:root {
    --tt-navy: #17344e;
    --tt-navy-deep: #0e263c;
    --tt-navy-soft: #244c6e;
    --tt-orange: #ff5722;
    --tt-orange-dark: #e74413;
    --tt-orange-soft: #fff1ec;
    --tt-ink: #132c43;
    --tt-muted: #66788a;
    --tt-line: #dfe7ee;
    --tt-surface: #f4f8fb;
    --tt-white: #ffffff;
    --tt-shadow: 0 24px 60px rgba(23, 52, 78, .12);
    --tt-shadow-soft: 0 14px 34px rgba(23, 52, 78, .09);
}

.tt-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--tt-orange);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .12em;
}

.tt-section-kicker i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    color: #fff;
    background: var(--tt-orange);
    box-shadow: 0 8px 18px rgba(255, 87, 34, .25);
}

.tt-field {
    position: relative;
    margin-bottom: 19px;
}

.tt-field label {
    display: block;
    margin: 0 0 8px;
    color: var(--tt-ink);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

.tt-field__icon {
    position: absolute;
    left: 17px;
    top: 42px;
    z-index: 2;
    color: var(--tt-orange);
    font-size: 15px;
    pointer-events: none;
}

.tt-field .form-control {
    width: 100%;
    height: 54px;
    padding: 12px 16px 12px 46px;
    border: 1px solid #d8e2ea;
    border-radius: 12px;
    color: var(--tt-ink);
    background: #f8fafc;
    font-size: 14px;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.tt-field .form-control:focus {
    border-color: var(--tt-orange);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 87, 34, .09);
}

.tt-field .form-control::placeholder {
    color: #9aa8b5;
}

.tt-recaptcha {
    max-width: 100%;
    overflow: hidden;
}

/* Contact */
.tt-contact-page {
    overflow: hidden;
    color: var(--tt-ink);
    background: var(--tt-surface);
}

.tt-contact-hero {
    position: relative;
    padding: 76px 0 150px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 87, 34, .2), transparent 28%),
        linear-gradient(135deg, var(--tt-navy-deep) 0%, var(--tt-navy) 58%, #1f4c70 100%);
}

.tt-contact-hero::before,
.tt-contact-hero::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.tt-contact-hero::before {
    width: 340px;
    height: 340px;
    right: -100px;
    bottom: -180px;
}

.tt-contact-hero::after {
    width: 180px;
    height: 180px;
    right: 80px;
    top: -80px;
}

.tt-contact-hero__content {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.tt-contact-hero h1 {
    margin: 18px 0 12px;
    color: #fff;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -.035em;
}

.tt-contact-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.75;
}

.tt-contact-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.tt-contact-hero__badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    color: rgba(255, 255, 255, .88);
    background: rgba(255, 255, 255, .07);
    font-size: 12px;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

.tt-contact-hero__badges i {
    color: #ff8b65;
}

.tt-contact-main {
    position: relative;
    z-index: 2;
    margin-top: -95px;
    padding: 0 0 80px;
}

.tt-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
    gap: 28px;
    align-items: stretch;
}

.tt-contact-form-card,
.tt-contact-info-card {
    border: 1px solid rgba(223, 231, 238, .9);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--tt-shadow);
}

.tt-contact-form-card {
    padding: 34px;
}

.tt-card-heading {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--tt-line);
}

.tt-card-heading__icon {
    display: inline-flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--tt-orange), var(--tt-orange-dark));
    box-shadow: 0 12px 24px rgba(255, 87, 34, .24);
    font-size: 19px;
}

.tt-card-heading__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--tt-orange);
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .11em;
}

