:root{
  --brand-teal:#46c6c3;
  --brand-teal-strong:#087c7a;
  --brand-navy:#1f2935;
  --brand-deep:#073845;
  --brand-deeper:#042630;
  --brand-green:#8ac646;
  --brand-mint:#ecf9f9;
  --brand-white:#fff;
  --ink:#1f2935;
  --muted:#5d6874;
  --soft:#f6fbfb;
  --line:rgba(31,41,53,.12);
  --line-teal:rgba(70,198,195,.30);
  --shadow-sm:0 10px 28px rgba(5,47,59,.08);
  --shadow-md:0 22px 60px rgba(5,47,59,.12);
  --shadow-lg:0 34px 90px rgba(4,38,48,.18);
  --container:1180px;
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:26px;
  --radius-xl:34px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px;color-scheme:light}
body{margin:0;color:var(--ink);background:#fff;font-family:"ID Grotesk","Manrope",Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.nav-open{overflow:hidden}
img,svg{display:block;max-width:100%}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
:focus-visible{outline:3px solid var(--brand-teal);outline-offset:3px}
.skip-link{position:fixed;z-index:999;top:-80px;left:16px;padding:10px 16px;border-radius:10px;color:var(--brand-navy);background:#fff;box-shadow:var(--shadow-sm)}
.skip-link:focus{top:16px}
.page{width:100%;overflow:hidden}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.section{padding:96px 0}
section[id]{scroll-margin-top:112px}
.section-sm{padding:70px 0}
.section-soft{background:radial-gradient(circle at 8% 4%,rgba(70,198,195,.13),transparent 24%),linear-gradient(180deg,#fff 0%,#f5fbfb 100%)}
.section-mint{background:var(--brand-mint)}
.section-dark{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 90% 10%,rgba(70,198,195,.20),transparent 28%),radial-gradient(circle at 10% 80%,rgba(138,198,70,.08),transparent 25%),linear-gradient(135deg,var(--brand-deeper),var(--brand-deep))}
.section-dark::before{position:absolute;inset:0;pointer-events:none;content:"";opacity:.28;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,black,transparent 82%)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 16px;color:var(--brand-teal-strong);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.eyebrow::before{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--brand-teal);content:"";box-shadow:0 0 0 5px rgba(70,198,195,.14)}
.eyebrow-light{color:#8be5e1}
.heading{max-width:920px;margin:0;color:var(--brand-navy);font-size:clamp(32px,4.5vw,54px);font-weight:800;letter-spacing:-.045em;line-height:1.06}
.heading-light{color:#fff}
.lead{max-width:790px;margin:19px 0 0;color:var(--muted);font-size:18px;line-height:1.76}
.lead-light{color:rgba(255,255,255,.72)}
.centre{text-align:center}
.centre .heading,.centre .lead{margin-inline:auto}
.accent{color:var(--brand-teal-strong)}
.buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid transparent;border-radius:var(--radius-sm);font-size:14px;font-weight:800;line-height:1;transition:transform 180ms ease,box-shadow 180ms ease,background 180ms ease,border-color 180ms ease}
.button svg{width:18px;height:18px}
.button:hover{transform:translateY(-2px)}
.button-primary{color:#06323b;background:linear-gradient(135deg,var(--brand-teal),#71dad6);box-shadow:0 16px 34px rgba(70,198,195,.27)}
.button-primary:hover{box-shadow:0 20px 42px rgba(70,198,195,.34)}
.button-outline{border-color:rgba(31,41,53,.20);color:var(--brand-navy);background:#fff}
.button-outline-light{border-color:rgba(255,255,255,.42);color:#fff;background:rgba(255,255,255,.04)}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand-teal-strong);font-size:13px;font-weight:800}
.text-link svg{width:17px;height:17px}

/* Header */
.topbar{color:rgba(255,255,255,.78);border-bottom:1px solid rgba(255,255,255,.08);background:#1f2935;font-size:12px}
.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-promise{display:inline-flex;align-items:center;gap:8px}
.topbar-promise::before{width:7px;height:7px;border-radius:50%;background:var(--brand-green);content:"";box-shadow:0 0 0 4px rgba(138,198,70,.10)}
.topbar a{color:#fff;font-weight:800}
.site-header{position:sticky;z-index:90;top:0;border-bottom:1px solid rgba(255,255,255,.10);background:#1f2935;box-shadow:0 12px 30px rgba(0,0,0,.14)}
.nav{min-height:78px;display:flex;align-items:center;gap:26px}
.brand{display:inline-flex;flex:0 0 auto;align-items:center;line-height:1}
.brand-logo{display:block;width:205px;max-width:100%;height:auto;object-fit:contain}
.nav-menu{display:flex;align-items:center;gap:25px;margin-left:auto}
.nav-menu a{color:rgba(255,255,255,.84);font-size:14px;font-weight:700;transition:color 160ms ease}
.nav-menu a:hover,.nav-menu a[aria-current="page"]{color:var(--brand-teal)}
.nav-actions{display:flex;align-items:center;gap:12px}
.nav-toggle{display:none;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:11px;color:#fff;background:rgba(255,255,255,.06)}

/* Hero */
.hero-zone{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 20%,rgba(70,198,195,.30),transparent 22%),radial-gradient(circle at 10% 4%,rgba(138,198,70,.12),transparent 24%),linear-gradient(135deg,#effcfc 0%,#fff 50%,#edfafa 100%)}
.hero-zone::before{position:absolute;top:-300px;right:-280px;width:820px;height:820px;border:1px solid rgba(70,198,195,.14);border-radius:50%;content:"";box-shadow:0 0 0 70px rgba(70,198,195,.020),0 0 0 140px rgba(70,198,195,.015),0 0 0 210px rgba(70,198,195,.010);pointer-events:none}
.hero-grid{position:relative;z-index:2;min-height:700px;display:grid;grid-template-columns:1.07fr .93fr;align-items:center;gap:58px;padding:86px 0 64px}
.hero-copy{max-width:670px}
.hero h1{margin:0;color:var(--brand-navy);font-size:clamp(48px,6.2vw,78px);font-weight:800;letter-spacing:-.056em;line-height:.98}
.hero-text{max-width:650px;margin:24px 0 0;color:var(--muted);font-size:18px;line-height:1.74}
.hero-points{display:flex;flex-wrap:wrap;gap:12px 22px;margin:24px 0 0;padding:0;list-style:none}
.hero-points li{display:inline-flex;align-items:center;gap:8px;color:#42515d;font-size:13px;font-weight:750}
.hero-points li::before{display:grid;width:17px;height:17px;place-items:center;border-radius:50%;color:#fff;background:var(--brand-teal-strong);content:"✓";font-size:10px;font-weight:900}
.hero-contact{display:inline-flex;align-items:center;gap:10px;margin-top:24px;color:var(--brand-navy);font-size:15px;font-weight:800}
.hero-contact svg{width:20px;height:20px;color:var(--brand-teal-strong)}
.finance-console{position:relative;width:min(100%,520px);padding:27px;border:1px solid rgba(255,255,255,.78);border-radius:28px;background:rgba(255,255,255,.90);box-shadow:var(--shadow-lg);backdrop-filter:blur(12px)}
.finance-console::before{position:absolute;right:-55px;bottom:-55px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(70,198,195,.35),transparent 68%);content:""}
.console-top{display:flex;align-items:center;justify-content:space-between;gap:18px}
.console-title{color:#6d7781;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.console-status{display:inline-flex;align-items:center;gap:7px;color:#42515d;font-size:11px;font-weight:800}
.console-status::before{width:8px;height:8px;border-radius:50%;background:var(--brand-green);content:"";box-shadow:0 0 0 4px rgba(138,198,70,.12)}
.risk-strip{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center;margin-top:22px;padding:17px;border-radius:17px;background:linear-gradient(135deg,var(--brand-deeper),var(--brand-deep));color:#fff}
.risk-icon{display:flex;width:54px;height:54px;align-items:center;justify-content:center;align-self:center;margin:0!important;border-radius:16px;color:var(--brand-teal);background:rgba(70,198,195,.12);line-height:0}
.risk-icon svg{display:block;width:29px;height:29px;margin:0;flex:0 0 29px}
.risk-strip>div{align-self:center;min-width:0}
.risk-strip>div>strong{display:block;font-size:14px}
.risk-strip>div>span{display:block;margin-top:4px;color:rgba(255,255,255,.62);font-size:10px;line-height:1.45}
.status-pill{display:inline-flex!important;align-items:center;align-self:center;justify-content:center;margin:0!important;padding:6px 9px;border-radius:999px;color:#dff6c9!important;background:rgba(138,198,70,.13);font-size:9px!important;font-weight:850;letter-spacing:.06em;line-height:1.2!important;text-transform:uppercase}
.control-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:14px}
.control-card{min-height:116px;padding:16px;border-radius:16px;background:#f5fafa}
.control-card svg{width:26px;height:26px;color:var(--brand-teal-strong)}
.control-card strong{display:block;margin-top:15px;color:var(--brand-navy);font-size:12px}
.control-card span{display:block;margin-top:4px;color:var(--muted);font-size:9.5px;line-height:1.4}
.console-strip{display:flex;align-items:center;gap:12px;margin-top:14px;padding:14px 15px;border:1px solid rgba(31,41,53,.08);border-radius:15px;background:#fff;box-shadow:var(--shadow-md)}
.console-strip svg{width:26px;height:26px;flex:0 0 26px;color:var(--brand-teal-strong)}
.console-strip strong{display:block;color:var(--brand-navy);font-size:11px}
.console-strip span{display:block;margin-top:3px;color:var(--muted);font-size:9.5px;line-height:1.4}

/* trust marquee */
.trust-wrap{position:relative;z-index:4;padding:0 0 40px}
.trust-slider{position:relative;width:min(calc(100% - 40px),var(--container));margin:auto;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.trust-track{display:flex;gap:12px;width:max-content;animation:marquee 42s linear infinite}
.trust-slider:hover .trust-track,.trust-slider:focus-within .trust-track{animation-play-state:paused}
.trust-card{display:flex;align-items:center;gap:11px;padding:14px 20px;border:1px solid rgba(31,41,53,.09);border-radius:14px;background:rgba(255,255,255,.85);box-shadow:0 9px 22px rgba(5,47,59,.055);white-space:nowrap}
.trust-card svg{width:21px;height:21px;color:var(--brand-teal-strong)}
.trust-card span{font-size:13px;font-weight:800;color:#2f3b46}
@keyframes marquee{to{transform:translateX(-50%)}}

/* Answer */
.answer-grid{display:grid;grid-template-columns:.93fr 1.07fr;align-items:stretch;gap:34px}
.answer-panel{position:relative;overflow:hidden;padding:38px;border-radius:26px;color:#fff;background:linear-gradient(145deg,var(--brand-deeper),var(--brand-deep));box-shadow:var(--shadow-md)}
.answer-panel::after{position:absolute;right:-58px;top:-58px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(70,198,195,.28),transparent 68%);content:""}
.answer-label{display:inline-flex;align-items:center;gap:8px;color:#8be5e1;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.answer-label::before{width:7px;height:7px;border-radius:50%;background:var(--brand-teal);content:""}
.answer-panel h2{max-width:570px;margin:16px 0 0;color:#fff;font-size:clamp(30px,3.8vw,46px);line-height:1.08;letter-spacing:-.04em}
.answer-panel p{max-width:610px;margin:19px 0 0;color:rgba(255,255,255,.72);font-size:16px;line-height:1.75}
.answer-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.answer-fact{position:relative;min-height:180px;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}
.answer-fact::before{position:absolute;top:0;left:26px;width:42px;height:4px;border-radius:0 0 5px 5px;background:var(--brand-teal);content:""}
.answer-fact svg{width:32px;height:32px;color:var(--brand-teal-strong)}
.answer-fact h3{margin:22px 0 0;color:var(--brand-navy);font-size:18px}
.answer-fact p{margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.58}

/* Cards */
.challenge-grid,.service-grid,.organisation-grid,.proof-grid{display:grid;gap:18px;margin-top:44px}
.challenge-grid{grid-template-columns:repeat(4,1fr)}
.challenge-card{min-height:250px;padding:27px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}
.challenge-card svg{width:38px;height:38px;color:var(--brand-teal-strong)}
.challenge-card h3{margin:22px 0 0;font-size:18px;line-height:1.25}
.challenge-card p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.62}
.service-grid{grid-template-columns:repeat(3,1fr)}
.service-card{position:relative;display:flex;min-height:305px;flex-direction:column;padding:29px;border:1px solid var(--line-teal);border-radius:22px;background:#fff;box-shadow:var(--shadow-sm);transition:transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease}
.service-card:hover{transform:translateY(-6px);border-color:var(--brand-teal);box-shadow:var(--shadow-md)}
.service-number{position:absolute;top:20px;right:22px;color:#dbe9e9;font-size:34px;font-weight:800;letter-spacing:-.06em}
.service-icon{display:grid;width:60px;height:60px;place-items:center;border-radius:18px;color:var(--brand-teal-strong);background:var(--brand-mint)}
.service-icon svg{width:30px;height:30px}
.service-card h3{margin:24px 0 0;color:var(--brand-navy);font-size:21px;line-height:1.18}
.service-card p{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.65}
.service-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:24px;color:var(--brand-teal-strong);font-size:13px;font-weight:800}
.organisation-grid{grid-template-columns:repeat(3,1fr)}
.organisation-card{min-height:240px;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}
.organisation-icon{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;color:var(--brand-teal-strong);background:var(--brand-mint)}
.organisation-icon svg{width:28px;height:28px}
.organisation-card h3{margin:20px 0 0;font-size:18px}
.organisation-card p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.62}

/* Models */
.model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}
.model-card{position:relative;display:flex;min-height:380px;flex-direction:column;padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-sm)}
.model-card.featured{color:#fff;border-color:var(--brand-deep);background:linear-gradient(145deg,var(--brand-deeper),var(--brand-deep));box-shadow:var(--shadow-md)}
.model-tag{align-self:flex-start;padding:7px 11px;border-radius:999px;color:var(--brand-teal-strong);background:var(--brand-mint);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.featured .model-tag{color:var(--brand-teal);background:rgba(70,198,195,.14)}
.model-card svg{width:43px;height:43px;margin-top:28px;color:var(--brand-teal-strong)}
.featured svg{color:var(--brand-teal)}
.model-card h3{margin:23px 0 0;color:var(--brand-navy);font-size:24px}
.featured h3{color:#fff}
.model-card p{margin:13px 0 0;color:var(--muted);font-size:14px;line-height:1.68}
.featured p{color:rgba(255,255,255,.7)}
.model-card ul{display:grid;gap:10px;margin:23px 0 0;padding:0;list-style:none}
.model-card li{display:flex;gap:9px;color:#43515d;font-size:13px;line-height:1.45}
.model-card li::before{content:"✓";color:var(--brand-teal-strong);font-weight:900}
.featured li{color:rgba(255,255,255,.83)}
.featured li::before{color:var(--brand-teal)}
.model-card .text-link{margin-top:auto;padding-top:24px}
.featured .text-link{color:#8be5e1}

/* Operational resilience */
.resilience-grid{position:relative;z-index:2;display:grid;grid-template-columns:.88fr 1.12fr;gap:50px;align-items:center}
.resilience-copy p{margin:19px 0 0;color:rgba(255,255,255,.7);font-size:16px;line-height:1.75}
.resilience-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0 0;padding:0;list-style:none}
.resilience-list li{display:flex;align-items:flex-start;gap:9px;padding:14px 15px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.045);color:rgba(255,255,255,.78);font-size:12.5px;line-height:1.5}
.resilience-list li::before{content:"✓";color:var(--brand-teal);font-weight:900}
.resilience-map{min-height:470px;padding:30px;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:radial-gradient(circle at 72% 28%,rgba(70,198,195,.2),transparent 30%),rgba(255,255,255,.05)}
.map-core{display:grid;width:118px;height:118px;place-items:center;margin:5px auto 28px;border:1px solid rgba(70,198,195,.34);border-radius:34px;color:var(--brand-teal);background:rgba(70,198,195,.10);box-shadow:0 0 0 18px rgba(70,198,195,.035)}
.map-core svg{width:61px;height:61px}
.map-path{display:grid;gap:12px}
.map-node{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center;padding:15px;border:1px solid rgba(255,255,255,.11);border-radius:15px;background:rgba(3,31,41,.42)}
.map-node i{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:#052f3b;background:var(--brand-teal);font-size:11px;font-style:normal;font-weight:900}
.map-node strong{display:block;font-size:12px}
.map-node span{display:block;margin-top:3px;color:rgba(255,255,255,.55);font-size:10px;line-height:1.45}
.map-node b{color:#bfe9a1;font-size:9px;letter-spacing:.05em;text-transform:uppercase}

/* 2027 */
.reporting-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:38px;align-items:stretch}
.reporting-copy{padding:18px 0}
.reporting-copy p{margin:18px 0 0;color:var(--muted);font-size:16px;line-height:1.75}
.reporting-copy .source-note{margin-top:22px;padding:16px 18px;border-left:4px solid var(--brand-teal-strong);border-radius:0 14px 14px 0;background:var(--brand-mint);font-size:12px;line-height:1.6}
.reporting-copy .source-note a{color:#075d68;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.reporting-card{padding:34px;border:1px solid var(--line-teal);border-radius:26px;background:#fff;box-shadow:var(--shadow-md)}
.reporting-date{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:21px;border-bottom:1px solid var(--line)}
.reporting-date strong{font-size:26px;letter-spacing:-.04em}
.reporting-date span{padding:7px 10px;border-radius:999px;color:#315a20;background:#edf7e4;font-size:10px;font-weight:850;text-transform:uppercase}
.reporting-steps{display:grid;gap:13px;margin-top:22px}
.reporting-step{display:grid;grid-template-columns:38px 1fr;gap:13px;align-items:start;padding:15px;border:1px solid rgba(31,41,53,.08);border-radius:15px;background:#fbfdfd}
.reporting-step i{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#06323b;background:var(--brand-teal);font-size:11px;font-style:normal;font-weight:900}
.reporting-step strong{display:block;font-size:13px}
.reporting-step p{margin:5px 0 0;color:var(--muted);font-size:11.5px;line-height:1.55}

/* Security */
.security-grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:58px}
.security-visual{min-height:455px;padding:32px;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:radial-gradient(circle at 72% 28%,rgba(70,198,195,.2),transparent 30%),rgba(255,255,255,.05)}
.shield{display:grid;width:105px;height:105px;place-items:center;margin:12px auto 28px;border:1px solid rgba(70,198,195,.32);border-radius:30px;color:var(--brand-teal);background:rgba(70,198,195,.09);box-shadow:0 0 0 18px rgba(70,198,195,.035)}
.shield svg{width:57px;height:57px}
.security-path{display:grid;gap:12px}
.security-node{display:flex;gap:12px;padding:15px;border:1px solid rgba(255,255,255,.11);border-radius:15px;background:rgba(3,31,41,.42)}
.security-node i{display:grid;width:26px;height:26px;flex:0 0 26px;place-items:center;border-radius:50%;color:#052f3b;background:var(--brand-teal);font-size:11px;font-style:normal;font-weight:900}
.security-node strong{display:block;font-size:12px}
.security-node span{display:block;margin-top:4px;color:rgba(255,255,255,.55);font-size:10px;line-height:1.45}
.security-copy p{margin:19px 0 0;color:rgba(255,255,255,.72);font-size:16px;line-height:1.75}
.security-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:26px 0 0;padding:0;list-style:none}
.security-list li{display:flex;align-items:flex-start;gap:9px;padding:14px 15px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.045);color:rgba(255,255,255,.78);font-size:12.5px;line-height:1.5}
.security-list li::before{content:"✓";color:var(--brand-teal);font-weight:900}
.compliance-note{margin-top:22px;padding:15px 17px;border:1px solid rgba(70,198,195,.26);border-radius:14px;background:rgba(70,198,195,.07);color:rgba(255,255,255,.69);font-size:11.5px;line-height:1.6}
.compliance-note a{color:#8be5e1;font-weight:800;text-decoration:underline;text-underline-offset:3px}

/* Supplier/application grid */
.app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-top:44px}
.app-card{min-height:225px;padding:25px;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:var(--shadow-sm)}
.app-card svg{width:35px;height:35px;color:var(--brand-teal-strong)}
.app-card h3{margin:21px 0 0;font-size:17px}
.app-card p{margin:10px 0 0;color:var(--muted);font-size:12.5px;line-height:1.62}

/* comparison */
.compare-wrap{margin-top:43px;overflow:auto;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-sm)}
.compare-wrap table{width:100%;min-width:860px;border-collapse:collapse}
.compare-wrap th,.compare-wrap td{padding:18px 21px;border-bottom:1px solid rgba(31,41,53,.09);font-size:13px;text-align:left;vertical-align:top}
.compare-wrap th{color:var(--brand-navy);background:#f5fafa;font-size:14px}
.compare-wrap th:nth-child(3){color:#fff;background:var(--brand-deep)}
.compare-wrap td:nth-child(3){color:#17434b;background:rgba(70,198,195,.07);font-weight:700}
.compare-wrap tr:last-child td{border-bottom:0}
.compare-wrap td:first-child{font-weight:800}

/* Process */
.process-grid{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:17px;margin-top:46px}

.process-card{position:relative;z-index:1;padding:25px;border:1px solid var(--line-teal);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}
.process-number{display:grid;width:48px;height:48px;place-items:center;border:7px solid #fff;border-radius:50%;color:#fff;background:var(--brand-teal-strong);box-shadow:0 0 0 1px var(--line-teal);font-size:14px;font-weight:900}
.process-card h3{margin:22px 0 0;font-size:17px}
.process-card p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.62}
.transition-note{display:flex;max-width:900px;align-items:center;gap:16px;margin:32px auto 0;padding:18px 20px;border:1px solid rgba(70,198,195,.34);border-radius:16px;background:var(--brand-mint)}
.transition-note svg{width:31px;height:31px;flex:0 0 31px;color:var(--brand-teal-strong)}
.transition-note strong{display:block;font-size:14px}
.transition-note span{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.5}

/* buyer */
.buyer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin-top:34px}
.buyer-card{display:grid;grid-template-columns:46px 1fr;gap:14px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 25px rgba(5,47,59,.045)}
.buyer-card .n{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;color:#fff;background:var(--brand-deep);font-size:12px;font-weight:900}
.buyer-card h3{margin:1px 0 0;font-size:15px}
.buyer-card p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.55}

/* pricing + coverage */
.split-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:46px;align-items:center}
.price-card{padding:33px;border:1px solid rgba(70,198,195,.34);border-radius:25px;background:linear-gradient(145deg,#fff,#f1fbfa);box-shadow:var(--shadow-md)}
.price-card h3{margin:0;font-size:24px}
.price-card p{margin:13px 0 0;color:var(--muted);font-size:14px;line-height:1.65}
.factor-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin-top:23px}
.factor{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid rgba(31,41,53,.08);border-radius:13px;background:#fff;color:#3e4a54;font-size:12.5px;font-weight:700}
.factor::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--brand-teal)}
.coverage-card{position:relative;min-height:430px;overflow:hidden;padding:32px;border-radius:28px;background:radial-gradient(circle at 61% 45%,rgba(70,198,195,.34),transparent 17%),linear-gradient(135deg,#ddf5f4,#f9fdfd);box-shadow:var(--shadow-md)}
.coverage-card::before,.coverage-card::after{position:absolute;border:1px solid rgba(70,198,195,.28);border-radius:50%;content:""}
.coverage-card::before{width:240px;height:240px;right:45px;top:80px;box-shadow:0 0 0 42px rgba(70,198,195,.055),0 0 0 84px rgba(70,198,195,.035)}
.coverage-card::after{width:86px;height:86px;right:122px;top:157px;background:rgba(70,198,195,.12)}
.coverage-pin{position:absolute;z-index:2;right:151px;top:187px;width:28px;height:28px;border:7px solid #fff;border-radius:50%;background:var(--brand-teal-strong);box-shadow:0 8px 22px rgba(5,47,59,.2)}
.coverage-label{position:absolute;z-index:3;left:30px;bottom:29px;right:30px;padding:22px;border:1px solid rgba(31,41,53,.08);border-radius:18px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px)}
.coverage-label strong{display:block;font-size:17px}
.coverage-label span{display:block;margin-top:6px;color:var(--muted);font-size:12px;line-height:1.5}
.floating-city{position:absolute;z-index:4;padding:9px 12px;border:1px solid rgba(31,41,53,.09);border-radius:999px;background:#fff;box-shadow:0 8px 20px rgba(5,47,59,.09);color:#36535a;font-size:10px;font-weight:800}
.city-1{top:34px;left:35px}.city-2{top:108px;left:52px}.city-3{top:64px;right:30px}.city-4{top:226px;left:37px}.city-5{top:268px;right:39px}

/* Proof and clients */
.proof-grid{grid-template-columns:repeat(3,1fr)}
.proof-card{min-height:235px;padding:27px;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:var(--shadow-sm)}
.proof-card svg{width:38px;height:38px;color:var(--brand-teal-strong)}
.proof-card h3{margin:20px 0 0;font-size:18px}
.proof-card p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.62}
.client-shell{overflow:hidden;border-radius:30px;background:linear-gradient(145deg,var(--brand-deeper),var(--brand-deep));box-shadow:var(--shadow-lg)}
.client-intro{padding:40px 44px 28px;color:#fff}
.client-intro h2{margin:0;color:#fff;font-size:clamp(31px,4vw,47px);line-height:1.06;letter-spacing:-.045em}
.client-intro p{max-width:760px;margin:17px 0 0;color:rgba(255,255,255,.68);font-size:14px;line-height:1.68}
.clients-window{overflow:hidden;padding:8px 0 38px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.clients-track{display:flex;width:max-content;gap:18px;animation:clientLoop 30s linear infinite}
.clients-window:hover .clients-track,.clients-window:focus-within .clients-track{animation-play-state:paused}
.client-slide{width:270px;min-width:270px;height:150px;display:grid;place-items:center;padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:21px;background:rgba(255,255,255,.055)}
.client-wordmark{display:grid;place-items:center;min-width:190px;min-height:70px;color:#eafafa;filter:grayscale(1);opacity:.62;transition:.22s ease;text-align:center}
.client-wordmark strong{font-size:23px;letter-spacing:-.04em}
.client-wordmark small{margin-top:4px;color:#9ddedb;font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.client-slide:hover .client-wordmark{filter:none;opacity:1;transform:scale(1.04)}
.client-slide.logo-card-light,.client-slide.logo-card-dark{background:transparent;border-color:rgba(255,255,255,.12);box-shadow:none;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}
.client-slide.logo-card-light:hover,.client-slide.logo-card-light:focus-within,.client-slide.logo-card-dark:hover,.client-slide.logo-card-dark:focus-within{background:#fff;border-color:rgba(31,41,53,.06);box-shadow:0 12px 34px rgba(0,25,35,.16),inset 0 0 0 1px rgba(31,41,53,.04);transform:translateY(-2px)}
.client-slide img{display:block;width:auto;height:auto;max-width:215px;max-height:98px;margin:auto;object-fit:contain;filter:grayscale(1) brightness(1.75) contrast(.72);opacity:.72;transform:translateZ(0);transition:filter .22s ease,opacity .22s ease,transform .22s ease}
.client-slide:hover img,.client-slide:focus-within img{filter:none;opacity:1;transform:scale(1.045)}
.client-slide.logo-toughcad img{max-width:225px;max-height:86px}
.client-slide.logo-eurotronic img{max-width:225px;max-height:80px}
.client-slide.logo-flextro img{max-width:215px;max-height:78px}
.client-slide.logo-caribou img{max-width:225px;max-height:76px}
.client-slide.logo-at img{max-width:165px;max-height:105px}
.client-slide.logo-foserve img{max-width:150px;max-height:108px}
.client-slide.logo-360 img{max-width:205px;max-height:72px}
.client-slide.logo-toughcad{background-image:url(data:image/webp;base64,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);background-repeat:no-repeat;background-position:center;background-size:225px auto}
.client-slide.logo-toughcad img{opacity:0;filter:none;transform:none}
.client-slide.logo-toughcad:hover,.client-slide.logo-toughcad:focus-within{background-image:none}
.client-slide.logo-toughcad:hover img,.client-slide.logo-toughcad:focus-within img{opacity:1;transform:scale(1.045)}


@keyframes clientLoop{to{transform:translateX(calc(-50% - 9px))}}

/* Reviews */
.reviews-grid{display:grid;grid-template-columns:.8fr repeat(2,1fr);gap:20px;margin-top:54px;align-items:stretch}
.review-summary,.review-card{min-height:340px;padding:32px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(5,47,59,.075)}
.review-summary{display:flex;flex-direction:column;justify-content:space-between;color:#fff;border-color:transparent;background:linear-gradient(145deg,var(--brand-deeper),var(--brand-deep))}
.review-summary h3{max-width:210px;margin:0;font-size:26px;line-height:1.4}
.review-summary p{max-width:220px;margin:16px 0 0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.72}
.review-summary .service-link{color:var(--brand-teal)}
.stars{margin-top:18px;color:#f5ae2b;letter-spacing:.07em;font-size:22px;line-height:1}
.review-card{display:flex;flex-direction:column}
.review-head{display:flex;align-items:center;gap:13px}
.review-avatar{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border-radius:50%;color:#fff;background:var(--brand-teal-strong);font-size:14px;font-weight:900}
.review-head strong,.review-head span{display:block}
.review-head strong{color:var(--brand-navy);font-size:14px;line-height:1.35}
.review-head span{margin-top:4px;color:var(--muted);font-size:10px}
.review-card blockquote{margin:28px 0 0;color:#4f5d68;font-size:13px;line-height:1.72}

/* Sources */
.source-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}
.source-card{display:flex;min-height:260px;flex-direction:column;padding:27px;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:var(--shadow-sm)}
.source-tag{align-self:flex-start;padding:7px 10px;border-radius:999px;color:var(--brand-teal-strong);background:var(--brand-mint);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.source-card h3{margin:18px 0 0;font-size:19px;line-height:1.35}
.source-card p{margin:11px 0 22px;color:var(--muted);font-size:13px;line-height:1.62}
.source-card .text-link{margin-top:auto}

/* Related services */
.related-section{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 88% 8%,rgba(70,198,195,.18),transparent 26%),radial-gradient(circle at 5% 96%,rgba(70,198,195,.08),transparent 26%),linear-gradient(135deg,#032c36 0%,#073845 58%,#06323d 100%)}
.related-section::before{position:absolute;inset:0;pointer-events:none;content:"";opacity:.25;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 86%)}
.related-section .container{position:relative;z-index:1}
.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px}
.related-card{min-height:238px;display:flex;flex-direction:column;padding:25px 24px 22px;border:1px solid rgba(137,229,225,.18);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));transition:.18s ease}
.related-card:hover{transform:translateY(-4px);border-color:rgba(70,198,195,.50);background:linear-gradient(145deg,rgba(70,198,195,.10),rgba(255,255,255,.035));box-shadow:0 18px 44px rgba(0,0,0,.15)}
.related-icon{width:34px;height:34px;display:grid;place-items:center;margin-bottom:20px;color:var(--brand-teal)}
.related-icon svg{width:30px;height:30px}
.related-card h3{margin:0;color:#fff;font-size:16px}
.related-card p{margin:12px 0 22px;color:rgba(255,255,255,.58);font-size:12.5px;line-height:1.68}
.related-card span{display:flex;align-items:center;gap:7px;margin-top:auto;color:#79dfdb;font-size:12px;font-weight:800}

/* FAQ */
.faq-grid{display:grid;grid-template-columns:.62fr 1.38fr;gap:28px;margin-top:44px;align-items:start}
.faq-support{position:sticky;top:110px;padding:28px;border-radius:22px;color:#fff;background:linear-gradient(145deg,var(--brand-deeper),var(--brand-deep))}
.faq-support h3{margin:0;font-size:24px}
.faq-support p{margin:13px 0 0;color:rgba(255,255,255,.69);font-size:13px;line-height:1.62}
.faq-list{display:grid;gap:12px}
details{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 26px rgba(5,47,59,.05)}
summary{position:relative;padding:20px 52px 20px 21px;cursor:pointer;list-style:none;color:var(--brand-navy);font-size:14px;font-weight:800;line-height:1.45}
summary::-webkit-details-marker{display:none}
summary::after{position:absolute;right:20px;top:50%;content:"+";transform:translateY(-50%);color:var(--brand-teal-strong);font-size:22px;font-weight:600}
details[open] summary::after{content:"−"}
.faq-answer{padding:0 21px 21px;color:var(--muted);font-size:13.5px;line-height:1.7}

/* CTA */
.cta-shell{display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border-radius:30px;background:linear-gradient(135deg,var(--brand-deeper),var(--brand-deep));box-shadow:0 30px 78px rgba(5,47,59,.2)}
.cta-copy{position:relative;padding:48px;color:#fff;background:radial-gradient(circle at 20% 10%,rgba(70,198,195,.18),transparent 35%)}
.cta-copy h2{margin:0;font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1.06}
.cta-copy p{margin:18px 0 0;color:rgba(255,255,255,.7);font-size:16px;line-height:1.7}
.cta-list{display:grid;gap:11px;margin:25px 0 0;padding:0;list-style:none}
.cta-list li{display:flex;gap:10px;color:rgba(255,255,255,.83);font-size:13px}
.cta-list li::before{content:"✓";color:var(--brand-teal);font-weight:900}
.cta-panel{display:grid;align-content:center;padding:42px;background:#fff}
.cta-panel h3{margin:0;font-size:25px}
.cta-panel>p{margin:11px 0 0;color:var(--muted);font-size:13.5px;line-height:1.65}
.enquiry-form{margin-top:24px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.field{display:grid;gap:7px;min-width:0}
.field.full{grid-column:1/-1}
.field label{color:#394650;font-size:11.5px;font-weight:800}
.field input,.field select,.field textarea{width:100%;min-width:0;border:1px solid rgba(31,41,53,.15);border-radius:11px;background:#fbfdfd;padding:13px 14px;color:var(--brand-navy);font:inherit;font-size:13px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand-teal-strong);background:#fff;box-shadow:0 0 0 3px rgba(70,198,195,.13)}
.field textarea{min-height:112px;resize:vertical;line-height:1.55}
.field-hint{display:block;color:#65737e;font-size:10.5px;line-height:1.5}
.field input:user-invalid,.field select:user-invalid,.field textarea:user-invalid{border-color:#b94a48}
.enquiry-form .button{width:100%;margin-top:16px}
.form-privacy{margin:12px 0 0!important;color:var(--muted)!important;font-size:10.5px!important;line-height:1.55!important}
.form-privacy a{color:var(--brand-teal-strong);font-weight:800;text-decoration:underline;text-underline-offset:2px}

/* Footer */
.footer{padding:65px 0 24px;color:rgba(255,255,255,.7);background:#031f29}
.footer-grid{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:35px}
.footer-logo img{width:205px}
.footer-about p{max-width:310px;margin:19px 0 0;font-size:13px;line-height:1.7}
.footer h3{margin:0 0 17px;color:#fff;font-size:13px;letter-spacing:0}
.footer ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.footer a{font-size:12px}
.footer a:hover{color:var(--brand-teal)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:45px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);font-size:10.5px}
.sticky-mobile{display:none;position:fixed;z-index:100;right:0;bottom:0;left:0;gap:9px;padding:10px;border-top:1px solid rgba(31,41,53,.12);background:rgba(255,255,255,.96);backdrop-filter:blur(10px);transition:transform .22s ease,opacity .22s ease}
body.form-in-view .sticky-mobile{transform:translateY(110%);opacity:0;pointer-events:none}
.sticky-mobile .button{min-height:46px;flex:1;padding:0 12px;font-size:12px}

@media(max-width:1080px){
  .nav-menu{gap:16px}.nav-menu a{font-size:12.5px}.nav-actions .button{display:none}
  .hero-grid,.resilience-grid,.security-grid,.reporting-shell,.split-grid,.faq-grid{gap:38px}
  .challenge-grid{grid-template-columns:repeat(2,1fr)}
  .app-grid,.related-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(3,1fr)}.process-grid::before{display:none}
  .footer-grid{grid-template-columns:1.2fr repeat(2,1fr)}
  .reviews-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .section{padding:74px 0}
  .topbar-promise{display:none}.topbar-inner{justify-content:center}
  .nav-toggle{display:inline-grid;margin-left:auto}
  .nav-menu{position:absolute;right:20px;top:69px;display:none;width:min(320px,calc(100vw - 40px));align-items:stretch;flex-direction:column;gap:0;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#1f2935;box-shadow:var(--shadow-md)}
  .nav-menu.open{display:flex}
  .nav-menu a{padding:13px 12px;border-bottom:1px solid rgba(255,255,255,.08)}
  .nav-menu a:last-child{border-bottom:0}
  .hero-grid,.answer-grid,.resilience-grid,.reporting-shell,.security-grid,.split-grid,.faq-grid,.cta-shell{grid-template-columns:1fr}
  .hero-grid{padding:72px 0 66px}.finance-console{max-width:620px}
  .service-grid,.organisation-grid,.model-grid,.source-grid,.proof-grid{grid-template-columns:repeat(2,1fr)}
  .compare-wrap{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}
  .compare-wrap table,.compare-wrap tbody,.compare-wrap tr,.compare-wrap td{display:block;width:100%;min-width:0}
  .compare-wrap thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
  .compare-wrap tbody{display:grid;gap:14px}
  .compare-wrap tr{padding:18px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--shadow-sm)}
  .compare-wrap td{display:grid;grid-template-columns:135px minmax(0,1fr);gap:12px;padding:12px 0;border:0;border-bottom:1px solid rgba(31,41,53,.09);background:transparent!important;color:var(--muted);font-size:13px}
  .compare-wrap td::before{content:attr(data-label);color:var(--brand-navy);font-size:11px;font-weight:850;letter-spacing:.02em}
  .compare-wrap td:first-child{padding-top:0;color:var(--brand-navy);font-size:15px;font-weight:850}
  .compare-wrap td:last-child{padding-bottom:0;border-bottom:0}
  .compare-wrap td:nth-child(3){color:#17434b;font-weight:700}
  .faq-support{position:static}
  .security-visual{order:2}.security-copy{order:1}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .section{padding:64px 0}
  .hero h1{font-size:clamp(43px,13vw,60px)}
  .risk-strip{grid-template-columns:52px minmax(0,1fr);align-items:start}
  .risk-icon{grid-row:1 / span 2;width:52px;height:52px}
  .risk-strip>div{grid-column:2;grid-row:1;align-self:start}
  .status-pill{grid-column:2;grid-row:2;justify-self:start;align-self:start;margin-top:2px!important}
  .control-grid,.answer-facts,.challenge-grid,.service-grid,.organisation-grid,.model-grid,.app-grid,.buyer-grid,.source-grid,.proof-grid,.related-grid,.reviews-grid,.factor-grid,.resilience-list{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .process-grid{grid-template-columns:1fr}
  .reporting-date{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{align-items:flex-start;flex-direction:column}
  .compare-wrap td{grid-template-columns:1fr;gap:5px}
  .coverage-card{min-height:560px;padding:22px}
  .coverage-card::before{width:220px;height:220px;right:50%;top:105px;transform:translateX(50%);box-shadow:0 0 0 38px rgba(70,198,195,.055),0 0 0 76px rgba(70,198,195,.035)}
  .coverage-card::after{width:78px;height:78px;right:50%;top:176px;transform:translateX(50%)}
  .coverage-pin{right:50%;top:201px;transform:translateX(50%)}
  .floating-city{padding:8px 11px;font-size:9.5px;white-space:nowrap}
  .city-1{top:28px;left:22px}
  .city-2{top:88px;left:34px}
  .city-3{top:55px;right:22px}
  .city-4{top:238px;left:22px}
  .city-5{top:238px;right:22px}
  .coverage-label{top:300px;bottom:auto;left:20px;right:20px;padding:22px}
  .sticky-mobile{display:flex;padding:10px 10px max(10px,env(safe-area-inset-bottom));transform:translateY(110%);opacity:0;pointer-events:none}
  body.sticky-ready:not(.form-in-view) .sticky-mobile{transform:translateY(0);opacity:1;pointer-events:auto}
  body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
}

@media(max-width:390px){
  .coverage-card{min-height:590px}
  .city-4{top:238px;left:18px}
  .city-5{top:278px;right:18px}
  .coverage-label{top:330px;left:16px;right:16px;padding:20px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .trust-track,.clients-track{animation:none}
  .button,.service-card,.related-card,.client-wordmark,.sticky-mobile{transition:none}
}

/* --- */

body.nav-open { overflow: hidden; }


    /* Announcement bar */
    .topbar { color: rgba(255, 255, 255, 0.78); border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: #051b24; font-size: 12px; }

    .topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

    .topbar-promise { display: inline-flex; align-items: center; gap: 8px; }

    .topbar-promise::before { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-green); content: ""; box-shadow: 0 0 0 4px rgba(138, 198, 70, 0.10); }

    .topbar a { color: var(--brand-white); font-weight: 800; }


    /* Header */
    .site-header {
      position: sticky;
      z-index: 90;
      top: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
      background: #07222d;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
    }

    .nav { min-height: 78px; display: flex; align-items: center; gap: 26px; }

    .brand {
      display: inline-flex;
      flex: 0 0 auto;
      align-items: center;
      line-height: 1;
    }

    .brand-logo {
      display: block;
      width: 205px;
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }

    .site-footer .brand-logo {
      width: 195px;
    }

    .nav-menu { display: flex; align-items: center; gap: 25px; margin-left: auto; }

    .nav-menu a { color: rgba(255, 255, 255, 0.84); font-size: 14px; font-weight: 700; transition: color 160ms ease; }

    .nav-menu a:hover { color: var(--brand-teal); }

    .nav-actions { display: flex; align-items: center; gap: 12px; }

    .nav-item { position: relative; }

    .nav-item > a { display: inline-flex; align-items: center; gap: 6px; }

    .nav-item .caret { width: 10px; height: 10px; stroke: currentColor; stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; transition: transform 160ms ease; }

    .nav-item:hover .caret { transform: rotate(180deg); }

    .nav-dropdown { position: absolute; top: calc(100% + 16px); left: -16px; min-width: 246px; display: grid; gap: 2px; padding: 10px; border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 14px; background: #0a2934; box-shadow: 0 24px 55px rgba(0, 0, 0, 0.35); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 160ms ease, transform 160ms ease, visibility 160ms; }

    .nav-dropdown::before { position: absolute; top: -16px; left: 0; right: 0; height: 16px; content: ""; }

    .nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }

    .nav-dropdown a { padding: 10px 13px; border-radius: 9px; font-size: 13px; }

    .nav-dropdown a:hover { background: rgba(70, 198, 195, 0.10); }

    .nav-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 11px; color: var(--brand-white); background: rgba(255, 255, 255, 0.06); }


    /* Footer */
    .site-footer {
      position: relative;
      overflow: hidden;
      padding: 76px 0 26px;
      color: var(--brand-white);
      background:
        radial-gradient(circle at 88% 0%, rgba(70, 198, 195, 0.14), transparent 30%),
        radial-gradient(circle at 4% 100%, rgba(138, 198, 70, 0.07), transparent 26%),
        linear-gradient(160deg, #07222d, #051b24);
    }

    .site-footer::before { position: absolute; inset: 0; pointer-events: none; content: ""; opacity: 0.25; background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 78%); }

    .site-footer .container { position: relative; z-index: 1; }

    .footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 42px; }

    .footer-about { max-width: 300px; }

    .footer-about p { margin: 20px 0 0; color: rgba(255, 255, 255, 0.60); font-size: 13px; line-height: 1.7; }

    .footer-contact-strip { display: grid; grid-template-columns: 1.05fr 1.05fr 1.35fr; gap: 14px; margin-bottom: 58px; padding: 22px; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 22px; background: rgba(255, 255, 255, 0.03); }

    .footer-contact-item { display: flex; align-items: center; gap: 15px; padding: 6px 10px; }

    .footer-contact-item + .footer-contact-item { border-left: 1px solid rgba(255, 255, 255, 0.08); padding-left: 26px; }

    .fci-icon { display: grid; flex: none; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(70, 198, 195, 0.35); border-radius: 15px; background: rgba(70, 198, 195, 0.10); }

    .fci-icon svg { width: 22px; height: 22px; stroke: var(--brand-teal); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

    .footer-contact-item small { display: block; color: rgba(255, 255, 255, 0.45); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

    .footer-contact-item strong { display: block; margin-top: 4px; color: var(--brand-white); font-size: 15px; line-height: 1.4; }

    a.footer-contact-item:hover strong { color: var(--brand-teal); }

    .footer-social { margin-top: 28px; }

    .footer-social h3 { margin: 0 0 14px; }

    .footer-social-links { display: flex; gap: 10px; }

    .footer-social-links a { display: grid; width: 42px; height: 42px; place-items: center; border: 1.5px solid var(--brand-teal); border-radius: 50%; color: var(--brand-teal); transition: background 160ms ease, color 160ms ease; }

    .footer-social-links a:hover { background: var(--brand-teal); }

    .footer-social-links a:hover svg { fill: #07222d; }

    .footer-social-links svg { width: 18px; height: 18px; fill: currentColor; }

    .site-footer h3 { margin: 0 0 18px; color: var(--brand-teal); font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

    .site-footer li a { transition: color 160ms ease; }

    .site-footer ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }

    .site-footer li, .site-footer li a { color: rgba(255, 255, 255, 0.60); font-size: 13px; line-height: 1.45; }

    .site-footer a:hover { color: var(--brand-teal); }

    .footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.09); color: rgba(255, 255, 255, 0.44); font-size: 11px; }
@media (max-width: 900px){

      .nav-toggle { display: grid; margin-left: auto; }

      .nav-menu {
        position: fixed;
        z-index: 110;
        top: 116px;
        right: 18px;
        left: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin: 0;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.10);
        border-radius: 18px;
        background: #07222d;
        box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
      }

      .nav-menu.open { display: flex; }

      .nav-menu a { padding: 13px 11px; color: rgba(255, 255, 255, 0.86); }

      .nav-menu a:hover { color: var(--brand-teal); }

      .nav-item { display: flex; flex-direction: column; }

      .nav-dropdown { position: static; min-width: 0; padding: 0 0 8px 16px; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: none; }

      .nav-dropdown a { padding: 9px 11px; }

      .nav-actions .button { display: none; }

      .footer-grid { grid-template-columns: repeat(2, 1fr); }

      .footer-contact-strip { grid-template-columns: 1fr; }

      .footer-contact-item + .footer-contact-item { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.08); padding-left: 10px; padding-top: 20px; }
}
@media (max-width: 640px){

      .topbar-inner { min-height: 42px; justify-content: center; text-align: center; }

      .topbar-inner > :last-child { display: none; }

      .nav { min-height: 70px; }

      .brand-logo { width: 168px; }

      .site-footer .brand-logo { width: 178px; }

      .nav-menu { top: 105px; }

      .footer-grid { grid-template-columns: 1fr; }

      .footer-bottom { align-items: flex-start; flex-direction: column; }
}

    
    /* chrome tokens: keep header/footer on brand regardless of page vars */
    .topbar, .site-header, .site-footer {
      --brand-teal: #46c6c3;
      --brand-teal-strong: #0ea8a5;
      --brand-green: #8ac646;
      --brand-white: #ffffff;
      --brand-mint: #ecf9f9;
      --brand-deep: #073845;
      --brand-navy: #1f2935;
    }


    .site-header .nav-actions .button, .site-footer .button {
      display: inline-flex !important;
      min-height: 44px !important;
      align-items: center !important;
      justify-content: center !important;
      gap: 10px !important;
      padding: 0 19px !important;
      border: 1px solid transparent !important;
      border-radius: 12px !important;
      color: #06323b !important;
      background: linear-gradient(135deg, var(--brand-teal), #71dad6) !important;
      box-shadow: 0 16px 34px rgba(70, 198, 195, 0.27) !important;
      font-size: 14px !important;
      font-weight: 800 !important;
      line-height: 1 !important;
      text-transform: none !important;
      letter-spacing: 0 !important;
    }


    @media (max-width: 1240px) {
      .site-header .nav-menu { gap: 15px !important; }
      .site-header .nav-menu a { font-size: 13px !important; }
    }

    /* chrome hardening: override page-local nav styles */
    @media (min-width: 1081px) {
      .site-header .nav-menu { position: static !important; inset: auto !important; display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; gap: 20px !important; margin: 0 0 0 auto !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }
      .site-header .nav-menu > a, .site-header .nav-item > a { white-space: nowrap !important; }
      .site-header .nav-toggle { display: none !important; }
      .site-header .nav-actions .button { display: inline-flex !important; white-space: nowrap !important; }
      .site-header .nav-dropdown { position: absolute !important; }
    }
    @media (max-width: 1080px) {
      .site-header .nav-toggle { display: grid !important; margin-left: auto !important; }
      .site-header .nav-menu { position: fixed !important; z-index: 110 !important; top: 116px !important; right: 18px !important; left: 18px !important; flex-direction: column !important; align-items: stretch !important; gap: 0 !important; margin: 0 !important; padding: 16px !important; border: 1px solid rgba(255,255,255,0.10) !important; border-radius: 18px !important; background: #07222d !important; box-shadow: 0 24px 55px rgba(0,0,0,0.28) !important; max-height: calc(100vh - 150px) !important; overflow-y: auto !important; }
      .site-header .nav-menu:not(.open) { display: none !important; }
      .site-header .nav-menu.open { display: flex !important; }
      .site-header .nav-menu a { padding: 12px 11px !important; white-space: normal !important; }
      .site-header .nav-item { display: flex !important; flex-direction: column !important; }
      .site-header .nav-dropdown { position: static !important; min-width: 0 !important; padding: 0 0 8px 16px !important; border: 0 !important; background: transparent !important; box-shadow: none !important; opacity: 1 !important; visibility: visible !important; transform: none !important; }
      .site-header .nav-actions .button { display: none !important; }
      .site-header .nav-actions { margin-left: 0 !important; flex: none !important; }
    }

/* --- */

/* ---- one-website type + colour layer ---- */
  :root {
    --brand-teal: #46c6c3;
    --brand-teal-strong: #0ea8a5;
    --brand-navy: #1f2935;
    --brand-deep: #073845;
    --brand-deeper: #042630;
    --brand-green: #8ac646;
    --brand-mint: #ecf9f9;
    --brand-white: #ffffff;
    --ink: #1f2935;
    --muted: #5d6874;
    --soft: #f6fbfb;
  }
  *, *::before, *::after { font-family: "TikTok Sans", "Manrope", Arial, sans-serif !important; }

  /* Hero H1 — homepage scale */
  h1 {
    font-size: clamp(48px, 6.2vw, 78px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.056em !important;
    line-height: 0.98 !important;
  }
  h1 .accent, h1 .hero-accent { color: var(--brand-teal-strong) !important; }

  /* Section headings */
  h2:not(:is([class*="card"],[class*="panel"],[class*="tile"],[class*="item"],[class*="box"],[class*="faq"],[class*="accordion"],[class*="pricing-"],footer,aside) *) {
    font-size: clamp(32px, 3.7vw, 46px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.06 !important;
  }
  h3:not(:is([class*="card"],[class*="panel"],[class*="tile"],[class*="item"],[class*="box"],[class*="faq"],[class*="accordion"],[class*="pricing-"],footer,aside) *) {
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.3 !important;
  }

  /* Hero supporting elements */
  .eyebrow { font-size: 12px !important; font-weight: 800 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; }
  .hero-text, .hero p.lead, .hero .lead { font-size: 18px !important; line-height: 1.74 !important; }
  .hero-points { display: flex !important; flex-wrap: wrap !important; gap: 12px 22px !important; margin: 24px 0 0 !important; padding: 0 !important; list-style: none !important; }
  .hero-points li { display: inline-flex !important; align-items: center !important; gap: 8px !important; color: #42515d !important; font-size: 13px !important; font-weight: 750 !important; }
  .hero-points li::before { display: grid !important; width: 17px !important; height: 17px !important; place-items: center !important; border-radius: 50% !important; color: #fff !important; background: var(--brand-teal-strong) !important; content: "✓" !important; font-size: 10px !important; font-weight: 900 !important; }

  @media (max-width: 640px) {
    h1 { font-size: clamp(43px, 14vw, 60px) !important; }
  }

/* --- */

.ukit-coverage { display: grid; grid-template-columns: 1fr .95fr; gap: 50px; align-items: center; }
  .ukit-cov-copy > .eyebrow { margin: 0 0 16px; color: #0ea8a5; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; }
  .ukit-cov-copy > h2 { max-width: 940px; margin: 0; color: #1f2935; font-weight: 800; letter-spacing: -.045em; line-height: 1.06; }
  .ukit-cov-copy > p { max-width: 820px; margin: 19px 0 0; color: #5d6874; font-size: 18px; line-height: 1.76; }
  .ukit-cov-points { display: grid; gap: 13px; margin-top: 28px; }
  .ukit-cov-point { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 15px; border: 1px solid #d5e9e9; border-radius: 15px; background: #fff; box-shadow: 0 8px 22px rgba(5,47,59,.04); }
  .ukit-cov-point svg { width: 24px; height: 24px; color: #0ea8a5; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .ukit-cov-point strong { display: block; color: #1f2935; font-size: 13px; }
  .ukit-cov-point span { display: block; margin-top: 3px; color: #5d6874; font-size: 11px; line-height: 1.5; }
  .ukit-cov-card { position: relative; min-height: 430px; overflow: hidden; padding: 32px; border-radius: 28px; background: radial-gradient(circle at 61% 45%, rgba(70,198,195,.34), transparent 17%), linear-gradient(135deg, #ddf5f4, #f9fdfd); box-shadow: 0 22px 60px rgba(5,47,59,.12); }
  .ukit-cov-card::before, .ukit-cov-card::after { position: absolute; border: 1px solid rgba(70,198,195,.28); border-radius: 50%; content: ""; }
  .ukit-cov-card::before { width: 240px; height: 240px; right: 45px; top: 80px; box-shadow: 0 0 0 42px rgba(70,198,195,.055), 0 0 0 84px rgba(70,198,195,.035); }
  .ukit-cov-card::after { width: 86px; height: 86px; right: 122px; top: 157px; background: rgba(70,198,195,.12); }
  .ukit-cov-pin { position: absolute; z-index: 2; right: 151px; top: 187px; width: 28px; height: 28px; border: 7px solid #fff; border-radius: 50%; background: #0ea8a5; box-shadow: 0 8px 22px rgba(5,47,59,.2); }
  .ukit-cov-label { position: absolute; z-index: 3; left: 30px; right: 30px; bottom: 29px; padding: 22px; border: 1px solid rgba(31,41,53,.08); border-radius: 18px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); }
  .ukit-cov-label strong { display: block; color: #1f2935; font-size: 17px; }
  .ukit-cov-label span { display: block; margin-top: 6px; color: #5d6874; font-size: 12px; line-height: 1.5; }
  .ukit-city { position: absolute; z-index: 4; padding: 8px 11px; border: 1px solid rgba(31,41,53,.09); border-radius: 999px; background: #fff; box-shadow: 0 8px 20px rgba(5,47,59,.09); color: #36535a; font-size: 10px; font-weight: 800; }
  .ukit-city.c1 { top: 34px; left: 35px; }
  .ukit-city.c2 { top: 108px; left: 52px; }
  .ukit-city.c3 { top: 64px; right: 30px; }
  .ukit-city.c4 { top: 226px; left: 37px; }
  .ukit-city.c5 { top: 268px; right: 39px; }

  .ukit-cov-visual { display: grid; gap: 18px; }
  .ukit-cov-chips { display: flex; flex-wrap: wrap; gap: 12px; }
  .ukit-cov-chips span { padding: 12px 20px; border: 1px solid rgba(31,41,53,.07); border-radius: 999px; background: #fff; box-shadow: 0 8px 20px rgba(5,47,59,.07); color: #1f2935; font-size: 13px; font-weight: 800; }
  @media (max-width: 1080px) { .ukit-coverage { grid-template-columns: 1fr; } }
  @media (max-width: 720px) {
    .ukit-cov-card { min-height: 390px; }
    .ukit-cov-card::before { right: -5px; }
    .ukit-cov-card::after { right: 72px; }
    .ukit-cov-pin { right: 101px; }
  }

/* --- */

.ukit-rev-head { text-align: center; }
  .ukit-rev-head .eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #0ea8a5; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .ukit-rev-head h2 { max-width: 940px; margin: 0 auto; color: #1f2935; font-weight: 800; letter-spacing: -.045em; line-height: 1.06; }
  .ukit-rev-head p { max-width: 720px; margin: 19px auto 0; color: #5d6874; font-size: 18px; line-height: 1.76; }
  .ukit-rev-grid { display: grid; grid-template-columns: 0.72fr repeat(3, 1fr); gap: 16px; margin-top: 42px; }
  .ukit-rev-summary, .ukit-rev-card { min-height: 260px; border-radius: 20px; box-shadow: 0 10px 28px rgba(5,47,59,.08); }
  .ukit-rev-summary { display: flex; flex-direction: column; justify-content: space-between; padding: 28px; color: #fff; background: linear-gradient(145deg, #042630, #073845); }
  .ukit-rev-summary h3 { margin: 0; color: #fff; font-size: 22px; }
  .ukit-rev-summary p { margin: 12px 0 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.6; }
  .ukit-rev-stars { margin-top: 15px; color: #f4b740; font-size: 20px; letter-spacing: 2px; }
  .ukit-rev-link { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: #46c6c3; font-size: 14px; font-weight: 800; }
  .ukit-rev-card { padding: 25px; border: 1px solid rgba(31,41,53,.12); background: #fff; }
  .ukit-rev-headline { display: flex; align-items: center; gap: 12px; }
  .ukit-rev-avatar { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 50%; color: #fff; background: #0ea8a5; font-weight: 900; }
  .ukit-rev-headline strong, .ukit-rev-headline span { display: block; color: #1f2935; }
  .ukit-rev-headline span { margin-top: 3px; color: #5d6874; font-size: 11px; }
  .ukit-rev-card blockquote { margin: 18px 0 0; color: #404a55; font-size: 14px; line-height: 1.7; }
  @media (max-width: 1080px) { .ukit-rev-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 640px) { .ukit-rev-grid { grid-template-columns: 1fr; } }

/* --- */

.ukit-cl-shell { display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg, #042630, #073845); box-shadow: 0 34px 90px rgba(4,38,48,.18); }
  .ukit-cl-intro { display: flex; min-height: 330px; flex-direction: column; justify-content: center; padding: 44px; color: #fff; background: radial-gradient(circle at 90% 15%, rgba(70,198,195,.20), transparent 28%); }
  .ukit-cl-intro .eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; color: #8be5e1; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .ukit-cl-intro h2 { margin: 0; color: #fff; font-size: clamp(31px, 4vw, 47px); line-height: 1.06; letter-spacing: -.045em; }
  .ukit-cl-intro p { margin: 18px 0 26px; color: rgba(255,255,255,.69); font-size: 15px; line-height: 1.7; }
  .ukit-cl-intro a.ukit-cl-cta { align-self: flex-start; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 19px; border: 1px solid rgba(255,255,255,.42); border-radius: 12px; color: #fff; background: rgba(255,255,255,.04); font-size: 13px; font-weight: 800; }
  .ukit-cl-carousel { min-width: 0; display: flex; align-items: center; padding: 36px 0; background: rgba(255,255,255,.025); }
  .ukit-cl-window { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
  .ukit-cl-track { display: flex; width: max-content; gap: 18px; animation: ukitClientLoop 34s linear infinite; }
  .ukit-cl-window:hover .ukit-cl-track { animation-play-state: paused; }
  .ukit-cl-slide { width: 270px; min-width: 270px; height: 175px; display: grid; place-items: center; overflow: hidden; padding: 24px 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 21px; background: #fff; box-shadow: 0 12px 34px rgba(0,25,35,.16); }
  .ukit-cl-slide img { display: block; width: auto; height: auto; max-width: 215px; max-height: 98px; margin: auto; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease; }
  .ukit-cl-slide:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.045); }
  .ukit-cl-toughcad img { max-width: 225px; max-height: 86px; }
  .ukit-cl-eurotronic img { max-width: 225px; max-height: 80px; }
  .ukit-cl-flextro img { max-width: 215px; max-height: 78px; }
  .ukit-cl-caribou img { max-width: 225px; max-height: 76px; }
  .ukit-cl-at img { max-width: 165px; max-height: 105px; }
  .ukit-cl-foserve img { max-width: 150px; max-height: 108px; }
  .ukit-cl-360 img { max-width: 205px; max-height: 72px; }
  @keyframes ukitClientLoop { to { transform: translateX(calc(-50% - 9px)); } }
  @media (max-width: 1080px) { .ukit-cl-shell { grid-template-columns: 1fr; } .ukit-cl-intro { min-height: 0; padding: 34px; } }

/* --- */

.ukit-in-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 42px; }
  .ukit-in-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid rgba(31,41,53,.12); border-radius: 26px; background: #fff; box-shadow: 0 14px 35px rgba(15,40,50,.055); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
  .ukit-in-card:hover { transform: translateY(-5px); box-shadow: 0 22px 44px rgba(15,40,50,.10); border-color: #cbdcdf; }
  .ukit-in-media { display: grid; aspect-ratio: 16/10; place-items: center; background: #ecf9f9; }
  .ukit-in-media svg { width: 64px; height: 64px; color: #0ea8a5; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
  .ukit-in-media img { width: 100%; height: 100%; object-fit: cover; }
  .ukit-in-body { display: flex; flex: 1; flex-direction: column; padding: 23px 23px 22px; }
  .ukit-in-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #5d6874; font-size: 13px; font-weight: 700; }
  .ukit-in-meta .ukit-in-tag { padding: 6px 9px; border: 1px solid #d7eeee; border-radius: 999px; background: #ecf9f9; color: #073845; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  .ukit-in-card h3 { margin: 14px 0 12px; color: #1f2935; font-size: 20px; font-weight: 800; letter-spacing: -.025em; line-height: 1.2; }
  .ukit-in-read { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 9px; color: #073845; font-size: 14px; font-weight: 850; width: max-content; }
  .ukit-in-read svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform .2s ease; }
  .ukit-in-read:hover svg { transform: translateX(4px); }
  @media (max-width: 1180px) { .ukit-in-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
  @media (max-width: 680px) { .ukit-in-grid { grid-template-columns: 1fr; } }

/* --- */

.ukit-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; margin-top: 46px; align-items: start; }
  .ukit-faq-aside { position: sticky; top: 135px; padding: 31px; border-radius: 22px; color: #fff; background: linear-gradient(145deg, #042630, #073845); box-shadow: 0 22px 60px rgba(5,47,59,.12); }
  .ukit-faq-aside h3 { margin: 0; color: #fff; font-size: 25px; font-weight: 800; letter-spacing: -.02em; line-height: 1.25; }
  .ukit-faq-aside p { margin: 15px 0 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.65; }
  .ukit-faq-aside .ukit-faq-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; margin-top: 22px; padding: 0 19px; border: 1px solid rgba(255,255,255,.42); border-radius: 12px; color: #fff; background: rgba(255,255,255,.05); font-size: 13px; font-weight: 800; }
  .ukit-faq-list { display: grid; gap: 12px; }
  .ukit-faq-list details { border: 1px solid rgba(31,41,53,.12); border-radius: 16px; background: #fff; box-shadow: 0 7px 18px rgba(5,47,59,.035); }
  .ukit-faq-list summary { position: relative; padding: 20px 54px 20px 22px; color: #1f2935; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; line-height: 1.4; }
  .ukit-faq-list summary::-webkit-details-marker { display: none; }
  .ukit-faq-list summary::after { position: absolute; right: 21px; top: 50%; content: "+"; transform: translateY(-50%); color: #0ea8a5; font-size: 23px; font-weight: 500; }
  .ukit-faq-list details[open] summary::after { content: "−"; }
  .ukit-faq-answer { padding: 0 22px 21px; }
  .ukit-faq-answer p, .ukit-faq-answer li { margin: 0 0 10px; color: #5d6874; font-size: 13px; line-height: 1.7; }
  .ukit-faq-answer p:last-child, .ukit-faq-answer li:last-child { margin-bottom: 0; }


  .ukit-faq-section .ukit-rev-head h2 { font-size: clamp(32px, 3.7vw, 46px) !important; font-weight: 800 !important; letter-spacing: -.04em !important; line-height: 1.06 !important; }
  .ukit-faq-section .ukit-rev-head .eyebrow { font-size: 12px !important; }
  /* sticky FAQ aside: page wrappers must not clip */
  html { overflow-x: hidden; }
  .ukit-page, .page, .site, .site-wrapper, .wrapper, .shell { overflow: visible !important; }
  .ukit-faq-grid { align-items: start; }
  @media (max-width: 1080px) { .ukit-faq-grid { grid-template-columns: 1fr; } .ukit-faq-aside { position: static; } }

/* --- */

/* inserted industry sections: base card look (pages without their own) */
  .ukit-industry-section .industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 40px; }
  .ukit-industry-section .industry-card { border: 1px solid rgba(31,41,53,.12); background: #fff; color: inherit; text-decoration: none; }
  .ukit-industry-section .industry-card:hover { border-color: rgba(67,199,196,.62); }
  .ukit-industry-section .industry-icon { background: #0b3a45; color: #55d2ce; }
  .ukit-industry-section .industry-card h3 { color: #1f2935; }
  .ukit-industry-section .industry-card p { color: #5d6874; }
  .ukit-industry-section .industry-link { color: #087572; }
  @media (max-width: 1080px) { .ukit-industry-section .industry-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
  @media (max-width: 680px) { .ukit-industry-section .industry-grid { grid-template-columns: 1fr; } }
  /* shared industry card shape + typography (background & icon colours left per page) */
  .industry-card, .industry-card-final, .industries24-card, .emergency-industry-card, .helpdesk-industry-card, .industry-showcase-card, .type-card, .industry-tile { display: flex; min-height: 245px; flex-direction: column; align-items: flex-start; text-align: left; padding: 25px; border-radius: 20px; box-shadow: 0 12px 30px rgba(11,58,69,.055); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
  .industry-card:hover, .industry-card-final:hover, .industries24-card:hover, .emergency-industry-card:hover, .helpdesk-industry-card:hover, .industry-showcase-card:hover, .type-card:hover, .industry-tile:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(11,58,69,.09); }
  .industry-card h3, .industry-card-final h3, .industries24-card h3, .emergency-industry-card h3, .helpdesk-industry-card h3, .industry-showcase-card h3, .type-card h3, .industry-tile h3 { margin: 20px 0 0; font-size: 18px; font-weight: 800; letter-spacing: -.025em; line-height: 1.28; }
  .industry-card p, .industry-card-final p, .industries24-card p, .emergency-industry-card p, .helpdesk-industry-card p, .industry-showcase-card p, .type-card p, .industry-tile p { margin: 10px 0 19px; font-size: 12.5px; line-height: 1.62; }
  .industry-card [class*="link"], .industry-card [class*="action"], .industry-card-final [class*="link"], .industry-card-final [class*="action"], .industries24-card [class*="link"], .industries24-card [class*="action"], .emergency-industry-card [class*="link"], .emergency-industry-card [class*="action"], .helpdesk-industry-card [class*="link"], .helpdesk-industry-card [class*="action"], .industry-showcase-card [class*="link"], .industry-showcase-card [class*="action"], .type-card [class*="link"], .type-card [class*="action"], .industry-tile [class*="link"], .industry-tile [class*="action"] { margin-top: auto; font-size: 11.5px; font-weight: 800; }
  .industry-card [class*="icon"], .industry-card-final [class*="icon"], .industries24-card [class*="icon"], .emergency-industry-card [class*="icon"], .helpdesk-industry-card [class*="icon"], .industry-showcase-card [class*="icon"], .type-card [class*="icon"], .industry-tile [class*="icon"] { display: grid; width: 50px; height: 50px; flex: none; place-items: center; border-radius: 15px; }
  .industry-card [class*="icon"] svg, .industry-card-final [class*="icon"] svg, .industries24-card [class*="icon"] svg, .emergency-industry-card [class*="icon"] svg, .helpdesk-industry-card [class*="icon"] svg, .industry-showcase-card [class*="icon"] svg, .type-card [class*="icon"] svg, .industry-tile [class*="icon"] svg { width: 27px; height: 27px; }