:root {
  --black: #070707;
  --panel: #0c0d0d;
  --panel-2: #111213;
  --line: rgba(216, 164, 67, .34);
  --gold: #c99735;
  --gold-2: #d8a443;
  --text: #f7f4ee;
  --muted: #c9c1b4;
  --soft: rgba(255, 255, 255, .72);
  --container: min(1680px, calc(100vw - 96px));
  --shadow: 0 24px 70px rgba(0, 0, 0, .52);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background: var(--black);
  font-family: Inter, Montserrat, Arial, sans-serif;
  line-height: 1.5;
}

body,
h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

body.menu-open,
body.intro-lock {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(201, 151, 53, .14), transparent 34%),
    #050505;
  transition: opacity .7s ease, visibility .7s ease;
  animation: introExit .7s ease 1.8s forwards;
}

.intro.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro__mark {
  position: relative;
  width: min(420px, calc(100vw - 52px));
  min-height: 180px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
}

.intro__brand {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 8vw, 58px);
  font-weight: 800;
  line-height: 1;
}

.intro__sub {
  color: var(--gold-2);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .42em;
  padding-left: .42em;
}

.intro__plane {
  position: absolute;
  top: 50px;
  right: 36px;
  color: var(--gold-2);
  font-size: 43px;
  transform: rotate(-18deg);
  animation: planeMove 1.65s ease-in-out infinite;
}

.intro__line {
  width: min(270px, 70vw);
  height: 2px;
  margin-top: 16px;
  overflow: hidden;
  background: rgba(216, 164, 67, .18);
}

.intro__line::before {
  content: "";
  display: block;
  width: 44%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  animation: loadLine 1.4s ease-in-out infinite;
}

.intro__load {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 88% 24%, rgba(216, 164, 67, .08), transparent 27%),
    linear-gradient(180deg, #080808 0%, #0c0c0c 58%, #080808 100%);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
}

.topbar {
  height: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: rgba(5, 5, 5, .82);
  backdrop-filter: blur(10px);
}

.topbar__inner {
  width: var(--container);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.topbar__item:hover,
.topbar__social a:hover {
  color: var(--gold-2);
}

.ico {
  color: var(--gold-2);
  font-size: 16px;
}

.topbar__social {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 18px;
  font-weight: 800;
}

.topbar__reserve {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  margin-left: 14px;
  color: #15100a;
  background: linear-gradient(135deg, var(--gold-2), #bd8429);
  border-radius: 0 0 6px 6px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.navbar {
  background: linear-gradient(180deg, rgba(8, 8, 8, .9), rgba(8, 8, 8, .34), rgba(8, 8, 8, 0));
}

.navbar__inner {
  position: relative;
  width: var(--container);
  height: 112px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 38px;
}

.logo {
  position: relative;
  width: 330px;
  flex: 0 0 330px;
  padding-top: 3px;
}

.logo__main {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  font-weight: 800;
  line-height: .98;
  color: #fff;
}

.logo__line {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 276px;
  margin-top: 12px;
  color: var(--gold);
}

.logo__line i {
  flex: 1 1 44px;
  min-width: 38px;
  height: 1px;
  background: var(--gold);
}

.logo__line b {
  font-size: 20px;
  letter-spacing: .34em;
  line-height: 1;
  white-space: nowrap;
}

.logo__plane {
  position: absolute;
  right: 4px;
  top: 12px;
  color: var(--gold);
  font-size: 52px;
  transform: rotate(-16deg);
  text-shadow: 0 8px 20px rgba(0, 0, 0, .55);
}

.main-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
}

.main-nav a {
  position: relative;
  padding: 16px 0;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold-2);
  transition: transform .25s ease;
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--gold-2);
}

.main-nav a.active::after,
.main-nav a:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  place-items: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--gold-2);
  background: rgba(8, 8, 8, .72);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 574px;
  padding-top: 156px;
  display: flex;
  align-items: center;
  background-image: url("../images/generated/hero-airport-vip-fleet.png");
  background-size: cover;
  background-position: center top;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  filter: saturate(.93) contrast(1.05) brightness(.72);
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .83) 24%, rgba(0, 0, 0, .34) 49%, rgba(0, 0, 0, .08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .06) 0%, rgba(0, 0, 0, .1) 67%, #080908 100%);
}

