:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #06151c;
  color: #f4f8f8;
}

.contact-request-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-request-card {
  padding: 1.25rem;
  border: 1px solid #18343e;
  border-radius: 1rem;
  background: #0a2028;
}

.contact-request-heading,
.released-contact {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.contact-request-heading {
  justify-content: space-between;
}

.released-contact {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgb(114 223 192 / 10%);
  color: #dffaf2;
}

.released-contact a {
  color: #72dfc0;
}

.privacy-lock,
.muted-copy {
  color: #8fa6af;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-block: 1rem 1.5rem;
  color: #c3d2d7;
  line-height: 1.5;
}

.consent-row input {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.15rem;
}

.decision-consent {
  padding: 1rem;
  border: 1px solid #294852;
  border-radius: 0.8rem;
  background: #0a2028;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 80% 10%, rgb(64 197 162 / 14%), transparent 30rem),
    #06151c;
}

a {
  color: inherit;
}

.site-header,
main,
footer {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5rem;
  border-bottom: 1px solid #18343e;
}

.brand {
  color: #72dfc0;
  font-size: 1.35rem;
  font-weight: 800;
  text-decoration: none;
}

.status {
  color: #8fa6af;
  font-size: 0.85rem;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-header nav a {
  color: #c3d2d7;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:hover {
  color: #72dfc0;
}

main {
  padding-block: clamp(4rem, 9vw, 8rem);
}

.hero {
  max-width: 52rem;
}

.eyebrow {
  color: #72dfc0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

h1,
h2 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

h3 {
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 8vw, 6rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.lead {
  max-width: 44rem;
  margin-top: 2rem;
  color: #c3d2d7;
  font-size: 1.15rem;
  line-height: 1.7;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
  border: 0;
  border-radius: 0.8rem;
  background: #72dfc0;
  color: #06151c;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.primary-button:hover {
  background: #93ead2;
}

.primary-button:disabled,
.text-button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.hero-action {
  margin-top: 1rem;
}

.baseline {
  max-width: 52rem;
  margin-top: 6rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid #18343e;
  border-radius: 1.5rem;
  background: #0a2028;
}

.baseline ul {
  display: grid;
  gap: 0.8rem;
  margin-block: 2rem;
  padding-left: 1.2rem;
  color: #c3d2d7;
}

.notice {
  margin-bottom: 0;
  padding: 1rem 1.2rem;
  border-left: 3px solid #ff9a45;
  background: rgb(255 154 69 / 10%);
  color: #e4c6aa;
  line-height: 1.6;
}

.page-heading {
  max-width: 58rem;
}

.page-heading h1 {
  font-size: clamp(2.8rem, 7vw, 5.2rem);
}

.feature-panel,
.flight-section {
  margin-top: 4rem;
}

.feature-panel {
  padding: clamp(1.25rem, 4vw, 2.5rem);
  border: 1px solid #204550;
  border-radius: 1.5rem;
  background: linear-gradient(145deg, #0b242c, #091d24);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.section-heading h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.section-heading .eyebrow {
  margin-top: 0;
}

.environment-badge,
.result-count,
.flight-status {
  border: 1px solid #2a5260;
  border-radius: 999px;
  color: #a7bbc2;
  font-size: 0.75rem;
  font-weight: 800;
  white-space: nowrap;
}

.environment-badge,
.result-count {
  padding: 0.45rem 0.75rem;
}

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

.form-grid label {
  display: grid;
  gap: 0.5rem;
  color: #dbe6e9;
  font-size: 0.9rem;
  font-weight: 750;
}

.form-grid label small {
  color: #8fa6af;
  font-weight: 500;
}

.form-wide {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #28505d;
  border-radius: 0.75rem;
  outline: 0;
  background: #071a21;
  color: #f4f8f8;
  font: inherit;
}

textarea {
  min-height: 7rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #72dfc0;
  box-shadow: 0 0 0 3px rgb(114 223 192 / 12%);
}

.validation-summary,
.form-message {
  margin: 1rem 0;
  padding: 0.8rem 1rem;
  border-radius: 0.7rem;
  line-height: 1.5;
}

.validation-summary,
.error-message {
  background: rgb(255 111 111 / 10%);
  color: #ffb1b1;
}

.validation-summary:empty {
  display: none;
}

.validation-summary ul {
  margin: 0;
  padding-left: 1.2rem;
}

.success-message {
  background: rgb(114 223 192 / 10%);
  color: #9cebd4;
}

.sign-in-notice {
  max-width: 52rem;
  margin-top: 4rem;
}

.public-calendar {
  padding-top: 1rem;
  border-top: 1px solid #18343e;
}

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

.flight-card {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid #183d48;
  border-radius: 1rem;
  background: #091e26;
}

.owner-card {
  border-color: #28505d;
}

.flight-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
}

.flight-route div {
  display: grid;
  min-width: 0;
}

.flight-route strong {
  color: #f4f8f8;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

.flight-route div span {
  overflow: hidden;
  color: #8fa6af;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.route-line {
  color: #72dfc0;
  font-size: 1.25rem;
}

.flight-status {
  padding: 0.35rem 0.6rem;
}

.status-available {
  border-color: rgb(114 223 192 / 45%);
  background: rgb(114 223 192 / 9%);
  color: #8ee9cf;
}

.status-full {
  border-color: rgb(255 181 94 / 45%);
  background: rgb(255 181 94 / 9%);
  color: #ffc784;
}

.status-cancelled {
  border-color: rgb(255 111 111 / 35%);
  background: rgb(255 111 111 / 8%);
  color: #ffaaaa;
}

.flight-time,
.flight-note,
.empty-state {
  color: #aebfc5;
  line-height: 1.55;
}

.flight-time {
  margin: 1rem 0 0;
  font-size: 0.88rem;
}

.flight-note {
  margin: 0.8rem 0 0;
  padding-top: 0.8rem;
  border-top: 1px solid #173640;
  font-size: 0.88rem;
}

.empty-state {
  padding: 2rem;
  border: 1px dashed #28505d;
  border-radius: 1rem;
  text-align: center;
}

.flight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #173640;
}

.text-button {
  padding: 0.5rem 0.75rem;
  border: 1px solid #2a5260;
  border-radius: 0.6rem;
  background: transparent;
  color: #c5d5d9;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 750;
  cursor: pointer;
}

.text-button:hover {
  border-color: #72dfc0;
  color: #72dfc0;
}

.danger-button:hover {
  border-color: #ff8888;
  color: #ffaaaa;
}

footer {
  padding-block: 2rem;
  border-top: 1px solid #18343e;
  color: #8fa6af;
  font-size: 0.85rem;
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.2rem;
  }

  .site-header nav {
    width: 100%;
    justify-content: space-between;
  }

  main {
    padding-block: 3rem;
  }

  .form-grid,
  .flight-list {
    grid-template-columns: 1fr;
  }

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

  .flight-route {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .flight-status {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 0.35rem;
  }
}


.persona-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  border: 1px dashed #37616c;
  border-radius: 1rem;
  background: rgb(114 223 192 / 5%);
}

.persona-panel h2 {
  margin: 0.15rem 0 0;
  font-size: 1.15rem;
}

.persona-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.persona-actions a {
  text-decoration: none;
}

.verification-section {
  margin-top: 4rem;
}

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

.verification-card {
  padding: 1.25rem;
  border: 1px solid #214752;
  border-radius: 1rem;
  background: #091e26;
}

.verification-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.verification-card h3 {
  margin: 0.3rem 0 0;
  color: #f4f8f8;
  font-size: 1.2rem;
}

.verification-card time,
.verification-kind,
.verification-status {
  color: #91aab1;
  font-size: 0.76rem;
  font-weight: 800;
}

.verification-kind {
  color: #72dfc0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.verification-status {
  padding: 0.4rem 0.7rem;
  border: 1px solid #2a5260;
  border-radius: 999px;
}

.verification-card dl {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0;
}

.verification-card dl div {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 0.75rem;
}

.verification-card dt {
  color: #78939b;
  font-size: 0.8rem;
}

.verification-card dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #dbe6e9;
  font-size: 0.88rem;
}

.reference-link {
  color: #72dfc0;
  font-size: 0.88rem;
  font-weight: 750;
}

@media (max-width: 760px) {
  .persona-panel,
  .verification-card-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .persona-actions {
    justify-content: flex-start;
  }

  .verification-list {
    grid-template-columns: 1fr;
  }
}


.profile-state,
.profile-panel {
  max-width: 52rem;
  margin-top: 3rem;
}

.compact-lead {
  margin-top: 1rem;
}

.registration-gates {
  display: grid;
  gap: 0.75rem;
  margin: 2rem 0 0;
  padding-left: 1.25rem;
  color: #c3d2d7;
}

.registration-consents {
  margin-block: 1.5rem;
  padding: 1rem;
  border: 1px solid #294852;
  border-radius: 0.8rem;
  background: #071a21;
}

.registration-consents .consent-row {
  margin: 0;
}

.registration-consents .consent-row + .consent-row {
  margin-top: 0.85rem;
}

.profile-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 1.5rem;
}

.profile-summary div {
  padding: 1rem;
  border: 1px solid #214752;
  border-radius: 0.8rem;
  background: #071a21;
}

.profile-summary dt {
  color: #78939b;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.profile-summary dd {
  margin: 0.35rem 0 0;
  overflow-wrap: anywhere;
  color: #f4f8f8;
}

.inline-action {
  display: inline-flex;
  margin-left: 0.75rem;
  text-decoration: none;
}

.site-header nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .profile-summary {
    grid-template-columns: 1fr;
  }

  .inline-action {
    margin: 0.75rem 0 0;
  }
}


