@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap');

:root {
  --bt-black: #101010;
  --bt-ink: #151515;
  --bt-muted: #5f6470;
  --bt-line: #e7e9ee;
  --bt-soft: #f5f7f6;
  --bt-green: #07820b;
  --bt-green-dark: #035f07;
  --bt-yellow: #f2c94c;
  --bt-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bt-ink);
  background: #fff;
  font-family: "Manrope", Arial, sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

p {
  margin: 0 0 18px;
  color: #30333a;
  font-size: 15px;
  line-height: 1.58;
}

h1,
h2,
h3 {
  margin: 0 0 12px;
  line-height: 1.12;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(31px, 4.8vw, 58px);
  font-weight: 900;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(23px, 3.2vw, 35px);
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
}

h1:last-child,
h2:last-child,
h3:last-child {
  margin-bottom: 0;
}

.main-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 88px;
  padding: 18px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(16, 16, 16, 0.96);
  color: #fff;
  backdrop-filter: blur(16px);
}

.bt-header-langbar {
  max-height: 64px;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.22s ease, opacity 0.18s ease, padding 0.22s ease, border-color 0.22s ease, transform 0.18s ease, visibility 0.18s ease;
}

.bt-header-mainbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 28px;
  min-width: 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.logotype {
  width: 92px;
  max-height: 45px;
  object-fit: contain;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-items {
  position: relative;
}

.nav-items > a,
nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

#dropdown-menu,
.bt-mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  width: 100%;
  max-height: none;
  overflow: visible;
  padding: 0;
  background: #fff;
  border: 0;
  border-top: 1px solid var(--bt-line);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
}

#dropdown-menu.is-open,
.bt-mega-menu.is-open,
.active-flex {
  display: block !important;
}

.bt-mega-menu__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 34px;
}

.bt-menu-close {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.bt-menu-close--desktop {
  position: absolute;
  top: 18px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f1f3f5;
  color: #20232a;
  font-size: 24px;
  line-height: 1;
}

.bt-menu-close--desktop:hover {
  background: #e5e8ec;
}

.bt-menu-close--mobile {
  display: none;
}

.bt-mega-menu__intro span {
  display: block;
  margin-bottom: 8px;
  color: var(--bt-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bt-mega-menu__intro strong {
  display: block;
  margin-bottom: 10px;
  color: var(--bt-ink);
  font-size: 24px;
  font-weight: 900;
}

.bt-mega-menu__intro p {
  color: var(--bt-muted);
  font-size: 14px;
}

.bt-mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.bt-mega-menu__search {
  display: none;
}

.bt-mobile-service-menu {
  display: none;
}

.bt-mega-menu__grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bt-mega-menu__column h3 {
  margin: 0 0 12px;
  color: var(--bt-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.bt-mega-menu__grid li {
  margin-bottom: 6px;
}

.bt-mega-menu__grid a {
  display: block;
  padding: 7px 0;
  color: #20232a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  text-transform: none;
}

.bt-mega-menu__grid a:hover {
  color: var(--bt-green);
}

.bt-header-actions,
.d-flex {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bt-contact-icons {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.material-icons {
  color: inherit;
  line-height: 1;
}

.menu {
  display: none !important;
}

.bt-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-left: 4px;
}

.bt-lang-switcher--desktop {
  overflow: visible;
}

.bt-lang-switcher--mobile {
  display: none;
}

header.is-scrolled .bt-header-langbar {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

header.is-scrolled .bt-header-langbar {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-color: transparent;
  transform: translateY(-8px);
}

.bt-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #25d366;
  text-decoration: none;
  transform: translateY(-2px);
  transition: color 0.18s ease, transform 0.18s ease;
}

.bt-whatsapp:hover {
  color: #35e978;
  transform: translateY(-3px);
}

.bt-whatsapp__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: currentColor;
}

.bt-whatsapp__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  transition: background 0.18s ease, border-color 0.18s ease;
}

.lang:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.34);
}

.bt-flag {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 24px;
  height: 17px;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.28);
  overflow: hidden;
}

.bt-lang-code {
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.bt-flag--pl {
  background-image: url("/media/flags/pl.svg");
}

.bt-flag--de {
  background-image: url("/media/flags/de.svg");
}

.bt-flag--en {
  background-image: url("/media/flags/gb.svg");
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border: 0;
  border-radius: var(--bt-radius);
  background: var(--bt-green);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.button:hover {
  background: var(--bt-green-dark);
}

.button-secondary {
  background: #fff;
  color: var(--bt-ink);
  box-shadow: none;
}

.new-hero {
  min-height: 660px;
  display: flex;
  align-items: center;
  padding: 48px 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.82), rgba(0,0,0,0.48), rgba(0,0,0,0.74)),
    url("/css/media/hero.jpg") center / cover no-repeat;
  color: #fff;
}

.page-service .new-hero:first-child {
  margin-top: -24px;
  padding-top: 72px;
}

.new-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 360px;
  gap: 56px;
  align-items: center;
}

