:root {
  --ink: #071a34;
  --navy: #052849;
  --midnight: #001a34;
  --blue: #148de3;
  --orange: #ff5a0a;
  --orange-hot: #ff6c13;
  --white: #ffffff;
  --muted: #5d6d80;
  --line: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 60px rgba(0, 30, 65, 0.22);
  --radius: 8px;
  --container: min(88vw, 1180px);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 9% 24%, rgba(13, 122, 207, 0.08), transparent 24rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 48%, #eef7ff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

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

img,
svg {
  display: block;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

body.menu-open {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 2vw, 34px);
  padding: 0 clamp(24px, 3.2vw, 54px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(238, 247, 255, 0.58)),
    rgba(246, 251, 255, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 44px rgba(16, 48, 80, 0.11);
  backdrop-filter: blur(22px) saturate(1.22);
  -webkit-backdrop-filter: blur(22px) saturate(1.22);
}

.site-header.is-scrolled {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(238, 247, 255, 0.66)),
    rgba(246, 251, 255, 0.76);
  box-shadow: 0 20px 48px rgba(16, 48, 80, 0.15);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 238px;
  transform-origin: left center;
  transition: transform 180ms ease, filter 180ms ease;
}

.brand img {
  width: 226px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 1.9vw, 36px);
  color: #0f2138;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.nav-links a,
.phone-link,
.quote-button,
.primary-button,
.secondary-button,
.circle-link,
.soft-link,
.call-button {
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--blue));
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.brand:hover {
  transform: translateY(-1px) scale(1.02);
  filter: drop-shadow(0 10px 16px rgba(20, 80, 130, 0.12));
}

.nav-links a:hover {
  color: var(--orange);
  transform: translateY(-1px);
}

.nav-links a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.menu-toggle,
.menu-close {
  display: none;
}

.menu-scrim,
.mobile-menu {
  display: none;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #10233e;
  font-size: 12px;
  font-weight: 900;
}

.phone-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #071a34;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.phone-link:hover {
  color: var(--orange);
  transform: translateY(-1px);
}

.quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 36px;
  padding: 0 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange-hot), #ff4a00);
  border-radius: 7px;
  box-shadow: 0 12px 28px rgba(255, 92, 11, 0.26);
  font-size: 12px;
  font-weight: 900;
}

.quote-button:hover,
.primary-button:hover,
.call-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(255, 92, 11, 0.34);
}

.hero {
  position: relative;
  isolation: isolate;
  height: clamp(656px, 60vw, 736px);
  overflow: hidden;
  background: #001b37;
}

.hero-image,
.hero-wash {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(1.14) saturate(1.16) contrast(1.06);
}

.hero-wash {
  z-index: -2;
  background:
    radial-gradient(circle 290px at 6% 9%, rgba(255, 255, 245, 0.98) 0%, rgba(255, 231, 159, 0.78) 18%, rgba(255, 177, 61, 0.42) 42%, rgba(255, 109, 18, 0.16) 67%, rgba(255, 109, 18, 0) 100%),
    radial-gradient(ellipse 780px 520px at 10% 12%, rgba(255, 215, 122, 0.34) 0%, rgba(255, 164, 50, 0.16) 34%, rgba(255, 164, 50, 0) 72%),
    linear-gradient(90deg, rgba(0, 18, 38, 0.56) 0%, rgba(0, 24, 50, 0.62) 27%, rgba(0, 32, 66, 0.22) 54%, rgba(0, 21, 45, 0.03) 100%),
    linear-gradient(180deg, rgba(255, 232, 178, 0.15) 0%, rgba(0, 20, 42, 0.01) 47%, rgba(0, 24, 48, 0.3) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(20, 141, 227, 0.52), rgba(255, 255, 255, 0.05));
}

