@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #303446;
    color: #c6d0f5;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

/* --- Site Header --- */
.site-header {
    padding: 16px 0;
    background-color: #232634;
    border-bottom: 1px solid #414559;
    position: relative;
    z-index: 200;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    color: #c6d0f5;
    font-weight: 900;
    font-size: 1.1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.logo-img {
    height: 32px;
    width: auto;
    display: block;
}

.site-logo:hover {
    color: #8caaee;
}

.site-nav {
    display: flex;
    gap: 20px;
    align-items: center;
}

.site-nav a {
    color: #838ba7;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
}

.site-nav a:hover {
    color: #8caaee;
}

.site-nav .active {
    color: #8caaee;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: default;
}

/* --- Hero Section --- */
.hero {
    position: relative;
    text-align: center;
    padding: 140px 20px 120px;
    background: linear-gradient(135deg, #292c3c 0%, #303446 100%);
}

.eyebrow {
    color: #8caaee;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    display: inline-block;
    border: 1px solid #8caaee;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
}

.hero h1 {
    font-size: 4.2rem;
    font-weight: 900;
    margin: 0 0 20px 0;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -2px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
}

.hero .subtitle {
    font-size: 1.3rem;
    color: #a5adce;
    margin-bottom: 50px;
    font-weight: 400;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

.hero .subtitle strong {
    color: #c6d0f5;
}

.hero-video {
    max-width: 720px;
    margin: 0 auto 40px;
}

.hero-video .video-wrapper {
    margin-bottom: 0;
}

/* --- Buttons --- */
.btn {
    display: inline-block;
    background-color: #8caaee;
    color: #232634;
    padding: 20px 48px;
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 2px solid #8caaee;
    box-shadow: 0 10px 30px rgba(140, 170, 238, 0.25);
    letter-spacing: 0.5px;
}

.btn:hover {
    background-color: transparent;
    color: #8caaee;
    box-shadow: none;
    transform: translateY(-2px);
}

.cta-wrap {
    text-align: center;
    margin-top: 50px;
}

/* --- Section Dividers --- */
.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 5%, #8caaee 20%, #8caaee 80%, transparent 95%);
    margin: 0;
    padding: 0;
    border: 0;
}

/* --- Stats / Proof Section --- */
.proof-section {
    padding: 60px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
}

.stat-item .stat-number {
    font-size: 2.8rem;
    font-weight: 900;
    color: #8caaee;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-item .stat-label {
    font-size: 0.9rem;
    color: #949cbb;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Video Wrapper (used in hero-video) --- */
.video-wrapper {
    background-color: #292c3c;
    border: 1px solid #414559;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.video-wrapper span {
    color: #737994;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* --- Main Content / Pillars --- */
.content-section {
    padding: 100px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -1px;
}

.section-header p {
    font-size: 1.1rem;
    color: #838ba7;
    max-width: 700px;
    margin: 0 auto;
}

.section-header .highlight {
    color: #c6d0f5;
    font-weight: 600;
}

/* --- Resources Section --- */
.resources-section {
    padding: 100px 0;
    background-color: #292c3c;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.resource-card {
    background-color: #292c3c;
    border: 1px solid #414559;
    border-radius: 8px;
    padding: 32px;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}

.resource-card:hover {
    border-color: #51576d;
    transform: translateY(-3px);
    background-color: #303446;
}

.resource-card .resource-icon {
    font-size: 2rem;
    margin-bottom: 16px;
}

.resource-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #c6d0f5;
}

.resource-card p {
    font-size: 0.9rem;
    color: #949cbb;
    margin: 0 0 20px 0;
    flex: 1;
}

.resource-card .resource-link {
    color: #8caaee;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.resource-card .resource-link:hover {
    text-decoration: underline;
}

.resource-badge {
    display: inline-block;
    background-color: rgba(140, 170, 238, 0.1);
    color: #8caaee;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 14px;
    align-self: flex-start;
}

/* --- Capabilities Section --- */
.capabilities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.capability-card {
    background-color: #292c3c;
    border: 1px solid #414559;
    border-radius: 8px;
    padding: 36px;
    transition: all 0.25s ease;
}

.capability-card:hover {
    border-color: #51576d;
    transform: translateY(-2px);
    background-color: #303446;
}

.capability-card .cap-icon {
    font-size: 2rem;
    margin-bottom: 16px;
}

.capability-card h3 {
    margin-top: 0;
    color: #8caaee;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.capability-card p {
    color: #949cbb;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 16px 0;
}

.capability-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.capability-card ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    color: #838ba7;
    font-size: 0.9rem;
}

.capability-card ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #8caaee;
    font-weight: bold;
}

/* --- Value Grid (itemized deliverables) --- */
.value-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.value-item {
    background-color: #292c3c;
    border: 1px solid #414559;
    border-radius: 8px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: border-color 0.25s ease;
}

.value-item:hover {
    border-color: #51576d;
}

.value-item .check {
    color: #a6d189;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.value-item .body {
    flex: 1;
    min-width: 0;
}

.value-item h4 {
    color: #c6d0f5;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 6px 0;
    line-height: 1.5;
}

.value-item p {
    color: #838ba7;
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0;
}

/* --- Guarantee Section --- */
.guarantee-card {
    background-color: #292c3c;
    border: 1px solid #414559;
    border-left: 4px solid #a6d189;
    border-radius: 8px;
    padding: 40px;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.guarantee-card .guarantee-badge {
    display: inline-block;
    color: #a6d189;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.guarantee-card h3 {
    color: #c6d0f5;
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0 0 16px 0;
}

.guarantee-card p {
    color: #949cbb;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* --- Schedule Section --- */
.schedule-embed {
    max-width: 820px;
    margin: 0 auto;
    background-color: #292c3c;
    border: 1px solid #414559;
    border-radius: 12px;
    padding: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.schedule-embed iframe {
    display: block;
    width: 100%;
    height: clamp(620px, 95vw, 820px);
    background-color: #ffffff;
    border-radius: 8px;
}

/* --- Case Study Section --- */
.case-study-card {
    background-color: #292c3c;
    border: 1px solid #414559;
    border-left: 4px solid #8caaee;
    border-radius: 8px;
    padding: 40px;
    transition: all 0.25s ease;
}

.case-study-card:hover {
    border-color: #51576d;
    background-color: #303446;
}

.case-study-card .case-badge {
    display: inline-block;
    color: #8caaee;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.case-study-card h3 {
    font-size: 1.4rem;
    font-weight: 900;
    margin: 0 0 4px 0;
    color: #c6d0f5;
}

.case-study-card .case-company {
    color: #8caaee;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.case-study-card p {
    color: #949cbb;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.case-study-card .quote {
    border-left: 2px solid #51576d;
    padding-left: 20px;
    margin-top: 24px;
}

.case-study-card .quote p {
    color: #838ba7;
    font-style: italic;
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.case-study-card .quote cite {
    color: #737994;
    font-size: 0.85rem;
    font-style: normal;
}

/* --- About Section --- */
.about-section {
    padding: 100px 0;
}

/* --- FAQ Section --- */
.faq-section {
    padding: 100px 0;
    background-color: #292c3c;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #414559;
    padding: 28px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #c6d0f5;
    line-height: 1.4;
    cursor: pointer;
    padding-right: 30px;
    position: relative;
}

.faq-item h4::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.4rem;
    color: #8caaee;
    font-weight: 400;
    line-height: 1.2;
    transition: transform 0.2s;
}

.faq-item.open h4::after {
    content: '\2212';
}

.faq-item.open h4 {
    margin-bottom: 12px;
}

.faq-item .faq-answer {
    display: none;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item p {
    color: #949cbb;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
}

.faq-item a {
    color: #8caaee;
    text-decoration: underline;
}

.faq-item a:hover {
    color: #a5bdf5;
}

.faq-item ul {
    color: #949cbb;
    margin: 8px 0 0 0;
    padding-left: 20px;
    font-size: 0.95rem;
}

.faq-item ul li {
    margin-bottom: 6px;
}

/* --- Footer / CTA --- */
.footer {
    text-align: center;
    padding: 100px 24px;
    background-color: #232634;
}

.footer h2 {
    font-size: 2.2rem;
    font-weight: 900;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

.footer p {
    color: #949cbb;
    font-size: 1.1rem;
    max-width: 550px;
    margin: 0 auto 36px auto;
}

.footer .small-print {
    color: #737994;
    font-size: 0.8rem;
    margin-top: 60px;
}

/* --- Responsive --- */
.nav-toggle {
    display: none;
}

.nav-toggle-label {
    display: none;
    cursor: pointer;
    padding: 4px;
}

@media (max-width: 768px) {
    .site-header .container {
        position: relative;
    }

    .nav-toggle-label {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .nav-toggle-label span,
    .nav-toggle-label::before,
    .nav-toggle-label::after {
        display: block;
        width: 24px;
        height: 2px;
        background: #c6d0f5;
        border-radius: 2px;
        transition: 0.2s;
    }

    .nav-toggle-label::before,
    .nav-toggle-label::after {
        content: '';
    }

    .nav-toggle:checked + .nav-toggle-label span {
        opacity: 0;
    }

    .nav-toggle:checked + .nav-toggle-label::before {
        transform: translateY(6px) rotate(45deg);
    }

    .nav-toggle:checked + .nav-toggle-label::after {
        transform: translateY(-6px) rotate(-45deg);
    }

    .site-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #232634;
        flex-direction: column;
        padding: 20px;
        border-bottom: 1px solid #414559;
        gap: 12px;
        z-index: 100;
    }

    .nav-toggle:checked ~ .site-nav {
        display: flex;
    }

    .hero { padding: 100px 20px 80px; }
    .hero h1 { font-size: 2.5rem; letter-spacing: -1px; }
    .hero .subtitle { font-size: 1.1rem; }
    .stats-grid { grid-template-columns: 1fr; gap: 20px; }
    .resources-grid { grid-template-columns: 1fr; }
    .capabilities-grid { grid-template-columns: 1fr; }
    .value-grid { grid-template-columns: 1fr; }
    .section-header h2 { font-size: 1.8rem; }
    .btn { width: 100%; box-sizing: border-box; text-align: center; padding: 18px 30px; }
    .footer { padding: 80px 24px; }
    .footer h2 { font-size: 1.8rem; }
}

@media (max-width: 900px) {
    .resources-grid {
        grid-template-columns: 1fr 1fr;
    }
}