@font-face {font-family: 'Slim Sans'; font-style: normal; font-weight: 400; src: url('/assets/slimtrack.it/cdn/fonts/libre_franklin/librefranklin_n4.a9b0508e1ffb743a0fd6d0614768959c54a27d86.woff2') format('woff2'); font-display: swap;}
@font-face {font-family: 'Slim Sans'; font-style: normal; font-weight: 700; src: url('/assets/slimtrack.it/cdn/fonts/libre_franklin/librefranklin_n7.6739620624550b8695d0cc23f92ffd46eb51c7a3.woff2') format('woff2'); font-display: swap;}
@font-face {font-family: 'Slim Sans'; font-style: italic; font-weight: 400; src: url('/assets/slimtrack.it/cdn/fonts/libre_franklin/librefranklin_i4.5cee60cade760b32c7b489f9d561e97341909d7c.woff2') format('woff2'); font-display: swap;}
:root {
  --bg: #ffffff;
  --bg-subtle: #f5f5f7;
  --surface: #ffffff;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --brand: #0071e3;
  --brand-2: #005bb5;
  --brand-light: rgba(0, 113, 227, 0.08);
  --success: #34c759;
  --error: #ff3b30;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --shadow: 0 24px 70px rgba(13, 24, 37, 0.12);
  --shadow-soft: 0 2px 8px rgba(18, 28, 45, 0.08);
  --shadow-hover: 0 18px 40px rgba(15, 29, 45, 0.14);
  --glass: rgba(255, 255, 255, 0.62);
  --glass-strong: rgba(255, 255, 255, 0.78);
  --glass-line: rgba(255, 255, 255, 0.88);
  --aurora-a: rgba(0, 113, 227, 0.14);
  --aurora-b: rgba(126, 179, 255, 0.16);
  --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --muted-strong: #58585d;
  --muted-light: #8e8e93;
  --text-secondary: #5f6470;
  --shadow-brand: 0 10px 26px rgba(0, 113, 227, 0.3);
  --shadow-brand-hover: 0 14px 30px rgba(0, 113, 227, 0.35);
}

* { box-sizing: border-box; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 200;
  padding: 0.5rem 1rem;
  background: var(--brand);
  color: #fff;
  border-radius: var(--radius-sm);
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus {
  left: 1rem;
  top: 0.5rem;
}

body.menu-open {
  overflow: hidden;
}

html, body { margin: 0; padding: 0; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
    "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1200px 700px at 8% -10%, rgba(0, 113, 227, 0.13), transparent 55%),
    radial-gradient(900px 500px at 95% 8%, rgba(142, 196, 255, 0.16), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfd 35%, #ffffff 100%);
  line-height: 1.5;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -1;
}

body::before {
  width: 34vw;
  height: 34vw;
  left: -10vw;
  top: -7vw;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, var(--aurora-a), transparent 70%);
  filter: blur(34px);
  animation: floatAurora 34s ease-in-out infinite;
}

body::after {
  width: 30vw;
  height: 30vw;
  right: -10vw;
  top: 16vh;
  border-radius: 999px;
  background: radial-gradient(circle at 65% 30%, var(--aurora-b), transparent 72%);
  filter: blur(36px);
  animation: floatAurora 40s ease-in-out infinite reverse;
}

@keyframes floatAurora {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, 10px, 0); }
}

@keyframes fadeLift {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Scroll reveal ────────────────────────────────── */

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
  will-change: transform, opacity;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }

/* ── Base ─────────────────────────────────────────── */

a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }

main p a,
main li a {
  text-decoration: underline;
  text-decoration-color: rgba(0, 113, 227, 0.3);
  text-underline-offset: 2px;
}
main p a:hover,
main li a:hover {
  text-decoration-color: rgba(0, 113, 227, 0.8);
}

img { max-width: 100%; height: auto; }

.shell {
  width: min(1120px, calc(100% - clamp(1.2rem, 4vw, 3rem)));
  margin-inline: auto;
}

.shell-wide {
  width: min(1220px, calc(100% - clamp(1.2rem, 4vw, 3rem)));
}

.shell-readable {
  width: min(980px, calc(100% - clamp(1.2rem, 4vw, 3rem)));
}

/* ── Topbar ───────────────────────────────────────── */

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(210, 210, 215, 0.45);
  background: var(--glass);
  box-shadow: 0 10px 34px rgba(20, 35, 52, 0.08);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  transition: background 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.topbar.scrolled {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 4px 20px rgba(20, 35, 52, 0.12);
}

.topbar-inner {
  padding: 0.82rem 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.brand {
  text-decoration: none;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-right: auto;
}

/* ── Hamburger menu ───────────────────────────────── */

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid rgba(210, 210, 215, 0.45);
  border-radius: var(--radius-sm);
  padding: 0.4rem;
  cursor: pointer;
  color: var(--ink);
  order: 10;
  margin-left: auto;
}

.menu-toggle svg {
  width: 22px;
  height: 22px;
}

.menu-toggle .icon-close {
  display: none;
}

.menu-toggle[aria-expanded="true"] .icon-menu {
  display: none;
}

.menu-toggle[aria-expanded="true"] .icon-close {
  display: block;
}

.primary-nav {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.primary-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.92rem;
  transition: color 0.2s ease;
}

.primary-nav a:hover {
  color: var(--ink);
  text-decoration: none;
}

