/* ============================================================
   INDEX 2 - Fully Standalone Landing Page
   All classes prefixed with teeb2-
   ============================================================ */

/* ---------- RESET & BASE ---------- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.teeb2-body {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #222;
    background: #fff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.teeb2-body a {
    text-decoration: none;
    color: inherit;
} 

.teeb2-body img {
    max-width: 90%;
    display: block;
}


/* ==========================================================
   SHARED BUTTONS
   ========================================================== */
.teeb2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 51px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity .15s, transform .15s;
    white-space: nowrap;
    border: 2px solid transparent;
}

.teeb2-btn:hover {
    opacity: .88;
    transform: translateY(-1px);
}

.teeb2-btn--white {
    background: #fff;
    color: #1a3fc7;
    border-color: #fff;
}

.teeb2-btn--outline-white {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.teeb2-btn--blue {
    background: #2563eb;
    color: #fff;
    border-color: none;
}

.teeb2-btn--outline-blue {
    background: transparent;
    color: #2563eb;
    border-color: #abadb2;
}


/* ==========================================================
   PLACEHOLDERS (replace with real <img> later)
   ========================================================== */
.teeb2-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.teeb2-placeholder__label {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.teeb2-placeholder__label small {
    display: block;
    font-weight: 400;
    font-size: 11px;
    opacity: .6;
    margin-top: 2px;
}


/* ==========================================================
   NAVBAR (inside hero)
   ========================================================== */
.teeb2-nav {
    padding: 16px 32px;
}

.teeb2-nav__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.teeb2-nav__logo {
    display: inline-flex;
    align-items: center;
}

.teeb2-nav__logo img {
    height: 50px;
    width: auto;
}

.teeb2-nav__links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.teeb2-nav__link {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    transition: opacity .15s;
}

.teeb2-nav__link:hover {
    opacity: .75;
}

/* hamburger — hidden on desktop */
.teeb2-nav__hamburger {
    display: none;
}


/* ==========================================================
   SECTION 1 - HERO (blue)
   ========================================================== */
.teeb2-hero {
    background-color: #0f3b7c;
    color: #fff;
    overflow: hidden;
}
a.teeb2-btn.teeb2-btn--white {
    color: black;
}
.new-bg-1{
    background: #006ffd !important;
    border: none !important;
    color: white !important;
        border-radius: 10px !important;
}
.new-bg-2{
    background: white;
    color: #0c5ef1 !important;
    border: none !important;
        border-radius: 10px !important;
}
img.teeb2-hero__img {
    transform: scale(1.1);
    position: relative;
    left: -44px;
    z-index: 0;
}
.teeb2-hero__text {
    z-index: 1;
}
p.teeb2-hero__subtext {
    width: 86%;
}
.teeb2-hero__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    padding: 0 32px;
    min-height: 480px;
}

.teeb2-hero__text {
    flex: 0 0 50%;
    padding: 72px 0 64px;
}

.teeb2-hero__heading {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.teeb2-hero__subtext {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    opacity: 0.8;
    margin-bottom: 32px;
}

.teeb2-hero__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.teeb2-hero__image {
    flex: 0 0 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.teeb2-hero__img {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
}

.teeb2-placeholder--hero {
    width: 100%;
    max-width: 480px;
    aspect-ratio: 480 / 520;
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.55);
}


/* ==========================================================
   SECTION 2 - CUSTOM T-SHIRT PRINTING TWO-COL (white)
   ========================================================== */
.teeb2-tshirt {
    background: #fff;
    padding: 64px 32px 56px;
}

.teeb2-tshirt__inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

.teeb2-tshirt__text {
    flex: 1 1 55%;
}

.teeb2-tshirt__heading {
    font-size: 51px;
    font-weight: 900;
    line-height: 1.15;
    color: #111;
    margin-bottom: 16px;
}

.teeb2-tshirt__desc {
font-size: 22px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px;
    margin-top: 35px;
}

.teeb2-tshirt__checks {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.teeb2-tshirt__check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #333;
    padding: 6px 0;
}

.teeb2-tshirt__check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.teeb2-tshirt__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.teeb2-tshirt__link {
    font-size: 14px;
    color: #2563eb;
    margin-top: 4px;
}

.teeb2-tshirt__image {
    flex: 0 0 40%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.teeb2-placeholder--tshirt {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1 / 1.1;
    background: #e8e8e8;
    color: #999;
    border-radius: 8px;
}


/* ==========================================================
   SECTION 3 - HEAT TRANSFER TWO-COL (light bg)
   ========================================================== */
.teeb2-mfg {
    background: #f7f7f7;
    padding: 64px 32px 56px;
}

.teeb2-mfg__inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

.teeb2-mfg__text {
    flex: 1 1 55%;
}

.teeb2-mfg__heading {
    font-size: 55px;
    font-weight: 900;
    line-height: 1.15;
    color: #111;
    margin-bottom: 16px;
}

.teeb2-mfg__desc {
    font-size: 24px;
    line-height: 1.7;
    color: #555;
    margin-top: 32px;
    margin-bottom: 27px;
}

.teeb2-mfg__image {
    flex: 0 0 40%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.teeb2-placeholder--mfg {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 4 / 3;
    background: #d4d4d4;
    color: #777;
    border-radius: 8px;
}


/* ==========================================================
   SECTION 4 - CTA CARDS (dark sparkle background)
   ========================================================== */
.teeb2-cta {
    background-color: #1e1e2e;
    background-image: url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1600&q=80');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 58px 32px 38px;
    position: relative;
}

.teeb2-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 20, 0.75);
    z-index: 0;
}

.teeb2-cta__inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.teeb2-cta__cards {
    display: flex;
    gap: 24px; 
    margin-bottom: 28px;
    justify-content: center;
}

.teeb2-cta__card {
    flex: 1;
    background: rgb(228 219 182);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    padding: 32px 2px;
    text-align: center;
    max-width: 450px;
}
strong {
    font-size: 20px;
}
.teeb2-cta__card2 {
    flex: 1;
    background: rgb(169 198 240);    
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    padding: 32px 2px;
    text-align: center;
    max-width: 450px;
}

.teeb2-cta__card-emoji {
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
}

.teeb2-cta__card-title {
    font-size: 25px;
    color: #061d71;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.teeb2-cta__badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.teeb2-cta__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #fff;
}

.teeb2-cta__badge-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.teeb2-cta__badge--dot {
    color: rgba(255,255,255,.7);
}

.teeb2-cta__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    display: inline-block;
}


/* ==========================================================
   SECTION 5 - CUSTOM T-SHIRT PRINTING (white, centered)
   ========================================================== */
.teeb2-printing {
    background: #fff;
    padding: 47px 32px 56px;
}

.teeb2-printing__inner {
    max-width: 1290px;
    margin: 0 auto;
    text-align: center;
}

.teeb2-printing__heading {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.2;
    color: #111;
    margin-bottom: 12px;
}

.teeb2-printing__sub {
font-size: 20px;
    margin: 0px 145px 0px 145px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.teeb2-printing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.teeb2-printing__grid-item {
    text-align: center;
}

.teeb2-placeholder--grid {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #e8e8e8;
    color: #999;
    border-radius: 8px;
}

.teeb2-placeholder--grid img,
.teeb2-placeholder--gallery img,
.teeb2-placeholder--tshirt img,
.teeb2-placeholder--mfg img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.teeb2-printing__grid-caption {
    font-size: 18px;
    color: #555;
    margin-top: 10px;
}

.teeb2-printing__checks {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    max-width: 860px;
    margin-left: 35px;
    margin-right: auto;
}

.teeb2-printing__check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 20px;
    color: #333;
    flex: 0 0 calc(50% - 14px);
}

.teeb2-printing__check-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}


