:root {
  --ink: #111827;
  --muted: #667085;
  --soft: #f5f6f1;
  --surface: #ffffff;
  --line: rgba(17, 24, 39, 0.10);
  --line-strong: rgba(17, 24, 39, 0.16);
  --brand: #dc4423;
  --brand-dark: #ad2f18;
  --green: #14724f;
  --blue: #2457c5;
  --yellow: #f2b233;
  --shadow: 0 18px 55px rgba(17, 24, 39, 0.10);
  --radius: 8px;
  --radius-lg: 16px;
  --container: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--soft);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 15% 12%, rgba(220, 68, 35, 0.10), transparent 28rem),
    radial-gradient(circle at 85% 10%, rgba(20, 114, 79, 0.11), transparent 26rem),
    linear-gradient(180deg, #fffdfa 0%, var(--soft) 42%, #eef5f2 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: var(--radius); }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.eyebrow { margin: 0 0 12px; color: var(--brand-dark); font-size: 0.76rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 250, 0.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: 0; white-space: nowrap; }
.brand img { width: 44px; height: 44px; border-radius: 12px; object-fit: cover; box-shadow: 0 6px 22px rgba(220, 68, 35, 0.20); }
.brand strong { color: var(--brand); }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; color: #344054; font-size: 0.92rem; font-weight: 700; }
.site-nav a:hover { color: var(--brand); }
.header-actions { display: flex; gap: 10px; }
.menu-button { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span:not(.sr-only) { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; border-radius: var(--radius); border: 1px solid transparent; font-weight: 850; letter-spacing: 0; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; cursor: pointer; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--brand); box-shadow: 0 10px 26px rgba(220, 68, 35, 0.26); }
.button-primary:hover { background: var(--brand-dark); }
.button-ghost { background: #fff; border-color: var(--line-strong); color: var(--ink); }
.button-soft { color: var(--ink); background: rgba(255, 255, 255, 0.74); border-color: var(--line); }
.button-large { min-height: 52px; padding: 0 22px; font-size: 1rem; }
.deep-link-panel { background: #121826; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.10); }
.deep-link-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.deep-link-inner .eyebrow { color: #ffb39e; margin-bottom: 2px; }
.deep-link-inner strong { display: block; font-size: 1.02rem; }
.deep-link-inner span { color: rgba(255,255,255,0.72); font-size: 0.9rem; }
.hero { padding-top: 82px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(330px, 0.82fr); align-items: center; gap: 58px; }
.hero h1 { margin: 0; max-width: 760px; font-size: 6.6rem; line-height: 0.88; letter-spacing: 0; font-weight: 950; }
.hero-lead { margin: 24px 0 0; max-width: 680px; color: #475467; font-size: 1.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 560px; margin-top: 38px; border: 1px solid var(--line); background: rgba(255,255,255,0.72); border-radius: var(--radius-lg); overflow: hidden; }
.hero-metrics div { padding: 18px; border-right: 1px solid var(--line); }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics strong { display: block; font-size: 1.5rem; line-height: 1; }
.hero-metrics span { color: var(--muted); font-size: 0.86rem; font-weight: 700; }
.hero-visual { position: relative; min-height: 660px; display: grid; place-items: center; }
.phone-shell { width: min(360px, 88vw); min-height: 650px; border-radius: 38px; padding: 16px; background: #101623; box-shadow: 0 35px 90px rgba(17, 24, 39, 0.28); border: 8px solid #222938; overflow: hidden; }
.phone-top { height: 22px; display: grid; place-items: center; }
.phone-top span { width: 76px; height: 6px; border-radius: 20px; background: #343b4a; }
.app-preview-header, .preview-card, .preview-alert, .district-strip, .preview-tabs { background: #fff; border-radius: 14px; }
.app-preview-header { display: flex; gap: 10px; align-items: center; padding: 14px; }
.app-preview-header img { width: 42px; height: 42px; border-radius: 12px; object-fit: cover; }
.app-preview-header strong, .app-preview-header small { display: block; }
.app-preview-header small { color: var(--muted); font-weight: 700; }
.district-strip { display: flex; gap: 8px; margin-top: 12px; padding: 10px; overflow: hidden; }
.district-strip span { flex: 1; text-align: center; padding: 8px 10px; border-radius: 999px; background: #f1f5f4; color: #344054; font-size: 0.76rem; font-weight: 850; }
.preview-card { margin-top: 12px; padding: 14px; }
.preview-author { display: flex; align-items: center; gap: 10px; }
.preview-author > span { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--yellow)); }
.preview-author b, .preview-author i, .preview-lines span { display: block; height: 10px; border-radius: 999px; background: #e6eaee; }
.preview-author b { width: 136px; margin-bottom: 7px; }
.preview-author i { width: 84px; }
.preview-media { height: 250px; margin-top: 14px; border-radius: 12px; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.22)), linear-gradient(135deg, #e7f3ef 0%, #ffe0d6 46%, #dfe8ff 100%); border: 1px solid var(--line); }
.preview-lines { margin-top: 14px; display: grid; gap: 9px; }
.preview-lines span:first-child { width: 92%; }
.preview-lines span:last-child { width: 62%; }
.preview-alert { margin-top: 12px; padding: 14px; border-left: 4px solid var(--green); }
.preview-alert strong { display: block; }
.preview-alert span { color: var(--muted); font-size: 0.86rem; }
.preview-tabs { margin-top: 12px; padding: 12px; display: flex; justify-content: space-around; }
.preview-tabs span { width: 30px; height: 8px; border-radius: 999px; background: #d9dee7; }
.preview-tabs .active { background: var(--brand); }
.floating-card { position: absolute; width: 176px; padding: 14px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: rgba(255,255,255,0.88); box-shadow: var(--shadow); }
.floating-card strong, .floating-card span { display: block; }
.floating-card span { color: var(--muted); font-size: 0.84rem; }
.card-one { left: 0; top: 116px; }
.card-two { right: 0; bottom: 128px; }
.feature-rail { overflow: hidden; border-block: 1px solid var(--line); background: #fff; }
.rail-track { display: flex; width: max-content; gap: 12px; padding: 14px 0; animation: rail 35s linear infinite; }
.rail-track span { padding: 9px 15px; border-radius: 999px; background: #f4f6f8; font-weight: 850; color: #344054; white-space: nowrap; }
@keyframes rail { to { transform: translateX(-50%); } }
.section-head { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.section-head.left { text-align: left; margin: 0; }
.section-head h2, .split h2, .download-card h2 { margin: 0; font-size: 3.5rem; line-height: 0.98; letter-spacing: 0; font-weight: 950; }
.section-head p, .split p, .download-card p { color: var(--muted); font-size: 1.04rem; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.feature-card { min-height: 210px; padding: 22px; background: rgba(255,255,255,0.82); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 12px 34px rgba(17,24,39,0.05); }
.feature-card span { color: var(--brand); font-weight: 950; font-size: 0.78rem; }
.feature-card h3 { margin: 28px 0 8px; font-size: 1.2rem; letter-spacing: 0; }
.feature-card p { margin: 0; color: var(--muted); font-size: 0.94rem; }
.section-tint { background: rgba(255,255,255,0.62); border-block: 1px solid var(--line); }
.split { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.74fr); gap: 52px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; color: #344054; font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 0.38em; width: 14px; height: 14px; border-radius: 50%; background: var(--green); box-shadow: inset 0 0 0 4px #dff2eb; }
.business-panel { background: #101623; color: #fff; border-radius: 24px; padding: 18px; box-shadow: var(--shadow); }
.panel-row { padding: 18px; border-radius: 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); margin-bottom: 10px; }
.panel-row:last-child { margin-bottom: 0; }
.panel-row strong, .panel-row span { display: block; }
.panel-row span { color: rgba(255,255,255,0.66); margin-top: 3px; font-size: 0.93rem; }
.trust-grid { display: grid; grid-template-columns: 0.86fr 1fr; gap: 46px; align-items: start; }
.trust-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.trust-cards article { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.trust-cards h3 { margin: 0 0 8px; letter-spacing: 0; }
.trust-cards p { margin: 0; color: var(--muted); font-size: 0.94rem; }
.download { padding-top: 44px; }
.download-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 24px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); }
.download-card > img { width: 86px; height: 86px; border-radius: 22px; object-fit: cover; }
.store-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.store-button { min-width: 132px; text-align: center; padding: 14px 16px; border-radius: var(--radius); background: #101623; color: #fff; font-weight: 900; }
.store-button:hover { background: var(--brand); }
.site-footer { background: #101623; color: #fff; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: minmax(250px, 1.4fr) repeat(3, 1fr); gap: 28px; }
.footer-brand img { box-shadow: none; }
.site-footer p { color: rgba(255,255,255,0.66); max-width: 360px; }
.site-footer nav { display: grid; gap: 8px; align-content: start; }
.site-footer nav strong { margin-bottom: 8px; }
.site-footer nav a, .footer-bottom a { color: rgba(255,255,255,0.68); }
.site-footer nav a:hover, .footer-bottom a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.10); color: rgba(255,255,255,0.62); }
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 520ms ease, transform 520ms ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 1ms !important; scroll-behavior: auto !important; transition-duration: 1ms !important; } }
@media (max-width: 1020px) {
  .hero h1 { font-size: 5rem; }
  .section-head h2, .split h2, .download-card h2 { font-size: 3rem; }
  .site-nav { display: none; }
  .menu-button { display: inline-flex; }
  .site-nav.is-open { position: absolute; display: grid; top: 74px; left: 20px; right: 20px; gap: 0; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
  .site-nav.is-open a { padding: 12px; border-radius: var(--radius); }
  .site-nav.is-open a:hover { background: #f5f6f8; }
  .hero-grid, .split, .trust-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 620px; order: -1; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-cards { grid-template-columns: 1fr; }
  .download-card { grid-template-columns: auto 1fr; }
  .store-actions { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section-pad { padding: 68px 0; }
  .header-inner { min-height: 66px; gap: 10px; }
  .brand span { font-size: 0.98rem; }
  .brand img { width: 38px; height: 38px; border-radius: 10px; }
  .header-actions .button-ghost { display: none; }
  .button { min-height: 40px; padding-inline: 13px; }
  .hero { padding-top: 52px; }
  .hero h1 { font-size: 3.35rem; }
  .section-head h2, .split h2, .download-card h2 { font-size: 2.35rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-metrics div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-metrics div:last-child { border-bottom: 0; }
  .hero-visual { min-height: 570px; }
  .phone-shell { min-height: 570px; border-width: 6px; border-radius: 30px; }
  .preview-media { height: 200px; }
  .floating-card { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .download-card { grid-template-columns: 1fr; text-align: left; border-radius: 20px; }
  .download-card > img { width: 72px; height: 72px; }
  .store-actions { display: grid; grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .deep-link-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
}