.tt-card-heading h2,
.tt-contact-details h2 {
    margin: 0;
    color: var(--tt-navy);
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.tt-card-heading p {
    margin: 6px 0 0;
    color: var(--tt-muted);
    font-size: 13px;
    line-height: 1.65;
}

.tt-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tt-field--textarea .tt-field__icon {
    top: 43px;
}

.tt-field--textarea .form-control {
    min-height: 150px;
    height: auto;
    resize: vertical;
    line-height: 1.65;
}

.tt-contact-form-card .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    padding: 13px 20px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--tt-orange), var(--tt-orange-dark));
    box-shadow: 0 12px 24px rgba(255, 87, 34, .22);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
}

.tt-contact-form-card .submit:hover,
.tt-contact-form-card .submit:focus {
    color: #fff;
    background: linear-gradient(135deg, var(--tt-orange-dark), #cf3609);
}

.tt-form-security {
    margin: 12px 0 0;
    color: #82909d;
    text-align: center;
    font-size: 11px;
}

.tt-form-security i {
    margin-right: 5px;
    color: #46a472;
}

.tt-otp-input {
    padding-left: 16px !important;
    font-size: 20px !important;
    font-weight: 700;
    letter-spacing: 7px;
}

.tt-otp-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -5px 0 18px;
}

.tt-otp-actions a {
    color: var(--tt-orange);
    font-size: 12px;
    font-weight: 600;
}

.tt-contact-form-card .btn-back-contact {
    display: block;
    margin: 10px auto 0;
    color: var(--tt-navy);
    font-weight: 600;
}

.tt-contact-info-card {
    overflow: hidden;
}

.tt-contact-info-card__visual {
    position: relative;
    min-height: 270px;
    overflow: hidden;
    background: var(--tt-navy);
}

.tt-contact-info-card__visual > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.tt-contact-info-card__visual::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 40%, rgba(14, 38, 60, .88) 100%);
}

.tt-contact-info-card__visual-overlay {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 22px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
}

.tt-contact-info-card__visual-overlay > span {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: var(--tt-orange);
    font-size: 18px;
}

.tt-contact-info-card__visual-overlay strong,
.tt-contact-info-card__visual-overlay small {
    display: block;
}

.tt-contact-info-card__visual-overlay strong {
    margin-bottom: 3px;
    font-size: 15px;
}

.tt-contact-info-card__visual-overlay small {
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
}

.tt-contact-details {
    padding: 28px 28px 22px;
}

.tt-contact-details__content {
    margin-top: 17px;
    color: var(--tt-muted);
    font-size: 13px;
    line-height: 1.75;
}

.tt-contact-details__content p {
    margin: 0 0 9px;
}

.tt-contact-details__content a {
    color: var(--tt-navy);
    font-weight: 600;
}

.tt-contact-promise {
    display: grid;
    gap: 12px;
    padding: 0 28px 28px;
}

.tt-contact-promise > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--tt-line);
    border-radius: 13px;
    background: #f8fafc;
}

.tt-contact-promise > div > span {
    display: inline-flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    color: var(--tt-orange);
    background: var(--tt-orange-soft);
}

.tt-contact-promise p,
.tt-contact-promise strong,
.tt-contact-promise small {
    display: block;
    margin: 0;
}

.tt-contact-promise strong {
    color: var(--tt-navy);
    font-size: 12px;
}

.tt-contact-promise small {
    margin-top: 2px;
    color: var(--tt-muted);
    font-size: 10px;
}

.tt-contact-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.tt-contact-benefits article {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--tt-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: var(--tt-shadow-soft);
}

.tt-contact-benefits article > span {
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #fff;
    background: var(--tt-navy);
}

.tt-contact-benefits h3 {
    margin: 0 0 3px;
    color: var(--tt-navy);
    font-size: 14px;
    font-weight: 700;
}

.tt-contact-benefits p {
    margin: 0;
    color: var(--tt-muted);
    font-size: 11px;
    line-height: 1.55;
}

