:root {
  --white: #ffffff;
  --ink: #071a3a;
  --ink-soft: #173154;
  --muted: #506482;
  --blue: #1264e8;
  --blue-hover: #0c56ce;
  --blue-soft: #eff6ff;
  --band: #f5f9ff;
  --line: #cbd8e8;
  --line-soft: #e4ecf6;
  --green: #0ba06e;
  --shadow: 0 18px 50px rgba(8, 31, 67, 0.14), 0 3px 9px rgba(8, 31, 67, 0.08);
  --shadow-soft: 0 12px 32px rgba(8, 31, 67, 0.11), 0 2px 6px rgba(8, 31, 67, 0.07);
  --radius: 18px;
  --radius-large: 24px;
  --shell: min(1440px, calc(100% - 64px));
  --ease: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
summary {
  font: inherit;
}

img,
svg {
  display: block;
}

.svg-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 50;
  height: 86px;
  background: rgba(255, 255, 255, 0.97);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.brand img {
  width: 54px;
  height: 39px;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 52px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 15px;
  font-weight: 650;
}

.site-nav a,
.footer-nav a {
  color: var(--ink-soft);
  transition: color var(--ease);
}

.site-nav a:hover,
.footer-nav a:hover,
.site-nav a:focus-visible,
.footer-nav a:focus-visible {
  color: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.menu-toggle svg {
  width: 24px;
  height: 24px;
  margin: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  color: var(--white);
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 10px;
  box-shadow: 0 9px 24px rgba(18, 100, 232, 0.2);
  font-size: 17px;
  font-weight: 750;
  line-height: 1;
  transition:
    transform var(--ease),
    background-color var(--ease),
    box-shadow var(--ease);
}

.button:hover,
.button:focus-visible {
  color: var(--white);
  background: var(--blue-hover);
  border-color: var(--blue-hover);
  box-shadow: 0 12px 28px rgba(18, 100, 232, 0.28);
  transform: translateY(-2px);
}

.button:focus-visible,
.text-link:focus-visible,
.menu-toggle:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(18, 100, 232, 0.3);
  outline-offset: 3px;
}

.button-small {
  min-height: 48px;
  padding-inline: 19px;
  font-size: 15px;
}

.button-large {
  min-height: 62px;
  padding-inline: 28px;
  border-radius: 11px;
  font-size: 19px;
}

.edge-logo {
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  object-fit: contain;
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}

.route-art {
  pointer-events: none;
}

.route-art path,
.steps-route path,
.final-route path {
  fill: none;
  stroke: #c8d8ec;
  stroke-width: 2;
  stroke-dasharray: 10 11;
}

.route-art use,
.steps-route use {
  fill: #b8c9dd;
}

.route-art-hero {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 560px;
  opacity: 0.72;
}

.route-art-hero g {
  width: 42px;
  height: 32px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  gap: 68px;
  align-items: center;
  min-height: 770px;
  padding-block: 52px 78px;
}

.hero-copy {
  align-self: center;
  max-width: 550px;
  padding-left: 8px;
  transform: translateY(30px);
}

.hero h1 {
  max-width: 540px;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(50px, 4.6vw, 68px);
  line-height: 1.18;
  letter-spacing: -0.055em;
}

.hero-copy > p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-top: 34px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 650;
}

.text-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--ease);
}

.text-link:hover svg {
  transform: translateX(4px);
}

.browser-frame {
  position: relative;
  height: 700px;
  overflow: hidden;
  background: #fbfdff;
  border: 1px solid #9db0c6;
  border-radius: var(--radius-large);
  box-shadow: 0 24px 62px rgba(8, 31, 67, 0.13);
}

.browser-toolbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  height: 64px;
  padding: 0 18px;
  background: rgba(250, 252, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.browser-control {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.browser-back::before,
.browser-forward::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid #56667a;
  border-left: 1.5px solid #56667a;
}

.browser-back::before {
  left: 5px;
  transform: rotate(-45deg);
}

.browser-forward::before {
  right: 5px;
  transform: rotate(135deg);
}

.browser-back::after,
.browser-forward::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 14px;
  border-top: 1.5px solid #56667a;
}

.browser-reload {
  border: 1.5px solid #56667a;
  border-right-color: transparent;
  border-radius: 50%;
}

.browser-reload::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #56667a;
  border-right: 1.5px solid #56667a;
}