.new-hero__content {
  max-width: 720px;
}

.new-hero p,
.page-hero p {
  max-width: 680px;
  color: rgba(255,255,255,0.86);
  font-size: 18px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--bt-yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.new-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bt-service-landing-hero {
  min-height: 720px;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.98), rgba(16, 16, 16, 0) 90px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.76)),
    var(--bt-service-hero-bg, url("/css/media/hero.jpg")) center / cover no-repeat;
}

.bt-service-landing-hero .new-hero__content {
  max-width: 760px;
}

.bt-hero-points {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.bt-hero-points li {
  position: relative;
  padding-left: 28px;
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  font-weight: 800;
}

.bt-hero-points li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bt-green);
  color: var(--bt-black);
  content: "✓";
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.new-hero__panel {
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--bt-radius);
  background: rgba(12, 12, 12, 0.68);
  box-shadow: 0 24px 80px rgba(0,0,0,0.28);
}

.new-hero__panel--form {
  padding: 0;
  border-color: rgba(255,255,255,0.24);
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.9), rgba(6, 6, 6, 0.86));
  box-shadow: 0 24px 80px rgba(0,0,0,0.36), inset 0 1px 0 rgba(255,255,255,0.05);
  overflow: hidden;
  align-self: center;
}

.new-hero__panel span {
  color: var(--bt-yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.new-hero__panel strong {
  display: block;
  margin: 12px 0;
  font-size: 24px;
}

.new-hero__panel p {
  color: rgba(255,255,255,0.78);
  font-size: 14px;
}

.new-section {
  padding: 88px 0;
}

.new-section-muted {
  background: var(--bt-soft);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-bottom: 12px;
}

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

.new-card,
.transfer-card,
.bt-service-card,
.faq-list article {
  padding: 26px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: #fff;
}

.new-card p,
.transfer-card p,
.bt-service-card p {
  font-size: 14px;
}

.new-card a {
  color: var(--bt-green);
  font-weight: 900;
  text-decoration: none;
}

.bt-service-feature-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.bt-service-feature-card__image {
  display: block;
  color: inherit;
  text-decoration: none;
}

.bt-service-feature-card__image img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  background: #f3f4f5;
  filter: saturate(1.14) contrast(1.08);
}

.bt-service-feature-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.bt-service-feature-card__body p {
  flex: 1;
}

.bt-wide-cta {
  padding: 58px 0;
  background: #151515;
  color: #fff;
}

.bt-wide-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.bt-wide-cta h2 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(27px, 3.4vw, 42px);
}

.bt-wide-cta p {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
}

.bt-wide-cta .button {
  min-width: 190px;
  min-height: 56px;
}

.bt-wide-cta--service {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.13), transparent 28%),
    linear-gradient(120deg, #111 0%, #17231f 42%, #0d1214 68%, #1a1a1a 100%);
}

.bt-wide-cta--service .bt-wide-cta__inner {
  padding: 0;
}

.bt-wide-cta--service .button {
  background: var(--bt-green);
  color: #fff;
}

.bt-wide-cta--service .button:hover {
  background: var(--bt-green-dark);
}

.bt-service-explain {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 56px;
  align-items: center;
}

.bt-service-explain__content {
  max-width: 580px;
}

.bt-service-explain__content p {
  font-size: 16px;
}

.bt-service-explain img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--bt-radius);
  filter: saturate(1.12) contrast(1.07);
}

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

.bt-benefits-classic article {
  padding: 24px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: #fff;
  text-align: center;
}

.bt-benefits-classic .bt-benefit-icon,
.bt-benefits-classic article > .material-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: var(--bt-radius);
  background: rgba(7, 130, 11, 0.08);
  color: var(--bt-green);
  font-size: 36px;
  line-height: 1;
}

.bt-benefits-classic .bt-benefit-icon i {
  font-size: 30px;
  line-height: 1;
}

.bt-benefits-classic .bt-benefit-icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.bt-benefits-classic p {
  margin-bottom: 0;
  font-size: 14px;
}

.bt-route-types {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
  gap: 56px;
  align-items: center;
}

.bt-route-types__content p {
  max-width: 620px;
  font-size: 16px;
}

.bt-green-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.bt-green-list li {
  position: relative;
  padding-left: 24px;
  color: #30333a;
  font-size: 16px;
  line-height: 1.5;
}

.bt-green-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--bt-green);
}

.bt-green-list strong {
  color: var(--bt-ink);
  font-weight: 900;
}

.bt-route-types img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--bt-radius);
  filter: saturate(1.12) contrast(1.07);
}

.bt-home-faq {
  max-width: 860px;
}

.bt-accordion {
  display: grid;
  gap: 10px;
}

.bt-accordion details {
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: #fff;
}

