/* ============================================================
   WEB-REPUTATION.AGENCY — Soft "liquid glass" system
   Rounded, frosted, mirror-edged surfaces · Apple-like
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&display=swap');

:root {
  --bg-0: #05080f;
  --bg-1: #080d18;
  --bg-2: #0b1120;
  --bg-3: #0f1626;
  --card: #0c1322;
  --card-2: #111a2c;

  /* glass surfaces */
  --glass:    rgba(255,255,255,0.055);
  --glass-2:  rgba(255,255,255,0.085);
  --glass-3:  rgba(255,255,255,0.12);
  --hair:     rgba(255,255,255,0.10);
  --hair-2:   rgba(255,255,255,0.16);
  --highlight: rgba(255,255,255,0.22);

  --line:   rgba(160,180,215,0.12);
  --line-2: rgba(160,180,215,0.20);
  --line-3: rgba(160,180,215,0.30);

  --ink:   #f2f5fc;
  --ink-2: #b3bdd2;
  --ink-3: #76829c;

  --accent:   #20c07a;
  --accent-2: #46e29a;
  --accent-deep: #0e8a55;
  --accent-glow: rgba(32,192,122,0.35);

  --blue:  #4f86ff;
  --danger: #ff6a60;
  --danger-soft: rgba(255,106,96,0.14);
  --gold: #ffce5c;

  --font-display: 'Plus Jakarta Sans', -apple-system, system-ui, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, system-ui, sans-serif;
  --font-mono: 'Plus Jakarta Sans', -apple-system, system-ui, sans-serif;

  --maxw: 1240px;
  --pad: clamp(16px, 5vw, 64px);

  /* soft rounded geometry */
  --r-xs: 12px;
  --r-sm: 16px;
  --r-md: 22px;
  --r-lg: 30px;
  --r-xl: 40px;
  --r-pill: 999px;

  /* soft diffuse shadows */
  --shadow-sm: 0 8px 24px -12px rgba(0,0,0,0.55);
  --shadow-md: 0 24px 60px -30px rgba(0,0,0,0.7);
  --shadow-lg: 0 50px 120px -50px rgba(0,0,0,0.8);
  --glass-edge: inset 0 1px 0 var(--highlight), inset 0 0 0 1px var(--hair);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  background: linear-gradient(168deg, #0a1224 0%, #070d1a 48%, #05080f 100%);
  background-attachment: fixed;
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.005em;
}

body::before {
  content: '';
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(140% 110% at 50% 26%, transparent 46%, rgba(5,8,15,0.55) 100%),
    radial-gradient(1000px 640px at 84% -8%, rgba(32,192,122,0.10), transparent 62%),
    radial-gradient(900px 620px at 8% 4%, rgba(79,134,255,0.10), transparent 60%);
}