.address-bar {
  display: flex;
  align-items: center;
  height: 38px;
  flex: 1 1 auto;
  padding-left: 18px;
  background: var(--white);
  border-radius: 22px;
  box-shadow: 0 2px 8px rgba(26, 53, 87, 0.05);
}

.address-bar span {
  width: 46%;
  height: 9px;
  background: #e0e6ee;
  border-radius: 2px;
}

.browser-star,
.browser-more {
  color: #506075;
  font-size: 23px;
  line-height: 1;
}

.browser-extension {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(8, 31, 67, 0.1);
}

.browser-extension img {
  width: 28px;
  height: 22px;
  object-fit: contain;
}

.browser-page {
  position: absolute;
  inset: 64px 0 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 46px 28px;
  background: #fbfdff;
}

.browser-page span {
  width: 28%;
  height: 12px;
  background: #edf1f6;
  border-radius: 2px;
}

.browser-page span:nth-child(2) {
  width: 20%;
}

.browser-page span:nth-child(3) {
  width: 25%;
}

.browser-page span:nth-child(4) {
  width: 18%;
}

.extension-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #b8c8dc;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.hero-result-card {
  position: absolute;
  z-index: 3;
  top: 78px;
  right: 36px;
  width: min(580px, calc(100% - 88px));
}

.extension-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
}

.extension-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.extension-brand img {
  width: 40px;
  height: 30px;
  object-fit: contain;
}

.extension-brand strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.extension-controls {
  display: flex;
  align-items: center;
  gap: 17px;
  color: var(--ink-soft);
}

.extension-controls svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.result-body {
  padding: 23px 29px 24px;
}

.flight-summary,
.result-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.flight-summary p {
  margin: 0;
  font-size: 14px;
}

.flight-summary p span {
  margin: 0 7px;
}

.status-arrived {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
}

.status-arrived i {
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
}

.route-row {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}

.route-row > div {
  display: flex;
  flex-direction: column;
}

.route-row > div:last-child {
  align-items: flex-end;
}

.route-row strong {
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.route-row span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.progress-route {
  position: relative;
  height: 30px;
  margin-top: 5px;
}

.progress-route::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 7px;
  right: 10px;
  height: 3px;
  background: var(--blue);
}

.progress-route span {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 6px;
  width: 13px;
  height: 13px;
  background: var(--blue);
  border-radius: 50%;
}

.progress-route svg {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 1px;
  width: 34px;
  height: 27px;
  fill: var(--white);
  stroke: var(--blue);
  stroke-width: 1.7px;
  paint-order: stroke;
}

.duration {
  margin: 4px 0 18px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.time-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.time-details > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.time-details > div + div {
  padding-left: 27px;
  border-left: 1px solid var(--line);
}

.time-details > div > span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.time-details strong {
  margin: 4px 0;
  font-size: 31px;
  line-height: 1.1;
}

.time-details small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.local-times {
  margin: 19px 0 13px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.availability-note {
  margin: 0;
  padding: 12px 14px;
  color: var(--muted);
  background: #f6f9fd;
  border: 1px solid var(--line-soft);
  font-size: 11px;
  text-align: center;
}

.result-footer {
  margin-top: 13px;
  color: var(--muted);
  font-size: 11px;
}

.result-footer span:last-child {
  color: var(--blue);
}

.features {
  position: relative;
  padding-top: 76px;
}

.section-heading {
  margin: 0 auto 64px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.section-heading p {
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 20px;
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
}

.search-feature {
  max-width: 980px;
  margin-inline: auto;
  padding-bottom: 86px;
}

.search-card {
  width: 100%;
  max-width: 490px;
  justify-self: end;
}

.search-body {
  padding: 25px 28px 29px;
}

.search-body h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.search-body > p {
  margin: 6px 0 19px;
  color: var(--muted);
  font-size: 14px;
}

.search-fields {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 11px;
}

.search-fields label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 650;
}

.search-fields b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding-inline: 14px;
  color: #6e7783;
  background: var(--white);
  border: 1px solid #b7c8dc;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 450;
}

.search-fields svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.6;
  stroke-linecap: round;
}

.date-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.date-options span {
  display: grid;
  height: 48px;
  place-items: center;
  color: var(--ink);
  border: 1px solid #a9bad0;
  border-radius: 8px;
  font-size: 15px;
}

.date-options .selected {
  color: var(--blue);
  background: #f4f8ff;
  border-color: var(--blue);
}

.search-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  margin-top: 13px;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 650;
}