.home-hero {
  max-width: 64rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid #2a5260;
  border-radius: 0.8rem;
  color: #dbe6e9;
  font-weight: 800;
  text-decoration: none;
}

.secondary-button:hover {
  border-color: #72dfc0;
  color: #72dfc0;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.75rem;
  margin: 2.5rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid #18343e;
  color: #9db1b8;
  font-size: 0.84rem;
  font-weight: 700;
  list-style: none;
}

.hero-facts li::before {
  margin-right: 0.55rem;
  color: #72dfc0;
  content: "✓";
}

.content-section,
.trust-section,
.beta-callout {
  margin-top: clamp(5rem, 10vw, 8rem);
}

.section-intro {
  max-width: 48rem;
}

.section-intro h2,
.trust-section h2,
.beta-callout h2 {
  font-size: clamp(2rem, 5vw, 3.6rem);
}

.section-intro > p:last-child,
.beta-callout p {
  color: #aebfc5;
  line-height: 1.7;
}

.step-grid,
.role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.step-grid {
  padding: 0;
  list-style: none;
}

.step-grid li,
.role-grid article {
  min-width: 0;
  padding: 1.5rem;
  border: 1px solid #183d48;
  border-radius: 1rem;
  background: #091e26;
}

.step-number,
.role-label {
  color: #72dfc0;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.step-grid h3,
.role-grid h3 {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

.step-grid p,
.role-grid p {
  color: #9fb3ba;
  line-height: 1.65;
}

.role-grid article {
  display: flex;
  flex-direction: column;
}

.role-grid .role-label {
  margin: 0;
}

.role-grid article > a {
  margin-top: auto;
  padding-top: 1rem;
  color: #72dfc0;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid #204550;
  border-radius: 1.5rem;
  background: linear-gradient(145deg, #0b242c, #091d24);
}

.trust-list {
  display: grid;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  display: grid;
  gap: 0.35rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #1b3d47;
}

.trust-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.trust-list strong {
  color: #e9f4f3;
}

.trust-list span {
  color: #9fb3ba;
  line-height: 1.6;
}

.beta-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid rgb(255 154 69 / 35%);
  border-radius: 1.5rem;
  background: rgb(255 154 69 / 8%);
}

.beta-callout > div {
  max-width: 48rem;
}

.beta-callout .primary-button {
  flex: 0 0 auto;
}

@media (max-width: 820px) {
  .step-grid,
  .role-grid,
  .trust-section {
    grid-template-columns: 1fr;
  }

  .beta-callout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .hero-facts {
    align-items: flex-start;
    flex-direction: column;
  }
}


.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-footer > div {
  display: grid;
  gap: 0.35rem;
}

.site-footer strong {
  color: #dbe6e9;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.site-footer a,
.legal-page a {
  color: #72dfc0;
  text-underline-offset: 0.2em;
}

.legal-page {
  max-width: 56rem;
  margin-inline: auto;
}

.legal-page-compact {
  max-width: 48rem;
}

.legal-header {
  margin-bottom: 2.5rem;
}

.legal-header h1 {
  max-width: 50rem;
  font-size: clamp(2.7rem, 7vw, 5.25rem);
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  margin-top: 1.5rem;
  color: #8fa6af;
  font-size: 0.85rem;
  font-weight: 700;
}

.legal-draft-notice {
  margin-top: 1.5rem;
  padding: 1rem 1.2rem;
  border-left: 3px solid #ff9a45;
  background: rgb(255 154 69 / 10%);
  color: #e4c6aa;
  line-height: 1.65;
}

.legal-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 3rem;
  padding: 1rem;
  border: 1px solid #204550;
  border-radius: 1rem;
  background: #091e26;
}

.legal-toc a {
  padding: 0.45rem 0.7rem;
  border: 1px solid #2a5260;
  border-radius: 999px;
  color: #c3d2d7;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.legal-toc a:hover {
  border-color: #72dfc0;
  color: #72dfc0;
}

.legal-page > section {
  scroll-margin-top: 1.5rem;
  margin-top: 3.5rem;
}

.legal-page > section h2 {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  letter-spacing: -0.025em;
}

.legal-page > section h3 {
  margin-top: 2rem;
  font-size: 1.1rem;
}

.legal-page > section p,
.legal-page > section li,
.legal-document-footer {
  color: #b2c3c8;
  line-height: 1.75;
}

.legal-page > section li + li {
  margin-top: 0.55rem;
}

.legal-address {
  margin-block: 1.25rem;
  padding: 1.25rem;
  border: 1px solid #214752;
  border-radius: 0.8rem;
  background: #091e26;
  color: #c3d2d7;
  font-style: normal;
  line-height: 1.8;
}

.legal-table-wrap {
  margin-block: 1.5rem;
  overflow-x: auto;
  border: 1px solid #204550;
  border-radius: 1rem;
}

.legal-table-wrap table {
  width: 100%;
  min-width: 46rem;
  border-collapse: collapse;
}

.legal-table-wrap th,
.legal-table-wrap td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #183d48;
  text-align: left;
  vertical-align: top;
}

.legal-table-wrap th {
  background: #0b242c;
  color: #e9f4f3;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}

.legal-table-wrap td {
  color: #adbec4;
  font-size: 0.88rem;
  line-height: 1.55;
}

.legal-table-wrap tr:last-child td {
  border-bottom: 0;
}

.legal-document-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid #204550;
}

.legal-document-footer p {
  flex-basis: 100%;
  margin: 0;
}

.registration-consents a {
  color: #72dfc0;
  font-weight: 800;
}

@media (max-width: 700px) {
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}
+
/* PawWings Sites v3 light theme */
:root {
  color-scheme: light;
  --navy: #0f172a;
  --brand: #1e3a8a;
  --brand-dark: #172e70;
  --brand-soft: #e9eefb;
  --orange: #f97316;
  --orange-dark: #df5f08;
  --orange-soft: #fff1e7;
  --paper: #ffffff;
  --surface: #f8fafc;
  --surface-blue: #f1f5fb;
  --muted: #718096;
  --line: #dbe4ef;
  --success: #22c55e;
  background: var(--paper);
  color: var(--navy);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--paper);
  color: var(--navy);
}

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

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