/* global galaxy background stage (fixed, behind everything) */
.bg-stage { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
#bg-canvas { width: 100%; height: 100%; opacity: 0.5; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font-family: inherit; }
::selection { background: var(--accent); color: #04130c; }

/* ---------- layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); position: relative; z-index: 2; }
.section { position: relative; padding-block: clamp(64px, 11vw, 150px); z-index: 2; }

.eyebrow {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--accent-2); display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ''; width: 22px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--accent), transparent); }

.h-xxl { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.4rem, 6.6vw, 5.4rem); line-height: 1.02; letter-spacing: -0.035em; }
.h-xl  { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 4.4vw, 3.4rem); line-height: 1.06; letter-spacing: -0.03em; }
.h-l   { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.14; letter-spacing: -0.02em; }
.h-m   { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.25; letter-spacing: -0.015em; }

.lead { font-size: clamp(1.02rem, 1.5vw, 1.25rem); color: #c8d2e6; max-width: 62ch; text-wrap: pretty; line-height: 1.6; }
.muted { color: var(--ink-2); }
.accent { color: var(--accent-2); }
.danger { color: var(--danger); }

.section-head { max-width: 780px; margin-bottom: clamp(36px, 5vw, 60px); }

/* localized scrim: softly dims the galaxy behind dense text */
.section.scrim::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(125% 84% at 50% 50%, rgba(6,10,18,0.72) 24%, rgba(6,10,18,0.36) 68%, transparent 100%);
}
.section.scrim > .wrap { position: relative; z-index: 2; }
.section-head .eyebrow { margin-bottom: 20px; }
.section-head p { margin-top: 20px; }

/* legacy decorative hook — neutralised in the soft system */
.tech-corners { position: relative; }

/* ---------- glass surface mixin (applied per-component) ---------- */
.glass {
  background: linear-gradient(180deg, var(--glass-2), var(--glass));
  backdrop-filter: blur(30px) saturate(160%);
  -webkit-backdrop-filter: blur(30px) saturate(160%);
  box-shadow: var(--glass-edge), var(--shadow-md);
}

/* ---------- buttons (soft pills) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: var(--r-pill);
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  letter-spacing: -0.01em;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .25s, color .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  color: #03160d;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 10px 30px -10px var(--accent-glow);
}
.btn-primary:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 18px 44px -12px var(--accent-glow); }

.btn-ghost {
  background: linear-gradient(180deg, var(--glass-2), var(--glass));
  color: var(--ink);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  box-shadow: var(--glass-edge);
}
.btn-ghost:hover { background: linear-gradient(180deg, var(--glass-3), var(--glass-2)); box-shadow: inset 0 1px 0 var(--highlight), inset 0 0 0 1px var(--hair-2); }

.btn-lg { padding: 17px 32px; font-size: 16px; }
.btn-block { width: 100%; }

/* ============================================================
   NAV  (floating glass bar)
   ============================================================ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: padding .35s var(--ease); padding-top: 0; }
.nav-inner {
  display: flex; align-items: center; gap: 22px; height: 64px;
  border-radius: var(--r-pill);
  padding-inline: 12px 12px;
  transition: background .35s, box-shadow .35s, backdrop-filter .35s, margin .35s var(--ease), padding-block .35s;
}
.nav.scrolled { padding-top: 12px; }
.nav.scrolled .nav-inner {
  background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.05));
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
  box-shadow: var(--glass-edge), 0 18px 50px -28px rgba(0,0,0,0.7);
  padding-inline: 18px;
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 13px;
  background: linear-gradient(150deg, var(--glass-3), var(--glass));
  box-shadow: var(--glass-edge);
  backdrop-filter: blur(12px);
  display: grid; place-items: center;
}
.brand-mark svg { width: 21px; height: 21px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text b { font-family: var(--font-display); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.brand-text span { font-size: 10px; font-weight: 500; letter-spacing: 0.04em; color: var(--ink-3); margin-top: 5px; }

.nav-links { display: flex; gap: 6px; margin-left: 10px; }
.nav-links a { font-size: 14.5px; font-weight: 500; letter-spacing: -0.01em; color: var(--ink-2); transition: color .25s, background .25s; padding: 8px 14px; border-radius: var(--r-pill); }
.nav-links a:hover { color: var(--ink); background: var(--glass); }

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

.lang { display: flex; align-items: center; gap: 2px; border-radius: var(--r-pill); padding: 4px; background: var(--glass); box-shadow: inset 0 0 0 1px var(--hair); }
.lang button { font-size: 12.5px; font-weight: 600; letter-spacing: 0.01em; padding: 6px 12px; border-radius: var(--r-pill); color: var(--ink-3); transition: color .2s, background .2s, box-shadow .2s; }
.lang button.active { background: linear-gradient(180deg, var(--accent-2), var(--accent)); color: #04130c; box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
.lang button:not(.active):hover { color: var(--ink); }

.nav-cta { display: inline-flex; }

/* burger + mobile menu */
.nav-burger { display: none; width: 44px; height: 44px; border-radius: 14px; background: var(--glass); box-shadow: var(--glass-edge); place-items: center; flex-direction: column; gap: 5px; backdrop-filter: blur(12px); }
.nav-burger span { display: block; width: 18px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .3s var(--ease), opacity .2s; }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 84px 12px auto 12px; z-index: 99;
  background: linear-gradient(180deg, rgba(16,22,38,0.92), rgba(8,12,22,0.9));
  backdrop-filter: blur(30px) saturate(160%);
  -webkit-backdrop-filter: blur(30px) saturate(160%);
  border-radius: var(--r-lg);
  box-shadow: var(--glass-edge), var(--shadow-lg);
  transform: translateY(-12px) scale(0.98); opacity: 0; pointer-events: none; transform-origin: top center;
  transition: transform .35s var(--ease), opacity .3s; padding: 14px 18px 22px;
}
.mobile-menu.open { transform: none; opacity: 1; pointer-events: auto; }
.mobile-menu a.m-link { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-display); font-weight: 600; font-size: 18px; letter-spacing: -0.02em; padding: 15px 8px; border-radius: var(--r-sm); color: var(--ink); transition: background .2s; }
.mobile-menu a.m-link:hover { background: var(--glass); }
.mobile-menu a.m-link::after { content: '→'; color: var(--accent-2); }
.mobile-menu .btn { margin-top: 16px; }