.search-action svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.feature-copy h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.feature-copy > p {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.callout-list,
.benefit-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.callout-list li {
  display: grid;
  grid-template-columns: 82px 52px auto;
  gap: 14px;
  align-items: center;
  min-height: 56px;
}

.callout-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--blue);
  border: 1.5px solid var(--blue);
  border-radius: 10px;
}

.callout-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.text-icon,
.option-icon {
  width: auto;
  padding-inline: 8px;
  font-size: 11px;
  white-space: nowrap;
}

.option-icon {
  font-size: 9px;
}

.callout-list li > i {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--blue);
}

.callout-list strong {
  color: var(--ink-soft);
  font-size: 14px;
}

.details-band {
  position: relative;
  overflow: hidden;
  background: var(--band);
}

.details-feature {
  position: relative;
  z-index: 2;
  max-width: 960px;
  min-height: 610px;
  padding-block: 76px 106px;
}

.feature-result-card {
  width: 100%;
  max-width: 520px;
  justify-self: start;
}

.benefit-list {
  display: grid;
  gap: 17px;
}

.benefit-list li {
  display: grid;
  grid-template-columns: 36px 42px auto;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
}

.benefit-list li > b {
  display: block;
  width: 31px;
  height: 1px;
  background: var(--blue);
}

.benefit-icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
}

.status-icon i {
  position: absolute;
  inset: 8px;
  background: var(--green);
  border-radius: 50%;
}

.clock-icon::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 13px;
  width: 1.5px;
  height: 8px;
  background: var(--blue);
}

.clock-icon::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  width: 6px;
  height: 1.5px;
  background: var(--blue);
  transform: rotate(20deg);
  transform-origin: left center;
}

.pin-icon::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  width: 10px;
  height: 13px;
  border: 1.5px solid var(--blue);
  border-radius: 8px 8px 10px 10px;
  transform: rotate(45deg);
}

.pin-icon::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 4px;
  height: 4px;
  background: var(--blue);
  border-radius: 50%;
}

.target-icon::before,
.target-icon::after {
  content: "";
  position: absolute;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
}

.target-icon::before {
  inset: 6px;
}

.target-icon::after {
  inset: 11px;
  background: var(--blue);
}

.route-art-band {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 160px;
}

.how-it-works {
  position: relative;
  overflow: hidden;
  padding: 100px 0 78px;
}

.steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-heading {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  min-height: 132px;
}

.step-heading > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--blue);
  border: 2px solid var(--blue);
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}

.step-heading h3 {
  margin: 3px 0 5px;
  font-size: 19px;
}

.step-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.step-visual {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #fbfdff;
  border: 1px solid #b8c8dc;
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.mini-browser-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  height: 43px;
  padding-inline: 13px;
  border-bottom: 1px solid var(--line);
}

.mini-browser-bar > span {
  width: 12px;
  height: 12px;
  border: 1.5px solid #65768b;
  transform: rotate(45deg);
}

.mini-browser-bar img {
  width: 30px;
  height: 24px;
  object-fit: contain;
  padding: 3px;
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(8, 31, 67, 0.08);
}

.mini-browser-bar i {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
  letter-spacing: 1px;
}

.mini-install {
  width: 76%;
  margin: 22px auto;
  padding: 17px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(8, 31, 67, 0.08);
}

.mini-install div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mini-install img {
  width: 36px;
  height: 26px;
  object-fit: contain;
}

.mini-install strong {
  font-size: 12px;
}

