﻿:root {
    --tt-blue: #0b2a4a; /* deep navy (H1/H2, links focus) */
    --tt-blue-600: #123861;
    --tt-red: #e1423a; /* heart red for "love" */
    --tt-ink: #1f2937; /* body text */
    --tt-muted: #6b7280; /* secondary text */
    --tt-bg: #f7f9fc; /* page background */
    --tt-card: #ffffff; /* white cards */
    --tt-border: #e5e7eb; /* subtle borders */
}

.tt-body {
    background: var(--tt-bg);
    color: var(--tt-ink);
    min-height: 100dvh;
    /*max-width: 900px;*/
    margin: auto;
}
/*
.tt-body {
    background: radial-gradient(80vw 80vh at 20% -10%, #1d2440 0%, transparent 50%), radial-gradient(80vw 80vh at 120% 10%, #152235 0%, transparent 0%), linear-gradient(180deg, var(--tt-grad-1), var(--tt-grad-2));
    color: #fff;
    min-height: 100dvh;
}*/

.tt-nav {
    backdrop-filter: saturate(140%) blur(12px);
    background: #f7f9fc;
    /*background: linear-gradient(180deg, rgba(10,10,14,0.45), rgba(10,10,14,0.15));*/
    border-bottom: 1px solid rgba(10,10,14,0.06);
    margin: auto;
}

#refund {
    scroll-margin-top: 90px; /* #Refund scrolls past header otherwise */
}

@media (min-width: 992px) {
    .container {
        max-width: 920px;
    }
}
/*
.tt-logo-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6bd6, #6bd6ff);
    box-shadow: 0 0 12px rgba(255,107,214,.8), 0 0 28px rgba(107,214,255,.6);
    display: inline-block;
}*/

.tt-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    backdrop-filter: saturate(140%) blur(6px);
}

.tt-main {
    padding-top: 74px;
    /*padding-block: 40px;*/
}

.tt-hero {
    padding: clamp(64px, 12vw, 144px) 0 72px;
    text-align: center;
}

    .tt-hero h1 {
        font-weight: 800;
        letter-spacing: -0.02em;
        line-height: 1.25;
    }

    .tt-hero p.lead {
        color: #182e4d !important;
        font-weight: 600;
        max-width: 920px;
        /*margin: 16px auto 0;*/
    }

    .tt-hero-title {
        max-width: 66ch; /* ~22 characters wide → tends to 2 lines */
/*        margin-left: auto;
        margin-right: auto;*/
        line-height: 1.1;
    }

    /* Subtitle a bit wider than the title */
    .tt-hero-subtitle {
        max-width: 64ch;
        margin-left: auto;
        margin-right: auto;
    }




.tt-cta-group .btn {
    padding: 12px 18px;
}

.tt-card {
    background: var(--tt-card);
    border: 1px solid var(--tt-card-border);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25) inset, 0 12px 30px rgba(0,0,0,.2);
}

.tt-section {
    padding: 10px 0;
}

.tt-badge {
    background: linear-gradient(135deg, rgba(255,107,214,.15), rgba(107,214,255,.15));
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .85rem;
}

.tt-feature i {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255,107,214,.25), rgba(107,214,255,.25));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.tt-divider {
    height: 1px;
    background: rgba(255,255,255,.08);
    margin: 24px 0;
}

.tt-footer {
    border-top: 1px solid rgba(10,10,10,0.08);
    /*background: linear-gradient(180deg, rgba(10,10,14,0.45), rgba(10,10,14,0.15));*/
}