/* Become vendor */
.tt-vendor-hero {
    position: relative;
    overflow: hidden;
    padding: 70px 0 72px;
    color: var(--tt-ink);
    background:
        radial-gradient(circle at 88% 13%, rgba(255, 87, 34, .12), transparent 26%),
        radial-gradient(circle at 5% 80%, rgba(23, 52, 78, .1), transparent 28%),
        linear-gradient(180deg, #f9fbfd 0%, #eef5f9 100%);
}

.tt-vendor-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .35;
    background-image: linear-gradient(rgba(23, 52, 78, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 52, 78, .045) 1px, transparent 1px);
    background-size: 34px 34px;
    pointer-events: none;
}

.tt-vendor-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 50px;
    align-items: start;
}

.tt-vendor-copy > h1 {
    max-width: 700px;
    margin: 17px 0 12px;
    color: var(--tt-navy);
    font-size: clamp(36px, 4.4vw, 58px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.04em;
}

.tt-vendor-copy__lead {
    max-width: 650px;
    margin: 0;
    color: var(--tt-muted);
    font-size: 16px;
    line-height: 1.75;
}

.tt-vendor-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 22px 0 26px;
}

.tt-vendor-trust-list span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid #d9e4eb;
    border-radius: 999px;
    color: var(--tt-navy);
    background: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 600;
}

.tt-vendor-trust-list i {
    color: var(--tt-orange);
}

.tt-vendor-form-card {
    padding: 30px;
    border: 1px solid rgba(215, 226, 234, .95);
    border-radius: 23px;
    background: #fff;
    box-shadow: var(--tt-shadow);
}

.tt-vendor-form-card__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 25px;
    padding-bottom: 21px;
    border-bottom: 1px solid var(--tt-line);
}

.tt-vendor-form-card__heading > div > span {
    display: block;
    margin-bottom: 4px;
    color: var(--tt-orange);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
}

.tt-vendor-form-card__heading h2 {
    margin: 0;
    color: var(--tt-navy);
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
}

.tt-secure-pill {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 999px;
    color: #28734d;
    background: #e9f7ef;
    font-size: 10px;
    font-weight: 700;
}

.tt-vendor-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.tt-vendor-form-card .tt-field__icon {
    top: 41px;
}

.tt-vendor-form-card .invalid-feedback {
    margin-top: 5px;
    font-size: 11px;
}

.tt-vendor-terms {
    margin: 3px 0 21px;
}

.tt-vendor-terms label {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: var(--tt-muted);
    font-size: 11px;
    line-height: 1.6;
    cursor: pointer;
}

.tt-vendor-terms input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.tt-vendor-terms .checkmark {
    position: relative;
    top: 1px;
    display: inline-flex;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #b9c5ce;
    border-radius: 5px;
    background: #fff;
}

.tt-vendor-terms input:checked + .checkmark {
    border-color: var(--tt-orange);
    background: var(--tt-orange);
}

.tt-vendor-terms input:checked + .checkmark::after {
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 9px;
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.tt-vendor-terms a {
    color: var(--tt-orange);
    font-weight: 600;
}

.tt-vendor-submit {
    margin-bottom: 0;
}

.tt-vendor-submit .form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    padding: 13px 20px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--tt-orange), var(--tt-orange-dark));
    box-shadow: 0 12px 24px rgba(255, 87, 34, .22);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .025em;
}

.tt-vendor-submit p {
    margin: 11px 0 0;
    color: #82909d;
    text-align: center;
    font-size: 9px;
    line-height: 1.5;
}

.tt-vendor-submit p i {
    margin-right: 4px;
    color: #3c9b69;
}

.tt-vendor-visual {
    position: sticky;
    top: 25px;
    padding-top: 50px;
}