.mini-install p {
  margin: 13px 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.mini-install > span {
  display: grid;
  height: 36px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
}

.widget-visual .content-line {
  display: block;
  width: 46%;
  height: 10px;
  margin: 34px 0 0 20px;
  background: #e8edf3;
  border-radius: 2px;
}

.widget-visual .content-line.short {
  width: 33%;
  margin-top: 15px;
}

.launcher {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  background: var(--white);
  border: 2px solid var(--blue);
  border-radius: 20px;
  box-shadow: 0 9px 26px rgba(18, 100, 232, 0.2);
}

.launcher img {
  width: 48px;
  height: 36px;
  object-fit: contain;
}

.launcher span {
  position: absolute;
  top: -11px;
  right: -11px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(8, 31, 67, 0.1);
  font-size: 9px;
  letter-spacing: 1px;
}

.result-transition {
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
  align-items: center;
  gap: 10px;
  padding: 28px 16px;
}

.result-transition > svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-state {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 13px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 5px 12px rgba(8, 31, 67, 0.06);
}

.mini-state strong {
  font-size: 11px;
}

.mini-state > span {
  margin-top: 13px;
  padding: 8px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 10px;
}

.mini-state i {
  margin-top: 8px;
  padding: 8px 3px;
  color: var(--white);
  background: var(--blue);
  border-radius: 5px;
  font-size: 9px;
  font-style: normal;
  text-align: center;
}

.mini-route {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 150px;
  align-content: center;
  text-align: center;
}

.mini-route b {
  font-size: 22px;
}

.mini-route > span {
  grid-column: 1 / -1;
  height: 2px;
  margin-top: 15px;
  padding: 0;
  background: var(--blue);
  border: 0;
}

.mini-route small {
  position: absolute;
  top: 9px;
  right: 9px;
  color: var(--green);
  font-size: 7px;
}

.steps-route {
  width: 100%;
  height: 60px;
  margin-top: 52px;
}

.faq-section {
  padding: 90px 0 104px;
  background: var(--band);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
  max-width: 920px;
  margin-inline: auto;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 98px;
  color: var(--ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 750;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-toggle {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--blue);
  border: 1.5px solid var(--blue);
  border-radius: 50%;
}

.faq-toggle svg {
  grid-area: 1 / 1;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.faq-minus {
  display: none;
}

.faq-item[open] .faq-plus {
  display: none;
}

.faq-item[open] .faq-minus {
  display: block;
}

.faq-item p {
  margin: -5px 24px 28px 62px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.final-cta {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  color: var(--white);
  background: #031c43;
}

.final-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.final-route path {
  stroke: #2f6fc4;
  opacity: 0.85;
}

.final-route use {
  fill: #4c79b7;
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 290px;
  text-align: center;
}

.final-cta h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.final-cta p {
  margin: 12px 0 25px;
  color: #d8e4f4;
  font-size: 19px;
}

.final-cta .button {
  background: var(--blue);
  border-color: #4a92f5;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.final-widget {
  position: absolute;
  right: 1.5%;
  bottom: 50%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  background: var(--white);
  border: 2px solid var(--blue);
  border-radius: 21px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(50%);
}

.final-widget img {
  width: 61px;
  height: 46px;
  object-fit: contain;
}

.final-widget span {
  position: absolute;
  top: -14px;
  right: -13px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 9px;
  letter-spacing: 1px;
}

.site-footer {
  padding: 48px 0 0;
  background: var(--white);
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}

.footer-brand-block {
  display: grid;
  gap: 7px;
}

.footer-brand-block p {
  margin: 0 0 0 66px;
  color: var(--muted);
  font-size: 13px;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 15px;
}

.footer-legal {
  padding: 20px 0 27px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.footer-legal p {
  margin: 0;
}

@media (max-width: 1100px) {
  .header-actions {
    gap: 28px;
  }

  .site-nav {
    gap: 24px;
  }

  .hero-grid {
    gap: 38px;
  }

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

  .browser-frame {
    height: 560px;
  }

  .hero-result-card {
    top: 76px;
    right: 24px;
    width: calc(100% - 48px);
  }

  .result-body {
    padding-inline: 23px;
  }

  .feature-row {
    gap: 62px;
  }

  .steps {
    gap: 28px;
  }

  .step-heading {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .step-heading > span {
    width: 48px;
    height: 48px;
    font-size: 25px;
  }

  .step-visual {
    height: 235px;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 36px, 720px);
  }

  .site-header {
    height: 76px;
  }

  .brand {
    font-size: 17px;
  }

  .brand img {
    width: 46px;
    height: 34px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .header-actions {
    position: fixed;
    inset: 76px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 24px;
    background: var(--white);
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(8, 31, 67, 0.12);
  }

  .header-actions.is-open {
    display: flex;
  }

  .site-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav a {
    padding: 14px 4px;
    border-bottom: 1px solid var(--line-soft);
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 68px 0 78px;
  }

  .hero-copy {
    max-width: 640px;
    padding-left: 0;
    text-align: center;
    transform: none;
  }

  .hero h1 {
    max-width: 650px;
    margin-inline: auto;
    font-size: clamp(45px, 8.6vw, 62px);
  }

  .hero-copy > p {
    margin-inline: auto;
  }

  .hero-actions {
    align-items: center;
  }

  .hero-product {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
  }

  .feature-row {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .search-feature {
    max-width: 620px;
  }

  .search-card,
  .feature-result-card {
    max-width: 560px;
    justify-self: center;
  }

  .feature-copy {
    max-width: 560px;
    justify-self: center;
  }

  .details-feature {
    max-width: 620px;
    min-height: auto;
  }

  .details-feature .feature-copy {
    order: 1;
  }

  .details-feature .feature-result-card {
    order: 2;
  }

  .steps {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-inline: auto;
    gap: 54px;
  }

  .step-heading {
    min-height: auto;
    margin-bottom: 20px;
  }

  .step-visual {
    height: 310px;
  }

  .steps-route {
    display: none;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    max-width: 660px;
  }

  .final-widget {
    right: -28px;
    opacity: 0.72;
    transform: translateY(50%) scale(0.82);
  }

  .footer-main {
    flex-direction: column;
  }

  .footer-brand-block {
    justify-items: center;
  }

  .footer-brand-block p {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .brand {
    gap: 8px;
    font-size: 15px;
  }

  .brand img {
    width: 40px;
    height: 30px;
  }

  .hero-grid {
    padding-top: 44px;
  }

  .hero h1 {
    font-size: 43px;
    line-height: 1.11;
  }

  .hero-copy > p {
    font-size: 18px;
  }

  .button-large {
    min-height: 58px;
    padding-inline: 21px;
    font-size: 16px;
  }

  .edge-logo {
    width: 27px;
    height: 27px;
  }

  .browser-frame {
    height: 498px;
    border-radius: 18px;
  }

  .browser-toolbar {
    gap: 8px;
    height: 48px;
    padding-inline: 10px;
  }

  .browser-control {
    display: none;
  }

  .browser-star {
    display: none;
  }

  .browser-extension {
    width: 32px;
    height: 32px;
  }

  .address-bar {
    height: 32px;
  }

  .hero-result-card {
    top: 59px;
    right: 9px;
    width: calc(100% - 18px);
  }

  .extension-header {
    min-height: 56px;
    padding-inline: 14px;
  }

  .extension-brand {
    gap: 7px;
  }

  .extension-brand img {
    width: 31px;
    height: 24px;
  }

  .extension-brand strong {
    font-size: 11px;
  }

  .extension-controls {
    gap: 10px;
  }

  .extension-controls svg {
    width: 18px;
    height: 18px;
  }

  .result-body {
    padding: 16px;
  }

  .flight-summary p,
  .status-arrived {
    font-size: 10px;
  }

  .route-row {
    margin-top: 13px;
  }

  .route-row strong {
    font-size: 35px;
  }

  .route-row span {
    margin-top: 4px;
    font-size: 10px;
  }

  .duration {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .time-details {
    padding-top: 11px;
  }

  .time-details > div + div {
    padding-left: 16px;
  }

  .time-details > div > span,
  .time-details small {
    font-size: 8px;
  }

  .time-details strong {
    font-size: 23px;
  }

  .local-times {
    margin: 12px 0 9px;
    font-size: 8px;
  }

  .availability-note,
  .result-footer {
    font-size: 8px;
  }

  .features {
    padding-top: 62px;
  }

  .section-heading {
    margin-bottom: 46px;
  }

  .section-heading h2 {
    font-size: 37px;
  }

  .section-heading p {
    font-size: 17px;
  }

  .search-feature {
    padding-bottom: 64px;
  }

  .search-body {
    padding: 21px 17px 22px;
  }

  .search-body h3 {
    font-size: 24px;
  }

  .search-fields {
    grid-template-columns: 1fr;
  }

  .feature-copy h3 {
    font-size: 31px;
  }

  .callout-list li {
    grid-template-columns: 80px 36px auto;
    gap: 9px;
  }

  .details-feature {
    padding-block: 64px 92px;
  }

  .how-it-works {
    padding: 76px 0 66px;
  }

  .step-visual {
    height: 250px;
  }

  .result-transition {
    grid-template-columns: 1fr 24px 1fr;
    gap: 4px;
    padding-inline: 8px;
  }

  .faq-section {
    padding: 70px 0 80px;
  }

  .faq-item summary {
    grid-template-columns: 34px 1fr;
    gap: 13px;
    min-height: 86px;
    font-size: 16px;
  }

  .faq-toggle {
    width: 32px;
    height: 32px;
  }

  .faq-item p {
    margin: -2px 5px 24px 47px;
  }

  .final-cta {
    min-height: 350px;
  }

  .final-cta-inner {
    min-height: 350px;
    padding-inline: 18px;
  }

  .final-cta h2 {
    font-size: 38px;
  }

  .final-cta p {
    font-size: 17px;
  }

  .final-widget {
    display: none;
  }

  .site-footer {
    padding-top: 40px;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
