    :root {
      --newsroom-ink: #06102f;
      --newsroom-muted: #5c6680;
      --newsroom-line: rgba(49, 93, 168, 0.16);
      --newsroom-panel: rgba(255, 255, 255, 0.86);
      --newsroom-blue: #315da8;
      --newsroom-pink: #d821aa;
    }
    body {
      margin: 0;
      color: var(--newsroom-ink);
      background:
        radial-gradient(circle at 18% 8%, rgba(216, 33, 170, 0.12), transparent 30%),
        radial-gradient(circle at 82% 4%, rgba(49, 93, 168, 0.16), transparent 32%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 52%, #f5f7fc 100%);
      font-family: "DM Sans", Arial, sans-serif;
    }

    .aero-newsroom {
      overflow: clip;
    }

    .aero-newsroom__wrap {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    .aero-newsroom__hero {
      min-height: 0;
      display: flex;
      align-items: center;
      padding: 124px 0 54px;
    }

    .aero-newsroom__hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
      gap: clamp(34px, 7vw, 92px);
      align-items: center;
    }

    .aero-newsroom__eyebrow {
      margin: 0 0 18px;
      color: var(--newsroom-blue);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .aero-newsroom h1,
    .aero-newsroom h2,
    .aero-newsroom h3 {
      margin: 0;
      letter-spacing: 0;
      color: var(--newsroom-ink);
    }

    .aero-newsroom h1 {
      max-width: 720px;
      font-family: "Playfair Display", Georgia, serif;
      font-size: clamp(42px, 5vw, 64px);
      line-height: 1.04;
      font-weight: 500;
    }

    .aero-newsroom__lead {
      max-width: 710px;
      margin: 28px 0 0;
      color: var(--newsroom-muted);
      font-size: clamp(16px, 1.3vw, 18px);
      line-height: 1.7;
    }

    .aero-newsroom__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    .aero-newsroom__button {
      display: inline-flex;
      min-height: 56px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 24px;
      border: 1px solid rgba(49, 93, 168, 0.18);
      border-radius: 999px;
      color: var(--newsroom-ink);
      background: #ffffff;
      box-shadow: 0 14px 34px rgba(6, 16, 47, 0.08);
      font-size: 15px;
      font-weight: 800;
      text-decoration: none;
    }

    .aero-newsroom__button.is-primary {
      color: #ffffff;
      border-color: transparent;
      background: linear-gradient(135deg, var(--newsroom-pink), #315da8);
    }

    .aero-newsroom__press-card {
      position: relative;
      padding: 34px;
      border: 1px solid var(--newsroom-line);
      border-radius: 8px;
      background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.88)),
        var(--newsroom-panel);
      box-shadow: 0 24px 64px rgba(6, 16, 47, 0.1);
    }

    .aero-newsroom__logo {
      display: block;
      width: min(240px, 72%);
      height: auto;
      margin-bottom: 34px;
    }

    .aero-newsroom__press-card h2 {
      font-size: 30px;
      line-height: 1.08;
    }

    .aero-newsroom__press-card p {
      margin: 16px 0 0;
      color: var(--newsroom-muted);
      font-size: 16px;
      line-height: 1.58;
    }

    .aero-newsroom__contact-list {
      display: grid;
      gap: 14px;
      margin-top: 30px;
      padding-top: 26px;
      border-top: 1px solid var(--newsroom-line);
    }

    .aero-newsroom__contact-row {
      display: grid;
      grid-template-columns: 92px minmax(0, 1fr);
      gap: 16px;
      align-items: baseline;
      font-size: 15px;
      line-height: 1.45;
    }

    .aero-newsroom__contact-row span {
      color: var(--newsroom-muted);
      font-weight: 700;
    }

    .aero-newsroom__contact-row a,
    .aero-newsroom__contact-row strong {
      color: var(--newsroom-ink);
      font-weight: 800;
      text-decoration: none;
    }

    .aero-newsroom__origin-section {
      padding: 10px 0 72px;
    }

    .aero-newsroom__origin {
      display: grid;
      grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1fr);
      gap: clamp(30px, 6vw, 76px);
      align-items: start;
      padding: clamp(30px, 6vw, 64px);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 8px;
      color: #ffffff;
      background:
        radial-gradient(circle at 10% 0%, rgba(216, 33, 170, 0.22), transparent 34%),
        radial-gradient(circle at 92% 12%, rgba(49, 93, 168, 0.22), transparent 38%),
        linear-gradient(145deg, #030927, #071238 58%, #030927);
      box-shadow: 0 34px 90px rgba(6, 16, 47, 0.18);
    }

    .aero-newsroom__origin h2 {
      margin: 0;
      color: #ffffff;
      font-family: "Playfair Display", Georgia, serif;
      font-size: clamp(34px, 4vw, 54px);
      line-height: 1.08;
      font-weight: 500;
    }

    .aero-newsroom__origin .aero-newsroom__eyebrow {
      color: #95bff9;
    }

    .aero-newsroom__origin-copy {
      display: grid;
      gap: 18px;
    }

    .aero-newsroom__origin-copy p {
      margin: 0;
      color: rgba(255, 255, 255, 0.74);
      font-size: clamp(16px, 1.3vw, 18px);
      line-height: 1.7;
    }

    .aero-newsroom__origin-copy p:first-child {
      color: #ffffff;
      font-weight: 700;
    }

    .aero-newsroom__community {
      margin: 0;
      padding: 0 0 92px;
    }

    .aero-newsroom__community-media {
      overflow: hidden;
      height: min(390px, 33vw);
      border-radius: 8px;
      background: #e9edf5;
      box-shadow: 0 24px 60px rgba(6, 16, 47, 0.1);
    }

    .aero-newsroom__community-media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 46%;
    }

    .aero-newsroom__community figcaption {
      display: grid;
      grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.48fr);
      gap: clamp(28px, 6vw, 76px);
      align-items: start;
      padding-top: 24px;
      color: var(--newsroom-muted);
      font-size: 16px;
      line-height: 1.62;
    }

    .aero-newsroom__community figcaption strong {
      color: var(--newsroom-ink);
      font-family: "Playfair Display", Georgia, serif;
      font-size: clamp(25px, 2.5vw, 36px);
      line-height: 1.15;
      font-weight: 500;
    }

    .aero-newsroom__section {
      padding: 64px 0;
      border-top: 0;
      background:
        radial-gradient(circle at 8% 42%, rgba(216, 33, 170, 0.08), transparent 34%),
        radial-gradient(circle at 92% 38%, rgba(49, 93, 168, 0.1), transparent 36%),
        #f8faff;
    }

    .aero-newsroom__section-head {
      display: grid;
      grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.52fr);
      gap: clamp(28px, 6vw, 76px);
      align-items: end;
      margin-bottom: 32px;
    }

    .aero-newsroom__section h2 {
      font-family: "Playfair Display", Georgia, serif;
      font-size: clamp(32px, 3.5vw, 48px);
      line-height: 1.1;
      font-weight: 500;
    }

    .aero-newsroom__section-head p {
      margin: 0;
      color: var(--newsroom-muted);
      font-size: 17px;
      line-height: 1.62;
    }

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

    .aero-newsroom__principle {
      grid-column: span 2;
    }

    .aero-newsroom__principle:nth-child(4) {
      grid-column: 2 / span 2;
    }

    .aero-newsroom__principle:nth-child(5) {
      grid-column: 4 / span 2;
    }

    .aero-newsroom__principle,
    .aero-newsroom__resource,
    .aero-newsroom__statement {
      border: 1px solid var(--newsroom-line);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.78);
      box-shadow: 0 16px 46px rgba(6, 16, 47, 0.06);
    }

    .aero-newsroom__principle {
      min-height: 176px;
      padding: 26px;
    }

    .aero-newsroom__number {
      display: inline-flex;
      width: 34px;
      height: 34px;
      align-items: center;
      justify-content: center;
      margin-bottom: 22px;
      border-radius: 999px;
      color: #ffffff;
      background: var(--newsroom-ink);
      font-size: 13px;
      font-weight: 900;
    }

    .aero-newsroom__principle p,
    .aero-newsroom__resource p,
    .aero-newsroom__statement p {
      margin: 0;
      color: var(--newsroom-muted);
      font-size: 15px;
      line-height: 1.55;
    }

    .aero-newsroom__statement {
      display: grid;
      grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.52fr);
      gap: clamp(26px, 5vw, 62px);
      align-items: start;
      isolation: isolate;
      padding: clamp(28px, 5vw, 56px);
      background:
        radial-gradient(circle at 0% 0%, rgba(216, 33, 170, 0.1), transparent 30%),
        linear-gradient(145deg, #ffffff, #f6f8fe);
    }

    .aero-newsroom__statement h2 {
      margin-bottom: 18px;
    }

    .aero-newsroom__statement > * {
      min-width: 0;
    }

    @media screen and (min-width: 1041px) {
      .aero-newsroom__statement > :first-child {
        position: sticky;
        top: 118px;
        align-self: start;
      }
    }

    .aero-newsroom__statement p {
      max-width: 700px;
      font-size: 17px;
    }

    .aero-newsroom__statement-lines {
      display: grid;
      gap: 12px;
      width: 100%;
      align-self: start;
    }

    .aero-newsroom__statement-line {
      box-sizing: border-box;
      width: 100%;
      padding: 16px 18px;
      border: 1px solid rgba(49, 93, 168, 0.14);
      border-radius: 6px;
      background: #ffffff;
      color: var(--newsroom-ink);
      font-size: 15px;
      font-weight: 800;
      line-height: 1.36;
    }

    .aero-newsroom__statement-line a {
      color: inherit;
      text-decoration-color: rgba(49, 93, 168, 0.42);
      text-underline-offset: 3px;
    }

    .aero-newsroom__section:has(.aero-newsroom__statement) {
      padding-block: clamp(44px, 5vw, 64px);
    }

    .aero-newsroom__community + .aero-newsroom__section {
      padding-top: clamp(72px, 7vw, 96px);
    }

    .aero-newsroom__resources {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .aero-newsroom__form-shell {
      min-width: 0;
      margin-top: 24px;
      padding-top: 22px;
      border-top: 1px solid var(--newsroom-line);
    }

    .aero-newsroom__form-shell close-form {
      --formBackgroundColor: transparent;
      --formBorderColor: transparent;
      --formTextColor: var(--newsroom-muted);
      --labelTextColor: var(--newsroom-ink);
      --fieldTextColor: var(--newsroom-ink);
      --fieldBackgroundColor: #ffffff;
      --fieldBorderColor: rgba(49, 93, 168, 0.2);
      --submitButtonBackgroundColor: #071238;
      --submitButtonBorderColor: #071238;
      --submitButtonTextColor: #ffffff;
      --fieldBorderRadius: 6px;
      display: block;
      width: 100%;
      min-height: 350px;
    }

    .aero-newsroom__resource {
      display: flex;
      min-height: 214px;
      flex-direction: column;
      justify-content: space-between;
      padding: 24px;
      text-decoration: none;
    }

    .aero-newsroom__resource small {
      display: block;
      margin-bottom: 18px;
      color: var(--newsroom-blue);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .aero-newsroom__resource h3 {
      margin-bottom: 12px;
      font-size: 24px;
      line-height: 1.08;
    }

    .aero-newsroom__resource span {
      color: var(--newsroom-ink);
      font-size: 14px;
      font-weight: 900;
    }

    .aero-newsroom-footer {
      color: #ffffff;
      background: #030927;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .aero-newsroom-footer__inner {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
      padding: 76px 0 42px;
    }

    .aero-newsroom-footer__phone {
      margin: 0 0 54px;
      font-family: "Playfair Display", Georgia, serif;
      font-size: clamp(52px, 8vw, 112px);
      line-height: 0.94;
      text-align: center;
    }

    .aero-newsroom-footer .footer-content {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
      gap: clamp(34px, 7vw, 86px);
      align-items: start;
    }

    .aero-newsroom-footer .footer-link-wrapper {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 30px;
    }

    .aero-newsroom-footer .footer-link-content {
      display: grid;
      gap: 14px;
      min-width: 0;
    }

    .aero-newsroom-footer .footer-link-text {
      color: #ffffff;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .aero-newsroom-footer .footer-link {
      color: rgba(255, 255, 255, 0.68);
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
    }

    .aero-newsroom-footer .footer-link:hover,
    .aero-newsroom-footer .footer-link:focus-visible {
      color: #ffffff;
    }

    .aero-newsroom-footer__note {
      margin: 0;
      color: rgba(255, 255, 255, 0.68);
      font-size: 16px;
      line-height: 1.62;
    }

    .aero-newsroom-footer__bottom {
      margin-top: 54px;
      color: rgba(255, 255, 255, 0.58);
      font-size: 14px;
      font-weight: 700;
      text-align: center;
    }

    @media screen and (max-width: 1040px) {
      .aero-newsroom__hero-grid,
      .aero-newsroom__origin,
      .aero-newsroom__section-head,
      .aero-newsroom__community figcaption,
      .aero-newsroom__statement,
      .aero-newsroom__form-layout,
      .aero-newsroom-footer .footer-content {
        grid-template-columns: 1fr;
      }

      .aero-newsroom__principles,
      .aero-newsroom__resources {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .aero-newsroom__principle,
      .aero-newsroom__principle:nth-child(4),
      .aero-newsroom__principle:nth-child(5) {
        grid-column: auto;
      }

      .aero-newsroom-footer .footer-link-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media screen and (max-width: 640px) {
      .aero-newsroom__wrap,
      .aero-newsroom-footer__inner {
        width: min(100% - 28px, 1180px);
      }

      .aero-newsroom__hero {
        min-height: 0;
        padding: 116px 0 42px;
      }

      .aero-newsroom__press-card,
      .aero-newsroom__origin,
      .aero-newsroom__statement {
        border-radius: 20px;
        padding: 24px;
      }

      .aero-newsroom__principles,
      .aero-newsroom__resources,
      .aero-newsroom-footer .footer-link-wrapper {
        grid-template-columns: 1fr;
      }

      .aero-newsroom__contact-row {
        grid-template-columns: 1fr;
        gap: 4px;
      }

      .aero-newsroom__community {
        padding-bottom: 64px;
      }

      .aero-newsroom__community-media img {
        height: 100%;
      }

      .aero-newsroom__community-media {
        height: auto;
        aspect-ratio: 16 / 9;
      }
    }
