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

html,
body {
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial !important;
    background: #f3f3f3;
    color: #111;
    min-height: 100vh;
}

.auth-bar {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

#fpNav .mt-4 {
    margin-top: 0 !important;
}

/* HERO */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px 60px;
    background: linear-gradient(to bottom, #ffffff, #eeeeee);
}

.logo {
    width: 100px;
    margin-bottom: 24px;
}

.hero-title {
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial !important;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -1.6px;
    margin-bottom: 12px;
    color: #000;
    line-height: 1.1;
    max-width: 900px;
}

.subtag {
    font-size: 18px;
    max-width: 760px;
    margin-bottom: 22px;
    line-height: 1.5;
    color: #333;
}

.timeline-title {
    font-size: 11px;
    letter-spacing: 2px;
    color: #6b6b6b;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.timeline {
    margin-bottom: 18px;
}

.icon-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 80px;
}

.glyph {
    width: 32px;
    height: 32px;
    stroke: #111;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.label {
    font-size: 12px;
    color: #4b4b4b;
}

.next {
    font-weight: 700;
}

.fp-icon {
    width: 38px;
    filter: grayscale(100%);
}

/* Search */
.search-wrap {
    width: 100%;
    max-width: 720px;
    margin: 18px auto 0;
}

.search-shell {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 999px;
    padding: 10px 12px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.search-shell input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 12px;
    font-size: 16px;
    background: transparent;
}

.search-btn {
    border: none;
    outline: none;
    background: #000;
    color: #fff;
    font-weight: 800;
    padding: 12px 18px;
    border-radius: 999px;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease;
}

.search-btn:hover {
    transform: scale(1.02);
    background: #1c1c1c;
}

.results {
    margin-top: 14px;
    text-align: left;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    overflow: hidden;
    display: none;
}

.result-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.result-row:first-child {
    border-top: none;
}

.result-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.result-title {
    font-weight: 800;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-sub {
    font-size: 12px;
    opacity: .65;
}

.result-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, .12);
    text-decoration: none;
    color: #111;
    background: #fff;
}

.pill.primary {
    background: #000;
    color: #fff;
    border-color: rgba(0, 0, 0, .9);
}

.search-note {
    margin-top: 10px;
    font-size: 12px;
    opacity: .6;
}

/* HOW SECTION */
.how {
    padding: 80px 20px 70px;
    background: linear-gradient(to bottom, #eeeeee, #f7f7f7);
}

.how-inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.how-kicker {
    font-size: 11px;
    letter-spacing: 2px;
    color: #6b6b6b;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.how-title {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.9px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.15;
}

.how-sub {
    font-size: 16px;
    color: #3a3a3a;
    max-width: 720px;
    margin: 0 auto 28px;
    line-height: 1.55;
}

.video-shell {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.10);
}

.video-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #0b0b0b;
}

.video-wrap video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* SHOWCASE CAROUSEL */
.showcase {
    padding: 80px 20px 80px;
    background: linear-gradient(to bottom, #eeeeee, #f7f7f7);
}

.showcase-inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.carousel {
    position: relative;
    margin: 18px auto 0;
    max-width: 920px;
}

.car-viewport {
    overflow: hidden;
    border-radius: 22px;
}

.car-track {
    display: flex;
    transition: transform .35s ease;
    will-change: transform;
}

.car-slide {
    flex: 0 0 100%;
    padding: 0;
}

.car-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .10);
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 5;
    user-select: none;
}

.car-btn span {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.car-btn.left {
    left: -10px;
}

.car-btn.right {
    right: -10px;
}

.car-btn:active {
    transform: translateY(-50%) scale(.98);
}

.car-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .25);
    background: rgba(255, 255, 255, .8);
    cursor: pointer;
}

.dot.active {
    background: rgba(0, 0, 0, .85);
    border-color: rgba(0, 0, 0, .85);
}

.fp-result {
    background: white;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    padding: 18px;
    margin-top: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: transform .12s ease;
}

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

.fp-title {
    font-size: 20px;
    font-weight: 900;
}

.fp-url {
    font-size: 13px;
    opacity: .6;
    margin-top: 2px;
}