/* ==========================================================
   SECTION 6 - GALLERY (3 images, light gray)
   ========================================================== */


.teeb2-gallery::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 20, 0.75);
    z-index: 0;
}

.teeb2-gallery__inner {
    max-width: 1290px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.teeb2-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.teeb2-gallery__item {
    text-align: center;
}

.teeb2-placeholder--gallery {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #d4d4d4;
    color: #777;
    border-radius: 8px;
}

.teeb2-gallery__caption {
    font-size: 14px;
    color: #ccc;
    margin-top: 10px;
}


/* ==========================================================
   SECTION 7 - HEAT TRANSFER INTRO (light bg, centered)
   ========================================================== */
.teeb2-mfg-intro {
    background: #fff;
    padding: 64px 32px;
    text-align: center;
}

.teeb2-mfg-intro__inner {
max-width: 1290px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.teeb2-mfg-intro__heading {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.25;
    color: #111;
    margin-bottom: 16px;
}

.teeb2-mfg-intro__desc {
font-size: 23px;
    max-width: 969px;
    line-height: 1.7;
    color: #555;
}


/* ==========================================================
   SECTION 8 - DARK FEATURES + VIDEO
   ========================================================== */

.teeb2-features::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 15, 30, 0.85);
    z-index: 0;
}

.teeb2-features__inner {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 48px;
    position: relative;
    z-index: 1;
}

