/* =====================================================================
   HOOKLINE — neon fishing theme. Pure CSS, no external assets.
   ===================================================================== */
:root {
  --bg: #04070f;
  --bg2: #070d1c;
  --card: #0a1226;
  --card2: #0d1730;
  --orange: #ff7a1a;
  --orange-hot: #ff4d00;
  --blue: #25b6ff;
  --blue-deep: #0a6cff;
  --text: #f2f6ff;
  --muted: #9aa7c4;
  --line: rgba(120, 160, 255, 0.14);
  --display: "Arial Narrow", "HelveticaNeue-CondensedBold", "Franklin Gothic Medium", Impact, "Arial Black", sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(900px 500px at 15% 0%, rgba(10, 108, 255, 0.14), transparent 60%),
    radial-gradient(800px 500px at 85% 20%, rgba(255, 77, 0, 0.10), transparent 60%),
    radial-gradient(1000px 700px at 50% 100%, rgba(37, 182, 255, 0.07), transparent 60%),
    var(--bg);
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 820px; }
.center { text-align: center; }
.micro { font-size: 0.85rem; color: var(--muted); }

/* ---------- display type ---------- */
.mega, .mega-sm, .section-title, .side-line, .hook-text {
  font-family: var(--display);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 0.95;
}
.mega { font-size: clamp(3rem, 7vw, 5.5rem); }
.mega-sm { font-size: clamp(2rem, 4.5vw, 3.4rem); }
.section-title { font-size: clamp(1.6rem, 3.5vw, 2.6rem); text-align: center; margin-bottom: 8px; }
.w-white { color: #fff; text-shadow: 0 0 22px rgba(160, 200, 255, 0.35); }
.w-orange { color: var(--orange); text-shadow: 0 0 18px rgba(255, 122, 26, 0.65), 0 0 46px rgba(255, 77, 0, 0.35); }
.w-blue { color: var(--blue); text-shadow: 0 0 18px rgba(37, 182, 255, 0.6), 0 0 46px rgba(10, 108, 255, 0.35); }

/* ---------- buttons ---------- */
.btn {
  font-family: var(--display); font-weight: 800; font-style: italic; text-transform: uppercase;
  letter-spacing: 0.04em; border: none; cursor: pointer; border-radius: 10px;
  padding: 12px 26px; font-size: 1rem; transition: transform 0.15s ease, box-shadow 0.15s ease;
  display: inline-block; text-decoration: none; color: #fff;
}
.btn:hover { transform: translateY(-2px); }
.btn-fire {
  background: linear-gradient(180deg, #ff8b2e, var(--orange-hot));
  color: #1a0d00;
  box-shadow: 0 0 22px rgba(255, 122, 26, 0.55), 0 6px 24px rgba(255, 77, 0, 0.35);
}
.btn-fire:hover { box-shadow: 0 0 34px rgba(255, 122, 26, 0.8), 0 8px 30px rgba(255, 77, 0, 0.45); }
.btn-ghost { background: rgba(255,255,255,0.06); border: 1px solid rgba(160,190,255,0.35); color: var(--text); }
.btn-ghost:hover { border-color: var(--blue); box-shadow: 0 0 16px rgba(37,182,255,0.35); }
.btn-lg { padding: 16px 38px; font-size: 1.15rem; }
.btn-sm { padding: 9px 18px; font-size: 0.85rem; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(4, 7, 15, 0.88); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 28px; padding-top: 14px; padding-bottom: 14px; }
.logo { text-decoration: none; font-family: var(--display); font-weight: 900; font-style: italic; font-size: 1.7rem; line-height: 1; }
.logo-hook { color: var(--blue); text-shadow: 0 0 14px rgba(37,182,255,0.7); }
.logo-line { color: var(--orange); text-shadow: 0 0 14px rgba(255,122,26,0.7); }
.logo-tag { display: block; font-size: 0.55rem; letter-spacing: 0.28em; color: var(--muted); font-style: normal; font-weight: 700; margin-top: 2px; }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a { color: var(--text); text-decoration: none; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.85; }
.nav-links a:hover { color: var(--orange); text-shadow: 0 0 12px rgba(255,122,26,0.6); }
.nav-cta { display: flex; gap: 10px; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 70px 0 30px; overflow: hidden; }
.hero-glow {
  position: absolute; inset: -100px 0 0; pointer-events: none;
  background: radial-gradient(700px 380px at 50% 20%, rgba(10,108,255,0.16), transparent 65%);
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr 0.7fr; gap: 30px; align-items: center; position: relative; }
.eyebrow { color: var(--muted); letter-spacing: 0.3em; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; margin-bottom: 14px; }
.hero-copy .sub { color: #cfd8ee; font-size: 1.08rem; margin: 18px 0 26px; max-width: 34ch; }
.hero-copy .micro { margin-top: 12px; }

/* neon hook art */
.hero-art { position: relative; height: 420px; }
.hook-svg { width: 100%; height: 100%; overflow: visible; }
.fish-line { stroke: rgba(200,220,255,0.55); stroke-width: 3; }
.line-knot { fill: var(--orange); filter: drop-shadow(0 0 8px var(--orange)); }
.hook-body {
  stroke: var(--orange); stroke-width: 11; fill: none; stroke-linecap: round;
  filter: drop-shadow(0 0 10px var(--orange)) drop-shadow(0 0 30px rgba(255,77,0,0.6));
}
.hook-barb { stroke: var(--orange); stroke-width: 8; stroke-linecap: round; filter: drop-shadow(0 0 8px var(--orange)); }
.lure-ring {
  fill: rgba(255,77,0,0.12); stroke: var(--orange-hot); stroke-width: 4;
  filter: drop-shadow(0 0 14px var(--orange-hot));
  animation: lure-pulse 2.6s ease-in-out infinite;
}
.lure-play { fill: #fff; filter: drop-shadow(0 0 10px #fff); }
@keyframes lure-pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.55; } }
.splash { position: absolute; bottom: 6%; left: 50%; transform: translateX(-50%); border-radius: 50%; pointer-events: none; }
.splash.s1 { width: 280px; height: 90px; background: radial-gradient(ellipse at center, rgba(37,182,255,0.35), transparent 70%); filter: blur(6px); }
.splash.s2 { width: 180px; height: 60px; background: radial-gradient(ellipse at center, rgba(255,122,26,0.28), transparent 70%); filter: blur(8px); bottom: 2%; }
.splash.s3 { width: 340px; height: 40px; background: radial-gradient(ellipse at center, rgba(10,108,255,0.22), transparent 70%); filter: blur(10px); bottom: 0; }

.hero-side .side-line { font-size: clamp(1.5rem, 2.6vw, 2.2rem); }

/* pipeline strip */
.pipe-strip { display: flex; align-items: stretch; gap: 14px; margin-top: 46px; position: relative; }
.pipe-card {
  background: linear-gradient(180deg, var(--card2), var(--card));
  border: 1px solid var(--line); border-radius: 16px; padding: 18px;
  box-shadow: 0 0 24px rgba(10,108,255,0.12);
}
.pipe-card.original { flex: 0 0 220px; }
.pipe-card.engine { flex: 0 0 240px; border-color: rgba(255,122,26,0.4); box-shadow: 0 0 30px rgba(255,77,0,0.22); }
.pipe-label { margin-top: 10px; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); text-align: center; }
.thumb { height: 120px; border-radius: 10px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.thumb-orig { background: linear-gradient(135deg, #3a1c4d 0%, #b34700 55%, #0a3a6b 100%); }
.thumb .play {
  width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.55); border: 2px solid #fff; color: #fff; font-size: 1.3rem;
  box-shadow: 0 0 18px rgba(255,255,255,0.35);
}
.logo-mini { font-family: var(--display); font-weight: 900; font-style: italic; font-size: 1.4rem; text-align: center; margin-bottom: 10px; }
.pipe-card.engine ul { list-style: none; }
.pipe-card.engine li {
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: #cfd8ee;
  padding: 5px 0; border-bottom: 1px dashed rgba(140,170,255,0.15); text-align: center;
}
.pipe-card.engine li:last-child { border-bottom: none; }
.pipe-arrow { align-self: center; font-size: 2rem; color: var(--orange); text-shadow: 0 0 14px rgba(255,122,26,0.8); }
.pipe-phones { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; flex: 1; }

/* phones */
.phone { text-align: center; }
.phone-screen {
  border-radius: 18px; border: 1px solid rgba(150,180,255,0.3);
  aspect-ratio: 9 / 15; display: flex; align-items: center; justify-content: center;
  padding: 10px; box-shadow: 0 0 20px rgba(10,108,255,0.18), inset 0 0 30px rgba(0,0,0,0.5);
  position: relative; overflow: hidden;
}
.phone-screen.g1 { background: linear-gradient(160deg, #2b0f4d, #7a1e00 60%, #062a52); border-color: rgba(255,122,26,0.5); }
.phone-screen.g2 { background: linear-gradient(160deg, #0b2a52, #123f7a 60%, #3d0f4d); border-color: rgba(37,182,255,0.5); }
.phone-screen.g3 { background: linear-gradient(160deg, #4d0f1e, #7a2a00 60%, #0b2a52); border-color: rgba(255,77,120,0.45); }
.phone-screen.g4 { background: linear-gradient(160deg, #0f4d3a, #0b2a52 60%, #3d2a0f); border-color: rgba(80,255,170,0.35); }
.phone-screen.g5 { background: linear-gradient(160deg, #3d3d0f, #4d1e0f 60%, #1a1a2e); border-color: rgba(255,220,80,0.4); }
.phone-screen.g6 { background: linear-gradient(160deg, #0f2a4d, #1e3a5f 60%, #0a1a30); border-color: rgba(120,160,255,0.4); }
.hook-text { font-size: 1.25rem; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,0.8), 0 0 16px rgba(255,122,26,0.5); }
.hook-text span { color: var(--orange); }
.hook-text.sm { font-size: 0.95rem; }
.phone .views { margin-top: 8px; font-size: 0.85rem; color: var(--muted); font-weight: 700; }

.trust-row { display: flex; gap: 34px; justify-content: center; margin: 34px auto 10px; flex-wrap: wrap; }
.trust-row span { font-size: 0.92rem; color: #cfd8ee; font-weight: 600; }
.trust-row i {
  font-style: normal; display: inline-flex; width: 22px; height: 22px; border-radius: 50%;
  align-items: center; justify-content: center; font-size: 0.75rem; margin-right: 8px;
  border: 1px solid var(--blue); color: var(--blue); box-shadow: 0 0 10px rgba(37,182,255,0.5);
}

/* ---------- sections ---------- */
.section { padding: 84px 0; }
.section.alt { background: linear-gradient(180deg, rgba(10,18,38,0.6), rgba(4,7,15,0.2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-sub { text-align: center; color: var(--muted); margin: 10px 0 40px; font-size: 1.05rem; }

/* steps */
.steps { display: flex; align-items: stretch; gap: 8px; }
.step {
  flex: 1; background: linear-gradient(180deg, var(--card2), var(--card));
  border: 1px solid var(--line); border-radius: 16px; padding: 26px 18px; text-align: center;
  position: relative; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.step:hover { transform: translateY(-4px); box-shadow: 0 0 28px rgba(255,122,26,0.25); }
.step-num {
  width: 44px; height: 44px; margin: 0 auto 12px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ff9a3e, var(--orange-hot));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 900; font-style: italic; font-size: 1.3rem; color: #1a0d00;
  box-shadow: 0 0 18px rgba(255,122,26,0.7);
}
.step-icon { font-size: 1.7rem; margin-bottom: 8px; }
.step h3 { font-family: var(--display); font-style: italic; text-transform: uppercase; font-size: 1.05rem; margin-bottom: 8px; }
.step p { font-size: 0.9rem; color: var(--muted); }
.step-arrow { align-self: center; color: var(--orange); font-size: 1.8rem; text-shadow: 0 0 12px rgba(255,122,26,0.8); flex: 0 0 auto; }

/* feeds */
.feeds-grid { display: grid; grid-template-columns: 0.9fr 1.4fr; gap: 44px; align-items: center; }
.feeds-copy .sub { color: #cfd8ee; margin: 16px 0 24px; font-size: 1.05rem; }
.platform-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.pchip {
  font-size: 0.8rem; font-weight: 700; padding: 8px 14px; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(255,255,255,0.04); color: #dbe4fa;
}
.pchip b { margin-right: 6px; }
.pchip.tiktok b { color: #25f4ee; } .pchip.ig b { color: #ff4d88; } .pchip.yt b { color: #ff4d4d; }
.pchip.fb b { color: #5b8cff; } .pchip.x b { color: #fff; } .pchip.li b { color: #5b8cff; }
.feed-phones { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.feed-tag { font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; font-weight: 700; }
.feed-tag.tiktok { color: #25f4ee; } .feed-tag.ig { color: #ff4d88; } .feed-tag.yt { color: #ff6b6b; }
.feed-tag.fb { color: #5b8cff; } .feed-tag.x { color: #fff; } .feed-tag.li { color: #5b8cff; }

/* feature tiles */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 36px; }
.tile {
  background: linear-gradient(180deg, rgba(20,32,64,0.85), rgba(10,18,38,0.9));
  border: 1px solid var(--line); border-radius: 14px; padding: 22px 16px;
  display: flex; align-items: center; gap: 14px; position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.tile:hover { transform: translateY(-3px); box-shadow: 0 0 24px rgba(37,182,255,0.28); border-color: rgba(37,182,255,0.5); }
.tile-icon {
  font-size: 1.5rem; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,122,26,0.1); border: 1px solid rgba(255,122,26,0.4);
  text-shadow: 0 0 12px rgba(255,122,26,0.8); font-style: normal;
}
.tile p { font-size: 0.92rem; font-weight: 600; color: #e6ecfb; line-height: 1.35; }
.tile p em { display: block; font-style: normal; font-size: 0.78rem; color: var(--orange); }
.tile.soon { opacity: 0.85; border-style: dashed; }
.soon-badge {
  position: absolute; top: -10px; right: 12px; font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px;
  background: linear-gradient(180deg, #ff8b2e, var(--orange-hot)); color: #1a0d00;
  box-shadow: 0 0 12px rgba(255,122,26,0.7);
}
.tile-note { margin-top: 22px; }

/* examples */
.examples { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: center; }
.phone.big video {
  border-radius: 22px; border: 1px solid rgba(255,122,26,0.5); width: 100%; aspect-ratio: 9/16;
  background: #000; box-shadow: 0 0 40px rgba(255,77,0,0.3); display: block;
}
.phone-caption { margin-top: 10px; font-size: 0.82rem; color: var(--muted); }
.example-cards { display: grid; gap: 16px; }
.example-card {
  background: linear-gradient(180deg, var(--card2), var(--card));
  border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px;
}
.example-label { font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--orange); font-weight: 800; margin-bottom: 6px; }
.example-card h4 { font-family: var(--display); font-style: italic; text-transform: uppercase; font-size: 1.1rem; margin-bottom: 8px; }
.example-card p { color: var(--muted); font-size: 0.95rem; }

/* pricing */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 10px; }
.tier {
  background: linear-gradient(180deg, var(--card2), var(--card));
  border: 1px solid var(--line); border-radius: 18px; padding: 32px 28px; position: relative;
  display: flex; flex-direction: column; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.tier:hover { transform: translateY(-4px); box-shadow: 0 0 30px rgba(37,182,255,0.2); }
.tier.popular { border-color: rgba(255,122,26,0.6); box-shadow: 0 0 34px rgba(255,77,0,0.28); }
.tier-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  background: linear-gradient(180deg, #ff8b2e, var(--orange-hot)); color: #1a0d00;
  padding: 4px 14px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 0 14px rgba(255,122,26,0.7);
}
.tier h3 { font-family: var(--display); font-style: italic; text-transform: uppercase; font-size: 1.4rem; }
.price { font-family: var(--display); font-weight: 900; font-style: italic; font-size: 2.8rem; margin: 6px 0; }
.price span { font-size: 1rem; color: var(--muted); font-style: normal; font-family: var(--body); font-weight: 600; }
.tier-desc { color: var(--muted); font-size: 0.92rem; margin-bottom: 18px; }
.tier ul { list-style: none; margin-bottom: 26px; flex: 1; }
.tier li { padding: 7px 0 7px 28px; position: relative; font-size: 0.92rem; color: #dbe4fa; }
.tier li::before { content: "\2713"; position: absolute; left: 0; color: var(--orange); font-weight: 800; text-shadow: 0 0 8px rgba(255,122,26,0.8); }
.tier .btn { width: 100%; }

/* faq */
.faq details {
  background: linear-gradient(180deg, var(--card2), var(--card));
  border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; overflow: hidden;
}
.faq summary { padding: 18px 22px; cursor: pointer; font-weight: 700; font-size: 1rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--orange); font-size: 1.3rem; text-shadow: 0 0 10px rgba(255,122,26,0.7); }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 22px 20px; color: var(--muted); font-size: 0.95rem; }

/* final cta */
.cta-final { position: relative; overflow: hidden; text-align: center; }
.cta-final .sub { color: #cfd8ee; letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.95rem; margin: 16px 0 28px; font-weight: 700; }
.cta-trust { display: flex; gap: 40px; justify-content: center; margin-top: 48px; flex-wrap: wrap; }
.cta-trust h4 { font-family: var(--display); font-style: italic; text-transform: uppercase; font-size: 1.05rem; margin: 10px 0 4px; }
.cta-trust p { color: var(--muted); font-size: 0.88rem; }
.cta-ico {
  font-size: 1.8rem; display: inline-flex; width: 62px; height: 62px; border-radius: 50%;
  align-items: center; justify-content: center; font-style: normal;
  border: 1px solid rgba(255,122,26,0.5); background: rgba(255,122,26,0.08);
  box-shadow: 0 0 20px rgba(255,77,0,0.35);
}

/* footer */
.footer { border-top: 1px solid var(--line); padding: 44px 0 20px; background: rgba(3,5,10,0.7); }
.footer-inner { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.footer-brand .logo { font-size: 1.9rem; }
.footer-links { display: flex; gap: 26px; margin-left: auto; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; }
.footer-links a:hover { color: var(--orange); }
.footer-note { max-width: 260px; }
.footer-copy { margin-top: 26px; }

/* modal */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center;
  background: rgba(2,4,9,0.8); backdrop-filter: blur(6px); padding: 20px;
}
.modal-backdrop[hidden] { display: none; }
.modal {
  background: linear-gradient(180deg, #101b36, #0a1226); border: 1px solid rgba(255,122,26,0.45);
  border-radius: 18px; padding: 36px 32px; width: 100%; max-width: 420px; position: relative;
  box-shadow: 0 0 50px rgba(255,77,0,0.3);
}
.modal-close { position: absolute; top: 12px; right: 16px; background: none; border: none; color: var(--muted); font-size: 1.6rem; cursor: pointer; }
.modal h3 { font-family: var(--display); font-style: italic; text-transform: uppercase; font-size: 1.5rem; margin-bottom: 6px; }
.modal .micro { margin-bottom: 18px; }
.modal form { display: flex; flex-direction: column; gap: 12px; }
.modal input[type="email"] {
  padding: 13px 16px; border-radius: 10px; border: 1px solid var(--line);
  background: rgba(255,255,255,0.05); color: var(--text); font-size: 1rem;
}
.modal input[type="email"]:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 14px rgba(255,122,26,0.4); }
.form-status { margin-top: 14px; font-size: 0.9rem; min-height: 1.4em; }
.form-status.ok { color: #5dff9d; }
.form-status.err { color: #ff6b6b; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-side { grid-column: 1 / -1; }
  .hero-side .side-line { font-size: 1.4rem; }
  .hero-side .side-line br { display: none; }
  .pipe-strip { flex-wrap: wrap; }
  .pipe-arrow { display: none; }
  .pipe-phones { grid-template-columns: repeat(4, 1fr); flex-basis: 100%; }
  .feed-phones { grid-template-columns: repeat(3, 1fr); }
  .feeds-grid { grid-template-columns: 1fr; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .examples { grid-template-columns: 1fr; }
  .phone.big { max-width: 300px; margin: 0 auto; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { height: 300px; order: -1; }
  .steps { flex-direction: column; }
  .step-arrow { transform: rotate(90deg); }
  .pipe-phones { grid-template-columns: repeat(2, 1fr); }
  .pipe-card.original, .pipe-card.engine { flex-basis: 100%; }
  .feed-phones { grid-template-columns: repeat(2, 1fr); }
  .pricing { grid-template-columns: 1fr; }
  .tiles { grid-template-columns: 1fr; }
  .cta-trust { gap: 24px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-links { margin-left: 0; flex-wrap: wrap; }
  .section { padding: 60px 0; }
}
