/* RadioForge homepage v3 — modeled on radio.co / aiir.com / orvana.io reference direction. Scoped to index.html only. */
:root{
  --bg:#FFFFFF;
  --bg-soft:#F6F2EA;
  --ink:#15130F;
  --ink-2:#55503F;
  --ink-3:#8C8571;
  --line:#E8E2D2;
  --accent:#C1571E;
  --accent-2:#8C3F14;
  --accent-soft:#FBEAE0;
  --dark:#0D1216;
  --dark-2:#161D22;
  --on-dark:#F3F0E8;
  --on-dark-2:rgba(243,240,232,.62);
  --radius-sm:8px;
  --radius:14px;
  --radius-lg:22px;
  --shadow-sm:0 1px 2px rgba(21,19,15,.06);
  --shadow-md:0 12px 32px rgba(21,19,15,.10);
  --shadow-lg:0 32px 70px rgba(21,19,15,.16);
  --container:1200px;
  --font-h:"Plus Jakarta Sans",system-ui,sans-serif;
  --font-b:"Inter",system-ui,sans-serif;
}
*{box-sizing:border-box}
html{overflow-x:hidden;overflow-x:clip;max-width:100%}
body.rfhome{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-b);font-size:21px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;overflow-x:clip;max-width:100%}
.rfhome h1,.rfhome h2,.rfhome h3,.rfhome h4{font-family:var(--font-h);color:var(--ink);line-height:1.12;letter-spacing:-.02em;margin:0;font-weight:800;text-wrap:balance}
.rfhome .statement,.rfhome .pcopy p,.rfhome .lfband p{text-wrap:pretty}
.rfhome p{margin:0}
.rfhome a{color:inherit;text-decoration:none}
.rfhome img{max-width:100%;display:block}
.rfhome .wrap{max-width:var(--container);margin:0 auto;padding:0 32px}
.rfhome .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.88rem;font-weight:700;letter-spacing:.03em;color:var(--accent-2);background:var(--accent-soft);padding:7px 14px;border-radius:999px}
.rfhome .kicker{font-size:.86rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}
.rfhome .sub{font-size:1.16rem;color:var(--ink-2);line-height:1.6}

/* buttons */
.rfhome .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:var(--radius-sm);font-weight:700;font-size:1rem;font-family:var(--font-b);
  border:1.5px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;cursor:pointer;white-space:nowrap}
.rfhome .btn-accent{background:var(--accent);color:#fff}
.rfhome .btn-accent:hover{background:var(--accent-2);box-shadow:var(--shadow-md);transform:translateY(-1px)}
.rfhome .btn-ink{background:var(--ink);color:#fff}
.rfhome .btn-ink:hover{background:#000;transform:translateY(-1px)}
.rfhome .btn-outline{background:transparent;color:var(--ink);border-color:var(--line)}
.rfhome .btn-outline:hover{border-color:var(--ink)}
.rfhome .btn-light{background:rgba(243,240,232,.09);color:var(--on-dark);border-color:rgba(243,240,232,.25)}
.rfhome .btn-light:hover{background:rgba(243,240,232,.16)}
.rfhome .btn-sm{padding:10px 18px;font-size:.94rem}
.rfhome .cta-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}

/* header + dropdown nav */
.rfhome header.top{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.92);backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid var(--line)}
.rfhome .topinner{display:flex;align-items:center;gap:8px;padding:8px 32px;max-width:var(--container);margin:0 auto}
.rfhome .brandmark{display:flex;align-items:center;gap:8px;margin-right:8px}
.rfhome .brandmark img{height:38px;width:auto;display:block}
.rfhome .navlinks{display:flex;align-items:center;gap:2px;flex:1}
.rfhome .navitem{position:relative}
.rfhome .navitem>a,.rfhome .navitem>button,.rfhome .navlinks>a{display:flex;align-items:center;gap:5px;font-size:.98rem;font-weight:600;color:var(--ink-2);padding:10px 14px;border-radius:8px;background:none;border:none;cursor:pointer;font-family:var(--font-b)}
.rfhome .navitem>a:hover,.rfhome .navitem>button:hover,.rfhome .navitem.open>button,.rfhome .navlinks>a:hover{color:var(--ink);background:var(--bg-soft)}
.rfhome .caret{font-size:.62rem;opacity:.6;transition:transform .15s}
.rfhome .navitem.open .caret{transform:rotate(180deg)}
.rfhome .dropdown{position:absolute;top:100%;left:0;margin-top:6px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:10px;min-width:230px;display:none;z-index:20}
.rfhome .navitem.open .dropdown{display:block}
.rfhome .dropdown a{display:flex;flex-direction:column;gap:3px;padding:11px 12px;border-radius:8px;font-size:.95rem}
.rfhome .dropdown a:hover{background:var(--bg-soft)}
.rfhome .dropdown a b{font-weight:700;color:var(--ink);font-size:1rem}
.rfhome .dropdown a span{color:var(--ink-3);font-size:.86rem}
.rfhome .navright{display:flex;align-items:center;gap:10px;margin-left:auto}
.rfhome .burger{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--ink)}

