/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
    color: #e8e8e8;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.container {
    width: 100%;
    max-width: 980px;
    text-align: center;
}

/* Icons & Tags */
.hero-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 auto 1.6rem;
}

.lock-icon {
    display: block;
    width: 62px;
    height: 62px;
    opacity: .85;
    color: #cfd6ea;
    flex: 0 0 auto;
}

.tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .55rem 1.15rem;
    border: 1px solid #4a5578;
    border-radius: 2px;
    font-size: .72rem;
    letter-spacing: .16em;
    color: #8892b4;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Typhography */
h1 {
    font-size: 1.85rem;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    color: #fff;
    line-height: 1.15;
}

.divider {
    width: 60px;
    height: 1px;
    background-color: #4a5578;
    margin: 1.6rem auto;
}

.subtitle {
    font-size: 1rem;
    color: #a8adc7;
    font-weight: 300;
    margin: 0 auto 1.2rem;
    letter-spacing: -0.01em;
    line-height: 1.7;
    max-width: 760px;
}

.description {
    font-size: .98rem;
    color: #c5cae0;
    max-width: 760px;
    margin: 0 auto 2rem;
    line-height: 1.85;
    font-weight: 300;
}

.micro {
    color: #6b7490;
    font-size: .86rem;
    font-weight: 300;
    margin: .7rem auto 0;
    max-width: 880px;
    line-height: 1.6;
}

/* Actions & Buttons */
.actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 2rem;
}

.btn {
    padding: 1rem 1.6rem;
    font-size: .88rem;
    letter-spacing: .08em;
    border: 1.5px solid #5a6fa0;
    background-color: transparent;
    color: #e8e8e8;
    cursor: pointer;
    transition: all .25s ease;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    max-width: 380px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    border-color: #8a9fca;
    color: #fff;
    box-shadow: 0 0 20px rgba(138, 159, 202, .18);
}

.btn.primary {
    background: #5a6fa0;
    border-color: #5a6fa0;
    color: #fff;
}

.btn.primary:hover {
    background: #6b7fa8;
    border-color: #8a9fca;
    box-shadow: 0 0 22px rgba(138, 159, 202, .22);
}

/* Sections & Cards */
.section {
    text-align: left;
    margin-top: 3.0rem;
    padding-top: 2.2rem;
    border-top: 1px solid rgba(74, 85, 120, .35);
}

.section h2 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section p {
    color: #c5cae0;
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 1.2rem;
}

.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.card {
    border: 1px solid rgba(74, 85, 120, .55);
    background: rgba(255, 255, 255, 0.03);
    padding: 1.25rem 1.25rem;
    text-align: left;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
}

.card h3 {
    font-size: .95rem;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: .8rem;
}

.card .kpi {
    font-size: .92rem;
    color: #a8adc7;
    margin-bottom: .6rem;
    font-weight: 300;
}

.list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .55rem;
    margin-top: .6rem;
}

.list li {
    color: #c5cae0;
    font-weight: 300;
    line-height: 1.6;
    position: relative;
    padding-left: 1.1rem;
}

.list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8a9fca;
}

.highlight {
    border-color: rgba(138, 159, 202, .85);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .25);
}

.price {
    font-size: 1.35rem;
    font-weight: 500;
    color: #fff;
    margin: .65rem 0 .3rem;
}

.price small {
    font-size: .85rem;
    color: #a8adc7;
    font-weight: 300;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .75rem;
    border: 1px solid rgba(74, 85, 120, .55);
    color: #a8adc7;
    font-size: .82rem;
    font-weight: 300;
    margin-top: .8rem;
}

.card .card-actions {
    margin-top: 1rem;
}

.card .card-actions .btn {
    width: 100%;
    max-width: none;
    padding: .9rem 1.2rem;
    font-size: .82rem;
}

.note {
    color: #8892b4;
    font-size: .9rem;
    font-weight: 300;
    margin-top: 1.2rem;
}

/* Footer & Links */
.footer-text {
    margin-top: 3rem;
    font-size: .85rem;
    color: #6b7490;
    font-weight: 300;
    text-align: center;
}

.footer-text a {
    color: #8a9fca;
    text-decoration: none;
    border: none;
}

/* Email Links Global */
a[href^="mailto:"] {
    color: #8a9fca;
    text-decoration: none;
    transition: color 0.2s ease;
}