/* ---------- soft glow border ---------- */
@property --ga { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
.glow-frame { position: relative; isolation: isolate; border-radius: var(--r-lg); }
.glow-frame > * { position: relative; z-index: 2; }
.glow-frame::before, .glow-frame::after { content: ""; position: absolute; pointer-events: none; }
.glow-frame::before {
  inset: -1.5px; z-index: 1; border-radius: inherit;
  background: conic-gradient(from var(--ga), rgba(32,192,122,0.9), rgba(79,134,255,0.7), rgba(70,226,154,0.9), rgba(32,192,122,0.9));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  padding: 1.5px;
  opacity: 0.85;
  animation: ga-spin 7s linear infinite;
}
.glow-frame::after {
  inset: -18px; z-index: 0; border-radius: var(--r-xl);
  background: conic-gradient(from var(--ga), rgba(32,192,122,0.7), rgba(79,134,255,0.5), rgba(70,226,154,0.7), rgba(32,192,122,0.7));
  filter: blur(44px); opacity: 0.32;
  animation: ga-spin 7s linear infinite;
}
@keyframes ga-spin { to { --ga: 360deg; } }
@media (prefers-reduced-motion: reduce){ .glow-frame::before, .glow-frame::after { animation: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding-top: 150px; padding-bottom: clamp(56px, 9vw, 120px); overflow: hidden; }
#hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.95; }
.hero::after { content:''; position:absolute; inset:0; z-index:1; pointer-events:none; background: linear-gradient(90deg, var(--bg-0) 0%, rgba(5,8,15,0.4) 30%, transparent 64%); }
.hero .wrap { position: relative; z-index: 3; }

.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(28px, 5vw, 68px); align-items: center; }

.hero-payoff { font-size: 13px; font-weight: 600; letter-spacing: 0.01em; color: var(--accent-2); margin-bottom: 24px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.hero-payoff i { color: var(--ink-3); font-style: normal; }

.hero h1 { margin-bottom: 24px; }
.hero h1 .stroke { color: var(--ink-3); }
.hero h1 em { font-style: normal; background: linear-gradient(120deg, var(--accent-2), var(--accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.hero-sub { font-size: clamp(1.02rem, 1.5vw, 1.24rem); color: var(--ink-2); max-width: 54ch; margin-bottom: 32px; text-wrap: pretty; line-height: 1.6; }

.hero-guarantee { display: inline-flex; align-items: center; gap: 11px; font-size: 13.5px; font-weight: 500; color: var(--ink); padding: 13px 20px; border-radius: var(--r-pill); background: linear-gradient(180deg, rgba(32,192,122,0.14), rgba(32,192,122,0.05)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), inset 0 0 0 1px rgba(32,192,122,0.4); margin-bottom: 32px; }
.hero-guarantee b { color: var(--accent-2); font-weight: 600; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 0 0 var(--accent-glow); animation: pulse 2.4s infinite; flex: none; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 var(--accent-glow);} 70%{box-shadow:0 0 0 12px rgba(32,192,122,0);} 100%{box-shadow:0 0 0 0 rgba(32,192,122,0);} }

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }

.trust-badges { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; }
.trust-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--ink-2); }
.trust-badge svg { flex: none; }
.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.trust-badge b { color: var(--ink); font-weight: 600; }

/* glass panels in hero */
.hero-stats, .hero-promo {
  background: linear-gradient(180deg, var(--glass-2), var(--glass));
  backdrop-filter: blur(34px) saturate(170%);
  -webkit-backdrop-filter: blur(34px) saturate(170%);
  box-shadow: var(--glass-edge), var(--shadow-lg);
  border-radius: var(--r-lg);
}
.hero-stats { padding: clamp(20px, 2.4vw, 30px); }
.hero-promo { padding: clamp(26px, 3vw, 38px); }
.hero-promo-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--accent-2); margin-bottom: 18px; }
.hero-promo-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem, 2.5vw, 2.05rem); line-height: 1.12; letter-spacing: -0.025em; color: var(--ink); margin-bottom: 14px; text-wrap: balance; }
.hero-promo-title em { font-style: normal; color: var(--accent-2); }
.hero-promo-sub { font-size: 14.5px; color: var(--ink-2); line-height: 1.6; margin-bottom: 22px; }
.hero-promo-points { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 0 0 26px; }
.hero-promo-points li { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; color: var(--ink); line-height: 1.45; }
.hp-check { flex: none; width: 24px; height: 24px; margin-top: 0; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(150deg, rgba(32,192,122,0.28), rgba(32,192,122,0.08)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), inset 0 0 0 1px rgba(32,192,122,0.4); color: var(--accent-2); }
.hero-promo-cta { margin-top: 2px; }
.hero-stats-head { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 600; letter-spacing: 0.02em; color: var(--ink-3); padding-bottom: 18px; margin-bottom: 4px; border-bottom: 1px solid var(--hair); }
.live { display: inline-flex; align-items: center; gap: 7px; color: var(--accent-2); }
.live::before { content:''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent-2); animation: pulse 2s infinite; }