.btn-primary {
    background-color: #182e4d;
    border-color: #182e4d;
    color: #ffffff;
    font-weight: bold;
    min-width: 180px;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited {
        background-color: rgba(24, 46, 77, 0.75);
        color: #ffffff;
    }
    .btn-primary:disabled {
        border-color: #182e4d;
        background-color: rgba(24, 46, 77, 0.45);
    }


.btn-outline-secondary {
    color: rgba(33, 37, 41, 0.75);
    font-weight: bold;
    min-width: 180px;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:visited {
    background-color: rgba(33, 37, 41, 0.45);
}

.btn-light {
    background-color: transparent;
    border-color: transparent;
}


a {
    color: #182e4d;
}


    a:hover, a:focus, a:active {
        color: #d23931;
    }

.nav-link {
    color: #182e4d;
    font-weight:bold;
}

    .nav-link.active {
        color: #d23931 !important;
    }

    .nav-link:hover {
        color: #d23931 !important;
    }

.tt-nav-hidden {
    transform: translateY(-100%);
    transition: transform 0.25s ease-in-out;
}

.tt-nav {
    transition: transform 0.25s ease-in-out;
}

.tt-vid-wrap {
    background: var(--tt-card);
    /*background: rgba(255,255,255,0.04);*/
    max-width: 900px;
    margin: auto;
}

.tt-vid-frame {
    position: relative;
    overflow: hidden;
    max-width: 900px;
    margin: auto;
    margin-top: 80px;
    border: 1px solid rgba(255,255,255,.15);
}

    .tt-vid-frame video {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

.tt-vid-badge {
    position: absolute;
    right: 16px;
    bottom: 16px;
    pointer-events: none;
}

.tt-vid-badge-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,0,0,.5);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    padding: 6px 10px;
    font-size: .9rem;
}

.tt-carousel-control {
    max-height: 100px;
    margin: auto;
}

.tt-vid-thumbs {
    padding: 10px 10px;
    background: rgba(255,255,255,.06);
    /*border-radius: 999px;*/
    border: 1px solid rgba(255,255,255,.12);
}

.tt-vid-thumb {
    width: 96px;
    height: 72px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 50%;
    position: relative;
}

    .tt-vid-thumb img {
        width: 72px;
        height: 72px;
        object-fit: cover;
        border-radius: 50%;
        border-color: #182e4d;
        border: 1px solid;
    }

    .tt-vid-thumb.active img {
        width: 96px;
        height: 72px;
        border-color: #d23931;
        box-shadow: 0 0 0 3px rgba(10,10,10,0.08); /*rgba(123,196,255,.25)*/
    }

.tt-vid-mute {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.2);
}

.tt-vid-thumbs {
    overflow-x: auto;
    scrollbar-width: thin;
}

    .tt-vid-thumbs::-webkit-scrollbar {
        height: 8px;
    }

    .tt-vid-thumbs::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,.2);
        border-radius: 8px;
    }


/* ===== FAQ section ===== */