.teeb2-features__text {
    flex: 1 1 55%;
}

.teeb2-features__list {
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
}
.new-class-11 {
background: #eaef9d !important;
    color: black !important;
}
.teeb2-features__list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    color: #e0e0e0;
    padding: 8px 0;
}

.teeb2-features__list-item strong {
    color: #fff;
}

.teeb2-features__list-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.teeb2-features__cta {
    margin-top: 25px;
}

.teeb2-features__video {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
}

.teeb2-features__video-wrap {
    position: relative;
    width: 100%;
    max-width: 488px;
    max-height: 250px;
    cursor: pointer;
}

.teeb2-features__video-el {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.teeb2-features__play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 12px;
    transition: background 0.2s;
    z-index: 2;
    height: 250px;
}

.teeb2-features__video{
        position: relative;
    bottom: 73px;

}

.teeb2-features__play-btn:hover {
    background: rgba(0, 0, 0, 0.6);
}

.teeb2-features__play-btn.is-hidden {
    display: none;
}

.teeb2-features__play-icon {
    width: 72px;
    height: 72px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.4));
}

.teeb2-placeholder--video {
    width: 100%;
    max-width: 460px;
    aspect-ratio: 16 / 10;
    background: #2a2a3e;
    color: rgba(255,255,255,.5);
    border-radius: 12px;
    flex-direction: column;
    gap: 12px;
}

.teeb2-placeholder__play {
    width: 64px;
    height: 64px;
}