.stat { padding-block: 17px; border-bottom: 1px solid var(--hair); }
.stat:last-child { border-bottom: none; padding-bottom: 4px; }
.stat-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1; letter-spacing: -0.03em; color: var(--ink); font-variant-numeric: tabular-nums; }
.stat-num .unit { color: var(--accent-2); }
.stat-label { font-size: 13.5px; color: var(--ink-2); margin-top: 8px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.stat-tick { font-size: 11px; font-weight: 500; color: var(--accent); }

/* ============================================================
   SERVICES STRIP
   ============================================================ */
.strip { border-block: 1px solid var(--hair); background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.005)); overflow: hidden; padding-block: 20px; position: relative; z-index: 2; backdrop-filter: blur(10px); }
.strip-track { display: flex; width: max-content; animation: marquee 34s linear infinite; }
.strip:hover .strip-track { animation-play-state: paused; }
.strip-item { display: inline-flex; align-items: center; gap: 13px; padding-inline: 28px; font-size: 14px; font-weight: 500; letter-spacing: -0.005em; color: var(--ink-2); }
.strip-item b { color: var(--ink); font-weight: 600; }
.strip-item .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   PROBLEM
   ============================================================ */
.problem-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 760px){ .problem-grid { grid-template-columns: 1fr 1fr; } }

