/* Fonts */
body {
    font-family: 'Saira', sans-serif;
}

/* Header */
.site-header {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-family: 'Syncopate', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 2px;
    color: #0A2E50;
}

.nav-link {
    margin-right: 1rem;
    color: #0A2E50;
    text-decoration: none;
    font-weight: 500;
}

.auth-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hero */
.hero {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.hero-content {
    max-width: 640px;
    text-align: center;
}

.hero h1 {
    font-family: 'Genos', sans-serif;
    font-size: clamp(2.8rem, 6vw, 4rem);
    margin-bottom: 1rem;
    color: #0A2E50;
}

.hero p {
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 2rem;
}

/* CTA buttons */
.cta-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--accent);
    color: #0A2E50;
}

    .btn-outline:hover {
        background: var(--accent);
        color: white;
    }

/* Small button variant */
.btn-small {
    padding: 8px 14px;
    font-size: 14px;
    text-decoration: none;
}

/* Hero-specific button layout */
.hero .btn {
    width: auto;
    min-width: 180px;
    text-decoration: none;
}

/* Preview Section */
.preview {
    max-width: 1200px;
    margin: 6rem auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.preview-text h2 {
    font-family: 'Genos', sans-serif;
    font-size: 2.4rem;
    color: #0A2E50;
    margin-bottom: 1rem;
}

.preview-text p {
    font-size: 1.05rem;
    color: #475569;
}

/* Terms Page */
.terms {
    max-width: 1200px;
    margin: 6rem auto;
    padding: 0 2rem;
    display: block;
    align-items: left;
}

.terms-text h2 {
    font-family: 'Genos', sans-serif;
    font-size: 2.4rem;
    color: #0A2E50;
    margin-bottom: 1rem;
}

.terms-text p {
    font-size: 1.05rem;
    color: #475569;
}

.terms ul li {
    color: #475569;
}

/* Mock code editor / video frame */
.preview-frame {
    position: relative;
}

.mock-editor {
    background: #0b1220;
    color: #cbd5f5;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    animation: floatSlow 8s ease-in-out infinite;
}

.editor-header {
    display: flex;
    gap: 6px;
    padding: 10px;
    background: #0f172a;
}

    .editor-header span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #475569;
    }

.mock-editor pre {
    padding: 1.5rem;
    font-family: monospace;
    font-size: 14px;
    margin: 0;
}

/* Subtle motion */
@keyframes floatSlow {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Responsive */
@media (max-width: 900px) {
    .preview {
        grid-template-columns: 1fr;
    }
}

/* Features */
.features {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto 4rem;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.feature-card {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(14px);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: var(--shadow);
}

    .feature-card h3 {
        font-family: 'Syncopate', sans-serif;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
        color: #0A2E50;
    }

    .feature-card p {
        font-size: 0.95rem;
        color: #475569;
    }

/* Pricing – Single Plan */
.pricing {
    padding: 6rem 2rem;
    text-align: center;
}

.pricing-inner {
    max-width: 760px;
    margin: 0 auto;
}

.pricing h2 {
    font-family: 'Genos', sans-serif;
    font-size: 2.6rem;
    color: #0A2E50;
    margin-bottom: 0.75rem;
}

.pricing-subtitle {
    font-size: 1.05rem;
    color: #475569;
    margin-bottom: 3rem;
}

/* Pricing box */
.pricing-box {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    border-radius: var(--radius);
    padding: 3rem 2.5rem;
    box-shadow: var(--shadow);
}

/* Price */
.price-header {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 2rem;
}

.price {
    font-size: 3.5rem;
    font-weight: 600;
    color: #0A2E50;
}

.per {
    font-size: 1.1rem;
    margin-left: 0.5rem;
    color: #475569;
}

/* Feature checklist */
.feature-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem;
    text-align: left;
}

    .feature-checklist li {
        position: relative;
        padding-left: 2rem;
        margin-bottom: 1rem;
        font-size: 1rem;
        color: #334155;
    }

        /* Checkmark */
        .feature-checklist li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            color: var(--blue);
            font-weight: 600;
        }

/* CTA */
.pricing-cta {
    width: auto;
    min-width: 240px;
    font-size: 1rem;
    padding: 14px 24px;
    text-decoration: none;
}

.pricing-note {
    margin-top: 1.25rem;
    font-size: 0.85rem;
    color: #64748b;
}

.pricing-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    color: #475569;
}

