:root {
  --navy-950: #00101c;
  --navy-900: #001725;
  --navy-850: #031e2e;
  --cyan: #04c2e4;
  --cyan-light: #36daf1;
  --white: #f5f8fa;
  --muted: #c3cdd3;
  --line: rgba(130, 204, 222, 0.23);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #000;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.landing-page {
  background: var(--navy-950);
  min-width: 320px;
  overflow: hidden;
}

.landing-hero {
  background:
    linear-gradient(
      90deg,
      rgba(0, 13, 23, 0.99) 0%,
      rgba(0, 15, 26, 0.96) 34%,
      rgba(0, 16, 28, 0.66) 57%,
      rgba(0, 16, 28, 0.1) 82%
    ),
    url("axanta-hero-background.png") center right / cover no-repeat;
  min-height: 880px;
  position: relative;
}

.landing-hero::after {
  background: linear-gradient(180deg, rgba(0, 17, 29, 0.06), rgba(0, 17, 29, 0.28));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.landing-header,
.landing-hero-copy,
.benefit-grid,
.contact-heading,
.contact-grid,
.landing-footer {
  margin-inline: auto;
  max-width: 1440px;
  width: calc(100% - clamp(48px, 9vw, 136px));
}

.landing-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 38px;
  position: relative;
  z-index: 2;
}

.brand-link {
  display: inline-flex;
}

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

.brand-lockup img {
  display: block;
  height: 88px;
  object-fit: cover;
  width: 88px;
}

