/* Hermes marketing site — brand: teal #2FA3B2 / deep #19808F / green #5FBE6B */
:root {
  --bg: #0b1220;
  --bg-alt: #111827;
  --card: #151c2b;
  --panel: #1a2133;
  --line: rgba(148, 184, 200, 0.14);
  --ink: #f4f8fa;
  --ink-2: #aebccb;
  --ink-3: #7d8ba0;
  --teal: #2fa3b2;
  --teal-deep: #19808f;
  --green: #5fbe6b;
  --grad: linear-gradient(135deg, #3ca8b4, #62be6c);
  --radius: 18px;
  --shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: "Sora", "Inter", -apple-system, sans-serif; line-height: 1.15; margin: 0; letter-spacing: -0.02em; }
a { color: var(--teal); text-decoration: none; }
img { max-width: 100%; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  background: rgba(11, 18, 32, 0.72);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 28px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-family: "Sora", sans-serif; font-weight: 700; font-size: 19px; letter-spacing: 0.01em; }
.brand img { width: 30px; height: 30px; }
.nav-links { display: flex; gap: 24px; margin-left: auto; align-items: center; }
.nav-links a { color: var(--ink-2); font-size: 14.5px; font-weight: 500; transition: color 0.15s; }
.nav-links a:hover { color: var(--ink); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--grad); color: #06121a; font-weight: 600; font-size: 15px;
  padding: 11px 22px; border-radius: 12px; border: 0; cursor: pointer;
  box-shadow: 0 10px 30px -10px rgba(63, 173, 138, 0.55);
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 14px 34px -10px rgba(63, 173, 138, 0.7); }
.nav .btn { padding: 9px 18px; font-size: 14px; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 148px 0 96px; overflow: hidden; }
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(560px 420px at 12% -6%, rgba(47, 163, 178, 0.22), transparent 62%),
    radial-gradient(640px 480px at 88% 12%, rgba(95, 190, 107, 0.16), transparent 60%),
    radial-gradient(800px 600px at 50% 120%, rgba(25, 128, 143, 0.18), transparent 65%);
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--teal); background: rgba(47, 163, 178, 0.1);
  border: 1px solid rgba(47, 163, 178, 0.3); border-radius: 999px; padding: 7px 14px;
}
.hero h1 { font-size: clamp(38px, 5.2vw, 58px); font-weight: 700; margin: 22px 0 18px; }
.hero h1 .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { color: var(--ink-2); font-size: 18.5px; max-width: 34em; margin: 0 0 30px; }

