/* ════════════════════════════════════════════════════════════════════════
   SellerShield — Shared design system (landing site + legal pages)
   ════════════════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --pink:        #f43397;
  --pink-dark:   #c026d3;
  --violet:      #7c3aed;
  --pink-light:  #fdf2f8;
  --bg:          #fbfaff;
  --white:       #ffffff;
  --border:      #e9e7f0;
  --text:        #14121f;
  --muted:       #6b7280;
  --light:       #f4f3f9;
  --green:       #16a34a;
  --green-bg:    #ecfdf3;
  --amber:       #b45309;
  --amber-bg:    #fffbeb;
  --radius-sm:   10px;
  --radius:      16px;
  --radius-lg:   22px;
  --shadow-sm:   0 1px 2px rgba(20,18,31,0.05), 0 1px 4px rgba(20,18,31,0.04);
  --shadow:      0 2px 8px rgba(20,18,31,0.06), 0 10px 30px rgba(20,18,31,0.07);
  --shadow-lg:   0 8px 24px rgba(20,18,31,0.08), 0 24px 60px rgba(20,18,31,0.12);
  --grad:        linear-gradient(135deg, var(--pink) 0%, var(--violet) 100%);
  --max-w:       1140px;
}

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: var(--pink); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
ul { list-style: none; }
img, svg { display: block; max-width: 100%; }

/* ── Gradient text / decorative ── */
.gradient-text {
  background: var(--grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: 12px; font-size: 14.5px; font-weight: 700;
  cursor: pointer; transition: all .18s ease; text-decoration: none !important;
  border: 1.5px solid transparent; white-space: nowrap; line-height: 1;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 6px 18px rgba(244,51,151,0.3); }
.btn-primary:hover { box-shadow: 0 8px 22px rgba(244,51,151,0.4); filter: brightness(1.04); }
.btn-outline { background: var(--white); color: var(--text); border-color: var(--border); }
.btn-outline:hover { border-color: #c7c3d6; box-shadow: var(--shadow-sm); }
.btn-whatsapp { background: linear-gradient(135deg,#25d366,#128c5e); color: #fff; box-shadow: 0 6px 18px rgba(37,211,102,0.3); }
.btn-whatsapp:hover { filter: brightness(1.05); }
.btn-sm { padding: 9px 18px; font-size: 13px; border-radius: 9px; }
.btn-lg { padding: 15px 32px; font-size: 16px; border-radius: 14px; }
.btn-block { width: 100%; }

/* ── Badge / pill ── */
.pill {
  display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700;
  letter-spacing: .3px; text-transform: uppercase; color: var(--pink);
  background: var(--pink-light); border: 1px solid rgba(244,51,151,0.18);
  border-radius: 30px; padding: 6px 14px;
}

/* ── Nav ── */
header#header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(251,250,255,0.78); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s;
}
header#header.scrolled { border-bottom-color: var(--border); box-shadow: 0 2px 16px rgba(20,18,31,0.04); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; gap: 16px; }
.nav-logo { display: flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 900; color: var(--text); letter-spacing: -.3px; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { font-size: 13.5px; font-weight: 600; color: var(--muted); padding: 8px 14px; border-radius: 9px; transition: all .15s; }
.nav-links a:hover { color: var(--text); background: var(--light); text-decoration: none; }
.nav-cta { margin-left: 6px; }
.hamburger { display: none; flex-direction: column; gap: 4px; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1.5px solid var(--border); border-radius: 9px; background: var(--white); cursor: pointer; }
.hamburger span { width: 16px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .2s, opacity .2s; }
.hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ── Hero ── */
.hero {
  position: relative; text-align: center; padding: 100px 24px 80px; overflow: hidden;
  background: radial-gradient(60% 50% at 50% 0%, rgba(244,51,151,0.10) 0%, rgba(124,58,237,0.06) 45%, transparent 75%), var(--white);
  border-bottom: 1px solid var(--border);
}
.hero h1 { font-size: clamp(34px, 5.4vw, 60px); font-weight: 900; line-height: 1.07; letter-spacing: -2px; margin-bottom: 20px; color: var(--text); }
.hero-sub { font-size: 17.5px; color: var(--muted); line-height: 1.75; max-width: 540px; margin: 0 auto 36px; }
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }

/* App mockup */
.mockup-wrap { max-width: 840px; margin: 0 auto; border-radius: 18px; overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-lg); }
.mockup-bar { background: var(--light); padding: 11px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--border); }
.mockup-dot { width: 11px; height: 11px; border-radius: 50%; }
.mockup-title { font-size: 12px; color: var(--muted); margin-left: 8px; font-weight: 600; }
.mockup-body { background: var(--bg); display: grid; grid-template-columns: 180px 1fr; min-height: 300px; }
.mockup-sidebar { background: var(--white); border-right: 1px solid var(--border); padding: 16px 10px; }
.ms-item { display: flex; align-items: center; gap: 8px; padding: 9px 11px; border-radius: 9px; font-size: 12.5px; color: var(--muted); margin-bottom: 3px; font-weight: 500; }
.ms-item.active { background: var(--pink-light); color: var(--pink); font-weight: 700; }
.mockup-content { padding: 20px; }
.mc-title { font-size: 13.5px; font-weight: 700; margin-bottom: 14px; color: var(--text); }
.mc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.mc-stat { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 13px; box-shadow: var(--shadow-sm); }
.mc-stat-num { font-size: 22px; font-weight: 800; color: var(--pink); }
.mc-stat-label { font-size: 10px; color: var(--muted); margin-top: 2px; font-weight: 500; }
.mc-bar { height: 6px; background: var(--border); border-radius: 4px; overflow: hidden; margin-bottom: 12px; }
.mc-bar-fill { height: 100%; background: var(--grad); border-radius: 4px; }
.mc-row { display: flex; align-items: center; justify-content: space-between; padding: 7px 9px; background: var(--white); border: 1px solid var(--border); border-radius: 8px; font-size: 11.5px; margin-bottom: 5px; }
.mc-row span:first-child { color: var(--muted); }
.mc-badge { font-size: 10px; font-weight: 700; padding: 2px 9px; border-radius: 10px; background: var(--green-bg); color: var(--green); }

/* ── Stats strip ── */
.stats { background: var(--white); border-bottom: 1px solid var(--border); }
.stats-inner { display: flex; justify-content: center; max-width: var(--max-w); margin: 0 auto; flex-wrap: wrap; }
.stat { flex: 1; min-width: 140px; max-width: 240px; text-align: center; padding: 30px 16px; border-right: 1px solid var(--border); }
.stat:last-child { border-right: none; }
.stat-num { font-size: 30px; font-weight: 900; }
.stat-lbl { font-size: 12px; color: var(--muted); margin-top: 4px; font-weight: 600; }

/* ── Sections ── */
.section { padding: 88px 0; }
.section-alt { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { text-align: center; margin-bottom: 54px; }
.section-head .pill { margin-bottom: 16px; }
.section-head h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 900; letter-spacing: -1.2px; margin-bottom: 14px; color: var(--text); }
.section-head p { font-size: 15.5px; color: var(--muted); max-width: 520px; margin: 0 auto; line-height: 1.75; }

/* ── Features grid ── */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.feat { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow-sm); transition: box-shadow .2s, transform .2s, border-color .2s; }
.feat:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: #ddd8ec; }
.feat-icon { width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 21px; margin-bottom: 16px; }
.fi-pink   { background: var(--pink-light); }
.fi-purple { background: #f4eeff; }
.fi-blue   { background: #eff6ff; }
.fi-green  { background: var(--green-bg); }
.fi-amber  { background: var(--amber-bg); }
.fi-indigo { background: #eef2ff; }
.feat h3 { font-size: 15.5px; font-weight: 800; margin-bottom: 8px; color: var(--text); }
.feat p { font-size: 13.5px; color: var(--muted); line-height: 1.7; }

/* ── How it works ── */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.step { padding: 34px 26px; border-right: 1px solid var(--border); }
.step:last-child { border-right: none; }
.step-num { width: 34px; height: 34px; border-radius: 10px; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 13.5px; font-weight: 800; color: #fff; margin-bottom: 16px; }
.step h4 { font-size: 15.5px; font-weight: 800; margin-bottom: 8px; color: var(--text); }
.step p { font-size: 13.5px; color: var(--muted); line-height: 1.65; }

/* ── Pricing ── */
.billing-toggle { display: flex; justify-content: center; margin-bottom: 40px; }
.pricing-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; align-items: stretch; }
.price-card {
  background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius);
  padding: 26px 20px; display: flex; flex-direction: column; position: relative;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.price-card.popular { border-color: var(--pink); box-shadow: 0 10px 30px rgba(244,51,151,0.16); background: linear-gradient(180deg, var(--pink-light) 0%, var(--white) 26%); }
.price-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #fff; font-size: 10.5px; font-weight: 800; letter-spacing: .4px;
  text-transform: uppercase; padding: 5px 14px; border-radius: 20px; white-space: nowrap;
  box-shadow: 0 4px 12px rgba(244,51,151,0.35);
}
.price-name { font-size: 14px; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.price-amount { font-size: 28px; font-weight: 900; color: var(--text); line-height: 1; margin-bottom: 2px; }
.price-amount sup { font-size: 14px; font-weight: 700; top: -10px; }
.price-gst { font-size: 11px; color: var(--muted); margin-bottom: 4px; }
.price-permo { font-size: 12px; color: var(--pink); font-weight: 700; margin-bottom: 16px; }
.price-save { display: inline-block; font-size: 10.5px; font-weight: 700; color: var(--green); background: var(--green-bg); border-radius: 8px; padding: 2px 8px; margin-bottom: 16px; width: fit-content; }
.price-card .btn { margin-top: auto; }

.cloud-addon {
  margin-top: 28px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  background: linear-gradient(135deg, #eef2ff 0%, var(--pink-light) 100%);
  border: 1px solid rgba(124,58,237,0.18); border-radius: var(--radius); padding: 22px 26px;
}
.cloud-addon-icon { font-size: 30px; flex-shrink: 0; }
.cloud-addon-text h4 { font-size: 14.5px; font-weight: 800; color: var(--text); margin-bottom: 4px; }
.cloud-addon-text p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.cloud-addon-price { margin-left: auto; text-align: right; }
.cloud-addon-price .amt { font-size: 18px; font-weight: 800; color: var(--violet); }
.cloud-addon-price .lbl { font-size: 11px; color: var(--muted); }

.pricing-note { text-align: center; font-size: 12.5px; color: var(--muted); margin-top: 28px; line-height: 1.8; }

/* ── Access / contact cards ── */
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 8px; }
.access-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-sm); }
.access-card.highlight { border-color: rgba(244,51,151,0.3); background: var(--pink-light); }
.access-icon { font-size: 32px; margin-bottom: 12px; }
.access-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 8px; color: var(--text); }
.access-card p { font-size: 13.5px; color: var(--muted); line-height: 1.7; margin-bottom: 20px; }
.access-contact { display: flex; flex-direction: column; gap: 10px; }
.contact-link { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 11px; background: var(--white); border: 1.5px solid var(--border); font-size: 14px; font-weight: 700; color: var(--text); transition: all .15s; }
.contact-link:hover { border-color: var(--pink); box-shadow: 0 2px 10px rgba(244,51,151,0.12); text-decoration: none; color: var(--text); transform: translateY(-1px); }
.contact-link .ci { font-size: 20px; flex-shrink: 0; }
.contact-link .cd { display: flex; flex-direction: column; }
.contact-link .cl { font-size: 11.5px; color: var(--muted); font-weight: 600; }
.contact-link .cv { font-size: 14px; font-weight: 800; color: var(--text); }