.bt-accordion summary {
  position: relative;
  display: block;
  padding: 18px 52px 18px 20px;
  color: var(--bt-ink);
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.bt-accordion summary::-webkit-details-marker {
  display: none;
}

.bt-accordion summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--bt-green);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.bt-accordion details[open] summary::after {
  content: "-";
}

.bt-accordion details p {
  margin: 0;
  padding: 0 20px 20px;
  font-size: 15px;
}

.bt-mini-form {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.5fr) auto;
  gap: 18px;
  align-items: end;
  padding: 28px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: #fff;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.14);
}

.bt-mini-form__header h2 {
  margin-bottom: 0;
  font-size: 26px;
}

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

.bt-mini-form label {
  display: block;
}

.bt-mini-form label span {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 900;
}

.bt-mini-form input,
.bt-mini-form select {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d9dce2;
  border-radius: var(--bt-radius);
  font: inherit;
  font-size: 14px;
}

.bt-mini-form__datetime {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 10px;
}

.bt-mini-form__submit {
  min-width: 150px;
}

.bt-mini-form > p {
  grid-column: 2 / 4;
  margin: -8px 0 0;
  color: var(--bt-muted);
  font-size: 13px;
}

.new-hero__panel--form .bt-mini-form {
  display: block;
  padding: 25px 28px 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.new-hero__panel--form .bt-mini-form__header {
  margin-bottom: 16px;
}

.new-hero__panel--form .bt-mini-form__header h2 {
  color: #fff;
  font-size: 24px;
}

.new-hero__panel--form .bt-mini-form__grid {
  grid-template-columns: 1fr;
  gap: 11px;
}

.new-hero__panel--form .bt-mini-form label span {
  color: #fff;
}

.new-hero__panel--form .bt-mini-form input,
.new-hero__panel--form .bt-mini-form select {
  min-height: 43px;
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.96);
}

.new-hero__panel--form .bt-mini-form__submit {
  width: 100%;
  margin-top: 8px;
}

.new-hero__panel--form .bt-mini-form > p {
  margin-top: 10px;
  color: rgba(255,255,255,0.72);
}

.bt-mini-form__return-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 5px 0 8px;
  color: rgba(255,255,255,0.8);
  cursor: pointer;
}

.bt-mini-form__return-toggle input {
  width: 14px;
  height: 14px;
  min-height: 0;
  padding: 0;
  accent-color: var(--bt-green);
}

.bt-mini-form .bt-mini-form__return-toggle span {
  margin: 0 !important;
  color: rgba(255,255,255,0.78) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: none;
}

.bt-mini-form__return-date {
  display: none !important;
  margin: 2px 0 12px;
}

.bt-mini-form__return-date.is-visible {
  display: block !important;
}

.transfer-card span:first-child {
  color: var(--bt-muted);
  font-size: 14px;
  font-weight: 800;
}

.transfer-route {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 20px 0;
}

.transfer-route strong {
  font-size: 20px;
  line-height: 1.18;
}

.transfer-route .bt-route-icon {
  color: var(--bt-green);
  font-size: 34px;
  line-height: 1;
}

.transfer-price {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.split-section img {
  width: 100%;
  border-radius: var(--bt-radius);
  filter: saturate(1.12) contrast(1.07);
}

.bt-google-reviews-section {
  border-top: 1px solid var(--bt-line);
  border-bottom: 1px solid var(--bt-line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(245,247,246,0.98) 100%),
    linear-gradient(90deg, rgba(7,130,11,0.05), rgba(242,201,76,0.08));
}

.bt-google-reviews__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.bt-google-reviews__top .section-heading {
  margin-bottom: 0;
}

.bt-google-reviews__summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 238px;
  padding: 19px 20px 18px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: #fff;
  color: var(--bt-ink);
  text-decoration: none;
  box-shadow: 0 16px 46px rgba(15, 23, 42, 0.05);
}

.bt-google-reviews__summary > span:not(.bt-google-stars):not(.bt-google-reviews__sources) {
  margin-bottom: 4px;
  color: var(--bt-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.bt-google-reviews__summary strong {
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 900;
  line-height: 0.95;
}

.bt-google-reviews__summary small {
  margin-top: 5px;
  color: var(--bt-muted);
  font-size: 13px;
  font-weight: 800;
}

.bt-google-reviews__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.bt-google-reviews__sources span {
  padding: 5px 8px;
  border: 1px solid rgba(7, 130, 11, 0.16);
  border-radius: 999px;
  background: rgba(7, 130, 11, 0.07);
  color: var(--bt-green-dark);
  font-size: 11px;
  font-weight: 900;
}

.bt-google-reviews__shell {
  position: relative;
  padding: 0 54px;
}

.bt-google-reviews__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  align-items: start;
  overflow-x: auto;
  padding: 2px 0 12px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.bt-google-reviews__track::-webkit-scrollbar {
  display: none;
}

.bt-google-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 228px;
  padding: 20px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: #fff;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.06);
  scroll-snap-align: start;
}

.bt-google-review-card__quote {
  position: absolute;
  top: 18px;
  right: 18px;
  color: rgba(7, 130, 11, 0.1);
  font-size: 42px;
}

.bt-google-review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  min-width: 0;
}

