:root {
  --bg: #120728;
  --bg-strong: #1d0d44;
  --bg-soft: #30145f;
  --panel: rgba(255, 255, 255, 0.06);
  --panel-strong: rgba(255, 255, 255, 0.1);
  --panel-light: rgba(255, 255, 255, 0.92);
  --line: rgba(255, 209, 73, 0.24);
  --line-soft: rgba(255, 255, 255, 0.1);
  --text: #fffaf2;
  --muted: #d9d2ec;
  --accent: #ffd149;
  --accent-deep: #ffb800;
  --accent-text: #29100a;
  --shadow: 0 30px 70px rgba(4, 0, 18, 0.34);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(173, 99, 255, 0.25), transparent 24%),
    radial-gradient(circle at 90% 16%, rgba(255, 209, 73, 0.14), transparent 22%),
    linear-gradient(180deg, #1c0a3f 0%, #120728 52%, #0d051c 100%);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 85%);
  pointer-events: none;
}

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

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

.page-glow {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(30px);
  pointer-events: none;
  opacity: 0.42;
}

.page-glow--left {
  top: 120px;
  left: -130px;
  background: rgba(214, 121, 255, 0.2);
}

.page-glow--right {
  right: -130px;
  bottom: 120px;
  background: rgba(255, 199, 39, 0.16);
}

