/* =============================================================================
   DiscountWise landing page. Scoped to .dwlp so it never touches the rest of
   the theme. Brand: Inter, DevTonic blue (#0066FF), glassmorphism, gradient
   accents. Matches the Sellsmith / product-page system.
   ============================================================================= */

.dwlp {
  --p: #0066FF;
  --p2: #0052CC;
  --p3: #00A3FF;
  --p-soft: #CCE5FF;
  --grad: linear-gradient(135deg, #0066FF, #00A3FF);
  --grad-dk: linear-gradient(135deg, #00A3FF, #7cc4ff);
  --green: #10b981;
  --ink: #0a0a0a;
  --muted: #667085;
  --dk: #001429;
  --dk2: #0a1929;
  --line: rgba(0, 102, 255, 0.14);
  --radius: 22px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
}

.dwlp *,
.dwlp *::before,
.dwlp *::after { box-sizing: border-box; }

.dwlp img { max-width: 100%; display: block; }
.dwlp svg { display: block; }

/* ---- Section shells ---------------------------------------------------- */
.dwlp .section { padding: 110px 40px; position: relative; overflow: hidden; }
.dwlp .section.lt { background: #ffffff; }
.dwlp .section.soft {
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 163, 255, 0.06), transparent 55%),
    radial-gradient(circle at 85% 80%, rgba(0, 102, 255, 0.05), transparent 55%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}
.dwlp .section.accent {
  background: linear-gradient(135deg, #0066FF 0%, #0052CC 100%);
  color: #fff;
}
.dwlp .section.dk {
  background: linear-gradient(160deg, #001429 0%, #0a1929 60%, #071b34 100%);
  color: #eaf2ff;
}
.dwlp .wrap { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }

/* Ambient light wash on dark/accent sections. Full-bleed and low opacity,
   the same approach the site's other product pages use (no defined orbs). */
.dwlp .section.dk::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 18% 40%, rgba(0, 102, 255, 0.16), transparent 50%),
    radial-gradient(circle at 82% 80%, rgba(0, 102, 255, 0.1), transparent 50%);
}
.dwlp .section.accent::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1), transparent 45%);
}

/* ---- Section heads ----------------------------------------------------- */
.dwlp .shead { text-align: center; max-width: 760px; margin: 0 auto 64px; }
.dwlp .eyebrow {
  display: inline-block; padding: 8px 22px; border-radius: 50px;
  background: rgba(0, 102, 255, 0.08); border: 1px solid rgba(0, 102, 255, 0.18);
  color: var(--p); font-size: 12px; font-weight: 800; letter-spacing: 2.5px;
  text-transform: uppercase; margin-bottom: 22px;
}
.dwlp .eyebrow.dk {
  background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.18);
  color: #bfe0ff;
}
.dwlp .stitle {
  font-size: 52px; font-weight: 900; line-height: 1.08; letter-spacing: -0.02em;
  margin: 0 0 20px; color: inherit;
}
.dwlp .section.lt .stitle,
.dwlp .section.soft .stitle { color: #0a0a0a; }
.dwlp .gt {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dwlp .gt-d {
  background: var(--grad-dk); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dwlp .sdesc { font-size: 19px; line-height: 1.75; color: var(--muted); margin: 0; }
.dwlp .section.accent .sdesc { color: rgba(255, 255, 255, 0.9); }
.dwlp .section.dk .sdesc { color: rgba(226, 240, 255, 0.75); }

/* ---- Buttons ----------------------------------------------------------- */
.dwlp .btn {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  font-weight: 800; font-size: 16px; padding: 16px 32px; border-radius: 50px;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
  cursor: pointer; border: none; white-space: nowrap;
}
.dwlp .btn .ar { transition: transform .3s ease; }
.dwlp .btn:hover .ar { transform: translateX(4px); }
.dwlp .btn-primary {
  background: var(--grad); color: #fff;
  box-shadow: 0 10px 26px rgba(0, 102, 255, 0.4);
}
.dwlp .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0, 102, 255, 0.5); }
.dwlp .btn-secondary {
  background: rgba(255, 255, 255, 0.12); color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.dwlp .btn-secondary:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-3px); }
.dwlp .btn-light { background: #fff; color: var(--p2); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18); }
.dwlp .btn-light:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24); }

