/* =========================================================
   TEAM BUILDING — CORPORATE LANDING V3
========================================================= */

body.tb-page {
    overflow-x: clip;
    overflow-y: auto;
    background: #050505;
}

.tb-page .main-nav a[aria-current="page"],
.tb-page .mobile-nav a[aria-current="page"] {
    color: #fff;
}

.tb-main {
    min-width: 0;
    overflow: clip;
}

.tb-shell {
    width: min(calc(100% - 64px), 1380px);
    margin-inline: auto;
}

.tb-section {
    position: relative;
    padding: clamp(92px, 9vw, 148px) 0;
}

.tb-kicker,
.tb-language-label {
    margin: 0 0 18px;
    color: #e74c3c;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.tb-section-heading {
    max-width: 920px;
    margin-bottom: clamp(46px, 6vw, 78px);
}

.tb-section-heading h2,
.tb-split-heading h2,
.tb-contact-copy h2,
.tb-faq-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.65rem, 5vw, 5.65rem);
    font-weight: 560;
    line-height: .97;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.tb-section-heading > p:last-child,
.tb-split-heading p,
.tb-contact-copy > p {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .65);
    font-size: clamp(1rem, 1.3vw, 1.16rem);
    line-height: 1.75;
}

/* HERO */

.tb-hero {
    position: relative;
    min-height: min(940px, 100svh);
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    overflow: hidden;
    padding: 140px 0 78px;
    background: #060606;
}

.tb-hero-media,
.tb-hero-overlay {
    position: absolute;
    inset: 0;
}

.tb-hero-media { z-index: -3; }

.tb-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 54%;
    transform: scale(1.02);
    animation: tbHeroZoom 20s ease-out both;
}

.tb-hero-overlay {
    z-index: -2;
    background:
        radial-gradient(circle at 76% 28%, rgba(190, 24, 24, .24), transparent 34%),
        linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .65) 58%, rgba(0, 0, 0, .54) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .18) 62%, rgba(0, 0, 0, .38) 100%);
}

.tb-hero-inner {
    position: relative;
    z-index: 2;
}

.tb-hero-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(42px, 6vw, 82px);
    padding-bottom: 18px;
    color: rgba(255, 255, 255, .54);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.tb-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px;
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    backdrop-filter: blur(12px);
}

.tb-language-switch a {
    min-width: 46px;
    padding: 8px 11px;
    color: rgba(255, 255, 255, .54);
    border-radius: 999px;
    text-align: center;
    transition: color .2s ease, background .2s ease;
}

.tb-language-switch a[aria-current="page"],
.tb-language-switch a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .12);
}

.tb-hero h1 {
    max-width: 950px;
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(3.35rem, 7vw, 7.6rem);
    font-weight: 570;
    line-height: .9;
    letter-spacing: -.066em;
    text-wrap: balance;
}

.tb-hero-copy {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.7;
}

.tb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

@keyframes tbHeroZoom {
    from { transform: scale(1.02); }
    to { transform: scale(1.07); }
}

/* PROOF */

.tb-proof {
    background: #080808;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.tb-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tb-proof article {
    min-width: 0;
    padding: 40px clamp(20px, 3vw, 42px);
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.tb-proof article:first-child { padding-left: 0; }
.tb-proof article:last-child { padding-right: 0; border-right: 0; }

.tb-proof strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 650;
    line-height: 1;
    letter-spacing: -.045em;
}

.tb-proof span {
    color: rgba(255, 255, 255, .6);
    font-size: .82rem;
    line-height: 1.5;
}

/* VALUE */

.tb-intro {
    background:
        radial-gradient(circle at 86% 8%, rgba(231, 76, 60, .08), transparent 30%),
        #050505;
}

.tb-split-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: clamp(46px, 8vw, 120px);
    align-items: end;
}

.tb-split-heading p:first-child { margin-top: 0; }

.tb-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: clamp(52px, 7vw, 92px);
}

.tb-value-grid article {
    min-height: 310px;
    padding: clamp(28px, 3.4vw, 46px);
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 24px;
}

.tb-value-grid article > span {
    margin-bottom: auto;
    color: #e74c3c;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.tb-value-grid h3,
.tb-feature-grid h3,
.tb-process-grid h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 620;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.tb-value-grid p,
.tb-feature-grid p,
.tb-process-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .59);
    font-size: .95rem;
    line-height: 1.7;
}

/* PACKAGES */

