h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #162b70;
  margin: 0 0 1rem;
}
h1 {
  font-size: 3.5rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
p {
  margin: 0 0 1rem;
  line-height: 1.6;
}
.lead {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #6b7280;
}
.section-label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ff6900;
  margin-bottom: 0.5rem;
}
.section-heading {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .section-heading {
    font-size: 2rem;
  }
}
strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #162b70;
  background-color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #1e3a9a;
  text-decoration: none;
  transition: color 0.15s ease;
}
a:hover {
  color: #ff6900;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 576px) {
  .container {
    padding: 0 1rem;
  }
}
.container--narrow {
  max-width: 720px;
}
section {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  section {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  section {
    padding: 4rem 0;
  }
}
.section--alt {
  background-color: #f5f6fa;
}
.section--dark {
  background-color: #162b70;
  color: #ffffff;
}
.section--dark h2,
.section--dark h3,
.section--dark h4 {
  color: #ffffff;
}
.section--dark .lead {
  color: rgba(255, 255, 255, 0.8);
}
.section--dark .section-label {
  color: #ff6900;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}
.btn--primary {
  background-color: #ff6900;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: #0d0b0a;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.btn--outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn--outline:hover {
  background-color: #ffffff;
  color: #162b70;
}
.btn--large {
  padding: 1.5rem 4rem;
  font-size: 1.125rem;
  border-radius: 12px;
}
.site-header {
  background: linear-gradient(135deg, #162b70 0%, #0f1f52 100%);
  padding: 1.5rem 0;
}
.site-header__logo {
  display: block;
  max-height: 48px;
  width: auto;
}
.hero {
  position: relative;
  padding: 2em 0;
  background-color: #162b70;
  color: #ffffff;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #162b70 0%, #0f1f52 100%);
  z-index: 0;
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
@media (max-width: 992px) {
  .hero__content {
    display: contents;
  }
}
@media (max-width: 992px) {
  .hero__label {
    order: 1;
  }
  .hero__heading {
    order: 2;
  }
  .hero__image {
    order: 3;
  }
  .hero__subheading {
    order: 4;
  }
  .hero__cta-group {
    order: 5;
  }
  .hero__microcopy {
    order: 6;
  }
}
.hero__label {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ff6900;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .hero__label {
    margin-bottom: 0;
    text-align: center;
  }
}
.hero__heading {
  font-size: 3.5rem;
  font-weight: 900 !important;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .hero__heading {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .hero__heading {
    font-size: 2rem;
    text-align: center;
  }
}
.hero__subheading {
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 3rem;
  max-width: 520px;
}
@media (max-width: 576px) {
  .hero__subheading {
    text-align: center;
    margin-bottom: 1.5em;
  }
}
.hero__cta-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .hero__cta-group {
    margin-bottom: 0em;
  }
}
.hero__cta-group .btn {
  width: 100%;
}
.hero__microcopy {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.hero__image {
  position: relative;
  align-self: stretch;
}
@media (max-width: 992px) {
  .hero__image {
    max-width: 500px;
    margin: 0 auto;
  }
}
.hero__image img,
.hero__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .hero__image img,
  .hero__image video {
    aspect-ratio: 1;
    height: auto;
  }
}
.hero__badge {
  position: absolute;
  top: 0;
  right: 1.5rem;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #fff45a 0%, #ffe600 50%, #f5d800 100%);
  color: #19223c;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.25rem 1rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}
.highlights__banner-wrap {
  position: relative;
}
.highlights__banner {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .highlights__banner {
    min-height: 16em;
    object-fit: cover;
    object-position: center;
  }
}
.highlights__banner-wrap .highlight {
  position: absolute;
  top: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  font-size: 2em;
  font-weight: 900 !important;
  text-align: center;
  background: transparent;
  color: #ff6900;
}
@media (max-width: 992px) {
  .highlights__banner-wrap .highlight {
    font-size: 1.2em;
    top: 0.5em;
  }
}
.highlights__banner-wrap .highlight span {
  display: inline;
  padding: 0.2em 0.5em;
  background: #ffffff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 992px) {
  .highlights__banner-wrap .highlight {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .highlights__banner-wrap .highlight {
    line-height: 1.27;
  }
  .highlights__banner-wrap .highlight span {
    padding: 0.1em 0.25em;
  }
}
.highlights {
  padding: 2rem 0;
  background: linear-gradient(135deg, #162b70 0%, #0f1f52 100%);
}
.highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 992px) {
  .highlights__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .highlights__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.highlight-card {
  background: #ffffff;
  color: #162b70;
  padding: 3rem;
  border-radius: 12px;
  border: 3px solid #ff6900;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.highlight-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.highlight-card__emoji {
  display: block;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.highlight-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #162b70;
}
.highlight-card__text {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}
.procton {
  padding: 1.75rem 0;
}
.procton__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
@media (max-width: 992px) {
  .procton__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .procton__content {
    order: 2;
  }
}
.procton__features {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
  margin: 2rem 0 0;
}
.procton__feature {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding: 1rem 0 1rem 2.5rem;
  position: relative;
}
.procton__feature::marker {
  content: '';
}
.procton__feature::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.procton__feature + .procton__feature {
  border-top: 1px solid #e8eaf0;
}
.procton__feature-icon {
  display: none;
}
.procton__feature-text {
  font-size: 1rem;
  line-height: 1.5;
}
.procton__feature-text strong {
  display: block;
  margin-bottom: 2px;
}
.procton__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .procton__images {
    order: 1;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .procton__images {
    grid-template-columns: 1fr;
  }
}
.procton__image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.procton__image img {
  width: 100%;
  aspect-ratio: 1.33333333;
  object-fit: cover;
}
.partnership {
  padding: 3rem 0;
  background-color: #f5f6fa;
}
.partnership__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4rem;
}
.partnership__models {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .partnership__models {
    grid-template-columns: 1fr;
  }
}
.model-card {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #ff6900;
}
.model-card__badge {
  position: absolute;
  top: 0;
  right: 1.5rem;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #fff45a 0%, #ffe600 50%, #f5d800 100%);
  color: #19223c;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.25rem 1rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}
.model-card__label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ff6900;
  margin-bottom: 0.5rem;
}
.model-card__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.model-card__text {
  color: #6b7280;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
.model-card__features {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
  margin: 0;
}
.model-card__feature {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding-left: 2rem;
  margin-bottom: 1.75rem;
  position: relative;
  font-size: 1rem;
}
.model-card__feature::marker {
  content: '';
}
.model-card__feature::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.partnership__bottom {
  text-align: center;
  margin-top: 4rem;
  padding: 3rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.partnership__bottom-heading {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.partnership__bottom-text {
  color: #6b7280;
  margin: 0;
  font-size: 1.125rem;
}
.pioneer {
  padding: 3rem 0;
}
.pioneer__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.pioneer__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ff6900;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.5rem 1.5rem;
  border-radius: 100px;
  margin-bottom: 2rem;
}
.pioneer__text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #162b70;
  margin-bottom: 2rem;
}
.pioneer__text strong {
  color: #162b70;
}
.pioneer__emphasis {
  display: block;
  background: #f5f6fa;
  border-left: 4px solid #ff6900;
  padding: 2rem 3rem;
  margin: 3rem 0;
  text-align: left;
  border-radius: 0 8px 8px 0;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #162b70;
  font-weight: 500;
}
.tankstation {
  padding: 3rem 0;
  background: white;
}
.tankstation__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: stretch;
}
@media (max-width: 992px) {
  .tankstation__inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
.tankstation__reasons {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  counter-reset: reasons;
}
.tankstation__reason {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  counter-increment: reasons;
}
.tankstation__reason + .tankstation__reason {
  border-top: 1px solid #e8eaf0;
}
.tankstation__reason-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #b0cd30 0%, #69b630 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3125rem;
  margin-top: 2px;
}
.tankstation__reason-text strong {
  display: inline;
  font-size: 1.125rem;
  color: #ff6900;
  background: #ffffff;
  padding: 0.05em 0.3em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-bottom: 0.25rem;
}
.tankstation__reason-text p {
  color: #6b7280;
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.tankstation__aside {
  background: #f5f6fa;
  border-radius: 16px;
  padding: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 992px) {
  .tankstation__aside {
    max-width: 500px;
  }
}
.tankstation__aside-image {
  display: block;
  width: calc(100% + 2 * 4rem);
  max-width: none;
  margin: -4rem -4rem 2rem;
  flex: 1 1 0;
  min-height: 0;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 992px) {
  .tankstation__aside-image {
    flex: 0 0 auto;
    height: auto;
    max-height: 400px;
  }
}
.tankstation__aside-number {
  font-size: 3.5rem;
  font-weight: 900;
  color: #ff6900;
  line-height: 1;
  margin: 0;
}
.tankstation__aside-suffix {
  font-size: 1.125rem;
  font-weight: 600;
  color: #162b70;
}
.tankstation__aside-text {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0;
}
.pioneer {
  padding: 3rem 0;
  background: white;
}
.proof {
  padding: 8rem 0;
  background-color: #f5f6fa;
}
.proof__inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.proof__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 6rem;
}
@media (max-width: 576px) {
  .proof__stats {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.proof__stat {
  text-align: center;
}
.proof__stat-number {
  font-size: 3.5rem;
  font-weight: 900;
  color: #162b70;
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media (max-width: 576px) {
  .proof__stat-number {
    font-size: 2.5rem;
  }
}
.proof__stat-label {
  font-size: 0.875rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.proof__testimonial {
  background: #ffffff;
  border-radius: 12px;
  padding: 4rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  position: relative;
}
.proof__testimonial::before {
  content: '\201C';
  font-size: 5rem;
  color: #ff6900;
  line-height: 1;
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  opacity: 0.3;
}
.proof__quote {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  color: #162b70;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
.proof__author {
  font-size: 0.875rem;
  color: #6b7280;
  font-style: normal;
}
.proof__author-name {
  font-weight: 600;
  color: #162b70;
}
.cta-section {
  padding: 3rem 0;
  background: linear-gradient(135deg, #162b70 0%, #0f1f52 100%);
  color: #ffffff;
}
.cta-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}
@media (max-width: 992px) {
  .cta-section__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.cta-section__content h2 {
  color: #ffffff;
}
.cta-section__content .lead {
  color: rgba(255, 255, 255, 0.8);
}
.cta-section__steps {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  counter-reset: steps;
}
.cta-section__step {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.9);
  counter-increment: steps;
}
.cta-section__step::before {
  content: counter(steps) '.';
  font-weight: 700;
  color: #ff6900;
  min-width: 24px;
}
.cta-form {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.cta-form--loading {
  pointer-events: none;
}
.cta-form--loading form {
  opacity: 0.4;
  filter: grayscale(0.4);
  transition: opacity 0.25s ease, filter 0.25s ease;
}
.cta-form--loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border: 4px solid rgba(22, 43, 112, 0.15);
  border-top-color: #ff6900;
  border-radius: 50%;
  animation: cta-form-spin 0.8s linear infinite;
}
@keyframes cta-form-spin {
  to {
    transform: rotate(360deg);
  }
}
.cta-form__success {
  text-align: center;
  padding: 3rem 0;
}
.cta-form__success-title {
  font-size: 1.5rem;
  color: #162b70;
  margin: 0 0 1rem;
}
.cta-form__success-text {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}
.cta-form__heading {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #162b70;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #162b70;
  margin-bottom: 0.25rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.5rem 1rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
  color: #162b70;
  border: 1px solid #e8eaf0;
  border-radius: 8px;
  background: rgba(22, 43, 112, 0.1);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #1e3a9a;
  background: linear-gradient(180deg, #fffce0 0%, #fff58a 100%);
  box-shadow: inset 0 2px 6px rgba(120, 100, 0, 0.25), 0 0 0 3px rgba(22, 43, 112, 0.1);
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder {
  color: #6b7280;
  opacity: 0.5;
}
.form-group textarea {
  resize: vertical;
  min-height: 80px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 576px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.cta-form .btn {
  width: 100%;
  margin-top: 0.5rem;
}
.cta-form__microcopy {
  font-size: 0.875rem;
  color: #6b7280;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cta-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
  cursor: pointer;
  line-height: 1.4;
}
.cta-form__consent input[type="checkbox"] {
  width: auto;
  margin-top: 0.25em;
  flex-shrink: 0;
  accent-color: #ff6900;
}
.cta-form__consent a {
  color: #162b70;
  text-decoration: underline;
}
.cta-form__consent a:hover {
  color: #ff6900;
}
.cta-form__honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cta-form__status {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.cta-form__status--success {
  background: #e6f6ec;
  color: #14532d;
  border: 1px solid #86d49e;
}
.cta-form__status--error {
  background: #fde8e8;
  color: #7f1d1d;
  border: 1px solid #f5a3a3;
}
.footer {
  padding: 3rem 0;
  background: #0f1f52;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 576px) {
  .footer__inner {
    flex-direction: column;
    text-align: center;
  }
}
.footer__links {
  display: flex;
  gap: 1.5rem;
}
.footer__links a {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.15s ease;
}
.footer__links a:hover {
  color: #ffffff;
}
