:root {
  --tb-navy: #11243a;
  --tb-navy-deep: #091726;
  --tb-blue: #1b6fb8;
  --tb-blue-bright: #3e9be6;
  --tb-teal: #23a7a0;
  --tb-ink: #172231;
  --tb-copy: #4d5e70;
  --tb-soft: #eef4f8;
  --tb-border: #d9e3eb;
  --tb-white: #ffffff;
  --tb-shadow: 0 24px 70px rgba(17, 36, 58, 0.13);
  --tb-radius: 22px;
  --tb-container: 1180px;
}

body.tb-b2b-landing-page {
  margin: 0;
  background: var(--tb-white);
  color: var(--tb-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.tb-b2b-landing-page *,
body.tb-b2b-landing-page *::before,
body.tb-b2b-landing-page *::after { box-sizing: border-box; }
body.tb-b2b-landing-page img { display: block; max-width: 100%; }
body.tb-b2b-landing-page a { color: inherit; }
body.tb-b2b-landing-page h1,
body.tb-b2b-landing-page h2,
body.tb-b2b-landing-page h3,
body.tb-b2b-landing-page p { margin-top: 0; }
body.tb-b2b-landing-page h1,
body.tb-b2b-landing-page h2,
body.tb-b2b-landing-page h3 { color: var(--tb-ink); line-height: 1.12; letter-spacing: -0.035em; }
body.tb-b2b-landing-page h1 { font-size: clamp(2.85rem, 6vw, 5.35rem); margin-bottom: 24px; }
body.tb-b2b-landing-page h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); margin-bottom: 22px; }
body.tb-b2b-landing-page h3 { font-size: 1.34rem; margin-bottom: 12px; }

