:root{
  --green: #d97706;
  --green-2: #f59e0b;
  --green-dark: #b45309;
  --green-soft: #fef3c7;
  --theme-gold: #d97706;
  --theme-gold-bright: #f59e0b;
  --theme-gold-dark: #b45309;
  --theme-gold-soft: #fef3c7;
  --theme-gold-subtle: #fffbeb;
  --theme-green: #d97706;
  --theme-green-dark: #b45309;
  --theme-green-soft: #fef3c7;
  --ink: #0f172a;
  --theme-black: #0f172a;
  --theme-navy: #0f172a;
  --theme-navy-2: #1e293b;
  --muted: #64748b;
  --theme-muted: #64748b;
  --line: #e2e8f0;
  --theme-line: #e2e8f0;
  --soft: #f8fafc;
  --theme-soft: #f8fafc;
  --white: #ffffff;
  --max: 1160px;
  --content: 1040px;
  --radius: 14px;
  --shadow: 0 12px 35px rgba(217, 119, 6, .08);
  --gold-gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{max-width:100%;display:block}
h1,h2,h3,p{margin-top:0}
.container{width:min(calc(100% - 32px),var(--max));margin-inline:auto}
.narrow-content{width:min(calc(100% - 32px),var(--content))}
.utility-bar{background:#0f172a;color:#f8fafc;font-size:14px;border-bottom:1px solid #1e293b}
.utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.utility-links{display:flex;align-items:center;gap:9px;white-space:nowrap}
.utility-links span{opacity:.35}
.utility-links a:hover{color:#f59e0b}
.utility-note{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:#fef3c7}
.utility-note i{width:7px;height:7px;background:#f59e0b;border-radius:50%;box-shadow:0 0 0 3px rgba(245,158,11,.25)}
.site-header{position:relative;top:0;z-index:50;background:rgba(255,255,255,.98);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav-wrap{min-height:66px;display:flex;align-items:center;gap:26px}
.brand{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto}
.brand-mark{min-width:38px;height:38px;padding:0;display:grid;place-items:center;border-radius:9px;background:0 0;color:#fff;font-size:12px;line-height:1;font-weight:900;letter-spacing:-.03em}
.brand-name{font-size:20px;font-weight:900;letter-spacing:-.04em;color:#0f172a}
.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:28px}
.desktop-nav a{color:#334155;font-size:15px;font-weight:700}
.desktop-nav a:hover{color:#d97706}
.nav-actions{display:flex;align-items:center}
.nav-cta{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;color:#fff!important;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)!important;border-radius:10px;font-size:15px;font-weight:850;box-shadow:0 6px 18px rgba(217,119,6,.28);transition:all .2s ease}
.nav-cta:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%)!important;transform:translateY(-1px)}
.menu-btn{display:none;width:42px;height:42px;padding:0;border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;justify-content:center;flex-direction:column;gap:4px}
.menu-btn span{width:18px;height:2px;background:#0f172a;border-radius:3px}
.mobile-nav{background:#fff;border-top:1px solid var(--line)}
.mobile-nav-inner{padding-top:10px;padding-bottom:18px;display:grid}
.mobile-nav-inner>a:not(.nav-cta){padding:11px 0;border-bottom:1px solid #f1f5f9;font-size:16px;font-weight:750;color:#0f172a}
.mobile-cta{margin-top:14px}
.hero-shell{padding:30px 0 16px;background:linear-gradient(180deg,#fffdf7 0,#fff 100%)}
.hero-status-row{width:min(100%,var(--content));margin:0 auto 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--muted);font-size:14px}
.secure-badge{display:inline-flex;align-items:center;gap:7px;font-weight:850;color:#78350f;letter-spacing:.035em}
.secure-badge i{width:8px;height:8px;background:#f59e0b;border-radius:50%}
.updated-text{text-align:right}
.app-hero-card{width:min(100%,var(--content));margin-inline:auto;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:25px;box-shadow:0 12px 35px rgba(217,119,6,.08)}
.app-identity{display:grid;grid-template-columns:116px 1fr;align-items:center;gap:22px}
.app-icon{width:116px;height:116px;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:linear-gradient(145deg,#f59e0b,#d97706);border:6px solid #fef3c7;box-shadow:0 10px 24px rgba(217,119,6,.2)}
.app-icon span{font-size:16px;font-weight:800;letter-spacing:.12em;opacity:.88}
.app-icon strong{font-size:38px;line-height:.95;letter-spacing:-.07em}
.app-label,.panel-kicker,.section-kicker{display:inline-block;color:#d97706;text-transform:uppercase;letter-spacing:.11em;font-size:12px;font-weight:900}
.app-heading h1{margin:5px 0 7px;font-size:clamp(36px,5.5vw,52px);line-height:1.05;letter-spacing:-.04em;color:#0f172a}
.app-heading p{max-width:700px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}
.app-facts{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr)}
.fact{min-height:52px;padding:0 18px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}
.fact:first-child{padding-left:0}
.fact:last-child{border-right:0}
.fact strong{font-size:16px;letter-spacing:-.02em;color:#0f172a}
.fact span{margin-top:3px;color:#64748b;font-size:13px}
.hero-cta-area{margin-top:20px;display:grid;grid-template-columns:1.15fr .85fr;gap:12px;align-items:stretch}
.primary-cta{min-height:58px;padding:0 20px;border-radius:12px;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:15px;font-weight:900;box-shadow:0 8px 22px rgba(217,119,6,.28);transition:all .2s ease}
.primary-cta:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%);transform:translateY(-1px)}
.primary-cta b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.2)}
.safe-note{min-height:58px;padding:9px 13px;display:flex;align-items:center;gap:10px;border:1px solid #fde68a;border-radius:12px;background:#fffdf7}
.shield{width:31px;height:31px;border-radius:8px;display:grid;place-items:center;background:#fef3c7;color:#b45309;font-weight:900}
.safe-note small,.safe-note strong{display:block}
.safe-note strong{font-size:14px;color:#78350f}
.safe-note small{margin-top:2px;color:#92400e;font-size:12px}
.jump-nav{width:min(100%,var(--content));margin:13px auto 0;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
.jump-nav::-webkit-scrollbar{display:none}
.jump-nav a{flex:0 0 auto;padding:9px 14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#334155;font-size:13px;font-weight:750;transition:all .2s ease}
.jump-nav a:hover{border-color:#fde68a;color:#d97706;background:#fffbeb}
.content-section{padding:32px 0}
.soft-section{background:var(--soft);border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}
.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:24px}
.center-heading h2,.content-copy h2,.faq-intro h2,.section-title-row h2{margin:7px 0 8px;font-size:clamp(27px,4vw,36px);line-height:1.1;letter-spacing:-.03em;color:#0f172a}
.center-heading p,.content-copy p,.faq-intro p,.section-title-row p{margin-bottom:0;color:var(--muted);line-height:1.7;font-size:16px}
.section-title-row p{max-width:680px}
.secondary-cta,.text-action{color:#d97706;font-size:15px;font-weight:850;white-space:nowrap}
.popular-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.popular-card{min-height:86px;padding:12px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:12px;transition:border-color .17s,transform .17s,box-shadow .17s}
.popular-card:hover{border-color:#fde68a;transform:translateY(-2px);box-shadow:0 8px 20px rgba(217,119,6,.08)}
.popular-icon{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;background:#fef3c7;color:#b45309;font-size:13px;font-weight:900}
.popular-copy small,.popular-copy strong{display:block}
.popular-copy strong{font-size:15px;color:#0f172a}
.popular-copy small{margin-top:3px;color:#64748b;font-size:12px;line-height:1.35}
.card-chevron{color:#94a3b8;font-size:20px}
.center-heading{max-width:650px;margin:0 auto 28px;text-align:center}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.trust-grid article{min-height:190px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:12px;transition:all .2s ease}
.trust-grid article:hover{border-color:#fde68a;box-shadow:0 8px 20px rgba(217,119,6,.08)}
.trust-icon{width:39px;height:39px;border-radius:10px;display:grid;place-items:center;background:#fef3c7;color:#b45309;font-size:14px;font-weight:900}
.trust-grid strong{display:block;margin:20px 0 7px;font-size:15px;color:#0f172a}
.trust-grid p{margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.65}
.two-column-content{display:grid;grid-template-columns:1.06fr .94fr;gap:64px;align-items:center}
.content-copy p{margin-bottom:14px}
.secondary-cta{display:inline-block;margin-top:8px}
.faq-section{background:#fffdf7}
.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:start}
.faq-intro{position:sticky;top:100px}
.faq-list{border-top:1px solid #e2e8f0}
.faq-item{border-bottom:1px solid #e2e8f0}
.faq-item summary{list-style:none;cursor:pointer;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#0f172a;font-size:16px;font-weight:850}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #fde68a;color:#d97706;font-size:17px;font-weight:500}
.faq-item p{margin:0;padding:0 44px 18px 0;color:#334155;font-size:16px;line-height:1.7}
.footer-centered{background:#fff;padding:60px 0 40px;text-align:center;border-top:1px solid var(--line)}
.footer-centered-inner{display:flex;flex-direction:column;align-items:center;max-width:800px;margin:0 auto}
.footer-logo-wrap{margin-bottom:24px}
.footer-logo-img{width:90px;height:90px;border-radius:20px;object-fit:cover;box-shadow:0 10px 25px rgba(0,0,0,.15)}
.footer-centered-desc{color:#64748b;font-size:15px;line-height:1.6;margin-bottom:30px}
.footer-centered-desc strong{color:#0f172a}
.footer-centered-links{margin-bottom:30px;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}
.footer-centered-links a{color:#d97706;font-weight:600;font-size:15px;text-decoration:none}
.footer-centered-links a:hover{color:#0f172a;text-decoration:underline}
.footer-centered-links .sep{color:#94a3b8;font-weight:700}
.footer-share{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:30px}
.footer-share span{color:#0f172a;font-weight:700;font-size:15px;margin-right:5px}
.footer-share img{border-radius:50%;transition:transform .2s}
.footer-share a:hover img{transform:scale(1.1)}
.footer-centered-copy{color:#64748b;font-size:14px}
.footer-centered-copy strong{color:#0f172a}
@media (max-width:900px){
  .desktop-nav,.hide-mobile{display:none}
  .menu-btn{display:inline-flex;margin-left:auto}
  .popular-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}
  .two-column-content{grid-template-columns:1fr;gap:38px}
  .faq-layout{grid-template-columns:1fr;gap:25px}
  .faq-intro{position:static;max-width:640px}
  .footer-centered-links{gap:12px;flex-direction:row;flex-wrap:wrap}
}
@media (max-width:680px){
  .container,.narrow-content{width:min(calc(100% - 24px),var(--max))}
  .utility-inner{min-height:36px;overflow:hidden}
  .utility-links{overflow-x:auto;scrollbar-width:none;font-size:13px}
  .utility-links::-webkit-scrollbar{display:none}
  .utility-note{display:none}
  .nav-wrap{min-height:60px}
  .brand-mark{min-width:38px;height:38px;border-radius:10px}
  .brand-name{font-size:20px}
  .hero-shell{padding:24px 0 16px}
  .hero-status-row{align-items:flex-start;flex-direction:column;gap:6px;margin-bottom:12px}
  .updated-text{text-align:left;font-size:14px}
  .secure-badge{font-size:13px}
  .app-hero-card{padding:20px;border-radius:16px}
  .app-identity{grid-template-columns:84px 1fr;gap:16px;align-items:center}
  .app-icon{width:84px;height:84px;border-radius:18px;border-width:4px}
  .app-icon span{font-size:13px}
  .app-icon strong{font-size:30px}
  .app-label{font-size:12px}
  .app-heading h1{margin-top:4px;font-size:26px;line-height:1.2}
  .app-heading p{font-size:15px;line-height:1.6}
  .app-facts{grid-template-columns:repeat(2,1fr);gap:10px}
  .fact{min-height:60px;padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:#f8fafc}
  .fact strong{font-size:16px}
  .fact span{font-size:13px}
  .hero-cta-area{grid-template-columns:1fr;gap:12px}
  .primary-cta{min-height:54px;font-size:16px}
  .safe-note{min-height:54px}
  .safe-note strong{font-size:14px}
  .safe-note small{font-size:13px}
  .jump-nav{margin-top:12px;gap:8px}
  .jump-nav a{padding:10px 14px;font-size:14px}
  .content-section{padding:36px 0}
  .section-title-row{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:20px}
  .center-heading h2,.content-copy h2,.faq-intro h2,.section-title-row h2{font-size:24px}
  .center-heading p,.content-copy p,.faq-intro p,.section-title-row p{font-size:15px;line-height:1.65}
  .popular-grid{grid-template-columns:1fr 1fr;gap:10px}
  .popular-card{min-height:90px;grid-template-columns:44px 1fr;align-content:center;padding:12px}
  .popular-icon{width:44px;height:44px}
  .popular-copy strong{font-size:15px}
  .popular-copy small{font-size:13px;margin-top:3px}
  .card-chevron{display:none}
  .trust-grid{grid-template-columns:1fr 1fr;gap:10px}
  .trust-grid article{min-height:160px;padding:16px}
  .trust-grid strong{margin-top:14px;font-size:16px}
  .trust-grid p{font-size:14px}
  .two-column-content{grid-template-columns:1fr;gap:24px}
  .faq-item summary{font-size:16px;padding:16px 0}
  .faq-item p{padding-right:0;font-size:15px;line-height:1.65}
}