/* store badges */
.stores { display: flex; gap: 14px; flex-wrap: wrap; }
.store {
  display: inline-flex; align-items: center; gap: 12px;
  background: #f4f8fa; color: #0b1220; border-radius: 14px; padding: 11px 20px 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 12px 30px -14px rgba(0, 0, 0, 0.6);
}
.store:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -14px rgba(0, 0, 0, 0.7); }
.store svg { width: 26px; height: 26px; flex: none; }
.store .txt { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.store .txt small { font-size: 11px; font-weight: 500; color: #51625f; letter-spacing: 0.02em; }
.store .txt strong { font-size: 16.5px; font-weight: 700; letter-spacing: -0.01em; }
.store.soon { opacity: 0.6; cursor: default; filter: saturate(0.4); }
.store.soon:hover { transform: none; }
.stores-note { margin-top: 12px; font-size: 13px; color: var(--ink-3); }

/* phone mockup */
.phone-wrap { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative; width: 300px; border-radius: 44px; padding: 14px;
  background: linear-gradient(160deg, #232c42, #10182a);
  border: 1px solid rgba(148, 184, 200, 0.22);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: rotate(2.5deg);
}
.phone-screen { border-radius: 32px; overflow: hidden; background: var(--bg-alt); border: 1px solid var(--line); }
.ps-head { padding: 20px 20px 14px; background: linear-gradient(160deg, rgba(60, 168, 180, 0.24), rgba(98, 190, 108, 0.14)); }
.ps-name { font-family: "Sora", sans-serif; font-weight: 700; font-size: 17px; }
.ps-role { font-size: 12.5px; color: var(--ink-2); margin-top: 2px; }
.ps-qr { margin: 16px auto 4px; width: 138px; height: 138px; border-radius: 14px; background: #fff; padding: 11px; }
.ps-qr svg { width: 100%; height: 100%; display: block; }
.ps-cap { text-align: center; font-size: 11.5px; color: var(--ink-3); padding-bottom: 14px; }
.ps-row { display: flex; align-items: center; gap: 10px; margin: 0 14px 10px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; }
.ps-row:last-child { margin-bottom: 16px; }
.ps-dot { width: 30px; height: 30px; border-radius: 9px; background: var(--grad); opacity: 0.9; flex: none; display: flex; align-items: center; justify-content: center; }
.ps-dot svg { width: 16px; height: 16px; stroke: #06121a; }
.ps-row b { display: block; font-size: 12.5px; line-height: 1.3; }
.ps-row span { font-size: 11px; color: var(--ink-3); line-height: 1.3; }
.chip {
  position: absolute; display: flex; align-items: center; gap: 8px;
  background: rgba(21, 28, 43, 0.92); border: 1px solid var(--line);
  border-radius: 12px; padding: 9px 14px; font-size: 12.5px; font-weight: 600;
  box-shadow: var(--shadow); backdrop-filter: blur(8px);
}
.chip .ok { width: 18px; height: 18px; border-radius: 50%; background: var(--grad); color: #06121a; display: flex; align-items: center; justify-content: center; font-size: 11px; flex: none; }
.chip-1 { top: 8%; right: -4%; }
.chip-2 { bottom: 12%; left: -10%; }
@media (max-width: 500px) { .chip-2 { left: 0; } .chip-1 { right: 0; } }

/* ---------- sections ---------- */
section { padding: 88px 0; }
.sec-head { max-width: 640px; margin: 0 auto 52px; text-align: center; }
.sec-head h2 { font-size: clamp(28px, 3.6vw, 40px); font-weight: 700; }
.sec-head p { color: var(--ink-2); font-size: 17px; margin: 14px 0 0; }

.features { background: var(--bg-alt); border-block: 1px solid var(--line); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; transition: transform 0.18s, border-color 0.18s;
}
.card:hover { transform: translateY(-3px); border-color: rgba(47, 163, 178, 0.45); }
.card .icon {
  width: 44px; height: 44px; border-radius: 13px; background: var(--grad);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.card .icon svg { width: 22px; height: 22px; stroke: #06121a; }
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p { color: var(--ink-2); font-size: 14.5px; margin: 0; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px 26px; }
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: "Sora", sans-serif; font-weight: 700; font-size: 15px;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  display: block; margin-bottom: 12px; letter-spacing: 0.08em;
}
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { color: var(--ink-2); font-size: 14.5px; margin: 0; }

/* audience */
.audience-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.audience h2 { font-size: clamp(28px, 3.4vw, 38px); margin-bottom: 16px; }
.audience .lead { color: var(--ink-2); font-size: 16.5px; }
.ticks { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.ticks li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); font-size: 15.5px; }
.ticks .ok { width: 22px; height: 22px; border-radius: 50%; background: var(--grad); color: #06121a; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex: none; margin-top: 2px; }
.ticks b { color: var(--ink); }
.quote-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.quote-card p { font-size: 19px; line-height: 1.55; font-family: "Sora", sans-serif; font-weight: 600; margin: 0; }
.quote-card p .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.quote-card small { display: block; margin-top: 18px; color: var(--ink-3); font-size: 13.5px; }

/* download band */
.dl { padding: 0 0 96px; }
.dl-band {
  position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(150deg, rgba(60, 168, 180, 0.16), rgba(98, 190, 108, 0.1)), var(--card);
  border: 1px solid rgba(47, 163, 178, 0.35); border-radius: 26px; padding: 64px 32px;
}
.dl-band h2 { font-size: clamp(26px, 3.4vw, 38px); }
.dl-band p { color: var(--ink-2); max-width: 34em; margin: 14px auto 30px; }
.dl-band .stores { justify-content: center; }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--line); background: var(--bg-alt); padding: 44px 0 36px; }
.foot { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; color: var(--ink-3); font-size: 13.5px; }
.foot .brand { font-size: 16px; }
.foot .brand img { width: 24px; height: 24px; }
.foot-links { display: flex; gap: 22px; }
.foot-links a { color: var(--ink-2); }
.foot-links a:hover { color: var(--ink); }
.foot .legal { width: 100%; margin-top: 6px; }

/* ---------- doc pages (privacy / terms) ---------- */
.doc { padding: 128px 0 80px; }
.doc-inner { max-width: 780px; margin: 0 auto; background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 48px 44px; }
.doc h1 { font-size: clamp(28px, 4vw, 36px); margin-bottom: 6px; }
.doc .updated { color: var(--ink-3); font-size: 13.5px; margin-bottom: 28px; }
.doc h2 { font-size: 19px; margin: 34px 0 10px; }
.doc h2 { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; width: fit-content; }
.doc h3 { font-size: 16px; margin: 24px 0 6px; color: var(--ink); }
.doc p, .doc li { color: var(--ink-2); font-size: 15.5px; }
.doc ul { padding-left: 22px; }
.doc li { margin-bottom: 8px; }
.doc strong { color: var(--ink); }

/* 404 */
.err { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 120px 24px 60px; }
.err h1 { font-size: 64px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.err p { color: var(--ink-2); margin: 10px 0 26px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero-inner, .audience-inner { grid-template-columns: 1fr; gap: 48px; }
  .grid, .steps { grid-template-columns: 1fr 1fr; }
  .nav-links a:not(.btn) { display: none; }
  .hero { padding-top: 120px; }
}
@media (max-width: 620px) {
  .grid, .steps { grid-template-columns: 1fr; }
  .doc-inner { padding: 34px 24px; }
  section { padding: 64px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .store, .card { transition: none; }
}