.tb-container { width: min(calc(100% - 40px), var(--tb-container)); margin-inline: auto; }
.tb-section { padding: 104px 0; }
.tb-section-soft { background: var(--tb-soft); }
.tb-section-dark { background: var(--tb-navy-deep); color: rgba(255,255,255,.8); }
.tb-copy { color: var(--tb-copy); max-width: 760px; }
.tb-eyebrow { margin-bottom: 15px; color: var(--tb-blue); font-size: .79rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tb-heading-light h2 { color: var(--tb-white) !important; }
.tb-heading-light p:not(.tb-eyebrow) { color: rgba(255,255,255,.72); }
.tb-section-heading { max-width: 820px; margin-bottom: 50px; }
.tb-section-heading > p:last-child { color: var(--tb-copy); font-size: 1.08rem; }
.tb-heading-light > p:last-child { color: rgba(255,255,255,.72); }

.tb-skip-link {
  position: fixed; z-index: 99999; left: 16px; top: -100px; padding: 11px 16px;
  background: var(--tb-white); color: var(--tb-navy); border-radius: 7px; font-weight: 700;
}
.tb-skip-link:focus { top: 16px; }

.tb-site-header {
  position: sticky; top: 0; z-index: 2000; background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(17,36,58,.08); backdrop-filter: blur(14px);
}
.tb-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.tb-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; font-weight: 800; color: var(--tb-navy); }
.tb-brand img { width: 185px; height: auto; max-height: 48px; object-fit: contain; }
.tb-brand span { border-left: 1px solid var(--tb-border); padding-left: 14px; font-size: .88rem; letter-spacing: .02em; }
.tb-primary-nav { display: flex; align-items: center; gap: 25px; }
.tb-primary-nav a { text-decoration: none; color: #34475a; font-size: .93rem; font-weight: 700; }
.tb-primary-nav a:hover { color: var(--tb-blue); }
.tb-primary-nav .tb-nav-cta { padding: 12px 18px; background: var(--tb-navy); color: var(--tb-white); border-radius: 10px; }
.tb-primary-nav .tb-nav-cta:hover { background: var(--tb-blue); color: var(--tb-white); }
.tb-menu-toggle { display: none; width: 44px; height: 42px; padding: 9px; border: 0; background: transparent; }
.tb-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--tb-navy); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.tb-hero {
  position: relative; overflow: hidden; padding: 86px 0 74px;
  background:
    radial-gradient(circle at 0% 0%, rgba(62,155,230,.16), transparent 36%),
    linear-gradient(135deg, #f7fbfe 0%, #ffffff 58%, #eff6fa 100%);
}
.tb-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -180px; bottom: -260px; border-radius: 50%; border: 76px solid rgba(35,167,160,.08); }
.tb-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 64px; }
.tb-lead { max-width: 740px; margin-bottom: 25px; color: var(--tb-copy); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.tb-exclusive-notice { display: flex; gap: 16px; align-items: flex-start; max-width: 760px; margin: 28px 0; padding: 18px; border: 1px solid #b9d8e9; border-radius: 14px; background: #eaf6fc; }
.tb-exclusive-notice p { margin: 0; color: #23485e; font-size: .96rem; font-weight: 650; }
.tb-notice-icon { flex: 0 0 auto; display: grid; place-items: center; width: 48px; height: 32px; border-radius: 8px; background: var(--tb-navy); color: var(--tb-white); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.tb-hero-actions, .tb-location-actions, .tb-final-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.tb-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 2px solid transparent; border-radius: 11px; text-decoration: none; font-size: .94rem; font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.tb-button:hover { transform: translateY(-2px); }
.tb-button-primary { background: var(--tb-blue); color: var(--tb-white) !important; }
.tb-button-primary:hover { background: #145e9c; }
.tb-button-secondary { border-color: var(--tb-border); background: var(--tb-white); color: var(--tb-navy) !important; }
.tb-button-secondary:hover { border-color: var(--tb-blue); }
.tb-button-dark { background: var(--tb-navy); color: var(--tb-white) !important; }
.tb-button-light { background: var(--tb-white); color: var(--tb-navy) !important; }
.tb-button-outline-light { border-color: rgba(255,255,255,.55); color: var(--tb-white) !important; }
.tb-hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--tb-border); }
.tb-hero-facts strong, .tb-hero-facts span { display: block; }
.tb-hero-facts strong { color: var(--tb-navy); font-size: 1rem; }
.tb-hero-facts span { color: var(--tb-copy); font-size: .82rem; line-height: 1.35; }
.tb-hero-visual { position: relative; min-width: 0; }
.tb-hero-visual > img { width: 100%; min-height: 510px; max-height: 610px; object-fit: cover; border-radius: 28px; box-shadow: var(--tb-shadow); }
.tb-hero-card { position: absolute; left: -28px; right: 38px; bottom: 28px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.38); border-radius: 15px; background: rgba(9,23,38,.88); color: var(--tb-white); box-shadow: 0 20px 50px rgba(0,0,0,.2); backdrop-filter: blur(9px); }
.tb-hero-card strong, .tb-hero-card span { display: block; }
.tb-hero-card strong { margin-bottom: 4px; }
.tb-hero-card span { color: rgba(255,255,255,.7); font-size: .87rem; }

.tb-trust-strip { padding: 22px 0; background: var(--tb-navy); color: rgba(255,255,255,.74); }
.tb-trust-grid { display: grid; grid-template-columns: repeat(6,1fr); align-items: center; text-align: center; }
.tb-trust-grid span { padding: 6px 12px; border-right: 1px solid rgba(255,255,255,.14); font-size: .83rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.tb-trust-grid span:last-child { border-right: 0; }

.tb-split-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
.tb-image-panel img, .tb-services-image img, .tb-location-image img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--tb-radius); box-shadow: var(--tb-shadow); }
.tb-image-panel { min-height: 500px; }
.tb-image-panel img { min-height: 500px; }
.tb-check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.tb-check-list li { position: relative; margin: 12px 0; padding-left: 30px; color: #32475a; }
.tb-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--tb-teal); font-weight: 900; }

.tb-services-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 38px; align-items: stretch; }
.tb-services-image { min-height: 660px; }
.tb-service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.tb-service-card { position: relative; min-height: 205px; padding: 27px; overflow: hidden; border: 1px solid var(--tb-border); border-radius: 17px; background: var(--tb-white); box-shadow: 0 10px 30px rgba(17,36,58,.05); }
.tb-service-card::after { content: ""; position: absolute; width: 90px; height: 90px; right: -44px; bottom: -44px; border-radius: 50%; background: rgba(62,155,230,.08); }
.tb-service-card p { margin-bottom: 0; color: var(--tb-copy); font-size: .93rem; }
.tb-card-number { display: block; margin-bottom: 18px; color: var(--tb-blue); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }

.tb-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.tb-process-grid article { padding: 28px 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.055); }
.tb-process-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 25px; border-radius: 50%; background: var(--tb-blue); color: var(--tb-white); font-weight: 900; }
.tb-process-grid h3 { color: var(--tb-white) !important; }
.tb-process-grid p { margin-bottom: 0; color: rgba(255,255,255,.66); font-size: .91rem; }

.tb-plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.tb-plan-card { padding: 35px 30px; border: 1px solid var(--tb-border); border-radius: 19px; background: var(--tb-white); box-shadow: 0 14px 40px rgba(17,36,58,.06); }
.tb-plan-card.tb-plan-featured { border-color: var(--tb-blue); transform: translateY(-9px); box-shadow: var(--tb-shadow); }
.tb-plan-label { display: inline-flex; margin-bottom: 24px; padding: 6px 10px; border-radius: 999px; background: var(--tb-soft); color: var(--tb-blue); font-size: .73rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.tb-plan-card p { color: var(--tb-copy); }
.tb-plan-card ul { margin: 24px 0 0; padding-left: 20px; color: #3a4e61; font-size: .92rem; }
.tb-plan-card li { margin: 9px 0; }

.tb-industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.tb-industry-grid article { min-height: 165px; padding: 27px; border: 1px solid #d6e2ea; border-radius: 15px; background: rgba(255,255,255,.72); }
.tb-industry-grid strong, .tb-industry-grid span { display: block; }
.tb-industry-grid strong { margin-bottom: 10px; color: var(--tb-navy); font-size: 1.03rem; }
.tb-industry-grid span { color: var(--tb-copy); font-size: .89rem; }

.tb-quote-section { background: linear-gradient(135deg, #f0f8fb, #ffffff); }
.tb-quote-frame { overflow: hidden; border: 1px solid var(--tb-border); border-radius: 18px; background: var(--tb-white); box-shadow: var(--tb-shadow); }
.tb-quote-frame iframe { display: block; width: 100%; min-height: 850px; border: 0; }

.tb-faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.tb-faq-list { border-top: 1px solid var(--tb-border); }
.tb-faq-list details { border-bottom: 1px solid var(--tb-border); }
.tb-faq-list summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; color: var(--tb-navy); font-weight: 800; list-style: none; }
.tb-faq-list summary::-webkit-details-marker { display: none; }
.tb-faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 18px; font-size: 1.8rem; font-weight: 400; color: var(--tb-blue); }
.tb-faq-list details[open] summary::after { content: "–"; }
.tb-faq-list details p { padding: 0 35px 24px 0; color: var(--tb-copy); }

.tb-location-card { display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; border: 1px solid var(--tb-border); border-radius: 24px; background: var(--tb-white); box-shadow: var(--tb-shadow); }
.tb-location-copy { padding: 55px; }
.tb-location-copy address { margin: 26px 0; color: var(--tb-copy); font-style: normal; }
.tb-location-copy address strong { display: block; color: var(--tb-navy); }
.tb-location-copy address a { color: var(--tb-blue); }
.tb-location-image { min-height: 520px; }
.tb-location-image img { border-radius: 0; box-shadow: none; }

.tb-final-cta { padding: 70px 0; background: linear-gradient(115deg, var(--tb-blue), var(--tb-navy)); color: rgba(255,255,255,.82); }
.tb-final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.tb-final-cta h2 { max-width: 740px; margin-bottom: 12px; color: var(--tb-white) !important; font-size: clamp(2rem,4vw,3.25rem); }
.tb-final-cta .tb-eyebrow { color: #9bd4ff; }
.tb-final-cta p:last-child { margin-bottom: 0; }
.tb-final-actions { flex: 0 0 auto; }

.tb-site-footer { padding: 60px 0 25px; background: #07131f; color: rgba(255,255,255,.65); }
.tb-footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3,1fr); gap: 48px; }
.tb-footer-grid > div { display: flex; flex-direction: column; gap: 7px; }
.tb-footer-grid strong { margin-bottom: 7px; color: var(--tb-white); }
.tb-footer-grid a { text-decoration: none; }
.tb-footer-grid a:hover { color: var(--tb-white); }
.tb-footer-brand img { width: 190px; margin-bottom: 14px; filter: brightness(0) invert(1); }
.tb-footer-brand p { max-width: 430px; font-size: .87rem; }
.tb-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .79rem; }
.tb-mobile-call { display: none; }

@media (max-width: 1080px) {
  .tb-primary-nav { gap: 16px; }
  .tb-primary-nav > a:not(.tb-nav-cta) { display: none; }
  .tb-hero-grid { gap: 38px; }
  .tb-hero-visual > img { min-height: 450px; }
  .tb-services-layout { grid-template-columns: 1fr; }
  .tb-services-image { min-height: 380px; }
  .tb-services-image img { max-height: 460px; }
  .tb-process-grid { grid-template-columns: repeat(2,1fr); }
  .tb-footer-grid { grid-template-columns: 1.3fr repeat(2,1fr); }
  .tb-footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  body.tb-b2b-landing-page { font-size: 16px; padding-bottom: 58px; }
  .tb-section { padding: 76px 0; }
  .tb-header-inner { min-height: 72px; }
  .tb-brand img { width: 155px; }
  .tb-brand span { display: none; }
  .tb-menu-toggle { display: block; }
  .tb-primary-nav {
    position: absolute; display: none; left: 20px; right: 20px; top: 69px; padding: 16px;
    border: 1px solid var(--tb-border); border-radius: 14px; background: var(--tb-white); box-shadow: var(--tb-shadow);
  }
  .tb-primary-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .tb-primary-nav > a:not(.tb-nav-cta) { display: block; padding: 11px 8px; }
  .tb-primary-nav .tb-nav-cta { margin-top: 8px; text-align: center; }
  .tb-hero { padding: 58px 0 65px; }
  .tb-hero-grid, .tb-split-grid, .tb-faq-layout, .tb-location-card { grid-template-columns: 1fr; }
  .tb-hero-copy { order: 1; }
  .tb-hero-visual { order: 2; }
  .tb-hero-visual > img { min-height: 380px; }
  .tb-hero-card { left: 18px; right: 18px; bottom: 18px; }
  .tb-trust-grid { grid-template-columns: repeat(3,1fr); row-gap: 10px; }
  .tb-trust-grid span:nth-child(3) { border-right: 0; }
  .tb-hero-facts { grid-template-columns: 1fr; }
  .tb-split-grid { gap: 38px; }
  .tb-image-panel, .tb-image-panel img { min-height: 370px; }
  .tb-plan-grid, .tb-industry-grid { grid-template-columns: 1fr; }
  .tb-plan-card.tb-plan-featured { transform: none; }
  .tb-location-image { min-height: 380px; }
  .tb-location-copy { padding: 38px 30px; }
  .tb-final-cta-inner { display: block; }
  .tb-final-actions { margin-top: 28px; }
  .tb-footer-grid { grid-template-columns: 1fr 1fr; }
  .tb-footer-brand { grid-column: 1 / -1; }
  .tb-footer-grid > div:last-child { grid-column: auto; }
  .tb-mobile-call { display: flex; position: fixed; z-index: 1999; left: 0; right: 0; bottom: 0; min-height: 58px; align-items: center; justify-content: center; background: var(--tb-blue); color: var(--tb-white) !important; text-decoration: none; font-weight: 900; box-shadow: 0 -8px 30px rgba(9,23,38,.2); }
}

@media (max-width: 580px) {
  .tb-container { width: min(calc(100% - 28px), var(--tb-container)); }
  body.tb-b2b-landing-page h1 { font-size: 2.65rem; }
  body.tb-b2b-landing-page h2 { font-size: 2.15rem; }
  .tb-hero-actions, .tb-location-actions, .tb-final-actions { display: grid; }
  .tb-button { width: 100%; }
  .tb-hero-visual > img { min-height: 310px; border-radius: 20px; }
  .tb-exclusive-notice { display: block; }
  .tb-notice-icon { margin-bottom: 12px; }
  .tb-trust-grid { grid-template-columns: repeat(2,1fr); }
  .tb-trust-grid span:nth-child(3) { border-right: 1px solid rgba(255,255,255,.14); }
  .tb-trust-grid span:nth-child(even) { border-right: 0; }
  .tb-service-grid, .tb-process-grid { grid-template-columns: 1fr; }
  .tb-service-card { min-height: 0; }
  .tb-location-copy { padding: 32px 23px; }
  .tb-footer-grid { grid-template-columns: 1fr; }
  .tb-footer-grid > div:last-child, .tb-footer-brand { grid-column: auto; }
  .tb-footer-bottom { display: block; }
  .tb-footer-bottom span { display: block; margin-top: 6px; }
}
