/* ===== Page styles — Switch to Tiger Forms (Tiger) — scoped to this page ===== */
/* Design tokens (variables) */ :root{
  --c-navy: var(--tiger-color-primary, #0F172A);
  --c-accent: var(--tiger-color-accent, #F37321);
  --c-text: var(--tiger-color-text, #475569);
  --c-soft: #F8FAFC;
  --c-border: #E2E8F0;
  --f-head: var(--tiger-font-primary, "Poppins", system-ui, sans-serif);
  --f-body: var(--tiger-font-text, "Inter", system-ui, sans-serif);
}
/* * */ *{box-sizing:border-box}
/* Tf page */ .tf-page{font-family:var(--f-body);color:var(--c-text);line-height:1.6;margin:0;background:#fff;-webkit-font-smoothing:antialiased}
/* Heading 1 */ .tf-page h1,.tf-page h2,.tf-page h3{font-family:var(--f-head);color:var(--c-navy);line-height:1.15;margin:0}
/* Container */ .tf-wrap{max-width:1120px;margin:0 auto;padding:0 24px}
/* Section */ .tf-section{padding:88px 0}
/* Row */ .tf-eyebrow{font-family:var(--f-head);font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:13px;color:var(--c-accent);margin:0 0 14px}
/* Button */ .tf-btn{display:inline-block;background:var(--c-accent);color:#fff;font-family:var(--f-head);font-weight:600;font-size:16px;padding:15px 30px;border-radius:10px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 8px 24px rgba(243,115,33,.28)}
/* Button */ .tf-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(243,115,33,.36)}
/* Button */ .tf-btn--ghost{background:transparent;color:#fff;box-shadow:none;border:1.5px solid rgba(255,255,255,.35)}
/* Button */ .tf-btn--ghost:hover{background:rgba(255,255,255,.08);box-shadow:none}
/* Hero */ .tf-hero{background:radial-gradient(1200px 600px at 78% -10%,rgba(243,115,33,.22),transparent 60%),linear-gradient(160deg,#0F172A 0%,#132338 60%,#0d2b30 100%);color:#fff;padding:96px 0 104px}
/* Heading 1 */ .tf-hero h1{color:#fff;font-size:clamp(34px,5vw,58px);font-weight:700;letter-spacing:-.02em;max-width:15ch}
/* Hero */ .tf-hero p.lead{font-size:clamp(17px,2vw,21px);color:#cbd5e1;max-width:60ch;margin:22px 0 34px}
/* Hero */ .tf-hero .tf-cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
/* Hero */ .tf-hero .tf-note{margin-top:18px;font-size:14px;color:#94a3b8}
/* Hero */ .tf-hero .tf-note b{color:#e2e8f0;font-weight:600}
/* Tf sources */ .tf-sources{padding:34px 0;background:var(--c-navy)}
/* Container */ .tf-sources .tf-wrap{display:flex;align-items:center;gap:16px 26px;flex-wrap:wrap;justify-content:center}
/* Tf sources */ .tf-sources .lbl{font-family:var(--f-head);font-weight:600;color:#94a3b8;font-size:14px}
/* Tf pill */ .tf-pill{font-family:var(--f-head);font-weight:600;font-size:15px;color:#e2e8f0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:8px 16px;border-radius:999px}
/* Tf head */ .tf-head{text-align:center;max-width:720px;margin:0 auto 54px}
/* Heading 2 */ .tf-head h2{font-size:clamp(28px,3.6vw,40px);font-weight:700;letter-spacing:-.01em}
/* Tf head */ .tf-head p{font-size:18px;margin:16px 0 0}
/* Tf steps */ .tf-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
/* Tf step */ .tf-step{background:var(--c-soft);border:1px solid var(--c-border);border-radius:16px;padding:32px 28px}
/* Tf step */ .tf-step .num{width:44px;height:44px;border-radius:12px;background:var(--c-navy);color:#fff;font-family:var(--f-head);font-weight:700;font-size:19px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
/* Heading 3 */ .tf-step h3{font-size:20px;margin-bottom:8px}
/* Tf feat sec */ .tf-feat-sec{background:var(--c-soft)}
/* Grid */ .tf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
/* Card */ .tf-card{background:#fff;border:1px solid var(--c-border);border-radius:16px;padding:30px 26px;transition:box-shadow .18s ease,transform .18s ease}
/* Card */ .tf-card:hover{box-shadow:0 16px 40px rgba(15,23,42,.08);transform:translateY(-3px)}
/* Tf ico */ .tf-ico{width:48px;height:48px;border-radius:12px;background:rgba(243,115,33,.12);color:var(--c-accent);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:18px}
/* Heading 3 */ .tf-card h3{font-size:19px;margin-bottom:8px}
/* Card */ .tf-card p{margin:0;font-size:15.5px}
/* Tf why */ .tf-why{background:linear-gradient(160deg,#132338,#0d2b30);color:#fff}
/* Heading 2 */ .tf-why .tf-head h2{color:#fff}
/* Tf why */ .tf-why .tf-head p{color:#cbd5e1}
/* Card */ .tf-why .tf-grid .tf-card{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.10)}
/* Heading 3 */ .tf-why .tf-card h3{color:#fff}
/* Card */ .tf-why .tf-card p{color:#cbd5e1}
/* Tf why */ .tf-why .tf-ico{background:rgba(243,115,33,.18)}
/* FAQ / accordion */ .tf-faq{max-width:820px;margin:0 auto;display:grid;gap:14px}
/* Tf qa */ .tf-qa{border:1px solid var(--c-border);border-radius:14px;padding:24px 26px;background:#fff}
/* Heading 3 */ .tf-qa h3{font-size:18px;margin-bottom:8px}
/* Tf qa */ .tf-qa p{margin:0;font-size:15.5px}
/* Tf final */ .tf-final{background:var(--c-navy);color:#fff;text-align:center}
/* Heading 2 */ .tf-final h2{color:#fff;font-size:clamp(28px,3.6vw,42px);font-weight:700;max-width:18ch;margin:0 auto 16px}
/* Tf final */ .tf-final p{color:#cbd5e1;font-size:18px;max-width:56ch;margin:0 auto 30px}
/* Responsive — (max-width:860px) */ @media(max-width:860px){/* Grid */ .tf-steps,.tf-grid{grid-template-columns:1fr}/* Section */ .tf-section{padding:64px 0}}