.problem-card {
  display: flex; gap: 16px; align-items: flex-start; padding: 24px 26px;
  border-radius: var(--r-md);
  background: linear-gradient(180deg, var(--glass-2), var(--glass));
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  box-shadow: var(--glass-edge), var(--shadow-sm);
  transition: box-shadow .35s, transform .35s var(--ease), background .35s;
}
.problem-card:hover { transform: translateY(-3px); background: linear-gradient(180deg, var(--glass-3), var(--glass-2)); box-shadow: inset 0 1px 0 var(--highlight), inset 0 0 0 1px rgba(255,106,96,0.32), var(--shadow-md); }
.x-mark { flex: none; width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(150deg, rgba(255,106,96,0.25), rgba(255,106,96,0.08)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), inset 0 0 0 1px rgba(255,106,96,0.4); color: #ff8780; margin-top: 1px; }
.x-mark svg { width: 15px; height: 15px; }
.problem-card p { font-size: 15.5px; color: var(--ink); line-height: 1.5; font-weight: 500; }
.problem-card p .ex { display: block; font-size: 12.5px; color: var(--ink-3); margin-top: 8px; font-weight: 400; }
.problem-card p .ex b { color: var(--danger); }

.problem-foot {
  margin-top: 32px; padding: 30px 34px; border-radius: var(--r-lg);
  background: linear-gradient(180deg, var(--glass-2), var(--glass));
  backdrop-filter: blur(30px) saturate(160%);
  -webkit-backdrop-filter: blur(30px) saturate(160%);
  box-shadow: var(--glass-edge), var(--shadow-md);
  display: grid; grid-template-columns: auto 1fr auto; gap: 26px 36px; align-items: center;
}
.problem-foot .pf-stat { display: flex; flex-direction: column; gap: 4px; padding-right: 34px; position: relative; }
.problem-foot .pf-stat::after { content: ''; position: absolute; right: 0; top: 6px; bottom: 6px; width: 1px; background: var(--hair-2); }
.problem-foot .pf-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 3.4vw, 2.9rem); line-height: 1; letter-spacing: -0.03em; color: var(--ink); font-variant-numeric: tabular-nums; }
.problem-foot .pf-unit { font-size: 12.5px; font-weight: 500; color: var(--ink-3); max-width: 20ch; }
.problem-foot .pf-line { font-size: 15.5px; color: var(--ink-2); line-height: 1.55; max-width: 42ch; }
.problem-foot .btn { white-space: nowrap; }
@media (max-width: 720px){
  .problem-foot { grid-template-columns: 1fr; gap: 20px; }
  .problem-foot .pf-stat { flex-direction: row; align-items: baseline; gap: 12px; padding-right: 0; }
  .problem-foot .pf-stat::after { display: none; }
  .problem-foot .pf-unit { max-width: none; }
  .problem-foot .btn { width: 100%; }
}

/* ============================================================
   PROCESS
   ============================================================ */
.process { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 880px){ .process { grid-template-columns: repeat(3, 1fr); } }

.step {
  position: relative; padding: 34px 32px 36px; border-radius: var(--r-lg);
  background: linear-gradient(180deg, var(--glass-2), var(--glass));
  backdrop-filter: blur(26px) saturate(155%);
  -webkit-backdrop-filter: blur(26px) saturate(155%);
  box-shadow: var(--glass-edge), var(--shadow-sm);
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--glass-edge), var(--shadow-md); }
.step-ico { width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(150deg, var(--glass-3), var(--glass)); box-shadow: inset 0 1px 0 var(--highlight), inset 0 0 0 1px var(--hair); color: var(--accent-2); margin-bottom: 20px; }
.step-num { font-size: 13px; font-weight: 600; color: var(--accent-2); letter-spacing: 0.02em; margin-bottom: 16px; }
.step-num .n { font-family: var(--font-display); font-size: 34px; font-weight: 700; letter-spacing: -0.03em; color: var(--ink); }
.step h3 { margin-bottom: 14px; }
.step ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.step li { font-size: 14.5px; color: var(--ink-2); display: flex; gap: 11px; align-items: flex-start; line-height: 1.5; }
.step li svg { flex: none; margin-top: 3px; color: var(--accent); }
.step li b { color: var(--ink); font-weight: 600; }

/* ============================================================
   ABOUT
   ============================================================ */
.globe-sec { position: relative; overflow: hidden; }
.globe-grid { display: grid; grid-template-columns: 1fr; gap: clamp(24px,5vw,56px); align-items: center; }
@media (min-width: 920px){ .globe-grid { grid-template-columns: 0.95fr 1.05fr; } }
.globe-wrap { position: relative; aspect-ratio: 1/1; max-width: 460px; width: 100%; margin-inline: auto; }
#globe-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }

.cases-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.cases-stats.cases-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 760px){ .cases-stats.cases-4 { grid-template-columns: 1fr 1fr; } }
.about-head { max-width: 820px; margin-inline: auto; text-align: center; }
.about-head .eyebrow { justify-content: center; }
.about-head .lead { margin-inline: auto; }
.case-stat {
  padding: 26px 22px; border-radius: var(--r-md);
  background: linear-gradient(180deg, var(--glass-2), var(--glass));
  backdrop-filter: blur(24px) saturate(155%);
  -webkit-backdrop-filter: blur(24px) saturate(155%);
  box-shadow: var(--glass-edge), var(--shadow-sm);
  text-align: center;
  transition: transform .35s var(--ease);
}
.case-stat:hover { transform: translateY(-3px); }
.case-stat .n { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem,2.2vw,1.9rem); line-height: 1.05; color: var(--accent-2); letter-spacing: -0.025em; }
.case-stat .l { font-size: 13px; color: var(--ink-2); margin-top: 6px; }

/* ============================================================
   WHY + SHIELD
   ============================================================ */
.why-grid { display: grid; grid-template-columns: 1fr; gap: clamp(28px,5vw,56px); align-items: center; }
@media (min-width: 960px){ .why-grid { grid-template-columns: 1.05fr 0.95fr; } }

.why-list { display: flex; flex-direction: column; gap: 12px; }
.why-item {
  display: flex; gap: 18px; align-items: flex-start; padding: 22px 24px; border-radius: var(--r-md);
  background: linear-gradient(180deg, var(--glass-2), var(--glass));
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  box-shadow: var(--glass-edge), var(--shadow-sm);
  transition: box-shadow .35s, transform .35s var(--ease), background .35s;
}
.why-item:hover { transform: translateX(4px); background: linear-gradient(180deg, var(--glass-3), var(--glass-2)); box-shadow: inset 0 1px 0 var(--highlight), inset 0 0 0 1px rgba(32,192,122,0.3), var(--shadow-md); }
.why-ico { flex: none; width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(150deg, rgba(32,192,122,0.22), rgba(32,192,122,0.06)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 0 0 1px rgba(32,192,122,0.35); color: var(--accent-2); }
.why-ico svg { width: 22px; height: 22px; }
.why-item h4 { font-family: var(--font-display); font-weight: 600; font-size: 16.5px; letter-spacing: -0.015em; margin-bottom: 6px; }
.why-item p { font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }

.shield-wrap { position: relative; aspect-ratio: 1/1; max-width: 480px; width: 100%; margin-inline: auto; }
.shield-wrap::before { content: ''; position: absolute; inset: -8%; z-index: 0; border-radius: 50%; pointer-events: none; background: radial-gradient(circle at 50% 50%, rgba(32,192,122,0.18) 0%, rgba(6,10,18,0.85) 48%, rgba(6,10,18,0.4) 68%, transparent 82%); }
#shield-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.shield-badge { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; pointer-events: none; z-index: 2; }
.shield-badge .big { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem,3.4vw,3rem); letter-spacing: -0.03em; color: var(--ink); line-height: 1; }
.shield-badge .small { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; color: var(--accent-2); margin-top: 10px; }

/* ============================================================
   FORM
   ============================================================ */
.form-sec { position: relative; }
.form-card {
  background: linear-gradient(180deg, var(--glass-2), var(--glass));
  backdrop-filter: blur(36px) saturate(170%);
  -webkit-backdrop-filter: blur(36px) saturate(170%);
  box-shadow: var(--glass-edge), var(--shadow-lg);
  padding: clamp(26px, 4vw, 52px); border-radius: var(--r-lg);
  display: grid; grid-template-columns: 1fr; gap: clamp(28px,4vw,52px);
}
@media (min-width: 900px){ .form-card { grid-template-columns: 0.9fr 1.1fr; } }

