/* Shopify Care Plan Brochure Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-primary); background: #fff; color: var(--color-dark-black); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }

/* ── HERO ─────────────────────────────────────────────────────── */
.hero {
  background: var(--color-dark-black);
  padding: 72px 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  min-height: 640px;
}
.hero-blob-a {
  position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none;
  width: 500px; height: 500px; background: #FF5000; opacity: .14;
  top: -160px; right: 120px;
}
.hero-blob-b {
  position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none;
  width: 220px; height: 220px; background: #FED2A5; opacity: .12;
  bottom: 0; left: -50px;
}
.hero-dots {
  position: absolute; top: 36px; right: 48px;
  display: grid; grid-template-columns: repeat(6, 8px); gap: 10px;
  pointer-events: none;
}
.hero-dots span { width: 6px; height: 6px; border-radius: 50%; background: #FF5000; opacity: .28; display: block; }

/* Left content */
.hero-left { position: relative; z-index: 2; padding-bottom: 80px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--color-orange); margin-bottom: 26px;
}
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--color-orange); display: block; flex-shrink: 0; }
.hero-title {
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 800; line-height: 1.0; letter-spacing: -.03em; color: #fff; margin-bottom: 22px;
}
.hero-title em { font-style: normal; color: var(--color-orange); }
.hero-sub { font-size: 17px; line-height: 1.72; color: rgba(255,255,255,.6); max-width: 430px; margin-bottom: 40px; }
.price-badge {
  display: inline-flex; align-items: baseline; gap: 6px;
  background: var(--color-orange); color: #fff;
  padding: 18px 30px; border-radius: 14px;
}
.price-badge .curr { font-size: 18px; font-weight: 600; opacity: .85; }
.price-badge .amt  { font-size: 44px; font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.price-badge .per  { font-size: 14px; opacity: .75; }

/* Mockup */
.hero-right { position: relative; z-index: 2; display: flex; justify-content: center; align-items: flex-end; }
.mockup {
  width: 305px; background: #1C1C1F;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  box-shadow: 0 -10px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.06);
}
.mockup-bar { background: #252529; padding: 12px 16px; display: flex; align-items: center; gap: 7px; }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot-r { background: #FF5F57; } .dot-y { background: #FEBC2E; } .dot-g { background: #28C840; }
.url-bar { flex: 1; margin-left: 8px; background: #17171A; border-radius: 6px; height: 22px; display: flex; align-items: center; padding: 0 10px; gap: 5px; }
.url-bar span { font-size: 10px; color: rgba(255,255,255,.35); }
.url-green { width: 6px; height: 6px; border-radius: 50%; background: #28C840; }
.mockup-hero-band {
  background: var(--color-orange); height: 90px;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 800; color: #fff; letter-spacing: -.01em;
  position: relative; overflow: hidden;
}
.mockup-hero-band::after {
  content: ''; position: absolute; width: 200px; height: 200px;
  border-radius: 50%; background: rgba(255,255,255,.07); right: -60px; top: -60px;
}
.mockup-body { padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.mockup-products { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.m-prod { background: #2A2A2F; border-radius: 8px; overflow: hidden; }
.m-prod-img { height: 52px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.m-prod-body { padding: 5px 7px 7px; }
.m-prod-name { font-size: 8px; color: rgba(255,255,255,.6); font-weight: 500; }
.m-prod-price { font-size: 9px; color: #FF5000; font-weight: 700; margin-top: 1px; }
.mockup-strip {
  background: #2A2A2F; border-radius: 8px; height: 34px;
  display: flex; align-items: center; padding: 0 12px; gap: 8px;
}
.strip-accent { width: 3px; height: 18px; background: var(--color-orange); border-radius: 2px; flex-shrink: 0; }
.strip-text { font-size: 9px; color: rgba(255,255,255,.5); }
.strip-tag { margin-left: auto; background: var(--color-orange); color: #fff; font-size: 8px; font-weight: 700; padding: 3px 8px; border-radius: 20px; }

/* Float badges */
.fb {
  position: absolute; background: #fff; border-radius: 12px;
  padding: 10px 14px; display: flex; align-items: center; gap: 10px;
  box-shadow: 0 12px 32px rgba(0,0,0,.35); white-space: nowrap; z-index: 4;
}
.fb-ico { font-size: 22px; }
.fb-lbl { font-size: 11px; font-weight: 700; color: #17171A; line-height: 1.25; }
.fb-sub { font-size: 10px; color: #8E8E8E; }
.fb-1 { left: -44px; bottom: 200px; }
.fb-2 { right: -38px; top: 100px; }

/* ── FEATURES ─────────────────────────────────────────────────── */
.features { background: #fff; padding: 96px 80px; }
.sec-label {
  font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--color-orange); display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.sec-label::before { content: ''; width: 26px; height: 2px; background: var(--color-orange); display: block; }
.sec-title { font-size: clamp(32px, 4vw, 52px); font-weight: 800; letter-spacing: -.025em; line-height: 1.08; margin-bottom: 52px; }
.sec-title em { font-style: normal; color: var(--color-orange); }

.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--color-platinum); border-radius: 18px; overflow: hidden; }
.feat-card { background: #fff; padding: 36px 40px; display: flex; flex-direction: column; gap: 10px; transition: background 200ms ease; }
.feat-card:hover { background: var(--color-pearl-20); }
.feat-card.wide { grid-column: 1 / -1; }
.feat-top { display: flex; align-items: flex-start; gap: 14px; }
.chk-circle { width: 30px; height: 30px; border-radius: 50%; background: var(--color-orange); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.chk-circle svg { width: 14px; height: 14px; stroke: #fff; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.feat-qty { font-size: 12px; font-weight: 600; color: var(--color-quartz); letter-spacing: .01em; }
.feat-name { font-size: 18px; font-weight: 700; line-height: 1.3; letter-spacing: -.01em; }
.feat-desc { font-size: 14px; color: var(--color-quartz); line-height: 1.65; padding-left: 44px; }

/* Feature illustrations */
.feat-illo {
  width: 100%; height: 120px;
  background: var(--color-pearl);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.feat-illo svg { width: 100%; height: 100%; }

/* ── UNLIMITED SUPPORT BAND ───────────────────────────────────── */
.support-band {
  background: var(--color-dark-black);
  padding: 88px 80px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
  position: relative; overflow: hidden;
}
.sb-blob { position: absolute; width: 400px; height: 400px; background: #FF5000; border-radius: 50%; filter: blur(100px); opacity: .1; top: -100px; left: -80px; pointer-events: none; }
.sb-dot-grid { position: absolute; bottom: 40px; right: 60px; width: 130px; height: 130px; background-image: radial-gradient(circle, rgba(255,80,0,.3) 1.5px, transparent 1.5px); background-size: 16px 16px; pointer-events: none; }
.sb-left { position: relative; z-index: 1; }
.sb-title { font-size: clamp(34px, 4vw, 54px); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; color: #fff; margin-top: 12px; margin-bottom: 20px; }
.sb-title em { font-style: normal; color: var(--color-orange); }
.sb-sub { font-size: 16px; color: rgba(255,255,255,.55); line-height: 1.7; }
.sb-right { position: relative; z-index: 1; }
.wa-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); border-radius: 18px; padding: 28px; overflow: hidden; position: relative; }
.wa-card::before { content: ''; position: absolute; width: 200px; height: 200px; background: #FF5000; border-radius: 50%; filter: blur(70px); opacity: .12; top: -60px; right: -60px; }
.wa-header { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.07); padding-bottom: 16px; margin-bottom: 16px; position: relative; z-index: 1; }
.wa-icon { width: 42px; height: 42px; background: #25D366; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wa-icon svg { width: 24px; height: 24px; fill: #fff; }
.wa-name { font-size: 14px; font-weight: 700; color: #fff; line-height: 1.2; }
.wa-status { font-size: 11px; color: #25D366; margin-top: 2px; }
.wa-msgs { display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 1; }
.msg { }
.bubble { display: inline-block; padding: 10px 14px; border-radius: 12px; font-size: 13px; line-height: 1.5; max-width: 82%; }
.bubble.in { background: rgba(255,255,255,.08); color: rgba(255,255,255,.85); border-bottom-left-radius: 3px; }
.bubble.out { background: var(--color-orange); color: #fff; border-bottom-right-radius: 3px; display: block; margin-left: auto; }
.msg-time { font-size: 10px; color: rgba(255,255,255,.3); margin-top: 4px; }
.msg-time.r { text-align: right; }

/* ── BONUS ─────────────────────────────────────────────────────── */
.bonus-section { background: var(--color-orange); padding: 80px; position: relative; overflow: hidden; }
.bonus-section::after {
  content: 'BONUS'; position: absolute; right: -20px; top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 150px; font-weight: 900; letter-spacing: .05em;
  color: rgba(255,255,255,.07); pointer-events: none; white-space: nowrap; line-height: 1;
}
.bonus-dots { position: absolute; top: 32px; left: 32px; width: 120px; height: 120px; background-image: radial-gradient(circle, rgba(255,255,255,.3) 1.5px, transparent 1.5px); background-size: 14px 14px; pointer-events: none; }
.bonus-blob { position: absolute; width: 350px; height: 350px; background: rgba(0,0,0,.12); border-radius: 50%; filter: blur(80px); bottom: -100px; right: 200px; pointer-events: none; }
.bonus-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center; }
.bonus-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.2); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin-bottom: 24px; }
.bonus-title { font-size: clamp(32px, 4vw, 52px); font-weight: 800; line-height: 1.05; letter-spacing: -.03em; color: #fff; margin-bottom: 16px; }
.bonus-desc { font-size: 16px; color: rgba(255,255,255,.8); line-height: 1.7; max-width: 500px; }
.bonus-right { flex-shrink: 0; text-align: center; border-left: 1px solid rgba(255,255,255,.2); padding-left: 56px; }
.bonus-num { font-size: 88px; font-weight: 800; color: #fff; line-height: 1; letter-spacing: -.05em; }
.bonus-unit { font-size: 13px; color: rgba(255,255,255,.7); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-top: 6px; line-height: 1.5; }

/* ── CTA ────────────────────────────────────────────────────────── */
.cta-section { background: var(--color-dark-black); padding: 88px 80px; text-align: center; position: relative; overflow: hidden; }
.cta-blob-1 { position: absolute; width: 400px; height: 400px; background: #FF5000; border-radius: 50%; filter: blur(100px); opacity: .12; top: -150px; left: -100px; pointer-events: none; }
.cta-blob-2 { position: absolute; width: 300px; height: 300px; background: #FF5000; border-radius: 50%; filter: blur(80px); opacity: .1; bottom: -100px; right: -60px; pointer-events: none; }
.cta-inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }
.cta-logo { margin-bottom: 36px; display: flex; justify-content: center; }
.cta-logo img { height: 36px; }
.cta-title { font-size: clamp(34px, 4vw, 52px); font-weight: 800; color: #fff; line-height: 1.08; letter-spacing: -.03em; margin-bottom: 18px; }
.cta-desc { font-size: 17px; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 40px; }
.cta-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--color-orange); color: #fff;
  font-family: var(--font-primary); font-size: 16px; font-weight: 700;
  padding: 18px 36px; border-radius: 100px; text-decoration: none;
  letter-spacing: -.01em; transition: opacity 180ms;
}
.cta-btn:hover { opacity: .88; }
.cta-btn svg { width: 22px; height: 22px; flex-shrink: 0; }
.cta-note { font-size: 13px; color: rgba(255,255,255,.4); margin-top: 18px; }
.footer-bar { background: #111; padding: 28px 80px; display: flex; align-items: center; justify-content: space-between; }
.footer-bar img { height: 26px; opacity: .7; }
.footer-text { font-size: 12px; color: rgba(255,255,255,.3); }

/* ── RESPONSIVE ────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero { padding: 72px 40px 0; gap: 32px; }
  .features { padding: 72px 40px; }
  .support-band { padding: 72px 40px; gap: 48px; }
  .bonus-section { padding: 64px 40px; }
  .cta-section { padding: 72px 40px; }
  .footer-bar { padding: 24px 40px; }
  .fb-1 { left: -20px; }
  .fb-2 { right: -20px; }
}

@media (max-width: 768px) {
  /* Hero — stack vertically, hide mockup */
  .hero {
    grid-template-columns: 1fr;
    padding: 80px 24px 48px;
    min-height: auto;
    gap: 0;
  }
  .hero-left { padding-bottom: 0; }
  .hero-right { display: none; }
  .hero > div[style*="top:32px"] { left: 24px !important; }

  /* Features */
  .features { padding: 56px 24px; }
  .feat-grid { grid-template-columns: 1fr; }
  .feat-card { padding: 28px 24px; }
  .feat-card.wide { grid-column: auto; }

  /* Support band */
  .support-band {
    grid-template-columns: 1fr;
    padding: 56px 24px;
    gap: 40px;
  }

  /* Bonus */
  .bonus-section { padding: 56px 24px; }
  .bonus-inner { grid-template-columns: 1fr; gap: 32px; }
  .bonus-right {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 32px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .bonus-num { font-size: 64px; }

  /* CTA */
  .cta-section { padding: 56px 24px; }
  .cta-btn { padding: 16px 24px; font-size: 15px; }

  /* Footer */
  .footer-bar {
    padding: 24px;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
