/* Bright, modern, elegant one-page (2026) */

:root{
  --bg: #f8fafc;
  --bg2:#ffffff;
  --ink:#0b1220;
  --muted:#4b5563;
  --muted2:#6b7280;
  --border: rgba(15, 23, 42, .10);
  --border2: rgba(15, 23, 42, .14);

  --cyan:#06b6d4;
  --blue:#2563eb;
  --violet:#7c3aed;
  --rose:#e11d48;
  --emerald:#10b981;

  --shadow: 0 30px 80px rgba(2,6,23,.10);
  --shadow2: 0 18px 50px rgba(2,6,23,.08);
  --r: 18px;

  --wrap: 1160px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--ink);
  background: radial-gradient(1200px 800px at 10% -10%, rgba(37,99,235,.10), transparent 55%),
              radial-gradient(900px 600px at 90% 0%, rgba(124,58,237,.12), transparent 50%),
              linear-gradient(180deg, #ffffff 0%, var(--bg) 65%, #ffffff 100%);
  overflow-x:hidden;
}
h1,h2,h3{font-family:"Space Grotesk", Inter, system-ui, sans-serif; letter-spacing:-.02em}
a{color:inherit; text-decoration:none}
img{max-width:100%; height:auto; display:block}

.wrap{max-width:var(--wrap); margin:0 auto; padding:0 22px}

.skip-link{
  position:absolute; left:-999px; top:12px;
  background:#111827; color:#fff; padding:10px 12px; border-radius:10px;
  z-index:9999;
}
.skip-link:focus{left:12px}

/* NAV */
.nav{
  position:fixed; inset:0 0 auto 0;
  z-index:1000;
  padding:14px 0;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease, border-color .25s ease;
  border-bottom:1px solid transparent;
}
.nav.is-stuck{
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(14px);
  border-color: rgba(15, 23, 42, .08);
  box-shadow: 0 10px 30px rgba(2,6,23,.06);
  padding:10px 0;
}
/* Solid header when mobile sheet is open (avoids seeing hero through transparent bar) */
.nav.nav--menu-open{
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(15, 23, 42, .1);
  box-shadow: 0 12px 36px rgba(2,6,23,.1);
  padding-bottom: 16px;
}
.nav.nav--menu-open .nav__mobile{
  background: #fff;
  border-top-color: rgba(15, 23, 42, .1);
}
.nav__inner{display:flex; align-items:center; justify-content:space-between; gap:16px}
.brand{display:flex; align-items:center; gap:12px; min-width: 180px}
.brand__img{height:30px; width:auto; max-width: 170px; object-fit: contain}
.brand__fallback{display:none; font-weight:800}
.brand__fallback span{color:var(--blue)}

.nav__links{display:flex; align-items:center; gap:6px}
.nav__links a{
  font-size:.92rem; font-weight:600;
  color: rgba(15, 23, 42, .70);
  padding:10px 12px; border-radius:12px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.nav__links a:hover{background: rgba(37,99,235,.08); color: rgba(15, 23, 42, .92)}
.nav__links a:active{transform: translateY(1px)}

.nav__burger{
  width:42px; height:42px;
  display:none;
  border-radius:14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(2,6,23,.06);
  cursor:pointer;
}
.nav__burger span{
  display:block; width:18px; height:2px; margin:0 auto;
  background: rgba(15,23,42,.80);
  border-radius:2px;
}
.nav__burger span + span{margin-top:5px}

.nav__mobile{
  display:none;
  margin-top:10px;
  padding:12px 0 6px;
  border-top:1px solid rgba(15,23,42,.06);
}
.nav__mobile a{
  display:block;
  padding:12px 10px;
  border-radius:12px;
  font-weight:650;
  color: rgba(15, 23, 42, .78);
}
.nav__mobile a:hover{background: rgba(2,6,23,.04)}
.nav__mobile.is-open{display:block}

/* BUTTONS */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:14px 18px;
  border-radius:14px;
  font-weight:750;
  letter-spacing:-.01em;
  border:1px solid rgba(15,23,42,.10);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  will-change: transform;
}
.btn--sm{padding:10px 14px; border-radius:12px; font-weight:750}
.btn--primary{
  color:#fff;
  border-color: rgba(37,99,235,.25);
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 18px 40px rgba(37,99,235,.22);
}
.btn--primary:hover{transform: translateY(-2px); box-shadow: 0 26px 60px rgba(37,99,235,.28)}
.nav__links .btn--primary,
.nav__mobile .btn--primary{
  color:#fff !important;
}
.btn--ghost{
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(10px);
}
.btn--ghost:hover{
  transform: translateY(-2px);
  border-color: rgba(37,99,235,.25);
  box-shadow: 0 18px 50px rgba(2,6,23,.08);
}

