/* Passport benefits page – matches About / Partner aesthetic */

.page-passport .wrapper {
  padding-bottom: 0;
}

/* Hero */
.passport-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.passport-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #04132d;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.passport-hero:before {
  content: "";
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  height: 70px;
  background-color: #04132d;
  display: block;
  transform: translateY(1px);
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .passport-hero:before {
    height: 34px;
  }
}

.passport-hero .container {
  position: relative;
  z-index: 1;
}

.passport-hero .container:before {
  content: "";
  background-color: #04132d;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}

.passport-hero-content {
  padding: 78px 20px 80px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .passport-hero-content {
    padding: 56px 20px 60px;
  }
}

.passport-hero-title {
  font-family: "roc-grotesk", sans-serif;
  font-size: 72px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 0.9;
  letter-spacing: -2px;
  color: #ffffff;
  margin: 0 0 20px;
}

.passport-hero-title .passport-hero-accent {
  color: #96ff94;
}

@media (max-width: 991.98px) {
  .passport-hero-title {
    font-size: 56px;
  }
}

@media (max-width: 767.98px) {
  .passport-hero-title {
    font-size: 40px;
    letter-spacing: -1px;
  }
}

.passport-hero-lead {
  font-size: 20px;
  line-height: 1.5;
  color: #c0c4ca;
  margin: 0 auto 24px;
  max-width: 560px;
  text-align: center;
}

.passport-hero-ctas,
.passport-hero-cta {
  margin-top: 8px;
}

.passport-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.passport-hero-ctas .passport-cta-btn {
  min-width: 160px;
}

@media (max-width: 767.98px) {
  .passport-hero-lead {
    font-size: 17px;
  }
}

/* Benefits grid – light section to break up navy */
.passport-benefits {
  background-color: #e8eaed;
  position: relative;
  padding: 0 0 80px;
}

.passport-benefits:before {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 0);
  height: 70px;
  background-color: #e8eaed;
  display: block;
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  .passport-benefits:before {
    height: 34px;
  }
}

.passport-benefits .container {
  position: relative;
}

.passport-benefits-heading {
  font-family: "roc-grotesk", sans-serif;
  font-size: 56px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 0.9;
  letter-spacing: -1.5px;
  color: #04132d;
  text-align: center;
  margin: 0 0 48px;
  padding-top: 24px;
}

@media (max-width: 991.98px) {
  .passport-benefits-heading {
    font-size: 44px;
  }
}

@media (max-width: 767.98px) {
  .passport-benefits-heading {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

.passport-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .passport-benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.passport-benefit-card {
  background-color: #96ff94;
  padding: 40px 32px;
  border-radius: 0;
  color: #04132d;
}

@media (max-width: 767.98px) {
  .passport-benefit-card {
    padding: 28px 24px;
  }
}

.passport-benefit-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.passport-benefit-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  color: #04132d;
}

.passport-benefit-icon svg {
  width: 100%;
  height: 100%;
}

.passport-benefit-title {
  font-family: "roc-grotesk", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0;
  color: #04132d;
  text-align: left;
}

@media (max-width: 767.98px) {
  .passport-benefit-title {
    font-size: 20px;
  }
}

.passport-benefit-desc {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #04132d;
}

@media (max-width: 575.98px) {
  .passport-benefit-header {
    gap: 12px;
  }
  .passport-benefit-title {
    font-size: 20px;
  }
}

/* CTA section */
.passport-cta {
  position: relative;
  overflow: hidden;
}

.passport-cta-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #04132d;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.passport-cta .container {
  position: relative;
  z-index: 1;
}

.passport-cta .container:before {
  content: "";
  background-color: #04132d;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}

.passport-cta-content {
  padding: 80px 20px 88px;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .passport-cta-content {
    padding: 56px 20px 64px;
  }
}

.passport-cta-title {
  font-family: "roc-grotesk", sans-serif;
  font-size: 56px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 0.9;
  letter-spacing: -1.5px;
  color: #ffffff;
  margin: 0 0 16px;
}

@media (max-width: 767.98px) {
  .passport-cta-title {
    font-size: 40px;
  }
}

.passport-cta-lead {
  font-size: 18px;
  line-height: 1.5;
  color: #c0c4ca;
  margin: 0 auto 32px;
  max-width: 520px;
  text-align: center;
}

.passport-cta-btn {
  display: inline-block;
  padding: 14px 28px;
  font-family: "roc-grotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.passport-cta-btn-primary {
  background-color: #96ff94;
  color: #04132d;
  border: none;
}

.passport-cta-btn-primary:hover {
  background-color: #c2ff42;
  color: #04132d;
}

.passport-cta-btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.passport-cta-btn-secondary:hover {
  background-color: #ffffff;
  color: #04132d;
}

.passport-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.passport-cta-buttons .passport-cta-btn {
  min-width: 160px;
}
