/* ================================
   Landing Header Section
   Scoped: .landing-header
================================ */

.landing-header {
  position: relative;
  padding: 60px 20px 40px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.landing-header::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: rgba(13, 110, 253, 0.05);
  border-radius: 50%;
  z-index: 0;
}

.landing-header::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: rgba(13, 110, 253, 0.05);
  border-radius: 50%;
  z-index: 0;
}

.landing-header .container {
  position: relative;
  z-index: 2;
}

/* ================================
   Logo
================================ */

.landing-header .site-logo {
  margin-bottom: 20px;
}

.landing-header .site-logo img {
  max-width: 260px;
  width: 100%;
  height: auto;
  display: inline-block;
}

/* ================================
   Title
================================ */

.landing-header .landing-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: #0b1f3a;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

/* ================================
   Subtitle
================================ */

.landing-header .landing-subtitle {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  color: #2c6be0;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* ================================
   Responsive
================================ */

@media (max-width: 992px) {
  .landing-header {
    padding: 50px 20px 35px;
  }

  .landing-header .site-logo img {
    max-width: 220px;
  }
}

@media (max-width: 768px) {
  .landing-header {
    padding: 45px 18px 30px;
  }

  .landing-header .landing-title {
    line-height: 1.25;
  }
}

@media (max-width: 480px) {
  .landing-header {
    padding: 40px 15px 28px;
  }

  .landing-header .site-logo img {
    max-width: 190px;
  }
}

/* =====================================
   Presentation Video Section
   Scoped: .presentation-video
===================================== */

.presentation-video {
  padding: 80px 20px;
  background: #ffffff;
}

.presentation-video .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* =========================
   Section Title
========================= */

.presentation-video .section-title {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 35px;
  letter-spacing: -0.4px;
}

/* =========================
   Video Wrapper
========================= */

.presentation-video .video-wrapper {
  position: relative;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}


.presentation-video .video-wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.presentation-video .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

/* =========================
   Caption
========================= */

.presentation-video figcaption {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #5b6b7b;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================
   Responsive Adjustments
========================= */

@media (max-width: 992px) {
  .presentation-video {
    padding: 70px 20px;
  }

  .presentation-video .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .presentation-video {
    padding: 60px 18px;
  }

  .presentation-video .video-wrapper {
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .presentation-video {
    padding: 50px 15px;
  }

  .presentation-video figcaption {
    font-size: 15px;
  }
}

/* =====================================
   Presentation CTA Section
   Scoped: .presentation-cta
===================================== */

.presentation-cta {
  padding: 90px 20px;
  background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
  text-align: center;
}

.presentation-cta .container {
  max-width: 850px;
  margin: 0 auto;
}

/* =========================
   CTA Heading
========================= */

.presentation-cta h2 {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.25;
  color: #0b1f3a;
  margin-bottom: 18px;
  letter-spacing: -0.4px;
}

/* =========================
   CTA Description
========================= */

.presentation-cta p {
  font-size: 18px;
  line-height: 1.6;
  color: #5b6b7b;
  margin-bottom: 36px;
}

/* =========================
   CTA Button
========================= */

.presentation-cta .cta-button {
  position: relative;
  display: inline-block;

  padding: 18px 40px;

  font-size: 18px;
  font-weight: 600;

  color: #ffffff;
  text-decoration: none;

  background: linear-gradient(135deg, #1f7ae0, #0d6efd);

  border-radius: 10px;

  box-shadow:
    0 10px 25px rgba(13,110,253,0.25),
    0 4px 10px rgba(0,0,0,0.08);

  overflow: hidden;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;

  animation: ctaPulse 2.5s infinite ease-in-out;
}

/* =========================
   Shimmer Highlight Effect
========================= */

.presentation-cta .cta-button::before {

  content:"";

  position:absolute;

  top:0;
  left:-120%;

  width:60%;
  height:100%;

  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );

  transform:skewX(-20deg);

  animation: shine 3s infinite;
}

/* =========================
   Hover
========================= */

.presentation-cta .cta-button:hover {

  transform: translateY(-4px) scale(1.03);

  box-shadow:
    0 18px 40px rgba(13,110,253,0.35),
    0 8px 18px rgba(0,0,0,0.15);

  background: linear-gradient(135deg, #0d6efd, #0b5ed7);

}

/* =========================
   Focus
========================= */

.presentation-cta .cta-button:focus {

  outline:3px solid rgba(13,110,253,0.35);
  outline-offset:4px;

}

/* =========================
   Active
========================= */

.presentation-cta .cta-button:active {

  transform: translateY(0) scale(0.98);

}

/* =========================
   Pulse Animation
========================= */

@keyframes ctaPulse {

  0% {
    box-shadow:
      0 10px 25px rgba(13,110,253,0.25),
      0 0 0 rgba(13,110,253,0);
  }

  50% {
    box-shadow:
      0 14px 30px rgba(13,110,253,0.35),
      0 0 12px rgba(13,110,253,0.35);
  }

  100% {
    box-shadow:
      0 10px 25px rgba(13,110,253,0.25),
      0 0 0 rgba(13,110,253,0);
  }

}

/* =========================
   Shine Animation
========================= */

@keyframes shine {

  0% {
    left:-120%;
  }

  60% {
    left:120%;
  }

  100% {
    left:120%;
  }

}
/* =========================
   Responsive
========================= */

@media (max-width: 992px) {
  .presentation-cta {
    padding: 80px 20px;
  }
}

@media (max-width: 768px) {
  .presentation-cta {
    padding: 70px 18px;
  }

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

@media (max-width: 480px) {
  .presentation-cta {
    padding: 60px 15px;
  }

  .presentation-cta .cta-button {
    width: 100%;
    max-width: 320px;
    padding: 16px 28px;
    font-size: 17px;
  }
}

/* =====================================
   Annuity Benefits Section
   Scoped: .annuity-benefits
===================================== */

.annuity-benefits {
  padding: 90px 20px;
  background: #f9fbff;
}

.annuity-benefits .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* =========================
   Section Title
========================= */

.annuity-benefits h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 50px;
  letter-spacing: -0.4px;
}

/* =========================
   Grid Layout
========================= */

.annuity-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* =========================
   Card Style
========================= */

.annuity-benefits .benefit-card {
  background: #ffffff;

  padding: 32px 28px;

  border-radius: 12px;

  border: 1px solid rgba(0, 0, 0, 0.06);

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05), 0 2px 6px rgba(0, 0, 0, 0.04);

  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.annuity-benefits .benefit-card:hover {
  transform: translateY(-4px);

  border-color: rgba(13, 110, 253, 0.25);

  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.05);
}

/* =========================
   Card Title
========================= */

.annuity-benefits .benefit-card h3 {
  font-size: 20px;

  font-weight: 600;

  color: #0d6efd;

  margin-bottom: 12px;

  line-height: 1.35;
}

/* =========================
   Card Text
========================= */

.annuity-benefits .benefit-card p {
  font-size: 16px;

  line-height: 1.6;

  color: #5b6b7b;

  margin: 0;
}

/* =========================
   Responsive Layout
========================= */

@media (max-width: 992px) {
  .annuity-benefits {
    padding: 80px 20px;
  }

  .annuity-benefits .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .annuity-benefits {
    padding: 70px 18px;
  }
}

@media (max-width: 576px) {
  .annuity-benefits {
    padding: 60px 15px;
  }

  .annuity-benefits .benefits-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* =====================================
   Site Footer
   Scoped: .site-footer
===================================== */

.site-footer {
  padding: 70px 20px 40px;
  background: #0b1f3a;
  color: #c7d2e0;
  font-size: 15px;
}

.site-footer .container {
  max-width: 1000px;
  margin: 0 auto;
}

/* =========================
   Footer Logo
========================= */

.site-footer .footer-logo {
  margin-bottom: 28px;
}

.site-footer .footer-logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

/* =========================
   Disclaimer
========================= */

.site-footer .legal-disclaimer {
  margin-bottom: 28px;
}

.site-footer .legal-disclaimer p {
  margin-bottom: 12px;

  font-size: 14px;

  line-height: 1.7;

  color: #a9b8cc;
}

/* =========================
   Footer Links
========================= */

.site-footer .footer-links {
  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 18px;

  margin: 25px 0 18px;
}

.site-footer .footer-links a {
  font-size: 14px;

  color: #ffffff;

  text-decoration: none;

  font-weight: 500;

  padding: 6px 4px;

  transition: color 0.2s ease;
}

.site-footer .footer-links a:hover {
  color: #4da3ff;
}

/* =========================
   Copyright
========================= */

.site-footer .copyright {
  font-size: 13px;

  color: #8fa4bf;

  margin-top: 10px;
}

/* =========================
   Responsive
========================= */

@media (max-width: 768px) {
  .site-footer {
    padding: 60px 18px 35px;
  }

  .site-footer .legal-disclaimer p {
    font-size: 13.5px;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 55px 15px 30px;
  }

  .site-footer .footer-links {
    gap: 12px;
  }
}

/* =========================
   Global Wrapper
========================= */

#fpq-form.fpq-wrapper {
    max-width: 900px;
    margin: auto;
    padding: 30px 20px;
    font-family: Arial, Helvetica, sans-serif;
}


/* =========================
   Section Cards
========================= */

.fpq-section {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}


/* =========================
   Section Header
========================= */

.fpq-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1f2937;
}

.fpq-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 25px;
}


/* =========================
   Questions
========================= */

.fpq-question {
    margin-bottom: 30px;
}

.fpq-question-label {
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111827;
}


/* =========================
   Options Layout
========================= */

.fpq-options .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.fpq-options label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fafafa;
}

