.services-hero{background:var(--services-hero-bg);width:100%;padding-top:clamp(140px,20vh,210px);padding-bottom:clamp(90px,14vh,160px);position:relative}.services-hero__container{justify-content:center;width:100%;max-width:1100px;margin:0 auto;padding:0 20px;display:flex}.services-hero__content{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:900px;display:flex}.services-hero__title{color:var(--services-hero-title);margin:0;font-size:clamp(34px,4vw,56px);font-weight:800;line-height:1.08}.services-hero__description{max-width:70ch;color:var(--services-hero-text);margin:0;font-size:18px;line-height:1.7}.services-hero__actions{margin-top:10px}.services-hero__cta{display:inline-flex}html.light-mode .services-hero{--services-hero-bg:linear-gradient(90deg,#2d554b 0%,#885033 50%,#df4b23 100%);--services-hero-title:#0c1216eb;--services-hero-text:#ffffffeb}html.dark-mode .services-hero{--services-hero-bg:linear-gradient(90deg,#123a34 0%,#562c1a 50%,#aa3416 100%);--services-hero-title:#f5f8faeb;--services-hero-text:#ffffffe0}.services-hero{--services-hero-bg:linear-gradient(90deg,#2d554b 0%,#885033 50%,#df4b23 100%);--services-hero-title:#0c1216eb;--services-hero-text:#ffffffeb}.services-hero__title{animation:.7s ease-out both servicesHeroTitleIn}.services-hero__description{animation:.7s ease-out .12s both servicesHeroDescIn}.services-hero__cta{animation:.7s ease-out .24s both servicesHeroCtaIn}@keyframes servicesHeroTitleIn{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}@keyframes servicesHeroDescIn{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes servicesHeroCtaIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.services-hero__title,.services-hero__description,.services-hero__cta{opacity:1!important;animation:none!important;transform:none!important}}@media (max-width:768px){.services-hero{padding-top:110px;padding-bottom:80px}.services-hero__description{font-size:16px}}
.services-greeting{background:var(--services-greeting-bg);width:100%;padding:56px 0}.services-greeting__inner{text-align:center;max-width:980px;margin:0 auto;padding:0 20px}.services-greeting__title{color:var(--services-greeting-title);margin:0 0 12px;font-size:clamp(26px,3vw,40px);font-weight:800;line-height:1.15}.services-greeting__subtitle{max-width:78ch;color:var(--services-greeting-subtitle);margin:0 auto;font-size:16px;line-height:1.75}html.light-mode .services-greeting{--services-greeting-bg:#eef5f7;--services-greeting-title:#0c1216eb;--services-greeting-subtitle:#161c218c}html.dark-mode .services-greeting{--services-greeting-bg:#0c1016d9;--services-greeting-title:#f5f8faeb;--services-greeting-subtitle:#f5f8faa6}.services-greeting{--services-greeting-bg:#eef5f7;--services-greeting-title:#0c1216eb;--services-greeting-subtitle:#161c218c}.services-greeting__title,.services-greeting__subtitle{opacity:1;transform:none}.services-greeting:not(.is-visible) .services-greeting__title,.services-greeting:not(.is-visible) .services-greeting__subtitle{opacity:0;transform:translateY(16px)}.services-greeting.is-visible .services-greeting__title{animation:.65s ease-out forwards servicesGreetingIn}.services-greeting.is-visible .services-greeting__subtitle{animation:.65s ease-out .12s forwards servicesGreetingIn}@keyframes servicesGreetingIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.services-greeting__title,.services-greeting__subtitle{opacity:1!important;animation:none!important;transform:none!important}}@media (max-width:768px){.services-greeting{padding:44px 0}}
.services-grid{background:var(--services-grid-bg);width:100%;padding:8px 0 72px}.services-grid{--services-grid-bg:#eef5f7;background:var(--services-grid-bg);width:100%;padding:8px 0 72px}.services-grid__inner{width:100%;max-width:1100px;margin:0 auto;padding:0 20px}.services-grid__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}html.light-mode .services-grid{--services-grid-bg:#eef5f7}html.dark-mode .services-grid{--services-grid-bg:#0c1016d9}.services-grid{--services-grid-bg:#eef5f7}.services-grid__item{opacity:1;transform:none}.services-grid:not(.is-visible) .services-grid__item{opacity:0;transform:translateY(16px)}.services-grid.is-visible .services-grid__item{animation:.65s ease-out both servicesGridItemIn;animation-delay:var(--stagger,0s)}@keyframes servicesGridItemIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.services-grid__item{opacity:1!important;animation:none!important;transform:none!important}}@media (max-width:980px){.services-grid__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.services-grid__grid{grid-template-columns:1fr}}
.service-card{background:var(--service-card-bg);border:1px solid var(--service-card-border);box-shadow:var(--service-card-shadow);border-radius:14px;transition:transform .14s,box-shadow .14s;overflow:hidden}.service-card:hover{box-shadow:var(--service-card-shadow-hover);transform:translateY(-2px)}.service-card__media{aspect-ratio:16/10;background:var(--service-card-media-bg);width:100%;position:relative}.service-card__img{object-fit:cover;width:100%;height:100%;display:block}.service-card__price-pill{background:var(--service-card-pill-bg);height:30px;color:var(--service-card-pill-text);letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex;position:absolute;top:12px;right:12px}.service-card__body{padding:14px 14px 16px}.service-card__title{color:var(--service-card-title);margin:0;font-size:15px;font-weight:800;line-height:1.25}.service-card__summary{color:var(--service-card-summary);min-height:44px;margin:10px 0 0;font-size:13px;line-height:1.65}.service-card__meta{color:var(--service-card-meta);justify-content:space-between;align-items:center;gap:12px;margin-top:14px;font-size:12px;display:flex}.service-card__duration{align-items:center;gap:8px;display:inline-flex}.service-card__duration--empty{opacity:0}.service-card__price-inline{color:var(--service-card-price);font-size:18px;font-weight:900}.service-card__cta{justify-content:center;width:100%;margin-top:14px}html.light-mode .service-card{--service-card-bg:#fff;--service-card-border:#0c202614;--service-card-shadow:0 10px 26px #0c202614;--service-card-shadow-hover:0 14px 34px #0c20261f;--service-card-media-bg:#e7eef1;--service-card-title:#0c1216eb;--service-card-summary:#161c219e;--service-card-meta:#161c218c;--service-card-price:#0c1216eb;--service-card-pill-bg:var(--color-secondary,#005652f2);--service-card-pill-text:var(--color-on-secondary,#fffffff2)}html.dark-mode .service-card{--service-card-bg:#0f161ce6;--service-card-border:#e9f2f41a;--service-card-shadow:0 10px 26px #00000059;--service-card-shadow-hover:0 16px 36px #00000073;--service-card-media-bg:#12242ad9;--service-card-title:#f5f8faeb;--service-card-summary:#f5f8fab3;--service-card-meta:#f5f8fa9e;--service-card-price:#f5f8faeb;--service-card-pill-bg:var(--color-accent,#006e68f2);--service-card-pill-text:var(--color-on-accent,#fffffff2)}.service-card{--service-card-bg:#fff;--service-card-border:#0c202614;--service-card-shadow:0 10px 26px #0c202614;--service-card-shadow-hover:0 14px 34px #0c20261f;--service-card-media-bg:#e7eef1;--service-card-title:#0c1216eb;--service-card-summary:#161c219e;--service-card-meta:#161c218c;--service-card-price:#0c1216eb;--service-card-pill-bg:#005652f2;--service-card-pill-text:#fffffff2}
.how-we-work{background:var(--how-we-work-bg);width:100%;padding:clamp(80px,10vh,120px) 0}.how-we-work__inner{max-width:1200px;margin:0 auto;padding:0 20px}.how-we-work__header{text-align:center;max-width:860px;margin:0 auto}.how-we-work__title{letter-spacing:-.02em;color:var(--how-we-work-title);margin:0;font-size:clamp(30px,3.6vw,48px);font-weight:900;line-height:1.1}.how-we-work__subtitle{max-width:72ch;color:var(--how-we-work-subtitle);margin:14px auto 0;font-size:16px;line-height:1.8}.how-we-work__steps{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:clamp(18px,3vw,34px);margin:clamp(34px,5vh,56px) auto 0;display:grid}.how-we-work__step{text-align:center;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.how-we-work__badge{background:var(--how-we-work-badge-bg);width:64px;height:64px;color:var(--how-we-work-badge-text);box-shadow:var(--how-we-work-badge-shadow);border-radius:999px;place-items:center;margin:0 auto 18px;font-size:18px;font-weight:900;display:grid}.how-we-work__step-title{color:var(--how-we-work-step-title);margin:0;font-size:16px;font-weight:900;line-height:1.25}.how-we-work__step-desc{max-width:32ch;color:var(--how-we-work-step-desc);margin:12px auto 0;font-size:14px;line-height:1.85}html.light-mode .how-we-work{--how-we-work-bg:#eef5f7;--how-we-work-title:#0c1216eb;--how-we-work-subtitle:#161c218c;--how-we-work-badge-bg:var(--color-secondary,#005652f2);--how-we-work-badge-text:var(--color-on-secondary,#fffffff2);--how-we-work-badge-shadow:0 16px 30px #0c20261f;--how-we-work-step-title:#0c1216eb;--how-we-work-step-desc:#161c218c}html.dark-mode .how-we-work{--how-we-work-bg:#0c1016d9;--how-we-work-title:#f5f8faeb;--how-we-work-subtitle:#f5f8faad;--how-we-work-badge-bg:var(--color-accent,#ff5a1ff2);--how-we-work-badge-text:var(--color-on-accent,#fffffff2);--how-we-work-badge-shadow:0 16px 30px #00000061;--how-we-work-step-title:#f5f8faeb;--how-we-work-step-desc:#f5f8fab3}.how-we-work{--how-we-work-bg:#eef5f7;--how-we-work-title:#0c1216eb;--how-we-work-subtitle:#161c218c;--how-we-work-badge-bg:#005652f2;--how-we-work-badge-text:#fffffff2;--how-we-work-badge-shadow:0 16px 30px #0c20261f;--how-we-work-step-title:#0c1216eb;--how-we-work-step-desc:#161c218c}.how-we-work__title,.how-we-work__subtitle,.how-we-work__step{opacity:1;transform:none}.how-we-work:not(.is-visible) .how-we-work__title,.how-we-work:not(.is-visible) .how-we-work__subtitle,.how-we-work:not(.is-visible) .how-we-work__step{opacity:0;transform:translateY(16px)}.how-we-work.is-visible .how-we-work__title{animation:.65s ease-out both howWeWorkIn}.how-we-work.is-visible .how-we-work__subtitle{animation:.65s ease-out .12s both howWeWorkIn}.how-we-work.is-visible .how-we-work__step{animation:.65s ease-out both howWeWorkIn;animation-delay:var(--stagger,0s)}@keyframes howWeWorkIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.how-we-work__title,.how-we-work__subtitle,.how-we-work__step{opacity:1!important;animation:none!important;transform:none!important}}@media (max-width:1000px){.how-we-work__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.how-we-work__step-desc{max-width:42ch}}@media (max-width:620px){.how-we-work__steps{grid-template-columns:1fr}.how-we-work__badge{width:58px;height:58px}}
.consultation-methods{background:var(--consultation-methods-bg);width:100%;padding:72px 0}.consultation-methods__inner{max-width:1200px;margin:0 auto;padding:0 20px}.consultation-methods__card{background:var(--consultation-methods-card-bg);border:1px solid var(--consultation-methods-card-border);box-shadow:var(--consultation-methods-card-shadow);border-radius:18px;grid-template-columns:1.05fr 1fr;min-height:420px;display:grid;overflow:hidden}.consultation-methods__left{flex-direction:column;justify-content:center;padding:30px;display:flex}.consultation-methods__title{color:var(--consultation-methods-title);margin:0;font-size:clamp(20px,2vw,26px);font-weight:900;line-height:1.2}.consultation-methods__list{gap:16px;margin:18px 0 0;padding:0;list-style:none;display:grid}.consultation-methods__item{grid-template-columns:22px 1fr;align-items:start;gap:12px;display:grid}.consultation-methods__check{background:var(--consultation-methods-check-bg);width:20px;height:20px;color:var(--consultation-methods-check-text);border-radius:999px;place-items:center;margin-top:2px;font-size:12px;font-weight:900;display:grid}.consultation-methods__item-title{color:var(--consultation-methods-item-title);font-size:13px;font-weight:900}.consultation-methods__item-desc{color:var(--consultation-methods-item-desc);margin-top:5px;font-size:13px;line-height:1.75}.consultation-methods__right{background:var(--consultation-methods-right-bg);place-items:center;padding:18px;display:grid}.consultation-methods__image{object-fit:cover;width:100%;height:100%;max-height:520px;box-shadow:var(--consultation-methods-image-shadow);border-radius:14px}html.light-mode .consultation-methods{--consultation-methods-bg:#eef5f7;--consultation-methods-card-bg:#fff;--consultation-methods-card-border:#0c202614;--consultation-methods-card-shadow:0 14px 34px #0c20261a;--consultation-methods-title:#0c1216eb;--consultation-methods-item-title:#0c1216eb;--consultation-methods-item-desc:#161c2199;--consultation-methods-check-bg:#0056521f;--consultation-methods-check-text:var(--color-secondary,#005652f2);--consultation-methods-right-bg:#eef3f6;--consultation-methods-image-shadow:0 14px 30px #0c202624}html.dark-mode .consultation-methods{--consultation-methods-bg:#0c1016d9;--consultation-methods-card-bg:#0f161ce6;--consultation-methods-card-border:#e9f2f41a;--consultation-methods-card-shadow:0 14px 34px #00000073;--consultation-methods-title:#f5f8faeb;--consultation-methods-item-title:#f5f8faeb;--consultation-methods-item-desc:#f5f8fab8;--consultation-methods-check-bg:#f5f8fa1a;--consultation-methods-check-text:var(--color-accent,#ff5a1ff2);--consultation-methods-right-bg:#0a10148c;--consultation-methods-image-shadow:0 14px 30px #0000008c}.consultation-methods{--consultation-methods-bg:#eef5f7;--consultation-methods-card-bg:#fff;--consultation-methods-card-border:#0c202614;--consultation-methods-card-shadow:0 14px 34px #0c20261a;--consultation-methods-title:#0c1216eb;--consultation-methods-item-title:#0c1216eb;--consultation-methods-item-desc:#161c2199;--consultation-methods-check-bg:#0056521f;--consultation-methods-check-text:#005652f2;--consultation-methods-right-bg:#eef3f6;--consultation-methods-image-shadow:0 14px 30px #0c202624}.consultation-methods__left,.consultation-methods__right,.consultation-methods__item{opacity:1;transform:none}.consultation-methods:not(.is-visible) .consultation-methods__left{opacity:0;transform:translate(-18px)}.consultation-methods:not(.is-visible) .consultation-methods__right{opacity:0;transform:translate(18px)}.consultation-methods:not(.is-visible) .consultation-methods__item{opacity:0;transform:translateY(10px)}.consultation-methods.is-visible .consultation-methods__left{animation:.65s ease-out both consultationMethodsInLeft}.consultation-methods.is-visible .consultation-methods__right{animation:.65s ease-out .12s both consultationMethodsInRight}.consultation-methods.is-visible .consultation-methods__item{animation:.65s ease-out both consultationMethodsItemIn;animation-delay:var(--stagger,0s)}@keyframes consultationMethodsInLeft{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes consultationMethodsInRight{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes consultationMethodsItemIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.consultation-methods__left,.consultation-methods__right,.consultation-methods__item{opacity:1!important;animation:none!important;transform:none!important}}@media (max-width:980px){.consultation-methods__card{min-height:unset;grid-template-columns:1fr}.consultation-methods__left{padding:26px 22px}.consultation-methods__right{padding:16px}.consultation-methods__image{max-height:360px}}@media (max-width:768px){.consultation-methods{padding:56px 0}}
.services-cta{background:var(--services-cta-bg);width:100%;padding:clamp(64px,8vh,96px) 0}.services-cta__container{text-align:center;max-width:1100px;margin:0 auto;padding:0 20px}.services-cta__title{letter-spacing:-.02em;color:var(--services-cta-title);margin:0;font-size:clamp(26px,3.2vw,44px);font-weight:900;line-height:1.1}.services-cta__subtitle{max-width:78ch;color:var(--services-cta-subtitle);margin:14px auto 0;font-size:16px;line-height:1.85}.services-cta__actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:22px;display:flex}.services-cta__primary,.services-cta__secondary{justify-content:center;min-width:240px;height:46px}.services-cta__secondary.cta-button--secondary{border-color:var(--services-cta-secondary-border);color:var(--services-cta-secondary-text);background:var(--services-cta-secondary-bg)}.services-cta__secondary.cta-button--secondary:hover{background:var(--services-cta-secondary-bg-hover)}html.light-mode .services-cta{--services-cta-bg:var(--color-secondary);--services-cta-title:var(--color-light-transparent);--services-cta-subtitle:var(--color-light-transparent-glass);--services-cta-secondary-border:#0c121638;--services-cta-secondary-text:var(--color-light-transparent);--services-cta-secondary-bg:transparent;--services-cta-secondary-bg-hover:#35b33f7e}html.dark-mode .services-cta{--services-cta-bg:#0c1016eb;--services-cta-title:#f5f8faf0;--services-cta-subtitle:#f5f8fab8;--services-cta-secondary-border:#f5f8fa61;--services-cta-secondary-text:#f5f8faf0;--services-cta-secondary-bg:transparent;--services-cta-secondary-bg-hover:#af6a4ab0}.services-cta{--services-cta-bg:#eef5f7;--services-cta-title:#0c1216eb;--services-cta-subtitle:#161c2199;--services-cta-secondary-border:#0c121638;--services-cta-secondary-text:#0c1216e6;--services-cta-secondary-bg:transparent;--services-cta-secondary-bg-hover:#0c12160f}.services-cta__title,.services-cta__subtitle,.services-cta__actions{opacity:1;transform:none}.services-cta:not(.is-visible) .services-cta__title{opacity:0;transform:translateY(-14px)}.services-cta:not(.is-visible) .services-cta__subtitle{opacity:0;transform:translateY(10px)}.services-cta:not(.is-visible) .services-cta__actions{opacity:0;transform:translateY(14px)}.services-cta.is-visible .services-cta__title{animation:.65s ease-out both servicesCtaIn}.services-cta.is-visible .services-cta__subtitle{animation:.65s ease-out .12s both servicesCtaIn}.services-cta.is-visible .services-cta__actions{animation:.65s ease-out .22s both servicesCtaIn}@keyframes servicesCtaIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.services-cta__title,.services-cta__subtitle,.services-cta__actions{opacity:1!important;animation:none!important;transform:none!important}}@media (max-width:560px){.services-cta__primary,.services-cta__secondary{width:100%;min-width:unset}}
