:root {
  --tbtnh-yellow: #f5c400;
  --tbtnh-yellow-2: #ffdc35;
  --tbtnh-black: #07080a;
  --tbtnh-black-2: #0d0f13;
  --tbtnh-panel: #12151b;
  --tbtnh-white: #fff;
  --tbtnh-muted: #b8bec9;
  --tbtnh-green: #25d366;
  --tbtnh-line: rgba(255,255,255,.10);
  --tbtnh-radius: 24px;
  --tbtnh-shadow: 0 24px 80px rgba(0,0,0,.38);
  --tbtnh-shell: min(1180px, calc(100% - 40px));
}

html { scroll-behavior: smooth; }
body.tbtnh-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--tbtnh-black);
  color: var(--tbtnh-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.tbtnh-page * { box-sizing: border-box; }
body.tbtnh-page img { max-width: 100%; height: auto; }
body.tbtnh-page a { color: inherit; }
body.tbtnh-page button,
body.tbtnh-page a { -webkit-tap-highlight-color: transparent; }

.tbtnh-shell { width: var(--tbtnh-shell); margin-inline: auto; }
.tbtnh-skip-link {
  position: fixed; z-index: 999999; left: 12px; top: -70px;
  padding: 12px 18px; background: var(--tbtnh-yellow); color: #000 !important;
  border-radius: 10px; font-weight: 800; text-decoration: none; transition: top .2s ease;
}
.tbtnh-skip-link:focus { top: 12px; }

.tbtnh-site-header {
  position: fixed; z-index: 9999; top: 0; left: 0; width: 100%;
  background: rgba(5,6,8,.82); border-bottom: 1px solid rgba(245,196,0,.18);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
body.admin-bar .tbtnh-site-header { top: 32px; }
.tbtnh-header-inner {
  min-height: 80px; display: flex; align-items: center; gap: 28px; justify-content: space-between;
}
.tbtnh-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.tbtnh-brand img { width: auto; max-height: 58px; object-fit: contain; }
.tbtnh-brand-mark { display: inline-grid; grid-template-columns: repeat(2, 12px); gap: 4px; transform: skew(-12deg); }
.tbtnh-brand-mark i { width: 12px; height: 12px; display: block; background: var(--tbtnh-yellow); box-shadow: 16px -16px 0 var(--tbtnh-yellow); }
.tbtnh-brand-word { display: grid; grid-template-columns: auto auto; line-height: .9; align-items: end; }
.tbtnh-brand-word b { font-size: 31px; color: #fff; letter-spacing: -.05em; }
.tbtnh-brand-word strong { font-size: 31px; color: var(--tbtnh-yellow); letter-spacing: -.05em; }
.tbtnh-brand-word small { grid-column: 1 / -1; margin-top: 7px; font-size: 9px; letter-spacing: .38em; color: #fff; }
.tbtnh-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; }
.tbtnh-nav a { color: #e9ebef; text-decoration: none; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.tbtnh-nav a:hover, .tbtnh-nav a:focus { color: var(--tbtnh-yellow); }
.tbtnh-header-call {
  display: inline-flex; min-height: 44px; align-items: center; justify-content: center;
  padding: 0 19px; border-radius: 999px; background: var(--tbtnh-yellow); color: #060606 !important;
  text-decoration: none; font-weight: 900; box-shadow: 0 8px 30px rgba(245,196,0,.22);
}

.tbtnh-main { display: block; background: var(--tbtnh-black); }
.tbtnh-hero {
  position: relative; isolation: isolate; min-height: 850px; overflow: hidden;
  padding: 170px 0 92px; display: flex; align-items: center;
  background: #050609;
}
.tbtnh-hero-media, .tbtnh-hero-overlay { position: absolute; inset: 0; }
.tbtnh-hero-media { z-index: -3; }
.tbtnh-hero-media picture, .tbtnh-hero-media img { width: 100%; height: 100%; display: block; }
.tbtnh-hero-media img { object-fit: cover; object-position: 68% 55%; filter: saturate(1.08) contrast(1.06) brightness(.74); }
.tbtnh-hero-overlay {
  z-index: -2;
  background:
    radial-gradient(circle at 73% 46%, rgba(245,196,0,.12), transparent 34%),
    linear-gradient(90deg, rgba(4,5,7,.99) 0%, rgba(4,5,7,.93) 33%, rgba(4,5,7,.42) 61%, rgba(4,5,7,.15) 100%),
    linear-gradient(0deg, #07080a 0%, transparent 22%);
}
.tbtnh-hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 200px; z-index: -1;
  background: linear-gradient(0deg, var(--tbtnh-black), transparent);
}
.tbtnh-hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(280px, .52fr); gap: 80px; align-items: end; }
.tbtnh-hero-copy { max-width: 760px; }
.tbtnh-eyebrow, .tbtnh-section-kicker {
  display: inline-flex; align-items: center; gap: 11px; color: var(--tbtnh-yellow);
  text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 900;
}
.tbtnh-eyebrow span { width: 42px; height: 3px; border-radius: 999px; background: var(--tbtnh-yellow); box-shadow: 0 0 18px rgba(245,196,0,.5); }
.tbtnh-hero h1 {
  margin: 22px 0 25px; max-width: 790px; font-size: clamp(49px, 6.5vw, 94px);
  line-height: .96; letter-spacing: -.055em; font-weight: 900; text-wrap: balance;
}
.tbtnh-hero h1 em { display: block; margin-top: 7px; color: var(--tbtnh-yellow); font-style: normal; }
.tbtnh-lead { margin: 0; max-width: 690px; color: #e2e5eb; font-size: clamp(18px, 2vw, 23px); line-height: 1.6; }
.tbtnh-hero-actions, .tbtnh-final-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.tbtnh-btn {
  min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 24px; border: 1px solid transparent; border-radius: 16px; text-decoration: none;
  font: inherit; font-size: 16px; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.tbtnh-btn:hover, .tbtnh-btn:focus-visible { transform: translateY(-2px); }
.tbtnh-btn svg, .tbtnh-trust-row svg, .tbtnh-service-card svg, .tbtnh-mobile-bar svg { width: 23px; height: 23px; fill: currentColor; flex: 0 0 auto; }
.tbtnh-btn-primary { background: var(--tbtnh-yellow); color: #080808 !important; box-shadow: 0 14px 36px rgba(245,196,0,.23); }
.tbtnh-btn-primary:hover { box-shadow: 0 18px 48px rgba(245,196,0,.32); }
.tbtnh-btn-whatsapp { background: var(--tbtnh-green); color: #071109 !important; box-shadow: 0 14px 36px rgba(37,211,102,.18); }
.tbtnh-btn-outline { background: transparent; color: var(--tbtnh-white); border-color: rgba(245,196,0,.65); }
.tbtnh-btn-outline:hover { border-color: var(--tbtnh-yellow); box-shadow: 0 12px 36px rgba(245,196,0,.12); }
.tbtnh-trust-row { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 30px; }
.tbtnh-trust-row span { display: inline-flex; align-items: center; gap: 7px; color: #f2f3f5; font-size: 13px; font-weight: 800; }
.tbtnh-trust-row svg { width: 18px; height: 18px; color: var(--tbtnh-yellow); }
.tbtnh-now-card {
  align-self: end; margin-bottom: 24px; padding: 28px; background: rgba(10,11,14,.76); border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px; box-shadow: var(--tbtnh-shadow); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.tbtnh-now-dot { width: 11px; height: 11px; border-radius: 50%; background: #5de58c; box-shadow: 0 0 0 8px rgba(93,229,140,.12), 0 0 24px rgba(93,229,140,.65); }
.tbtnh-now-card p { margin: 22px 0 5px; color: #fff; font-size: 17px; font-weight: 700; }
.tbtnh-now-card strong { display: block; color: var(--tbtnh-yellow); font-size: clamp(26px, 3.4vw, 38px); letter-spacing: -.04em; }
.tbtnh-now-card small { display: block; margin-top: 12px; color: var(--tbtnh-muted); line-height: 1.55; }

.tbtnh-quick-strip { position: relative; z-index: 3; margin-top: -32px; }
.tbtnh-quick-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden;
  border: 1px solid rgba(245,196,0,.2); border-radius: 20px; background: rgba(245,196,0,.18); box-shadow: var(--tbtnh-shadow);
}
.tbtnh-quick-grid > div { padding: 22px 24px; background: #0e1014; }
.tbtnh-quick-grid strong { display: block; color: var(--tbtnh-yellow); font-size: 17px; }
.tbtnh-quick-grid span { display: block; margin-top: 5px; color: var(--tbtnh-muted); font-size: 13px; }

.tbtnh-section { padding: 112px 0; }
.tbtnh-two-col { display: grid; grid-template-columns: 1fr .92fr; gap: 78px; align-items: center; }
.tbtnh-copy-block h2, .tbtnh-section-heading h2, .tbtnh-night-banner h2, .tbtnh-final-box h2 {
  margin: 17px 0 20px; color: #fff; font-size: clamp(37px, 4.8vw, 64px); line-height: 1.04; letter-spacing: -.045em; text-wrap: balance;
}
.tbtnh-copy-block p, .tbtnh-section-heading p, .tbtnh-night-banner p, .tbtnh-final-box p {
  color: var(--tbtnh-muted); font-size: 18px; line-height: 1.72;
}
.tbtnh-copy-block .tbtnh-btn { margin-top: 18px; }
.tbtnh-location-status { min-height: 24px; margin: 12px 0 0 !important; font-size: 14px !important; color: #d9dce2 !important; }
.tbtnh-image-card { position: relative; min-height: 590px; border-radius: 30px; overflow: hidden; box-shadow: var(--tbtnh-shadow); border: 1px solid rgba(255,255,255,.1); }
.tbtnh-image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,5,7,.72), transparent 45%); pointer-events: none; }
.tbtnh-image-card picture, .tbtnh-image-card img { display: block; width: 100%; height: 100%; }
.tbtnh-image-card img { position: absolute; inset: 0; object-fit: cover; object-position: center; }
.tbtnh-image-badge { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; padding: 14px 18px; border-radius: 14px; background: rgba(7,8,10,.8); color: #fff; font-weight: 800; border: 1px solid rgba(245,196,0,.42); backdrop-filter: blur(10px); }

.tbtnh-services-section { background: linear-gradient(180deg, #0a0b0e 0%, #101319 100%); border-block: 1px solid var(--tbtnh-line); }
.tbtnh-section-heading { max-width: 790px; }
.tbtnh-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
.tbtnh-service-card {
  min-height: 270px; padding: 28px; border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.1); transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.tbtnh-service-card:hover { transform: translateY(-5px); border-color: rgba(245,196,0,.38); background: linear-gradient(145deg, rgba(245,196,0,.08), rgba(255,255,255,.025)); }
.tbtnh-service-card > span { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 16px; color: #090909; background: var(--tbtnh-yellow); }
.tbtnh-service-card svg { width: 29px; height: 29px; }
.tbtnh-service-card h3 { margin: 24px 0 11px; color: #fff; font-size: 22px; }
.tbtnh-service-card p { margin: 0; color: var(--tbtnh-muted); line-height: 1.65; }
.tbtnh-deep-links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 30px; padding: 18px 20px; border-radius: 16px; border: 1px solid rgba(255,255,255,.09); background: rgba(0,0,0,.22); }
.tbtnh-deep-links span { color: var(--tbtnh-muted); font-weight: 700; }
.tbtnh-deep-links a { padding: 7px 11px; border-radius: 999px; background: rgba(245,196,0,.1); color: var(--tbtnh-yellow); font-size: 13px; font-weight: 800; text-decoration: none; }
.tbtnh-deep-links a:hover { background: var(--tbtnh-yellow); color: #080808; }

.tbtnh-steps-section { background: var(--tbtnh-black); }
.tbtnh-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.tbtnh-step { position: relative; overflow: hidden; padding: 32px; border-radius: 22px; background: var(--tbtnh-panel); border: 1px solid var(--tbtnh-line); }
.tbtnh-step::after { content: ""; position: absolute; right: -30px; bottom: -50px; width: 140px; height: 140px; border-radius: 50%; background: rgba(245,196,0,.09); filter: blur(4px); }
.tbtnh-step b { color: var(--tbtnh-yellow); font-size: 14px; letter-spacing: .12em; }
.tbtnh-step h3 { margin: 18px 0 10px; color: #fff; font-size: 23px; }
.tbtnh-step p { margin: 0; color: var(--tbtnh-muted); line-height: 1.65; }

.tbtnh-night-banner { position: relative; overflow: hidden; padding: 110px 0; background: #0d0e11; border-block: 1px solid rgba(245,196,0,.12); }
.tbtnh-night-banner::before { content: ""; position: absolute; left: -180px; top: -160px; width: 480px; height: 480px; border-radius: 50%; background: rgba(245,196,0,.1); filter: blur(90px); }
.tbtnh-night-banner-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.tbtnh-banner-photo { position: relative; min-height: 560px; overflow: hidden; border-radius: 28px; border: 1px solid rgba(255,255,255,.1); box-shadow: var(--tbtnh-shadow); }
.tbtnh-banner-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 100px rgba(0,0,0,.35); pointer-events: none; }
.tbtnh-banner-photo picture, .tbtnh-banner-photo img { display: block; width: 100%; height: 100%; }
.tbtnh-banner-photo img { position: absolute; inset: 0; object-fit: cover; object-position: center 53%; }

.tbtnh-faq-section { background: linear-gradient(180deg, #090a0c, #0d1015); }
.tbtnh-faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.tbtnh-faq-list { display: grid; gap: 12px; }
.tbtnh-faq-list details { overflow: hidden; border-radius: 16px; border: 1px solid rgba(255,255,255,.1); background: #11141a; }
.tbtnh-faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 21px 56px 21px 22px; color: #fff; font-weight: 850; line-height: 1.35; }
.tbtnh-faq-list summary::-webkit-details-marker { display: none; }
.tbtnh-faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: rgba(245,196,0,.12); color: var(--tbtnh-yellow); font-size: 21px; }
.tbtnh-faq-list details[open] summary::after { content: "–"; }
.tbtnh-faq-list p { margin: 0; padding: 0 22px 22px; color: var(--tbtnh-muted); line-height: 1.7; }
.tbtnh-faq-list p a { color: var(--tbtnh-yellow); font-weight: 800; }

.tbtnh-final-cta { padding: 0 0 110px; background: #0d1015; }
.tbtnh-final-box { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 45px; border-radius: 28px; background: linear-gradient(135deg, var(--tbtnh-yellow) 0%, #ffd839 100%); color: #080808; box-shadow: 0 26px 70px rgba(245,196,0,.16); }
.tbtnh-final-box .tbtnh-section-kicker, .tbtnh-final-box h2, .tbtnh-final-box p { color: #080808; }
.tbtnh-final-box h2 { margin-bottom: 7px; }
.tbtnh-final-box p { margin: 0; font-weight: 650; }
.tbtnh-final-box .tbtnh-btn-primary { background: #080808; color: #fff !important; box-shadow: none; }
.tbtnh-final-box .tbtnh-btn-whatsapp { background: #fff; color: #080808 !important; box-shadow: none; }

.tbtnh-footer { padding: 58px 0 24px; background: #050608; border-top: 1px solid rgba(255,255,255,.08); }
.tbtnh-footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 40px; }
.tbtnh-footer strong { font-size: 24px; color: #fff; }
.tbtnh-footer p { color: var(--tbtnh-muted); }
.tbtnh-footer-links { display: flex; flex-wrap: wrap; gap: 12px 22px; justify-content: flex-end; }
.tbtnh-footer-links a { color: #fff; font-weight: 750; text-decoration: none; }
.tbtnh-footer-links a:hover { color: var(--tbtnh-yellow); }
.tbtnh-footer-bottom { margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); color: #7f8691; font-size: 12px; }

.tbtnh-mobile-bar { display: none; }
.tbtnh-reveal { opacity: 1; transform: none; }
.tbtnh-js .tbtnh-reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.tbtnh-js .tbtnh-reveal.tbtnh-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
  :root { --tbtnh-shell: min(100% - 34px, 940px); }
  .tbtnh-nav { display: none; }
  .tbtnh-hero { min-height: 790px; padding-top: 145px; }
  .tbtnh-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .tbtnh-now-card { max-width: 430px; margin: 0; }
  .tbtnh-quick-grid { grid-template-columns: repeat(2, 1fr); }
  .tbtnh-two-col, .tbtnh-night-banner-grid, .tbtnh-faq-layout { grid-template-columns: 1fr; }
  .tbtnh-image-card, .tbtnh-banner-photo { min-height: 620px; }
  .tbtnh-service-grid { grid-template-columns: repeat(2, 1fr); }
  .tbtnh-final-box { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 782px) {
  body.admin-bar .tbtnh-site-header { top: 46px; }
}

@media (max-width: 720px) {
  :root { --tbtnh-shell: calc(100% - 28px); --tbtnh-radius: 18px; }
  body.tbtnh-page { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .tbtnh-site-header { position: absolute; background: linear-gradient(180deg, rgba(5,6,8,.94), rgba(5,6,8,.45), transparent); border-bottom: 0; backdrop-filter: none; }
  .tbtnh-header-inner { min-height: 72px; }
  .tbtnh-brand img { max-width: 150px; max-height: 48px; }
  .tbtnh-brand-word b, .tbtnh-brand-word strong { font-size: 27px; }
  .tbtnh-header-call { min-height: 40px; padding-inline: 14px; font-size: 13px; }
  .tbtnh-hero { min-height: 820px; padding: 120px 0 62px; align-items: end; }
  .tbtnh-hero-media img { object-position: 57% 52%; filter: saturate(1.08) contrast(1.06) brightness(.61); }
  .tbtnh-hero-overlay {
    background:
      linear-gradient(0deg, #07080a 0%, rgba(7,8,10,.96) 21%, rgba(7,8,10,.72) 49%, rgba(7,8,10,.28) 74%, rgba(7,8,10,.2) 100%),
      linear-gradient(90deg, rgba(4,5,7,.84), transparent 90%);
  }
  .tbtnh-hero-grid { align-items: end; }
  .tbtnh-eyebrow { font-size: 10px; letter-spacing: .15em; }
  .tbtnh-hero h1 { margin: 17px 0 18px; font-size: clamp(43px, 13.4vw, 66px); }
  .tbtnh-lead { font-size: 17px; line-height: 1.55; }
  .tbtnh-hero-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; margin-top: 25px; }
  .tbtnh-btn { min-height: 52px; padding-inline: 16px; border-radius: 14px; font-size: 14px; }
  .tbtnh-trust-row { gap: 9px 14px; margin-top: 22px; }
  .tbtnh-trust-row span { font-size: 11px; }
  .tbtnh-now-card { padding: 20px; border-radius: 18px; }
  .tbtnh-now-card p { margin-top: 17px; font-size: 14px; }
  .tbtnh-now-card strong { font-size: 27px; }
  .tbtnh-quick-strip { margin-top: 0; }
  .tbtnh-quick-grid { grid-template-columns: 1fr 1fr; border-radius: 0; border-inline: 0; }
  .tbtnh-quick-grid > div { padding: 18px 15px; }
  .tbtnh-quick-grid strong { font-size: 14px; }
  .tbtnh-quick-grid span { font-size: 11px; }
  .tbtnh-section { padding: 78px 0; }
  .tbtnh-copy-block h2, .tbtnh-section-heading h2, .tbtnh-night-banner h2, .tbtnh-final-box h2 { font-size: clamp(34px, 10vw, 48px); }
  .tbtnh-copy-block p, .tbtnh-section-heading p, .tbtnh-night-banner p, .tbtnh-final-box p { font-size: 16px; }
  .tbtnh-image-card, .tbtnh-banner-photo { min-height: 480px; border-radius: 22px; }
  .tbtnh-service-grid, .tbtnh-steps { grid-template-columns: 1fr; }
  .tbtnh-service-card { min-height: 0; padding: 24px; }
  .tbtnh-deep-links { align-items: flex-start; flex-direction: column; }
  .tbtnh-night-banner { padding: 80px 0; }
  .tbtnh-faq-list summary { padding-left: 18px; font-size: 15px; }
  .tbtnh-faq-list p { padding: 0 18px 20px; font-size: 14px; }
  .tbtnh-final-cta { padding-bottom: 78px; }
  .tbtnh-final-box { padding: 28px 22px; border-radius: 22px; }
  .tbtnh-final-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .tbtnh-footer { padding-top: 46px; }
  .tbtnh-footer-grid { grid-template-columns: 1fr; }
  .tbtnh-footer-links { justify-content: flex-start; flex-direction: column; }
  .tbtnh-mobile-bar {
    position: fixed; z-index: 10000; left: 10px; right: 10px; bottom: calc(8px + env(safe-area-inset-bottom));
    display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 18px;
    background: rgba(7,8,10,.94); border: 1px solid rgba(245,196,0,.35); box-shadow: 0 18px 60px rgba(0,0,0,.48); backdrop-filter: blur(18px);
  }
  .tbtnh-mobile-bar a { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-weight: 900; }
  .tbtnh-mobile-bar a:first-child { background: var(--tbtnh-yellow); color: #080808; }
  .tbtnh-mobile-bar a:last-child { color: #fff; }
  .tbtnh-mobile-bar svg { width: 21px; height: 21px; }
}

@media (max-width: 390px) {
  .tbtnh-header-call { display: none; }
  .tbtnh-hero-actions, .tbtnh-final-actions { grid-template-columns: 1fr; }
  .tbtnh-hero { min-height: 860px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tbtnh-js .tbtnh-reveal, .tbtnh-btn, .tbtnh-service-card { transition: none !important; transform: none !important; opacity: 1 !important; }
}