.tb-packages { background: #0a0a0a; }

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

.tb-package-card {
    position: relative;
    min-width: 0;
    padding: clamp(28px, 3.2vw, 44px);
    display: flex;
    flex-direction: column;
    background: #101010;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 26px;
}

.tb-package-card.is-featured {
    background:
        radial-gradient(circle at 50% 0, rgba(231, 76, 60, .18), transparent 44%),
        #15100f;
    border-color: rgba(231, 76, 60, .45);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .3);
}

.tb-package-badge {
    position: absolute;
    top: 0;
    right: 28px;
    padding: 9px 15px;
    color: #fff;
    background: #d94334;
    border-radius: 0 0 12px 12px;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tb-package-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 48px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.tb-package-top span,
.tb-package-top p {
    margin: 0;
    color: rgba(255, 255, 255, .42);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tb-package-card h3 {
    min-height: 2.1em;
    margin: 0 0 26px;
    color: #fff;
    font-size: clamp(1.8rem, 2.7vw, 3rem);
    font-weight: 590;
    line-height: 1.03;
    letter-spacing: -.05em;
}

.tb-package-price strong,
.tb-package-price span { display: block; }

.tb-package-price strong {
    color: #fff;
    font-size: clamp(3.6rem, 6vw, 6.2rem);
    font-weight: 650;
    line-height: .9;
    letter-spacing: -.07em;
}

.tb-package-price span {
    margin-top: 12px;
    color: rgba(255, 255, 255, .55);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.tb-package-range {
    margin: 22px 0 26px;
    padding: 12px 14px;
    color: #fff;
    background: rgba(255, 255, 255, .05);
    border-radius: 10px;
    font-size: .82rem;
    font-weight: 700;
}

.tb-package-card ul {
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}

.tb-package-card li {
    position: relative;
    padding: 12px 0 12px 26px;
    color: rgba(255, 255, 255, .67);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    font-size: .91rem;
    line-height: 1.55;
}

.tb-package-card li::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 2px;
    width: 7px;
    height: 7px;
    background: #e74c3c;
    border-radius: 50%;
}

.tb-package-card .btn {
    width: 100%;
    margin-top: auto;
}

/* ROOMS */

.tb-room-strip { background: #090909; }

.tb-room-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tb-room-track figure {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.tb-room-track figure:nth-child(3n) { border-right: 0; }
.tb-room-track figure:nth-child(-n + 3) { border-bottom: 1px solid rgba(255, 255, 255, .1); }

.tb-room-track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.82);
    transition: transform .55s ease, filter .35s ease;
}

.tb-room-track figure:hover img { transform: scale(1.04); filter: saturate(1); }

.tb-room-track figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 58%);
}

.tb-room-track figcaption {
    position: absolute;
    right: 24px;
    bottom: 22px;
    left: 24px;
    z-index: 2;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

/* VENUE */

.tb-venue {
    background:
        radial-gradient(circle at 15% 80%, rgba(231, 76, 60, .07), transparent 30%),
        #050505;
}

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

.tb-feature-grid article {
    min-width: 0;
    padding: clamp(26px, 3.4vw, 44px);
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 26px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 22px;
}

.tb-feature-grid article > span {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(231, 76, 60, .12);
    border: 1px solid rgba(231, 76, 60, .3);
    border-radius: 17px;
    font-size: .95rem;
    font-weight: 850;
}

/* PROCESS */

.tb-process { background: #0a0a0a; }

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

.tb-process-grid li {
    min-height: 300px;
    padding: clamp(28px, 3.4vw, 44px);
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 22px;
}

.tb-process-grid li > span {
    margin-bottom: auto;
    color: #e74c3c;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
}

/* CLIENTS */

.tb-clients { background: #050505; }

.tb-client-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.tb-client-grid a {
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    overflow: hidden;
    color: #fff;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 18px;
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.tb-client-grid a:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, .055);
    border-color: rgba(255, 255, 255, .2);
}

.tb-client-grid img {
    position: relative;
    z-index: 2;
    max-width: 78%;
    height: 72px;
    object-fit: contain;
    filter: grayscale(1) brightness(2.4);
}

.tb-client-grid span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: rgba(255, 255, 255, .72);
    font-size: 1rem;
    font-weight: 750;
    text-align: center;
}

.tb-client-grid img:not([hidden]) + span { opacity: 0; }

.tb-client-note {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .35);
    font-size: .75rem;
    line-height: 1.6;
}

