/* =========================================================
 * Training Bags Shop — Migrated from old install
 * Palette: brand blue + cyan + green (formal)
 * ========================================================= */

body.page-template-template-training-bags { overflow-x: hidden; max-width: 100vw; }

.tb-page {
    --tb-brand:    #2f5aae;
    --tb-brand-dk: #1e3a6f;
    --tb-cyan:     #0891b2;
    --tb-cyan-lt:  #06b6d4;
    --tb-green:    #27ae60;
    --tb-green-dk: #15803d;
    --tb-amber:    #f59e0b;
    --tb-navy:     #1e3a6f;
    --tb-teal:     #0d9488;
    --tb-purple:   #7c3aed;
    --tb-rose:     #e11d48;
    --tb-dark:     #0c1a2a;
    --tb-text:     #334155;
    --tb-muted:    #64748b;
    --tb-bg-soft:  #f8fafc;
    --tb-line:     #e5e7eb;
    --tb-ease:     cubic-bezier(0.4, 0, 0.2, 1);
    --tb-radius-blob: 60% 40% 55% 45% / 50% 60% 40% 50%;
    font-family: 'Tajawal', 'Cairo', sans-serif;
    color: var(--tb-text);
}
.tb-page .container { max-width: 1200px; margin: 0 auto; padding: 0 16px; position: relative; z-index: 2; }