.bt-google-review-card__author img,
.bt-google-review-card__author > span {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.bt-google-review-card__author img {
  object-fit: cover;
}

.bt-google-review-card__author > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bt-soft);
  color: var(--bt-green-dark);
  font-weight: 900;
}

.bt-google-review-card__author div {
  min-width: 0;
}

.bt-google-review-card__author a,
.bt-google-review-card__author strong {
  display: block;
  overflow: hidden;
  color: var(--bt-ink);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bt-google-review-card__author small {
  display: block;
  margin-top: 3px;
  color: var(--bt-muted);
  font-size: 12px;
  font-weight: 800;
}

.bt-google-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: var(--bt-yellow);
}

.bt-google-stars .material-icons {
  font-size: 18px;
}

.bt-google-review-card p {
  display: -webkit-box;
  margin: 12px 0 14px;
  overflow: hidden;
  color: #2c3036;
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.bt-google-review-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--bt-line);
}

.bt-google-review-card__footer span,
.bt-google-review-card__footer a {
  color: var(--bt-muted);
  font-size: 12px;
  font-weight: 900;
}

.bt-google-review-card__footer a {
  color: var(--bt-green-dark);
  text-decoration: none;
}

.bt-google-reviews__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: #fff;
  color: var(--bt-ink);
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
}

.bt-google-reviews__nav:hover {
  color: var(--bt-green-dark);
}

.bt-google-reviews__nav--prev {
  left: 0;
}

.bt-google-reviews__nav--next {
  right: 0;
}

.bt-google-reviews__note {
  max-width: 760px;
  margin: 18px 54px 0;
  color: var(--bt-muted);
  font-size: 12px;
}

.page-hero,
.bt-service-hero {
  padding: 90px 0;
  background: var(--bt-black);
  color: #fff;
}

.page-hero--image {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.76)),
    var(--bt-simple-hero-bg) center / cover no-repeat;
}

.bt-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.94fr);
  gap: 58px;
  align-items: center;
}

.bt-about-intro__content {
  max-width: 620px;
}

.bt-about-intro__content h2 {
  margin-bottom: 18px;
}

.bt-about-intro__content p {
  color: var(--bt-muted);
}

.bt-about-intro__content .button {
  margin-top: 12px;
}

.bt-about-intro img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--bt-radius);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.bt-about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bt-about-stat,
.bt-about-value,
.bt-about-gallery-card {
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: #fff;
}

.bt-about-stat {
  padding: 26px;
}

.bt-about-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--bt-green);
  font-size: 36px;
  line-height: 1;
}

.bt-about-stat span {
  display: block;
  margin-bottom: 10px;
  color: var(--bt-ink);
  font-size: 18px;
  font-weight: 900;
}

.bt-about-stat p {
  margin: 0;
  color: var(--bt-muted);
  font-size: 15px;
}

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

.bt-about-value {
  padding: 28px;
}

.bt-about-value .material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--bt-yellow);
  color: var(--bt-black);
  font-size: 24px;
}

.bt-about-value h3,
.bt-about-gallery-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.bt-about-value p,
.bt-about-gallery-card p {
  margin: 0;
  color: var(--bt-muted);
}

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

.bt-about-gallery-card {
  overflow: hidden;
}

.bt-about-gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bt-about-gallery-card div {
  padding: 24px;
}

.bt-service-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 58px;
  align-items: center;
}

.bt-service-hero__content p {
  color: rgba(255,255,255,0.84);
}

.bt-service-hero__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--bt-radius);
}

.bt-service-highlights {
  padding: 54px 0 24px;
}

.bt-service-process {
  padding: 72px 0 72px;
  background: var(--bt-soft);
}

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

.bt-process-card {
  padding: 26px;
  border: 1px solid var(--bt-line);
  border-radius: var(--bt-radius);
  background: #fff;
}

.bt-process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--bt-black);
  color: var(--bt-yellow);
  font-size: 13px;
  font-weight: 900;
}

.bt-process-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.bt-process-card p {
  margin: 0;
  color: var(--bt-muted);
}

.bt-service-card .benefits {
  color: var(--bt-green);
  font-size: 44px;
  margin-bottom: 14px;
}

.bt-service-content__inner,
.copy-container {
  max-width: 820px;
}

.bt-copy-section,
.copy-block,
.bt-service-final {
  margin-bottom: 44px;
}

.bt-copy-section h2,
.copy-block h2,
.bt-service-final h2 {
  margin-bottom: 16px;
}

.link-cloud {
  margin-top: 48px;
}

