/* ============================================================
   TRIPTICKERS PARTNER PROGRAM — Custom Stylesheet
   Works alongside Bootstrap 5.3 + Font Awesome 6
   ============================================================ */

:root {
    --tt-primary:        #0d6efd;
    --tt-primary-dark:   #0a58ca;
    --tt-primary-darker: #084298;
    --tt-accent:         #ff7849;
    --tt-accent-dark:    #e85d2c;
    --tt-dark:           #0b1f3a;
    --tt-dark-2:         #122c52;
    --tt-muted:          #6c757d;
    --tt-bg-soft:        #f5f8ff;
    --tt-bg-soft-2:      #eef3fb;
    --tt-shadow:         0 12px 40px rgba(13, 110, 253, 0.08);
    --tt-shadow-hover:   0 20px 60px rgba(13, 110, 253, 0.16);
    --tt-radius:         18px;
    --tt-radius-sm:      12px;
}

* { scroll-behavior: smooth; }

body {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #1f2937;
    background-color: #ffffff;
    line-height: 1.65;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--tt-dark);
}

a { text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--tt-accent); }

section { padding: 80px 0; }
@media (max-width: 768px) {
    section { padding: 56px 0; }
}

.tt-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: var(--tt-bg-soft);
    color: var(--tt-primary);
    border: 1px solid rgba(13, 110, 253, .15);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 16px;
}

.tt-section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1.15;
    margin-bottom: 12px;
}

.tt-section-subtitle {
    color: var(--tt-muted);
    font-size: 1.05rem;
    max-width: 720px;
    margin: 0 auto;
}

/* ---------- Navbar ---------- */
.tt-navbar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(180%) blur(14px);
    padding: 14px 0;
    transition: padding .25s ease, background .25s ease;
    z-index: 1040;
}
.tt-navbar.scrolled { padding: 8px 0; background: #ffffff; }

.tt-navbar .nav-link {
    color: #1f2937;
    font-weight: 500;
    padding: 8px 14px !important;
    border-radius: 8px;
    position: relative;
}
.tt-navbar .nav-link:hover { color: var(--tt-primary); background: var(--tt-bg-soft); }
.tt-navbar .nav-link.active { color: var(--tt-primary); }
.tt-navbar .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px;
    height: 2px;
    background: var(--tt-primary);
    border-radius: 2px;
}

.tt-logo-badge {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--tt-primary), var(--tt-primary-darker));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 6px 18px rgba(13, 110, 253, .35);
}
.tt-logo-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.35rem;
    line-height: 1;
    color: var(--tt-dark);
    display: inline-flex;
    flex-direction: column;
}
.tt-logo-text small {
    font-size: 11px;
    font-weight: 500;
    color: var(--tt-muted);
    letter-spacing: .04em;
    margin-top: 2px;
}
.tt-accent { color: var(--tt-accent); }

.tt-btn-primary {
    background: linear-gradient(135deg, var(--tt-primary), var(--tt-primary-dark));
    color: #fff;
    font-weight: 600;
    border: none;
    box-shadow: 0 8px 22px rgba(13, 110, 253, .35);
    transition: transform .2s ease, box-shadow .2s ease;
}
.tt-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(13, 110, 253, .45);
}

.tt-btn-accent {
    background: linear-gradient(135deg, var(--tt-accent), var(--tt-accent-dark));
    color: #fff;
    font-weight: 600;
    border: none;
    box-shadow: 0 8px 22px rgba(255, 120, 73, .35);
}
.tt-btn-accent:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(255, 120, 73, .45);
}

.tt-btn-outline {
    background: transparent;
    color: var(--tt-primary);
    border: 2px solid rgba(13, 110, 253, .25);
    font-weight: 600;
}
.tt-btn-outline:hover {
    background: var(--tt-primary);
    color: #fff;
    border-color: var(--tt-primary);
}