/* HERO */
.hero{
  position:relative;
  min-height: 100vh;
  display:flex;
  align-items:center;
  padding: 120px 0 70px;
  overflow:hidden;
}
.hero__canvas{
  position:absolute; inset:0;
  width:100%; height:100%;
  opacity:.85;
}
.hero__bg{position:absolute; inset:0; pointer-events:none}
.g{
  position:absolute;
  border-radius:999px;
  filter: blur(40px);
  opacity:.55;
  animation: floaty 10s ease-in-out infinite;
}
.g1{width:720px;height:720px; left:-240px; top:-260px; background: radial-gradient(circle at 30% 30%, rgba(37,99,235,.35), transparent 55%)}
.g2{width:640px;height:640px; right:-220px; top:-200px; background: radial-gradient(circle at 40% 40%, rgba(124,58,237,.32), transparent 55%); animation-duration: 12s; animation-direction: reverse}
.g3{width:520px;height:520px; left:35%; bottom:-260px; background: radial-gradient(circle at 40% 40%, rgba(6,182,212,.25), transparent 55%); animation-duration: 9s}
@keyframes floaty{
  0%,100%{transform: translate(0,0) scale(1)}
  50%{transform: translate(24px,-14px) scale(1.03)}
}

.hero__inner{position:relative; z-index:2; text-align:center; padding-bottom: 72px}
.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 14px;
  border-radius:999px;
  background: rgba(255,255,255,.70);
  border:1px solid rgba(37,99,235,.14);
  box-shadow: 0 12px 40px rgba(2,6,23,.06);
  font-weight:750;
  color: rgba(15,23,42,.78);
  font-size:.82rem;
}
.pill__dot{
  width:7px; height:7px; border-radius:999px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 0 0 4px rgba(37,99,235,.12);
  animation: pulse 1.7s ease-in-out infinite;
}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.25)}}

.hero h1{
  margin: 18px auto 0;
  font-size: clamp(2.2rem, 4.8vw, 4.1rem);
  line-height: 1.05;
  max-width: 980px;
}
.grad{
  background: linear-gradient(135deg, var(--blue), var(--violet));
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color: transparent;
}
.hero__sub{
  margin: 18px auto 0;
  max-width: 760px;
  font-size: clamp(.98rem, 1.4vw, 1.1rem);
  color: rgba(15, 23, 42, .72);
  line-height:1.75;
}
.hero__sub2{display:block; margin-top:8px; color: rgba(15,23,42,.62)}
.hero__cta{margin-top: 26px; display:flex; gap:12px; justify-content:center; flex-wrap:wrap}

.hero__meta{
  margin-top: 34px;
  display:flex;
  justify-content:center;
  gap: 26px;
  flex-wrap:wrap;
}
.meta{
  min-width: 150px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 16px 46px rgba(2,6,23,.06);
}
.meta__n{
  font-family:"Space Grotesk", Inter, system-ui, sans-serif;
  font-weight: 900;
  font-size: 1.35rem;
  letter-spacing:-.02em;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color: transparent;
}
.meta__l{margin-top:4px; font-size:.82rem; color: rgba(15,23,42,.62); font-weight:650}