.link-cloud h2 {
  margin-bottom: 18px;
}

.link-cloud div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.link-cloud a {
  padding: 10px 14px;
  border: 1px solid var(--bt-line);
  border-radius: 999px;
  color: var(--bt-ink);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.contact-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 760px);
  gap: 42px;
  align-items: start;
  justify-content: space-between;
}

.contact-direct {
  padding: 26px;
  border-radius: var(--bt-radius);
  background: var(--bt-soft);
}

.contact-direct h2 {
  margin-bottom: 18px;
  font-size: 22px;
}

.contact-direct a {
  display: block;
  margin-bottom: 12px;
  color: var(--bt-ink);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.contact-direct a:hover {
  color: var(--bt-green);
}

.bt-booking {
  width: 100%;
  max-width: 760px;
  position: relative;
  background:
    linear-gradient(180deg, rgba(7, 130, 11, 0.04), rgba(255, 255, 255, 0) 170px),
    #fff;
  color: #111;
  border: 1px solid #dfe4e2;
  border-radius: var(--bt-radius);
  box-shadow: 0 28px 80px rgba(16, 16, 16, 0.09);
  overflow: hidden;
}

.bt-booking::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--bt-green) 0 72%, var(--bt-yellow) 72% 100%);
}

.bt-booking__body {
  padding: 38px;
}

.bt-booking__header {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(7, 130, 11, 0.12);
}

.bt-booking__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--bt-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bt-booking__title {
  max-width: 560px;
  margin-bottom: 8px;
  color: var(--bt-ink);
  font-size: 31px;
  line-height: 1.08;
}

.bt-booking__subtitle {
  color: var(--bt-muted);
  font-size: 15px;
}

.bt-booking__route {
  position: relative;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(7, 130, 11, 0.14);
  border-radius: var(--bt-radius);
  background: #f8fbf8;
}

.bt-booking__route .bt-booking__field:last-child {
  margin-bottom: 0;
}

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

.bt-booking__field {
  margin-bottom: 16px;
}

.bt-booking__field label {
  display: block;
  margin-bottom: 8px;
  color: var(--bt-ink);
  font-size: 15px;
  font-weight: 900;
}

.bt-booking__field label span {
  color: var(--bt-muted);
  font-weight: 700;
}

.bt-booking__field input,
.bt-booking__field select,
.bt-booking__field textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 17px;
  border: 1px solid #dce2df;
  border-radius: var(--bt-radius);
  background: #fbfcfb;
  color: var(--bt-ink);
  font: inherit;
  font-size: 15px;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.bt-booking__field input:focus,
.bt-booking__field select:focus,
.bt-booking__field textarea:focus {
  border-color: var(--bt-green);
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(7, 130, 11, 0.12);
}

.bt-booking__field input::placeholder,
.bt-booking__field textarea::placeholder {
  color: #7d8490;
}

.bt-booking__field textarea {
  min-height: 112px;
  padding-top: 14px;
  resize: vertical;
}

.bt-booking__input-wrap {
  position: relative;
}

.bt-booking__input-wrap .material-icons {
  position: absolute;
  left: 13px;
  top: 50%;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 130, 11, 0.14);
  border-radius: 999px;
  background: #eff9f0;
  color: var(--bt-green);
  font-size: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

.bt-booking__field--has-icon input {
  padding-left: 58px;
}

.bt-booking__checkbox {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 2px 0 18px;
  color: var(--bt-muted);
  font-size: 15px;
}

.bt-booking__checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--bt-green);
}

.bt-booking__return-fields {
  display: none;
}

.bt-booking__return-fields.is-visible {
  display: block;
}

.bt-booking__hidden-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.bt-booking__note {
  margin: 14px 0 0;
  color: var(--bt-muted);
  text-align: center;
  font-size: 14px;
}

.bt-booking__submit {
  display: block;
  width: 100%;
  margin-top: 4px;
  text-align: center;
  box-shadow: 0 12px 24px rgba(7, 130, 11, 0.18);
}

#contact {
  padding: 72px 0;
  background: #151515;
  color: #fff;
}

#contact .row {
  row-gap: 18px;
}

.bt-contact-card {
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--bt-radius);
  background: rgba(255,255,255,0.06);
}

#contact h3,
#contact p,
#contact .material-icons {
  color: #fff;
}

#contact .contacts {
  margin-bottom: 12px;
  color: var(--bt-yellow);
  font-size: 38px;
}

#contact .bt-contact-card-wa {
  display: inline-flex;
  width: 38px;
  height: 38px;
  color: #25d366;
}

#contact .bt-contact-card-wa svg {
  display: block;
  width: 100%;
  height: 100%;
}

footer {
  padding: 54px 0;
  background: #0b0b0b;
  color: #fff;
}

footer h2 {
  margin-bottom: 14px;
  font-size: 20px;
}

