@tailwind base;@tailwind components;@tailwind utilities;*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#fdf8f3;color:#1a1a2e;font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.7;overflow-x:hidden}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 rgba(231,111,81,.4)}50%{box-shadow:0 0 30px 10px rgba(231,111,81,.2)}}@keyframes blob-morph{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}}@keyframes slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-right{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1)}.animate-on-scroll.animated,.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.stagger-children>*{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1)}.stagger-children.animated>*,.stagger-children.is-visible>*{opacity:1;transform:translateY(0)}.stagger-children.animated>:first-child,.stagger-children.is-visible>:first-child{transition-delay:0ms}.stagger-children.animated>:nth-child(2),.stagger-children.is-visible>:nth-child(2){transition-delay:.1s}.stagger-children.animated>:nth-child(3),.stagger-children.is-visible>:nth-child(3){transition-delay:.2s}.stagger-children.animated>:nth-child(4),.stagger-children.is-visible>:nth-child(4){transition-delay:.3s}.stagger-children.animated>:nth-child(5),.stagger-children.is-visible>:nth-child(5){transition-delay:.4s}.stagger-children.animated>:nth-child(6),.stagger-children.is-visible>:nth-child(6){transition-delay:.5s}.stagger-children.animated>:nth-child(7),.stagger-children.is-visible>:nth-child(7){transition-delay:.6s}.stagger-children.animated>:nth-child(8),.stagger-children.is-visible>:nth-child(8){transition-delay:.7s}.stagger-children.animated>:nth-child(9),.stagger-children.is-visible>:nth-child(9){transition-delay:.8s}.stagger-children.animated>:nth-child(10),.stagger-children.is-visible>:nth-child(10){transition-delay:.9s}.stagger-children.animated>:nth-child(11),.stagger-children.is-visible>:nth-child(11){transition-delay:1s}.stagger-children.animated>:nth-child(12),.stagger-children.is-visible>:nth-child(12){transition-delay:1.1s}.heading-display{font-weight:600;letter-spacing:-.02em;line-height:1.1}.heading-display,.heading-section{font-family:Fraunces,Georgia,serif}.heading-section{color:#1a1a2e;font-size:clamp(2rem,5vw,3rem);font-weight:500;letter-spacing:-.01em;line-height:1.2}.text-body{color:#5c5c6d;font-size:1.0625rem;line-height:1.8}.text-accent{color:#e76f51}.text-primary{color:#0f4c5c}.header{background:transparent;left:0;position:fixed;right:0;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:100}.header--scrolled{backdrop-filter:blur(20px);background:hsla(0,0%,100%,.95);box-shadow:0 4px 30px rgba(0,0,0,.08)}.header__container{align-items:center;display:flex;height:88px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 1.5rem}@media(min-width:1024px){.header__container{padding:0 3rem}}.header__logo{align-items:center;display:flex;gap:.75rem}.header__logo img{height:48px;width:auto}@media(min-width:768px){.header__logo img{height:56px}}.header__nav{display:none}@media(min-width:1024px){.header__nav{align-items:center;display:flex;gap:2.5rem}}.header__nav-link{color:#5c5c6d;font-size:.9375rem;font-weight:500;position:relative;transition:color .3s ease}.header__nav-link:after{background:#e76f51;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.header__nav-link:hover{color:#0f4c5c}.header__nav-link:hover:after{width:100%}.header__actions{align-items:center;display:flex;gap:1rem}.header__phone{align-items:center;color:#1a1a2e;display:none;font-weight:600;gap:.5rem;transition:color .3s ease}@media(min-width:768px){.header__phone{display:flex}}.header__phone svg{color:#e76f51;height:20px;width:20px}.header__phone:hover{color:#0f4c5c}.header__mobile-toggle{align-items:center;border-radius:12px;color:#1a1a2e;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}@media(min-width:1024px){.header__mobile-toggle{display:none}}.header__mobile-toggle:hover{background:#e8f4f6;color:#0f4c5c}.header__mobile-toggle svg{height:28px;width:28px}.header__mobile-menu{background:#fff;border-top:1px solid rgba(15,76,92,.1);box-shadow:0 20px 40px rgba(0,0,0,.1);display:none;left:0;padding:1.5rem;position:absolute;right:0;top:100%}.header__mobile-menu.active{display:block}.header__mobile-nav{display:flex;flex-direction:column;gap:.5rem}.header__mobile-link{border-radius:12px;color:#1a1a2e;font-weight:500;padding:1rem;transition:all .3s ease}.header__mobile-link:hover{background:#e8f4f6;color:#0f4c5c}.header__mobile-cta{border-top:1px solid #e9ded3;margin-top:1.5rem;padding-top:1.5rem}.btn{align-items:center;border-radius:100px;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn svg{flex-shrink:0;height:20px;width:20px}.btn--primary{background:#0f4c5c;box-shadow:0 4px 20px rgba(15,76,92,.3);color:#fff}.btn--primary:hover{background:#1a6b7c;box-shadow:0 8px 30px rgba(15,76,92,.4);transform:translateY(-2px)}.btn--accent{background:#e76f51;box-shadow:0 4px 20px rgba(231,111,81,.3);color:#fff}.btn--accent:hover{background:#d45d3f;box-shadow:0 8px 30px rgba(231,111,81,.4);transform:translateY(-2px)}.btn--outline{background:transparent;border:2px solid rgba(15,76,92,.3);color:#0f4c5c}.btn--outline:hover{background:#0f4c5c;border-color:#0f4c5c;color:#fff}.btn--ghost{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);color:#fff}.btn--ghost:hover{background:hsla(0,0%,100%,.2)}.btn--large{font-size:1rem;padding:1.125rem 2.25rem}.hero{align-items:center;background:linear-gradient(135deg,#fdf8f3,#f5ede4 50%,#e9ded3);display:flex;min-height:100vh;overflow:hidden;padding-top:88px;position:relative}.hero__blob{animation:blob-morph 8s ease-in-out infinite;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;position:absolute}.hero__blob--1{animation-delay:0s;background:linear-gradient(135deg,rgba(15,76,92,.08),rgba(15,76,92,.02));height:600px;right:-100px;top:-200px;width:600px}.hero__blob--2{animation-delay:-4s;background:linear-gradient(135deg,rgba(231,111,81,.1),rgba(231,111,81,.03));bottom:-100px;height:400px;left:-100px;width:400px}.hero__blob--3{animation-delay:-2s;background:linear-gradient(135deg,rgba(244,162,97,.08),rgba(244,162,97,.02));height:300px;left:30%;top:40%;width:300px}.hero__container{margin:0 auto;max-width:1400px;padding:4rem 1.5rem;position:relative;width:100%;z-index:10}@media(min-width:1024px){.hero__container{padding:6rem 3rem}}.hero__grid{align-items:center;display:grid;gap:4rem}@media(min-width:1024px){.hero__grid{gap:6rem;grid-template-columns:1fr 1fr}}.hero__content{max-width:600px}.hero__badge{align-items:center;animation:slide-up .6s ease forwards;background:#e8f5e9;border-radius:100px;color:#4caf50;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.hero__badge svg{height:16px;width:16px}.hero__title{animation:slide-up .6s ease forwards;animation-delay:.1s;color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:600;line-height:1.1;margin-bottom:1.5rem;opacity:0}.hero__title .highlight{color:#e76f51;display:inline-block;position:relative}.hero__title .highlight:after{background:rgba(231,111,81,.2);border-radius:4px;bottom:.1em;content:"";height:.3em;left:0;position:absolute;right:0;z-index:-1}.hero__subtitle{animation:slide-up .6s ease forwards;animation-delay:.2s;color:#5c5c6d;font-size:1.125rem;line-height:1.8;margin-bottom:2.5rem;opacity:0}.hero__cta-group{animation:slide-up .6s ease forwards;animation-delay:.3s;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;opacity:0}.hero__stats{animation:slide-up .6s ease forwards;animation-delay:.4s;border-top:1px solid #e9ded3;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);opacity:0;padding-top:2rem}.hero__stat{text-align:left}.hero__stat-value{color:#0f4c5c;font-family:Fraunces,Georgia,serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1;margin-bottom:.25rem}.hero__stat-label{color:#8b8b9e;font-size:.875rem}.hero__visual{animation:fade-in 1s ease forwards;animation-delay:.5s;opacity:0;position:relative}@media(max-width:1023px){.hero__visual{display:none}}.hero__image-wrapper{border-radius:32px;box-shadow:0 40px 80px rgba(15,76,92,.15);overflow:hidden;position:relative}.hero__image-wrapper:before{background:linear-gradient(0deg,rgba(15,76,92,.3) 0,transparent 50%);content:"";inset:0;position:absolute;z-index:1}.hero__image{aspect-ratio:4/5;display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.hero__float-card{animation:float 6s ease-in-out infinite;background:#fff;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.12);padding:1.25rem;position:absolute;z-index:10}.hero__float-card--top{animation-delay:0s;right:-40px;top:10%}.hero__float-card--bottom{animation-delay:-3s;bottom:15%;left:-40px}.hero__float-card-icon{align-items:center;border-radius:14px;display:flex;height:48px;justify-content:center;margin-bottom:.75rem;width:48px}.hero__float-card-icon--success{background:#e8f5e9;color:#4caf50}.hero__float-card-icon--accent{background:#fef3ef;color:#e76f51}.hero__float-card-icon svg{height:24px;width:24px}.hero__float-card-value{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:1.5rem;font-weight:600}.hero__float-card-label{color:#8b8b9e;font-size:.8125rem}.trust-bar{background:#0f4c5c;overflow:hidden;padding:3rem 0;position:relative}.trust-bar:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath fill='%23fff' fill-opacity='.03' fill-rule='evenodd' d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2zm0-30V0h-2v4h-4v2h4v4h2V6h4V4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2zM6 4V0H4v4H0v2h4v4h2V6h4V4z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.trust-bar__container{margin:0 auto;max-width:1400px;padding:0 1.5rem;position:relative;z-index:1}@media(min-width:1024px){.trust-bar__container{padding:0 3rem}}.trust-bar__grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.trust-bar__grid{grid-template-columns:repeat(4,1fr)}}.trust-bar__item{align-items:center;display:flex;gap:1rem}.trust-bar__icon{align-items:center;background:hsla(0,0%,100%,.1);border-radius:16px;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.trust-bar__icon svg{color:#f4a261;height:28px;width:28px}.trust-bar__content{display:flex;flex:1;flex-direction:column}.trust-bar__title{color:#fff;font-size:.9375rem;font-weight:700;line-height:1.3}.trust-bar__text{color:hsla(0,0%,100%,.7);font-size:.8125rem}.section{background:#fff;padding:6rem 0;position:relative}@media(min-width:1024px){.section{padding:8rem 0}}.section--cream{background:#fdf8f3}.section--sand{background:#f5ede4}.section--white{background:#fff}.section--primary{background:#0f4c5c;color:#fff}.section__container{margin:0 auto;max-width:1400px;padding:0 1.5rem}@media(min-width:1024px){.section__container{padding:0 3rem}}.section__header{margin:0 auto 4rem;max-width:700px;text-align:center}.section__title{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:500;letter-spacing:-.01em;margin-bottom:1rem}.section__subtitle{color:#5c5c6d;font-size:1.0625rem;line-height:1.8}.section-header{margin:0 auto 4rem;max-width:700px;text-align:center}.section-badge{background:#e8f4f6;border-radius:50px;color:#0f4c5c;display:inline-block;font-size:.8125rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1.25rem}.section-title{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:500;letter-spacing:-.01em;margin-bottom:1rem}.section-description{color:#5c5c6d;font-size:1.0625rem;line-height:1.8}.text-gradient{background:linear-gradient(135deg,#0f4c5c,#e76f51);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.why-us__grid{display:grid;gap:1.5rem}@media(min-width:768px){.why-us__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.why-us__grid{grid-template-columns:repeat(3,1fr)}}.value-card{background:#fff;border:1px solid transparent;border-radius:24px;box-shadow:0 4px 20px rgba(0,0,0,.04);overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.value-card:hover{border-color:rgba(15,76,92,.1);box-shadow:0 20px 50px rgba(15,76,92,.12);transform:translateY(-8px)}.value-card__badge{align-items:center;background:#fef3ef;border-radius:100px;color:#e76f51;display:flex;font-size:.75rem;font-weight:700;gap:.375rem;padding:.375rem .875rem;position:absolute;right:1.5rem;top:1.5rem}.value-card__badge svg{height:12px;width:12px}.value-card__icon{align-items:center;border-radius:20px;display:flex;height:64px;justify-content:center;margin-bottom:1.5rem;width:64px}.value-card__icon--primary{background:linear-gradient(135deg,#e8f4f6,rgba(15,76,92,.15));color:#0f4c5c}.value-card__icon--accent{background:linear-gradient(135deg,#fef3ef,rgba(231,111,81,.15));color:#e76f51}.value-card__icon--success{background:linear-gradient(135deg,#e8f5e9,rgba(76,175,80,.15));color:#4caf50}.value-card__icon svg{height:32px;width:32px}.value-card__stat{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.value-card__title{color:#1a1a2e;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.value-card__description{color:#5c5c6d;font-size:.9375rem;line-height:1.7}.treatments__grid{display:grid;gap:1.5rem}@media(min-width:768px){.treatments__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.treatments__grid{grid-template-columns:repeat(3,1fr)}}.treatment-card{background:#fff;border:1px solid #e9ded3;border-radius:24px;padding:2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.treatment-card:hover{border-color:#0f4c5c;box-shadow:0 20px 50px rgba(15,76,92,.1)}.treatment-card:hover .treatment-card__arrow{color:#e76f51;transform:translateX(4px)}.treatment-card__badge{background:#e8f5e9;border-radius:100px;color:#4caf50;font-size:.75rem;font-weight:700;padding:.375rem .75rem;position:absolute;right:1.5rem;top:1.5rem}.treatment-card__icon{align-items:center;background:linear-gradient(135deg,#e8f4f6,rgba(15,76,92,.1));border-radius:16px;color:#0f4c5c;display:flex;height:56px;justify-content:center;margin-bottom:1.25rem;width:56px}.treatment-card__icon svg{height:28px;width:28px}.treatment-card__title{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.treatment-card__description{color:#5c5c6d;font-size:.9375rem;line-height:1.7;margin-bottom:1.5rem}.treatment-card__link{align-items:center;color:#0f4c5c;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;transition:color .3s ease}.treatment-card__link:hover{color:#e76f51}.treatment-card__arrow{transition:transform .3s ease,color .3s ease}.treatment-card__arrow svg{height:18px;width:18px}.doctors__grid{display:grid;gap:2rem}@media(min-width:768px){.doctors__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.doctors__grid{grid-template-columns:repeat(4,1fr)}}.doctor-card{background:#fff;border-radius:24px;box-shadow:0 4px 20px rgba(0,0,0,.04);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.doctor-card:hover{box-shadow:0 20px 50px rgba(15,76,92,.12);transform:translateY(-8px)}.doctor-card:hover .doctor-card__image{transform:scale(1.05)}.doctor-card__image-wrapper{aspect-ratio:1;overflow:hidden;position:relative}.doctor-card__image-wrapper:after{background:linear-gradient(0deg,rgba(15,76,92,.6) 0,transparent 60%);content:"";inset:0;opacity:0;position:absolute;transition:opacity .4s ease}.doctor-card:hover .doctor-card__image-wrapper:after{opacity:1}.doctor-card__image{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.doctor-card__appointment-btn{align-items:center;background:hsla(0,0%,100%,.9);border-radius:12px;color:#0f4c5c;display:flex;height:44px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:44px;z-index:2}.doctor-card__appointment-btn:hover{background:#e76f51;color:#fff}.doctor-card__appointment-btn svg{height:22px;width:22px}.doctor-card__content{padding:1.5rem}.doctor-card__header{align-items:start;display:flex;justify-content:space-between;margin-bottom:.5rem}.doctor-card__name{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:1.125rem;font-weight:600}.doctor-card__rating{align-items:center;color:#f59e0b;display:flex;gap:.25rem}.doctor-card__rating svg{fill:currentColor;height:16px;width:16px}.doctor-card__rating span{color:#1a1a2e;font-size:.875rem;font-weight:600}.doctor-card__specialty{color:#e76f51;font-size:.875rem;margin-bottom:.75rem}.doctor-card__bio{color:#5c5c6d;display:-webkit-box;font-size:.875rem;-webkit-line-clamp:2;line-height:1.6;margin-bottom:1rem;-webkit-box-orient:vertical;overflow:hidden}.doctor-card__stats{border-top:1px solid #e9ded3;display:flex;gap:1.5rem;margin-bottom:1rem;padding:1rem 0}.doctor-card__stat-value{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:1.125rem;font-weight:600}.doctor-card__stat-label{color:#8b8b9e;font-size:.75rem}.doctor-card__actions{display:flex;gap:.75rem}.doctor-card__profile-btn{border:2px solid rgba(15,76,92,.2);border-radius:12px;color:#0f4c5c;flex:1;font-size:.875rem;font-weight:600;padding:.75rem 1rem;text-align:center;transition:all .3s ease}.doctor-card__profile-btn:hover{background:#0f4c5c;border-color:#0f4c5c;color:#fff}.doctor-card__social-btn{align-items:center;background:#0077b5;border-radius:12px;color:#fff;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.doctor-card__social-btn:hover{background:#005582;transform:translateY(-2px)}.doctor-card__social-btn svg{height:20px;width:20px}.testimonials{background:linear-gradient(135deg,#fdf8f3,#f5ede4 50%,rgba(231,111,81,.05))}.testimonials__grid{display:grid;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testimonials__more{text-align:center}.testimonial-card{background:#fff;border-radius:24px;box-shadow:0 4px 20px rgba(0,0,0,.04);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.testimonial-card:hover{box-shadow:0 20px 50px rgba(15,76,92,.12);transform:scale(1.02)}.testimonial-card__image-wrapper{height:200px;overflow:hidden;position:relative}.testimonial-card__image{filter:blur(8px) brightness(.9);height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.1);width:100%}.testimonial-card__overlay{background:linear-gradient(180deg,rgba(15,76,92,.2) 0,rgba(15,76,92,.5));inset:0;position:absolute}.testimonial-card__avatar,.testimonial-card__overlay{align-items:center;display:flex;justify-content:center}.testimonial-card__avatar{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border-radius:50%;color:#fff;height:80px;width:80px}.testimonial-card__avatar svg{height:40px;width:40px}.testimonial-card__video-btn{align-items:center;background:hsla(0,0%,100%,.9);border-radius:50%;color:#e76f51;display:flex;height:44px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:44px}.testimonial-card__video-btn:hover{background:#e76f51;color:#fff;transform:scale(1.1)}.testimonial-card__video-btn svg{height:20px;width:20px}.testimonial-card__content{padding:1.5rem}.testimonial-card__quote{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:1rem;font-style:italic;line-height:1.7;margin-bottom:1.5rem;padding-left:1.5rem;position:relative}.testimonial-card__quote:before{color:rgba(231,111,81,.3);content:'"';font-family:Georgia,serif;font-size:2.5rem;left:0;line-height:1;position:absolute;top:-.25rem}.testimonial-card__meta{align-items:center;border-top:1px solid #e9ded3;display:flex;justify-content:space-between;padding-top:1rem}.testimonial-card__author-name{color:#1a1a2e;font-weight:600;margin-bottom:.125rem}.testimonial-card__author-location{color:#8b8b9e;font-size:.8125rem}.testimonial-card__info{align-items:center;display:flex;gap:.75rem}.testimonial-card__treatment{background:#e8f5e9;border-radius:100px;color:#4caf50;font-size:.75rem;font-weight:600;padding:.25rem .625rem}.testimonial-card__rating{display:flex;gap:2px}.testimonial-card__rating svg{color:#f59e0b;fill:currentColor;height:16px;width:16px}.timeline__header{margin:0 auto 3rem;max-width:700px;text-align:center}.timeline__title{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:500;margin-bottom:1rem}.timeline__subtitle{color:#5c5c6d;font-size:1.0625rem;line-height:1.8}.stepper{margin:0 auto;max-width:1000px}.stepper__nav{align-items:center;display:flex;gap:0;justify-content:center;margin-bottom:3rem;overflow-x:auto;padding:1rem 0}@media(max-width:768px){.stepper__nav{justify-content:flex-start;padding:1rem}}.stepper__step{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:.5rem;padding:.75rem 1rem;transition:all .3s ease}.stepper__step:hover .stepper__number{box-shadow:0 4px 20px rgba(15,76,92,.25);transform:scale(1.1)}.stepper__step.active .stepper__number{background:#0f4c5c;box-shadow:0 8px 30px rgba(15,76,92,.35);color:#fff;transform:scale(1.1)}.stepper__step.active .stepper__label{color:#0f4c5c;font-weight:600}.stepper__number{align-items:center;background:#e9ded3;border-radius:50%;color:#5c5c6d;display:flex;font-size:1.125rem;font-weight:700;height:52px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:52px}.stepper__label{color:#8b8b9e;font-size:.75rem;transition:all .3s ease;white-space:nowrap}@media(max-width:640px){.stepper__label{display:none}}.stepper__line{background:#e9ded3;border-radius:4px;flex-shrink:0;height:3px;width:48px}@media(max-width:768px){.stepper__line{width:24px}}.stepper__contents{position:relative}.stepper__content{animation:slide-up .4s ease;display:none}.stepper__content.active{display:block}.stepper__card{background:#fff;border:1px solid #e9ded3;border-radius:24px;box-shadow:0 4px 20px rgba(0,0,0,.04);padding:2rem}.stepper__card-header{align-items:flex-start;display:flex;gap:1.25rem;margin-bottom:1.5rem}.stepper__icon{align-items:center;background:linear-gradient(135deg,#e8f4f6,rgba(15,76,92,.1));border-radius:16px;color:#0f4c5c;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.stepper__icon svg{height:28px;width:28px}.stepper__icon--success{background:linear-gradient(135deg,#e8f5e9,rgba(76,175,80,.15));color:#4caf50}.stepper__info{flex:1}.stepper__step-title{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:1.375rem;font-weight:600;margin-bottom:.5rem}.stepper__meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.stepper__duration{color:#5c5c6d;font-size:.875rem}.stepper__progress{background:#e8f5e9;border-radius:100px;color:#4caf50;font-size:.8125rem;font-weight:600;padding:.25rem .75rem}.stepper__desc{color:#5c5c6d;font-size:1rem;line-height:1.8;margin-bottom:1.5rem}.stepper__checklist{background:linear-gradient(135deg,#e8f4f6,rgba(15,76,92,.05));border:1px solid rgba(15,76,92,.1);border-radius:16px;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:1rem}@media(min-width:768px){.stepper__checklist{grid-template-columns:repeat(4,1fr)}}.stepper__checklist li{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.04);color:#1a1a2e;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.75rem 1rem;transition:all .3s ease}.stepper__checklist li:before{align-items:center;background:linear-gradient(135deg,#4caf50,#3d8b40);border-radius:50%;color:#fff;content:"✓";display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:24px;justify-content:center;width:24px}.stepper__checklist li:hover{box-shadow:0 4px 12px rgba(15,76,92,.1);transform:translateY(-2px)}.faq__layout{display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.faq__layout{flex-direction:row;gap:4rem}}.faq__questions{display:flex;flex:1;flex-direction:column;gap:1rem}.faq__sidebar{flex:0 0 auto;width:100%}@media(min-width:1024px){.faq__sidebar{height:-moz-fit-content;height:fit-content;position:sticky;top:120px;width:340px}}.faq-item{border:1px solid #e9ded3}.faq-item:hover{border-color:rgba(15,76,92,.3)}.faq-item.active{border-color:#0f4c5c;box-shadow:0 8px 30px rgba(15,76,92,.1)}.faq-item__question{gap:1rem;padding:1.25rem 1.5rem;transition:background .3s ease}.faq-item__question:hover{background:rgba(15,76,92,.02)}.faq-item__text{color:#1a1a2e;font-size:1rem;font-weight:600}.faq-item__icon{color:#0f4c5c;flex-shrink:0;height:24px;transition:transform .3s ease;width:24px}.faq-item.active .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-item.active .faq-item__answer{max-height:500px;opacity:1}.faq-item__content{border-top:1px solid #e9ded3;color:#5c5c6d;font-size:.9375rem;line-height:1.8;margin-top:0;padding:1rem 1.5rem 1.5rem}.faq-cta{background:linear-gradient(135deg,rgba(15,76,92,.05),rgba(15,76,92,.1));border:1px solid rgba(15,76,92,.15);border-radius:24px;padding:2rem;text-align:center}.faq-cta__icon{align-items:center;background:#0f4c5c;border-radius:50%;box-shadow:0 8px 30px rgba(15,76,92,.35);display:flex;height:72px;justify-content:center;margin:0 auto 1.25rem;width:72px}.faq-cta__icon svg{color:#fff;height:36px;width:36px}.faq-cta__title{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.faq-cta__text{color:#5c5c6d;font-size:.9375rem;margin-bottom:1.5rem}.faq-cta__whatsapp{align-items:center;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:12px;color:#fff;display:flex;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.faq-cta__whatsapp:hover{box-shadow:0 8px 30px rgba(37,211,102,.4);transform:translateY(-2px)}.faq-cta__whatsapp svg{height:24px;width:24px}.faq-cta__phone{align-items:center;color:#5c5c6d;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;margin-top:1rem;transition:color .3s ease}.faq-cta__phone:hover{color:#0f4c5c}.faq-cta__phone svg{height:18px;width:18px}.contact__grid{display:flex;flex-direction:column;gap:2rem}.contact__map-wrapper{border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,.1);height:350px;overflow:hidden;width:100%}.contact__map{height:100%;width:100%}.contact__content-row{display:grid;gap:2rem}@media(min-width:768px){.contact__content-row{grid-template-columns:repeat(2,1fr)}}.contact-card{background:#fff;border:1px solid #e9ded3;border-radius:24px;padding:2rem}.contact-card__title{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.contact-card__list{display:flex;flex-direction:column;gap:1.25rem}.contact-card__item{align-items:flex-start;display:flex;gap:1rem}.contact-card__icon{align-items:center;background:linear-gradient(135deg,#e8f4f6,rgba(15,76,92,.1));border-radius:14px;color:#0f4c5c;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.contact-card__icon svg{height:24px;width:24px}.contact-card__text{flex:1}.contact-card__label{color:#8b8b9e;font-size:.8125rem;margin-bottom:.25rem}.contact-card__value{color:#1a1a2e;font-weight:500}.contact-card__value a{transition:color .3s ease}.contact-card__value a:hover{color:#0f4c5c}.contact-card__hours{border-top:1px solid #e9ded3;margin-top:1.5rem;padding-top:1.5rem}.contact-card__hours-title{color:#1a1a2e;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.contact-card__hours-list{display:flex;flex-direction:column;gap:.5rem}.contact-card__hours-row{display:flex;font-size:.875rem;justify-content:space-between}.contact-card__hours-day{color:#5c5c6d}.contact-card__hours-time{color:#1a1a2e;font-weight:500}.contact-card__social{border-top:1px solid #e9ded3;margin-top:1.5rem;padding-top:1.5rem}.contact-card__social-title{color:#1a1a2e;font-size:.875rem;font-weight:600;margin-bottom:1rem}.contact-card__social-links{display:flex;gap:.75rem}.contact-card__social-link{align-items:center;background:#fdf8f3;border-radius:12px;color:#5c5c6d;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.contact-card__social-link:hover{transform:translateY(-2px)}.contact-card__social-link--instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.contact-card__social-link--facebook:hover{background:#1877f2;color:#fff}.contact-card__social-link--youtube:hover{background:red;color:#fff}.contact-card__social-link svg{height:22px;width:22px}.contact-form{background:#fff;border:1px solid #e9ded3;border-radius:24px;padding:2rem}.contact-form__header{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-bottom:1.5rem}.contact-form__title{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:1.25rem;font-weight:600}.contact-form__badge{align-items:center;background:#e8f5e9;border-radius:100px;color:#4caf50;display:flex;font-size:.75rem;font-weight:600;gap:.375rem;padding:.375rem .75rem}.contact-form__badge svg{height:14px;width:14px}.contact-form__group{margin-bottom:1rem}.contact-form__label{display:block;font-weight:500}.contact-form__input,.contact-form__textarea{background:#fdf8f3;border:1px solid #e9ded3;padding:.875rem 1rem;width:100%}.contact-form__input::-moz-placeholder,.contact-form__textarea::-moz-placeholder{color:#8b8b9e}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#8b8b9e}.contact-form__submit{align-items:center;background:#0f4c5c;border-radius:12px;color:#fff;display:flex;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.contact-form__submit:hover{background:#1a6b7c;box-shadow:0 8px 30px rgba(15,76,92,.3);transform:translateY(-2px)}.contact-form__submit svg{height:20px;width:20px}.contact-form__guarantee{align-items:center;color:#8b8b9e;display:flex;font-size:.8125rem;gap:.5rem;justify-content:center;margin-top:1rem}.contact-form__guarantee svg{color:#4caf50;height:16px;width:16px}.final-cta{overflow:hidden;padding:6rem 0;position:relative}@media(min-width:1024px){.final-cta{padding:8rem 0}}.final-cta__background{background:linear-gradient(135deg,#0f4c5c,#0a3640);inset:0;position:absolute}.final-cta__pattern{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath fill='%23fff' fill-opacity='.05' fill-rule='evenodd' d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2zm0-30V0h-2v4h-4v2h4v4h2V6h4V4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2zM6 4V0H4v4H0v2h4v4h2V6h4V4z'/%3E%3C/svg%3E");inset:0;position:absolute}.final-cta__container{margin:0 auto;max-width:900px;padding:0 1.5rem;position:relative;text-align:center;z-index:10}.final-cta__badge{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.15);border-radius:100px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem}.final-cta__badge svg{color:#f4a261;height:18px;width:18px}.final-cta__title{color:#fff;font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,5vw,3rem);font-weight:600;line-height:1.2;margin-bottom:1.25rem}.final-cta__subtitle{color:hsla(0,0%,100%,.85);font-size:1.125rem;line-height:1.8;margin:0 auto 2.5rem;max-width:600px}.final-cta__btn{align-items:center;background:#fff;border-radius:100px;box-shadow:0 8px 40px rgba(0,0,0,.2);color:#0f4c5c;display:inline-flex;font-size:1.0625rem;font-weight:700;gap:.75rem;padding:1.25rem 2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.final-cta__btn:hover{box-shadow:0 16px 60px rgba(0,0,0,.3);transform:translateY(-4px) scale(1.02)}.final-cta__btn svg{height:24px;width:24px}.final-cta__rating{align-items:center;color:hsla(0,0%,100%,.9);display:flex;font-size:.9375rem;gap:.5rem;justify-content:center;margin-top:1.5rem}.final-cta__rating svg{color:#f59e0b;fill:currentColor;height:18px;width:18px}.final-cta__options{align-items:center;border-top:1px solid hsla(0,0%,100%,.15);display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:3rem;padding-top:3rem}@media(min-width:640px){.final-cta__options{flex-direction:row;gap:2rem}}.final-cta__option{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border-radius:12px;color:#fff;display:flex;font-weight:500;gap:.75rem;padding:.75rem 1.25rem;transition:all .3s ease}.final-cta__option:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}.final-cta__option svg{height:22px;width:22px}.legal-content{line-height:1.8;margin:0 auto;max-width:800px}.legal-content__updated{background:#fdf8f3;border-radius:8px;color:#5c5c6d;display:inline-block;font-size:.875rem;margin-bottom:2rem;padding:.75rem 1.25rem}.legal-content h2{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:1.5rem;font-weight:600;margin:2.5rem 0 1rem}.legal-content h2:first-of-type{margin-top:0}.legal-content h3{color:#1a1a2e;font-family:Fraunces,Georgia,serif;font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem}.legal-content p{color:#5c5c6d;margin-bottom:1rem}.legal-content ul{margin:1rem 0;padding-left:1.5rem}.legal-content ul li{color:#5c5c6d;margin-bottom:.5rem;position:relative}.legal-content ul li::marker{color:#0f4c5c}.legal-content ul li strong{color:#1a1a2e}.legal-content a{color:#0f4c5c;text-decoration:underline;transition:color .2s ease}.legal-content a:hover{color:#0a3640}.page-hero--small{padding:8rem 0 4rem}@media(min-width:1024px){.page-hero--small{padding:10rem 0 5rem}}.page-hero--small .page-hero__title{font-size:2rem}@media(min-width:1024px){.page-hero--small .page-hero__title{font-size:2.5rem}}.page-hero--small .page-hero__subtitle{font-size:1rem;margin:.5rem auto 0;max-width:500px}.footer{background:#fff;padding-top:5rem}.footer__main{border-bottom:1px solid #e9ded3;margin:0 auto;max-width:1400px;padding:0 1.5rem 4rem}@media(min-width:1024px){.footer__main{padding:0 3rem 4rem}}.footer__grid{display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:2fr repeat(3,1fr) 1.5fr}}.footer__brand{grid-column:span 2}@media(min-width:768px){.footer__brand{grid-column:span 3}}@media(min-width:1024px){.footer__brand{grid-column:span 1}}.footer__logo{align-items:center;display:flex;margin-bottom:1rem}.footer__logo img{height:48px;width:auto}.footer__description{color:#5c5c6d;font-size:.9375rem;line-height:1.7;margin-bottom:1.5rem;max-width:280px}.footer__social{display:flex;gap:.75rem;margin-bottom:1.5rem}.footer__social-link{align-items:center;background:#fdf8f3;border-radius:12px;color:#5c5c6d;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.footer__social-link:hover{background:#0f4c5c;color:#fff;transform:translateY(-2px)}.footer__social-link svg{height:22px;width:22px}.footer__certs{display:flex;flex-wrap:wrap;gap:.5rem}.footer__cert{background:#fdf8f3;border-radius:6px;color:#5c5c6d;font-size:.75rem;font-weight:500;padding:.375rem .75rem}.footer__column-title{color:#1a1a2e;font-size:.9375rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.25rem;text-transform:uppercase}.footer__links{display:flex;flex-direction:column;gap:.75rem}.footer__link{color:#5c5c6d;font-size:.9375rem;transition:color .3s ease}.footer__link:hover{color:#0f4c5c}.footer__contact-item{align-items:flex-start;color:#5c5c6d;display:flex;font-size:.9375rem;gap:.75rem;margin-bottom:.75rem}.footer__contact-item svg{color:#8b8b9e;flex-shrink:0;height:20px;margin-top:.125rem;width:20px}.footer__emergency{background:rgba(231,111,81,.1);border-radius:12px;margin-top:1.25rem;padding:1rem}.footer__emergency-title{color:#e76f51;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:.25rem;text-transform:uppercase}.footer__emergency-phone{color:#e76f51;font-weight:600}.footer__newsletter{grid-column:span 2}@media(min-width:768px){.footer__newsletter{grid-column:span 1}}.footer__newsletter-title{color:#1a1a2e;font-size:.9375rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.25rem;text-transform:uppercase}.footer__newsletter-form{display:flex;flex-direction:column;gap:.75rem}.footer__newsletter-input{background:#fdf8f3;border:1px solid #e9ded3;border-radius:10px;font-size:.9375rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.footer__newsletter-input::-moz-placeholder{color:#8b8b9e}.footer__newsletter-input::placeholder{color:#8b8b9e}.footer__newsletter-input:focus{border-color:#0f4c5c;outline:none}.footer__newsletter-btn{background:#0f4c5c;border-radius:10px;color:#fff;font-weight:600;padding:.875rem 1rem;transition:all .3s ease;width:100%}.footer__newsletter-btn:hover{background:#1a6b7c}.footer__newsletter-btn:disabled{cursor:not-allowed;opacity:.7}.footer__newsletter-message{border-radius:8px;font-size:.8125rem;max-height:0;opacity:0;overflow:hidden;padding:0;transition:all .3s ease}.footer__newsletter-message--visible{margin-top:.5rem;max-height:100px;opacity:1;padding:.75rem 1rem}.footer__newsletter-message--success{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);color:#059669}.footer__newsletter-message--error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#dc2626}.footer__newsletter-note{color:#8b8b9e;font-size:.75rem}.footer__bottom{margin:0 auto;max-width:1400px;padding:1.5rem}@media(min-width:1024px){.footer__bottom{padding:1.5rem 3rem}}.footer__bottom-content{align-items:center;color:#8b8b9e;display:flex;flex-direction:column;font-size:.875rem;gap:1rem;justify-content:space-between}@media(min-width:768px){.footer__bottom-content{flex-direction:row}}.footer__legal-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer__legal-link{color:#8b8b9e;transition:color .3s ease}.footer__legal-link:hover{color:#0f4c5c}.laboratory__grid{align-items:stretch;display:grid;gap:3rem}@media(min-width:1024px){.laboratory__grid{gap:4rem;grid-template-columns:1fr 1fr}}.laboratory__gallery{position:relative}.laboratory__slider{border-radius:24px;box-shadow:0 20px 50px rgba(0,0,0,.1);min-height:400px;overflow:hidden}.laboratory__slider,.laboratory__slides{height:100%;position:relative}.laboratory__slide{display:none;height:100%}.laboratory__slide.active{display:block}.laboratory__image{cursor:pointer;height:100%;min-height:400px;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;width:100%}.laboratory__image:hover{transform:scale(1.02)}.laboratory__slide-caption{background:linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent);bottom:0;color:#fff;font-size:.9375rem;font-weight:500;left:0;padding:1.5rem;position:absolute;right:0}.laboratory__nav{bottom:1.5rem;display:flex;gap:.5rem;position:absolute;right:1.5rem;z-index:10}.laboratory__nav-btn{align-items:center;background:hsla(0,0%,100%,.9);border-radius:50%;box-shadow:0 4px 15px rgba(0,0,0,.1);color:#1a1a2e;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.laboratory__nav-btn:hover{background:#fff;transform:scale(1.1)}.laboratory__nav-btn svg{height:22px;width:22px}.laboratory__dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.25rem}.laboratory__dot{background:#e9ded3;border-radius:100px;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.laboratory__dot.active{background:#0f4c5c;width:32px}.laboratory__dot:hover:not(.active){background:#8b8b9e}.laboratory__content{display:flex;flex-direction:column;gap:2rem}.laboratory__intro{color:#5c5c6d;font-size:1.0625rem;line-height:1.8}.laboratory__features{background:#fff;border:1px solid #e9ded3;border-radius:20px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.laboratory__certifications{border-top:1px solid #e9ded3;padding-top:2rem}.laboratory__cert-title{color:#8b8b9e;font-size:.75rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.laboratory__cert-logos{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem}.laboratory__cert-item{align-items:center;color:#5c5c6d;display:flex;gap:.5rem}.laboratory__cert-item svg{color:#8b8b9e;height:36px;width:36px}.laboratory__cert-item span{font-size:.875rem;font-weight:500}.lab-feature{background:#fdf8f3;border-radius:16px;display:flex;gap:1rem;padding:1rem;transition:background .3s ease}.lab-feature:hover{background:rgba(15,76,92,.05)}.lab-feature__icon{align-items:center;background:linear-gradient(135deg,#e8f4f6,rgba(15,76,92,.1));border-radius:14px;color:#0f4c5c;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.lab-feature__icon svg{height:24px;width:24px}.lab-feature__content{flex:1}.lab-feature__title{color:#1a1a2e;font-weight:600;margin-bottom:.25rem}.lab-feature__description{color:#5c5c6d;font-size:.875rem;line-height:1.6}.lightbox{align-items:center;background:rgba(0,0,0,.9);display:none;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:1000}.lightbox.active{display:flex}.lightbox__close{align-items:center;background:hsla(0,0%,100%,.1);border-radius:50%;color:#fff;display:flex;height:48px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:48px}.lightbox__close:hover{background:hsla(0,0%,100%,.2);transform:scale(1.1)}.lightbox__close svg{height:28px;width:28px}.lightbox__image{border-radius:12px;max-height:85vh;max-width:90vw}.lightbox__caption{bottom:2rem;color:#fff;font-size:1rem;left:50%;position:absolute;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.5);transform:translateX(-50%)}.blog__grid{display:grid;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.blog__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog__grid{grid-template-columns:repeat(3,1fr)}}.blog__more{text-align:center}.blog-card{box-shadow:0 4px 20px rgba(0,0,0,.04);cursor:pointer;display:block;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.blog-card:hover{box-shadow:0 20px 50px rgba(15,76,92,.12)}.blog-card__image-wrapper{height:200px;overflow:hidden;position:relative}.blog-card__image img{transition:transform .6s cubic-bezier(.4,0,.2,1)}.blog-card__category{backdrop-filter:blur(8px);background:hsla(0,0%,100%,.9);border-radius:100px;color:#1a1a2e;padding:.375rem .75rem}.blog-card__content{padding:1.5rem}.blog-card__title{font-family:Fraunces,Georgia,serif;font-size:1.125rem}.blog-card__excerpt{-webkit-line-clamp:2}.blog-card__meta{align-items:center;border-top:1px solid #e9ded3;display:flex;justify-content:space-between;padding-top:1rem}.blog-card__author{align-items:center;display:flex;gap:.75rem}.blog-card__author-image{border-radius:50%;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.blog-card__author-info{font-size:.8125rem}.blog-card__author-name{color:#1a1a2e;font-weight:600}.blog-card__read-time{color:#8b8b9e;font-size:.75rem}.blog-card__link{display:flex;font-size:.875rem;gap:.375rem;transition:color .3s ease}.blog-card__link:hover{color:#e76f51}.blog-card__link:hover svg{transform:translateX(4px)}.page-hero{background:linear-gradient(135deg,#0f4c5c,#0a3640);overflow:hidden;padding:10rem 0 5rem;position:relative}.page-hero__bg{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath fill='%23fff' fill-opacity='.03' fill-rule='evenodd' d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2zm0-30V0h-2v4h-4v2h4v4h2V6h4V4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2zM6 4V0H4v4H0v2h4v4h2V6h4V4z'/%3E%3C/svg%3E");inset:0;position:absolute}.page-hero__container{margin:0 auto;max-width:1200px;padding:0 1.5rem;position:relative;text-align:center;z-index:1}.page-hero__breadcrumb{align-items:center;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.page-hero__breadcrumb a{color:hsla(0,0%,100%,.7);transition:color .3s ease}.page-hero__breadcrumb a:hover{color:#fff}.page-hero__breadcrumb-separator{color:hsla(0,0%,100%,.4)}.page-hero__breadcrumb span:last-child{color:#fff}.page-hero__title{color:#fff;font-family:Fraunces,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;margin-bottom:1rem}.page-hero__subtitle{color:hsla(0,0%,100%,.8);font-size:1.125rem;line-height:1.7;margin:0 auto;max-width:600px}.about-intro{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}@media(max-width:968px){.about-intro{gap:3rem;grid-template-columns:1fr}}.about-intro__content{order:1}@media(max-width:968px){.about-intro__content{order:2}}.about-intro__badge{background:#e8f4f6;border-radius:50px;color:#0f4c5c;display:inline-block;font-size:.8125rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.about-intro__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.2;margin-bottom:1.5rem}.about-intro__title .highlight{color:#e76f51}.about-intro__text{color:#5c5c6d;font-size:1.0625rem;line-height:1.8;margin-bottom:1rem}.about-intro__text:last-of-type{margin-bottom:2rem}.about-intro__stats{border-top:1px solid #e9ded3;display:flex;gap:2.5rem;padding-top:2rem}.about-intro__stat{text-align:center}.about-intro__stat-value{color:#0f4c5c;font-family:Fraunces,serif;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.25rem}.about-intro__stat-label{color:#5c5c6d;font-size:.875rem}.about-intro__image{order:2;position:relative}@media(max-width:968px){.about-intro__image{order:1}}.about-intro__image img{border-radius:24px;box-shadow:0 30px 60px rgba(0,0,0,.1);height:auto;width:100%}.about-intro__image-badge{align-items:center;background:#fff;border-radius:16px;bottom:-1.5rem;box-shadow:0 10px 40px rgba(0,0,0,.1);display:flex;gap:.75rem;left:-1.5rem;padding:1rem 1.5rem;position:absolute}.about-intro__image-badge svg{color:#e76f51;height:24px;width:24px}.about-intro__image-badge span{color:#1a1a2e;font-size:.9375rem;font-weight:600}.mission-vision__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:968px){.mission-vision__grid{grid-template-columns:1fr}}.mission-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.04);padding:2.5rem;transition:all .3s ease}.mission-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-5px)}.mission-card__icon{align-items:center;border-radius:16px;display:flex;height:64px;justify-content:center;margin-bottom:1.5rem;width:64px}.mission-card__icon svg{color:#fff;height:32px;width:32px}.mission-card__icon--primary{background:linear-gradient(135deg,#0f4c5c,#1a6b7c)}.mission-card__icon--accent{background:linear-gradient(135deg,#e76f51,#f4a261)}.mission-card__icon--success{background:linear-gradient(135deg,#4caf50,#6ec071)}.mission-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.mission-card__text{color:#5c5c6d;font-size:1rem;line-height:1.7}.features__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:968px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features__grid{grid-template-columns:1fr}}.feature-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.04);overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.feature-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-5px)}.feature-card:hover .feature-card__number{opacity:.15}.feature-card__number{color:#0f4c5c;font-family:Fraunces,serif;font-size:5rem;font-weight:700;line-height:1;opacity:.05;position:absolute;right:10px;top:-10px;transition:opacity .3s ease}.feature-card__icon{align-items:center;background:#e8f4f6;border-radius:14px;display:flex;height:56px;justify-content:center;margin-bottom:1.25rem;width:56px}.feature-card__icon svg{color:#0f4c5c;height:28px;width:28px}.feature-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature-card__text{color:#5c5c6d;font-size:.9375rem;line-height:1.7}.team__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:968px){.team__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.team__grid{grid-template-columns:1fr}}.team-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.04);overflow:hidden;transition:all .3s ease}.team-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-5px)}.team-card:hover .team-card__social{opacity:1;transform:translateY(0)}.team-card:hover .team-card__image img{transform:scale(1.05)}.team-card__image{height:280px;overflow:hidden;position:relative}.team-card__image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;width:100%}.team-card__social{bottom:1rem;display:flex;gap:.5rem;opacity:0;position:absolute;right:1rem;transform:translateY(10px);transition:all .3s ease}.team-card__social-link{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.team-card__social-link svg{color:#0f4c5c;height:18px;width:18px}.team-card__social-link:hover{background:#0f4c5c}.team-card__social-link:hover svg{color:#fff}.team-card__content{padding:1.5rem}.team-card__name{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.team-card__title{color:#e76f51;font-size:.875rem;font-weight:500;margin-bottom:.75rem}.team-card__bio{color:#5c5c6d;font-size:.9375rem;line-height:1.6}.partnership{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}@media(max-width:968px){.partnership{gap:3rem;grid-template-columns:1fr}}.partnership__content{order:1}.partnership__badge{background:#fef3ef;border-radius:50px;color:#e76f51;display:inline-block;font-size:.8125rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.partnership__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;margin-bottom:1.25rem}.partnership__text{color:#5c5c6d;font-size:1.0625rem;line-height:1.8;margin-bottom:1.5rem}.partnership__list{list-style:none;margin:0;padding:0}.partnership__list li{align-items:center;color:#1a1a2e;display:flex;font-size:1rem;gap:.75rem;padding:.5rem 0}.partnership__list li svg{color:#4caf50;flex-shrink:0;height:20px;width:20px}.partnership__image{order:2}.partnership__image img{border-radius:24px;box-shadow:0 30px 60px rgba(0,0,0,.1);height:auto;width:100%}.cta-section{background:linear-gradient(135deg,#0f4c5c,#0a3640);overflow:hidden;padding:5rem 0;position:relative}.cta-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath fill='%23fff' fill-opacity='.03' fill-rule='evenodd' d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2zm0-30V0h-2v4h-4v2h4v4h2V6h4V4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2zM6 4V0H4v4H0v2h4v4h2V6h4V4z'/%3E%3C/svg%3E");content:"";inset:0;position:absolute}.cta-section__container{margin:0 auto;max-width:1200px;padding:0 1.5rem;position:relative;z-index:1}.cta-section__content{margin:0 auto;max-width:700px;text-align:center}.cta-section__title{color:#fff;font-family:Fraunces,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.2;margin-bottom:1.25rem}.cta-section__title .highlight{color:#f4a261}.cta-section__text{color:hsla(0,0%,100%,.85);font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.cta-section__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn--white{background:#fff;color:#0f4c5c}.btn--white:hover{background:#fdf8f3;transform:translateY(-2px)}.btn--outline-white{background:transparent;border:2px solid hsla(0,0%,100%,.3);color:#fff}.btn--outline-white:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5)}.header__nav-link--active{color:#e76f51!important}.treatments-main__grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media(max-width:968px){.treatments-main__grid{grid-template-columns:1fr}}.treatment-main-card{background:#fff;border-radius:24px;box-shadow:0 4px 20px rgba(0,0,0,.04);display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}@media(min-width:768px){.treatment-main-card{flex-direction:row}}.treatment-main-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.1);transform:translateY(-5px)}.treatment-main-card:hover .treatment-main-card__image img{transform:scale(1.05)}.treatment-main-card__image{height:220px;overflow:hidden;position:relative;width:100%}@media(min-width:768px){.treatment-main-card__image{height:auto;min-height:320px;width:45%}}.treatment-main-card__image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;width:100%}.treatment-main-card__badge{background:#e76f51;border-radius:50px;color:#fff;font-size:.75rem;font-weight:600;left:1rem;padding:.5rem 1rem;position:absolute;top:1rem}.treatment-main-card__content{display:flex;flex:1;flex-direction:column;padding:1.75rem}@media(min-width:768px){.treatment-main-card__content{padding:2rem;width:55%}}.treatment-main-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.375rem;font-weight:600;margin-bottom:.75rem}.treatment-main-card__text{color:#5c5c6d;flex-grow:1;font-size:.9375rem;line-height:1.7;margin-bottom:1rem}.treatment-main-card__features{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0 0 1.25rem;padding:0}.treatment-main-card__features li{align-items:center;background:#e8f4f6;border-radius:50px;color:#1a1a2e;display:flex;font-size:.8125rem;gap:.375rem;padding:.375rem .75rem}.treatment-main-card__features li svg{color:#4caf50;height:14px;width:14px}.treatment-main-card__link{align-items:center;color:#0f4c5c;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;transition:all .3s ease}.treatment-main-card__link:hover{color:#e76f51;gap:.75rem}.treatment-main-card__link svg{height:18px;width:18px}.treatments-all__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.treatments-all__grid{grid-template-columns:1fr}}.treatment-card-mini{align-items:center;background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.04);display:flex;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .3s ease}.treatment-card-mini:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateX(5px)}.treatment-card-mini:hover .treatment-card-mini__icon{background:#0f4c5c}.treatment-card-mini:hover .treatment-card-mini__icon svg{color:#fff}.treatment-card-mini:hover .treatment-card-mini__arrow{opacity:1;transform:translateX(0)}.treatment-card-mini__icon{align-items:center;background:#e8f4f6;border-radius:14px;display:flex;flex-shrink:0;height:56px;justify-content:center;transition:all .3s ease;width:56px}.treatment-card-mini__icon svg{color:#0f4c5c;height:26px;transition:color .3s ease;width:26px}.treatment-card-mini__content{flex:1;min-width:0}.treatment-card-mini__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.0625rem;font-weight:600;margin-bottom:.25rem}.treatment-card-mini__text{color:#5c5c6d;display:-webkit-box;font-size:.8125rem;-webkit-line-clamp:2;line-height:1.5;-webkit-box-orient:vertical;overflow:hidden}.treatment-card-mini__arrow{align-items:center;display:flex;flex-shrink:0;height:32px;justify-content:center;opacity:0;transform:translateX(-10px);transition:all .3s ease;width:32px}.treatment-card-mini__arrow svg{color:#0f4c5c;height:20px;width:20px}.success-rates__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:968px){.success-rates__grid{grid-template-columns:1fr}}.success-rate-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.04);padding:2rem;text-align:center;transition:all .3s ease}.success-rate-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-5px)}.success-rate-card--highlight{background:linear-gradient(135deg,#0f4c5c,#0a3640)}.success-rate-card--highlight .success-rate-card__number,.success-rate-card--highlight .success-rate-card__percent,.success-rate-card--highlight .success-rate-card__title{color:#fff}.success-rate-card--highlight .success-rate-card__subtitle{color:hsla(0,0%,100%,.7)}.success-rate-card--highlight .success-rate-card__bar{background:hsla(0,0%,100%,.2)}.success-rate-card--highlight .success-rate-card__bar-fill{background:#f4a261}.success-rate-card__header{margin-bottom:1.5rem}.success-rate-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.success-rate-card__subtitle{color:#5c5c6d;font-size:.8125rem}.success-rate-card__value{align-items:baseline;display:flex;justify-content:center;margin-bottom:1rem}.success-rate-card__number{color:#0f4c5c;font-family:Fraunces,serif;font-size:4rem;font-weight:700;line-height:1}.success-rate-card__percent{color:#0f4c5c;font-family:Fraunces,serif;font-size:2rem;font-weight:600}.success-rate-card__bar{background:#e9ded3;border-radius:4px;height:8px;overflow:hidden}.success-rate-card__bar-fill{background:linear-gradient(90deg,#0f4c5c,#1a6b7c);border-radius:4px;height:100%;transition:width 1s ease}.success-rates__note{align-items:center;background:#e8f4f6;border-radius:12px;display:flex;gap:.75rem;justify-content:center;margin-top:2.5rem;padding:1rem 1.5rem}.success-rates__note svg{color:#0f4c5c;flex-shrink:0;height:24px;width:24px}.success-rates__note p{color:#5c5c6d;font-size:.9375rem;margin:0}.section__badge{background:#fef3ef;border-radius:50px;color:#e76f51;display:inline-block;font-size:.8125rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem}.page-hero--treatment{padding:10rem 0 4rem}.page-hero__badge-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.page-hero__badge{background:hsla(0,0%,100%,.2);border-radius:50px;color:#fff;display:inline-block;font-size:.8125rem;font-weight:600;padding:.5rem 1rem}.page-hero__badge--success{background:#4caf50}.page-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.treatment-detail{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}@media(max-width:968px){.treatment-detail{gap:2rem;grid-template-columns:1fr}}.treatment-detail__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;margin-bottom:1.25rem}.treatment-detail__text{color:#5c5c6d;font-size:1.0625rem;line-height:1.8;margin-bottom:1rem}.treatment-detail__text strong{color:#1a1a2e}.treatment-detail__highlights{border-top:1px solid #e9ded3;display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem}.treatment-detail__highlight{align-items:center;display:flex;gap:1rem}.treatment-detail__highlight-icon{align-items:center;background:#e8f5e9;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.treatment-detail__highlight-icon svg{color:#4caf50;height:22px;width:22px}.treatment-detail__highlight div strong{color:#1a1a2e;display:block;font-size:.9375rem;font-weight:600}.treatment-detail__highlight div span{color:#5c5c6d;font-size:.8125rem}.treatment-detail__image img{border-radius:24px;box-shadow:0 30px 60px rgba(0,0,0,.1);height:auto;width:100%}.methods__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}@media(max-width:1100px){.methods__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.methods__grid{grid-template-columns:1fr}}.method-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.04);padding:1.75rem;position:relative;transition:all .3s ease}.method-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-5px)}.method-card--popular{border:2px solid #e76f51}.method-card--popular .method-card__badge{background:#e76f51}.method-card__badge{background:#0f4c5c;border-radius:50px;color:#fff;font-size:.6875rem;font-weight:600;left:1.5rem;letter-spacing:.5px;padding:.375rem .875rem;position:absolute;text-transform:uppercase;top:-10px}.method-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.125rem;font-weight:600;margin:.75rem 0}.method-card__text{color:#5c5c6d;font-size:.875rem;line-height:1.6;margin-bottom:1rem}.method-card__list{list-style:none;margin:0;padding:0}.method-card__list li{color:#1a1a2e;font-size:.8125rem;padding:.375rem 0 .375rem 1.25rem;position:relative}.method-card__list li:before{background:#4caf50;border-radius:50%;content:"";height:6px;left:0;position:absolute;top:.75rem;width:6px}.process__timeline{margin:0 auto;max-width:800px;position:relative}.process__timeline:before{background:#e9ded3;bottom:0;content:"";left:27px;position:absolute;top:0;width:2px}@media(max-width:640px){.process__timeline:before{left:19px}}.process-step{display:flex;gap:1.5rem;margin-bottom:1.5rem;position:relative}.process-step:last-child{margin-bottom:0}.process-step--final .process-step__number{background:#4caf50}.process-step__number{align-items:center;background:#0f4c5c;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-family:Fraunces,serif;font-size:1.25rem;font-weight:700;height:56px;justify-content:center;position:relative;width:56px;z-index:1}@media(max-width:640px){.process-step__number{font-size:1rem;height:40px;width:40px}}.process-step__content{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.04);flex:1;padding:1.5rem}.process-step__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.process-step__text{color:#5c5c6d;font-size:.9375rem;line-height:1.6;margin-bottom:.75rem}.process-step__duration{background:#e8f4f6;border-radius:50px;color:#0f4c5c;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.suitable__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:968px){.suitable__grid{grid-template-columns:1fr}}.suitable-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.04);padding:2rem;transition:all .3s ease}.suitable-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-5px)}.suitable-card__icon{align-items:center;background:#e8f4f6;border-radius:14px;display:flex;height:56px;justify-content:center;margin-bottom:1.25rem;width:56px}.suitable-card__icon svg{color:#0f4c5c;height:28px;width:28px}.suitable-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.suitable-card__list{list-style:none;margin:0;padding:0}.suitable-card__list li{border-bottom:1px solid #e9ded3;color:#5c5c6d;font-size:.9375rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.suitable-card__list li:last-child{border-bottom:none}.suitable-card__list li:before{color:#4caf50;content:"✓";font-weight:600;left:0;position:absolute}.success-table{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.04);overflow:hidden}.success-table table{border-collapse:collapse;width:100%}.success-table thead{background:#0f4c5c}.success-table thead th{color:#fff;font-size:.9375rem;font-weight:600;padding:1.25rem 1.5rem;text-align:left}.success-table thead th:first-child{width:30%}.success-table tbody tr{border-bottom:1px solid #e9ded3}.success-table tbody tr:last-child{border-bottom:none}.success-table tbody tr:hover{background:#fdf8f3}.success-table tbody td{font-size:.9375rem;padding:1.25rem 1.5rem}.success-bar{align-items:center;display:flex;gap:1rem}.success-bar__fill{background:#e9ded3;border-radius:4px;flex:1;height:8px;overflow:hidden;position:relative}.success-bar__fill:after{background:linear-gradient(90deg,#0f4c5c,#1a6b7c);border-radius:4px;content:"";height:100%;left:0;position:absolute;top:0;width:inherit}.success-bar span{color:#0f4c5c;font-weight:600;min-width:40px}.faq__list{margin:0 auto;max-width:800px}.faq-item{border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.04);margin-bottom:1rem;overflow:hidden}.faq-item--open .faq-item__question svg{transform:rotate(180deg)}.faq-item--open .faq-item__answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-item__question{align-items:center;background:none;border:none;cursor:pointer;justify-content:space-between;padding:1.5rem;text-align:left;width:100%}.faq-item__question span{color:#1a1a2e;flex:1;font-family:Fraunces,serif;font-size:1.0625rem;font-weight:600;padding-right:1rem}.faq-item__question svg{color:#0f4c5c;flex-shrink:0;height:24px;transition:transform .3s ease;width:24px}.faq-item__answer{max-height:0;overflow:hidden;transition:all .3s ease}.faq-item__answer p{color:#5c5c6d;font-size:.9375rem;line-height:1.7;margin:0}.faq-accordion{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:900px}.faq-accordion__item{background:#fff;border:1px solid #e9ded3;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.04);overflow:hidden;transition:all .3s ease}.faq-accordion__item:hover{border-color:rgba(15,76,92,.3);box-shadow:0 4px 16px rgba(0,0,0,.06)}.faq-accordion__item.faq-accordion__item--active{border-color:#0f4c5c;box-shadow:0 8px 24px rgba(15,76,92,.12)}.faq-accordion__item.faq-accordion__item--active .faq-accordion__icon{transform:rotate(180deg)}.faq-accordion__item.faq-accordion__item--active .faq-accordion__content{max-height:2000px;opacity:1}.faq-accordion__button{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem;text-align:left;transition:background .3s ease;width:100%}.faq-accordion__button:hover{background:rgba(15,76,92,.02)}.faq-accordion__button:focus{background:rgba(15,76,92,.05);outline:none}.faq-accordion__question{color:#1a1a2e;flex:1;font-family:Fraunces,serif;font-size:1.125rem;font-weight:600;line-height:1.5}@media(max-width:768px){.faq-accordion__question{font-size:1rem}}.faq-accordion__icon{color:#0f4c5c;flex-shrink:0;height:24px;transition:transform .3s ease;width:24px}.faq-accordion__content{max-height:0;opacity:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-accordion__answer{border-top:1px solid #e9ded3;margin-top:0;padding:1.5rem 2rem 2rem}.faq-accordion__answer p{color:#5c5c6d;font-size:.9375rem;line-height:1.8;margin:0 0 1rem}.faq-accordion__answer p:last-child{margin-bottom:0}.faq-accordion__answer ul{list-style:none;margin:1rem 0;padding-left:1.5rem}.faq-accordion__answer ul li{color:#5c5c6d;font-size:.9375rem;line-height:1.8;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.faq-accordion__answer ul li:before{color:#0f4c5c;content:"•";font-size:1.25rem;font-weight:700;left:0;line-height:1.4;position:absolute}.faq-accordion__answer ul li:last-child{margin-bottom:0}.faq-accordion__answer strong{color:#1a1a2e;font-weight:600}.related__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.related__grid{grid-template-columns:1fr}}.related-card{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.04);display:flex;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .3s ease}.related-card:hover{box-shadow:0 12px 30px rgba(0,0,0,.08);transform:translateY(-3px)}.related-card:hover .related-card__arrow{transform:translateX(5px)}.related-card__icon{align-items:center;background:#e8f4f6;border-radius:14px;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.related-card__icon svg{color:#0f4c5c;height:26px;width:26px}.related-card__content{flex:1}.related-card__content h3{color:#1a1a2e;font-family:Fraunces,serif;font-size:1rem;font-weight:600;margin-bottom:.25rem}.related-card__content p{color:#5c5c6d;font-size:.8125rem;margin:0}.related-card__arrow{flex-shrink:0;transition:transform .3s ease}.related-card__arrow svg{color:#0f4c5c;height:20px;width:20px}.facilities__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:968px){.facilities__grid{grid-template-columns:1fr}}.facility-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.04);overflow:hidden;transition:all .3s ease}.facility-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-5px)}.facility-card:hover .facility-card__image img{transform:scale(1.05)}.facility-card__image{height:220px;overflow:hidden;position:relative}.facility-card__image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;width:100%}.facility-card__overlay{left:1rem;position:absolute;top:1rem}.facility-card__tag{background:#0f4c5c;border-radius:50px;color:#fff;font-size:.75rem;font-weight:600;padding:.375rem .875rem}.facility-card__content{padding:1.5rem}.facility-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.facility-card__text{color:#5c5c6d;font-size:.9375rem;line-height:1.7;margin-bottom:1rem}.facility-card__features{list-style:none;margin:0;padding:0}.facility-card__features li{align-items:center;color:#1a1a2e;display:flex;font-size:.875rem;gap:.5rem;padding:.375rem 0}.facility-card__features li svg{color:#4caf50;flex-shrink:0;height:18px;width:18px}.tech__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:968px){.tech__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.tech__grid{grid-template-columns:1fr}}.tech-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.04);padding:2rem;text-align:center;transition:all .3s ease}.tech-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-5px)}.tech-card:hover .tech-card__icon{background:#0f4c5c}.tech-card:hover .tech-card__icon svg{color:#fff}.tech-card__icon{align-items:center;background:#e8f4f6;border-radius:50%;display:flex;height:72px;justify-content:center;margin:0 auto 1.25rem;transition:all .3s ease;width:72px}.tech-card__icon svg{color:#0f4c5c;height:32px;transition:color .3s ease;width:32px}.tech-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.tech-card__text{color:#5c5c6d;font-size:.9375rem;line-height:1.7}.gallery__grid{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,200px)}@media(max-width:968px){.gallery__grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,180px)}}@media(max-width:640px){.gallery__grid{grid-template-columns:1fr;grid-template-rows:auto}}.gallery__item{border-radius:16px;cursor:pointer;overflow:hidden;position:relative}.gallery__item--large{grid-column:span 2;grid-row:span 2}@media(max-width:640px){.gallery__item--large{grid-column:span 1;grid-row:span 1}}.gallery__item img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;width:100%}.gallery__item:hover img{transform:scale(1.1)}.gallery__item:hover .gallery__overlay{opacity:1}.gallery__overlay{align-items:flex-end;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);display:flex;inset:0;opacity:0;padding:1.25rem;position:absolute;transition:opacity .3s ease}.gallery__overlay span{color:#fff;font-size:.9375rem;font-weight:600}.location{align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}@media(max-width:968px){.location{gap:2rem;grid-template-columns:1fr}}.location__badge{background:#fef3ef;border-radius:50px;color:#e76f51;display:inline-block;font-size:.8125rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.location__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;margin-bottom:1.25rem}.location__text{color:#5c5c6d;font-size:1.0625rem;line-height:1.8;margin-bottom:1.5rem}.location__info{margin-bottom:2rem}.location__info-item{align-items:flex-start;border-bottom:1px solid #e9ded3;display:flex;gap:1rem;padding:.75rem 0}.location__info-item:last-child{border-bottom:none}.location__info-icon{align-items:center;background:#e8f4f6;border-radius:12px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.location__info-icon svg{color:#0f4c5c;height:22px;width:22px}.location__info-text strong{color:#1a1a2e;display:block;font-weight:600;margin-bottom:.25rem}.location__info-text span{color:#5c5c6d;font-size:.9375rem;line-height:1.6}.location__info-text a{color:#0f4c5c;text-decoration:none;transition:color .3s ease}.location__info-text a:hover{color:#e76f51}.location__map{border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);overflow:hidden}.location__map iframe{display:block;height:400px;width:100%}.header--alt .header__nav-link{color:#fff}.header--alt .header__nav-link:hover{color:#f4a261}.header--alt .header__nav-link--active{color:#f4a261!important}.header--alt .header__phone{color:#fff}.header--alt .header__phone:hover{color:#f4a261}.header--alt.header--scrolled .header__nav-link{color:#1a1a2e}.header--alt.header--scrolled .header__nav-link:hover{color:#0f4c5c}.header--alt.header--scrolled .header__nav-link--active{color:#e76f51!important}.header--alt.header--scrolled .header__phone{color:#1a1a2e}.header--alt.header--scrolled .header__phone:hover{color:#0f4c5c}.accommodation-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:968px){.accommodation-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.accommodation-grid{grid-template-columns:1fr}}.accommodation-card{background:#fff;border:1px solid rgba(15,76,92,.08);border-radius:24px;box-shadow:0 4px 24px rgba(0,0,0,.06);padding:2.5rem;transition:all .3s ease}.accommodation-card:hover{border-color:#0f4c5c;box-shadow:0 20px 50px rgba(0,0,0,.12);transform:translateY(-8px)}.accommodation-card__icon{align-items:center;background:linear-gradient(135deg,#e8f4f6,rgba(15,76,92,.15));border-radius:20px;display:flex;height:72px;justify-content:center;margin-bottom:1.5rem;width:72px}.accommodation-card__icon svg{color:#0f4c5c;height:36px;width:36px}.accommodation-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.375rem;font-weight:600;margin-bottom:1rem}.accommodation-card__text{color:#5c5c6d;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.accommodation-card__features{list-style:none;margin:0;padding:0}.accommodation-card__features li{align-items:center;color:#1a1a2e;display:flex;font-size:.9375rem;gap:.75rem;padding:.5rem 0}.accommodation-card__features li:before{align-items:center;background:#4caf50;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fff' stroke-width='3' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m5 13 4 4L19 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:50%;content:"";display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.transport-grid{display:flex;flex-direction:column;gap:2rem}.transport-card{align-items:center;background:#fff;border:1px solid rgba(15,76,92,.08);border-radius:24px;box-shadow:0 4px 24px rgba(0,0,0,.06);display:grid;gap:2rem;grid-template-columns:auto 1fr auto;padding:2.5rem;transition:all .3s ease}.transport-card:hover{border-color:#0f4c5c;box-shadow:0 20px 50px rgba(0,0,0,.1);transform:translateX(8px)}.transport-card:hover .transport-card__number{background:#0f4c5c;color:#fff}@media(max-width:768px){.transport-card{gap:1.5rem;grid-template-columns:1fr}}.transport-card__number{align-items:center;background:#e8f4f6;border-radius:16px;color:#0f4c5c;display:flex;font-family:Fraunces,serif;font-size:1.5rem;font-weight:700;height:64px;justify-content:center;transition:all .3s ease;width:64px}@media(max-width:768px){.transport-card__number{font-size:1.25rem;height:48px;width:48px}}.transport-card__content{flex:1}.transport-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.375rem;font-weight:600;margin-bottom:.75rem}.transport-card__text{color:#5c5c6d;font-size:1rem;line-height:1.7;margin-bottom:1rem}.transport-card__features{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;list-style:none;margin:0;padding:0}.transport-card__features li{align-items:center;color:#4caf50;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.transport-card__features li:before{content:"✓";font-weight:700}.transport-card__icon{align-items:center;background:linear-gradient(135deg,#f4a261,#e76f51);border-radius:20px;display:flex;height:80px;justify-content:center;width:80px}.transport-card__icon svg{color:#fff;height:40px;width:40px}@media(max-width:768px){.transport-card__icon{display:none}}.why-us-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(5,1fr)}@media(max-width:1200px){.why-us-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.why-us-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.why-us-grid{grid-template-columns:1fr}}.why-us-card{background:#fff;border:1px solid transparent;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:2rem;text-align:center;transition:all .3s ease}.why-us-card:hover{border-color:#0f4c5c;box-shadow:0 16px 40px rgba(0,0,0,.1);transform:translateY(-6px)}.why-us-card:hover .why-us-card__icon{background:#0f4c5c}.why-us-card:hover .why-us-card__icon svg{color:#fff}.why-us-card__icon{align-items:center;background:#e8f4f6;border-radius:16px;display:flex;height:64px;justify-content:center;margin:0 auto 1.25rem;transition:all .3s ease;width:64px}.why-us-card__icon svg{color:#0f4c5c;height:32px;transition:color .3s ease;width:32px}.why-us-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.why-us-card__text{color:#5c5c6d;font-size:.9375rem;line-height:1.6}.travel-banner{border-radius:32px;box-shadow:0 20px 60px rgba(0,0,0,.15);display:grid;gap:0;grid-template-columns:1fr 1fr;overflow:hidden}@media(max-width:968px){.travel-banner{grid-template-columns:1fr}}.travel-banner__image{min-height:400px;position:relative}.travel-banner__image img{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}@media(max-width:968px){.travel-banner__image{min-height:280px}}.travel-banner__content{background:linear-gradient(135deg,#0f4c5c,#04161a);display:flex;flex-direction:column;justify-content:center;padding:3.5rem}@media(max-width:640px){.travel-banner__content{padding:2.5rem}}.travel-banner__badge{align-items:center;background:hsla(0,0%,100%,.15);border-radius:100px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;width:-moz-fit-content;width:fit-content}.travel-banner__badge svg{height:18px;width:18px}.travel-banner__title{color:#fff;font-family:Fraunces,serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.2;margin-bottom:1rem}.travel-banner__text{color:hsla(0,0%,100%,.85);font-size:1.0625rem;line-height:1.7;margin-bottom:2rem}.travel-banner__features{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.travel-banner__feature{align-items:center;color:#fff;display:flex;font-size:.9375rem;font-weight:500;gap:.5rem}.travel-banner__feature svg{color:#f4a261;height:20px;width:20px}.travel-banner__btn{align-items:center;background:#fff;border-radius:100px;color:#0f4c5c;display:inline-flex;font-size:1rem;font-weight:600;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease;width:-moz-fit-content;width:fit-content}.travel-banner__btn svg{height:20px;transition:transform .3s ease;width:20px}.travel-banner__btn:hover{background:#f4a261;color:#1a1a2e;transform:translateX(4px)}.travel-banner__btn:hover svg{transform:translateX(4px)}.contact-info-cards,.contact-info-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:968px){.contact-info-cards,.contact-info-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.contact-info-cards,.contact-info-grid{grid-template-columns:1fr}}.contact-info-grid{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.contact-info-grid{grid-template-columns:repeat(2,1fr)}}.contact-info-card{background:#fff;border:1px solid transparent;border-radius:24px;box-shadow:0 4px 24px rgba(0,0,0,.06);padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.contact-info-card:hover{border-color:#0f4c5c;box-shadow:0 20px 50px rgba(0,0,0,.12);transform:translateY(-8px)}.contact-info-card:hover .contact-info-card__icon{background:#0f4c5c}.contact-info-card:hover .contact-info-card__icon svg{color:#fff}.contact-info-card__icon{align-items:center;background:#e8f4f6;border-radius:16px;display:flex;height:64px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:64px}.contact-info-card__icon svg{color:#0f4c5c;height:32px;transition:color .3s ease;width:32px}.contact-info-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.contact-info-card__link{color:#0f4c5c;display:block;font-size:1.0625rem;font-weight:600;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.contact-info-card__link:hover{color:#e76f51}.contact-info-card__text{color:#5c5c6d;font-size:.9375rem}.contact-layout{align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}@media(max-width:968px){.contact-layout{grid-template-columns:1fr}}.contact-form-wrapper{background:#fff;border-radius:24px;box-shadow:0 4px 24px rgba(0,0,0,.08);padding:3rem}.contact-form-header{margin-bottom:2.5rem}.contact-form-header__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:2rem;font-weight:600;margin-bottom:.75rem}.contact-form-header__subtitle{color:#5c5c6d;font-size:1rem;line-height:1.6}.contact-form__row{display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}@media(max-width:640px){.contact-form__row{grid-template-columns:1fr}}.contact-form__group{display:flex;flex-direction:column;margin-bottom:1.5rem}.contact-form__label{color:#1a1a2e;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.contact-form__input,.contact-form__textarea{background:#fff;border:2px solid #e9ded3;border-radius:12px;color:#1a1a2e;font-family:inherit;font-size:1rem;padding:.875rem 1.25rem;transition:all .3s ease}.contact-form__input:focus,.contact-form__textarea:focus{border-color:#0f4c5c;box-shadow:0 0 0 3px rgba(15,76,92,.1);outline:none}.contact-form__input::-moz-placeholder,.contact-form__textarea::-moz-placeholder{color:#5c5c6d}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#5c5c6d}.contact-form__textarea{min-height:120px;resize:vertical}.contact-form__footer{align-items:center;display:flex;justify-content:space-between;margin-top:2rem}@media(max-width:640px){.contact-form__footer{align-items:stretch;flex-direction:column;gap:1rem}}.contact-form__note{color:#5c5c6d;font-size:.875rem}.contact-map-wrapper{position:sticky;top:120px}.contact-map{height:400px;margin-bottom:1.5rem;overflow:hidden}.contact-map,.contact-quick-info{border-radius:24px;box-shadow:0 4px 24px rgba(0,0,0,.08)}.contact-quick-info{background:#fff;padding:2rem}.contact-quick-info__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.contact-quick-info__items{display:flex;flex-direction:column;gap:1rem}.contact-quick-btn{align-items:center;background:#4caf50;border:2px solid transparent;border-radius:12px;color:#fff;display:flex;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.contact-quick-btn svg{height:20px;width:20px}.contact-quick-btn:hover{box-shadow:0 8px 20px rgba(76,175,80,.3);transform:translateY(-2px)}.contact-quick-btn--outline{background:transparent;border-color:#0f4c5c;color:#0f4c5c}.contact-quick-btn--outline:hover{background:#0f4c5c;box-shadow:0 8px 20px rgba(15,76,92,.3);color:#fff}.faq-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.faq-grid{grid-template-columns:1fr}}.faq-item{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:2rem;transition:all .3s ease}.faq-item:hover{box-shadow:0 12px 30px rgba(0,0,0,.1);transform:translateY(-4px)}.faq-item__question{align-items:flex-start;color:#1a1a2e;display:flex;font-family:Fraunces,serif;font-size:1.125rem;font-weight:600;gap:.75rem;margin-bottom:1rem}.faq-item__question:before{align-items:center;background:#e8f4f6;border-radius:50%;color:#0f4c5c;content:"?";display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:28px;justify-content:center;width:28px}.faq-item__answer{color:#5c5c6d;font-size:.9375rem;line-height:1.7;padding-left:2.125rem}.blog-grid{grid-template-columns:repeat(3,1fr);margin-bottom:3rem}@media(max-width:640px){.blog-grid{grid-template-columns:1fr}}.blog-card{background:#fff;border-radius:24px;box-shadow:0 4px 24px rgba(0,0,0,.06);overflow:hidden;transition:all .4s ease}.blog-card:hover{box-shadow:0 20px 50px rgba(0,0,0,.12);transform:translateY(-8px)}.blog-card:hover .blog-card__image img{transform:scale(1.08)}.blog-card:hover .blog-card__link{color:#e76f51}.blog-card:hover .blog-card__link svg{transform:translateX(4px)}.blog-card__image{height:200px;overflow:hidden;position:relative}.blog-card__image img{height:100%;-o-object-fit:cover;object-fit:cover;transform-origin:center center;transition:transform .6s ease;width:100%}.blog-card__category{backface-visibility:hidden;background:#fff;border-radius:50px;box-shadow:0 4px 12px rgba(0,0,0,.1);color:#0f4c5c;font-size:.75rem;font-weight:600;left:1rem;letter-spacing:.5px;padding:.375rem .875rem;position:absolute;text-transform:uppercase;top:1rem;transform:translateZ(0);z-index:10}.blog-card__content{padding:1.75rem}.blog-card__date{color:#5c5c6d;display:block;font-size:.8125rem;margin-bottom:.75rem}.blog-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.25rem;font-weight:600;-webkit-line-clamp:2;line-height:1.4;margin-bottom:.75rem}.blog-card__excerpt,.blog-card__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.blog-card__excerpt{color:#5c5c6d;font-size:.9375rem;-webkit-line-clamp:3;line-height:1.7;margin-bottom:1.25rem}.blog-card__link{align-items:center;color:#0f4c5c;display:inline-flex;font-weight:600;gap:.5rem;text-decoration:none;transition:all .3s ease}.blog-card__link svg{height:18px;transition:transform .3s ease;width:18px}.blog-cta{display:flex;justify-content:center}.blog-filter-section{background:#fff;padding:2rem 0}.blog-filter{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.blog-filter__btn{align-items:center;background:#fdf8f3;border:2px solid transparent;border-radius:50px;color:#5c5c6d;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.blog-filter__btn svg{flex-shrink:0;opacity:.7;transition:opacity .3s ease}.blog-filter__btn:hover{background:#e8f4f6;color:#0f4c5c}.blog-filter__btn:hover svg{opacity:1}.blog-filter__btn--active{background:#0f4c5c;border-color:#0f4c5c;color:#fff}.blog-filter__btn--active svg{opacity:1}.blog-filter__btn--active:hover{background:#0a3640;border-color:#0a3640;color:#fff}.blog-featured{background:#fff;border-radius:32px;box-shadow:0 8px 40px rgba(0,0,0,.08);overflow:hidden}.blog-featured__link{color:inherit;display:grid;grid-template-columns:1fr 1fr;text-decoration:none}@media(max-width:968px){.blog-featured__link{grid-template-columns:1fr}}.blog-featured__image{min-height:400px;overflow:hidden;position:relative}@media(max-width:968px){.blog-featured__image{min-height:280px}}.blog-featured__image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease;width:100%}.blog-featured:hover .blog-featured__image img{transform:scale(1.05)}.blog-featured__category{background:#fff;border-radius:50px;box-shadow:0 4px 12px rgba(0,0,0,.1);color:#0f4c5c;font-size:.8125rem;font-weight:600;left:1.5rem;letter-spacing:.5px;padding:.5rem 1rem;position:absolute;text-transform:uppercase;top:1.5rem}.blog-featured__content{display:flex;flex-direction:column;justify-content:center;padding:3rem}@media(max-width:968px){.blog-featured__content{padding:2rem}}.blog-featured__meta{align-items:center;display:flex;gap:1.5rem;margin-bottom:1.25rem}.blog-featured__date{color:#5c5c6d;font-size:.9375rem}.blog-featured__read-time{align-items:center;color:#8b8b9e;display:flex;font-size:.875rem;gap:.375rem}.blog-featured__read-time svg{color:#e76f51}.blog-featured__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:2rem;font-weight:600;line-height:1.35;margin-bottom:1rem;transition:color .3s ease}@media(max-width:768px){.blog-featured__title{font-size:1.5rem}}.blog-featured:hover .blog-featured__title{color:#0f4c5c}.blog-featured__excerpt{color:#5c5c6d;font-size:1.0625rem;line-height:1.75;margin-bottom:1.5rem}.blog-featured__cta{align-items:center;color:#e76f51;display:inline-flex;font-weight:600;gap:.5rem;transition:all .3s ease}.blog-featured__cta svg{transition:transform .3s ease}.blog-featured:hover .blog-featured__cta svg{transform:translateX(6px)}.blog-grid{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}@media(max-width:1200px){.blog-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:968px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.blog-grid{gap:1.5rem;grid-template-columns:1fr}}.blog-grid--4col{grid-template-columns:repeat(4,1fr)}@media(max-width:1200px){.blog-grid--4col{grid-template-columns:repeat(3,1fr)}}@media(max-width:968px){.blog-grid--4col{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.blog-grid--4col{grid-template-columns:1fr}}.blog-card-v2{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.06);overflow:hidden;transition:all .4s ease}.blog-card-v2:hover{box-shadow:0 16px 40px rgba(0,0,0,.1);transform:translateY(-6px)}.blog-card-v2:hover .blog-card-v2__image img{transform:scale(1.08)}.blog-card-v2__link{color:inherit;display:block;text-decoration:none}.blog-card-v2__image{height:180px;overflow:hidden;position:relative}.blog-card-v2__image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease;width:100%}.blog-card-v2__category{background:#fff;border-radius:50px;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#0f4c5c;font-size:.6875rem;font-weight:600;left:.875rem;letter-spacing:.5px;padding:.375rem .75rem;position:absolute;text-transform:uppercase;top:.875rem}.blog-card-v2__content{padding:1.5rem}.blog-card-v2__date{color:#8b8b9e;display:block;font-size:.8125rem;margin-bottom:.5rem}.blog-card-v2__title{color:#1a1a2e;display:-webkit-box;font-family:Fraunces,serif;font-size:1.0625rem;font-weight:600;-webkit-line-clamp:2;line-height:1.4;margin-bottom:.625rem;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.blog-card-v2:hover .blog-card-v2__title{color:#0f4c5c}.blog-card-v2__excerpt{color:#5c5c6d;display:-webkit-box;font-size:.875rem;-webkit-line-clamp:2;line-height:1.65;-webkit-box-orient:vertical;overflow:hidden}.blog-pagination{gap:.5rem;margin-top:3rem}.blog-pagination,.blog-pagination__btn{align-items:center;display:flex;justify-content:center}.blog-pagination__btn{background:#fff;border:2px solid #e9ded3;border-radius:12px;color:#1a1a2e;height:44px;text-decoration:none;transition:all .3s ease;width:44px}.blog-pagination__btn:hover:not(.blog-pagination__btn--disabled){background:#0f4c5c;border-color:#0f4c5c;color:#fff}.blog-pagination__btn--disabled{cursor:not-allowed;opacity:.4}.blog-pagination__num{align-items:center;background:#fff;border:2px solid transparent;border-radius:12px;color:#1a1a2e;display:flex;font-weight:500;height:44px;justify-content:center;text-decoration:none;transition:all .3s ease;width:44px}.blog-pagination__num:hover{background:#e8f4f6;color:#0f4c5c}.blog-pagination__num--active{background:#0f4c5c;border-color:#0f4c5c;color:#fff}.blog-pagination__num--active:hover{background:#0a3640;border-color:#0a3640}.blog-pagination__dots{color:#8b8b9e;font-weight:500;padding:0 .5rem}.blog-newsletter{background:#fff;border-radius:32px;box-shadow:0 8px 40px rgba(0,0,0,.06);padding:3.5rem;text-align:center}@media(max-width:768px){.blog-newsletter{padding:2.5rem 1.5rem}}.blog-newsletter__icon{align-items:center;background:linear-gradient(135deg,#e8f4f6,rgba(231,111,81,.1));border-radius:50%;color:#0f4c5c;display:inline-flex;height:80px;justify-content:center;margin-bottom:1.5rem;width:80px}.blog-newsletter__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.75rem;font-weight:600;margin-bottom:.75rem}.blog-newsletter__text{color:#5c5c6d;font-size:1.0625rem;margin:0 auto 2rem;max-width:480px}.blog-newsletter__form{margin:0 auto;max-width:500px}.blog-newsletter__input-group{display:flex;gap:.75rem}@media(max-width:540px){.blog-newsletter__input-group{flex-direction:column}}.blog-newsletter__input{background:#fdf8f3;border:2px solid transparent;border-radius:12px;color:#1a1a2e;flex:1;font-size:1rem;padding:1rem 1.5rem;transition:all .3s ease}.blog-newsletter__input::-moz-placeholder{color:#8b8b9e}.blog-newsletter__input::placeholder{color:#8b8b9e}.blog-newsletter__input:focus{background:#fff;border-color:#0f4c5c;outline:none}.blog-newsletter__btn{background:#e76f51;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;white-space:nowrap}.blog-newsletter__btn:hover{background:#d45d3f;transform:translateY(-2px)}.blog-newsletter__note{color:#8b8b9e;font-size:.8125rem;margin-top:1rem}.article-hero{align-items:flex-end;display:flex;min-height:500px;overflow:hidden;padding:4rem 0;position:relative}@media(max-width:768px){.article-hero{min-height:400px;padding:3rem 0}}.article-hero__bg{inset:0;position:absolute;z-index:0}.article-hero__bg img{filter:blur(2px) brightness(.4);height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.05);width:100%}.article-hero__overlay{background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.75) 40%,rgba(0,0,0,.5) 70%,rgba(0,0,0,.3));inset:0;position:absolute;z-index:1}.article-hero__container{margin:0 auto;max-width:900px;padding:0 1.5rem;position:relative;z-index:2}.article-hero__breadcrumb{align-items:center;color:hsla(0,0%,100%,.7);display:flex;font-size:.875rem;gap:.5rem;margin-bottom:1.5rem}.article-hero__breadcrumb a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s ease}.article-hero__breadcrumb a:hover{color:#fff}.article-hero__breadcrumb span{opacity:.5}.article-hero__meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.article-hero__category{background:#e76f51;border-radius:50px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.375rem 1rem;text-decoration:none;text-transform:uppercase;transition:background .3s ease}.article-hero__category:hover{background:#d45d3f}.article-hero__date{color:hsla(0,0%,100%,.8);font-size:.9375rem}.article-hero__read-time{align-items:center;color:hsla(0,0%,100%,.7);display:flex;font-size:.875rem;gap:.375rem}.article-hero__read-time svg{color:#f4a261}.article-hero__title{color:#fff;font-family:Fraunces,serif;font-size:2.75rem;font-weight:600;line-height:1.25;margin-bottom:1rem}@media(max-width:768px){.article-hero__title{font-size:2rem}}.article-hero__excerpt{color:hsla(0,0%,100%,.85);font-size:1.125rem;line-height:1.7;max-width:700px}.article-content__container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.article-content__grid{display:grid;gap:4rem;grid-template-columns:1fr 320px}@media(max-width:1024px){.article-content__grid{gap:3rem;grid-template-columns:1fr}}.article-content__main{min-width:0}.article-body{color:#1a1a2e;font-size:1.0625rem;line-height:1.85}.article-body__lead{border-bottom:1px solid #e9ded3;color:#5c5c6d;font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;padding-bottom:2rem}.article-body h2{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.625rem;font-weight:600;margin:2.5rem 0 1rem}.article-body h2:first-of-type{margin-top:0}.article-body h3{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.25rem;font-weight:600;margin:2rem 0 .75rem}.article-body p{margin-bottom:1.5rem}.article-body__list{list-style:none;margin:1.5rem 0;padding-left:0}.article-body__list li{margin-bottom:.75rem;padding-left:1.75rem;position:relative}.article-body__list li:before{background:#e76f51;border-radius:50%;content:"";height:8px;left:0;position:absolute;top:.5em;width:8px}.article-body__list li strong{color:#0f4c5c}.article-body__quote{background:linear-gradient(135deg,#e8f4f6,rgba(231,111,81,.05));border-left:4px solid #e76f51;border-radius:0 16px 16px 0;margin:2.5rem 0;padding:2rem}.article-body__quote p{color:#0f4c5c;font-family:Fraunces,serif;font-size:1.25rem;font-style:italic;line-height:1.6;margin-bottom:.75rem}.article-body__quote cite{color:#5c5c6d;font-size:.9375rem;font-style:normal}.article-body__figure{margin:2.5rem 0}.article-body__figure img{border-radius:16px;width:100%}.article-body__figure figcaption{color:#8b8b9e;font-size:.875rem;margin-top:.75rem;text-align:center}.article-body__tip{background:#e8f5e9;border-radius:16px;display:flex;gap:1rem;margin:2rem 0;padding:1.5rem}.article-body__tip-icon{flex-shrink:0;font-size:1.5rem}.article-body__tip-content{font-size:.9375rem}.article-body__tip-content strong{color:#4caf50;display:block;margin-bottom:.25rem}.article-body__callout{background:#fef3ef;border-radius:16px;margin:2rem 0;padding:1.5rem}.article-body__callout h3{color:#e76f51;font-size:1rem;margin:0 0 .5rem}.article-body__callout p{font-size:.9375rem;margin:0}.article-body__cta{background:linear-gradient(135deg,#0f4c5c,#1a6b7c);border-radius:20px;color:#fff;margin-top:3rem;padding:2rem;text-align:center}.article-body__cta h3{color:#fff;margin:0 0 .5rem}.article-body__cta p{margin-bottom:1.5rem;opacity:.9}.article-author{background:#fdf8f3;border-radius:20px;display:flex;gap:1.5rem;margin-top:3rem;padding:2rem}@media(max-width:640px){.article-author{flex-direction:column;text-align:center}}.article-author__avatar{flex-shrink:0}.article-author__avatar img{border-radius:50%;height:80px;-o-object-fit:cover;object-fit:cover;width:80px}.article-author__name{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.article-author__bio{color:#5c5c6d;font-size:.9375rem;line-height:1.65;margin-bottom:.75rem}.article-author__social{display:flex;gap:.75rem}@media(max-width:640px){.article-author__social{justify-content:center}}.article-author__social a{align-items:center;background:#fff;border-radius:50%;color:#0f4c5c;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.article-author__social a:hover{background:#0f4c5c;color:#fff}.article-share{align-items:center;border-bottom:1px solid #e9ded3;border-top:1px solid #e9ded3;display:flex;gap:1rem;margin-top:2rem;padding:1.5rem 0}@media(max-width:640px){.article-share{align-items:flex-start;flex-direction:column}}.article-share__label{color:#5c5c6d;font-weight:500;white-space:nowrap}.article-share__buttons{display:flex;gap:.5rem}.article-share__btn{align-items:center;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.article-share__btn:hover{transform:translateY(-2px)}.article-share__btn--facebook{background:#1877f2}.article-share__btn--twitter{background:#1da1f2}.article-share__btn--whatsapp{background:#25d366}.article-share__btn--linkedin{background:#0a66c2}.article-share__btn--copy{background:#0f4c5c}.article-tags{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.article-tags__label{color:#5c5c6d;font-weight:500}.article-tags__list{display:flex;flex-wrap:wrap;gap:.5rem}.article-tags__tag{background:#fdf8f3;border-radius:50px;color:#5c5c6d;display:inline-block;font-size:.8125rem;padding:.375rem .875rem;text-decoration:none;transition:all .3s ease}.article-tags__tag:hover{background:#e8f4f6;color:#0f4c5c}.article-sidebar{align-self:flex-start;position:sticky;top:100px}@media(max-width:1024px){.article-sidebar{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);position:static}}@media(max-width:640px){.article-sidebar{grid-template-columns:1fr}}.article-toc{background:#fff;border:1px solid #e9ded3;border-radius:20px;margin-bottom:1.5rem;padding:1.5rem}.article-toc__title{border-bottom:1px solid #e9ded3;color:#1a1a2e;font-family:Fraunces,serif;font-size:1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem}.article-toc__nav{display:flex;flex-direction:column;gap:.25rem}.article-toc__link{border-radius:8px;color:#5c5c6d;font-size:.875rem;padding:.5rem .75rem;text-decoration:none;transition:all .3s ease}.article-toc__link:hover{background:#fdf8f3;color:#0f4c5c}.article-toc__link--active{background:#e8f4f6;color:#0f4c5c;font-weight:500}.article-related{background:#fff;border:1px solid #e9ded3;border-radius:20px;margin-bottom:1.5rem;padding:1.5rem}.article-related__title{border-bottom:1px solid #e9ded3;color:#1a1a2e;font-family:Fraunces,serif;font-size:1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem}.article-related__list{display:flex;flex-direction:column;gap:1rem}.article-related__item{display:flex;gap:.875rem;text-decoration:none;transition:opacity .3s ease}.article-related__item:hover{opacity:.8}.article-related__item img{border-radius:8px;flex-shrink:0;height:60px;-o-object-fit:cover;object-fit:cover;width:80px}.article-related__content{min-width:0}.article-related__category{color:#e76f51;display:block;font-size:.6875rem;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.article-related__item-title{color:#1a1a2e;display:-webkit-box;font-size:.875rem;font-weight:500;-webkit-line-clamp:2;line-height:1.4;-webkit-box-orient:vertical;overflow:hidden}.article-cta-widget{background:linear-gradient(135deg,#e8f4f6,rgba(231,111,81,.1));border-radius:20px;padding:1.5rem;text-align:center}.article-cta-widget__icon{align-items:center;background:#fff;border-radius:50%;color:#0f4c5c;display:inline-flex;height:56px;justify-content:center;margin-bottom:1rem;width:56px}.article-cta-widget__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.125rem;font-weight:600;margin-bottom:.375rem}.article-cta-widget__text{color:#5c5c6d;font-size:.875rem;margin-bottom:1rem}.article-cta-widget__phone{align-items:center;color:#0f4c5c;display:flex;font-size:.9375rem;gap:.5rem;justify-content:center;margin-top:.75rem;text-decoration:none}.article-cta-widget__phone:hover{color:#0a3640}.category-hero{background:linear-gradient(135deg,#0f4c5c,#0a3640);overflow:hidden;padding:8rem 0 4rem;position:relative}.category-hero__bg{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath fill='%23fff' fill-opacity='.4' fill-rule='evenodd' d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2zm0-30V0h-2v4h-4v2h4v4h2V6h4V4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2zM6 4V0H4v4H0v2h4v4h2V6h4V4z'/%3E%3C/svg%3E");inset:0;opacity:.1;position:absolute}.category-hero__container{margin:0 auto;max-width:800px;padding:0 1.5rem;position:relative;text-align:center}.category-hero__breadcrumb{align-items:center;color:hsla(0,0%,100%,.7);display:flex;font-size:.875rem;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.category-hero__breadcrumb a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s ease}.category-hero__breadcrumb a:hover{color:#fff}.category-hero__breadcrumb-separator{opacity:.5}.category-hero__badge{align-items:center;background:hsla(0,0%,100%,.2);border-radius:50px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1.25rem;padding:.5rem 1rem}.category-hero__title{color:#fff;font-family:Fraunces,serif;font-size:3rem;font-weight:600;margin-bottom:1rem}@media(max-width:768px){.category-hero__title{font-size:2.25rem}}.category-hero__description{color:hsla(0,0%,100%,.85);font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.category-hero__stats{display:flex;gap:3rem;justify-content:center}.category-hero__stat{text-align:center}.category-hero__stat-number{color:#fff;display:block;font-family:Fraunces,serif;font-size:2rem;font-weight:700}.category-hero__stat-label{color:hsla(0,0%,100%,.7);font-size:.875rem}.category-nav{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.category-nav__link{align-items:center;background:#fff;border:2px solid #e9ded3;border-radius:50px;color:#5c5c6d;display:inline-flex;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;transition:all .3s ease}.category-nav__link svg{opacity:.7}.category-nav__link:hover{background:#e8f4f6;border-color:#e8f4f6;color:#0f4c5c}.category-nav__link:hover svg{opacity:1}.category-nav__link--active{background:#0f4c5c;border-color:#0f4c5c;color:#fff}.category-nav__link--active svg{opacity:1}.category-nav__link--active:hover{background:#0a3640;border-color:#0a3640;color:#fff}.category-header{align-items:center;border-bottom:1px solid #e9ded3;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}@media(max-width:640px){.category-header{align-items:flex-start;flex-direction:column;gap:1rem}}.category-header__count{color:#5c5c6d;font-size:.9375rem}.category-header__sort{align-items:center;display:flex;gap:.75rem}.category-header__sort-label{color:#5c5c6d;font-size:.875rem}.category-header__sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235C5C6D' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:16px;border:1px solid #e9ded3;border-radius:8px;color:#1a1a2e;cursor:pointer;font-size:.875rem;padding:.5rem 2rem .5rem 1rem}.category-header__sort-select:focus{border-color:#0f4c5c;outline:none}.blog-grid--3col{grid-template-columns:repeat(3,1fr)}@media(max-width:968px){.blog-grid--3col{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.blog-grid--3col{grid-template-columns:1fr}}.category-cards{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media(max-width:968px){.category-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.category-cards{grid-template-columns:1fr}}.category-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.06);display:block;padding:2rem;text-align:center;text-decoration:none;transition:all .4s ease}.category-card:hover{box-shadow:0 16px 40px rgba(0,0,0,.1);transform:translateY(-6px)}.category-card:hover .category-card__icon{background:#0f4c5c;color:#fff}.category-card__icon{align-items:center;background:#e8f4f6;border-radius:50%;color:#0f4c5c;display:inline-flex;height:64px;justify-content:center;margin-bottom:1.25rem;transition:all .3s ease;width:64px}.category-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.category-card__description{color:#5c5c6d;font-size:.9375rem;line-height:1.6;margin-bottom:1rem}.category-card__count{background:#fdf8f3;border-radius:50px;color:#0f4c5c;display:inline-block;font-size:.8125rem;font-weight:500;padding:.375rem 1rem}.appointment-form-wrapper{margin:0 auto;max-width:900px}.appointment-form{background:#fff;border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.06);padding:3rem}@media(max-width:768px){.appointment-form{padding:2rem 1.5rem}}.appointment-form__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}@media(max-width:768px){.appointment-form__grid{gap:1.25rem;grid-template-columns:1fr}}.appointment-form__group{display:flex;flex-direction:column}.appointment-form__group--full{grid-column:1/-1}.appointment-form__label{align-items:center;color:#1a1a2e;display:flex;font-size:.9375rem;font-weight:600;gap:.25rem;margin-bottom:.5rem}.appointment-form__label .required{color:#e76f51}.appointment-form__input,.appointment-form__select,.appointment-form__textarea{background:#fff;border:2px solid #e9ded3;border-radius:12px;color:#1a1a2e;font-family:DM Sans,sans-serif;font-size:.9375rem;padding:.875rem 1.25rem;transition:all .3s ease;width:100%}.appointment-form__input:focus,.appointment-form__select:focus,.appointment-form__textarea:focus{border-color:#0f4c5c;box-shadow:0 0 0 4px rgba(15,76,92,.1);outline:none}.appointment-form__input::-moz-placeholder,.appointment-form__select::-moz-placeholder,.appointment-form__textarea::-moz-placeholder{color:#5c5c6d}.appointment-form__input::placeholder,.appointment-form__select::placeholder,.appointment-form__textarea::placeholder{color:#5c5c6d}.appointment-form__textarea{min-height:120px;resize:vertical}.appointment-form__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;cursor:pointer;padding-right:3rem}.appointment-form__privacy{background:#fdf8f3;border-radius:12px;margin-bottom:2rem;padding:1.25rem}.appointment-form__checkbox-label{align-items:flex-start;color:#5c5c6d;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;line-height:1.6}.appointment-form__checkbox-label a{color:#0f4c5c;text-decoration:underline;transition:color .3s ease}.appointment-form__checkbox-label a:hover{color:#0a3640}.appointment-form__checkbox{cursor:pointer;flex-shrink:0;height:18px;margin-top:.25rem;width:18px}.appointment-form__submit{display:flex;justify-content:center}.appointment-steps{margin-bottom:3rem}.appointment-steps__progress{background:#e9ded3;border-radius:2px;height:4px;margin-bottom:2rem;overflow:hidden}.appointment-steps__progress-bar{background:linear-gradient(90deg,#0f4c5c,#1a6b7c);border-radius:2px;height:100%;transition:width .4s ease;width:16.66%}.appointment-steps__list{display:flex;gap:1rem;justify-content:space-between;position:relative}.appointment-steps__list:before{background:#e9ded3;content:"";height:2px;left:0;position:absolute;right:0;top:20px;z-index:0}@media(max-width:768px){.appointment-steps__list{flex-wrap:wrap;gap:.5rem}}.appointment-steps__item{align-items:center;display:flex;flex:1;flex-direction:column;gap:.75rem;min-width:80px;position:relative;z-index:1}@media(max-width:768px){.appointment-steps__item{min-width:60px}}.appointment-steps__item.active .appointment-steps__number,.appointment-steps__item.completed .appointment-steps__number{background:#0f4c5c;border-color:#0f4c5c;color:#fff}.appointment-steps__item.active .appointment-steps__label,.appointment-steps__item.completed .appointment-steps__label{color:#1a1a2e;font-weight:600}.appointment-steps__item.completed .appointment-steps__number{color:transparent;font-size:0}.appointment-steps__item.completed .appointment-steps__number:after{color:#fff;content:"✓";font-size:1.25rem;font-weight:600;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.appointment-steps__number{align-items:center;background:#fff;border:2px solid #e9ded3;border-radius:50%;color:#5c5c6d;display:flex;font-weight:600;height:40px;justify-content:center;position:relative;transition:all .3s ease;width:40px}@media(max-width:768px){.appointment-steps__number{font-size:.875rem;height:32px;width:32px}}.appointment-steps__label{color:#5c5c6d;font-size:.75rem;text-align:center;transition:all .3s ease}@media(max-width:768px){.appointment-steps__label{font-size:.625rem}}.appointment-step{animation:fadeIn .4s ease;display:none}.appointment-step.active{display:block}.appointment-step--success{text-align:center}.appointment-step__content{margin:0 auto;max-width:600px;padding-bottom:2rem;padding-top:0}.appointment-step__icon{align-items:center;background:#e8f4f6;border-radius:50%;color:#0f4c5c;display:flex;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.appointment-step__icon svg{height:40px;width:40px}.appointment-step__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:2rem;font-weight:600;margin-bottom:.75rem;text-align:center}@media(max-width:768px){.appointment-step__title{font-size:1.5rem}}.appointment-step__subtitle{color:#5c5c6d;font-size:1rem;line-height:1.6;margin-bottom:2.5rem;text-align:center}.appointment-step__input{background:#fff;border:2px solid #e9ded3;border-radius:16px;color:#1a1a2e;font-family:DM Sans,sans-serif;font-size:1.0625rem;padding:1.25rem 1.5rem;text-align:center;transition:all .3s ease;width:100%}.appointment-step__input:focus{border-color:#0f4c5c;box-shadow:0 0 0 4px rgba(15,76,92,.1);outline:none}.appointment-step__input::-moz-placeholder{color:#5c5c6d}.appointment-step__input::placeholder{color:#5c5c6d}.appointment-step__input--date{cursor:pointer;text-align:left}.appointment-step__textarea{background:#fff;border:2px solid #e9ded3;border-radius:16px;color:#1a1a2e;font-family:DM Sans,sans-serif;font-size:1rem;min-height:150px;padding:1.25rem 1.5rem;resize:vertical;transition:all .3s ease;width:100%}.appointment-step__textarea:focus{border-color:#0f4c5c;box-shadow:0 0 0 4px rgba(15,76,92,.1);outline:none}.appointment-step__textarea::-moz-placeholder{color:#5c5c6d}.appointment-step__textarea::placeholder{color:#5c5c6d}.appointment-step__actions{border-top:1px solid #e9ded3;display:flex;gap:1rem;justify-content:center;margin-top:2.5rem;padding-top:2rem}@media(max-width:640px){.appointment-step__actions{flex-direction:column-reverse}}.appointment-step__privacy{background:#fdf8f3;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.appointment-step__checkbox-label{align-items:flex-start;color:#5c5c6d;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;line-height:1.6}.appointment-step__checkbox-label a{color:#0f4c5c;text-decoration:underline;transition:color .3s ease}.appointment-step__checkbox-label a:hover{color:#0a3640}.appointment-step__checkbox{cursor:pointer;flex-shrink:0;height:18px;margin-top:.25rem;width:18px}.time-slots{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.time-slots{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.time-slots{grid-template-columns:repeat(2,1fr)}}.time-slot{background:#fff;border:2px solid #e9ded3;border-radius:12px;color:#1a1a2e;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem;text-align:center;transition:all .3s ease}.time-slot:hover{background:#e8f4f6;border-color:#0f4c5c;color:#0f4c5c;transform:translateY(-2px)}.time-slot.active{background:#0f4c5c;border-color:#0f4c5c;box-shadow:0 4px 12px rgba(15,76,92,.3);color:#fff}.treatment-options{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(max-width:640px){.treatment-options{grid-template-columns:1fr}}.treatment-option{align-items:center;background:#fff;border:2px solid #e9ded3;border-radius:16px;cursor:pointer;display:flex;gap:1rem;padding:1.5rem;text-align:left;transition:all .3s ease}.treatment-option:hover{background:#e8f4f6;border-color:#0f4c5c;box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.treatment-option.active{background:#0f4c5c;border-color:#0f4c5c;box-shadow:0 4px 16px rgba(15,76,92,.3);color:#fff}.treatment-option.active svg{color:#fff}.treatment-option svg{color:#0f4c5c;flex-shrink:0;height:24px;transition:color .3s ease;width:24px}.treatment-option span{font-size:.9375rem;font-weight:500}.appointment-success{padding:2rem 0;text-align:center}.appointment-success__icon{align-items:center;animation:scaleIn .5s ease;background:linear-gradient(135deg,#0f4c5c,#1a6b7c);border-radius:50%;color:#fff;display:flex;height:100px;justify-content:center;margin:0 auto 2rem;width:100px}.appointment-success__icon svg{height:50px;width:50px}.appointment-success__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:2.5rem;font-weight:600;margin-bottom:1rem}@media(max-width:768px){.appointment-success__title{font-size:2rem}}.appointment-success__subtitle{color:#5c5c6d;font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem}.appointment-success__details{background:#fdf8f3;border-radius:20px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:500px;padding:2rem;text-align:left}.appointment-success__detail{align-items:center;border-bottom:1px solid rgba(92,92,109,.1);display:flex;justify-content:space-between;padding:1rem 0}.appointment-success__detail:last-child{border-bottom:none}.appointment-success__label{color:#1a1a2e;font-weight:600}.appointment-success__value{color:#5c5c6d;text-align:right}.appointment-success__actions{display:flex;gap:1rem;justify-content:center}@media(max-width:640px){.appointment-success__actions{flex-direction:column}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.datepicker-wrapper{display:flex;justify-content:center;position:relative}.datepicker-trigger{align-items:center;background:#fff;border:2px solid #e9ded3;border-radius:16px;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;transition:all .3s ease}.datepicker-trigger:hover{border-color:#0f4c5c;box-shadow:0 0 0 4px rgba(15,76,92,.1)}.datepicker-trigger svg:first-child{color:#0f4c5c;flex-shrink:0;height:24px;width:24px}.datepicker-trigger svg:last-child{color:#5c5c6d;flex-shrink:0;height:20px;transition:transform .3s ease;width:20px}.datepicker-trigger__text{color:#1a1a2e;flex:1;font-family:DM Sans,sans-serif;font-size:1.0625rem}.datepicker-trigger__text:empty:before{color:#5c5c6d;content:"Tarih seçiniz"}.datepicker-trigger.active{border-color:#0f4c5c;box-shadow:0 0 0 4px rgba(15,76,92,.1)}.datepicker-trigger.active svg:last-child{transform:rotate(180deg)}.datepicker{animation:fadeIn .3s ease;background:#fff;border-radius:20px;margin:0 auto;width:100%}.datepicker--always-open{display:block;position:relative}.datepicker__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.datepicker__nav{align-items:center;background:#fff;border:1px solid #e9ded3;border-radius:10px;color:#1a1a2e;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.datepicker__nav:hover{background:#e8f4f6;border-color:#0f4c5c;color:#0f4c5c}.datepicker__nav svg{height:24px;width:24px}.datepicker__month-year{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.5rem;font-weight:600}.datepicker__weekdays{display:grid;gap:.75rem;grid-template-columns:repeat(7,1fr);margin-bottom:1.25rem}.datepicker__weekday{color:#5c5c6d;font-size:.875rem;font-weight:600;padding:.75rem 0;text-align:center;text-transform:uppercase}.datepicker__days{display:grid;gap:.75rem;grid-template-columns:repeat(7,1fr)}.datepicker__day{align-items:center;aspect-ratio:1;background:transparent;border:none;border-radius:10px;color:#1a1a2e;cursor:pointer;display:flex;font-family:DM Sans,sans-serif;font-size:1.125rem;font-weight:500;justify-content:center;transition:all .2s ease}.datepicker__day:hover:not(.datepicker__day--disabled):not(.datepicker__day--selected){background:#e8f4f6;color:#0f4c5c}.datepicker__day--empty{cursor:default}.datepicker__day--disabled{color:#5c5c6d;cursor:not-allowed;opacity:.4}.datepicker__day--today{background:#e8f4f6;color:#0f4c5c;font-weight:600}.datepicker__day--selected{background:#0f4c5c;box-shadow:0 2px 8px rgba(15,76,92,.3);color:#fff;font-weight:600}.datepicker__selected{align-items:center;border-top:1px solid #e9ded3;display:flex;justify-content:space-between;margin-top:2rem;padding-top:2rem}.datepicker__selected-label{color:#1a1a2e;font-size:1.125rem;font-weight:600}.datepicker__selected-value{color:#0f4c5c;font-size:1.25rem;font-weight:600}.why-choose-grid{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}@media(max-width:968px){.why-choose-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.why-choose-grid{grid-template-columns:1fr}}.why-choose-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.04);padding:2rem;text-align:center;transition:all .3s ease}.why-choose-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.08);transform:translateY(-5px)}.why-choose-card__icon{align-items:center;background:#e8f4f6;border-radius:50%;color:#0f4c5c;display:flex;height:64px;justify-content:center;margin:0 auto 1.25rem;transition:all .3s ease;width:64px}.why-choose-card__icon svg{height:32px;width:32px}.why-choose-card:hover .why-choose-card__icon{background:#0f4c5c;color:#fff;transform:scale(1.1)}.why-choose-card__title{color:#1a1a2e;font-family:Fraunces,serif;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.why-choose-card__text{color:#5c5c6d;font-size:.9375rem;line-height:1.6}.error-404{align-items:center;background:linear-gradient(135deg,#0f4c5c,#0a3640);display:flex;justify-content:center;min-height:calc(100vh - 88px);overflow:hidden;padding:6rem 0;position:relative}.error-404:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath fill='%23fff' fill-opacity='.03' fill-rule='evenodd' d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2zm0-30V0h-2v4h-4v2h4v4h2V6h4V4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2zM6 4V0H4v4H0v2h4v4h2V6h4V4z'/%3E%3C/svg%3E");content:"";inset:0;position:absolute}.error-404__blob{animation:blob-morph 8s ease-in-out infinite;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;pointer-events:none;position:absolute}.error-404__blob--1{animation-delay:0s;background:linear-gradient(135deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02));height:600px;right:-100px;top:-200px;width:600px}.error-404__blob--2{animation-delay:-4s;background:linear-gradient(135deg,rgba(244,162,97,.1),rgba(244,162,97,.03));bottom:-100px;height:400px;left:-100px;width:400px}.error-404__blob--3{animation-delay:-2s;background:linear-gradient(135deg,hsla(0,0%,100%,.03),rgba(244,162,97,.05));height:500px;left:50%;top:50%;transform:translate(-50%,-50%);width:500px}.error-404__container{margin:0 auto;max-width:900px;padding:0 1.5rem;position:relative;z-index:1}@media(min-width:1024px){.error-404__container{padding:0 3rem}}.error-404__content{animation:slide-up .6s ease-out;text-align:center}.error-404__number{animation:float 6s ease-in-out infinite;font-size:clamp(8rem,20vw,12rem);font-weight:700;line-height:1;margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.2)}.error-404__number,.error-404__title{color:#fff;font-family:Fraunces,serif}.error-404__title{font-size:clamp(2rem,4vw,3rem);font-weight:600;letter-spacing:-.01em;margin-bottom:1.5rem}.error-404__text{color:hsla(0,0%,100%,.85);font-size:1.125rem;line-height:1.8;margin:0 auto 3rem;max-width:600px}.error-404__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.error-404__links{border-top:1px solid hsla(0,0%,100%,.2);margin-top:4rem;padding-top:3rem}.error-404__links-title{color:#fff;font-family:Fraunces,serif;font-size:1.5rem;font-weight:600;margin-bottom:2rem}.error-404__links-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:800px}@media(max-width:640px){.error-404__links-grid{grid-template-columns:1fr}}.error-404__link{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#fff;display:flex;font-weight:500;gap:.75rem;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.error-404__link svg{color:#f4a261;height:20px;transition:all .3s ease;width:20px}.error-404__link:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.3);box-shadow:0 8px 20px rgba(0,0,0,.2);color:#fff;transform:translateY(-2px)}.error-404__link:hover svg{color:#e76f51;transform:scale(1.1)}