/* Growth Informer — POS / business management ad landing page
   Brand: navy + violet. WhatsApp green for conversion CTAs. Anton display + Outfit sans.
   Built light for mobile ad traffic: no JS frameworks, CSS motion, videos click-to-play. */

:root {
  --navy: #17122e;
  --navy-2: #221c4e;
  --ink: #16141f;
  --muted: #5c5872;
  --paper: #ffffff;
  --paper-2: #f5f3fb;
  --violet: #6c2bf2;
  --violet-2: #8760bf;
  --violet-deep: #5820c9;
  --violet-soft: rgba(108, 43, 242, 0.08);
  --gold: #ffd166;
  --wa: #1fb355;
  --wa-deep: #178a42;
  --line: rgba(22, 20, 31, 0.12);
  --line-d: rgba(255, 255, 255, 0.14);
  --sans: 'Outfit', system-ui, -apple-system, sans-serif;
  --display: 'Anton', 'Arial Narrow', sans-serif;
  --r: 18px;
  --nav-h: 66px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-weight: 400; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.5rem); }
.disp { font-family: var(--display); font-weight: 400; text-transform: uppercase; line-height: 0.96; letter-spacing: 0.005em; }
.vio { color: var(--violet); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; font-weight: 600; font-size: 1rem; padding: 1rem 1.7rem; border-radius: 999px; transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease; white-space: nowrap; }
.btn:active { transform: scale(0.97); }
.btn svg { width: 19px; height: 19px; flex: none; }
.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 10px 30px rgba(31, 179, 85, 0.3); }
.btn--wa:hover { background: var(--wa-deep); }
.btn--vio { background: var(--violet); color: #fff; box-shadow: 0 12px 34px rgba(108, 43, 242, 0.35); }
.btn--vio:hover { background: var(--violet-deep); }
.btn--ghost { border: 1px solid rgba(255,255,255,0.35); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,0.08); }
.btn--lg { font-size: 1.08rem; padding: 1.15rem 2rem; }
.btn--block { width: 100%; }

/* topbar */
.top { position: sticky; top: 0; z-index: 50; height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.1rem, 4vw, 2.5rem); background: rgba(23, 18, 46, 0.72); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-d); }
.top__logo img { height: 30px; width: auto; filter: brightness(0) invert(1); }
.top .btn--wa { padding: 0.6rem 1.15rem; font-size: 0.9rem; box-shadow: none; }