.hero__content {
  padding-bottom: 64px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 6px;
  color: var(--gold-2);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
}

.hero h1 {
  margin: 0;
  max-width: 480px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(52px, 5.4vw, 76px);
  font-weight: 800;
  line-height: .94;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  color: var(--gold);
  font-family: Inter, Arial, sans-serif;
  font-size: .93em;
  font-weight: 800;
  letter-spacing: .08em;
}

.hero__tags {
  margin: 16px 0 7px;
  color: #fff;
  font-size: 19px;
}

.hero__tags b {
  color: var(--gold-2);
  margin-inline: 6px;
}

.hero__text {
  max-width: 430px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .84);
  font-size: 16px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #fff;
  background: rgba(11, 11, 11, .56);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.btn span {
  margin-left: 18px;
  color: var(--gold-2);
  font-size: 24px;
  line-height: 0;
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 164, 67, .82);
  background: rgba(201, 151, 53, .12);
}

.btn--small {
  min-height: 32px;
  padding-inline: 18px;
  font-size: 11px;
}

.btn--solid {
  width: 100%;
  min-height: 52px;
  border: 0;
  color: #15100a;
  background: linear-gradient(135deg, var(--gold-2), #bb8128);
}

.btn--solid span {
  color: #15100a;
}

.features-wrap {
  position: relative;
  z-index: 5;
  margin-top: -44px;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 9, 9, .96);
  box-shadow: var(--shadow);
}

.feature-strip article {
  min-height: 74px;
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 10px;
  align-content: center;
  padding: 12px 14px;
  border-right: 1px solid rgba(216, 164, 67, .24);
}

.feature-strip article:last-child {
  border-right: 0;
}

.feature-strip span {
  grid-row: span 2;
  align-self: center;
  justify-self: center;
  color: var(--gold);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  overflow-wrap: normal;
}

.feature-strip strong {
  font-size: 13px;
  line-height: 1.2;
}

.feature-strip small {
  color: var(--muted);
  font-size: 12px;
}

.section-dark {
  position: relative;
  background:
    linear-gradient(180deg, #080909, #0b0c0c 54%, #090909),
    #090909;
}

.about-fleet {
  min-height: 330px;
  padding: 62px 0 36px;
  overflow: hidden;
}


.about-fleet__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 590px) 1fr;
  gap: 46px;
  align-items: start;
}

.about-copy h2,
.fleet-preview h2,
.center-head h2,
.why h2,
.contact h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.15;
}

.about-copy p,
.chairman-card span,
.center-head p,
.why p,
.process p,
.service-grid p,
.contact p,
.fleet-card p {
  color: var(--muted);
}

.about-copy > p:not(.section-kicker) {
  margin: 14px 0 0;
  font-size: 14px;
}

.check-list {
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  color: #ece8df;
  font-size: 13px;
}

.check-list li {
  display: flex;
  gap: 10px;
}

.check-list li::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 17px;
  height: 17px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-2);
  font-size: 11px;
}


.chairman-card {
  position: relative;
  overflow: hidden;
  margin: 22px 0 0;
  border: 1px solid rgba(216, 164, 67, .28);
  border-radius: 8px;
  background: #101111;
  box-shadow: var(--shadow);
}

.chairman-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(.94) contrast(1.04) brightness(.86);
}

.chairman-card figcaption {
  display: grid;
  gap: 2px;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(216, 164, 67, .2);
}

.chairman-card strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.chairman-card span {
  font-size: 13px;
  font-weight: 700;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}

.fleet-preview h2 {
  color: var(--gold-2);
  font-size: 21px;
}

.fleet-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fleet-card {
  overflow: hidden;
  border: 1px solid rgba(216, 164, 67, .25);
  border-radius: 8px;
  background: #101111;
  transition: transform .22s ease, border-color .22s ease;
}

.fleet-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 164, 67, .64);
}

.fleet-card img {
  width: 100%;
  height: 126px;
  object-fit: cover;
  object-position: center 58%;
  filter: brightness(.82) contrast(1.03);
}

.fleet-card__body {
  padding: 12px 13px 13px;
}