footer p,
footer span {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer li {
  margin-bottom: 8px;
}

footer a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.bt-mobile-contact-bar {
  display: none;
}

.bt-cookie-settings-link {
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.72);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.bt-cookie-settings-link:hover {
  color: #fff;
}

.bt-cookie-consent[hidden] {
  display: none;
}

.bt-cookie-modal[hidden],
.bt-cookie-consent__details[hidden] {
  display: none;
}

.bt-cookie-consent {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 260;
  color: #fff;
}

.bt-cookie-consent__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 20px 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--bt-radius);
  background: linear-gradient(180deg, rgba(22,22,22,0.98), rgba(8,8,8,0.98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.bt-cookie-consent__copy span {
  display: block;
  margin-bottom: 6px;
  color: var(--bt-yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bt-cookie-consent__copy h2 {
  margin-bottom: 7px;
  color: #fff;
  font-size: 20px;
}

.bt-cookie-consent__copy p {
  max-width: 680px;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.45;
}

.bt-cookie-consent__details-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.58);
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.bt-cookie-consent__details {
  margin-top: 10px;
}

.bt-cookie-consent__details a {
  color: #fff;
  font-weight: 900;
}

.bt-cookie-consent__settings {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 18px 0;
}

.bt-cookie-consent__option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--bt-radius);
  background: rgba(255,255,255,0.04);
  cursor: pointer;
}

.bt-cookie-consent__option input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--bt-green);
}

.bt-cookie-consent__option strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 13px;
}

.bt-cookie-consent__option small {
  display: block;
  color: rgba(255,255,255,0.66);
  font-size: 12px;
  line-height: 1.35;
}

.bt-cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  max-width: 560px;
}

.bt-cookie-consent__button {
  min-height: 50px;
  padding: 13px 22px;
  border-radius: var(--bt-radius);
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.bt-cookie-consent__button--ghost {
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: #fff;
}

.bt-cookie-consent__button--primary,
.bt-cookie-consent__button--save {
  border: 1px solid var(--bt-green);
  background: var(--bt-green);
  color: #fff;
}

.bt-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 270;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0,0,0,0.56);
}

.bt-cookie-modal__panel {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--bt-radius);
  background: linear-gradient(180deg, #171717, #090909);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
}

