/*
 * 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; }
.navigation-shell { position: relative; }
.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; }
.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 7px; color: var(--ink-800); font-size: .9rem; font-weight: 750; line-height: 1.1; text-decoration: none; white-space: nowrap; }
.nav-link-row > a::after { position: absolute; right: 7px; bottom: 4px; left: 7px; height: 2px; content: ""; background: linear-gradient(90deg, var(--magenta), var(--red)); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.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; visibility: hidden; top: calc(100% + 10px); 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: -15px; left: 0; width: 100%; height: 16px; 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); }
.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; opacity: 0; transform: scale(1.045); transition: opacity 1.2s ease, transform 8s linear; }
.home-hero__slide.is-active { opacity: 1; transform: scale(1.015); }
.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%); }
.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; }
.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); }

/* 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; }

/* 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, .78fr) minmax(0, 1.22fr); align-items: start; gap: clamp(45px, 8vw, 110px); }
.contact-copy .cms-content h2 { font-size: clamp(2rem, 3.8vw, 3.35rem); }
.contact-methods { display: grid; margin-top: 34px; border-top: 1px solid var(--line); }
.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 { color: var(--navy); font-size: 1.03rem; }
.contact-methods a:hover strong { color: var(--magenta); }
.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 { color: var(--ink-800); font-size: .83rem; font-weight: 800; }
.field input, .field textarea, .search-page-hero input { width: 100%; 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 { height: 49px; padding: 0 14px; }
.field textarea { min-height: 150px; padding: 13px 14px; resize: vertical; }
.field input:focus, .field textarea: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 a { color: var(--magenta); font-weight: 700; }
.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; }
.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: 10px 15px; background: rgba(255,255,255,.96); border-radius: 12px; }
.brand--footer img { width: 190px; }
.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 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; } }

/* 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; }
    .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; }
    .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; }
    .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-form-card { padding: 24px 20px; }
    .form-row { grid-template-columns: 1fr; }
    .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; }
}

@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; }
}