.toggle-switch {
    position: relative;
    width: 50px;
    height: 24px;
}

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .toggle-switch label {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #cbd5f5;
        border-radius: 24px;
        transition: 0.3s;
    }

        .toggle-switch label::after {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            left: 2px;
            top: 2px;
            background-color: white;
            border-radius: 50%;
            transition: 0.3s;
        }

    .toggle-switch input:checked + label {
        background: var(--blue);
    }

        .toggle-switch input:checked + label::after {
            transform: translateX(26px);
        }

.feature-columns {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem 2rem;
    padding: 0;
    margin-bottom: 2.5rem;
}

    .feature-columns li {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        font-size: 0.95rem;
        color: #334155;
    }

        .feature-columns li::before {
            content: "✓";
            color: var(--blue);
            font-weight: 600;
            flex-shrink: 0;
        }

/* Responsive for smaller screens */
@media (max-width: 700px) {
    .feature-columns {
        grid-template-columns: 1fr;
    }
}

/* Footer */
.site-footer {
    margin-top: 6rem;
    padding: 4rem 2rem 2rem;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(10,46,80,0.08);
}

.site-footer .footer-logo {
    width: 75px;
}

.site-footer .footer-logo img {
    width: 100%;
    height: auto;
    display: block;
}



.footer-inner {
    max-width: 1200px;
    margin: 0 auto 2rem;
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 3rem;
}

.footer-brand h3 {
    font-family: 'Syncopate', sans-serif;
    font-size: 1rem;
    letter-spacing: 2px;
    color: #0A2E50;
    margin-bottom: 0.75rem;
}

.footer-brand p {
    color: #475569;
    font-size: 0.95rem;
    max-width: 320px;
}

/* Footer links */
.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

    .footer-links h4 {
        font-size: 0.8rem;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 0.75rem;
        color: #0A2E50;
        text-transform: uppercase;
    }

    .footer-links a {
        display: block;
        font-size: 0.9rem;
        color: #475569;
        text-decoration: none;
        margin-bottom: 0.5rem;
    }

        .footer-links a:hover {
            color: #0A2E50;
        }

/* Bottom bar */
.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(10,46,80,0.08);
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #64748b;
}

/* Mobile */
@media (max-width: 900px) {
    .site-footer .footer-logo {
    width: 60%;
    }
    .footer-brand h3 {
        font-size: 2.5rem;
    }
    
    .footer-brand p {
        font-size: 2.2rem;
    }
    
    .footer-links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }

    .footer-links h4 {
        font-size: 2.2rem;
    }
    
    .footer-bottom {
    font-size: 1.5rem;
}

    .footer-links a {
        font-size: 1.3rem;
    }    
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}

/* Appended */
:root {
    --accent: #0A2E50;
    --accent-hover: #146EB1;
    --blue: #0096FF;
    --lavender: #889CFF;
    --radius: 12px;
    --shadow: 0 20px 40px rgba(10,46,80,0.15);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Saira', Inter, Roboto, Arial, sans-serif;
    background: radial-gradient(circle at top, #eaf1ff, #f4f6f8);
    overflow-x: hidden;
}

/* Animated Background */
.bg-blob {
    position: absolute;
    width: 500px;
    height: 500px;
    background: linear-gradient( 135deg, var(--blue), var(--lavender) );
    border-radius: 50%;
    filter: blur(120px);
    animation: float 12s ease-in-out infinite;
    opacity: 0.65;
}

@keyframes float {
    0% {
        transform: translate(-150px, -100px);
    }

    50% {
        transform: translate(150px, 100px);
    }

    100% {
        transform: translate(-150px, -100px);
    }
}

/* Glass card */
.login-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 380px;
    padding: 2rem;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
    text-align: center;
}

    .login-container input,
    .login-container .btn {
        max-width: 100%;
    }

/* Logo */
.logo {
    max-width: 280px;
}

/* Inputs */
input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 1rem;
    border-radius: 6px;
    border: 1px solid #dde3ee;
    font-size: 15px;
}

    input:focus {
        outline: none;
        border-color: var(--blue);
        box-shadow: 0 0 0 3px rgba(0,150,255,0.15);
    }

/* Button */
.btn {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    background: linear-gradient(135deg, var(--accent), var(--blue));
    color: white;
    font-weight: 600;
    cursor: pointer;
    margin: 0 0 1rem 0;
}

    .btn:hover {
        opacity: 0.9;
    }

/* Links */
.links {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

    .links a {
        font-size: 14px;
        color: var(--accent);
        text-decoration: none;
    }

        .links a:hover {
            text-decoration: underline;
        }

.muted {
    margin-top: 0.75rem;
    font-size: 12px;
    color: #6b7280;
}