/* ---- Hero -------------------------------------------------------------- */
.dwlp .hero {
  padding: 190px 40px 100px;
  background: linear-gradient(160deg, #001429 0%, #0a1929 55%, #06213f 100%);
  color: #fff; position: relative; overflow: hidden;
}
.dwlp .hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 18% 35%, rgba(0, 102, 255, 0.2), transparent 50%),
    radial-gradient(circle at 85% 75%, rgba(0, 163, 255, 0.13), transparent 50%);
}
.dwlp .hero-grid {
  max-width: 1240px; margin: 0 auto; position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center;
}
.dwlp .hero-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 18px;
  border-radius: 50px; background: rgba(0, 163, 255, 0.14);
  border: 1px solid rgba(0, 163, 255, 0.35); color: #bfe0ff;
  font-size: 13.5px; font-weight: 700; margin-bottom: 26px;
}
.dwlp .hero-badge svg { width: 16px; height: 16px; color: #7cc4ff; }
.dwlp .hero h1 {
  font-size: 62px; font-weight: 900; line-height: 1.05; letter-spacing: -0.025em;
  margin: 0 0 22px;
}
.dwlp .hero-sub { font-size: 20px; line-height: 1.7; color: rgba(255, 255, 255, 0.78); margin: 0 0 32px; max-width: 560px; }
.dwlp .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.dwlp .hero-stats { display: flex; gap: 34px; margin: 34px 0 30px; flex-wrap: wrap; }
.dwlp .hstat .num {
  font-size: 30px; font-weight: 900; white-space: nowrap;
  background: var(--grad-dk); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.dwlp .hstat .lbl { font-size: 13px; color: rgba(255, 255, 255, 0.6); font-weight: 600; }
.dwlp .herostudio {
  display: flex; align-items: center; gap: 9px; margin-top: 30px;
  font-size: 13.5px; color: rgba(255, 255, 255, 0.6);
}
.dwlp .herostudio svg { width: 18px; height: 18px; color: #7cc4ff; flex-shrink: 0; }
.dwlp .herostudio b { color: rgba(255, 255, 255, 0.85); }

/* Hero product mockup */
.dwlp .hero-visual { position: relative; }
.dwlp .pcard {
  background: #fff; border-radius: 24px; padding: 26px; color: #1a1a1a;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.05);
  position: relative; z-index: 2; max-width: 420px; margin: 0 auto;
}
.dwlp .pcard-media {
  height: 150px; border-radius: 16px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #eaf2ff, #d3e6ff);
  display: flex; align-items: center; justify-content: center;
}
.dwlp .pcard-media svg { width: 76px; height: 76px; color: #0066FF; opacity: .85; }
.dwlp .pcard-badge {
  position: absolute; top: 14px; left: 14px; background: linear-gradient(135deg, #10b981, #059669);
  color: #fff; font-size: 13px; font-weight: 800; padding: 7px 14px; border-radius: 50px;
  box-shadow: 0 8px 18px rgba(16, 185, 129, 0.4);
}
.dwlp .pcard-title { font-size: 17px; font-weight: 800; margin: 18px 0 8px; }
.dwlp .pcard-price { display: flex; align-items: baseline; gap: 12px; }
.dwlp .pcard-old { font-size: 18px; color: #98a2b3; text-decoration: line-through; }
.dwlp .pcard-new { font-size: 30px; font-weight: 900; color: #0066FF; }
.dwlp .pcard-save { font-size: 13px; font-weight: 800; color: #10b981; }
.dwlp .qtable { margin-top: 18px; border: 1px solid #e6eefc; border-radius: 14px; overflow: hidden; }
.dwlp .qtable-h {
  display: grid; grid-template-columns: 1fr 1fr 1fr; background: #f2f7ff;
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: #667085;
  padding: 9px 14px;
}
.dwlp .qrow {
  display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 10px 14px;
  font-size: 14px; border-top: 1px solid #eef3fc; align-items: center;
}
.dwlp .qrow b { font-weight: 800; }
.dwlp .qrow .save { color: #10b981; font-weight: 800; }
.dwlp .qrow.hot { background: rgba(0, 102, 255, 0.05); }
.dwlp .pcard-cart {
  margin-top: 16px; display: flex; align-items: center; justify-content: space-between;
  background: #0a1929; color: #fff; border-radius: 14px; padding: 13px 18px;
}
.dwlp .pcard-cart .yousaved { font-size: 13px; color: #7cc4ff; font-weight: 700; }
.dwlp .pcard-cart b { font-size: 18px; font-weight: 900; }
.dwlp .hero-float {
  position: absolute; z-index: 3; background: #fff; border-radius: 14px;
  padding: 12px 16px; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 14px;
}
.dwlp .hero-float svg { width: 30px; height: 30px; padding: 6px; border-radius: 9px; color: #fff; background: var(--grad); }
.dwlp .hf-1 { top: -22px; right: 22px; }
.dwlp .hf-2 { top: 58%; left: -36px; }
.dwlp .hero-float small { display: block; font-size: 11px; font-weight: 600; color: #98a2b3; }

/* Hero: the rule-to-result flow (chosen layout). A rule card in plain words,
   an arrow, then the product card exactly as a shopper would see it. */
.dwlp .flow { display: flex; flex-direction: column; align-items: center; }
.dwlp .rulecard {
  width: 100%; max-width: 400px; background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(0, 163, 255, .3); border-radius: 16px; padding: 18px 20px;
  backdrop-filter: blur(6px);
}
.dwlp .rulecard .r-top { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.dwlp .rulecard .r-ic { width: 34px; height: 34px; border-radius: 9px; background: rgba(0, 163, 255, .2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dwlp .rulecard .r-ic svg { width: 18px; height: 18px; color: #9fd2ff; }
.dwlp .rulecard .r-t { font-weight: 800; font-size: 15px; color: #fff; }
.dwlp .rulecard .r-s { font-size: 12px; color: rgba(255, 255, 255, .6); }
.dwlp .rulecard .r-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.dwlp .rulecard .r-chip { font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 50px; background: rgba(0, 102, 255, .22); color: #cfe6ff; white-space: nowrap; }
.dwlp .rulecard .r-chip.on { background: var(--grad); color: #fff; }
.dwlp .flow .arw {
  color: #7cc4ff; font-weight: 800; font-size: 12px; letter-spacing: .5px; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 10px 0;
}
.dwlp .flow .arw svg { width: 22px; height: 22px; }
.dwlp .rescard { width: 100%; max-width: 400px; background: #fff; color: #1a1a1a; border-radius: 18px; padding: 16px; box-shadow: 0 26px 60px rgba(0, 0, 0, .4); }
.dwlp .rescard .thumb { height: 130px; border-radius: 13px; background: linear-gradient(135deg, #eaf2ff, #d3e6ff); display: flex; align-items: center; justify-content: center; position: relative; }
.dwlp .rescard .thumb svg { width: 56px; height: 56px; color: #0066FF; opacity: .82; }
.dwlp .rescard .rib { position: absolute; top: 11px; left: 11px; font-size: 12px; font-weight: 800; padding: 5px 12px; border-radius: 50px; background: linear-gradient(135deg, #10b981, #059669); color: #fff; box-shadow: 0 8px 18px rgba(16, 185, 129, .4); }
.dwlp .rescard .nm { font-size: 16px; font-weight: 800; margin: 13px 0 3px; }
.dwlp .rescard .stars { color: #f5a623; font-size: 12px; letter-spacing: 2px; margin-bottom: 9px; }
.dwlp .rescard .pr { display: flex; align-items: baseline; gap: 10px; }
.dwlp .rescard .pr .old { font-size: 15px; color: #98a2b3; text-decoration: line-through; }
.dwlp .rescard .pr .new { font-size: 27px; font-weight: 900; color: #0066FF; }
.dwlp .rescard .pr .sv { font-size: 13px; font-weight: 800; color: #10b981; }
.dwlp .rescard .atc {
  margin-top: 14px; display: flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--grad); color: #fff; font-weight: 800; font-size: 14.5px;
  padding: 13px; border-radius: 12px; box-shadow: 0 8px 20px rgba(0, 102, 255, .35);
}
.dwlp .rescard .atc svg { width: 17px; height: 17px; }

/* ---- Generic card grids ------------------------------------------------ */
.dwlp .feat-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px;
}
.dwlp .feat-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; transition: transform .4s cubic-bezier(.4,0,.2,1), box-shadow .4s, border-color .4s;
  box-shadow: 0 6px 22px rgba(2, 30, 84, 0.05);
}
.dwlp .feat-card:hover { transform: translateY(-8px); box-shadow: 0 22px 50px rgba(0, 102, 255, 0.14); border-color: rgba(0, 102, 255, 0.35); }
.dwlp .feat-ic {
  width: 58px; height: 58px; border-radius: 15px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 163, 255, 0.14));
  border: 1px solid rgba(0, 102, 255, 0.2); margin-bottom: 22px; transition: all .4s;
}
.dwlp .feat-card:hover .feat-ic { background: var(--grad); border-color: transparent; transform: rotate(-6deg) scale(1.05); }
.dwlp .feat-ic svg { width: 28px; height: 28px; color: var(--p); transition: color .4s; }
.dwlp .feat-card:hover .feat-ic svg { color: #fff; }
.dwlp .feat-card h3 { font-size: 20px; font-weight: 800; margin: 0 0 10px; color: #0a0a0a; }
.dwlp .feat-card p { font-size: 15.5px; line-height: 1.7; color: var(--muted); margin: 0; }
.dwlp .section.dk .feat-card {
  background: rgba(255, 255, 255, 0.04); border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.dwlp .section.dk .feat-card:hover { border-color: rgba(0, 163, 255, 0.5); box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3); }
.dwlp .section.dk .feat-card h3 { color: #fff; }
.dwlp .section.dk .feat-card p { color: rgba(226, 240, 255, 0.72); }
.dwlp .section.dk .feat-ic { background: rgba(0, 163, 255, 0.14); border-color: rgba(0, 163, 255, 0.3); }
.dwlp .section.dk .feat-ic svg { color: #7cc4ff; }

/* ---- Problem section: three moments + the receipt ---------------------- */
.dwlp .mweek { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.dwlp .mmts { display: flex; flex-direction: column; }
.dwlp .mmt { padding: 20px 0; border-bottom: 1px solid #e9eff9; }
.dwlp .mmt:first-child { padding-top: 0; }
.dwlp .mmt:last-child { border-bottom: 0; padding-bottom: 0; }
.dwlp .mmt-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 9px; flex-wrap: wrap; }
.dwlp .mmt .when { font-size: 12.5px; font-weight: 800; color: var(--p); background: rgba(0, 102, 255, .08); border: 1px solid rgba(0, 102, 255, .18); border-radius: 50px; padding: 6px 14px; white-space: nowrap; }
.dwlp .mmt .out { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: #98a2b3; background: #f2f4f7; border-radius: 50px; padding: 6px 13px; white-space: nowrap; }
.dwlp .mmt p { font-size: 16px; line-height: 1.75; color: #344054; margin: 0; }
.dwlp .mmt p b { color: #0a0a0a; }
.dwlp .receipt {
  background: #fff; border: 1px solid rgba(0, 102, 255, .14); border-radius: 22px;
  padding: 28px 28px 24px; box-shadow: 0 24px 60px rgba(2, 30, 84, .12);
  font-variant-numeric: tabular-nums; max-width: 460px; margin: 0 auto; width: 100%;
}
.dwlp .rc-head { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 16.5px; color: #0a0a0a; padding-bottom: 16px; border-bottom: 2px dashed #e3ebf8; }
.dwlp .rc-head svg { width: 32px; height: 32px; padding: 7px; border-radius: 9px; background: rgba(0, 102, 255, .1); color: var(--p); flex-shrink: 0; }
.dwlp .rc-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; padding: 15px 0; border-bottom: 1px dashed #e9eff9; }
.dwlp .rc-row .t { font-size: 14.5px; color: #344054; line-height: 1.5; }
.dwlp .rc-row .t small { display: block; font-size: 12px; color: #98a2b3; font-weight: 600; margin-top: 2px; }
.dwlp .rc-row .m { font-weight: 800; color: #0a0a0a; white-space: nowrap; }
.dwlp .rc-total { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; font-weight: 900; }
.dwlp .rc-total .t { font-size: 15.5px; color: #0a0a0a; }
.dwlp .rc-total .m { font-size: 24px; color: var(--p); }
.dwlp .rc-note { margin-top: 16px; font-size: 12.5px; color: #98a2b3; font-weight: 600; text-align: center; }
.dwlp .mo-close { text-align: center; margin-top: 52px; }
.dwlp .mo-close .big { font-size: 26px; font-weight: 900; letter-spacing: -.01em; color: #0a0a0a; }
.dwlp .mo-close .sub { margin-top: 8px; font-size: 16px; color: var(--muted); font-weight: 600; }

/* ---- Deal chips: the rule in plain words, inside the deals rows -------- */
.dwlp .dealchips { display: flex; gap: 9px; flex-wrap: wrap; margin: 2px 0 16px; }
.dwlp .dealchip {
  font-size: 13px; font-weight: 700; padding: 8px 15px; border-radius: 50px;
  background: rgba(0, 102, 255, .08); border: 1px solid rgba(0, 102, 255, .18);
  color: #0052CC; white-space: nowrap;
}
.dwlp .dealchip.on { background: var(--grad); border-color: transparent; color: #fff; }

/* ---- Split "how it works" rows ---------------------------------------- */
.dwlp .hw { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.dwlp .hw + .hw { margin-top: 90px; }
.dwlp .hw .shead { text-align: left; margin: 0; max-width: none; }
.dwlp .hw .eyebrow { margin-bottom: 16px; }
.dwlp .hw .stitle { font-size: 38px; }
.dwlp .hw-visual {
  background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 26px;
  box-shadow: 0 20px 50px rgba(2, 30, 84, 0.09);
}
.dwlp .hw-list { list-style: none; margin: 22px 0 0; padding: 0; }
.dwlp .hw-list li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; font-size: 16px; color: #344054; }
.dwlp .hw-list .ck {
  width: 24px; height: 24px; border-radius: 50%; background: rgba(16, 185, 129, 0.12);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;
}
.dwlp .hw-list .ck svg { width: 14px; height: 14px; color: #10b981; }

/* Mini price rows inside how-it-works visuals */
.dwlp .prow {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; border: 1px solid #eef3fc; border-radius: 13px; margin-bottom: 10px;
}
.dwlp .prow:last-child { margin-bottom: 0; }
.dwlp .prow .p-name { font-weight: 700; font-size: 15px; }
.dwlp .prow .p-name small { display: block; color: #98a2b3; font-weight: 600; font-size: 12px; }
.dwlp .prow .p-old { color: #98a2b3; text-decoration: line-through; font-size: 14px; margin-right: 8px; }
.dwlp .prow .p-new { font-weight: 900; color: #0066FF; font-size: 17px; }
.dwlp .prow .role-tag {
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px;
  padding: 4px 10px; border-radius: 50px; background: rgba(0, 102, 255, 0.1); color: #0066FF;
}
.dwlp .tag-free { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; color: #10b981; margin-top: 16px; white-space: nowrap; }
.dwlp .tag-free svg { width: 15px; height: 15px; flex-shrink: 0; }
.dwlp .tag-pro { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; color: #fff; background: var(--grad); padding: 5px 13px; border-radius: 50px; margin-top: 16px; white-space: nowrap; }
.dwlp .tag-pro svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ---- Comparison (bb) --------------------------------------------------- */
.dwlp .bb { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; position: relative; max-width: 940px; margin: 0 auto; }
.dwlp .bb-vs {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 4;
  width: 52px; height: 52px; border-radius: 50%; background: #0a1929; color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.dwlp .bb-card { border-radius: 22px; padding: 32px 30px; }
.dwlp .bb-card.usual { background: #f4f6fa; border: 1px solid #e6e9ef; }
.dwlp .bb-card.us { background: linear-gradient(160deg, #062142, #0a1929); color: #fff; border: 1px solid rgba(0, 163, 255, 0.3); }
.dwlp .bb-tag { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: #98a2b3; }
.dwlp .bb-card.us .bb-tag { color: #7cc4ff; }
.dwlp .bb-h { margin-bottom: 18px; }
.dwlp .bb-r { display: flex; gap: 12px; align-items: flex-start; padding: 11px 0; border-top: 1px solid rgba(0, 0, 0, 0.06); font-size: 15px; }
.dwlp .bb-card.us .bb-r { border-top-color: rgba(255, 255, 255, 0.1); }
.dwlp .bb-r .dash, .dwlp .bb-r .ck { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.dwlp .bb-r .dash { background: rgba(0, 0, 0, 0.06); color: #98a2b3; }
.dwlp .bb-r .ck { background: rgba(16, 185, 129, 0.16); color: #34d399; }
.dwlp .bb-r svg { width: 13px; height: 13px; }

/* Paired comparison rows: category labels + aligned heights + verdict */
.dwlp .bb .bb-r { min-height: 74px; align-items: flex-start; }
.dwlp .bb-r .k { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; color: #b3bac5; display: block; margin-bottom: 3px; }
.dwlp .bb-card.us .bb-r .k { color: #6f9fd8; }
.dwlp .verdict { margin-top: 26px; text-align: center; font-size: 16.5px; font-weight: 800; color: #0a0a0a; }
.dwlp .verdict span { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.dwlp .fnote { text-align: center; margin-top: 12px; font-size: 13px; color: #98a2b3; font-weight: 600; }

/* ---- Pro panel --------------------------------------------------------- */
.dwlp .pro-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 20px; border-radius: 50px;
  background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .5px;
}
.dwlp .pro-badge svg { width: 16px; height: 16px; }
.dwlp .propanel {
  background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px; padding: 14px; backdrop-filter: blur(8px);
}
.dwlp .progrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.dwlp .proitem {
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px; padding: 24px; transition: background .3s, transform .3s;
}
.dwlp .proitem:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-4px); }
.dwlp .pi-ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(0, 163, 255, 0.2); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.dwlp .pi-ic svg { width: 24px; height: 24px; color: #9fd2ff; }
.dwlp .proitem b { display: block; font-size: 16.5px; margin-bottom: 6px; }
.dwlp .proitem .sub { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.7); }
.dwlp .pro-cta-wrap { text-align: center; margin-top: 40px; }

/* ---- Pro section: marquee + tile grid on the blue band ------------------ */
.dwlp .marquee {
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 24px; padding: 34px; backdrop-filter: blur(8px);
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center;
  margin-bottom: 22px;
}
.dwlp .marquee h3 { font-size: 24px; font-weight: 900; color: #fff; margin: 0 0 10px; }
.dwlp .marquee p { font-size: 15.5px; line-height: 1.7; color: rgba(255, 255, 255, .85); margin: 0; }
.dwlp .marquee .viz { background: #fff; border-radius: 16px; padding: 16px; color: #1a1a1a; box-shadow: 0 18px 44px rgba(0, 20, 41, .3); }
.dwlp .pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.dwlp .ptile {
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px; padding: 20px 22px; transition: background .3s, transform .3s;
}
.dwlp .ptile:hover { background: rgba(255, 255, 255, .13); transform: translateY(-3px); }
.dwlp .ptile .pic { width: 38px; height: 38px; border-radius: 10px; background: rgba(0, 163, 255, .22); display: flex; align-items: center; justify-content: center; margin-bottom: 13px; }
.dwlp .ptile .pic svg { width: 19px; height: 19px; color: #bfe0ff; }
.dwlp .ptile b { display: block; color: #fff; font-size: 15px; margin-bottom: 4px; }
.dwlp .ptile span { font-size: 13px; line-height: 1.55; color: rgba(255, 255, 255, .72); }

/* ---- Pricing ----------------------------------------------------------- */
.dwlp .ptoggle {
  display: inline-flex; background: #eef3fc; border-radius: 50px; padding: 5px; margin: 0 auto 40px; gap: 4px;
}
.dwlp .ptoggle button {
  border: none; background: transparent; padding: 11px 26px; border-radius: 50px; cursor: pointer;
  font-weight: 800; font-size: 14px; color: #667085; font-family: inherit; transition: all .3s; display: inline-flex; align-items: center; gap: 8px;
}
.dwlp .ptoggle button.on { background: #fff; color: #0066FF; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }
.dwlp .ptoggle .save { font-size: 10px; font-weight: 800; background: #10b981; color: #fff; padding: 2px 8px; border-radius: 50px; }
.dwlp .plans { display: grid; grid-template-columns: repeat(2, minmax(0, 380px)); gap: 26px; justify-content: center; align-items: start; }
.dwlp .plan { background: #fff; border: 1px solid #e6eefc; border-radius: 24px; padding: 36px 32px; position: relative; }
.dwlp .plan.pro { border: 2px solid #0066FF; box-shadow: 0 24px 60px rgba(0, 102, 255, 0.18); }
.dwlp .pop { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff; font-size: 12px; font-weight: 800; padding: 6px 18px; border-radius: 50px; box-shadow: 0 8px 18px rgba(0, 102, 255, 0.4); }
.dwlp .plan .nm { font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #667085; }
.dwlp .plan .amt { font-size: 46px; font-weight: 900; color: #0a0a0a; margin: 10px 0 4px; }
.dwlp .plan .amt small { font-size: 16px; font-weight: 700; color: #98a2b3; }
.dwlp .plan .pnote { font-size: 13.5px; color: #98a2b3; margin-bottom: 22px; }
.dwlp .plan ul { list-style: none; margin: 0 0 26px; padding: 0; }
.dwlp .plan li { display: flex; gap: 11px; align-items: flex-start; padding: 9px 0; font-size: 15px; color: #344054; }
.dwlp .plan li .ck { width: 22px; height: 22px; border-radius: 50%; background: rgba(16, 185, 129, 0.14); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dwlp .plan li .ck svg { width: 13px; height: 13px; color: #10b981; }
.dwlp .plan .addl { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #0066FF; margin: 8px 0; }
.dwlp .pbtn { display: block; text-align: center; padding: 15px; border-radius: 50px; font-weight: 800; text-decoration: none; font-size: 15.5px; transition: all .3s; }
.dwlp .pbtn.ghost { background: #f2f7ff; color: #0052CC; }
.dwlp .pbtn.ghost:hover { background: #e6eefc; }
.dwlp .pbtn.blue { background: var(--grad); color: #fff; box-shadow: 0 10px 24px rgba(0, 102, 255, 0.35); }
.dwlp .pbtn.blue:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0, 102, 255, 0.45); }
.dwlp .guarantee { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 14px 0 0; font-size: 13px; color: #667085; font-weight: 600; }
.dwlp .guarantee svg { width: 15px; height: 15px; color: #10b981; }
.dwlp .afterbuy, .dwlp .proofbar { max-width: 760px; margin: 30px auto 0; text-align: center; font-size: 14.5px; line-height: 1.7; color: #667085; background: #f7faff; border: 1px solid #e6eefc; border-radius: 16px; padding: 18px 24px; }
.dwlp .proofbar { margin: 0 auto 30px; }
.dwlp .proofbar b, .dwlp .afterbuy b { color: #0a0a0a; }

/* ---- Pricing: the journey panel (start free, go Pro when ready) --------- */
.dwlp .journey {
  background: #fff; border: 1px solid rgba(0, 102, 255, .14); border-radius: 26px; overflow: hidden;
  box-shadow: 0 26px 65px rgba(2, 30, 84, .1);
  display: grid; grid-template-columns: 1fr 74px 1fr; align-items: stretch;
  margin-top: 36px;
}
.dwlp .j-free { padding: 42px 38px; }
.dwlp .j-step { font-size: 11.5px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: #98a2b3; margin-bottom: 14px; }
.dwlp .journey .amt { font-size: 42px; font-weight: 900; color: #0a0a0a; margin: 0 0 2px; }
.dwlp .journey .amt small { font-size: 15px; font-weight: 700; color: #98a2b3; }
.dwlp .journey .pnote { font-size: 13.5px; color: #98a2b3; margin-bottom: 18px; }
.dwlp .ckrow { display: flex; gap: 11px; align-items: flex-start; padding: 8px 0; font-size: 15px; color: #344054; }
.dwlp .ckrow .ck { width: 22px; height: 22px; border-radius: 50%; background: rgba(16, 185, 129, .14); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.dwlp .ckrow .ck svg { width: 12px; height: 12px; color: var(--green); }
.dwlp .journey .pbtn { margin-top: 20px; }
.dwlp .j-mid {
  background: #f7faff; border-left: 1px solid #eef3fc; border-right: 1px solid #eef3fc;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 12px 8px;
}
.dwlp .j-mid svg { width: 22px; height: 22px; color: var(--p); }
.dwlp .j-mid span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #98a2b3; text-align: center; line-height: 1.5; }
.dwlp .j-pro { background: linear-gradient(160deg, #04182f 0%, #0a1929 60%, #082448 100%); color: #fff; padding: 42px 38px; position: relative; overflow: hidden; }
.dwlp .j-pro::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 85% 12%, rgba(0, 163, 255, .22), transparent 45%); }
.dwlp .j-pro > * { position: relative; }
.dwlp .j-pro .j-step { color: #7cc4ff; }
.dwlp .j-pro .ptoggle { background: rgba(255, 255, 255, .1); margin-bottom: 16px; }
.dwlp .j-pro .ptoggle button { color: rgba(255, 255, 255, .7); }
.dwlp .j-pro .ptoggle button.on { background: #fff; color: var(--p); }
.dwlp .j-pro .amt { color: #fff; }
.dwlp .j-pro .amt small { color: rgba(255, 255, 255, .65); }
.dwlp .j-pro .pnote { color: rgba(255, 255, 255, .6); }
.dwlp .j-pro .ckrow { color: rgba(255, 255, 255, .88); }
.dwlp .j-pro .ckrow .ck { background: rgba(0, 163, 255, .18); }
.dwlp .j-pro .ckrow .ck svg { color: #7cc4ff; }
.dwlp .pbtn.white { background: #fff; color: var(--p2); box-shadow: 0 10px 26px rgba(0, 0, 0, .25); }
.dwlp .pbtn.white:hover { transform: translateY(-2px); }
.dwlp .j-pro .guarantee { color: rgba(255, 255, 255, .7); }
.dwlp .assure { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.dwlp .as-chip { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid #e3ebf8; border-radius: 14px; padding: 13px 20px; font-size: 13.5px; font-weight: 700; color: #344054; }
.dwlp .as-chip svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; }

/* ---- FAQ: uses the site-wide .faq pattern from main.css (same section as
   PriceWise / FilterKit / Quotly), no page-specific styles needed. -------- */

/* ---- Maker letter + final CTA (side-by-side: letter | white card) ------ */
.dwlp .get-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 40px; align-items: stretch; }
.dwlp .letter { background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 24px; padding: 42px 44px; backdrop-filter: blur(6px); display: flex; flex-direction: column; justify-content: center; }
.dwlp .letter .tag { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #fff; opacity: .8; margin-bottom: 18px; }
.dwlp .letter p { font-size: 16.5px; line-height: 1.8; color: rgba(255, 255, 255, 0.94); margin: 0 0 15px; }
.dwlp .letter em { color: #cfe6ff; font-style: normal; font-weight: 700; }
.dwlp .signrow { display: flex; align-items: center; gap: 16px; margin-top: 22px; }
.dwlp .signrow .sig { font-size: 30px; font-weight: 800; color: #fff; }
.dwlp .who { display: flex; align-items: center; gap: 12px; }
.dwlp .lav { width: 46px; height: 46px; border-radius: 50%; background: #fff; color: #0052CC; font-weight: 800; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.dwlp .lav img { width: 100%; height: 100%; object-fit: cover; }
.dwlp .who b { display: block; color: #fff; font-size: 15px; }
.dwlp .who span { font-size: 13px; color: rgba(255, 255, 255, 0.7); }

.dwlp .cta-card { background: #fff; border-radius: 26px; padding: 46px 42px; box-shadow: 0 30px 70px rgba(0, 20, 60, .3); text-align: center; display: flex; flex-direction: column; justify-content: center; }
.dwlp .cta-card .cc-eb { display: inline-block; margin: 0 auto 16px; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--p); background: rgba(0, 102, 255, .08); border: 1px solid rgba(0, 102, 255, .18); padding: 7px 16px; border-radius: 50px; }
.dwlp .cta-card h2 { font-size: 36px; font-weight: 900; letter-spacing: -0.02em; color: #0a0a0a; line-height: 1.1; margin: 0 0 12px; }
.dwlp .cta-card p { font-size: 16.5px; line-height: 1.7; color: var(--muted); margin: 0 0 26px; }
.dwlp .cc-btn { display: inline-flex; align-items: center; gap: 10px; align-self: center; background: var(--grad); color: #fff; font-weight: 800; font-size: 16px; padding: 17px 34px; border-radius: 50px; text-decoration: none; box-shadow: 0 14px 34px rgba(0, 102, 255, .4); transition: transform .3s; margin-bottom: 24px; }
.dwlp .cc-btn:hover { transform: translateY(-3px); }
.dwlp .cc-btn .ar { transition: transform .3s; }
.dwlp .cc-btn:hover .ar { transform: translateX(4px); }
.dwlp .cc-trust { display: flex; flex-direction: column; gap: 12px; text-align: left; max-width: 340px; margin: 0 auto; }
.dwlp .cc-trust .ti { display: flex; align-items: center; gap: 11px; font-size: 14.5px; font-weight: 600; color: #344054; }
.dwlp .cc-trust .ti svg { width: 20px; height: 20px; color: var(--green); flex-shrink: 0; }

/* ---- Trust section: same-speed bars ------------------------------------ */
.dwlp .sb-card { display: flex; flex-direction: column; gap: 14px; }
.dwlp .sb-row { display: flex; align-items: center; gap: 14px; }
.dwlp .sb-lbl { width: 74px; font-weight: 800; font-size: 14px; color: #344054; flex-shrink: 0; }
.dwlp .sb-track { flex: 1; height: 32px; background: #f2f7ff; border-radius: 10px; overflow: hidden; }
.dwlp .sb-bar {
  height: 100%; width: 42%; background: var(--grad); border-radius: 10px;
  display: flex; align-items: center; justify-content: flex-end; padding-right: 12px;
  color: #fff; font-size: 12.5px; font-weight: 800;
}
.dwlp .sb-note { font-size: 13.5px; color: #667085; font-weight: 600; text-align: center; margin-top: 4px; }

/* ---- Trust section: why-this-price card -------------------------------- */
.dwlp .why-head { font-weight: 800; font-size: 16px; color: #0a0a0a; padding-bottom: 12px; border-bottom: 1px solid #eef3fc; }
.dwlp .why-row { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid #f4f7fd; font-size: 14.5px; color: #344054; }
.dwlp .why-row .wr-ic { width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dwlp .why-row .wr-ic.ok { background: rgba(16, 185, 129, .14); color: #10b981; }
.dwlp .why-row .wr-ic.no { background: #f2f4f7; color: #98a2b3; }
.dwlp .why-row .wr-ic svg { width: 12px; height: 12px; }
.dwlp .why-row .wr-amt { margin-left: auto; font-weight: 800; }
.dwlp .why-row.dim { color: #98a2b3; }
.dwlp .why-row.dim .wr-amt { font-weight: 700; }
.dwlp .why-row.total { border-bottom: 0; font-weight: 800; color: #0a0a0a; }
.dwlp .why-row.total .wr-amt { color: #0066FF; font-size: 19px; }

/* ---- Real screenshots: the actual plugin, photographed ------------------ */
.dwlp .shots { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 1160px; margin: 0 auto; }
.dwlp .shot { margin: 0; text-align: center; }
.dwlp .shot.big { grid-column: span 2; }
.dwlp .shot img {
  display: block; width: 100%; height: auto; border-radius: 14px;
  border: 1px solid rgba(0, 102, 255, .16);
  box-shadow: 0 24px 60px rgba(2, 30, 84, .14);
}
.dwlp .shot figcaption { margin-top: 14px; font-size: 14.5px; color: var(--muted); line-height: 1.55; }

/* ---- Free features: bento grid (dark section) --------------------------- */
.dwlp .bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(120px, auto); gap: 18px; }
.dwlp .btile {
  background: rgba(255, 255, 255, .045); border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px; padding: 26px; display: flex; flex-direction: column;
  transition: border-color .3s, background .3s, transform .3s;
}
.dwlp .btile:hover { border-color: rgba(0, 163, 255, .5); background: rgba(255, 255, 255, .07); transform: translateY(-4px); }
.dwlp .btile.big { grid-column: span 2; grid-row: span 2; }
.dwlp .btile.wide { grid-column: span 2; }
.dwlp .btile h3 { font-size: 17px; font-weight: 800; color: #fff; margin: 0 0 7px; }
.dwlp .btile.big h3 { font-size: 21px; }
.dwlp .btile p { font-size: 13.5px; line-height: 1.65; color: rgba(226, 240, 255, .72); margin: 0; }
.dwlp .btile .bic {
  width: 42px; height: 42px; border-radius: 12px; background: rgba(0, 163, 255, .14);
  border: 1px solid rgba(0, 163, 255, .3); display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.dwlp .btile .bic svg { width: 21px; height: 21px; color: #7cc4ff; }
.dwlp .btile .bviz { margin-top: auto; padding-top: 18px; }
.dwlp .miniq { border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; overflow: hidden; background: rgba(255, 255, 255, .03); font-size: 13px; }
.dwlp .miniq .mrow { display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 9px 14px; border-top: 1px solid rgba(255, 255, 255, .07); color: rgba(226, 240, 255, .85); }
.dwlp .miniq .mrow:first-child { border-top: 0; background: rgba(255, 255, 255, .05); font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: rgba(226, 240, 255, .55); }
.dwlp .miniq .mrow b { color: #fff; font-weight: 800; }
.dwlp .miniq .mrow .sv { color: #34d399; font-weight: 800; }
.dwlp .bstrip { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.dwlp .bstrip .pillg { font-size: 12px; font-weight: 800; padding: 6px 13px; border-radius: 50px; background: linear-gradient(135deg, #10b981, #059669); color: #fff; }
.dwlp .bstrip .pillb { font-size: 12px; font-weight: 800; padding: 6px 13px; border-radius: 50px; background: var(--grad); color: #fff; }
.dwlp .bstrip .strk { font-size: 14px; color: rgba(226, 240, 255, .55); text-decoration: line-through; }
.dwlp .bstrip .nw { font-size: 15px; font-weight: 900; color: #7cc4ff; }

/* ---- Electric blue (accent) section support ----------------------------
   Headings, eyebrows and gradient accents adapt when a content section sits
   on the solid blue band; white cards carry the visuals. */
.dwlp .section.accent .eyebrow {
  background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .25); color: #dcebff;
}
.dwlp .section.accent .stitle { color: #fff; }
.dwlp .section.accent .gt {
  background: linear-gradient(135deg, #ffffff, #a8d4ff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.dwlp .section.accent .hw-visual {
  border-color: rgba(255, 255, 255, .28);
  box-shadow: 0 26px 60px rgba(0, 20, 41, .35);
}

/* ---- Reveal animation -------------------------------------------------- */
.dwlp .rv { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.dwlp .rv.in { opacity: 1; transform: none; }
.dwlp .rv.d1 { transition-delay: .12s; }
.dwlp .rv.d2 { transition-delay: .24s; }

/* ---- Responsive -------------------------------------------------------- */
@media (max-width: 960px) {
  .dwlp .hero { padding: 150px 24px 80px; }
  .dwlp .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .dwlp .hero h1 { font-size: 44px; }
  .dwlp .hw { grid-template-columns: 1fr; gap: 32px; }
  .dwlp .hw.flip .hw-visual { order: -1; }
  .dwlp .mweek { grid-template-columns: 1fr; gap: 40px; }
  .dwlp .bento { grid-template-columns: 1fr 1fr; }
  .dwlp .marquee { grid-template-columns: 1fr; gap: 26px; }
  .dwlp .pgrid { grid-template-columns: 1fr 1fr; }
  .dwlp .journey { grid-template-columns: 1fr; }
  .dwlp .j-mid { flex-direction: row; border: 0; border-top: 1px solid #eef3fc; border-bottom: 1px solid #eef3fc; }
  .dwlp .j-mid svg { transform: rotate(90deg); }
  .dwlp .shots { grid-template-columns: 1fr; gap: 30px; }
  .dwlp .shot.big { grid-column: span 1; }
  .dwlp .bb { grid-template-columns: 1fr; gap: 40px; }
  .dwlp .bb-vs { display: none; }
  .dwlp .bb .bb-r { min-height: 0; }
  .dwlp .plans { grid-template-columns: 1fr; }
  .dwlp .stitle { font-size: 38px; }
}
@media (max-width: 600px) {
  .dwlp .section { padding: 76px 20px; }
  .dwlp .hero h1 { font-size: 36px; }
  .dwlp .hero-sub { font-size: 17px; }
  .dwlp .stitle { font-size: 31px; }
  .dwlp .sdesc { font-size: 17px; }
  .dwlp .cta-card h2 { font-size: 30px; }
  .dwlp .get-grid { grid-template-columns: 1fr; gap: 28px; }
  .dwlp .hero-stats { gap: 22px; }
  .dwlp .hero-float { display: none; }
  .dwlp .bento { grid-template-columns: 1fr; }
  .dwlp .btile.big, .dwlp .btile.wide { grid-column: span 1; grid-row: span 1; }
}
