*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{transition:all .2s ease-in-out}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:14px 28px;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #e5e7eb;color:#374151}.btn-secondary:hover{background:#f9fafb;border-color:#10b981;box-shadow:0 4px 12px #0000001a;color:#10b981;transform:translateY(-2px)}.container{margin:0 auto;max-width:1200px;padding:0 20px}@media (max-width:768px){.container{padding:0 16px}}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:16px}p{color:#6b7280;margin-bottom:16px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-slide-in-left{animation:slideInLeft .6s ease-out}.animate-slide-in-right{animation:slideInRight .6s ease-out}.scroll-animation{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1)}.scroll-animation.visible{opacity:1;transform:translateY(0)}section{padding:80px 0}@media (max-width:768px){section{padding:60px 0}}.star{font-size:20px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;background-clip:text}:focus{outline:2px solid #10b981;outline-offset:2px}.loading-dots{display:inline-block}.loading-dots:after{animation:dots 1.5s steps(4) infinite;content:""}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e5e7ebcc;left:0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.header.scrolled{background:#fffffffa;border-bottom-color:#e5e7eb;box-shadow:0 4px 20px #00000014}.header-content{justify-content:space-between;min-height:70px;padding:16px 0}.header-content,.logo{align-items:center;display:flex}.logo{cursor:pointer;gap:12px}.logo-image{height:40px;object-fit:contain;width:auto}.logo-text{color:#8b4513;font-family:Kaushan Script,Dancing Script,cursive;font-size:28px;font-weight:400;line-height:1;margin:0;text-shadow:1px 1px 2px #8b45131a;transform:rotate(-2deg)}.nav,.nav-links{align-items:center;display:flex;gap:32px}.nav-links{list-style:none;margin:0;padding:0}.nav-cta{display:none}.nav-link{background:none;border:none;color:#374151;cursor:pointer;font-size:15px;font-weight:500;padding:8px 0;position:relative;transition:color .3s ease}.nav-link:hover{color:#10b981}.nav-link:after{background:linear-gradient(135deg,#10b981,#059669);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.header-actions{align-items:center;display:flex;gap:16px}.mobile-menu-toggle{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:40px;justify-content:center;padding:0;width:40px}.mobile-menu-toggle span{background:#374151;display:block;height:2px;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:24px}.mobile-menu-toggle span:not(:last-child){margin-bottom:4px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translateY(6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translateY(-6px)}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav{background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 4px 20px #0000001a;flex-direction:column;gap:0;left:0;opacity:0;padding:20px;position:absolute;right:0;top:100%;transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-links{align-items:stretch;flex-direction:column;gap:0;margin-bottom:20px;width:100%}.nav-link,.nav-links li{width:100%}.nav-link{border-bottom:1px solid #f3f4f6;display:block;font-size:16px;padding:16px 0;text-align:left}.nav-link:last-child{border-bottom:none}.nav-link:after{display:none}.nav-cta{display:block;width:100%}.nav-cta .btn{justify-content:center;width:100%}.header-actions{display:none}.logo-text{font-size:24px}.logo-image{height:32px}}@media (max-width:480px){.header-content{min-height:60px;padding:12px 0}.logo-text{font-size:20px}.logo-image{height:28px}.logo{gap:8px}}.hero{background:linear-gradient(135deg,#fff,#f8fafc);overflow:hidden;padding:140px 0 100px;position:relative}.hero:before{background:radial-gradient(circle at 20% 50%,#10b98108 0,#0000 50%),radial-gradient(circle at 80% 20%,#3b82f608 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-text{max-width:600px}.hero-title{color:#1a1a1a;font-size:58px;font-weight:800;line-height:1.1;margin-bottom:24px}.hero-subtitle{color:#6b7280;font-size:22px;font-weight:400;line-height:1.6;margin-bottom:32px}.google-badge{align-items:center;background:#fff;border-radius:50px;box-shadow:0 4px 12px #0000001a;color:#374151;display:inline-flex;font-weight:500;gap:12px;margin-bottom:40px;padding:12px 20px}.google-icon{align-items:center;display:flex;justify-content:center}.hero-actions{margin-bottom:40px}.btn-large{font-size:18px;font-weight:700;padding:18px 36px}.stars-display{align-items:center;display:flex;gap:8px}.stars{gap:4px}.star{font-size:24px;line-height:1}.hero-visual{align-items:center;display:flex;height:500px;justify-content:center;position:relative}.floating-cards{height:100%;position:relative;width:100%}.review-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;max-width:280px;padding:24px;position:absolute;transform-origin:center}.card-1{left:10%;top:10%;z-index:3}.card-2{right:5%;top:40%;z-index:2}.card-3{bottom:15%;left:25%;z-index:1}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.card-header .stars{color:#fbbf24;font-size:14px;letter-spacing:2px}.rating{color:#1a1a1a;font-size:16px;font-weight:700}.review-text{color:#374151;font-size:14px;font-style:italic;line-height:1.5;margin-bottom:12px}.reviewer{font-weight:600}@media (max-width:1024px){.hero-content{gap:60px}.hero-title{font-size:48px}.hero-subtitle{font-size:20px}}@media (max-width:768px){.hero{padding:120px 0 80px}.hero-content{gap:50px;grid-template-columns:1fr;text-align:center}.hero-text{max-width:100%;order:1}.hero-visual{height:350px;order:2}.hero-title{font-size:40px}.hero-subtitle{font-size:18px}.review-card{max-width:220px;padding:20px}.card-1{left:8%;top:8%}.card-2{right:8%;top:35%}.card-3{bottom:12%;left:18%}.review-text{font-size:13px}.reviewer{font-size:11px}}@media (max-width:480px){.hero{padding:100px 0 60px}.hero-content{gap:40px}.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.google-badge{font-size:14px;padding:10px 16px}.btn-large{font-size:16px;max-width:280px;padding:16px 28px;width:100%}.hero-visual{height:280px}.review-card{max-width:180px;padding:16px}.card-1{left:5%;top:5%}.card-2{right:5%;top:40%}.card-3{bottom:8%;left:15%}.card-header .stars,.review-text{font-size:12px}.rating{font-size:14px}}@media (max-width:360px){.hero-visual{height:250px}.review-card{max-width:150px;padding:12px}.card-1{left:2%;top:2%}.card-2{right:2%;top:45%}.card-3{bottom:5%;left:12%}.review-text{font-size:11px}.reviewer{font-size:10px}}.why-reviews-matter{background:#fff;padding:100px 0}.benefits-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin-bottom:100px}.benefit-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;box-shadow:0 4px 24px #0000000f;padding:40px 32px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.benefit-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-8px)}.benefit-icon{display:block;font-size:56px;margin-bottom:24px}.benefit-title{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:16px}.benefit-description{color:#6b7280;font-size:16px;line-height:1.6}.process-section{margin-bottom:80px}.process-title{color:#1a1a1a;font-size:36px;font-weight:700;margin-bottom:60px;text-align:center}.process-grid{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:800px}.process-card{align-items:center;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e5e7eb;border-radius:20px;display:flex;gap:32px;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1)}.process-card:hover{box-shadow:0 8px 32px #0000001a;transform:translateX(8px)}.process-step{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:24px;font-weight:700;height:64px;justify-content:center;width:64px}.process-content{flex-grow:1}.process-card-title{color:#1a1a1a;font-size:22px;font-weight:700;margin-bottom:8px}.process-description{color:#6b7280;font-size:16px;line-height:1.6;margin:0}.why-reviews-cta{background:linear-gradient(135deg,#10b981,#059669);border-radius:24px;color:#fff;padding:60px 40px;text-align:center}.why-reviews-cta .cta-content h3{color:#fff;font-size:32px;font-weight:700;margin-bottom:16px}.why-reviews-cta .cta-content p{color:#ffffffe6;font-size:18px;margin-bottom:32px}.why-reviews-cta .btn-primary{background:#fff;border:2px solid #fff;color:#10b981}.why-reviews-cta .btn-primary:hover{background:#ffffffe6;transform:translateY(-2px)}.why-reviews-cta .btn-secondary{background:#0000;border:2px solid #ffffff4d;color:#fff}.why-reviews-cta .btn-secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}@media (max-width:1024px){.section-title{font-size:40px}.process-title{font-size:32px}.benefits-grid{gap:24px;margin-bottom:80px}}@media (max-width:768px){.why-reviews-matter{padding:80px 0}.section-header{margin-bottom:60px}.section-title{font-size:36px}.section-subtitle{font-size:18px}.benefits-grid{gap:24px;grid-template-columns:1fr;margin-bottom:60px}.benefit-card{padding:32px 24px}.benefit-title{font-size:22px}.benefit-description{font-size:15px}.process-section{margin-bottom:60px}.process-title{font-size:28px;margin-bottom:40px}.process-card{flex-direction:row;gap:24px;padding:24px}.process-step{height:56px;width:56px}.process-card-title,.process-step{font-size:20px}.process-description{font-size:15px}.why-reviews-cta{padding:40px 24px}.why-reviews-cta .cta-content h3{font-size:28px}.why-reviews-cta .cta-content p{font-size:16px}.cta-buttons{align-items:stretch;flex-direction:column}.cta-buttons .btn{justify-content:center;width:100%}}@media (max-width:480px){.why-reviews-matter{padding:60px 0}.section-title{font-size:28px}.section-subtitle{font-size:16px}.benefit-card{padding:24px 20px}.benefit-icon{font-size:48px;margin-bottom:20px}.benefit-title{font-size:20px}.benefit-description{font-size:14px}.process-title{font-size:24px}.process-card{gap:20px;padding:20px}.process-step{height:48px;width:48px}.process-card-title,.process-step{font-size:18px}.process-description{font-size:14px}.why-reviews-cta .cta-content h3{font-size:24px}}.how-it-works{background:#fff;padding:100px 0}.steps-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin-bottom:80px}.step-card{background:#fff;border:1px solid #f3f4f6;border-radius:24px;box-shadow:0 4px 24px #0000000f;overflow:hidden;padding:40px 32px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.step-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-8px)}.step-number{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:700;height:40px;justify-content:center;left:24px;position:absolute;top:24px;width:40px}.step-icon{display:block;font-size:48px;margin-bottom:24px}.step-title{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:16px}.step-description{color:#6b7280;font-size:16px;line-height:1.6;margin-bottom:32px}.step-visual{align-items:center;height:200px}.step-visual,.visual-sms{display:flex;justify-content:center}.phone-mockup{background:#1a1a1a;border-radius:20px;height:180px;padding:8px;position:relative;width:160px}.screen{align-items:flex-end;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:12px;display:flex;height:100%;padding:16px;width:100%}.message-bubble{background:#10b981;border-radius:16px 16px 4px 16px;color:#fff;font-size:12px;line-height:1.4;max-width:120px;padding:12px}.review-link{color:#fff;font-weight:600;text-decoration:underline}.visual-response{width:100%}.review-response{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:20px;text-align:left}.response-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.stars{color:#fbbf24;font-size:14px}.response-time{color:#10b981;font-size:12px;font-weight:600}.response-text{color:#374151;font-size:14px;font-style:italic;margin:0}.visual-social{width:100%}.social-post{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:16px;text-align:left}.post-header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.profile-pic{background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;height:32px;width:32px}.post-info{display:flex;flex-direction:column;gap:2px}.business-name{color:#1a1a1a;font-size:14px;font-weight:600}.post-time{color:#6b7280;font-size:12px}.post-content{padding-left:44px}.review-stars{color:#fbbf24;font-size:14px;margin-bottom:8px}.post-content p{color:#374151;font-size:14px;font-style:italic;margin-bottom:4px}.reviewer{color:#6b7280;font-size:12px;font-weight:500}.how-it-works-cta{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e5e7eb;border-radius:24px;padding:60px 40px;text-align:center}.cta-content h3{color:#1a1a1a;font-size:28px;font-weight:700;margin-bottom:16px;margin-left:auto;margin-right:auto;max-width:800px}.cta-content p{color:#6b7280;font-size:18px;margin-bottom:32px}@media (max-width:1024px){.steps-container{gap:32px}.section-title{font-size:40px}.step-card{padding:32px 24px}}@media (max-width:768px){.how-it-works{padding:80px 0}.section-header{margin-bottom:60px}.section-title{font-size:36px}.section-subtitle{font-size:18px}.steps-container{gap:32px;grid-template-columns:1fr;margin-bottom:60px}.step-card{padding:32px 24px}.step-title{font-size:22px}.step-description{font-size:15px}.how-it-works-cta{padding:40px 24px}.cta-content h3{font-size:24px}.cta-content p{font-size:16px}}@media (max-width:480px){.how-it-works{padding:60px 0}.section-title{font-size:28px}.section-subtitle{font-size:16px}.step-card{padding:24px 20px}.step-icon{font-size:40px;margin-bottom:20px}.step-title{font-size:20px}.step-description{font-size:14px}.step-visual{height:160px}.phone-mockup{height:140px;width:120px}.message-bubble{font-size:10px;max-width:90px;padding:8px}.cta-content h3{font-size:20px}}.stats-testimonials{background:linear-gradient(135deg,#f8fafc,#fff)}.stats-section{padding:100px 0}.stats-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin-top:60px}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #00000014;padding:40px 32px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:hover{box-shadow:0 16px 48px #0000001f;transform:translateY(-8px)}.stat-icon{display:block;font-size:48px;margin-bottom:20px}.stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,currentColor,currentColor);-webkit-background-clip:text;background-clip:text;font-size:56px;font-weight:900;line-height:1;margin-bottom:12px}.stat-label{color:#6b7280;font-size:16px;font-weight:500;line-height:1.4}.testimonials-section{background:#fff;padding:100px 0}.testimonials-header{margin-bottom:80px;text-align:center}.testimonials-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-bottom:80px}.testimonial-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;box-shadow:0 4px 24px #0000000f;display:flex;flex-direction:column;height:100%;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonial-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-4px)}.testimonial-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.stars{display:flex;gap:2px}.star{color:#fbbf24;font-size:18px}.growth-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;color:#fff;font-size:12px;font-weight:600;padding:4px 12px}.testimonial-text{color:#374151;flex-grow:1;font-size:16px;font-style:italic;line-height:1.6;margin:0 0 24px}.testimonial-author{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.author-info{flex-grow:1}.author-name{color:#1a1a1a;font-size:16px;font-weight:600;margin-bottom:4px}.author-business{color:#6b7280;font-size:14px}.author-avatar{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:700;height:48px;justify-content:center;width:48px}.testimonials-cta{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e5e7eb;border-radius:24px;padding:60px 40px;text-align:center}.testimonials-cta h3{color:#1a1a1a;font-size:32px;font-weight:700;margin-bottom:16px}.testimonials-cta p{color:#6b7280;font-size:18px;margin-bottom:32px}.cta-buttons{align-items:center;display:flex;gap:16px;justify-content:center}.section-header,.testimonials-header{text-align:center}@media (max-width:1024px){.stats-grid,.testimonials-grid{gap:32px}.section-title{font-size:40px}.stat-value{font-size:48px}}@media (max-width:768px){.stats-section,.testimonials-section{padding:80px 0}.stats-grid,.testimonials-grid{gap:24px;grid-template-columns:1fr;margin-bottom:60px;margin-top:50px}.section-title{font-size:36px}.section-subtitle{font-size:18px}.stat-card{padding:32px 24px}.stat-value{font-size:44px}.testimonial-card{padding:24px}.testimonials-cta{padding:40px 24px}.testimonials-cta h3{font-size:28px}.cta-buttons{align-items:stretch;flex-direction:column}.cta-buttons .btn{justify-content:center;width:100%}}@media (max-width:480px){.stats-section,.testimonials-section{padding:60px 0}.section-title{font-size:28px}.section-subtitle{font-size:16px}.stat-card{padding:24px 20px}.stat-icon{font-size:40px;margin-bottom:16px}.stat-value{font-size:36px}.stat-label{font-size:14px}.testimonial-card{padding:20px}.author-name,.testimonial-text{font-size:15px}.author-business{font-size:13px}.author-avatar{font-size:16px;height:40px;width:40px}.testimonials-cta h3{font-size:24px}.testimonials-cta p{font-size:16px}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-value{animation:countUp .8s ease-out}.faq-section{background:linear-gradient(135deg,#f8fafc,#fff);padding:100px 0}.section-header{margin-bottom:80px;text-align:center}.section-title{color:#1a1a1a;font-size:48px;font-weight:800;margin-bottom:16px}.section-subtitle{color:#6b7280;font-size:20px;margin:0 auto;max-width:600px}.faq-container{margin:0 auto 80px;max-width:800px}.faq-item{background:#fff;border:2px solid #f3f4f6;border-radius:20px;margin-bottom:20px;overflow:hidden;position:relative;transition:all .2s ease-out}.faq-item:before{background:linear-gradient(135deg,#10b981,#059669);content:"";height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .2s ease-out}.faq-item:hover{border-color:#e0f2fe;box-shadow:0 8px 25px #00000014;transform:translateY(-2px)}.faq-item:hover:before{transform:scaleX(1)}.faq-question{align-items:center;background:none;border:none;color:#1a1a1a;cursor:pointer;display:flex;font-size:18px;font-weight:600;justify-content:space-between;line-height:1.4;padding:28px 32px;position:relative;text-align:left;transition:all .15s ease-out;width:100%}.faq-question:after{background:#f3f4f6;bottom:0;content:"";height:1px;left:32px;position:absolute;right:32px;transition:opacity .15s ease}.faq-question:hover{background:linear-gradient(135deg,#f8fafc,#f0f9ff);color:#10b981}.faq-question.active{background:linear-gradient(135deg,#f0f9ff,#ecfdf5);color:#10b981}.faq-question.active:after{opacity:0}.question-text{flex-grow:1;margin-right:20px}.faq-icon{align-items:center;background:#f3f4f6;border-radius:50%;color:#6b7280;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .15s ease-out;width:40px}.faq-question:hover .faq-icon{background:#10b9811a;color:#10b981;transform:scale(1.02)}.faq-question.active .faq-icon{background:#10b981;box-shadow:0 4px 12px #10b98140;color:#fff}.faq-answer{border-top:1px solid #e5e7eb80;overflow:hidden}.answer-content{padding:20px 32px 28px}.answer-content p{color:#6b7280;font-size:16px;line-height:1.7;margin:0}.faq-cta{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e5e7eb;border-radius:24px;box-shadow:0 8px 32px #00000014;overflow:hidden;padding:60px 40px;position:relative;text-align:center}.faq-cta:before{background:radial-gradient(circle at 50% 50%,#10b98108 0,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.faq-cta h3{color:#1a1a1a;font-size:32px;font-weight:700;margin-bottom:16px}.faq-cta h3,.faq-cta p{position:relative;z-index:1}.faq-cta p{color:#6b7280;font-size:18px;margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:500px}.faq-cta .btn{box-shadow:0 4px 16px #10b98133;position:relative;z-index:1}.faq-cta .btn:hover{box-shadow:0 8px 24px #10b9814d}@media (max-width:1024px){.section-title{font-size:40px}}@media (max-width:768px){.faq-section{padding:80px 0}.section-header{margin-bottom:60px}.section-title{font-size:36px}.section-subtitle{font-size:18px}.faq-container{margin-bottom:60px}.faq-item{border-radius:16px;margin-bottom:16px}.faq-question{font-size:17px;padding:24px}.faq-question:after{left:24px;right:24px}.question-text{margin-right:16px}.faq-icon{height:36px;width:36px}.answer-content{padding:16px 24px 24px}.answer-content p{font-size:15px}.faq-cta{padding:40px 24px}.faq-cta h3{font-size:28px}.faq-cta p{font-size:16px}}@media (max-width:480px){.faq-section{padding:60px 0}.section-title{font-size:28px}.faq-question,.section-subtitle{font-size:16px}.faq-question{padding:20px}.faq-question:after{left:20px;right:20px}.question-text{margin-right:12px}.faq-icon{height:32px;width:32px}.faq-icon svg{height:20px;width:20px}.answer-content{padding:12px 20px 20px}.answer-content p{font-size:14px}.faq-cta{padding:32px 20px}.faq-cta h3{font-size:24px}.faq-cta p{font-size:15px}}.faq-question:focus{outline:2px solid #10b981;outline-offset:2px}.faq-item{transform-origin:center top;will-change:auto}.faq-answer{will-change:height}.answer-content{will-change:transform}.footer{background:#1a1a1a;color:#fff;padding:60px 0 30px}.footer-content{display:flex;flex-direction:column}.footer-main{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 2fr;margin-bottom:40px}.footer-brand{max-width:350px}.footer-logo-container{align-items:center;display:flex;gap:12px;margin-bottom:16px}.footer-logo-image{height:36px;object-fit:contain;width:auto}.footer-logo{color:#8b4513;font-family:Kaushan Script,Dancing Script,cursive;font-size:24px;font-weight:400;line-height:1;margin:0;text-shadow:1px 1px 2px #8b451333;transform:rotate(-1deg)}.footer-description{color:#9ca3af;font-size:16px;line-height:1.6}.footer-links{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.footer-section h4{color:#fff;font-size:18px;font-weight:600;margin-bottom:20px}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#9ca3af;font-size:15px;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#10b981}.footer-bottom{padding-top:20px}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.footer-bottom-content p{color:#6b7280;font-size:14px;margin:0}.footer-contact{display:flex;gap:24px}.footer-contact a{color:#9ca3af;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#10b981}@media (max-width:1024px){.footer-main{gap:40px}.footer-links{gap:32px}}@media (max-width:768px){.footer{padding:50px 0 30px}.footer-main{gap:40px;grid-template-columns:1fr;margin-bottom:30px}.footer-links{gap:32px;grid-template-columns:repeat(2,1fr)}.footer-bottom-content{flex-direction:column;gap:12px;text-align:center}.footer-contact{justify-content:center}.footer-logo{font-size:20px}.footer-logo-image{height:28px}}@media (max-width:480px){.footer{padding:40px 0 20px}.footer-main{gap:32px;margin-bottom:24px}.footer-links{gap:24px;grid-template-columns:1fr}.footer-logo{font-size:18px}.footer-logo-image{height:24px}.footer-logo-container{gap:8px}.footer-description{font-size:15px}.footer-section h4{font-size:16px;margin-bottom:16px}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{font-size:14px}.footer-contact{flex-direction:column;gap:12px}.footer-bottom-content p,.footer-contact a{font-size:13px}}.footer-contact a:focus,.footer-section a:focus{border-radius:4px;outline:2px solid #10b981;outline-offset:2px}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}*{box-sizing:border-box}html{scroll-behavior:smooth}img{height:auto;max-width:100%}:focus-visible{outline:2px solid #10b981;outline-offset:2px}.loading{align-items:center;color:#6b7280;display:flex;font-size:16px;justify-content:center;min-height:200px}.error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.error,.success{margin:20px;padding:20px;text-align:center}.success{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;color:#059669}@media print{.footer,.header{display:none}body{font-size:12pt;line-height:1.4}.container{max-width:none;padding:0}}
/*# sourceMappingURL=main.31a58b8e.css.map*/