.lang-switch {
  display: flex;
  gap: 0.15rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 2px;
  border: 1px solid rgba(210, 210, 215, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
}

.lang-chip {
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.32rem 0.56rem;
  transition: color 0.2s ease, background 0.2s ease;
}

.lang-chip:hover {
  text-decoration: none;
  color: var(--ink);
}

.lang-chip.active {
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

/* ── Hero ─────────────────────────────────────────── */

.hero {
  margin-top: 1.9rem;
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.3rem);
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.58) 55%, rgba(246, 250, 255, 0.72) 100%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  padding: clamp(1.25rem, 3.2vw, 2.4rem);
  animation: fadeLift 420ms ease both;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  width: 360px;
  height: 360px;
  right: -160px;
  top: -150px;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.16), transparent 68%);
}

.hero::after {
  width: 280px;
  height: 280px;
  left: -130px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(173, 210, 255, 0.2), transparent 70%);
}

.hero-copy,
.hero-media {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.kicker,
.eyebrow {
  margin: 0;
  display: inline-flex;
  width: fit-content;
  background: var(--brand-light);
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
}

.display-title {
  margin: 0.65rem 0 0.85rem;
  font-size: clamp(2.15rem, 4.6vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.hero-lead {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
  font-size: 1.08rem;
  line-height: 1.5;
}

.cta-row {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 700;
  padding: 0.72rem 1.2rem;
  cursor: pointer;
  transition: transform 220ms var(--ease-spring), box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
}

.btn-primary {
  background: linear-gradient(135deg, #0a84ff 0%, #0071e3 55%, #005bb5 100%);
  color: #fff;
  box-shadow: var(--shadow-brand);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0077ed 0%, #0065cf 55%, #004fa0 100%);
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: var(--shadow-brand-hover);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink);
  border-color: rgba(210, 210, 215, 0.45);
  backdrop-filter: blur(10px);
}

.btn-amazon {
  gap: 0.72rem;
  padding-inline: 1.15rem 1.55rem;
  font-size: 0.98rem;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  text-decoration: none;
}

a.btn:hover { text-decoration: none; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.35);
  outline-offset: 2px;
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
  border-color: rgba(0, 113, 227, 0.55);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12);
}

/* ── Trust list ───────────────────────────────────── */

.trust-list {
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.trust-list li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 1.1em;
  height: 1.1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%2334c759'/%3E%3Cpath d='M6 10.5l2.5 2.5 5.5-5.5' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.market-grid {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.5rem;
}

.market-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.market-list {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

.amazon-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.15rem;
  padding: 0.35rem 0.82rem 0.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #fffdf7 0%, #f6efdf 100%);
  color: #111827;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: lowercase;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12), inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.amazon-chip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.18rem;
  width: 1.95rem;
  height: 0.34rem;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 18'%3E%3Cpath d='M7 6c10 9 40 9 50 0' stroke='%23f59e0b' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3Cpath d='M46 5l11 2-8 7' fill='none' stroke='%23f59e0b' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.amazon-link {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  text-decoration: none;
  color: var(--muted);
  border: 1px solid rgba(210, 210, 215, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.45rem 0.55rem 0.45rem 0.62rem;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  transition: transform 220ms var(--ease-spring), box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.amazon-link span:last-child {
  white-space: nowrap;
}

.amazon-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
  border-color: rgba(181, 138, 78, 0.36);
  text-decoration: none;
}

.amazon-link.current {
  color: var(--ink);
  border-color: rgba(0, 0, 0, 0.14);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.amazon-link-local {
  min-height: 2.6rem;
}

.hero-media {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-height: 320px;
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(244, 248, 255, 0.68));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  padding: clamp(0.5rem, 1vw, 0.95rem);
}

.hero-media picture {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center 53%;
  display: block;
  transition: transform 0.5s var(--ease-out);
}

.hero-media:hover img {
  transform: scale(1.03);
}

.hero-placeholder {
  width: 100%;
  min-height: 320px;
  background: linear-gradient(140deg, #f5f5f7, #ffffff);
}

/* ── Sections ─────────────────────────────────────── */

.section { margin-top: clamp(3.8rem, 7vw, 5.6rem); }

#features,
#faq,
#contact {
  scroll-margin-top: 92px;
}

.section-head {
  max-width: 76ch;
}

.section-head h2 {
  margin: 0.7rem 0 0;
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
  font-weight: 700;
}

#features .section-head {
  text-align: center;
  justify-items: center;
}

#features .section-head::after {
  margin-inline: auto;
}

/* ── Feature cards ────────────────────────────────── */

.grid-features {
  margin-top: 1.25rem;
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62));
  backdrop-filter: blur(12px);
  padding: 0 1.05rem 1.05rem;
  box-shadow: var(--shadow-soft);
  transition: transform 260ms var(--ease-spring), box-shadow 260ms ease, border-color 260ms ease;
  text-align: center;
}

.feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(0, 113, 227, 0.25);
}

.feature img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  padding: 0;
}

.feature picture {
  display: block;
  margin: 0 -1.05rem 0.95rem;
  width: calc(100% + 2.1rem);
}

.feature h3 {
  margin: 0.1rem 0 0.45rem;
  min-height: 2.75em;
  letter-spacing: -0.01em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-wrap: balance;
}
.feature p {
  margin: 0;
  color: var(--muted);
  min-height: 4.9em;
  max-width: 28ch;
  margin-inline: auto;
  text-align: center;
}