.hero-curve {
  position: absolute;
  border: 1px solid rgba(19, 133, 215, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.hero-curve-one {
  left: -95px;
  bottom: 34px;
  width: 500px;
  height: 500px;
}

.hero-curve-two {
  left: 143px;
  bottom: -158px;
  width: 460px;
  height: 460px;
  opacity: 0.62;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(88vw, 1180px);
  margin: 0 auto;
  padding-top: 88px;
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 21px;
  color: #d3e5f7;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 500px;
  margin: 0;
  color: #eff7ff;
  font-size: clamp(54px, 6.65vw, 82px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 12px 34px rgba(0, 24, 52, 0.28);
}

.hero h1 span {
  display: block;
}

.hero h1 span:nth-child(3) {
  color: var(--orange);
}

.hero-copy {
  max-width: 400px;
  margin: 22px 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.58;
  font-weight: 500;
}

.hero-actions,
.final-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-actions {
  margin-top: 32px;
}

.primary-button,
.secondary-button,
.call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 48px;
  min-width: 148px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.primary-button {
  color: #ffffff;
  background: linear-gradient(135deg, #ff6f16, #ff4f00);
  border: 1px solid rgba(255, 133, 48, 0.8);
  box-shadow: 0 18px 32px rgba(255, 89, 0, 0.28);
}

.secondary-button {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(16px);
}

.secondary-button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.13);
}

.primary-button svg,
.secondary-button svg,
.call-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}

.primary-button:hover svg,
.secondary-button:hover svg,
.call-button:hover svg,
.quote-button:hover svg {
  transform: translateX(3px);
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 342px;
  min-height: 110px;
  margin-top: clamp(20px, 2.8vw, 34px);
  padding: 27px 20px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07)),
    rgba(6, 36, 65, 0.48);
  border: 1px solid rgba(209, 236, 255, 0.46);
  border-radius: 8px;
  box-shadow: 0 22px 44px rgba(0, 17, 38, 0.24);
  backdrop-filter: blur(18px);
  transition: translate 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.stats-panel div {
  position: relative;
  min-width: 0;
  padding-left: 6px;
}

.stats-panel div + div {
  padding-left: 26px;
}

.stats-panel div + div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background: rgba(255, 255, 255, 0.24);
}

.stats-panel strong {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
  font-weight: 950;
}

.stats-panel span {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.38;
  font-weight: 600;
}

.stat-star {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 2px;
  fill: #ffffff;
}

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

.services-band {
  position: relative;
  min-height: 326px;
  padding: 46px 0 24px;
  overflow: hidden;
  color: #ffffff;
  border-top: 1px solid rgba(32, 147, 226, 0.38);
  background:
    radial-gradient(circle at 83% 12%, rgba(20, 141, 227, 0.22), transparent 22rem),
    radial-gradient(circle at 13% 90%, rgba(20, 141, 227, 0.16), transparent 24rem),
    linear-gradient(118deg, #001a34 0%, #062c50 51%, #001a34 100%);
}

.services-band::before {
  content: "";
  position: absolute;
  inset: -260px auto auto -125px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(24, 136, 222, 0.18);
  border-radius: 50%;
}

.services-intro,
.serve-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 48px;
}

.section-kicker {
  margin-bottom: 13px;
  color: var(--orange);
  font-size: 10px;
}

.services-intro h2,
.serve-intro h2,
.about-copy h2,
.final-cta h2 {
  margin: 0;
  letter-spacing: 0;
  font-weight: 900;
}

.services-intro h2,
.serve-intro h2 {
  font-size: 26px;
  line-height: 1.1;
}

.services-intro p,
.serve-intro p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 650;
}

.services-intro p {
  color: #ffffff;
}

.service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.glass-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(10, 42, 75, 0.34);
  border: 1px solid rgba(31, 149, 235, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 18px 42px rgba(0, 15, 38, 0.16);
  backdrop-filter: blur(16px);
}

.service-card {
  position: relative;
  height: 200px;
  padding: 23px 22px 20px;
  border-radius: var(--radius);
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 90%, rgba(255, 255, 255, 0.13), transparent 8rem);
  pointer-events: none;
}

.line-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 23px;
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.service-card h3,
.audience-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 850;
}

.service-card p {
  max-width: 150px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.93);
  font-size: 11px;
  line-height: 1.48;
  font-weight: 560;
}