/* FAQ */

.tb-faq { background: #0a0a0a; }

.tb-faq-shell {
    display: grid;
    grid-template-columns: minmax(260px, .5fr) minmax(0, 1.5fr);
    gap: clamp(48px, 7vw, 110px);
    align-items: start;
}

.tb-faq-heading {
    position: sticky;
    top: 118px;
}

.tb-faq-list { border-top: 1px solid rgba(255, 255, 255, .13); }
.tb-faq details { border-bottom: 1px solid rgba(255, 255, 255, .13); }

.tb-faq summary {
    position: relative;
    min-height: 96px;
    padding: 26px 58px 26px 0;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    list-style: none;
    font-size: clamp(1.05rem, 1.6vw, 1.34rem);
    font-weight: 620;
    line-height: 1.35;
}

.tb-faq summary::-webkit-details-marker { display: none; }

.tb-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .62);
    font-size: 1.7rem;
    font-weight: 300;
    transition: transform .22s ease;
}

.tb-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }

.tb-faq details > p {
    max-width: 760px;
    margin: 0;
    padding: 0 58px 30px 0;
    color: rgba(255, 255, 255, .62);
    font-size: .96rem;
    line-height: 1.75;
}

/* CONTACT FORM */

.tb-contact {
    background:
        radial-gradient(circle at 18% 20%, rgba(231, 76, 60, .12), transparent 34%),
        #050505;
}

.tb-contact-layout {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: clamp(46px, 7vw, 100px);
    align-items: start;
}

.tb-contact-copy {
    position: sticky;
    top: 118px;
}

.tb-contact-copy ul {
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.tb-contact-copy li {
    position: relative;
    padding: 15px 0 15px 28px;
    color: rgba(255, 255, 255, .72);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    font-size: .94rem;
}

.tb-contact-copy li::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 3px;
    width: 7px;
    height: 7px;
    background: #e74c3c;
    border-radius: 50%;
}

.tb-form-card {
    padding: clamp(26px, 4vw, 52px);
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .24);
}

.tb-form-status {
    margin-bottom: 24px;
    padding: 14px 16px;
    color: #fff;
    background: rgba(231, 76, 60, .13);
    border: 1px solid rgba(231, 76, 60, .35);
    border-radius: 12px;
    font-size: .9rem;
    line-height: 1.5;
}

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

.tb-field {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.tb-field-wide { grid-column: 1 / -1; }

.tb-field label {
    color: rgba(255, 255, 255, .82);
    font-size: .78rem;
    font-weight: 760;
}

.tb-field input,
.tb-field select,
.tb-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    color: #fff;
    background: rgba(0, 0, 0, .42);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 11px;
    outline: 0;
    font: inherit;
    font-size: .92rem;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.tb-field textarea { min-height: 126px; resize: vertical; }
.tb-field select { color-scheme: dark; }
.tb-field input::placeholder,
.tb-field textarea::placeholder { color: rgba(255, 255, 255, .34); }

.tb-field input:focus,
.tb-field select:focus,
.tb-field textarea:focus {
    background: rgba(0, 0, 0, .58);
    border-color: rgba(231, 76, 60, .72);
    box-shadow: 0 0 0 3px rgba(231, 76, 60, .12);
}

.tb-field [aria-invalid="true"],
.tb-privacy-choice input[aria-invalid="true"] + span {
    border-color: #ff6657;
    box-shadow: 0 0 0 3px rgba(255, 102, 87, .12);
}

.tb-privacy-choice {
    margin: 24px 0;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: #fff;
    cursor: pointer;
}

.tb-privacy-choice input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #e74c3c;
}

.tb-privacy-choice span,
.tb-privacy-choice strong,
.tb-privacy-choice small { display: block; }

.tb-privacy-choice strong { font-size: .84rem; line-height: 1.45; }
.tb-privacy-choice small { margin-top: 4px; color: rgba(255, 255, 255, .5); font-size: .76rem; }
.tb-privacy-choice a { color: #fff; text-decoration: underline; }

.tb-submit { width: 100%; }

.tb-submit-note {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .42);
    font-size: .75rem;
    line-height: 1.55;
    text-align: center;
}

.tb-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

/* THANK YOU */

.tb-thankyou {
    min-height: 100svh;
    padding: 150px 0 90px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 70% 20%, rgba(231, 76, 60, .14), transparent 30%),
        #050505;
}