/* ── Specs ────────────────────────────────────────── */

.specs-wrap {
  margin-top: 1.4rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(248, 251, 255, 0.64));
  backdrop-filter: blur(12px);
  padding: clamp(1rem, 2.6vw, 1.5rem);
  box-shadow: var(--shadow-soft);
}

.specs-grid {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spec-item {
  border-radius: var(--radius-md);
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: rgba(255, 255, 255, 0.82);
  padding: 0.95rem;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  transition: transform 240ms var(--ease-spring), box-shadow 240ms ease;
}

.spec-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.spec-item h3 {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 700;
}

.spec-item p {
  margin: 0.35rem 0 0;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 600;
}

/* ── Onboarding ───────────────────────────────────── */

.onboarding-wrap {
  margin-top: 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.86), rgba(247, 251, 255, 0.66));
  padding: clamp(1rem, 2.6vw, 1.5rem);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.onboarding-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.start-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  border: 1px solid rgba(210, 210, 215, 0.45);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  padding: 0.9rem;
  transition: transform 220ms var(--ease-spring), box-shadow 220ms ease;
}

.start-step:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.step-index {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
}

.step-copy h3 {
  margin: 0.1rem 0 0.25rem;
  letter-spacing: -0.01em;
}

.step-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

/* ── Reliability ──────────────────────────────────── */

.reliability-wrap {
  margin-top: 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(247, 251, 255, 0.66));
  padding: clamp(1rem, 2.8vw, 1.6rem);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.reliability-chips {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.reliability-chips li {
  border: 1px solid rgba(210, 210, 215, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.45rem 0.78rem;
  color: var(--muted-strong);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 200ms var(--ease-spring);
}

.reliability-chips li:hover {
  transform: translateY(-1px);
}

.reliability-notes {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.35rem;
}

.reliability-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
}

/* ── Origin ───────────────────────────────────────── */

.origin-wrap {
  margin-top: 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.86), rgba(248, 251, 255, 0.64));
  padding: clamp(1rem, 2.6vw, 1.5rem);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.origin-copy {
  display: grid;
  gap: 0.7rem;
}

.origin-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.origin-proof {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.origin-proof li {
  border: 1px solid rgba(210, 210, 215, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.45rem 0.78rem;
  color: var(--muted-strong);
  font-size: 0.86rem;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: transform 220ms var(--ease-spring), box-shadow 220ms ease;
}

.origin-proof li:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

/* ── FAQ ──────────────────────────────────────────── */

.faq-grid {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.82), rgba(250, 252, 255, 0.65));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  transition: border-color 0.2s ease;
}

.faq-item:hover {
  border-color: rgba(0, 113, 227, 0.2);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6e73' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s var(--ease-spring);
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1rem 0.9rem;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
}

.faq-item p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

/* ── Contact ──────────────────────────────────────── */

.contact-wrap {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.84), rgba(246, 250, 255, 0.66));
  padding: clamp(1.25rem, 3.2vw, 2.2rem);
  display: grid;
  gap: clamp(1.2rem, 2.6vw, 1.8rem);
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: start;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.contact-copy h2 {
  margin: 0.65rem 0 0.8rem;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.contact-copy p,
.contact-note {
  color: var(--muted);
}

.contact-form {
  border: 1px solid rgba(210, 210, 215, 0.45);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  display: grid;
  gap: 0.85rem;
  align-content: start;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  font: inherit;
  padding: 0.72rem 0.8rem;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #b0b0b5;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(0, 113, 227, 0.55);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12);
}

.contact-form textarea {
  min-height: 110px;
  resize: vertical;
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.consent input[type="checkbox"] {
  width: auto;
  accent-color: var(--brand);
}

.form-status {
  margin: 0;
  min-height: 1.2em;
  color: var(--success);
  font-weight: 700;
}

.form-status.error { color: var(--error); }

/* ── Policy / Support pages ───────────────────────── */

.policy-wrap {
  margin-top: 1.6rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(247, 251, 255, 0.65));
  padding: clamp(1.25rem, 3.2vw, 2.2rem);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.policy-lead {
  color: var(--muted);
  max-width: 70ch;
}

.policy-grid {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.9rem;
}

.policy-block {
  border: 1px solid rgba(210, 210, 215, 0.45);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.85);
  padding: 1rem;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  transition: transform 220ms var(--ease-spring), box-shadow 220ms ease;
}

.policy-block:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

.policy-block h2 { margin: 0; font-size: 1.03rem; }
.policy-block p { margin: 0.5rem 0 0; color: var(--muted); }

.support-wrap {
  margin-top: 1.6rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(247, 251, 255, 0.65));
  padding: clamp(1.25rem, 3.2vw, 2.2rem);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.support-lead {
  color: var(--muted);
  max-width: 68ch;
  margin-bottom: 0.35rem;
}

.support-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.support-block {
  display: grid;
  align-content: start;
  gap: 0.4rem;
  border: 1px solid rgba(210, 210, 215, 0.45);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.85);
  padding: 1rem;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  transition: transform 220ms var(--ease-spring), box-shadow 220ms ease;
}

.support-block:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

.support-block h2 {
  margin: 0;
  font-size: 1.03rem;
  letter-spacing: -0.01em;
}