.site-header {
  position: relative;
  z-index: 20;
  width: min(1180px, calc(100% - 3rem));
  min-height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / 96%);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--brand);
  text-decoration: none;
}

.brand-logo {
  width: 176px;
  height: auto;
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(1rem, 2.2vw, 2.2rem);
}

.site-header nav a {
  color: #45556f;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.site-header nav a:hover {
  color: var(--brand);
}

.account-navigation {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 0.55rem;
}

.account-navigation form {
  margin: 0;
}

.header-action {
  justify-self: end;
  min-height: 42px;
  padding: 0.65rem 1rem;
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--brand);
  border-radius: 10px;
  background: white;
  color: var(--brand);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.header-action:hover {
  background: var(--brand);
  color: white;
}

.header-logout {
  border-color: var(--line);
  color: #45556f;
}

main {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 1.15rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.69rem;
  font-weight: 900;
}

.eyebrow > span {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
}

h1,
h2 {
  margin: 0;
  color: var(--navy);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

h1 {
  font-size: clamp(3.15rem, 6vw, 6.1rem);
  font-weight: 850;
}

h2 {
  font-size: clamp(2.4rem, 4.6vw, 4.4rem);
  font-weight: 850;
}

h3 {
  color: var(--navy);
}

.lead,
.compact-lead,
.muted-copy,
.privacy-lock,
.flight-time,
.flight-note,
.empty-state {
  color: var(--muted);
}

.lead {
  max-width: 680px;
  margin-top: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.75;
}

.primary-button,
.secondary-button,
.pw-light-button {
  min-height: 52px;
  padding: 0.85rem 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  border-radius: 10px;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.primary-button {
  border: 0;
  background: var(--orange);
  color: white;
  box-shadow: 0 12px 26px rgb(249 115 22 / 22%);
}

.primary-button:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

.secondary-button {
  border: 1.5px solid var(--brand);
  background: white;
  color: var(--brand);
}

.secondary-button:hover {
  background: var(--brand);
  color: white;
  transform: translateY(-2px);
}

.primary-button:disabled,
.text-button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.hero-actions {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.pw-hero {
  width: min(1180px, calc(100% - 3rem));
  min-height: 690px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 6.8rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6.5rem);
}

.pw-hero h1 em {
  display: block;
  color: var(--orange);
  font-style: normal;
}

.pw-hero-lead {
  max-width: 580px;
  margin: 1.75rem 0 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
  line-height: 1.75;
}

.pw-hero-proof {
  margin-top: 3.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.pw-hero-proof div {
  padding-left: 0.9rem;
  border-left: 2px solid var(--brand-soft);
  display: grid;
  gap: 0.2rem;
}

.pw-hero-proof div:first-child {
  border-color: var(--orange);
}

.pw-hero-proof strong {
  color: var(--navy);
  font-size: 0.79rem;
}

.pw-hero-proof span {
  color: var(--muted);
  font-size: 0.66rem;
}

.pw-hero-visual {
  position: relative;
  min-height: 500px;
  padding: 1.2rem 0 2.1rem 1.5rem;
}

.pw-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0 1.8rem 0 0;
  border-radius: 40px;
  background: var(--brand-soft);
  transform: rotate(3deg);
}

.pw-hero-visual > img {
  position: relative;
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 28px 60px rgb(15 23 42 / 17%);
}

.pw-route-card {
  position: absolute;
  z-index: 3;
  left: -1.1rem;
  bottom: -0.7rem;
  width: min(365px, 76%);
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgb(255 255 255 / 97%);
  box-shadow: 0 20px 48px rgb(15 23 42 / 17%);
}

.pw-route-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.pw-icon-bubble,
.pw-trust-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
}

.pw-route {
  margin-top: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pw-route > div:not(.pw-route-dash) {
  display: grid;
  gap: 0.1rem;
}

.pw-route > div:last-child {
  text-align: right;
}

.pw-route strong {
  color: var(--navy);
  font-size: 1.65rem;
  letter-spacing: -0.05em;
}

.pw-route span {
  color: var(--muted);
  font-size: 0.65rem;
}

.pw-route-dash {
  flex: 1;
  position: relative;
  margin: 0 0.85rem;
  border-top: 1px dashed #b8c5d8;
  text-align: center;
}

.pw-route-dash span {
  position: relative;
  top: -0.65rem;
  padding: 0.3rem;
  background: white;
  color: var(--brand);
}

.pw-route-meta {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.7rem;
}

.pw-route-meta strong {
  color: var(--orange);
}

.pw-hero-badge {
  position: absolute;
  z-index: 4;
  top: -0.1rem;
  right: -0.2rem;
  padding: 0.7rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  background: white;
  color: var(--brand);
  box-shadow: 0 10px 28px rgb(15 23 42 / 12%);
  font-size: 0.68rem;
  font-weight: 850;
}

.pw-hero-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
}

.pw-impact-strip {
  padding: 1.3rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1rem;
  background: var(--brand);
  color: #e9eefb;
}

.pw-impact-strip p {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 750;
}

.pw-impact-strip p:first-child {
  color: white;
}

.pw-impact-strip span {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--orange);
}