.brand-words {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-words strong {
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-words > span {
  color: var(--cyan);
  font-size: clamp(10px, 1.2vw, 16px);
  letter-spacing: 0.42em;
  padding-left: 2px;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  gap: 20px;
}

.contact-pill {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  display: inline-flex;
  font-size: 17px;
  font-weight: 800;
  gap: 13px;
  justify-content: center;
  min-height: 62px;
  padding: 0 31px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.contact-pill:hover,
.contact-pill:focus-visible {
  transform: translateY(-3px);
}

.contact-pill-email {
  background: rgba(0, 20, 32, 0.68);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  min-width: 174px;
}

.contact-pill-email:hover,
.contact-pill-email:focus-visible {
  border-color: var(--cyan);
  box-shadow: 0 10px 28px rgba(4, 194, 228, 0.14);
}

.contact-pill img {
  display: block;
  height: 28px;
  object-fit: contain;
  width: 28px;
}

.contact-pill-phone {
  background: var(--cyan);
  border-color: var(--cyan);
  box-shadow: 0 9px 28px rgba(4, 194, 228, 0.28);
  color: #00131f;
  min-width: 218px;
}

.contact-pill-phone:hover,
.contact-pill-phone:focus-visible {
  background: var(--cyan-light);
  border-color: var(--cyan-light);
  box-shadow: 0 12px 34px rgba(4, 194, 228, 0.38);
}

.contact-pill-phone img {
  filter: brightness(0) saturate(100%);
}

.landing-hero-copy {
  padding-bottom: 88px;
  padding-top: 88px;
  position: relative;
  z-index: 2;
}

.pronunciation {
  color: var(--cyan);
  font-size: clamp(24px, 2.3vw, 34px);
  margin: 0 0 20px;
}

.pronunciation strong {
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.intro-copy {
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.85;
  margin: 0;
  max-width: 620px;
}

.short-rule {
  background: var(--cyan);
  display: block;
  height: 3px;
  margin: 35px 0 42px;
  width: 98px;
}

.landing-hero h1 {
  font-size: clamp(52px, 5.5vw, 84px);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.06;
  margin: 0;
  max-width: 900px;
}

.landing-hero h1 span {
  display: block;
}

.opening-badge {
  align-items: center;
  border: 2px solid rgba(4, 194, 228, 0.86);
  border-radius: 999px;
  color: var(--cyan-light);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 0.18em;
  margin: 55px 0 0;
  padding: 15px 22px;
  text-transform: uppercase;
}

.opening-badge b {
  font-size: 12px;
}

.opening-badge img {
  display: block;
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.business-panel {
  background:
    radial-gradient(circle at 50% 0%, rgba(8, 63, 82, 0.18), transparent 42%),
    var(--navy-950);
  padding-bottom: 18px;
}

.cyan-divider {
  background: linear-gradient(90deg, #02cbe6, #17d2e6 55%, #079ec5);
  box-shadow: 0 0 30px rgba(4, 194, 228, 0.22);
  height: 11px;
}

.benefit-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 54px;
  padding-top: 38px;
}

.benefit-card {
  align-items: center;
  background: rgba(2, 28, 43, 0.58);
  border: 1px solid rgba(120, 191, 209, 0.22);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  padding: 28px 20px;
  text-align: center;
}

.benefit-card h2 {
  font-size: clamp(17px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.32;
  margin: 25px 0 0;
  max-width: 250px;
}

.benefit-icon {
  display: block;
  height: 88px;
  object-fit: contain;
  width: 88px;
}

.contact-heading {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto 1fr;
}

.contact-heading span {
  background: rgba(157, 201, 211, 0.28);
  height: 1px;
}

.contact-heading h2 {
  color: var(--cyan);
  font-size: 14px;
  letter-spacing: 0.22em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 32px 0 30px;
}

.contact-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 145px;
  padding: 0 24px;
  text-align: center;
}

.contact-item + .contact-item {
  border-left: 1px solid rgba(178, 210, 218, 0.32);
}

a.contact-item:hover strong,
a.contact-item:focus-visible strong {
  color: var(--cyan-light);
}

.contact-icon {
  display: block;
  height: 56px;
  margin-bottom: 17px;
  object-fit: contain;
  width: 56px;
}

.contact-label {
  color: #d7e0e4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.3em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contact-item strong {
  color: #c9d1d5;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  transition: color 160ms ease;
}

.landing-footer {
  border-top: 1px solid rgba(138, 188, 201, 0.14);
  color: #66808e;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 0.02em;
  padding-top: 14px;
}

.landing-footer p {
  margin: 0;
}

@media (max-width: 1000px) {
  .landing-hero {
    background-position: 62% center;
  }

  .landing-header {
    align-items: flex-start;
  }

  .header-actions {
    flex-direction: column;
    gap: 10px;
  }

  .contact-pill {
    font-size: 16px;
    min-height: 54px;
    padding-inline: 25px;
  }

  .landing-hero-copy {
    padding-top: 78px;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }

  .contact-item:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 660px) {
  .landing-header,
  .landing-hero-copy,
  .benefit-grid,
  .contact-heading,
  .contact-grid,
  .landing-footer {
    width: calc(100% - 40px);
  }

  .landing-hero {
    background:
      linear-gradient(90deg, rgba(0, 13, 23, 0.97), rgba(0, 15, 26, 0.78)),
      url("axanta-hero-background.png") 64% center / cover no-repeat;
    min-height: auto;
  }

  .landing-header {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    padding-top: 24px;
  }

  .brand-link {
    align-self: flex-start;
  }

  .brand-lockup {
    gap: 9px;
  }

  .brand-lockup img {
    height: 58px;
    width: 58px;
  }

  .brand-words strong {
    font-size: 22px;
  }

  .brand-words > span {
    font-size: 8px;
  }

  .header-actions {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .contact-pill {
    font-size: 15px;
    height: auto;
    min-height: 52px;
    min-width: 0;
    padding: 0 22px;
    width: 100%;
  }

  .contact-pill img {
    height: 25px;
    width: 25px;
  }

  .landing-hero-copy {
    padding-bottom: 64px;
    padding-top: 52px;
  }

  .pronunciation {
    font-size: 22px;
  }

  .intro-copy {
    font-size: 16px;
    line-height: 1.7;
  }

  .short-rule {
    margin: 29px 0 32px;
  }

  .landing-hero h1 {
    font-size: clamp(38px, 11vw, 55px);
  }

  .opening-badge {
    font-size: 10px;
    margin-top: 40px;
    padding: 13px 16px;
  }

  .cyan-divider {
    height: 8px;
  }

  .benefit-grid {
    gap: 14px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 46px;
    padding-top: 26px;
  }

  .benefit-card {
    border-radius: 14px;
    min-height: 196px;
    padding: 22px 10px;
  }

  .benefit-card h2 {
    font-size: 15px;
    margin-top: 17px;
  }

  .benefit-icon {
    height: 68px;
    width: 68px;
  }

  .contact-heading {
    gap: 12px;
  }

  .contact-heading h2 {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    padding-top: 28px;
    row-gap: 0;
  }

  .contact-item {
    min-height: 0;
    padding: 25px 0;
  }

  .contact-item + .contact-item,
  .contact-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(178, 210, 218, 0.2);
  }

  .landing-footer {
    align-items: center;
    flex-direction: column;
    gap: 7px;
    line-height: 1.45;
    padding-bottom: 4px;
    text-align: center;
  }
}