.support-body {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.support-block-warning {
  border-color: rgba(0, 113, 227, 0.36);
  box-shadow: 0 10px 28px rgba(0, 113, 227, 0.14);
}

.support-list {
  margin: 0.65rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
  display: grid;
  gap: 0.35rem;
}

.support-legal-note {
  margin: 0.65rem 0 0;
  color: var(--text-secondary);
  font-size: 0.88rem;
}

.support-disclaimer {
  margin: 1rem 0 0;
  border-radius: 14px;
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: rgba(255, 255, 255, 0.84);
  padding: 0.85rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
}

.support-note {
  margin: 0.95rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.support-docs-wrap {
  margin-top: 1.3rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(210, 210, 215, 0.45);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(247, 251, 255, 0.65));
  padding: clamp(1.1rem, 2.8vw, 1.8rem);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.support-docs-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.doc-card {
  border: 1px solid rgba(210, 210, 215, 0.45);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.86);
  padding: 1rem;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.doc-card h3 {
  margin: 0;
  letter-spacing: -0.01em;
}

.doc-card p {
  margin: 0;
  color: var(--muted);
}

.policy-cta { margin-top: 1rem; }

/* ── Footer ───────────────────────────────────────── */

.site-footer {
  margin: 4rem 0 0;
  border-top: 1px solid rgba(210, 210, 215, 0.45);
  padding: 2rem 0 1.6rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
}

.footer-brand-col {
  display: grid;
  gap: 0.35rem;
}

.footer-brand {
  margin: 0;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-legal,
.footer-developed {
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.79rem;
  line-height: 1.45;
  max-width: 56ch;
  text-wrap: balance;
}

.footer-links {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--ink);
  text-decoration: none;
}

.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(210, 210, 215, 0.3);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-developed {
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  align-self: center;
}

.footer-year {
  color: var(--muted-strong);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

/* Legacy footer-card for policy/support pages */
.footer-card {
  width: min(720px, 100%);
  margin-inline: auto;
  border: 1px solid rgba(210, 210, 215, 0.45);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(245, 248, 253, 0.72) 100%);
  padding: clamp(0.95rem, 2.2vw, 1.3rem);
  box-shadow: 0 14px 34px rgba(14, 27, 43, 0.1);
  backdrop-filter: blur(12px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.42rem;
}

.footer-card > * {
  text-align: center;
  margin-inline: auto;
}

/* ── Premium Refresh Overrides ────────────────────── */

@font-face {
  font-family: "GT Standard";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MRegular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "GT Standard";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MMedium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "GT Standard";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MSemibold.woff2") format("woff2");
  font-display: swap;
}

:root {
  --bg: #f7f2ea;
  --bg-subtle: #ebe3d6;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: rgba(255, 255, 255, 0.97);
  --ink: #16181e;
  --ink-soft: #252a33;
  --muted: #5f6671;
  --muted-strong: #444b57;
  --muted-light: #9097a3;
  --line: rgba(28, 33, 43, 0.11);
  --line-strong: rgba(20, 26, 36, 0.14);
  --brand: #7c5a37;
  --brand-2: #563d28;
  --brand-light: rgba(124, 90, 55, 0.1);
  --accent: #c39b67;
  --accent-strong: #8a6438;
  --accent-light: rgba(195, 155, 103, 0.14);
  --night: #0e1219;
  --night-2: #18202d;
  --night-3: #243244;
  --shadow: 0 28px 82px rgba(10, 15, 25, 0.14);
  --shadow-soft: 0 10px 30px rgba(12, 18, 30, 0.08);
  --shadow-hover: 0 24px 62px rgba(11, 17, 30, 0.14);
  --glass: rgba(255, 255, 255, 0.74);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --glass-line: rgba(255, 255, 255, 0.76);
  --aurora-a: rgba(124, 90, 55, 0.16);
  --aurora-b: rgba(195, 155, 103, 0.14);
  --shadow-brand: 0 18px 38px rgba(86, 61, 40, 0.24);
  --shadow-brand-hover: 0 22px 48px rgba(86, 61, 40, 0.28);
}

body {
  font-family: "Slim Sans", -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
    "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  background:
    radial-gradient(1200px 720px at 0% -10%, rgba(124, 90, 55, 0.1), transparent 58%),
    radial-gradient(1000px 560px at 100% 0%, rgba(195, 155, 103, 0.11), transparent 56%),
    linear-gradient(180deg, #faf7f1 0%, #f8f3eb 32%, #fbfaf7 68%, #f8f0e2 100%);
  line-height: 1.58;
}

body::before {
  width: 38vw;
  height: 38vw;
  left: -12vw;
  top: -10vw;
  background: radial-gradient(circle at 30% 30%, rgba(124, 90, 55, 0.16), transparent 68%);
  filter: blur(44px);
}

body::after {
  width: 34vw;
  height: 34vw;
  right: -8vw;
  top: 20vh;
  background: radial-gradient(circle at 60% 30%, rgba(195, 155, 103, 0.15), transparent 70%);
  filter: blur(44px);
}

main {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
.display-title,
.brand,
.footer-brand {
  text-wrap: balance;
}

.display-title,
.section-head h2,
.contact-copy h2,
.feature h3,
.step-copy h3,
.policy-block h2,
.support-block h2,
.doc-card h3 {
  font-family: "GT Standard", "Slim Sans", system-ui, sans-serif;
  font-weight: 600;
}

.topbar {
  border-bottom: 1px solid rgba(20, 26, 36, 0.08);
  background: rgba(250, 248, 243, 0.74);
  box-shadow: 0 12px 40px rgba(13, 18, 28, 0.06);
}

.topbar.scrolled {
  background: rgba(250, 248, 243, 0.92);
  box-shadow: 0 16px 36px rgba(13, 18, 28, 0.09);
}

.topbar-inner {
  padding: 0.95rem 0;
  gap: 1.4rem;
}

.brand {
  font-family: "GT Standard", "Slim Sans", system-ui, sans-serif;
  font-size: 1.16rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.primary-nav a {
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.primary-nav a:hover {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.lang-switch {
  padding: 4px;
  border-color: rgba(20, 26, 36, 0.08);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.lang-chip {
  padding: 0.38rem 0.68rem;
}

.lang-chip.active {
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.12);
}

.menu-toggle {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(20, 26, 36, 0.08);
  box-shadow: var(--shadow-soft);
}

.kicker,
.eyebrow {
  background: linear-gradient(180deg, rgba(182, 139, 84, 0.14), rgba(182, 139, 84, 0.08));
  color: var(--accent-strong);
  border: 1px solid rgba(182, 139, 84, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.display-title {
  letter-spacing: -0.04em;
}

.hero {
  margin-top: 2.3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background: linear-gradient(135deg, #111317 0%, #191b1f 46%, #28211b 100%);
  box-shadow: 0 36px 100px rgba(9, 14, 24, 0.28);
  padding: clamp(1.6rem, 4vw, 3rem);
  isolation: isolate;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero::before {
  width: 500px;
  height: 500px;
  right: -180px;
  top: -190px;
  background: radial-gradient(circle, rgba(195, 155, 103, 0.22), transparent 68%);
}

.hero::after {
  width: 420px;
  height: 420px;
  left: -180px;
  bottom: -240px;
  background: radial-gradient(circle, rgba(160, 116, 70, 0.24), transparent 64%);
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 0.3rem;
}

.hero-kicker-badge {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 0.1rem;
}

.hero-kicker-badge img {
  display: block;
  height: 36px;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.hero .display-title {
  color: #f8fafc;
  max-width: 10.2ch;
  font-size: clamp(2.35rem, 4.35vw, 4rem);
  text-wrap: balance;
}

.hero .hero-lead {
  color: rgba(241, 234, 226, 0.78);
  max-width: 34rem;
  font-size: 1.1rem;
}

.hero .cta-row {
  margin-top: 1.45rem;
}

.btn {
  letter-spacing: -0.01em;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--brand) 55%, var(--brand-2) 100%);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #d2ab76 0%, #8c673f 55%, #634732 100%);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(22, 24, 30, 0.1);
}

.hero .btn-primary {
  background: linear-gradient(180deg, #fffdf9 0%, #f1e6d7 100%);
  color: var(--night);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.hero .btn-primary:hover {
  background: linear-gradient(180deg, #fffefb 0%, #ece1d2 100%);
}

.hero .btn-amazon {
  background: linear-gradient(180deg, #fffaf1 0%, #f5e6ce 100%);
  color: var(--night);
  border-color: rgba(181, 138, 78, 0.26);
}

.hero .btn-amazon:hover {
  background: linear-gradient(180deg, #fffdf7 0%, #f6e8d1 100%);
}

.hero .btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #eff4fb;
  border-color: rgba(255, 255, 255, 0.12);
}

.hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hero .trust-list {
  margin-top: 1.5rem;
  gap: 0.65rem;
}

.hero .trust-list li {
  padding: 0.78rem 0.95rem 0.78rem 2.45rem;
  color: rgba(231, 236, 244, 0.84);
  font-size: 0.94rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  backdrop-filter: blur(8px);
}

.hero .trust-list li::before {
  left: 0.85rem;
  top: 0.8rem;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23b68b54'/%3E%3Cpath d='M6 10.5l2.5 2.5 5.5-5.5' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.hero .market-grid {
  margin-top: 1.55rem;
  max-width: max-content;
}

.hero .market-grid p {
  color: rgba(231, 236, 244, 0.58);
}

.hero .amazon-link {
  color: rgba(248, 246, 241, 0.92);
  border-color: rgba(191, 160, 108, 0.24);
  background: linear-gradient(180deg, rgba(187, 138, 63, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.hero .amazon-link:hover {
  background: linear-gradient(180deg, rgba(205, 153, 76, 0.25), rgba(255, 255, 255, 0.12));
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.22);
}

.hero .amazon-link.current {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.16);
}

.hero .amazon-chip {
  background: linear-gradient(180deg, #fffef9 0%, #f8efd9 100%);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14), inset 0 0 0 1px rgba(15, 23, 42, 0.05);
}

.hero-media {
  position: relative;
  aspect-ratio: auto;
  max-width: 31rem;
  min-height: 0;
  margin-inline: auto;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, rgba(24, 26, 32, 0.92), rgba(36, 30, 24, 0.88));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  padding: clamp(0.6rem, 1.2vw, 1rem);
  overflow: hidden;
}

.hero-media::before {
  display: none;
}

.hero-media picture,
.hero-media img {
  position: relative;
  z-index: 1;
}

.hero-media img {
  border-radius: 14px;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transform: none;
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, 0.34));
}

.hero-media:hover img {
  transform: none;
}

.section {
  margin-top: clamp(2.8rem, 5vw, 4rem);
}

.section-head {
  display: grid;
  gap: 0.28rem;
  padding-bottom: 0.7rem;
}

.section-head::after {
  content: "";
  width: 88px;
  height: 1px;
  margin-top: 0.4rem;
  background: linear-gradient(90deg, var(--accent), rgba(182, 139, 84, 0));
}

#features .section-head {
  justify-items: center;
  text-align: center;
  margin-inline: auto;
}

#features .section-head h2,
#features .eyebrow {
  justify-self: center;
  text-align: center;
}

#features .section-head::after {
  margin-inline: auto;
  background: linear-gradient(90deg, rgba(195, 155, 103, 0), rgba(195, 155, 103, 0.92), rgba(195, 155, 103, 0));
}

.specs-wrap,
.onboarding-wrap,
.reliability-wrap,
.origin-wrap,
.contact-wrap,
.policy-wrap,
.support-wrap,
.support-docs-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 245, 239, 0.82) 100%);
  box-shadow: 0 24px 60px rgba(13, 18, 28, 0.08);
}

.specs-wrap::before,
.onboarding-wrap::before,
.reliability-wrap::before,
.origin-wrap::before,
.contact-wrap::before,
.policy-wrap::before,
.support-wrap::before,
.support-docs-wrap::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -110px;
  top: -170px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 98, 218, 0.09), transparent 68%);
  pointer-events: none;
}

.specs-wrap > *,
.onboarding-wrap > *,
.reliability-wrap > *,
.origin-wrap > *,
.contact-wrap > *,
.policy-wrap > *,
.support-wrap > *,
.support-docs-wrap > * {
  position: relative;
  z-index: 1;
}

.grid-features {
  gap: 1.4rem;
  grid-auto-rows: 1fr;
}

.feature {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 251, 0.88));
  padding: 0 1.2rem 1.2rem;
  box-shadow: 0 18px 48px rgba(13, 18, 28, 0.08);
}

.feature::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--brand));
  opacity: 0.9;
}

