/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #e2e8f0;
    background: radial-gradient(ellipse at top, #1e293b 0%, #0b0b0f 65%);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}

/* Container */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero {
    background: transparent;
    color: white;
    padding: 100px 20px 80px;
    text-align: center;
}

.logo {
    font-size: 3.25rem;
    font-weight: 900;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #38bdf8, #a855f7);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(0 12px 26px rgba(56, 189, 248, 0.18));
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tagline {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(203, 213, 225, 0.85);
}

.hero-description {
    font-size: 1.05rem;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(226, 232, 240, 0.78);
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.4px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.35);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(37, 99, 235, 0.45);
}

/* Main Content */
main {
    background: rgba(15, 23, 42, 0.4);
    padding: 60px 20px;
    backdrop-filter: blur(10px);
}

.section {
    margin-bottom: 50px;
}

.section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #f1f5f9;
    font-weight: 700;
}

.section p {
    margin-bottom: 15px;
    font-size: 1.05rem;
    color: rgba(226, 232, 240, 0.85);
}

.section ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.section li {
    margin-bottom: 10px;
    color: rgba(226, 232, 240, 0.85);
}

.how-it-works {
    list-style: none;
    margin-left: 0;
}

.how-it-works li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.how-it-works li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #38bdf8;
    font-weight: bold;
    font-size: 1.2rem;
}

/* SMS Form */
.sms-form {
    background: rgba(15, 23, 42, 0.7);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(96, 165, 250, 0.25);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.45);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #f1f5f9;
    font-size: 0.95rem;
}

.form-group input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #1f2937;
    border-radius: 8px;
    font-size: 1rem;
    background: #0f172a;
    color: white;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input[type="tel"]:focus {
    outline: none;
    border-color: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 12px;
    margin-top: 4px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #2563eb;
}

.consent-label {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(203, 213, 225, 0.9);
    font-weight: 400;
}

.submit-button {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.3);
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.4);
}

.form-fine-print {
    font-size: 0.9rem;
    color: rgba(148, 163, 184, 0.85);
    margin-top: 15px;
    line-height: 1.5;
}

.form-fine-print a {
    color: #60a5fa;
    text-decoration: none;
    transition: color 0.2s;
}

.form-fine-print a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

/* Keyword Opt-in Details */
.keyword-optin {
    margin-top: 25px;
    padding: 15px;
    background: rgba(30, 41, 59, 0.6);
    border-radius: 8px;
    border: 1px solid rgba(71, 85, 105, 0.4);
}

.keyword-optin summary {
    cursor: pointer;
    font-weight: 600;
    color: #e2e8f0;
    padding: 5px 0;
    transition: color 0.2s;
}

.keyword-optin summary:hover {
    color: #60a5fa;
}

.keyword-optin p {
    margin-top: 15px;
    font-size: 0.95rem;
    color: rgba(203, 213, 225, 0.85);
}

.keyword-optin a {
    color: #60a5fa;
    text-decoration: none;
    transition: color 0.2s;
}

.keyword-optin a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

/* Contact Section */
.contact-section p {
    margin-bottom: 10px;
}

.contact-section a {
    color: #60a5fa;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-section a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

/* Footer */
.footer {
    background: rgba(15, 23, 42, 0.8);
    color: #e2e8f0;
    padding: 40px 20px;
    text-align: center;
    border-top: 1px solid rgba(71, 85, 105, 0.3);
}

.footer-nav {
    margin-top: 15px;
}

.footer-nav a {
    color: #94a3b8;
    text-decoration: none;
    margin: 0 15px;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.footer-nav a:hover {
    color: #60a5fa;
    text-decoration: underline;
}

/* Content Pages (Terms, Privacy) */
.page-header {
    background: transparent;
    color: white;
    padding: 80px 20px 60px;
    text-align: center;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #38bdf8, #a855f7);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(0 8px 20px rgba(56, 189, 248, 0.15));
    font-weight: 800;
}

.page-subtitle {
    font-size: 1rem;
    color: rgba(203, 213, 225, 0.75);
}

.content-page {
    padding-top: 40px;
    padding-bottom: 60px;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(10px);
}

.content-page .section h2 {
    font-size: 1.5rem;
    margin-top: 10px;
    color: #f1f5f9;
}

.page-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(71, 85, 105, 0.3);
}

.nav-link {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.nav-link:hover {
    color: #93c5fd;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo {
        font-size: 2.5rem;
    }

    .tagline {
        font-size: 1.25rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .section h2 {
        font-size: 1.75rem;
    }

    .sms-form {
        padding: 20px;
    }

    .page-nav {
        flex-direction: column;
        gap: 15px;
    }

    .footer-nav {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-nav a {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 2rem;
    }

    .hero {
        padding: 60px 20px;
    }

    .cta-button {
        padding: 12px 24px;
        font-size: 1rem;
    }
}