.pw-cabin-section {
  width: min(1120px, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(6rem, 10vw, 9rem) 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(3.5rem, 7vw, 7rem);
}

.pw-cabin-image-wrap {
  position: relative;
  padding: 1.2rem;
  border-radius: 32px;
  background: var(--surface-blue);
}

.pw-cabin-image-wrap img {
  width: 100%;
  min-height: 380px;
  object-fit: cover;
  border-radius: 24px;
}

.pw-cabin-label {
  position: absolute;
  right: -0.8rem;
  bottom: -0.8rem;
  min-width: 220px;
  padding: 1rem 1.2rem;
  display: grid;
  gap: 0.2rem;
  border-radius: 16px;
  background: var(--paper);
  box-shadow: 0 18px 40px rgb(15 23 42 / 13%);
}

.pw-cabin-label strong {
  color: var(--navy);
  font-size: 0.8rem;
}

.pw-cabin-label small {
  color: var(--muted);
  font-size: 0.65rem;
}

.pw-cabin-copy > p:not(.eyebrow),
.section-intro > p:last-child,
.pw-trust-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 1.4rem 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.pw-feature-chips {
  margin-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pw-feature-chips span {
  padding: 0.62rem 0.8rem;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 0.68rem;
  font-weight: 850;
}

.pw-process-section {
  padding: clamp(6rem, 10vw, 9rem) max(1.5rem, calc((100vw - 1120px) / 2));
  background: var(--surface);
}

.section-intro {
  max-width: 760px;
}

.step-grid,
.role-grid {
  position: relative;
  margin-top: 4rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  list-style: none;
}

.step-grid::before {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  top: 36px;
  border-top: 2px dashed #cfd9e8;
}

.step-grid li,
.role-grid article {
  position: relative;
  min-width: 0;
  min-height: 280px;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 8px 28px rgb(30 58 138 / 5%);
}

.step-number {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 8px solid var(--surface);
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 1.3rem;
  font-weight: 900;
}

.step-grid li:nth-child(2) .step-number {
  background: var(--orange-soft);
  color: var(--orange);
}

.step-grid h3,
.role-grid h3 {
  margin: auto 0 0.75rem;
  color: var(--navy);
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.step-grid p,
.role-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.75;
}

.pw-trust-section {
  padding: clamp(6rem, 10vw, 9rem) max(1.5rem, calc((100vw - 1120px) / 2));
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: clamp(4rem, 8vw, 8rem);
  background: white;
}

.pw-trust-art {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  background: var(--surface-blue);
  overflow: hidden;
}

.pw-trust-art::before,
.pw-trust-art::after {
  content: "";
  position: absolute;
  border: 1px dashed #bdc9dd;
  border-radius: 50%;
}

.pw-trust-art::before {
  width: 360px;
  height: 360px;
}

.pw-trust-art::after {
  width: 250px;
  height: 250px;
}

.pw-trust-art > img {
  position: relative;
  z-index: 2;
  width: 96px;
  filter: drop-shadow(0 12px 22px rgb(30 58 138 / 18%));
}

.pw-trust-card {
  position: absolute;
  z-index: 3;
  padding: 0.95rem 1.05rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  box-shadow: 0 15px 35px rgb(15 23 42 / 11%);
}

.pw-trust-card-route {
  left: 4%;
  top: 11%;
}

.pw-trust-card-request {
  right: 3%;
  bottom: 11%;
}

.pw-trust-icon-orange {
  background: var(--orange-soft);
  color: var(--orange);
}

.pw-trust-card div {
  display: grid;
  gap: 0.15rem;
}

.pw-trust-card small {
  color: var(--muted);
  font-size: 0.58rem;
}

.pw-trust-card strong {
  color: var(--navy);
  font-size: 0.68rem;
}

.pw-trust-card em {
  margin-left: 0.5rem;
  color: var(--success);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
}

.pw-trust-copy ul {
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  list-style: none;
}

.pw-trust-copy li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #45556f;
  font-size: 0.88rem;
}

.pw-trust-copy li span {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange-soft);
  color: var(--orange);
  font-size: 0.7rem;
  font-weight: 900;
}