.hero__chips{
  margin: 26px auto 0;
  max-width: 980px;
  display:flex; gap:10px; justify-content:center; flex-wrap:wrap;
}
.chip{
  font-size:.82rem;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15, 23, 42, .08);
  color: rgba(15, 23, 42, .70);
  box-shadow: 0 10px 30px rgba(2,6,23,.05);
}

.scroll{
  position:absolute;
  left:50%;
  bottom: 14px;
  transform: translateX(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  z-index:3;
  color: rgba(15,23,42,.50);
  font-weight:750;
  letter-spacing:.12em;
  text-transform: uppercase;
  font-size:.72rem;
}
.scroll__mouse{
  width: 22px;
  height: 36px;
  border-radius: 999px;
  border: 1.6px solid rgba(15,23,42,.22);
  display:flex;
  justify-content:center;
  padding-top:6px;
  background: rgba(255,255,255,.50);
}
.scroll__wheel{
  width:3px; height:7px; border-radius:999px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  animation: wheel 2s ease-in-out infinite;
}
@keyframes wheel{
  0%{transform: translateY(0); opacity:1}
  100%{transform: translateY(14px); opacity:0}
}

/* MARQUEE */
.marquee{
  border-top:1px solid rgba(15,23,42,.08);
  border-bottom:1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(10px);
  overflow:hidden;
}
.marquee__track{
  display:flex;
  width:max-content;
  animation: roll 26s linear infinite;
}
@keyframes roll{
  0%{transform: translateX(0)}
  100%{transform: translateX(-50%)}
}
.mq{
  display:flex; align-items:center; gap:10px;
  padding: 14px 18px;
  font-weight:650;
  font-size:.84rem;
  color: rgba(15,23,42,.58);
  border-right: 1px solid rgba(15,23,42,.08);
  white-space: nowrap;
}
.mq b{
  font-weight:850;
  color: rgba(15,23,42,.80);
}
.dot{
  width: 6px; height: 6px; border-radius:999px;
  background: rgba(37,99,235,.55);
  box-shadow: 0 0 0 4px rgba(37,99,235,.12);
}

/* SECTION */
.section{padding: 96px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.0) 0%, rgba(37,99,235,.04) 45%, rgba(255,255,255,.0) 100%);
}
.sh{text-align:center; margin-bottom: 48px}
.kicker{
  display:inline-block;
  font-weight:850;
  font-size:.75rem;
  letter-spacing:.14em;
  text-transform: uppercase;
  color: rgba(37,99,235,.90);
}
.kicker--ico{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
  line-height: 1.2;
}
.kicker--ico i{
  font-size: 1.05rem;
  line-height: 1;
  color: rgba(37,99,235,.88);
  opacity: .95;
}
.kicker--ico span{
  display: block;
  letter-spacing: .14em;
}
/* Icon before kicker line (e.g. contact) */
.kicker--icoLead{
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.kicker--icoLead i{
  font-size: 1rem;
  color: rgba(37,99,235,.88);
  opacity: .95;
}
.kicker--icoLead span{ letter-spacing: .14em; }
.sh h2{
  margin: 12px auto 0;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  max-width: 840px;
  line-height:1.15;
}
.sub{
  margin: 12px auto 0;
  max-width: 720px;
  color: rgba(15,23,42,.66);
  line-height: 1.8;
  font-size: .96rem;
}

/* CARDS */
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card{
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: var(--r);
  padding: 22px;
  box-shadow: var(--shadow2);
  position:relative;
  overflow:hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  transform-style: preserve-3d;
  display:flex;
  flex-direction:column;
}
.card::before{
  content:"";
  position:absolute;
  inset:-1px;
  background: radial-gradient(520px 240px at 15% 0%, rgba(37,99,235,.18), transparent 60%),
              radial-gradient(520px 240px at 85% 0%, rgba(124,58,237,.14), transparent 60%);
  opacity:.55;
  pointer-events:none;
}
.card:hover{transform: translateY(-8px); border-color: rgba(37,99,235,.22); box-shadow: var(--shadow)}
.card__top{display:flex; gap:14px; align-items:flex-start; position:relative}
.icon{
  width: 46px; height: 46px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  flex: 0 0 auto;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 16px 40px rgba(2,6,23,.06);
  background: rgba(255,255,255,.80);
}
.icon svg{width: 24px; height: 24px}
.i-a{color: var(--cyan)}
.i-b{color: var(--violet)}
.i-c{color: var(--emerald)}

.tag{
  display:inline-block;
  font-size:.72rem;
  font-weight: 900;
  letter-spacing:.10em;
  text-transform: uppercase;
  color: rgba(15,23,42,.65);
  background: rgba(37,99,235,.10);
  border: 1px solid rgba(37,99,235,.14);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.tag--b{background: rgba(124,58,237,.10); border-color: rgba(124,58,237,.16)}
.tag--c{background: rgba(16,185,129,.10); border-color: rgba(16,185,129,.16)}

.card h3{margin:0; font-size: 1.18rem; line-height: 1.2}
.card__p{margin: 12px 0 0; color: rgba(15,23,42,.64); line-height: 1.7; font-size: .93rem}
.list{
  margin: 16px 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px;
  color: rgba(15,23,42,.70);
}
.list li{
  position:relative;
  padding-left: 18px;
  line-height: 1.55;
  font-size: .90rem;
}
.list li::before{
  content:"";
  position:absolute;
  left:0; top:.62em;
  width:7px; height:7px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 0 0 4px rgba(37,99,235,.10);
}
.card__link{
  display:inline-flex;
  gap:10px;
  margin-top: auto;
  padding-top: 16px;
  font-weight: 850;
  color: rgba(37,99,235,.95);
  align-self:flex-start;
}
.card__link:hover{gap:14px}

/* USE CASES */
.grid2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.uc{
  border-radius: var(--r);
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 16px 46px rgba(2,6,23,.06);
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.uc::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(420px 220px at 12% 0%, rgba(37,99,235,.14), transparent 60%),
    radial-gradient(420px 220px at 88% 0%, rgba(124,58,237,.12), transparent 60%);
  opacity:.75;
  pointer-events:none;
}
.uc:hover{
  transform: translateY(-6px);
  border-color: rgba(37,99,235,.24);
  box-shadow: 0 22px 70px rgba(2,6,23,.08);
}
.uc__top{
  display:flex;
  align-items:center;
  gap: 12px;
  position: relative;
}
.uc__ico{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 14px 40px rgba(2,6,23,.08);
  font-size: 1.05rem;
  flex: 0 0 auto;
}
.uc__ico i{
  font-size: 1.05rem;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.uc h3{margin:0; font-size:1.06rem; position:relative}
.uc p{margin:10px 0 0; color: rgba(15,23,42,.64); line-height:1.7; font-size:.92rem}
.uc__chips{margin-top: 12px; display:flex; flex-wrap:wrap; gap:8px}
.mini{
  font-size:.78rem;
  font-weight:750;
  color: rgba(15,23,42,.65);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,23,42,.10);
  padding: 6px 10px;
  border-radius: 999px;
}

/* STEPS */
.steps{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.step{
  padding: 18px;
  border-radius: var(--r);
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 16px 46px rgba(2,6,23,.05);
  position: relative;
  overflow: hidden;
}
.step::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(420px 220px at 10% 0%, rgba(37,99,235,.12), transparent 60%),
    radial-gradient(420px 220px at 90% 0%, rgba(124,58,237,.10), transparent 60%);
  opacity:.65;
  pointer-events:none;
}
.step__n{
  position:absolute;
  left: 16px;
  top: 14px;
  font-family:"Space Grotesk", Inter, system-ui, sans-serif;
  font-weight: 900;
  font-size: .92rem;
  letter-spacing: .06em;
  color: rgba(37,99,235,.90);
  z-index: 1;
}
.step__ico{
  position:absolute;
  right: 14px;
  top: 14px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 14px 40px rgba(2,6,23,.08);
  z-index: 1;
}
.step__ico i{
  font-size: 1.02rem;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.step h3{margin: 56px 0 0; font-size: 1.05rem}
.step p{margin: 10px 0 0; color: rgba(15,23,42,.64); line-height:1.7; font-size:.90rem}

/* STACK */
.stack{
  border-radius: calc(var(--r) + 2px);
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.70);
  box-shadow: var(--shadow2);
  overflow:hidden;
}
.stack__row{
  display:grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  padding: 16px 18px;
  border-top: 1px solid rgba(15,23,42,.08);
}
.stack__row:first-child{border-top:0}
.stack__k{
  font-weight: 950;
  color: rgba(15,23,42,.70);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size:.78rem;
  display:inline-flex;
  align-items:center;
  gap: 10px;
}
.stack__ico{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 14px 40px rgba(2,6,23,.08);
}
.stack__ico i{
  font-size: .98rem;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stack__v{color: rgba(15,23,42,.66); line-height:1.7}

/* CONTACT */
.contact{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 40px;
  align-items:start;
}
.contact__links{margin-top: 18px; display:flex; flex-direction:column; gap:10px}
.cl{
  display:flex; align-items:center; gap:14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 16px 46px rgba(2,6,23,.06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.cl:hover{transform: translateX(6px); border-color: rgba(37,99,235,.22); box-shadow: 0 22px 70px rgba(2,6,23,.08)}
.cl__ico{
  width: 44px; height: 44px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(2,6,23,.03);
  border: 1px solid rgba(15,23,42,.08);
  flex:0 0 auto;
}
.cl__ico svg{width: 22px; height: 22px}
.cl__ico.wa{color:#16a34a; background: rgba(22,163,74,.10); border-color: rgba(22,163,74,.14)}
.cl__ico.em{color: var(--blue); background: rgba(37,99,235,.10); border-color: rgba(37,99,235,.14)}
.cl__txt{display:flex; flex-direction:column; flex:1; min-width: 0}
.cl__lbl{
  font-size:.72rem;
  letter-spacing:.10em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(15,23,42,.56);
}
.cl__val{margin-top:2px; font-weight:850; color: rgba(15,23,42,.84)}
.cl__arrow{color: rgba(15,23,42,.45); font-weight: 900; margin-left: auto}

.qrOutside{
  margin-top: 10px;
  margin-left: 58px; /* desktop: sit under WhatsApp line (after icon) */
  width: fit-content;
  max-width: 100%;
  padding: 12px 12px 10px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.68);
  box-shadow: 0 16px 46px rgba(2,6,23,.06);
  text-align:center;
  text-decoration: none;
  color: inherit;
  display: block;
  box-sizing: border-box;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  cursor: pointer;
}
.qrOutside:hover{
  transform: translateY(-2px);
  border-color: rgba(22,163,74,.20);
  box-shadow: 0 20px 56px rgba(2,6,23,.10);
}
.qrOutside:focus-visible{
  outline: 3px solid rgba(37,99,235,.45);
  outline-offset: 3px;
}
.qrOutside img{
  width: 350px;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.10);
  display:block;
}
.qrOutside p{
  margin: 10px 0 0;
  font-weight: 750;
  color: rgba(15,23,42,.58);
  font-size:.88rem;
}

.ctaBig{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 18px;
  font-weight: 900;
  color:#fff;
  background: linear-gradient(135deg, #16a34a, #047857);
  border: 1px solid rgba(4,120,87,.35);
  box-shadow: 0 22px 70px rgba(22,163,74,.18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ctaBig:hover{transform: translateY(-3px); box-shadow: 0 30px 90px rgba(22,163,74,.24)}

.qr{
  margin-top: 14px;
  border-radius: var(--r);
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 46px rgba(2,6,23,.06);
  padding: 16px;
  text-align:center;
}
.qr img{
  width: 190px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.10);
  margin: 0 auto;
}
.qr p{margin: 10px 0 0; color: rgba(15,23,42,.58); font-weight:650; font-size:.9rem}

.fineprint{
  margin-top: 14px;
  border-radius: var(--r);
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 46px rgba(2,6,23,.06);
  padding: 16px 16px 14px;
}
.fineprint__k{font-weight:950; letter-spacing:.08em; text-transform:uppercase; font-size:.74rem; color: rgba(15,23,42,.60)}
.fineprint ul{margin: 10px 0 0; padding-left: 18px; color: rgba(15,23,42,.64); line-height: 1.7}
.fineprint li + li{margin-top: 6px}

/* FORM */
.formCard{
  border-radius: var(--r);
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 46px rgba(2,6,23,.06);
  padding: 16px;
}
.formTitle{margin:0; font-size: 1.15rem; display:flex; align-items:center; gap:10px}
.formTitle i{
  font-size: 1.02rem;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.formSub{margin:10px 0 0; color: rgba(15,23,42,.64); line-height: 1.7}
.formStatus{
  margin-top: 12px;
  font-weight: 750;
  color: rgba(15,23,42,.70);
}
.formStatus.is-ok{color: #047857}
.formStatus.is-err{color: #b91c1c}

.enquiry{margin-top: 14px}
.fgrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.fld{display:flex; flex-direction:column; gap:7px}
.fld > span{
  font-size:.82rem;
  font-weight: 850;
  color: rgba(15,23,42,.70);
}
.fld input,
.fld textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.90);
  font: inherit;
  color: var(--ink);
  outline: none;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.fld textarea{resize: vertical; min-height: 120px}
.fld input:focus,
.fld textarea:focus{
  border-color: rgba(37,99,235,.28);
  box-shadow: 0 0 0 6px rgba(37,99,235,.12);
}
.formBottom{
  margin-top: 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
}
.formNote{
  margin: 12px 0 0;
  color: rgba(15,23,42,.60);
  line-height: 1.6;
  font-size:.92rem;
}

/* Thank you dialog (post-enquiry) */
.thankYou{
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.thankYou:not([hidden]){
  display: flex;
}
.thankYou__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(15,23,42,.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.thankYou__panel{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  border-radius: calc(var(--r) + 6px);
  border: 1px solid rgba(255,255,255,.55);
  background: linear-gradient(165deg, rgba(255,255,255,.97) 0%, rgba(248,250,252,.96) 55%, rgba(239,246,255,.94) 100%);
  box-shadow:
    0 0 0 1px rgba(37,99,235,.08),
    0 28px 80px rgba(2,6,23,.20),
    0 0 100px rgba(37,99,235,.10);
  padding: 32px 28px 28px;
  text-align: center;
  transform: scale(.92) translateY(16px);
  opacity: 0;
  transition: transform .45s cubic-bezier(.22,1,.36,1), opacity .35s ease;
}
.thankYou.is-open .thankYou__panel{
  transform: none;
  opacity: 1;
}
.thankYou__x{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background: rgba(15,23,42,.04);
  color: rgba(15,23,42,.50);
  font: inherit;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.thankYou__x:hover{
  background: rgba(37,99,235,.10);
  color: rgba(15,23,42,.80);
}
.thankYou__visual{
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
}
.thankYou__ring{
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 210deg, var(--blue), var(--violet), #22c55e, var(--blue));
  opacity: .25;
  animation: thankSpin 8s linear infinite;
}
.thankYou__visual i{
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), #1d4ed8);
  box-shadow: 0 10px 28px rgba(37,99,235,.40);
}
.thankYou__title{
  margin: 0;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: var(--ink);
}
.thankYou__text{
  margin: 12px 0 0;
  color: rgba(15,23,42,.64);
  line-height: 1.65;
  font-size: 1.02rem;
}
.thankYou__cta{
  margin: 16px 0 0;
  color: rgba(15,23,42,.64);
  line-height: 1.65;
  font-size: 0.98rem;
}
.thankYou__wa{
  font-weight: 750;
  color: #15803d;
  text-decoration: none;
  border-bottom: 1px solid rgba(22,163,74,.35);
  transition: color .2s ease, border-color .2s ease;
}
.thankYou__wa:hover{
  color: #166534;
  border-bottom-color: rgba(22,163,74,.6);
}
.thankYou__wa:focus-visible{
  border-radius: 4px;
  outline: 3px solid rgba(22,163,74,.4);
  outline-offset: 2px;
  border-bottom-color: transparent;
}
.thankYou__btn{ margin-top: 22px; min-width: 160px; }

@media (prefers-reduced-motion: reduce){
  .thankYou__panel{ transform: none; opacity: 1; transition: none; }
  .thankYou__ring{ animation: none; opacity: .35; }
}
@keyframes thankSpin{
  to{ transform: rotate(360deg); }
}

/* FOOTER */
.footer{
  padding: 44px 0 26px;
  border-top: 1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(10px);
}
.footer__inner{
  display:grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 34px;
}
.footer__brand img{height: 28px; width:auto}
.footer__brand p{
  margin: 12px 0 0;
  max-width: 420px;
  color: rgba(15,23,42,.60);
  line-height: 1.75;
  font-size:.92rem;
}
.footer__col{display:flex; flex-direction:column; gap:10px}
.footer__k{
  font-weight:950;
  letter-spacing:.12em;
  text-transform: uppercase;
  font-size:.72rem;
  color: rgba(15,23,42,.58);
  margin-bottom: 6px;
}
.footer__col a{color: rgba(15,23,42,.62); font-weight:650}
.footer__col a:hover{color: rgba(15,23,42,.82)}
.footer__bottom{
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(15,23,42,.08);
  display:flex;
  justify-content:space-between;
  gap: 10px;
  flex-wrap:wrap;
  color: rgba(15,23,42,.55);
  font-weight:650;
  font-size:.86rem;
}
.footer__sep{opacity:.55}

/* REVEAL */
.rv{opacity:0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease}
.rv.in{opacity:1; transform:none}
.d1{transition-delay:.08s}
.d2{transition-delay:.16s}
.d3{transition-delay:.24s}
.d4{transition-delay:.32s}

/* RESPONSIVE */
@media (max-width: 980px){
  .grid3{grid-template-columns: 1fr}
  .steps{grid-template-columns: 1fr 1fr}
  .contact{grid-template-columns: 1fr; gap: 22px}
  .footer__inner{grid-template-columns: 1fr 1fr}
  .qrOutside{
    margin-left: 0;
    margin-right: 0;
    align-self: center;
  }
}

@media (max-width: 1180px){
  .steps{grid-template-columns: 1fr 1fr 1fr}
}
@media (max-width: 760px){
  .nav__links{display:none}
  .nav__burger{display:block}
  .brand{min-width: 0}
  .brand__img{height:26px; max-width: 150px}
  .grid2{grid-template-columns: 1fr}
  .steps{grid-template-columns: 1fr}
  .fgrid{grid-template-columns: 1fr}
  .footer__inner{grid-template-columns: 1fr}
  .footer__bottom{flex-direction:column; align-items:flex-start}
}

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .rv{transition:none}
  .marquee__track{animation:none}
  .g{animation:none}
  .scroll__wheel{animation:none}
}