.bt-cookie-modal__panel > span {
  display: block;
  margin-bottom: 8px;
  color: var(--bt-yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bt-cookie-modal__panel h2 {
  color: #fff;
  font-size: 25px;
}

.bt-cookie-modal__panel p {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.bt-cookie-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--bt-radius);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bt-cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.bt-cookie-modal-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .bt-benefits-classic,
  .bt-about-stats,
  .bt-about-values,
  .bt-about-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.bt-mobile-menu-open {
    overflow: hidden;
  }

  body.bt-mobile-menu-open .bt-cookie-consent,
  body.bt-mobile-menu-open .bt-cookie-modal {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  header {
    display: block;
    min-height: 0;
    max-height: 100vh;
    max-height: 100svh;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }

  body.bt-mobile-menu-open header {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    max-height: none;
    overflow: hidden;
    background: linear-gradient(180deg, #111 0%, #060606 100%);
  }

  .bt-header-mainbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "logo menu"
      "nav nav";
    gap: 0;
    padding: 18px;
  }

  body.bt-mobile-menu-open .bt-header-mainbar {
    flex: 1 1 auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "menu"
      "nav";
    grid-template-rows: auto minmax(0, 1fr);
    width: 100%;
    min-height: 0;
    padding: 10px 12px 18px;
  }

  body.bt-mobile-menu-open .bt-header-langbar {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-color: transparent;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  body.bt-mobile-menu-open .logo {
    display: none;
  }

  .logo {
    grid-area: logo;
    align-self: center;
    font-size: 23px;
  }

  .logotype {
    width: 84px;
    max-height: 41px;
  }

  .bt-header-actions {
    display: contents;
  }

  .bt-lang-switcher--desktop {
    display: none;
  }

  .bt-lang-switcher--mobile {
    display: flex;
  }

  .bt-lang-switcher {
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 8px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: #070707;
  }

  .lang {
    transform: none;
  }

  .bt-contact-icons {
    display: none;
  }

  .bt-contact-icons .material-icons {
    font-size: 32px;
  }

  .bt-whatsapp {
    width: 34px;
    height: 34px;
    transform: translateY(-2px);
  }

  .bt-whatsapp__icon {
    width: 31px;
    height: 31px;
  }

  #nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    padding-top: 18px;
  }

  #nav-links .nav-items,
  #submenu {
    width: 100%;
  }

  #nav-links > .nav-items {
    border-top: 0;
  }

  #nav-links > .nav-items:last-child {
    border-bottom: 0;
  }

  #nav-links > .nav-items > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 64px;
    padding: 0 17px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
  }

  #nav-links > .nav-items > a:hover,
  #nav-links > .nav-items > a:focus-visible {
    border-color: rgba(37, 211, 102, 0.42);
    background: rgba(37, 211, 102, 0.1);
    outline: none;
  }

  #submenu > a .material-icons {
    flex: 0 0 auto;
    font-size: 24px !important;
    padding-bottom: 0 !important;
  }

  #nav-links.active {
    display: flex !important;
    max-height: calc(100vh - 112px);
    max-height: calc(100svh - 112px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: calc(22px + env(safe-area-inset-bottom));
    -webkit-overflow-scrolling: touch;
  }

  body.bt-mobile-menu-open nav {
    min-height: 0;
  }

  body.bt-mobile-menu-open #nav-links.active {
    height: 100%;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .menu {
    grid-area: menu;
    justify-self: end;
    align-self: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    font-size: 34px;
    cursor: pointer;
  }

  nav {
    grid-area: nav;
  }

  #dropdown-menu {
    display: none !important;
  }

  .bt-mega-menu__search {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1;
    margin: -14px -14px 10px;
    padding: 12px 14px;
    background: #fff;
    border-bottom: 1px solid var(--bt-line);
  }

  .bt-mega-menu__search span {
    display: block;
    margin-bottom: 7px;
    color: var(--bt-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .bt-mega-menu__search input {
    width: 100%;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid #d9dce2;
    border-radius: var(--bt-radius);
    font: inherit;
    font-size: 14px;
  }

  .bt-mobile-service-menu {
    box-sizing: border-box;
    width: 100%;
    max-height: none;
    overflow: visible;
    margin-top: 10px;
    padding: 16px 14px 18px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    background: linear-gradient(180deg, #111, #090909);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  }

  body.bt-mobile-menu-open .bt-mobile-service-menu {
    width: 100%;
    margin-top: 10px;
  }

  .bt-mobile-service-menu.is-open {
    display: flex;
    flex-direction: column;
  }

  .bt-mobile-service-menu__list {
    display: grid;
    gap: 10px;
    padding: 14px 0 8px;
  }

  .bt-mobile-service-menu__list--primary {
    padding: 8px 0 12px;
  }

  .bt-mobile-service-menu__list--all {
    max-height: min(54vh, 405px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 8px 4px 2px 0;
    -webkit-overflow-scrolling: touch;
  }

  .bt-mobile-service-menu__list--all::-webkit-scrollbar {
    width: 6px;
  }

  .bt-mobile-service-menu__list--all::-webkit-scrollbar-track {
    background: transparent;
  }

  .bt-mobile-service-menu__list--all::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
  }

  .bt-mobile-service-menu__list a {
    display: block;
    min-height: 54px;
    padding: 15px 15px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--bt-radius);
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    text-transform: none;
  }

  .bt-mobile-service-menu__list a:hover {
    border-color: rgba(37, 211, 102, 0.38);
    background: rgba(37, 211, 102, 0.1);
  }

  .bt-mobile-service-menu__list a.is-filtered-out,
  .bt-mobile-service-menu__list a[hidden],
  .bt-mega-menu__grid li[hidden] {
    display: none !important;
  }

  .bt-menu-close--desktop {
    display: none;
  }

  .bt-menu-close--mobile {
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    justify-content: center;
    flex: 0 0 auto;
    float: none;
    width: 32px;
    height: 32px;
    margin: -8px -8px 4px auto;
    color: #fff;
    font-size: 28px;
    line-height: 1;
  }

  .bt-mobile-service-menu__header {
    padding-right: 32px;
  }

  .bt-mobile-service-menu__header strong {
    display: block;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
  }

  .bt-mobile-service-menu__label {
    display: block;
    margin-top: 14px;
    color: var(--bt-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .bt-mobile-service-menu__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 46px;
    margin-top: 2px;
    padding: 0 13px;
    border: 1px solid rgba(37, 211, 102, 0.35);
    border-radius: var(--bt-radius);
    background: rgba(37, 211, 102, 0.1);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
  }

  .bt-mobile-service-menu__toggle .material-icons {
    flex: 0 0 auto;
    font-size: 22px;
    transition: transform 0.18s ease;
  }

  .bt-mobile-service-menu__toggle.is-expanded .material-icons {
    transform: rotate(180deg);
  }

  .bt-mobile-service-menu__toggle[hidden] {
    display: none !important;
  }

  .bt-mobile-service-menu__all[hidden] {
    display: none !important;
  }

  .bt-mobile-service-menu__all {
    min-height: 0;
    margin-top: 4px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .bt-mobile-service-menu.is-expanded .bt-mobile-service-menu__label--primary,
  .bt-mobile-service-menu.is-expanded .bt-mobile-service-menu__list--primary {
    display: none;
  }

  .bt-mobile-service-menu__search {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    margin-top: 14px;
    padding: 0 13px;
    border: 1px solid rgba(37, 211, 102, 0.32);
    border-radius: var(--bt-radius);
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.78);
  }

  .bt-mobile-service-menu__search .material-icons {
    flex: 0 0 auto;
    color: var(--bt-gold);
    font-size: 21px;
  }

  .bt-mobile-service-menu__search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
  }

  .bt-mobile-service-menu__search input::placeholder {
    color: rgba(255,255,255,0.72);
    opacity: 1;
  }

  .bt-mobile-service-menu__empty {
    margin: 10px 0 0;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    font-weight: 800;
  }

  .bt-mobile-service-menu__more {
    display: inline-flex;
    flex: 0 0 auto;
    margin-top: 8px;
    padding: 3px 0;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.78);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: none;
  }

  .bt-mobile-service-menu__more:hover {
    color: #fff;
    border-bottom-color: rgba(37, 211, 102, 0.55);
  }

  .new-hero__grid,
  .bt-service-hero__grid,
  .bt-wide-cta__inner,
  .bt-google-reviews__top,
  .bt-service-explain,
  .bt-route-types,
  .split-section,
  .bt-about-intro,
  .contact-layout,
  .bt-mini-form {
    grid-template-columns: 1fr;
  }

  .bt-mini-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bt-mini-form > p {
    grid-column: auto;
  }

  .new-hero__panel {
    max-width: 420px;
  }

  .new-card-grid,
  .transfer-grid,
  .bt-service-process__grid,
  .bt-benefits-classic,
  .bt-about-stats,
  .bt-about-values,
  .bt-about-gallery {
    grid-template-columns: 1fr;
  }

  .bt-wide-cta__inner {
    align-items: start;
  }

  .bt-wide-cta .button {
    width: fit-content;
  }

  .bt-google-reviews__summary {
    width: fit-content;
  }

  .bt-google-reviews__track {
    grid-auto-columns: minmax(280px, 78%);
  }

  .bt-cookie-consent__inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .bt-cookie-consent__actions {
    justify-content: stretch;
    min-width: 0;
  }

  .bt-cookie-consent__button {
    flex: 1 1 140px;
  }

  .bt-cookie-consent__settings {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 76px;
  }

  .bt-mobile-contact-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(37, 211, 102, 0.28);
    background: linear-gradient(180deg, rgba(28,28,28,0.98), rgba(6,6,6,0.98));
    box-shadow: 0 -20px 56px rgba(0, 0, 0, 0.42), 0 -1px 0 rgba(255,255,255,0.08);
    backdrop-filter: blur(14px);
    transition: opacity 0.18s ease, transform 0.22s ease, visibility 0.18s ease;
  }

  body.bt-mobile-menu-open .bt-mobile-contact-bar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
    visibility: hidden;
  }

  .bt-cookie-consent {
    left: 10px;
    right: 10px;
    bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .bt-cookie-consent__inner {
    max-height: calc(100vh - 118px);
    overflow: auto;
    padding: 14px;
  }

  .bt-cookie-consent__copy h2 {
    font-size: 18px;
  }

  .bt-cookie-consent__copy p {
    font-size: 13px;
  }

  .bt-mobile-contact-bar a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 999px;
    color: #fff;
    gap: 3px;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
  }

  .bt-mobile-contact-bar a:nth-child(2) {
    background: rgba(37, 211, 102, 0.14);
    color: #25d366;
  }

  .bt-mobile-contact-bar a:nth-child(3) {
    background: transparent;
    box-shadow: none;
  }

  .bt-mobile-contact-bar .material-icons {
    font-size: 25px;
  }

  .bt-mobile-contact-bar__wa {
    width: 25px;
    height: 25px;
    color: #25d366;
  }

  .bt-mobile-contact-bar__wa svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .main-container {
    width: min(100% - 28px, 1180px);
  }

  .new-hero,
  .page-hero,
  .bt-service-hero {
    padding: 58px 0;
  }

  .new-section {
    padding: 58px 0;
  }

  .bt-google-reviews__shell {
    padding: 0;
  }

  .bt-google-reviews__track {
    grid-auto-columns: minmax(248px, 88%);
    padding-bottom: 16px;
  }

  .bt-google-reviews__nav {
    display: none;
  }

  .bt-google-reviews__note {
    margin: 14px 0 0;
  }

  .bt-booking__body {
    padding: 24px 18px;
  }

  .bt-booking__header {
    margin-bottom: 20px;
    padding-bottom: 18px;
  }

  .bt-booking__title {
    font-size: 26px;
  }

  .bt-booking__route {
    padding: 14px;
  }

  .bt-booking__grid {
    grid-template-columns: 1fr;
  }

  .bt-mini-form {
    padding: 22px 18px;
  }

  .bt-mini-form__grid {
    grid-template-columns: 1fr;
  }

  .bt-mini-form__datetime {
    grid-template-columns: minmax(0, 1fr) 104px;
  }
}
