:root { --ink: #10221d; --forest: #174d3d; --signal: #22b573; --sky: #2a9dce; --paper: #f5f7f3; --line: #d5ddd5; --muted: #60746c; --danger: #b94242; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input { font: inherit; }
.portal-shell { width: min(100%, 700px); min-height: 100vh; margin: 0 auto; padding: 26px 22px 18px; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 850; font-size: 1.05rem; letter-spacing: .08em; text-decoration: none; }
.brand-muted { color: var(--signal); }.brand-mark { display: flex; gap: 3px; align-items: end; height: 22px; }.brand-mark i { width: 4px; border-radius: 3px; background: var(--signal); display: block; }.brand-mark i:nth-child(1) { height: 8px; }.brand-mark i:nth-child(2) { height: 14px; }.brand-mark i:nth-child(3) { height: 21px; }
.connection-chip { color: var(--forest); font-size: .76rem; font-weight: 700; white-space: nowrap; }.chip-dot { display: inline-block; width: 8px; height: 8px; background: var(--signal); border-radius: 50%; margin-right: 5px; }
.portal-intro { padding: 70px 0 46px; }.eyebrow { margin: 0 0 10px; color: var(--forest); font-size: .74rem; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; }.portal-intro h1 { margin: 0; max-width: 600px; font-size: clamp(2.7rem, 12vw, 5rem); line-height: .94; letter-spacing: 0; }.portal-intro h1 em { color: var(--signal); font-style: normal; }.intro-copy { max-width: 490px; margin: 22px 0 0; color: var(--muted); font-size: 1.03rem; line-height: 1.6; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }.section-heading h2, .payment-section h2 { margin: 0; font-size: 1.2rem; }.section-heading span { color: var(--muted); font-size: .82rem; }
.package-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }.loading-copy { grid-column: 1 / -1; color: var(--muted); padding: 26px; margin: 0; }.package-option { min-height: 135px; padding: 19px; text-align: left; cursor: pointer; color: var(--ink); background: #fff; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .16s ease, color .16s ease; }.package-option:nth-child(even) { border-right: 0; }.package-option:nth-last-child(-n+2) { border-bottom: 0; }.package-option:hover, .package-option[aria-pressed="true"] { background: var(--forest); color: #fff; }.package-option[aria-pressed="true"] { box-shadow: inset 0 0 0 3px var(--signal); }.package-time, .package-price, .package-speed { display: block; }.package-time { font-weight: 800; font-size: 1.05rem; }.package-price { margin-top: 19px; font-size: 1.35rem; font-weight: 850; }.package-speed { margin-top: 3px; opacity: .72; font-size: .78rem; }
.payment-section { display: grid; grid-template-columns: 1fr 1.15fr; gap: 35px; padding: 42px 0; border-bottom: 1px solid var(--line); }.payment-section form { display: grid; gap: 9px; }.payment-section label { font-size: .82rem; color: var(--muted); font-weight: 700; }.phone-field { display: flex; align-items: center; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 6px; }.phone-field span { padding-left: 14px; color: var(--forest); font-weight: 750; }.phone-field input { width: 100%; padding: 14px 12px 14px 8px; border: 0; outline: 0; color: var(--ink); background: transparent; }.phone-field:focus-within { border-color: var(--signal); box-shadow: 0 0 0 3px #22b57324; }.selection-summary { min-height: 20px; margin: 3px 0 4px; color: var(--muted); font-size: .78rem; }#pay-button { min-height: 48px; border: 0; border-radius: 6px; background: var(--signal); color: #062d20; cursor: pointer; font-weight: 850; }#pay-button:disabled { cursor: not-allowed; background: #c4d2ca; color: #6a7a71; }#pay-button:not(:disabled):hover { background: #16a466; }
.status-panel { display: flex; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }.status-icon { width: 13px; height: 13px; border-radius: 50%; background: var(--sky); box-shadow: 0 0 0 6px #2a9dce1e; }.status-panel[data-tone="success"] .status-icon { background: var(--signal); box-shadow: 0 0 0 6px #22b57320; }.status-panel[data-tone="error"] .status-icon { background: var(--danger); box-shadow: 0 0 0 6px #b9424220; }.status-panel p { margin: 0; }.status-panel p:first-child { font-weight: 800; }.status-panel p:last-child { margin-top: 3px; color: var(--muted); font-size: .85rem; }
.status-panel[hidden] { display: none; }
footer { display: flex; justify-content: space-between; gap: 14px; padding: 19px 0; color: var(--muted); font-size: .73rem; }
@media (max-width: 520px) { .portal-shell { padding: 22px 17px 14px; }.connection-chip { display: none; }.portal-intro { padding: 53px 0 36px; }.payment-section { grid-template-columns: 1fr; gap: 20px; }.package-option { min-height: 118px; padding: 15px; } footer { flex-direction: column; gap: 6px; } }
@media (prefers-reduced-motion: reduce) { * { transition-duration: 0ms !important; } }
