/* =========================================
   SiteDocSign Landing Page â€” landing.css
   Works alongside layouts/landing.php
   ========================================= */

/* Override body for landing */
.landing-body { background: #fff; font-family: 'Plus Jakarta Sans', sans-serif !important; }
.landing-body * { font-family: 'Plus Jakarta Sans', sans-serif !important; }
.hero { padding: 72px 48px 0; background: #fff; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: repeating-linear-gradient(45deg, transparent, transparent 28px, rgba(212,130,10,0.028) 28px, rgba(212,130,10,0.028) 30px); }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 480px; gap: 64px; align-items: center; position: relative; z-index: 1; }
.hero-left { padding-bottom: 72px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #FEF3E2; border: 1px solid #F5CFA0; color: #D4820A; font-size: 11px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; padding: 5px 13px; border-radius: 100px; margin-bottom: 22px; }
.hero-eyebrow-dot { width: 5px; height: 5px; background: #D4820A; border-radius: 50%; flex-shrink: 0; }
.hero-headline { font-size: clamp(36px, 4.5vw, 54px); font-weight: 800; line-height: 1.0; color: #111318; letter-spacing: -1.5px; margin-bottom: 16px; }
.hero-headline em { color: #D4820A; font-style: normal; display: block; }
.hero-sub { font-size: 16px; line-height: 1.75; color: #5C6478; max-width: 460px; margin: 0 0 28px; }
.hero-actions { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #8C95A8; }
.trust-tick { width: 13px; height: 13px; border-radius: 50%; border: 1.5px solid #22C55E; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.trust-tick::after { content: ''; width: 5px; height: 3px; border-left: 1.5px solid #22C55E; border-bottom: 1.5px solid #22C55E; transform: rotate(-45deg) translate(0.5px,-0.5px); display: block; }

/* Buttons */
.btn-primary { display: inline-flex; align-items: center; background: #D4820A; color: #fff !important; font-size: 14px; font-weight: 600; text-decoration: none !important; padding: 12px 22px; border-radius: 9px; border: none; cursor: pointer; transition: background 0.15s, transform 0.1s; white-space: nowrap; }
.btn-primary:hover { background: #C4730A; transform: translateY(-1px); }
.btn-primary.btn-lg { font-size: 15px; padding: 14px 28px; }
.btn-secondary { display: inline-flex; align-items: center; background: #fff; color: #111318 !important; font-size: 14px; font-weight: 500; text-decoration: none !important; padding: 12px 22px; border-radius: 9px; border: 1.5px solid #E4E7EF; transition: background 0.15s; white-space: nowrap; }
.btn-secondary:hover { background: #F8F9FB; }

/* â”€â”€ PHONE VISUAL â”€â”€ */
.hero-visual { display: flex; align-items: center; gap: 14px; justify-content: flex-end; }
.hero-activity { background: #fff; border: 0.5px solid #E4E7EF; border-radius: 12px; padding: 12px 14px; width: 148px; flex-shrink: 0; box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
.activity-title { font-size: 9px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; color: #8C95A8; margin-bottom: 10px; }
.activity-item { display: flex; align-items: center; gap: 8px; padding: 5px 0; border-bottom: 0.5px solid #E4E7EF; }
.activity-item:last-child { border-bottom: none; padding-bottom: 0; }
.activity-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.activity-dot.green { background: #22C55E; }
.activity-dot.amber { background: #D4820A; }
.activity-dot.blue  { background: #3B82F6; }
.activity-name { font-size: 11px; font-weight: 600; color: #111318; }
.activity-time { font-size: 10px; color: #8C95A8; }
.phone-device { width: 248px; height: 496px; background: #16181E; border-radius: 40px; border: 1.5px solid rgba(255,255,255,0.10); position: relative; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.18); flex-shrink: 0; }
.phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 82px; height: 22px; background: #16181E; border-radius: 0 0 14px 14px; z-index: 10; }
.phone-screen { position: absolute; inset: 0; background: #F8F9FB; display: flex; flex-direction: column; border-radius: 40px; overflow: hidden; }
.phone-header { background: #D4820A; padding: 36px 16px 12px; text-align: center; }
.phone-header-title { font-size: 11px; font-weight: 700; color: #fff; }
.phone-header-sub { font-size: 9px; color: rgba(255,255,255,0.75); margin-top: 2px; }
.phone-body { padding: 12px 14px; flex: 1; overflow: hidden; }
.phone-rams-doc { background: #fff; border: 0.5px solid #E4E7EF; border-radius: 7px; padding: 8px 10px; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.rams-icon { width: 26px; height: 32px; background: #FEF3E2; border: 1px solid #F5CFA0; border-radius: 4px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; flex-shrink: 0; padding: 4px; gap: 2px; position: relative; overflow: hidden; }
.rams-icon::before { content: ''; position: absolute; top: 0; right: 0; width: 7px; height: 7px; background: #F5CFA0; clip-path: polygon(0 0,100% 100%,100% 0); }
.rams-lines { display: flex; flex-direction: column; gap: 2px; margin-top: 4px; }
.rams-line { height: 2px; background: #F5CFA0; border-radius: 1px; }
.rams-line.short { width: 10px; } .rams-line.med { width: 13px; } .rams-line.long { width: 16px; }
.rams-name { font-size: 9px; font-weight: 700; color: #111318; line-height: 1.2; }
.rams-meta { font-size: 7px; color: #8C95A8; margin-top: 1px; }
.rams-badge { display: inline-flex; align-items: center; gap: 3px; background: #FEF3E2; border-radius: 3px; padding: 1px 5px; margin-top: 3px; }
.rams-badge-dot { width: 4px; height: 4px; background: #D4820A; border-radius: 50%; }
.rams-badge span { font-size: 7px; font-weight: 600; color: #D4820A; }
.phone-field { margin-bottom: 9px; }
.phone-label { font-size: 7px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #8C95A8; margin-bottom: 3px; }
.phone-input { width: 100%; height: 26px; background: #fff; border: 0.5px solid #E4E7EF; border-radius: 5px; display: flex; align-items: center; padding: 0 8px; font-size: 10px; color: #2C3140; }
.phone-sig { width: 100%; height: 54px; background: #fff; border: 1.5px solid #E4E7EF; border-radius: 5px; position: relative; overflow: hidden; cursor: crosshair; }
.phone-sig canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.phone-sig-hint { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 8px; color: #8C95A8; pointer-events: none; transition: opacity 0.2s; }
.phone-sig-clear { position: absolute; top: 3px; right: 4px; background: none; border: none; font-size: 8px; color: #8C95A8; cursor: pointer; padding: 2px 4px; display: none; }
.phone-submit { width: 100%; height: 28px; background: #D4820A; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #fff; margin-top: 8px; cursor: pointer; border: none; }
.phone-submit:hover { background: #C4730A; }
.phone-success { position: absolute; inset: 0; background: #F8F9FB; border-radius: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; opacity: 0; pointer-events: none; transition: opacity 0.4s; z-index: 30; }
.success-circle { width: 40px; height: 40px; background: #22C55E; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.success-circle svg { width: 20px; height: 20px; }
.success-title { font-size: 12px; font-weight: 700; color: #111318; }
.success-sub { font-size: 9px; color: #8C95A8; text-align: center; padding: 0 18px; line-height: 1.5; }
.success-hash { font-size: 7px; color: #8C95A8; font-family: monospace; text-align: center; padding: 0 14px; word-break: break-all; }
.success-reset { font-size: 9px; color: #D4820A; background: none; border: 1px solid #F5CFA0; border-radius: 100px; padding: 3px 10px; cursor: pointer; }

/* â”€â”€ LOGO BAR â”€â”€ */
.logobar { border-top: 1px solid #E4E7EF; border-bottom: 1px solid #E4E7EF; background: #F8F9FB; padding: 11px 0 14px; overflow: hidden; }
.logobar-label { text-align: center; font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #8C95A8; margin-bottom: 11px; }
.marquee-outer { overflow: hidden; position: relative; }
.marquee-outer::before, .marquee-outer::after { content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none; }
.marquee-outer::before { left: 0; background: linear-gradient(to right, #F8F9FB, transparent); }
.marquee-outer::after  { right: 0; background: linear-gradient(to left, #F8F9FB, transparent); }
.marquee-track { display: flex; align-items: center; width: max-content; animation: marq 32s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marq { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.mlogo { display: flex; align-items: center; gap: 7px; padding: 0 28px; opacity: 0.45; flex-shrink: 0; transition: opacity 0.2s; }
.mlogo:hover { opacity: 1; }
.mlogo-badge { width: 24px; height: 24px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 800; color: #fff; flex-shrink: 0; }
.mlogo-name { font-size: 11px; font-weight: 800; line-height: 1.2; letter-spacing: 0.3px; }
.mlogo-name span { display: block; }
.msep { width: 1px; height: 18px; background: #E4E7EF; flex-shrink: 0; }

/* â”€â”€ STATS â”€â”€ */
.stats-bar { padding: 48px; border-bottom: 1px solid #E4E7EF; }
.stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.stat { padding: 0 32px; border-right: 1px solid #E4E7EF; }
.stat:first-child { padding-left: 0; } .stat:last-child { border-right: none; }
.stat-number { font-size: 36px; font-weight: 800; color: #111318; line-height: 1; letter-spacing: -1px; }
.stat-number em { color: #D4820A; font-style: normal; }
.stat-label { font-size: 13px; color: #8C95A8; margin-top: 5px; }

/* â”€â”€ SECTIONS â”€â”€ */
.section { padding: 84px 48px; background: #fff; }
.section--surf { background: #F8F9FB; border-top: 1px solid #E4E7EF; border-bottom: 1px solid #E4E7EF; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-inner--narrow { max-width: 760px; margin: 0 auto; }
.sec-label { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; color: #D4820A; margin-bottom: 10px; }
.sec-sub { font-size: 15px; color: #5C6478; line-height: 1.7; max-width: 480px; }
.section h2 { font-size: clamp(26px,3vw,38px); margin-bottom: 12px; }

/* â”€â”€ FEATURES â”€â”€ */
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #E4E7EF; border: 1px solid #E4E7EF; border-radius: 14px; overflow: hidden; margin-top: 48px; }
.feat { background: #fff; padding: 32px; transition: background 0.15s; }
.feat:hover { background: #F8F9FB; }
.feat-icon { width: 40px; height: 40px; border-radius: 9px; background: #FEF3E2; border: 1px solid #F5CFA0; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.feat-icon svg { width: 17px; height: 17px; }
.feat h3 { font-size: 16px; margin-bottom: 8px; }
.feat p { font-size: 13px; color: #5C6478; line-height: 1.7; }
.feat-tag { display: inline-block; margin-top: 11px; font-size: 10px; font-weight: 600; color: #D4820A; background: #FEF3E2; padding: 3px 9px; border-radius: 100px; }

/* â”€â”€ HOW IT WORKS â”€â”€ */
.how-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.how-step { background: #fff; border: 1px solid #E4E7EF; border-radius: 13px; padding: 28px; }
.step-num { font-size: 10px; font-weight: 800; color: #D4820A; letter-spacing: 1px; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.step-num::after { content: ''; flex: 1; height: 1px; background: #F5CFA0; }
.how-step:last-child .step-num::after { display: none; }
.how-step h3 { font-size: 16px; margin-bottom: 8px; }
.how-step p { font-size: 13px; color: #5C6478; line-height: 1.7; }
.step-badge { display: inline-flex; align-items: center; gap: 5px; margin-top: 13px; font-size: 10px; color: #8C95A8; background: #F8F9FB; border: 1px solid #E4E7EF; border-radius: 100px; padding: 3px 11px; }

/* â”€â”€ PRICING â”€â”€ */
.billing-toggle-wrap { display: flex; align-items: center; gap: 10px; margin-top: 24px; }
.billing-label { font-size: 14px; font-weight: 500; color: #8C95A8; transition: color 0.15s; }
.billing-label.active { color: #111318; font-weight: 600; }
.billing-track { width: 42px; height: 22px; background: #E4E7EF; border-radius: 11px; position: relative; cursor: pointer; transition: background 0.2s; }
.billing-track.annual { background: #D4820A; }
.billing-knob { position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; background: #fff; border-radius: 50%; transition: transform 0.2s; }
.billing-track.annual .billing-knob { transform: translateX(20px); }
.save-pill { background: #DCFCE7; color: #16A34A; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 100px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 36px; align-items: start; }
.pcard { background: #fff; border: 1px solid #E4E7EF; border-radius: 14px; padding: 26px; }
.pcard--pop { border: 2px solid #D4820A; position: relative; box-shadow: 0 6px 28px rgba(212,130,10,0.12); }
.pcard-popular { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: #D4820A; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; padding: 3px 13px; border-radius: 100px; white-space: nowrap; }
.pcard-name { font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #8C95A8; margin-bottom: 8px; }
.pcard-price { font-size: 42px; font-weight: 800; color: #111318; line-height: 1; letter-spacing: -1px; }
.pcard-price sup { font-size: 18px; vertical-align: super; }
.pcard-price sub { font-size: 13px; font-weight: 400; color: #8C95A8; letter-spacing: 0; }
.pcard-price--custom { font-size: 28px; padding-top: 5px; }
.pcard-desc { font-size: 12px; color: #5C6478; margin-top: 7px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #E4E7EF; line-height: 1.6; }
.pcard-feats { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.pcard-feats li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: #2C3140; }
.pcard-feats li::before { content: ''; width: 14px; height: 14px; background: #FEF3E2; border-radius: 50%; flex-shrink: 0; margin-top: 1px; background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath d='M1 3l2 2 4-4' stroke='%23D4820A' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.pcard-btn { display: block; text-align: center; text-decoration: none !important; padding: 11px; border-radius: 9px; font-size: 13px; font-weight: 600; border: 1.5px solid #E4E7EF; color: #111318 !important; background: #F8F9FB; transition: opacity 0.15s; }
.pcard--pop .pcard-btn { background: #D4820A; color: #fff !important; border-color: #D4820A; }
.pcard-btn:hover { opacity: 0.85; }
.pcard-note { font-size: 11px; color: #8C95A8; text-align: center; margin-top: 9px; }

/* â”€â”€ TESTIMONIALS â”€â”€ */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 48px; }
.testi { background: #fff; border: 1px solid #E4E7EF; border-radius: 13px; padding: 24px; }
.testi-stars { color: #D4820A; font-size: 13px; letter-spacing: 2px; margin-bottom: 13px; }
.testi blockquote { font-size: 13px; line-height: 1.75; color: #2C3140; margin-bottom: 18px; font-style: italic; border: none; padding: 0; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #fff; flex-shrink: 0; }
.testi-name { font-size: 12px; font-weight: 600; color: #111318; }
.testi-role { font-size: 11px; color: #8C95A8; }

/* â”€â”€ FAQ â”€â”€ */
.faq-list { margin-top: 44px; border: 1px solid #E4E7EF; border-radius: 13px; overflow: hidden; }
.faq-item { border-bottom: 1px solid #E4E7EF; }
.faq-item:last-child { border-bottom: none; }
.faq-q { width: 100%; text-align: left; background: #fff; border: none; cursor: pointer; padding: 18px 22px; font-size: 15px; font-weight: 600; color: #111318; display: flex; align-items: center; justify-content: space-between; gap: 16px; transition: background 0.15s; font-family: inherit; }
.faq-q:hover, .faq-q[aria-expanded="true"] { background: #F8F9FB; }
.faq-chevron { width: 13px; height: 13px; flex-shrink: 0; color: #8C95A8; transition: transform 0.2s; }
.faq-q[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: #F8F9FB; padding: 0 22px; font-size: 14px; color: #5C6478; line-height: 1.75; }
.faq-q[aria-expanded="true"] + .faq-a { padding-bottom: 18px; padding-top: 4px; }

/* â”€â”€ CTA BAND â”€â”€ */
.cta-band { margin: 40px 48px; border-radius: 18px; background: #111318; padding: 52px 60px; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg,transparent,transparent 28px,rgba(255,255,255,0.016) 28px,rgba(255,255,255,0.016) 30px); }
.cta-band-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta-band h2 { font-size: clamp(24px,2.8vw,34px); color: #fff; max-width: 480px; letter-spacing: -0.5px; margin-bottom: 0; }
.cta-band h2 em { color: #E8960F; font-style: normal; }
.cta-band-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; flex-shrink: 0; }
.cta-band-note { font-size: 11px; color: rgba(255,255,255,0.4); }

/* â”€â”€ RESPONSIVE â”€â”€ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr 360px; gap: 40px; }
  .stats-inner { grid-template-columns: repeat(2,1fr); gap: 28px; }
  .stat { padding: 0 0 20px; border-right: none; border-bottom: 1px solid #E4E7EF; }
  .stat:nth-child(3), .stat:last-child { border-bottom: none; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-left { padding-bottom: 0; }
  .hero-visual { display: none; }
  .feat-grid { grid-template-columns: 1fr; }
  .how-steps { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; }
  .testi-grid { grid-template-columns: 1fr; }
  .cta-band { margin: 24px; padding: 36px 28px; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .hero { padding: 48px 20px 0; }
  .section { padding: 56px 20px; }
  .stats-bar { padding: 36px 20px; }
  .cta-band { margin: 16px; padding: 28px 20px; }
}

/* â”€â”€ NEW NAV (lnav) â”€â”€ */
.lnav { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,0.97); border-bottom: 1px solid #E4E7EF; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: box-shadow 0.2s; }
.lnav--scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.07); }
.lnav-inner { max-width: 1200px; margin: 0 auto; padding: 0 48px; height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.lnav-logo { display: flex; align-items: center; gap: 9px; text-decoration: none; flex-shrink: 0; }
.lnav-mark { width: 32px; height: 32px; background: #D4820A; border-radius: 7px; display: flex; align-items: center; justify-content: center; }
.lnav-mark svg { width: 15px; height: 15px; }
.lnav-brand { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; font-weight: 800; color: #111318; }
.lnav-brand em { color: #D4820A; font-style: normal; }
.lnav-links { display: flex; align-items: center; gap: 24px; }
.lnav-links a { font-size: 14px; font-weight: 500; color: #5C6478; text-decoration: none; transition: color 0.15s; }
.lnav-links a:hover { color: #111318; }
.lnav-actions { display: flex; align-items: center; gap: 10px; }
.lnav-signin { font-size: 14px; font-weight: 500; color: #5C6478; text-decoration: none; padding: 7px 13px; border-radius: 7px; transition: background 0.15s; }
.lnav-signin:hover { background: #F8F9FB; color: #111318; }
.lnav-cta { font-size: 14px; font-weight: 600; color: #fff; background: #D4820A; text-decoration: none; padding: 9px 18px; border-radius: 7px; transition: background 0.15s; white-space: nowrap; }
.lnav-cta:hover { background: #C4730A; }
.lnav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.lnav-burger span { display: block; width: 22px; height: 2px; background: #111318; border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }
.lnav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lnav-burger.open span:nth-child(2) { opacity: 0; }
.lnav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.lnav-mobile { display: none; flex-direction: column; padding: 16px 48px 20px; border-top: 1px solid #E4E7EF; background: #fff; }
.lnav-mobile a { font-size: 15px; font-weight: 500; color: #5C6478; text-decoration: none; padding: 10px 0; border-bottom: 1px solid #E4E7EF; }
.lnav-mobile a:last-child { border-bottom: none; }
.lnav-mobile.open { display: flex; }
.lnav-cta-mobile { color: #D4820A !important; font-weight: 700 !important; }

/* â”€â”€ NEW FOOTER (lfooter) â”€â”€ */
.lfooter { border-top: 1px solid #E4E7EF; padding: 52px 48px 28px; background: #fff; }
.lfooter-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 64px; margin-bottom: 36px; }
.lfooter-logo { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; color: #111318; }
.lfooter-logo em { color: #D4820A; font-style: normal; }
.lfooter-brand p { font-size: 13px; color: #8C95A8; line-height: 1.7; margin-top: 10px; max-width: 260px; }
.lfooter-links { display: flex; gap: 48px; }
.lfooter-col { display: flex; flex-direction: column; gap: 10px; }
.lfooter-col-title { font-size: 12px; font-weight: 700; color: #111318; letter-spacing: 0.3px; margin-bottom: 4px; }
.lfooter-col a { font-size: 13px; color: #8C95A8; text-decoration: none; transition: color 0.15s; }
.lfooter-col a:hover { color: #111318; }
.lfooter-bottom { max-width: 1200px; margin: 0 auto; padding-top: 20px; border-top: 1px solid #E4E7EF; display: flex; align-items: center; justify-content: space-between; }
.lfooter-bottom span { font-size: 12px; color: #8C95A8; }
.lfooter-badges { display: flex; gap: 8px; }
.lfooter-badge { font-size: 11px; font-weight: 600; color: #8C95A8; background: #F8F9FB; border: 1px solid #E4E7EF; border-radius: 100px; padding: 3px 10px; }

/* â”€â”€ HIDE OLD NAV if still present â”€â”€ */
.nav { display: none !important; }
.footer { display: none !important; }

/* â”€â”€ PHONE SIZE FIX â”€â”€ */
.phone-device { width: 220px; height: 440px; border-radius: 36px; }
.phone-screen { border-radius: 36px; }
.phone-notch { width: 72px; height: 19px; border-radius: 0 0 12px 12px; }
.phone-success { border-radius: 36px; }

/* â”€â”€ HERO LAYOUT FIX â”€â”€ */
.hero-inner { grid-template-columns: 1fr 400px; gap: 48px; }

@media (max-width: 900px) {
    .lnav-links { display: none; }
    .lnav-actions { display: none; }
    .lnav-burger { display: flex; }
    .lnav-mobile { padding: 16px 20px 20px; }
    .lfooter-inner { grid-template-columns: 1fr; gap: 28px; }
    .lfooter-links { flex-wrap: wrap; gap: 28px; }
    .lfooter-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .lfooter-badges { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 600px) {
    .lnav-inner { padding: 0 20px; }
    .lfooter { padding: 36px 20px 20px; }
}
.mlogo span { font-size: 13px; font-weight: 700; letter-spacing: 0.3px; }
.ml-tw { color: #C8204A; } .ml-pe { color: #006B6B; } .ml-bw { color: #0D1F4C; }
.ml-ba { color: #666; } .ml-br { color: #1B5E3B; } .ml-bl { color: #2D3D4A; }
.hero { padding-bottom: 0; }
.hero-inner { align-items: flex-end; }
/* === MOBILE FIXES === */
@media (max-width: 900px) {
  /* Hero - stack properly with phone visible below text */
  .hero-inner { 
    grid-template-columns: 1fr !important; 
    gap: 40px !important;
  }
  
  /* Show the phone mockup on mobile */
  .hero-visual { 
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
  }
  
  /* Hide activity feed on mobile (saves space) */
  .hero-activity { display: none !important; }
  
  /* Smaller phone on mobile */
  .phone-device { 
    transform: scale(0.85);
    margin: 0 auto;
  }
  
  /* Trust items inline not stacked */
  .hero-trust {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }
  .trust-item {
    font-size: 12px !important;
  }
  
  /* Tighter hero padding */
  .hero { padding: 40px 20px !important; }
  
  /* Smaller headline on mobile */
  .hero-headline { 
    font-size: 42px !important; 
    line-height: 1.1 !important;
  }
  
  /* Hide contains background pattern if it's heavy on mobile */
  .hero::before { opacity: 0.3; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 36px !important; }
  .phone-device { transform: scale(0.75); }
}
