body { background: #0c1424; color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; padding: 40px 20px; text-align: center; margin: 0; }
.console-container { max-width: 1050px; margin: 0 auto; }
.brand-header { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 45px; }
.logo-text { font-size: 42px; font-weight: 800; color: #ffffff; letter-spacing: -1.5px; margin: 0; padding: 0; display: inline-flex; align-items: flex-start; line-height: 1; }
.logo-text .tm { font-size: 14px; font-weight: 600; margin-left: 2px; position: relative; top: 2px; color: #a0aec0; letter-spacing: normal; }
p.tagline { max-width: 650px; margin: 15px auto 0 auto; font-size: 16px; color: #9ca3af; line-height: 1.6; font-weight: 500; text-align: center; }

.grid { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; align-items: stretch; margin-bottom: 50px; padding: 20px 0; }
.card { background: #141c2c; border: 1px solid #1e293b; border-radius: 12px; padding: 35px 28px; width: 320px; display: flex; flex-direction: column; justify-content: space-between; position: relative; box-sizing: border-box; text-align: left; transition: transform 0.2s, border-color 0.2s; }
.card:hover { transform: translateY(-2px); border-color: #334155; }
.card h2 { font-size: 18px; font-weight: 700; margin: 0 0 16px 0; color: #ffffff; text-align: center; text-transform: uppercase; letter-spacing: 0.05em; }
.card.premium { border-color: #2563eb; box-shadow: 0 4px 25px rgba(37, 99, 235, 0.15); }
.badge { position: absolute; top: -11px; right: 20px; background: #2563eb; color: #ffffff; padding: 4px 12px; border-radius: 9999px; font-size: 11px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; z-index: 10; }

.price-block { text-align: center; margin: 15px 0; }
.price-main { font-size: 38px; font-weight: 800; color: #ffffff; }
.price-main span { font-size: 14px; color: #9ca3af; font-weight: 400; }
.price-divider { font-size: 13px; font-weight: 600; color: #475569; margin: 6px 0; text-transform: uppercase; letter-spacing: 0.05em; }
.price-promo { font-size: 38px; font-weight: 800; color: #10b981; }
.price-promo span { font-size: 14px; color: #10b981; font-weight: 400; }
.fee-disclaimer { font-size: 11px; color: #64748b; text-align: center; margin-top: 8px; line-height: 1.4; }

ul { list-style: none; padding: 0; margin: 25px 0; }
ul li { margin-bottom: 14px; color: #9ca3af; font-size: 13.5px; position: relative; padding-left: 24px; line-height: 1.5; }
ul li::before { content: "✓"; position: absolute; left: 0; color: #10b981; font-weight: 700; font-size: 14px; }

.cta-container { margin-top: auto; padding-top: 15px; }
.cta-btn { background: #1e293b; color: #94a3b8; border: 1px solid #334155; padding: 14px; border-radius: 8px; font-size: 13.5px; font-weight: 700; text-decoration: none; display: block; width: 100%; box-sizing: border-box; transition: all 0.2s; cursor: pointer; text-align: center; }
.cta-btn:hover { background: #334155; color: #ffffff; }
.card.premium .cta-btn { background: #2563eb; color: #ffffff; border: none; }
.card.premium .cta-btn:hover { background: #1d4ed8; }

.sandbox-alt { text-align: center; margin-top: 14px; font-size: 12px; color: #3b82f6; text-decoration: none; display: block; font-weight: 500; }
.sandbox-alt:hover { text-decoration: underline; }

.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(8, 12, 24, 0.85); backdrop-filter: blur(8px); display: none; align-items: center; justify-content: center; z-index: 9999; }
.modal-content { background: #141c2c; border: 1px solid #1e293b; padding: 32px; border-radius: 12px; width: 95%; max-width: 440px; position: relative; box-shadow: 0 20px 40px rgba(0,0,0,0.6); display: flex; flex-direction: column; box-sizing: border-box; }
.close-modal { position: absolute; top: 14px; right: 20px; font-size: 22px; color: #64748b; cursor: pointer; transition: color 0.2s; line-height: 1; }
.close-modal:hover { color: #ffffff; }

.modal-header h3 { font-size: 20px; font-weight: 700; color: #ffffff; margin: 0 0 6px 0; text-align: center; }
.modal-subtitle { color: #64748b; font-size: 12px; margin-bottom: 24px; text-align: center; line-height: 1.4; }
.form-group { margin-bottom: 18px; text-align: left; }
.form-group label { display: block; color: #ffffff; margin-bottom: 8px; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; }
.form-group input, .form-group select { width: 100%; padding: 11px 14px; background: #0c1424; border: 1px solid #1e293b; color: #ffffff; border-radius: 6px; font-size: 14px; box-sizing: border-box; transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus { border-color: #2563eb; outline: none; }

::placeholder { color: #4a5568; opacity: 1; }
.verification-wrapper { display: flex; flex-direction: column; gap: 12px; margin: 15px 0; align-items: center; }
.checkout-btn { background: #2563eb; color: #ffffff; border: none; }
.checkout-btn:hover { background: #1d4ed8; }
#formStatusMessage { margin-top: 16px; font-size: 13.5px; display: none; text-align: center; font-weight: 500; line-height: 1.5; padding: 10px; border-radius: 6px; }
