:root {
    --red: #e31e24;
    --red-dark: #b80f16;
    --ink: #111317;
    --ink-2: #1b1e24;
    --muted: #686d77;
    --line: #e7e8eb;
    --soft: #f5f5f6;
    --white: #fff;
    --container: 1240px;
    --shadow: 0 24px 70px rgba(17, 19, 23, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.site-header .container { --container: 1320px; }
.topbar { position: relative; background: #0d0f13; color: #cfd1d6; border-top: 3px solid var(--red); }
.topbar:after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255, 255, 255, .08); }
.topbar-inner { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.topbar-message { display: flex; align-items: center; gap: 12px; color: #aeb2b9; font-size: 10px; font-weight: 750; letter-spacing: .095em; text-transform: uppercase; }
.topbar-message i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(227, 30, 36, .14); }
.topbar-links { display: flex; align-items: stretch; gap: 0; }
.topbar-contact { min-width: 210px; display: flex; align-items: center; gap: 12px; padding: 8px 21px; border-left: 1px solid rgba(255, 255, 255, .1); color: #fff; transition: background .2s; }
.topbar-contact:last-child { padding-right: 0; }
.topbar-contact:hover { background: rgba(255, 255, 255, .035); }
.topbar-contact > span:last-child { display: grid; gap: 1px; }
.topbar-contact small { color: #777d87; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.topbar-contact strong { color: #f4f5f6; font-size: 11px; font-weight: 750; letter-spacing: .025em; }
.topbar-icon { width: 33px; height: 33px; flex: 0 0 33px; display: grid; place-items: center; border: 1px solid rgba(227, 30, 36, .5); border-radius: 50%; color: #ff3b42; }
.topbar-icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-shell { position: relative; background: rgba(255, 255, 255, .985); border-bottom: 1px solid rgba(17, 19, 23, .09); z-index: 30; }
.site-header.is-sticky .nav-shell { position: fixed; inset: 0 0 auto; box-shadow: 0 8px 35px rgba(17, 19, 23, .1); animation: slideDown .25s ease; }
@keyframes slideDown { from { transform: translateY(-100%); } }
.nav-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; width: 224px; flex: 0 0 224px; }
.brand img { width: 100%; height: 86px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 23px; font-size: 12px; font-weight: 750; letter-spacing: .018em; }
.primary-nav > a, .nav-dropdown-head > a { position: relative; padding: 40px 0; transition: color .2s; white-space: nowrap; }
.primary-nav > a:not(.nav-cta):after, .nav-dropdown-head > a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: 29px; height: 2px; background: var(--red); transition: right .25s; }
.primary-nav > a:hover, .primary-nav > a.active, .nav-dropdown-head > a:hover, .nav-dropdown-head > a.active { color: var(--red); }
.primary-nav > a:hover:after, .primary-nav > a.active:after, .nav-dropdown-head > a:hover:after, .nav-dropdown-head > a.active:after { right: 0; }
.nav-cta { min-height: 47px; display: inline-flex; align-items: center; gap: 12px; background: var(--red); color: #fff !important; padding: 12px 17px 12px 19px !important; border-radius: 3px; box-shadow: 0 12px 28px rgba(227, 30, 36, .22); }
.nav-cta b { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; font-size: 11px; }
.nav-cta:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 16px 35px rgba(184, 15, 22, .28); }
.nav-dropdown { position: relative; }
.nav-dropdown-head { display: flex; align-items: center; gap: 5px; }
.nav-dropdown-head button { width: 18px; height: 18px; flex: 0 0 18px; padding: 0; display: grid; place-items: center; align-self: center; border: 0; border-radius: 4px; background: transparent; color: #61666f; font-size: 0; line-height: 1; cursor: pointer; box-shadow: none; transition: color .2s, background .2s; }
.nav-dropdown-head button:before { content: ""; width: 5px; height: 5px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: translateY(-1.5px) rotate(45deg); transition: transform .22s ease; }
.nav-dropdown-head button:hover { color: var(--red); background: rgba(227, 30, 36, .07); }
.nav-dropdown:hover .nav-dropdown-head button:before { transform: translateY(2px) rotate(225deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% - 8px); left: -22px; width: 330px; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 10px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .22s ease; }
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-menu a { display: block; padding: 10px 12px; border-radius: 6px; color: #42464e; font-size: 12px; }
.nav-dropdown-menu a:hover { color: var(--red); background: #fff3f3; padding-left: 16px; }
.primary-nav .nav-learning { color: #2d3036; }
.primary-nav .nav-learning:before { content: "↗"; display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 5px; border: 1px solid rgba(227, 30, 36, .35); border-radius: 50%; color: var(--red); font-size: 8px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 13px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.hero { position: relative; min-height: 710px; display: flex; align-items: center; color: #fff; overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: 0; background: url('/assets/images/efor/hero.jpg') center 46% / cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 13, 17, .97) 0%, rgba(11, 13, 17, .83) 42%, rgba(11, 13, 17, .34) 74%, rgba(11, 13, 17, .18) 100%); }
.hero-overlay:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(11, 13, 17, .55)); }
.hero-inner { position: relative; z-index: 2; min-height: 710px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 95px 0 135px; }
.hero-copy { max-width: 760px; }
.hero-badge { display: inline-flex; align-items: center; gap: 11px; padding: 9px 13px; border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .07); backdrop-filter: blur(8px); border-radius: 999px; color: #eef0f2; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero-badge span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(227, 30, 36, .18); }
.hero h1 { margin: 25px 0 24px; max-width: 720px; font-size: clamp(52px, 6vw, 84px); line-height: .99; letter-spacing: -.055em; font-weight: 800; }
.hero h1 em { font-family: "Playfair Display", Georgia, serif; font-style: italic; font-weight: 700; color: #ff3a41; letter-spacing: -.04em; }
.hero-copy > p { max-width: 655px; color: rgba(255, 255, 255, .78); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 22px; border: 0; border-radius: 6px; font-size: 13px; font-weight: 800; transition: .25s ease; }
.button span { font-size: 18px; line-height: 1; }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 14px 35px rgba(227, 30, 36, .25); }
.button-primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 18px 42px rgba(227, 30, 36, .32); }
.button-ghost { border: 1px solid rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .07); color: #fff; backdrop-filter: blur(8px); }
.button-ghost:hover { background: #fff; color: var(--ink); transform: translateY(-2px); }
.button-light { background: #fff; color: var(--ink); box-shadow: 0 14px 35px rgba(0, 0, 0, .14); }
.button-light:hover { background: var(--red); color: #fff; transform: translateY(-2px); }
.hero-proof { position: absolute; left: 0; bottom: 36px; display: flex; align-items: center; gap: 16px; padding: 14px 20px 14px 14px; border-left: 3px solid var(--red); background: rgba(17, 19, 23, .7); backdrop-filter: blur(12px); }
.proof-mark { width: 55px; height: 55px; display: grid; place-items: center; background: var(--red); font-weight: 800; border-radius: 4px; }
.hero-proof div:last-child { display: grid; gap: 3px; }
.hero-proof strong { font-size: 13px; }
.hero-proof span { color: rgba(255, 255, 255, .62); font-size: 11px; }

.stat-strip { position: relative; z-index: 3; margin-top: -1px; background: var(--red); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { min-height: 138px; display: flex; flex-direction: column; justify-content: center; padding: 22px 30px; border-right: 1px solid rgba(255, 255, 255, .22); }
.stats-grid > div:first-child { border-left: 1px solid rgba(255, 255, 255, .22); }
.stats-grid strong { font-size: 33px; line-height: 1; letter-spacing: -.04em; }
.stats-grid span { margin-top: 10px; color: rgba(255, 255, 255, .78); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.section { padding: 110px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow:before { content: ""; width: 24px; height: 2px; background: currentColor; }
.eyebrow-light { color: #ff5d62; }
.section-heading h2, .story-title h2, .about-copy h2, .mobile-health-copy h2, .faq-intro h2, .service-content h2, .form-page-intro h2, .contact-info h2 { margin: 14px 0 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.13; letter-spacing: -.045em; }
.section-heading p, .story-content p, .reference-intro-grid p { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 90px; align-items: end; margin-bottom: 52px; }
.split-heading > div:last-child p, .split-heading > p { margin: 0 0 20px; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(227, 30, 36, .35); padding-bottom: 4px; }
.text-link:hover { gap: 16px; }
.centered { max-width: 790px; margin: 0 auto 52px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered p { max-width: 630px; margin: 18px auto 0; }

.services-section, .services-page-section { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 365px; display: flex; flex-direction: column; padding: 38px 34px 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; overflow: hidden; transition: .3s ease; }
.service-card:after { content: ""; position: absolute; width: 180px; height: 180px; right: -100px; bottom: -110px; border-radius: 50%; background: var(--red); opacity: 0; transition: .35s; }
.service-card:hover { z-index: 2; transform: translateY(-7px); border-color: transparent; box-shadow: var(--shadow); }
.service-card:hover:after { opacity: .09; transform: scale(1.2); }
.service-number { position: absolute; right: 25px; top: 22px; color: #c8cbd0; font-size: 11px; font-weight: 800; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 8px; background: #fff0f1; color: var(--red); transition: .25s; }
.service-card:hover .service-icon { background: var(--red); color: #fff; }
.service-card-media { height: 155px; margin: -38px -34px 28px; overflow: hidden; background: var(--soft); }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-card-media img { transform: scale(1.045); }
.service-icon-svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { max-width: 270px; margin: 25px 0 12px; font-size: 19px; line-height: 1.28; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.card-link { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); font-size: 12px; font-weight: 800; }
.card-link b { color: var(--red); font-size: 18px; }
.service-grid-all { grid-template-columns: repeat(3, 1fr); }

.about-feature { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.about-feature:before { content: "EFOR"; position: absolute; right: -50px; bottom: -115px; font-size: 300px; font-weight: 800; line-height: 1; color: rgba(255, 255, 255, .025); }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: center; }
.about-visual { position: relative; }
.about-visual img { width: 100%; aspect-ratio: 1 / .84; object-fit: cover; border-radius: 6px; filter: saturate(.75) contrast(1.05); }
.about-visual:before { content: ""; position: absolute; width: 92px; height: 92px; top: -16px; left: -16px; border-top: 4px solid var(--red); border-left: 4px solid var(--red); z-index: 2; }
.about-visual-card { position: absolute; left: 28px; right: 28px; bottom: -32px; padding: 21px 24px; background: var(--red); display: flex; align-items: center; justify-content: space-between; gap: 20px; box-shadow: 0 18px 45px rgba(0, 0, 0, .28); }
.about-visual-card strong { font-size: 15px; }
.about-visual-card span { color: rgba(255, 255, 255, .74); font-size: 12px; }
.about-copy h2 { font-size: clamp(34px, 3.6vw, 48px); }
.about-copy > p, .mobile-health-copy > p { color: #aeb2b9; font-size: 14px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin: 28px 0 32px; }
.feature-list span { color: #e4e5e8; font-size: 12px; font-weight: 700; }
.feature-list b { color: var(--red); margin-right: 8px; }

.process-section { background: var(--soft); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-card { position: relative; min-height: 245px; padding: 31px 28px; background: #fff; border: 1px solid var(--line); }
.process-card:before { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: .3s; }
.process-card:hover:before { transform: scaleX(1); }
.process-card > span { color: var(--red); font-size: 11px; font-weight: 800; }
.process-card h3 { margin: 44px 0 10px; font-size: 18px; }
.process-card p { margin: 0; color: var(--muted); font-size: 13px; }

.mobile-health-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(115deg, #a80d14 0%, #e31e24 48%, #f3393f 100%); }
.mobile-health-section:after { content: "+"; position: absolute; right: 4%; top: -110px; font-size: 520px; font-weight: 400; color: rgba(255, 255, 255, .055); line-height: 1; }
.mobile-health-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 85px; align-items: center; }
.mobile-health-copy .eyebrow-light { color: #fff; }
.mobile-health-copy > p { color: rgba(255, 255, 255, .75); }
.check-list { list-style: none; margin: 27px 0 31px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.check-list li { position: relative; padding-left: 26px; font-size: 12px; font-weight: 700; }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: #fff; }
.mobile-health-section .button-primary { background: #fff; color: var(--red); box-shadow: 0 15px 36px rgba(82, 0, 3, .22); }
.mobile-health-section .button-primary:hover { background: var(--ink); color: #fff; }
.health-panel { padding: 34px; border: 1px solid rgba(255, 255, 255, .22); background: rgba(17, 19, 23, .18); backdrop-filter: blur(14px); border-radius: 8px; box-shadow: 0 30px 90px rgba(86, 0, 4, .25); }
.health-panel-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.health-panel-top span { font-size: 12px; color: rgba(255, 255, 255, .68); }
.health-panel-top b { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.health-panel-body { display: grid; gap: 8px; padding: 22px 0; }
.health-panel-body > div { display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 12px; padding: 12px; background: rgba(255, 255, 255, .07); }
.health-panel-body span { width: 34px; height: 34px; display: grid; place-items: center; background: #fff; color: var(--red); font-size: 10px; font-weight: 800; border-radius: 50%; }
.health-panel-body p { margin: 0; color: rgba(255, 255, 255, .72); font-size: 11px; }
.health-panel-body strong { display: block; color: #fff; font-size: 12px; }
.health-panel > a { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 800; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro p { color: var(--muted); font-size: 14px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; font-size: 15px; font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--red); border-radius: 50%; transition: .2s; }
.faq-list details[open] summary span { color: #fff; background: var(--red); border-color: var(--red); transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -4px 0 24px; color: var(--muted); font-size: 13px; }

.page-hero { position: relative; min-height: 120px; display: flex; align-items: center; overflow: hidden; padding: 20px 0; background: radial-gradient(circle at 83% 18%, rgba(227, 30, 36, .24), transparent 26%), linear-gradient(125deg, #0e1014 0%, #171a20 62%, #20242c 100%); color: #fff; }
.page-hero:after { content: ""; position: absolute; right: -40px; top: -105px; width: 260px; height: 260px; border: 1px solid rgba(255, 255, 255, .06); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255, 255, 255, .02), 0 0 0 100px rgba(255, 255, 255, .015); }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero h1 { max-width: 1000px; margin: 6px 0 0; font-size: clamp(31px, 3vw, 40px); line-height: 1.08; letter-spacing: -.045em; }
.page-hero p, .page-hero .breadcrumb { display: none; }
.breadcrumb { flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 33px; font-size: 11px; color: rgba(255, 255, 255, .5); }
.breadcrumb a { color: #fff; }
.breadcrumb b { color: #ff666b; font-weight: 700; }

.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.story-title { position: sticky; top: 125px; }
.story-content p { margin: 0 0 20px; font-size: 15px; }
.story-content blockquote { margin: 35px 0 0; padding: 27px 30px; border-left: 4px solid var(--red); background: var(--soft); font-family: "Playfair Display", Georgia, serif; font-size: 22px; line-height: 1.45; }
.story-content .about-editorial { display: grid; }
.story-content .about-editorial-section { position: relative; margin: 0 0 38px; padding: 0 0 38px; border-bottom: 1px solid var(--line); }
.story-content .about-editorial-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.story-content .about-editorial h2 { position: relative; margin: 0 0 23px; padding-left: 19px; color: var(--ink); font-size: clamp(22px, 2.3vw, 29px); line-height: 1.25; letter-spacing: -.025em; }
.story-content .about-editorial h2:before { content: ""; position: absolute; left: 0; top: .15em; width: 4px; height: 1em; border-radius: 2px; background: var(--red); }
.story-content .about-editorial p { margin: 0 0 17px; color: #5b6069; font-size: 14px; line-height: 1.9; }
.story-content .about-editorial p:last-child { margin-bottom: 0; }
.difference-section { position: relative; background: var(--ink); color: #fff; }
.difference-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255, 255, 255, .13); border: 1px solid rgba(255, 255, 255, .13); }
.difference-card { min-height: 300px; padding: 32px 28px; background: var(--ink); transition: .25s; }
.difference-card:hover { background: var(--ink-2); transform: translateY(-5px); }
.difference-card > span { color: var(--red); font-size: 11px; font-weight: 800; }
.difference-card h3 { margin: 76px 0 12px; font-size: 18px; }
.difference-card p { margin: 0; color: #aeb2ba; font-size: 12px; }
.leadership-section { background: var(--soft); }
.leadership-heading { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.leadership-heading .eyebrow { justify-content: center; }
.leadership-heading h2 { margin: 14px 0 12px; font-size: clamp(34px, 4vw, 48px); line-height: 1.12; letter-spacing: -.045em; }
.leadership-heading p { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 13px; }
.leadership-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; max-width: 990px; margin: 0 auto; }
.leader-card { position: relative; min-height: 450px; display: grid; grid-template-columns: 56% 44%; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 48px rgba(17, 19, 23, .07); transition: transform .3s ease, box-shadow .3s ease; }
.leader-card:hover { transform: translateY(-6px); box-shadow: 0 26px 65px rgba(17, 19, 23, .13); }
.leader-photo { min-width: 0; overflow: hidden; background: #dadbdd; }
.leader-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: saturate(.85) contrast(1.02); transition: transform .45s ease, filter .3s ease; }
.leader-card:hover .leader-photo img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.leader-copy { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px 29px; border-left: 3px solid var(--red); }
.leader-copy:before { content: ""; position: absolute; left: 27px; top: 32px; width: 34px; height: 2px; background: var(--red); }
.leader-copy span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.leader-copy h3 { margin: 9px 0 0; font-size: 23px; line-height: 1.15; letter-spacing: -.025em; }
.values-section { background: #fff; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.values-grid > div { border-top: 2px solid var(--ink); padding-top: 22px; }
.values-grid strong { color: var(--red); font-size: 11px; }
.values-grid h3 { margin: 22px 0 8px; font-size: 18px; }
.values-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.service-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 240px; align-items: center; }
.service-detail-hero .page-hero-inner { width: auto; margin: 0; }
.service-hero-icon { width: 76px; height: 76px; display: grid; place-items: center; justify-self: end; color: #fff; border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .06); border-radius: 50%; }
.service-hero-icon svg { width: 32px; height: 32px; }
.service-hero-icon.has-image { overflow: hidden; border-radius: 16px; }
.service-hero-icon.has-image img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 75px; align-items: start; }
.service-content > p { color: var(--muted); }
.service-overview { margin: 24px 0 34px; }
.service-overview p { color: var(--muted); font-size: 14px; line-height: 1.85; }
.service-subtitle { margin: 0 0 18px; font-size: 23px; letter-spacing: -.025em; }
.service-article-sections { margin-top: 52px; }
.service-article-block { position: relative; padding: 38px 0 36px; border-top: 1px solid var(--line); }
.service-article-block:first-child { border-top: 3px solid var(--ink); }
.service-article-block:first-child:before { content: ""; position: absolute; left: 0; top: -3px; width: 88px; height: 3px; background: var(--red); }
.service-article-block h2 { max-width: 780px; margin: 0 0 20px; font-size: clamp(25px, 2.5vw, 34px); line-height: 1.23; letter-spacing: -.035em; }
.service-article-block p { margin: 0 0 18px; color: #50555e; font-size: 15px; line-height: 1.92; }
.service-article-block p:last-child { margin-bottom: 0; }
.cms-content .service-article-sections { margin-top: 52px; }
.cms-content .service-article-block { padding: 38px 0 36px; }
.cms-content .service-article-block h2 { max-width: 780px; margin: 0 0 20px; font-size: clamp(25px, 2.5vw, 34px); line-height: 1.23; }
.cms-content .service-article-block p { margin: 0 0 18px; color: #50555e; font-size: 15px; line-height: 1.92; }
.service-process { margin-top: 52px; padding-top: 42px; border-top: 1px solid var(--line); }
.service-process .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 23px; }
.service-process .process-grid > div { min-height: 205px; padding: 24px 20px; background: var(--ink); color: #fff; }
.service-process .process-grid b { color: var(--red); font-size: 11px; }
.service-process .process-grid h3 { margin: 32px 0 10px; font-size: 16px; line-height: 1.35; }
.service-process .process-grid p { margin: 0; color: #adb1b8; font-size: 11px; line-height: 1.7; }
.service-cms-extra { margin-top: 45px; padding: 30px; border-left: 3px solid var(--red); background: var(--soft); }
.service-cms-extra h2 { font-size: 26px; }
.cms-content { color: var(--muted); font-size: 14px; }
.cms-content h1, .cms-content h2, .cms-content h3 { color: var(--ink); line-height: 1.2; letter-spacing: -.035em; }
.cms-content h2 { margin: 0 0 18px; font-size: clamp(28px, 3vw, 42px); }
.cms-content h3 { margin: 28px 0 12px; font-size: 22px; }
.cms-content p { margin: 0 0 17px; }
.cms-content ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.cms-content li { position: relative; padding: 16px 16px 16px 48px; background: var(--soft); border: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 700; }
.cms-content li:before { content: "✓"; position: absolute; left: 16px; top: 15px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 10px; }
.scope-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.scope-list > div { display: grid; grid-template-columns: 31px 1fr; gap: 12px; padding: 16px; background: var(--soft); border: 1px solid var(--line); }
.scope-list span { width: 29px; height: 29px; display: grid; place-items: center; background: var(--red); color: #fff; border-radius: 50%; font-size: 11px; }
.scope-list p { margin: 3px 0 0; font-size: 12px; font-weight: 700; }
.service-note { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; margin-top: 30px; padding: 20px; border-left: 3px solid var(--red); background: #fff5f5; }
.service-note > span { width: 30px; height: 30px; display: grid; place-items: center; background: var(--red); color: #fff; border-radius: 50%; font-family: Georgia, serif; font-weight: 700; }
.service-note p { margin: 2px 0 0; color: #585d66; font-size: 12px; }
.service-sidebar { display: grid; gap: 20px; }
.sidebar-box { padding: 28px; border: 1px solid var(--line); background: #fff; }
.sidebar-box h3 { margin: 0 0 18px; font-size: 18px; }
.sidebar-nav-box a { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); color: #5b6069; font-size: 11px; font-weight: 700; }
.sidebar-nav-box a:hover, .sidebar-nav-box a.active { color: var(--red); }
.sidebar-contact-box { border: 0; background: var(--ink); color: #fff; }
.sidebar-contact-box > span { color: var(--red); font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; }
.sidebar-contact-box p { color: #aeb2b9; font-size: 12px; }
.sidebar-contact-box .button { width: 100%; margin: 8px 0 18px; }
.sidebar-phone { display: block; text-align: center; color: #fff; font-size: 15px; font-weight: 800; }

.reference-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.reference-intro-grid h2 { margin: 14px 0; font-size: 44px; line-height: 1.15; letter-spacing: -.04em; }
.reference-big-number { border-left: 5px solid var(--red); padding-left: 35px; }
.reference-big-number strong { display: block; font-size: 95px; line-height: .9; letter-spacing: -.07em; }
.reference-big-number span { display: block; max-width: 220px; margin-top: 18px; color: var(--muted); font-size: 12px; font-weight: 700; }
.reference-logos-section { padding-top: 30px; background: #fff; }
.reference-logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.reference-logo-card { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; padding: 25px; border: 1px solid var(--line); background: #fff; transition: transform .25s, border-color .25s, box-shadow .25s; }
.reference-logo-card:hover { transform: translateY(-4px); border-color: #f0b6b8; box-shadow: 0 18px 40px rgba(17, 19, 23, .08); }
.reference-logo-card img { width: 100%; height: 82px; object-fit: contain; filter: grayscale(1); transition: filter .25s; }
.reference-logo-card:hover img { filter: grayscale(0); }
.reference-logo-card span { color: #686d75; font-size: 11px; font-weight: 700; text-align: center; }
.reference-empty { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 28px; border: 1px dashed #d2d4d8; background: var(--soft); }
.reference-empty span { color: var(--muted); font-size: 12px; }
.partner-title { margin: 55px 0 24px; }
.partner-logo-grid { grid-template-columns: repeat(5, 1fr); }
.sector-section { padding-top: 88px; padding-bottom: 88px; background: var(--soft); color: var(--ink); }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #dedfe2; background: #fff; box-shadow: 0 18px 50px rgba(17, 19, 23, .05); }
.sector-card { min-height: 205px; padding: 28px; border-right: 1px solid #e1e2e4; border-bottom: 1px solid #e1e2e4; }
.sector-card:nth-child(3n) { border-right: 0; }
.sector-card:nth-last-child(-n+3) { border-bottom: 0; }
.sector-card > span { color: var(--red); font-size: 10px; font-weight: 800; }
.sector-card h3 { margin: 42px 0 8px; font-size: 18px; }
.sector-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.reference-cta-section { padding: 0 0 88px; background: var(--soft); }
.reference-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 48px; background: var(--red); color: #fff; }
.reference-cta h2 { max-width: 700px; margin: 10px 0 0; font-size: 36px; line-height: 1.15; }

.documents-section { background: var(--soft); }
.document-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.document-cms-content { max-width: 850px; margin: -18px auto 42px; padding: 24px 28px; background: #fff; border-left: 3px solid var(--red); }
.document-card { position: relative; display: block; overflow: hidden; background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(17, 19, 23, .07); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.document-card:hover { transform: translateY(-6px); border-color: rgba(227, 30, 36, .35); box-shadow: 0 25px 65px rgba(17, 19, 23, .13); }
.document-card-number { position: absolute; z-index: 2; top: 18px; left: 18px; width: 44px; height: 44px; display: grid; place-items: center; background: var(--red); color: #fff; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 10px 25px rgba(227, 30, 36, .28); font-size: 10px; font-weight: 800; }
.document-preview { aspect-ratio: 4 / 5; display: grid; place-items: center; padding: 24px; overflow: hidden; background: linear-gradient(145deg, #f1f2f4, #e7e9ec); border-bottom: 1px solid var(--line); }
.document-preview img { width: 100%; height: 100%; display: block; object-fit: contain; background: #fff; box-shadow: 0 12px 30px rgba(17, 19, 23, .14); transition: transform .3s ease; }
.document-card:hover .document-preview img { transform: scale(1.015); }
.document-card-copy { padding: 24px 26px 27px; }
.document-card-copy small { display: block; margin-bottom: 8px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.document-card-copy h3 { min-height: 48px; margin: 0 0 9px; font-size: 18px; line-height: 1.35; }
.document-card-copy p { margin: 0; color: var(--muted); font-size: 11px; }
.document-lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; grid-template-rows: auto minmax(0, 1fr); gap: 16px; padding: 20px; background: rgba(7, 9, 12, .92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .24s ease, visibility .24s ease; }
.document-lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
body.document-lightbox-open { overflow: hidden; }
.document-lightbox-close { position: fixed; top: 18px; right: 22px; z-index: 3; width: 48px; height: 48px; display: grid; place-items: center; padding: 0 0 4px; color: #fff; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; font: 300 33px/1 Arial, sans-serif; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.document-lightbox-close:hover { background: var(--red); transform: rotate(6deg); }
.document-lightbox-toolbar { position: relative; z-index: 2; justify-self: center; display: flex; align-items: center; gap: 7px; min-height: 48px; padding: 6px; color: #fff; background: rgba(18, 21, 26, .92); border: 1px solid rgba(255, 255, 255, .17); border-radius: 28px; box-shadow: 0 14px 36px rgba(0, 0, 0, .28); }
.document-lightbox-toolbar button { min-width: 36px; height: 36px; display: grid; place-items: center; padding: 0 12px; color: #fff; background: rgba(255, 255, 255, .08); border: 0; border-radius: 20px; font: 700 18px/1 Manrope, sans-serif; cursor: pointer; transition: background .2s ease, color .2s ease; }
.document-lightbox-toolbar button:hover { color: #fff; background: var(--red); }
.document-lightbox-toolbar span { min-width: 53px; text-align: center; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.document-lightbox-toolbar .document-lightbox-reset { padding: 0 16px; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.document-lightbox-stage { position: relative; width: fit-content; height: fit-content; max-width: calc(100vw - 80px); max-height: calc(100vh - 150px); min-width: 0; min-height: 0; align-self: center; justify-self: center; display: grid; place-items: center; padding: 16px; overflow: hidden; background: rgba(255, 255, 255, .045); border: 1px solid rgba(255, 255, 255, .12); border-radius: 8px; cursor: zoom-in; touch-action: none; }
.document-lightbox-stage:before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at center, rgba(255, 255, 255, .05), transparent 65%); }
.document-lightbox-stage.is-zoomed { cursor: grab; }
.document-lightbox-stage.is-dragging { cursor: grabbing; }
.document-lightbox-stage img { position: relative; z-index: 1; display: block; width: auto !important; height: auto !important; max-width: min(38vw, 620px) !important; max-height: min(46vh, 480px) !important; padding: 0; object-fit: contain; background: #fff; filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .4)); user-select: none; will-change: transform; transition: transform .16s ease; }
.document-lightbox-stage.is-dragging img { transition: none; }
.document-contact { margin-top: 28px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: #fff; border: 1px solid var(--line); }
.document-contact div { display: grid; gap: 4px; }
.document-contact strong { font-size: 16px; }
.document-contact span { color: var(--muted); font-size: 12px; }

.contact-section, .form-page-section { background: var(--soft); }
.contact-grid, .form-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-info > p, .form-page-intro > p { color: var(--muted); }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; margin: 34px 0 26px; border-top: 1px solid #d9dadd; border-left: 1px solid #d9dadd; }
.contact-cards > * { min-height: 145px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-right: 1px solid #d9dadd; border-bottom: 1px solid #d9dadd; background: rgba(255, 255, 255, .52); }
.contact-cards span { margin-bottom: 9px; color: var(--red); font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .09em; }
.contact-cards strong { font-size: 13px; line-height: 1.55; }
.contact-cards a:hover strong { color: var(--red); }
.map-link { display: inline-flex; gap: 12px; align-items: center; color: var(--red); font-size: 12px; font-weight: 800; }
.contact-map-section { padding: 0 0 95px; background: var(--soft); }
.contact-map { min-height: 420px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.contact-map iframe { display: block; width: 100%; height: 420px; border: 0; }
.form-card { padding: 39px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-card-large { padding: 45px; }
.form-kicker { color: var(--red); font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .11em; }
.form-card h2 { margin: 8px 0 25px; font-size: 28px; letter-spacing: -.035em; }
.site-form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.site-form label { display: grid; gap: 7px; }
.site-form label > span, .service-options legend { color: #555a63; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.site-form input, .site-form textarea, .site-form select { width: 100%; border: 1px solid #dfe1e5; background: #fafafa; color: var(--ink); border-radius: 4px; padding: 13px 14px; outline: 0; transition: .2s; }
.site-form input, .site-form select { min-height: 48px; }
.site-form input:focus, .site-form textarea:focus, .site-form select:focus { border-color: var(--red); background: #fff; box-shadow: 0 0 0 3px rgba(227, 30, 36, .08); }
.site-form .button { justify-self: start; min-width: 190px; }
.form-alert { padding: 13px 15px; margin-bottom: 18px; border-radius: 4px; font-size: 12px; font-weight: 700; }
.form-alert-success { background: #edf9f0; color: #21733a; border: 1px solid #ccebd4; }
.form-alert-error { background: #fff1f1; color: #a8171c; border: 1px solid #f2c8ca; }
.form-page-intro { position: sticky; top: 130px; }
.form-trust-list { display: grid; margin: 34px 0; border-top: 1px solid #dadce0; }
.form-trust-list > span { display: flex; gap: 16px; align-items: center; padding: 17px 0; border-bottom: 1px solid #dadce0; font-size: 13px; font-weight: 700; }
.form-trust-list b { color: var(--red); font-size: 10px; }
.direct-contact { display: grid; gap: 4px; padding: 22px; background: var(--ink); color: #fff; }
.direct-contact span { color: #aeb2b9; font-size: 11px; }
.direct-contact a { color: #fff; font-size: 20px; font-weight: 800; }
.service-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 3px 0; padding: 16px; border: 1px solid #dfe1e5; }
.service-options legend { padding: 0 6px; }
.service-options label { grid-template-columns: 18px 1fr; align-items: center; gap: 7px; }
.service-options input, .consent input { min-height: auto; width: 16px; height: 16px; accent-color: var(--red); }
.service-options label > span { text-transform: none; letter-spacing: 0; font-size: 10px; font-weight: 700; }
.file-field input { padding: 10px; background: #fafafa; }
.consent { grid-template-columns: 18px 1fr !important; align-items: start; gap: 9px !important; }
.consent span { text-transform: none !important; letter-spacing: 0 !important; line-height: 1.5; }

.footer-cta { background: var(--red); color: #fff; }
.footer-cta-inner { min-height: 210px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.footer-cta h2 { max-width: 760px; margin: 10px 0 0; font-size: clamp(28px, 3.5vw, 43px); line-height: 1.12; letter-spacing: -.04em; }
.footer-main { padding: 80px 0 65px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr 1fr 1.15fr; gap: 58px; }
.footer-brand img { width: 220px; height: 92px; object-fit: contain; object-position: left; filter: drop-shadow(0 0 1px #fff); }
.footer-brand p { max-width: 310px; color: #989da6; font-size: 12px; }
.footer-grid h3 { margin: 12px 0 20px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 10px 0; color: #aeb2b9; font-size: 11px; }
.footer-grid > div:not(.footer-brand) a:hover { color: #fff; transform: translateX(4px); }
.footer-contact p { color: #838892; font-size: 11px; }
.footer-bottom { background: #0b0d10; color: #777c85; border-top: 1px solid rgba(255, 255, 255, .07); }
.footer-bottom-inner { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 10px; }
.whatsapp-widget { position: fixed; right: 24px; bottom: 24px; z-index: 50; display: flex; align-items: center; gap: 10px; }
.whatsapp-prompt { position: relative; padding: 11px 16px; border: 1px solid rgba(17, 19, 23, .08); border-radius: 8px; background: #fff; color: #db3439; box-shadow: 0 12px 32px rgba(17, 19, 23, .17); font-size: 12px; font-weight: 750; white-space: nowrap; }
.whatsapp-prompt:after { content: ""; position: absolute; right: -7px; top: 50%; width: 12px; height: 12px; background: #fff; border-top: 1px solid rgba(17, 19, 23, .08); border-right: 1px solid rgba(17, 19, 23, .08); transform: translateY(-50%) rotate(45deg); }
.whatsapp-float { position: relative; z-index: 2; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #22c762; color: #fff; box-shadow: 0 14px 34px rgba(0, 0, 0, .22); transition: .2s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); }
.whatsapp-float svg { width: 27px; height: 27px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }

@media (max-width: 1100px) {
    .container { width: min(calc(100% - 36px), var(--container)); }
    .primary-nav { gap: 16px; font-size: 11px; }
    .brand { width: 195px; flex-basis: 195px; }
    .hero, .hero-inner { min-height: 650px; }
    .split-heading, .about-grid, .mobile-health-grid, .faq-grid, .story-grid, .reference-intro-grid, .contact-grid, .form-page-grid { gap: 50px; }
    .service-detail-grid { gap: 45px; grid-template-columns: minmax(0, 1fr) 330px; }
    .footer-grid { gap: 35px; }
}

@media (max-width: 900px) {
    .topbar { display: none; }
    .nav-inner { min-height: 82px; }
    .brand { width: 185px; flex-basis: 185px; }
    .brand img { height: 72px; }
    .menu-toggle { display: block; position: relative; z-index: 42; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .primary-nav { position: fixed; inset: 82px 0 0; z-index: 40; display: block; padding: 20px 24px 40px; background: #fff; overflow-y: auto; transform: translateX(100%); transition: transform .28s ease; }
    .primary-nav.open { transform: translateX(0); }
    .primary-nav > a, .nav-dropdown-head > a { display: flex; flex: 1; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
    .primary-nav > a:after, .nav-dropdown-head > a:after { display: none; }
    .nav-dropdown-head { border-bottom: 1px solid var(--line); }
    .nav-dropdown-head > a { border-bottom: 0; }
    .nav-dropdown-head button { width: 40px; height: 40px; border: 1px solid var(--line); box-shadow: none; }
    .nav-dropdown:hover .nav-dropdown-head button:before { transform: translateY(-2px) rotate(45deg); }
    .nav-dropdown.open .nav-dropdown-head button { color: var(--red); border-color: rgba(227, 30, 36, .3); background: #fff3f3; }
    .nav-dropdown.open .nav-dropdown-head button:before { transform: translateY(2px) rotate(225deg); }
    .nav-cta { margin-top: 16px; justify-content: center !important; padding: 16px !important; }
    .nav-dropdown-menu { position: static; width: auto; max-height: 0; padding: 0 0 0 14px; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; overflow: hidden; transition: max-height .3s; }
    .nav-dropdown.open .nav-dropdown-menu { max-height: 640px; padding-top: 7px; padding-bottom: 7px; }
    .nav-dropdown-menu a { border-bottom: 1px solid #f0f0f1; }
    .hero, .hero-inner { min-height: 610px; }
    .hero-inner { padding-top: 70px; }
    .hero-overlay { background: linear-gradient(90deg, rgba(11, 13, 17, .96), rgba(11, 13, 17, .66)); }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stats-grid > div:nth-child(3) { border-left: 1px solid rgba(255, 255, 255, .22); }
    .service-grid, .service-grid-all { grid-template-columns: 1fr 1fr; }
    .about-grid, .mobile-health-grid, .story-grid, .reference-intro-grid, .contact-grid, .form-page-grid, .service-detail-grid { grid-template-columns: 1fr; }
    .reference-logo-grid { grid-template-columns: repeat(3, 1fr); }
    .story-title, .form-page-intro { position: static; }
    .process-grid, .service-process .process-grid, .difference-grid, .values-grid { grid-template-columns: 1fr 1fr; }
    .difference-card { min-height: 240px; }
    .leadership-grid { grid-template-columns: 1fr 1fr; }
    .service-hero-grid { grid-template-columns: 1fr; }
    .service-hero-icon { display: none; }
    .service-sidebar { grid-template-columns: 1fr 1fr; }
    .sector-grid, .document-grid { grid-template-columns: 1fr 1fr; }
    .sector-card:nth-child(3n) { border-right: 1px solid #e1e2e4; }
    .sector-card:nth-child(2n) { border-right: 0; }
    .sector-card:nth-last-child(-n+3) { border-bottom: 1px solid #e1e2e4; }
    .sector-card:nth-last-child(-n+2) { border-bottom: 0; }
    .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 72px 0; }
    .hero, .hero-inner { min-height: 660px; }
    .hero-media { background-position: 62% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(11, 13, 17, .97), rgba(11, 13, 17, .78)); }
    .hero-inner { justify-content: flex-start; padding-top: 75px; padding-bottom: 125px; }
    .hero h1 { font-size: 49px; }
    .hero-copy > p { font-size: 14px; }
    .hero-actions { display: grid; width: 100%; }
    .hero-actions .button { width: 100%; }
    .hero-proof { left: 0; right: 0; bottom: 24px; }
    .stats-grid > div { min-height: 112px; padding: 18px; }
    .stats-grid strong { font-size: 27px; }
    .stats-grid span { font-size: 9px; }
    .split-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
    .section-heading h2, .story-title h2, .about-copy h2, .mobile-health-copy h2, .faq-intro h2, .service-content h2, .form-page-intro h2, .contact-info h2 { font-size: 33px; }
    .service-grid, .service-grid-all { grid-template-columns: 1fr; }
    .service-card { min-height: 325px; padding: 30px 26px; }
    .service-card-media { margin: -30px -26px 25px; }
    .service-article-sections { margin-top: 38px; }
    .service-article-block { padding: 30px 0 28px; }
    .service-article-block p { font-size: 14px; line-height: 1.82; }
    .about-grid { gap: 64px; }
    .story-content .about-editorial-section { margin-bottom: 30px; padding-bottom: 30px; }
    .story-content .about-editorial h2 { padding-left: 16px; font-size: 23px; }
    .story-content .about-editorial p { font-size: 13px; line-height: 1.82; }
    .about-visual-card { left: 14px; right: 14px; padding: 18px; display: block; }
    .about-visual-card span { display: block; margin-top: 3px; }
    .feature-list, .check-list, .scope-list, .cms-content ul { grid-template-columns: 1fr; }
    .process-grid, .service-process .process-grid, .difference-grid, .values-grid, .leadership-grid, .sector-grid, .document-grid { grid-template-columns: 1fr; }
    .difference-grid { gap: 1px; }
    .difference-card { min-height: 220px; }
    .leadership-heading { margin-bottom: 32px; text-align: left; }
    .leadership-heading .eyebrow { justify-content: flex-start; }
    .leader-card { min-height: 230px; grid-template-columns: 42% 58%; }
    .leader-copy { padding: 26px 22px; }
    .leader-copy:before { left: 21px; top: 24px; }
    .sector-card, .sector-card:nth-child(2n), .sector-card:nth-child(3n), .sector-card:nth-last-child(-n+2), .sector-card:nth-last-child(-n+3) { border-right: 0; border-bottom: 1px solid #e1e2e4; }
    .sector-card:last-child { border-bottom: 0; }
    .service-sidebar { grid-template-columns: 1fr; }
    .page-hero { min-height: 104px; padding: 16px 0; }
    .page-hero h1 { font-size: 30px; }
    .reference-big-number strong { font-size: 72px; }
    .reference-intro-grid h2 { font-size: 34px; }
    .reference-logo-grid, .partner-logo-grid { grid-template-columns: repeat(2, 1fr); }
    .reference-empty { display: grid; }
    .document-preview { padding: 18px; }
    .document-card-copy { padding: 22px; }
    .document-card-copy h3 { min-height: auto; }
    .document-lightbox { gap: 10px; padding: 12px; }
    .document-lightbox-close { top: 10px; right: 10px; width: 42px; height: 42px; }
    .document-lightbox-toolbar { justify-self: start; max-width: calc(100% - 48px); }
    .document-lightbox-toolbar .document-lightbox-reset { display: none; }
    .document-lightbox-stage { width: fit-content; height: fit-content; max-width: calc(100vw - 24px); max-height: calc(100vh - 110px); padding: 8px; border-radius: 5px; }
    .document-lightbox-stage img { width: auto !important; height: auto !important; max-width: calc(100vw - 42px) !important; max-height: calc(100vh - 150px) !important; padding: 0; }
    .reference-cta, .document-contact, .footer-cta-inner { display: block; }
    .reference-cta h2 { font-size: 28px; margin-bottom: 24px; }
    .document-contact .button { width: 100%; margin-top: 20px; }
    .form-row, .contact-cards, .service-options { grid-template-columns: 1fr; }
    .form-card, .form-card-large { padding: 26px 20px; }
    .footer-cta-inner { padding: 55px 0; }
    .footer-cta h2 { margin-bottom: 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand, .footer-contact { grid-column: 1 / -1; }
    .footer-bottom-inner { min-height: 85px; display: grid; align-content: center; gap: 5px; }
    .whatsapp-widget { right: 14px; bottom: 14px; gap: 8px; }
    .whatsapp-prompt { padding: 9px 11px; font-size: 10px; }
    .whatsapp-float { width: 51px; height: 51px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *:before, *:after { animation: none !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