.circle-link,
.soft-link {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.circle-link {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.circle-link svg,
.soft-link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.circle-link:hover,
.soft-link:hover {
  transform: translateX(2px);
  color: #ffffff;
  background: var(--orange);
}

.smart-section {
  padding: 36px 0 34px;
  background:
    radial-gradient(circle at 12% 24%, rgba(20, 141, 227, 0.1), transparent 22rem),
    radial-gradient(circle at 78% 70%, rgba(255, 92, 10, 0.08), transparent 20rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 58%, #f4faff 100%);
}

.smart-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(420px, 1fr);
  align-items: center;
  gap: 44px;
}

.smart-copy h2 {
  max-width: 440px;
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 900;
}

.smart-copy > p {
  max-width: 430px;
  margin: 14px 0 0;
  color: #24394f;
  font-size: 13px;
  line-height: 1.58;
  font-weight: 620;
}

.smart-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.smart-points li {
  position: relative;
  padding-left: 22px;
  color: #102a49;
  font-size: 11px;
  line-height: 1.38;
  font-weight: 760;
}

.smart-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 100, 20, 0.82);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 42%, #ff6c13 43% 57%, transparent 58%) 3px 4px / 6px 5px no-repeat,
    rgba(255, 248, 243, 0.92);
}

.smart-visual {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.smart-visual img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center center;
}

.smart-visual figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  width: min(310px, calc(100% - 40px));
  padding: 13px 15px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(0, 28, 58, 0.78), rgba(0, 28, 58, 0.42)),
    rgba(0, 31, 62, 0.44);
  border: 1px solid rgba(214, 239, 255, 0.38);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 24, 52, 0.2);
  backdrop-filter: blur(18px);
  font-size: 12px;
  line-height: 1.36;
  font-weight: 800;
}

.serve-section {
  min-height: 330px;
  padding: 24px 0 24px;
  background:
    radial-gradient(circle at 12% 44%, rgba(20, 141, 227, 0.1), transparent 22rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 60%, #f7fbff 100%);
}

.serve-intro {
  color: var(--ink);
}

.serve-intro p {
  color: #33465d;
}

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

.audience-card {
  position: relative;
  height: 232px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(8, 35, 65, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(13, 54, 88, 0.08);
}

.audience-card img {
  width: 100%;
  height: 118px;
  object-fit: cover;
}

.audience-card:nth-child(1) img {
  object-position: center 58%;
}

.audience-card:nth-child(2) img {
  object-position: center 70%;
}

.audience-card:nth-child(3) img {
  object-position: center 58%;
}

.audience-card:nth-child(4) img {
  object-position: center 56%;
}

.audience-card > div {
  position: relative;
  min-height: 112px;
  padding: 17px 20px 18px;
}

.audience-card h3 {
  color: #0c2240;
}

.audience-card p {
  max-width: 150px;
  margin: 12px 0 0;
  color: #102a49;
  font-size: 10px;
  line-height: 1.42;
  font-weight: 650;
}

.soft-link {
  right: 17px;
  bottom: 17px;
  color: #526b82;
  background: #edf3f8;
}

.about-section {
  min-height: 250px;
  padding: 16px 0 15px;
  background:
    radial-gradient(circle at 77% 55%, rgba(20, 141, 227, 0.1), transparent 22rem),
    #f9fcff;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(250px, 380px) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
}

.about-copy h2 {
  max-width: 410px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.about-copy > p {
  max-width: 380px;
  margin: 13px 0 0;
  color: #24394f;
  font-size: 11px;
  line-height: 1.48;
  font-weight: 580;
}

.check-list {
  display: grid;
  gap: 5px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 21px;
  color: #132940;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #ff762f;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 43%, #ff762f 44% 56%, transparent 57%) 3px 4px / 6px 5px no-repeat,
    #fff8f3;
}

.about-visual {
  position: relative;
  min-height: 198px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 262px;
  align-items: center;
  gap: 20px;
}

.city-card {
  position: relative;
  width: 100%;
  max-width: 370px;
  height: 188px;
  margin: 0 0 0 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(4, 31, 61, 0.15);
}

.city-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 20, 42, 0.72), rgba(0, 20, 42, 0.06) 60%);
}

.city-card figcaption {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 22px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 800;
}

.glass-light {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.58)),
    rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(13, 44, 78, 0.15);
  box-shadow: 0 26px 54px rgba(6, 37, 68, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px);
}

.help-card {
  position: relative;
  right: auto;
  top: auto;
  display: block;
  width: 262px;
  min-height: 150px;
  padding: 22px 20px 20px;
  border-radius: 8px;
}

.help-icon {
  width: 25px;
  height: 25px;
  margin-bottom: 13px;
  fill: none;
  stroke: #10233e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.help-card h3 {
  margin: 0;
  color: #0f2138;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.help-card p {
  margin: 15px 0 0;
  color: #2b425b;
  font-size: 10px;
  line-height: 1.52;
  font-weight: 620;
}