.feature img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}

.feature picture {
  display: block;
  margin: 0 -1.2rem 1rem;
  width: calc(100% + 2.4rem);
}

.feature h3 {
  margin-top: 0.1rem;
  font-size: 1.18rem;
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  text-wrap: balance;
}

.feature p {
  color: var(--muted-strong);
  line-height: 1.58;
  min-height: 4.9em;
  max-width: 28ch;
  margin-inline: auto;
  text-align: center;
}

.specs-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.spec-item {
  border-color: rgba(22, 24, 30, 0.08);
  background: linear-gradient(180deg, rgba(252, 252, 253, 0.96), rgba(244, 242, 237, 0.92));
  padding: 1.05rem;
}

.spec-item h3 {
  color: var(--accent-strong);
}

.spec-item p {
  font-family: "GT Standard", "Slim Sans", system-ui, sans-serif;
  font-size: 1.18rem;
  letter-spacing: -0.02em;
}

.onboarding-list {
  gap: 0.9rem;
}

.start-step {
  position: relative;
  gap: 1.1rem;
  padding: 1.15rem 1.2rem;
  border-color: rgba(22, 24, 30, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 240, 0.92));
  box-shadow: 0 6px 20px rgba(13, 18, 28, 0.06);
  transition: transform 220ms var(--ease-spring), box-shadow 220ms ease, border-color 220ms ease;
}

