﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Poppins",sans-serif;font-weight:400;color:#7a7a7a;background-color:#fff;line-height:1.7;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%;height:auto}a{color:#e9867f;text-decoration:none;transition:all .3s ease}a:hover{color:rgb(225.52,92.86,83.48)}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:"Poppins",sans-serif;font-weight:600;color:#3f4c59;line-height:1.3}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.1rem,2vw,1.5rem)}h4{font-size:1.125rem}p{margin-bottom:1rem;color:#7a7a7a}p:last-child{margin-bottom:0}strong{font-weight:600;color:#3f4c59}.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}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:2rem}@media(max-width: 767px){.container{padding-inline:1rem}}.section{padding-block:5rem}@media(max-width: 767px){.section{padding-block:3rem}}.section--pale{background-color:#fdf5f4}.section--section{background-color:#f9f3f3}.section-title{text-align:center;margin-bottom:2rem}.section-title h2{color:#3f4c59;margin-bottom:.5rem}.section-title p{color:#7a7a7a;font-size:1.05rem;max-width:640px;margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #ede0df;box-shadow:0 2px 12px rgba(63,76,89,.06)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:72px}.site-logo{display:flex;align-items:center;flex-shrink:0}.site-logo img{height:48px;width:auto}.site-nav{display:flex;align-items:center;gap:1rem}@media(max-width: 1024px){.site-nav{display:none;position:fixed;inset:0;top:72px;background:#fff;flex-direction:column;align-items:flex-start;padding:2rem;gap:0;border-top:1px solid #ede0df;overflow-y:auto}.site-nav.is-open{display:flex}}.nav-link{font-size:.95rem;font-weight:500;color:#3f4c59;padding:.5rem .75rem;border-radius:8px;position:relative}.nav-link::after{content:"";position:absolute;bottom:0;left:.75rem;right:.75rem;height:2px;background:#e9867f;transform:scaleX(0);transition:transform .25s ease;border-radius:2px}.nav-link:hover,.nav-link.is-active{color:#e9867f}.nav-link:hover::after,.nav-link.is-active::after{transform:scaleX(1)}@media(max-width: 1024px){.nav-link{display:block;width:100%;padding:1rem 0;border-bottom:1px solid #ede0df;border-radius:0;font-size:1rem}.nav-link::after{display:none}}.nav-dropdown{position:relative}@media(max-width: 1024px){.nav-dropdown{width:100%}}.nav-dropdown__toggle{display:flex;align-items:center;gap:.3rem;cursor:pointer;background:none;border:none;font-family:"Poppins",sans-serif;font-size:.95rem;font-weight:500;color:#3f4c59;padding:.5rem .75rem;border-radius:8px;transition:all .3s ease}.nav-dropdown__toggle:hover{color:#e9867f}.nav-dropdown__toggle svg{width:16px;height:16px;transition:transform .25s ease}@media(max-width: 1024px){.nav-dropdown__toggle{width:100%;padding:1rem 0;border-bottom:1px solid #ede0df;border-radius:0;font-size:1rem;justify-content:space-between}}.nav-dropdown.is-open .nav-dropdown__toggle svg{transform:rotate(180deg)}.nav-dropdown__menu{display:none;position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #ede0df;border-radius:16px;box-shadow:0 4px 24px rgba(233,134,127,.12);padding:.5rem;min-width:200px;z-index:200}.nav-dropdown.is-open .nav-dropdown__menu{display:block}.nav-dropdown__menu a{display:block;padding:.6rem 1rem;font-size:.9rem;color:#3f4c59;border-radius:8px}.nav-dropdown__menu a:hover{background:#fdf5f4;color:#e9867f}@media(max-width: 1024px){.nav-dropdown__menu{position:static;box-shadow:none;border:none;padding:0;padding-left:1rem;background:rgba(0,0,0,0)}.nav-dropdown__menu a{border-bottom:1px solid #ede0df;border-radius:0;padding:.75rem 0}}.nav-toggle{display:none;flex-direction:column;align-items:stretch;justify-content:center;gap:5px;width:40px;height:40px;background:none;-webkit-appearance:none;appearance:none;border:none;cursor:pointer;padding:6px;border-radius:8px;transition:all .3s ease;color:#3f4c59}.nav-toggle:hover{background:#fdf5f4}.nav-toggle span{display:block;width:100%;min-width:24px;height:2px;background:currentColor;border-radius:2px;transition:all .3s ease;flex:0 0 2px}@supports not (gap: 1rem){.nav-toggle span+span{margin-top:5px}}.nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width: 1024px){.nav-toggle{display:flex}}.site-footer{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(120% 120% at 50% -30%, rgba(243, 153, 153, 0.12) 0%, rgba(63, 76, 89, 0) 56%),radial-gradient(90% 110% at 90% 110%, rgba(54, 181, 166, 0.07) 0%, rgba(63, 76, 89, 0) 62%),linear-gradient(180deg, #36414d 0%, #2e3741 100%);color:hsla(0,0%,100%,.8);padding-block:5rem 2rem}.site-footer::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 26%, transparent 0 112px, rgba(243, 153, 153, 0.22) 113px 115px, transparent 116px),radial-gradient(circle at 84% 68%, transparent 0 86px, rgba(233, 134, 127, 0.18) 87px 89px, transparent 90px),radial-gradient(circle at 52% 116%, transparent 0 150px, rgba(255, 255, 255, 0.12) 151px 152px, transparent 153px);opacity:.34;pointer-events:none;z-index:0}.site-footer::after{content:"";position:absolute;width:220px;height:20px;left:50%;top:1.25rem;transform:translateX(-50%);background:radial-gradient(circle at 6% 50%, rgba(255, 255, 255, 0.22) 0 2px, transparent 3px),radial-gradient(circle at 20% 50%, rgba(243, 153, 153, 0.24) 0 3px, transparent 4px),radial-gradient(circle at 34% 50%, rgba(243, 153, 153, 0.34) 0 4px, transparent 5px),radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.46) 0 5px, transparent 6px),radial-gradient(circle at 66% 50%, rgba(243, 153, 153, 0.34) 0 4px, transparent 5px),radial-gradient(circle at 80% 50%, rgba(243, 153, 153, 0.24) 0 3px, transparent 4px),radial-gradient(circle at 94% 50%, rgba(255, 255, 255, 0.22) 0 2px, transparent 3px);opacity:.62;pointer-events:none;z-index:0}@media(max-width: 767px){.site-footer::after{top:1rem;opacity:.45;transform:translateX(-50%) scale(0.92)}}.site-footer>.container{position:relative;z-index:1}.site-footer a{color:hsla(0,0%,100%,.8)}.site-footer a:hover{color:#f39999}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width: 767px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-brand img{height:48px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1) opacity(0.9)}.footer-brand p{color:hsla(0,0%,100%,.7);font-size:.9rem;margin-bottom:1rem}.footer-social{display:flex;gap:.5rem;margin-top:.5rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid hsla(0,0%,100%,.2);border-radius:50%;transition:all .3s ease}.footer-social a:hover{background:#e9867f;border-color:#e9867f}.footer-social a svg{width:16px;height:16px;fill:#fff}.footer-col h4{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.06em}.footer-col ul{display:flex;flex-direction:column;gap:.5rem}.footer-col ul a{font-size:.9rem}.footer-contact p{font-size:.9rem;color:hsla(0,0%,100%,.7);margin-bottom:.4rem}.footer-contact strong{color:#fff;font-weight:500}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;font-size:.82rem;color:hsla(0,0%,100%,.5);flex-wrap:wrap;gap:.5rem}.footer-bottom a{color:hsla(0,0%,100%,.5)}.footer-bottom a:hover{color:#f39999}.footer-bottom .footer-legal{display:flex;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;font-family:"Poppins",sans-serif;font-size:.95rem;font-weight:600;border-radius:100px;border:2px solid rgba(0,0,0,0);cursor:pointer;text-decoration:none;transition:all .3s ease;line-height:1;white-space:nowrap}.btn--primary{background:#e9867f;color:#fff;border-color:#e9867f}.btn--primary:hover{background:rgb(227.016,101.088,92.184);border-color:rgb(227.016,101.088,92.184);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(233,134,127,.35)}.btn--outline{background:rgba(0,0,0,0);color:#e9867f;border-color:#e9867f}.btn--outline:hover{background:#e9867f;color:#fff;transform:translateY(-2px)}.btn--teal{background:#00a592;color:#fff;border-color:#00a592}.btn--teal:hover{background:rgb(0,124.2,109.8981818182);border-color:rgb(0,124.2,109.8981818182);color:#fff;transform:translateY(-2px)}.btn--white{background:#fff;color:#e9867f;border-color:#fff}.btn--white:hover{background:#fdf5f4;transform:translateY(-2px)}.btn--sm{padding:.6rem 1.25rem;font-size:.875rem}.btn svg{width:18px;height:18px;flex-shrink:0}.hero{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden;background-color:#fdf5f4}@media(max-width: 767px){.hero{min-height:auto;padding-block:5rem}}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0.2) 100%)}.hero__content{position:relative;z-index:1;max-width:600px;padding-block:5rem}@media(max-width: 767px){.hero__content{padding-block:0;max-width:100%}}.hero__eyebrow{display:inline-block;font-size:.85rem;font-weight:600;color:#e9867f;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.hero__title{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;color:#3f4c59;line-height:1.2;margin-bottom:1rem}.hero__title span{color:#e9867f}.hero__lead{font-size:1.1rem;color:#54595f;margin-bottom:2rem;line-height:1.8}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.page-hero{background-color:#fdf5f4;padding-block:5rem;position:relative;overflow:hidden}@media(max-width: 767px){.page-hero{padding-top:1.25rem;padding-bottom:3rem}}.page-hero::before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;border-radius:50%;background:rgba(233,134,127,.06);pointer-events:none}.page-hero .container{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;align-items:center;gap:0 2rem}@media(max-width: 1024px){.page-hero .container{grid-template-columns:1fr}}.page-hero .breadcrumb{grid-column:1/-1;margin-bottom:1rem}@media(max-width: 767px){.page-hero .breadcrumb{margin-bottom:.5rem}}.page-hero__eyebrow{display:inline-block;font-size:.82rem;font-weight:600;color:#e9867f;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem}.page-hero__title{font-size:clamp(2rem,3.5vw,2.75rem);color:#3f4c59;margin-bottom:1rem}.page-hero__lead{font-size:1.05rem;color:#7a7a7a;max-width:560px;line-height:1.8}.page-hero__image{width:260px;height:260px;border-radius:50%;object-fit:cover;box-shadow:0 4px 24px rgba(233,134,127,.12);flex-shrink:0}@media(max-width: 1024px){.page-hero__image{display:none}}.stage-hero-visual{position:relative;width:280px;height:280px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;isolation:isolate;filter:drop-shadow(0 22px 34px rgba(63, 76, 89, 0.14));animation:stage-hero-float 8s ease-in-out infinite}.stage-hero-visual::before{content:"";position:absolute;inset:-8px;border-radius:50%;background:conic-gradient(from 30deg, rgba(233, 134, 127, 0.22), rgba(0, 165, 146, 0.16), rgba(243, 153, 153, 0.22), rgba(233, 134, 127, 0.22));filter:blur(1px);z-index:0;animation:stage-hero-spin 18s linear infinite}.stage-hero-visual::after{content:"";position:absolute;inset:12px;border-radius:50%;background:radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 58%);pointer-events:none;z-index:3;mix-blend-mode:screen;animation:stage-hero-shimmer 6s ease-in-out infinite}.stage-hero-visual .page-hero__image{position:relative;z-index:2;width:246px;height:246px;border:6px solid hsla(0,0%,100%,.92);box-shadow:0 16px 28px rgba(63,76,89,.17),0 0 0 1px rgba(233,134,127,.14)}@media(max-width: 1024px){.stage-hero-visual{display:none}}.stage-hero-visual__orb{position:absolute;border-radius:50%;pointer-events:none;z-index:1}.stage-hero-visual__orb--one{inset:-20px;border:1px solid rgba(233,134,127,.24);animation:stage-hero-ring 10s linear infinite}.stage-hero-visual__orb--two{inset:-34px;border:1px dashed rgba(0,165,146,.2);animation:stage-hero-ring 14s linear infinite reverse}@media(prefers-reduced-motion: reduce){.stage-hero-visual,.stage-hero-visual::before,.stage-hero-visual::after,.stage-hero-visual__orb{animation:none !important}}@keyframes stage-hero-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes stage-hero-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes stage-hero-ring{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes stage-hero-shimmer{0%,100%{opacity:.35}50%{opacity:.72}}.pillars{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem;margin-top:-3rem;position:relative;z-index:2}@media(max-width: 1024px){.pillars{grid-template-columns:repeat(2, 1fr);margin-top:0}}@media(max-width: 767px){.pillars{grid-template-columns:1fr 1fr;gap:.75rem}}.pillar-card{background:#fff;border:1px solid #ede0df;border-radius:16px;padding:2rem 1rem;text-align:center;box-shadow:0 4px 24px rgba(233,134,127,.12);transition:all .3s ease}.pillar-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(233,134,127,.22)}.pillar-card__icon{width:52px;height:52px;margin-inline:auto;margin-bottom:1rem;color:#e9867f}.pillar-card__icon svg{width:100%;height:100%}.pillar-card h3{font-size:1rem;color:#3f4c59;margin-bottom:.5rem}.pillar-card p{font-size:.875rem;color:#7a7a7a;margin:0}.services-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}@media(max-width: 1024px){.services-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.services-grid{grid-template-columns:1fr;gap:1rem}}.service-card{position:relative;border-radius:16px;overflow:hidden;background:#fff;border:1px solid #ede0df;transition:all .3s ease;display:flex;flex-direction:column;text-decoration:none;color:inherit}.service-card:hover{transform:translateY(-6px);box-shadow:0 8px 32px rgba(233,134,127,.22)}.service-card:hover .service-card__cta svg{transform:translateX(4px)}.service-card__img{width:100%;height:220px;object-fit:cover}.service-card__body{padding:2rem;display:flex;flex-direction:column;flex:1}.service-card h3{font-size:1.25rem;color:#3f4c59;margin-bottom:.5rem}.service-card p{font-size:.9rem;color:#7a7a7a;flex:1;margin-bottom:1rem}.service-card__cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;color:#e9867f}.service-card__cta svg{transition:transform .25s ease}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media(max-width: 1024px){.about-grid{grid-template-columns:1fr;gap:3rem}}.about-image{border-radius:32px;overflow:hidden;box-shadow:0 4px 24px rgba(233,134,127,.12)}.about-image img{width:100%;height:460px;object-fit:cover}@media(max-width: 1024px){.about-image img{height:320px}}.about-content h2{margin-bottom:1rem}.about-content p{margin-bottom:1rem;font-size:1rem;line-height:1.8}.about-content .btn{margin-top:1rem}.specialists-text{text-align:center;max-width:760px;margin-inline:auto;font-size:1rem;line-height:1.8;margin-bottom:2rem}.service-categories{display:flex;flex-direction:column;gap:3rem}.service-category__title{font-size:1.2rem;font-weight:600;color:#e9867f;border-left:4px solid #e9867f;padding-left:1rem;margin-bottom:1rem}.service-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:.75rem}@media(max-width: 767px){.service-list{grid-template-columns:1fr}}.service-item{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1.1rem;background:#fff;border:1px solid #ede0df;border-radius:16px;font-size:.9rem;color:#3f4c59;transition:all .3s ease}.service-item:hover{border-color:#f6b0ae;background:#fdf5f4;transform:translateX(4px)}.service-item::before{content:"";display:block;width:8px;height:8px;min-width:8px;border-radius:50%;background:#e9867f;margin-top:.4em}.page-hero__meta{margin-top:1rem}.service-detail{gap:2rem}.service-detail__card{background:#fff;border:1px solid #ede0df;border-radius:16px;padding:2rem}.service-detail__card p{color:#7a7a7a;line-height:1.8;margin-bottom:.8rem}.service-detail__card p:last-child{margin-bottom:0}.service-detail__list{list-style:none;padding:0;margin:0;display:grid;gap:.7rem}.service-detail__list li{position:relative;padding-left:1.2rem;color:#7a7a7a;line-height:1.65}.service-detail__list li::before{content:"";position:absolute;left:0;top:.7em;width:.45rem;height:.45rem;border-radius:50%;background:#e9867f;transform:translateY(-50%)}.service-detail__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.related-services__list{grid-template-columns:repeat(3, 1fr)}@media(max-width: 1024px){.related-services__list{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.related-services__list{grid-template-columns:1fr}}.all-services__search{position:relative;max-width:520px;margin-inline:auto;margin-bottom:3rem}.all-services__search input{width:100%;padding:.9rem 1.25rem .9rem 3rem;border:2px solid #ede0df;border-radius:100px;font-family:"Poppins",sans-serif;font-size:.95rem;color:#3f4c59;background:#fff;transition:all .3s ease;outline:none}.all-services__search input:focus{border-color:#e9867f;box-shadow:0 0 0 4px rgba(233,134,127,.12)}.all-services__search input::placeholder{color:hsl(0,0%,62.8431372549%)}.all-services__search-icon{position:absolute;left:1.1rem;top:50%;transform:translateY(-50%);color:#7a7a7a;pointer-events:none}.all-services__search-icon svg{width:20px;height:20px}.all-services__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:.75rem}@media(max-width: 1024px){.all-services__list{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.all-services__list{grid-template-columns:1fr}}.all-services__list a{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;background:#fff;border:1px solid #ede0df;border-radius:16px;font-size:.875rem;color:#3f4c59;transition:all .3s ease}.all-services__list a:hover{border-color:#f6b0ae;background:#fdf5f4;color:#e9867f}.all-services__list a::before{content:"";display:block;width:7px;height:7px;min-width:7px;border-radius:50%;background:#f39999}.all-services__empty{display:none;text-align:center;color:#7a7a7a;font-size:.95rem;padding:2rem}.cta-strip{background:linear-gradient(135deg, #E9867F 0%, rgb(224.024, 84.632, 74.776) 100%);padding-block:3rem;text-align:center;color:#fff}.cta-strip h2{color:#fff;margin-bottom:.5rem;font-size:clamp(1.4rem,2.5vw,2rem)}.cta-strip p{color:hsla(0,0%,100%,.88);font-size:1.05rem;margin-bottom:2rem}.cta-strip .btn--white:hover{color:rgb(227.016,101.088,92.184)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}@media(max-width: 1024px){.contact-grid{grid-template-columns:1fr;gap:3rem}}.contact-info h2{margin-bottom:1rem}.contact-info p{margin-bottom:1rem}.contact-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-detail{display:flex;align-items:flex-start;gap:1rem}.contact-detail__icon{width:44px;height:44px;min-width:44px;background:#fdf5f4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#e9867f}.contact-detail__icon svg{width:20px;height:20px}.contact-detail__body strong{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:#54595f;margin-bottom:.2rem}.contact-detail__body p{font-size:.95rem;color:#3f4c59;margin:0}.contact-detail__body a{font-size:.95rem;color:#3f4c59}.contact-detail__body a:hover{color:#e9867f}.contact-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.contact-map{border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(233,134,127,.12)}.contact-map iframe{width:100%;height:420px;border:0;display:block}@media(max-width: 767px){.contact-map iframe{height:300px}}.legal-content{max-width:860px;margin-inline:auto}.legal-content h2,.legal-content h3{margin-top:2rem;margin-bottom:.5rem}.legal-content p,.legal-content li{font-size:.95rem;line-height:1.8;color:#7a7a7a;margin-bottom:.75rem}.legal-content ol,.legal-content ul{list-style:disc;padding-left:2rem;margin-bottom:1rem}.schedule-section{background:#fdf5f4;border-radius:32px;padding:3rem;text-align:center;margin-block:5rem}.schedule-section h2{margin-bottom:.5rem}.schedule-section p{margin-bottom:2rem;color:#7a7a7a}.whatsapp-fab{position:fixed;bottom:28px;right:28px;z-index:999;width:58px;height:58px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.2);transition:all .3s ease}.whatsapp-fab:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(0,0,0,.28)}.whatsapp-fab svg{width:30px;height:30px;fill:#fff}.breadcrumb{font-size:.82rem;color:#7a7a7a;margin-bottom:.5rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.breadcrumb a{color:#7a7a7a}.breadcrumb a:hover{color:#e9867f}.breadcrumb span{color:#7a7a7a}.breadcrumb__separator{color:#f6b0ae}.breadcrumb__current{color:#e9867f;font-weight:500}.service-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.service-tags span{font-size:.78rem;font-weight:500;padding:.3rem .85rem;border-radius:100px;background:#fdf5f4;color:#e9867f;border:1px solid #f6b0ae}.founder-section{background:#fdf5f4}.founder-section .container{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media(max-width: 1024px){.founder-section .container{grid-template-columns:1fr;gap:3rem}}.founder-section__image img{width:100%;max-width:420px;border-radius:32px;display:block;object-fit:cover;box-shadow:0 8px 32px rgba(63,76,89,.12)}@media(max-width: 1024px){.founder-section__image img{max-width:300px;margin:0 auto}}.founder-section__content .eyebrow{font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#00a592;margin-bottom:.5rem}.founder-section__content h2{color:#3f4c59;margin-bottom:1rem}.founder-section__content p{color:#7a7a7a;line-height:1.75;margin-bottom:1rem}.founder-section__content p:last-child{margin-bottom:0}.founder-section__content .founder-signature{margin-top:2rem;display:flex;flex-direction:column;gap:.2rem}.founder-section__content .founder-signature strong{font-size:1rem;font-weight:600;color:#3f4c59}.founder-section__content .founder-signature span{font-size:.85rem;color:#7a7a7a}.testimonial{background:#fff;border-left:4px solid #e9867f;border-radius:0 16px 16px 0;padding:2rem 3rem;margin:3rem 0;position:relative}.testimonial__quote{font-size:1.05rem;line-height:1.75;color:#3f4c59;font-style:italic;margin-bottom:1rem}.testimonial__quote::before{content:"“";font-size:3rem;color:#e9867f;line-height:0;vertical-align:-0.6rem;margin-right:.2rem;font-style:normal}.testimonial__author{font-size:.85rem;font-weight:600;color:#7a7a7a;display:flex;align-items:center;gap:.5rem}.testimonial__author::before{content:"";display:inline-block;width:24px;height:2px;background:#e9867f}