.call-button {
  width: 184px;
  min-width: 0;
  height: 39px;
  margin-top: 13px;
  gap: 10px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--orange-hot), #ff4b00);
  border: 1px solid rgba(255, 117, 41, 0.78);
  box-shadow: 0 17px 34px rgba(255, 88, 0, 0.25);
}

.call-button svg {
  width: 15px;
  height: 15px;
}

.final-cta {
  min-height: 94px;
  padding: 14px 0 13px;
  color: #ffffff;
  background:
    radial-gradient(circle at 70% 0%, rgba(28, 146, 232, 0.36), transparent 24rem),
    radial-gradient(circle at 24% 100%, rgba(20, 141, 227, 0.16), transparent 22rem),
    linear-gradient(117deg, #001a34 0%, #06335d 56%, #001b36 100%);
  overflow: hidden;
}

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

.final-cta .section-kicker {
  margin-bottom: 9px;
}

.final-cta h2 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.06;
}

.final-cta .primary-button,
.final-cta .secondary-button {
  height: 42px;
  min-width: 138px;
}

.final-cta .secondary-button {
  min-width: 190px;
}

.airwise-footer-bar {
  color: rgba(255, 255, 255, 0.82);
  background: #001a34;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.airwise-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  font-weight: 800;
}

.airwise-footer-inner p {
  margin: 0;
}

.airwise-footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.airwise-footer-inner a {
  transition: color 180ms ease;
}

