
:root{--navy:#071633;--ink:#0b1738;--muted:#53617d;--line:#dde6f3;--soft:#f7faff;--orange:#ff5b1a;--gold:#f6b93b;--blue:#2367ff;--purple:#8057ff;--green:#14a36d;--shadow:0 18px 50px rgba(8,24,60,.10);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,#f8fbff 48%,#fff 100%);line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(221,230,243,.8)}.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;min-width:230px}.brand img{width:42px;height:42px;object-fit:contain}.brand-title{font-weight:900;font-size:clamp(1.35rem,2vw,1.8rem);letter-spacing:-.05em;line-height:.95}.brand-title span{background:linear-gradient(90deg,var(--orange),var(--gold),var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}.brand-sub{font-size:.83rem;color:var(--orange);font-weight:700;margin-top:5px}.nav-links{display:flex;align-items:center;gap:26px;font-size:.92rem;font-weight:700}.nav-links a{padding:29px 0 24px;border-bottom:2px solid transparent}.nav-links a.active,.nav-links a:hover{color:#0952c8;border-color:var(--orange)}.actions{display:flex;align-items:center;gap:12px}.icon-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 22px rgba(8,24,60,.08);color:var(--ink)}.menu-btn{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:14px 20px;font-weight:850;border:1px solid transparent;box-shadow:0 12px 28px rgba(255,91,26,.22);transition:.2s}.btn.primary{background:linear-gradient(110deg,var(--orange),#f06, var(--blue));color:white}.btn.secondary{background:#fff;color:var(--ink);border-color:#9ab2d6;box-shadow:none}.btn:hover,.card:hover{transform:translateY(-2px)}.hero{position:relative;overflow:hidden;padding:70px 0 40px}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}.eyebrow{font-size:.8rem;color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.09em}.hero h1{font-size:clamp(3rem,5.7vw,5.7rem);line-height:.98;letter-spacing:-.075em;margin:14px 0 24px}.gradient-text{background:linear-gradient(110deg,var(--orange),#b45cff,var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:1.18rem;color:#42506d;max-width:590px;margin:0 0 30px}.hero-actions{display:flex;align-items:center;gap:32px;flex-wrap:wrap}.hero-visual{min-height:420px;position:relative}.orb{position:absolute;right:-60px;top:0;width:min(680px,95%);height:410px;background:radial-gradient(circle at 72% 45%,rgba(35,103,255,.18),transparent 31%),radial-gradient(circle at 50% 45%,rgba(255,91,26,.14),transparent 28%)}.orb:before{content:"";position:absolute;inset:22px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 500"><defs><linearGradient id="g" x1="0" x2="1"><stop stop-color="%23ff5b1a"/><stop offset="1" stop-color="%232367ff"/></linearGradient></defs><path d="M0 260 C160 60 300 470 450 250 S720 20 900 230" fill="none" stroke="url(%23g)" stroke-width="1.4" opacity=".35"/><path d="M0 280 C180 90 310 440 452 270 S700 70 900 260" fill="none" stroke="url(%23g)" stroke-width="1" opacity=".25"/><circle cx="760" cy="190" r="150" fill="none" stroke="%232367ff" opacity=".20"/><g fill="%232367ff" opacity=".35"><circle cx="735" cy="145" r="2"/><circle cx="780" cy="176" r="2"/><circle cx="815" cy="220" r="2"/><circle cx="720" cy="250" r="2"/></g><g fill="%23ff5b1a" opacity=".55"><circle cx="180" cy="235" r="3"/><circle cx="310" cy="300" r="3"/><circle cx="565" cy="205" r="3"/></g></svg>') center/contain no-repeat}.globe-card{position:absolute;right:40px;top:160px;width:330px;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow)}.globe-card small{color:#3f6dd8;font-weight:900;letter-spacing:.08em}.globe-card b{display:block;font-size:1.1rem;margin-top:8px}.availability{display:flex;align-items:center;gap:22px;margin-top:26px;flex-wrap:wrap}.availability span{display:inline-flex;align-items:center;gap:9px;font-weight:850}.dot{width:20px;height:20px;border-radius:50%;background:var(--ink);display:inline-block}.play{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:17px solid #19b45d}.web{width:20px;height:20px;border:2px solid var(--ink);border-radius:50%;display:inline-block}.stats{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);margin-top:40px;overflow:hidden}.stat{padding:26px 32px;border-right:1px solid var(--line);display:flex;gap:16px;align-items:center}.stat:last-child{border-right:0}.stat .num{font-size:1.65rem;font-weight:950;color:#0a4ecb}.stat:nth-child(1) .num{color:var(--orange)}.stat:nth-child(2) .num{color:var(--purple)}.stat:nth-child(4) .num{color:var(--green)}.stat p{margin:3px 0 0;color:var(--muted);font-size:.95rem}.section{padding:64px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section h2{font-size:clamp(2rem,3vw,3.2rem);line-height:1.03;letter-spacing:-.05em;margin:6px 0}.section p.lead{max-width:670px;color:var(--muted);font-size:1.08rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.products{grid-template-columns:repeat(6,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 26px rgba(8,24,60,.05);transition:.2s;min-height:100%}.letter{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;color:#fff;font-size:1.85rem;font-weight:950;margin-bottom:18px;background:linear-gradient(145deg,#0d7734,#83bf42)}.letter.m{background:linear-gradient(145deg,#114b73,#24a2da)}.letter.p{background:linear-gradient(145deg,#50168d,#9257ff)}.letter.e{background:linear-gradient(145deg,#0a6b39,#16a36a)}.letter.q{background:linear-gradient(145deg,#b23e0e,#ff8a00)}.letter.f{background:linear-gradient(145deg,#063a91,#237bff)}.card h3{font-size:1.12rem;margin:0 0 8px}.card p{color:#4c5872;margin:0 0 18px;font-size:.95rem}.link{font-weight:900;color:#0054c7}.pipeline-row{display:grid;grid-template-columns:repeat(8,1fr);gap:14px;align-items:stretch}.pipe{position:relative;padding:20px 16px 18px}.pipe:before{content:"";display:block;height:4px;border-radius:4px;margin:-20px -16px 18px;background:var(--c)}.chip{display:inline-flex;align-items:center;gap:7px;font-size:.78rem;font-weight:900;background:color-mix(in srgb,var(--c) 16%,white);padding:6px 10px;border-radius:999px}.swatch{width:10px;height:10px;border-radius:50%;background:var(--c)}.values{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.value{text-align:center;padding:20px 14px;border-right:1px solid var(--line)}.value:last-child{border-right:0}.value .ico{font-size:2rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.tool{border:1px solid var(--line);border-radius:12px;padding:12px 8px;text-align:center;font-weight:900;background:#fff}.office-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.office{border:1px solid var(--line);border-radius:16px;padding:18px;background:linear-gradient(180deg,#fff,#fbfdff)}.office .flag{font-size:2rem}.office b{display:block;margin:8px 0 4px}.world{height:140px;border-radius:18px;background:radial-gradient(circle at 48% 42%,#ff5b1a 0 4px,transparent 5px),radial-gradient(circle at 70% 55%,#2367ff 0 4px,transparent 5px),radial-gradient(circle at 76% 51%,#ff5b1a 0 4px,transparent 5px),radial-gradient(circle at 23% 39%,#14a36d 0 4px,transparent 5px),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 300"><path d="M95 122l62-30 74 12 49-17 66 35 82-22 76 39 97-20 83 25" fill="none" stroke="%23c9d7eb" stroke-width="16" stroke-linecap="round" opacity=".55"/><path d="M130 174l100-22 93 21 62-26 83 15 88-28 115 45" fill="none" stroke="%23d5e1f1" stroke-width="14" stroke-linecap="round" opacity=".52"/></svg>') center/contain no-repeat;background-color:#f7fbff;border:1px solid var(--line)}.help{display:grid;grid-template-columns:1.1fr 1.4fr .75fr;gap:22px;align-items:center}.checks{columns:2;list-style:none;padding:0;margin:0}.checks li{margin:9px 0;color:#31405f}.checks li:before{content:"✓";color:#0a65d8;font-weight:900;margin-right:8px}.footer{padding:45px 0;border-top:1px solid var(--line);background:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:28px}.footer h4{margin:0 0 12px;color:#0b1738}.footer a,.footer p{display:block;color:#58657e;margin:7px 0;font-size:.92rem}.mobile-menu{display:none}body.dark{background:#061126;color:#edf4ff}body.dark .site-header,body.dark .card,body.dark .stat,body.dark .stats,body.dark .footer,body.dark .office,body.dark .tool,body.dark .globe-card{background:#0b1730;border-color:#213457;color:#edf4ff}body.dark .hero p,body.dark .card p,body.dark .section p.lead,body.dark .footer a,body.dark .footer p{color:#b7c4dc}body.dark .icon-btn{background:white;color:#071633;border-color:white}body.dark .btn.secondary{background:#0b1730;color:#fff;border-color:#4d6fa8}body.dark .world{background-color:#0b1730;border-color:#213457}.form{display:grid;gap:14px}.form input,.form textarea,.form select{width:100%;border:1px solid var(--line);border-radius:12px;padding:14px 14px;font:inherit}.form textarea{min-height:160px}.notice{padding:14px;border-radius:12px;margin-top:12px;display:none}.notice.ok{display:block;background:#e9fff4;color:#07633c}.notice.err{display:block;background:#fff0ed;color:#a72b13}
@media(max-width:980px){.nav-links{display:none}.menu-btn{display:grid}.mobile-menu.open{display:flex}.mobile-menu{position:fixed;top:82px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:16px 24px;flex-direction:column;gap:8px;z-index:49}.mobile-menu a{padding:12px 0;font-weight:900}.hero{padding:40px 0 28px}.hero-grid{display:block}.hero h1{font-size:3.1rem}.hero-visual{display:none}.hero-actions{display:grid;gap:14px}.hero-actions .btn{width:100%;padding:17px 18px}.availability{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}.availability .full{grid-column:1/-1}.stats{grid-template-columns:1fr 1fr}.stat{border-bottom:1px solid var(--line);justify-content:center;text-align:center}.products{grid-template-columns:1fr 1fr}.pipeline-row{grid-template-columns:1fr 1fr}.values{grid-template-columns:1fr 1fr}.value{border-right:0;border-bottom:1px solid var(--line)}.split,.help{grid-template-columns:1fr}.tool-grid{grid-template-columns:1fr 1fr}.office-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.brand{min-width:0}.brand-title{font-size:1.45rem}.brand-sub{font-size:.72rem}.wrap{width:min(100% - 28px,1180px)}}@media(max-width:560px){.products,.pipeline-row,.stats,.office-grid,.footer-grid{grid-template-columns:1fr}.section{padding:44px 0}.hero h1{font-size:2.65rem}.card{padding:20px}.stat{border-right:0}.availability{grid-template-columns:1fr}.nav{min-height:74px}.mobile-menu{top:74px}.brand img{width:36px;height:36px}.brand-title{font-size:1.28rem}.brand-sub{display:none}.checks{columns:1}.tool-grid{gap:9px}.tool{font-size:.95rem;padding:12px 6px}}

/* Final dark-mode contrast pass */
body.dark {
  --ink:#f3f7ff;
  --muted:#b9c6dd;
  --line:#263a5f;
  --soft:#0b1730;
  background:#061126 !important;
  color:#f3f7ff;
}
body.dark .section,
body.dark section[style],
body.dark .hero {
  background:#061126 !important;
}
body.dark .site-header,
body.dark .mobile-menu {
  background:rgba(8,18,40,.92);
  border-color:#263a5f;
}
body.dark .nav-links a,
body.dark .mobile-menu a,
body.dark .brand-title,
body.dark .brand-title span,
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark b,
body.dark .footer h4 {
  color:#f3f7ff;
}
body.dark .brand-title span,
body.dark .gradient-text {
  background:linear-gradient(110deg,var(--orange),#b45cff,var(--blue));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
body.dark .card,
body.dark .stats,
body.dark .stat,
body.dark .footer,
body.dark .office,
body.dark .tool,
body.dark .globe-card,
body.dark .form input,
body.dark .form textarea,
body.dark .form select {
  background:#0b1730 !important;
  border-color:#263a5f !important;
  color:#f3f7ff !important;
}
body.dark .card p,
body.dark .hero p,
body.dark .section p,
body.dark .section p.lead,
body.dark .stat p,
body.dark .footer a,
body.dark .footer p,
body.dark .checks li,
body.dark .form input::placeholder,
body.dark .form textarea::placeholder {
  color:#b9c6dd !important;
}
body.dark .btn.secondary,
body.dark a.btn.secondary {
  background:#ffffff !important;
  color:#071633 !important;
  border-color:#ffffff !important;
  box-shadow:0 12px 28px rgba(255,255,255,.08);
}
body.dark .btn.primary,
body.dark a.btn.primary {
  color:#ffffff !important;
}
body.dark .icon-btn {
  background:#ffffff !important;
  color:#071633 !important;
  border-color:#ffffff !important;
}
body.dark .chip {
  background:color-mix(in srgb,var(--c) 34%,#111d36) !important;
  color:#f3f7ff !important;
  border:1px solid color-mix(in srgb,var(--c) 42%,#263a5f);
}
body.dark .swatch {
  border:1px solid rgba(255,255,255,.7);
}
body.dark .pipe:before {
  box-shadow:0 0 18px color-mix(in srgb,var(--c) 55%,transparent);
}
body.dark .world {
  background-color:#0b1730 !important;
  border-color:#263a5f !important;
  filter:saturate(1.15) brightness(.95);
}
body.dark .office {
  background:linear-gradient(180deg,#0e1b36,#0b1730) !important;
}
body.dark .tool {
  background:#101f3d !important;
}
body.dark .notice.ok {
  background:#073f2a !important;
  color:#d9ffec !important;
}
body.dark .notice.err {
  background:#4d160f !important;
  color:#ffe2dc !important;
}
body.dark .link {
  color:#7fb0ff !important;
}
body.dark .dot { background:#f3f7ff; }
body.dark .web { border-color:#f3f7ff; }
body.dark .value { border-color:#263a5f; }
@media(max-width:980px){
  body.dark .mobile-menu{background:#081228!important;}
}

/* Dark mode readability fix - pipeline cards and help list */
body.dark .section[style*="background"],
body.dark section[style*="background"] {
  background:#061126 !important;
}
body.dark .section-head h2,
body.dark .section-head .lead,
body.dark .pipeline-row h3,
body.dark .pipeline-row p {
  opacity:1 !important;
}
body.dark .pipeline-row .pipe,
body.dark .card.pipe {
  background:#0b1730 !important;
  border-color:#314a78 !important;
  color:#f7fbff !important;
  box-shadow:0 18px 40px rgba(0,0,0,.28) !important;
}
body.dark .pipeline-row .pipe h3,
body.dark .card.pipe h3 {
  color:#ffffff !important;
  font-weight:900;
}
body.dark .pipeline-row .pipe p,
body.dark .card.pipe p {
  color:#d7e4fb !important;
}
body.dark .pipeline-row .chip,
body.dark .card.pipe .chip {
  background:rgba(255,255,255,.12) !important;
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,.24) !important;
  text-shadow:none !important;
}
body.dark .pipeline-row .swatch,
body.dark .card.pipe .swatch {
  box-shadow:0 0 0 2px rgba(255,255,255,.75);
}
body.dark .help,
body.dark .card.help {
  background:#0b1730 !important;
  border-color:#314a78 !important;
  color:#ffffff !important;
}
body.dark .help h2,
body.dark .help .eyebrow {
  opacity:1 !important;
}
body.dark .help .checks li,
body.dark .checks li {
  color:#e8f0ff !important;
  opacity:1 !important;
}
body.dark .help .checks li:before,
body.dark .checks li:before {
  color:#58a6ff !important;
}
body.dark .btn.primary {
  color:#ffffff !important;
}
body.dark .btn.secondary {
  background:#ffffff !important;
  color:#071633 !important;
}

/* Self-hosted cookie consent popup */
.cookie-consent{position:fixed;left:24px;right:24px;bottom:24px;z-index:1000;max-width:1080px;margin:0 auto;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:22px;box-shadow:0 22px 70px rgba(8,24,60,.22);padding:20px;display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;backdrop-filter:blur(18px)}
.cookie-copy strong{display:block;font-size:1.05rem;color:var(--ink);margin-bottom:5px}.cookie-copy p{margin:0;color:var(--muted);font-size:.95rem}.cookie-actions,.cookie-modal-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cookie-actions .btn,.cookie-modal-actions .btn{box-shadow:none;white-space:nowrap}.cookie-settings-btn{position:fixed;left:18px;bottom:18px;z-index:900;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:10px 14px;font-weight:850;font-size:.82rem;box-shadow:0 12px 30px rgba(8,24,60,.12);cursor:pointer}.cookie-modal-backdrop{position:fixed;inset:0;z-index:1100;background:rgba(5,12,28,.55);display:grid;place-items:center;padding:20px}.cookie-modal{width:min(640px,100%);max-height:min(88vh,760px);overflow:auto;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.28);padding:22px}.cookie-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:14px}.cookie-modal-head strong{font-size:1.35rem}.cookie-modal-head p{margin:4px 0 0;color:var(--muted)}.cookie-close{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:1.6rem;line-height:1;cursor:pointer}.cookie-choice{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cookie-choice b{display:block;margin-bottom:4px}.cookie-choice p{margin:0;color:var(--muted);font-size:.93rem}.cookie-choice input{width:22px;height:22px;accent-color:var(--blue)}.always-on{font-weight:900;color:var(--blue);font-size:.86rem}.cookie-modal-actions{padding-top:18px}
body.dark .cookie-consent,body.dark .cookie-modal,body.dark .cookie-settings-btn,body.dark .cookie-close{background:#0b1730!important;color:#f3f7ff!important;border-color:#263a5f!important}body.dark .cookie-copy strong,body.dark .cookie-modal-head strong,body.dark .cookie-choice b{color:#f3f7ff!important}body.dark .cookie-copy p,body.dark .cookie-modal-head p,body.dark .cookie-choice p{color:#b9c6dd!important}body.dark .always-on{color:#8bb8ff!important}body.dark .cookie-modal-backdrop{background:rgba(0,0,0,.72)}
@media(max-width:760px){.cookie-consent{grid-template-columns:1fr;left:14px;right:14px;bottom:14px;padding:16px}.cookie-actions{justify-content:stretch}.cookie-actions .btn{width:100%}.cookie-settings-btn{left:12px;bottom:12px}.cookie-modal-actions{display:grid}.cookie-modal-actions .btn{width:100%}}

/* Launch polish: cleaner mobile hierarchy and spacing */
.pipe .chip{margin-bottom:16px}
.pipe h3{margin-top:0;margin-bottom:12px}
.technology-link{margin-top:26px!important;margin-bottom:4px!important}
.product-card{position:relative;padding-top:54px}
.status-badge{position:absolute;top:18px;right:18px;display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:.68rem;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.status-badge.live{color:#087247;background:#e8fff4;border:1px solid #b9efd7}
.hero-actions .btn{min-height:52px}
.split>.card{padding-bottom:28px}
.world{margin-top:24px}
.office-grid{margin-top:28px}
.cookie-settings-btn{padding:8px 12px;font-size:.76rem;left:16px;bottom:10px;opacity:.94}
body.dark .status-badge.live{color:#8ff0c2;background:#0b3a2c;border-color:#21664f}
body.dark .technology-link .link{color:#8bb8ff}

@media(max-width:980px){
  .hero-actions{gap:18px}
  .pipe .chip{margin-bottom:18px}
  .technology-link{margin-top:30px!important}
  .world{margin-top:28px}
  .office-grid{margin-top:30px}
}
@media(max-width:560px){
  .hero-actions{gap:18px}
  .hero-actions .btn{min-height:62px}
  .pipe{padding-top:22px}
  .pipe:before{margin-bottom:20px}
  .pipe .chip{margin-bottom:20px}
  .pipe h3{margin-bottom:16px}
  .technology-link{margin-top:34px!important;padding-top:2px}
  .product-card{padding-top:54px}
  .cookie-settings-btn{left:10px;bottom:8px;padding:7px 11px;font-size:.72rem}
  .world{margin-top:30px}
  .office-grid{margin-top:34px}
}

/* Mobile-first card layout refinement — iPhone and narrow screens */
@media (max-width: 700px) {
  .wrap { width: min(100% - 32px, 1180px); }

  .section-head {
    display: block;
    margin-bottom: 24px;
  }
  .section-head > .link {
    display: inline-flex;
    margin-top: 14px;
    font-size: .98rem;
  }
  .section h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.02;
    letter-spacing: -.055em;
  }

  /* Product cards: compact, balanced header row instead of a floating label */
  .products { gap: 16px; }
  .product-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-areas:
      "letter badge"
      "letter title"
      "copy copy"
      "action action";
    column-gap: 16px;
    row-gap: 5px;
    padding: 22px;
    min-height: auto;
    align-items: start;
  }
  .product-card .letter {
    grid-area: letter;
    width: 58px;
    height: 58px;
    margin: 0;
    border-radius: 16px;
    font-size: 1.85rem;
  }
  .product-card .status-badge {
    grid-area: badge;
    position: static;
    justify-self: start;
    align-self: end;
    margin: 0 0 2px;
    padding: 5px 10px;
    font-size: .66rem;
  }
  .product-card h3 {
    grid-area: title;
    margin: 0;
    align-self: start;
    font-size: 1.22rem;
    line-height: 1.18;
  }
  .product-card p {
    grid-area: copy;
    margin: 18px 0 4px;
    font-size: 1rem;
    line-height: 1.62;
  }
  .product-card > .link {
    grid-area: action;
    display: inline-flex;
    margin-top: 10px;
    font-size: 1rem;
  }

  /* Pipeline cards: put colour and stage on one clean line */
  .pipeline-row { gap: 15px; }
  .pipe {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "chip title"
      "copy copy";
    align-items: center;
    column-gap: 14px;
    row-gap: 0;
    padding: 20px;
    min-height: auto;
  }
  .pipe:before {
    grid-column: 1 / -1;
    margin: -20px -20px 20px;
  }
  .pipe .chip {
    grid-area: chip;
    margin: 0;
    white-space: nowrap;
    padding: 7px 11px;
    font-size: .76rem;
  }
  .pipe h3 {
    grid-area: title;
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.2;
  }
  .pipe p {
    grid-area: copy;
    margin: 16px 0 0;
    font-size: .98rem;
    line-height: 1.55;
  }

  /* Less intrusive floating cookie control on phones */
  .cookie-settings-btn {
    left: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    padding: 7px 11px;
    font-size: .68rem;
    box-shadow: 0 8px 22px rgba(8,24,60,.12);
  }
}

@media (max-width: 390px) {
  .product-card {
    grid-template-columns: 52px minmax(0,1fr);
    column-gap: 13px;
    padding: 19px;
  }
  .product-card .letter { width:52px;height:52px;font-size:1.65rem; }
  .pipe { grid-template-columns: 1fr; grid-template-areas:"chip" "title" "copy"; }
  .pipe h3 { margin-top: 12px; }
}

/* =========================================================
   Mobile QA refinement — v3
   Page-by-page responsive pass for phones and tablets
   ========================================================= */

/* Universal resilience */
html{overflow-x:hidden;-webkit-text-size-adjust:100%}
body{overflow-x:hidden}
main,section,.wrap,.card,.split>*,.help>*,.footer-grid>*,.products>*,.pipeline-row>*{min-width:0}
h1,h2,h3,h4,p,a,li,b,span{overflow-wrap:anywhere}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button,.btn,.icon-btn,.mobile-menu a{touch-action:manipulation}

/* Accessible focus treatment */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid color-mix(in srgb,var(--blue) 70%,white);
  outline-offset:3px;
}

/* Keep cards stable on touch devices */
@media (hover:none){.btn:hover,.card:hover{transform:none}}

/* Tablet */
@media (max-width:980px){
  .site-header{backdrop-filter:blur(14px)}
  .nav{min-height:76px;gap:12px}
  .brand{gap:10px;max-width:calc(100% - 112px)}
  .brand img{flex:0 0 auto}
  .brand>div{min-width:0}
  .brand-title{white-space:nowrap}
  .actions{gap:8px;flex:0 0 auto}
  .icon-btn{width:46px;height:46px;font-size:1rem}
  .mobile-menu{top:76px;max-height:calc(100dvh - 76px);overflow:auto;padding:12px 20px 22px;box-shadow:0 18px 35px rgba(8,24,60,.12)}
  .mobile-menu a{min-height:46px;display:flex;align-items:center;border-bottom:1px solid var(--line)}
  .mobile-menu a:last-child{border-bottom:0}

  .hero{padding:42px 0 28px}
  .hero h1{max-width:720px}
  .hero p{max-width:680px}
  .stats{margin-top:32px}
  .stat{min-height:132px;padding:22px 18px}

  .section{padding:52px 0}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pipeline-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .split,.help{grid-template-columns:1fr}
  .help{gap:26px}
  .values{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 24px}
  .footer-grid>div:first-child{grid-column:1/-1}
}

/* Phones */
@media (max-width:700px){
  :root{--radius:18px}
  .wrap{width:min(100% - 32px,1180px)}
  .site-header{position:sticky}
  .nav{min-height:72px}
  .brand{max-width:calc(100% - 104px);gap:9px}
  .brand img{width:38px;height:38px}
  .brand-title{font-size:clamp(1.18rem,5.3vw,1.42rem);letter-spacing:-.045em}
  .brand-sub{display:none}
  .icon-btn{width:44px;height:44px}
  .mobile-menu{top:72px}

  .hero{padding:34px 0 22px}
  .hero h1{font-size:clamp(2.45rem,11vw,3.35rem);line-height:1.01;letter-spacing:-.065em;margin:10px 0 20px}
  .hero p{font-size:1.04rem;line-height:1.62;margin-bottom:24px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:14px}
  .hero-actions .btn{width:100%;min-height:56px;padding:15px 18px}
  .hero-visual{display:none}

  .stats{grid-template-columns:1fr;margin-top:28px;border-radius:18px}
  .stat{display:grid;grid-template-columns:minmax(70px,.42fr) 1fr;gap:18px;text-align:left;justify-content:stretch;min-height:112px;padding:22px 24px;border-right:0;border-bottom:1px solid var(--line)}
  .stat:last-child{border-bottom:0}
  .stat .num{font-size:1.75rem;text-align:center;align-self:center}
  .stat b{font-size:1rem}
  .stat p{line-height:1.4}

  .section{padding:42px 0}
  .section-head{display:block;margin-bottom:24px}
  .section-head>div{width:100%}
  .section-head>.link{display:inline-flex;margin-top:14px}
  .section h2{font-size:clamp(2rem,9.5vw,2.75rem);line-height:1.04;letter-spacing:-.05em}
  .section p.lead{font-size:1.02rem;line-height:1.65}
  main>.section:first-child h1{font-size:clamp(2.7rem,12vw,4rem)!important;line-height:1!important;letter-spacing:-.06em!important}

  .cards,.products,.pipeline-row,.values,.office-grid,.footer-grid{grid-template-columns:1fr}
  .cards{gap:16px}
  .card{padding:21px;border-radius:18px}
  .card h3{font-size:1.18rem;line-height:1.28}
  .card p{font-size:1rem;line-height:1.62}

  /* Product cards: compact header block with status that cannot float awkwardly */
  .product-card{display:grid;grid-template-columns:56px minmax(0,1fr);grid-template-areas:"letter meta" "letter title" "copy copy" "action action";column-gap:15px;row-gap:5px;padding:21px;min-height:0}
  .product-card .letter{grid-area:letter;width:56px;height:56px;margin:0;border-radius:15px;font-size:1.72rem}
  .product-card .status-badge{grid-area:meta;position:static;justify-self:start;align-self:end;margin:0 0 1px;padding:5px 9px;font-size:.64rem}
  .product-card h3{grid-area:title;margin:0;font-size:1.18rem;align-self:start}
  .product-card p{grid-area:copy;margin:17px 0 2px}
  .product-card>.link{grid-area:action;margin-top:9px;display:inline-flex}

  /* Pipeline: two clearly separated rows for label, stage and description */
  .pipe{display:block;padding:21px;min-height:0}
  .pipe:before{margin:-21px -21px 20px}
  .pipe .chip{margin:0 0 15px;white-space:nowrap;padding:7px 11px;font-size:.77rem}
  .pipe h3{margin:0 0 13px;font-size:1.25rem;line-height:1.2}
  .pipe p{margin:0;font-size:1rem;line-height:1.58}

  .values{gap:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
  .value{border-right:0;border-bottom:1px solid var(--line);padding:22px 16px}
  .value:last-child{border-bottom:0}
  body.dark .values{background:#0b1730;border-color:#263a5f}

  .tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .tool{min-height:58px;display:grid;place-items:center;padding:10px 7px;font-size:.91rem;line-height:1.2}
  .technology-link{margin-top:30px!important;padding-top:4px}

  .world{height:180px;margin-top:28px}
  .office-grid{gap:12px;margin-top:28px}
  .office{display:grid;grid-template-columns:48px 1fr;grid-template-areas:"flag name" "flag role";column-gap:12px;align-items:center;padding:17px}
  .office .flag{grid-area:flag;font-size:2rem}
  .office b{grid-area:name;margin:0;font-size:1.05rem}
  .office span,.office p{grid-area:role;margin:2px 0 0;color:var(--muted)}

  .help{gap:22px}
  .checks{columns:1;margin-top:4px}
  .checks li{display:flex;gap:9px;margin:12px 0;line-height:1.45}
  .checks li:before{margin-right:0;flex:0 0 auto}
  .help .btn{width:100%;min-height:54px}

  .form input,.form textarea,.form select{font-size:16px;min-height:52px;padding:14px 15px}
  .form textarea{min-height:150px;resize:vertical}
  .form .btn{width:100%;min-height:54px}

  .footer{padding:38px 0 max(76px,calc(48px + env(safe-area-inset-bottom)))}
  .footer-grid{gap:28px}
  .footer-grid>div:first-child{grid-column:auto}
  .footer .brand{max-width:100%}
  .footer h4{font-size:1rem;margin-bottom:10px}
  .footer a,.footer p{font-size:.94rem;line-height:1.55;margin:8px 0}

  /* Cookie controls should never cover primary content */
  .cookie-settings-btn{left:auto;right:12px;bottom:max(10px,env(safe-area-inset-bottom));padding:7px 10px;font-size:.66rem;max-width:132px;white-space:nowrap}
  .cookie-consent{left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));max-height:calc(100dvh - 24px);overflow:auto}
  .cookie-modal-backdrop{align-items:end;padding:10px}
  .cookie-modal{max-height:88dvh;border-radius:20px 20px 12px 12px;padding:18px}
  .cookie-choice{grid-template-columns:1fr 42px;gap:12px}
}

/* Small phones */
@media (max-width:390px){
  .wrap{width:min(100% - 24px,1180px)}
  .brand img{width:34px;height:34px}
  .brand-title{font-size:1.12rem}
  .actions{gap:6px}
  .icon-btn{width:40px;height:40px}
  .hero h1{font-size:2.35rem}
  .section h2{font-size:2rem}
  .stat{grid-template-columns:68px 1fr;padding:20px 17px}
  .product-card{grid-template-columns:50px minmax(0,1fr);column-gap:12px;padding:18px}
  .product-card .letter{width:50px;height:50px;font-size:1.55rem}
  .tool-grid{grid-template-columns:1fr 1fr}
  .card{padding:18px}
}

/* Landscape phones */
@media (max-height:520px) and (orientation:landscape){
  .mobile-menu{max-height:calc(100dvh - 64px)}
  .nav{min-height:64px}
  .mobile-menu{top:64px}
  .hero{padding-top:26px}
  .cookie-modal{max-height:94dvh}
}
.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}

/* Mobile QA fix: keep the Trusted statistic contained within its column */
@media (max-width:700px){
  .stats .stat:nth-child(4){
    grid-template-columns:minmax(105px,.55fr) 1fr;
  }
  .stats .stat:nth-child(4) .num{
    font-size:1.18rem;
    line-height:1.1;
    letter-spacing:-.025em;
    white-space:nowrap;
    text-align:left;
    padding-left:4px;
  }
}
@media (max-width:390px){
  .stats .stat:nth-child(4){
    grid-template-columns:96px 1fr;
  }
  .stats .stat:nth-child(4) .num{
    font-size:1.08rem;
  }
}

/* Homepage 9/10 refinement */
.page-index .hero{padding-top:88px;padding-bottom:48px}
.page-index .hero-grid{grid-template-columns:1.02fr .98fr;gap:64px}
.page-index .hero h1{max-width:760px}
.page-index .hero p{max-width:690px;line-height:1.7}
.studio-card{position:absolute;right:30px;top:95px;width:min(420px,88%);padding:30px;border:1px solid rgba(221,230,243,.9);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(247,250,255,.84));box-shadow:0 28px 80px rgba(8,24,60,.14);backdrop-filter:blur(18px)}
.studio-kicker{display:block;color:var(--orange);font-size:.76rem;font-weight:950;letter-spacing:.14em;margin-bottom:14px}
.studio-card strong{display:block;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.05;letter-spacing:-.05em}
.studio-card p{font-size:1rem;margin:16px 0 22px!important;color:var(--muted)}
.studio-nodes{display:flex;gap:10px;flex-wrap:wrap}.studio-nodes span{padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:850;font-size:.86rem}
.page-index .stats{grid-template-columns:repeat(3,1fr);max-width:980px;margin-left:auto;margin-right:auto}
.page-index .stat:nth-child(1) .num{color:var(--purple)}.page-index .stat:nth-child(2) .num{color:var(--orange)}.page-index .stat:nth-child(3) .num{color:#0a4ecb}.page-index .stat:nth-child(3){border-right:0}
.product-showcase{padding-top:84px}.product-showcase .section-head{margin-bottom:34px}.product-showcase .section-head .lead{margin-bottom:0}
.product-showcase .products{grid-template-columns:repeat(3,1fr);gap:20px}.product-showcase .product-card{min-height:250px;padding:28px;padding-top:62px}.product-showcase .product-card h3{font-size:1.28rem}.product-showcase .product-card p{font-size:1rem;line-height:1.65}
.pipeline-section{background:linear-gradient(180deg,#fff8ef 0%,#fff 100%)}
.purpose-section{padding-top:78px}.purpose-section .section-head{margin-bottom:30px}.purpose-section .values{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 36px rgba(8,24,60,.06);overflow:hidden}
body.dark .studio-card,body.dark .studio-nodes span,body.dark .purpose-section .values{background:#0b1730!important;border-color:#263a5f!important;color:#f3f7ff!important}
body.dark .studio-card p{color:#b9c6dd!important}
body.dark .pipeline-section{background:#061126!important}
@media(max-width:980px){.page-index .hero-grid{grid-template-columns:1fr;gap:18px}.page-index .hero-visual{min-height:330px}.studio-card{left:50%;right:auto;transform:translateX(-50%);top:40px}.product-showcase .products{grid-template-columns:repeat(2,1fr)}.page-index .stats{grid-template-columns:1fr}.page-index .stat{border-right:0;border-bottom:1px solid var(--line)}.page-index .stat:last-child{border-bottom:0}}
@media(max-width:700px){.page-index .hero{padding-top:46px}.page-index .hero h1{font-size:clamp(2.75rem,13vw,4rem);line-height:.98}.page-index .hero p{font-size:1.06rem}.page-index .hero-visual{min-height:300px}.studio-card{top:28px;width:100%;padding:24px}.product-showcase{padding-top:64px}.product-showcase .products{grid-template-columns:1fr}.product-showcase .product-card{min-height:auto}.purpose-section .values{display:grid;grid-template-columns:repeat(2,1fr)}.purpose-section .value{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.purpose-section .value:nth-child(2n){border-right:0}.purpose-section .value:nth-last-child(-n+2){border-bottom:0}}
@media(max-width:430px){.purpose-section .values{grid-template-columns:1fr}.purpose-section .value{border-right:0;border-bottom:1px solid var(--line)!important}.purpose-section .value:last-child{border-bottom:0!important}.studio-card strong{font-size:1.85rem}}

/* Technology logos and streamlined delivery locations */
.tool{display:flex;align-items:center;justify-content:center;gap:9px;min-height:50px}
.tool img{width:26px;height:26px;object-fit:contain;background:#fff;border-radius:7px;padding:3px;flex:0 0 auto}
.tool img.platform-logo-wide{width:38px}
.tool-more{display:grid;place-items:center}
.office-grid.flags-only{grid-template-columns:repeat(6,1fr);gap:10px}
.flags-only .office{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:96px;padding:12px 8px;text-align:center}
.flags-only .flag{font-size:2.35rem;line-height:1}
.office-label{font-size:.72rem;font-weight:850;line-height:1.25;color:var(--muted)}
body.dark .office-label{color:#b7c4dc}
@media(max-width:980px){.office-grid.flags-only{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.office-grid.flags-only{grid-template-columns:repeat(2,1fr)}.flags-only .office{display:flex;min-height:94px;padding:10px 6px}.flags-only .flag{grid-area:auto;font-size:2.2rem}.office-label{font-size:.68rem}.tool img{width:24px;height:24px}}