.pw-cta-section {
  width: min(1120px, calc(100% - 3rem));
  margin: 0 auto clamp(5rem, 9vw, 8rem);
  padding: clamp(2.7rem, 6vw, 5rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  border-radius: 30px;
  background: var(--brand);
  color: white;
  overflow: hidden;
  position: relative;
}

.pw-cta-section h2 {
  max-width: 760px;
  color: white;
  font-size: clamp(2.35rem, 4.3vw, 4rem);
}

.eyebrow-light {
  color: white;
}

.pw-light-button {
  flex: 0 0 auto;
  background: var(--orange);
  color: white;
  box-shadow: 0 12px 25px rgb(7 18 53 / 18%);
}

.pw-light-button:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

/* Functional pages */
.page-heading,
.feature-panel,
.flight-section,
.verification-section,
.profile-state,
.profile-panel,
.persona-panel,
.public-calendar,
.contact-request-list {
  width: min(1120px, calc(100% - 3rem));
  margin-inline: auto;
}

.page-heading {
  padding-top: clamp(4rem, 8vw, 7rem);
}

.page-heading h1,
.legal-header h1 {
  max-width: 880px;
  font-size: clamp(3.1rem, 5.7vw, 5.45rem);
}

.feature-panel,
.flight-section,
.verification-section {
  margin-top: 4rem;
}

.feature-panel {
  padding: clamp(1.3rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 10px 34px rgb(30 58 138 / 6%);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.section-heading h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.environment-badge,
.result-count,
.flight-status,
.verification-status {
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: #607089;
  font-size: 0.75rem;
  font-weight: 800;
  white-space: nowrap;
}

.notice,
.legal-draft-notice {
  margin-bottom: 0;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--orange);
  background: var(--orange-soft);
  color: #8a4a1f;
  line-height: 1.6;
}

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

.form-grid label {
  display: grid;
  gap: 0.5rem;
  color: #26354d;
  font-size: 0.9rem;
  font-weight: 750;
}

.form-grid label small {
  color: var(--muted);
  font-weight: 500;
}

.form-wide {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #c9d5e5;
  border-radius: 0.75rem;
  outline: 0;
  background: white;
  color: var(--navy);
  font: inherit;
}

textarea {
  min-height: 7rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgb(30 58 138 / 10%);
}

.validation-summary,
.form-message {
  margin: 1rem 0;
  padding: 0.8rem 1rem;
  border-radius: 0.7rem;
  line-height: 1.5;
}

.validation-summary,
.error-message {
  background: #fff0f0;
  color: #b42318;
}

.success-message {
  background: #e9fbef;
  color: #15803d;
}

.registration-consents,
.decision-consent {
  margin-block: 1.5rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: var(--surface);
}

.consent-row {
  color: #45556f;
}

.registration-consents a,
.reference-link,
.released-contact a,
.legal-page a {
  color: var(--brand);
  font-weight: 800;
}

.flight-list,
.verification-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.flight-card,
.verification-card,
.contact-request-card {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 6px 20px rgb(30 58 138 / 4%);
}

.flight-route strong,
.verification-card h3,
.profile-summary dd {
  color: var(--navy);
}

.flight-route div span,
.verification-card time,
.verification-kind,
.verification-status,
.verification-card dt {
  color: var(--muted);
}

.route-line,
.verification-kind,
.reference-link {
  color: var(--brand);
}

.status-available {
  border-color: #bce8c9;
  background: #e9fbef;
  color: #15803d;
}

.status-full {
  border-color: #fed7b8;
  background: var(--orange-soft);
  color: #a64c0b;
}

.status-cancelled {
  border-color: #ffc9c9;
  background: #fff0f0;
  color: #b42318;
}

.flight-note,
.flight-actions,
.public-calendar {
  border-color: var(--line);
}

.text-button {
  padding: 0.5rem 0.75rem;
  border: 1px solid #c9d5e5;
  border-radius: 0.6rem;
  background: white;
  color: var(--brand);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 750;
  cursor: pointer;
}

.text-button:hover {
  border-color: var(--brand);
  background: var(--brand-soft);
}

.released-contact {
  background: #e9fbef;
  color: #166534;
}

.persona-panel {
  padding: 1rem 1.25rem;
  border: 1px dashed #9fb0c9;
  border-radius: 1rem;
  background: var(--surface-blue);
}

.profile-state,
.profile-panel {
  max-width: 880px;
  margin-top: 3rem;
}

.registration-gates {
  color: #45556f;
}

.profile-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.profile-summary div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: var(--surface);
}

.profile-summary dt {
  color: var(--muted);
}

.empty-state {
  padding: 2rem;
  border: 1px dashed #b7c5d8;
  border-radius: 1rem;
  background: var(--surface);
  text-align: center;
}

.legal-page {
  width: min(900px, calc(100% - 3rem));
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.legal-meta,
.legal-page > section p,
.legal-page > section li,
.legal-document-footer,
.legal-address,
.legal-table-wrap td {
  color: #52637c;
}

.legal-toc,
.legal-address,
.legal-table-wrap {
  border-color: var(--line);
  background: var(--surface);
}

.legal-toc a {
  border-color: #c9d5e5;
  color: var(--brand);
}

.legal-table-wrap th {
  background: var(--brand-soft);
  color: var(--navy);
}

.legal-table-wrap th,
.legal-table-wrap td,
.legal-document-footer {
  border-color: var(--line);
}

/* Footer */
.site-footer {
  width: 100%;
  margin: 0;
  padding: 4rem max(1.5rem, calc((100vw - 1120px) / 2)) 1.5rem;
  display: block;
  border-top: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
}

.footer-main {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1fr;
  gap: 4rem;
  padding-bottom: 3rem;
}

.footer-brand {
  align-self: start;
}

.footer-brand .brand-logo {
  width: 170px;
}

.footer-main > p {
  margin: 0;
  max-width: 430px;
  font-size: 0.83rem;
  line-height: 1.8;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.footer-links div {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.footer-links strong {
  color: var(--navy);
  font-size: 0.76rem;
}

.footer-links a {
  width: fit-content;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.75rem;
}

.footer-links a:hover {
  color: var(--brand);
}

.footer-bottom {
  padding-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-navigation {
    display: none !important;
  }

  .pw-hero {
    grid-template-columns: 1fr;
    padding-top: 4.5rem;
  }

  .pw-hero-copy {
    max-width: 760px;
  }

  .pw-hero-visual {
    width: min(680px, 100%);
    margin: 0 auto;
  }

  .pw-cabin-section,
  .pw-trust-section {
    grid-template-columns: 1fr;
  }

  .pw-cabin-copy {
    order: -1;
  }

  .step-grid,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .step-grid::before {
    display: none;
  }

  .step-grid li {
    min-height: 220px;
  }

  .pw-trust-art {
    order: 2;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .site-header,
  .pw-hero,
  .pw-cabin-section,
  .pw-cta-section,
  .page-heading,
  .feature-panel,
  .flight-section,
  .verification-section,
  .profile-state,
  .profile-panel,
  .persona-panel,
  .public-calendar,
  .contact-request-list {
    width: min(100% - 2rem, 1180px);
  }

  .site-header {
    min-height: 72px;
  }

  .brand-logo {
    width: 148px;
  }

  .account-navigation {
    gap: 0.35rem;
  }

  .header-action {
    min-height: 38px;
    padding: 0.55rem 0.7rem;
    font-size: 0.72rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .pw-hero {
    padding-top: 3.4rem;
    gap: 2.2rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .primary-button,
  .secondary-button,
  .pw-light-button {
    width: 100%;
  }

  .pw-hero-proof {
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }

  .pw-hero-proof div {
    padding: 0.25rem 0 0.25rem 0.8rem;
  }

  .pw-hero-visual {
    min-height: 430px;
    padding-left: 0;
  }

  .pw-hero-visual::before {
    inset: 0.4rem 0 2rem;
  }

  .pw-hero-visual > img {
    height: 410px;
    border-radius: 24px;
  }

  .pw-route-card {
    left: 0.6rem;
    bottom: -0.3rem;
    width: calc(100% - 1.2rem);
  }

  .pw-hero-badge {
    top: -0.6rem;
    right: -0.3rem;
  }

  .pw-impact-strip {
    padding-inline: 1rem;
    gap: 1rem;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .pw-impact-strip p {
    white-space: nowrap;
  }

  .pw-cabin-image-wrap {
    padding: 0.65rem;
    border-radius: 22px;
  }

  .pw-cabin-image-wrap img {
    min-height: 280px;
    border-radius: 17px;
  }

  .pw-cabin-label {
    right: 0.5rem;
    bottom: -0.9rem;
  }

  .pw-process-section,
  .pw-trust-section {
    padding-inline: 1rem;
  }

  .pw-trust-art {
    min-height: 360px;
  }

  .pw-trust-card em {
    display: none;
  }

  .pw-cta-section {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 22px;
  }

  .form-grid,
  .flight-list,
  .verification-list,
  .profile-summary {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .verification-card-heading,
  .persona-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-main > p {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

