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

:root {
    --ink: #02040b;
    --ink-soft: #0d1424;
    --surface: rgba(255, 255, 255, 0.05);
    --brand: #6f8cff;
    --accent: #ffd369;
    --muted: #9db3e7;
    --border: rgba(255, 255, 255, 0.14);
    --radius-lg: 32px;
    --radius-md: 18px;
    --radius-sm: 10px;
    --shadow-soft: 0 35px 75px rgba(1, 3, 14, 0.65);
}

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

body {
    margin: 0;
    font-family: 'Manrope', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background: radial-gradient(circle at top, rgba(25, 45, 85, 0.7), rgba(2, 4, 11, 0.95));
    color: #f5f7ff;
    line-height: 1.7;
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--accent);
    text-decoration: none;
}

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

.layout {
    width: min(1200px, 92vw);
    margin: 0 auto;
}

header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(3, 6, 17, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
}

.logo-button {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fdfcff;
    padding: 0.65rem 1rem;
    border-radius: var(--radius-sm);
    cursor: pointer;
}

.logo-button:hover {
    border-color: var(--accent);
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.nav-links a {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.45rem 0.85rem;
    border-radius: var(--radius-sm);
    color: var(--muted);
    border: 1px solid transparent;
}

.nav-links a.active,
.nav-links a:hover {
    color: #fefefe;
    border-color: rgba(255, 255, 255, 0.18);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.btn-primary {
    background: linear-gradient(120deg, var(--brand), #3bc8ff);
    color: #03040a;
    padding: 0.85rem 1.4rem;
    box-shadow: 0 20px 35px rgba(9, 14, 30, 0.45);
}

.btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    color: #fdfcff;
    padding: 0.85rem 1.4rem;
}

.btn:hover {
    transform: translateY(-2px);
}

main {
    padding-bottom: 4rem;
}

.hero {
    padding: 5rem 0 2.5rem;
    display: grid;
    gap: 3rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    align-items: start;
}

.hero-text h1 {
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    line-height: 1.05;
    margin-bottom: 1rem;
}

.hero-text p.lede {
    font-size: 1.1rem;
    color: var(--muted);
}

.hero-panels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.panel {
    padding: 1.2rem 1.4rem;
    border-radius: var(--radius-md);
    background: rgba(11, 18, 40, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.panel strong {
    display: block;
    font-size: 1.8rem;
    color: var(--accent);
}

.metrics-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin: 1.8rem 0 2.3rem;
}

.metric {
    background: rgba(255, 255, 255, 0.03);
    padding: 1.2rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
    min-height: 150px;
}

.metric .value {
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--accent);
}

.hero-visual {
    background: radial-gradient(circle at 20% 30%, rgba(111, 140, 255, 0.45), transparent 60%),
        linear-gradient(135deg, rgba(15, 18, 42, 0.95), rgba(5, 7, 18, 0.95));
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-art {
    margin: 0;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-soft);
}

.hero-art img {
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 360px;
}

.hero-slider {
    background: rgba(2, 4, 11, 0.65);
    border-radius: var(--radius-md);
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-slider ul {
    position: relative;
    min-height: 210px;
}

.hero-slider li {
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.35);
    transition: border-color 200ms, opacity 200ms;
    color: #dbe5ff;
    display: none;
}

.hero-slider li.active {
    border-color: var(--accent);
    background: rgba(255, 211, 105, 0.08);
    display: block;
}

.slider-thumb {
    width: 100%;
    border-radius: var(--radius-sm);
    margin-bottom: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.slider-control {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.insight-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}

.insight-pill {
    border-radius: 999px;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed rgba(255, 255, 255, 0.15);
    font-size: 0.85rem;
    color: var(--muted);
}

section {
    padding: 3.5rem 0 2rem;
}

.section-shell {
    background: linear-gradient(135deg, rgba(8, 12, 28, 0.9), rgba(11, 16, 38, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 2.3rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.78rem;
    color: var(--accent);
    margin-bottom: 0.6rem;
}

.section-heading {
    font-size: clamp(1.9rem, 3vw, 3rem);
    margin: 0 0 1.2rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.3rem;
}

.card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-md);
    padding: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    min-height: 230px;
}

.card-image {
    width: 100%;
    border-radius: var(--radius-sm);
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
    object-fit: cover;
    max-height: 220px;
}

.tag {
    display: inline-block;
    border-radius: 999px;
    padding: 0.2rem 0.75rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--muted);
}

.section-media {
    margin: 1.4rem 0 2.2rem;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow-soft);
}

.split-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    align-items: center;
}

.accordion {
    display: grid;
    gap: 1rem;
}

.accordion-item {
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 1.1rem 1.3rem;
    cursor: pointer;
    font-weight: 600;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 250ms ease;
    padding: 0 1.3rem;
}

.accordion-item.open .accordion-body {
    padding-bottom: 1.2rem;
}

.timeline {
    display: grid;
    gap: 1.3rem;
    margin-top: 1.8rem;
}

.timeline-step {
    padding: 1rem 1.25rem;
    border-left: 3px solid var(--brand);
    background: rgba(255, 255, 255, 0.02);
    border-radius: var(--radius-sm);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1.75rem;
}

.stat-card {
    padding: 1.3rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(111, 140, 255, 0.2), rgba(4, 6, 18, 0.9));
}

.stat-card strong {
    display: block;
    font-size: 2rem;
    color: var(--accent);
}

.contact-section {
    margin-top: 2.2rem;
    background: radial-gradient(circle at top right, rgba(111, 140, 255, 0.28), rgba(4, 6, 18, 0.95));
    border-radius: var(--radius-lg);
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

form {
    display: grid;
    gap: 1rem;
}

label {
    font-size: 0.9rem;
    color: var(--muted);
}

input,
textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(3, 6, 17, 0.7);
    color: #f4f6ff;
    font-size: 1rem;
}

textarea {
    min-height: 150px;
    resize: vertical;
}

footer {
    background: #01030a;
    color: #b8c3eb;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding: 3rem 0 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

.footer-grid h4 {
    margin-top: 0;
}

.policy-links a {
    display: block;
    color: #d1dbff;
    margin-bottom: 0.5rem;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: min(420px, 90vw);
    background: rgba(3, 4, 12, 0.95);
    padding: 1.2rem 1.4rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: none;
    z-index: 15;
}

.cookie-banner button {
    margin-top: 0.8rem;
}

.page-wrapper {
    padding: 4rem 0;
}

.page-wrapper article {
    background: rgba(255, 255, 255, 0.98);
    border-radius: var(--radius-lg);
    padding: 2rem;
    border: 1px solid rgba(5, 7, 23, 0.08);
    color: #0b1026;
}

.page-wrapper h1 {
    margin-top: 0;
}

.breadcrumb {
    margin-bottom: 1.5rem;
    color: var(--muted);
}

.thankyou {
    text-align: center;
    padding: 6rem 1rem;
}

.thankyou .btn {
    margin-top: 1.5rem;
}

@media (max-width: 960px) {
    .nav-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 720px) {
    header {
        position: static;
    }

    section {
        padding-top: 2.5rem;
    }

    .section-shell {
        padding: 1.6rem;
    }

    .hero-visual {
        padding: 1rem;
    }
}
