*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; background: #fff; color: #171717; }
a { color: inherit; text-decoration: none; }

.promo-bar { background: #fbbf24; color: #78350f; text-align: center; font-size: 13px; font-weight: 600; padding: 8px 16px; }
.promo-bar code { background: #f59e0b; padding: 1px 6px; border-radius: 4px; font-family: monospace; }

nav { background: #1F3864; color: white; padding: 14px 24px; display: flex; align-items: center; gap: 10px; }
nav .brand { font-weight: 700; font-size: 20px; letter-spacing: -0.5px; }

.hero { position: relative; min-height: 580px; display: flex; align-items: center; overflow: hidden; }
.hero-video { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-video iframe { position: absolute; top: 50%; left: 50%; width: 177.77vh; min-width: 100%; height: 56.25vw; min-height: 100%; transform: translate(-50%, -50%); }
.hero-overlay { position: absolute; inset: 0; background: rgba(31,56,100,0.78); z-index: 1; }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 60px 24px; }

.container { max-width: 800px; margin: 0 auto; }
.container-sm { max-width: 500px; margin: 0 auto; }

.hero h1 { color: white; font-size: clamp(28px, 5vw, 48px); font-weight: 800; line-height: 1.2; margin-bottom: 12px; text-align: center; }
.hero .sub { color: #bfdbfe; font-size: 17px; text-align: center; margin-bottom: 36px; }

.card { background: white; border-radius: 14px; box-shadow: 0 8px 40px rgba(0,0,0,0.14); overflow: hidden; }
.card-body { padding: 28px; }

.form-label { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #374151; margin-bottom: 6px; }
.form-input { width: 100%; border: 1.5px solid #d1d5db; border-radius: 8px; padding: 12px 16px; font-size: 15px; color: #111; outline: none; transition: border-color .15s; }
.form-input:focus { border-color: #1F3864; }
.form-error { color: #dc2626; font-size: 13px; margin-top: 6px; }
.form-hint { color: #9ca3af; font-size: 11px; text-align: center; margin-top: 8px; }

.btn { display: block; width: 100%; padding: 14px; border-radius: 8px; font-weight: 700; font-size: 15px; text-align: center; cursor: pointer; border: none; transition: background .15s, opacity .15s; }
.btn-primary { background: #1F3864; color: white; }
.btn-primary:hover { background: #162a4f; }
.btn-primary:disabled { opacity: .55; cursor: default; }
.btn-outline { background: white; color: #1F3864; border: 2px solid #1F3864; }
.btn-outline:hover { background: #f0f4fa; }
.btn-sm { width: auto; padding: 8px 18px; font-size: 13px; display: inline-block; }

.spinner { width: 18px; height: 18px; border: 3px solid rgba(255,255,255,.4); border-top-color: white; border-radius: 50%; animation: spin .7s linear infinite; display: inline-block; vertical-align: middle; margin-right: 8px; }
@keyframes spin { to { transform: rotate(360deg); } }

.property-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 18px; }
@media(min-width:480px) { .property-grid { grid-template-columns: repeat(4, 1fr); } }
.property-stat { background: #f9fafb; border-radius: 8px; padding: 10px; text-align: center; }
.property-stat .label { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: #6b7280; margin-bottom: 3px; }
.property-stat .value { font-weight: 700; font-size: 15px; }

.value-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 14px; }
.value-row + .value-row { border-top: 1px solid #f3f4f6; }
.value-row .label { color: #6b7280; }
.value-row .amount { font-weight: 700; }
.value-row.highlight { font-size: 15px; }
.value-row .redacted { filter: blur(6px); user-select: none; color: #1F3864; font-weight: 700; }
.value-row .green { color: #15803d; }

.tier-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0; }
.tier-card { border: 2px solid #e5e7eb; border-radius: 10px; padding: 14px; cursor: pointer; transition: border-color .15s, background .15s; text-align: left; background: white; width: 100%; }
.tier-card:hover { border-color: #94a3b8; }
.tier-card.active { border-color: #1F3864; background: #eff6ff; }
.tier-card .tier-name { font-weight: 700; font-size: 14px; color: #111; }
.tier-card .tier-price { font-weight: 800; font-size: 20px; color: #1F3864; }
.tier-card .tier-note { font-size: 11px; color: #6b7280; margin-top: 2px; }

.section { padding: 56px 24px; }
.section-alt { background: #f9fafb; }
.section h2 { font-size: 24px; font-weight: 800; color: #1F3864; text-align: center; margin-bottom: 36px; }

.steps { display: grid; gap: 24px; }
@media(min-width:640px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { background: white; border-radius: 12px; padding: 24px; border: 1px solid #e5e7eb; }
.step-num { width: 38px; height: 38px; border-radius: 50%; background: #1F3864; color: white; font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.step h3 { font-weight: 700; margin-bottom: 6px; font-size: 15px; }
.step p { font-size: 13px; color: #6b7280; line-height: 1.5; }

.features { display: grid; gap: 20px; }
@media(min-width:640px) { .features { grid-template-columns: repeat(2, 1fr); } }
.feature { display: flex; gap: 14px; }
.feature .icon { font-size: 28px; flex-shrink: 0; }
.feature h3 { font-weight: 600; margin-bottom: 4px; font-size: 14px; }
.feature p { font-size: 13px; color: #6b7280; }

.progress-bar { height: 10px; background: #e5e7eb; border-radius: 99px; overflow: hidden; margin: 16px 0; }
.progress-fill { height: 100%; background: #1F3864; border-radius: 99px; transition: width .6s ease; }

.badge { display: inline-block; padding: 3px 10px; border-radius: 99px; font-size: 11px; font-weight: 600; }
.badge-green { background: #dcfce7; color: #15803d; }
.badge-yellow { background: #fef9c3; color: #854d0e; }
.badge-blue { background: #dbeafe; color: #1e40af; }
.badge-red { background: #fee2e2; color: #991b1b; }
.badge-gray { background: #f3f4f6; color: #374151; }

.table { width: 100%; border-collapse: collapse; font-size: 13px; }
.table th { text-align: left; padding: 10px 14px; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #6b7280; border-bottom: 1px solid #e5e7eb; background: #f9fafb; }
.table td { padding: 12px 14px; border-bottom: 1px solid #f3f4f6; vertical-align: middle; }
.table tr:hover td { background: #fafafa; }

.download-btn { display: flex; align-items: center; gap: 12px; border: 1.5px solid #e5e7eb; border-radius: 10px; padding: 14px 18px; margin-bottom: 10px; transition: border-color .15s, background .15s; text-decoration: none; color: inherit; }
.download-btn:hover { border-color: #1F3864; background: #eff6ff; }
.download-btn .icon { font-size: 24px; }
.download-btn .info { flex: 1; }
.download-btn .info strong { display: block; font-size: 14px; color: #111; }
.download-btn .info span { font-size: 12px; color: #9ca3af; }
.download-btn .arrow { color: #1F3864; font-weight: 700; font-size: 13px; }

.filing-steps { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.filing-steps li { display: flex; gap: 12px; font-size: 13px; color: #374151; line-height: 1.5; }
.filing-steps .num { width: 24px; height: 24px; border-radius: 50%; background: #1F3864; color: white; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.address-box { font-family: monospace; font-size: 12px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 6px; padding: 8px 10px; margin-top: 4px; display: inline-block; }

footer { background: #1F3864; color: #93c5fd; text-align: center; padding: 28px 24px; font-size: 13px; }
footer p + p { margin-top: 4px; color: #60a5fa; font-size: 11px; }

.mt-4 { margin-top: 16px; }
.mt-6 { margin-top: 24px; }
.mb-4 { margin-bottom: 16px; }
.text-center { text-align: center; }
.text-sm { font-size: 13px; }
.text-muted { color: #6b7280; }
.gap-10 { gap: 10px; }