.tt-vendor-visual__frame {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(145deg, var(--tt-navy-deep), var(--tt-navy) 60%, #24577d);
    box-shadow: 0 28px 70px rgba(15, 42, 65, .24);
}

.tt-vendor-visual__frame::before {
    position: absolute;
    width: 220px;
    height: 220px;
    right: -95px;
    top: -90px;
    border-radius: 50%;
    content: "";
    background: rgba(255, 87, 34, .24);
}

.tt-vendor-visual__top {
    position: relative;
    z-index: 1;
    padding: 3px 4px 18px;
}

.tt-vendor-visual__top span,
.tt-vendor-visual__top strong {
    display: block;
}

.tt-vendor-visual__top span {
    margin-bottom: 7px;
    color: #ff9c7c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
}

.tt-vendor-visual__top strong {
    max-width: 380px;
    font-size: 24px;
    line-height: 1.35;
}

.tt-vendor-visual .bravo_gallery .btn-group,
.tt-vendor-visual .bravo_gallery .bravo-video-popup {
    display: block;
    width: 100%;
}

.tt-vendor-visual .bravo_gallery img {
    width: 100%;
    max-height: 390px;
    border-radius: 19px;
    background: #fff;
    object-fit: cover;
}

.tt-vendor-visual .bravo_gallery .play-icon {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 62px;
    height: 62px;
    padding: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 30px rgba(14, 38, 60, .2);
    transform: translate(-50%, -50%);
}

.tt-vendor-visual .bravo_gallery .play-icon img {
    width: 100%;
    height: 100%;
    background: transparent;
    object-fit: contain;
}

.tt-vendor-service-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 14px;
}

.tt-vendor-service-tags span {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 11px;
    color: rgba(255, 255, 255, .84);
    background: rgba(255, 255, 255, .06);
    font-size: 10px;
    font-weight: 600;
}

.tt-vendor-service-tags i {
    color: #ff8b65;
    font-size: 13px;
}

.tt-vendor-visual__note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    padding: 14px;
    border-radius: 13px;
    color: var(--tt-navy);
    background: #fff;
}

.tt-vendor-visual__note > span {
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    color: #fff;
    background: var(--tt-orange);
}

.tt-vendor-visual__note strong,
.tt-vendor-visual__note small {
    display: block;
}

.tt-vendor-visual__note strong {
    font-size: 12px;
}

.tt-vendor-visual__note small {
    margin-top: 2px;
    color: var(--tt-muted);
    font-size: 9px;
}

.tt-vendor-readiness {
    padding: 72px 0;
    background: #fff;
}

.tt-vendor-readiness__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 28px;
}

.tt-vendor-readiness__heading h2 {
    margin: 13px 0 7px;
    color: var(--tt-navy);
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}

.tt-vendor-readiness__heading p {
    max-width: 680px;
    margin: 0;
    color: var(--tt-muted);
    font-size: 14px;
    line-height: 1.7;
}

.tt-vendor-readiness__time {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 11px 14px;
    border: 1px solid #dce5ec;
    border-radius: 999px;
    color: var(--tt-navy);
    background: #f8fafc;
    font-size: 11px;
    font-weight: 600;
}

.tt-vendor-readiness__time i {
    color: var(--tt-orange);
}

.tt-vendor-readiness__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.tt-vendor-readiness__grid article {
    min-height: 190px;
    padding: 22px;
    border: 1px solid var(--tt-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--tt-shadow-soft);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tt-vendor-readiness__grid article:hover {
    border-color: rgba(255, 87, 34, .35);
    box-shadow: 0 20px 44px rgba(23, 52, 78, .13);
    transform: translateY(-4px);
}

.tt-vendor-readiness__grid article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 24px;
    border-radius: 13px;
    color: var(--tt-orange);
    background: var(--tt-orange-soft);
    font-size: 18px;
}

.tt-vendor-readiness__grid h3 {
    margin: 0 0 7px;
    color: var(--tt-navy);
    font-size: 15px;
    font-weight: 700;
}

.tt-vendor-readiness__grid p {
    margin: 0;
    color: var(--tt-muted);
    font-size: 11px;
    line-height: 1.65;
}

/* Existing Become Vendor builder blocks, redesigned without changing their content. */
.tt-vendor-readiness + .bravo-text,
.tt-vendor-readiness ~ .bravo-text {
    margin: 0;
    padding: 66px 15px 20px !important;
    background: var(--tt-surface);
}

