*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --orange:#FF8B1E;
  --orange-dark:#e07a17;
  --orange-light:#fff4e8;
  --navy:#0d1117;
  --navy2:#161b22;
  --white:#ffffff;
  --gray-50:#f8fafc;
  --gray-100:#f1f5f9;
  --gray-200:#e2e8f0;
  --gray-400:#94a3b8;
  --gray-500:#64748b;
  --gray-700:#334155;
  --gray-900:#0f172a;
  --green:#16a34a;
  --green-light:#dcfce7;
  --radius:10px;
  --shadow:0 1px 3px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.06);
  --shadow-lg:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08);
}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:'Inter',system-ui,sans-serif;color:var(--gray-900);background:#fff;line-height:1.6}
.nav{position:sticky;top:0;z-index:100;background:rgba(13,17,23,0.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,0.06)}
.nav-inner{max-width:1260px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:28px;height:64px}
.nav-brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}
.nav-brand img{width:auto;height:32px}
.nav-brand-name{font-size:17px;font-weight:700;color:#fff;letter-spacing:-0.3px}
.nav-links{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}
.nav-links a{font-size:13.5px;font-weight:500;color:rgba(255,255,255,0.68);text-decoration:none;padding:6px 11px;border-radius:6px;transition:color .15s;white-space:nowrap}
.nav-links a:hover{color:#fff}
.nav-cta{display:flex;align-items:center;gap:18px;flex-shrink:0}
.btn-ghost{font-size:14px;font-weight:500;color:rgba(255,255,255,0.75);text-decoration:none;padding:8px 16px;border-radius:6px;border:1px solid rgba(255,255,255,0.15);transition:all .15s}
.btn-ghost:hover{color:#fff;border-color:rgba(255,255,255,0.35)}
.nav-cta .nav-login{font-size:13.5px;font-weight:500;color:rgba(255,255,255,0.78);text-decoration:none;padding:6px 2px;border:0;background:transparent;transition:color .15s}
.nav-cta .nav-login:hover{color:#fff}
.btn-orange{display:inline-block;background:var(--orange);color:#fff;font-size:14px;font-weight:600;padding:9px 20px;border-radius:7px;text-decoration:none;transition:background .15s;white-space:nowrap}
.btn-orange:hover{background:var(--orange-dark)}
.nav-cta .btn-orange{font-size:13.5px;padding:8px 16px;border-radius:7px}
.btn-orange-lg{font-size:16px;padding:14px 32px;border-radius:8px}
.btn-outline-white{display:inline-block;background:transparent;color:#fff;font-size:16px;font-weight:500;padding:13px 28px;border-radius:8px;text-decoration:none;border:1.5px solid rgba(255,255,255,0.3);transition:all .15s}
.btn-outline-white:hover{border-color:rgba(255,255,255,0.7)}
.hero{background:var(--navy);min-height:680px;display:flex;align-items:center;padding:90px 24px 80px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 800px 500px at 65% 30%,rgba(255,139,30,0.13) 0%,transparent 70%)}
.hero::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 500px 400px at 15% 80%,rgba(116,59,255,0.07) 0%,transparent 60%)}
.hero-inner{max-width:1140px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative;z-index:1}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,139,30,0.12);border:1px solid rgba(255,139,30,0.25);border-radius:100px;padding:5px 14px;font-size:12px;font-weight:600;color:var(--orange);letter-spacing:0.05em;text-transform:uppercase;margin-bottom:20px}
.hero-eyebrow span{width:6px;height:6px;border-radius:50%;background:var(--orange);display:inline-block}
.hero h1{font-size:54px;font-weight:900;color:#fff;line-height:1.08;letter-spacing:-2px;margin-bottom:20px}
.hero h1 em{font-style:normal;color:var(--orange)}
.hero-sub{font-size:18px;color:rgba(255,255,255,0.6);line-height:1.65;margin-bottom:36px;max-width:480px}
.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:48px}
.hero-proof{display:flex;align-items:center;gap:12px}
.hero-avatars{display:flex}
.hero-avatars span{width:32px;height:32px;border-radius:50%;border:2px solid var(--navy);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;margin-left:-8px}
.hero-avatars span:first-child{margin-left:0}
.av1{background:#FF8B1E}.av2{background:#743BFF}.av3{background:#16a34a}.av4{background:#0ea5e9}.av5{background:#e11d48}
.hero-proof-text{font-size:13px;color:rgba(255,255,255,0.45);line-height:1.4}
.hero-proof-text strong{color:rgba(255,255,255,0.75);display:block;margin-bottom:2px}
.hero-card{background:#1c2333;border:1px solid rgba(255,255,255,0.07);border-radius:14px;padding:24px;box-shadow:0 24px 64px rgba(0,0,0,0.5);position:relative}
.hc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.hc-title{font-size:12px;font-weight:600;color:rgba(255,255,255,0.35);text-transform:uppercase;letter-spacing:0.08em}
.hc-live{background:rgba(22,163,74,0.15);color:#4ade80;font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;border:1px solid rgba(74,222,128,0.2)}
.hc-amount{font-size:40px;font-weight:800;color:#fff;letter-spacing:-1.5px;margin-bottom:4px}
.hc-meta{font-size:13px;color:rgba(255,255,255,0.35);margin-bottom:22px}
.hc-bar-row{margin-bottom:14px}
.hc-bar-label{display:flex;justify-content:space-between;font-size:12px;color:rgba(255,255,255,0.4);margin-bottom:6px}
.hc-bar{height:7px;background:rgba(255,255,255,0.06);border-radius:100px;overflow:hidden}
.hc-bar-fill{height:100%;border-radius:100px}
.hc-bar-fill.o{background:var(--orange);width:72%}
.hc-bar-fill.p{background:#743BFF;width:48%}
.hc-bar-fill.g{background:#4ade80;width:89%}
.hc-sep{border:none;border-top:1px solid rgba(255,255,255,0.06);margin:16px 0}
.hc-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0}
.hc-row-label{font-size:13px;color:rgba(255,255,255,0.5)}
.hc-row-val{font-size:13px;font-weight:600;color:#fff}
.hc-row-val.g{color:#4ade80}
.hc-row-val.o{color:var(--orange)}
.hc-float{position:absolute;background:#1c2333;border:1px solid rgba(255,255,255,0.07);border-radius:10px;padding:12px 16px;box-shadow:0 12px 32px rgba(0,0,0,0.4)}
.hc-float-1{top:-22px;right:-22px}
.hc-float-2{bottom:-18px;left:-18px}
.hcf-label{font-size:10px;font-weight:600;color:rgba(255,255,255,0.3);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:5px}
.hcf-val{font-size:20px;font-weight:800;color:#fff;letter-spacing:-0.5px}
.hcf-sub{font-size:11px;color:#4ade80;margin-top:2px}
.logos-strip{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:28px 24px}
.logos-inner{max-width:1140px;margin:0 auto;text-align:center}
.logos-label{font-size:12px;font-weight:500;color:var(--gray-400);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:20px}
.logos-list{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.logos-list span{font-size:15px;font-weight:700;color:var(--gray-400);letter-spacing:-0.3px}
.section{padding:88px 24px}
.section-inner{max-width:1140px;margin:0 auto}
.section-tag{display:inline-block;background:var(--orange-light);color:var(--orange);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;padding:5px 14px;border-radius:100px;margin-bottom:14px}
.section-tag.inv{background:rgba(255,139,30,0.12);color:var(--orange)}
.section-head{max-width:620px;margin-bottom:56px}
.section-head.c{margin-left:auto;margin-right:auto;text-align:center}
.section-h{font-size:38px;font-weight:800;color:var(--gray-900);letter-spacing:-1.2px;line-height:1.15;margin-bottom:14px}
.section-sub{font-size:17px;color:var(--gray-500);line-height:1.65}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.feat-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:28px;transition:box-shadow .2s,border-color .2s}
.feat-card:hover{box-shadow:var(--shadow-lg);border-color:#d1d5db}
.feat-icon{width:46px;height:46px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}
.fi-o{background:var(--orange-light)}
.fi-p{background:#f3f0ff}
.fi-g{background:var(--green-light)}
.fi-b{background:#eff6ff}
.fi-r{background:#fef2f2}
.fi-t{background:#f0fdfa}
.feat-h{font-size:16px;font-weight:700;color:var(--gray-900);margin-bottom:8px;letter-spacing:-0.2px}
.feat-p{font-size:14px;color:var(--gray-500);line-height:1.6}
.vs-section{background:var(--navy);padding:88px 24px}
.vs-inner{max-width:1040px;margin:0 auto;text-align:center}
.vs-table{width:100%;border-collapse:collapse;margin-top:48px;text-align:left}
.vs-table th{padding:13px 16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:rgba(255,255,255,0.35);border-bottom:1px solid rgba(255,255,255,0.08)}
.vs-table th:not(:first-child){text-align:center;width:17%}
.vs-table th.col-tp{color:var(--orange)}
.vs-table td{padding:13px 16px;font-size:14px;color:rgba(255,255,255,0.75);border-top:1px solid rgba(255,255,255,0.05)}
.vs-table td:not(:first-child){text-align:center}
.vs-table tbody tr:hover td{background:rgba(255,255,255,0.02)}
.vs-check{color:#4ade80;font-size:17px}
.vs-x{color:rgba(255,255,255,0.18);font-size:15px}
.vs-partial{color:#facc15;font-size:12px;font-weight:600;background:rgba(250,204,21,0.1);padding:2px 8px;border-radius:100px}
.vs-table td.tp{background:rgba(255,139,30,0.04)}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative}
.steps-grid::before{content:'';position:absolute;top:27px;left:calc(16.66% + 20px);right:calc(16.66% + 20px);height:2px;background:linear-gradient(90deg,var(--orange) 0%,rgba(255,139,30,0.15) 100%)}
.step-card{text-align:center;padding:0 24px}
.step-num{width:54px;height:54px;border-radius:50%;background:var(--orange);color:#fff;font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;position:relative;z-index:1;box-shadow:0 0 0 6px var(--orange-light)}
.step-h{font-size:17px;font-weight:700;color:var(--gray-900);margin-bottom:8px;letter-spacing:-0.2px}
.step-p{font-size:14px;color:var(--gray-500);line-height:1.6}
.pricing-grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:520px;margin:0 auto}
.price-card{border-radius:14px;padding:36px;border:1.5px solid var(--gray-200);background:#fff;position:relative}
.price-card.featured{border-color:var(--orange);box-shadow:0 0 0 4px var(--orange-light)}
.price-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--orange);color:#fff;font-size:11px;font-weight:700;padding:5px 16px;border-radius:100px;letter-spacing:0.05em;text-transform:uppercase;white-space:nowrap}
.price-tier{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--gray-400);margin-bottom:10px}
.price-amount{display:flex;align-items:flex-end;gap:3px;margin-bottom:6px}
.price-dollar{font-size:28px;font-weight:700;color:var(--gray-600,#475569);line-height:1;padding-bottom:6px}
.price-num{font-size:56px;font-weight:900;color:var(--gray-900);line-height:1;letter-spacing:-2px}
.price-period{font-size:15px;color:var(--gray-400);padding-bottom:8px}
.price-desc{font-size:14px;color:var(--gray-500);margin-bottom:24px;line-height:1.5}
.price-divider{border:none;border-top:1px solid var(--gray-200);margin:24px 0}
.price-features{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:28px}
.price-features li{font-size:14px;color:var(--gray-700);display:flex;align-items:flex-start;gap:10px;line-height:1.5}
.price-features li::before{content:'✓';font-size:13px;font-weight:700;color:var(--green);flex-shrink:0;margin-top:1px}
.price-features li.off{color:var(--gray-400)}
.price-features li.off::before{content:'—';color:var(--gray-300)}
.price-btn{display:block;text-align:center;text-decoration:none;padding:13px;border-radius:8px;font-size:15px;font-weight:600;transition:all .15s}
.price-btn.outline{border:1.5px solid var(--gray-300);color:var(--gray-700)}
.price-btn.outline:hover{border-color:var(--orange);color:var(--orange)}
.price-btn.primary{background:var(--orange);color:#fff}
.price-btn.primary:hover{background:var(--orange-dark)}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testi-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:28px}
.testi-stars{color:var(--orange);font-size:15px;letter-spacing:2px;margin-bottom:14px}
.testi-quote{font-size:15px;color:var(--gray-700);line-height:1.65;margin-bottom:20px;font-style:italic}
.testi-author{display:flex;align-items:center;gap:12px}
.testi-av{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}
.testi-name{font-size:13px;font-weight:600;color:var(--gray-900)}
.testi-role{font-size:12px;color:var(--gray-400)}
.cta-banner{background:linear-gradient(135deg,#1a0800 0%,#2b1000 50%,#1a0800 100%);padding:88px 24px;text-align:center;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 700px 350px at 50% 50%,rgba(255,139,30,0.2) 0%,transparent 70%)}
.cta-inner{position:relative;z-index:1;max-width:680px;margin:0 auto}
.cta-h{font-size:42px;font-weight:900;color:#fff;letter-spacing:-1.5px;line-height:1.1;margin-bottom:14px}
.cta-sub{font-size:17px;color:rgba(255,255,255,0.55);margin-bottom:36px;line-height:1.6}
.cta-note{font-size:13px;color:rgba(255,255,255,0.3);margin-top:14px}
.footer{background:var(--navy);border-top:1px solid rgba(255,255,255,0.06);padding:56px 24px 36px}
.footer-inner{max-width:1140px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}
.footer-brand{display:flex;align-items:center;gap:9px;margin-bottom:12px}
.footer-brand img{width:30px;height:30px}
.footer-brand span{font-size:17px;font-weight:700;color:#fff}
.footer-tagline{font-size:13px;color:rgba(255,255,255,0.38);line-height:1.6;max-width:230px}
.footer-col-h{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:rgba(255,255,255,0.35);margin-bottom:14px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-links a{font-size:14px;color:rgba(255,255,255,0.5);text-decoration:none;transition:color .15s}
.footer-links a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.06);padding-top:24px;display:flex;align-items:center;justify-content:space-between}
.footer-copy{font-size:13px;color:rgba(255,255,255,0.28)}
.footer-legal{display:flex;gap:20px}
.footer-legal a{font-size:13px;color:rgba(255,255,255,0.28);text-decoration:none;transition:color .15s}
.footer-legal a:hover{color:rgba(255,255,255,0.6)}

/* ── New sections ────────────────────────────────────── */

/* Two Tools section */
.two-tools-section{background:var(--navy);padding:88px 24px}
.two-tools-inner{max-width:1140px;margin:0 auto;text-align:center}
.two-tools-inner .section-h{color:#fff;text-align:center;font-size:42px;letter-spacing:-1.5px;margin-bottom:20px}
.two-tools-lead{font-size:18px;color:rgba(255,255,255,0.55);line-height:1.7;max-width:680px;margin:0 auto 52px}
.cost-compare{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;margin-bottom:48px}
.cost-compare-box{background:#1c2333;border:1px solid rgba(255,255,255,0.08);border-radius:14px;padding:28px 36px;min-width:260px}
.cost-compare-box.tp-box{border-color:rgba(255,139,30,0.35);background:rgba(255,139,30,0.06)}
.cost-compare-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:rgba(255,255,255,0.35);margin-bottom:12px}
.cost-compare-label.tp-label{color:var(--orange)}
.cost-compare-tools{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}
.cost-compare-tool{font-size:15px;font-weight:600;color:rgba(255,255,255,0.7)}
.cost-compare-tool span{color:rgba(255,255,255,0.4);font-weight:400;font-size:14px}
.cost-compare-total{font-size:13px;color:rgba(255,255,255,0.28);border-top:1px solid rgba(255,255,255,0.07);padding-top:12px;margin-top:4px}
.cost-compare-total strong{color:rgba(255,255,255,0.55);font-size:22px;font-weight:800;letter-spacing:-0.5px;display:block;margin-bottom:3px}
.cost-compare-arrow{font-size:28px;color:rgba(255,255,255,0.2);flex-shrink:0}
.cost-compare-savings{display:inline-block;background:rgba(22,163,74,0.15);border:1px solid rgba(74,222,128,0.2);color:#4ade80;font-size:13px;font-weight:700;padding:5px 18px;border-radius:100px;margin-top:4px}

/* Power Features section */
.power-section{padding:88px 24px;background:#fff}
.power-section .section-inner{max-width:1140px;margin:0 auto}
.power-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:56px}
.power-card{background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:32px;position:relative;transition:box-shadow .2s,border-color .2s}
.power-card:hover{box-shadow:var(--shadow-lg);border-color:#d1d5db}
.power-card-icon{font-size:28px;margin-bottom:14px}
.power-card-tag-row{margin-bottom:10px}
.power-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:3px 12px;border-radius:100px}
.power-tag.api{background:rgba(255,139,30,0.1);color:var(--orange)}
.power-tag.collab{background:#f3f0ff;color:#743BFF}
.power-tag.enterprise{background:#eff6ff;color:#0284c7}
.power-card-h{font-size:20px;font-weight:800;color:var(--gray-900);letter-spacing:-0.4px;margin-bottom:10px;line-height:1.25}
.power-card-p{font-size:15px;color:var(--gray-500);line-height:1.65}

/* Intercompany banner */
.ic-banner{background:linear-gradient(135deg,#0d1117 0%,#141a24 100%);border-top:1px solid rgba(255,139,30,0.15);border-bottom:1px solid rgba(255,139,30,0.15);padding:72px 24px;position:relative;overflow:hidden}
.ic-banner::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--orange)}
.ic-banner::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 700px 300px at 50% 50%,rgba(255,139,30,0.07) 0%,transparent 70%)}
.ic-banner-inner{max-width:860px;margin:0 auto;text-align:center;position:relative;z-index:1}
.ic-only-tag{display:inline-block;background:rgba(255,139,30,0.14);border:1px solid rgba(255,139,30,0.3);color:var(--orange);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;padding:4px 16px;border-radius:100px;margin-bottom:20px}
.ic-banner-h{font-size:36px;font-weight:900;color:#fff;letter-spacing:-1.2px;line-height:1.15;margin-bottom:14px}
.ic-banner-sub{font-size:17px;color:rgba(255,255,255,0.5);line-height:1.7;max-width:640px;margin:0 auto}

/* Responsive additions */
@media(max-width:960px){
  .hero-inner{grid-template-columns:1fr;gap:40px}
  .hero-visual{display:none}
  .hero h1{font-size:42px}
  .features-grid{grid-template-columns:1fr 1fr}
  .steps-grid::before{display:none}
  .steps-grid{grid-template-columns:1fr;gap:32px}
  .step-card{text-align:left;display:flex;align-items:flex-start;gap:18px;padding:0}
  .step-num{flex-shrink:0;margin:0}
  .testi-grid{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr;gap:32px}
  .power-grid{grid-template-columns:1fr}
  .cost-compare{flex-direction:column;align-items:center}
  .cost-compare-arrow{transform:rotate(90deg)}
}
@media(max-width:640px){
  .hero{padding:60px 20px}
  .hero h1{font-size:34px;letter-spacing:-1px}
  .hero-sub{font-size:16px}
  .section{padding:60px 20px}
  .section-h{font-size:28px}
  .features-grid,.pricing-grid{grid-template-columns:1fr}
  .nav-links{display:none}
  .vs-table th,.vs-table td{padding:10px 6px;font-size:11px}
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:12px;text-align:center}
  .cta-h{font-size:30px}
  .two-tools-inner .section-h{font-size:30px}
  .ic-banner-h{font-size:26px}
  .two-tools-section{padding:60px 20px}
  .power-section{padding:60px 20px}
  .ic-banner{padding:52px 20px}
}


/* ──────────────────────────────────────────────────────────
   PUBLIC SITE — additional components for full marketing pages
   ────────────────────────────────────────────────────────── */

/* Generic page hero (used on sub-pages) */
.tp-hero{padding:96px 24px 72px;text-align:center;background:linear-gradient(180deg,#fffaf2 0%,#ffffff 100%);border-bottom:1px solid var(--gray-200);position:relative;overflow:hidden}
.tp-hero::before{content:'';position:absolute;left:50%;top:-100px;transform:translateX(-50%);width:680px;height:680px;border-radius:50%;background:radial-gradient(circle,rgba(255,139,30,0.08) 0%,rgba(255,139,30,0) 60%);pointer-events:none;z-index:0}
.tp-hero-inner{max-width:880px;margin:0 auto;position:relative;z-index:1}
.tp-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--gray-200);color:var(--orange);font-size:13px;font-weight:600;padding:6px 14px;border-radius:999px;margin-bottom:22px;box-shadow:0 1px 3px rgba(15,23,42,0.04)}
.tp-hero-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--orange)}
.tp-hero h1{font-size:56px;font-weight:800;color:var(--navy);letter-spacing:-0.025em;line-height:1.05;margin-bottom:22px}
.tp-hero h1 em{font-style:normal;color:var(--orange);position:relative;display:inline-block}
.tp-hero h1 em::after{content:'';position:absolute;left:0;right:0;bottom:4px;height:14px;background:var(--orange-light);z-index:-1;border-radius:4px}
.tp-hero p{font-size:19px;color:var(--gray-500);max-width:680px;margin:0 auto 32px;line-height:1.55}
.tp-hero-cta{display:inline-flex;gap:12px;flex-wrap:wrap;justify-content:center}
@media (max-width:640px){.tp-hero{padding:72px 20px 56px}.tp-hero h1{font-size:36px}.tp-hero p{font-size:16px}}

/* Section variants */
.tp-section{padding:80px 24px}
.tp-section-alt{background:var(--gray-50)}
.tp-section-dark{background:var(--navy);color:#fff}
.tp-section-dark .tp-block-h{color:#fff}
.tp-section-dark .tp-block-d{color:rgba(255,255,255,0.7)}
.tp-section-inner{max-width:1140px;margin:0 auto}
.tp-section-narrow{max-width:880px;margin:0 auto}
.tp-section-head{text-align:center;margin-bottom:56px}
.tp-section-head .tp-tag{display:inline-block;background:var(--orange-light);color:var(--orange);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;padding:6px 14px;border-radius:999px;margin-bottom:16px}
.tp-section-head .tp-h{font-size:42px;font-weight:800;color:var(--navy);letter-spacing:-0.02em;line-height:1.15;margin-bottom:14px}
.tp-section-head .tp-sub{font-size:18px;color:var(--gray-500);max-width:680px;margin:0 auto;line-height:1.55}
.tp-section-dark .tp-section-head .tp-h{color:#fff}
.tp-section-dark .tp-section-head .tp-sub{color:rgba(255,255,255,0.65)}
.tp-section-dark .tp-section-head .tp-tag{background:rgba(255,139,30,0.15);color:#FFB066}
@media (max-width:640px){.tp-section{padding:56px 20px}.tp-section-head .tp-h{font-size:30px}.tp-section-head .tp-sub{font-size:15px}.tp-section-head{margin-bottom:36px}}

/* Feature deep-dive — alternating left/right rows */
.tp-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:96px}
.tp-feature-row:last-child{margin-bottom:0}
.tp-feature-row.reverse > .tp-feature-text{order:2}
.tp-feature-row.reverse > .tp-feature-visual{order:1}
.tp-feature-text .tp-eyebrow{display:inline-block;background:var(--orange-light);color:var(--orange);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;padding:5px 12px;border-radius:999px;margin-bottom:14px}
.tp-feature-text h3{font-size:32px;font-weight:800;color:var(--navy);letter-spacing:-0.015em;line-height:1.2;margin-bottom:16px}
.tp-feature-text p{font-size:16px;color:var(--gray-500);line-height:1.6;margin-bottom:22px}
.tp-feature-text ul{list-style:none;display:flex;flex-direction:column;gap:12px;margin:0;padding:0}
.tp-feature-text ul li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:var(--gray-700);line-height:1.55}
.tp-feature-text ul li::before{content:'';flex-shrink:0;width:18px;height:18px;border-radius:50%;background:var(--green-light);color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-weight:700;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center;margin-top:1px}
@media (max-width:900px){.tp-feature-row{grid-template-columns:1fr;gap:32px;margin-bottom:64px}.tp-feature-row.reverse > .tp-feature-text{order:initial}.tp-feature-row.reverse > .tp-feature-visual{order:initial}.tp-feature-text h3{font-size:26px}}

/* Mockup browser frame for visuals (no real screenshots) */
.tp-mock{background:#fff;border:1px solid var(--gray-200);border-radius:14px;overflow:hidden;box-shadow:0 18px 40px rgba(15,23,42,0.08),0 4px 12px rgba(15,23,42,0.04)}
.tp-mock-bar{background:#f1f5f9;border-bottom:1px solid var(--gray-200);padding:10px 14px;display:flex;align-items:center;gap:6px}
.tp-mock-bar .dot{width:10px;height:10px;border-radius:50%}
.tp-mock-bar .dot.r{background:#ff5f56}
.tp-mock-bar .dot.y{background:#ffbd2e}
.tp-mock-bar .dot.g{background:#27c93f}
.tp-mock-body{padding:28px;background:#fff;min-height:280px}

/* Mock invoice card */
.tp-mock-invoice{padding:24px;background:#fff;border-radius:8px;border:1px solid var(--gray-200);max-width:380px;margin:0 auto}
.tp-mock-invoice .top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}
.tp-mock-invoice .num{font-size:13px;color:var(--gray-500);font-weight:600}
.tp-mock-invoice .badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:3px 8px;border-radius:4px;background:var(--green-light);color:var(--green)}
.tp-mock-invoice .total{font-size:36px;font-weight:800;color:var(--navy);margin-bottom:4px;letter-spacing:-0.02em}
.tp-mock-invoice .sub{font-size:12px;color:var(--gray-500);margin-bottom:18px}
.tp-mock-invoice .row{display:flex;justify-content:space-between;font-size:13px;color:var(--gray-700);padding:6px 0;border-bottom:1px solid var(--gray-100)}
.tp-mock-invoice .row:last-child{border-bottom:0;font-weight:700;color:var(--navy);padding-top:12px}
.tp-mock-invoice .pay-btn{margin-top:18px;background:var(--orange);color:#fff;font-weight:700;font-size:14px;padding:12px;text-align:center;border-radius:8px}

/* Mock dashboard tiles */
.tp-mock-tiles{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tp-mock-tile{background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:16px}
.tp-mock-tile .label{font-size:10px;text-transform:uppercase;letter-spacing:0.06em;color:var(--gray-500);font-weight:600;margin-bottom:6px}
.tp-mock-tile .num{font-size:22px;font-weight:800;color:var(--navy);letter-spacing:-0.01em}
.tp-mock-tile .delta{font-size:11px;font-weight:600;color:var(--green);margin-top:4px}
.tp-mock-tile .delta.down{color:#dc2626}

/* Mock chart bars */
.tp-mock-chart{display:flex;align-items:flex-end;gap:8px;height:120px;padding:12px;background:var(--gray-50);border-radius:10px}
.tp-mock-chart .bar{flex:1;background:linear-gradient(180deg,var(--orange) 0%,#ffb070 100%);border-radius:4px 4px 0 0}

/* Big-stat grid */
.tp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.tp-stat{text-align:center;padding:24px}
.tp-stat .num{font-size:42px;font-weight:800;color:var(--navy);letter-spacing:-0.02em;line-height:1;margin-bottom:6px}
.tp-stat .label{font-size:13px;color:var(--gray-500);font-weight:500}
@media (max-width:760px){.tp-stats{grid-template-columns:1fr 1fr;gap:16px}.tp-stat .num{font-size:30px}}

/* Two-column grid */
.tp-2col{display:grid;grid-template-columns:1fr 1fr;gap:32px}
@media (max-width:760px){.tp-2col{grid-template-columns:1fr;gap:20px}}

/* Generic block (icon + title + body) */
.tp-block{background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:28px;height:100%}
.tp-block-icon{width:44px;height:44px;border-radius:10px;background:var(--orange-light);color:var(--orange);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:18px}
.tp-block-h{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:8px}
.tp-block-d{font-size:14px;color:var(--gray-500);line-height:1.6;margin:0}

/* "What's included / not included" two-column lists */
.tp-include{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.tp-include-col{background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:28px}
.tp-include-col.warn{background:#fef3c7;border-color:#fde68a}
.tp-include-col h4{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:16px;display:flex;align-items:center;gap:8px}
.tp-include-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;padding:0;margin:0}
.tp-include-col ul li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--gray-700);line-height:1.5}
.tp-include-col ul li::before{content:'✓';color:var(--green);font-weight:800;flex-shrink:0;width:18px}
.tp-include-col.warn ul li::before{content:'$';color:#b45309}
@media (max-width:760px){.tp-include{grid-template-columns:1fr;gap:16px}}

/* FAQ accordion */
.tp-faq-item{background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:0;margin-bottom:12px;overflow:hidden}
.tp-faq-q{padding:18px 22px;font-size:16px;font-weight:600;color:var(--navy);cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fff;border:0;width:100%;text-align:left}
.tp-faq-q:hover{background:var(--gray-50)}
.tp-faq-q::after{content:'+';font-size:24px;color:var(--gray-400);transition:transform .2s}
.tp-faq-item.open .tp-faq-q::after{content:'−'}
.tp-faq-a{padding:0 22px;font-size:14.5px;color:var(--gray-500);line-height:1.65;max-height:0;overflow:hidden;transition:max-height .25s ease,padding .25s ease}
.tp-faq-item.open .tp-faq-a{padding:0 22px 22px;max-height:600px}

/* Code block (developers page) */
.tp-code{background:#0d1117;color:#e6edf3;border-radius:12px;padding:20px 24px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;font-size:13.5px;line-height:1.6;overflow-x:auto;box-shadow:0 12px 32px rgba(0,0,0,0.18);position:relative}
.tp-code .tp-code-lang{position:absolute;top:10px;right:14px;font-size:10px;text-transform:uppercase;letter-spacing:0.08em;color:#8b949e;font-weight:600}
.tp-code .k{color:#ff7b72}
.tp-code .s{color:#a5d6ff}
.tp-code .c{color:#8b949e;font-style:italic}
.tp-code .n{color:#79c0ff}
.tp-code .v{color:#ffa657}

/* Cost comparison row */
.tp-cost-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;border:1px solid var(--gray-200);border-radius:14px;overflow:hidden;background:#fff}
.tp-cost-row .tp-cost-cell{padding:24px;border-right:1px solid var(--gray-200)}
.tp-cost-row .tp-cost-cell:last-child{border-right:0}
.tp-cost-row .tp-cost-cell.head{background:var(--gray-50);font-weight:700;color:var(--navy);text-align:left}
.tp-cost-row .tp-cost-cell.tp-win{background:linear-gradient(135deg,#fff4e8 0%,#fff 100%);border-right:1px solid var(--gray-200)}
.tp-cost-row .tp-cost-cell .cost-label{font-size:12px;font-weight:600;color:var(--gray-500);margin-bottom:6px;text-transform:uppercase;letter-spacing:0.04em}
.tp-cost-row .tp-cost-cell .cost-num{font-size:30px;font-weight:800;color:var(--navy);letter-spacing:-0.02em}
.tp-cost-row .tp-cost-cell .cost-sub{font-size:12px;color:var(--gray-500);margin-top:2px}
@media (max-width:760px){.tp-cost-row{grid-template-columns:1fr}.tp-cost-row .tp-cost-cell{border-right:0;border-bottom:1px solid var(--gray-200)}}

/* Trust strip */
.tp-trust{padding:32px 24px;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);background:#fff}
.tp-trust-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}
.tp-trust-item{font-size:13px;color:var(--gray-500);font-weight:500;display:flex;align-items:center;gap:8px}
.tp-trust-item strong{color:var(--navy);font-weight:800;font-size:18px}

/* Inline highlight */
.tp-pill{display:inline-block;background:var(--orange-light);color:var(--orange);font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px;margin-left:6px;letter-spacing:0.02em;text-transform:uppercase}

/* Quote */
.tp-quote{background:#fff;border:1px solid var(--gray-200);border-radius:16px;padding:36px;text-align:left;max-width:760px;margin:0 auto;position:relative}
.tp-quote::before{content:'"';position:absolute;top:23px;left:-9px;font-size:120px;color:var(--orange);font-family:Georgia,serif;line-height:0;font-weight:700;background:#fff;padding:0 8px}
.tp-quote-text{font-size:20px;color:var(--navy);font-weight:500;line-height:1.5;margin-bottom:22px;font-style:italic}
.tp-quote-author{display:flex;align-items:center;gap:14px}
.tp-quote-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--orange) 0%,#ff6f00 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}
.tp-quote-name{font-size:14px;font-weight:700;color:var(--navy)}
.tp-quote-role{font-size:13px;color:var(--gray-500)}

/* Migration steps */
.tp-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.tp-step{padding:24px;background:#fff;border:1px solid var(--gray-200);border-radius:14px}
.tp-step-num{width:32px;height:32px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;margin-bottom:14px}
.tp-step-h{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:6px}
.tp-step-d{font-size:13px;color:var(--gray-500);line-height:1.5}
@media (max-width:760px){.tp-steps{grid-template-columns:1fr 1fr}}
@media (max-width:480px){.tp-steps{grid-template-columns:1fr}}

/* Big CTA section variant */
.tp-cta-final{padding:96px 24px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy2) 50%,#1f2933 100%);color:#fff;text-align:center;position:relative;overflow:hidden}
.tp-cta-final::after{content:'';position:absolute;right:-100px;top:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(255,139,30,0.25) 0%,rgba(255,139,30,0) 65%);pointer-events:none}
.tp-cta-final-inner{max-width:760px;margin:0 auto;position:relative;z-index:1}
.tp-cta-final h2{font-size:42px;font-weight:800;color:#fff;letter-spacing:-0.02em;margin-bottom:14px;line-height:1.15}
.tp-cta-final p{font-size:18px;color:rgba(255,255,255,0.7);margin-bottom:28px}
.tp-cta-final .btn-orange{font-size:17px;padding:18px 32px}
.tp-cta-final-note{font-size:13px;color:rgba(255,255,255,0.5);margin-top:18px}
@media (max-width:640px){.tp-cta-final{padding:64px 20px}.tp-cta-final h2{font-size:30px}.tp-cta-final p{font-size:16px}}

/* Logo strip — placeholder text logos */
.tp-logo-strip{display:flex;justify-content:center;align-items:center;gap:48px;padding:36px 24px;flex-wrap:wrap;opacity:0.5}
.tp-logo-strip span{font-size:18px;font-weight:700;color:var(--gray-500);letter-spacing:-0.02em}


/* ──────────────────────────────────────────────────────────
   PUBLIC SITE V2 — stronger hero + chaos→clean section
   ────────────────────────────────────────────────────────── */

/* Asymmetric hero with floating visual */
.tp-hero-split{position:relative;padding:96px 24px 96px;background:linear-gradient(180deg,#fffaf2 0%,#ffffff 70%);border-bottom:1px solid var(--gray-200);overflow:hidden}
.tp-hero-split::before{content:'';position:absolute;left:-10%;top:-20%;width:680px;height:680px;border-radius:50%;background:radial-gradient(circle,rgba(255,139,30,0.14) 0%,rgba(255,139,30,0) 60%);pointer-events:none;animation:tp-float 12s ease-in-out infinite}
.tp-hero-split::after{content:'';position:absolute;right:-15%;bottom:-30%;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,0.10) 0%,rgba(59,130,246,0) 60%);pointer-events:none;animation:tp-float 14s ease-in-out 2s infinite reverse}
@keyframes tp-float{0%,100%{transform:translate(0,0)}50%{transform:translate(20px,-20px)}}
.tp-hero-split-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center;position:relative;z-index:1}
.tp-hero-split-text h1{font-size:64px;font-weight:800;color:var(--navy);letter-spacing:-0.03em;line-height:1.02;margin-bottom:22px}
.tp-hero-split-text h1 em{font-style:normal;color:var(--orange);position:relative;display:inline-block}
.tp-hero-split-text h1 em::after{content:'';position:absolute;left:-2px;right:-2px;bottom:6px;height:14px;background:var(--orange-light);z-index:-1;border-radius:4px}
.tp-hero-split-text p{font-size:19px;color:var(--gray-500);max-width:560px;line-height:1.55;margin-bottom:28px}
.tp-hero-split-text .tp-hero-cta{justify-content:flex-start}
.tp-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--gray-200);color:var(--navy);font-size:13px;font-weight:600;padding:6px 14px;border-radius:999px;margin-bottom:22px;box-shadow:0 1px 3px rgba(15,23,42,0.04)}
.tp-hero-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px rgba(255,139,30,0.12);animation:tp-pulse 2s ease-in-out infinite}
@keyframes tp-pulse{0%,100%{box-shadow:0 0 0 4px rgba(255,139,30,0.12)}50%{box-shadow:0 0 0 8px rgba(255,139,30,0.04)}}
@media (max-width:900px){.tp-hero-split{padding:64px 20px 56px}.tp-hero-split-inner{grid-template-columns:1fr;gap:48px}.tp-hero-split-text h1{font-size:42px}}

/* Floating mockup stack on hero */
.tp-hero-stack{position:relative;height:520px}
.tp-hero-stack-card{position:absolute;background:#fff;border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 24px 48px rgba(15,23,42,0.08),0 6px 16px rgba(15,23,42,0.04);overflow:hidden;transition:transform .25s}
.tp-hero-stack .card-1{top:0;left:8%;width:340px;transform:rotate(-3deg);animation:tp-float-card 6s ease-in-out infinite}
.tp-hero-stack .card-2{top:120px;right:0;width:280px;transform:rotate(2.5deg);animation:tp-float-card 7s ease-in-out 1s infinite reverse;z-index:2}
.tp-hero-stack .card-3{bottom:0;left:18%;width:300px;transform:rotate(-1.5deg);animation:tp-float-card 8s ease-in-out 2s infinite;z-index:1}
@keyframes tp-float-card{0%,100%{transform:rotate(var(--r,0deg)) translateY(0)}50%{transform:rotate(var(--r,0deg)) translateY(-8px)}}
.tp-hero-stack .card-1{--r:-3deg}
.tp-hero-stack .card-2{--r:2.5deg}
.tp-hero-stack .card-3{--r:-1.5deg}
.tp-hero-stack-bar{background:#f8fafc;border-bottom:1px solid var(--gray-200);padding:8px 12px;display:flex;gap:5px}
.tp-hero-stack-bar .dot{width:8px;height:8px;border-radius:50%}
.tp-hero-stack-bar .dot.r{background:#ff5f56}
.tp-hero-stack-bar .dot.y{background:#ffbd2e}
.tp-hero-stack-bar .dot.g{background:#27c93f}
.tp-hero-stack-body{padding:18px 22px;background:#fff}

/* Hero stat pill (floating, points to a spot on the visual) */
.tp-hero-pill{position:absolute;background:#fff;border:1px solid var(--gray-200);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600;color:var(--navy);box-shadow:0 8px 20px rgba(15,23,42,0.08);display:inline-flex;align-items:center;gap:8px;z-index:5;animation:tp-float-card 5s ease-in-out infinite}
.tp-hero-pill .ic{width:20px;height:20px;border-radius:50%;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}
.tp-hero-pill.alt .ic{background:var(--orange-light);color:var(--orange)}
@media (max-width:900px){.tp-hero-stack{height:380px;max-width:480px;margin:0 auto}.tp-hero-stack .card-1{width:260px;left:0}.tp-hero-stack .card-2{width:230px;right:5%}.tp-hero-stack .card-3{width:240px;left:18%}}

/* Stronger sub-page hero (features/pricing/compare/developers) */
.tp-hero-rich{position:relative;padding:120px 24px 88px;background:linear-gradient(180deg,#fffaf2 0%,#ffffff 80%);border-bottom:1px solid var(--gray-200);overflow:hidden;text-align:center}
.tp-hero-rich::before{content:'';position:absolute;left:50%;top:-150px;transform:translateX(-50%);width:920px;height:920px;border-radius:50%;background:radial-gradient(circle,rgba(255,139,30,0.10) 0%,rgba(255,139,30,0) 55%);pointer-events:none}
.tp-hero-rich::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--gray-200) 30%,var(--gray-200) 70%,transparent 100%)}
.tp-hero-rich-bg-grid{position:absolute;inset:0;background-image:radial-gradient(circle,var(--gray-200) 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(ellipse at center top,black 0%,transparent 65%);-webkit-mask-image:radial-gradient(ellipse at center top,black 0%,transparent 65%);pointer-events:none;opacity:0.6}
.tp-hero-rich-inner{max-width:920px;margin:0 auto;position:relative;z-index:1}
.tp-hero-rich h1{font-size:64px;font-weight:800;color:var(--navy);letter-spacing:-0.025em;line-height:1.05;margin-bottom:22px}
.tp-hero-rich h1 em{font-style:normal;color:var(--orange);position:relative;display:inline-block}
.tp-hero-rich h1 em::after{content:'';position:absolute;left:-2px;right:-2px;bottom:5px;height:14px;background:var(--orange-light);z-index:-1;border-radius:4px}
.tp-hero-rich p{font-size:19px;color:var(--gray-500);max-width:680px;margin:0 auto 28px;line-height:1.55}
.tp-hero-rich .tp-hero-cta{justify-content:center}
@media (max-width:640px){.tp-hero-rich{padding:88px 20px 64px}.tp-hero-rich h1{font-size:38px}.tp-hero-rich p{font-size:16px}}

/* ── Chaos → Clean: replaces "duct tape" two-col ── */
.tp-chaos{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:stretch;margin-top:32px}
@media (max-width:900px){.tp-chaos{grid-template-columns:1fr;gap:32px}}

.tp-chaos-bad{position:relative;background:linear-gradient(135deg,#fee2e2 0%,#fef3c7 100%);border:2px dashed #fca5a5;border-radius:16px;padding:32px;min-height:520px}
.tp-chaos-bad::before{content:'CHAOS';position:absolute;top:14px;right:18px;font-size:11px;font-weight:800;letter-spacing:0.12em;color:#dc2626;background:#fff;padding:4px 10px;border-radius:999px;box-shadow:0 2px 6px rgba(0,0,0,0.06)}
.tp-chaos-bad-h{font-size:18px;font-weight:800;color:#7f1d1d;margin-bottom:20px;display:flex;align-items:center;gap:8px}
.tp-chaos-bad-h::before{content:'';width:24px;height:24px;border-radius:6px;background:repeating-linear-gradient(45deg,#dc2626,#dc2626 4px,#fef3c7 4px,#fef3c7 8px)}

/* The scattered tools — each one tilted at different angles, varying sizes */
.tp-chaos-tool{position:absolute;background:#fff;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;box-shadow:0 6px 16px rgba(220,38,38,0.12),0 2px 4px rgba(0,0,0,0.04);font-size:12.5px;color:var(--navy);display:flex;align-items:center;gap:8px}
.tp-chaos-tool .lbl{font-weight:700}
.tp-chaos-tool .price{color:#dc2626;font-weight:700;font-size:11px}
.tp-chaos-tool .ic{width:22px;height:22px;border-radius:5px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:10px}

/* Specific tool placements + rotations */
.tp-chaos-bad .t-1{top:80px;left:24px;transform:rotate(-4deg)}
.tp-chaos-bad .t-1 .ic{background:#2ca01c}
.tp-chaos-bad .t-2{top:130px;right:30px;transform:rotate(3deg)}
.tp-chaos-bad .t-2 .ic{background:#635bff}
.tp-chaos-bad .t-3{top:200px;left:60px;transform:rotate(2deg)}
.tp-chaos-bad .t-3 .ic{background:#107c41}
.tp-chaos-bad .t-4{top:265px;right:40px;transform:rotate(-3deg)}
.tp-chaos-bad .t-4 .ic{background:#0070c9}
.tp-chaos-bad .t-5{top:340px;left:36px;transform:rotate(4deg)}
.tp-chaos-bad .t-5 .ic{background:#fbbc04;color:#000}
.tp-chaos-bad .t-6{top:410px;right:24px;transform:rotate(-2deg)}
.tp-chaos-bad .t-6 .ic{background:#dc2626}

/* Crisscrossing dotted lines representing chaos */
.tp-chaos-bad svg.connector{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}

/* Sticky-note "manual entry" papers */
.tp-chaos-note{position:absolute;background:#fef9c3;border:1px solid #fde047;padding:10px;font-size:11px;color:#713f12;font-weight:600;line-height:1.3;box-shadow:0 4px 8px rgba(0,0,0,0.08);max-width:130px;transform:rotate(-5deg)}
.tp-chaos-bad .n-1{top:55px;right:60px;transform:rotate(6deg)}
.tp-chaos-bad .n-2{top:295px;right:120px;transform:rotate(-3deg)}

/* Clean side */
.tp-chaos-good{background:#fff;border:1px solid var(--gray-200);border-radius:16px;padding:32px;box-shadow:0 24px 48px rgba(15,23,42,0.06),0 6px 16px rgba(15,23,42,0.04);position:relative;display:flex;flex-direction:column;min-height:520px}
.tp-chaos-good::before{content:'ONE PLATFORM';position:absolute;top:14px;right:18px;font-size:11px;font-weight:800;letter-spacing:0.12em;color:var(--green);background:var(--green-light);padding:4px 10px;border-radius:999px}
.tp-chaos-good-h{font-size:18px;font-weight:800;color:var(--navy);margin-bottom:8px;display:flex;align-items:center;gap:10px}
.tp-chaos-good-h img{width:26px;height:26px}
.tp-chaos-good-sub{font-size:13px;color:var(--gray-500);margin-bottom:24px}
.tp-chaos-good-list{flex:1;display:flex;flex-direction:column;gap:10px}
.tp-chaos-good-row{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;transition:background .15s}
.tp-chaos-good-row:hover{background:#fff;border-color:var(--orange-light)}
.tp-chaos-good-row .ic{width:32px;height:32px;border-radius:8px;background:var(--orange-light);color:var(--orange);display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}
.tp-chaos-good-row .txt{flex:1;min-width:0}
.tp-chaos-good-row .name{font-size:13.5px;font-weight:600;color:var(--navy)}
.tp-chaos-good-row .desc{font-size:11.5px;color:var(--gray-500);margin-top:1px}
.tp-chaos-good-row .check{color:var(--green);font-weight:800;font-size:14px}
.tp-chaos-good-foot{margin-top:20px;padding-top:18px;border-top:1px dashed var(--gray-200);display:flex;justify-content:space-between;align-items:center}
.tp-chaos-good-foot .total{font-size:13px;color:var(--gray-500)}
.tp-chaos-good-foot .total strong{font-size:24px;font-weight:800;color:var(--navy);letter-spacing:-0.02em;display:block;margin-top:2px}
.tp-chaos-good-foot .badge{background:var(--orange);color:#fff;font-size:11px;font-weight:700;padding:6px 12px;border-radius:999px;text-transform:uppercase;letter-spacing:0.04em}

/* The big arrow between chaos → clean */
.tp-chaos-arrow{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;box-shadow:0 12px 32px rgba(15,23,42,0.18);z-index:5}
@media (max-width:900px){.tp-chaos-arrow{position:static;transform:none;margin:-12px auto;display:flex}.tp-chaos-bad,.tp-chaos-good{min-height:auto}}


/* ──────────────────────────────────────────────────────────
   MOBILE NAV + RESPONSIVE FIXES
   ────────────────────────────────────────────────────────── */

/* Defensive: prevent horizontal scroll site-wide */
html,body{overflow-x:hidden;max-width:100%}
img,svg,video{max-width:100%;height:auto}

/* Hamburger button */
.nav-burger{display:none;background:transparent;border:0;width:36px;height:36px;padding:0;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px;transition:transform .15s;margin-left:auto}
.nav-burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .25s,opacity .2s}
.nav-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-burger.is-open span:nth-child(2){opacity:0}
.nav-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Mobile menu drawer */
.nav-mobile{position:fixed;top:64px;left:0;right:0;bottom:0;background:#0d1117;z-index:99;padding:24px 24px 32px;transform:translateY(-12px);opacity:0;pointer-events:none;transition:transform .25s,opacity .2s;overflow-y:auto;display:none}
.nav-mobile.is-open{transform:translateY(0);opacity:1;pointer-events:auto}
.nav-mobile-inner{display:flex;flex-direction:column;gap:6px;max-width:480px;margin:0 auto}
.nav-mobile a{display:block;padding:14px 18px;font-size:16px;font-weight:600;color:rgba(255,255,255,0.78);text-decoration:none;border-radius:10px;transition:background .15s,color .15s}
.nav-mobile a:hover,.nav-mobile a.is-active{background:rgba(255,255,255,0.06);color:#fff}
.nav-mobile a.is-active{color:var(--orange)}
.nav-mobile hr{margin:12px 0;border:0;border-top:1px solid rgba(255,255,255,0.08)}
.nav-mobile .nav-mobile-secondary{color:rgba(255,255,255,0.55)}
.nav-mobile .btn-orange{margin-top:6px;font-size:15px;padding:14px 20px}

@media (max-width:1149px){
  .nav-inner{gap:16px}
  .nav-links{gap:0}
  .nav-links a{padding:6px 8px;font-size:13px}
  .nav-cta .nav-login{display:none}
}

@media (max-width:899px){
  .nav-burger{display:flex}
  .nav-mobile{display:block}
  .nav-links{display:none !important}
  .nav-cta{display:none !important}
  .nav-inner{padding:0 16px}
  .nav-brand img{height:22px}
}

/* ─── HERO RESPONSIVE FIXES ─── */
@media (max-width:899px){
  .tp-hero-split{padding:48px 18px 64px;}
  .tp-hero-split-inner{grid-template-columns:1fr;gap:36px}
  .tp-hero-split-text h1{font-size:36px;line-height:1.06}
  .tp-hero-split-text p{font-size:16px}
  .tp-hero-stack{height:auto;padding:0;display:flex;flex-direction:column;gap:14px}
  .tp-hero-stack-card{position:static !important;width:100% !important;max-width:380px;margin:0 auto;transform:none !important;animation:none !important}
  .tp-hero-pill{display:none !important}
}
@media (max-width:480px){
  .tp-hero-split-text h1{font-size:30px}
  .tp-hero-split-text .tp-hero-cta{flex-direction:column;align-items:stretch;gap:10px}
  .tp-hero-split-text .tp-hero-cta a{text-align:center;justify-content:center;display:flex;align-items:center;justify-content:center}
}

/* Sub-page rich hero responsiveness */
@media (max-width:899px){
  .tp-hero-rich{padding:80px 18px 56px}
  .tp-hero-rich h1{font-size:36px;line-height:1.08}
  .tp-hero-rich p{font-size:16px}
}
@media (max-width:480px){
  .tp-hero-rich{padding:64px 16px 40px}
  .tp-hero-rich h1{font-size:28px}
  .tp-hero-rich .tp-hero-cta{flex-direction:column;align-items:stretch;gap:10px}
  .tp-hero-rich .tp-hero-cta a{text-align:center;justify-content:center}
}

/* ─── CHAOS SECTION RESPONSIVE ─── */
@media (max-width:899px){
  .tp-chaos{grid-template-columns:1fr;gap:18px}
  .tp-chaos-bad{min-height:auto;padding:24px 20px;display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .tp-chaos-bad-h{grid-column:1/-1;margin-bottom:10px}
  .tp-chaos-bad svg.connector{display:none}
  .tp-chaos-tool{position:static !important;transform:none !important;animation:none !important;font-size:11.5px}
  .tp-chaos-note{position:static !important;transform:none !important;max-width:100%;margin:6px 0;grid-column:1/-1}
  .tp-chaos-arrow{position:static;transform:none;margin:8px auto;width:48px;height:48px;font-size:20px}
  .tp-chaos-good{min-height:auto;padding:24px 20px}
  .tp-chaos-good-row{padding:10px 12px}
  .tp-chaos-good-row .name{font-size:13px}
  .tp-chaos-good-row .desc{font-size:11px}
}

/* ─── FEATURE ROW RESPONSIVE (alternating sections) ─── */
@media (max-width:899px){
  .tp-feature-row{grid-template-columns:1fr;gap:24px;margin-bottom:48px}
  .tp-feature-row.reverse > .tp-feature-text{order:initial}
  .tp-feature-row.reverse > .tp-feature-visual{order:initial}
  .tp-feature-text h3{font-size:24px}
  .tp-feature-text p{font-size:15px}
  .tp-mock-body{padding:18px}
  .tp-mock-tiles{grid-template-columns:1fr 1fr;gap:8px}
  .tp-mock-tile{padding:12px}
  .tp-mock-tile .num{font-size:18px}
}

/* ─── SECTION HEADERS / GENERAL ─── */
@media (max-width:899px){
  .tp-section{padding:48px 18px}
  .tp-section-head{margin-bottom:28px}
  .tp-section-head .tp-h{font-size:26px}
  .tp-section-head .tp-sub{font-size:15px}
}

/* ─── TRUST STRIP responsiveness ─── */
@media (max-width:640px){
  .tp-trust{padding:20px 16px}
  .tp-trust-inner{gap:16px}
  .tp-trust-item{font-size:12px}
  .tp-trust-item strong{font-size:15px}
}

/* ─── KPI / BLOCK GRIDS responsiveness ─── */
@media (max-width:760px){
  .tp-section .tp-2col{grid-template-columns:1fr;gap:14px}
  .tp-section [style*="grid-template-columns:repeat(3,1fr)"],
  .tp-section [style*="grid-template-columns:repeat(4,1fr)"]{grid-template-columns:1fr 1fr !important;gap:12px !important}
}
@media (max-width:480px){
  .tp-section [style*="grid-template-columns:repeat(3,1fr)"],
  .tp-section [style*="grid-template-columns:repeat(4,1fr)"],
  .tp-section [style*="grid-template-columns:repeat(auto-fit"]{grid-template-columns:1fr !important}
  .tp-block{padding:20px}
  .tp-block-h{font-size:16px}
}

/* ─── CODE BLOCK responsiveness ─── */
.tp-code{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.tp-code pre{white-space:pre;overflow-x:auto;-webkit-overflow-scrolling:touch}
@media (max-width:480px){.tp-code{padding:16px;font-size:12px}}

/* ─── COST COMPARISON TABLE responsiveness ─── */
@media (max-width:760px){
  .tp-cost-row{grid-template-columns:1fr !important}
  .tp-cost-row .tp-cost-cell{border-right:0 !important;border-bottom:1px solid var(--gray-200);padding:18px 20px !important}
  .tp-cost-row .tp-cost-cell .cost-num{font-size:24px}
}

/* ─── COMPARE TABLE (15-row vs-QBO) ─── */
@media (max-width:760px){
  .tp-section [style*="grid-template-columns:2fr 1.2fr 1.2fr"]{grid-template-columns:1.6fr 1fr 1fr !important;font-size:12px;padding:12px 14px !important}
  .tp-section [style*="grid-template-columns:2fr 1.2fr 1.2fr"] > div{font-size:12px !important}
}

/* ─── PRICING CARD ─── */
@media (max-width:640px){
  .tp-section [style*="grid-template-columns:1fr 1fr"][style*="gap:8px 14px"]{grid-template-columns:1fr !important}
}

/* ─── FAQ ─── */
@media (max-width:640px){
  .tp-faq-q{padding:14px 16px;font-size:14.5px}
  .tp-faq-a{padding:0 16px;font-size:13px}
  .tp-faq-item.open .tp-faq-a{padding:0 16px 16px}
}

/* ─── CTA FINAL ─── */
@media (max-width:640px){
  .tp-cta-final{padding:64px 18px}
  .tp-cta-final h2{font-size:28px;line-height:1.15}
  .tp-cta-final p{font-size:15px}
}

/* ─── MOCKUPS — make them not blow out width ─── */
.tp-mock,.tp-feature-visual{max-width:100%;overflow:hidden}
.tp-feature-visual{min-width:0}
.tp-mock-invoice{max-width:100%}

/* ─── FOOTER responsiveness already in original CSS ─── */
@media (max-width:480px){
  .footer{padding:36px 16px 24px}
  .footer-top{gap:24px}
  .footer-col-h{font-size:11px}
  .footer-links a{font-size:13px}
}

/* ─── STICKY SUBNAV (features page) ─── */
@media (max-width:760px){
  /* Convert the features sub-nav to a horizontal scroll */
  [style*="position:sticky;top:0;z-index:50"][style*="border-bottom:1px solid var(--gray-200)"]{
    overflow-x:auto;-webkit-overflow-scrolling:touch
  }
  [style*="position:sticky;top:0;z-index:50"] > div{flex-wrap:nowrap !important;justify-content:flex-start !important;padding:10px 16px !important;gap:18px !important}
  [style*="position:sticky;top:0;z-index:50"] a{white-space:nowrap;font-size:12.5px !important}
}

/* ─── HERO VARIANTS (per-page differentiation) ─── */

/* Dark variant */
.tp-hero-rich.is-dark{background:linear-gradient(180deg,#0d1117 0%,#161b22 100%);border-bottom-color:#1f262e}
.tp-hero-rich.is-dark::before{background:radial-gradient(circle,rgba(255,139,30,0.18) 0%,rgba(255,139,30,0) 55%)}
.tp-hero-rich.is-dark::after{background:linear-gradient(90deg,transparent 0%,#1f262e 30%,#1f262e 70%,transparent 100%)}
.tp-hero-rich.is-dark h1{color:#fff}
.tp-hero-rich.is-dark h1 em{color:#ff9c4a}
.tp-hero-rich.is-dark h1 em::after{background:rgba(255,139,30,0.18)}
.tp-hero-rich.is-dark p{color:rgba(255,255,255,0.62)}
.tp-hero-rich.is-dark .tp-hero-eyebrow{background:rgba(255,139,30,0.14);color:#ffb774;border-color:rgba(255,139,30,0.28)}
.tp-hero-rich.is-dark .tp-hero-rich-bg-grid{background-image:radial-gradient(circle,rgba(255,255,255,0.08) 1px,transparent 1px);opacity:0.5}

/* Tint variants */
.tp-hero-rich.is-mint{background:linear-gradient(180deg,#f0fbf4 0%,#ffffff 80%)}
.tp-hero-rich.is-mint::before{background:radial-gradient(circle,rgba(16,160,90,0.12) 0%,rgba(16,160,90,0) 55%)}
.tp-hero-rich.is-rose{background:linear-gradient(180deg,#fff5f7 0%,#ffffff 80%)}
.tp-hero-rich.is-rose::before{background:radial-gradient(circle,rgba(220,80,80,0.10) 0%,rgba(220,80,80,0) 55%)}
.tp-hero-rich.is-blue{background:linear-gradient(180deg,#f3f7ff 0%,#ffffff 80%)}
.tp-hero-rich.is-blue::before{background:radial-gradient(circle,rgba(50,90,230,0.10) 0%,rgba(50,90,230,0) 55%)}

/* Split layout variant */
.tp-hero-rich.is-split{text-align:left;padding:96px 24px 80px}
.tp-hero-rich.is-split .tp-hero-rich-inner{max-width:1180px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:60px;align-items:center}
.tp-hero-rich.is-split h1{font-size:54px;margin:0 0 20px;line-height:1.05}
.tp-hero-rich.is-split p{margin:0 0 28px;max-width:540px}
.tp-hero-rich.is-split .tp-hero-cta{justify-content:flex-start}
@media (max-width:899px){
  .tp-hero-rich.is-split{padding:72px 18px 56px}
  .tp-hero-rich.is-split .tp-hero-rich-inner{grid-template-columns:1fr;gap:36px}
  .tp-hero-rich.is-split h1{font-size:38px}
}

/* Visual: feature mosaic (Features) */
.tp-hero-mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;position:relative}
.tp-hero-mosaic .cell{background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:14px;box-shadow:0 4px 12px rgba(0,0,0,0.04);font-size:12.5px;font-weight:600;color:var(--ink);transition:transform .2s,box-shadow .2s}
.tp-hero-mosaic .cell:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,0.08)}
.tp-hero-mosaic .cell .ic{display:block;font-size:20px;margin-bottom:6px}
.tp-hero-mosaic .cell .sub{display:block;color:var(--gray-500);font-weight:500;font-size:11px;margin-top:2px}
.tp-hero-mosaic .cell.is-pop{background:linear-gradient(135deg,var(--orange) 0%,#ff6f1f 100%);color:#fff;border-color:transparent;box-shadow:0 12px 28px rgba(255,139,30,0.35)}
.tp-hero-mosaic .cell.is-pop .sub{color:rgba(255,255,255,0.85)}

/* Visual: pricing tag (Pricing) */
.tp-hero-pricetag{position:relative;background:#fff;border-radius:18px;padding:30px 36px;box-shadow:0 16px 48px rgba(15,30,60,0.12);border:1px solid var(--gray-200);max-width:380px;margin:36px auto 0}
.tp-hero-pricetag .ribbon{position:absolute;top:-12px;right:24px;background:var(--orange);color:#fff;font-size:11px;font-weight:700;letter-spacing:1.2px;padding:6px 14px;border-radius:999px;text-transform:uppercase}
.tp-hero-pricetag .num{font-size:56px;font-weight:800;color:var(--ink);letter-spacing:-0.03em;line-height:1}
.tp-hero-pricetag .num sup{font-size:22px;vertical-align:super;color:var(--gray-500);font-weight:700}
.tp-hero-pricetag .num sub{font-size:18px;color:var(--gray-500);font-weight:500;margin-left:4px;vertical-align:baseline}
.tp-hero-pricetag ul{list-style:none;margin:18px 0 0;padding:0;text-align:left}
.tp-hero-pricetag li{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:14px;color:var(--gray-700)}
.tp-hero-pricetag li::before{content:'';width:18px;height:18px;border-radius:50%;background:#10a05a;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}
.tp-hero-pricetag li{position:relative}

/* Visual: VS-cards (Compare) */
.tp-hero-vs{display:grid;grid-template-columns:1fr;gap:14px;position:relative;max-width:420px;margin:0 auto}
.tp-hero-vs .card{background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:18px 20px;box-shadow:0 6px 18px rgba(0,0,0,0.06)}
.tp-hero-vs .card .who{font-size:11px;letter-spacing:1.4px;font-weight:700;color:var(--gray-500);margin-bottom:6px;text-transform:uppercase}
.tp-hero-vs .card .price{font-size:28px;font-weight:800;color:var(--ink);line-height:1}
.tp-hero-vs .card .meta{font-size:13px;color:var(--gray-500);margin-top:8px;line-height:1.4}
.tp-hero-vs .card.is-tp{background:linear-gradient(135deg,#fff 0%,#fff7ee 100%);border-color:rgba(255,139,30,0.4);box-shadow:0 12px 30px rgba(255,139,30,0.15)}
.tp-hero-vs .card.is-tp .price{color:var(--orange)}
.tp-hero-vs .vs-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--ink);color:#fff;font-size:13px;font-weight:800;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;letter-spacing:1px;box-shadow:0 6px 14px rgba(0,0,0,0.18);z-index:2}

/* Visual: payment surfaces (Payments) */
.tp-hero-paystack{position:relative;height:340px}
.tp-hero-paystack .surface{position:absolute;border-radius:16px;box-shadow:0 24px 48px rgba(0,0,0,0.45),0 6px 14px rgba(0,0,0,0.25)}
.tp-hero-paystack .pay-card{top:30px;left:0;width:280px;height:170px;background:linear-gradient(135deg,#1a1f2c 0%,#3d4865 100%);color:#fff;padding:20px;transform:rotate(-6deg)}
.tp-hero-paystack .pay-card .lbl{font-size:9px;color:rgba(255,255,255,0.55);letter-spacing:1.4px;text-transform:uppercase;font-weight:600}
.tp-hero-paystack .pay-card .num{font-size:18px;letter-spacing:3px;font-family:'SF Mono',Menlo,monospace;margin-top:18px}
.tp-hero-paystack .pay-card .name{font-size:12px;margin-top:14px;letter-spacing:1.2px;font-weight:600}
.tp-hero-paystack .pay-card .chip{width:36px;height:26px;background:linear-gradient(135deg,#dab873 0%,#a98a45 100%);border-radius:5px}
.tp-hero-paystack .pay-card .brand{position:absolute;top:18px;right:22px;font-size:11px;font-weight:800;letter-spacing:1.5px;color:rgba(255,255,255,0.85);font-style:italic}
.tp-hero-paystack .pay-phone{top:0;right:0;width:170px;height:300px;background:#0d1117;border:6px solid #1f262e;border-radius:30px;padding:18px;transform:rotate(4deg)}
.tp-hero-paystack .pay-phone .applepay{background:#000;color:#fff;border-radius:12px;padding:18px 14px;text-align:center;margin-top:80px;font-weight:700;font-size:14px;border:1px solid rgba(255,255,255,0.1)}
.tp-hero-paystack .pay-phone .pay-amt{color:#fff;text-align:center;font-size:24px;font-weight:800;margin-top:14px}
.tp-hero-paystack .pay-phone .pay-amt-lbl{color:rgba(255,255,255,0.5);text-align:center;font-size:11px;margin-top:2px}
.tp-hero-paystack .pay-receipt{bottom:0;left:120px;width:240px;background:#fff;color:var(--ink);padding:18px 20px;font-size:12px;transform:rotate(2deg)}
.tp-hero-paystack .pay-receipt .ok{display:flex;align-items:center;gap:8px;color:#10a05a;font-weight:700;font-size:13px}
.tp-hero-paystack .pay-receipt .ok::before{content:'✓';width:20px;height:20px;background:#10a05a;color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px}
.tp-hero-paystack .pay-receipt .amt{font-size:24px;font-weight:800;margin:8px 0 4px;color:var(--ink)}
.tp-hero-paystack .pay-receipt .meta{color:var(--gray-500);font-size:11px}

/* Visual: 9-into-1 (AIO) */
.tp-hero-collapse{position:relative;height:340px;display:flex;align-items:center;justify-content:center}
.tp-hero-collapse .center{width:130px;height:130px;border-radius:24px;background:linear-gradient(135deg,var(--orange) 0%,#ff6f1f 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;letter-spacing:0.3px;text-align:center;line-height:1.2;box-shadow:0 16px 40px rgba(255,139,30,0.45);position:relative;z-index:2}
.tp-hero-collapse .orbit{position:absolute;width:70px;height:70px;border-radius:14px;background:#fff;border:1px solid var(--gray-200);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:var(--gray-700);box-shadow:0 6px 16px rgba(0,0,0,0.07);text-align:center;line-height:1.1;padding:6px;z-index:2}
.tp-hero-collapse .o1{top:0;left:50%;margin-left:-35px}
.tp-hero-collapse .o2{top:14%;right:6%}
.tp-hero-collapse .o3{top:50%;right:0;margin-top:-35px}
.tp-hero-collapse .o4{bottom:14%;right:6%}
.tp-hero-collapse .o5{bottom:0;left:50%;margin-left:-35px}
.tp-hero-collapse .o6{bottom:14%;left:6%}
.tp-hero-collapse .o7{top:50%;left:0;margin-top:-35px}
.tp-hero-collapse .o8{top:14%;left:6%}
.tp-hero-collapse svg.lines{position:absolute;inset:0;pointer-events:none;z-index:1;width:100%;height:100%}
.tp-hero-collapse svg.lines line{stroke:rgba(255,139,30,0.35);stroke-width:1.5;stroke-dasharray:4 5}

/* Visual: enterprise mosaic */
.tp-hero-empire{position:relative}
.tp-hero-empire .strip{background:linear-gradient(135deg,#1f2937 0%,#0d1117 100%);color:#fff;border-radius:14px;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 12px 32px rgba(0,0,0,0.30);border:1px solid rgba(255,255,255,0.08)}
.tp-hero-empire .strip .lbl{font-size:10px;color:rgba(255,255,255,0.55);letter-spacing:1.4px;text-transform:uppercase}
.tp-hero-empire .strip .num{font-size:22px;font-weight:800;margin-top:2px;color:#fff}
.tp-hero-empire .strip .delta{color:#5dd49f;font-size:12px;font-weight:700;margin-top:2px}
.tp-hero-empire .companies{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.tp-hero-empire .co{background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:14px;box-shadow:0 6px 18px rgba(0,0,0,0.10)}
.tp-hero-empire .co .nm{font-weight:700;color:var(--ink);font-size:13px}
.tp-hero-empire .co .typ{font-size:9.5px;color:var(--gray-500);letter-spacing:1.2px;text-transform:uppercase;margin-top:2px}
.tp-hero-empire .co .rev{font-size:18px;font-weight:800;color:var(--ink);margin-top:10px}
.tp-hero-empire .co .rev-lbl{font-size:10px;color:var(--gray-500);text-transform:uppercase;letter-spacing:0.8px}

/* Visual: developer terminal */
.tp-hero-term{background:#0b0e13;border-radius:14px;border:1px solid #1c232c;box-shadow:0 24px 60px rgba(0,0,0,0.55);overflow:hidden;font-family:'SF Mono',Menlo,monospace}
.tp-hero-term .bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#161b22;border-bottom:1px solid #1c232c}
.tp-hero-term .bar span{width:11px;height:11px;border-radius:50%;background:#3a3f4a}
.tp-hero-term .bar span:nth-child(1){background:#ff5f57}
.tp-hero-term .bar span:nth-child(2){background:#febc2e}
.tp-hero-term .bar span:nth-child(3){background:#28c840}
.tp-hero-term .bar small{margin-left:auto;font-size:11px;color:#5d6573;letter-spacing:0.5px}
.tp-hero-term pre{margin:0;padding:18px 20px;font-size:12.5px;line-height:1.7;color:#e6edf3;white-space:pre;overflow-x:auto}
.tp-hero-term .c-comment{color:#7d8590}
.tp-hero-term .c-key{color:#ff7b72}
.tp-hero-term .c-str{color:#a5d6ff}
.tp-hero-term .c-num{color:#79c0ff}
.tp-hero-term .c-prompt{color:#ffb774;font-weight:700}

/* Visual: demo browser screenshot */
.tp-hero-screenshot{position:relative;perspective:1400px;margin-top:42px;max-width:920px;margin-left:auto;margin-right:auto}
.tp-hero-screenshot .frame{transform:rotateX(6deg);box-shadow:0 60px 80px rgba(0,0,0,0.20),0 20px 40px rgba(0,0,0,0.12);background:#fff;border-radius:14px;overflow:hidden;border:1px solid #1c232c}
.tp-hero-screenshot .frame .bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#161b22}
.tp-hero-screenshot .frame .bar span{width:11px;height:11px;border-radius:50%;background:#ff5f57}
.tp-hero-screenshot .frame .bar span:nth-child(2){background:#febc2e}
.tp-hero-screenshot .frame .bar span:nth-child(3){background:#28c840}
.tp-hero-screenshot .frame .bar small{margin-left:14px;font-size:11px;color:rgba(255,255,255,0.5);font-family:'SF Mono',Menlo,monospace}
.tp-hero-screenshot .frame .body{padding:24px;background:#fafbfc}

@media (max-width:899px){
  .tp-hero-paystack,.tp-hero-collapse{height:300px}
  .tp-hero-paystack .pay-card{width:230px;height:140px}
  .tp-hero-paystack .pay-phone{width:140px;height:240px}
  .tp-hero-paystack .pay-receipt{width:200px;left:80px}
  .tp-hero-pricetag .num{font-size:46px}
  .tp-hero-screenshot{margin-top:24px}
  .tp-hero-screenshot .frame{transform:none}
}
@media (max-width:600px){
  .tp-hero-mosaic{grid-template-columns:1fr 1fr}
  .tp-hero-mosaic .cell:nth-child(n+7){display:none}
}