a[href^="mailto:"]:hover {
    color: #fff;
}

.footer-text a:hover {
    color: #fff;
    border: none;
}

.mini {
    color: #a8adc7;
    font-size: .92rem;
    font-weight: 300;
    line-height: 1.7;
    margin-top: .6rem;
}

.mini a,
a.mini {
    color: #8a9fca;
    text-decoration: none;
    border: none;
}

.mini a:hover,
a.mini:hover {
    color: #fff;
    border: none;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(3px);
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.modal-content {
    position: relative;
    background: linear-gradient(135deg, #12172f 0%, #1a1f3a 100%);
    padding: 1.7rem;
    border: 1px solid #4a5578;
    border-radius: 2px;
    max-width: 520px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .4);
}

.modal h2 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: .8rem;
    font-weight: 300;
}

.modal p {
    color: #a8adc7;
    margin-bottom: 1.2rem;
    font-size: .95rem;
    font-weight: 300;
    line-height: 1.65;
}

.modal-form {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    text-align: left;
}

.modal-form input {
    padding: .9rem 1rem;
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid #4a5578;
    color: #e8e8e8;
    font-size: .9rem;
    transition: all .25s ease;
}

.modal-form input::placeholder {
    color: #6b7490;
}

.modal-form input:focus {
    outline: none;
    border-color: #8a9fca;
    background-color: rgba(255, 255, 255, .08);
}

.consent {
    display: flex;
    gap: .6rem;
    align-items: flex-start;
    color: #a8adc7;
    font-size: .85rem;
    font-weight: 300;
    line-height: 1.55;
    margin-top: .2rem;
}

.consent a {
    color: #8a9fca;
    text-decoration: none;
    border: none;
    transition: all 0.2s ease;
}

.consent a:visited {
    color: #8a9fca;
}

.consent a:hover {
    color: #fff;
    border: none;
}

.consent input {
    margin-top: .2rem;
}

.modal-form button {
    padding: .9rem 1rem;
    background-color: #5a6fa0;
    border: 1px solid #5a6fa0;
    color: #fff;
    font-size: .85rem;
    letter-spacing: .08em;
    cursor: pointer;
    transition: all .25s ease;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.modal-form button:hover {
    background-color: #6b7fa8;
    border-color: #8a9fca;
}

.modal-close {
    position: absolute;
    top: .85rem;
    right: .85rem;
    background: none;
    border: none;
    color: #8892b4;
    font-size: 1.8rem;
    cursor: pointer;
    transition: color .25s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    color: #fff;
}

.success-message {
    display: none;
    color: #6ecf97;
    font-size: .85rem;
    font-weight: 600;
}

.error-message {
    display: none;
    color: #ff6b6b;
    font-size: .85rem;
    font-weight: 600;
}

/* Media Queries */
@media (min-width: 481px) {
    body {
        padding: 2rem;
    }

    .lock-icon {
        width: 72px;
        height: 72px;
    }

    h1 {
        font-size: 2.35rem;
    }

    .btn {
        width: auto;
        min-width: 260px;
    }
}

@media (min-width: 901px) {
    .hero-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin: 0 auto 1.6rem;
    }

    .lock-icon {
        width: 80px;
        height: 80px;
    }

    h1 {
        font-size: 3.0rem;
    }

    .subtitle {
        font-size: 1.15rem;
    }

    .grid {
        grid-template-columns: repeat(12, 1fr);
    }

    .cols-2>.card {
        grid-column: span 6;
    }

    .cols-3>.card {
        grid-column: span 4;
    }
}

/* Extra Hacks */
#extras .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#extras .card .list {
    margin-bottom: 1.4rem;
}

#extras .card .card-actions {
    margin-top: auto;
}

/* Floating Back Button */
.floating-back-btn {
    position: fixed;
    top: 2rem;
    right: 2rem;
    background: #1a233a;
    /* Dark but distinct blue */
    border: 1px solid #5a6fa0;
    /* Brighter border */
    border-radius: 50px;
    padding: 0.7rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #c5cae0;
    /* Lighter text */
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 10000;
    text-decoration: none;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

.floating-back-btn span {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding-top: 1px;
}

.floating-back-btn:hover {
    background: #252f4a;
    border-color: #8a9fca;
    color: #fff;
    transform: translateY(2px);
    /* Push down slightly since it's at top */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.floating-back-btn svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
}