/* =========================================================
   QeRetail — Mobile-First Redesign for Shopify Automotive
   Mobile-first. No frameworks. Manrope. Brand #367df9.
   ========================================================= */

:root {
  --c-primary: #367df9;
  --c-primary-strong: #1e4ed8;
  --c-primary-soft: #eaf2ff;
  --c-bg: #ffffff;
  --c-bg-alt: #f7f9fc;
  --c-bg-soft: #eaf2ff;
  --c-ink: #1a1a1a;
  --c-ink-2: #5f6b7a;
  --c-ink-3: #94a3b8;
  --c-border: #e3e8ef;
  --c-success: #22c55e;
  --c-warn: #ef4444;
  --c-orange: #fb923c;
  --c-dark: #0b1220;
  --c-dark-2: #0f172a;
  --c-dark-3: #1e293b;

  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 22px;
  --r-2xl: 28px;

  --sh-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --sh-md: 0 12px 32px rgba(15, 23, 42, 0.08);
  --sh-lg: 0 24px 60px rgba(15, 23, 42, 0.12);
  --sh-glow: 0 18px 60px rgba(54, 125, 249, 0.32);

  --container: 1180px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* -------- Reset / base -------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  font-family: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--c-ink);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4, h5 { margin: 0; line-height: 1.18; font-weight: 700; letter-spacing: -0.02em; color: var(--c-ink); }
p { margin: 0; }
:focus-visible { outline: 2px solid var(--c-primary); outline-offset: 3px; border-radius: 4px; }
input { font-family: inherit; }

/* -------- Layout primitives -------- */
.container {
  width: 100%;
  max-width: var(--container);
  padding-inline: 20px;
  margin-inline: auto;
}
.section { padding: 64px 0; position: relative; }
.section--light { background: var(--c-bg-alt); }
.section--soft { background: var(--c-bg-soft); }
.section--dark {
  background: linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
  color: #e2e8f0;
}
.section__head {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}
.section__head--left { text-align: left; margin: 0; max-width: none; }
.section__head--light h2, .section__head--light .section__sub { color: #fff; }
.section__head--light .section__sub { color: #94a3b8; }
.section__title { font-size: clamp(26px, 5vw, 36px); font-weight: 800; letter-spacing: -0.025em; margin-bottom: 14px; }
.section__title--left { text-align: left; }
.section__sub { color: var(--c-ink-2); font-size: 16px; line-height: 1.65; max-width: 640px; margin: 0 auto; }
.section__sub--left { margin: 0; }

/* -------- Utilities -------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--c-primary);
  background: var(--c-primary-soft);
  padding: 7px 12px; border-radius: 999px;
  margin-bottom: 16px;
}
.eyebrow--light { color: #cfe1ff; background: rgba(54, 125, 249, 0.18); }
.eyebrow__dot { width: 6px; height: 6px; background: var(--c-primary); border-radius: 50%; box-shadow: 0 0 0 3px rgba(54,125,249,0.18); }
.eyebrow--light .eyebrow__dot { box-shadow: 0 0 0 3px rgba(54,125,249,0.28); }

.text-grad {
  background: linear-gradient(120deg, #367df9 0%, #9f3df7 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.text-grad-light {
  background: linear-gradient(120deg, #93c5fd 0%, #c4b5fd 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}

/* -------- Buttons -------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 20px; border-radius: 12px;
  font-weight: 700; font-size: 14px; letter-spacing: -0.01em;
  border: 1px solid transparent;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
  white-space: nowrap;
  min-height: 44px;
}
.btn--lg { padding: 15px 22px; font-size: 15px; border-radius: 14px; min-height: 50px; }
.btn--sm { padding: 9px 14px; font-size: 13px; border-radius: 10px; min-height: 0; }
.btn--full { width: 100%; }
.btn--primary { background: var(--c-primary); color: #fff; box-shadow: 0 8px 20px rgba(54,125,249,0.28); }
.btn--primary:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 14px 30px rgba(54,125,249,0.40); background: var(--c-primary-strong); }
.btn--ghost { background: #fff; color: var(--c-ink); border-color: var(--c-border); }
.btn--ghost:hover { transform: translateY(-2px) scale(1.02); border-color: var(--c-primary); color: var(--c-primary); box-shadow: var(--sh-md); }
.btn--white { background: #fff; color: var(--c-ink); }
.btn--white:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 14px 30px rgba(0,0,0,0.25); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn--outline-light:hover { transform: translateY(-2px) scale(1.02); border-color: #fff; background: rgba(255,255,255,0.08); }

.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* =========================================================
   STICKY TOP BAR
   ========================================================= */
.topbar {
  background: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  position: sticky; top: 0; z-index: 60;
  overflow: hidden;
}
.topbar.is-hidden { display: none; }
.topbar__inner {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 0;
  flex-wrap: wrap;
}
.topbar__pulse {
  width: 8px; height: 8px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);
  animation: tbPulse 2.2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes tbPulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25); } 50% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); } }