.start-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(13, 18, 28, 0.1);
  border-color: rgba(182, 139, 84, 0.25);
}

.start-step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, var(--accent), rgba(182, 139, 84, 0.2));
  opacity: 0.9;
}

.step-index {
  width: 2.8rem;
  height: 2.8rem;
  font-size: 0.95rem;
  background: linear-gradient(135deg, var(--accent), #d4a462);
  box-shadow: 0 10px 24px rgba(182, 139, 84, 0.25);
}

.step-copy h3 {
  font-size: 1.08rem;
  color: var(--ink-soft);
}

/* ── Reliability dark authority section ────────── */

.reliability-wrap {
  background: linear-gradient(180deg, rgba(20, 22, 27, 0.96) 0%, rgba(35, 30, 26, 0.94) 100%);
  border-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  text-align: center;
}

.reliability-wrap::before {
  background: radial-gradient(circle, rgba(182, 139, 84, 0.16), transparent 68%);
}

.reliability-wrap .section-head {
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}

.reliability-wrap .section-head h2 {
  color: #f4f6fa;
}

.reliability-wrap .section-head .eyebrow {
  background: rgba(182, 139, 84, 0.16);
  color: #efd9bb;
  border-color: rgba(239, 217, 187, 0.12);
}

.reliability-wrap .section-head::after {
  margin-inline: auto;
  background: linear-gradient(90deg, rgba(182, 139, 84, 0), rgba(182, 139, 84, 0.7), rgba(182, 139, 84, 0));
}

.reliability-wrap .reliability-chips {
  justify-content: center;
}

.reliability-wrap .reliability-notes {
  text-align: center;
}

.reliability-chips li {
  position: relative;
  overflow: hidden;
  padding: 0.65rem 1.1rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(240, 244, 250, 0.92);
  border-radius: 16px;
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition: transform 200ms var(--ease-spring), box-shadow 200ms ease, border-color 200ms ease;
}

.reliability-chips li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  opacity: 0.6;
}

