/* Turbos CMS landing page styles (identifier: turbos_info) */
@font-face { font-family: 'Gotham'; src: url('../fonts/Gotham-Thin.woff2') format('woff2');             font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: 'Gotham'; src: url('../fonts/Gotham-Light.woff2') format('woff2');            font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Gotham'; src: url('../fonts/Gotham-Book.woff2') format('woff2');             font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Gotham'; src: url('../fonts/Gotham-Medium.woff2') format('woff2');           font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Gotham'; src: url('../fonts/Gotham-Bold.woff2') format('woff2');             font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Gotham'; src: url('../fonts/Gotham-Black.woff2') format('woff2');            font-weight: 900; font-style: normal; font-display: swap; }

/* Dev helper (toggle when needed) */
.bgimg {
    display: none;
    /* display: block; */
    position: absolute;
    z-index: 2 !important;
    opacity: 0.5;
    left: 0;
    top: -180px;
    width: 1375px;
    height: 2009px;
    outline: solid 1px blue !important;
    background-image: url('../images/turbos/turbos-mockup.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.turbos-page * { z-index: 1; }

/* ---------- Full-width CMS page reset ---------- */
body { background: black !important; }
#maincontent {
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    background-color: black !important;
}
#maincontent .columns {
    padding: 0;
    background: none !important;
    width: 100%;
    margin: 0;
}
#maincontent .column.main {
    display: block;
    padding: 0;
    float: none;
    width: 100%;
}
#m-navigation-product-list-wrapper { display: none; }

/* ---------- Page root ---------- */
.turbos-page {
    --brand-green: #2ea83a;
    --dark-bg: #0a0a0a;
    --panel-bg: #f4f4f4;
    --muted: #6a6a6a;
    --muted-light: #b8b8b8;
    --rule: #d8d8d8;
    --rule-dark: #2c2c2c;
    color: #fff;
    font-family: 'Gotham', sans-serif;
    background-color: black !important;
    position: relative;
}
.turbos-page :where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote, hr) {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    line-height: inherit;
}
.turbos-page :where(ul, ol) { list-style: none; }
.turbos-page :where(h1, h2, h3, h4, h5, h6) { font-weight: 700; letter-spacing: 0.02em; }
.turbos-page img { display: block; max-width: 100%; height: auto; }
.turbos-page a { color: inherit; text-decoration: none; }
.turbos-page .accent { color: var(--brand-green); }

/* ---------- 1. Hero ---------- */
.tb-hero {
    position: relative;
    background-color: black;
    background-image: url('../images/distributors/hero-flag.jpg');
    background-size: 90.75% 92.9%;
    background-repeat: no-repeat;
    background-position: 147px 42px;
    display: grid;
    grid-template-columns: 684px 1fr;
    gap: 0;
    padding: 0 24px 46px 30px;
    min-height: 600px;
    align-items: center;
}
.tb-hero-content > * { 
    margin-left: 24px;
}
.tb-hero-eyebrow {
    color: var(--brand-green);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.12em;
    margin-top: 48px;
    margin-bottom: 14px;
}
.tb-hero-title {
    font-size: 53px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: -4px;
    color: #fff;
}
.tb-hero-description {
    margin-top: 20px;
    max-width: 544px;
    font-size: 19px;
    line-height: 1.6;
    color: #e6e6e6;
    font-weight: 300;
}
.tb-hero-features {
    display: grid;
    grid-template-columns: 0.9fr repeat(2, 1fr) 1.1fr;
    gap: 0;
    margin-top: 36px;
    max-width: 684px;
    margin-left: 0;
}
.tb-hero-feature {
    position: relative;
    padding: 0 18px;
}
.tb-hero-feature:first-child { padding-left: 24px; }
.tb-hero-feature + .tb-hero-feature::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
}
.tb-hero-feature-icon { 
    width: 52px; 
    height: 52px !important; 
    object-fit: contain; 
    margin-bottom: 18px; 
}
.tb-hero-feature-title { font-size: 14px; color: #fff; margin-bottom: 8px; font-weight: 500; }
.tb-hero-feature-desc { font-size: 13px; line-height: 1.45; color: white; font-weight: 400; }
.tb-hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background: var(--brand-green);
    color: #fff;
    border: 2px solid var(--brand-green);
    border-radius: 6px;
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: 0.04em;
    padding: 9px 18px;
    transition: background 0.2s ease, color 0.2s ease;
    height: 40px;
}
.tb-hero-cta:hover { background: #fff; color: var(--brand-green); }
.tb-hero-media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.tb-hero-product { 
    max-width: 100%; 
    max-height: 480px; 
    width: auto; 
    height: auto; 
    margin-top: 28px;
}

/* ---------- 2. Feature strip ---------- */
.tb-strip {
    border-bottom: solid 1px var(--rule);
    background: white;
    color: #111;
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr 0.9fr;
    gap: 0;
    padding: 34px 30px;
}
.tb-strip-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: start;
    padding: 0 28px;
    position: relative;
}
.tb-strip-item:first-child { padding-left: 0; }
.tb-strip-item + .tb-strip-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background: var(--rule);
}
.tb-strip-icon { 
    width: 50px; 
    height: 50px !important; 
    object-fit: contain; 
}
.tb-strip-title { 
    font-size: 15px; 
    color: black; 
    margin-bottom: 7px; 
    letter-spacing: 0.02em; 
    margin-top: 3px;
    font-weight: 600;
}
.tb-strip-desc { 
    font-size: 15px; 
    line-height: 1.6; 
    color: black; 
    letter-spacing: -1px;
}