.fp-actions {
    margin-top: 12px;
    display: flex;
    gap: 8px;
}

.fp-btn {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .12);
    font-weight: 800;
    font-size: 12px;
    text-decoration: none;
    color: black;
}

.fp-btn.primary {
    background: black;
    color: white;
}

.fp-notfound {
    padding: 20px;
    text-align: center;
    opacity: .7;
}

.fp-loading {
    padding: 20px;
    text-align: center;
}

.media-shell {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(0, 0, 0, .06);
}

.media-shell video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.media-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* CHARTS SECTION */
.charts {
    padding: 70px 20px 80px;
    background: #f7f7f7;
}

.charts-inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.charts-card {
    margin: 22px auto 0;
    max-width: 920px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.10);
    background: linear-gradient(135deg, #ffffff, #ececec);
    text-decoration: none;
    color: #111;
    display: block;
}

.charts-card-inner {
    padding: 32px 28px;
    display: grid;
    gap: 10px;
    text-align: left;
}

.charts-badge {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .65;
    font-weight: 900;
}

.charts-h {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.8px;
    line-height: 1.1;
}

.charts-p {
    opacity: .7;
    line-height: 1.45;
    max-width: 70ch;
}

.charts-cta {
    margin-top: 6px;
    display: inline-flex;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-weight: 900;
    font-size: 13px;
}

.footer {
    padding: 26px 0 30px;
    text-align: center;
    font-size: 12px;
    opacity: 0.55;
    letter-spacing: 1px;
    background: #f7f7f7;
}

.footer-links {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    opacity: 0.75;
}

.footer-links a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-links a:hover {
    opacity: 0.9;
}

.footer-links .sep {
    margin: 0 10px;
    opacity: 0.6;
}

/* NEWSLETTER */
.newsletter-hero {
    padding: 90px 20px 90px;
    background: linear-gradient(to bottom, #f7f7f7, #ffffff);
}

.newsletter-inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 32px;
    padding: 48px 24px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.08);
}

.newsletter-logo {
    width: 38px;
    margin: 0 auto 14px;
    display: block;
    filter: grayscale(100%);
    opacity: 0.8;
}

.newsletter-kicker {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 12px;
}

.newsletter-title {
    font-size: 42px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -1.2px;
    max-width: 780px;
    margin: 0 auto 16px;
    color: #000;
}

.newsletter-sub {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.65);
    max-width: 640px;
    margin: 0 auto 32px;
}

.newsletter-form {
    max-width: 820px;
    margin: 0 auto;
}

.newsletter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.newsletter-grid input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #f9f9f9;
    color: #000;
    border-radius: 18px;
    padding: 15px 16px;
    font-size: 15px;
    outline: none;
}

.newsletter-grid input::placeholder {
    color: rgba(0, 0, 0, 0.45);
}

.newsletter-grid input:focus {
    border-color: rgba(0, 0, 0, 0.35);
    background: #fff;
}

.newsletter-btn {
    border: none;
    outline: none;
    background: #000;
    color: #fff;
    font-weight: 900;
    padding: 14px 22px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    transition: transform .15s ease, background .15s ease;
}

.newsletter-btn:hover {
    transform: scale(1.02);
    background: #1c1c1c;
}

.newsletter-msg {
    margin-top: 14px;
    min-height: 22px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
    .car-btn.left {
        left: 8px;
    }

    .car-btn.right {
        right: 8px;
    }

    .newsletter-title {
        font-size: 30px;
    }

    .newsletter-sub {
        font-size: 15px;
    }

    .newsletter-grid {
        grid-template-columns: 1fr;
    }

    .newsletter-inner {
        padding: 34px 18px;
        border-radius: 24px;
    }

    .newsletter-logo {
        width: 32px;
    }

    .hero-title {
        font-size: 36px;
        line-height: 1.15;
    }

    .subtag {
        font-size: 16px;
    }

    .auth-bar {
        top: 14px;
        right: 14px;
    }

    .how-title {
        font-size: 28px;
    }

    .how-sub {
        font-size: 15px;
    }

    .result-actions {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}