.tt-vendor-readiness ~ .bravo-text h1,
.tt-vendor-readiness ~ .bravo-text h2,
.tt-vendor-readiness ~ .bravo-text h3 {
    margin: 0;
    color: var(--tt-navy);
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}

.tt-vendor-readiness ~ .bravo-how-it-works {
    position: relative;
    margin: 0;
    padding: 35px 0 76px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 87, 34, .22), transparent 24%),
        linear-gradient(135deg, var(--tt-navy-deep), var(--tt-navy)) !important;
}

.tt-vendor-readiness ~ .bravo-how-it-works > .container > .title {
    display: none;
}

.tt-vendor-readiness ~ .bravo-how-it-works .row {
    margin-right: -9px;
    margin-left: -9px;
}

.tt-vendor-readiness ~ .bravo-how-it-works .col-md-4 {
    padding-right: 9px;
    padding-left: 9px;
}

.tt-vendor-readiness ~ .bravo-how-it-works .featured-item {
    position: relative;
    height: calc(100% - 18px);
    min-height: 200px;
    margin: 0 0 18px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(8px);
}

.tt-vendor-readiness ~ .bravo-how-it-works .featured-item .image {
    float: none;
    margin: 0 0 25px;
}

.tt-vendor-readiness ~ .bravo-how-it-works .number-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: var(--tt-orange);
    box-shadow: 0 10px 24px rgba(255, 87, 34, .25);
    font-size: 16px;
    font-weight: 700;
}

.tt-vendor-readiness ~ .bravo-how-it-works .featured-item .content {
    margin: 0;
    padding: 0;
}

.tt-vendor-readiness ~ .bravo-how-it-works .featured-item .sub-title {
    margin: 0 0 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.tt-vendor-readiness ~ .bravo-how-it-works .featured-item .desc {
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    line-height: 1.65;
}

.tt-vendor-readiness ~ .bravo-featured-item {
    margin: 0;
    padding: 30px 0 70px;
    background: var(--tt-surface);
}

.tt-vendor-readiness ~ .bravo-featured-item .row {
    margin-right: -9px;
    margin-left: -9px;
}

.tt-vendor-readiness ~ .bravo-featured-item .col-md-4 {
    padding-right: 9px;
    padding-left: 9px;
}

.tt-vendor-readiness ~ .bravo-featured-item .featured-item {
    height: calc(100% - 18px);
    min-height: 275px;
    margin-bottom: 18px;
    padding: 26px;
    border: 1px solid var(--tt-line);
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--tt-shadow-soft);
}

.tt-vendor-readiness ~ .bravo-featured-item .image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 23px;
    border-radius: 17px;
    background: var(--tt-orange-soft);
}

.tt-vendor-readiness ~ .bravo-featured-item .image img {
    width: 38px;
    max-height: 38px;
    object-fit: contain;
}

.tt-vendor-readiness ~ .bravo-featured-item .content .title {
    margin: 0 0 9px;
    color: var(--tt-navy);
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
}

.tt-vendor-readiness ~ .bravo-featured-item .content .desc {
    color: var(--tt-muted);
    font-size: 12px;
    line-height: 1.75;
}

.tt-vendor-readiness ~ .bravo-faq-lists {
    margin: 0;
    padding: 68px 0 78px;
    background: #fff;
}

.tt-vendor-readiness ~ .bravo-faq-lists .title {
    margin: 0 0 30px !important;
    color: var(--tt-navy);
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}

.tt-vendor-readiness ~ .bravo-faq-lists .row {
    margin-right: -8px;
    margin-left: -8px;
}

.tt-vendor-readiness ~ .bravo-faq-lists .col-md-6 {
    padding-right: 8px;
    padding-left: 8px;
}