/* ── Info strip (privacy / gateway notes) ── */
.info-strip { border-radius: var(--radius); padding: 22px 24px; display: flex; align-items: center; gap: 18px; margin-top: 36px; flex-wrap: wrap; border: 1px solid; }
.info-strip.green { background: var(--green-bg); border-color: #bbf7d0; }
.info-strip.amber { background: var(--amber-bg); border-color: #fde68a; }
.is-icon { font-size: 28px; flex-shrink: 0; }
.info-strip.green .is-text h4 { color: var(--green); }
.info-strip.amber .is-text h4 { color: var(--amber); }
.is-text h4 { font-size: 14px; font-weight: 800; margin-bottom: 3px; }
.is-text p { font-size: 13px; color: #3f3f46; line-height: 1.65; }

/* ── FAQ ── */
.faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; font-size: 14.5px; font-weight: 700; cursor: pointer; color: var(--text); }
.faq-q .chev { transition: transform .2s; color: var(--muted); flex-shrink: 0; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-item.open .faq-a { max-height: 240px; }
.faq-a p { padding: 0 20px 18px; font-size: 13.5px; color: var(--muted); line-height: 1.75; }

/* ── Footer ── */
footer { background: var(--white); border-top: 1px solid var(--border); padding: 56px 24px 28px; }
.footer-inner { max-width: var(--max-w); margin: 0 auto; display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
.footer-brand .footer-logo { display: flex; align-items: center; gap: 9px; font-size: 17px; font-weight: 900; color: var(--text); margin-bottom: 8px; }
.footer-tagline { font-size: 13px; color: var(--muted); max-width: 240px; line-height: 1.6; }
.footer-links { display: flex; gap: 48px; flex-wrap: wrap; }
.footer-col-title { font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: var(--text); margin-bottom: 14px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 13.5px; color: var(--muted); transition: color .15s; }
.footer-col a:hover { color: var(--pink); text-decoration: none; }
.footer-bottom { max-width: var(--max-w); margin: 0 auto; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 22px; font-size: 12px; color: #9b97ab; }

/* ── Legal pages ── */
.legal-hero { padding: 64px 24px 40px; text-align: center; background: var(--white); border-bottom: 1px solid var(--border); }
.legal-hero h1 { font-size: clamp(28px, 4vw, 38px); font-weight: 900; letter-spacing: -1px; margin: 10px 0 8px; }
.legal-hero .meta { font-size: 13px; color: var(--muted); }
.legal-body { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; }
.legal-body h2 { font-size: 19px; font-weight: 800; margin: 36px 0 12px; color: var(--text); }
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 { font-size: 15.5px; font-weight: 700; margin: 20px 0 8px; color: var(--text); }
.legal-body p { font-size: 14.5px; color: #3f3d4a; line-height: 1.85; margin-bottom: 14px; }
.legal-body ul { margin: 0 0 14px 0; }
.legal-body li { font-size: 14.5px; color: #3f3d4a; line-height: 1.85; padding-left: 22px; position: relative; margin-bottom: 6px; }
.legal-body li::before { content: '—'; position: absolute; left: 0; color: var(--pink); }
.legal-body table { width: 100%; border-collapse: collapse; margin: 12px 0 20px; font-size: 13.5px; }
.legal-body th, .legal-body td { text-align: left; padding: 10px 12px; border: 1px solid var(--border); }
.legal-body th { background: var(--light); font-weight: 700; }
.legal-body code { font-size: 12.5px; background: var(--light); padding: 2px 6px; border-radius: 5px; }

/* ── Responsive ── */
@media (max-width: 980px) {
  .pricing-grid { grid-template-columns: repeat(3, 1fr); }
  .price-card:nth-child(4), .price-card:nth-child(5) { grid-column: span 1; }
}
@media (max-width: 760px) {
  .nav-links { position: fixed; top: 64px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border);
    flex-direction: column; align-items: stretch; padding: 10px 18px 18px; gap: 2px; box-shadow: var(--shadow);
    transform: translateY(-12px); opacity: 0; pointer-events: none; transition: transform .2s, opacity .2s; }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 12px 10px; border-radius: 9px; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 56px 20px 44px; }
  .mockup-body { grid-template-columns: 1fr; }
  .mockup-sidebar { display: none; }
  .stat { padding: 22px 10px; }
  .step { border-right: none; border-bottom: 1px solid var(--border); }
  .step:last-child { border-bottom: none; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .cloud-addon-price { margin-left: 0; text-align: left; }
  .access-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; }
  .footer-links { gap: 28px; }
}
@media (max-width: 480px) {
  .pricing-grid { grid-template-columns: 1fr; }
}