.fleet-card h3 {
  margin: 0 0 7px;
  font-size: 13px;
}

.fleet-card p {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 10px;
  font-size: 11px;
}

.fleet-card p span {
  color: var(--gold-2);
}

.fleet-card a {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.fleet-card a span {
  margin-left: 12px;
  color: var(--gold-2);
  font-size: 19px;
}

.gold-cta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 90px;
  background: linear-gradient(100deg, #9c6a1b, var(--gold-2) 46%, #ac741f);
}

.gold-cta a {
  display: grid;
  grid-template-columns: 58px auto;
  align-content: center;
  justify-content: center;
  column-gap: 18px;
  min-width: 0;
  padding: 14px 22px;
  color: #fff;
}

.gold-cta span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, .84);
  border-radius: 50%;
  font-size: 28px;
}

.gold-cta small {
  align-self: end;
  font-size: 13px;
  letter-spacing: .04em;
}

.gold-cta strong {
  min-width: 0;
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.1;
  white-space: normal;
}

.section-pad {
  padding: clamp(58px, 7vw, 86px) 0;
}

.center-head {
  width: min(760px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.center-head p:last-child {
  margin: 12px auto 0;
  max-width: 650px;
}

.services {
  background: #0b0b0b;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.service-grid article,
.why-list article,
.process-grid article,
.reservation {
  border: 1px solid rgba(216, 164, 67, .22);
  border-radius: 8px;
  background: linear-gradient(180deg, #121313, #0b0c0c);
}

.service-grid article {
  min-height: 210px;
  padding: 23px 18px;
}

.service-grid span,
.process-grid span {
  color: var(--gold-2);
  font-weight: 800;
}

.service-grid h3,
.process-grid h3 {
  margin: 18px 0 9px;
  font-size: 17px;
}

.service-grid p,
.process-grid p {
  margin: 0;
  font-size: 14px;
}

.real-gallery {
  background:
    radial-gradient(circle at 14% 22%, rgba(216, 164, 67, .12), transparent 28%),
    linear-gradient(180deg, #080808, #0f1010 56%, #080808);
}

.real-gallery__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: stretch;
}

.real-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid rgba(216, 164, 67, .28);
  border-radius: 8px;
  background: #0d0e0e;
  box-shadow: var(--shadow);
}

.real-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04) brightness(.82);
  transition: transform .45s ease, filter .45s ease;
}

.real-card:hover img {
  transform: scale(1.035);
  filter: saturate(.98) contrast(1.06) brightness(.9);
}

.real-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, .78));
}

.real-card__caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  z-index: 1;
}

.real-card__caption strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
}

.real-card__caption small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.real-gallery__side {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.real-gallery__side .real-card {
  min-height: 151px;
}

.real-gallery__side .real-card__caption strong {
  font-size: 17px;
}

.real-gallery__more {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.real-card--mini {
  min-height: 260px;
}

.real-card--mini img {
  min-height: 260px;
}

.real-card--poster {
  background:
    radial-gradient(circle at 50% 34%, rgba(216, 164, 67, .12), transparent 38%),
    #07101b;
}

.real-card--poster img {
  object-fit: contain;
  padding: 8px;
  filter: saturate(.94) contrast(1.02) brightness(.86);
}

.real-card--poster:hover img {
  transform: scale(1.012);
}

.real-card--mini .real-card__caption {
  left: 18px;
  right: 18px;
  bottom: 16px;
}

.real-card--mini .real-card__caption strong {
  font-size: 17px;
}

.why {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .62)),
    url("../images/customer-night-vip.jpeg") center 52% / cover fixed;
}

.why__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 56px;
  align-items: start;
}

.why-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.why-list article {
  padding: 20px;
}

.why-list strong {
  color: var(--gold-2);
  font-size: 17px;
}

.why-list p {
  margin: 8px 0 0;
  font-size: 14px;
}

.process {
  background: #090909;
}

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

.process-grid article {
  position: relative;
  padding: 28px;
}

.process-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(216, 164, 67, .08);
}

.contact {
  background: linear-gradient(180deg, #101010, #080808);
}

.contact__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 44px;
  align-items: center;
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-lines a {
  color: var(--gold-2);
  font-weight: 800;
}

.reservation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
}