.tt-vendor-readiness ~ .bravo-faq-lists .faq-item {
    height: calc(100% - 16px);
    margin: 0 0 16px;
    padding: 20px;
    border: 1px solid var(--tt-line);
    border-radius: 16px;
    background: #f9fbfc;
}

.tt-vendor-readiness ~ .bravo-faq-lists .faq-item h3 {
    display: flex;
    align-items: flex-start;
    margin: 0;
    color: var(--tt-navy);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
}

.tt-vendor-readiness ~ .bravo-faq-lists .faq-item h3 img,
.tt-vendor-readiness ~ .bravo-faq-lists .faq-item h3 a {
    display: none;
}

.tt-vendor-readiness ~ .bravo-faq-lists .faq-item h3::before {
    display: inline-flex;
    flex: 0 0 29px;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    margin: -3px 10px 0 0;
    border-radius: 8px;
    color: var(--tt-orange);
    background: var(--tt-orange-soft);
    content: "\f128";
    font-family: FontAwesome;
    font-size: 11px;
}

.tt-vendor-readiness ~ .bravo-faq-lists .faq-item p {
    margin: 11px 0 0 39px;
    color: var(--tt-muted);
    font-size: 11px;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .tt-contact-layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    }

    .tt-vendor-hero__grid {
        gap: 30px;
    }

    .tt-vendor-readiness__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .tt-contact-hero {
        padding: 60px 0 130px;
    }

    .tt-contact-layout,
    .tt-vendor-hero__grid {
        grid-template-columns: 1fr;
    }

    .tt-contact-info-card__visual > img {
        height: 330px;
    }

    .tt-contact-benefits {
        grid-template-columns: 1fr;
    }

    .tt-vendor-hero {
        padding: 55px 0 62px;
    }

    .tt-vendor-visual {
        position: relative;
        top: auto;
        max-width: 690px;
        margin: 0 auto;
        padding-top: 0;
    }

    .tt-vendor-readiness {
        padding: 60px 0;
    }

    .tt-vendor-readiness ~ .bravo-how-it-works .col-md-4,
    .tt-vendor-readiness ~ .bravo-featured-item .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tt-vendor-readiness ~ .bravo-how-it-works .featured-item,
    .tt-vendor-readiness ~ .bravo-featured-item .featured-item {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .tt-section-kicker {
        font-size: 10px;
        letter-spacing: .09em;
    }

    .tt-section-kicker i {
        width: 28px;
        height: 28px;
    }

    .tt-contact-hero {
        padding: 46px 0 112px;
    }

    .tt-contact-hero h1 {
        margin-top: 14px;
        font-size: 34px;
    }

    .tt-contact-hero p {
        font-size: 14px;
        line-height: 1.7;
    }

    .tt-contact-hero__badges {
        gap: 8px;
        margin-top: 18px;
    }

    .tt-contact-hero__badges span {
        padding: 7px 10px;
        font-size: 10px;
    }

    .tt-contact-main {
        margin-top: -72px;
        padding-bottom: 55px;
    }

    .tt-contact-layout {
        gap: 18px;
    }

    .tt-contact-form-card,
    .tt-contact-info-card {
        border-radius: 18px;
    }

    .tt-contact-form-card {
        padding: 21px 18px;
    }

    .tt-card-heading {
        gap: 12px;
        margin-bottom: 22px;
        padding-bottom: 19px;
    }

    .tt-card-heading__icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        font-size: 16px;
    }

    .tt-card-heading h2,
    .tt-contact-details h2 {
        font-size: 20px;
    }

    .tt-form-grid,
    .tt-vendor-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tt-field {
        margin-bottom: 16px;
    }

    .tt-field .form-control {
        height: 51px;
        border-radius: 10px;
        font-size: 13px;
    }

    .tt-contact-info-card__visual {
        min-height: 220px;
    }

    .tt-contact-info-card__visual > img {
        height: 250px;
    }

    .tt-contact-info-card__visual-overlay {
        right: 18px;
        bottom: 17px;
        left: 18px;
    }

    .tt-contact-details {
        padding: 22px 20px 17px;
    }

    .tt-contact-promise {
        padding: 0 20px 22px;
    }

    .tt-contact-benefits {
        gap: 12px;
        margin-top: 18px;
    }

    .tt-contact-benefits article {
        padding: 16px;
        border-radius: 14px;
    }

    .tt-vendor-hero {
        padding: 43px 0 50px;
    }

    .tt-vendor-copy > h1 {
        margin-top: 14px;
        font-size: 35px;
    }

    .tt-vendor-copy__lead {
        font-size: 14px;
    }

    .tt-vendor-trust-list {
        display: grid;
        grid-template-columns: 1fr;
        margin: 18px 0 21px;
    }

    .tt-vendor-trust-list span {
        border-radius: 11px;
    }

    .tt-vendor-form-card {
        padding: 21px 18px;
        border-radius: 18px;
    }

    .tt-vendor-form-card__heading {
        margin-bottom: 21px;
    }

    .tt-vendor-form-card__heading h2 {
        font-size: 19px;
    }

    .tt-secure-pill {
        display: none;
    }

    .tt-vendor-visual__frame {
        padding: 16px;
        border-radius: 20px;
    }

    .tt-vendor-visual__top strong {
        font-size: 20px;
    }

    .tt-vendor-visual .bravo_gallery img {
        max-height: 320px;
        border-radius: 14px;
    }

    .tt-vendor-service-tags {
        grid-template-columns: 1fr 1fr;
        gap: 7px;
    }

    .tt-vendor-service-tags span {
        padding: 9px;
        font-size: 9px;
    }

    .tt-vendor-readiness {
        padding: 50px 0;
    }

    .tt-vendor-readiness__heading {
        display: block;
        margin-bottom: 22px;
    }

    .tt-vendor-readiness__heading h2 {
        font-size: 26px;
    }

    .tt-vendor-readiness__time {
        margin-top: 15px;
    }

    .tt-vendor-readiness__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tt-vendor-readiness__grid article {
        display: flex;
        min-height: 0;
        align-items: flex-start;
        gap: 15px;
        padding: 18px;
        border-radius: 15px;
    }

    .tt-vendor-readiness__grid article > span {
        flex: 0 0 43px;
        width: 43px;
        height: 43px;
        margin: 0;
    }

    .tt-vendor-readiness + .bravo-text,
    .tt-vendor-readiness ~ .bravo-text {
        padding: 50px 15px 18px !important;
    }

    .tt-vendor-readiness ~ .bravo-text h1,
    .tt-vendor-readiness ~ .bravo-text h2,
    .tt-vendor-readiness ~ .bravo-text h3,
    .tt-vendor-readiness ~ .bravo-faq-lists .title {
        font-size: 26px;
    }

    .tt-vendor-readiness ~ .bravo-how-it-works {
        padding: 25px 0 48px;
    }

    .tt-vendor-readiness ~ .bravo-how-it-works .featured-item,
    .tt-vendor-readiness ~ .bravo-featured-item .featured-item {
        padding: 20px;
        border-radius: 15px;
    }

    .tt-vendor-readiness ~ .bravo-featured-item {
        padding: 22px 0 48px;
    }

    .tt-vendor-readiness ~ .bravo-faq-lists {
        padding: 50px 0 58px;
    }

    .tt-vendor-readiness ~ .bravo-faq-lists .faq-item {
        height: auto;
        padding: 17px;
        border-radius: 14px;
    }
}

@media (max-width: 389px) {
    .tt-contact-hero__badges span {
        width: 100%;
    }

    .tt-card-heading__icon {
        display: none;
    }

    .tt-vendor-service-tags {
        grid-template-columns: 1fr;
    }

    .tt-vendor-visual__note {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tt-vendor-readiness__grid article,
    .tt-field .form-control {
        transition: none;
    }
}
