:root {
    --tb-font: 'Manrope', 'Segoe UI', sans-serif;
    --tb-text: #0f172a;
    --tb-subtext: #475569;
    --tb-soft: #f8fafc;
    --tb-card: #ffffff;
    --tb-border: #dbe2ea;
    --tb-primary: #0d6efd;
    --tb-primary-soft: #e8f1ff;
    --tb-accent: #06b6d4;
    --tb-success: #059669;
    --tb-radius: 16px;
    --tb-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body {
    font-family: var(--tb-font);
    color: var(--tb-text);
    background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 320px);
}

.gap-2 {
    gap: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--tb-text);
    letter-spacing: -0.02em;
}

a,
.text-primary {
    color: var(--tb-primary) !important;
}

.text-muted {
    color: var(--tb-subtext) !important;
}

.tb-section {
    padding: 90px 0;
}

.tb-section-tight {
    padding: 64px 0;
}

.tb-heading {
    font-size: clamp(1.9rem, 2.8vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
}

.tb-subheading {
    font-size: 1.08rem;
    color: var(--tb-subtext);
    max-width: 720px;
}

.tb-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: var(--tb-primary-soft);
    border: 1px solid #cfe0ff;
    color: #114798;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 8px 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tb-card {
    background: var(--tb-card);
    border: 0;
    border-radius: 0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.tb-feature-card,
.tb-plan-card,
.tb-quote-card,
.tb-contact-card,
.tb-faq-card,
.tb-info-card {
    height: 100%;
    padding: 24px;
    border-radius: 0;
    border: 0;
    background: var(--tb-card);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.tb-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tb-primary-soft);
    color: var(--tb-primary);
    margin-bottom: 14px;
    font-size: 1.2rem;
}

.tb-hero {
    padding: 130px 0 90px;
    background:
        radial-gradient(circle at 100% 0%, rgba(13, 110, 253, 0.13), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(6, 182, 212, 0.1), transparent 30%);
}

.tb-hero-media,
.tb-media-wrap {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--tb-border);
    background: #eaf1fb;
    box-shadow: var(--tb-shadow);
}

.tb-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.tb-meta-item {
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 14px 12px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.tb-meta-item strong {
    display: block;
    font-size: 1.1rem;
}

.tb-market-strip {
    border-top: 1px solid var(--tb-border);
    border-bottom: 1px solid var(--tb-border);
    background: #fff;
}

.tb-btn-primary,
.btn.btn-primary {
    border: 0;
    background: linear-gradient(135deg, var(--tb-primary), #0b56cb);
    color: #fff !important;
    border-radius: 10px;
    font-weight: 700;
    padding: 11px 18px;
}

.tb-btn-ghost,
.btn.btn-light,
.btn.btn-outline-darken,
.btn.btn-soft-primary {
    border-radius: 10px;
    font-weight: 700;
}

.tb-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tb-footer {
    background: #f8fafc;
    color: #0f172a;
    padding: 80px 0 28px;
    margin-top: 84px;
}

.tb-footer h5,
.tb-footer h6 {
    color: #0f172a !important;
}

.tb-footer a {
    color: #1e293b !important;
    opacity: 0.9;
}

.tb-footer a:hover {
    opacity: 1;
    color: #0ea5a6 !important;
}

.tb-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: #ffffff;
    color: #0f172a;
}

.tb-footer-grid {
    row-gap: 28px;
}

.tb-footer-title {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tb-footer-text {
    color: #475569;
}

.tb-footer-links a,
.tb-footer-links span {
    color: #475569;
}

.tb-footer-links span {
    display: inline-block;
}

.tb-footer-disclaimer {
    margin: 24px 0 18px;
    padding: 16px 18px;
    border-radius: 12px;
    background: #ffffff;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.5;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.tb-footer-divider {
    border-color: rgba(148, 163, 184, 0.35);
}

.tb-page-hero {
    padding: 128px 0 56px;
}

.tb-page-hero .tb-heading {
    font-size: clamp(1.8rem, 2.4vw, 2.5rem);
}

.tb-form-wrap .form-control,
.tb-form-wrap input {
    border-radius: 10px;
    border: 1px solid #cfd9e6;
    min-height: 48px;
}

.tb-form-wrap textarea.form-control {
    min-height: 130px;
}

.tb-faq-accordion .card {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.tb-faq-accordion .card-header {
    background: #fff;
    padding: 0;
}

.tb-faq-accordion .faq {
    display: block;
    padding: 16px 18px;
}

.tb-legal {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.tb-legal h1,
.tb-legal h2,
.tb-legal h3,
.tb-legal h4 {
    margin-top: 1.1rem;
}

#topnav {
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

#topnav .navigation-menu > li > a {
    font-weight: 700;
    font-size: 0.92rem;
    color: #1e293b !important;
}

#topnav .navigation-menu > li > a:hover {
    color: var(--tb-primary) !important;
}

#topnav .buy-button .btn {
    border-radius: 10px;
    font-weight: 700;
    padding: 10px 16px;
    font-size: 0.92rem;
}

@media (max-width: 991px) {
    .tb-section {
        padding: 70px 0;
    }

    .tb-hero {
        padding: 105px 0 64px;
    }

    .tb-hero-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tb-process-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .tb-hero-meta {
        grid-template-columns: 1fr;
    }

    .tb-feature-card,
    .tb-plan-card,
    .tb-quote-card,
    .tb-contact-card,
    .tb-faq-card,
    .tb-info-card {
        padding: 18px;
    }
}