.reservation label {
  display: grid;
  gap: 7px;
  color: #eee6d8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.reservation label:nth-child(4),
.reservation button,
.form-note {
  grid-column: 1 / -1;
}

.reservation input,
.reservation select,
.reservation textarea {
  width: 100%;
  border: 1px solid rgba(216, 164, 67, .2);
  border-radius: 6px;
  outline: 0;
  color: #fff;
  background: rgba(0, 0, 0, .32);
  padding: 13px 14px;
}

.reservation textarea {
  resize: vertical;
  min-height: 104px;
}

.reservation input:focus,
.reservation select:focus,
.reservation textarea:focus {
  border-color: var(--gold-2);
}

.form-note {
  margin: 0;
  min-height: 18px;
  color: var(--gold-2);
  font-size: 13px;
}

.footer {
  padding: 28px 0;
  border-top: 1px solid rgba(216, 164, 67, .18);
  background: #050505;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}

.footer__credit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(216, 164, 67, .14);
  color: rgba(201, 193, 180, .72);
  font-size: 12px;
}

.footer__credit a {
  color: var(--gold-2);
  font-weight: 700;
  white-space: nowrap;
}

.footer__credit a:hover {
  color: #fff;
}


.floating-contact {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 90;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.floating-contact__button {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .42);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.floating-contact__button:hover,
.floating-contact__button:focus-visible {
  transform: translateX(-3px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .56);
}

.floating-contact__button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.floating-contact__button--phone {
  border: 1px solid rgba(216, 164, 67, .72);
  color: #15100a;
  background: linear-gradient(135deg, var(--gold-2), #bd8429);
}

.floating-contact__button--phone svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-contact__button--whatsapp img {
  width: 56px;
  height: 56px;
}
.footer-logo {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
  font-weight: 800;
}

.footer-logo span {
  color: var(--gold-2);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .26em;
}

@keyframes loadLine {
  from { transform: translateX(-110%); }
  to { transform: translateX(260%); }
}

@keyframes planeMove {
  0%, 100% { transform: translate(-8px, 4px) rotate(-18deg); opacity: .65; }
  50% { transform: translate(10px, -8px) rotate(-18deg); opacity: 1; }
}

@keyframes introExit {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (max-width: 1180px) {
  :root {
    --container: min(100vw - 40px, 1080px);
  }

  .topbar__inner {
    gap: 16px;
  }

  .topbar__reserve {
    padding-inline: 18px;
  }

  .logo {
    width: 282px;
    flex-basis: 282px;
  }

  .logo__main {
    font-size: 32px;
  }

  .logo__line {
    width: 238px;
  }

  .logo__line b {
    font-size: 17px;
    letter-spacing: .3em;
  }

  .logo__plane {
    font-size: 45px;
  }

  .main-nav {
    gap: 18px;
  }

  .feature-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-strip article:nth-child(3) {
    border-right: 0;
  }

  .feature-strip article:nth-child(n+4) {
    border-top: 1px solid rgba(216, 164, 67, .24);
  }

  .about-fleet__grid {
    padding-left: 180px;
    gap: 30px;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .topbar {
    height: auto;
  }

  .topbar__inner {
    min-height: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 6px 0;
  }

  .topbar__mail,
  .topbar__social {
    display: none;
  }

  .topbar__reserve {
    align-self: auto;
    min-height: 34px;
    margin-left: 0;
    border-radius: 5px;
  }

  .navbar__inner {
    height: 92px;
    justify-content: space-between;
  }

  .logo {
    width: 250px;
    flex-basis: auto;
  }

  .logo__main {
    font-size: 30px;
  }

  .logo__line b {
    font-size: 15px;
  }

  .logo__plane {
    right: 18px;
    font-size: 38px;
  }

  .menu-toggle {
    display: grid;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 50;
    transform: translateY(-50%);
  }

  .main-nav {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 112px;
    z-index: 40;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 7, 7, .98);
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }

  .main-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav a {
    padding: 13px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .main-nav a::after {
    display: none;
  }

  .hero {
    min-height: 620px;
    padding-top: 156px;
    background-position: 58% center;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .76) 45%, rgba(0, 0, 0, .2) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, .03), #080908 100%);
  }

  .features-wrap {
    margin-top: -24px;
  }

  .about-fleet__grid {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .fleet-cards {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .gold-cta {
    grid-template-columns: 1fr;
  }

  .gold-cta a {
    justify-content: start;
    width: var(--container);
    margin-inline: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .service-grid,
  .why__grid,
  .real-gallery__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .real-gallery__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .real-gallery__more {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer__inner {
    flex-direction: column;
    text-align: center;
  }

  .footer__credit {
    flex-wrap: wrap;
    text-align: center;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100vw - 28px, 680px);
  }

  .topbar__inner {
    gap: 10px 16px;
  }

  .topbar__item {
    font-size: 12px;
  }

  .navbar__inner {
    height: 84px;
  }

  .logo {
    width: 220px;
  }

  .logo__main {
    font-size: 27px;
  }

  .logo__line {
    width: 160px;
    gap: 8px;
    margin-top: 8px;
  }

  .logo__line i {
    width: 28px;
    min-width: 24px;
  }

  .logo__line b {
    font-size: 13px;
  }

  .logo__plane {
    right: 14px;
    top: 9px;
    font-size: 34px;
  }

  .hero {
    min-height: 610px;
    padding-top: 148px;
    background-position: 60% center;
  }

  .hero__content {
    padding-bottom: 78px;
  }

  .hero h1 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .hero__tags {
    font-size: 16px;
  }

  .hero__text {
    max-width: 340px;
    font-size: 14px;
  }

  .hero__actions {
    gap: 10px;
  }

  .btn {
    width: 100%;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .feature-strip article,
  .feature-strip article:nth-child(n) {
    border-right: 0;
    border-top: 1px solid rgba(216, 164, 67, .24);
  }

  .feature-strip article:first-child {
    border-top: 0;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .fleet-cards {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .real-gallery__side {
    grid-template-columns: 1fr;
  }

  .real-card,
  .real-gallery__side .real-card {
    min-height: 240px;
  }

  .real-gallery__more {
    grid-template-columns: 1fr;
  }

  .fleet-card img {
    height: 170px;
  }

  .service-grid,
  .why-list,
  .process-grid,
  .reservation {
    grid-template-columns: 1fr;
  }

  .reservation label:nth-child(4),
  .reservation button,
  .form-note {
    grid-column: auto;
  }
  .floating-contact {
    right: 12px;
    bottom: 18px;
    top: auto;
    transform: none;
  }

  .floating-contact__button,
  .floating-contact__button--whatsapp img {
    width: 50px;
    height: 50px;
  }

  .floating-contact__button--phone svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 420px) {
  :root {
    --container: calc(100vw - 28px);
  }

  .topbar__inner {
    width: calc(100vw - 28px);
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 7px;
    padding: 7px 0;
  }

  .topbar__item {
    max-width: 100%;
  }

  .topbar__item:nth-child(2) {
    display: none;
  }

  .topbar__reserve {
    width: 100%;
    justify-content: center;
    padding-inline: 10px;
    font-size: 12px;
  }

  .navbar__inner {
    height: 76px;
  }

  .logo {
    width: 184px;
  }

  .logo__main {
    font-size: 23px;
  }

  .logo__line {
    width: 138px;
  }

  .logo__line i {
    min-width: 18px;
  }

  .logo__line b {
    font-size: 11px;
    letter-spacing: .24em;
  }

  .logo__plane {
    right: 5px;
    top: 8px;
    font-size: 29px;
  }

  .main-nav {
    top: 122px;
  }

  .hero {
    min-height: 640px;
    padding-top: 164px;
    background-position: 63% center;
  }

  .hero h1 {
    font-size: clamp(37px, 12vw, 48px);
  }

  .hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 7px;
    max-width: 292px;
  }

  .hero__tags b {
    margin-inline: 0;
  }

  .gold-cta a {
    grid-template-columns: 48px auto;
    column-gap: 14px;
    padding-inline: 0;
  }

  .gold-cta span {
    width: 46px;
    height: 46px;
    font-size: 23px;
  }

  .gold-cta strong {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