.airwise-footer-inner a:hover,
.airwise-footer-inner a:focus-visible {
  color: var(--orange);
  outline: 0;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes riseIn {
    from {
      opacity: 0;
      transform: translateY(18px);
      filter: blur(5px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }
  }

  @keyframes heroDrift {
    from {
      transform: scale(1.018);
    }
    to {
      transform: scale(1.055) translate3d(-8px, -4px, 0);
    }
  }

  @keyframes glowPulse {
    0%,
    100% {
      box-shadow: 0 18px 32px rgba(255, 89, 0, 0.28);
    }
    50% {
      box-shadow: 0 22px 42px rgba(255, 89, 0, 0.4);
    }
  }

  .hero-image {
    animation: heroDrift 18s ease-in-out infinite alternate;
    will-change: transform;
  }

  .eyebrow,
  .hero h1,
  .hero-copy,
  .hero-actions,
  .stats-panel,
  .services-intro,
  .service-card,
  .serve-intro,
  .audience-card,
  .about-copy,
  .city-card,
  .help-card,
  .final-row {
    opacity: 0;
    animation: riseIn 720ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  }

  .eyebrow {
    animation-delay: 90ms;
  }

  .hero h1 {
    animation-delay: 180ms;
  }

  .hero-copy {
    animation-delay: 290ms;
  }

  .hero-actions {
    animation-delay: 390ms;
  }

  .stats-panel {
    animation-delay: 520ms;
  }

  .services-intro,
  .serve-intro,
  .about-copy,
  .final-row {
    animation-delay: 110ms;
  }

  .service-card:nth-child(1),
  .audience-card:nth-child(1),
  .city-card {
    animation-delay: 190ms;
  }

  .service-card:nth-child(2),
  .audience-card:nth-child(2),
  .help-card {
    animation-delay: 270ms;
  }

  .service-card:nth-child(3),
  .audience-card:nth-child(3) {
    animation-delay: 350ms;
  }

  .service-card:nth-child(4),
  .audience-card:nth-child(4) {
    animation-delay: 430ms;
  }

  .service-card,
  .audience-card,
  .city-card,
  .help-card,
  .stats-panel {
    transition: translate 220ms ease, transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease;
    will-change: translate, transform;
  }

  .service-card:hover,
  .audience-card:hover,
  .city-card:hover,
  .help-card:hover,
  .stats-panel:hover {
    translate: 0 -6px;
  }

  .service-card:hover {
    border-color: rgba(78, 178, 255, 0.95);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 26px 52px rgba(0, 20, 50, 0.25);
  }

  .audience-card:hover,
  .city-card:hover,
  .help-card:hover {
    box-shadow: 0 28px 58px rgba(7, 39, 73, 0.16);
  }

  .stats-panel:hover {
    border-color: rgba(255, 255, 255, 0.68);
    box-shadow: 0 28px 56px rgba(0, 17, 38, 0.3);
  }

  .audience-card img,
  .city-card img {
    transition: transform 520ms ease, filter 520ms ease;
    will-change: transform;
  }

  .audience-card:hover img,
  .city-card:hover img {
    transform: scale(1.055);
    filter: saturate(1.06) contrast(1.03);
  }

  .circle-link,
  .soft-link {
    transition: translate 180ms ease, transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  }

  .service-card:hover .circle-link,
  .audience-card:hover .soft-link {
    translate: 3px 0;
    color: #ffffff;
    background: var(--orange);
    box-shadow: 0 12px 24px rgba(255, 91, 9, 0.24);
  }

  .primary-button:hover,
  .secondary-button:hover,
  .quote-button:hover,
  .call-button:hover {
    transform: translateY(-2px);
  }

  .secondary-button:hover {
    box-shadow: 0 18px 34px rgba(10, 44, 80, 0.22);
  }

  .primary-button {
    animation: glowPulse 3.4s ease-in-out infinite;
  }
}

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

@media (max-width: 1040px) {
  .site-header {
    gap: 16px;
    padding-inline: 26px;
  }

  .brand {
    min-width: 196px;
  }

  .brand img {
    width: 188px;
  }

  .nav-links {
    gap: 16px;
  }

  .header-actions {
    gap: 12px;
  }

}

@media (max-width: 820px) {
  :root {
    --container: min(88vw, 680px);
  }

  .site-header {
    height: auto;
    min-height: 70px;
    grid-template-columns: 1fr auto;
    padding-block: 12px;
  }

  .nav-links {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px 22px;
    padding-top: 4px;
  }

  .phone-link span {
    display: none;
  }

  .hero {
    height: auto;
    min-height: 720px;
  }

  .hero-image {
    object-position: 61% center;
  }

  .hero-content {
    width: var(--container);
    padding-top: 76px;
    padding-bottom: 40px;
  }

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

  .stats-panel {
    width: min(100%, 360px);
  }

  .services-intro,
  .serve-intro,
  .smart-grid,
  .about-grid,
  .final-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .smart-visual {
    min-height: 280px;
  }

  .smart-visual img {
    min-height: 280px;
  }

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

  .about-visual {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 262px;
  }

  .city-card {
    width: 100%;
  }

  .help-card {
    right: auto;
    top: auto;
  }

  .final-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .airwise-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .airwise-footer-inner nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(91vw, 430px);
  }

  .site-header {
    height: 64px;
    min-height: 64px;
    grid-template-columns: auto 1fr;
    gap: 10px;
    padding: 8px 14px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(239, 248, 255, 0.68)),
      rgba(248, 252, 255, 0.74);
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: clamp(145px, 42vw, 168px);
  }

  .header-actions {
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
  }

  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    padding: 0;
    color: #071a34;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(235, 247, 255, 0.52)),
      rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(7, 26, 52, 0.1);
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(16, 48, 80, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px);
  }

  .menu-toggle span {
    width: 14px;
    height: 1.7px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 180ms ease, opacity 160ms ease, width 180ms ease;
  }

  .menu-toggle span + span {
    margin-top: 2.5px;
  }

  .menu-toggle span:nth-child(2) {
    width: 11px;
    transform: translateX(1.5px);
  }

  body.menu-open .menu-toggle span:first-child {
    transform: translateY(4.2px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
    transform: translateX(7px);
  }

  body.menu-open .menu-toggle span:last-child {
    transform: translateY(-4.2px) rotate(-45deg);
  }

  .menu-scrim {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: block;
    pointer-events: none;
    opacity: 0;
    background:
      radial-gradient(circle at 82% 14%, rgba(255, 105, 20, 0.18), transparent 16rem),
      rgba(0, 18, 38, 0.34);
    backdrop-filter: blur(7px);
    transition: opacity 220ms ease;
  }

  .mobile-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 70;
    display: flex;
    width: min(84vw, 320px);
    padding: 16px;
    flex-direction: column;
    color: #0c213a;
    background:
      radial-gradient(circle at 12% 0%, rgba(255, 119, 31, 0.18), transparent 12rem),
      radial-gradient(circle at 96% 14%, rgba(20, 141, 227, 0.18), transparent 13rem),
      linear-gradient(150deg, rgba(255, 255, 255, 0.9), rgba(235, 248, 255, 0.66)),
      rgba(248, 252, 255, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    box-shadow: 0 34px 86px rgba(0, 24, 52, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(30px) saturate(1.24);
    -webkit-backdrop-filter: blur(30px) saturate(1.24);
    pointer-events: none;
    opacity: 0;
    transform: translateX(calc(100% + 18px));
    transition: opacity 220ms ease, transform 260ms ease;
  }

  .mobile-menu::before {
    content: "";
    position: absolute;
    inset: 9px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 13px;
  }

  .mobile-menu::after {
    content: "";
    position: absolute;
    inset: auto 20px 84px;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(10, 48, 86, 0.16), transparent);
  }

  .mobile-menu-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .mobile-menu-head img {
    width: 172px;
    height: auto;
  }

  .menu-close {
    position: relative;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    padding: 0;
    color: #071a34;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(238, 248, 255, 0.48)),
      rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(7, 26, 52, 0.09);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 12px 24px rgba(16, 48, 80, 0.1);
  }

  .menu-close span {
    position: absolute;
    width: 14px;
    height: 1.8px;
    background: currentColor;
    border-radius: 999px;
  }

  .menu-close span:first-child {
    transform: rotate(45deg);
  }

  .menu-close span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-nav {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 8px;
    margin-top: 28px;
  }

  .mobile-nav a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 47px;
    padding: 0 42px 0 15px;
    color: #10233e;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(239, 249, 255, 0.36)),
      rgba(255, 255, 255, 0.26);
    border: 1px solid rgba(7, 26, 52, 0.075);
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
    font-size: 16px;
    font-weight: 850;
    transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  }

  .mobile-nav a::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 11px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orange), var(--blue));
    box-shadow: 0 0 0 4px rgba(20, 141, 227, 0.08);
  }

  .mobile-nav a::after {
    content: "";
    position: absolute;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    opacity: 0.42;
    transform: rotate(45deg);
  }

  .mobile-nav a:hover {
    transform: translateX(-2px);
    color: #071a34;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(237, 248, 255, 0.5)),
      rgba(255, 255, 255, 0.42);
    border-color: rgba(255, 106, 24, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 14px 28px rgba(0, 42, 82, 0.08);
  }

  .mobile-menu-actions {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 9px;
    margin-top: auto;
  }

  .mobile-call,
  .mobile-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
  }

  .mobile-call {
    color: #10233e;
    border: 1px solid rgba(7, 26, 52, 0.13);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(238, 248, 255, 0.42)),
      rgba(255, 255, 255, 0.46);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .mobile-quote {
    color: #ffffff;
    background:
      linear-gradient(135deg, rgba(255, 132, 47, 0.98), #ff4a00),
      var(--orange);
    border: 1px solid rgba(255, 154, 78, 0.72);
    box-shadow: 0 18px 34px rgba(255, 92, 11, 0.32);
  }

  body.menu-open .menu-scrim {
    pointer-events: auto;
    opacity: 1;
  }

  body.menu-open .mobile-menu {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
  }

  .phone-link {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border: 1px solid rgba(7, 26, 52, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: 0 10px 24px rgba(16, 48, 80, 0.08);
  }

  .phone-link svg {
    width: 15px;
    height: 15px;
  }

  .quote-button {
    min-width: 86px;
    height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    font-size: 11px;
  }

  .hero {
    min-height: 662px;
  }

  .hero-image {
    object-position: 56% center;
  }

  .hero-wash {
    background:
      radial-gradient(circle 240px at 10% 8%, rgba(255, 255, 245, 0.92) 0%, rgba(255, 229, 155, 0.64) 22%, rgba(255, 168, 52, 0.3) 50%, rgba(255, 109, 18, 0) 100%),
      radial-gradient(ellipse 520px 360px at 14% 12%, rgba(255, 207, 105, 0.25) 0%, rgba(255, 164, 50, 0.1) 38%, rgba(255, 164, 50, 0) 72%),
      linear-gradient(90deg, rgba(0, 18, 38, 0.68) 0%, rgba(0, 26, 54, 0.64) 58%, rgba(0, 32, 66, 0.22) 100%),
      linear-gradient(180deg, rgba(255, 232, 178, 0.1) 0%, rgba(0, 20, 42, 0.06) 52%, rgba(0, 24, 48, 0.38) 100%);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10.8vw, 42px);
    line-height: 1.01;
  }

  .hero-copy {
    max-width: 300px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.5;
  }

  .hero-actions {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    width: min(100%, 330px);
    margin-top: 22px;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button {
    flex: 1 1 0;
    min-width: 0;
    height: 43px;
    gap: 8px;
    padding: 0 13px;
    font-size: 11px;
  }

  .stats-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 338px);
    min-height: 84px;
    gap: 0;
    margin-top: 24px;
    padding: 17px 12px;
  }

  .stats-panel div {
    padding-left: 0;
    text-align: center;
  }

  .stats-panel div + div {
    padding-left: 0;
  }

  .stats-panel div + div::before {
    inset: 2px auto 2px 0;
    width: 1px;
    height: auto;
  }

  .stats-panel strong {
    justify-content: center;
    font-size: 22px;
  }

  .stat-star {
    width: 14px;
    height: 14px;
  }

  .stats-panel span {
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.24;
  }

  .check-list li {
    line-height: 1.35;
  }

  .service-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .audience-card {
    min-height: 0;
  }

  .audience-card {
    height: auto;
  }

  .audience-card > div {
    min-height: 126px;
    padding: 17px 64px 24px 20px;
  }

  .audience-card p {
    max-width: 100%;
  }

  .audience-card .soft-link {
    right: 18px;
    bottom: 22px;
  }

  .services-band {
    padding: 34px 0 26px;
  }

  .smart-section {
    padding: 32px 0 30px;
  }

  .smart-copy h2 {
    font-size: 24px;
  }

  .smart-copy > p {
    font-size: 12px;
  }

  .smart-points {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .smart-visual,
  .smart-visual img {
    min-height: 250px;
  }

  .smart-visual figcaption {
    left: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .serve-section {
    padding: 30px 0 26px;
  }

  .about-section {
    padding: 28px 0 26px;
  }

  .services-intro h2,
  .serve-intro h2,
  .about-copy h2 {
    font-size: 24px;
  }

  .audience-card img {
    height: 150px;
  }

  .about-visual {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .city-card {
    width: 100%;
  }

  .help-card {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 18px;
  }
}

@media (max-width: 380px) {
  .site-header {
    padding-inline: 12px;
  }

  .brand img {
    width: 138px;
  }

  .quote-button {
    min-width: 74px;
    padding-inline: 11px;
    font-size: 0;
  }

  .quote-button::after {
    content: "Quote";
    font-size: 11px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .primary-button,
  .secondary-button {
    white-space: normal;
  }
}

@media (max-width: 380px) and (orientation: portrait) {
  .site-header {
    gap: 6px;
  }

  .brand img {
    width: 126px;
  }

  .header-actions {
    gap: 5px;
  }

  .phone-link,
  .menu-toggle {
    width: 32px;
    height: 32px;
  }

  .quote-button {
    min-width: 60px;
    height: 32px;
    padding-inline: 10px;
  }

  .mobile-menu {
    width: min(88vw, 300px);
    padding: 14px;
  }

  .mobile-menu-head img {
    width: 154px;
  }

  .mobile-nav {
    gap: 7px;
    margin-top: 24px;
  }

  .mobile-nav a {
    min-height: 44px;
    font-size: 15px;
  }
}

@media (max-width: 960px) and (max-height: 540px) and (orientation: landscape) {
  .site-header {
    height: 58px;
    min-height: 58px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    padding: 0 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: clamp(112px, 18vw, 140px);
  }

  .nav-links {
    display: flex;
    grid-column: auto;
    order: initial;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(7px, 1.45vw, 14px);
    padding-top: 0;
    font-size: 10px;
    white-space: nowrap;
  }

  .nav-links a {
    padding: 8px 0;
  }

  .header-actions {
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
  }

  .phone-link {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    border: 1px solid rgba(7, 26, 52, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.54);
  }

  .phone-link span {
    display: none;
  }

  .phone-link svg {
    width: 14px;
    height: 14px;
  }

  .quote-button {
    min-width: 62px;
    height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0;
  }

  .quote-button::after {
    content: "Quote";
    font-size: 10px;
  }

  .menu-toggle,
  .menu-scrim,
  .mobile-menu {
    display: none;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-visual {
    grid-template-columns: minmax(0, 1fr) 244px;
  }

  .help-card {
    width: 244px;
  }

  .call-button {
    width: 100%;
  }
}