.form-intro .h-xl { margin-bottom: 16px; }
.form-perks { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-top: 26px; }
.form-perks li { display: flex; gap: 12px; align-items: center; font-size: 14.5px; color: var(--ink-2); }
.form-perks li svg { color: var(--accent-2); flex: none; }

.field { margin-bottom: 15px; }
.field label { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.01em; color: var(--ink-3); margin-bottom: 8px; }
.field input, .field select {
  width: 100%; padding: 15px 17px; border-radius: var(--r-sm);
  background: rgba(255,255,255,0.04); box-shadow: inset 0 0 0 1px var(--hair); border: none; color: var(--ink); font-size: 15px;
  transition: box-shadow .25s, background .25s; appearance: none;
}
.field input::placeholder { color: var(--ink-3); }
.field input:focus, .field select:focus { outline: none; background: rgba(255,255,255,0.06); box-shadow: inset 0 0 0 1px var(--accent), 0 0 0 4px rgba(32,192,122,0.16); }
.field.select-wrap { position: relative; }
.field.select-wrap::after { content:''; position:absolute; right:18px; top: calc(50% + 7px); width: 8px; height: 8px; border-right: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3); transform: rotate(45deg); pointer-events: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
@media (max-width: 540px){ .field-row { grid-template-columns: 1fr; } }
.form-note { font-size: 12.5px; color: var(--ink-3); margin-top: 16px; text-align: center; }
.form-success { display:none; padding: 17px; border-radius: var(--r-sm); box-shadow: inset 0 0 0 1px rgba(32,192,122,0.4); background: rgba(32,192,122,0.12); color: var(--accent-2); font-size: 14.5px; margin-top: 16px; text-align:center; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--hair); background: linear-gradient(180deg, rgba(9,13,24,0.6), rgba(5,8,15,0.85)); position: relative; z-index: 2; padding-block: clamp(52px,7vw,88px) 36px; backdrop-filter: blur(20px); }
.footer-tagline { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem,2.6vw,2rem); letter-spacing: -0.03em; color: var(--ink); text-align: center; }
.footer-tagline em { font-style: normal; color: var(--accent-2); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
@media (max-width: 760px){ .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 480px){ .footer-grid { grid-template-columns: 1fr; } }
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand p { color: var(--ink-2); font-size: 14.5px; max-width: 40ch; line-height: 1.6; }
.footer-col h5 { font-size: 12px; font-weight: 600; letter-spacing: 0.02em; color: var(--ink-3); margin-bottom: 16px; }
.footer-col a, .footer-col p { display: block; color: var(--ink-2); font-size: 14.5px; margin-bottom: 11px; transition: color .2s; }
.footer-col a:hover { color: var(--accent-2); }
.footer-bottom { margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--hair); display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; justify-content: space-between; }
.footer-bottom .legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom .legal a { font-size: 12.5px; color: var(--ink-3); }
.footer-bottom .legal a:hover { color: var(--ink-2); }
.footer-owner { font-size: 12px; letter-spacing: 0.01em; color: var(--ink-3); }
.footer-owner a { color: var(--accent-2); }

/* ============================================================
   WHATSAPP FLOAT (soft pill)
   ============================================================ */