/* ---------- 3. Turbos for every application ---------- */
.tb-categories {
    background: #fff;
    color: #111;
    padding: 28px 46px 40px;
    text-align: center;
}
.tb-categories-title {
    font-size: 32px;
    color: #111;
    letter-spacing: -1px;
    padding-bottom: 4px;
    margin-bottom: 12px;
    border-bottom: 3px solid var(--brand-green);
    display: inline-block;
}
.tb-categories-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}
.tb-category-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    padding: 18px 18px 22px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.tb-category-image-container {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.tb-category-image { max-height: 150px; width: auto; object-fit: contain; }
.tb-category-title { font-size: 16px; color: #111; margin-bottom: 10px; }
.tb-category-desc { font-size: 13px; line-height: 1.5; color: black; font-weight: 500; flex: 1 1 auto; }
.turbos-page .tb-category-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--brand-green);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.04em;
}
.tb-category-cta-arrow { font-size: 18px; line-height: 1; }

/* ---------- 4. Why choose TamerX turbos ---------- */
.tb-why {
    background: var(--dark-bg);
    display: grid;
    grid-template-columns: 1fr 700px;
    gap: 30px;
    align-items: center;
    padding: 28px 60px 28px 46px;
}
.tb-why-media { display: flex; justify-content: center; align-items: center; }
.tb-why-image { max-width: 100%; max-height: 360px; width: auto; height: 300px !important; }
.tb-why-title { font-size: 36px; line-height: 1.15; color: #fff; letter-spacing: -1px; margin-bottom: 28px; }
.tb-why-list { display: flex; flex-direction: column; gap: 20px; }
.tb-why-bullet { display: grid; grid-template-columns: 28px 1fr; gap: 16px; align-items: center; }
.tb-why-bullet-icon { width: 24px; height: 24px; object-fit: contain; }
.tb-why-bullet-text { font-size: 17px; line-height: 1.4; color: #e6e6e6; font-weight: 400; }

/* ---------- 5. Built in the USA ---------- */
.tb-usa {
    background: var(--panel-bg);
    color: #111;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    padding: 20px 60px;
}
.tb-usa-content {
    padding: 20px 0;
}
.tb-usa-eyebrow {
    color: var(--brand-green);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.tb-usa-title { font-size: 34px; color: #111; letter-spacing: -1px; margin-bottom: 14px; }
.tb-usa-description { max-width: 620px; font-size: 16px; line-height: 1.55; color: black; font-weight: 400; }
.tb-usa-badge { display: flex; justify-content: center; align-items: center; }
.tb-usa-badge-image { max-width: 190px; width: 190px; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .tb-hero {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 48px 32px;
        text-align: center;
        background-size: cover;
        background-position: center;
    }
    .tb-hero-content > * { margin-left: 0; }
    .tb-hero-cta { margin-left: auto; margin-right: auto; }
    .tb-hero-description { margin-left: auto; margin-right: auto; }
    .tb-hero-features { margin-left: auto; margin-right: auto; max-width: 640px; }
    .tb-hero-feature:first-child { padding-left: 18px; }
    .tb-hero-feature-icon { margin-left: auto; margin-right: auto; }
    .tb-hero-media { justify-content: center; }
    .tb-strip { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
    .tb-strip-item:nth-child(odd) { padding-left: 0; }
    .tb-strip-item:nth-child(odd)::before { display: none; }
    .tb-categories-grid { grid-template-columns: repeat(3, 1fr); }
    .tb-why { grid-template-columns: 1fr; gap: 36px; text-align: center; padding: 40px 32px; }
    .tb-why-image { height: auto !important; max-height: 300px; }
    .tb-why-list { text-align: left; max-width: 520px; margin: 0 auto; }
    .tb-usa { grid-template-columns: 1fr; text-align: center; gap: 28px; padding: 40px 32px; }
    .tb-usa-content { padding: 0; }
    .tb-usa-description { margin-left: auto; margin-right: auto; }
    .tb-usa-badge { order: -1; }
}

@media (max-width: 768px) {
    .tb-categories-grid { grid-template-columns: repeat(2, 1fr); }
    .tb-hero-title { font-size: 42px; letter-spacing: -2px; }
}

@media (max-width: 600px) {
    .tb-hero { background-image: none; padding: 32px 24px; min-height: 0; gap: 24px; }
    .tb-hero-eyebrow { margin-top: 0; }
    .tb-hero-title { font-size: 34px; letter-spacing: -1px; }
    .tb-hero-description { font-size: 16px; }
    .tb-hero-features { grid-template-columns: repeat(2, 1fr); gap: 28px 0; max-width: 360px; }
    .tb-hero-feature { padding: 0 16px; }
    .tb-hero-feature:first-child { padding-left: 16px; }
    .tb-hero-feature:nth-child(odd) { padding-left: 0; }
    .tb-hero-feature:nth-child(odd)::before { display: none; }
    .tb-hero-product { max-height: 280px; margin-top: 0; }
    .tb-strip { grid-template-columns: 1fr; gap: 22px; padding: 28px 24px; }
    .tb-strip-item { padding: 0; }
    .tb-strip-item::before { display: none !important; }
    .tb-categories { padding: 32px 24px 40px; }
    .tb-categories-title { font-size: 24px; }
    .tb-categories-grid { grid-template-columns: 1fr; }
    .tb-why { padding: 32px 24px; }
    .tb-why-title { font-size: 26px; margin-bottom: 20px; }
    .tb-why-image { max-height: 220px; }
    .tb-why-bullet { align-items: start; }
    .tb-why-bullet-text { font-size: 15px; }
    .tb-usa { padding: 32px 24px; }
    .tb-usa-title { font-size: 26px; }
    .tb-usa-badge-image { width: 130px; }
}

/* Reveal once styles are loaded (paired with the inline visibility:hidden guard) */
.turbos-page { visibility: visible !important; }