.topbar strong { font-weight: 700; }
.topbar__sep { color: rgba(255,255,255,0.35); }
.topbar__sub { color: rgba(255,255,255,0.78); }
.topbar__cta {
  margin-left: auto;
  font-weight: 700;
  color: #93c5fd;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background .25s, color .25s;
}
.topbar__cta:hover { background: var(--c-primary); color: #fff; }
.topbar__close {
  background: transparent; border: 0; color: rgba(255,255,255,0.55);
  padding: 4px 6px; border-radius: 6px;
  transition: color .2s, background .2s;
}
.topbar__close:hover { color: #fff; background: rgba(255,255,255,0.1); }

@media (max-width: 640px) {
  .topbar__sub { display: none; }
  .topbar__sep { display: none; }
  .topbar__inner { font-size: 12px; }
}

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid rgba(227, 232, 239, 0.7);
  transition: box-shadow .25s var(--ease);
}
.topbar:not(.is-hidden) ~ .nav { top: 40px; }
.nav__inner {
  display: flex; align-items: center; gap: 12px;
  padding-block: 14px;
}
.nav__brand { display: flex; align-items: center; gap: 10px; }
.nav__links { display: none; margin-left: 24px; gap: 22px; font-weight: 600; font-size: 14px; color: var(--c-ink); }
.nav__links a { padding: 6px 0; transition: color .2s; }
.nav__links a:hover { color: var(--c-primary); }
.nav__cta { display: none; gap: 10px; margin-left: auto; }
.nav__toggle {
  margin-left: auto;
  display: inline-flex; flex-direction: column; gap: 5px;
  background: transparent; border: 1px solid var(--c-border);
  border-radius: 10px; padding: 10px;
}
.nav__toggle span { display: block; width: 20px; height: 2px; background: var(--c-ink); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__mobile {
  display: flex; flex-direction: column; gap: 6px;
  padding: 10px 20px 22px;
  border-top: 1px solid var(--c-border);
  background: #fff;
}
.nav__mobile a {
  padding: 12px; border-radius: 10px; font-weight: 600;
}
.nav__mobile a:hover { background: var(--c-primary-soft); color: var(--c-primary); }
.nav__mobile .btn { margin-top: 6px; }

@media (min-width: 900px) {
  .nav__toggle { display: none; }
  .nav__links { display: inline-flex; }
  .nav__cta { display: inline-flex; }
  .nav__mobile { display: none !important; }
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  padding: 40px 0 64px;
  overflow: hidden;
  isolation: isolate;
}
.hero__bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.hero__bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(54,125,249,0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(54,125,249,0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
}
.hero__bg-blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.6; }
.hero__bg-blob--a { width: 480px; height: 480px; top: -180px; right: -120px; background: radial-gradient(circle, rgba(54,125,249,0.42), transparent 70%); }
.hero__bg-blob--b { width: 380px; height: 380px; bottom: -160px; left: -120px; background: radial-gradient(circle, rgba(159,61,247,0.28), transparent 70%); }

.hero__inner {
  display: grid; gap: 36px;
  grid-template-columns: 1fr;
}
.hero__headline {
  font-size: clamp(30px, 6.2vw, 52px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  line-height: 1.1;
}
.hero__sub {
  font-size: clamp(15px, 2.2vw, 18px);
  color: var(--c-ink-2);
  margin-bottom: 14px;
  max-width: 560px;
}
.hero__sub--alt {
  color: var(--c-ink);
  font-weight: 600;
  margin-bottom: 26px;
}

.cta-row { margin-bottom: 28px; }

.trust-strip {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin-bottom: 24px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 16px;
  box-shadow: var(--sh-sm);
}
.trust-strip li { display: flex; flex-direction: column; gap: 2px; }
.trust-strip b { font-weight: 800; font-size: 15px; color: var(--c-ink); letter-spacing: -0.02em; }
.trust-strip span { font-size: 11px; color: var(--c-ink-2); font-weight: 600; }

.shopify-block {
  display: flex; align-items: center; gap: 14px;
  font-size: 13px; color: var(--c-ink-2);
}
.shopify-block p { max-width: 280px; line-height: 1.5; }

/* Hero visual / phone */
.hero__visual { display: flex; flex-direction: column; gap: 32px; align-items: center; }
.hero__phone-wrap {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.hero__phone {
  width: 100%; height: auto;
  filter: drop-shadow(0 30px 60px rgba(15,23,42,0.20));
}
.hero__chip {
  position: absolute;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 14px; border-radius: 999px;
  background: #fff; box-shadow: var(--sh-md);
  font-weight: 700; font-size: 12px; color: var(--c-ink);
  border: 1px solid var(--c-border);
  white-space: nowrap;
}
.hero__chip--a { top: 7%; left: -8%; }
.hero__chip--b { top: 36%; right: -10%; }
.hero__chip--c { bottom: 11%; left: -8%; }
.dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.dot--green { background: #22c55e; box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18); }
.dot--blue { background: var(--c-primary); box-shadow: 0 0 0 3px rgba(54, 125, 249, 0.18); }

@keyframes phoneFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.phone-float { animation: phoneFloat 6.5s ease-in-out infinite; }

/* Hero form */
.lead-form {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-2xl);
  padding: 24px 22px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  isolation: isolate;
}
.lead-form__head { margin-bottom: 18px; }
.lead-form__pill {
  display: inline-block;
  background: linear-gradient(90deg, #367df9, #9f3df7);
  color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: 0.18em;
  padding: 6px 12px; border-radius: 999px;
  margin-bottom: 12px;
}
.lead-form h2 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; }
.lead-form__head p { font-size: 13px; color: var(--c-ink-2); line-height: 1.55; }
.lead-form__field { margin-bottom: 12px; }
.lead-form__field label {
  display: block;
  font-size: 12px; font-weight: 700; color: var(--c-ink-2);
  margin-bottom: 6px; letter-spacing: 0.02em;
}
.lead-form__field input {
  width: 100%;
  padding: 13px 14px;
  font-size: 15px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 10px;
  color: var(--c-ink);
  transition: border-color .2s, box-shadow .2s;
  min-height: 48px;
}
.lead-form__field input::placeholder { color: var(--c-ink-3); }
.lead-form__field input:focus { outline: none; border-color: var(--c-primary); box-shadow: 0 0 0 4px rgba(54,125,249,0.12); }
.lead-form__field input.is-invalid { border-color: var(--c-warn); box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.10); }
.lead-form button[type="submit"] { margin-top: 6px; }
.lead-form__trust {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--c-ink-2);
  margin-top: 14px;
  line-height: 1.45;
}
.lead-form__success {
  position: absolute; inset: 0;
  background: #fff;
  border-radius: var(--r-2xl);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 28px;
  animation: ldfFade .35s var(--ease);
}
@keyframes ldfFade { from { opacity: 0; transform: scale(0.98); } to { opacity: 1; transform: scale(1); } }
.lead-form__success-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: #dcfce7; color: #16a34a;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.lead-form__success h3 { font-size: 20px; margin-bottom: 6px; }
.lead-form__success p { font-size: 14px; color: var(--c-ink-2); max-width: 320px; }

@media (min-width: 980px) {
  .hero { padding: 64px 0 100px; }
  .hero__inner { grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
  .hero__visual { align-items: stretch; }
  .hero__phone-wrap { margin-bottom: 8px; }
}

/* =========================================================
   WHY US
   ========================================================= */
.why__grid {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
.why-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.why-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: rgba(54,125,249,0.4); }
.why-card__icon {
  width: 46px; height: 46px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--c-primary-soft);
  margin-bottom: 14px;
}
.why-card h3 { font-size: 17px; margin-bottom: 6px; font-weight: 700; }
.why-card p { color: var(--c-ink-2); font-size: 14px; line-height: 1.55; }

.why__highlight {
  margin-top: 36px;
  padding: 26px 28px;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  border-radius: var(--r-2xl);
  display: flex; align-items: center; gap: 22px;
  box-shadow: var(--sh-glow);
}
.why__highlight-line {
  width: 4px; height: 56px; border-radius: 2px;
  background: linear-gradient(180deg, #367df9, #9f3df7);
  flex-shrink: 0;
}
.why__highlight p { font-size: clamp(15px, 2.2vw, 18px); font-weight: 600; line-height: 1.5; }
.why__highlight b { color: #93c5fd; font-weight: 800; }

@media (min-width: 720px) { .why__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .why__grid { grid-template-columns: repeat(3, 1fr); } }

/* =========================================================
   BEFORE / AFTER
   ========================================================= */
.ba__grid {
  display: grid; gap: 28px;
  grid-template-columns: 1fr;
  align-items: stretch;
  justify-items: center;
}
.ba-side {
  margin: 0;
  width: 100%;
  max-width: 380px;
}
.ba-side__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 14px;
}
.ba-side__label {
  font-size: 13px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--c-ink);
}
.ba-side__tag {
  font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 5px 9px; border-radius: 999px;
}
.ba-side__tag--warn { background: #fee2e2; color: #b91c1c; }
.ba-side__tag--ok { background: #dcfce7; color: #15803d; }

.ba-side__phone {
  position: relative;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-2xl);
  box-shadow: var(--sh-md);
}
.ba-side--before .ba-side__phone {
  background: repeating-linear-gradient(45deg, #fef2f2, #fef2f2 10px, #fff 10px, #fff 20px);
}
.ba-side--after .ba-side__phone {
  background: radial-gradient(ellipse at top right, rgba(54, 125, 249, 0.10), transparent 60%), #fff;
}
.ba-side__phone img { width: 100%; height: auto; margin: 0 auto; }

.ba-side figcaption ul { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.ba-side figcaption li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.x, .check {
  width: 22px; height: 22px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative;
}
.x { background: #fee2e2; }
.x::before, .x::after { content: ""; position: absolute; width: 10px; height: 2px; background: #b91c1c; }
.x::before { transform: rotate(45deg); }
.x::after { transform: rotate(-45deg); }
.check { background: #dcfce7; }
.check::after {
  content: "";
  width: 12px; height: 12px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='%2315803d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12l4 4 10-10'/></svg>") center/contain no-repeat;
}

.ba__arrow {
  display: flex; align-items: center; justify-content: center;
  transform: rotate(90deg);
}
.ba__cta {
  margin-top: 40px;
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}

@media (min-width: 980px) {
  .ba__grid { grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: start; }
  .ba__arrow { transform: rotate(0); margin-top: 220px; }
}

/* =========================================================
   PAIN POINTS
   ========================================================= */
.pain__grid {
  display: grid; gap: 14px;
  grid-template-columns: 1fr;
}
.pain-chip {
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-sm);
  display: flex; flex-direction: column; gap: 8px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.pain-chip:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: rgba(239, 68, 68, 0.3); }
.pain-chip__num {
  font-weight: 800; font-size: 11px; letter-spacing: 0.18em;
  color: #ef4444;
}
.pain-chip h4 { font-size: 16px; font-weight: 700; letter-spacing: -0.01em; }

@media (min-width: 720px) { .pain__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .pain__grid { grid-template-columns: repeat(3, 1fr); } }

/* =========================================================
   WHAT YOU'LL GET — FREE
   ========================================================= */
.freeget__layout {
  display: grid; gap: 32px;
  grid-template-columns: 1fr;
}
.freeget__head .btn { margin-top: 18px; }
.freeget__list {
  display: grid; gap: 12px;
  grid-template-columns: 1fr;
  background: #fff;
  padding: 26px 24px;
  border-radius: var(--r-2xl);
  border: 1px solid var(--c-border);
  box-shadow: var(--sh-sm);
}
.freeget__list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px; font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid var(--c-border);
}
.freeget__list li:last-child { border-bottom: 0; }
.freeget__list li span {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--c-primary-soft);
  position: relative; flex-shrink: 0;
}
.freeget__list li span::after {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='%23367df9' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12l4 4 10-10'/></svg>");
  background-size: 14px; background-repeat: no-repeat; background-position: center;
}

@media (min-width: 720px) { .freeget__list { grid-template-columns: 1fr 1fr; gap: 12px 32px; } }
@media (min-width: 980px) { .freeget__layout { grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 56px; } }

/* =========================================================
   PRICING
   ========================================================= */
.pricing__grid { display: grid; gap: 20px; grid-template-columns: 1fr; align-items: stretch; }
.plan {
  position: relative;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-2xl);
  padding: 28px 24px;
  box-shadow: var(--sh-sm);
  display: flex; flex-direction: column; gap: 18px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.plan:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: rgba(54,125,249,0.4); }
.plan__head { display: flex; flex-direction: column; gap: 8px; }
.plan__name { font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-ink-2); }
.plan__price { font-size: 46px; font-weight: 800; line-height: 1; letter-spacing: -0.04em; color: var(--c-ink); }
.plan__currency { font-size: 22px; font-weight: 700; vertical-align: super; color: var(--c-ink-2); margin-right: 2px; }
.plan__pitch { color: var(--c-ink-2); font-size: 14px; line-height: 1.55; }
.plan__list { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.plan__list li { display: flex; align-items: center; gap: 10px; }
.tick { width: 18px; height: 18px; flex-shrink: 0; border-radius: 50%; background: var(--c-primary-soft); position: relative; }
.tick::after {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='%23367df9' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12l4 4 10-10'/></svg>");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}
.tick--light { background: rgba(255,255,255,0.18); }
.tick--light::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12l4 4 10-10'/></svg>");
}
.plan__save {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 12px; border-radius: 10px;
  background: rgba(251, 191, 36, 0.18);
  color: #fbbf24;
  font-size: 12px; font-weight: 700;
}

.plan--featured {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  border-color: rgba(54,125,249,0.5);
  box-shadow: var(--sh-glow);
}
.plan--featured .plan__name { color: #cfe1ff; }
.plan--featured .plan__price { color: #fff; }
.plan--featured .plan__currency { color: #cbd5e1; }
.plan--featured .plan__pitch { color: rgba(255,255,255,0.78); }
.plan--featured .plan__list li { color: #fff; }
.plan__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(90deg, #367df9, #9f3df7);
  color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.12em;
  padding: 7px 14px; border-radius: 999px;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(54,125,249,0.5);
}
.pricing__note { text-align: center; color: var(--c-ink-2); font-size: 13px; margin-top: 28px; }

@media (min-width: 980px) {
  .pricing__grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
  .plan--featured { transform: translateY(-12px) scale(1.03); }
  .plan--featured:hover { transform: translateY(-16px) scale(1.04); }
}

/* =========================================================
   PORTFOLIO
   ========================================================= */
.portfolio .section__title { color: #fff; }
.portfolio .section__sub { color: #94a3b8; }
.portfolio__grid {
  display: grid; gap: 28px;
  grid-template-columns: 1fr;
  justify-items: center;
}
.folio-card {
  margin: 0;
  text-align: center;
  transition: transform .35s var(--ease);
  width: 100%;
  max-width: 300px;
}
.folio-card:hover { transform: translateY(-8px); }
.folio-card img { width: 100%; max-width: 280px; height: auto; margin: 0 auto; filter: drop-shadow(0 30px 50px rgba(0,0,0,0.45)); }
.folio-card figcaption { margin-top: 18px; }
.folio-card h4 { font-size: 16px; color: #fff; font-weight: 700; letter-spacing: -0.01em; }
.folio-card span { font-size: 12px; color: #94a3b8; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }

@media (min-width: 720px) { .portfolio__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .portfolio__grid { grid-template-columns: repeat(3, 1fr); } }

/* =========================================================
   REASONS
   ========================================================= */
.reasons__list {
  display: grid; gap: 14px;
  grid-template-columns: 1fr;
}
.reason-card {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-sm);
  font-weight: 600; font-size: 15px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.reason-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: rgba(54,125,249,0.4); }
.reason-card__icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--c-primary-soft);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

@media (min-width: 720px) { .reasons__list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .reasons__list { grid-template-columns: repeat(3, 1fr); } }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.quotes__grid {
  display: grid; gap: 18px;
  grid-template-columns: 1fr;
}
.quote {
  margin: 0;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.quote:hover { transform: translateY(-6px); box-shadow: var(--sh-md); }
.quote__stars { color: #fbbf24; font-size: 14px; letter-spacing: 1px; margin-bottom: 14px; }
.quote blockquote {
  margin: 0;
  font-size: 17px; font-weight: 700; letter-spacing: -0.01em;
  color: var(--c-ink);
  line-height: 1.45;
  margin-bottom: 18px;
}
.quote figcaption { display: flex; align-items: center; gap: 12px; }
.quote figcaption img { width: 44px; height: 44px; border-radius: 50%; }
.quote figcaption b { display: block; font-size: 14px; font-weight: 700; }
.quote figcaption span { font-size: 12px; color: var(--c-ink-2); font-weight: 600; }

@media (min-width: 880px) { .quotes__grid { grid-template-columns: repeat(3, 1fr); } }

/* =========================================================
   FAQ
   ========================================================= */
.faq__layout { display: grid; gap: 32px; grid-template-columns: 1fr; }
.faq__list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  transition: border-color .25s, box-shadow .25s;
  overflow: hidden;
}
.faq-item[open] {
  border-color: rgba(54,125,249,0.5);
  box-shadow: 0 12px 24px rgba(54,125,249,0.10);
}
.faq-item:hover { border-color: rgba(54,125,249,0.35); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 20px;
  font-weight: 700; font-size: 15px;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__chev {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--c-bg-alt);
  position: relative; flex-shrink: 0;
  transition: transform .3s var(--ease), background .25s;
}
.faq-item__chev::before, .faq-item__chev::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 10px; height: 2px; background: var(--c-ink);
  transform-origin: center;
}
.faq-item__chev::before { transform: translate(-50%, -50%); }
.faq-item__chev::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .3s var(--ease); }
.faq-item[open] .faq-item__chev { background: var(--c-primary); }
.faq-item[open] .faq-item__chev::before { background: #fff; }
.faq-item[open] .faq-item__chev::after { background: #fff; transform: translate(-50%, -50%) rotate(0deg); }
.faq-item__body {
  padding: 0 20px 20px;
  color: var(--c-ink-2); font-size: 14px; line-height: 1.65;
  animation: faqOpen .3s var(--ease);
}
@keyframes faqOpen { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1024px) {
  .faq__layout { grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: start; }
}

/* =========================================================
   FINAL CTA
   ========================================================= */
.final { padding: 24px 0 96px; }
.final__card {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-2xl);
  background: radial-gradient(120% 80% at 100% 0%, #1e3a8a 0%, #0f172a 50%, #020617 100%);
  color: #fff;
  padding: 48px 28px;
  box-shadow: var(--sh-lg);
  isolation: isolate;
}
.final__bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.final__blob { position: absolute; border-radius: 50%; filter: blur(80px); }
.final__blob.a { width: 380px; height: 380px; top: -140px; left: -120px; background: rgba(54,125,249,0.45); }
.final__blob.b { width: 320px; height: 320px; bottom: -140px; right: -100px; background: rgba(159,61,247,0.35); }
.final__content { max-width: 760px; }
.final h2 {
  font-size: clamp(26px, 4.5vw, 38px);
  letter-spacing: -0.025em; color: #fff; margin-bottom: 14px;
  font-weight: 800; line-height: 1.18;
}
.final__content > p { color: rgba(255,255,255,0.78); font-size: clamp(15px, 2vw, 17px); margin-bottom: 24px; max-width: 640px; }
.final .cta-row { margin-bottom: 24px; }
.final__trust {
  display: flex; flex-wrap: wrap; gap: 14px 24px;
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.85);
}
.final__trust li { display: inline-flex; align-items: center; gap: 8px; }
.final__trust svg { color: #93c5fd; }

@media (min-width: 720px) { .final__card { padding: 64px 56px; } }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: #ffffff; border-top: 1px solid var(--c-border); padding: 56px 0 24px; }
.footer__inner { display: grid; gap: 36px; grid-template-columns: 1fr; margin-bottom: 36px; }
.footer__brand p { font-size: 14px; color: var(--c-ink-2); margin: 14px 0 16px; max-width: 320px; }
.footer__col h5 { font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-ink); margin-bottom: 14px; }
.footer__col ul { display: flex; flex-direction: column; gap: 10px; }
.footer__col a { font-size: 14px; color: var(--c-ink-2); transition: color .2s; }
.footer__col a:hover { color: var(--c-primary); }
.footer__col--cta p { color: var(--c-ink-2); font-size: 14px; margin-bottom: 14px; }
.footer__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  padding-top: 22px; border-top: 1px solid var(--c-border);
  font-size: 13px; color: var(--c-ink-2);
}
.footer__legal { display: inline-flex; gap: 16px; }

@media (min-width: 720px) { .footer__inner { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }

/* =========================================================
   REVEAL ANIMATIONS
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .phone-float { animation: none; }
}

/* =========================================================
   SMALL-SCREEN FINE TUNING
   ========================================================= */
@media (max-width: 520px) {
  .section { padding: 56px 0; }
  .hero { padding-top: 28px; padding-bottom: 56px; }
  .hero__chip { font-size: 11px; padding: 7px 11px; }
  .hero__chip--a { left: -4%; }
  .hero__chip--b { right: -4%; }
  .hero__chip--c { left: -4%; }
  .trust-strip { grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px; }
  .shopify-block { flex-direction: column; align-items: flex-start; gap: 10px; }
  .why__highlight { flex-direction: column; align-items: flex-start; padding: 22px; }
  .why__highlight-line { width: 56px; height: 4px; }
  .lead-form { padding: 22px 18px; }
  .final__card { padding: 36px 22px; }
}
