*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--teal: #0D9488;--teal-light: #14B8A6;--teal-dark: #0F766E;--blue: #1E88E5;--blue-dark: #1D4ED8;--orange: #F2994A;--orange-dark: #EA580C;--cream: #FAF8F5;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--white: #FFFFFF;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-serif: "Playfair Display", Georgia, serif;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--radius-3xl: 2.5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1);--shadow-soft: 0 4px 20px -2px rgba(0, 0, 0, .1);--shadow-card: 0 10px 40px -10px rgba(0, 0, 0, .1)}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--gray-800);background-color:var(--gray-50)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:640px){.container{padding:0 2rem}}@media(min-width:1024px){.container{padding:0 3rem}}@media(min-width:1280px){.container{padding:0 5rem}}.section-title{font-size:2.25rem;font-weight:700;line-height:1.2;color:var(--gray-900)}@media(min-width:768px){.section-title{font-size:3rem}}@media(min-width:1024px){.section-title{font-size:3.5rem}}.italic-accent{font-family:var(--font-serif);font-style:italic;color:var(--teal)}.italic-white{font-family:var(--font-serif);font-style:italic;color:#ffffffe6}.label{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.label-dot{width:8px;height:8px;border-radius:50%;background-color:var(--teal)}.label-text{font-size:.875rem;font-weight:500;color:var(--teal);letter-spacing:.025em}.label-white .label-text{color:#fffc}.label-dot-white{background-color:var(--white)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;border-radius:9999px;transition:all .3s ease}.btn-icon{width:1rem;height:1rem;transition:transform .3s ease}.btn:hover .btn-icon{transform:translate(2px,-2px)}.btn-primary{background-color:var(--teal);color:var(--white)}.btn-primary:hover{background-color:var(--teal-dark)}.btn-outline{border:1.5px solid var(--teal);color:var(--teal)}.btn-outline:hover{background-color:var(--teal);color:var(--white)}.btn-lg{padding:.875rem 2rem;font-size:1rem}.dot{width:12px;height:12px;border-radius:50%;display:block}.dot-teal{background-color:var(--teal)}.dot-orange{background-color:var(--orange)}.rotating-btn{position:relative;width:128px;height:128px}.rotating-text{width:100%;height:100%;animation:rotate 15s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotating-text-content{font-size:9px;fill:var(--teal);text-transform:uppercase;letter-spacing:.2em}.rotating-text-orange{fill:var(--orange)}.rotating-btn-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;background-color:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 10px 25px -5px #0003;transition:background-color .3s ease}.rotating-btn-center:hover{background-color:var(--orange-dark)}.rotating-btn-center svg{width:20px;height:20px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:transparent;transition:background-color .3s ease,box-shadow .3s ease}.header.scrolled{background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-soft)}.header-container{display:flex;align-items:center;justify-content:space-between;height:80px}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{width:40px;height:40px;background-color:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center}.logo-icon svg{width:24px;height:24px;color:var(--white)}.logo-text{font-size:1.25rem;font-weight:600;color:var(--gray-800)}.logo-accent{color:var(--teal)}.nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav{display:flex}}.nav-link{font-size:.875rem;font-weight:500;color:var(--gray-600);position:relative;transition:color .3s ease}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--teal);transition:width .3s ease}.nav-link:hover{color:var(--teal)}.nav-link:hover:after{width:100%}.header .btn-primary{display:none}@media(min-width:768px){.header .btn-primary{display:inline-flex}}.menu-toggle{display:flex;flex-direction:column;gap:5px;padding:8px}@media(min-width:768px){.menu-toggle{display:none}}.menu-toggle span{display:block;width:24px;height:2px;background-color:var(--gray-800);transition:all .3s ease}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{position:fixed;top:80px;left:0;right:0;background-color:var(--white);border-top:1px solid var(--gray-200);padding:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.mobile-menu.active{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav{display:flex;flex-direction:column;gap:1rem}.mobile-nav-link{font-size:1rem;font-weight:500;color:var(--gray-700);padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.mobile-btn{margin-top:1rem;justify-content:center}.hero{padding-top:120px;padding-bottom:4rem}.hero-grid{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero-content{max-width:600px}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--gray-900);margin-bottom:1.5rem}@media(min-width:768px){.hero-title{font-size:3rem}}@media(min-width:1024px){.hero-title{font-size:3.5rem}}.hero-description{font-size:1.125rem;color:var(--gray-600);line-height:1.7;margin-bottom:2rem}.hero-image-wrapper{position:relative}.hero-image-container{position:relative;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-xl)}.hero-image{width:100%;height:500px;object-fit:cover}@media(min-width:1024px){.hero-image{height:600px}}.hero-dots{position:absolute;right:-16px;top:25%;display:flex;flex-direction:column;gap:.5rem}.care-card{position:absolute;bottom:-24px;left:-24px;background-color:var(--teal);color:var(--white);padding:1.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-width:320px}@media(max-width:640px){.care-card{position:relative;bottom:auto;left:auto;margin-top:1rem;max-width:100%}}.care-card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.care-card-text{font-size:.875rem;color:#fffc;margin-bottom:1rem}.care-card-hours{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.hours-row{display:flex;justify-content:space-between}.hours-label{color:#ffffffb3}.care-card-dot{position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:24px;height:24px;background-color:var(--orange);border-radius:50%}.features-row{display:grid;gap:1.5rem;margin-top:4rem}@media(min-width:768px){.features-row{grid-template-columns:repeat(3,1fr)}}.feature-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);transition:box-shadow .3s ease}.feature-card:hover{box-shadow:var(--shadow-card)}.feature-icon{width:48px;height:48px;background-color:#0d94881a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--teal);flex-shrink:0}.feature-icon svg{width:24px;height:24px}.feature-text{font-weight:500;color:var(--gray-800);line-height:1.5}.about{padding:5rem 0}@media(min-width:1024px){.about{padding:8rem 0}}.about-grid{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr;gap:5rem}}.about-images{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-image-col{display:flex;flex-direction:column}.about-image-col-offset{padding-top:3rem}.about-image{border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);object-fit:cover}.about-image-1{height:256px}.about-image-2{height:320px}.rotating-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:96px;height:96px}.rotating-badge-text{width:100%;height:100%;animation:rotate 15s linear infinite}.rotating-badge-content{font-size:8px;fill:var(--orange);text-transform:uppercase;letter-spacing:.15em}.rotating-badge-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background-color:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white)}.rotating-badge-center svg{width:20px;height:20px}.about-dots{position:absolute;right:-16px;bottom:80px;display:flex;flex-direction:column;gap:.5rem}.about-description{font-size:1.125rem;color:var(--gray-600);line-height:1.7;margin-bottom:2rem}.about-features{display:grid;gap:1rem}@media(min-width:640px){.about-features{grid-template-columns:repeat(2,1fr)}}.about-feature{display:flex;align-items:center;gap:.75rem}.about-feature-icon{width:24px;height:24px;background-color:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.about-feature-icon svg{width:14px;height:14px}.about-feature-text{font-weight:500;color:var(--gray-700)}.services{padding:5rem 0;background-color:var(--cream)}@media(min-width:1024px){.services{padding:8rem 0}}.services-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}@media(min-width:768px){.services-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.services-grid{display:grid;gap:1.5rem}@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{position:relative;border-radius:var(--radius-2xl);overflow:hidden;min-height:320px;display:flex;flex-direction:column;justify-content:flex-end}.service-card-large{grid-row:span 2}@media(max-width:1023px){.service-card-large{grid-row:span 1}}.service-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-card-bg{transform:scale(1.05)}.service-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(13,148,136,.9),rgba(13,148,136,.5),transparent)}.service-card-content{position:relative;padding:1.5rem;z-index:1}.service-card-icon{width:48px;height:48px;background-color:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);margin-bottom:1rem}.service-card-icon svg{width:24px;height:24px}.service-card-title{font-size:1.125rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.service-card-text{font-size:.875rem;color:#fffc;line-height:1.6}.service-card-cta .service-card-overlay{background:linear-gradient(to top,rgba(13,148,136,.9),transparent)}.service-card-cta .btn-primary{margin-top:1rem}.why-choose{padding:5rem 0}@media(min-width:1024px){.why-choose{padding:8rem 0}}.banner{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;background-color:var(--gray-100);padding:1rem 1.5rem;border-radius:var(--radius-lg);margin-bottom:4rem}.banner-badge{background-color:var(--teal);color:var(--white);font-size:.875rem;font-weight:500;padding:.25rem .75rem;border-radius:9999px}.banner-text{color:var(--gray-700)}.banner-link{color:var(--teal);text-decoration:underline}.banner-link:hover{text-decoration:none}.why-choose-grid{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.why-choose-grid{grid-template-columns:1fr 1fr;gap:5rem}}.why-choose-features{display:flex;flex-direction:column;gap:2rem;margin-top:2.5rem}.why-choose-feature{display:flex;gap:1rem}.why-choose-feature-icon{width:56px;height:56px;background-color:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.why-choose-feature-icon svg{width:24px;height:24px}.why-choose-feature-title{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.why-choose-feature-text{color:var(--gray-600);line-height:1.6}.why-choose-image-wrapper{position:relative}.why-choose-image{width:100%;height:500px;object-fit:cover;border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl)}@media(min-width:1024px){.why-choose-image{height:600px}}.rotating-btn-contact{position:absolute;bottom:-32px;right:-16px}@media(max-width:640px){.rotating-btn-contact{right:16px}}.why-choose-dots{position:absolute;left:-16px;top:33%;display:flex;flex-direction:column;gap:.5rem}.how-it-works{padding:5rem 0}@media(min-width:1024px){.how-it-works{padding:8rem 0}}.how-it-works-card{position:relative;border-radius:var(--radius-3xl);overflow:hidden}.how-it-works-bg{position:absolute;top:0;right:0;bottom:0;left:0}.how-it-works-bg img{width:100%;height:100%;object-fit:cover}.how-it-works-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#1e88e5d9}.how-it-works-content{position:relative;padding:3rem 2rem}@media(min-width:768px){.how-it-works-content{padding:4rem 3rem}}@media(min-width:1024px){.how-it-works-content{padding:6rem 4rem}}.how-it-works-header{text-align:center;margin-bottom:3rem}.how-it-works-title{font-size:1.875rem;font-weight:700;color:var(--white)}@media(min-width:768px){.how-it-works-title{font-size:2.25rem}}.steps-grid{display:grid;gap:1.5rem}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.step-card{background-color:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-xl);padding:1.5rem;transition:background-color .3s ease}.step-card:hover{background-color:#fff3}.step-number{width:40px;height:40px;background-color:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:.875rem;font-weight:700;margin-bottom:1rem}.step-title{font-size:1.125rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.step-text{font-size:.875rem;color:#ffffffb3;line-height:1.6}.how-it-works-footer{text-align:center;margin-top:3rem}.how-it-works-footer-text{color:#fffc;margin-bottom:.5rem}.how-it-works-footer-link{color:#5eead4;text-decoration:underline}.how-it-works-footer-link:hover{text-decoration:none}.how-it-works-footer-link svg{width:16px;height:16px;display:inline-block;vertical-align:middle;margin-left:.25rem}.stats{padding:5rem 0}@media(min-width:1024px){.stats{padding:8rem 0}}.stats-header{text-align:center;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.stat-card{border-radius:var(--radius-2xl);padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;min-height:200px}.stat-card-teal{background-color:var(--teal)}.stat-card-blue{background-color:var(--blue)}.stat-dots{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;max-width:60px}.stat-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.3)}.stat-icon{display:flex;justify-content:center}.stat-icon svg{width:48px;height:48px;color:#ffffff80}.stat-label{font-size:.875rem;color:#fffc;margin-bottom:.25rem}.stat-value{font-size:3rem;font-weight:700;color:var(--white)}.stat-image{border-radius:var(--radius-2xl);overflow:hidden}.stat-image img{width:100%;height:200px;object-fit:cover}.stat-image-tall{grid-row:span 2}.stat-image-tall img{height:100%;min-height:416px}.stat-image-wide{grid-column:span 2}.join-cta{padding:5rem 0;background-color:var(--cream);position:relative;overflow:hidden}@media(min-width:1024px){.join-cta{padding:8rem 0}}.join-cta:before,.join-cta:after{content:"";position:absolute;width:200px;height:200px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%230D9488' stroke-width='1'%3E%3Cpath d='M10 50 Q 30 10, 50 50 T 90 50'/%3E%3Cpath d='M10 60 Q 30 20, 50 60 T 90 60'/%3E%3C/svg%3E");background-size:contain;opacity:.2}.join-cta:before{top:40px;left:40px}.join-cta:after{bottom:40px;right:40px;transform:rotate(180deg)}.join-cta-content{text-align:center;position:relative;z-index:1}.join-cta .section-title{max-width:700px;margin:0 auto 2rem}.join-cta-image-wrapper{position:relative;max-width:900px;margin:4rem auto 0}.join-cta-image{width:100%;border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl)}.join-cta-dot{position:absolute;top:-16px;right:25%;width:24px;height:24px;background-color:var(--orange);border-radius:50%}.features-section{padding:5rem 0}@media(min-width:1024px){.features-section{padding:8rem 0}}.features-card{background-color:var(--blue);border-radius:var(--radius-3xl);overflow:hidden}.features-grid{display:grid}@media(min-width:1024px){.features-grid{grid-template-columns:1fr 1fr}}.features-content{padding:2rem}@media(min-width:768px){.features-content{padding:3rem}}@media(min-width:1024px){.features-content{padding:4rem}}.features-title{font-size:1.875rem;font-weight:700;color:var(--white);margin-bottom:2.5rem}@media(min-width:768px){.features-title{font-size:2.25rem}}.features-title .highlight{position:relative;z-index:1}.features-title .highlight:after{content:"";position:absolute;bottom:4px;left:0;width:100%;height:12px;background-color:var(--orange);opacity:.5;z-index:-1}.features-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1rem}.feature-item-icon{width:48px;height:48px;background-color:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.feature-item-icon svg{width:24px;height:24px}.feature-item-title{font-size:1.125rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.feature-item-text{font-size:.875rem;color:#ffffffb3;line-height:1.6}.features-images{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:2rem}@media(min-width:768px){.features-images{padding:3rem}}@media(min-width:1024px){.features-images{padding:2rem 2rem 2rem 0}}.features-image{border-radius:var(--radius-xl);overflow:hidden}.features-image img{width:100%;height:100%;object-fit:cover;min-height:200px}.features-rating{position:absolute;bottom:3rem;left:3rem;background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-lg);padding:1rem}.rating-stars{display:flex;align-items:center;gap:.25rem;margin-bottom:.25rem}.rating-stars svg{width:16px;height:16px;color:#fbbf24}.rating-value{font-size:.875rem;font-weight:700;color:var(--gray-800);margin-left:.25rem}.rating-text{font-size:.875rem;color:var(--gray-600)}.features-dot{position:absolute;top:2rem;right:2rem;width:32px;height:32px;background-color:var(--orange);border-radius:50%}.faq{padding:5rem 0}@media(min-width:1024px){.faq{padding:8rem 0}}.faq-grid{display:grid;gap:3rem}@media(min-width:1024px){.faq-grid{grid-template-columns:1fr 1fr;gap:5rem}}.faq-description{color:var(--gray-600);margin-bottom:1.5rem}.faq-accordion{display:flex;flex-direction:column;gap:1rem}.faq-item{border-bottom:1px solid var(--gray-200);padding-bottom:1rem}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-size:1.125rem;font-weight:500;color:var(--gray-900);text-align:left}.faq-toggle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:1rem}.faq-item:not(.active) .faq-toggle{background-color:var(--teal);color:var(--white)}.faq-item.active .faq-toggle{background-color:var(--blue);color:var(--white)}.faq-plus,.faq-minus{width:16px;height:16px}.faq-item:not(.active) .faq-minus{display:none}.faq-item.active .faq-plus{display:none}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:500px;padding-bottom:1rem}.faq-answer p{color:var(--gray-600);line-height:1.7}.testimonials{padding:5rem 0}@media(min-width:1024px){.testimonials{padding:8rem 0}}.testimonials-card{position:relative;border-radius:var(--radius-3xl);overflow:hidden}.testimonials-bg{position:absolute;top:0;right:0;bottom:0;left:0}.testimonials-bg img{width:100%;height:100%;object-fit:cover}.testimonials-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#1e88e5cc}.testimonials-content{position:relative;padding:3rem 2rem}@media(min-width:768px){.testimonials-content{padding:4rem 3rem}}@media(min-width:1024px){.testimonials-content{padding:6rem 4rem}}.testimonials-grid{display:grid;gap:3rem}@media(min-width:1024px){.testimonials-grid{grid-template-columns:1fr 1fr;gap:5rem}}.testimonials-title{font-size:1.875rem;font-weight:700;color:var(--white);margin-bottom:1rem}@media(min-width:768px){.testimonials-title{font-size:2.25rem}}.testimonials-description{color:#ffffffb3;margin-bottom:2rem}.testimonials-stat{display:flex;align-items:center;gap:1rem}.testimonials-stat-value{font-size:3.5rem;font-weight:700;color:var(--white)}.testimonials-stat-text{color:#ffffffb3;font-size:.875rem}.testimonial-card{background-color:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-2xl);padding:2rem}@media(min-width:768px){.testimonial-card{padding:2.5rem}}.testimonial-quote{width:40px;height:40px;color:#ffffff4d;margin-bottom:1.5rem}.testimonial-slider{position:relative;min-height:250px}.testimonial-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.testimonial-slide.active{opacity:1;visibility:visible}.testimonial-text{font-size:1.125rem;color:var(--white);line-height:1.7;margin-bottom:2rem}.testimonial-name{font-weight:600;color:var(--white)}.testimonial-role{font-size:.875rem;color:#fff9}.testimonial-nav{display:flex;gap:.5rem;margin-top:2rem}.testimonial-nav-btn{width:40px;height:40px;background-color:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:background-color .3s ease}.testimonial-nav-btn:hover{background-color:#ffffff4d}.testimonial-nav-btn svg{width:20px;height:20px}.footer{padding:2rem 0}.footer-card{background-color:var(--blue);border-radius:var(--radius-3xl);padding:3rem 2rem 2rem}@media(min-width:768px){.footer-card{padding:4rem 3rem 2rem}}@media(min-width:1024px){.footer-card{padding:4rem}}.footer-grid{display:grid;gap:2.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr}}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo-icon{width:40px;height:40px;background-color:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.footer-logo-icon svg{width:24px;height:24px;color:var(--white)}.footer-logo-text{font-size:1.25rem;font-weight:600;color:var(--white)}.footer-logo-accent{color:#5eead4}.footer-description{font-size:.875rem;color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.footer-social-link{width:40px;height:40px;background-color:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:background-color .3s ease}.footer-social-link:hover{background-color:#ffffff4d}.footer-social-link svg{width:20px;height:20px}.footer-title{font-size:1.125rem;font-weight:600;color:var(--white);margin-bottom:1rem}.footer-text{font-size:.875rem;color:#ffffffb3}.footer-email{margin-top:1rem}.footer-label{font-size:.875rem;font-weight:500;color:var(--white);margin-bottom:.25rem}.footer-link{font-size:.875rem;color:#ffffffb3;transition:color .3s ease}.footer-link:hover{color:var(--white)}.footer-nav{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-nav-link{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#ffffffb3;transition:color .3s ease}.footer-nav-link:hover{color:var(--white)}.footer-nav-dot{width:6px;height:6px;background-color:#5eead4;border-radius:50%}.footer-form{display:flex;gap:.5rem}.footer-input{flex:1;padding:.75rem 1rem;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:9999px;color:var(--white);font-size:.875rem;outline:none;transition:border-color .3s ease}.footer-input::placeholder{color:#ffffff80}.footer-input:focus{border-color:#fff6}.footer-submit{width:48px;height:48px;background-color:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:background-color .3s ease;flex-shrink:0}.footer-submit:hover{background-color:var(--teal-dark)}.footer-submit svg{width:20px;height:20px}.footer-bottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}@media(min-width:768px){.footer-bottom{flex-direction:row}}.footer-copyright{font-size:.875rem;color:#fff9}.footer-legal{display:flex;align-items:center;gap:1rem}.footer-legal-link{font-size:.875rem;color:#fff9;transition:color .3s ease}.footer-legal-link:hover{color:var(--white)}.footer-legal-separator{color:#fff6}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--teal);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--teal-dark)}::selection{background-color:var(--teal);color:var(--white)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;padding:1rem}.modal.active{opacity:1;pointer-events:auto}.modal-content{background-color:var(--white, #ffffff);border-radius:var(--radius-3xl, 24px);width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;transform:translateY(20px);transition:transform .3s ease}.modal.active .modal-content{transform:translateY(0)}.modal-header{padding:1.5rem 2rem;background-color:var(--teal, #0d9488);color:var(--white, #ffffff);position:relative;overflow:hidden;border-top-left-radius:var(--radius-3xl, 24px);border-top-right-radius:var(--radius-3xl, 24px)}.modal-header:before{content:"";position:absolute;top:0;right:0;width:120px;height:120px;background-color:#ffffff1a;border-radius:50%;transform:translate(30px,-30px);filter:blur(20px)}.modal-close-btn{position:absolute;top:1rem;right:1.5rem;font-size:2rem;font-weight:300;line-height:1;color:#fffc;background:none;border:none;cursor:pointer;z-index:10;transition:color .2s}.modal-close-btn:hover{color:var(--white, #ffffff)}.modal-badge{display:inline-flex;align-items:center;gap:.375rem;background-color:#ffffff26;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.sparkle-icon{width:14px;height:14px;color:#fb923c}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:var(--white, #ffffff);line-height:1.2}.modal-subtitle{font-size:.875rem;color:#ffffffe6}.modal-form{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--gray-700, #374151);display:flex;align-items:center;gap:.375rem}.form-group label svg{width:16px;height:16px;color:var(--teal, #0d9488)}.text-red{color:#ef4444}.label-optional{font-size:.75rem;color:var(--gray-400, #9ca3af);font-weight:400}.form-input{width:100%;padding:.625rem 1rem;border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;font-size:.875rem;color:var(--gray-800, #1f2937);outline:none;background-color:var(--white, #ffffff);transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--teal, #0d9488);box-shadow:0 0 0 1px var(--teal, #0d9488)}.form-textarea{min-height:80px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:480px){.form-row{grid-template-columns:1fr 1fr}}.select-wrapper{position:relative}.select-wrapper:after{content:"▼";font-size:.625rem;color:var(--gray-500, #6b7280);position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none}.select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2.5rem}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-100, #f3f4f6)}.btn-full{width:100%}.btn-spinner{display:inline-flex;align-items:center;gap:.5rem}.spinner{width:16px;height:16px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hidden{display:none!important}#modalSuccessScreen{padding:2.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.success-icon-container{width:64px;height:64px;background-color:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#16a34a;margin-bottom:1rem}.success-icon{width:40px;height:40px}.success-title{font-size:1.5rem;font-weight:700;color:var(--gray-900, #111827);margin-bottom:.5rem}.success-subtitle{font-size:.875rem;color:var(--gray-500, #6b7280);max-width:320px;margin-bottom:1.5rem;line-height:1.5}.tab-container{display:flex;background-color:var(--gray-100, #f3f4f6);padding:.25rem;border-radius:9999px;width:100%;max-width:360px;margin-bottom:1rem}.tab-btn{flex:1;border:none;background:none;font-size:.75rem;font-weight:600;color:var(--gray-500, #6b7280);padding:.5rem .75rem;border-radius:9999px;cursor:pointer;transition:all .2s}.tab-btn.active{background-color:var(--white, #ffffff);color:var(--teal, #0d9488);box-shadow:0 1px 3px #0000001a}.tab-content-pane{display:none;width:100%;max-width:360px;margin-bottom:1.5rem;text-align:left}.tab-content-pane.active{display:block}.summary-details{border-radius:16px;padding:1rem;font-size:.875rem;border:1px solid rgba(13,148,136,.1)}.bg-teal-light{background-color:#f0fdfa}.summary-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;margin-bottom:.5rem;border-bottom:1px solid rgba(13,148,136,.05)}.summary-row.border-none{border-bottom:none;margin-bottom:0;padding-bottom:0}.summary-label{color:var(--gray-500, #6b7280)}.summary-value{color:var(--gray-800, #1f2937);max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.info-banner{display:flex;gap:.5rem;border-radius:16px;padding:.875rem 1rem;font-size:.75rem;margin-top:1rem;line-height:1.4;border:1px solid #ffedd5}.bg-orange-light{background-color:#fff7ed}.info-icon{width:16px;height:16px;flex-shrink:0;margin-top:.125rem}.text-orange{color:#ea580c}.draft-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.draft-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:var(--gray-500, #6b7280);text-transform:uppercase}.draft-icon{width:14px;height:14px}.copy-btn{background:none;border:none;font-size:.75rem;font-weight:500;color:var(--teal, #0d9488);cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;transition:color .2s}.copy-btn:hover{color:var(--teal-dark, #0f766e)}.draft-text-area{background-color:var(--gray-50, #f9fafb);border:1px solid var(--gray-100, #f3f4f6);border-radius:16px;padding:.75rem;font-size:.75rem;color:var(--gray-600, #4b5563);height:150px;overflow-y:auto;white-space:pre-wrap;word-break:break-word;line-height:1.5;-webkit-user-select:text;user-select:text}.draft-footer-note{font-size:10px;color:var(--gray-400, #9ca3af);font-style:italic;margin-top:.5rem;line-height:1.3}