/* ============ Buttons ============ */
.tb-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid transparent;
    transition: transform 0.2s var(--tb-ease), box-shadow 0.2s, background 0.2s, color 0.2s;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
}
.tb-btn--primary {
    background: linear-gradient(135deg, var(--tb-green) 0%, var(--tb-green-dk) 100%);
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(39, 174, 96, 0.4);
}
.tb-btn--primary:hover { transform: translateY(-3px); color: #ffffff; box-shadow: 0 14px 32px rgba(39, 174, 96, 0.5); }
.tb-btn--ghost {
    background: #ffffff;
    color: var(--tb-brand);
    border-color: var(--tb-brand);
}
.tb-btn--ghost:hover { background: var(--tb-brand); color: #ffffff; }
.tb-btn--white {
    background: #ffffff;
    color: var(--tb-brand-dk);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.tb-btn--white:hover { background: var(--tb-dark); color: #ffffff; }
.tb-btn--ghost-on-dark {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255,255,255,0.7);
}
.tb-btn--ghost-on-dark:hover { background: #ffffff; color: var(--tb-brand-dk); }
.tb-btn--lg { padding: 18px 48px; font-size: 18px; }
.tb-btn--block { width: 100%; justify-content: center; }

/* ============ Section head ============ */
.tb-section-head { text-align: center; margin-bottom: 48px; }
.tb-section__title {
    font-size: clamp(26px, 3.2vw, 38px);
    font-weight: 900;
    color: #000;
    margin: 14px 0 0;
    line-height: 1.3;
}
.tb-section__title--start { text-align: start; }
.tb-section__intro {
    color: var(--tb-muted);
    font-size: 16px;
    line-height: 1.8;
    max-width: 720px;
    margin: 14px auto 0;
}

/* ============ Stickers ============ */
.tb-sticker {
    display: inline-block;
    background: #ffffff;
    padding: 8px 18px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
    transform: rotate(-1.5deg);
    transition: transform 0.25s var(--tb-ease);
    color: var(--tb-brand);
    border: 2px dashed var(--tb-brand);
    box-shadow: 3px 3px 0 var(--tb-brand);
}
.tb-sticker:hover { transform: rotate(0); }
.tb-sticker--brand { color: var(--tb-brand);    border-color: var(--tb-brand);    box-shadow: 3px 3px 0 var(--tb-brand); }
.tb-sticker--cyan  { color: var(--tb-cyan);     border-color: var(--tb-cyan);     box-shadow: 3px 3px 0 var(--tb-cyan); }
.tb-sticker--green { color: var(--tb-green-dk); border-color: var(--tb-green-dk); box-shadow: 3px 3px 0 var(--tb-green-dk); }
.tb-sticker--amber { color: var(--tb-amber);    border-color: var(--tb-amber);    box-shadow: 3px 3px 0 var(--tb-amber); }

/* ============ Reveal ============ */
[data-hp-reveal] { opacity: 0; transform: translateY(40px); transition: opacity 0.7s var(--tb-ease), transform 0.7s var(--tb-ease); }
[data-hp-reveal].is-revealed { opacity: 1; transform: none; }
[data-hp-reveal="zoom"] { transform: scale(0.92); }
[data-hp-reveal="zoom"].is-revealed { transform: scale(1); }

/* ============ Blobs ============ */
.tb-blob {
    position: absolute;
    border-radius: var(--tb-radius-blob);
    z-index: 1;
    opacity: 0.55;
    filter: blur(2px);
    pointer-events: none;
    animation: tb-blob-morph 14s ease-in-out infinite alternate;
}
.tb-blob--tl    { top: -100px; inset-inline-start: -120px; width: 360px; height: 360px; background: rgba(47,90,174,0.18); }
.tb-blob--br    { bottom: -120px; inset-inline-end: -130px; width: 420px; height: 420px; background: rgba(8,145,178,0.16); animation-delay: -3s; }
.tb-blob--cyan  { top: 10%; inset-inline-end: -150px; width: 320px; height: 320px; background: rgba(8,145,178,0.16); animation-delay: -2s; }
.tb-blob--green { bottom: 10%; inset-inline-start: -120px; width: 300px; height: 300px; background: rgba(39,174,96,0.16); animation-delay: -4s; }
.tb-blob--amber { top: 20%; inset-inline-start: -120px; width: 280px; height: 280px; background: rgba(245,158,11,0.13); animation-delay: -5s; }
.tb-blob--brand { bottom: 8%; inset-inline-end: -110px; width: 340px; height: 340px; background: rgba(47,90,174,0.13); animation-delay: -6s; }

@keyframes tb-blob-morph {
    0%   { border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; }
    50%  { border-radius: 40% 60% 45% 55% / 60% 40% 60% 40%; }
    100% { border-radius: 50% 50% 60% 40% / 45% 55% 50% 50%; }
}

/* ============ HERO ============ */
.tb-hero {
    position: relative;
    padding: 160px 0 140px;
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 50%, #ddd6fe 100%);
    overflow: hidden;
}
.tb-confetti { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.tb-dot { position: absolute; width: 14px; height: 14px; border-radius: 50%; opacity: 0.6; animation: tb-float 7s ease-in-out infinite; }
.tb-dot--1 { top: 14%; inset-inline-start: 12%; background: var(--tb-brand);    animation-delay: 0s; }
.tb-dot--2 { top: 28%; inset-inline-end: 16%; background: var(--tb-cyan);     animation-delay: -1.5s; }
.tb-dot--3 { bottom: 20%; inset-inline-start: 22%; background: var(--tb-green); animation-delay: -3s; }
.tb-dot--4 { bottom: 14%; inset-inline-end: 24%; background: var(--tb-amber);  animation-delay: -4.5s; }
@keyframes tb-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-22px) rotate(180deg); }
}

.tb-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 60px;
    align-items: center;
}
.tb-hero__title {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 900;
    line-height: 1.25;
    color: #000;
    margin: 16px 0 18px;
}
.tb-hero__subtitle {
    font-size: clamp(18px, 1.6vw, 22px);
    color: var(--tb-brand);
    font-weight: 700;
    margin: 0 0 14px;
}
.tb-hero__desc {
    font-size: 16px;
    color: var(--tb-text);
    line-height: 1.85;
    margin: 0 0 28px;
}
.tb-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }

.tb-hero__media { position: relative; }
.tb-hero__card-wrap {
    position: relative;
    background: #ffffff;
    border-radius: 28px;
    padding: 18px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
    transform: rotate(-1.5deg);
    transition: transform 0.4s var(--tb-ease);
}
.tb-hero__card-wrap:hover { transform: rotate(0); }
.tb-hero__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: contain;
    background: #f1f5f9;
}
.tb-hero__placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e0f2fe, #ddd6fe);
    border-radius: 18px;
    font-size: 96px;
}
.tb-hero__float {
    position: absolute;
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    animation: tb-float 6s ease-in-out infinite;
}
.tb-hero__float--1 { top: -22px; inset-inline-start: -26px; background: linear-gradient(135deg, #fff, #eff6ff); }
.tb-hero__float--2 { top: 30%;   inset-inline-end:  -34px; animation-delay: -1.5s; background: linear-gradient(135deg, #fff, #ecfeff); }
.tb-hero__float--3 { bottom: 22%; inset-inline-start: -36px; animation-delay: -3s;  background: linear-gradient(135deg, #fff, #f0fdf4); }
.tb-hero__float--4 { bottom: -24px; inset-inline-end:  -22px; animation-delay: -4.5s; background: linear-gradient(135deg, #fff, #fef3c7); }

.tb-wave {
    position: absolute;
    bottom: -2px; left: 0;
    width: 100%;
    height: 80px;
    z-index: 2;
}

/* ============ STATS ============ */
.tb-stats { padding: 60px 0; background: #ffffff; }
.tb-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.tb-stat {
    background: linear-gradient(135deg, #ffffff, var(--tb-bg-soft));
    border: 1px solid var(--tb-line);
    border-radius: 20px;
    padding: 32px 18px;
    text-align: center;
    transition: transform 0.3s var(--tb-ease), box-shadow 0.3s;
}
.tb-stat:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(15,23,42,0.10); }
.tb-stat__icon { width: 60px; height: 60px; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; }
.tb-stat__icon img { max-width: 100%; max-height: 100%; object-fit: contain; }
.tb-stat__num {
    font-size: clamp(28px, 3.2vw, 38px);
    font-weight: 900;
    color: var(--tb-brand);
    line-height: 1.1;
    margin-bottom: 6px;
}
.tb-stat__label { color: var(--tb-muted); font-size: 14px; font-weight: 600; }

/* ============ ABOUT ============ */
.tb-about { padding: 80px 0; background: var(--tb-bg-soft); position: relative; overflow: hidden; }
.tb-about__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}
.tb-about__text { font-size: 16px; line-height: 1.95; color: var(--tb-text); margin: 18px 0 28px; }
.tb-about__visual {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 24px;
    background: linear-gradient(135deg, #eff6ff, #ecfeff);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15,23,42,0.10);
}
.tb-about__visual.has-image { padding: 0; background: #ffffff; }
.tb-about__visual img { width: 100%; height: 100%; object-fit: contain; }
.tb-about__icon-big { font-size: 120px; }

/* ============ COMPONENTS ============ */
.tb-components { padding: 80px 0; background: #ffffff; position: relative; overflow: hidden; }
.tb-components__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.tb-component {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--tb-line);
    border-radius: 22px;
    padding: 30px 24px;
    transition: transform 0.3s var(--tb-ease), box-shadow 0.3s, border-color 0.3s;
    overflow: hidden;
}
.tb-component:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(15,23,42,0.12); }
.tb-component__num {
    position: absolute;
    top: 14px;
    inset-inline-end: 18px;
    font-size: 60px;
    font-weight: 900;
    color: rgba(0,0,0,0.05);
    line-height: 1;
}
.tb-component__icon {
    width: 70px; height: 70px;
    border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #eff6ff, #ecfeff);
}
.tb-component__icon img { max-width: 60%; max-height: 60%; object-fit: contain; }
.tb-component__title { font-size: 19px; font-weight: 800; color: #000; margin: 0 0 10px; }
.tb-component__desc { color: var(--tb-muted); font-size: 14.5px; line-height: 1.75; margin: 0; }

.tb-component--c1 { border-top: 4px solid var(--tb-brand); }
.tb-component--c1 .tb-component__icon { background: linear-gradient(135deg, #eff6ff, #dbeafe); }
.tb-component--c2 { border-top: 4px solid var(--tb-cyan); }
.tb-component--c2 .tb-component__icon { background: linear-gradient(135deg, #ecfeff, #cffafe); }
.tb-component--c3 { border-top: 4px solid var(--tb-green); }
.tb-component--c3 .tb-component__icon { background: linear-gradient(135deg, #f0fdf4, #dcfce7); }
.tb-component--c4 { border-top: 4px solid var(--tb-amber); }
.tb-component--c4 .tb-component__icon { background: linear-gradient(135deg, #fffbeb, #fef3c7); }
.tb-component--c5 { border-top: 4px solid var(--tb-purple); }
.tb-component--c5 .tb-component__icon { background: linear-gradient(135deg, #faf5ff, #ede9fe); }
.tb-component--c6 { border-top: 4px solid var(--tb-rose); }
.tb-component--c6 .tb-component__icon { background: linear-gradient(135deg, #fff1f2, #ffe4e6); }

/* ============ BROWSE (merged: chips + search + scrollable list) ============ */
.tb-browse { padding: 80px 0; background: var(--tb-bg-soft); }
.tb-cat-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 26px;
}
.tb-cat-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 2px solid var(--tb-line);
    color: var(--tb-text);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
    transition: transform 0.2s var(--tb-ease), border-color 0.2s, background 0.2s, color 0.2s;
}
.tb-cat-chip:hover { transform: translateY(-2px); border-color: var(--tb-brand); color: var(--tb-brand); }
.tb-cat-chip.is-active {
    background: linear-gradient(135deg, var(--tb-brand), var(--tb-brand-dk));
    color: #ffffff;
    border-color: var(--tb-brand-dk);
    box-shadow: 0 8px 20px rgba(47,90,174,0.30);
}
.tb-cat-chip__count {
    background: rgba(0,0,0,0.08);
    padding: 2px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}
.tb-cat-chip.is-active .tb-cat-chip__count { background: rgba(255,255,255,0.22); }

/* ============ SEARCH BAR ============ */
.tb-search__bar {
    position: relative;
    max-width: 720px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid var(--tb-line);
    border-radius: 999px;
    padding: 6px 22px 6px 6px;
    box-shadow: 0 12px 32px rgba(15,23,42,0.08);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.tb-search__bar:focus-within { border-color: var(--tb-brand); box-shadow: 0 14px 36px rgba(47,90,174,0.18); }
.tb-search__icon { font-size: 20px; padding: 0 14px; color: var(--tb-brand); }
.tb-search__input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 14px 8px;
    font-size: 16px;
    font-family: inherit;
    color: var(--tb-text);
}
.tb-search__counter {
    background: linear-gradient(135deg, var(--tb-brand), var(--tb-brand-dk));
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px;
    white-space: nowrap;
}

/* ============ SCROLLABLE BAGS CONTAINER ============ */
.tb-bags__scroll {
    background: #ffffff;
    border: 1px solid var(--tb-line);
    border-radius: 22px;
    padding: 18px;
    max-height: 70vh;
    overflow-y: auto;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6), 0 18px 44px rgba(15,23,42,0.08);
    scroll-behavior: smooth;
    /* Custom scrollbar */
    scrollbar-width: thin;
    scrollbar-color: var(--tb-brand) #eef2f7;
    scroll-padding: 8px;
}
.tb-bags__scroll::-webkit-scrollbar { width: 10px; }
.tb-bags__scroll::-webkit-scrollbar-track { background: #eef2f7; border-radius: 999px; }
.tb-bags__scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--tb-brand), var(--tb-cyan));
    border-radius: 999px;
    border: 2px solid #eef2f7;
}
.tb-bags__scroll::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, var(--tb-brand-dk), var(--tb-brand)); }
.tb-bags__hint {
    margin: 12px 0 0;
    text-align: center;
    color: var(--tb-muted);
    font-size: 13px;
    font-weight: 600;
}

.tb-bags__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
}
.tb-bag-card {
    background: #ffffff;
    border: 1px solid var(--tb-line);
    border-radius: 14px;
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.2s var(--tb-ease), box-shadow 0.2s, border-color 0.2s;
    position: relative;
    overflow: hidden;
}
.tb-bag-card::before {
    content: "";
    position: absolute;
    top: 0; inset-inline-start: 0;
    width: 4px; height: 100%;
    background: linear-gradient(180deg, var(--tb-brand), var(--tb-cyan));
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.25s var(--tb-ease);
}
.tb-bag-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(15,23,42,0.10);
    border-color: var(--tb-brand);
}
.tb-bag-card:hover::before { transform: scaleY(1); }
.tb-bag-card__icon {
    font-size: 22px;
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #eff6ff, #ecfeff);
    border-radius: 10px;
}
.tb-bag-card__title {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--tb-dark);
    margin: 0;
    line-height: 1.5;
    flex: 1;
}
.tb-bag-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, var(--tb-green), var(--tb-green-dk));
    color: #ffffff;
    border: 0;
    padding: 9px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    font-family: inherit;
    transition: transform 0.2s var(--tb-ease), box-shadow 0.2s;
    text-decoration: none;
}
.tb-bag-card__btn:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(39,174,96,0.4);
}
.tb-bag-card[hidden], .tb-bag-card.is-hidden { display: none !important; }
.tb-bags__empty {
    text-align: center;
    padding: 40px 16px;
    color: var(--tb-muted);
    font-size: 16px;
}
.tb-bags__empty a { color: var(--tb-green-dk); font-weight: 700; text-decoration: underline; }

/* ============ SPECIAL OFFER ============ */
.tb-offer { padding: 70px 0; }
.tb-offer__inner {
    position: relative;
    background: linear-gradient(135deg, var(--tb-brand) 0%, var(--tb-cyan) 50%, var(--tb-brand-dk) 100%);
    border-radius: 30px;
    padding: 64px 32px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(47,90,174,0.30);
}
.tb-offer__ribbon {
    display: inline-block;
    background: var(--tb-amber);
    color: #1a1a1a;
    padding: 6px 18px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tb-offer__title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 18px;
    line-height: 1.4;
}
.tb-offer__text {
    font-size: 17px;
    color: rgba(255,255,255,0.92);
    line-height: 1.85;
    margin: 0 auto 30px;
    max-width: 700px;
}
.tb-offer__confetti { position: absolute; width: 18px; height: 18px; border-radius: 50%; opacity: 0.55; animation: tb-float 7s ease-in-out infinite; }
.tb-offer__confetti--1 { top: 12%; inset-inline-start: 8%;  background: #fef3c7; animation-delay: 0s; }
.tb-offer__confetti--2 { top: 70%; inset-inline-end: 10%;  background: #ddd6fe; animation-delay: -2s; }
.tb-offer__confetti--3 { bottom: 18%; inset-inline-start: 28%; background: #fce7f3; animation-delay: -4s; }

/* ============ FORMS ============ */
.tb-forms { padding: 80px 0; background: var(--tb-bg-soft); position: relative; overflow: hidden; }
.tb-forms__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    align-items: start;
}
.tb-form {
    background: #ffffff;
    border: 1px solid var(--tb-line);
    border-radius: 22px;
    padding: 32px 28px;
    box-shadow: 0 14px 36px rgba(15,23,42,0.08);
    transition: transform 0.3s var(--tb-ease), box-shadow 0.3s;
}
.tb-form:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(15,23,42,0.12); }
.tb-form--custom { border-top: 5px solid var(--tb-cyan); }
.tb-form:not(.tb-form--custom) { border-top: 5px solid var(--tb-brand); }
.tb-form__title { font-size: 22px; font-weight: 800; color: var(--tb-dark); margin: 0 0 6px; }
.tb-form__hint { font-size: 14px; color: var(--tb-muted); margin: 0 0 22px; }
.tb-form__field { display: block; margin-bottom: 16px; }
.tb-form__label { display: block; font-size: 14px; font-weight: 700; color: var(--tb-text); margin-bottom: 6px; }
.tb-form__field input,
.tb-form__field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid var(--tb-line);
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    color: var(--tb-text);
    background: #fafbfc;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.tb-form__field input:focus,
.tb-form__field textarea:focus {
    outline: 0;
    border-color: var(--tb-brand);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(47,90,174,0.12);
}
.tb-form__field textarea { resize: vertical; min-height: 90px; }

/* ============ PARTNERS ============ */
.tb-partners { padding: 70px 0; background: #ffffff; }
.tb-partners__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 22px;
    align-items: center;
}
.tb-partner {
    background: #ffffff;
    border: 1px solid var(--tb-line);
    border-radius: 16px;
    padding: 22px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    transition: transform 0.25s var(--tb-ease), box-shadow 0.25s, border-color 0.25s;
    filter: grayscale(0.4);
}
.tb-partner:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(15,23,42,0.10); filter: grayscale(0); border-color: var(--tb-brand); }
.tb-partner img { max-width: 100%; max-height: 70px; object-fit: contain; }

/* ============ CTA STRIP ============ */
.tb-cta { padding: 80px 0 100px; background: var(--tb-bg-soft); }
.tb-cta__inner {
    position: relative;
    background: linear-gradient(135deg, var(--tb-brand-dk) 0%, var(--tb-brand) 50%, var(--tb-cyan) 100%);
    border-radius: 30px;
    padding: 70px 32px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(30,58,111,0.35);
}
.tb-cta__title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 14px;
}
.tb-cta__text { font-size: 17px; color: rgba(255,255,255,0.9); line-height: 1.85; margin: 0 auto 30px; max-width: 720px; }
.tb-cta__row { display: inline-flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.tb-cta__confetti { position: absolute; width: 20px; height: 20px; border-radius: 50%; opacity: 0.5; animation: tb-float 7s ease-in-out infinite; }
.tb-cta__confetti--1 { top: 14%; inset-inline-start: 10%; background: #fef3c7; animation-delay: 0s; }
.tb-cta__confetti--2 { top: 64%; inset-inline-end: 12%; background: #fce7f3; animation-delay: -2s; }
.tb-cta__confetti--3 { bottom: 18%; inset-inline-start: 30%; background: #ddd6fe; animation-delay: -4s; }

/* ============ Responsive ============ */
@media (max-width: 1100px) {
    .tb-hero__grid { gap: 40px; }
    .tb-stats__grid { grid-template-columns: repeat(2, 1fr); }
    .tb-components__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .tb-hero { padding: 70px 0 110px; }
    .tb-hero__grid { grid-template-columns: 1fr; gap: 50px; }
    .tb-hero__media { max-width: 460px; margin: 0 auto; }
    .tb-about__grid { grid-template-columns: 1fr; gap: 36px; }
    .tb-forms__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .tb-hero { padding: 110px 0 90px; }
    .tb-hero__title { font-size: 26px; }
    .tb-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .tb-stat { padding: 22px 12px; }
    .tb-components__grid { grid-template-columns: 1fr; }
    .tb-section-head { margin-bottom: 32px; }
    .tb-offer__inner, .tb-cta__inner { padding: 44px 22px; border-radius: 22px; }
    .tb-bags__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .tb-bags__scroll { max-height: 65vh; padding: 12px; border-radius: 16px; }
    .tb-bag-card { padding: 12px 10px; }
    .tb-bag-card__title { font-size: 13px; }
    .tb-search__bar { flex-wrap: wrap; padding: 10px 14px; border-radius: 18px; }
    .tb-search__counter { width: 100%; text-align: center; margin-top: 6px; }
    .tb-cta__row { flex-direction: column; }
    .tb-cta__row .tb-btn { width: 100%; justify-content: center; }
    .tb-form { padding: 24px 20px; }
    .tb-blob { display: none; }
    .tb-hero__float { width: 44px; height: 44px; font-size: 22px; }
    .tb-hero__float--1, .tb-hero__float--2, .tb-hero__float--3, .tb-hero__float--4 { display: none; }
}