.topbar,
.section,
.footer {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  padding: 6px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.brand__copy {
  display: grid;
  gap: 4px;
}

.brand__copy strong,
.footer strong {
  font-family: "Unbounded", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand__copy span {
  color: var(--muted);
  font-size: 14px;
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topbar__link {
  font-weight: 800;
  white-space: nowrap;
}

.section {
  margin-top: 26px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

.hero__copy,
.hero-card,
.strip,
.info-card,
.split__panel,
.trust-quote,
.map-card,
.footer {
  background: linear-gradient(180deg, var(--panel) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero__copy,
.hero-card,
.split__panel,
.trust-quote {
  border-radius: var(--radius-xl);
}

.hero__copy {
  position: relative;
  overflow: hidden;
  padding: 38px;
}

.hero__copy::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 209, 73, 0.18), transparent 70%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 209, 73, 0.14);
  border: 1px solid rgba(255, 209, 73, 0.24);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow--soft {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.1);
  color: #f4eefc;
}

.eyebrow--gold {
  background: rgba(255, 250, 242, 0.14);
  border-color: rgba(255, 250, 242, 0.26);
  color: #fffaf2;
}

.hero__pretitle {
  margin: 18px 0 0;
  color: var(--accent);
  font-size: 18px;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Unbounded", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h1 {
  margin-top: 18px;
  max-width: 12ch;
  font-size: clamp(38px, 7vw, 74px);
  line-height: 0.96;
}

h1 span {
  color: var(--accent);
}

h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.02;
}

h3 {
  font-size: 22px;
  line-height: 1.1;
}

p,
li,
blockquote {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.hero__lead {
  margin-top: 22px;
  max-width: 58ch;
}

.hero__actions,
.route__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.route-address {
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 209, 73, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.route-address__label {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-address strong {
  display: block;
  color: var(--text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.route-address p {
  margin-top: 10px;
  max-width: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.map-card:hover,
.mobile-bar__button:hover {
  transform: translateY(-2px);
}

.button--primary,
.mobile-bar__button--primary {
  background: linear-gradient(135deg, #ffd95c 0%, #ffb800 52%, #ff9800 100%);
  color: #2b1400;
  box-shadow: 0 18px 30px rgba(255, 184, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fffaf2;
}

.button--ghost {
  background: transparent;
  border: 1px solid rgba(255, 209, 73, 0.28);
  color: var(--accent);
}

.button--small {
  min-height: 44px;
  padding: 0 18px;
}

.hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero__chips span {
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f6f1ff;
  font-size: 14px;
  font-weight: 700;
}

.hero__facts,
.cards,
.route__cards {
  display: grid;
  gap: 18px;
}

.hero__facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.fact-card {
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.fact-card--accent {
  background: linear-gradient(180deg, rgba(255, 209, 73, 0.18), rgba(255, 209, 73, 0.08));
  border-color: rgba(255, 209, 73, 0.26);
}

.fact-card__label,
.hero-card__meta span,
.map-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fact-card strong,
.hero-card__meta strong,
.hero-card__note strong,
.hero-card__note a,
.mini-cta strong,
.map-card strong {
  display: block;
  color: var(--text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  min-height: 100%;
  background:
    radial-gradient(circle at top right, rgba(255, 209, 73, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(65, 30, 126, 0.96) 0%, rgba(32, 12, 76, 0.96) 100%);
  border-color: var(--line);
}

.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 209, 73, 0.14);
}

.hero-card::before {
  width: 460px;
  height: 460px;
  right: -180px;
  bottom: -210px;
}

.hero-card::after {
  width: 320px;
  height: 320px;
  right: -110px;
  bottom: -130px;
}

.hero-card__meta {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.hero-card__portrait {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 26px;
  min-height: 580px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}

.hero-card__portrait img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-card__note {
  position: absolute;
  z-index: 2;
  max-width: 260px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(10, 5, 28, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.hero-card__note span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-card__note--date {
  top: 96px;
  left: 24px;
}

.hero-card__note--phone {
  right: 24px;
  bottom: 24px;
}

.strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.strip__item {
  padding: 24px 26px;
}

.strip__item + .strip__item {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.strip__item strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 24px;
}

.section-heading p {
  margin-top: 18px;
}

.section-heading--narrow {
  max-width: 760px;
}

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

.info-card {
  padding: 30px;
  border-radius: var(--radius-lg);
}

.info-card__number {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(255, 209, 73, 0.14);
  color: var(--accent);
  font-weight: 800;
}

.info-card p {
  margin-top: 14px;
}

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

.split__panel {
  padding: 34px;
}

.split__panel--soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.split__panel--accent {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 188, 61, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(149, 88, 255, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(76, 42, 32, 0.94), rgba(39, 19, 59, 0.98));
  border-color: rgba(255, 209, 73, 0.2);
}

.split__panel--accent::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.18;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 100%);
  pointer-events: none;
}

.split__panel--accent > * {
  position: relative;
  z-index: 1;
}

.split__panel--accent h2,
.split__panel--accent p,
.split__panel--accent li,
.split__panel--accent .mini-cta strong {
  color: #fff8ef;
}

.split__panel h2 {
  margin-top: 18px;
}

.feature-list {
  margin: 22px 0 0;
  padding-left: 22px;
}

.feature-list li + li {
  margin-top: 12px;
}

.feature-list--light li {
  position: relative;
  list-style: none;
  margin-top: 0;
  padding: 16px 18px 16px 52px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 248, 239, 0.94);
  line-height: 1.6;
}

.feature-list--light li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff1bf 0%, #ffd149 46%, #ffb800 100%);
  box-shadow: 0 0 0 5px rgba(255, 209, 73, 0.12);
}

.feature-list--light li + li {
  margin-top: 14px;
}

.mini-cta {
  margin-top: 26px;
  padding: 24px 24px 26px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(31, 14, 48, 0.78), rgba(67, 34, 81, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mini-cta p {
  color: rgba(255, 232, 196, 0.86);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.split__panel--accent h2 {
  max-width: 12ch;
}

.split__panel--accent .eyebrow--gold {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff5d4;
}

.clients-gallery {
  columns: 4;
  column-gap: 18px;
  margin-top: 32px;
}

.clients-gallery__item {
  break-inside: avoid;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.clients-gallery__item img {
  width: 100%;
  height: auto;
  transition: transform 0.25s ease;
}

.clients-gallery__item:hover img {
  transform: scale(1.03);
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 24px;
  align-items: start;
}

.trust-quote {
  padding: 24px;
}

.trust-quote img {
  border-radius: 28px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.trust-quote__content {
  margin-top: 22px;
}

.trust-quote blockquote {
  margin-top: 18px;
  color: #f5efff;
  font-size: 20px;
  line-height: 1.6;
}

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

.gallery__item {
  overflow: hidden;
  border-radius: 24px;
  min-height: 280px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.gallery__item--tall {
  grid-row: span 2;
  min-height: 578px;
}

.gallery__item--wide {
  grid-column: span 2;
  min-height: 260px;
}

.gallery__item img {
  height: 100%;
  object-fit: cover;
}

.route {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  padding-bottom: 112px;
}

.route__copy {
  padding: 8px 0;
}

.route__copy h2,
.route__copy p {
  max-width: 20ch;
}

.route__copy h2 {
  margin-top: 18px;
}

.route__copy p {
  margin-top: 18px;
}

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

.map-card {
  padding: 26px;
  border-radius: 24px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.map-card:hover {
  border-color: rgba(255, 209, 73, 0.34);
}

.map-card p {
  margin-top: 12px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 112px;
  padding: 24px 28px;
  border-radius: 28px;
}

.footer p {
  margin-top: 6px;
  font-size: 15px;
}

.footer a {
  font-weight: 800;
  white-space: nowrap;
}

.mobile-bar {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 20;
  display: none;
  width: min(560px, calc(100% - 20px));
  padding: 10px;
  border-radius: 24px;
  background: rgba(12, 5, 28, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.mobile-bar__button {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fffaf2;
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mobile-bar__button.mobile-bar__button--primary {
  background: linear-gradient(135deg, #ffd95c 0%, #ffb800 52%, #ff9800 100%);
  border-color: rgba(255, 208, 73, 0.36);
  color: #2b1400;
  box-shadow: 0 18px 28px rgba(255, 168, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.mobile-bar__button + .mobile-bar__button {
  margin-left: 10px;
}

@media (max-width: 1120px) {
  .hero,
  .trust-layout,
  .route,
  .split {
    grid-template-columns: 1fr;
  }

  .hero__facts,
  .cards,
  .route__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route__copy h2,
  .route__copy p {
    max-width: none;
  }

  .hero-card__portrait {
    min-height: 460px;
  }

  .clients-gallery {
    columns: 3;
  }
}

@media (max-width: 820px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar__actions {
    width: 100%;
    justify-content: space-between;
  }

  .hero__copy,
  .hero-card,
  .split__panel,
  .trust-quote,
  .info-card,
  .map-card,
  .footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero__facts,
  .cards,
  .route__cards,
  .strip {
    grid-template-columns: 1fr;
  }

  .strip__item + .strip__item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery__item--tall,
  .gallery__item--wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
  }

  .hero-card__note {
    position: static;
    max-width: none;
    margin-top: 16px;
  }

  .hero-card__portrait {
    min-height: 360px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 108px;
  }

  .clients-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    columns: unset;
    column-gap: 0;
  }

  .clients-gallery__item {
    margin: 0;
    border-radius: 10px;
  }

  .clients-gallery__item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .clients-gallery__item:first-child {
    grid-column: 1 / -1;
    border-radius: 18px;
    margin-bottom: 8px;
  }

  .clients-gallery__item:first-child img {
    aspect-ratio: 0.78 / 1;
    object-fit: cover;
  }

  .mobile-bar {
    display: flex;
  }
}

@media (max-width: 560px) {
  .topbar,
  .section,
  .footer {
    width: min(var(--max-width), calc(100% - 18px));
  }

  .brand img {
    width: 54px;
    height: 54px;
  }

  .topbar__actions {
    flex-wrap: wrap;
    gap: 10px;
  }

  .topbar__link {
    width: 100%;
  }

  .hero__copy {
    padding-top: 24px;
  }

  .button,
  .mobile-bar__button {
    min-height: 52px;
  }

  .hero__actions .button,
  .route__actions .button {
    width: 100%;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(34px, 12vw, 54px);
  }

  h2 {
    font-size: clamp(26px, 9vw, 36px);
  }

  p,
  li,
  blockquote {
    font-size: 16px;
  }

  .hero-card__portrait {
    min-height: 300px;
  }
}
