:root{--navy:#0d2b55;--navy-dark:#081a36;--navy-light:#1a3d6e;--turquoise:#00b4d8;--turquoise-light:#90e0ef;--turquoise-dark:#0096b7;--silver:#f0f4f8;--silver-mid:#dce5ee;--white:#fff;--gray-text:#4a5568;--gray-light:#718096;--text-dark:#1a202c;--shadow-sm:0 2px 8px #0d2b5514;--shadow-md:0 4px 20px #0d2b551f;--shadow-lg:0 8px 40px #0d2b552e;--radius-sm:8px;--radius-md:14px;--radius-lg:24px;--radius-xl:32px;--transition:all .25s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1180px;margin:0 auto;padding:0 24px}.section{padding:90px 0}.section-sm{padding:60px 0}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--turquoise-dark);background:#00b4d81a;border:1px solid #00b4d838;border-radius:999px;align-items:center;gap:8px;margin-bottom:14px;padding:6px 14px;font-size:.75rem;font-weight:800;display:inline-flex}.section-label:before{content:"";background:var(--turquoise);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:block}.section-title{color:var(--navy);margin-bottom:16px;font-size:clamp(1.9rem,3.5vw,2.75rem);font-weight:800;line-height:1.2}.section-subtitle{color:var(--gray-text);max-width:600px;font-size:1.05rem;line-height:1.7}.text-center{text-align:center}.text-center .section-subtitle{margin:0 auto}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:none;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.btn-primary{background:var(--turquoise);color:var(--white);box-shadow:0 4px 16px #00b4d859}.btn-primary:hover{background:var(--turquoise-dark);transform:translateY(-2px);box-shadow:0 6px 24px #00b4d873}.btn-outline{color:var(--white);background:0 0;border:2px solid #ffffff8c}.btn-outline:hover{border-color:var(--white);background:#ffffff1f}.btn-navy{background:var(--navy);color:var(--white);box-shadow:var(--shadow-md)}.btn-navy:hover{background:var(--navy-dark);transform:translateY(-2px)}.btn-lg{border-radius:var(--radius-md);padding:17px 36px;font-size:1.05rem}.btn-sm{padding:9px 18px;font-size:.85rem}.card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.badge{border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.badge-turquoise{color:var(--turquoise-dark);background:#00b4d81f}.badge-navy{color:var(--navy);background:#0d2b5514}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--silver)}::-webkit-scrollbar-thumb{background:var(--navy-light);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-ring{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-up{animation:.6s forwards fadeUp}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);transform:translateY(32px)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.gradient-text{background:linear-gradient(135deg, var(--turquoise) 0%, var(--navy-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (width<=768px){.section{padding:60px 0}.section-sm{padding:40px 0}.container{padding:0 18px}}.header{z-index:1000;background:0 0;padding:18px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#081a36f7;padding:12px 0;box-shadow:0 2px 24px #00000040}.header__inner{align-items:center;gap:32px;display:flex}.header__logo{flex-shrink:0;align-items:center;display:flex}.header__logo-img{object-fit:contain;width:auto;height:130px;transition:opacity .2s}.header__logo-img:hover{opacity:.88}@media (width<=900px){.header__logo-img{height:76px}}.header__nav{gap:6px;margin-left:auto;display:flex}.header__nav-link{color:#ffffffd1;border-radius:8px;padding:8px 14px;font-size:.9rem;font-weight:600;transition:all .2s}.header__nav-link:hover{color:var(--white);background:#ffffff1a}.header__cta{flex-shrink:0;margin-left:8px}.header__burger{cursor:pointer;color:#fff;background:0 0;border:none;border-radius:6px;margin-left:auto;padding:6px;transition:background .2s;display:none}.header__burger:hover{background:#ffffff1a}.header__mobile-menu{background:var(--navy-dark);border-top:1px solid #ffffff14;flex-direction:column;gap:4px;padding:12px 24px 20px;display:none}.header__mobile-link{color:#ffffffd9;border-radius:8px;padding:13px 16px;font-size:1rem;font-weight:600;transition:all .2s}.header__mobile-link:hover{color:#fff;background:#ffffff14}@media (width<=900px){.header__nav,.header__cta{display:none}.header__burger,.header__mobile-menu{display:flex}}.hero{background:var(--navy-dark);flex-direction:column;justify-content:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg img{object-fit:cover;object-position:center 35%;filter:brightness(.58)saturate(1.02);width:100%;height:100%}.hero__overlay{background:radial-gradient(circle at 78% 28%,#00b4d833,#0000 30%),linear-gradient(105deg,#050f20fa 0%,#081a36eb 42%,#0d2b55a3 72%,#0d2b555c 100%);position:absolute;inset:0}.hero__content{z-index:1;grid-template-columns:minmax(0,1fr) 430px;align-items:center;gap:58px;min-height:100vh;padding-top:132px;padding-bottom:82px;display:grid;position:relative}.hero__left{max-width:680px}.hero__eyebrow{width:fit-content;color:var(--turquoise-light);letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00b4d829;border:1px solid #90e0ef57;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:8px 15px;font-size:.8rem;font-weight:800;display:inline-flex}.hero__title{color:#fff;margin-bottom:24px;font-size:clamp(2.75rem,5.5vw,5rem);font-weight:900;line-height:1.02}.hero__title-gradient{color:var(--turquoise-light);display:inline-block}.hero__subtitle{color:#ffffffc7;max-width:590px;margin-bottom:34px;font-size:1.12rem;line-height:1.75}.hero__actions{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:22px;display:flex}.hero__btn-primary,.hero__btn-ghost{border-radius:12px;justify-content:center;align-items:center;min-height:56px;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s,background .22s;display:inline-flex}.hero__btn-primary{color:#fff;background:linear-gradient(135deg,#08c4df 0%,#0096b7 100%);border:1px solid #ffffff29;gap:13px;padding:13px 25px 13px 20px;font-weight:800;box-shadow:0 14px 34px #00b4d85c}.hero__btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px #00b4d87a}.hero__btn-primary span{flex-direction:column;line-height:1.15;display:flex}.hero__btn-primary strong{font-size:.98rem}.hero__btn-primary small{opacity:.8;margin-top:3px;font-size:.72rem;font-weight:600}.hero__btn-ghost{color:#ffffffdb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff47;gap:9px;padding:0 22px;font-size:.94rem;font-weight:700}.hero__btn-ghost:hover{color:#fff;background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.hero__trust{flex-wrap:wrap;gap:10px;margin-bottom:34px;display:flex}.hero__trust-pill{color:#ffffffd6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-size:.84rem;font-weight:700;display:inline-flex}.hero__trust-pill svg{color:var(--turquoise-light)}.hero__stats{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff12;border:1px solid #ffffff21;border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));max-width:610px;display:grid;overflow:hidden}.hero__stat{border-right:1px solid #ffffff1a;flex-direction:column;gap:5px;padding:18px 22px;display:flex}.hero__stat:last-child{border-right:none}.hero__stat-value{color:#fff;font-size:1.8rem;font-weight:900;line-height:1}.hero__stat-label{color:#ffffff9e;font-size:.77rem;font-weight:600;line-height:1.35}.hero__right{justify-content:center;display:flex;position:relative}.hero__doctor-frame{border-radius:28px;width:100%;max-width:420px;animation:5s ease-in-out infinite float;position:relative;overflow:visible}.hero__doctor-frame>img{border-radius:28px;box-shadow:0 0 0 1px #ffffff1f,0 40px 100px #0000008c}.hero__doctor-img{object-fit:cover;object-position:center top;width:100%;height:560px;display:block}.hero__doctor-gradient{pointer-events:none;background:linear-gradient(#0000 52%,#081a36b8 100%);border-radius:28px;position:absolute;inset:0}.hero__badge-exp{background:var(--turquoise);color:#fff;text-align:center;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:absolute;top:22px;right:-14px;box-shadow:0 16px 40px #00b4d86b}.hero__badge-num{font-size:1.85rem;font-weight:900;line-height:1}.hero__badge-text{opacity:.9;margin-top:4px;font-size:.65rem;font-weight:700;line-height:1.3}.hero__badge-avail{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-radius:16px;align-items:center;gap:12px;padding:14px 20px;display:flex;position:absolute;bottom:24px;left:22px;box-shadow:0 14px 36px #00000038}.hero__avail-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:12px;height:12px;box-shadow:0 0 0 5px #22c55e38}.hero__avail-label{color:var(--gray-text);margin:0 0 2px;font-size:.75rem;font-weight:600}.hero__avail-name{color:var(--navy);font-size:1rem;font-weight:900}.hero__scroll{z-index:2;color:#ffffff7a;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;animation:2s infinite hero-bounce;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hero__scroll:hover{color:#fff;background:#ffffff12;border-color:#fff6}@keyframes hero-bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(7px)}}.hero__img-credit{z-index:2;color:#ffffff47;font-size:.7rem;position:absolute;bottom:14px;right:24px}@media (width<=1100px){.hero__content{grid-template-columns:1fr;gap:36px;padding-top:132px;padding-bottom:72px}.hero__right{max-width:520px}.hero__badge-exp{right:12px}}@media (width<=760px){.hero__content{padding-top:118px}.hero__title{font-size:clamp(2.35rem,13vw,3.25rem)}.hero__subtitle{font-size:1rem}.hero__actions{flex-direction:column;align-items:stretch}.hero__btn-primary,.hero__btn-ghost{width:100%}.hero__stats{grid-template-columns:1fr}.hero__stat{border-bottom:1px solid #ffffff1a;border-right:none;flex-direction:row;align-items:center;gap:14px}.hero__stat:last-child{border-bottom:none}.hero__stat-value{min-width:58px;font-size:1.45rem}.hero__right{justify-content:center;display:flex}.hero__doctor-frame{max-width:300px}.hero__doctor-img{height:380px}.hero__badge-exp{width:76px;height:76px;right:12px}.hero__badge-num{font-size:1.5rem}.hero__scroll,.hero__img-credit{display:none}}.trust-bar{background:var(--silver)}.trust-bar__header{margin-bottom:56px}.trust-bar__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.trust-card{background:var(--white);text-align:center;border:1px solid #0d2b550f;border-radius:22px;padding:40px 26px 36px;transition:all .38s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 24px #0d2b5512}.trust-card:before{content:"";background:linear-gradient(90deg, var(--turquoise), #48cae4);height:3px;transition:transform .38s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.trust-card:hover:before{transform:scaleX(1)}.trust-card:hover{transform:translateY(-8px);box-shadow:0 24px 56px #0d2b5521}.trust-card__icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);color:#fff;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 22px;transition:all .38s;display:flex;box-shadow:0 10px 28px #0d2b5538}.trust-card:hover .trust-card__icon{background:linear-gradient(135deg, var(--turquoise) 0%, var(--turquoise-dark) 100%);transform:scale(1.08)rotate(-3deg);box-shadow:0 10px 28px #00b4d852}.trust-card__title{color:var(--navy);margin-bottom:10px;font-size:1.02rem;font-weight:800;line-height:1.3}.trust-card__desc{color:var(--gray-text);font-size:.875rem;line-height:1.7}@media (width<=900px){.trust-bar__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.trust-bar__grid{grid-template-columns:1fr}}.problems{background:var(--white)}.problems__layout{grid-template-columns:1fr 1fr;align-items:start;gap:72px;display:grid}.problems__left{position:sticky;top:120px}.problems__left .section-title{margin-top:8px}.problems__grid{flex-direction:column;gap:16px;display:flex}.problem-card{background:var(--silver);border-radius:var(--radius-md);transition:var(--transition);border-left:4px solid #0000;align-items:flex-start;gap:18px;padding:22px 24px;display:flex}.problem-card:hover{border-left-color:var(--turquoise);background:#e8f7fb;transform:translate(4px)}.problem-card__icon{width:46px;height:46px;color:var(--turquoise-dark);background:#00b4d81f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.problem-card__title{color:var(--navy);margin-bottom:5px;font-size:.95rem;font-weight:700}.problem-card__detail{color:var(--gray-text);font-size:.86rem;line-height:1.6}@media (width<=900px){.problems__layout{grid-template-columns:1fr;gap:40px}.problems__left{position:static}}.services{background:var(--white)}.services__header{margin-bottom:64px}.services__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.service-card{background:var(--white);border:1px solid #0d2b5512;border-radius:22px;flex-direction:column;padding:42px 32px 36px;transition:all .38s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0d2b5512}.service-card:after{content:"";background:linear-gradient(90deg, var(--turquoise), #48cae4);transform-origin:0;height:3px;transition:transform .38s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover:after{transform:scaleX(1)}.service-card:hover{border-color:#00b4d82e;transform:translateY(-10px);box-shadow:0 28px 64px #0d2b5524}.service-card__num{color:#0d2b550d;-webkit-user-select:none;user-select:none;font-size:3.8rem;font-weight:900;line-height:1;position:absolute;top:18px;right:22px}.service-card__icon{width:62px;height:62px;color:var(--turquoise-dark);background:linear-gradient(135deg,#00b4d824,#0096b70f);border-radius:18px;justify-content:center;align-items:center;margin-bottom:24px;transition:all .38s;display:flex}.service-card:hover .service-card__icon{background:linear-gradient(135deg, var(--turquoise), var(--turquoise-dark));color:#fff;transform:scale(1.08)}.service-card__name{color:var(--navy);margin-bottom:12px;font-size:1.12rem;font-weight:800;line-height:1.3}.service-card__desc{color:var(--gray-text);flex-grow:1;margin-bottom:26px;font-size:.9rem;line-height:1.75}.service-card__btn{color:var(--turquoise-dark);border:1.5px solid var(--turquoise);background:0 0;border-radius:999px;align-self:flex-start;gap:7px;padding:9px 20px;font-size:.84rem;font-weight:700;transition:all .25s}.service-card__btn:hover{background:var(--turquoise);color:#fff;transform:none;box-shadow:0 8px 24px #00b4d84d}@media (width<=900px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.services__grid{grid-template-columns:1fr}}.doctors{background:var(--white)}.doctors__header{margin-bottom:56px}.doctors__header .section-subtitle{margin-top:14px}.doctors__grid{grid-template-columns:repeat(2,480px);justify-content:center;gap:32px;display:grid}.doctor-card{background:var(--white);border:1px solid var(--silver-mid);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);align-items:flex-start;gap:28px;padding:28px;display:flex}.doctor-card:hover{box-shadow:var(--shadow-lg);border-color:#00b4d840;transform:translateY(-4px)}.doctor-card__photo-wrap{flex-shrink:0;position:relative}.doctor-card__photo{object-fit:cover;border-radius:var(--radius-md);width:130px;height:150px}.doctor-card__badge{background:var(--navy);color:#fff;white-space:nowrap;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:.7rem;font-weight:700;display:flex;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.doctor-card__body{flex-direction:column;flex:1;display:flex}.doctor-card__name{color:var(--navy);margin-bottom:4px;font-size:1.15rem;font-weight:800}.doctor-card__specialty{color:var(--turquoise-dark);margin-bottom:14px;font-size:.85rem;font-weight:600}.doctor-card__divider{background:var(--silver-mid);height:1px;margin-bottom:14px}.doctor-card__bio{color:var(--gray-text);flex-grow:1;margin-bottom:18px;font-size:.87rem;line-height:1.65}.doctor-card__cta{align-self:flex-start;padding:10px 18px;font-size:.88rem}.doctors__disclaimer{text-align:center;color:var(--gray-light);margin-top:32px;font-size:.78rem;font-style:italic}@media (width<=1060px){.doctors__grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}}@media (width<=520px){.doctor-card{text-align:center;flex-direction:column;align-items:center}.doctor-card__cta{align-self:center}}.how-it-works{background:var(--navy);position:relative;overflow:hidden}.how-it-works:before{content:"";pointer-events:none;background:radial-gradient(circle,#00b4d81f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;right:-100px}.how__header{margin-bottom:64px}.how__header .section-label{color:var(--turquoise-light)}.how__header .section-title{color:#fff}.how__header .section-subtitle{color:#ffffffad}.how__steps{grid-template-columns:repeat(3,1fr);gap:40px;display:grid;position:relative}.how-step{text-align:center;border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;padding:36px 28px;position:relative}.how-step:hover{background:#ffffff14;border-color:#00b4d859;transform:translateY(-4px)}.how-step__number{color:#00b4d82e;font-variant-numeric:tabular-nums;margin-bottom:16px;font-size:3rem;font-weight:900;line-height:1}.how-step__icon{width:64px;height:64px;color:var(--turquoise-light);background:#00b4d833;border-radius:16px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.how-step__title{color:#fff;margin-bottom:12px;font-size:1.05rem;font-weight:800}.how-step__desc{color:#ffffffa6;margin-bottom:20px;font-size:.88rem;line-height:1.7}.how-step__btn{margin-top:auto}@media (width<=860px){.how__steps{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.gallery{background:var(--silver)}.gallery__header{margin-bottom:52px}.gallery__header .section-subtitle{margin-top:14px}.gallery__grid{grid-template-rows:260px 260px;grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.gallery__item{border-radius:var(--radius-md);cursor:pointer;position:relative;overflow:hidden}.gallery__item--featured{grid-area:1/1/3/3}.gallery__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery__item:hover .gallery__img{transform:scale(1.06)}.gallery__caption{color:#fff;background:linear-gradient(#0000,#081a36d9);padding:12px 18px;font-size:.82rem;font-weight:600;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.gallery__item:hover .gallery__caption{transform:translateY(0)}.gallery__disclaimer{text-align:center;color:var(--gray-light);margin-top:28px;font-size:.78rem;font-style:italic}@media (width<=800px){.gallery__grid{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.gallery__item--featured{grid-area:auto/1/auto/3;height:240px}.gallery__item{height:180px}.gallery__caption{transform:translateY(0)}}@media (width<=520px){.gallery__grid{grid-template-columns:1fr}.gallery__item--featured{grid-column:1}}.benefits{background:var(--white)}.benefits__layout{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.benefits__image-col{position:relative}.benefits__image{border-radius:var(--radius-xl);object-fit:cover;width:100%;height:560px;box-shadow:var(--shadow-lg)}.benefits__image-card{background:var(--navy);color:#fff;border-radius:var(--radius-md);max-width:240px;box-shadow:var(--shadow-lg);padding:20px 24px;position:absolute;bottom:-24px;right:-24px}.benefits__image-card-text{color:#ffffffe6;margin-bottom:8px;font-size:.88rem;font-style:italic;line-height:1.6}.benefits__image-card-sub{color:var(--turquoise-light);font-size:.78rem;font-weight:700}.benefits__content{padding-right:20px}.benefits__content .section-title{margin-top:8px}.benefits__content .section-subtitle{margin-top:14px;margin-bottom:36px}.benefits__list{flex-direction:column;gap:20px;display:flex}.benefit-item{border-radius:var(--radius-md);transition:var(--transition);align-items:flex-start;gap:18px;padding:20px;display:flex}.benefit-item:hover{background:var(--silver)}.benefit-item__icon{width:46px;height:46px;color:var(--turquoise-dark);background:#00b4d81f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.benefit-item__title{color:var(--navy);margin-bottom:5px;font-size:.95rem;font-weight:800}.benefit-item__desc{color:var(--gray-text);font-size:.86rem;line-height:1.6}@media (width<=960px){.benefits__layout{grid-template-columns:1fr;gap:48px}.benefits__image{height:360px}.benefits__image-card{bottom:-16px;right:0}.benefits__content{padding-right:0}}.cta-banner{text-align:center;padding:100px 0;position:relative;overflow:hidden}.cta-banner__bg{z-index:0;position:absolute;inset:0}.cta-banner__bg img{object-fit:cover;width:100%;height:100%}.cta-banner__overlay{background:linear-gradient(135deg,#081a36e6,#0096b7bf);position:absolute;inset:0}.cta-banner__content{z-index:1;flex-direction:column;align-items:center;gap:20px;display:flex;position:relative}.cta-banner__title{color:#fff;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.2}.cta-banner__text{color:#ffffffd1;max-width:520px;font-size:1.05rem;line-height:1.7}@media (width<=600px){.cta-banner{padding:72px 0}}.faq{background:var(--silver)}.faq__header{margin-bottom:52px}.faq__header .section-subtitle{margin-top:14px}.faq__list{flex-direction:column;gap:12px;max-width:780px;margin:0 auto;display:flex}.faq-item{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--silver-mid);transition:var(--transition);overflow:hidden}.faq-item--open{box-shadow:var(--shadow-md);border-color:#00b4d859}.faq-item__question{cursor:pointer;width:100%;color:var(--navy);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;font-size:.97rem;font-weight:700;transition:background .2s;display:flex}.faq-item__question:hover{background:var(--silver)}.faq-item--open .faq-item__question{color:var(--turquoise-dark);background:#00b4d80a}.faq-item__chevron{color:var(--turquoise-dark);flex-shrink:0;transition:transform .25s}.faq-item--open .faq-item__chevron{transform:rotate(180deg)}.faq-item__answer{border-top:1px solid var(--silver-mid);padding:0 28px 22px}.faq-item__answer p{color:var(--gray-text);padding-top:16px;font-size:.91rem;line-height:1.75}.contact{background:var(--white)}.contact__header{margin-bottom:52px}.contact__header .section-subtitle{margin-top:14px}.contact__layout{grid-template-columns:400px 1fr;align-items:start;gap:48px;display:grid}.contact__info{flex-direction:column;gap:20px;display:flex}.contact-card{background:var(--silver);border-radius:var(--radius-md);transition:var(--transition);align-items:flex-start;gap:18px;padding:22px 24px;display:flex}.contact-card:hover{background:#e8f7fb}.contact-card__icon{width:46px;height:46px;color:var(--turquoise-dark);background:#00b4d826;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-card__label{text-transform:uppercase;letter-spacing:.08em;color:var(--turquoise-dark);margin-bottom:4px;font-size:.78rem;font-weight:700}.contact-card__value{color:var(--navy);font-size:.91rem;font-weight:600;line-height:1.5}.contact__whatsapp-btn{justify-content:center;width:100%;padding:16px}.contact__map{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.map-placeholder{justify-content:center;align-items:center;height:420px;display:flex;position:relative}.map-placeholder__bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.map-placeholder__overlay{background:linear-gradient(135deg,#081a36c7,#0096b799);position:absolute;inset:0}.map-placeholder__inner{z-index:1;text-align:center;color:#fff;flex-direction:column;align-items:center;gap:10px;padding:32px;display:flex;position:relative}.map-placeholder__inner svg{color:var(--turquoise-light);opacity:.9}.map-placeholder__title{letter-spacing:.04em;font-size:1.35rem;font-weight:900}.map-placeholder__address{color:#ffffffd1;max-width:280px;margin-bottom:8px;font-size:.92rem;line-height:1.5}@media (width<=900px){.contact__layout{grid-template-columns:1fr}.map-placeholder{height:320px}}.final-cta{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, var(--navy-light) 100%);padding:90px 0;position:relative;overflow:hidden}.final-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#00b4d824 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-80px;left:-80px}.final-cta:after{content:"";pointer-events:none;background:radial-gradient(circle,#00b4d81a 0%,#0000 65%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-100px;right:-80px}.final-cta__inner{z-index:1;grid-template-columns:1fr auto;align-items:center;gap:48px;display:grid;position:relative}.final-cta__title{color:#fff;margin-bottom:12px;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:900;line-height:1.25}.final-cta__subtitle{color:#ffffffb8;max-width:500px;font-size:1rem;line-height:1.7}.final-cta__actions{flex-direction:column;flex-shrink:0;align-items:center;gap:14px;display:flex}.final-cta__link{color:#ffffffa6;align-items:center;gap:6px;font-size:.88rem;font-weight:600;transition:color .2s;display:flex}.final-cta__link:hover{color:var(--turquoise-light)}@media (width<=860px){.final-cta__inner{text-align:center;grid-template-columns:1fr}.final-cta__subtitle{margin:0 auto}.final-cta__actions{flex-flow:wrap;justify-content:center}}.footer{background:var(--navy-dark);color:#ffffffbf}.footer__inner{grid-template-columns:2fr 1fr 1.5fr;gap:56px;padding-top:64px;padding-bottom:48px;display:grid}.footer__logo{margin-bottom:18px}.footer__logo-img{object-fit:contain;width:auto;height:110px}.footer__tagline{color:#ffffff94;max-width:280px;margin-bottom:22px;font-size:.88rem;line-height:1.7}.footer__whatsapp{padding:11px 20px;font-size:.88rem}.footer__col-title{text-transform:uppercase;letter-spacing:.12em;color:var(--turquoise-light);margin-bottom:18px;font-size:.78rem;font-weight:800}.footer__links{flex-direction:column;gap:10px;display:flex}.footer__link{color:#ffffff9e;font-size:.88rem;transition:color .2s}.footer__link:hover{color:var(--turquoise-light)}.footer__contact-list{flex-direction:column;gap:12px;display:flex}.footer__contact-list li{color:#ffffff9e;align-items:flex-start;gap:10px;font-size:.86rem;display:flex}.footer__contact-list svg{color:var(--turquoise);flex-shrink:0;margin-top:2px}.footer__bottom{border-top:1px solid #ffffff14}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:20px 0;display:flex}.footer__bottom-inner p{color:#ffffff61;font-size:.8rem}.footer__demo-note{font-style:italic}@media (width<=860px){.footer__inner{grid-template-columns:1fr 1fr;gap:36px}.footer__brand{grid-column:1/3}}@media (width<=520px){.footer__inner{grid-template-columns:1fr}.footer__brand{grid-column:1}.footer__bottom-inner{text-align:center;flex-direction:column}}.whatsapp-float{z-index:999;color:#fff;background:#25d366;border-radius:100px;align-items:center;gap:0;padding:0;font-size:.88rem;font-weight:700;text-decoration:none;transition:gap .3s,padding .3s,box-shadow .3s,transform .25s;display:flex;position:fixed;bottom:28px;right:28px;overflow:hidden;box-shadow:0 6px 24px #25d36680}.whatsapp-float__icon{flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;animation:2.8s infinite phone-ring;display:flex}.whatsapp-float__label{white-space:nowrap;opacity:0;max-width:0;padding-right:0;font-size:.88rem;transition:max-width .35s,opacity .25s 50ms,padding .3s;overflow:hidden}.whatsapp-float:hover{gap:4px;transform:translateY(-3px);box-shadow:0 10px 32px #25d366a6}.whatsapp-float:hover .whatsapp-float__label{opacity:1;max-width:200px;padding-right:20px}@keyframes phone-ring{0%{transform:rotate(0)}5%{transform:rotate(15deg)}10%{transform:rotate(-14deg)}15%{transform:rotate(12deg)}20%{transform:rotate(-10deg)}25%{transform:rotate(0)}to{transform:rotate(0)}}@media (width<=480px){.whatsapp-float{bottom:18px;right:18px}.whatsapp-float__icon{width:52px;height:52px}}