#faq {
    /* keep same spacing feel as other sections */
    padding-top: 10px;
    padding-bottom: 10px;
}

    /* Align the whole accordion with your card look & feel */
    #faq .accordion {
        /* Bootstrap 5 accordion CSS variables */
        --bs-accordion-color: var(--tt-ink);
        --bs-accordion-bg: transparent;
        --bs-accordion-border-color: transparent;
        --bs-accordion-btn-color: var(--tt-ink);
        --bs-accordion-btn-bg: transparent;
        --bs-accordion-active-color: var(--tt-blue);
        --bs-accordion-active-bg: rgba(24, 46, 77, 0.04); /* soft blue tint */
        --bs-accordion-border-radius: 20px;
        --bs-accordion-inner-border-radius: 20px;
    }

    /* Each FAQ item uses the existing tt-card style */
    #faq .accordion-item.tt-card {
        border-radius: 20px;
        border: 1px solid var(--tt-border);
        background: var(--tt-card);
        /*box-shadow: 0 10px 30px rgba(0,0,0,.25) inset, 0 12px 30px rgba(0,0,0,.2);*/
        overflow: hidden;
    }

    /* Remove default accordion borders (tt-card already handles this) */
    #faq .accordion-item {
        border: none;
    }

    /* Header button styling */
    #faq .accordion-button {
        background-color: transparent;
        box-shadow: none;
        padding: 1.2rem 1.25rem;
        padding-left: 1.0rem; /* more room for the plus icon */
        font-weight: 600;
        font-size: 0.98rem;
        color: var(--tt-ink);
    }

        /* Remove the default Bootstrap chevron */
        #faq .accordion-button::after {
            display: none;
        }

        /* Hover + focus states */
        #faq .accordion-button:hover {
            background-color: rgba(24, 46, 77, 0.03);
            color: var(--tt-blue);
        }

        #faq .accordion-button:focus {
            box-shadow: 0 0 0 2px rgba(24, 46, 77, 0.15);
        }

        /* Active (open) state blends with your brand blue */
        #faq .accordion-button:not(.collapsed) {
            background-color: rgba(24, 46, 77, 0.04);
            color: var(--tt-blue);
        }

    /* Body text inside FAQ */
    #faq .accordion-body {
        padding: 0.85rem .55rem 1.25rem 1.45rem;
        font-size: 0.95rem;
        opacity: 0.75;
        /*color: var(--tt-muted);*/
    }

    /* ===== Plus / minus icon on the left ===== */

    #faq .faq-icon {
        width: 1.25rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.1rem;
        color: var(--tt-blue);
    }

    /* Plus by default (collapsed) */
    #faq .accordion-button .faq-icon::before {
        content: "+";
    }

    /* Minus when the item is expanded */
    #faq .accordion-button:not(.collapsed) .faq-icon::before {
        content: "−";
    }

    /* Keep the question text nicely aligned with the icon */
    #faq .accordion-button span + span {
        /* the second span in the button = question text */
        display: inline-block;
    }

    #faq .accordion-button {
        display: flex; /* override Bootstrap default if needed */
        align-items: center; /* vertical centering of icon + text */
        gap: 0.2rem; /* small space between + and question */
    }

    /* Icon box: center glyph inside and remove baseline quirks */
    #faq .faq-icon {
        width: 1.25rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.1rem;
        line-height: 1; /* important so + / − is truly centered */
        color: var(--tt-blue);
    }

    /* Question text span: keep it flex-aligned with icon */
    #faq .accordion-button span + span {
        display: inline-flex; /* instead of inline-block */
        align-items: center;
    }


