@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02FF, U+1E00-1EFF, U+20A0-20AB;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02FF, U+1E00-1EFF, U+20A0-20AB;
}

:root {
  --navy: #17376f;
  --navy-deep: #102550;
  --navy-dark: #0a1938;
  --green: #59e832;
  --green-deep: #25bd55;
  --orange: #ef7b2d;
  --ink: #172033;
  --muted: #647085;
  --surface: #f8fafc;
  --card: #fff;
  --border: #e3e8ef;
  --container: 1280px;
  --radius-sm: .75rem;
  --radius: 1rem;
  --radius-lg: 1.5rem;
  --shadow: 0 20px 40px -20px rgba(23, 55, 111, .45);
  --glow: 0 0 40px rgba(89, 232, 50, .42);
  --gradient-cta: linear-gradient(135deg, var(--green), #39d871);
  --gradient-hero: linear-gradient(135deg, var(--navy-deep), var(--navy) 55%, #28518c);
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: #fff; color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); letter-spacing: -.025em; line-height: 1.12; }
p { margin: 0; }
ul { margin: 0; padding: 0; }
.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; }
.section { padding-block: 5rem; scroll-margin-top: 5rem; }
.section--surface { background: var(--surface); }
.section--border { border-top: 1px solid var(--border); }
.section--border-bottom { border-bottom: 1px solid var(--border); }
.section h2 { max-width: 780px; color: var(--navy); font-size: clamp(2rem, 5vw, 2.7rem); }
.section-intro { max-width: 760px; margin-top: 1rem; color: var(--muted); font-size: 1rem; }
.eyebrow { margin-bottom: .7rem; color: var(--green-deep); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.section-heading { max-width: 800px; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.dm7-icon { flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 99999; padding: .75rem 1rem; border-radius: .5rem; background: #fff; color: var(--navy-deep); font-weight: 700; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: .55rem; padding: .75rem 1.4rem; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .875rem; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--cta { background: var(--gradient-cta); color: var(--navy-deep); box-shadow: var(--glow); }
.button--outline { border-color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .06); color: #fff; }
.button--outline:hover { background: rgba(255, 255, 255, .13); }
.button--full { width: 100%; border-radius: var(--radius-sm); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid rgba(255, 255, 255, .1); background: rgba(16, 37, 80, .97); color: #fff; transition: background .3s ease, backdrop-filter .3s ease, box-shadow .3s ease; }
.home .site-header:not(.is-scrolled):not(.is-menu-open) { border-color: transparent; background: transparent; }
.site-header.is-scrolled, .site-header.is-menu-open { background: rgba(16, 37, 80, .88); box-shadow: 0 12px 30px rgba(8, 20, 45, .18); backdrop-filter: blur(15px); }
.site-header__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 1rem; }
.site-logo { display: flex; min-width: 0; align-items: center; text-decoration: none; }
.site-logo img, .site-logo .custom-logo { width: auto; height: 55px; object-fit: contain; }
.custom-logo-link { display: flex; }
.desktop-navigation { display: none; }
.desktop-navigation ul, .mobile-navigation ul { list-style: none; }
.site-header__actions { display: flex; align-items: center; gap: .6rem; }
.header-cta { display: none; min-height: 42px; padding: .65rem 1.15rem; animation: dm7-pulse 2s ease-in-out infinite; }
.menu-toggle { display: grid; width: 43px; height: 43px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: .7rem; background: transparent; cursor: pointer; }
.menu-toggle__close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__close { display: block; }
.mobile-navigation { max-height: calc(100svh - 78px); overflow: auto; border-top: 1px solid rgba(255,255,255,.1); background: rgba(16, 37, 80, .98); }
.mobile-navigation .container { padding-block: .6rem 1rem; }
.mobile-navigation a { display: block; padding: .65rem .75rem; border-radius: .45rem; color: rgba(255,255,255,.9); font-size: .93rem; font-weight: 600; text-decoration: none; }
.mobile-navigation a:hover, .mobile-navigation .current-menu-item > a { background: rgba(255,255,255,.09); color: #fff; }
.mobile-navigation .sub-menu { padding-left: .9rem; }
.mobile-navigation .mobile-cta { display: flex; margin-top: .65rem; color: var(--navy-deep); }
.admin-bar .site-header { top: 46px; }

.hero-section { position: relative; display: flex; min-height: max(650px, 100svh); max-height: 900px; align-items: center; overflow: hidden; color: #fff; }
.hero-section__image, .hero-section__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-section__image { object-fit: cover; object-position: 65% center; }
.hero-section__overlay { background: linear-gradient(90deg, rgba(10,25,56,.94) 0%, rgba(16,37,80,.8) 50%, rgba(16,37,80,.28) 100%); }
.hero-section__glow { position: absolute; top: 34%; left: -7rem; width: 20rem; height: 20rem; border-radius: 50%; background: rgba(89,232,50,.2); filter: blur(70px); }
.hero-section__content { position: relative; z-index: 1; padding-top: 7.5rem; padding-bottom: 3.5rem; }
.hero-copy { max-width: 710px; }
.hero-badge { display: inline-flex; align-items: center; gap: .45rem; padding: .38rem .8rem; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; background: rgba(255,255,255,.1); font-size: .7rem; font-weight: 600; backdrop-filter: blur(8px); }
.hero-badge .dm7-icon { color: var(--green); }
.hero-copy h1 { margin-top: 1.35rem; font-size: clamp(2.45rem, 9vw, 4rem); line-height: 1.04; }
.hero-copy h1 span { background: linear-gradient(90deg, var(--green), #74f1a1); color: transparent; background-clip: text; -webkit-background-clip: text; }
.hero-text { max-width: 610px; margin-top: 1.2rem; color: rgba(255,255,255,.85); font-size: 1rem; line-height: 1.65; }
.hero-actions { display: flex; flex-direction: column; gap: .75rem; margin-top: 1.8rem; }

.contact-grid { display: grid; gap: 3rem; }
.contact-list { display: grid; gap: .9rem; margin-top: 2rem; }
.contact-item { display: flex; align-items: flex-start; gap: .8rem; }
.contact-item > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: .75rem; background: var(--navy); color: #fff; }
.contact-item p { padding-top: .48rem; color: rgba(23,32,51,.82); font-size: .89rem; }
.trust-badges { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.trust-badges span { display: inline-flex; align-items: center; gap: .4rem; padding: .3rem .7rem; border: 1px solid var(--border); border-radius: 999px; background: #fff; color: var(--navy); font-size: .71rem; font-weight: 700; }
.trust-badges span:first-child { border-color: rgba(37,189,85,.35); background: rgba(89,232,50,.09); }
.trust-badges .dm7-icon { color: var(--green-deep); }
.contact-form { position: relative; padding: 1.5rem; border: 1px solid var(--border); border-radius: 1.5rem; background: #fff; box-shadow: var(--shadow); }
.contact-form h3 { color: var(--navy); font-size: 1.3rem; }
.contact-form > p { margin-top: .25rem; color: var(--muted); font-size: .85rem; }
.form-fields { display: grid; gap: 1rem; margin-top: 1.5rem; }
.form-fields label { display: grid; gap: .35rem; color: var(--navy); font-size: .875rem; font-weight: 600; }
.form-fields input, .form-fields select { width: 100%; min-height: 45px; padding: .65rem .8rem; border: 1px solid var(--border); border-radius: .75rem; background: #fff; color: var(--ink); outline: none; }
.form-fields input:focus, .form-fields select:focus { border-color: var(--green-deep); box-shadow: 0 0 0 3px rgba(89,232,50,.2); }
.form-fields input::placeholder { color: #96a0b0; }
.form-privacy { color: var(--muted) !important; font-size: .7rem !important; font-weight: 400; text-align: center; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-message { margin-top: 1rem; padding: .8rem 1rem; border-radius: .75rem; font-size: .84rem; font-weight: 600; }
.form-message--success { background: #eafce7; color: #17642a; }
.form-message--warning { background: #fff7df; color: #7c5400; }
.form-message--error { background: #fff0f0; color: #9e2525; }

.pain-grid { display: grid; gap: 1.4rem; margin-top: 3rem; }
.pain-card { position: relative; min-height: 355px; overflow: hidden; border: 1px solid var(--border); border-radius: 1.15rem; color: #fff; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.pain-card:hover { transform: translateY(-5px); border-color: rgba(89,232,50,.5); box-shadow: var(--shadow); }
.pain-card > img, .pain-card__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.pain-card > img { object-fit: cover; transition: transform .7s ease; }
.pain-card:hover > img { transform: scale(1.05); }
.pain-card__overlay { background: linear-gradient(0deg, rgba(10,25,56,.92), rgba(16,37,80,.55) 70%, rgba(16,37,80,.33)); }
.pain-card__content { position: relative; z-index: 1; padding: 1.7rem; }
.pain-card__icon { display: grid; width: 49px; height: 49px; place-items: center; border-radius: .8rem; background: rgba(255,255,255,.13); backdrop-filter: blur(8px); }
.pain-card h3 { margin-top: 1.25rem; font-size: 1.15rem; }
.pain-card__content > p { margin-top: .5rem; color: rgba(255,255,255,.8); font-size: .86rem; }
.pain-card__solution { display: flex; align-items: flex-start; gap: .5rem; margin-top: 1.15rem; padding: .75rem; border-radius: .75rem; background: rgba(89,232,50,.16); backdrop-filter: blur(8px); }
.pain-card__solution .dm7-icon { margin-top: .1rem; color: var(--green); }
.pain-card__solution p { font-size: .83rem; font-weight: 600; }

.solutions-heading { display: grid; gap: 1.5rem; }
.solutions-heading > p { max-width: 450px; color: var(--muted); font-size: .9rem; }
.solution-tabs { display: flex; gap: .55rem; margin-top: 2.5rem; padding: .2rem .1rem .5rem; overflow-x: auto; scrollbar-width: thin; }
.solution-tabs button { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .4rem; padding: .55rem .9rem; border: 1px solid var(--border); border-radius: 999px; background: #fff; color: rgba(23,32,51,.7); cursor: pointer; font-size: .82rem; font-weight: 600; transition: .2s ease; }
.solution-tabs button:hover { border-color: rgba(23,55,111,.4); color: var(--navy); }
.solution-tabs button[aria-selected="true"] { border-color: var(--navy); background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.solution-stage { display: grid; gap: 2rem; margin-top: 1.5rem; padding: 1.5rem; border: 1px solid var(--border); border-radius: 1.5rem; background: #fff; }
.solution-details [role="tabpanel"][hidden] { display: none; }
.solution-main-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 1rem; background: var(--gradient-hero); color: #fff; box-shadow: var(--shadow); }
.solution-details h3 { margin-top: 1.2rem; color: var(--navy); font-size: 1.5rem; }
.solution-details p { margin-top: .7rem; color: var(--muted); }
.solution-details ul { display: grid; gap: .45rem; margin-top: 1.25rem; list-style: none; }
.solution-details li { display: flex; align-items: center; gap: .45rem; font-size: .875rem; }
.solution-details li .dm7-icon { color: var(--green-deep); }
.solution-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem; }
.solution-card { min-width: 0; padding: .85rem; border: 1px solid var(--border); border-radius: .9rem; background: var(--surface); color: var(--navy); cursor: pointer; text-align: left; transition: border-color .2s ease, background .2s ease; }
.solution-card.is-active { border-color: rgba(37,189,85,.5); background: rgba(89,232,50,.06); }
.solution-card strong { display: block; margin-top: .55rem; font-size: .8rem; }
.solution-card span { display: -webkit-box; margin-top: .25rem; overflow: hidden; color: var(--muted); font-size: .69rem; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.solution-card.is-active .dm7-icon { color: var(--green-deep); }

.risk-section { position: relative; overflow: hidden; background: var(--navy-deep); color: #fff; }
.risk-section__bg, .risk-section__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.risk-section__bg { object-fit: cover; opacity: .4; }
.risk-section__overlay { background: rgba(16,37,80,.72); }
.risk-section__content { position: relative; z-index: 1; display: grid; gap: 3rem; max-width: 1080px; }
.risk-copy { text-align: center; }
.risk-badge { display: inline-flex; align-items: center; gap: .4rem; padding: .3rem .65rem; border: 1px solid rgba(89,232,50,.42); border-radius: 999px; background: rgba(89,232,50,.1); color: var(--green); font-size: .72rem; font-weight: 700; }
.risk-copy h2 { max-width: none; margin-top: 1.2rem; color: #fff; font-size: clamp(2rem, 7vw, 3.25rem); }
.risk-copy > p:not(.risk-badge) { max-width: 900px; margin: 1.1rem auto 0; color: rgba(255,255,255,.76); }
.risk-features { display: grid; gap: .8rem; margin-top: 1.8rem; }
.risk-features div { display: flex; align-items: flex-start; gap: .5rem; padding: .85rem; border-radius: .75rem; background: rgba(255,255,255,.06); text-align: left; }
.risk-features .dm7-icon { margin-top: .1rem; color: var(--green); }
.risk-features span { font-size: .83rem; }
.risk-image { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 1.5rem; background: rgba(255,255,255,.06); box-shadow: 0 0 70px -12px rgba(16,185,129,.4); backdrop-filter: blur(8px); }

.differential-grid { display: grid; gap: 1.25rem; }
.differential-card { padding: 1.75rem; border: 1px solid var(--border); border-radius: 1.5rem; background: #fff; }
.partner-logo, .differential-icon { display: grid; width: 57px; height: 57px; place-items: center; border-radius: .8rem; }
.partner-logo { padding: .45rem; border: 1px solid var(--border); background: #fff; }
.partner-logo img { width: 100%; height: 100%; object-fit: contain; }
.differential-icon { background: rgba(23,55,111,.09); color: var(--navy); }
.differential-card h3 { margin-top: 1.2rem; color: var(--navy); font-size: 1.2rem; }
.differential-card p { margin-top: .7rem; color: var(--muted); font-size: .88rem; }
.about-card { display: grid; gap: 2.5rem; margin-top: 4.5rem; padding: 1.6rem; border: 1px solid var(--border); border-radius: 1.5rem; background: linear-gradient(135deg, var(--surface), #fff); scroll-margin-top: 5rem; }
.about-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .8rem; margin-top: 1.7rem; }
.about-stats > div { min-width: 0; }
.about-stats strong { display: block; color: var(--navy); font-family: var(--font-display); font-size: 1.5rem; }
.about-stats img { width: auto; height: 30px; object-fit: contain; }
.about-stats span { display: block; margin-top: .2rem; color: var(--muted); font-size: .65rem; }
.about-video { position: relative; max-width: 380px; margin-inline: auto; overflow: hidden; border: 1px solid var(--border); border-radius: 1.5rem; background: #000; box-shadow: var(--shadow); }
.about-video video { width: 100%; max-height: 560px; object-fit: contain; }
.capability-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; margin-top: 2rem; }
.capability-grid > div { padding: 1rem; border: 1px solid var(--border); border-radius: 1rem; background: #fff; }
.capability-grid .dm7-icon { color: var(--green-deep); }
.capability-grid strong { display: block; margin-top: .7rem; color: var(--navy); font-size: .82rem; }

.site-footer { padding-top: 3.5rem; background: var(--navy-deep); color: rgba(255,255,255,.78); }
.site-footer__grid { display: grid; gap: 2.3rem; }
.site-footer__brand img { width: auto; height: 64px; }
.site-footer__brand p { max-width: 470px; margin-top: 1rem; color: rgba(255,255,255,.6); font-size: .86rem; }
.footer-badges { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.2rem; }
.footer-badges span { padding: .25rem .65rem; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.05); font-size: .65rem; font-weight: 600; }
.footer-title { color: #fff; font-family: var(--font-body); font-size: .9rem; letter-spacing: 0; }
.footer-menu { display: grid; gap: .3rem; margin-top: .75rem; list-style: none; }
.footer-menu a { display: inline-block; padding-block: .15rem; color: rgba(255,255,255,.75); font-size: .84rem; text-decoration: none; }
.footer-menu a:hover { color: var(--green); }
.social-links { display: flex; gap: .45rem; margin-top: 1.1rem; }
.social-link { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: .55rem; background: rgba(255,255,255,.05); text-decoration: none; }
.social-link:hover { border-color: rgba(89,232,50,.5); color: var(--green); }
.social-handle { margin-top: .7rem; color: rgba(255,255,255,.6); font-size: .73rem; }
.site-footer__bottom { display: flex; flex-direction: column; gap: .4rem; margin-top: 2.5rem; padding-block: 1.3rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: .7rem; }
.whatsapp-float { position: fixed; right: 1.15rem; bottom: 1.15rem; z-index: 900; display: grid; width: 57px; height: 57px; place-items: center; border-radius: 50%; background: var(--gradient-cta); color: #fff; box-shadow: var(--glow); animation: dm7-pulse 2s ease-in-out infinite; transition: transform .2s ease; }
.whatsapp-float:hover { transform: scale(1.08); }

.video-modal { width: min(92vw, 850px); padding: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 1.1rem; background: var(--navy-deep); color: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.video-modal::backdrop { background: rgba(0,0,0,.75); backdrop-filter: blur(5px); }
.video-modal__header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; }
.video-modal__header h2 { font-size: 1.1rem; }
.modal-close { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: .6rem; background: transparent; color: #fff; cursor: pointer; }
.video-modal__frame { aspect-ratio: 16/9; margin: 0 1.2rem 1.2rem; overflow: hidden; border-radius: .8rem; background: #000; }
.video-modal__frame iframe { width: 100%; height: 100%; border: 0; }

.internal-main { min-height: 70vh; padding-block: 8.5rem 5rem; background: var(--surface); }
.content-layout { max-width: 900px; }
.page-header { margin-bottom: 2rem; }
.page-header h1 { color: var(--navy); font-size: clamp(2.2rem, 7vw, 4rem); }
.page-content, .entry-card { padding: clamp(1.3rem,4vw,2.5rem); border: 1px solid var(--border); border-radius: 1.4rem; background: #fff; }
.entry-content > * + * { margin-top: 1rem; }
.entry-content h2, .entry-content h3 { margin-top: 2rem; color: var(--navy); }
.entry-content a { color: var(--navy); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.entry-card + .entry-card { margin-top: 1rem; }
.entry-card h2 { color: var(--navy); font-size: 1.5rem; }
.entry-card h2 a { text-decoration: none; }
.archive-grid { display: grid; gap: 1.2rem; }
.archive-grid .entry-card { margin: 0; }
.archive-grid .entry-card p { margin-top: .8rem; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem; color: var(--navy); font-weight: 700; text-decoration: none; }
.solution-benefits { display: grid; gap: .6rem; padding: 1rem; border-radius: 1rem; background: var(--surface); list-style: none; }
.solution-benefits li { display: flex; align-items: center; gap: .5rem; }
.solution-benefits .dm7-icon { color: var(--green-deep); }
.error-page { display: grid; min-height: 75vh; place-items: center; padding: 9rem 0 5rem; text-align: center; }
.error-code { color: var(--green-deep); font-family: var(--font-display); font-size: clamp(4rem,18vw,8rem); font-weight: 700; line-height: 1; }
.error-page h1 { margin-top: .5rem; color: var(--navy); font-size: clamp(2rem,7vw,3.5rem); }
.error-page p:not(.error-code) { margin: .8rem 0 1.5rem; color: var(--muted); }

@keyframes dm7-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(89,232,50,.48); } 50% { box-shadow: 0 0 0 12px rgba(89,232,50,0); } }

@media (min-width: 600px) {
  .hero-actions { flex-direction: row; }
  .header-cta { display: inline-flex; }
  .risk-features { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 768px) {
  .container { width: min(100% - 4rem, var(--container)); }
  .section { padding-block: 7rem; }
  .hero-copy h1 { font-size: 3.75rem; }
  .hero-text { font-size: 1.1rem; }
  .contact-form { padding: 2rem; }
  .pain-grid, .differential-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .pain-card { min-height: 390px; }
  .solutions-heading { grid-template-columns: 1.4fr .8fr; align-items: end; justify-content: space-between; }
  .solution-stage { grid-template-columns: minmax(0,1fr) minmax(0,1.2fr); padding: 2.5rem; }
  .about-card { padding: 3rem; }
  .capability-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (min-width: 1024px) {
  .menu-toggle, .mobile-navigation { display: none !important; }
  .desktop-navigation { display: block; }
  .desktop-navigation .menu { display: flex; align-items: center; gap: 1.5rem; }
  .desktop-navigation li { position: relative; }
  .desktop-navigation a { display: block; padding: .7rem 0; color: rgba(255,255,255,.9); font-size: .83rem; font-weight: 600; text-decoration: none; transition: color .2s ease; }
  .desktop-navigation a:hover, .desktop-navigation .current-menu-item > a { color: #fff; }
  .desktop-navigation .sub-menu { position: absolute; top: 100%; left: -.8rem; display: none; min-width: 220px; padding: .5rem; border: 1px solid rgba(255,255,255,.12); border-radius: .7rem; background: var(--navy-deep); box-shadow: var(--shadow); list-style: none; }
  .desktop-navigation li:hover > .sub-menu, .desktop-navigation li:focus-within > .sub-menu { display: block; }
  .desktop-navigation .sub-menu a { padding: .55rem .7rem; border-radius: .4rem; }
  .desktop-navigation .sub-menu a:hover { background: rgba(255,255,255,.08); }
  .site-header__inner { min-height: 82px; }
  .site-logo img, .site-logo .custom-logo { height: 58px; }
  .hero-section { min-height: min(100svh, 900px); }
  .hero-section__content { padding-top: 9rem; }
  .contact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 5rem; }
  .about-card { grid-template-columns: minmax(0,1fr) minmax(280px,.5fr); align-items: center; }
  .site-footer__grid { grid-template-columns: 2fr 1fr 1fr; }
  .site-footer__brand { grid-column: auto; }
}

@media (min-width: 1280px) {
  .desktop-navigation .menu { gap: 1.75rem; }
  .hero-copy h1 { font-size: 4rem; }
}

@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 600px) { #wpadminbar { position: fixed; } .admin-bar .site-header { top: 46px; } }
@media (max-width: 390px) {
  .container { width: min(100% - 1.4rem, var(--container)); }
  .hero-copy h1 { font-size: 2.25rem; }
  .hero-badge { font-size: .64rem; }
  .solution-stage { padding: 1rem; }
  .solution-grid { grid-template-columns: 1fr; }
  .about-card { padding: 1.2rem; }
}

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