/*
 * Prepago.ie public website
 * Self-contained responsive design system; no external font or CSS dependency.
 */
:root {
    --ink-950: #17121f;
    --ink-900: #211a2c;
    --ink-800: #332840;
    --ink-700: #51455e;
    --ink-600: #6e6378;
    --ink-500: #897e92;
    --line: #e7e1eb;
    --line-strong: #d8cfdf;
    --surface: #ffffff;
    --surface-soft: #f8f6fa;
    --surface-tint: #f2edf7;
    --navy: #211437;
    --navy-soft: #34204d;
    --violet: #643f8f;
    --violet-dark: #4e2c78;
    --magenta: #a12f73;
    --rose: #cf315e;
    --red: #de2d42;
    --orange: #f26b42;
    --green: #168060;
    --white: #ffffff;
    --shadow-sm: 0 8px 30px rgba(31, 18, 47, 0.08);
    --shadow-md: 0 20px 60px rgba(31, 18, 47, 0.14);
    --shadow-lg: 0 35px 100px rgba(20, 12, 33, 0.24);
    --radius-sm: 10px;
    --radius: 18px;
    --radius-lg: 28px;
    --radius-xl: 38px;
    --container: 1220px;
    --header-height: 88px;
    --ease: cubic-bezier(.2, .8, .2, 1);
    --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Editorial imagery */
.editorial-visual, .contact-visual { position: relative; margin: 0; overflow: hidden; background: var(--navy); border-radius: 20px; box-shadow: var(--shadow-md); }
.editorial-visual img, .contact-visual img { width: 100%; height: auto; display: block; object-fit: cover; }
.editorial-visual img { height: 390px; }
.contact-visual { margin-top: 32px; }
.contact-visual img { aspect-ratio: 3 / 2; }
.editorial-visual::after, .contact-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 50%, rgba(29, 14, 41, .8)); pointer-events: none; }
.editorial-visual figcaption, .contact-visual figcaption { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: #fff; font-size: .78rem; font-weight: 780; line-height: 1.35; }

/* Consent-first cookie controls */
[hidden] { display: none !important; }
.site-footer__bottom > div { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.site-footer__bottom > div a, .site-footer__bottom > div button { color: inherit; }
.site-footer__bottom > div button { padding: 0; background: transparent; border: 0; font: inherit; cursor: pointer; }
.site-footer__bottom > div button:hover { color: #fff; text-decoration: underline; }
.cookie-banner { position: fixed; z-index: 180; right: clamp(14px, 3vw, 38px); bottom: clamp(14px, 3vw, 34px); left: clamp(14px, 3vw, 38px); max-width: 1240px; display: grid; grid-template-columns: 72px minmax(0, 1fr) minmax(210px, 250px); align-items: center; gap: 25px; padding: clamp(22px, 3vw, 32px); margin-inline: auto; color: #fff; background: rgba(35, 18, 49, .97); border: 1px solid rgba(255, 255, 255, .15); border-radius: 22px; box-shadow: 0 25px 80px rgba(20, 10, 28, .42); backdrop-filter: blur(18px); }
.cookie-banner__mark { position: relative; width: 67px; height: 67px; overflow: hidden; background: linear-gradient(145deg, #c5296a, #77448e); border-radius: 20px; }
.cookie-banner__mark span, .cookie-banner__mark i, .cookie-banner__mark b { position: absolute; width: 11px; height: 11px; background: rgba(255, 255, 255, .85); border-radius: 50%; }
.cookie-banner__mark span { top: 15px; left: 18px; }
.cookie-banner__mark i { top: 36px; left: 34px; }
.cookie-banner__mark b { top: 18px; right: 12px; }
.cookie-banner__mark::after { position: absolute; right: -12px; top: -10px; width: 42px; height: 42px; content: ""; background: #29173a; border-radius: 50%; }
.cookie-banner__copy > span { color: #f29fc1; font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.cookie-banner h2 { margin: 4px 0 7px; font-size: clamp(1.25rem, 2vw, 1.75rem); letter-spacing: -.035em; }
.cookie-banner p { max-width: 760px; margin: 0; color: rgba(255, 255, 255, .72); font-size: .85rem; line-height: 1.55; }
.cookie-banner__copy a { display: inline-block; margin-top: 8px; color: #fff; font-size: .73rem; font-weight: 780; }
.cookie-banner__actions { display: grid; gap: 8px; }
.cookie-action { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 15px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 10px; font-size: .75rem; font-weight: 820; cursor: pointer; }
.cookie-action--accept { color: #fff; background: linear-gradient(110deg, var(--magenta), #994281); border-color: transparent; }
.cookie-action--reject, .cookie-action--manage { color: #fff; background: rgba(255, 255, 255, .07); }
.cookie-action:hover { transform: translateY(-1px); filter: brightness(1.08); }
.cookie-modal { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 18px; }
.cookie-modal__backdrop { position: absolute; inset: 0; background: rgba(24, 11, 34, .72); backdrop-filter: blur(7px); }
.cookie-modal__dialog { position: relative; z-index: 1; width: min(100%, 650px); max-height: min(90vh, 760px); overflow-y: auto; padding: clamp(27px, 5vw, 45px); background: #fff; border-radius: 24px; box-shadow: 0 30px 100px rgba(19, 8, 28, .45); }
.cookie-modal__close { position: absolute; top: 16px; right: 16px; width: 39px; height: 39px; display: grid; place-items: center; color: var(--ink-700); background: var(--surface-soft); border: 1px solid var(--line); border-radius: 50%; font-size: 1.4rem; cursor: pointer; }
.cookie-modal h2 { margin: 5px 0 10px; color: var(--navy); font-size: clamp(2rem, 5vw, 3rem); letter-spacing: -.05em; }
.cookie-modal__dialog > p { margin: 0 45px 24px 0; color: var(--ink-600); font-size: .91rem; }
.cookie-choice { min-height: 78px; display: grid; grid-template-columns: minmax(0, 1fr) 46px; align-items: center; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); cursor: pointer; }
.cookie-choice > span { display: grid; gap: 3px; }
.cookie-choice strong { color: var(--navy); font-size: .88rem; }
.cookie-choice small { color: var(--ink-500); font-size: .73rem; line-height: 1.45; }
.cookie-choice input { width: 22px; height: 22px; justify-self: end; accent-color: var(--magenta); }
.cookie-choice--locked { cursor: default; opacity: .7; }
.cookie-gpc-note { padding: 10px 13px; margin: 10px 0 0 !important; color: #68490f !important; background: #fff6db; border-radius: 9px; font-size: .72rem !important; }
.cookie-modal__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 23px; }
.cookie-modal__actions .cookie-action--reject { color: var(--navy); background: #fff; border-color: var(--line-strong); }
.cookie-modal__fineprint { display: block; margin-top: 15px; color: var(--ink-500); font-size: .68rem; text-align: center; }
.cookie-modal__fineprint a { color: var(--magenta); }
.cookie-modal-open { overflow: hidden; }

@media (max-width: 900px) {
    .cookie-banner { grid-template-columns: 54px minmax(0, 1fr); }
    .cookie-banner__mark { width: 54px; height: 54px; border-radius: 16px; }
    .cookie-banner__actions { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .editorial-visual img { height: auto; aspect-ratio: 3 / 2; }
    .cookie-banner { grid-template-columns: 1fr; gap: 14px; max-height: calc(100vh - 24px); overflow-y: auto; padding: 20px; }
    .cookie-banner__mark { display: none; }
    .cookie-banner__actions { grid-column: auto; grid-template-columns: 1fr; }
    .cookie-banner__actions .cookie-action--accept { order: -1; }
    .cookie-modal { padding: 8px; align-items: end; }
    .cookie-modal__dialog { max-height: 94vh; padding: 29px 20px 24px; border-radius: 20px 20px 10px 10px; }
    .cookie-modal__dialog > p { margin-right: 32px; }
    .cookie-modal__actions { grid-template-columns: 1fr; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; min-width: 320px; color: var(--ink-900); background: var(--surface); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open, body.search-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .16em; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--white); background: var(--magenta); }
:focus-visible { outline: 3px solid rgba(222,45,66,.38); outline-offset: 3px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { width: min(calc(100% - 40px), 880px); }
.section-space { padding-block: clamp(72px, 8vw, 118px); }
.section-space--tight { padding-block: clamp(52px, 6vw, 82px); }
.section-space--soft { background: var(--surface-soft); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.skip-link { position: fixed; z-index: 9999; left: 18px; top: 12px; transform: translateY(-160%); padding: 11px 16px; color: var(--white); background: var(--navy); border-radius: 8px; font-weight: 800; text-decoration: none; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

/* Buttons and inline links */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: .94rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .25s var(--ease), box-shadow .25s var(--ease), color .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 10px 17px; font-size: .88rem; }
.button--large { min-height: 54px; padding: 15px 24px; }
.button--primary { color: var(--white); background: linear-gradient(120deg, var(--magenta), var(--red)); box-shadow: 0 12px 30px rgba(190, 42, 83, .24); }
.button--primary:hover { box-shadow: 0 17px 38px rgba(190, 42, 83, .34); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.button--ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.15); }
.button--light { color: var(--navy); background: var(--white); box-shadow: 0 15px 42px rgba(14,8,25,.18); }
.button--light:hover { box-shadow: 0 20px 50px rgba(14,8,25,.25); }
.button--outline { color: var(--navy); border-color: var(--line-strong); background: transparent; }
.button--outline:hover { border-color: var(--violet); background: var(--surface-tint); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--violet-dark); font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: var(--white); }

/* Header */
.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(35,20,55,.08); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 38px rgba(32,17,47,.12); background: rgba(255,255,255,.985); }
.utility-bar { color: rgba(255,255,255,.84); background: var(--navy); font-size: .78rem; }
.utility-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar p { margin: 0; letter-spacing: .035em; }
.utility-links { display: flex; align-items: center; gap: 20px; }
.utility-links a { color: var(--white); font-weight: 700; text-decoration: none; opacity: .92; }
.utility-links a:hover { opacity: 1; text-decoration: underline; }
.contact-link { display: inline-flex; align-items: center; gap: 7px; }
.contact-link svg { width: 15px; height: 15px; flex: 0 0 auto; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-link--phone svg { fill: currentColor; stroke: none; }
.navigation-shell { position: relative; }
.navigation-shell::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ""; background: linear-gradient(90deg, var(--violet), var(--magenta), var(--red), var(--orange), var(--violet)); background-size: 240% 100%; box-shadow: 0 2px 14px rgba(185,45,100,.24); opacity: .78; animation: header-accent-flow 8s linear infinite; }
.site-header.is-scrolled .navigation-shell::after { opacity: 1; box-shadow: 0 3px 18px rgba(185,45,100,.34); }
.navigation-shell__inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand img { width: clamp(178px, 18vw, 224px); height: auto; transition: transform .45s var(--ease), filter .45s ease; }
.brand:hover img { filter: drop-shadow(0 7px 12px rgba(161,47,115,.18)); transform: translateY(-2px) scale(1.018); }
.navigation-panel { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 2.5vw, 34px); min-width: 0; }
.primary-nav > ul { display: flex; align-items: stretch; gap: clamp(6px, 1.2vw, 16px); margin: 0; padding: 0; list-style: none; }
.nav-item { position: relative; display: flex; align-items: center; }
.nav-link-row { display: flex; align-items: center; }
.nav-link-row > a { position: relative; display: flex; align-items: center; min-height: 54px; padding: 0 9px; color: var(--ink-800); border-radius: 10px 10px 0 0; font-size: .9rem; font-weight: 750; line-height: 1.1; text-decoration: none; white-space: nowrap; transition: color .25s ease, background .25s ease, transform .25s var(--ease); }
.nav-link-row > a::after { position: absolute; right: 8px; bottom: 2px; left: 8px; height: 3px; content: ""; background: linear-gradient(90deg, var(--violet), var(--magenta), var(--red), var(--orange)); background-size: 180% 100%; border-radius: 999px; box-shadow: 0 3px 11px rgba(198,47,95,.24); transform: scaleX(0); transform-origin: center; transition: transform .3s var(--ease); }
.nav-link-row > a:hover { color: var(--magenta); background: linear-gradient(180deg, transparent, rgba(161,47,115,.055)); transform: translateY(-2px); }
.nav-item:hover .nav-link-row > a::after, .nav-item.is-active .nav-link-row > a::after { transform: scaleX(1); }
.nav-item.is-active .nav-link-row > a { color: var(--magenta); }
.nav-link-row button { width: 30px; height: 38px; display: grid; place-items: center; margin-left: -4px; padding: 0; color: var(--ink-600); border: 0; background: transparent; border-radius: 8px; }
.nav-link-row button:hover { color: var(--magenta); background: var(--surface-tint); }
.nav-link-row button svg { width: 18px; height: 18px; transition: transform .2s ease; }
.submenu { position: absolute; z-index: 5; visibility: hidden; top: calc(100% + 36px); left: 50%; width: 330px; margin: 0; padding: 10px; list-style: none; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-md); opacity: 0; transform: translate(-50%, 8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.submenu::before { position: absolute; top: -41px; left: 0; width: 100%; height: 42px; content: ""; }
.nav-item:hover > .submenu, .nav-item:focus-within > .submenu, .nav-item.submenu-open > .submenu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.submenu li + li { margin-top: 3px; }
.submenu a { display: block; padding: 11px 13px; color: var(--ink-800); border-radius: 10px; text-decoration: none; transition: color .2s ease, background .2s ease; }
.submenu a span { display: block; font-size: .91rem; font-weight: 800; }
.submenu a small { display: block; margin-top: 3px; color: var(--ink-600); font-size: .75rem; line-height: 1.42; }
.submenu a:hover, .submenu a.is-active { color: var(--magenta); background: var(--surface-tint); }
.js .primary-nav > ul > .nav-item { animation: nav-item-arrive .55s var(--ease) both; }
.js .primary-nav > ul > .nav-item:nth-child(2) { animation-delay: 55ms; }
.js .primary-nav > ul > .nav-item:nth-child(3) { animation-delay: 110ms; }
.js .primary-nav > ul > .nav-item:nth-child(4) { animation-delay: 165ms; }
.js .primary-nav > ul > .nav-item:nth-child(5) { animation-delay: 220ms; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.search-toggle { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: var(--ink-800); border: 0; background: var(--surface-soft); border-radius: 50%; transition: background .2s ease, color .2s ease; }
.search-toggle:hover { color: var(--white); background: var(--violet); }
.search-toggle svg { width: 20px; height: 20px; }
.menu-toggle { display: none; align-items: center; gap: 10px; min-height: 44px; padding: 7px 10px 7px 13px; color: var(--navy); border: 1px solid var(--line); background: var(--surface); border-radius: 999px; }
.menu-toggle__label { font-size: .83rem; font-weight: 800; }
.menu-toggle__icon { width: 28px; height: 28px; display: grid; align-content: center; gap: 4px; padding: 6px; background: var(--navy); border-radius: 50%; }
.menu-toggle__icon i { display: block; width: 100%; height: 1.5px; background: var(--white); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
.search-drawer { position: absolute; z-index: 20; top: 100%; right: 0; left: 0; color: var(--white); background: linear-gradient(120deg, var(--navy), #3b1f53); box-shadow: 0 20px 50px rgba(23,12,37,.24); }
.search-drawer[hidden] { display: none; }
.search-drawer__inner { position: relative; min-height: 178px; display: flex; align-items: center; justify-content: center; padding-block: 34px; }
.search-drawer form { width: min(760px, 100%); }
.search-drawer label { display: block; margin-bottom: 9px; color: rgba(255,255,255,.72); font-size: .79rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.search-field { display: flex; gap: 10px; }
.search-field input { min-width: 0; flex: 1; height: 58px; padding: 0 20px; color: var(--ink-900); border: 0; background: var(--white); border-radius: 13px; }
.search-field button { min-width: 112px; padding-inline: 20px; color: var(--white); border: 0; background: linear-gradient(120deg, var(--magenta), var(--red)); border-radius: 13px; font-weight: 800; }
.search-close { position: absolute; top: 17px; right: 0; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; color: var(--white); border: 1px solid rgba(255,255,255,.22); background: transparent; border-radius: 50%; font-size: 1.45rem; }
.preview-bar { position: relative; z-index: 1100; display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 40px; padding: 7px 20px; color: #fff4c8; background: #5b3c00; font-size: .83rem; font-weight: 700; }
.preview-bar a { color: var(--white); }
.site-alert { position: relative; z-index: 5; padding: 13px 0; font-weight: 700; }
.site-alert--success { color: #0c573f; background: #dbf5eb; border-bottom: 1px solid #b5e7d5; }

/* Home hero */
.home-hero { position: relative; min-height: clamp(680px, calc(100vh - 122px), 840px); display: grid; align-items: center; overflow: hidden; color: var(--white); background: #1f1231; isolation: isolate; }
.home-hero__slides { position: absolute; z-index: -3; inset: 0; overflow: hidden; }
.home-hero__slide { position: absolute; inset: 0; background-position: center; background-size: cover; filter: saturate(.88) brightness(.88); opacity: 0; transform: scale(1.075); transition: opacity 1.35s ease; will-change: opacity, transform, filter; }
.home-hero__slide.is-active { opacity: 1; animation: hero-scene 7.2s ease-out both; }
.home-hero__backdrop { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(24,13,38,.96) 0%, rgba(37,19,55,.88) 43%, rgba(36,15,50,.56) 68%, rgba(23,10,35,.65) 100%), radial-gradient(circle at 78% 22%, rgba(218,47,102,.32), transparent 36%); animation: hero-backdrop-pulse 9s ease-in-out infinite alternate; }
.home-hero::before { position: absolute; z-index: -1; inset: -15%; content: ""; background-image: linear-gradient(118deg, transparent 41%, rgba(255,255,255,.05) 49%, transparent 57%), radial-gradient(circle at 72% 38%, rgba(226,55,111,.18), transparent 23%); background-size: 180% 100%, 100% 100%; pointer-events: none; animation: hero-light-sweep 11s ease-in-out infinite; }
.home-hero__orbits { position: absolute; z-index: -1; top: 50%; right: -9vw; width: min(52vw, 720px); aspect-ratio: 1; transform: translateY(-50%); opacity: .55; }
.home-hero__orbits span { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.home-hero__orbits span:nth-child(2) { inset: 14%; border-style: dashed; animation: orbit 38s linear infinite; }
.home-hero__orbits span:nth-child(3) { inset: 29%; border-color: rgba(233,71,119,.45); animation: orbitReverse 28s linear infinite; }
.home-hero__content { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: center; gap: clamp(40px, 7vw, 90px); padding-block: 90px 112px; }
.home-hero__copy { max-width: 760px; }
.js .home-hero__copy.is-visible > * { animation: hero-copy-arrive .72s var(--ease) both; }
.js .home-hero__copy.is-visible > h1 { animation-delay: 90ms; }
.js .home-hero__copy.is-visible > p { animation-delay: 170ms; }
.js .home-hero__copy.is-visible > .button-row { animation-delay: 250ms; }
.js .home-hero__copy.is-visible > .hero-trust { animation-delay: 330ms; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: rgba(255,255,255,.78); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-kicker i { width: 24px; height: 2px; background: var(--rose); box-shadow: 0 0 16px rgba(222,45,66,.8); }
.home-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3rem, 6.2vw, 6.25rem); font-weight: 850; letter-spacing: -.065em; line-height: .96; text-wrap: balance; }
.home-hero__copy > p { max-width: 700px; margin: 28px 0 34px; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.8vw, 1.32rem); line-height: 1.62; text-wrap: pretty; }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 32px; color: rgba(255,255,255,.7); font-size: .77rem; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.hero-trust i { width: 4px; height: 4px; background: var(--rose); border-radius: 50%; }
.home-hero__visual { position: relative; min-height: 430px; }
.signal-card { position: absolute; width: min(300px, 84%); padding: 20px 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.1); border-radius: 18px; box-shadow: 0 25px 70px rgba(11,6,19,.28); backdrop-filter: blur(16px); }
.signal-card::after { position: absolute; top: -30px; right: -30px; width: 100px; height: 100px; content: ""; background: radial-gradient(circle, rgba(231,58,108,.34), transparent 68%); }
.signal-card span { display: block; color: rgba(255,255,255,.65); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.signal-card strong { display: block; margin-top: 5px; font-size: 1.17rem; }
.signal-card i { display: block; width: 9px; height: 9px; margin-top: 17px; background: #62e2b3; border: 3px solid rgba(98,226,179,.22); border-radius: 50%; box-sizing: content-box; box-shadow: 0 0 0 0 rgba(98,226,179,.5); animation: pulse 2.4s ease-out infinite; }
.signal-card--one { top: 5%; right: 4%; transform: rotate(2deg); }
.signal-card--two { top: 37%; left: 0; transform: rotate(-3deg); }
.signal-card--three { right: 0; bottom: 3%; transform: rotate(2deg); }
.scroll-cue { position: absolute; right: 0; bottom: 22px; left: 0; width: max-content; display: flex; flex-direction: column; align-items: center; gap: 7px; margin: auto; color: rgba(255,255,255,.62); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 24px; background: linear-gradient(var(--rose), transparent); animation: scrollCue 1.8s ease-in-out infinite; }
.home-hero__controls { position: absolute; z-index: 3; right: max(24px, calc((100vw - var(--container)) / 2)); bottom: 28px; display: flex; align-items: center; gap: 9px; }
.home-hero__controls button { width: 9px; height: 9px; padding: 0; border: 1px solid rgba(255,255,255,.72); background: transparent; border-radius: 999px; transition: width .25s var(--ease), background .25s ease; }
.home-hero__controls button.is-active { width: 30px; background: var(--white); }
.home-hero__controls button.is-active { border-color: transparent; background: linear-gradient(90deg, #fff, #f7b0ca); box-shadow: 0 0 18px rgba(240,112,157,.52); }

/* Headings and editable content */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--magenta); font-size: .74rem; font-weight: 850; letter-spacing: .14em; line-height: 1.3; text-decoration: none; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; content: ""; background: currentColor; }
.eyebrow--light { color: rgba(255,255,255,.78); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(260px, .65fr); align-items: end; gap: clamp(28px, 6vw, 88px); margin-bottom: 44px; }
.section-heading h2 { max-width: 700px; margin: 0; color: var(--navy); font-size: clamp(2.15rem, 4.2vw, 4rem); font-weight: 850; letter-spacing: -.05em; line-height: 1.04; text-wrap: balance; }
.section-heading > p { margin: 0 0 4px; color: var(--ink-600); font-size: 1.03rem; }
.cms-content { min-width: 0; color: var(--ink-700); font-size: 1.02rem; }
.cms-content > :first-child, .cms-content section > :first-child { margin-top: 0; }
.cms-content > :last-child, .cms-content section > :last-child { margin-bottom: 0; }
.cms-content h2, .cms-content h3, .cms-content h4 { color: var(--navy); font-weight: 830; letter-spacing: -.035em; line-height: 1.18; text-wrap: balance; }
.cms-content h2 { margin: 0 0 20px; font-size: clamp(2rem, 3.8vw, 3.35rem); }
.cms-content h3 { margin: 32px 0 12px; font-size: clamp(1.35rem, 2.2vw, 1.72rem); }
.cms-content h4 { margin: 26px 0 10px; font-size: 1.17rem; }
.cms-content p { margin: 0 0 20px; }
.cms-content p.lead, .cms-content .lead { max-width: 900px; color: var(--ink-800); font-size: clamp(1.1rem, 1.8vw, 1.28rem); line-height: 1.7; }
.cms-content a { color: var(--magenta); font-weight: 700; }
.cms-content ul:not(.check-list), .cms-content ol { padding-left: 1.35rem; }
.cms-content li + li { margin-top: 8px; }
.cms-content blockquote { margin: 32px 0; padding: 4px 0 4px 25px; color: var(--ink-800); border-left: 4px solid var(--rose); font-size: 1.14rem; }
.cms-content pre { max-width: 100%; overflow: auto; padding: 20px; color: #eae3ef; background: #21172c; border-radius: 14px; }
.cms-content table { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: .95rem; }
.cms-content th, .cms-content td { padding: 13px 15px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.cms-content th { color: var(--navy); background: var(--surface-tint); }
.cms-content img { height: auto; border-radius: 18px; }
.content-section { padding-block: clamp(65px, 8vw, 112px); }
.cms-content--home > .container > .content-section:first-child { padding-top: clamp(75px, 9vw, 128px); }
.cms-content--home > .container > .content-section + .content-section { padding-top: 0; }
.intro-section { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(35px, 8vw, 120px); align-items: start; }
.intro-section > div:first-child { position: sticky; top: 150px; }
.why-prepago-visual { position: relative; width: min(100%, 330px); margin-top: 32px; overflow: hidden; background: radial-gradient(circle at 50% 48%, rgba(209, 51, 103, .15), transparent 37%), linear-gradient(145deg, #f8f2fa, #f1edf7); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow-sm); }
.why-prepago-visual::after { position: absolute; right: -28px; bottom: -35px; width: 120px; height: 120px; content: ""; border: 1px solid rgba(112, 66, 148, .14); border-radius: 50%; }
.why-prepago-visual svg { width: 100%; height: auto; }
.why-line, .why-ring { fill: none; stroke: rgba(100, 63, 143, .3); stroke-width: 2; stroke-dasharray: 6 7; }
.why-ring { stroke: rgba(207, 49, 94, .27); animation: orbit 22s linear infinite; transform-origin: 154px 110px; }
.why-node { fill: #fff; stroke: rgba(100, 63, 143, .42); stroke-width: 3; }
.why-node--two, .why-node--four { fill: #f8edf4; stroke: rgba(207, 49, 94, .45); }
.why-core { filter: drop-shadow(0 12px 16px rgba(85, 39, 111, .22)); }
.why-bolt { fill: #fff; }
.feature-grid { display: grid; gap: 18px; margin-top: 34px; }
.feature-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-card { position: relative; min-height: 100%; padding: 28px; overflow: hidden; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 20px; transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s ease; }
.feature-card:hover { z-index: 1; border-color: rgba(161,47,115,.25); box-shadow: var(--shadow-md); transform: translateY(-6px); }
.feature-card__icon { --feature-accent: #793f91; position: relative; width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 23px; color: var(--feature-accent); background: #fff; border: 1px solid color-mix(in srgb, var(--feature-accent) 22%, var(--line)); border-radius: 18px; box-shadow: 0 10px 28px color-mix(in srgb, var(--feature-accent) 13%, transparent); }
.feature-card__icon::after { position: absolute; top: -9px; right: -9px; width: 25px; height: 25px; content: ""; background: color-mix(in srgb, var(--feature-accent) 16%, #fff); border-radius: 50%; }
.feature-card__icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-card__icon--insight { --feature-accent: #a62f71; }
.feature-card__icon--mobile { --feature-accent: #316f9c; }
.feature-card__icon--network { --feature-accent: #5c438f; }
.feature-card__icon--shield { --feature-accent: #16785c; }
.feature-card__icon--message { --feature-accent: #b15f2b; }
.feature-card__icon--people { --feature-accent: #b12e59; }
.feature-card__icon--energy { --feature-accent: #9d651a; }
.feature-card h3 { margin: 0 0 9px; font-size: 1.24rem; }
.feature-card p { margin: 0; font-size: .94rem; }
.feature-number { display: block; margin-bottom: 24px; color: var(--rose); font-size: .76rem; font-weight: 850; letter-spacing: .13em; }
.contact-reference-link { color: var(--magenta); font-weight: 800; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.split-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(34px, 7vw, 90px); margin: 42px 0; padding: clamp(30px, 5vw, 64px); background: linear-gradient(130deg, var(--surface-tint), var(--surface-soft)); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.media-frame, .wide-media { position: relative; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow-md); }
.media-frame img, .wide-media img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.wide-media { margin: 34px 0; }
.wide-media img { max-height: 600px; }
.card-image { width: 100%; margin-bottom: 22px; border-radius: 15px; aspect-ratio: 16 / 10; object-fit: cover; }
.check-list { display: grid; gap: 14px; margin: 26px 0; padding: 0; list-style: none; }
.check-list li { position: relative; min-height: 34px; padding: 5px 0 5px 44px; }
.check-list li::before { position: absolute; top: 2px; left: 0; width: 30px; height: 30px; display: grid; place-items: center; content: "✓"; color: var(--green); background: #e4f6ef; border-radius: 50%; font-size: .82rem; font-weight: 900; }
.process-list { display: grid; gap: 0; margin: 32px 0; padding: 0; counter-reset: process; list-style: none; }
.process-list li { position: relative; padding: 6px 0 30px 70px; counter-increment: process; }
.process-list li:not(:last-child)::after { position: absolute; top: 41px; bottom: 2px; left: 23px; width: 1px; content: ""; background: var(--line-strong); }
.process-list li::before { position: absolute; top: 0; left: 0; width: 47px; height: 47px; display: grid; place-items: center; content: counter(process, decimal-leading-zero); color: var(--white); background: linear-gradient(135deg, var(--violet), var(--magenta)); border-radius: 14px; box-shadow: 0 10px 25px rgba(100,63,143,.22); font-size: .72rem; font-weight: 850; }
.process-list strong { display: block; margin-bottom: 5px; color: var(--navy); font-size: 1.08rem; }
.comparison-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 34px 0; }
.comparison-card { padding: 30px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 20px; }
.comparison-card h3 { margin-top: 0; }
.callout { position: relative; margin: 38px 0; padding: clamp(28px, 5vw, 48px); overflow: hidden; color: var(--white); background: linear-gradient(130deg, var(--navy), #402052); border-radius: 24px; box-shadow: var(--shadow-md); }
.callout::after { position: absolute; top: -70px; right: -70px; width: 210px; height: 210px; content: ""; background: radial-gradient(circle, rgba(224,47,95,.4), transparent 70%); }
.callout h2, .callout h3, .callout a { color: var(--white); }
.callout p:last-child { margin-bottom: 0; }

/* AI, platform and metering diagrams */
.platform-comparison { display: grid; gap: 14px; margin: 38px 0 58px; }
.platform-comparison__lane { display: grid; grid-template-columns: minmax(145px, .42fr) minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 20px 22px; background: #f5f3f7; border: 1px solid var(--line); border-radius: 18px; }
.platform-comparison__lane > span { color: var(--ink-600); font-size: .71rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.platform-comparison__lane > div { display: flex; align-items: center; gap: 12px; }
.platform-comparison__lane strong { min-height: 54px; flex: 1; display: grid; place-items: center; padding: 11px 14px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 12px; font-size: .84rem; text-align: center; }
.platform-comparison__lane i { color: var(--ink-400); font-size: 1.1rem; font-style: normal; }
.platform-comparison__lane > b { min-width: 92px; padding: 7px 10px; color: var(--ink-500); background: #e9e5ec; border-radius: 999px; font-size: .65rem; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.platform-comparison__lane--ai { background: linear-gradient(125deg, #2a183e, #572763); border-color: transparent; box-shadow: var(--shadow-md); }
.platform-comparison__lane--ai > span { color: #f3a9c4; }
.platform-comparison__lane--ai strong { color: #fff; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.15); }
.platform-comparison__lane--ai i { color: #f3a9c4; }
.platform-comparison__lane--ai > b { color: #fff; background: rgba(226,59,118,.28); }
.architecture-diagram { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); align-items: stretch; gap: 13px; margin: 38px 0 46px; padding: clamp(22px, 4vw, 36px); background: linear-gradient(145deg, #f6f2f8, #eef4f4); border: 1px solid var(--line); border-radius: 25px; box-shadow: var(--shadow-sm); }
.architecture-diagram > article { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 9px 24px rgba(42,24,62,.06); }
.architecture-diagram > article > span { margin-bottom: 10px; color: var(--magenta); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.architecture-diagram > article strong { color: var(--navy); font-size: 1.03rem; line-height: 1.25; }
.architecture-diagram > article p { margin: 8px 0 0; color: var(--ink-600); font-size: .75rem; line-height: 1.5; }
.architecture-diagram__arrow { display: grid; place-items: center; color: var(--magenta); font-size: 1.4rem; font-style: normal; font-weight: 900; }
.architecture-diagram__branch { grid-column: 1 / -1; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 13px; margin-top: 4px; padding: 15px 18px; color: #fff; background: linear-gradient(100deg, var(--violet), var(--magenta)); border-radius: 14px; }
.architecture-diagram__branch span { font-size: .65rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.architecture-diagram__branch strong { font-size: .82rem; }
.billing-flow { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 12px; margin: 35px 0 18px; }
.billing-flow > article { min-height: 128px; display: flex; flex-direction: column; justify-content: center; padding: 19px; color: #fff; background: linear-gradient(145deg, #2b193f, #4c245d); border-radius: 17px; box-shadow: var(--shadow-sm); }
.billing-flow > article span { margin-bottom: 8px; color: #f2a4c0; font-size: .62rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.billing-flow > article strong { font-size: .94rem; line-height: 1.3; }
.billing-flow > i { color: var(--magenta); font-size: 1.35rem; font-style: normal; font-weight: 900; }
.billing-flow__monitor { display: flex; align-items: center; gap: 11px; margin: 0 0 42px; padding: 14px 17px; color: #17634c; background: #e6f6ef; border: 1px solid #c2e6d8; border-radius: 13px; font-size: .79rem; font-weight: 800; }
.billing-flow__monitor span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--green); border-radius: 50%; }
.proof-note { margin: 30px 0; padding: 20px 22px; color: #5b5060; background: #f8f5f9; border-left: 4px solid var(--magenta); border-radius: 0 14px 14px 0; font-size: .83rem; }
.district-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin: 32px 0; }
.district-facts > article { min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; padding: 23px; overflow: hidden; background: linear-gradient(145deg, #fff, #f6f1f8); border: 1px solid var(--line); border-radius: 19px; box-shadow: var(--shadow-sm); }
.district-facts > article > span { color: var(--magenta); font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 900; letter-spacing: -.065em; line-height: .95; }
.district-facts h3 { margin: 13px 0 6px; font-size: 1rem; }
.district-facts p { margin: 0; color: var(--ink-600); font-size: .76rem; line-height: 1.45; }
.district-chart { margin: 35px 0; padding: clamp(22px, 4vw, 34px); background: #241637; border-radius: 23px; box-shadow: var(--shadow-md); }
.district-chart > span { display: block; margin-bottom: 22px; color: #f1a1bf; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.district-chart__row { display: grid; grid-template-columns: minmax(130px, .48fr) minmax(0, 1fr) 62px; align-items: center; gap: 14px; margin-top: 15px; color: #fff; }
.district-chart__row > span { font-size: .77rem; font-weight: 760; }
.district-chart__track { height: 13px; overflow: hidden; background: rgba(255,255,255,.1); border-radius: 999px; }
.district-chart__bar { height: 100%; display: block; min-width: 8px; background: linear-gradient(90deg, #9d5fc2, #e24483, #f28b52); border-radius: inherit; box-shadow: 0 0 17px rgba(225,63,126,.34); }
.district-chart__bar--current { width: 2%; }
.district-chart__bar--target { width: 19%; }
.district-chart__bar--suitable { width: 90%; }
.district-chart__row b { color: #fff; font-size: .82rem; text-align: right; }
.district-chart p { margin: 21px 0 0; color: rgba(255,255,255,.58); font-size: .68rem; }
.scheme-finance { margin: 38px 0; padding: clamp(23px, 4vw, 36px); background: linear-gradient(145deg, #fbf9fc, #f2eef6); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-sm); }
.scheme-finance__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.scheme-finance__head > div > span { color: var(--magenta); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.scheme-finance__head h3 { margin: 5px 0 0; font-size: 1.35rem; }
.scheme-finance__legend { display: flex; flex-wrap: wrap; gap: 12px; color: var(--ink-600); font-size: .68rem; font-weight: 780; }
.scheme-finance__legend span { display: flex; align-items: center; gap: 6px; }
.scheme-finance__legend i { width: 9px; height: 9px; background: var(--magenta); border-radius: 3px; }
.scheme-finance__legend span:last-child i { background: var(--orange); }
.scheme-finance__plot { height: 230px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: end; gap: clamp(8px, 2vw, 20px); padding: 18px 16px 0; border-bottom: 1px solid var(--line-strong); background-image: repeating-linear-gradient(to top, transparent 0 53px, rgba(91,67,112,.08) 54px 55px); border-radius: 15px 15px 0 0; }
.scheme-finance__month { height: 100%; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 4px; position: relative; }
.scheme-finance__month i { display: block; border-radius: 6px 6px 2px 2px; }
.scheme-finance__month i:first-child { height: var(--revenue); background: linear-gradient(180deg, #c13c82, #6f3e94); }
.scheme-finance__month i:nth-child(2) { height: var(--cost); background: linear-gradient(180deg, #f29058, #db534d); }
.scheme-finance__month span { position: absolute; right: 0; bottom: -27px; left: 0; color: var(--ink-500); font-size: .6rem; font-weight: 760; text-align: center; }
.scheme-finance__month--1 { --revenue: 57%; --cost: 48%; }
.scheme-finance__month--2 { --revenue: 69%; --cost: 59%; }
.scheme-finance__month--3 { --revenue: 76%; --cost: 62%; }
.scheme-finance__month--4 { --revenue: 65%; --cost: 50%; }
.scheme-finance__month--5 { --revenue: 84%; --cost: 64%; }
.scheme-finance__month--6 { --revenue: 91%; --cost: 67%; }
.scheme-finance > p { margin: 42px 0 0; color: var(--ink-500); font-size: .7rem; }

@media (max-width: 780px) {
    .platform-comparison__lane { grid-template-columns: 1fr; }
    .platform-comparison__lane > b { width: max-content; }
    .architecture-diagram, .billing-flow { grid-template-columns: 1fr; }
    .architecture-diagram__arrow, .billing-flow > i { min-height: 24px; transform: rotate(90deg); }
    .architecture-diagram__branch { grid-column: 1; grid-template-columns: 1fr; }
    .architecture-diagram > article, .billing-flow > article { min-height: 0; }
    .district-facts { grid-template-columns: 1fr; }
    .district-chart__row { grid-template-columns: 1fr 52px; }
    .district-chart__track { grid-column: 1 / -1; grid-row: 2; }
    .scheme-finance__head { align-items: flex-start; flex-direction: column; }
    .scheme-finance__plot { height: 200px; gap: 7px; padding-inline: 8px; }
}

/* Solutions / partners / CTA */
.featured-solutions { position: relative; background: var(--surface-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.solution-card { overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), box-shadow .28s var(--ease); }
.solution-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.solution-card__image { position: relative; display: block; min-height: 245px; overflow: hidden; background: linear-gradient(135deg, var(--navy), var(--violet)); text-decoration: none; }
.solution-card__image::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(180deg, rgba(25,13,38,.04), rgba(25,13,38,.42)), var(--card-image); background-position: center; background-size: cover; transition: transform .5s var(--ease); }
.solution-card:hover .solution-card__image::before { transform: scale(1.045); }
.solution-card__image > span { position: absolute; right: 17px; bottom: 15px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--white); background: rgba(24,12,37,.7); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; backdrop-filter: blur(10px); font-size: .72rem; font-weight: 850; }
.solution-card__body { padding: 25px 26px 27px; }
.solution-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.32rem; line-height: 1.25; }
.solution-card h3 a { text-decoration: none; }
.solution-card p { min-height: 76px; margin: 0 0 20px; color: var(--ink-600); font-size: .94rem; }
.partner-section { background: var(--white); }
.partner-heading { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; color: var(--ink-500); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.partner-heading i { height: 1px; flex: 1; background: var(--line); }
.partner-cloud { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.partner-cloud a { min-height: 105px; display: grid; place-items: center; padding: 15px; overflow: hidden; background: #f1f2f5; border: 1px solid #e5e6ea; border-radius: 15px; transition: transform .2s ease, border-color .2s ease; }
.partner-cloud a:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.partner-cloud img { width: 100%; max-width: 190px; max-height: 76px; object-fit: contain; mix-blend-mode: multiply; filter: saturate(.82); }
.cta-band { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(115deg, #2b183f 0%, #5b2868 57%, #a02b62 100%); }
.cta-band__shape { position: absolute; top: -170px; right: -110px; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.cta-band__shape::before, .cta-band__shape::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.cta-band__shape::before { inset: 55px; }
.cta-band__shape::after { inset: 112px; }
.cta-band__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 54px; padding-block: clamp(70px, 8vw, 105px); }
.cta-band h2 { max-width: 810px; margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.3rem); font-weight: 850; letter-spacing: -.055em; line-height: 1.02; }
.cta-band p { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.76); font-size: 1.05rem; }

/* Interior pages */
.page-hero { position: relative; min-height: clamp(460px, 55vw, 610px); display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--navy); isolation: isolate; }
.page-hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background-image: var(--hero-image); background-position: center; background-size: cover; transform: scale(1.02); }
.page-hero__overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(24,13,37,.94), rgba(38,18,54,.75) 55%, rgba(24,10,35,.38)), linear-gradient(0deg, rgba(18,9,29,.6), transparent 55%); }
.page-hero__content { padding-block: 100px 58px; }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.8rem, 6.4vw, 6rem); font-weight: 850; letter-spacing: -.06em; line-height: .98; text-wrap: balance; }
.page-hero__content > p { max-width: 780px; margin: 24px 0 0; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 2vw, 1.26rem); line-height: 1.62; }
.hero-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; color: rgba(255,255,255,.58); font-size: .76rem; }
.hero-breadcrumb a { color: rgba(255,255,255,.83); text-decoration: none; }
.hero-breadcrumb strong { color: var(--white); font-weight: 700; }
.page-hero--compact { min-height: 390px; }
.page-hero--compact h1 { font-size: clamp(2.6rem, 5.5vw, 4.8rem); }
.page-content__layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: clamp(50px, 8vw, 110px); }
.page-content .cms-content { max-width: 820px; }
.page-content .source-exact-content, .contact-copy .source-exact-content { padding-block: 0; }
.page-aside { position: sticky; top: 150px; display: grid; gap: 18px; }
.aside-card { padding: 28px; color: var(--white); background: linear-gradient(145deg, var(--navy), #46235c); border-radius: 20px; box-shadow: var(--shadow-md); }
.aside-card h2 { margin: 0 0 12px; font-size: 1.65rem; line-height: 1.15; }
.aside-card p { margin: 0 0 21px; color: rgba(255,255,255,.72); font-size: .91rem; }
.aside-card .button { width: 100%; }
.aside-nav { overflow: hidden; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 18px; }
.aside-nav h2 { margin: 0; padding: 18px 20px 13px; color: var(--ink-600); font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.aside-nav a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 20px; color: var(--ink-700); border-top: 1px solid var(--line); font-size: .9rem; font-weight: 750; text-decoration: none; }
.aside-nav a:hover, .aside-nav a.is-active { color: var(--magenta); background: var(--white); }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.related-grid article { position: relative; padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-sm); }
.related-grid article > span { display: block; margin-bottom: 23px; color: var(--rose); font-size: .75rem; font-weight: 850; }
.related-grid h3 { margin: 0 0 9px; color: var(--navy); font-size: 1.3rem; line-height: 1.2; }
.related-grid h3 a { text-decoration: none; }
.related-grid p { margin: 0 0 22px; color: var(--ink-600); font-size: .92rem; }
.legal-page { background: var(--surface-soft); }
.legal-page__updated { margin: 0 0 24px; color: var(--ink-500); font-size: .8rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.cms-content--legal { padding: clamp(28px, 5vw, 62px); background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-sm); }
.cms-content--legal h2 { font-size: clamp(1.9rem, 3vw, 2.65rem); }
.cms-content--legal h3 { margin-top: 36px; font-size: 1.25rem; }

/* Contact */
.contact-section { background: linear-gradient(180deg, var(--surface), var(--surface-soft)); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: start; gap: clamp(34px, 6vw, 82px); }
.contact-grid > *, .contact-form, .form-row, .field, .checkbox-field { min-width: 0; }
.contact-details-card { position: sticky; top: calc(var(--header-height) + 28px); min-width: 0; padding: clamp(27px, 4vw, 40px); background: var(--surface-tint); border: 1px solid var(--line); border-radius: 24px; }
.contact-details-card h2 { margin: 0; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.045em; line-height: 1.08; }
.contact-details-card > p { margin: 14px 0 0; color: var(--ink-600); }
.contact-methods { display: grid; margin-top: 28px; border-top: 1px solid var(--line-strong); }
.contact-methods a { display: grid; gap: 3px; padding: 18px 2px; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-methods span { color: var(--ink-500); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-methods strong { min-width: 0; overflow-wrap: anywhere; color: var(--navy); font-size: 1.03rem; }
.contact-methods a:hover strong { color: var(--magenta); }
.contact-hq { padding: 22px 2px 0; }
.contact-hq > span { display: block; margin-bottom: 7px; color: var(--ink-500); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-hq address { overflow-wrap: anywhere; color: var(--navy); font-size: 1rem; font-style: normal; font-weight: 750; line-height: 1.6; }
.contact-form-card { padding: clamp(28px, 5vw, 48px); background: var(--white); border: 1px solid var(--line); border-radius: 25px; box-shadow: var(--shadow-md); }
.form-heading h2 { margin: 0; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.04em; line-height: 1.08; }
.form-heading p { margin: 10px 0 27px; color: var(--ink-600); font-size: .9rem; }
.contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.field { display: grid; gap: 7px; }
.field label, .field legend { color: var(--ink-800); font-size: .83rem; font-weight: 800; }
fieldset.field { min-width: 0; padding: 0; margin: 0; border: 0; }
.field legend { width: 100%; padding: 0; margin-bottom: 7px; }
.field legend span { display: block; margin-top: 3px; color: var(--ink-500); font-size: .72rem; font-weight: 650; }
.field input, .field textarea, .field select, .search-page-hero input { width: 100%; min-width: 0; color: var(--ink-900); border: 1px solid var(--line-strong); background: var(--surface); border-radius: 11px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { height: 49px; padding: 0 14px; }
.field textarea { min-height: 150px; padding: 13px 14px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus, .search-page-hero input:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(100,63,143,.12); }
.field small, .field-error { color: #a31e38; font-size: .78rem; }
.checkbox-field { display: grid; grid-template-columns: 19px 1fr; align-items: start; gap: 10px; color: var(--ink-600); font-size: .82rem; }
.checkbox-field input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--magenta); }
.checkbox-field span { min-width: 0; overflow-wrap: anywhere; }
.checkbox-field a { color: var(--magenta); font-weight: 700; }
.contact-form .button { justify-self: start; margin-top: 4px; }
.form-errors { padding: 14px 17px; margin-bottom: 19px; color: #83172b; background: #fff0f3; border: 1px solid #f3c9d2; border-radius: 11px; font-size: .84rem; }
.form-errors ul { margin: 7px 0 0; padding-left: 18px; }
.contact-success { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; align-items: start; margin-bottom: 30px; padding: 24px; color: #123f34; background: linear-gradient(135deg, #e4f8f0, #f5fbf8); border: 1px solid #b8e5d4; border-radius: 17px; box-shadow: 0 12px 32px rgba(18, 63, 52, .08); }
.contact-success:focus { outline: 3px solid rgba(183, 43, 120, .28); outline-offset: 4px; }
.contact-success__icon { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: #168060; border-radius: 50%; font-size: 1.45rem; font-weight: 900; box-shadow: 0 8px 20px rgba(22, 128, 96, .22); }
.contact-success > div > span { color: #168060; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-success h2 { margin: 7px 0 8px; color: var(--navy); font-size: clamp(1.5rem, 2.6vw, 2rem); letter-spacing: -.035em; line-height: 1.08; }
.contact-success p { margin: 0; color: #365f54; font-size: .88rem; line-height: 1.6; }
.contact-submit button[disabled] { cursor: wait; opacity: .72; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Search, errors, pagination */
.search-page-hero { padding-block: clamp(74px, 10vw, 125px); color: var(--white); background: radial-gradient(circle at 80% 10%, rgba(220,51,98,.35), transparent 31%), linear-gradient(120deg, var(--navy), #472359); }
.search-page-hero h1 { max-width: 770px; margin: 0 0 30px; font-size: clamp(2.7rem, 6vw, 5.2rem); letter-spacing: -.06em; line-height: 1; }
.search-page-hero form { display: flex; gap: 11px; max-width: 780px; }
.search-page-hero input { min-width: 0; height: 56px; flex: 1; padding: 0 18px; border: 0; }
.result-count { margin: 0 0 25px; color: var(--ink-500); font-size: .83rem; font-weight: 750; }
.result-list { display: grid; gap: 17px; }
.result-list article { padding: 27px 29px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-sm); }
.result-list article > span { color: var(--magenta); font-size: .71rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.result-list h2 { margin: 7px 0 8px; color: var(--navy); font-size: 1.45rem; line-height: 1.2; }
.result-list h2 a { text-decoration: none; }
.result-list p { margin: 0 0 16px; color: var(--ink-600); font-size: .94rem; }
.empty-state { padding: clamp(35px, 7vw, 70px); text-align: center; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 24px; }
.empty-state h2 { margin: 0 0 9px; color: var(--navy); font-size: 2rem; }
.error-page { min-height: 65vh; display: grid; place-items: center; padding-block: 90px; text-align: center; background: radial-gradient(circle at 50% 0, var(--surface-tint), transparent 55%); }
.error-page .container { max-width: 740px; }
.error-page > .container > span { display: block; color: var(--rose); font-size: clamp(4rem, 10vw, 8rem); font-weight: 900; letter-spacing: -.08em; line-height: .9; }
.error-page h1 { margin: 20px 0 12px; color: var(--navy); font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.05em; line-height: 1.02; }
.error-page p { max-width: 600px; margin: 0 auto 28px; color: var(--ink-600); font-size: 1.05rem; }
.error-page .button-row { justify-content: center; }
.pagination { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin: 34px 0 0; padding: 0; list-style: none; }
.page-item .page-link { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 11px; color: var(--ink-700); background: var(--white); border: 1px solid var(--line); border-radius: 9px; text-decoration: none; }
.page-item.active .page-link { color: var(--white); background: var(--violet); border-color: var(--violet); }
.page-item.disabled .page-link { opacity: .45; }

/* Footer */
.site-footer { position: relative; overflow: hidden; color: rgba(255,255,255,.72); background: #160d22; }
.site-footer__glow { position: absolute; top: -190px; left: 14%; width: 460px; height: 350px; background: radial-gradient(circle, rgba(155,44,111,.24), transparent 68%); pointer-events: none; }
.site-footer__grid { position: relative; display: grid; grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(145px, .65fr)); gap: clamp(35px, 6vw, 82px); padding-block: 78px 62px; }
.brand--footer { display: inline-flex; padding: 0; background: transparent; border-radius: 0; }
.brand--footer img { width: 205px; filter: drop-shadow(0 1px 0 rgba(255,255,255,.48)) drop-shadow(0 5px 15px rgba(0,0,0,.22)); }
.footer-brand > p { max-width: 390px; margin: 22px 0 0; color: rgba(255,255,255,.58); font-size: .92rem; }
.site-footer h2 { margin: 8px 0 20px; color: var(--white); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.footer-links a, .footer-contact > a { color: rgba(255,255,255,.72); font-size: .9rem; text-decoration: none; }
.footer-links a:hover, .footer-contact > a:hover { color: var(--white); }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-contact .contact-link { color: rgba(255,255,255,.76); }
.footer-contact .contact-link svg { color: #e481a9; }
.footer-contact p { margin: 3px 0 7px; color: rgba(255,255,255,.52); font-size: .86rem; white-space: pre-line; }
.social-links { display: flex; gap: 8px; margin-top: 20px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; font-size: .85rem; font-weight: 800; text-decoration: none; }
.social-links a:hover { background: rgba(255,255,255,.1); }
.site-footer__bottom { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 76px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom div { display: flex; gap: 18px; }
.site-footer__bottom a { color: rgba(255,255,255,.62); text-decoration: none; }
.site-footer__bottom a:hover { color: var(--white); }

/* Reveal enhancement */
[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes orbitReverse { to { transform: rotate(-360deg); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 11px rgba(98,226,179,0); } 100% { box-shadow: 0 0 0 0 rgba(98,226,179,0); } }
@keyframes scrollCue { 0%,100% { transform: scaleY(.6); transform-origin: top; opacity: .45; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes header-accent-flow { to { background-position: 240% 0; } }
@keyframes nav-item-arrive { from { opacity: 0; transform: translateY(-9px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-scene { 0% { filter: saturate(.82) brightness(.82); transform: scale(1.075) translate3d(0, 0, 0); } 100% { filter: saturate(1.02) brightness(.96); transform: scale(1.018) translate3d(-.5%, -.25%, 0); } }
@keyframes hero-backdrop-pulse { from { filter: saturate(.9); opacity: .93; } to { filter: saturate(1.12); opacity: 1; } }
@keyframes hero-light-sweep { 0%, 18% { background-position: 180% 0, 0 0; opacity: .55; } 62%, 100% { background-position: -80% 0, 0 0; opacity: 1; } }
@keyframes hero-copy-arrive { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* Tablet */
@media (max-width: 1100px) {
    :root { --header-height: 76px; }
    .utility-bar { display: none; }
    .menu-toggle { display: inline-flex; }
    .navigation-panel { position: fixed; z-index: 100; inset: var(--header-height) 0 0; display: block; padding: 18px 20px 34px; overflow-y: auto; background: var(--white); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .22s ease, transform .22s ease; }
    .navigation-panel.is-open { opacity: 1; pointer-events: auto; transform: none; }
    .js .primary-nav > ul > .nav-item { animation: none; }
    .js .navigation-panel.is-open .primary-nav > ul > .nav-item { animation: nav-item-arrive .42s var(--ease) both; }
    .js .navigation-panel.is-open .primary-nav > ul > .nav-item:nth-child(2) { animation-delay: 45ms; }
    .js .navigation-panel.is-open .primary-nav > ul > .nav-item:nth-child(3) { animation-delay: 90ms; }
    .js .navigation-panel.is-open .primary-nav > ul > .nav-item:nth-child(4) { animation-delay: 135ms; }
    .js .navigation-panel.is-open .primary-nav > ul > .nav-item:nth-child(5) { animation-delay: 180ms; }
    .primary-nav > ul { display: block; }
    .nav-item { display: block; border-bottom: 1px solid var(--line); }
    .nav-link-row { justify-content: space-between; }
    .nav-link-row > a { min-height: 57px; flex: 1; padding: 0; font-size: 1rem; }
    .nav-link-row > a::after { display: none; }
    .nav-link-row button { width: 45px; height: 45px; margin: 0; }
    .nav-item.submenu-open .nav-link-row button svg { transform: rotate(180deg); }
    .submenu { position: static; visibility: visible; width: auto; max-height: 0; margin: 0; padding: 0 0 0 14px; overflow: hidden; border: 0; background: transparent; border-radius: 0; box-shadow: none; opacity: 1; transform: none; transition: max-height .28s ease, padding .28s ease; }
    .submenu::before { display: none; }
    .nav-item.submenu-open > .submenu { max-height: 900px; padding-bottom: 13px; transform: none; }
    .submenu a { padding: 10px 12px; }
    .submenu a small { display: none; }
    .nav-actions { justify-content: space-between; margin-top: 22px; }
    .nav-actions .button { min-width: 180px; }
    .search-drawer { position: fixed; top: var(--header-height); bottom: 0; }
    .search-drawer__inner { min-height: 200px; align-items: flex-start; padding-top: 54px; }
    .search-close { right: 20px; }
    .home-hero { min-height: 720px; }
    .home-hero__content { grid-template-columns: minmax(0, 1fr) 320px; }
    .home-hero h1 { font-size: clamp(3.2rem, 7vw, 5.2rem); }
    .feature-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .solution-card:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: calc(50% - 11px); }
    .page-content__layout { grid-template-columns: minmax(0, 1fr) 290px; gap: 55px; }
    .site-footer__grid { grid-template-columns: 1.2fr repeat(2, .7fr); }
    .footer-contact { grid-column: 2 / -1; }
}

/* Mobile */
@media (max-width: 760px) {
    :root { --header-height: 70px; }
    .container, .container--narrow { width: min(calc(100% - 30px), var(--container)); }
    .navigation-shell__inner { gap: 16px; }
    .brand img { width: 164px; }
    .menu-toggle__label { display: none; }
    .menu-toggle { padding: 6px; border: 0; }
    .home-hero { min-height: 750px; align-items: start; }
    .home-hero__content { display: block; padding-block: 78px 100px; }
    .home-hero__copy { max-width: none; }
    .home-hero h1 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
    .home-hero__copy > p { margin-block: 22px 28px; font-size: 1.04rem; }
    .home-hero__visual { display: none; }
    .home-hero__orbits { right: -55vw; width: 115vw; }
    .hero-trust { font-size: .67rem; }
    .scroll-cue { display: none; }
    .button-row { align-items: stretch; }
    .button-row .button { flex: 1 1 190px; }
    .section-space { padding-block: 68px; }
    .section-space--tight { padding-block: 50px; }
    .section-heading { display: block; margin-bottom: 30px; }
    .section-heading > p { margin-top: 16px; }
    .intro-section { display: block; }
    .intro-section > div:first-child { position: static; margin-bottom: 28px; }
    .why-prepago-visual { width: 100%; }
    .feature-grid--two, .feature-grid--three, .feature-grid--four { grid-template-columns: 1fr; }
    .feature-card { padding: 24px; }
    .split-panel { grid-template-columns: 1fr; padding: 24px; }
    .comparison-grid { grid-template-columns: 1fr; }
    .solution-grid { grid-template-columns: 1fr; }
    .solution-card:last-child:nth-child(odd) { grid-column: auto; max-width: none; }
    .solution-card__image { min-height: 220px; }
    .solution-card p { min-height: 0; }
    .partner-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .partner-cloud a:last-child:nth-child(odd) { grid-column: 1 / -1; }
    .cta-band__inner { grid-template-columns: 1fr; gap: 30px; }
    .cta-band__inner .button { justify-self: start; }
    .page-hero { min-height: 455px; }
    .page-hero__content { padding-block: 88px 42px; }
    .page-hero h1 { font-size: clamp(2.6rem, 12vw, 4.2rem); }
    .page-hero__content > p { font-size: 1rem; }
    .hero-breadcrumb { margin-top: 25px; }
    .page-content__layout { display: block; }
    .page-aside { position: static; margin-top: 48px; }
    .related-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-details-card { position: static; }
    .contact-form-card { padding: 24px 20px; }
    .contact-success { grid-template-columns: 44px minmax(0, 1fr); padding: 19px 17px; }
    .contact-success__icon { width: 44px; height: 44px; }
    .form-row { grid-template-columns: 1fr; }
    .contact-form .button { width: 100%; justify-self: stretch; }
    .page-hero.page-hero--compact { min-height: 360px; }
    .search-page-hero form { display: grid; }
    .search-field { display: grid; }
    .search-field button { min-height: 52px; }
    .site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 24px; padding-block: 60px 45px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-contact { grid-column: 1 / -1; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
    .preview-bar { align-items: flex-start; flex-direction: column; gap: 2px; }
}

/* August 2026 public-site refinement */

/* Horizontal organisation reel */
.partner-showcase__layout { grid-template-columns: 1fr; align-items: start; gap: clamp(38px, 6vw, 68px); }
.partner-showcase__copy { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .6fr); align-items: end; gap: clamp(30px, 7vw, 100px); }
.partner-showcase__copy .eyebrow, .partner-showcase__copy h2 { grid-column: 1; }
.partner-showcase__copy h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.partner-showcase__copy p { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin-bottom: 17px; }
.partner-showcase__copy .text-link { grid-column: 2; }
.partner-reel__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 11px; }
.partner-reel__toolbar h3 { margin: 0; color: #fff; font-size: clamp(1.15rem, 2vw, 1.45rem); letter-spacing: -.02em; }
.partner-reel__controls { display: flex; gap: 8px; }
.partner-reel__controls button { width: 39px; height: 39px; display: grid; place-items: center; padding: 0; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.partner-reel__controls button:hover { background: rgba(255,255,255,.17); border-color: rgba(255,255,255,.42); transform: translateY(-2px); }
.partner-reel { width: 100%; height: auto; margin: 0; padding: 12px 0 20px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; overscroll-behavior-inline: contain; cursor: grab; touch-action: pan-x pan-y; -webkit-overflow-scrolling: touch; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%); }
.partner-reel::-webkit-scrollbar { display: none; }
.partner-reel:focus-visible { outline: 2px solid rgba(255,255,255,.75); outline-offset: 5px; border-radius: 18px; }
.partner-reel.is-dragging { cursor: grabbing; }
.partner-reel__track { width: max-content; display: flex; gap: 18px; animation: none; will-change: transform; }
.partner-reel__group { display: flex; gap: 18px; }
.partner-reel__card { width: clamp(238px, 25vw, 310px); min-height: 154px; flex: 0 0 auto; display: grid; place-items: center; padding: 28px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.17); border-radius: 19px; box-shadow: 0 18px 45px rgba(10,4,20,.14); }
.partner-reel__card:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.32); transform: translateY(-4px); }
.partner-reel__card img { width: 100%; height: 82px; max-width: 220px; max-height: 82px; object-fit: contain; mix-blend-mode: normal; pointer-events: none; user-select: none; }
@keyframes partnerRollHorizontal { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 9px)); } }

/* About overview and all About detail pages */
.about-overview { background: linear-gradient(180deg, #fff 0%, #fbf9fc 100%); }
.about-overview__intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .65fr); align-items: start; gap: clamp(45px, 8vw, 110px); }
.about-overview__intro .cms-content .content-section { padding-block: 0; }
.about-plain-card { position: sticky; top: calc(var(--header-height) + 30px); padding: clamp(30px, 4vw, 44px); color: var(--white); background: linear-gradient(145deg, var(--navy), #51275f); border-radius: 26px; box-shadow: var(--shadow-lg); }
.about-plain-card > span, .about-product-note > span { display: block; margin-bottom: 18px; color: #f2a6c1; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.about-plain-card h2 { margin: 0 0 18px; font-size: clamp(1.75rem, 3vw, 2.55rem); letter-spacing: -.04em; line-height: 1.08; }
.about-plain-card p { margin: 0; color: rgba(255,255,255,.73); line-height: 1.72; }
.about-system { margin-top: clamp(80px, 11vw, 145px); padding: clamp(35px, 6vw, 70px); color: var(--white); background: #1f1330; border-radius: 32px; }
.about-system__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); gap: 25px 80px; margin-bottom: clamp(42px, 7vw, 78px); }
.about-system__heading .eyebrow { grid-column: 1 / -1; color: #f2a6c1; }
.about-system__heading h2 { margin: 0; font-size: clamp(2.3rem, 4.7vw, 4.7rem); letter-spacing: -.06em; line-height: 1; }
.about-system__heading p { margin: 0; color: rgba(255,255,255,.67); line-height: 1.72; }
.about-system__flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; }
.about-system__flow article { min-height: 270px; display: flex; align-items: flex-start; flex-direction: column; padding: 28px 25px; border-right: 1px solid rgba(255,255,255,.12); }
.about-system__flow article:last-child { border-right: 0; }
.about-system__flow article > span { color: #ed9dbb; font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.about-system__flow h3 { margin: 25px 0 12px; font-size: 1.25rem; line-height: 1.2; }
.about-system__flow p { margin: 0 0 20px; color: rgba(255,255,255,.64); font-size: .87rem; line-height: 1.65; }
.about-system__flow a { margin-top: auto; color: var(--white); font-size: .77rem; font-weight: 800; text-decoration: none; }
.about-system__flow article > div { display: flex; gap: 13px; margin-top: auto; }
.about-directory__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.about-directory__grid > a { min-height: 285px; display: flex; flex-direction: column; padding: 30px; color: inherit; background: var(--white); border: 1px solid var(--line); border-radius: 21px; box-shadow: var(--shadow-sm); text-decoration: none; transition: transform .25s var(--ease), box-shadow .25s ease; }
.about-directory__grid > a:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.about-directory__grid > a > span { color: var(--rose); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.about-directory__grid h3 { margin: 30px 0 13px; color: var(--navy); font-size: 1.55rem; letter-spacing: -.025em; }
.about-directory__grid p { margin: 0; color: var(--ink-600); font-size: .9rem; line-height: 1.65; }
.about-directory__grid strong { display: flex; justify-content: space-between; margin-top: auto; padding-top: 25px; color: var(--violet-dark); font-size: .8rem; }
.about-directory__grid i { font-style: normal; }
.about-detail { background: linear-gradient(180deg, #fff, #fbfafc); }
.about-detail__layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; align-items: start; gap: clamp(50px, 8vw, 110px); }
.cms-content--about { max-width: 850px; }
.cms-content--about .content-section { padding-block: 0; }
.about-detail__aside { position: sticky; top: calc(var(--header-height) + 30px); display: grid; gap: 18px; }
.about-sibling-nav { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 19px; box-shadow: var(--shadow-sm); }
.about-sibling-nav > span { display: block; padding: 20px; color: var(--ink-500); font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.about-sibling-nav a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 20px; color: var(--ink-700); border-top: 1px solid var(--line); font-size: .86rem; font-weight: 760; text-decoration: none; }
.about-sibling-nav a:hover, .about-sibling-nav a.is-active { color: var(--magenta); background: var(--surface-soft); }
.about-sibling-nav i { font-style: normal; }
.about-product-note { padding: 26px; color: var(--white); background: linear-gradient(145deg, var(--navy), #4b245b); border-radius: 19px; }
.about-product-note p { margin: 0 0 20px; color: rgba(255,255,255,.7); font-size: .86rem; line-height: 1.65; }
.about-product-note a { color: var(--white); font-size: .78rem; font-weight: 820; text-decoration: none; }
.about-next__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.about-next__grid a { min-height: 160px; display: flex; flex-direction: column; padding: 24px; color: inherit; background: var(--white); border: 1px solid var(--line); border-radius: 17px; text-decoration: none; }
.about-next__grid span { color: var(--ink-500); font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.about-next__grid strong { margin-top: 20px; color: var(--navy); font-size: 1.08rem; }
.about-next__grid i { margin-top: auto; color: var(--magenta); font-style: normal; }

/* Simpler contact journey */
.contact-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); align-items: end; gap: clamp(35px, 8vw, 110px); margin-bottom: clamp(45px, 7vw, 80px); }
.contact-intro h2 { max-width: 820px; margin: 10px 0 0; color: var(--navy); font-size: clamp(2.35rem, 5vw, 4.7rem); letter-spacing: -.06em; line-height: 1; text-wrap: balance; }
.contact-intro > p { margin: 0; color: var(--ink-600); line-height: 1.75; }
.contact-grid { grid-template-columns: minmax(0, 1.18fr) minmax(320px, .7fr); }
.field label > span:not([aria-hidden]) { margin-left: 5px; color: var(--ink-500); font-size: .7rem; font-weight: 650; }
.field-hint { color: var(--ink-500) !important; }
.checkbox-field--privacy { padding: 15px 16px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 11px; }
.contact-submit { display: flex; align-items: center; gap: 18px; margin-top: 4px; }
.contact-submit > span { max-width: 250px; color: var(--ink-500); font-size: .76rem; line-height: 1.45; }
.contact-methods a { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
.contact-methods a > span, .contact-methods a > strong { grid-column: 1; }
.contact-methods a > i { grid-column: 2; grid-row: 1 / span 2; color: var(--magenta); font-style: normal; }
.contact-reassurance { margin-top: 27px; padding: 22px; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 15px; }
.contact-reassurance > strong { color: var(--navy); font-size: .88rem; }
.contact-reassurance ol { display: grid; gap: 10px; margin: 15px 0 0; padding-left: 20px; color: var(--ink-600); font-size: .81rem; }
.appointment-invite { margin-top: 25px; padding: 24px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(242,118,53,.55), transparent 35%), linear-gradient(135deg, var(--navy), #6f2b70); border-radius: 18px; box-shadow: 0 16px 34px rgba(43,23,63,.18); }
.appointment-invite > span { display: block; color: #f0cce1; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.appointment-invite h3 { margin: 7px 0 9px; color: #fff; font-size: 1.45rem; letter-spacing: -.025em; }
.appointment-invite p { margin: 0 0 18px; color: rgba(255,255,255,.82); font-size: .84rem; line-height: 1.6; }
.appointment-invite .button { width: 100%; background: #fff; color: var(--navy); }
.appointment-invite .button:hover { color: #fff; background: var(--magenta); }
.has-appointment-modal { overflow: hidden; }
.appointment-modal[hidden] { display: none; }
.appointment-modal { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; padding: 20px; }
.appointment-modal__backdrop { position: absolute; inset: 0; background: rgba(28,16,39,.72); backdrop-filter: blur(8px); }
.appointment-modal__dialog { position: relative; z-index: 1; width: min(700px, 100%); max-height: min(840px, calc(100dvh - 32px)); overflow-y: auto; padding: clamp(26px, 5vw, 43px); background: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 25px; box-shadow: 0 28px 80px rgba(26,12,37,.34); }
.appointment-modal__close { position: absolute; top: 15px; right: 16px; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; color: var(--navy); background: var(--surface-soft); border: 0; border-radius: 50%; font-size: 1.65rem; cursor: pointer; }
.appointment-modal__heading { padding-right: 36px; }
.appointment-modal__heading h2 { margin: 9px 0 10px; color: var(--navy); font-size: clamp(1.8rem, 4vw, 2.55rem); letter-spacing: -.045em; }
.appointment-modal__heading p { margin: 0 0 25px; color: var(--ink-600); line-height: 1.65; }
.appointment-request { display: grid; gap: 17px; }
.appointment-request__note { padding: 15px 17px; color: #5e4d68; background: #f8f3f8; border: 1px solid #eadbea; border-radius: 12px; font-size: .79rem; line-height: 1.55; }
.appointment-request__note strong { color: var(--navy); }
.appointment-request__error { margin-bottom: 18px; padding: 14px 16px; color: #822d3c; background: #fff0f2; border: 1px solid #efc4cb; border-radius: 11px; font-size: .82rem; line-height: 1.5; }
.appointment-request__success { padding: 28px; text-align: center; color: #245b4d; background: linear-gradient(135deg,#e5f7f0,#f8fcfa); border: 1px solid #bce2d4; border-radius: 17px; }
.appointment-request__success > span { width: 52px; height: 52px; display: grid; place-items: center; margin: auto; color: #fff; background: #168060; border-radius: 50%; font-size: 1.4rem; font-weight: 900; }
.appointment-request__success h3 { margin: 15px 0 9px; color: var(--navy); font-size: 1.45rem; }
.appointment-request__success p { margin: 0 0 20px; line-height: 1.6; }
.appointment-processing { display: flex; align-items: center; gap: 10px; padding: 12px 14px; color: #54385f; background: #f8f3f8; border: 1px solid #eadbea; border-radius: 11px; font-size: .82rem; font-weight: 750; }
.appointment-processing[hidden] { display: none; }
.appointment-processing > span { width: 17px; height: 17px; flex: 0 0 17px; border: 2px solid #dcc7dc; border-top-color: #a12878; border-radius: 50%; animation: appointment-spin .7s linear infinite; }
@keyframes appointment-spin { to { transform: rotate(360deg); } }
.appointment-picker-row { align-items: start; }
.appointment-calendar { margin-top: 10px; padding: 13px; background: #faf8fb; border: 1px solid var(--line); border-radius: 14px; }
.appointment-calendar__header { display: grid; grid-template-columns: 34px minmax(0,1fr) 34px; align-items: center; gap: 8px; margin-bottom: 10px; text-align: center; }
.appointment-calendar__header strong { color: var(--navy); font-size: .86rem; }
.appointment-calendar__nav { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 9px; font-size: 1.25rem; cursor: pointer; }
.appointment-calendar__nav:disabled { cursor: default; opacity: .3; }
.appointment-calendar__weekdays, .appointment-calendar__grid { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 4px; }
.appointment-calendar__weekdays { margin-bottom: 5px; color: var(--ink-500); font-size: .57rem; font-weight: 850; text-align: center; text-transform: uppercase; }
.appointment-calendar__grid button { position: relative; min-width: 0; aspect-ratio: 1; padding: 0; color: var(--navy); background: #fff; border: 1px solid #e6dce8; border-radius: 8px; font-size: .69rem; font-weight: 800; cursor: pointer; }
.appointment-calendar__grid button:hover:not(:disabled) { color: #fff; background: var(--magenta); border-color: var(--magenta); transform: translateY(-1px); }
.appointment-calendar__grid button.is-selected { color: #fff; background: var(--navy); border-color: var(--navy); box-shadow: 0 0 0 2px rgba(183,43,120,.22); }
.appointment-calendar__grid button.is-unavailable { color: #a7a0aa; background: #ece9ed; border-color: #ece9ed; cursor: not-allowed; text-decoration: line-through; }
.appointment-calendar__grid button.is-full::after { position: absolute; right: 3px; bottom: 2px; left: 3px; content: "Full"; font-size: .42rem; line-height: 1; text-decoration: none; }
.appointment-calendar__grid button.is-limited::after { position: absolute; right: 3px; bottom: 3px; left: 3px; height: 2px; content: ""; background: var(--orange); border-radius: 2px; }
.appointment-calendar__empty { margin: 0; color: var(--ink-600); font-size: .78rem; }
.appointment-manage { min-height: 65vh; background: linear-gradient(180deg, var(--surface), var(--surface-soft)); }
.appointment-manage__shell { max-width: 900px; }
.appointment-manage__intro { max-width: 760px; margin-bottom: 30px; }
.appointment-manage__intro h1 { margin: 10px 0 12px; color: var(--navy); font-size: clamp(2.2rem,5vw,4.2rem); letter-spacing: -.055em; line-height: 1.02; }
.appointment-manage__intro p { color: var(--ink-600); }
.appointment-notice { margin: 0 0 20px; padding: 17px 20px; border-radius: 13px; font-weight: 750; }
.appointment-notice--success { color: #205f4e; background: #e8f7f1; border: 1px solid #bae1d2; }
.appointment-notice--error { color: #852d3d; background: #fff0f2; border: 1px solid #efc5cc; }
.appointment-summary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; padding: clamp(24px,5vw,38px); background: #fff; border: 1px solid var(--line); border-radius: 23px; box-shadow: var(--shadow-md); }
.appointment-summary > div { min-width: 0; padding: 15px; background: var(--surface-soft); border-radius: 12px; }
.appointment-summary span { display: block; margin-bottom: 6px; color: var(--ink-500); font-size: .66rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.appointment-summary strong { display: block; overflow-wrap: anywhere; color: var(--navy); }
.appointment-summary__slot { grid-column: span 2; background: linear-gradient(135deg,#f7eff6,#fff7f1)!important; }
.appointment-summary__slot small { display: block; margin-top: 6px; color: var(--magenta); font-weight: 800; }
.appointment-status { display: inline-flex!important; width: auto; padding: 5px 9px; color: #7a551b!important; background: #fff0d4; border-radius: 99px; font-size: .72rem; }
.appointment-status--confirmed { color: #226651!important; background: #dff3eb; }.appointment-status--cancelled { color: #853443!important; background: #f9e5e9; }
.appointment-confirm { display: flex; align-items: center; gap: 18px; margin: 22px 0; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.appointment-confirm p { margin: 0; color: var(--ink-600); font-size: .8rem; }
.appointment-change { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 35px; margin-top: 22px; padding: clamp(24px,5vw,38px); background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.appointment-change h2 { margin: 8px 0; color: var(--navy); }.appointment-change p { color: var(--ink-600); font-size: .85rem; line-height: 1.6; }.appointment-change form { display: grid; gap: 16px; }
.appointment-cancel { margin-top: 15px; text-align: right; }.appointment-cancel button { padding: 8px; color: #9a3a48; background: none; border: 0; text-decoration: underline; cursor: pointer; }
.appointment-expired { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
@media (max-width: 680px) { .appointment-modal { padding: 8px; align-items: end; }.appointment-modal__dialog { max-height: calc(100dvh - 8px); padding: 27px 20px; border-radius: 23px 23px 0 0; }.appointment-summary { grid-template-columns: 1fr; }.appointment-summary__slot { grid-column: auto; }.appointment-confirm { align-items: stretch; flex-direction: column; }.appointment-confirm .button { width: 100%; }.appointment-change { grid-template-columns: 1fr; gap: 18px; } }

/* Public News */
.news-hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 18%, rgba(216,57,109,.35), transparent 32%), linear-gradient(125deg, #20122f, #48225a); }
.news-hero::after { position: absolute; right: -160px; bottom: -340px; width: 620px; height: 620px; content: ""; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.news-hero__inner { position: relative; z-index: 1; min-height: 310px; display: flex; justify-content: center; flex-direction: column; padding-block: 48px; }
.news-hero h1 { max-width: 850px; margin: 12px 0 18px; font-size: clamp(2.65rem, 5.2vw, 4.6rem); letter-spacing: -.065em; line-height: .96; text-wrap: balance; }
.news-hero p { max-width: 730px; margin: 0; color: rgba(255,255,255,.74); font-size: clamp(1.02rem, 2vw, 1.18rem); line-height: 1.65; }
.news-index { padding-block: clamp(48px, 6vw, 76px); background: #fbfafc; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.news-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 19px; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s ease; }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.news-card__image { position: relative; aspect-ratio: 16 / 9; display: block; overflow: hidden; background: linear-gradient(145deg, #2c183f, #9d326b); }
.news-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s var(--ease); }
.news-card:hover .news-card__image img { transform: scale(1.025); }
.news-card__image > span { width: 100%; height: 100%; display: grid; place-items: center; }
.news-card__image > span::after { width: 68px; height: 68px; content: "P"; display: grid; place-items: center; color: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.24); border-radius: 21px; font-size: 1.55rem; font-weight: 850; }
.news-card__featured { position: absolute; top: 12px; left: 12px; padding: 7px 10px; color: #fff; background: rgba(32,18,47,.86); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(10px); }
.news-card__copy { padding: 22px; }
.news-card__meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--ink-500); font-size: .69rem; font-weight: 780; text-transform: uppercase; }
.news-card h2 { margin: 14px 0 10px; color: var(--navy); font-size: clamp(1.25rem, 2vw, 1.65rem); letter-spacing: -.035em; line-height: 1.14; }
.news-card h2 a { color: inherit; text-decoration: none; }
.news-card__copy > p { margin: 0 0 18px; color: var(--ink-600); font-size: .86rem; line-height: 1.62; }
.news-empty { max-width: 780px; margin-inline: auto; padding: clamp(45px, 8vw, 85px); text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow-sm); }
.news-empty > span { width: 65px; height: 65px; display: grid; place-items: center; margin: 0 auto 22px; color: var(--magenta); background: var(--surface-tint); border-radius: 20px; font-size: 1.5rem; }
.news-empty h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.045em; }
.news-empty p { max-width: 520px; margin: 0 auto 27px; color: var(--ink-600); }
.news-article__header { padding-block: clamp(66px, 8vw, 105px) clamp(115px, 13vw, 165px); color: var(--white); background: radial-gradient(circle at 75% 20%, rgba(219,54,104,.32), transparent 31%), linear-gradient(125deg, #20122f, #48225a); }
.news-article__back { display: inline-block; margin-bottom: 38px; color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 800; text-decoration: none; }
.news-article__header h1 { max-width: 980px; margin: 14px 0 22px; font-size: clamp(2.65rem, 5.8vw, 5.2rem); letter-spacing: -.064em; line-height: .98; text-wrap: balance; }
.news-article__header p { max-width: 800px; margin: 0; color: rgba(255,255,255,.74); font-size: clamp(1.04rem, 2vw, 1.22rem); line-height: 1.65; }
.news-article__meta { display: flex; gap: 18px; margin-top: 30px; color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.news-article__cover { position: relative; z-index: 2; max-width: 900px; margin-top: clamp(-92px, -7vw, -64px); }
.news-article__cover img { width: 100%; max-height: 420px; aspect-ratio: 16 / 9; display: block; object-fit: cover; border: 7px solid var(--white); border-radius: 23px; box-shadow: var(--shadow-lg); }
.news-article__body { background: #fbfafc; }
.cms-content--article { max-width: 840px; padding: clamp(28px, 5vw, 62px); background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-sm); }
.cms-content--article h2 { margin-top: 50px; font-size: clamp(2rem, 4vw, 3rem); }
.cms-content--article h2:first-child { margin-top: 0; }
.cms-content--article p, .cms-content--article li { font-size: 1.02rem; line-height: 1.82; }
.news-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.news-related__grid > a { min-height: 230px; display: flex; flex-direction: column; padding: 27px; color: inherit; background: var(--white); border: 1px solid var(--line); border-radius: 18px; text-decoration: none; }
.news-related__grid time { color: var(--ink-500); font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.news-related__grid strong { margin: 21px 0 10px; color: var(--navy); font-size: 1.2rem; line-height: 1.25; }
.news-related__grid span { color: var(--ink-600); font-size: .84rem; line-height: 1.6; }
.news-related__grid i { margin-top: auto; padding-top: 20px; color: var(--magenta); font-style: normal; }

/* Footer hierarchy */
.site-footer__intro { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-block: 68px 55px; border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer__intro h2 { max-width: 880px; margin: 11px 0 0; color: var(--white); font-size: clamp(2.2rem, 4.7vw, 4.5rem); letter-spacing: -.06em; line-height: 1; text-transform: none; }
.site-footer__intro .button { flex: 0 0 auto; }
.site-footer__grid { grid-template-columns: minmax(240px, 1.3fr) repeat(3, minmax(150px, .7fr)); padding-block: 58px 52px; }

@media (max-width: 1050px) {
    .about-system__flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-system__flow article { border-bottom: 1px solid rgba(255,255,255,.12); }
    .about-system__flow article:nth-child(2) { border-right: 0; }
    .about-system__flow article:nth-child(n+3) { border-bottom: 0; }
    .about-next__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .partner-showcase__copy { display: block; }
    .partner-showcase__copy h2 { margin-bottom: 18px; }
    .partner-showcase__copy p { margin-bottom: 24px; }
    .partner-reel { height: auto; margin-inline: 0; padding-inline: 0; }
    .partner-reel__track, .partner-reel__group { gap: 12px; }
    .partner-reel__card { width: 230px; min-height: 135px; padding: 17px 19px; }
    .partner-reel__card img { height: 66px; }
    @keyframes partnerRollHorizontal { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 6px)); } }
    .about-overview__intro, .about-system__heading, .about-detail__layout, .contact-intro { grid-template-columns: 1fr; }
    .about-plain-card, .about-detail__aside { position: static; }
    .about-system { width: calc(100% - 30px); padding: 30px 22px; border-radius: 23px; }
    .about-system__flow, .about-directory__grid, .about-next__grid, .news-grid, .news-related__grid { grid-template-columns: 1fr; }
    .about-system__flow article { min-height: 230px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12) !important; }
    .about-system__flow article:last-child { border-bottom: 0 !important; }
    .about-directory__grid > a { min-height: 245px; }
    .contact-intro { gap: 20px; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-submit { align-items: stretch; flex-direction: column; }
    .contact-submit .button { width: 100%; }
    .news-hero__inner { min-height: 255px; padding-block: 39px; }
    .news-grid { gap: 14px; }
    .news-card { display: grid; grid-template-columns: 120px minmax(0, 1fr); border-radius: 15px; }
    .news-card__image { min-height: 100%; aspect-ratio: auto; }
    .news-card__copy { padding: 17px; }
    .news-card__copy > p { display: none; }
    .news-card h2 { margin: 10px 0 13px; font-size: 1.15rem; }
    .news-card .text-link { font-size: .76rem; }
    .news-card__featured { top: 8px; left: 8px; padding: 5px 7px; font-size: .52rem; }
    .news-article__header { padding-bottom: 105px; }
    .news-article__cover { width: calc(100% - 30px); margin-top: -72px; }
    .news-article__cover img { max-height: 240px; border-width: 5px; border-radius: 19px; }
    .cms-content--article { padding: 27px 21px; border-radius: 18px; }
    .site-footer__intro { align-items: flex-start; flex-direction: column; padding-block: 56px 44px; }
    .site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
    .partner-reel { overflow-x: auto; mask-image: none; }
    .partner-reel__track { animation: none; }
    .partner-reel__group[aria-hidden="true"] { display: none; }
}

/* Case studies */
.case-studies-page { overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fbf9fc 100%); }
.cms-content--case-studies { max-width: none; }
.cms-content--case-studies > section { margin-top: clamp(76px, 10vw, 132px); }
.cms-content--case-studies > section:first-child { margin-top: 0; }
.case-study-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: start; gap: clamp(36px, 7vw, 96px); }
.case-study-intro__copy > h2 { max-width: 870px; margin-top: 13px; }
.case-study-intro__copy > p:not(.lead) { max-width: 820px; line-height: 1.75; }
.case-study-note { position: relative; overflow: hidden; padding: clamp(27px, 4vw, 40px); color: #fff; background: linear-gradient(145deg, #21122e, #643167); border-radius: 24px; box-shadow: 0 24px 60px rgba(37, 17, 48, .18); }
.case-study-note::after { position: absolute; right: -55px; bottom: -75px; width: 180px; height: 180px; content: ""; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.04), 0 0 0 62px rgba(255,255,255,.03); }
.case-study-note strong { position: relative; z-index: 1; display: block; margin-bottom: 11px; font-size: 1.25rem; }
.case-study-note p { position: relative; z-index: 1; margin: 0 0 18px; color: rgba(255,255,255,.78); line-height: 1.65; }
.case-study-note span { position: relative; z-index: 1; display: inline-flex; padding: 7px 10px; color: #ffe3ef; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: .7rem; font-weight: 800; }

.case-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-md); }
.case-metrics article { min-width: 0; padding: clamp(24px, 4vw, 38px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-metrics article:nth-child(3n) { border-right: 0; }
.case-metrics article:nth-last-child(-n+3) { border-bottom: 0; }
.case-metrics strong { display: block; margin-bottom: 5px; color: var(--magenta); font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.06em; line-height: 1; }
.case-metrics strong.metric-counter-ready { font-variant-numeric: tabular-nums; transform-origin: left center; }
.case-metrics strong.is-counting { animation: case-metric-pop 1.5s cubic-bezier(.2,.8,.2,1) both; }
@keyframes case-metric-pop { 0% { opacity: .38; transform: translateY(8px) scale(.96); } 45% { opacity: 1; transform: translateY(0) scale(1.025); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
.case-metrics span { display: block; color: var(--navy); font-size: .9rem; font-weight: 820; }
.case-metrics small { display: block; margin-top: 7px; color: var(--ink-500); font-size: .68rem; line-height: 1.45; }
.case-metrics .case-metric-detail { margin-top: 7px; color: var(--ink-500); font-size: .68rem; font-weight: 500; line-height: 1.45; }

.case-study-section__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .62fr); gap: 8px clamp(40px, 7vw, 100px); align-items: end; margin-bottom: clamp(34px, 5vw, 58px); }
.case-study-section__heading .eyebrow { grid-column: 1; }
.case-study-section__heading h2 { grid-column: 1; margin: 7px 0 0; }
.case-study-section__heading > p { grid-column: 2; grid-row: 1 / span 2; margin: 0; color: var(--ink-600); line-height: 1.72; }
.case-study-section--tint { padding: clamp(30px, 6vw, 70px); background: linear-gradient(145deg, #f7f2f8, #fff7f4); border: 1px solid #eee3ed; border-radius: 30px; }

.case-range-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.case-range-grid article { padding: 26px 24px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s ease; }
.case-range-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.case-range-grid article > span { color: var(--magenta); font-size: .67rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.case-range-grid strong { display: block; margin: 15px 0 9px; color: var(--navy); font-size: 1.25rem; letter-spacing: -.03em; }
.case-range-grid p { margin: 0; color: var(--ink-600); font-size: .86rem; line-height: 1.62; }

.case-study-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.case-study-card { position: relative; overflow: hidden; padding: clamp(26px, 4vw, 38px); background: #fff; border: 1px solid var(--line); border-radius: 21px; box-shadow: var(--shadow-sm); }
.case-study-card::before { position: absolute; top: 0; right: 0; width: 84px; height: 5px; content: ""; background: linear-gradient(90deg, var(--magenta), var(--orange)); border-radius: 0 0 0 5px; }
.case-study-card--wide { grid-column: 1 / -1; }
.case-study-card__tag { color: var(--magenta); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.case-study-card h3 { margin: 15px 0 12px; font-size: clamp(1.4rem, 2.3vw, 1.9rem); }
.case-study-card p { margin: 0 0 18px; color: var(--ink-600); line-height: 1.65; }
.case-study-card ul { margin: 0; padding: 0; list-style: none; }
.case-study-card li { position: relative; padding-left: 19px; color: var(--ink-800); font-size: .88rem; font-weight: 700; }
.case-study-card li::before { position: absolute; top: .55em; left: 0; width: 7px; height: 7px; content: ""; background: var(--magenta); border-radius: 50%; }

.case-activity { display: grid; grid-template-columns: minmax(0, .8fr) minmax(380px, 1.2fr); gap: clamp(42px, 8vw, 110px); align-items: center; }
.case-activity .case-study-section__heading { display: block; margin: 0; }
.case-activity .case-study-section__heading h2 { margin-top: 12px; }
.case-activity .case-study-section__heading > p { margin-top: 18px; }
.case-bars { display: grid; gap: 18px; padding: clamp(25px, 4vw, 36px); background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-md); }
.case-bars article > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 8px; }
.case-bars strong { color: var(--navy); font-size: .85rem; }
.case-bars article > div:first-child span { color: var(--ink-500); font-size: .7rem; font-weight: 760; }
.case-bar { height: 11px; overflow: hidden; background: #eee8f0; border-radius: 999px; }
.case-bar > span { height: 100%; display: block; background: linear-gradient(90deg, var(--magenta), var(--orange)); border-radius: inherit; transform-origin: left; animation: case-bar-grow .9s var(--ease) both; }
.case-bar--100 { width: 100%; }.case-bar--78 { width: 78%; }.case-bar--49 { width: 49%; }.case-bar--42 { width: 42%; }
.case-chart-note { margin: 11px 4px 0; color: var(--ink-500); font-size: .68rem; }
@keyframes case-bar-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.case-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; counter-reset: capability; }
.case-capability-grid article { padding: 27px 24px; background: #fff; border-top: 3px solid transparent; border-image: linear-gradient(90deg, var(--magenta), var(--orange)) 1; box-shadow: 0 16px 45px rgba(44, 24, 55, .07); }
.case-capability-grid article > span { display: inline-grid; width: 36px; height: 36px; place-items: center; color: #fff; background: var(--navy); border-radius: 11px; font-size: .69rem; font-weight: 850; }
.case-capability-grid h3 { margin: 18px 0 9px; font-size: 1.2rem; }
.case-capability-grid p { margin: 0; color: var(--ink-600); font-size: .84rem; line-height: 1.62; }

.case-history { display: grid; grid-template-columns: minmax(0, .75fr) minmax(470px, 1.25fr); gap: clamp(42px, 7vw, 90px); align-items: center; padding: clamp(34px, 6vw, 70px); color: #fff; background: linear-gradient(140deg, #1d1129, #4d245a 70%, #7e2d68); border-radius: 30px; box-shadow: 0 28px 72px rgba(36, 16, 46, .2); }
.case-history h2 { margin: 12px 0 17px; color: #fff; }
.case-history__copy p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.72; }
.case-history__metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.case-history__metrics article { padding: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; }
.case-history__metrics article:last-child { grid-column: 1 / -1; }
.case-history__metrics strong { display: block; margin-bottom: 5px; color: #fff; font-size: clamp(1.6rem, 3vw, 2.5rem); letter-spacing: -.05em; }
.case-history__metrics span { color: rgba(255,255,255,.7); font-size: .73rem; font-weight: 760; }

.case-method { padding: clamp(30px, 5vw, 54px); background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-sm); }
.case-method h2 { max-width: 780px; margin-top: 12px; }
.case-method__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 55px; margin-top: 27px; }
.case-method__grid ul { margin: 0; }
.case-method__grid li { color: var(--ink-700); line-height: 1.6; }
.case-method > p { margin: 28px 0 0; padding-top: 20px; color: var(--ink-500); border-top: 1px solid var(--line); font-size: .78rem; }

.case-studies-related__links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.case-studies-related__links a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 19px 21px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 14px; font-weight: 800; transition: transform .22s var(--ease), border-color .22s ease; }
.case-studies-related__links a:hover { transform: translateY(-3px); border-color: rgba(183,43,120,.35); }
.case-studies-related__links i { color: var(--magenta); font-style: normal; }

@media (max-width: 980px) {
    .case-study-intro, .case-activity, .case-history { grid-template-columns: 1fr; }
    .case-study-section__heading { grid-template-columns: 1fr; }
    .case-study-section__heading > p { grid-column: 1; grid-row: auto; }
    .case-range-grid, .case-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .case-studies-related__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .cms-content--case-studies > section { margin-top: 72px; }
    .case-metrics, .case-study-grid, .case-range-grid, .case-capability-grid, .case-history__metrics, .case-method__grid, .case-studies-related__links { grid-template-columns: 1fr; }
    .case-metrics article, .case-metrics article:nth-child(3n), .case-metrics article:nth-last-child(-n+3) { border-right: 0; border-bottom: 1px solid var(--line); }
    .case-metrics article:last-child { border-bottom: 0; }
    .case-study-card--wide, .case-history__metrics article:last-child { grid-column: auto; }
    .case-study-section--tint, .case-history { padding: 28px 20px; border-radius: 23px; }
    .case-bars article > div:first-child { align-items: start; flex-direction: column; gap: 2px; }
}

@media (prefers-reduced-motion: reduce) {
    .case-bar > span { animation: none; }
}

/* Secure embedded SnugZone signup */
.signup-embed-hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 80% 15%, rgba(214,53,105,.27), transparent 25%), linear-gradient(125deg, #211133, #46235d); }
.signup-embed-hero::after { position: absolute; right: -80px; bottom: -220px; width: 430px; height: 430px; content: ""; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.025), 0 0 0 104px rgba(255,255,255,.018); }
.signup-embed-hero__inner { position: relative; z-index: 1; min-height: 335px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: 66px; }
.signup-back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 35px; color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 800; text-decoration: none; }
.signup-back-link:hover { color: var(--white); }
.signup-embed-hero .eyebrow { color: #f3b8cf; }
.signup-embed-hero h1 { margin: 10px 0 9px; color: var(--white); font-size: clamp(2.7rem, 6vw, 5rem); letter-spacing: -.05em; line-height: .98; }
.signup-embed-hero p { margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.signup-embed-section { padding-block: clamp(55px, 7vw, 95px); background: var(--surface-soft); }
.signup-embed-layout { display: grid; grid-template-columns: minmax(240px, 340px) minmax(0, 1fr); align-items: start; gap: 28px; }
.signup-embed-intro { position: sticky; top: calc(var(--header-height) + 28px); display: grid; gap: 20px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 18px 50px rgba(40,22,57,.08); }
.signup-embed-intro h2 { margin: 0 0 10px; color: var(--navy); font-size: 1.45rem; letter-spacing: -.025em; }
.signup-embed-intro p:not(.signup-card__meta) { margin: 0; color: var(--ink-600); line-height: 1.65; }
.signup-embed-shell { position: relative; min-width: 0; overflow: hidden; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 20px 60px rgba(40,22,57,.1); scroll-margin-top: calc(var(--header-height) + 20px); }
.signup-embed-shell iframe { width: 100%; display: block; border: 0; border-radius: 14px; opacity: 0; transition: opacity .25s ease, height .28s ease; }
.signup-embed-shell iframe.is-loaded { opacity: 1; }
.signup-embed-loading { position: absolute; z-index: 2; inset: 10px 10px 64px; display: grid; place-content: center; justify-items: center; gap: 8px; color: var(--ink-600); background: linear-gradient(145deg, #fff, #f8f4fa); border-radius: 14px; text-align: center; }
.signup-embed-loading[hidden] { display: none; }
.signup-embed-loading span { width: 42px; height: 42px; margin-bottom: 8px; border: 4px solid #eadfee; border-top-color: var(--magenta); border-radius: 50%; animation: signupSpin .8s linear infinite; }
.signup-embed-loading strong { color: var(--navy); }
.signup-embed-loading small { color: var(--ink-600); }
.signup-embed-complete { display: flex; align-items: center; gap: 10px; padding: 15px 17px; margin: 10px 0 0; color: #126346; background: #e3f6ee; border-radius: 12px; font-size: .86rem; }
.signup-embed-complete[hidden] { display: none; }
.signup-embed-complete span { width: 27px; height: 27px; display: grid; place-items: center; color: var(--white); background: #19825e; border-radius: 50%; font-weight: 850; }
.signup-embed-fallback { margin: 0; padding: 15px 12px 7px; color: var(--ink-600); font-size: .78rem; text-align: center; }
.signup-embed-fallback a { color: var(--violet-dark); font-weight: 800; }
.signup-embed-unavailable { min-height: 430px; display: grid; place-content: center; justify-items: center; padding: 45px; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 20px 60px rgba(40,22,57,.1); }
.signup-embed-unavailable > span { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 20px; color: #9e2049; background: #fce8ef; border-radius: 20px; font-size: 1.5rem; font-weight: 850; }
.signup-embed-unavailable h2 { margin: 0 0 11px; color: var(--navy); font-size: clamp(1.6rem, 3vw, 2.2rem); }
.signup-embed-unavailable p { max-width: 560px; margin: 0 0 24px; color: var(--ink-600); line-height: 1.7; }
@keyframes signupSpin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
    .signup-embed-layout { grid-template-columns: 1fr; }
    .signup-embed-intro { position: static; }
}

@media (max-width: 760px) {
    .signup-embed-hero__inner { min-height: 300px; padding-block: 55px; }
    .signup-back-link { margin-bottom: 27px; }
    .signup-embed-intro { padding: 23px; }
    .signup-embed-shell { padding: 5px; border-radius: 16px; }
    .signup-embed-shell iframe { border-radius: 12px; }
    .signup-embed-loading { inset: 5px 5px 65px; }
    .signup-embed-unavailable { min-height: 380px; padding: 32px 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .signup-embed-loading span { animation: none; }
    .signup-embed-shell iframe { transition: none; }
}

@media (max-width: 420px) {
    .container, .container--narrow { width: min(calc(100% - 24px), var(--container)); }
    .brand img { width: 150px; }
    .home-hero h1 { font-size: 2.75rem; }
    .hero-trust i { display: none; }
    .hero-trust { gap: 7px 14px; }
    .partner-cloud { grid-template-columns: 1fr; }
    .partner-cloud a:last-child:nth-child(odd) { grid-column: auto; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .footer-brand, .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero__slide { display: none; transition: none; transform: none; }
    .home-hero__slide:first-child { display: block; opacity: 1; }
    .home-hero__controls { display: none; }
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js [data-reveal] { opacity: 1; transform: none; }
}

/* Prepagoplatform signup directory */
.nav-portal-button { padding-inline: 14px; font-size: .79rem; }
.signup-hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 20%, rgba(209, 50, 101, .3), transparent 28%), linear-gradient(125deg, #211133 0%, #3e2058 58%, #5d234e 100%); }
.signup-hero::after { position: absolute; right: -120px; bottom: -210px; width: 520px; height: 520px; content: ""; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.02); }
.signup-hero__inner { position: relative; z-index: 1; min-height: 430px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 80px; padding-block: 90px; }
.signup-hero__inner > div:first-child { max-width: 780px; }
.signup-hero .eyebrow { color: #f5b9d1; }
.signup-hero h1 { max-width: 760px; margin: 13px 0 22px; color: var(--white); font-size: clamp(3.1rem, 6vw, 6.1rem); letter-spacing: -.055em; line-height: .96; }
.signup-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.65vw, 1.3rem); line-height: 1.65; }
.signup-hero__mark { display: flex; align-items: center; gap: 9px; transform: rotate(90deg); }
.signup-hero__mark span { width: 48px; height: 48px; display: grid; place-items: center; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: .72rem; font-weight: 850; }
.signup-hero__mark i { width: 55px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent); }
.signup-directory { min-height: 460px; background: linear-gradient(180deg, #fff, var(--surface-soft)); }
.signup-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.signup-card { position: relative; min-height: 390px; display: flex; flex-direction: column; gap: 22px; overflow: hidden; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 55px rgba(42, 24, 59, .08); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s ease; }
.signup-card::after { position: absolute; right: -55px; bottom: -70px; width: 170px; height: 170px; content: ""; background: radial-gradient(circle, rgba(117,65,146,.1), transparent 70%); border-radius: 50%; pointer-events: none; }
.signup-card:hover { transform: translateY(-6px); border-color: rgba(111, 55, 138, .28); box-shadow: 0 26px 70px rgba(42, 24, 59, .14); }
.signup-card--featured { border-color: rgba(198, 40, 89, .28); box-shadow: 0 22px 60px rgba(179, 38, 84, .13); }
.signup-card__top { min-height: 58px; display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.signup-card__icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--violet); background: linear-gradient(135deg, #f3eafb, #fceaf0); border-radius: 18px; }
.signup-card__icon svg { width: 30px; height: 30px; }
.signup-card__featured { padding: 6px 10px; color: #9e2049; background: #fce8ef; border-radius: 999px; font-size: .67rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.signup-card h3 { margin: 0 0 12px; color: var(--navy); font-size: clamp(1.35rem, 2vw, 1.7rem); letter-spacing: -.025em; line-height: 1.15; }
.signup-card p { margin: 0; color: var(--ink-600); line-height: 1.7; }
.signup-card__meta { display: flex; align-items: center; gap: 8px; margin-top: auto !important; padding-top: 14px; color: var(--violet-dark) !important; border-top: 1px solid var(--line); font-size: .79rem; font-weight: 750; }
.signup-card > .button { position: relative; z-index: 1; align-self: flex-start; margin-top: auto; }
.signup-card__meta + .button { margin-top: 0; }
.signup-empty { max-width: 780px; display: grid; justify-items: center; margin: 5px auto 0; padding: clamp(38px, 6vw, 70px); text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 20px 60px rgba(43, 24, 61, .08); }
.signup-empty__icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 25px; color: var(--violet); background: linear-gradient(135deg, #f1e7f7, #fce8ef); border-radius: 24px; font-size: 1.75rem; font-weight: 850; }
.signup-empty h2 { margin: 0 0 13px; color: var(--navy); font-size: clamp(1.7rem, 3vw, 2.5rem); letter-spacing: -.035em; }
.signup-empty p { max-width: 580px; margin: 0 0 25px; color: var(--ink-600); font-size: 1.02rem; line-height: 1.7; }
.signup-empty--error .signup-empty__icon { color: #9f2448; background: #fce7ee; }

@media (max-width: 1100px) {
    .signup-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .signup-hero__inner { min-height: 390px; }
    .nav-actions { flex-wrap: wrap; justify-content: flex-start; }
    .nav-actions .search-toggle { margin-right: auto; }
}

@media (max-width: 760px) {
    .signup-hero__inner { min-height: 370px; display: block; padding-block: 74px; }
    .signup-hero h1 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
    .signup-hero__mark { display: none; }
    .signup-grid { grid-template-columns: 1fr; }
    .signup-card { min-height: 0; padding: 24px; }
    .nav-actions .button { min-width: 0; flex: 1 1 180px; }
    .nav-actions .search-toggle { flex: 0 0 42px; }
}

/* Clear product chooser on the Prepago homepage */
.ecosystem-section { background: linear-gradient(180deg, #fff 0%, var(--surface-soft) 100%); }
.ecosystem-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); align-items: end; gap: clamp(35px, 8vw, 110px); margin-bottom: clamp(36px, 5vw, 62px); }
.ecosystem-heading h2 { max-width: 760px; margin: 7px 0 0; color: var(--navy); font-size: clamp(2.35rem, 5vw, 4.8rem); font-weight: 850; letter-spacing: -.06em; line-height: 1; text-wrap: balance; }
.ecosystem-heading > p { margin: 0; color: var(--ink-600); font-size: 1.04rem; line-height: 1.7; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.ecosystem-card { --product-accent: var(--magenta); min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; gap: 42px; padding: clamp(28px, 4vw, 42px); overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-top: 5px solid var(--product-accent); border-radius: 24px; box-shadow: var(--shadow-sm); transition: transform .28s var(--ease), box-shadow .28s var(--ease); }
.ecosystem-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.ecosystem-card--instalo { --product-accent: #316f9c; }
.ecosystem-card--snugzone { --product-accent: #d99b16; }
.ecosystem-card--prepaygo { --product-accent: #168060; }
.ecosystem-card__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.ecosystem-card__number { color: var(--product-accent); font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.ecosystem-card__audience { padding: 7px 11px; color: var(--ink-700); background: var(--surface-soft); border: 1px solid var(--line); border-radius: 999px; font-size: .7rem; font-weight: 800; }
.ecosystem-card__brand { display: block; margin-bottom: 9px; color: var(--product-accent); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ecosystem-card h3 { max-width: 520px; margin: 0 0 14px; color: var(--navy); font-size: clamp(1.55rem, 2.5vw, 2.15rem); letter-spacing: -.04em; line-height: 1.12; text-wrap: balance; }
.ecosystem-card p { max-width: 570px; margin: 0; color: var(--ink-600); font-size: .96rem; line-height: 1.68; }
.ecosystem-card__link { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; color: var(--navy); border-top: 1px solid var(--line); font-weight: 850; text-decoration: none; }
.ecosystem-card__link span { color: var(--product-accent); font-size: 1.15rem; transition: transform .2s ease; }
.ecosystem-card__link:hover span { transform: translate(3px, -2px); }
.ecosystem-card__link--private { color: var(--ink-600); cursor: default; }
.ecosystem-card__link--private strong { padding: 6px 10px; color: var(--product-accent); background: var(--surface-soft); border-radius: 999px; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.ecosystem-connection { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 30px; margin-top: 22px; padding: 28px 32px; color: rgba(255,255,255,.78); background: var(--navy); border-radius: 18px; }
.ecosystem-connection span { color: #f3a7c3; font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.ecosystem-connection p { max-width: 900px; margin: 0; font-size: .94rem; line-height: 1.65; }

/* Vertically rolling partner showcase */
.partner-showcase { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(125deg, #211437 0%, #351b4a 58%, #5c2556 100%); }
.partner-showcase--compact { padding-block: clamp(44px, 6vw, 72px); }
.partner-showcase--compact .partner-showcase__layout { gap: 18px; }
.partner-showcase--compact .partner-reel__toolbar h3 { font-size: clamp(1.55rem, 3vw, 2.3rem); }
.partner-showcase::before { position: absolute; top: -240px; right: -120px; width: 620px; height: 620px; content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.partner-showcase::after { position: absolute; bottom: -240px; left: 32%; width: 440px; height: 440px; content: ""; background: radial-gradient(circle, rgba(207,49,94,.2), transparent 68%); }
.partner-showcase__layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, .7fr); align-items: center; gap: clamp(60px, 10vw, 150px); }
.partner-showcase__copy h2 { max-width: 720px; margin: 8px 0 24px; font-size: clamp(2.5rem, 5.2vw, 5rem); font-weight: 850; letter-spacing: -.06em; line-height: 1; text-wrap: balance; }
.partner-showcase__copy p { max-width: 620px; margin: 0 0 30px; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.7; }
.partner-reel { position: relative; height: 470px; overflow: hidden; padding: 0 14px; mask-image: linear-gradient(to bottom, transparent 0, #000 12%, #000 88%, transparent 100%); }
.partner-reel__track { display: grid; gap: 14px; animation: partnerRoll 24s linear infinite; }
.partner-reel__group { display: grid; gap: 14px; }
.partner-reel__card { min-height: 118px; display: grid; grid-template-columns: 120px minmax(0, 1fr); align-items: center; gap: 24px; padding: 18px 25px; overflow: hidden; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.25); border-radius: 18px; box-shadow: 0 18px 50px rgba(12,6,22,.22); text-decoration: none; transition: transform .25s var(--ease), background .25s ease; }
.partner-reel__card:hover { background: #fff; transform: scale(1.015); }
.partner-reel__card > span { color: var(--ink-500); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.partner-reel__card img { width: 100%; max-width: 210px; max-height: 72px; justify-self: end; object-fit: contain; mix-blend-mode: multiply; }
@keyframes partnerRoll { from { transform: translateY(0); } to { transform: translateY(calc(-50% - 7px)); } }

@media (max-width: 760px) {
    .ecosystem-heading, .ecosystem-grid { grid-template-columns: 1fr; }
    .ecosystem-heading { align-items: start; gap: 20px; }
    .ecosystem-card { min-height: 350px; gap: 34px; }
    .ecosystem-connection { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
    .partner-showcase__layout { grid-template-columns: 1fr; gap: 44px; }
    .partner-reel { height: 355px; margin-inline: -7px; }
    .partner-reel__card { min-height: 102px; grid-template-columns: 90px minmax(0, 1fr); gap: 15px; padding: 14px 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .partner-reel { height: auto; overflow: visible; mask-image: none; }
    .partner-reel__track { animation: none; }
    .partner-reel__group[aria-hidden="true"] { display: none; }
}

/* Sales-led homepage product presentation */
.home-hero__content--simple { grid-template-columns: minmax(0, 1fr); }
.home-hero__content--simple .home-hero__copy { max-width: 1040px; }
.home-hero__content--simple h1 { max-width: 1020px; }
.product-showcase { display: grid; gap: clamp(70px, 10vw, 130px); }
.product-showcase__item { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: clamp(42px, 8vw, 110px); }
.product-showcase__item:nth-child(even) .product-showcase__visual { order: 2; }
.product-showcase__visual { position: relative; min-height: 450px; margin: 0; overflow: hidden; background: var(--navy); border-radius: 28px; box-shadow: var(--shadow-md); }
.product-showcase__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 64%, rgba(25,13,38,.24)); pointer-events: none; }
.product-showcase__visual img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.product-showcase__item:hover .product-showcase__visual img { transform: scale(1.025); }
.product-showcase__copy { max-width: 590px; }
.product-showcase__meta { display: flex; align-items: center; gap: 14px; margin-bottom: 27px; }
.product-showcase__meta > span { color: var(--rose); font-size: .73rem; font-weight: 900; letter-spacing: .13em; }
.product-showcase__meta > strong { padding: 7px 11px; color: var(--ink-700); background: var(--surface-tint); border-radius: 999px; font-size: .71rem; }
.product-showcase__copy h3 { margin: 8px 0 18px; color: var(--navy); font-size: clamp(2.1rem, 4vw, 3.7rem); letter-spacing: -.055em; line-height: 1.02; text-wrap: balance; }
.product-showcase__copy > p { margin: 0; color: var(--ink-600); font-size: 1rem; line-height: 1.72; }
.product-showcase__copy ul { display: grid; gap: 10px; margin: 25px 0 30px; padding: 0; list-style: none; }
.product-showcase__copy li { position: relative; padding-left: 27px; color: var(--ink-800); font-size: .9rem; font-weight: 720; }
.product-showcase__copy li::before { position: absolute; top: .55em; left: 2px; width: 9px; height: 9px; content: ""; background: linear-gradient(135deg, var(--magenta), var(--rose)); border-radius: 50%; }

/* Dedicated product and solutions pages */
.product-hero { position: relative; overflow: hidden; background: linear-gradient(150deg, #fbf9fc 0%, #f2edf7 100%); }
.product-hero::after { position: absolute; top: -260px; left: 34%; width: 620px; height: 620px; content: ""; background: radial-gradient(circle, rgba(179,51,111,.12), transparent 69%); pointer-events: none; }
.product-hero__layout { position: relative; z-index: 1; min-height: 690px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); align-items: center; gap: clamp(45px, 7vw, 100px); padding-block: clamp(75px, 8vw, 112px); }
.product-hero__copy { max-width: 710px; }
.product-hero__back { display: inline-block; margin-bottom: 34px; color: var(--ink-600); font-size: .79rem; font-weight: 800; text-decoration: none; }
.product-hero .hero-kicker { color: var(--magenta); }
.product-hero__brand { display: block; margin-top: 23px; color: var(--violet-dark); font-size: .78rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.product-hero h1 { max-width: 760px; margin: 7px 0 22px; color: var(--navy); font-size: clamp(3rem, 5.8vw, 5.7rem); font-weight: 850; letter-spacing: -.065em; line-height: .97; text-wrap: balance; }
.product-hero__copy > p { max-width: 680px; margin: 0 0 31px; color: var(--ink-600); font-size: clamp(1.02rem, 1.7vw, 1.2rem); line-height: 1.68; }
.product-hero__visual { position: relative; min-height: 540px; margin: 0; overflow: hidden; background: var(--navy); border-radius: 32px; box-shadow: var(--shadow-lg); transform: rotate(1deg); }
.product-hero__visual img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.product-hero__visual--website { padding: 22px; background: #e8eff1; border: 1px solid rgba(32, 21, 50, .1); transform: none; }
.product-preview-link { position: absolute; inset: 22px; z-index: 1; overflow: hidden; background: #fff; border-radius: 20px; box-shadow: 0 18px 45px rgba(28, 20, 45, .16); }
.product-preview-link img { inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; background: #fff; transition: transform .35s var(--ease), filter .35s ease; }
.product-preview-link:hover img { transform: scale(1.018); filter: brightness(.94); }
.product-preview-link:focus-visible { outline: 4px solid rgba(183, 43, 120, .48); outline-offset: 4px; }
.product-preview-link__action { position: absolute; right: 13px; bottom: 13px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; color: #fff; background: rgba(32,21,50,.92); border-radius: 999px; box-shadow: var(--shadow-sm); font-size: .72rem; font-weight: 850; }
.product-preview-link__action i { color: #f3a7c3; font-size: .9rem; font-style: normal; }
.product-hero--prepaygo .product-hero__visual--website { background: #075960; }
.product-hero--prepaygo .product-preview-link, .product-hero--prepaygo .product-preview-link img { background: #075960; }
.product-hero__visual--website figcaption { position: absolute; top: 34px; left: 34px; z-index: 2; display: flex; flex-direction: column; padding: 10px 13px; color: var(--navy); background: rgba(255,255,255,.94); border: 1px solid rgba(32,21,50,.08); border-radius: 11px; box-shadow: var(--shadow-sm); pointer-events: none; }
.product-hero__visual--website figcaption span { color: var(--magenta); font-size: .61rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-hero__visual--website figcaption strong { margin-top: 2px; font-size: .82rem; }
.product-content { padding-block: clamp(78px, 10vw, 135px); }
.product-content > .container { width: min(calc(100% - 40px), 1080px); }
.product-content .content-section { padding-block: 0; }
.product-content .product-intro { max-width: 880px; margin-bottom: clamp(65px, 9vw, 110px); }
.product-content .product-intro .eyebrow { display: block; margin-bottom: 12px; }
.product-content .product-intro h2 { max-width: 850px; margin: 0 0 25px; font-size: clamp(2.4rem, 5vw, 4.7rem); letter-spacing: -.055em; line-height: 1.02; text-wrap: balance; }
.product-content .product-intro p { max-width: 780px; font-size: 1.1rem; line-height: 1.75; }
.product-content .product-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 45px 0 clamp(70px, 9vw, 115px); }
.product-content .product-benefits article { padding: 30px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 20px; }
.product-content .product-benefits span { display: block; margin-bottom: 22px; color: var(--rose); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.product-content .product-benefits h3 { margin: 0 0 11px; color: var(--navy); font-size: 1.3rem; line-height: 1.2; }
.product-content .product-benefits p { margin: 0; color: var(--ink-600); font-size: .91rem; line-height: 1.65; }
.product-content .product-audience { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: clamp(40px, 8vw, 105px); align-items: start; padding: clamp(38px, 6vw, 70px); color: var(--white); background: linear-gradient(130deg, var(--navy), #482159); border-radius: 28px; }
.product-content .product-audience h2 { margin: 7px 0 0; color: var(--white); font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.04; }
.product-content .product-audience p, .product-content .product-audience li { color: rgba(255,255,255,.76); }
.product-content .product-audience ul { margin: 0; }
.product-content .product-audience li + li { margin-top: 12px; }
.product-next { background: var(--surface-soft); border-top: 1px solid var(--line); }
.product-next__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.product-next__grid > a { position: relative; min-height: 230px; display: flex; flex-direction: column; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 19px; box-shadow: var(--shadow-sm); text-decoration: none; transition: transform .25s var(--ease), box-shadow .25s ease; }
.product-next__grid > a:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.product-next__grid span { color: var(--rose); font-size: .7rem; font-weight: 900; }
.product-next__grid strong { margin: 23px 0 9px; color: var(--navy); font-size: 1.25rem; }
.product-next__grid small { color: var(--ink-600); line-height: 1.55; }
.product-next__grid i { margin-top: auto; color: var(--magenta); font-size: 1.2rem; font-style: normal; }
.solutions-hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(120deg, var(--navy), #56265f); }
.solutions-hero::after { position: absolute; right: -160px; bottom: -280px; width: 650px; height: 650px; content: ""; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.solutions-hero__inner { min-height: 560px; display: flex; flex-direction: column; justify-content: center; padding-block: 80px; }
.solutions-hero h1 { max-width: 940px; margin: 15px 0 24px; font-size: clamp(3.5rem, 7.6vw, 7.2rem); letter-spacing: -.07em; line-height: .94; text-wrap: balance; }
.solutions-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.18rem; }
.solutions-directory__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.solutions-directory__card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-sm); text-decoration: none; transition: transform .28s var(--ease), box-shadow .28s ease; }
.solutions-directory__card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.solutions-directory__card > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.solutions-directory__card > div { padding: clamp(26px, 4vw, 40px); }
.solutions-directory__card span { color: var(--magenta); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.solutions-directory__card h2 { margin: 11px 0 13px; color: var(--navy); font-size: clamp(1.75rem, 3vw, 2.6rem); letter-spacing: -.045em; line-height: 1.08; }
.solutions-directory__card p { margin: 0 0 24px; color: var(--ink-600); font-size: .94rem; }
.solutions-directory__card strong { display: flex; justify-content: space-between; color: var(--violet-dark); font-size: .86rem; }
.solutions-directory__card i { font-style: normal; }
.service-models { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(38px, 7vw, 100px); align-items: end; margin-top: clamp(44px, 7vw, 76px); padding: clamp(32px, 5vw, 56px); color: var(--white); background: linear-gradient(125deg, var(--navy), #40244f); border-radius: 25px; box-shadow: var(--shadow-md); }
.service-models .eyebrow { color: #f4acc7; }
.service-models h3 { max-width: 700px; margin: 14px 0 0; color: var(--white); font-size: clamp(2rem, 3.8vw, 3.7rem); letter-spacing: -.055em; line-height: 1.03; text-wrap: balance; }
.service-models__detail > p { margin: 0 0 28px; color: rgba(255,255,255,.76); font-size: 1rem; line-height: 1.7; }
.service-models__detail ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.service-models__detail li { padding: 8px 12px; color: var(--white); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.17); border-radius: 999px; font-size: .75rem; font-weight: 800; }
.solution-flexibility { background: var(--surface-soft); border-top: 1px solid var(--line); }
.solution-flexibility__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.solution-flexibility__grid article { min-height: 260px; display: flex; flex-direction: column; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 19px; box-shadow: var(--shadow-sm); }
.solution-flexibility__grid article > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--magenta); background: #f8edf3; border-radius: 50%; font-size: .7rem; font-weight: 900; }
.solution-flexibility__grid h3 { margin: auto 0 10px; color: var(--navy); font-size: 1.35rem; letter-spacing: -.025em; }
.solution-flexibility__grid p { margin: 0; color: var(--ink-600); font-size: .88rem; line-height: 1.6; }

@media (max-width: 1100px) {
    .product-showcase__item { grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr); gap: 48px; }
    .product-showcase__visual { min-height: 400px; }
    .product-hero__layout { grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); }
    .product-hero__visual { min-height: 470px; }
}

@media (max-width: 760px) {
    .home-hero__content--simple { padding-top: 74px; }
    .product-showcase { gap: 76px; }
    .product-showcase__item { grid-template-columns: 1fr; gap: 30px; }
    .product-showcase__item:nth-child(even) .product-showcase__visual { order: 0; }
    .product-showcase__visual { min-height: 0; aspect-ratio: 4 / 3; border-radius: 20px; }
    .product-showcase__copy h3 { font-size: 2.25rem; }
    .product-hero__layout { min-height: 0; grid-template-columns: 1fr; padding-block: 60px 72px; }
    .product-hero__copy { order: 1; }
    .product-hero__visual { min-height: 0; aspect-ratio: 4 / 3; border-radius: 22px; transform: none; }
    .product-hero__visual--website { padding: 12px; }
    .product-preview-link { inset: 12px; border-radius: 14px; }
    .product-hero__visual--website figcaption { top: 22px; left: 22px; }
    .product-preview-link__action { right: 10px; bottom: 10px; padding: 8px 10px; font-size: .66rem; }
    .product-hero h1 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
    .product-content > .container { width: min(calc(100% - 30px), 1080px); }
    .product-content .product-benefits, .product-next__grid, .solutions-directory__grid, .solution-flexibility__grid { grid-template-columns: 1fr; }
    .service-models { grid-template-columns: 1fr; gap: 25px; padding: 30px 24px; }
    .solution-flexibility__grid article { min-height: 220px; }
    .product-content .product-audience { grid-template-columns: 1fr; gap: 28px; padding: 30px 25px; }
    .solutions-hero__inner { min-height: 480px; }
    .solutions-hero h1 { font-size: clamp(3rem, 15vw, 5.2rem); }
}

/* Final horizontal partner-reel overrides (kept after legacy carousel rules). */
.partner-showcase__layout { grid-template-columns: 1fr; align-items: start; gap: clamp(38px, 6vw, 68px); }
.partner-showcase__copy { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .6fr); align-items: end; gap: clamp(30px, 7vw, 100px); }
.partner-showcase__copy .eyebrow, .partner-showcase__copy h2 { grid-column: 1; }
.partner-showcase__copy h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.partner-showcase__copy p { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin-bottom: 17px; }
.partner-showcase__copy .text-link { grid-column: 2; }
.partner-reel { width: 100%; height: auto; margin: 0; padding: 12px 0 20px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; overscroll-behavior-inline: contain; cursor: grab; touch-action: pan-x pan-y; -webkit-overflow-scrolling: touch; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%); }
.partner-reel::-webkit-scrollbar { display: none; }
.partner-reel:focus-visible { outline: 2px solid rgba(255,255,255,.75); outline-offset: 5px; border-radius: 18px; }
.partner-reel.is-dragging { cursor: grabbing; }
.partner-reel__track { width: max-content; display: flex; gap: 18px; animation: none; will-change: transform; }
.partner-reel__group { display: flex; gap: 18px; }
.partner-reel__card { width: clamp(238px, 25vw, 310px); min-height: 154px; flex: 0 0 auto; display: grid; place-items: center; padding: 28px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.17); border-radius: 19px; box-shadow: 0 18px 45px rgba(10,4,20,.14); }
.partner-reel__card:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.32); transform: translateY(-4px); }
.partner-reel__card img { width: 100%; height: 82px; max-width: 220px; max-height: 82px; object-fit: contain; mix-blend-mode: normal; pointer-events: none; user-select: none; }

@media (max-width: 760px) {
    .partner-showcase__copy { display: block; }
    .partner-showcase__copy h2 { margin-bottom: 18px; }
    .partner-showcase__copy p { margin-bottom: 24px; }
    .partner-reel__track, .partner-reel__group { gap: 12px; }
    .partner-reel__toolbar > span { font-size: .67rem; }
    .partner-reel { margin-inline: -15px; padding-inline: 15px; mask-image: none; }
    .partner-reel__card { width: 230px; min-height: 135px; padding: 22px; }
    .partner-reel__card img { height: 72px; max-height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
    .partner-reel { mask-image: none; }
}

/* Contact route icons mirror the clean mail and phone symbols used site-wide. */
.contact-methods a { grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 12px; }
.contact-methods a > svg { width: 34px; height: 34px; padding: 7px; color: var(--magenta); background: rgba(183,43,120,.08); border-radius: 10px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-methods a > span { min-width: 0; display: grid; gap: 3px; grid-column: 2; }
.contact-methods a > span > small { color: var(--ink-500); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-methods a > span > strong { min-width: 0; overflow-wrap: anywhere; color: var(--navy); font-size: 1.03rem; }
.contact-methods a > i { grid-column: 3; grid-row: 1; }

/* Progressive, accessible page motion */
.js .motion-reveal { opacity: 0; transform: translate3d(0, 26px, 0) scale(.987); transition: opacity .7s cubic-bezier(.2,.75,.25,1), transform .8s cubic-bezier(.2,.75,.25,1); transition-delay: calc(var(--motion-order, 0) * 75ms); }
.js .motion-reveal.is-motion-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
.product-showcase__visual,
.product-hero__visual,
.partner-reel__card { transform: perspective(900px) rotateX(calc(var(--motion-y, 0) * -1deg)) rotateY(calc(var(--motion-x, 0) * 1deg)); transition: transform .35s cubic-bezier(.2,.75,.25,1), box-shadow .35s ease; transform-style: preserve-3d; }
.product-showcase__visual img,
.product-hero__visual img { transition: transform .8s cubic-bezier(.2,.75,.25,1), filter .45s ease; }
.product-showcase__item:hover .product-showcase__visual img,
.product-hero__visual:hover img { transform: scale(1.025); filter: saturate(1.04); }
.product-benefits article,
.product-next__grid a,
.about-system article,
.about-next__grid a,
.about-directory__grid a,
.solution-flexibility__grid article { transition-property: opacity, transform, border-color, box-shadow; }
.product-benefits article:hover,
.product-next__grid a:hover,
.about-system article:hover,
.about-next__grid a:hover,
.about-directory__grid a:hover,
.solution-flexibility__grid article:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(35, 19, 58, .1); }
.home-hero__orbits span { animation: orbit-breathe 7s ease-in-out infinite alternate; }
.home-hero__orbits span:nth-child(2) { animation: orbit 38s linear infinite; }
.home-hero__orbits span:nth-child(3) { animation: orbitReverse 28s linear infinite; }
@keyframes orbit-breathe { from { opacity: .22; } to { opacity: .52; } }

/* Partner marks float directly on the showcase; no surrounding tiles or labels. */
.partner-reel__track,
.partner-reel__group { gap: clamp(24px, 4vw, 54px); }
.partner-reel__card {
    width: clamp(220px, 24vw, 300px);
    min-height: 132px;
    padding: 22px 20px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}
.partner-reel__card:hover {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}
.partner-reel__card .partner-logo {
    width: 100%;
    height: 78px;
    max-width: 225px;
    max-height: 78px;
    object-fit: contain;
    filter: drop-shadow(0 3px 7px rgba(10, 3, 19, .28));
}
.partner-reel__card .partner-logo--frontline { max-width: 240px; }
.partner-reel__card .partner-logo--kaizen { max-width: 175px; }
.partner-reel__card .partner-logo--tuath { max-width: 138px; height: 96px; max-height: 96px; }
.partner-reel__card .partner-logo--clanmil { max-width: 225px; }
.partner-reel__card .partner-logo--payzone { max-width: 190px; }

@media (max-width: 760px) {
    .partner-reel__track,
    .partner-reel__group { gap: 20px; }
    .partner-reel__card { width: 210px; min-height: 118px; padding: 18px 14px; }
    .partner-reel__card .partner-logo { height: 68px; max-height: 68px; }
    .partner-reel__card .partner-logo--tuath { height: 84px; max-height: 84px; }
}

@media (prefers-reduced-motion: reduce) {
    .js .motion-reveal,
    .js .motion-reveal.is-motion-visible { opacity: 1; transform: none; transition: none; }
    .product-showcase__visual,
    .product-hero__visual,
    .partner-reel__card,
    .product-showcase__visual img,
    .product-hero__visual img { transform: none !important; transition: none !important; }
    .home-hero__orbits span { animation: none; }
    .navigation-shell::after,
    .js .primary-nav > ul > .nav-item,
    .js .navigation-panel.is-open .primary-nav > ul > .nav-item,
    .home-hero__slide.is-active,
    .home-hero__backdrop,
    .home-hero::before,
    .js .home-hero__copy.is-visible > * { animation: none; }
}