/* ===== Trailer carousel: overlapping thumbs at TOP ===== */
.tt-trailer-carousel {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

    /* Make video frame the reference for absolute positioning */
    .tt-trailer-carousel .tt-vid-frame {
        position: relative;
    }

    /* Pill at the top with a narrow viewport */
    .tt-trailer-carousel .carousel-indicators.tt-trailer-indicators {
        /*position: absolute;*/
        left: 50%;
        top: 5px;
        bottom: auto;
        transform: translateX(-70%);
        margin: 0;
        padding: 4px 10px;
        width: 280px; /* narrow window -> 3 full + 2 clipped */
        max-width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-start; /* row starts at left; JS will scroll */
        overflow-x: hidden; /* we will scroll programmatically */
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(4px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
        z-index: 10;
    }

        /* Remove Bootstrap's default dot styling */
        .tt-trailer-carousel .carousel-indicators.tt-trailer-indicators [data-bs-target] {
            box-sizing: border-box;
            flex: 0 0 auto;
            width: auto;
            height: auto;
            padding: 0;
            margin: 0;
            border: 0;
            background: transparent;
            text-indent: 0;
            cursor: pointer;
        }

    /* Each thumb button */
        .tt-trailer-carousel .carousel-indicators.tt-trailer-indicators .tt-trailer-thumb + .tt-trailer-thumb {
            margin-left: 10px !important; /* adjust: 8–12px as you like */
        }
    /*.tt-trailer-carousel .tt-trailer-thumb {
        position: relative;
        margin: 0 6px;*/ /* horizontal gap between thumbs */
    /*}*/

        /* Circular thumbnail images */
        .tt-trailer-carousel .tt-trailer-thumb img {
            width: 56px;
            height: 56px;
            border-radius: 999px;
            object-fit: cover;
            border: 3px solid #ffffff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
            opacity: 0.7;
            transition: opacity 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out, border-color 0.15s ease-out;
        }

        /* Hover */
        .tt-trailer-carousel .tt-trailer-thumb:hover img {
            opacity: 0.95;
            transform: translateY(-2px);
        }

        /* Active */
    .tt-trailer-carousel .tt-trailer-thumb.active img {
        opacity: 1;
        width: 84px;
        height: 56px;
        transform: translateY(0px) scale(1.05);
        border-color: var(--tt-red);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(225, 66, 58, 0.25);
    }

    /* Pill at the top with a narrow viewport */
    .tt-trailer-carousel .carousel-indicators.tt-trailer-indicators-mute {
        /*position: absolute;*/
        left: 60%;
        top: 5px;
        bottom: auto;
        transform: translateX(35%);
        margin: 0;
        padding: 4px 4px;
        width: 64px; /* narrow window -> 3 full + 2 clipped */
        /*max-width: 100%;*/
        display: flex;
        align-items: center;
        justify-content: flex-start; /* row starts at left; JS will scroll */
        overflow-x: hidden; /* we will scroll programmatically */
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(4px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
        z-index: 10;
    }

    /* Circular thumbnail images */
    .tt-trailer-carousel .tt-trailer-thumb-mute {
        width: 56px;
        height: 56px;
        font-size: 1.8em;
        border-radius: 999px;
        object-fit: cover;
        border: 3px solid #ffffff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        opacity: 0.7;
        margin: auto;
        transition: opacity 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out, border-color 0.15s ease-out;
    }

    /* Hover */
    .tt-trailer-carousel .tt-trailer-thumb-mute:hover {
        opacity: 0.95;
        transform: translateY(-2px);
    }

    /* Active */
    .tt-trailer-carousel .tt-trailer-thumb-mute.active {
        opacity: 1;
        width: 84px;
        height: 56px;
        transform: translateY(0px) scale(1.05);
        border-color: var(--tt-red);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(225, 66, 58, 0.25);
    }

@media (min-width: 576px) {
    .tt-trailer-carousel .carousel-indicators.tt-trailer-indicators-mute {
        left: 68%;
    }
}

@media (min-width: 768px) {
    .tt-trailer-carousel .carousel-indicators.tt-trailer-indicators-mute {
        left: 64%;
    }
}

@media (min-width: 992px) {
    .tt-trailer-carousel .carousel-indicators.tt-trailer-indicators-mute {
        left: 60%;
    }
}


/* Small screens */
@media (max-width: 576px) {
    .grecaptcha-badge {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: right bottom;
        -webkit-transform-origin: right bottom;
    }

    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .tt-trailer-carousel .carousel-indicators.tt-trailer-indicators {
        width: 240px;
        padding: 3px 8px;
        top: 10px;
    }

    .tt-trailer-carousel .carousel-indicators.tt-trailer-indicators-mute {
        left: 64%;
        width: 44px;
        top: 10px;
    }

    .tt-trailer-carousel .tt-trailer-thumb-mute {
        width: 36px;
        height: 36px;
        font-size: 1.2em;
    }

    .tt-vid-frame {
        margin-top: 55px;
    }

    .tt-trailer-carousel .tt-trailer-thumb img {
        width: 38px;
        height: 38px;
    }

    .tt-trailer-carousel .tt-trailer-thumb.active img {
        width: 57px;
        height: 38px;
    }

    .tt-hero-title {
        font-size: 1.45rem; /* slightly smaller than display-6 default */
        max-width: 24ch;
        margin: auto;
    }

    .tt-hero-subtitle {
        font-size: 1rem;
        max-width: 34ch;
        margin: auto;
    }

    .btn-primary, .btn-outline-secondary {
        font-weight: 500;
        min-width: 152px;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-outline-secondary:active, .btn-outline-secondary:focus {
            font-weight: 500;
            min-width: 152px;
        }
}

/* Small screens */
@media (max-width: 400px) {

    .btn-primary, .btn-outline-secondary {
        font-weight: 500;
        min-width: 148px;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-outline-secondary:active, .btn-outline-secondary:focus {
            font-weight: 500;
            min-width: 148px;
        }

    .tt-trailer-carousel .carousel-indicators.tt-trailer-indicators {
        transform: translateX(-62%);
    }

    .tt-trailer-carousel .carousel-indicators.tt-trailer-indicators-mute {
        left: 78%;
    }
}