.teeb2-placeholder__play svg {
    width: 100%;
    height: 100%;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 860px) {
    /* NAV */
    .teeb2-nav {
        padding: 0;
        position: relative;
    }

    .teeb2-nav__inner {
        padding: 12px 20px;
        flex-wrap: wrap;
        position: relative;
    }

    .teeb2-nav__logo img {
        height: 38px;
    }

    /* hamburger button */
    .teeb2-nav__hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 6px;
        border-radius: 6px;
        transition: background .15s;
    }
    .teeb2-nav__hamburger:hover {
        background: rgba(255,255,255,.12);
    }
    .teeb2-nav__hamburger span {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: transform .25s, opacity .25s;
        transform-origin: center;
    }
    /* X state */
    .teeb2-nav__hamburger.is-open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .teeb2-nav__hamburger.is-open span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }
    .teeb2-nav__hamburger.is-open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    /* mobile drawer — hidden by default */
    .teeb2-nav__links {
        display: none;
        flex-direction: column;
        gap: 0;
        width: 100%;
        background: #001460;
        padding: 8px 0 16px;
        margin: 0;
    }
    .teeb2-nav__links.is-open {
        display: flex;
    }
    .teeb2-nav__links li {
        width: 100%;
    }
    .teeb2-nav__link {
        display: block;
        font-size: 15px;
        padding: 12px 24px;
        border-bottom: 1px solid rgba(255,255,255,.07);
    }
    .teeb2-nav__links li:last-child .teeb2-nav__link {
        border-bottom: none;
    }

    /* HERO */
    .teeb2-hero__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 20px;
        min-height: auto;
    }
    .teeb2-hero__text {
        flex: none;
        padding: 48px 0 24px;
    }
    .teeb2-hero__heading {
        font-size: 38px;
    }
    .teeb2-hero__buttons {
        justify-content: center;
    }
    .teeb2-hero__image {
        flex: none;
        max-width: 340px;
    }
    /* T-SHIRT TWO-COL */
    .teeb2-tshirt__inner {
        flex-direction: column;
    }
    .teeb2-tshirt__text {
        flex: none;
    }
    .teeb2-tshirt__image {
        flex: none;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }
    .teeb2-tshirt__heading {
        font-size: 26px;
    }

    /* MFG TWO-COL */
    .teeb2-mfg__inner {
        flex-direction: column;
    }
    .teeb2-mfg__text {
        flex: none;
    }
    .teeb2-mfg__image {
        flex: none;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }
    .teeb2-mfg__heading {
        font-size: 26px;
    }

    /* CTA CARDS */
    .teeb2-cta__cards {
        flex-direction: column;
    }
    .teeb2-cta__badges {
        gap: 12px;
    }

    /* PRINTING */
    .teeb2-printing__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .teeb2-printing__checks {
        flex-direction: column;
        gap: 8px;
    }

    /* GALLERY */
    .teeb2-gallery__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    /* MFG INTRO */
    .teeb2-mfg-intro__heading {
        font-size: 24px;
    }

    /* FEATURES */
    .teeb2-features__inner {
        flex-direction: column;
    }
    .teeb2-features__text {
        flex: none;
    }
    .teeb2-features__video {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .teeb2-hero__heading {
        font-size: 32px;
    }
    .teeb2-printing__heading {
        font-size: 24px;
    }
    .teeb2-cta__card-title {
        font-size: 15px;
    }
    .teeb2-btn {
        height: 46px;
        padding: 0 22px;
        font-size: 14px;
    }
}


/* ==========================================================
   FOOTER
   ========================================================== */
.teeb2-footer {
    background: #0a0a1a;
    color: #ccc;
    padding: 56px 32px 0;
}

.teeb2-footer__inner {
    max-width: 1140px;
    margin: 0 auto;
}

.teeb2-footer__top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

/* Brand column */
.teeb2-footer__logo {
    display: inline-block;
    margin-bottom: 16px;
}

.teeb2-footer__logo img {
    height: 44px;
    width: auto;
}

.teeb2-footer__tagline {
    font-size: 14px;
    line-height: 1.7;
    color: #999;
    margin-bottom: 20px;
}

.teeb2-footer__socials {
    display: flex;
    gap: 12px;
}

.teeb2-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: #ccc;
    transition: background .2s, color .2s;
}

.teeb2-footer__social:hover {
    background: #2563eb;
    color: #fff;
}

/* Link columns */
.teeb2-footer__col-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: .3px;
}

.teeb2-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.teeb2-footer__list li {
    margin-bottom: 10px;
}

.teeb2-footer__list a,
.teeb2-footer__list span {
    font-size: 14px;
    color: #999;
    transition: color .15s;
}

.teeb2-footer__list a:hover {
    color: #fff;
}

/* Contact column icons */
.teeb2-footer__list--contact li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.teeb2-footer__list--contact svg {
    flex-shrink: 0;
    color: #2563eb;
}

/* Bottom bar */
.teeb2-footer__bottom {
    text-align: center;
    padding: 24px 0;
    font-size: 13px;
    color: #666;
}

/* ---------- Footer responsive ---------- */
@media (max-width: 860px) {
    .teeb2-footer__top {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 480px) {
    .teeb2-footer {
        padding: 40px 20px 0;
    }
    .teeb2-footer__top {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}