/* ---------- Hero ---------- */
.tt-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    padding: 140px 0 80px;
    background:
        radial-gradient(1200px 600px at 80% -10%, rgba(13, 110, 253, .25), transparent 60%),
        radial-gradient(900px 500px at 0% 30%, rgba(255, 120, 73, .18), transparent 55%),
        linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
    overflow: hidden;
}

.tt-hero::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 460px; height: 460px;
    background: radial-gradient(circle, rgba(13, 110, 253, .25), transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 0;
}

.tt-hero::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -80px;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(255, 120, 73, .22), transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 0;
}

.tt-hero .container { position: relative; z-index: 2; }

.tt-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: rgba(13, 110, 253, .12);
    border: 1px solid rgba(13, 110, 253, .25);
    color: var(--tt-primary-dark);
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 24px;
}
.tt-hero-eyebrow .dot {
    width: 8px; height: 8px;
    background: var(--tt-accent);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 120, 73, .3);
}

.tt-hero-title {
    font-size: clamp(2.5rem, 6vw, 4.25rem);
    line-height: 1.05;
    color: var(--tt-dark);
    margin-bottom: 24px;
}
.tt-hero-title .accent { color: var(--tt-accent); }
.tt-hero-title .grad {
    background: linear-gradient(120deg, var(--tt-primary) 30%, var(--tt-accent) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tt-hero-text {
    font-size: 1.15rem;
    color: #475569;
    max-width: 580px;
    margin-bottom: 32px;
}

.tt-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.tt-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid rgba(13, 110, 253, .15);
}
.tt-hero-stats .num {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: var(--tt-dark);
    line-height: 1;
}
.tt-hero-stats .label {
    color: var(--tt-muted);
    font-size: 13px;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.tt-hero-card {
    background: #fff;
    border-radius: var(--tt-radius);
    box-shadow: var(--tt-shadow-hover);
    padding: 28px;
    position: relative;
    z-index: 2;
    transform: rotate(-1deg);
    transition: transform .3s ease;
}
.tt-hero-card:hover { transform: rotate(0) translateY(-4px); }
.tt-hero-card .tt-hero-card-badge {
    position: absolute;
    top: -20px; right: -10px;
    background: var(--tt-accent);
    color: #fff;
    padding: 6px 14px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    box-shadow: 0 6px 14px rgba(255, 120, 73, .4);
}
.tt-hero-card .price {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--tt-dark);
}
.tt-hero-card .price small { font-size: 1rem; color: var(--tt-muted); font-weight: 500; }

/* ---------- Marquee / brand strip ---------- */
.tt-brand-strip {
    background: var(--tt-dark);
    color: #fff;
    padding: 18px 0;
    overflow: hidden;
}
.tt-marquee {
    display: flex;
    gap: 64px;
    white-space: nowrap;
    animation: tt-marquee 28s linear infinite;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .04em;
    opacity: .85;
}
.tt-marquee span i { margin-right: 10px; color: var(--tt-accent); }
@keyframes tt-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ---------- Cards / Feature blocks ---------- */
.tt-card {
    background: #fff;
    border: 1px solid rgba(13, 110, 253, .08);
    border-radius: var(--tt-radius);
    padding: 28px;
    height: 100%;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    position: relative;
    overflow: hidden;
}
.tt-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--tt-shadow-hover);
    border-color: rgba(13, 110, 253, .25);
}
.tt-card .tt-icon {
    width: 56px; height: 56px;
    background: var(--tt-bg-soft);
    color: var(--tt-primary);
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    transition: background .3s, color .3s, transform .3s;
}
.tt-card:hover .tt-icon {
    background: linear-gradient(135deg, var(--tt-primary), var(--tt-accent));
    color: #fff;
    transform: scale(1.05);
}
.tt-card h4 { font-size: 1.15rem; margin-bottom: 10px; }
.tt-card p  { color: var(--tt-muted); margin-bottom: 0; }