/* hero — clean white leaderboard, native HTML, no photo background */
.rfhome .hero{position:relative;background:var(--bg);padding:0}
.rfhome .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.rfhome .herophoto{position:relative;width:100%;line-height:0;container-type:inline-size}
.rfhome .herofull{display:block;width:100%;height:auto}
.rfhome .herocorner{position:absolute;left:2.4cqw;top:2.4cqw;color:rgba(255,255,255,.92);font-family:var(--font-b);font-weight:400;font-size:1.02cqw;letter-spacing:.24em;line-height:1.75;text-transform:uppercase;white-space:nowrap}
.rfhome .herocorner i{display:block;width:10.7cqw;height:.17cqw;margin-top:.9cqw;background:linear-gradient(90deg,#E8541C 0%,#F6B03A 46%,rgba(150,100,50,.35) 47%,rgba(150,100,50,.08) 100%)}
.rfhome .herologo{position:absolute;left:0;right:0;top:3.5cqw;width:34cqw;margin:0 auto;height:auto}
.rfhome .herotagline{position:absolute;left:0;right:0;top:21.5cqw;text-align:center;color:#fff;font-family:var(--font-b);font-weight:700;font-size:2.1cqw;white-space:nowrap}
.rfhome .herotagline .dot{color:var(--accent)}
.rfhome .herosubtagline{position:absolute;left:0;right:0;top:24.8cqw;text-align:center;color:rgba(255,255,255,.55);font-family:var(--font-b);font-weight:500;font-size:1.05cqw;letter-spacing:.25em;text-transform:uppercase;white-space:nowrap}
.rfhome .heroicons{position:absolute;left:0;right:0;top:29.5cqw;display:flex;justify-content:center;align-items:flex-start;gap:2.2cqw}
.rfhome .heroicon{display:flex;flex-direction:column;align-items:center;width:11cqw;text-align:center}
.rfhome .heroicon img{width:6.2cqw;height:6.2cqw;display:block;margin-bottom:.9cqw}
.rfhome .heroicon b{color:#fff;font-family:var(--font-b);font-weight:700;font-size:1.15cqw;margin-bottom:.35cqw}
.rfhome .heroicon span{color:rgba(255,255,255,.55);font-family:var(--font-b);font-weight:400;font-size:.92cqw;line-height:1.35}
.rfhome .herofoot{position:absolute;left:0;right:0;bottom:4.2cqw;display:flex;align-items:center;justify-content:center}
.rfhome .herobtns{display:flex;gap:1.2cqw}
.rfhome .herobtn{display:inline-flex;align-items:center;justify-content:center;gap:.9cqw;height:3.9cqw;box-sizing:border-box;border-radius:.4cqw;font-weight:600;font-size:1.2cqw;font-family:var(--font-b);text-decoration:none;white-space:nowrap;line-height:1;color:#fff}
.rfhome .herobtn svg{width:1.35cqw;height:1.35cqw;flex:none}
.rfhome .herobtn-accent{background:#E5621F;width:14.1cqw}
.rfhome .herobtn-accent:hover{background:#F0702C}
.rfhome .herobtn-outline{background:#0A1017;width:15.5cqw;border:.06cqw solid rgba(255,255,255,.55)}
.rfhome .herobtn-outline:hover{background:#141C26}
.rfhome .herofoot-l,.rfhome .herofoot-r{position:absolute;bottom:.4cqw;display:flex;align-items:center;gap:1.2cqw;color:rgba(255,255,255,.75);font-family:var(--font-b);font-weight:400;font-size:.78cqw;letter-spacing:.24em;text-transform:uppercase;white-space:nowrap}
.rfhome .herofoot-l{left:3.9cqw}
.rfhome .herofoot-r{right:6.4cqw}
.rfhome .herofoot-l i,.rfhome .herofoot-r i{display:block;height:.17cqw;background:linear-gradient(90deg,#E8541C,#F6B03A)}
.rfhome .herofoot-l i{width:4.1cqw}
.rfhome .herofoot-r i{width:3.1cqw}

/* proof band — big animated stats + statement, combined */
.rfhome .proofband{padding:88px 0;text-align:center}
.rfhome .stats3{display:grid;grid-template-columns:repeat(3,1fr);max-width:900px;margin:0 auto;gap:24px}
.rfhome .stats3 .s{padding:0 16px}
.rfhome .stats3 .n{font-family:var(--font-h);font-weight:800;font-size:clamp(3.4rem,7vw,5.4rem);color:var(--accent);line-height:1;letter-spacing:-.02em}
.rfhome .stats3 .l{font-size:1rem;color:var(--ink-2);margin-top:10px;font-weight:600}
.rfhome .statement{font-family:var(--font-h);font-weight:700;font-size:clamp(1.6rem,2.8vw,2.3rem);color:var(--ink);max-width:34ch;margin:56px auto 0;line-height:1.32}
.rfhome .statement .hl{color:var(--accent)}

/* sections */
.rfhome section{padding:96px 0}
.rfhome section.soft{background:var(--bg-soft)}
.rfhome .head{max-width:640px;margin-bottom:0}
.rfhome .head.center{margin-left:auto;margin-right:auto;text-align:center}
.rfhome .head h2{font-size:clamp(2.3rem,3.4vw,2.9rem);margin-top:10px}
.rfhome .head .sub{margin-top:14px}
.rfhome .head.center .sub{margin-left:auto;margin-right:auto;max-width:560px}

/* product rows (Aiir-style alternating) */
.rfhome .prow{display:grid;grid-template-columns:.92fr 1.18fr;gap:60px;align-items:center;padding:64px 0;border-bottom:1px solid var(--line)}
.rfhome .prow:last-child{border-bottom:none}
.rfhome .prow.rev .pvis{order:2}
.rfhome .prow.rev .pcopy{order:1}
.rfhome .pcopy .tag{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);padding:5px 12px;border-radius:999px;margin-bottom:14px}
.rfhome .pcopy .l365badge{background:#0F1B2E;color:#4FA8E8;padding:2px 9px;border-radius:999px;margin-left:4px;letter-spacing:.03em}
.rfhome .pcopy h3{font-size:clamp(1.75rem,2.5vw,2.2rem);margin-bottom:14px}
.rfhome .pcopy p{color:var(--ink-2);font-size:1.1rem;line-height:1.62;margin-bottom:18px;max-width:46ch}
.rfhome .pcopy ul{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:9px}
.rfhome .pcopy li{display:flex;gap:10px;font-size:1rem;color:var(--ink-2)}
.rfhome .pcopy li::before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--accent);margin-top:9px}
.rfhome .pvis{position:relative}
.rfhome .pvis .glow{position:absolute;inset:-15%;z-index:0;border-radius:50%;filter:blur(50px);opacity:.5}
.rfhome .pvis .frame{position:relative;z-index:1;background:var(--dark);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden}
.rfhome .pvis .frame.browser{background:#fff;border:1px solid var(--line)}
.rfhome .pvis .frame .bbar{display:flex;gap:6px;padding:10px 14px;background:var(--bg-soft);border-bottom:1px solid var(--line)}
.rfhome .pvis .frame.dark .bbar{background:#1B2329;border-bottom:1px solid rgba(255,255,255,.08)}
.rfhome .pvis .frame .bbar i{width:9px;height:9px;border-radius:50%;background:rgba(0,0,0,.14)}
.rfhome .pvis .frame.dark .bbar i{background:rgba(255,255,255,.18)}
.rfhome .pvis .frame img,.rfhome .pvis .frame .fullshot{width:100%;height:auto;display:block}
.rfhome .pvis .phonewrap{display:flex;justify-content:center}
.rfhome .pvis .phone{width:240px;border:7px solid var(--dark);border-radius:32px;overflow:hidden;box-shadow:var(--shadow-lg);position:relative;z-index:1}
.rfhome .pvis .phone img{display:block;width:100%;height:auto}
.rfhome .pvis .talents{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;position:relative;z-index:1;align-items:end}
.rfhome .pvis .talents img{width:100%;height:auto;display:block;border-radius:var(--radius);box-shadow:var(--shadow-md)}
.rfhome .pvis .showcards{display:grid;grid-template-columns:1fr 1fr;gap:16px;position:relative;z-index:1;align-items:start}
.rfhome .pvis .showcards img{width:100%;height:auto;display:block;border-radius:var(--radius);box-shadow:var(--shadow-md)}
.rfhome .pvis .webcombo{position:relative;z-index:1;display:flex;align-items:flex-end;gap:16px}
.rfhome .pvis .webcombo .frame{flex:1;min-width:0}
.rfhome .pvis .phonefloat2{flex-shrink:0;width:30%;max-width:130px;border-radius:20px;overflow:hidden;border:5px solid var(--dark);box-shadow:var(--shadow-lg);background:var(--dark)}
.rfhome .pvis .phonefloat2 img{display:block;width:100%;height:auto}

/* SPLForge coming soon inline card */
.rfhome .soonrow{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px 34px;background:var(--bg-soft);border:1px dashed var(--line);border-radius:var(--radius-lg);margin-top:8px;flex-wrap:wrap}
.rfhome .soonrow .l h3{font-size:1.3rem;margin-bottom:6px}
.rfhome .soonrow .l p{color:var(--ink-2);font-size:1.02rem;max-width:52ch}
.rfhome .soonrow .badge{font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--ink);padding:6px 13px;border-radius:999px;flex-shrink:0}

/* hub diagram */
.rfhome .hub{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:44px}
.rfhome .hubchip{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:11px 20px;font-weight:700;font-size:1rem;box-shadow:var(--shadow-sm)}
.rfhome .hubchip i{width:8px;height:8px;border-radius:50%;background:var(--accent)}

/* dark proof section */
.rfhome .sec-dark{background:var(--dark);color:var(--on-dark)}
.rfhome .sec-dark .kicker{color:#E68A4E}
.rfhome .sec-dark h2{color:#fff}
.rfhome .sec-dark .sub{color:var(--on-dark-2)}
.rfhome .darkstats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(243,240,232,.12);margin-top:52px;border-radius:var(--radius);overflow:hidden}
.rfhome .darkstats .s{background:var(--dark);padding:34px 20px;text-align:center}
.rfhome .darkstats .n{font-family:var(--font-h);font-weight:800;font-size:2.5rem;color:#fff}
.rfhome .darkstats .l{font-size:.94rem;color:var(--on-dark-2);margin-top:4px}
.rfhome .darkclose{text-align:center;font-family:var(--font-h);font-weight:700;font-size:clamp(1.35rem,2.2vw,1.65rem);margin-top:52px;color:#fff}
.rfhome .darkclose .hl{color:#E68A4E}

/* segments */
.rfhome .segrow{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.rfhome .segcard{padding:30px 24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.rfhome .segcard h4{font-size:1.12rem;margin-bottom:8px}
.rfhome .segcard p{font-size:.98rem;color:var(--ink-2);line-height:1.5}
.rfhome a.segcard{display:block;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
.rfhome a.segcard:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--accent)}

/* pricing teaser */
.rfhome .pricerow{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.rfhome .pricecard{padding:24px 20px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;text-align:left}
.rfhome .pricecard .pn{font-weight:700;font-size:1.02rem;margin-bottom:8px}
.rfhome .pricecard .pv{font-family:var(--font-h);font-weight:800;font-size:1.4rem;color:var(--ink)}
.rfhome .pricecard .pv small{font-size:.74rem;font-weight:600;color:var(--ink-3)}
.rfhome .pricecard a{display:block;margin-top:14px;font-size:.9rem;font-weight:700;color:var(--accent)}

/* localforge band */
.rfhome .banner-link{display:block;margin:64px 0;transition:transform .15s ease,box-shadow .15s ease}
.rfhome .banner-link:hover{transform:translateY(-2px)}
.rfhome .lfband{background:var(--ink);border-radius:var(--radius-lg);padding:54px 48px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;overflow:hidden;position:relative}
.rfhome .lfband .lftag{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:rgba(255,255,255,.14);padding:6px 13px;border-radius:999px;margin-bottom:16px}
.rfhome .lfband h3{color:#fff;font-size:clamp(1.65rem,2.5vw,2.15rem);margin-bottom:14px}
.rfhome .lfband p{color:rgba(255,255,255,.72);font-size:1.06rem;margin-bottom:20px;max-width:44ch}
.rfhome .lfband .limg{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg)}
.rfhome .lfband .limg img{width:100%;display:block}

/* faq */
.rfhome .faqlist{max-width:740px;margin:0 auto}
.rfhome .faqitem{border-bottom:1px solid var(--line)}
.rfhome .faqitem summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 2px;cursor:pointer;font-family:var(--font-h);font-weight:700;font-size:1.15rem}
.rfhome .faqitem summary::-webkit-details-marker{display:none}
.rfhome .faqitem .plus{flex-shrink:0;font-size:1.3rem;color:var(--accent);transition:transform .2s}
.rfhome .faqitem[open] .plus{transform:rotate(45deg)}
.rfhome .faqitem .ans{padding:0 2px 22px;color:var(--ink-2);font-size:1.04rem;max-width:66ch}

/* final cta */
.rfhome .finalcta{background:var(--bg-soft);text-align:center;border-radius:var(--radius-lg);padding:64px 40px}
.rfhome .finalcta h2{font-size:clamp(2rem,3vw,2.5rem)}
.rfhome .finalcta .sub{margin:14px auto 28px;max-width:480px}
.rfhome .finalcta .cta-row{justify-content:center}
.rfhome .finalcta .note{margin-top:16px;font-size:.92rem;color:var(--ink-3)}

/* footer */
.rfhome footer.f{border-top:1px solid var(--line);padding:56px 0 32px}
.rfhome .fgrid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:32px}
.rfhome .fbrand{font-family:var(--font-h);font-weight:800;font-size:1.15rem;margin-bottom:12px}
.rfhome .fbrand p{color:var(--ink-3);font-size:.96rem;max-width:250px;line-height:1.5;font-family:var(--font-b);font-weight:400}
.rfhome .fcol h5{font-size:.84rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3);margin-bottom:14px}
.rfhome .fcol a{display:block;color:var(--ink-2);font-size:.98rem;margin-bottom:10px}
.rfhome .fcol a:hover{color:var(--ink)}
.rfhome .fbottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:44px;padding-top:22px;border-top:1px solid var(--line);font-size:.88rem;color:var(--ink-3)}

@media(max-width:1024px){
  .rfhome .prow{grid-template-columns:1fr;gap:36px}
  .rfhome .prow.rev .pvis,.rfhome .prow.rev .pcopy{order:initial}
  .rfhome .segrow{grid-template-columns:1fr 1fr}
  .rfhome .pricerow{grid-template-columns:1fr 1fr 1fr}
  .rfhome .lfband{grid-template-columns:1fr}
  .rfhome .fgrid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .rfhome .navlinks{display:none}
  .rfhome .burger{display:block}
  .rfhome .navright .btn-outline{display:none}
  .rfhome .wrap{padding:0 20px}
  .rfhome section{padding:64px 0}
  .rfhome .proofband{padding:64px 0}
  .rfhome .stats3{grid-template-columns:1fr;gap:36px}
  .rfhome .statement{margin-top:40px}
  .rfhome .darkstats{grid-template-columns:1fr}
  .rfhome .segrow{grid-template-columns:1fr}
  .rfhome .pricerow{grid-template-columns:1fr 1fr}
  .rfhome .fgrid{grid-template-columns:1fr}
  .rfhome .lfband{padding:36px 26px}
  .rfhome .finalcta{padding:48px 24px}
}
.rfhome .mobilemenu{display:none;position:fixed;inset:0;z-index:100;background:#fff;padding:24px;overflow-y:auto}
.rfhome .mobilemenu.open{display:block}
.rfhome .mobilemenu .mtop{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.rfhome .mobilemenu .mclose{background:none;border:none;font-size:1.6rem;cursor:pointer}
.rfhome .mobilemenu h6{font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin:20px 0 10px}
.rfhome .mobilemenu a{display:block;padding:12px 0;font-weight:600;font-size:1.02rem;border-bottom:1px solid var(--line)}