.reliability-chips li:hover {
  transform: translateY(-2px);
  border-color: rgba(182, 139, 84, 0.35);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.reliability-wrap .reliability-notes p {
  color: rgba(230, 236, 244, 0.55);
}

/* ── Apple Find My badge in reliability ────────── */

.apple-findmy-badge {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.apple-findmy-badge img {
  height: 40px;
  width: auto;
  display: block;
  border-radius: 8px;
}

.apple-compat {
  margin: 0;
  color: rgba(230, 236, 244, 0.55);
  font-size: 0.76rem;
  line-height: 1.45;
  text-align: center;
  max-width: 44ch;
}

/* ── Apple legal in footer ───────────────────────── */

.apple-legal-disclaimer {
  margin: 0;
  color: rgba(224, 231, 239, 0.44);
  font-size: 0.68rem;
  line-height: 1.55;
  max-width: none;
  text-align: center;
  text-wrap: balance;
}

.apple-trademark {
  margin: 0;
  color: rgba(224, 231, 239, 0.38);
  font-size: 0.65rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: center;
}

/* ── Origin story warm tint + proof badges ────── */

.origin-wrap {
  background: linear-gradient(180deg, rgba(252, 248, 240, 0.97) 0%, rgba(245, 238, 226, 0.88) 100%);
  border-color: rgba(182, 139, 84, 0.12);
  text-align: center;
}

.origin-wrap .section-head {
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}

.origin-wrap .section-head::after {
  margin-inline: auto;
  background: linear-gradient(90deg, rgba(182, 139, 84, 0), rgba(182, 139, 84, 0.5), rgba(182, 139, 84, 0));
}

.origin-wrap .origin-copy {
  text-align: center;
}

.origin-wrap .origin-proof {
  justify-content: center;
}

.origin-proof {
  gap: 0.6rem;
  margin-top: 1.4rem;
}

.origin-proof li {
  position: relative;
  overflow: hidden;
  padding: 0.75rem 1rem 0.75rem 1.2rem;
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--ink-soft);
  border-radius: 16px;
  border-color: rgba(22, 24, 30, 0.1);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 231, 0.88));
  box-shadow: 0 6px 18px rgba(13, 18, 28, 0.07);
  text-align: left;
  transition: transform 220ms var(--ease-spring), box-shadow 220ms ease, border-color 220ms ease;
}

.origin-proof li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--accent), var(--brand));
  opacity: 0.6;
}

.origin-proof li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(13, 18, 28, 0.11);
  border-color: rgba(182, 139, 84, 0.3);
}

#faq .section-head {
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}

#faq .section-head::after {
  margin-inline: auto;
  background: linear-gradient(90deg, rgba(182, 139, 84, 0), rgba(182, 139, 84, 0.5), rgba(182, 139, 84, 0));
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(22, 24, 30, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 249, 251, 0.88));
}

.faq-item:hover {
  border-color: rgba(182, 139, 84, 0.32);
  box-shadow: var(--shadow-soft);
}

.faq-item summary {
  padding: 1rem 1.1rem;
  font-family: "GT Standard", "Slim Sans", system-ui, sans-serif;
  font-size: 1.02rem;
}

.faq-item summary::after {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background-color: rgba(182, 139, 84, 0.12);
  background-size: 55%;
  background-position: center;
}

.faq-answer {
  padding: 0 1.1rem 1rem;
}

.contact-wrap {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  padding: clamp(1.35rem, 3.3vw, 2.45rem);
}

.contact-copy {
  border-radius: 28px;
  padding: clamp(1.2rem, 3vw, 1.7rem);
  background: radial-gradient(circle at 82% 12%, rgba(195, 155, 103, 0.24), transparent 24%), linear-gradient(160deg, rgba(18, 20, 24, 0.98), rgba(38, 32, 28, 0.97));
  box-shadow: 0 22px 48px rgba(11, 17, 27, 0.18);
}

.contact-copy .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  color: #f1d7b1;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.contact-copy h2 {
  color: #f9fbff;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
}

.contact-copy p,
.contact-copy .contact-note {
  color: rgba(230, 236, 244, 0.74);
}

.contact-form {
  border: 1px solid rgba(22, 24, 30, 0.08);
  background: rgba(255, 255, 255, 0.96);
  padding: 1.35rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 16px 44px rgba(14, 20, 31, 0.08);
}

.contact-form label {
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted-strong);
}

.contact-form input,
.contact-form textarea {
  border-color: rgba(22, 24, 30, 0.1);
  background: linear-gradient(180deg, #fcfbf9 0%, #ffffff 100%);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(195, 155, 103, 0.42);
  box-shadow: 0 0 0 4px rgba(195, 155, 103, 0.12);
}

.consent {
  gap: 0.75rem;
  align-items: start;
}

.consent span {
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
}

.policy-wrap,
.support-wrap,
.support-docs-wrap {
  padding: clamp(1.35rem, 3.3vw, 2.45rem);
}

.policy-block,
.support-block,
.doc-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 24, 30, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 249, 251, 0.9));
  box-shadow: 0 14px 38px rgba(13, 18, 28, 0.06);
}