.wa { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; align-items: center; gap: 0; background: linear-gradient(180deg, #28c466, #1eb858); color: #fff; border-radius: var(--r-pill); padding: 14px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 16px 44px -12px rgba(30,184,88,0.65); transition: transform .3s var(--ease), gap .3s var(--ease), padding .3s var(--ease); overflow: hidden; max-width: 56px; }
.wa:hover { transform: translateY(-3px); gap: 10px; padding: 14px 24px 14px 14px; max-width: 280px; }
.wa svg { flex: none; width: 28px; height: 28px; }
.wa span { white-space: nowrap; font-family: var(--font-display); font-weight: 600; font-size: 14px; letter-spacing: -0.01em; opacity: 0; transition: opacity .3s; }
.wa:hover span { opacity: 1; }

/* reveal animations removed — elements always visible */
.reveal { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce){ .strip-track { animation: none; } * { scroll-behavior: auto; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px){ .nav-links { gap: 2px; } }

@media (max-width: 940px){
  .hero-grid { grid-template-columns: 1fr; }
  .hero-stats, .hero-promo { max-width: 100%; }
  .hero-grid > .glow-frame { max-width: 540px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-burger { display: grid; }
}

@media (max-width: 620px){
  .nav-inner { height: 60px; gap: 12px; }
  .mobile-menu { inset: 80px 12px auto 12px; }
  .brand-text span { display: none; }
  .hero { padding-top: 120px; }
  .hero-payoff { font-size: 12px; gap: 8px; }
  .hero-ctas .btn { width: 100%; }
  .cases-stats { grid-template-columns: 1fr 1fr; }
  .lang button { padding: 6px 9px; font-size: 11.5px; }
}

@media (max-width: 400px){
  .cases-stats { grid-template-columns: 1fr; }
  .h-xxl { font-size: clamp(2rem, 9vw, 2.6rem); }
  .trust-badges { gap: 8px 16px; }
}

/* ============================================================
   COOKIE CONSENT
   ============================================================ */
.ck-wrap { position: fixed; left: 20px; bottom: 20px; z-index: 120; width: min(420px, calc(100vw - 40px)); animation: ck-in .5s var(--ease) both; }
@keyframes ck-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.ck-card { position: relative; border-radius: var(--r-lg); }
.ck-card .ck-inner { position: relative; z-index: 2; border-radius: var(--r-lg); background: linear-gradient(180deg, rgba(18,25,42,0.9), rgba(9,14,24,0.9)); backdrop-filter: blur(34px) saturate(160%); -webkit-backdrop-filter: blur(34px) saturate(160%); box-shadow: var(--glass-edge), var(--shadow-lg); padding: 24px 26px; }
.ck-head { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.ck-ico { width: 36px; height: 36px; flex: none; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(150deg, rgba(32,192,122,0.22), rgba(32,192,122,0.06)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 0 0 1px rgba(32,192,122,0.35); color: var(--accent-2); }
.ck-head h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; letter-spacing: -0.01em; }
.ck-text { font-size: 13.5px; color: var(--ink-2); line-height: 1.6; margin-bottom: 16px; }
.ck-link { color: var(--accent-2); text-decoration: underline; text-underline-offset: 2px; }
.ck-rows { display: flex; flex-direction: column; gap: 0; margin-bottom: 18px; border-top: 1px solid var(--hair); padding-top: 4px; }
.ck-row { display: flex; align-items: center; gap: 16px; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--hair); }
.ck-row:last-child { border-bottom: none; }
.ck-row-txt { display: flex; flex-direction: column; gap: 3px; }
.ck-row-txt b { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.ck-row-txt span { font-size: 12px; color: var(--ink-3); line-height: 1.45; }
.ck-switch { flex: none; width: 44px; height: 26px; border-radius: 999px; background: rgba(255,255,255,0.08); box-shadow: inset 0 0 0 1px var(--hair); position: relative; transition: background .25s, box-shadow .25s; cursor: pointer; }
.ck-switch .ck-knob { position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.3); transition: transform .25s var(--ease), background .25s; }
.ck-switch.on { background: linear-gradient(180deg, var(--accent-2), var(--accent)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
.ck-switch.on .ck-knob { transform: translateX(18px); }
.ck-switch:disabled { opacity: .85; cursor: default; }
.ck-row.locked .ck-row-txt b::after { content: "•"; color: var(--accent-2); margin-left: 7px; }
.ck-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.ck-btn { flex: 1 1 auto; padding: 13px 16px; font-size: 13.5px; min-width: 0; }
@media (max-width: 480px){ .ck-wrap { left: 12px; right: 12px; bottom: 12px; width: auto; } .ck-actions .ck-btn { flex-basis: 100%; } }
@media (prefers-reduced-motion: reduce){ .ck-wrap { animation: none; } }
