/* ============================================================
   Technetix — premium design system
   Engineered for Performance. Designed for People.
   ============================================================ */

:root {
  /* ink / dark */
  --ink-900: #070a1f;
  --ink-800: #0b1030;
  --ink-700: #131a44;
  --ink-600: #1d2860;

  /* brand spectrum */
  --indigo: #5b5bf5;
  --violet: #8b5cf6;
  --blue: #3b82f6;
  --teal: #14b8a6;
  --gold: #f4b740;
  --gold-2: #ffcf6b;
  --rose: #fb7a86;

  /* neutrals (warm, premium) */
  --ink: #0c1230;
  --body: #4c5473;
  --muted: #6a7291;
  --line: #e9e9f4;
  --paper: #ffffff;
  --cream: #f7f7fd;
  --cream-2: #f0f1fb;

  --font-display: "Sora", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;

  --radius: 22px;
  --radius-sm: 14px;
  --shadow-sm: 0 2px 16px rgba(12, 18, 48, .06);
  --shadow: 0 26px 60px -24px rgba(12, 18, 48, .26);
  --shadow-lg: 0 50px 100px -35px rgba(12, 18, 48, .42);
  --glow: 0 20px 60px -18px rgba(91, 91, 245, .5);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --maxw: 1200px;

  --grad-brand: linear-gradient(120deg, var(--indigo), var(--violet) 55%, var(--blue));
  --grad-warm: linear-gradient(120deg, var(--gold), var(--rose));
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--body);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.1; font-weight: 600; letter-spacing: -0.025em; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--violet); color: #fff; }