.tb-thankyou-card {
    max-width: 920px;
    margin-inline: auto;
    padding: clamp(30px, 6vw, 80px);
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 30px;
}

.tb-thankyou-status {
    display: inline-flex;
    margin-bottom: 28px;
    padding: 9px 14px;
    color: #fff;
    background: rgba(231, 76, 60, .14);
    border: 1px solid rgba(231, 76, 60, .34);
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tb-thankyou h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 7vw, 6.5rem);
    font-weight: 570;
    line-height: .94;
    letter-spacing: -.06em;
    text-wrap: balance;
}

.tb-thankyou-lead {
    max-width: 720px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.75;
}

.tb-thankyou-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 46px 0 0;
    padding: 0;
    list-style: none;
}

.tb-thankyou-steps li {
    padding: 24px;
    color: rgba(255, 255, 255, .57);
    background: rgba(0, 0, 0, .25);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    font-size: .88rem;
    line-height: 1.6;
}

.tb-thankyou-steps strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1rem;
}

.tb-thankyou-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 38px;
}

/* RESPONSIVE */

@media (max-width: 1120px) {
    .tb-shell { width: min(calc(100% - 48px), 1380px); }
    .tb-package-grid { grid-template-columns: 1fr; }
    .tb-package-card h3 { min-height: 0; }
    .tb-client-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .tb-shell { width: min(calc(100% - 40px), 1380px); }
    .tb-section { padding: 84px 0; }
    .tb-hero { min-height: auto; padding: 118px 0 58px; }
    .tb-hero-media img { object-position: 58% center; }
    .tb-hero-overlay { background: linear-gradient(0deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .76) 70%, rgba(0, 0, 0, .38) 100%); }
    .tb-hero-topline { margin-bottom: 42px; }
    .tb-hero-topline > span { max-width: 56%; }
    .tb-hero h1 { font-size: clamp(3rem, 14vw, 5rem); line-height: .94; }
    .tb-hero-actions .btn { width: 100%; }
    .tb-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tb-proof article,
    .tb-proof article:first-child,
    .tb-proof article:last-child { padding: 28px 18px; border-right: 1px solid rgba(255, 255, 255, .08); border-bottom: 1px solid rgba(255, 255, 255, .08); }
    .tb-proof article:nth-child(2n) { border-right: 0; }
    .tb-proof article:nth-child(n + 3) { border-bottom: 0; }
    .tb-split-heading,
    .tb-contact-layout,
    .tb-faq-shell { grid-template-columns: 1fr; gap: 42px; }
    .tb-contact-copy,
    .tb-faq-heading { position: static; }
    .tb-value-grid,
    .tb-process-grid { grid-template-columns: 1fr; }
    .tb-value-grid article,
    .tb-process-grid li { min-height: 250px; }
    .tb-room-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tb-room-track figure { min-height: 240px; border-right: 1px solid rgba(255, 255, 255, .1); border-bottom: 1px solid rgba(255, 255, 255, .1); }
    .tb-room-track figure:nth-child(2n) { border-right: 0; }
    .tb-room-track figure:nth-child(n + 5) { border-bottom: 0; }
    .tb-feature-grid { grid-template-columns: 1fr; }
    .tb-client-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tb-form-grid { grid-template-columns: 1fr; }
    .tb-field-wide { grid-column: auto; }
    .tb-thankyou-steps { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .tb-shell { width: min(calc(100% - 32px), 1380px); }
    .tb-hero { padding-top: 106px; }
    .tb-hero-topline { align-items: flex-start; font-size: .6rem; }
    .tb-language-switch a { min-width: 42px; padding: 7px 9px; }
    .tb-proof article,
    .tb-proof article:first-child,
    .tb-proof article:last-child { padding: 24px 12px; }
    .tb-proof strong { font-size: 1.65rem; }
    .tb-proof span { font-size: .7rem; }
    .tb-feature-grid article { grid-template-columns: 52px minmax(0, 1fr); gap: 16px; padding: 22px 18px; }
    .tb-feature-grid article > span { width: 48px; height: 48px; border-radius: 13px; font-size: .78rem; }
    .tb-client-grid { grid-template-columns: 1fr; }
    .tb-client-grid a { min-height: 130px; }
    .tb-form-card { padding: 24px 18px; border-radius: 22px; }
    .tb-room-track figure { min-height: 200px; }
    .tb-thankyou-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .tb-hero-media img { animation: none; }
    .tb-room-track img,
    .tb-client-grid a { transition: none; }
}