.fpq-options label:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}


/* Radio / Checkbox spacing */

.fpq-options input[type="radio"],
.fpq-options input[type="checkbox"] {
    transform: scale(1.15);
    cursor: pointer;
}


/* =========================
   Text Inputs
========================= */

.fpq-input input,
.fpq-input textarea,
.fpq-contact-grid input,
.fpq-contact-grid select {

    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.fpq-input input:focus,
.fpq-input textarea:focus,
.fpq-contact-grid input:focus,
.fpq-contact-grid select:focus {

    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}


/* =========================
   Contact Grid
========================= */

.fpq-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.fpq-field label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}


/* =========================
   Comments Textarea
========================= */

.fpq-input textarea {
    min-height: 120px;
    resize: vertical;
}


/* =========================
   Consent
========================= */

.fpq-consent {
    margin: 25px 0;
}

.fpq-consent label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    color: #374151;
}


/* =========================
   Submit Button
========================= */

.fpq-submit {
    text-align: center;
    margin-top: 30px;
}

.fpq-submit input[type="submit"] {

    background: #2563eb;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 14px 30px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.fpq-submit input[type="submit"]:hover {
    background: #1d4ed8;
}

.fpq-submit input[type="submit"]:disabled {
    background: #9ca3af;
    cursor: not-allowed;
}


/* =========================
   Responsive
========================= */

@media (max-width: 768px) {

    .fpq-section {
        padding: 22px;
    }

    .fpq-contact-grid {
        grid-template-columns: 1fr;
    }

    .fpq-title {
        font-size: 20px;
    }

}