.grad-text { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.grad-warm { background: var(--grad-warm); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- layout ---------- */
.section { max-width: var(--maxw); margin: 0 auto; padding: clamp(4.5rem, 9vw, 8.5rem) clamp(1.25rem, 4vw, 2rem); }
.section--tint { max-width: none; background: linear-gradient(180deg, var(--cream), var(--cream-2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section--tint > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.section--dark {
  max-width: none; position: relative; overflow: hidden;
  background: var(--ink-900); color: #c6cbe8;
}
.section--dark > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
.section--dark .section__title { color: #fff; }
.section--dark .section__lead { color: #9aa2ce; }

.section__head { max-width: 780px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section__title { font-size: clamp(2.05rem, 4.6vw, 3.3rem); margin: 1rem 0 1.1rem; }
.section__lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--muted); }

.eyebrow { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-display); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--indigo); }
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--grad-brand); }
.eyebrow--light { color: var(--gold-2); }
.eyebrow--light::before { background: var(--grad-warm); }
.section__head--center .eyebrow { justify-content: center; }

/* ---------- buttons ---------- */
.btn {
  --pad-y: .85rem; --pad-x: 1.5rem;
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem;
  padding: var(--pad-y) var(--pad-x); border-radius: 999px; border: 1px solid transparent; cursor: pointer;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  white-space: nowrap;
}
.btn--lg { --pad-y: 1.05rem; --pad-x: 1.9rem; font-size: 1rem; }
.btn--full { width: 100%; justify-content: center; }
.btn--primary { background: var(--grad-brand); color: #fff; box-shadow: var(--glow); background-size: 160% 160%; }
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 26px 60px -18px rgba(91,91,245,.7); background-position: 100% 0; }
.btn--gold { background: var(--grad-warm); color: var(--ink-900); box-shadow: 0 20px 50px -18px rgba(244,183,64,.6); }
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 26px 60px -18px rgba(244,183,64,.75); }
.btn--ghost { background: rgba(255,255,255,.07); color: #fff; border-color: rgba(255,255,255,.32); }
.btn--ghost:hover { background: rgba(255,255,255,.16); transform: translateY(-3px); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn__arrow { transition: transform .3s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(4px); }

/* ---------- scroll progress ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--grad-brand); z-index: 100; transition: width .1s linear; }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 90; transition: background .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease); background: transparent; border-bottom: 1px solid transparent; }
.nav.is-solid { background: rgba(255,255,255,.82); backdrop-filter: saturate(180%) blur(16px); border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }
.nav--onlight { background: rgba(255,255,255,.82); backdrop-filter: saturate(180%) blur(16px); border-bottom-color: var(--line); }
.nav__inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; gap: 1.5rem; padding: 1rem clamp(1.25rem, 4vw, 2rem); }

.brand { display: inline-flex; align-items: center; gap: .75rem; font-family: var(--font-display); font-weight: 700; font-size: 1.65rem; color: #fff; letter-spacing: -0.03em; }
.brand__mark { width: 42px; height: 42px; flex-shrink: 0; }
.brand__hl { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav.is-solid .brand, .nav--onlight .brand { color: var(--ink); }
.brand--lg { font-size: 2rem; gap: .85rem; }
.brand--lg .brand__mark { width: 50px; height: 50px; }

.nav__links { display: flex; gap: 1.8rem; margin-left: auto; align-items: center; }
.nav__links a { font-family: var(--font-display); font-size: .92rem; font-weight: 500; color: rgba(255,255,255,.85); position: relative; padding: .3rem 0; transition: color .25s; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -3px; height: 2px; width: 0; background: var(--grad-brand); transition: width .3s var(--ease); }
.nav__links a:hover { color: #fff; }
.nav__links a:hover::after, .nav__links a.is-current::after { width: 100%; }
.nav.is-solid .nav__links a, .nav--onlight .nav__links a { color: var(--body); }
.nav.is-solid .nav__links a:hover, .nav--onlight .nav__links a:hover, .nav--onlight .nav__links a.is-current { color: var(--ink); }

.nav__cta { margin-left: .4rem; }
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; margin-left: auto; }
.nav__burger span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: .3s var(--ease); }
.nav.is-solid .nav__burger span, .nav--onlight .nav__burger span { background: var(--ink); }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__mobile { display: none; flex-direction: column; gap: .2rem; padding: 0 clamp(1.25rem, 4vw, 2rem); max-height: 0; overflow: hidden; background: rgba(255,255,255,.98); backdrop-filter: blur(16px); transition: max-height .4s var(--ease), padding .4s var(--ease); }
.nav__mobile.is-open { max-height: 460px; padding: .5rem clamp(1.25rem,4vw,2rem) 1.5rem; }
.nav__mobile a { padding: .9rem .2rem; color: var(--ink); font-weight: 500; border-bottom: 1px solid var(--line); font-family: var(--font-display); }
.nav__mobile a.btn { border: 0; margin-top: .9rem; justify-content: center; color: #fff; }

/* ---------- aurora background ---------- */
.aurora { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.aurora__blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55; animation: drift 18s ease-in-out infinite; }
.aurora__blob--1 { width: 520px; height: 520px; top: -140px; left: -80px; background: radial-gradient(circle, rgba(91,91,245,.85), transparent 65%); }
.aurora__blob--2 { width: 560px; height: 560px; top: -100px; right: -120px; background: radial-gradient(circle, rgba(139,92,246,.7), transparent 65%); animation-delay: -6s; }
.aurora__blob--3 { width: 620px; height: 620px; bottom: -260px; left: 30%; background: radial-gradient(circle, rgba(59,130,246,.6), transparent 65%); animation-delay: -3s; }
.aurora__blob--gold { width: 380px; height: 380px; bottom: -120px; right: 8%; background: radial-gradient(circle, rgba(244,183,64,.5), transparent 65%); animation-delay: -9s; }
.aurora__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(120% 100% at 50% 0%, #000 35%, transparent 80%); -webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000 35%, transparent 80%); }
@keyframes drift { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(30px,-20px) scale(1.08); } 66% { transform: translate(-20px,25px) scale(.96); } }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--ink-900); color: #fff; margin-top: -84px; padding-top: 84px; }
.hero__inner { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; padding: clamp(3rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2rem) clamp(4rem, 8vw, 6rem); display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.pill { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-size: .8rem; font-weight: 500; padding: .5rem 1rem; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); color: #e2e6fb; }
.pill__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(20,184,166,.7); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(20,184,166,.6);} 70% { box-shadow: 0 0 0 10px rgba(20,184,166,0);} 100% { box-shadow: 0 0 0 0 rgba(20,184,166,0);} }

.hero__title { font-size: clamp(2.6rem, 5.6vw, 4.6rem); color: #fff; margin: 1.6rem 0 1.4rem; font-weight: 700; line-height: 1.04; }
.hero__sub { max-width: 580px; font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: #aab2df; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.3rem; }
.hero__trust { margin-top: 2.4rem; display: flex; align-items: center; gap: 1rem; font-size: .88rem; color: #8b93c4; }
.hero__trust b { color: #fff; font-family: var(--font-display); }
.hero__trust-div { width: 1px; height: 30px; background: rgba(255,255,255,.15); }

/* hero showcase card */
.showcase { position: relative; justify-self: center; width: 100%; max-width: 500px; }
.showcase__card { position: relative; background: linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.16); border-radius: 26px; padding: 20px; box-shadow: var(--shadow-lg); backdrop-filter: blur(10px); }
.showcase__screen { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 16/10; background: linear-gradient(150deg, #1a2150, #0d1234); }
.showcase__screen .aurora__blob { opacity: .8; filter: blur(50px); }
.showcase__scene { position: absolute; inset: 0; display: grid; place-items: center; padding: 22px; }
.showcase__ink { width: 100%; height: 100%; }
.showcase__ink .ink { fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 620; stroke-dashoffset: 620; }
.ink--1 { stroke: #fff; stroke-width: 5; animation: draw 2.6s var(--ease) .4s forwards; }
.ink--2 { stroke: var(--gold-2); stroke-width: 5; animation: draw 2.6s var(--ease) 1.1s forwards; }
.ink--3 { stroke: var(--teal); stroke-width: 5; animation: draw 2.6s var(--ease) 1.7s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.showcase__bar { display: flex; align-items: center; gap: 7px; margin-bottom: 14px; }
.showcase__dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.3); }
.showcase__label { margin-left: auto; font-family: var(--font-display); font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.7); letter-spacing: .05em; }
.chip { position: absolute; display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-weight: 600; font-size: .82rem; color: var(--ink); background: #fff; padding: .6rem .9rem; border-radius: 14px; box-shadow: var(--shadow); }
.chip span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: var(--grad-brand); color: #fff; font-size: .7rem; }
.chip--1 { top: 6%; left: -22px; animation: float 4s ease-in-out infinite; }
.chip--2 { bottom: 12%; right: -20px; animation: float 4.6s ease-in-out infinite reverse; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }

/* ---------- brands marquee ---------- */
.brands { background: var(--ink-800); color: #fff; padding: 2.4rem clamp(1.25rem,4vw,2rem); text-align: center; }
.brands__label { font-family: var(--font-display); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: #7c85bd; margin-bottom: 1.3rem; }
.brands__row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1.4rem 2.6rem; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.15rem,2.4vw,1.6rem); letter-spacing: .04em; }
.brands__row span { color: #e8ebfb; opacity: .92; transition: opacity .3s, transform .3s var(--ease); cursor: default; }
.brands__row span:hover { opacity: 1; transform: translateY(-2px); }
.brands__row .brands__dot { color: var(--gold); opacity: .8; font-size: .8em; }

/* ---------- pillars ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.pillar { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.4rem 2rem; overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.pillar::after { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; background: var(--grad-brand); }
.pillar:nth-child(2)::after { background: linear-gradient(90deg, var(--blue), var(--teal)); }
.pillar:nth-child(3)::after { background: var(--grad-warm); }
.pillar:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.pillar__ico { width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 1.4rem; background: linear-gradient(135deg, rgba(91,91,245,.14), rgba(59,130,246,.14)); color: var(--indigo); }
.pillar:nth-child(2) .pillar__ico { background: linear-gradient(135deg, rgba(59,130,246,.14), rgba(20,184,166,.14)); color: var(--blue); }
.pillar:nth-child(3) .pillar__ico { background: linear-gradient(135deg, rgba(244,183,64,.18), rgba(251,122,134,.16)); color: #e0912a; }
.pillar__ico svg { width: 30px; height: 30px; }
.pillar h3 { font-size: 1.5rem; margin-bottom: .7rem; }
.pillar p { color: var(--muted); font-size: .99rem; }
.pillar__link { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.3rem; font-family: var(--font-display); font-weight: 600; font-size: .9rem; color: var(--indigo); }
.pillar__link .btn__arrow { display: inline-block; }
.pillar:hover .pillar__link .btn__arrow { transform: translateX(4px); }

/* ---------- slider ---------- */
.slider { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.slider__tabs { display: grid; grid-template-columns: 1fr 1fr; }
.slider__tab { text-align: left; background: var(--cream); border: 0; border-bottom: 3px solid transparent; cursor: pointer; padding: 1.5rem clamp(1.2rem, 3vw, 2.2rem); display: grid; gap: .25rem; transition: background .3s var(--ease), border-color .3s var(--ease); font-family: var(--font-body); }
.slider__tab + .slider__tab { border-left: 1px solid var(--line); }
.slider__tab strong { font-family: var(--font-display); font-size: 1.15rem; color: var(--muted); transition: color .3s; }
.slider__tab span { font-size: .86rem; color: var(--muted); }
.slider__tab.is-active { background: var(--paper); border-bottom-color: var(--violet); }
.slider__tab.is-active strong { color: var(--ink); }
.slider__tab:hover strong { color: var(--ink); }
.slider__panel { padding: clamp(1.7rem, 3.5vw, 2.8rem); animation: fadeUp .5s var(--ease); }
.slider__panel[hidden] { display: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.slider__intro { font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: var(--ink); font-family: var(--font-display); font-weight: 500; max-width: 820px; margin-bottom: 2rem; }
.offergrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.offer { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.8rem; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease); }
.offer:hover { transform: translateY(-6px); box-shadow: var(--shadow); background: #fff; }
.offer__ico { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 1.2rem; background: var(--grad-brand); color: #fff; }
.offer__ico svg { width: 26px; height: 26px; }
.offer h3 { font-size: 1.18rem; margin-bottom: .5rem; }
.offer p { font-size: .94rem; color: var(--muted); }

/* ---------- portfolio cards ---------- */
.portcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.portcard { position: relative; border-radius: var(--radius); padding: 2.2rem; overflow: hidden; color: #fff; min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.portcard::before { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .95; }
.portcard--smart::before { background: linear-gradient(150deg, #4f46e5, #7c3aed); }
.portcard--alpha::before { background: linear-gradient(150deg, #0ea5e9, #14b8a6); }
.portcard--logitech::before { background: linear-gradient(150deg, #1e293b, #334155); }
.portcard > * { position: relative; z-index: 1; }
.portcard:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.portcard__wm { position: absolute; top: 1.4rem; right: 1.6rem; z-index: 1; font-family: var(--font-display); font-weight: 700; font-size: 1rem; letter-spacing: .1em; opacity: .55; }
.portcard__deco { position: absolute; inset: 0; z-index: 0; opacity: .18; background-image: radial-gradient(circle at 80% 20%, #fff 0, transparent 40%); }
.portcard h3 { color: #fff; font-size: 1.5rem; margin-bottom: .5rem; }
.portcard p { color: rgba(255,255,255,.85); font-size: .95rem; margin-bottom: 1.2rem; }
.portcard__tags { display: flex; flex-wrap: wrap; gap: .45rem; }
.portcard__tags span { font-size: .74rem; font-weight: 600; font-family: var(--font-display); padding: .3rem .65rem; border-radius: 999px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.25); }

/* product list (portfolio page) */
.products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.prod { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.9rem; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.prod:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.prod__eyebrow { font-family: var(--font-display); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--indigo); font-weight: 600; }
.prod h3 { font-size: 1.3rem; margin: .5rem 0 .2rem; }
.prod__tagline { font-family: var(--font-display); color: var(--violet); font-weight: 500; font-size: .95rem; margin-bottom: .8rem; }
.prod p { font-size: .95rem; color: var(--muted); margin-bottom: 1rem; }
.prod__ideal { font-size: .82rem; color: var(--body); background: var(--cream); border: 1px solid var(--line); border-radius: 999px; padding: .35rem .8rem; display: inline-block; margin-bottom: 1rem; }
.prod__caps { list-style: none; display: grid; gap: .5rem; }
.prod__caps li { position: relative; padding-left: 1.7rem; font-size: .9rem; color: var(--body); }
.prod__caps li::before { content: ""; position: absolute; left: 0; top: .12em; width: 18px; height: 18px; border-radius: 6px; background: rgba(20,184,166,.15); }
.prod__caps li::after { content: ""; position: absolute; left: 5px; top: .36em; width: 7px; height: 4px; border-left: 2px solid var(--teal); border-bottom: 2px solid var(--teal); transform: rotate(-45deg); }

/* ---------- feature cards (dark) ---------- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.features .feature { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 1.9rem; transition: transform .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease); }
.features .feature:hover { transform: translateY(-6px); background: rgba(255,255,255,.08); border-color: rgba(139,92,246,.5); }
.feature__ico { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: #fff; background: var(--grad-brand); margin-bottom: 1.2rem; }
.features .feature h3 { color: #fff; font-size: 1.15rem; margin-bottom: .45rem; }
.features .feature p { font-size: .93rem; color: #9aa2ce; }

/* ---------- stats / why choose ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.statcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.2rem 1.5rem; text-align: center; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.statcard:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.statcard__ring { --pct: 0; width: 134px; height: 134px; margin: 0 auto 1.4rem; border-radius: 50%; display: grid; place-items: center; position: relative; background: conic-gradient(var(--indigo) calc(var(--pct) * 1%), var(--cream-2) 0); transition: --pct 1.5s var(--ease); }
.statcard:nth-child(2) .statcard__ring { background: conic-gradient(var(--blue) calc(var(--pct) * 1%), var(--cream-2) 0); }
.statcard:nth-child(3) .statcard__ring { background: conic-gradient(var(--teal) calc(var(--pct) * 1%), var(--cream-2) 0); }
.statcard:nth-child(4) .statcard__ring { background: conic-gradient(var(--gold) calc(var(--pct) * 1%), var(--cream-2) 0); }
.statcard__ring::before { content: ""; position: absolute; inset: 11px; border-radius: 50%; background: var(--paper); }
.statcard__num { position: relative; font-family: var(--font-display); font-weight: 700; font-size: 1.8rem; color: var(--ink); letter-spacing: -0.02em; }
.statcard h3 { font-size: 1.12rem; margin-bottom: .25rem; }
.statcard p { font-size: .88rem; color: var(--muted); }
@property --pct { syntax: '<number>'; inherits: false; initial-value: 0; }
.stats__note { text-align: center; margin-top: 2rem; font-size: .9rem; color: var(--muted); }

/* ---------- clients ---------- */
.clients { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.clients__logo { display: grid; place-items: center; text-align: center; min-height: 92px; padding: 1rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--muted); transition: color .3s, transform .3s var(--ease), box-shadow .3s var(--ease); }
.clients__logo:hover { color: var(--indigo); transform: translateY(-4px); box-shadow: var(--shadow); }

/* ---------- testimonials ---------- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.testimonial { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.1rem; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.testimonial:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.testimonial__stars { color: var(--gold); letter-spacing: .15em; font-size: .95rem; margin-bottom: 1rem; }
.testimonial blockquote { font-size: 1.02rem; color: var(--body); line-height: 1.6; margin-bottom: 1.5rem; }
.testimonial figcaption { display: flex; align-items: center; gap: .8rem; }
.testimonial__avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: .85rem; color: #fff; background: var(--grad-brand); flex-shrink: 0; }
.testimonial figcaption strong { display: block; font-family: var(--font-display); color: var(--ink); font-size: .95rem; }
.testimonial figcaption small { color: var(--muted); font-size: .85rem; }

/* ---------- CTA band ---------- */
.ctaband { position: relative; overflow: hidden; background: var(--ink-900); color: #fff; padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem,4vw,2rem); text-align: center; }
.ctaband__inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.ctaband h2 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: 1rem; }
.ctaband p { color: #a9b0dd; font-size: clamp(1.05rem,1.6vw,1.2rem); margin-bottom: 2rem; }
.ctaband__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* ---------- contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact__list { list-style: none; margin-top: 2rem; display: grid; gap: 1.1rem; }
.contact__list li { display: flex; align-items: flex-start; gap: .9rem; font-size: 1rem; color: var(--body); line-height: 1.5; }
.contact__ico { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--cream-2); color: var(--indigo); font-size: 1.05rem; flex-shrink: 0; }
.contact__list a:hover { color: var(--indigo); }
.contact__form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1.1rem; }
.field--split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink); margin-bottom: .4rem; font-family: var(--font-display); }
.field input, .field select, .field textarea { width: 100%; font-family: var(--font-body); font-size: .98rem; color: var(--ink); padding: .85rem .95rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--cream); transition: border-color .25s, background .25s, box-shadow .25s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--violet); background: #fff; box-shadow: 0 0 0 4px rgba(139,92,246,.14); }
.field textarea { resize: vertical; }
.contact__note { margin-top: 1rem; font-size: .9rem; text-align: center; min-height: 1.2em; }
.contact__note.is-ok { color: var(--teal); font-weight: 600; }
.contact__note.is-err { color: #e0483d; }

/* ---------- page hero (subpages) ---------- */
.pagehero { position: relative; overflow: hidden; background: var(--ink-900); color: #fff; margin-top: -84px; padding: clamp(8rem,14vw,11rem) clamp(1.25rem,4vw,2rem) clamp(3.5rem,7vw,5.5rem); }
.pagehero__inner { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; }
.pagehero h1 { color: #fff; font-size: clamp(2.4rem, 5.4vw, 4rem); margin: 1.1rem 0 1.1rem; max-width: 16ch; }
.pagehero p { color: #aab2df; font-size: clamp(1.05rem,1.7vw,1.28rem); max-width: 640px; }
.crumbs { font-family: var(--font-display); font-size: .82rem; color: #8b93c4; letter-spacing: .04em; }
.crumbs a:hover { color: #fff; }

/* rich text blocks (subpages) */
.rich { max-width: 820px; }
.rich > * + * { margin-top: 1.2rem; }
.rich h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-top: .5rem; }
.rich h3 { font-size: 1.35rem; color: var(--ink); margin-top: 1.4rem; }
.rich p { color: var(--body); font-size: 1.06rem; }
.rich .lede { font-size: clamp(1.15rem,2vw,1.4rem); color: var(--ink); font-family: var(--font-display); font-weight: 500; line-height: 1.45; }

.splitrow { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,4vw,3.5rem); align-items: center; }
.splitrow--reverse .splitrow__media { order: -1; }
.mediacard { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; background: linear-gradient(150deg, var(--ink-700), var(--ink-900)); position: relative; box-shadow: var(--shadow); display: grid; place-items: center; color: rgba(255,255,255,.5); }
.mediacard__note { position: relative; z-index: 1; font-family: var(--font-display); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; text-align: center; padding: 1rem; }

.featurelist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 1rem; }
.featurelist__item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.featurelist__item:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.featurelist__item h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.featurelist__item p { font-size: .96rem; color: var(--muted); }

/* ---------- footer ---------- */
.footer { background: var(--ink-900); color: #9aa2ce; padding: clamp(3.5rem, 6vw, 5rem) clamp(1.25rem, 4vw, 2rem) 2rem; position: relative; overflow: hidden; }
.footer__inner { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.1fr 1.3fr; gap: 2.2rem; }
.brand--light { color: #fff; }
.footer__brand { grid-column: span 1; }
.footer__tagline { font-family: var(--font-display); color: #fff; font-weight: 600; font-size: 1.02rem; margin: 1.1rem 0 .6rem; line-height: 1.4; }
.footer__brand > p { font-size: .93rem; max-width: 34ch; color: #8b93c4; }
.footer__social { margin-top: 1.5rem; }
.footer__social-label { display: block; font-size: .84rem; color: #8b93c4; max-width: 34ch; margin-bottom: .9rem; }
.footer__icons { display: flex; gap: .7rem; }
.footer__icons a { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: #cfd4ee; transition: background .25s var(--ease), color .25s, transform .25s var(--ease), border-color .25s; }
.footer__icons a:hover { background: var(--grad-brand); color: #fff; transform: translateY(-3px); border-color: transparent; }
.footer__icons svg { width: 19px; height: 19px; }
.footer__col h4 { color: #fff; font-size: .95rem; margin-bottom: 1.1rem; font-family: var(--font-display); }
.footer__col a, .footer__col p { display: block; font-size: .92rem; color: #9aa2ce; padding: .3rem 0; transition: color .2s; }
.footer__col a:hover { color: var(--gold-2); }
.footer__connect address { font-style: normal; font-size: .92rem; color: #9aa2ce; line-height: 1.6; margin-bottom: .6rem; }
.footer__bar { position: relative; z-index: 1; max-width: var(--maxw); margin: 3rem auto 0; padding-top: 1.8rem; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem; font-size: .85rem; color: #7c85bd; }
.footer__bar a:hover { color: #fff; }

/* ---------- sticky connect ---------- */
.stickycta { position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 80; display: inline-flex; align-items: center; gap: .55rem; padding: .9rem 1.3rem; border-radius: 999px; background: var(--grad-brand); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: .92rem; box-shadow: var(--glow); transform: translateY(120px); opacity: 0; transition: transform .45s var(--ease), opacity .45s var(--ease), box-shadow .3s; }
.stickycta.is-visible { transform: none; opacity: 1; }
.stickycta:hover { box-shadow: 0 26px 60px -16px rgba(91,91,245,.75); transform: translateY(-2px); }
.stickycta svg { width: 18px; height: 18px; }

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

/* anchored sections shouldn't hide under the sticky header */
[id] { scroll-margin-top: 90px; }

/* ---------- responsive ---------- */
@media (max-width: 1040px) {
  .hero__inner { grid-template-columns: 1fr; }
  /* copy first, showcase below and centred */
  .hero__copy { order: 0; }
  .showcase { order: 1; max-width: 460px; margin: 2.4rem auto 0; }
  .pillars { grid-template-columns: 1fr; }
  .portcards { grid-template-columns: 1fr; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .testimonials { grid-template-columns: 1fr; }
  .clients { grid-template-columns: repeat(3, 1fr); }
  .products { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .splitrow { grid-template-columns: 1fr; }
  .splitrow--reverse .splitrow__media { order: 0; }
  .footer__inner { grid-template-columns: 1fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .nav__mobile { display: flex; }
  .hero__trust { flex-wrap: wrap; gap: .7rem 1rem; }
  .offergrid { grid-template-columns: 1fr; }
  .featurelist { grid-template-columns: 1fr; }
  /* floating chips overflow narrow screens — hide them, keep the clean showcase */
  .chip { display: none; }
  .showcase { max-width: 400px; }
  .hero__inner { padding-top: clamp(2rem, 6vw, 3.5rem); }
  .pagehero h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .features { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .statcard { padding: 1.6rem 1rem; }
  .statcard__ring { width: 108px; height: 108px; }
  .statcard__num { font-size: 1.45rem; }
  .clients { grid-template-columns: repeat(2, 1fr); }
  .slider__tabs { grid-template-columns: 1fr; }
  .slider__tab + .slider__tab { border-left: 0; border-top: 1px solid var(--line); }
  .slider__panel { padding: 1.4rem 1.1rem; }
  .field--split { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .hero__actions { gap: .7rem; }
  .hero__actions .btn { flex: 1 1 100%; justify-content: center; }
  .hero__title { font-size: clamp(2.3rem, 10vw, 3rem); }
  .section__title { font-size: clamp(1.8rem, 7.5vw, 2.4rem); }
  .portcard { min-height: 240px; padding: 1.7rem; }
}
@media (max-width: 440px) {
  .footer__inner { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .clients { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; }
  .showcase__ink .ink { stroke-dashoffset: 0; }
  .aurora__blob { animation: none; }
}
