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