/* ═══════════════════════════════════════════════════════════
   Amigo Smart Tech — design system
   Hand-built, dependency-free. Replaces Bootstrap + FontAwesome
   + animate.css + swiper (≈830KB of CSS/JS) with one file.
   ═══════════════════════════════════════════════════════════ */

/* ── Tokens ──
   Light theme. The navy/red brand is retained as accent + hero, while the
   page canvas is white/near-white for a clean enterprise read. */
:root {
    /* brand */
    --red:        #E01F1F;
    --red-600:    #B81717;
    --red-tint:   #FDECEC;
    --navy:       #0E1236;
    --navy-700:   #1A1F5C;
    --blue:       #2E5BFF;
    --cyan:       #0E9BB8;
    --violet:     #6D4AFF;

    /* surfaces */
    --bg:         #FFFFFF;
    --bg-alt:     #F5F7FB;
    --surface:    #FFFFFF;
    --surface-2:  #F8FAFD;
    --line:       #E3E8F0;
    --line-2:     #CFD7E4;

    /* text — all pairings below meet WCAG AA on their backgrounds */
    --ink:        #0E1236;   /* headings        — 16.8:1 on white */
    --ink-2:      #414A6B;   /* body            —  8.6:1 on white */
    --ink-3:      #636E8C;   /* muted / captions—  5.2:1 on white */

    /* dark-on-light inversions (hero, CTA band, footer) */
    --on-dark:    #FFFFFF;
    --on-dark-2:  rgba(255,255,255,.80);
    --on-dark-3:  rgba(255,255,255,.60);
    --dark-line:  rgba(255,255,255,.16);
    --dark-surf:  rgba(255,255,255,.08);

    /* type */
    --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    --display: 'Outfit', var(--sans);

    /* rhythm */
    --shell: 1200px;
    --gap: 26px;
    --sec: clamp(64px, 8vw, 116px);
    --radius: 16px;
    --radius-sm: 10px;

    --shadow:    0 4px 16px rgba(14,18,54,.06), 0 1px 3px rgba(14,18,54,.04);
    --shadow-lg: 0 18px 44px rgba(14,18,54,.12), 0 4px 12px rgba(14,18,54,.06);
    --ease: cubic-bezier(.22,.68,.36,1);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
/* Long unbroken strings (email addresses, URLs) must never force a horizontal
   scrollbar on narrow screens. */
a, address, p, li, td { overflow-wrap: break-word; }
/* only the genuinely unbreakable strings get the aggressive rule */
.footer-contact a, .contact-card a, .cta-band__direct a { overflow-wrap: anywhere; }

body {
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    color: var(--ink-2);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
address { font-style: normal; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3, h4 {
    font-family: var(--display);
    color: var(--ink);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.02em;
    text-wrap: balance;
}
h1 { font-size: clamp(34px, 5vw, 62px); }
h2 { font-size: clamp(27px, 3.4vw, 43px); }
h3 { font-size: clamp(19px, 1.7vw, 23px); letter-spacing: -.01em; }
p  { text-wrap: pretty; }

.skip-link {
    position: absolute; left: -9999px; top: 0; z-index: 999;
    background: var(--red); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.shell { width: min(100% - 40px, var(--shell)); margin-inline: auto; }
@media (max-width: 600px) { .shell { width: calc(100% - 32px); } }

/* ═══ Icons (inline masks — no icon font) ═══ */
.ico {
    display: inline-block; width: 1em; height: 1em;
    background: currentColor; vertical-align: -.125em; flex: none;
    -webkit-mask: var(--i) center/contain no-repeat;
            mask: var(--i) center/contain no-repeat;
}
.ico-phone { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8a15.1 15.1 0 006.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.2.4 2.4.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1A17 17 0 013 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.4 0 .7-.2 1l-2.3 2.2z'/%3E%3C/svg%3E"); }
.ico-mail  { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E"); }
.ico-pin   { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 00-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 00-7-7zm0 9.5A2.5 2.5 0 1112 6.5a2.5 2.5 0 010 5z'/%3E%3C/svg%3E"); }
.ico-linkedin { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.98 3.5a2.5 2.5 0 11-.02 5 2.5 2.5 0 01.02-5zM3 21h4V9H3v12zM9 9h3.8v1.7h.05c.53-1 1.8-2.05 3.75-2.05 4 0 4.4 2.6 4.4 6V21h-4v-5.6c0-1.35-.03-3.1-1.9-3.1s-2.1 1.45-2.1 3v5.7H9V9z'/%3E%3C/svg%3E"); }
.ico-twitter  { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.9 2H22l-7 8 8.2 12h-6.4l-5-7.3L5.9 22H2.8l7.5-8.6L2.4 2h6.6l4.5 6.7L18.9 2zm-1.1 18h1.7L7.3 3.8H5.5L17.8 20z'/%3E%3C/svg%3E"); }
.ico-facebook { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 22v-8h2.7l.4-3H13V9c0-.9.3-1.5 1.6-1.5H16V4.8c-.3 0-1.2-.1-2.3-.1-2.3 0-3.7 1.4-3.7 3.9V11H7.5v3H10v8h3z'/%3E%3C/svg%3E"); }
.ico-instagram{ --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.2c3.2 0 3.6 0 4.9.1 3.3.1 4.8 1.7 4.9 4.9.1 1.3.1 1.6.1 4.8s0 3.6-.1 4.9c-.1 3.2-1.6 4.8-4.9 4.9-1.3.1-1.6.1-4.9.1s-3.6 0-4.9-.1c-3.3-.1-4.8-1.7-4.9-4.9-.1-1.3-.1-1.6-.1-4.9s0-3.5.1-4.8C2.3 4 3.8 2.4 7.1 2.3c1.3-.1 1.7-.1 4.9-.1zm0 3.2a6.6 6.6 0 100 13.2 6.6 6.6 0 000-13.2zm0 10.9a4.3 4.3 0 110-8.6 4.3 4.3 0 010 8.6zm6.8-11.1a1.55 1.55 0 11-3.1 0 1.55 1.55 0 013.1 0z'/%3E%3C/svg%3E"); }
.ico-check { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E"); }
.ico-arrow { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-1.4 1.4L16.2 11H4v2h12.2l-5.6 5.6L12 20l8-8z'/%3E%3C/svg%3E"); }

/* ── Service/capability icons (mask-based, inherit currentColor) ── */
.ico-ai      { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a3 3 0 00-3 3v.2A3.5 3.5 0 006.5 12 3.5 3.5 0 009 18.8V19a3 3 0 006 0v-.2a3.5 3.5 0 002.5-6.8A3.5 3.5 0 0015 5.2V5a3 3 0 00-3-3zm0 2a1 1 0 011 1v14a1 1 0 01-2 0V5a1 1 0 011-1z'/%3E%3Ccircle cx='8' cy='9' r='1.4'/%3E%3Ccircle cx='16' cy='15' r='1.4'/%3E%3C/svg%3E"); }
.ico-code    { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z'/%3E%3C/svg%3E"); }
.ico-mobile  { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 1H7a2 2 0 00-2 2v18a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2zm0 18H7V5h10v14zm-5 3a1.2 1.2 0 110-2.4 1.2 1.2 0 010 2.4z'/%3E%3C/svg%3E"); }
.ico-design  { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.7 3.3a2.5 2.5 0 00-3.5 0l-1.1 1.1 3.5 3.5 1.1-1.1a2.5 2.5 0 000-3.5zM3 17.2V21h3.8L17.9 9.9l-3.8-3.8L3 17.2z'/%3E%3C/svg%3E"); }
.ico-erp     { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3h8v8H3V3zm10 0h8v5h-8V3zM3 13h8v8H3v-8zm10 3h8v5h-8v-5zm0-6h8v4h-8v-4z'/%3E%3C/svg%3E"); }
.ico-dice    { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zM8.5 17.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm0-8a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm7 8a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm0-8a1.5 1.5 0 110-3 1.5 1.5 0 010 3z'/%3E%3C/svg%3E"); }
.ico-cloud   { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.4 10a7.5 7.5 0 00-14 -1.7A5 5 0 006 18h13a4 4 0 00.4-8z'/%3E%3C/svg%3E"); }
.ico-shield  { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L4 5v6c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5l-8-3zm-1 14l-4-4 1.4-1.4L11 13.2l5.6-5.6L18 9l-7 7z'/%3E%3C/svg%3E"); }
.ico-bolt    { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h7l-1 8 10-12h-7l1-8z'/%3E%3C/svg%3E"); }
.ico-db      { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cellipse cx='12' cy='5' rx='8' ry='3'/%3E%3Cpath d='M4 8.5c0 1.7 3.6 3 8 3s8-1.3 8-3V12c0 1.7-3.6 3-8 3s-8-1.3-8-3V8.5zM4 15c0 1.7 3.6 3 8 3s8-1.3 8-3v3.5c0 1.7-3.6 3-8 3s-8-1.3-8-3V15z'/%3E%3C/svg%3E"); }
.ico-agent   { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a2 2 0 012 2v1h3a3 3 0 013 3v9a3 3 0 01-3 3H7a3 3 0 01-3-3V8a3 3 0 013-3h3V4a2 2 0 012-2zM8.5 11a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm7 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z'/%3E%3C/svg%3E"); }
.ico-chart   { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 20h18v2H3v-2zm2-8h3v7H5v-7zm5-5h3v12h-3V7zm5 8h3v4h-3v-4zM4.5 9.5L10 4l4 4 5.5-5.5 1.4 1.4L14 11l-4-4-4.1 4.1-1.4-1.6z'/%3E%3C/svg%3E"); }
.ico-flow    { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h6v4H4V3zm10 0h6v4h-6V3zM4 17h6v4H4v-4zm10 0h6v4h-6v-4zM7 7v10H5V7h2zm12 0v10h-2V7h2zM8 11h8v2H8v-2z'/%3E%3C/svg%3E"); }
.ico-lock    { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 9V7a5 5 0 00-10 0v2H5v13h14V9h-2zM9 7a3 3 0 016 0v2H9V7zm4 9.7V19h-2v-2.3a2 2 0 112 0z'/%3E%3C/svg%3E"); }
.ico-chat    { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 2H4a2 2 0 00-2 2v18l4-4h14a2 2 0 002-2V4a2 2 0 00-2-2zM7 9h10v2H7V9zm7 5H7v-2h7v2zm3-6H7V6h10v2z'/%3E%3C/svg%3E"); }
/* ring + hands (fill-rule cuts the inner circle out, so it reads as a clock
   rather than a solid dot) */
.ico-clock   { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M12 2a10 10 0 110 20 10 10 0 010-20zm0 2a8 8 0 100 16 8 8 0 000-16z'/%3E%3Cpath d='M12.8 7h-1.6v5.5l4.3 2.6.8-1.4-3.5-2.1z'/%3E%3C/svg%3E"); }
.ico-star    { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 17.3L5.8 21l1.6-7L2 9.2l7.2-.6L12 2l2.8 6.6 7.2.6-5.4 4.8 1.6 7z'/%3E%3C/svg%3E"); }
.ico-globe   { --i: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm6.9 6h-2.9a15.6 15.6 0 00-1.4-3.6A8 8 0 0118.9 8zM12 4a14 14 0 011.9 4h-3.8A14 14 0 0112 4zM4.3 14a8 8 0 010-4h3.3a16.5 16.5 0 000 4H4.3zm.8 2h2.9a15.6 15.6 0 001.4 3.6A8 8 0 015.1 16zm2.9-8H5.1a8 8 0 014.3-3.6A15.6 15.6 0 008 8zm4 12a14 14 0 01-1.9-4h3.8A14 14 0 0112 20zm2.3-6H9.7a14.7 14.7 0 010-4h4.6a14.7 14.7 0 010 4zm.3 5.6a15.6 15.6 0 001.4-3.6h2.9a8 8 0 01-4.3 3.6zm1.8-5.6a16.5 16.5 0 000-4h3.3a8 8 0 010 4h-3.3z'/%3E%3C/svg%3E"); }

/* ═══ Buttons ═══ */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    padding: 15px 28px; border-radius: 8px;
    font-weight: 600; font-size: 15px; line-height: 1;
    background: var(--red); color: #fff;
    border: 1.5px solid var(--red);
    transition: background .22s var(--ease), border-color .22s var(--ease), transform .22s var(--ease), box-shadow .22s var(--ease);
    text-align: center;
}
.btn:hover { background: var(--red-600); border-color: var(--red-600); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(238,38,38,.32); }
.btn--sm { padding: 11px 20px; font-size: 14px; }
.btn--ghost { background: #fff; border-color: var(--line-2); color: var(--ink); }
.btn--ghost:hover { background: var(--bg-alt); border-color: var(--navy); color: var(--navy); box-shadow: var(--shadow); }
.btn--light { background: #fff; border-color: #fff; color: var(--navy); }
.btn--light:hover { background: #f1f3ff; border-color: #f1f3ff; color: var(--navy); box-shadow: 0 12px 26px rgba(0,0,0,.25); }
.btn .ico { font-size: 16px; }

/* ═══ Header ═══ */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255,255,255,.86);
    -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    transition: box-shadow .3s var(--ease), background .3s var(--ease);
}
.site-header.is-stuck { background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
.site-header__inner { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.brand { flex: none; }
.brand img { width: 150px; height: auto; }

.site-nav { margin-inline: auto; }
.site-nav__list { display: flex; gap: 4px; }
.site-nav__list a {
    display: block; padding: 9px 15px; border-radius: 8px;
    font-size: 15px; font-weight: 500; color: var(--ink-2);
    transition: color .2s var(--ease), background .2s var(--ease);
}
.site-nav__list a:hover { color: var(--ink); background: var(--surface); }
.site-nav__list a[aria-current="page"] { color: var(--ink); font-weight: 600; }
.site-nav__list a[aria-current="page"]::after {
    content: ''; display: block; height: 2px; margin-top: 5px; border-radius: 2px;
    background: var(--red);
}

.site-header__actions { display: flex; align-items: center; gap: 14px; flex: none; }
.header-phone {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 14.5px; font-weight: 600; color: var(--ink-2);
    transition: color .2s var(--ease);
}
.header-phone:hover { color: var(--ink); }

.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 9px; border: 1px solid var(--line-2); padding: 11px 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .28s var(--ease), opacity .2s var(--ease); }
.nav-toggle span + span { margin-top: 5px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 991px) {
    /* Nav leaves the flex flow when it becomes a fixed panel, so the actions
       group must be pushed right explicitly — otherwise it sits stranded next
       to the logo instead of at the shell's right edge. */
    .site-header__actions { margin-left: auto; }
    .site-nav {
        position: fixed; inset: 76px 0 auto; margin: 0;
        background: #fff; border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow-lg);
        padding: 14px 20px 22px;
        transform: translateY(-120%); opacity: 0; visibility: hidden;
        transition: transform .32s var(--ease), opacity .28s var(--ease), visibility .28s;
        max-height: calc(100vh - 76px); overflow-y: auto;
    }
    .site-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
    .site-nav__list { flex-direction: column; gap: 2px; }
    .site-nav__list a { padding: 13px 14px; font-size: 16px; }
    .site-nav__list a[aria-current="page"]::after { display: none; }
    .site-nav__list a[aria-current="page"] { background: var(--surface-2); }
    .nav-toggle { display: block; }
    /* Icon-only on mobile — but keep a 44x44 hit area. Without this the tap
       target is just the 18px glyph, which fails Google's mobile-usability
       check and is genuinely hard to hit. */
    .header-phone span { display: none; }
    .header-phone {
        font-size: 19px;
        width: 44px; height: 44px;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid var(--line);
        color: var(--red);
    }
    .header-phone:active { background: var(--red-tint); }
    .nav-toggle { width: 44px; height: 44px; }
}
@media (max-width: 560px) {
    .site-header__actions .btn { display: none; }
}

/* ═══ Section furniture ═══ */
.section { padding: var(--sec) 0; position: relative; }
.section--alt { background: var(--bg-alt); }
.section--line { border-top: 1px solid var(--line); }

.eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 7px 15px; margin-bottom: 18px;
    border-radius: 30px; border: 1px solid rgba(224,31,31,.22); background: var(--red-tint);
    font-size: 12.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
    color: var(--red-600);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: #16A34A; flex: none; }

.section-head { max-width: 780px; margin-bottom: 52px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 16px; font-size: 17px; color: var(--ink-2); }

.lead { font-size: 18px; line-height: 1.7; color: var(--ink-2); }

/* Gradient accent inside headings.
   On light backgrounds the gradient must stay dark enough to read, so this is
   a red→violet ramp rather than the light warm ramp used on dark sections. */
.grad {
    background: linear-gradient(100deg, var(--red) 0%, #C21D63 55%, var(--violet) 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: var(--red);
}
.grad--cool {
    background: linear-gradient(100deg, var(--blue) 0%, var(--violet) 100%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    color: var(--blue);
}
/* ...but inside the dark hero, revert to the warm light ramp for contrast */
.hero .grad {
    background: linear-gradient(100deg, #FF6B6B 0%, #FFB86B 52%, #FFD76B 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: #FF8A5C;
}

/* ═══ Grid ═══ */
.grid { display: grid; gap: var(--gap); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 991px) {
    .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
}

/* ═══ Cards ═══ */
.card {
    padding: 30px 26px; border-radius: var(--radius);
    background: var(--surface); border: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: flex; flex-direction: column; gap: 12px;
    transition: transform .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease);
}
.card:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow-lg); }
/* on the tinted --alt band, lift cards with a pure-white fill */
.section--alt .card { background: #fff; }
.card__icon {
    width: 52px; height: 52px; border-radius: 13px; flex: none;
    display: grid; place-items: center; font-size: 23px; color: #fff;
    background: linear-gradient(140deg, var(--red) 0%, var(--red-600) 100%);
    box-shadow: 0 8px 20px rgba(238,38,38,.3);
}
.card__icon--cool { background: linear-gradient(140deg, #2E7BFF 0%, #6F4CFF 100%); box-shadow: 0 8px 20px rgba(60,110,255,.3); }
.card h3 { margin-top: 4px; }
.card p { font-size: 15px; }
.card__list { display: flex; flex-direction: column; gap: 7px; margin-top: 4px; }
.card__list li { position: relative; padding-left: 22px; font-size: 14px; color: var(--ink-3); }
.card__list .ico { position: absolute; left: 0; top: .3em; font-size: 13px; color: var(--cyan); }
.card__link {
    margin-top: auto; padding-top: 14px; display: inline-flex; align-items: center; gap: 8px;
    font-size: 14.5px; font-weight: 600; color: var(--red);
    transition: gap .2s var(--ease), color .2s var(--ease);
}
.card__link:hover { gap: 12px; color: var(--red-600); }
.card__link .ico { color: currentColor; }
/* whole-card links (404 grid) shouldn't look like body text */
a.card:hover h3 { color: var(--red); }

/* accent CTA card that closes a card grid */
.card--accent {
    justify-content: center; text-align: center; align-items: center;
    background: linear-gradient(155deg, #FFF3F3 0%, #FDE7E7 100%);
    border-color: rgba(224,31,31,.24);
}
.section--alt .card--accent { background: linear-gradient(155deg, #FFF3F3 0%, #FDE7E7 100%); }
.card--accent h3 { color: var(--red-600); }

/* numbered step card */
.step { counter-increment: step; }
.step__n {
    width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
    font-family: var(--display); font-weight: 800; font-size: 17px; color: var(--navy);
    background: var(--bg-alt); border: 1px solid var(--line);
}

/* ═══ Trust bar ═══
   Sits directly under the hero. Four scannable credibility signals so a
   first-time visitor gets the "can I trust these people" answer immediately. */
.trustbar {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
}
.trustbar__list {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 28px;
}
.trustbar__list li {
    display: flex; align-items: flex-start; gap: 12px;
}
.trustbar__list .ico {
    font-size: 20px; color: var(--red); flex: none; margin-top: 2px;
}
.trustbar__list strong {
    display: block; font-family: var(--display); font-weight: 700;
    font-size: 14.5px; color: var(--ink); line-height: 1.3;
}
.trustbar__list span span,
.trustbar__list li > span { display: block; }
.trustbar__list li > span > strong + * { display: block; }
.trustbar__list li > span {
    font-size: 12.5px; color: var(--ink-3); line-height: 1.45;
}
@media (max-width: 900px) {
    .trustbar__list { grid-template-columns: repeat(2, 1fr); }
    /* bump captions above the 12px legibility floor on small screens */
    .trustbar__list li > span { font-size: 13px; }
    .trustbar__list strong { font-size: 14px; }
}
@media (max-width: 520px) { .trustbar__list { grid-template-columns: 1fr; gap: 14px; } }

/* ═══ Stats ═══ */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat {
    text-align: center; padding: 26px 16px;
    border-radius: var(--radius); background: #fff; border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.stat__n {
    font-family: var(--display); font-weight: 900;
    font-size: clamp(32px, 4vw, 48px); line-height: 1; color: var(--ink);
}
.stat__n sup { font-size: .5em; vertical-align: super; color: var(--red); margin-left: 2px; }
.stat__l { margin-top: 8px; font-size: 14px; color: var(--ink-3); }
@media (max-width: 640px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* ═══ Pills ═══ */
.pills { display: flex; flex-wrap: wrap; gap: 9px; }
.pills li {
    padding: 8px 15px; border-radius: 30px;
    background: #fff; border: 1px solid var(--line);
    font-size: 13px; font-weight: 600; color: var(--ink-2);
    transition: background .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease), transform .22s var(--ease);
}
.pills li:hover { background: var(--red-tint); border-color: rgba(224,31,31,.28); color: var(--red-600); transform: translateY(-2px); }

/* ═══ Hero carousel ═══
   Deliberately dark: one strong brand band at the top of a light page.
   Everything inside uses the --on-dark tokens, never the page ink tokens.

   Layout: slide 1 is in normal flow and sets the section height; slides 2-3 are
   absolutely positioned over it and crossfade. That means the hero is never
   taller than its tallest slide and needs no JS height measurement. */
.hero {
    position: relative; overflow: hidden;
    background-color: #0B0F30;
    color: var(--on-dark-2);
    /* Fit the hero (incl. its controls) inside the viewport below the sticky
       header, so the dots/arrows are never pushed under the fold on short or
       laptop-height screens. 76px = header height. Capped so it never gets
       absurdly tall on very tall displays. */
    min-height: min(760px, calc(100svh - 76px));
    max-height: calc(100svh - 76px);
    display: flex; flex-direction: column; justify-content: center;
}
/* svh isn't universal — fall back to vh where it's unsupported */
@supports not (height: 100svh) {
    .hero { min-height: min(760px, calc(100vh - 76px)); max-height: calc(100vh - 76px); }
}
.hero::after {
    /* grid overlay sits above the slide backgrounds, below the copy */
    content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: linear-gradient(to top, #000 0%, rgba(0,0,0,.3) 52%, transparent 82%);
            mask-image: linear-gradient(to top, #000 0%, rgba(0,0,0,.3) 52%, transparent 82%);
}
.hero h1, .hero h2, .hero h3, .hero .hero__title { color: var(--on-dark); }
.hero .eyebrow { color: var(--on-dark); background: var(--dark-surf); border-color: var(--dark-line); }

/* ── Slides ── */
/* Padding uses vh as well as vw, so a short window tightens the hero instead
   of pushing the controls past the fold. Bottom padding leaves room for the
   absolutely-positioned .hero__controls. */
.hero__slide {
    padding: clamp(36px, 6vh, 96px) 0 clamp(78px, 9vh, 112px);
    position: relative; z-index: 1;
    width: 100%;
    /* grow to fill the flex parent so the copy sits centred in the band
       rather than pinned to the top with dead space beneath it */
    flex: 1 0 auto;
    display: flex; align-items: center;
}
/* slides 2+ overlay slide 1 */
.hero__slide + .hero__slide {
    position: absolute; inset: 0;
}
.hero__slide + .hero__slide > .shell { width: min(100% - 40px, var(--shell)); }
.hero__slide {
    opacity: 0; visibility: hidden;
    transition: opacity .7s var(--ease), visibility .7s;
}
.hero__slide.is-active { opacity: 1; visibility: visible; }
/* Without JS every slide stays hidden except the first, which is already
   .is-active in the markup — so the hero still renders. */
.hero__slide > .shell { position: relative; z-index: 3; }

/* slide 2/3 headline matches h1 sizing without being an h1 */
.hero__title {
    font-family: var(--display);
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.15; font-weight: 800; letter-spacing: -.02em;
    text-wrap: balance; margin-bottom: 20px;
}

/* per-slide gradient themes */
.hero__slide--ai {
    background:
        radial-gradient(ellipse 70% 60% at 80% 10%, rgba(224,31,31,.34) 0%, transparent 60%),
        radial-gradient(ellipse 62% 56% at 8% 88%, rgba(46,91,255,.30) 0%, transparent 62%),
        linear-gradient(150deg, #0B0F30 0%, #141A4E 55%, #1C2260 100%);
}
.hero__slide--build {
    background:
        radial-gradient(ellipse 66% 58% at 18% 12%, rgba(139,92,246,.36) 0%, transparent 60%),
        radial-gradient(ellipse 74% 66% at 88% 84%, rgba(224,31,31,.34) 0%, transparent 62%),
        linear-gradient(130deg, #150E3A 0%, #2E1A5E 50%, #4A1550 100%);
}
.hero__slide--scale {
    background:
        radial-gradient(ellipse 68% 60% at 84% 14%, rgba(14,190,220,.32) 0%, transparent 60%),
        radial-gradient(ellipse 64% 58% at 10% 86%, rgba(46,91,255,.30) 0%, transparent 62%),
        linear-gradient(140deg, #04143C 0%, #0A3560 50%, #0B5570 100%);
}

/* ── Controls ── */
.hero__controls {
    position: absolute; left: 50%; transform: translateX(-50%);
    bottom: clamp(22px, 3vw, 34px); z-index: 6;
    display: flex; align-items: center; gap: 16px; justify-content: flex-start;
}
.hero__arrow {
    width: 42px; height: 42px; border-radius: 50%; flex: none;
    display: grid; place-items: center; font-size: 17px;
    color: #fff; background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.26);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    transition: background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.hero__arrow:hover { background: var(--red); border-color: var(--red); transform: translateY(-2px); }
.hero__arrow[data-hero-prev] .ico { transform: rotate(180deg); }

.hero__dots { display: flex; align-items: center; gap: 9px; }
.hero__dot {
    width: 28px; height: 4px; border-radius: 3px; padding: 0;
    background: rgba(255,255,255,.32);
    transition: background .3s var(--ease), width .3s var(--ease);
}
.hero__dot:hover { background: rgba(255,255,255,.55); }
.hero__dot.is-active { width: 48px; background: var(--red); }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px, 4vw, 54px); align-items: center; }
.hero h1 { margin-bottom: 20px; }
.hero__lead { font-size: clamp(16px, 1.5vw, 18.5px); line-height: 1.7; color: var(--on-dark-2); max-width: 620px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 26px 0 32px; }
.hero__proof li { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 500; color: var(--on-dark); }
.hero__proof .ico { color: #5BE49B; font-size: 15px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero__trust { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--dark-line); font-size: 13.5px; color: var(--on-dark-3); }
/* ghost button sits on the dark hero, so it needs the light-on-dark treatment */
.hero .btn--ghost { border-color: rgba(255,255,255,.38); color: var(--on-dark); background: rgba(255,255,255,.06); }
.hero .btn--ghost:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.6); }

/* staggered entrance for the active slide's copy */
.hero__slide.is-active .hero__copy > * {
    animation: hero-rise .7s var(--ease) backwards;
}
.hero__slide.is-active .hero__copy > *:nth-child(1) { animation-delay: .08s; }
.hero__slide.is-active .hero__copy > *:nth-child(2) { animation-delay: .16s; }
.hero__slide.is-active .hero__copy > *:nth-child(3) { animation-delay: .24s; }
.hero__slide.is-active .hero__copy > *:nth-child(4) { animation-delay: .32s; }
.hero__slide.is-active .hero__copy > *:nth-child(5) { animation-delay: .40s; }
.hero__slide.is-active .hero__copy > *:nth-child(6) { animation-delay: .48s; }
@keyframes hero-rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@media (max-width: 991px) {
    .hero__grid { grid-template-columns: 1fr; }
    .hero__visual { display: none; }
    /* leave room for the controls once the visual column is gone */
    .hero__slide { padding-bottom: clamp(92px, 18vw, 120px); }
    .hero__controls { gap: 10px; }
    /* 44x44 minimum on touch. The dot's visible bar stays slim, but a
       transparent ::before extends the hit area to full height — otherwise
       the target is a 4px-tall sliver that is genuinely hard to press. */
    .hero__arrow { width: 44px; height: 44px; font-size: 16px; }
    .hero__dots { gap: 4px; }
    .hero__dot {
        width: 26px; height: 44px; position: relative;
        background: transparent;
    }
    .hero__dot::before {
        content: ''; position: absolute; left: 0; right: 0; top: 50%;
        height: 4px; margin-top: -2px; border-radius: 3px;
        background: rgba(255,255,255,.32);
        transition: background .3s var(--ease);
    }
    .hero__dot:hover::before { background: rgba(255,255,255,.55); }
    .hero__dot.is-active { width: 42px; background: transparent; }
    .hero__dot.is-active::before { background: var(--red); }
    /* content, not the viewport, drives height once stacked */
    .hero { max-height: none; min-height: 0; }
}

/* ── Short viewports (laptops, windowed browsers) ──
   Compress the hero's internal rhythm so the whole slide + controls still fit
   above the fold instead of the dots sliding underneath it. */
@media (min-width: 992px) and (max-height: 900px) {
    .hero__lead { font-size: 16px; line-height: 1.6; }
    .hero__proof { margin: 18px 0 22px; }
    .hero__trust { margin-top: 22px; padding-top: 18px; }
    .hero h1, .hero .hero__title { font-size: clamp(30px, 3.6vw, 46px); margin-bottom: 14px; }
    .orbit { max-width: 340px; }
    .orbit__core { width: 112px; height: 112px; border-radius: 24px; }
    .orbit__core strong { font-size: 26px; }
}
@media (min-width: 992px) and (max-height: 760px) {
    .hero__proof { display: none; }          /* least critical line first */
    .hero__trust { margin-top: 18px; padding-top: 14px; font-size: 12.5px; }
    .hero h1, .hero .hero__title { font-size: clamp(28px, 3.1vw, 40px); }
    .orbit { max-width: 280px; }
}

/* hero visual: orbiting capability chips */
.orbit { position: relative; aspect-ratio: 1; max-width: 430px; margin-inline: auto; display: grid; place-items: center; }
.orbit__ring { position: absolute; border-radius: 50%; border: 1px dashed rgba(255,255,255,.18); inset: 4%; animation: spin 38s linear infinite; }
.orbit__ring--2 { inset: 22%; border-style: solid; border-color: rgba(255,255,255,.11); animation-duration: 26s; animation-direction: reverse; }
.orbit__ring::after {
    content: ''; position: absolute; top: -5px; left: 50%; width: 10px; height: 10px; margin-left: -5px;
    border-radius: 50%; background: var(--red); box-shadow: 0 0 14px 3px rgba(238,38,38,.7);
}
.orbit__ring--2::after { background: #5EE7FF; box-shadow: 0 0 14px 3px rgba(94,231,255,.65); }
@keyframes spin { to { transform: rotate(360deg); } }

.orbit__core {
    width: 132px; height: 132px; border-radius: 28px; display: grid; place-items: center; gap: 5px;
    text-align: center; position: relative; z-index: 2;
    background: linear-gradient(150deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
    border: 1px solid rgba(255,255,255,.26);
    -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
    animation: bob 6.5s ease-in-out infinite;
}
.orbit__core strong { font-family: var(--display); font-size: 30px; color: #fff; line-height: 1; }
.orbit__core span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark-2); }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.orbit__chip {
    position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px;
    padding: 10px 14px; border-radius: 12px; white-space: nowrap;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
    -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(0,0,0,.28);
    font-size: 13px; font-weight: 600; color: #fff;
}
/* Positioned against .orbit. nth-of-type counts only .orbit__chip divs here
   because the rings are also divs — so scope by class order with nth-child
   offsets instead: rings are children 1–2, core is 3, chips are 4–7. */
.orbit__chip:nth-child(4) { top: 2%;    left: -4%;  animation: float-a 12s ease-in-out infinite; }
.orbit__chip:nth-child(5) { top: 24%;   right: -8%; animation: float-b 14s ease-in-out infinite; }
.orbit__chip:nth-child(6) { bottom: 22%; left: -8%; animation: float-b 13s ease-in-out infinite reverse; }
.orbit__chip:nth-child(7) { bottom: 1%;  right: -2%; animation: float-a 15s ease-in-out infinite reverse; }
@keyframes float-a { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-14px,16px,0); } }
@keyframes float-b { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(13px,-15px,0); } }

/* ═══ Page hero (inner pages) ═══
   Two-column band: copy left, a page-specific visual panel right. Darker and
   richer than a plain tint so the top of each page has some weight, while
   still reading as part of a light site. */
.page-hero {
    position: relative; overflow: hidden;
    padding: clamp(46px, 5.5vw, 78px) 0 clamp(50px, 6vw, 84px);
    background:
        radial-gradient(ellipse 48% 62% at 92% 4%,  rgba(224,31,31,.14) 0%, transparent 62%),
        radial-gradient(ellipse 46% 58% at 2% 100%, rgba(46,91,255,.15) 0%, transparent 64%),
        linear-gradient(165deg, #EEF2FA 0%, #E4EAF6 55%, #DFE7F5 100%);
    border-bottom: 1px solid var(--line);
}
/* blueprint grid */
.page-hero::before {
    content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(14,18,54,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14,18,54,.05) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 70% 30%, #000 0%, transparent 78%);
            mask-image: radial-gradient(ellipse 80% 80% at 70% 30%, #000 0%, transparent 78%);
}
/* soft accent orb bleeding off the right edge */
.page-hero::after {
    content: ''; position: absolute; z-index: 0; pointer-events: none;
    width: 460px; height: 460px; right: -140px; top: -170px; border-radius: 50%;
    background: radial-gradient(circle at 34% 34%, rgba(255,255,255,.75) 0%, rgba(224,31,31,.10) 46%, transparent 70%);
}
.page-hero > .shell { position: relative; z-index: 2; }

.page-hero__grid {
    display: grid; grid-template-columns: 1.08fr .92fr;
    gap: clamp(28px, 4vw, 60px); align-items: center;
}
.page-hero__inner { max-width: 640px; }
.page-hero h1 { margin-bottom: 18px; }
.page-hero .lead { color: var(--ink-2); }

/* ── Visual panel (right column) ── */
.page-hero__visual {
    position: relative; display: grid; gap: 14px;
}
@media (max-width: 900px) {
    .page-hero__grid { grid-template-columns: 1fr; }
    .page-hero__visual { display: none; }   /* copy leads on small screens */
}

/* glass tile used inside the visual panel */
.hero-tile {
    display: flex; align-items: flex-start; gap: 14px;
    padding: 18px 20px; border-radius: 14px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(255,255,255,.9);
    box-shadow: 0 10px 30px rgba(14,18,54,.10), 0 2px 6px rgba(14,18,54,.05);
    -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    animation: tile-float 7s ease-in-out infinite;
}
/* offset the middle tile on both sides so all three keep the same width */
.hero-tile:nth-child(2) { animation-delay: -2.3s; margin-left: clamp(10px, 4%, 34px); margin-right: calc(-1 * clamp(10px, 4%, 34px)); }
.hero-tile:nth-child(3) { animation-delay: -4.6s; }
@keyframes tile-float {
    0%,100% { transform: translateY(0); }
    50%     { transform: translateY(-7px); }
}
.hero-tile__icon {
    width: 42px; height: 42px; border-radius: 11px; flex: none;
    display: grid; place-items: center; font-size: 19px; color: #fff;
    background: linear-gradient(140deg, var(--red) 0%, var(--red-600) 100%);
    box-shadow: 0 6px 16px rgba(224,31,31,.30);
}
.hero-tile:nth-child(2) .hero-tile__icon {
    background: linear-gradient(140deg, var(--blue) 0%, var(--violet) 100%);
    box-shadow: 0 6px 16px rgba(46,91,255,.30);
}
.hero-tile:nth-child(3) .hero-tile__icon {
    background: linear-gradient(140deg, #0E9BB8 0%, #0B6E86 100%);
    box-shadow: 0 6px 16px rgba(14,155,184,.30);
}
/* title and text are spans (valid inside the wrapping span) — force them to
   stack, otherwise they run together on one line */
.hero-tile__title { display: block; font-family: var(--display); font-weight: 700; font-size: 15.5px; color: var(--ink); margin-bottom: 3px; }
.hero-tile__text  { display: block; font-size: 13.5px; line-height: 1.5; color: var(--ink-3); }

/* stat strip under the tiles */
.hero-figures {
    display: flex; gap: 10px; margin-top: 4px;
}
.hero-figure {
    flex: 1; text-align: center; padding: 14px 8px; border-radius: 12px;
    background: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.85);
    box-shadow: 0 6px 18px rgba(14,18,54,.07);
}
.hero-figure strong {
    display: block; font-family: var(--display); font-weight: 800;
    font-size: 24px; line-height: 1; color: var(--navy);
}
.hero-figure span { display: block; margin-top: 5px; font-size: 11.5px; color: var(--ink-3); }

@media (prefers-reduced-motion: reduce) { .hero-tile { animation: none; } }

/* breadcrumbs */
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; font-size: 13.5px; color: var(--ink-3); }
.crumbs li { display: flex; align-items: center; gap: 8px; }
.crumbs li + li::before { content: '/'; color: var(--line-2); }
/* padded so the breadcrumb is a comfortable touch target, not a 22px sliver */
.crumbs a { color: var(--ink-3); display: inline-flex; align-items: center; padding: 6px 2px; min-height: 32px; }
@media (max-width: 991px) {
    /* full-height touch target without visually enlarging the crumb */
    .crumbs a { min-height: 44px; padding: 10px 4px; }
    .crumbs { margin-bottom: 12px; }
}
.crumbs a:hover { color: var(--red); }
.crumbs [aria-current] { color: var(--ink-2); font-weight: 500; }

/* ═══ Split feature ═══ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4.5vw, 62px); align-items: center; }
.split--reverse .split__media { order: 2; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split--reverse .split__media { order: 0; } }

.feature-list { display: flex; flex-direction: column; gap: 16px; margin-top: 26px; }
.feature-list li { display: flex; gap: 13px; }
.feature-list .ico { color: var(--cyan); font-size: 17px; margin-top: .28em; flex: none; }
.feature-list strong { display: block; color: var(--ink); font-weight: 600; margin-bottom: 2px; }
.feature-list span { font-size: 14.5px; color: var(--ink-3); }

/* ═══ Accordion (FAQ) ═══ */
.faq { display: flex; flex-direction: column; gap: 12px; max-width: 860px; margin-inline: auto; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; overflow: hidden; box-shadow: var(--shadow); }
.faq__item[open] { border-color: var(--line-2); }
.faq__q {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 19px 22px; cursor: pointer; list-style: none;
    font-family: var(--display); font-weight: 600; font-size: 16.5px; color: var(--ink);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
    content: ''; width: 11px; height: 11px; flex: none;
    border-right: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3);
    transform: rotate(45deg) translate(-2px,-2px); transition: transform .25s var(--ease);
}
.faq__item[open] .faq__q::after { transform: rotate(-135deg) translate(-3px,-3px); }
.faq__a { padding: 0 22px 20px; font-size: 15px; color: var(--ink-2); }
.faq__a p + p { margin-top: 10px; }

/* ═══ Work cards ═══ */
.work-card { overflow: hidden; padding: 0; }
.work-card__media {
    aspect-ratio: 16 / 9; display: grid; place-items: center; padding: 26px;
    background: linear-gradient(150deg, #F3F6FC 0%, #E9EEF8 100%);
    border-bottom: 1px solid var(--line);
}
.work-card__media img { max-height: 76px; width: auto; }
/* wordmark fallback for products without a logo file */
.work-card__wordmark { font-family: var(--display); font-size: clamp(22px, 2.4vw, 30px); font-weight: 800; letter-spacing: -.02em; color: var(--navy); }
.work-card__body { padding: 26px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.work-card__tag {
    align-self: flex-start; padding: 5px 11px; border-radius: 6px;
    background: var(--red-tint); border: 1px solid rgba(224,31,31,.24);
    font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--red-600);
}

/* ═══ Contact ═══ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-cards { display: flex; flex-direction: column; gap: 14px; }
.contact-card { display: flex; gap: 15px; padding: 20px 22px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-card .ico { font-size: 20px; color: var(--red); margin-top: .2em; flex: none; }
.contact-card h3 { font-size: 15px; margin-bottom: 3px; }
.contact-card a, .contact-card address { font-size: 14.5px; color: var(--ink-2); }
.contact-card a:hover { color: var(--ink); }

.form-card {
    padding: clamp(24px, 3vw, 38px); border-radius: var(--radius);
    background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg);
}
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 600; color: var(--ink); }
.field input, .field select, .field textarea {
    width: 100%; padding: 13px 15px; border-radius: 9px;
    background: #FBFCFE; border: 1px solid var(--line-2);
    color: var(--ink); font: inherit; font-size: 15px;
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
/* iOS Safari auto-zooms the page when a focused field's text is under 16px,
   which throws the user out of the layout mid-form. 16px prevents that. */
@media (max-width: 991px) {
    .field input, .field select, .field textarea { font-size: 16px; padding: 14px 15px; }
    .field label { font-size: 15px; }
}
.field textarea { min-height: 128px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #737F99; }
.field input:focus, .field select:focus, .field textarea:focus {
    outline: none; background: #fff;
    border-color: var(--red); box-shadow: 0 0 0 3px rgba(224,31,31,.13);
}
.field select { appearance: none; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23636E8C'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 12px center; background-size: 20px; padding-right: 40px;
}
.field select:invalid { color: #737F99; }
.field select option { color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .field-row { grid-template-columns: 1fr; } }
.field__err { display: block; margin-top: 6px; font-size: 13px; color: #C21F1F; min-height: 0; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #E05252; background: #FFFBFB; }
.check { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: var(--ink-2); }
.check input { width: 22px; height: 22px; margin-top: 1px; flex: none; accent-color: var(--red); }
/* the whole label row is the target, so the 22px box isn't the only hit area */
.check { cursor: pointer; padding: 6px 0; }
.form-note { margin-top: 14px; font-size: 13px; color: var(--ink-3); }
.form-status { padding: 15px 18px; border-radius: 9px; margin-bottom: 18px; font-size: 14.5px; font-weight: 500; }
.form-status.is-ok  { background: #ECFDF3; border: 1px solid #A7E3C0; color: #16653C; }
.form-status.is-err { background: var(--red-tint); border: 1px solid #F4B4B4; color: #A31515; }
.btn.is-loading { pointer-events: none; opacity: .75; }

/* ═══ CTA band ═══ */
.cta-band {
    padding: clamp(44px, 5vw, 68px) 0;
    background: linear-gradient(120deg, #C41919 0%, #9E1414 52%, #5E0E2A 100%);
}
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band__title { color: #fff; font-size: clamp(24px, 2.8vw, 35px); }
.cta-band__text { color: rgba(255,255,255,.9); margin-top: 8px; max-width: 560px; }
.cta-band__points {
    display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 16px;
}
.cta-band__points li {
    display: flex; align-items: center; gap: 8px;
    font-size: 14px; font-weight: 500; color: rgba(255,255,255,.94);
}
.cta-band__points .ico { color: #9BE8B8; font-size: 14px; }
.cta-band__actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
/* direct-contact links: phone / email / WhatsApp on every page */
.cta-band__direct { display: flex; flex-direction: column; gap: 2px; }
.cta-band__direct a {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 7px 2px; min-height: 34px;
    font-size: 14.5px; font-weight: 500; color: rgba(255,255,255,.88);
    transition: color .2s var(--ease);
}
.cta-band__direct a:hover { color: #fff; text-decoration: underline; }
.cta-band__direct .ico { font-size: 15px; opacity: .9; }
@media (max-width: 700px) {
    .cta-band__actions { width: 100%; }
    .cta-band__actions .btn { width: 100%; }
    /* full-width rows with a 44px height so phone/email/WhatsApp are easy
       to hit and clearly separated from each other */
    .cta-band__direct { width: 100%; gap: 6px; }
    .cta-band__direct a {
        min-height: 44px; padding: 10px 14px;
        background: rgba(255,255,255,.10);
        border: 1px solid rgba(255,255,255,.20);
        border-radius: 8px;
    }
    .cta-band__direct a:hover { text-decoration: none; background: rgba(255,255,255,.18); }
}
/* .btn--ghost has a white fill for light sections — must be reset here or the
   white label sits on a white button and disappears. */
.cta-band .btn--ghost {
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.55);
    color: #fff;
}
.cta-band .btn--ghost:hover {
    background: rgba(255,255,255,.20);
    border-color: #fff;
    color: #fff;
    box-shadow: none;
}

/* ═══ Footer ═══
   Kept dark to ground the page. All colours here are explicit light-on-dark,
   never the page ink tokens. */
.site-footer { background: var(--navy); color: var(--on-dark-2); padding: clamp(48px, 6vw, 76px) 0 0; }
.site-footer h2, .site-footer h3, .site-footer strong { color: var(--on-dark); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px 30px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-about img { width: 150px; margin-bottom: 16px; }
.footer-about p { font-size: 14.5px; max-width: 330px; color: var(--on-dark-2); }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
    /* 44x44 minimum tap target (Google mobile-usability / WCAG 2.5.8) */
    width: 44px; height: 44px; border-radius: 10px; display: grid; place-items: center;
    background: var(--dark-surf); border: 1px solid var(--dark-line); color: var(--on-dark-2); font-size: 16px;
    transition: background .22s var(--ease), color .22s var(--ease), transform .22s var(--ease);
}
.footer-social a:hover { background: var(--red); border-color: var(--red); color: #fff; transform: translateY(-2px); }
.footer-col__title { font-size: 15px; margin-bottom: 16px; color: var(--on-dark); }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
    font-size: 14.5px; color: var(--on-dark-2); transition: color .2s var(--ease);
    display: inline-block; padding: 5px 0;   /* taller hit area on touch */
}
.footer-col a:hover { color: #fff; }
.footer-contact ul { gap: 14px; }
.footer-contact li { display: flex; gap: 11px; font-size: 14.5px; color: var(--on-dark-2); }
.footer-contact a { color: var(--on-dark-2); }
.footer-contact a:hover { color: #fff; }
.footer-contact .ico { color: #FF6B6B; font-size: 17px; margin-top: .18em; flex: none; }
.footer-bottom {
    margin-top: 48px; padding: 22px 0; border-top: 1px solid var(--dark-line);
    display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
    font-size: 13.5px; color: var(--on-dark-3);
}

/* ═══ WhatsApp float ═══ */
.whatsapp-float {
    position: fixed; right: 22px; bottom: 22px; z-index: 90;
    width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
    background: #25D366; color: #fff; box-shadow: 0 10px 26px rgba(37,211,102,.4);
    transition: transform .25s var(--ease);
}
.whatsapp-float:hover { transform: scale(1.08); }

/* ═══ Scroll reveal ═══ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ═══ Reduced motion ═══ */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    .reveal { opacity: 1; transform: none; }
    /* slides still switch, just without the fade/rise */
    .hero__slide.is-active .hero__copy > * { animation: none; opacity: 1; transform: none; }
}

/* ═══ Print ═══ */
@media print {
    .site-header, .site-footer, .cta-band, .whatsapp-float, .skip-link { display: none; }
    body { background: #fff; color: #000; }
    h1, h2, h3 { color: #000; }
}