.policy-block::before,
.support-block::before,
.doc-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--brand));
  opacity: 0.78;
}

.policy-block h2,
.support-block h2,
.doc-card h3 {
  font-size: 1.12rem;
}

.support-grid {
  gap: 1.25rem;
}

.support-block-warning {
  border-color: rgba(182, 139, 84, 0.34);
  box-shadow: 0 18px 40px rgba(182, 139, 84, 0.12);
}

.support-disclaimer {
  border-color: rgba(22, 24, 30, 0.08);
  background: linear-gradient(180deg, rgba(17, 21, 31, 0.95), rgba(28, 35, 48, 0.94));
  color: rgba(237, 242, 248, 0.78);
  padding: 1rem 1.05rem;
}

.support-docs-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.site-footer {
  margin: 4.8rem 0 1.8rem;
  border-top: 0;
  padding: 0;
}

.site-footer .shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  padding: 1.45rem clamp(1rem, 3vw, 1.8rem);
  background: linear-gradient(160deg, rgba(18, 20, 24, 0.97), rgba(38, 32, 28, 0.95));
  box-shadow: 0 30px 80px rgba(9, 14, 24, 0.22);
}

.site-footer .shell::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -100px;
  bottom: -180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(182, 139, 84, 0.16), transparent 68%);
}

.footer-inner,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-brand {
  color: #f6f8fb;
  font-family: "GT Standard", "Slim Sans", system-ui, sans-serif;
  letter-spacing: 0.16em;
}

.footer-legal,
.footer-developed,
.footer-year {
  color: rgba(224, 231, 239, 0.66);
}

.footer-links a {
  color: rgba(238, 243, 249, 0.74);
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-row {
  position: relative;
  z-index: 1;
}

/* ── Responsive ───────────────────────────────────── */

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    order: 2;
  }

  .hero-media {
    order: 1;
    margin-bottom: 0.4rem;
  }

  .hero-findmy {
    display: flex;
    justify-content: center;
    order: 1;
  }

  .hero-media {
    width: 100%;
    min-height: auto;
    aspect-ratio: auto;
    padding: 0.75rem;
  }

  .hero-media img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    transform: none;
  }

  .hero-media:hover img {
    transform: none;
  }

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

  .feature h3,
  .feature p {
    min-height: 0;
  }

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

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

  .support-docs-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .grid-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .topbar,
  .lang-switch,
  .btn-ghost,
  .amazon-link {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .topbar.scrolled {
    background: rgba(255, 255, 255, 0.96);
  }

  .hero {
    padding: 1.15rem;
    border-radius: 26px;
  }

  .hero .display-title {
    max-width: 9.1ch;
    font-size: clamp(2rem, 8.1vw, 2.85rem);
  }

  .hero .trust-list li {
    padding: 0.72rem 0.85rem 0.72rem 2.2rem;
  }

  .shell {
    width: min(1120px, calc(100% - 1.4rem));
  }

  .shell-wide,
  .shell-readable {
    width: min(1120px, calc(100% - 1.4rem));
  }

  .topbar-inner {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: flex;
  }

  .primary-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem 0;
    order: 20;
  }

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

  .primary-nav a {
    padding: 0.45rem 0;
    font-size: 1rem;
    border-bottom: 1px solid rgba(210, 210, 215, 0.3);
  }

  .primary-nav a:hover {
    background: transparent;
    box-shadow: none;
  }

  .lang-switch {
    display: none;
    width: 100%;
    justify-content: flex-start;
    order: 21;
    margin-bottom: 0.35rem;
  }

  .lang-switch.open {
    display: flex;
  }

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

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

  .origin-proof {
    grid-template-columns: 1fr;
  }

  .start-step {
    grid-template-columns: 1fr;
  }

  .step-index {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 0.88rem;
  }

  .reliability-chips {
    gap: 0.5rem;
  }

  .reliability-chips li {
    font-size: 0.84rem;
    padding: 0.55rem 0.9rem;
    border-radius: 14px;
  }

  .origin-proof li {
    padding: 0.65rem 0.9rem 0.65rem 1.1rem;
    font-size: 0.88rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .footer-links {
    gap: 0.8rem;
  }

  .footer-bottom {
    gap: 0.5rem;
  }

  .footer-bottom-row {
    flex-direction: column;
    gap: 0.3rem;
    align-items: flex-start;
  }

  .footer-card {
    width: 100%;
    border-radius: 18px;
    padding: 0.95rem;
  }

  .site-footer .shell {
    border-radius: 24px;
  }

  .footer-brand {
    font-size: 0.82rem;
  }

  .hero-findmy img {
    height: 32px;
  }

  .apple-findmy-badge img {
    height: 34px;
  }

  .apple-legal-disclaimer {
    font-size: 0.64rem;
  }

  .apple-trademark {
    font-size: 0.62rem;
  }
}

@media (max-width: 480px) {
  .display-title {
    font-size: clamp(1.7rem, 6vw, 2.2rem);
  }

  .hero {
    padding: 1rem;
  }

  .hero .display-title {
    max-width: 8.7ch;
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }

  .cta-row {
    flex-direction: column;
  }

  .cta-row .btn {
    width: 100%;
    text-align: center;
  }

  .contact-form {
    padding: 0.9rem;
  }

  .site-footer .shell {
    padding: 1rem;
  }
}