/* ---------- Why Choose section ---------- */
.tt-why-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 1.02rem;
}
.tt-why-list li i {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: rgba(13, 110, 253, .12);
    color: var(--tt-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 4px;
}

/* ---------- Services grid ---------- */
.tt-service-card {
    background: #fff;
    border-radius: var(--tt-radius);
    padding: 26px 22px;
    text-align: left;
    border: 1px solid rgba(13, 110, 253, .08);
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.tt-service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--tt-shadow);
    border-color: rgba(13, 110, 253, .25);
}
.tt-service-card .tt-svc-icon {
    width: 54px; height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--tt-primary), var(--tt-primary-dark));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
    box-shadow: 0 8px 18px rgba(13, 110, 253, .25);
}
.tt-service-card:nth-child(3n+2) .tt-svc-icon { background: linear-gradient(135deg, var(--tt-accent), var(--tt-accent-dark)); box-shadow: 0 8px 18px rgba(255, 120, 73, .25); }
.tt-service-card:nth-child(3n+3) .tt-svc-icon { background: linear-gradient(135deg, #10b981, #059669); box-shadow: 0 8px 18px rgba(16, 185, 129, .25); }
.tt-service-card h5 { font-size: 1.1rem; margin-bottom: 8px; color: var(--tt-dark); }
.tt-service-card p  { color: var(--tt-muted); margin: 0; font-size: .95rem; }

/* ---------- Membership plans ---------- */
.tt-plan-card {
    background: #fff;
    border: 2px solid rgba(13, 110, 253, .1);
    border-radius: var(--tt-radius);
    padding: 32px 28px;
    height: 100%;
    position: relative;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.tt-plan-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--tt-shadow-hover);
    border-color: rgba(13, 110, 253, .25);
}
.tt-plan-card.tt-plan-featured {
    border-color: var(--tt-primary);
    box-shadow: var(--tt-shadow);
    transform: scale(1.03);
}
.tt-plan-card.tt-plan-featured:hover { transform: scale(1.03) translateY(-6px); }
.tt-plan-card .tt-plan-badge {
    position: absolute;
    top: -14px; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--tt-accent), var(--tt-accent-dark));
    color: #fff;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    box-shadow: 0 6px 14px rgba(255, 120, 73, .35);
}
.tt-plan-card h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: var(--tt-primary);
    font-size: 1.5rem;
    margin-bottom: 4px;
}
.tt-plan-card .tt-plan-validity {
    color: var(--tt-muted);
    font-size: .9rem;
    margin-bottom: 20px;
}
.tt-plan-card .tt-plan-price {
    font-family: 'Outfit', sans-serif;
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--tt-dark);
    line-height: 1;
}
.tt-plan-card .tt-plan-price small { font-size: 1rem; color: var(--tt-muted); font-weight: 500; }
.tt-plan-card .tt-plan-tagline {
    color: var(--tt-muted);
    margin: 18px 0;
    font-size: .95rem;
}
.tt-plan-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}
.tt-plan-card ul li {
    padding: 6px 0;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .95rem;
}
.tt-plan-card ul li i { color: #10b981; }

/* ---------- Partner Benefits ---------- */
.tt-benefit {
    background: var(--tt-bg-soft);
    border-radius: var(--tt-radius);
    padding: 26px;
    height: 100%;
    border: 1px solid transparent;
    transition: border-color .3s, background .3s, transform .3s;
}
.tt-benefit:hover { background: #fff; border-color: rgba(13, 110, 253, .15); transform: translateY(-4px); box-shadow: var(--tt-shadow); }
.tt-benefit .num {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--tt-accent);
    margin-bottom: 8px;
}
.tt-benefit h5 { font-size: 1.1rem; color: var(--tt-dark); margin-bottom: 8px; }
.tt-benefit p  { color: var(--tt-muted); margin: 0; font-size: .95rem; }

/* ---------- How it works ---------- */
.tt-steps {
    counter-reset: step;
}
.tt-step {
    text-align: center;
    position: relative;
    padding: 0 12px;
}
.tt-step .tt-step-num {
    width: 76px; height: 76px;
    border-radius: 50%;
    background: #fff;
    border: 2px dashed rgba(13, 110, 253, .35);
    color: var(--tt-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}
.tt-step .tt-step-num::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    top: -8px; right: -8px;
    width: 28px; height: 28px;
    background: var(--tt-accent);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
}
.tt-step h5 { font-size: 1.05rem; color: var(--tt-dark); margin-bottom: 6px; }
.tt-step p  { color: var(--tt-muted); font-size: .9rem; margin: 0; }

/* ---------- CTA ---------- */
.tt-cta {
    position: relative;
    background: linear-gradient(135deg, var(--tt-dark) 0%, var(--tt-dark-2) 100%);
    color: #fff;
    border-radius: 28px;
    padding: 60px 50px;
    overflow: hidden;
}
.tt-cta::before {
    content: '';
    position: absolute;
    top: -50%; right: -10%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(13, 110, 253, .35), transparent 60%);
    border-radius: 50%;
}
.tt-cta::after {
    content: '';
    position: absolute;
    bottom: -50%; left: -10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(255, 120, 73, .25), transparent 60%);
    border-radius: 50%;
}
.tt-cta .container { position: relative; z-index: 2; }
.tt-cta h2 { color: #fff; font-size: clamp(1.75rem, 4vw, 2.5rem); }
.tt-cta p  { color: rgba(255, 255, 255, .8); max-width: 640px; }

/* ---------- Forms ---------- */
.tt-form-card {
    background: #fff;
    border-radius: var(--tt-radius);
    padding: 40px;
    box-shadow: var(--tt-shadow-hover);
}
.tt-form-card h2 { font-size: 1.75rem; margin-bottom: 6px; }
.tt-form-card .tt-form-subtitle { color: var(--tt-muted); margin-bottom: 28px; }

.tt-form-label { font-weight: 600; color: var(--tt-dark); margin-bottom: 6px; }
.tt-form-control, .tt-form-select {
    border-radius: 10px;
    border: 1.5px solid #e2e8f0;
    padding: 12px 14px;
    font-size: .95rem;
    transition: border-color .2s, box-shadow .2s;
}
.tt-form-control:focus, .tt-form-select:focus {
    border-color: var(--tt-primary);
    box-shadow: 0 0 0 4px rgba(13, 110, 253, .12);
}
.tt-form-check-input:checked { background-color: var(--tt-primary); border-color: var(--tt-primary); }

/* ---------- FAQ ---------- */
.tt-faq .accordion-button {
    font-weight: 600;
    color: var(--tt-dark);
    background: #fff;
    border-radius: 12px !important;
    padding: 18px 22px;
}
.tt-faq .accordion-item {
    border: 1px solid rgba(13, 110, 253, .12);
    border-radius: 12px !important;
    margin-bottom: 14px;
    overflow: hidden;
    background: #fff;
}
.tt-faq .accordion-button:not(.collapsed) {
    background: var(--tt-bg-soft);
    color: var(--tt-primary-dark);
    box-shadow: none;
}
.tt-faq .accordion-button:focus { box-shadow: 0 0 0 3px rgba(13, 110, 253, .2); border-color: rgba(13, 110, 253, .3); }
.tt-faq .accordion-body { color: var(--tt-muted); padding: 4px 22px 22px; line-height: 1.7; }

/* ---------- Contact info ---------- */
.tt-contact-card {
    background: #fff;
    border-radius: var(--tt-radius);
    padding: 26px;
    border: 1px solid rgba(13, 110, 253, .08);
    height: 100%;
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}
.tt-contact-card:hover { transform: translateY(-4px); box-shadow: var(--tt-shadow); }
.tt-contact-card .icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: var(--tt-bg-soft);
    color: var(--tt-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 14px;
}
.tt-contact-card h5 { font-size: 1.05rem; margin-bottom: 6px; }
.tt-contact-card a, .tt-contact-card p { color: var(--tt-muted); margin: 0; word-break: break-word; }
.tt-contact-card a:hover { color: var(--tt-primary); }

.tt-social-list a {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--tt-bg-soft);
    color: var(--tt-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform .2s ease, background .2s, color .2s;
}
.tt-social-list a:hover {
    background: var(--tt-primary);
    color: #fff;
    transform: translateY(-3px);
}

/* ---------- Footer ---------- */
.tt-footer {
    background: var(--tt-dark);
    color: #cbd5e1;
    padding: 70px 0 24px;
}
.tt-footer-title {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 18px;
    font-weight: 700;
}
.tt-footer-links { list-style: none; padding: 0; margin: 0; }
.tt-footer-links li { margin-bottom: 10px; }
.tt-footer-links li a { color: #cbd5e1; font-size: .95rem; }
.tt-footer-links li a:hover { color: var(--tt-accent); padding-left: 4px; }

.tt-footer-contact { list-style: none; padding: 0; margin: 0; }
.tt-footer-contact li {
    display: flex; align-items: flex-start; gap: 12px;
    margin-bottom: 12px; color: #cbd5e1; font-size: .95rem;
}
.tt-footer-contact li i { color: var(--tt-accent); margin-top: 4px; }
.tt-footer-contact li a { color: #cbd5e1; }
.tt-footer-contact li a:hover { color: #fff; }

.tt-footer-divider { border-color: rgba(255, 255, 255, .1); margin: 40px 0 24px; }

.tt-social {
    width: 38px; height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    color: #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: background .2s, color .2s, transform .2s;
}
.tt-social:hover {
    background: var(--tt-accent);
    color: #fff;
    transform: translateY(-3px);
}

/* ---------- Back to top ---------- */
.tt-back-to-top {
    position: fixed;
    bottom: 24px; right: 24px;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--tt-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(13, 110, 253, .45);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .3s;
    z-index: 1030;
}
.tt-back-to-top.show { opacity: 1; visibility: visible; }
.tt-back-to-top:hover { background: var(--tt-primary-dark); color: #fff; transform: translateY(-4px); }

/* ---------- About page ---------- */
.tt-about-hero {
    background:
      radial-gradient(900px 500px at 90% -10%, rgba(13, 110, 253, .15), transparent 60%),
      radial-gradient(700px 400px at 0% 40%, rgba(255, 120, 73, .12), transparent 60%),
      linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
    padding: 140px 0 70px;
}

.tt-stats-row .tt-stat {
    text-align: center;
    padding: 24px 16px;
    background: #fff;
    border-radius: var(--tt-radius);
    border: 1px solid rgba(13, 110, 253, .08);
    height: 100%;
}
.tt-stats-row .tt-stat .num {
    font-family: 'Outfit', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    background: linear-gradient(120deg, var(--tt-primary), var(--tt-accent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
.tt-stats-row .tt-stat .label {
    color: var(--tt-muted);
    margin-top: 6px;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* ---------- Vendor page ---------- */
.tt-vendor-hero {
    background:
      radial-gradient(900px 500px at 10% -10%, rgba(255, 120, 73, .18), transparent 60%),
      radial-gradient(700px 400px at 90% 30%, rgba(13, 110, 253, .15), transparent 60%),
      linear-gradient(180deg, #fff7f2 0%, #ffffff 100%);
    padding: 140px 0 70px;
}

/* ---------- Animations ---------- */
@keyframes tt-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-8px); }
}
.tt-float { animation: tt-float 4s ease-in-out infinite; }

@keyframes tt-fade-up {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
.tt-fade-up { animation: tt-fade-up .7s ease both; }

/* ---------- Responsive tweaks ---------- */
@media (max-width: 991.98px) {
    .tt-hero { min-height: auto; padding: 110px 0 60px; }
    .tt-hero-card { margin-top: 36px; transform: rotate(0); }
    .tt-plan-card.tt-plan-featured { transform: none; }
    .tt-plan-card.tt-plan-featured:hover { transform: translateY(-6px); }
}
@media (max-width: 575.98px) {
    .tt-form-card { padding: 28px 20px; }
    .tt-cta { padding: 40px 24px; border-radius: 18px; }
    .tt-hero-stats { gap: 18px 24px; }
}