/* hero */
.hero { position: relative; background: radial-gradient(120% 90% at 80% -10%, #3a1e7a 0%, transparent 55%), radial-gradient(90% 70% at 0% 0%, #2a1e5e 0%, transparent 50%), var(--navy); color: #fff; overflow: hidden; padding: clamp(2rem, 6vh, 4rem) 0 clamp(3rem, 8vh, 5rem); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 50% at 50% 120%, rgba(108,43,242,0.35), transparent 70%); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #cbb8ff; background: rgba(108,43,242,0.18); border: 1px solid rgba(135,96,191,0.4); padding: 0.4rem 0.9rem; border-radius: 999px; }
.hero h1 { font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: clamp(2.5rem, 6vw, 4.6rem); line-height: 0.95; margin-top: 1.1rem; }
.hero h1 .vio { color: #b79bff; }
.hero__sub { color: rgba(255,255,255,0.82); font-size: clamp(1.02rem, 1.6vw, 1.2rem); max-width: 42ch; margin-top: 1.3rem; }
.hero__cta { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.8rem; }
.hero__trust { display: flex; gap: clamp(1rem, 3vw, 2rem); flex-wrap: wrap; margin-top: 2rem; }
.hero__trust b { font-family: var(--display); font-weight: 400; font-size: 1.6rem; display: block; line-height: 1; color: #fff; }
.hero__trust span { color: rgba(255,255,255,0.6); font-size: 0.8rem; }

/* video player (VSL + tutorials) */
.vplayer { position: relative; border-radius: var(--r); overflow: hidden; background: #000; box-shadow: 0 30px 80px rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.1); }
.vplayer video { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; object-fit: cover; background: #0b0a12; }
.vplayer__poster { position: absolute; inset: 0; cursor: pointer; }
.vplayer__poster img { width: 100%; height: 100%; object-fit: cover; }
.vplayer__poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,18,46,0.15), rgba(23,18,46,0.55)); }
.vplayer__play { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 76px; height: 76px; border-radius: 50%; background: var(--violet); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 40px rgba(108,43,242,0.55); transition: transform 0.2s ease, background 0.2s ease; }
.vplayer__poster:hover .vplayer__play { transform: translate(-50%,-50%) scale(1.08); background: var(--violet-deep); }
.vplayer__play svg { width: 30px; height: 30px; margin-left: 4px; }
.vplayer__tag { position: absolute; z-index: 2; left: 14px; bottom: 12px; background: rgba(0,0,0,0.6); color: #fff; font-size: 0.8rem; font-weight: 500; padding: 0.3rem 0.7rem; border-radius: 999px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.is-playing .vplayer__poster { display: none; }

/* sections */
.sec { padding: clamp(3.2rem, 8vh, 6rem) 0; }
.sec--tint { background: var(--paper-2); }
.sec--navy { background: var(--navy); color: #fff; }
.sec__head { max-width: 44rem; margin: 0 auto clamp(2rem, 5vh, 3rem); text-align: center; }
.sec__head.left { text-align: left; margin-left: 0; }
.eyebrow { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--violet); }
.sec--navy .eyebrow { color: #b79bff; }
h2.disp { font-size: clamp(2rem, 5vw, 3.4rem); margin-top: 0.7rem; }
.sec__head p { color: var(--muted); margin-top: 0.9rem; font-size: 1.05rem; }
.sec--navy .sec__head p { color: rgba(255,255,255,0.75); }

/* problem cards */
.pain { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pain__card { background: rgba(255,255,255,0.05); border: 1px solid var(--line-d); border-radius: var(--r); padding: 1.5rem 1.4rem; }
.pain__card h3 { font-size: 1.08rem; font-weight: 600; margin-bottom: 0.4rem; }
.pain__card p { color: rgba(255,255,255,0.7); font-size: 0.94rem; }
.pain__card .x { color: #ff8a8a; font-weight: 700; margin-right: 0.4rem; }

/* solution split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.split__media { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 70px rgba(22,20,31,0.12); }
.split ul { list-style: none; display: grid; gap: 0.75rem; margin-top: 1.3rem; }
.split li { position: relative; padding-left: 1.9rem; color: var(--muted); }
.split li b { color: var(--ink); font-weight: 600; }
.split li::before { content: ""; position: absolute; left: 0; top: 0.15em; width: 1.2rem; height: 1.2rem; border-radius: 50%; background: var(--violet-soft); border: 1px solid rgba(108,43,242,0.35); }
.split li::after { content: ""; position: absolute; left: 0.44rem; top: 0.34em; width: 0.3rem; height: 0.55rem; border: solid var(--violet-deep); border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* module grid (value stack) */
.mods { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.mod { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 1.3rem 1.2rem; transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; }
.mod:hover { transform: translateY(-4px); border-color: rgba(108,43,242,0.4); box-shadow: 0 18px 40px rgba(108,43,242,0.1); }
.mod__ic { width: 42px; height: 42px; border-radius: 11px; background: var(--violet-soft); color: var(--violet-deep); display: flex; align-items: center; justify-content: center; margin-bottom: 0.8rem; }
.mod__ic svg { width: 22px; height: 22px; }
.mod h3 { font-size: 1rem; font-weight: 600; }
.mod p { color: var(--muted); font-size: 0.88rem; margin-top: 0.3rem; }
.mods__note { text-align: center; color: var(--muted); margin-top: 1.8rem; font-size: 0.95rem; }

/* industries pills */
.pills { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; max-width: 52rem; margin: 0 auto; }
.pill { background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 0.6rem 1.1rem; font-weight: 500; font-size: 0.95rem; }
.sec--tint .pill { background: #fff; }

/* product tour */
.tour { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.tour .vplayer { box-shadow: 0 18px 50px rgba(22,20,31,0.14); border: 1px solid var(--line); }
.tour__cap { padding: 1rem 0.2rem 0; }
.tour__cap h3 { font-size: 1.05rem; font-weight: 600; }
.tour__cap span { color: var(--muted); font-size: 0.85rem; }

/* packages */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; align-items: stretch; }
.plan { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1.8rem 1.6rem; display: flex; flex-direction: column; }
.plan--pop { border-color: var(--violet); box-shadow: 0 24px 60px rgba(108,43,242,0.16); position: relative; }
.plan__tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--violet); color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 0.3rem 0.9rem; border-radius: 999px; }
.plan h3 { font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 1.5rem; }
.plan__price { margin: 0.6rem 0 0.2rem; }
.plan__price b { font-family: var(--display); font-weight: 400; font-size: 2rem; color: var(--ink); }
.plan__price small { display: block; color: var(--muted); font-size: 0.85rem; margin-top: 0.2rem; }
.plan ul { list-style: none; display: grid; gap: 0.5rem; margin: 1.1rem 0 1.4rem; }
.plan li { color: var(--muted); font-size: 0.92rem; padding-left: 1.4rem; position: relative; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--violet); font-weight: 700; }
.plan .btn { margin-top: auto; }
.plans__note { text-align: center; color: var(--muted); margin-top: 1.6rem; font-size: 0.92rem; }

/* the form */
.lead { background: linear-gradient(180deg, var(--navy) 0%, #241a52 100%); color: #fff; }
.lead__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.lead__pitch h2 { color: #fff; }
.lead__pitch p { color: rgba(255,255,255,0.8); margin-top: 1rem; font-size: 1.05rem; }
.lead__pitch ul { list-style: none; display: grid; gap: 0.7rem; margin-top: 1.4rem; }
.lead__pitch li { padding-left: 1.8rem; position: relative; color: rgba(255,255,255,0.85); }
.lead__pitch li::before { content: "✓"; position: absolute; left: 0; color: #7be3a4; font-weight: 700; }
.form { background: #fff; color: var(--ink); border-radius: 22px; padding: 1.7rem 1.6rem 1.5rem; box-shadow: 0 40px 90px rgba(0,0,0,0.4); }
.form h3 { font-size: 1.25rem; font-weight: 600; }
.form .hint { color: var(--muted); font-size: 0.9rem; margin-top: 0.25rem; }
.field { margin-top: 1.05rem; }
.field label { display: block; font-weight: 600; font-size: 0.86rem; margin-bottom: 0.45rem; }
.field select, .field input, .field textarea { width: 100%; font: inherit; font-size: 0.95rem; color: var(--ink); background: var(--paper-2); border: 1px solid var(--line); border-radius: 12px; padding: 0.8rem 0.9rem; outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.field select:focus, .field input:focus, .field textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(108,43,242,0.16); }
.field textarea { min-height: 70px; resize: vertical; }
.field .err { display: none; color: #c0392b; font-size: 0.8rem; margin-top: 0.3rem; }
.field.bad select, .field.bad input { border-color: #c0392b; }
.field.bad .err { display: block; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.chk { display: flex; align-items: center; gap: 0.5rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: 10px; padding: 0.55rem 0.7rem; font-size: 0.9rem; cursor: pointer; transition: border-color 0.2s ease, background 0.2s ease; }
.chk input { width: auto; }
.chk:has(input:checked) { border-color: var(--violet); background: var(--violet-soft); }
.form .btn { margin-top: 1.3rem; }
.form .fine { color: var(--muted); font-size: 0.8rem; text-align: center; margin-top: 0.7rem; }

/* faq */
.faq { max-width: 46rem; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 1.15rem 2rem 1.15rem 0; font-weight: 600; font-size: 1.02rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0.2rem; top: 50%; transform: translateY(-50%); color: var(--violet); font-size: 1.4rem; transition: transform 0.25s ease; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq p { color: var(--muted); padding: 0 0 1.2rem; max-width: 60ch; }

/* final cta */
.final { text-align: center; }
.final h2 { color: #fff; }
.final p { color: rgba(255,255,255,0.8); margin: 1rem auto 0; max-width: 40ch; }
.final .btn { margin-top: 1.8rem; }

/* footer */
.foot { background: #100c22; color: rgba(255,255,255,0.6); padding: 2.2rem 0 6.5rem; border-top: 1px solid var(--line-d); }
.foot .wrap { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: center; font-size: 0.86rem; }
.foot img { height: 26px; filter: brightness(0) invert(1); opacity: 0.85; }

/* floating + sticky CTA */
.wa-float { position: fixed; right: 1rem; bottom: 1rem; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(31,179,85,0.4); transition: transform 0.2s ease; }
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 28px; height: 28px; }
.sticky-cta { display: none; position: fixed; inset: auto 0 0 0; z-index: 55; padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom)); background: rgba(255,255,255,0.94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-top: 1px solid var(--line); }
.sticky-cta .btn { width: 100%; padding: 0.9rem; }

/* reveal */
.rv { opacity: 0; transform: translateY(24px); }
.rv.in { opacity: 1; transform: none; transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1); }

@media (max-width: 900px) {
  .hero__grid, .split, .lead__grid { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .pain, .mods, .tour, .plans { grid-template-columns: 1fr; }
  .mods { grid-template-columns: 1fr 1fr; }
  .split__media { order: -1; }
  .top .btn--wa span { display: none; }
  .wa-float { display: none; }
  .sticky-cta { display: block; }
  .foot { padding-bottom: 7.5rem; }
  .checks { grid-template-columns: 1fr; }
}
@media (max-width: 520px) { .mods { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .rv { opacity: 1; transform: none; } }

/* ---- added: call CTAs, alt-contact, module emphasis, two-button sticky ---- */
.btn--call { background:#fff; color:var(--navy-2); box-shadow:0 10px 30px rgba(0,0,0,0.18); }
.btn--call:hover { background:#f0eefb; }
.btn--callghost { background:rgba(255,255,255,0.08); color:#fff; border:1px solid rgba(255,255,255,0.4); }
.btn--callghost:hover { background:rgba(255,255,255,0.16); }

.alt-contact { margin-top:1.1rem; font-size:0.95rem; }
.alt-contact a { font-weight:600; text-decoration:underline; text-underline-offset:3px; }
.hero .alt-contact { color:rgba(255,255,255,0.72); }
.hero .alt-contact a { color:#b79bff; }
.lead__pitch .alt-contact { color:rgba(255,255,255,0.85); }
.lead__pitch .alt-contact a { color:#7be3a4; }

.form__alt { text-align:center; margin-top:1rem; padding-top:1rem; border-top:1px solid var(--line); font-size:0.92rem; color:var(--muted); line-height:1.9; }
.form__alt a { color:var(--violet-deep); font-weight:700; white-space:nowrap; }

.mod--star { border-color:rgba(108,43,242,0.45); background:linear-gradient(180deg,#fff,var(--violet-soft)); box-shadow:0 12px 30px rgba(108,43,242,0.1); }
.mod__badge { display:inline-block; font-size:0.62rem; font-weight:700; letter-spacing:0.07em; text-transform:uppercase; color:#fff; background:var(--violet); border-radius:999px; padding:0.15rem 0.55rem; margin-bottom:0.55rem; }

.callbar { background:var(--violet); color:#fff; }
.callbar .wrap { display:flex; align-items:center; justify-content:space-between; gap:1.2rem; flex-wrap:wrap; padding-top:1.6rem; padding-bottom:1.6rem; }
.callbar__txt { font-family:var(--display); font-weight:400; text-transform:uppercase; font-size:clamp(1.3rem,3vw,2rem); line-height:1; }
.callbar__txt small { display:block; font-family:var(--sans); font-weight:400; text-transform:none; font-size:0.9rem; opacity:0.85; margin-top:0.4rem; letter-spacing:0; }
.callbar .btn { background:#fff; color:var(--violet-deep); }

@media (max-width:900px){
  .sticky-cta { display:flex; gap:0.5rem; align-items:center; }
  .sticky-cta .btn { flex:1; width:auto; padding:0.9rem 0.55rem; font-size:0.92rem; gap:0.35rem; }
  .callbar .wrap { flex-direction:column; text-align:center; }
}

/* ---- added: landscape dashboard showcase + location definition ---- */
.dash-showcase { max-width: 1040px; margin: 0 auto; }
.browser-frame { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 40px 90px rgba(22,20,31,0.20); background:#fff; }
.browser-bar { display:flex; align-items:center; gap:7px; padding:11px 15px; background:#eceaf4; border-bottom:1px solid var(--line); }
.browser-bar i { width:11px; height:11px; border-radius:50%; background:#d6d3e0; display:block; }
.browser-bar i:nth-child(1){ background:#ff6058; } .browser-bar i:nth-child(2){ background:#ffbd2e; } .browser-bar i:nth-child(3){ background:#28c840; }
.browser-bar span { margin-left:10px; font-size:0.78rem; color:#8b8798; }
.browser-frame img { width:100%; height:auto; display:block; }
.solution-benefits { list-style:none; display:grid; grid-template-columns:repeat(auto-fit, minmax(180px,1fr)); gap:1rem; margin:2.4rem auto 0; max-width:1040px; }
.solution-benefits li { background:var(--paper); border:1px solid var(--line); border-radius:14px; padding:1.1rem 1.2rem; }
.solution-benefits li b { display:block; font-weight:600; color:var(--ink); margin-bottom:0.2rem; }
.solution-benefits li span { color:var(--muted); font-size:0.9rem; }

.plans__define { margin:2.2rem auto 0; background:var(--violet-soft); border:1px solid rgba(108,43,242,0.28); border-radius:18px; padding:1.7rem 1.8rem; max-width:62rem; }
.plans__define h4 { font-size:1.15rem; font-weight:600; margin-bottom:0.5rem; }
.plans__define > p { color:var(--muted); font-size:1rem; }
.plans__define ul { margin:1rem 0 0; padding:0; list-style:none; display:grid; gap:0.7rem; }
.plans__define li { padding-left:2rem; position:relative; color:var(--ink); font-size:0.96rem; }
.plans__define li b { font-weight:600; }
.plans__define li::before { content:"📍"; position:absolute; left:0; top:0; }

/* ---- added: mobile overflow hardening ---- */
html { overflow-x: clip; }
.hero__grid > *, .split > *, .lead__grid > *, .mods > *, .tour > *, .plans > *, .pain > *, .solution-benefits > * { min-width: 0; }
.form input, .form select, .form textarea { min-width: 0; max-width: 100%; }
.form__alt a { white-space: normal; }
.sticky-cta { max-width: 100vw; }
@media (max-width: 900px) {
  .callbar .hero__cta, .hero__cta { width: 100%; }
  .callbar .hero__cta .btn { flex: 1 1 auto; }
}

/* ---- added: display heading sizing on small screens (prevent long-line overflow) ---- */
.disp { overflow-wrap: break-word; word-break: break-word; }
@media (max-width: 560px) {
  h2.disp { font-size: clamp(1.5rem, 7.4vw, 2.3rem); }
  .hero h1 { font-size: clamp(2rem, 10.5vw, 3rem); }
  .plan h3 { font-size: 1.35rem; }
  .callbar__txt { font-size: 1.4rem; }
  .plan__price b { font-size: 1.7rem; }
}

/* ---- added: allow long button labels to wrap on small screens ---- */
@media (max-width: 560px) { .btn { white-space: normal; } }

/* ---- added: currency switch + free-month offer ---- */
.cur-switch { display:flex; align-items:center; justify-content:center; gap:0.6rem; margin:-0.6rem 0 2rem; flex-wrap:wrap; }
.cur-switch label { color:var(--muted); font-size:0.9rem; font-weight:500; }
.cur-switch select { font:inherit; font-size:0.92rem; font-weight:600; color:var(--ink); background:#fff; border:1px solid var(--line); border-radius:999px; padding:0.5rem 1rem; cursor:pointer; }
.cur-switch select:focus { outline:none; border-color:var(--violet); box-shadow:0 0 0 3px rgba(108,43,242,0.16); }
.free-badge { display:inline-flex; align-items:center; gap:0.45rem; flex-wrap:wrap; margin-top:1.3rem; background:rgba(255,209,102,0.15); border:1px solid rgba(255,209,102,0.5); color:#ffe1a0; font-weight:600; font-size:0.95rem; padding:0.6rem 1rem; border-radius:12px; }
.free-badge a { color:#fff; text-decoration:underline; text-underline-offset:3px; }
.lead__pitch .free-badge { background:rgba(123,227,164,0.14); border-color:rgba(123,227,164,0.45); color:#c8f5d9; }
