/* public/styles.css */

@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;600;700&family=Geist:wght@400;500;600&display=swap");

:root { color-scheme: dark; --black: #050505; --white: #f5f5f2; --muted: #a5a5a1; --line: rgba(255,255,255,.19); }
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--black); }
body { color: var(--white); font-family: "Geist", Arial, sans-serif; }
button, input, select, textarea { font: inherit; }
[hidden] { display: none !important; }
.site-shell { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; padding: 48px 20px; background: #050505; }
.grid-overlay { position: fixed; inset: 0; pointer-events: none; opacity: .62; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(circle at 50% 43%, black 0%, rgba(0,0,0,.7) 48%, transparent 90%); }
.corner-spotlight { position: fixed; z-index: 0; top: -280px; left: -250px; width: 760px; height: 760px; pointer-events: none; background: radial-gradient(circle, rgba(255,255,255,.19) 0%, rgba(255,255,255,.075) 25%, rgba(255,255,255,.018) 48%, transparent 70%); filter: blur(8px); will-change: transform; animation: spotlight-sweep 18s ease-in-out infinite; }
@keyframes spotlight-sweep { 0% { transform: translateX(0); } 22.222% { transform: translateX(calc(100vw - 260px)); } 50% { transform: translateX(calc(100vw - 260px)); } 72.222% { transform: translateX(0); } 100% { transform: translateX(0); } }
.portal-card { position: relative; z-index: 1; width: min(100%, 760px); border: 1px solid rgba(255,255,255,.28); background: rgba(7,7,7,.92); box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.portal-card::before, .portal-card::after { content: ""; position: absolute; width: 22px; height: 22px; pointer-events: none; }
.portal-card::before { top: -1px; left: -1px; border-top: 2px solid white; border-left: 2px solid white; }
.portal-card::after { right: -1px; bottom: -1px; border-right: 2px solid white; border-bottom: 2px solid white; }
.portal-header { padding: 42px 54px 34px; text-align: center; border-bottom: 1px solid var(--line); }
.brand-icon { width: 74px; height: 74px; object-fit: contain; margin: 0 auto 22px; display: block; }
.eyebrow { margin: 0 0 14px; color: #bcbcb8; font-family: "Geist Mono", monospace; font-size: 11px; font-weight: 600; letter-spacing: .2em; }
h1, h2 { margin: 0; letter-spacing: -.045em; line-height: 1.02; }
h1 { font-size: clamp(34px, 6vw, 58px); font-weight: 560; }
.intro { max-width: 570px; margin: 20px auto 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.contact-form { display: grid; gap: 23px; padding: 38px 54px 42px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 9px; color: #ddd; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: none; background: #0a0a0a; color: white; padding: 0 14px; transition: border-color .18s, background .18s; }
textarea { min-height: 112px; resize: vertical; padding-block: 13px; line-height: 1.5; }
input::placeholder, textarea::placeholder { color: #666; }
input:focus, select:focus, textarea:focus { border-color: white; background: #0d0d0d; }
small { color: #777; font-weight: 400; letter-spacing: 0; line-height: 1.45; }
.checkbox-row { display: grid; grid-template-columns: 19px 1fr; align-items: start; gap: 12px; padding: 15px; border: 1px solid rgba(255,255,255,.14); color: #a9a9a5; font-weight: 400; line-height: 1.5; }
.checkbox-row input { appearance: none; width: 19px; height: 19px; min-height: 19px; padding: 0; margin: 1px 0 0; }
.checkbox-row input:checked { background: white; box-shadow: inset 0 0 0 4px #080808; }
.form-section { display: grid; gap: 22px; margin-top: 7px; padding-top: 30px; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; }
.section-number { color: #777; font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: .14em; padding-top: 5px; }
.section-heading h2 { font-size: clamp(23px, 4vw, 31px); font-weight: 560; }
.section-heading p { margin: 9px 0 0; color: var(--muted); font-size: 13px; font-weight: 400; letter-spacing: 0; line-height: 1.55; }
.meeting-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.meeting-grid label:last-child { grid-column: 1 / -1; }
.section-note { margin: -3px 0 0; padding-left: 57px; color: #777; font-size: 11px; line-height: 1.55; }
.payment-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.payment-fieldset legend { margin-bottom: 10px; color: #ddd; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.payment-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 9px; }
.payment-option { position: relative; display: block; }
.payment-option input { position: absolute; opacity: 0; pointer-events: none; }
.payment-option span { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; border: 1px solid rgba(255,255,255,.22); background: #0a0a0a; color: #eee; cursor: pointer; transition: border-color .18s, background .18s, color .18s; }
.payment-logo { width: 20px; height: 20px; flex: 0 0 auto; fill: currentColor; }
.payment-option input:checked + span { border-color: white; background: white; color: black; }
.payment-option input:focus-visible + span { outline: 2px solid white; outline-offset: 2px; }
.agreement-list { display: grid; gap: 9px; }
button { display: flex; align-items: center; justify-content: space-between; min-height: 54px; border: 1px solid white; border-radius: 0; background: white; color: black; padding: 0 18px; font-family: "Geist Mono", monospace; font-size: 12px; font-weight: 750; letter-spacing: .08em; cursor: pointer; transition: background .18s, color .18s; }
button:hover:not(:disabled) { background: black; color: white; }
button:disabled { cursor: wait; opacity: .55; }
.error-message { margin: -5px 0 0; border-left: 2px solid white; padding-left: 12px; color: #ddd; font-size: 13px; }
.success-panel { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 54px; text-align: center; }
.status-mark { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 28px; border: 1px solid white; font-size: 25px; }
.success-panel h2 { font-size: 42px; }
.success-panel > p:last-child { max-width: 470px; margin: 18px 0 0; color: var(--muted); line-height: 1.7; }
footer { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding: 15px 22px; color: #666; font-family: "Geist Mono", monospace; font-size: 9px; letter-spacing: .15em; }
@media (max-width: 620px) { .site-shell { padding: 20px 12px; } .portal-header, .contact-form { padding-left: 22px; padding-right: 22px; } .portal-header { padding-top: 34px; } .field-row, .meeting-grid { grid-template-columns: 1fr; } .meeting-grid label:last-child { grid-column: auto; } .payment-options { grid-template-columns: 1fr 1fr; } .section-note { padding-left: 0; } .brand-icon { width: 64px; height: 64px; } footer { padding-inline: 14px; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } .corner-spotlight { animation: none; } }
