/* Bunny Skip — v1 "Refined Playful"
   Modern, light, airy; mascot + purple star of the show, professional execution. */

:root {
  --purple: #7c2fe8;
  --purple-dark: #5b1cbf;
  --purple-deep: #3c1180;
  --ink: #171123;
  --ink-soft: #4d4460;
  --lav: #f4efff;
  --lav-2: #e9defc;
  --bg: #ffffff;
  --card: #ffffff;
  --line: #e8e2f4;
  --good: #16a34a;
  --warn: #b45309;
  --bad: #dc2626;
  --radius: 18px;
  --shadow: 0 10px 30px -12px rgba(60, 17, 128, .18);
  --font-head: 'Fredoka', sans-serif;
  --font-body: 'Inter', -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--bg); line-height: 1.6; font-size: 16.5px; }
img { max-width: 100%; display: block; }
a { color: var(--purple); text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.15; }
h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); letter-spacing: -.5px; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.25rem; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
section { padding: 76px 0; }
.kicker { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; color: var(--purple); margin-bottom: 10px; }
.lead { font-size: 1.15rem; color: var(--ink-soft); max-width: 640px; }
.center { text-align: center; }
.center .lead { margin: 0 auto; }

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; gap: 28px; height: 72px; }
.nav-logo img { height: 44px; width: auto; }
.nav-links { display: flex; gap: 26px; margin-left: auto; align-items: center; }
.nav-links a { color: var(--ink); font-weight: 500; font-size: .95rem; }
.nav-links a:hover { color: var(--purple); }
.nav-links a.active { color: var(--purple); }
.nav-cta { background: var(--purple); color: #fff !important; padding: 10px 20px; border-radius: 999px; font-weight: 600; box-shadow: var(--shadow); }
.nav-cta:hover { background: var(--purple-dark); }
.nav-burger { display: none; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; padding: 14px 30px; border-radius: 999px; border: 0; cursor: pointer; transition: transform .15s, box-shadow .15s; }
.btn-primary { background: var(--purple); color: #fff; box-shadow: 0 12px 24px -8px rgba(124, 47, 232, .5); }
.btn-primary:hover { background: var(--purple-dark); transform: translateY(-2px); }
.btn-ghost { background: #fff; color: var(--purple); border: 2px solid var(--lav-2); }
.btn-ghost:hover { border-color: var(--purple); }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, var(--lav) 0%, #fff 100%); padding: 70px 0 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: center; padding-bottom: 44px; }
.hero h1 .hl { color: var(--purple); }
.hero .lead { margin: 20px 0 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-art { position: relative; align-self: stretch; }
.hero-art img { position: absolute; bottom: -44px; right: -20px; height: calc(100% + 150px); width: auto; max-width: none; }
.trust-strip { background: var(--ink); color: #fff; padding: 18px 0; position: relative; z-index: 2; }
.trust-strip .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 30px; }
.trust-item { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: .95rem; }
.trust-item svg { flex: none; }

/* ---------- Feature grid ---------- */
.features { background: #fff; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 44px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.card h3 { margin: 14px 0 8px; }
.card p { color: var(--ink-soft); font-size: .95rem; }
.icon-dot { width: 68px; height: 68px; border-radius: 18px; background: var(--lav); display: flex; align-items: center; justify-content: center; color: var(--purple); font-size: 34px; line-height: 1; margin: 0 auto; }

/* ---------- Estimator ---------- */
.estimator-section { background: var(--lav); }
.estimator { background: #fff; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid var(--line); padding: 40px; margin-top: 40px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; }
.est-label { font-family: var(--font-head); font-weight: 600; margin-bottom: 8px; display: block; }
.est-leads-value { font-size: 2rem; color: var(--purple); font-family: var(--font-head); font-weight: 600; }
input[type=range] { width: 100%; accent-color: var(--purple); height: 34px; }
.est-options { display: grid; gap: 18px; margin-top: 18px; }
.radio-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.radio-card { position: relative; }
.radio-card input { position: absolute; opacity: 0; }
.radio-card span { display: block; border: 2px solid var(--line); border-radius: 12px; padding: 12px 14px; font-size: .88rem; cursor: pointer; transition: .15s; line-height: 1.35; }
.radio-card input:checked + span { border-color: var(--purple); background: var(--lav); font-weight: 600; }
.est-results { background: var(--purple-deep); border-radius: 18px; color: #fff; padding: 30px; display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.est-row .er-label { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
.est-row .er-value { font-family: var(--font-head); font-size: 1.7rem; font-weight: 600; }
.est-row .er-value.big { font-size: 2.2rem; color: #d9c5ff; }
.est-foot { font-size: .82rem; opacity: .75; }
.est-emails { background: rgba(255,255,255,.14); border-radius: 10px; padding: 8px 12px; font-size: .85rem; font-weight: 600; }
.est-disclaimer { font-size: .8rem; color: var(--ink-soft); margin-top: 14px; }

/* ---------- DNC section ---------- */
.dnc { background: #fff; }
.dnc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-top: 30px; }
.dnc-table { width: 100%; border-collapse: collapse; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.dnc-table th { background: var(--purple); color: #fff; padding: 14px; font-family: var(--font-head); font-weight: 600; text-align: left; }
.dnc-table td { padding: 14px; border-bottom: 1px solid var(--line); background: #fff; }
.dnc-table tr:last-child td { border-bottom: 0; }
.dnc-table .rate { font-family: var(--font-head); font-weight: 600; color: var(--purple); font-size: 1.15rem; }
.callout { border-left: 4px solid var(--purple); background: var(--lav); border-radius: 0 12px 12px 0; padding: 18px 22px; margin-top: 24px; font-size: .95rem; color: var(--ink-soft); }

/* ---------- Testimonials ---------- */
.testimonials { background: var(--lav); }
.quote-card { background: #fff; border-radius: var(--radius); padding: 30px; border: 1px solid var(--line); box-shadow: var(--shadow); display: flex; flex-direction: column; }
.quote-card .stars { color: #f59e0b; letter-spacing: 2px; margin-bottom: 12px; }
.quote-card .fb-rec { color: #1877f2; font-weight: 700; font-size: .85rem; margin-bottom: 12px; }
.quote-card blockquote { font-size: .98rem; color: var(--ink-soft); flex: 1; }
.quote-card cite { margin-top: 18px; font-style: normal; font-weight: 600; font-family: var(--font-head); }
.quote-card cite small { display: block; color: var(--ink-soft); font-weight: 400; font-family: var(--font-body); }

/* ---------- Sample output ---------- */
.table-toggle { display: flex; justify-content: center; gap: 10px; margin-top: 32px; }
.tt-btn { font-family: var(--font-head); font-weight: 600; font-size: .92rem; padding: 10px 22px; border-radius: 999px; border: 2px solid var(--line); background: #fff; color: var(--ink-soft); cursor: pointer; transition: .15s; }
.tt-btn.active { border-color: var(--purple); background: var(--lav); color: var(--purple); }
.sample-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); margin-top: 24px; }
.sample-table { border-collapse: collapse; font-size: .82rem; white-space: nowrap; min-width: 100%; }
.sample-table th { background: var(--ink); color: #fff; padding: 10px 14px; text-align: left; font-weight: 600; position: sticky; top: 0; }
.sample-table td { padding: 9px 14px; border-bottom: 1px solid var(--line); }
.sample-table tr:nth-child(even) td { background: var(--lav); }
.tag { display: inline-block; border-radius: 6px; padding: 1px 7px; font-size: .72rem; font-weight: 700; }
.tag-c { background: #dcfce7; color: #15803d; }
.tag-l { background: #e0e7ff; color: #4338ca; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 44px; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px 24px; box-shadow: var(--shadow); }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: -20px; left: 22px; width: 40px; height: 40px; border-radius: 50%; background: var(--purple); color: #fff; font-family: var(--font-head); font-weight: 600; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; box-shadow: var(--shadow); }
.step h3 { margin: 6px 0 8px; }
.step p { color: var(--ink-soft); font-size: .93rem; }

/* ---------- Pricing ---------- */
.price-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 44px; max-width: 860px; margin-left: auto; margin-right: auto; }
.price-card { background: #fff; border: 2px solid var(--line); border-radius: 24px; padding: 40px 36px; text-align: center; position: relative; }
.price-card.featured { border-color: var(--purple); box-shadow: var(--shadow); }
.price-card .badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--purple); color: #fff; font-size: .75rem; font-weight: 700; padding: 5px 16px; border-radius: 999px; letter-spacing: .06em; }
.price-num { font-family: var(--font-head); font-size: 3.4rem; font-weight: 600; color: var(--purple); line-height: 1; }
.price-num small { font-size: 1.1rem; color: var(--ink-soft); font-weight: 400; }
.price-card ul { list-style: none; margin-top: 24px; text-align: left; }
.price-card li { padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: .95rem; color: var(--ink-soft); display: flex; gap: 10px; }
.price-card li:last-child { border: 0; }
.price-card li::before { content: '✓'; color: var(--good); font-weight: 700; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin: 40px auto 0; display: grid; gap: 14px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 24px; box-shadow: var(--shadow); }
details summary { font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
details summary::after { content: '+'; font-size: 1.6rem; color: var(--purple); transition: transform .2s; flex: none; }
details[open] summary::after { transform: rotate(45deg); }
details p { margin-top: 12px; color: var(--ink-soft); font-size: .96rem; }

/* ---------- Forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); padding: 44px; max-width: 860px; margin: 40px auto 0; }
.f-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.f-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.f-field label { font-weight: 600; font-size: .92rem; font-family: var(--font-head); }
.f-field label .req { color: var(--bad); }
.f-field input[type=text], .f-field input[type=email], .f-field input[type=tel], .f-field select, .f-field textarea { border: 2px solid var(--line); border-radius: 12px; padding: 12px 14px; font: inherit; font-size: .95rem; }
.f-field input:focus, .f-field select:focus, .f-field textarea:focus { outline: none; border-color: var(--purple); }
.f-help { font-size: .82rem; color: var(--ink-soft); }
.f-radios { display: grid; gap: 8px; }
.f-radio { display: flex; gap: 10px; align-items: flex-start; border: 2px solid var(--line); border-radius: 12px; padding: 12px 14px; cursor: pointer; font-size: .92rem; }
.f-radio:has(input:checked) { border-color: var(--purple); background: var(--lav); }
.f-radio input { margin-top: 4px; accent-color: var(--purple); }
.dropzone { border: 2px dashed var(--purple); background: var(--lav); border-radius: 16px; padding: 34px; text-align: center; cursor: pointer; transition: .15s; }
.dropzone:hover { background: var(--lav-2); }
.dropzone strong { font-family: var(--font-head); color: var(--purple); }
.dropzone input { display: none; }
.of-good, .of-bad, .of-warn, .of-note { border-radius: 10px; padding: 10px 14px; font-size: .88rem; margin-top: 10px; }
.of-good { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }
.of-bad { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.of-warn { background: #fffbeb; color: #92400e; border: 1px solid #fde68a; }
.of-note { background: var(--lav); color: var(--ink-soft); }
.order-estimate { background: var(--purple-deep); color: #fff; border-radius: 16px; padding: 24px 28px; margin: 22px 0; }
.order-estimate h3 { color: #d9c5ff; margin-bottom: 12px; }
.oe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.oe-item .er-label { font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
.oe-item .er-value { font-family: var(--font-head); font-size: 1.4rem; font-weight: 600; }
.oe-note { font-size: .82rem; opacity: .8; margin-top: 12px; }
.order-success { background: #f0fdf4; border: 2px solid #bbf7d0; color: #166534; border-radius: 16px; padding: 34px; text-align: center; }
.order-success h3 { color: #15803d; margin-bottom: 10px; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--purple-deep), var(--purple)); color: #fff; overflow: hidden; }
.cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.cta-grid img { height: 400px; width: auto; margin-bottom: -190px; margin-top: -40px; }
.cta-band h2 { color: #fff; }
.cta-band p { opacity: .85; margin: 10px 0 24px; max-width: 520px; }
.cta-band .btn-primary { background: #fff; color: var(--purple-deep); box-shadow: none; }

/* ---------- Footer ---------- */
footer { background: var(--ink); color: #cfc8dd; padding: 60px 0 30px; font-size: .92rem; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; }
.foot-grid h4 { color: #fff; margin-bottom: 14px; font-size: 1rem; }
.foot-grid ul { list-style: none; display: grid; gap: 8px; }
.foot-grid a { color: #cfc8dd; }
.foot-grid a:hover { color: #fff; }
.foot-logo { height: 40px; width: auto; filter: brightness(0) invert(1); margin-bottom: 14px; }
.foot-usa { margin-top: 12px; font-weight: 600; color: #fff; }
.foot-flag { width: 62px; height: auto; margin-top: 8px; }
.foot-signup { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; max-width: 260px; }
.foot-signup input { border: 0; border-radius: 10px; padding: 10px 14px; font: inherit; font-size: .9rem; width: 100%; }
.foot-signup button { background: var(--purple); color: #fff; border: 0; border-radius: 10px; padding: 10px 18px; font-weight: 600; cursor: pointer; font-size: .9rem; }
.foot-signup button:hover { background: var(--purple-dark); }
.foot-bottom { border-top: 1px solid #2c2440; margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .82rem; opacity: .7; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero { background: linear-gradient(180deg, var(--lav) 0%, #fff 100%); padding: 60px 0 40px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid, .dnc-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero-art { align-self: auto; }
  .hero-art img { position: static; transform: none; width: 100%; margin: 0 auto; }
  .grid-3, .grid-4, .steps, .oe-grid { grid-template-columns: 1fr 1fr; }
  .estimator { grid-template-columns: 1fr; padding: 28px; }
  .price-cards { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-burger { display: block; margin-left: auto; background: none; border: 0; font-size: 1.7rem; color: var(--purple); cursor: pointer; }
  .nav.open .nav-links { display: flex; position: absolute; top: 72px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px; border-bottom: 1px solid var(--line); }
}
@media (max-width: 600px) {
  .grid-3, .grid-4, .steps, .f-grid, .radio-cards, .oe-grid { grid-template-columns: 1fr; }
  section { padding: 54px 0; }
  .form-card { padding: 26px; }
}
