.elementor-3401 .elementor-element.elementor-element-faef27a{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-af59f90 */.rph-life-page {
  --rph-red: #ef3340;
  --rph-red-dark: #cf1f2d;
  --rph-black: #050505;
  --rph-charcoal: #151515;
  --rph-gray: #f4f4f5;
  --rph-border: #e4e4e7;
  --rph-text: #171717;
  --rph-muted: #66666f;
  --rph-white: #ffffff;
  --rph-radius: 22px;
  color: var(--rph-text);
  background: var(--rph-white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.rph-life-page,
.rph-life-page * {
  box-sizing: border-box;
}

.rph-life-page h1,
.rph-life-page h2,
.rph-life-page h3,
.rph-life-page p {
  margin-top: 0;
}

.rph-life-page a {
  text-decoration: none;
}

.rph-life-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.rph-life-section {
  padding: 100px 0;
}

.rph-life-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--rph-red) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rph-life-section-heading {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}

.rph-life-section-heading h2 {
  margin-bottom: 18px;
  color: var(--rph-black) !important;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rph-life-section-heading p {
  margin-bottom: 0;
  color: var(--rph-muted) !important;
  font-size: 17px;
}

.rph-life-heading-light h2 {
  color: var(--rph-white) !important;
}

.rph-life-heading-light p {
  color: #b9b9bf !important;
}

/* Buttons */

.rph-life-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.rph-life-btn:hover {
  transform: translateY(-2px);
}

.rph-life-btn-primary {
  color: var(--rph-white) !important;
  background: var(--rph-red);
  box-shadow: 0 10px 24px rgba(239, 51, 64, 0.2);
}

.rph-life-btn-primary:hover {
  color: var(--rph-white) !important;
  background: var(--rph-red-dark);
}

.rph-life-btn-outline {
  color: var(--rph-black) !important;
  border-color: #d4d4d8;
  background: var(--rph-white);
}

.rph-life-btn-outline:hover {
  color: var(--rph-red) !important;
  border-color: var(--rph-red);
}

.rph-life-btn-dark {
  color: var(--rph-white) !important;
  background: var(--rph-black);
}

.rph-life-btn-dark:hover {
  color: var(--rph-white) !important;
  background: var(--rph-red);
}

.rph-life-btn-light {
  color: var(--rph-black) !important;
  background: var(--rph-white);
}

.rph-life-btn-light:hover {
  color: var(--rph-white) !important;
  background: var(--rph-black);
}

/* Hero */

.rph-life-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(
      circle at 86% 25%,
      rgba(239, 51, 64, 0.13),
      transparent 24%
    ),
    linear-gradient(135deg, #f7f7f8 0%, #ffffff 58%, #f2f2f3 100%);
}

.rph-life-hero::before {
  position: absolute;
  top: -160px;
  right: -130px;
  width: 430px;
  height: 430px;
  border: 75px solid rgba(239, 51, 64, 0.06);
  border-radius: 50%;
  content: "";
}

.rph-life-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.75fr);
  gap: 70px;
  align-items: center;
}

.rph-life-hero-title {
  max-width: 760px;
  margin-bottom: 25px;
  color: var(--rph-black) !important;
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.rph-life-hero-title span {
  color: var(--rph-red) !important;
}

.rph-life-hero-text {
  max-width: 690px;
  margin-bottom: 32px;
  color: #4b4b52 !important;
  font-size: 18px;
}

.rph-life-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rph-life-assurance-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.rph-life-assurance-list li {
  position: relative;
  padding-left: 24px;
  color: #3e3e43 !important;
  font-size: 14px;
  font-weight: 700;
}

.rph-life-assurance-list li::before {
  position: absolute;
  left: 0;
  color: var(--rph-red);
  content: "✓";
}

.rph-life-hero-card {
  position: relative;
  padding: 34px;
  color: var(--rph-white) !important;
  border-radius: 28px;
  background: var(--rph-black);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.22);
}

.rph-life-hero-card::after {
  position: absolute;
  right: -12px;
  bottom: -12px;
  z-index: -1;
  width: 90%;
  height: 90%;
  border-radius: 28px;
  background: var(--rph-red);
  content: "";
}

.rph-life-hero-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rph-life-card-label {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50px;
  color: #dddddf !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.rph-life-infinity {
  color: var(--rph-red) !important;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.rph-life-hero-price {
  padding: 30px 0 25px;
  color: var(--rph-white) !important;
}

.rph-life-hero-price > span,
.rph-life-hero-price small {
  display: block;
  color: #c7c7cc !important;
  font-size: 14px;
}

.rph-life-hero-price strong {
  display: block;
  margin: 5px 0;
  color: var(--rph-white) !important;
  font-size: 78px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.rph-life-hero-price sup {
  position: relative;
  top: -24px;
  margin-right: 5px;
  color: var(--rph-red) !important;
  font-size: 26px;
}

.rph-life-hero-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.rph-life-mini-features {
  padding: 22px 0;
  margin: 0;
  list-style: none;
}

.rph-life-mini-features li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  color: #c7c7cc !important;
  font-size: 14px;
}

.rph-life-mini-features strong {
  color: var(--rph-white) !important;
}

.rph-life-card-note {
  margin-bottom: 0;
  padding: 15px;
  border-left: 3px solid var(--rph-red);
  color: #c7c7cc !important;
  background: #111111;
  font-size: 12px;
}

/* Trust strip */

.rph-life-trust-strip {
  color: var(--rph-white) !important;
  background: var(--rph-red);
}

.rph-life-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.rph-life-trust-item {
  padding: 26px;
  color: var(--rph-white) !important;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.rph-life-trust-item:last-child {
  border-right: 0;
}

.rph-life-trust-item strong,
.rph-life-trust-item span {
  display: block;
  color: var(--rph-white) !important;
}

.rph-life-trust-item strong {
  font-size: 19px;
}

.rph-life-trust-item span {
  opacity: 0.86;
  font-size: 12px;
}

/* Audience */

.rph-life-audience {
  background: var(--rph-white);
}

.rph-life-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.rph-life-audience-card {
  position: relative;
  min-height: 270px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--rph-border);
  border-radius: var(--rph-radius);
  background: var(--rph-white);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.rph-life-audience-card:hover {
  transform: translateY(-5px);
  border-color: var(--rph-red);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.rph-life-card-number {
  display: block;
  margin-bottom: 55px;
  color: var(--rph-red) !important;
  font-size: 14px;
  font-weight: 900;
}

.rph-life-audience-card h3 {
  margin-bottom: 12px;
  color: var(--rph-black) !important;
  font-size: 24px;
  letter-spacing: -0.025em;
}

.rph-life-audience-card p {
  margin-bottom: 0;
  color: var(--rph-muted) !important;
  font-size: 15px;
}

/* Pricing */

.rph-life-pricing {
  color: var(--rph-white);
  background: var(--rph-black);
}

.rph-life-pricing .rph-life-section-heading h2 {
  color: var(--rph-white) !important;
}

.rph-life-pricing .rph-life-section-heading p {
  color: #c7c7cc !important;
}

.rph-life-offer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 35px;
  padding: 18px 22px;
  color: var(--rph-white) !important;
  border: 1px solid rgba(239, 51, 64, 0.55);
  border-radius: 14px;
  background: rgba(239, 51, 64, 0.09);
}

.rph-life-offer-bar strong {
  color: var(--rph-white) !important;
}

.rph-life-offer-badge {
  display: inline-block;
  margin-right: 12px;
  padding: 5px 9px;
  color: var(--rph-white) !important;
  border-radius: 5px;
  background: var(--rph-red);
  font-size: 11px;
  font-weight: 900;
}

.rph-life-coupon {
  color: var(--rph-white) !important;
  font-size: 13px;
}

.rph-life-coupon code {
  margin-left: 5px;
  padding: 5px 9px;
  color: var(--rph-white) !important;
  border: 1px dashed var(--rph-red);
  border-radius: 5px;
  background: #181818;
}

.rph-life-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.rph-life-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  color: var(--rph-text);
  border: 1px solid #292929;
  border-radius: var(--rph-radius);
  background: var(--rph-white);
}

.rph-life-plan-featured {
  border: 2px solid var(--rph-red);
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(239, 51, 64, 0.16);
}

.rph-life-popular-label {
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 7px 18px;
  color: var(--rph-white) !important;
  border-radius: 50px;
  background: var(--rph-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  transform: translateX(-50%);
  white-space: nowrap;
}

.rph-life-plan-type {
  display: block;
  margin-bottom: 9px;
  color: var(--rph-red) !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rph-life-plan-head h3 {
  margin-bottom: 9px;
  color: #111111 !important;
  font-size: 29px;
  letter-spacing: -0.035em;
}

.rph-life-plan-head p {
  min-height: 72px;
  margin-bottom: 20px;
  color: #5f6068 !important;
  font-size: 14px;
}

.rph-life-plan-price {
  padding: 20px;
  margin-bottom: 24px;
  color: var(--rph-white) !important;
  border-radius: 13px;
  background: var(--rph-black);
}

.rph-life-plan-price strong,
.rph-life-plan-price span,
.rph-life-plan-price small {
  display: block;
}

.rph-life-plan-price strong {
  color: var(--rph-white) !important;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.rph-life-plan-price sup {
  position: relative;
  top: -16px;
  margin-right: 3px;
  color: var(--rph-red) !important;
  font-size: 20px;
}

.rph-life-plan-price span {
  margin-top: 7px;
  color: var(--rph-white) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rph-life-plan-price small {
  margin-top: 6px;
  color: #ff4a56 !important;
  font-size: 12px;
}

.rph-life-plan-features {
  flex: 1;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.rph-life-plan-features li {
  position: relative;
  padding: 10px 0 10px 25px;
  color: #303038 !important;
  border-bottom: 1px solid #eeeeef;
  font-size: 14px;
}

.rph-life-plan-features li::before {
  position: absolute;
  left: 0;
  color: var(--rph-red);
  font-weight: 900;
  content: "✓";
}

.rph-life-plan-card > .rph-life-btn {
  width: 100%;
}

.rph-life-pricing-note {
  max-width: 920px;
  margin: 35px auto 0;
  color: #a8a8ae !important;
  font-size: 12px;
  text-align: center;
}

/* Benefits */

.rph-life-benefits {
  background: var(--rph-gray);
}

.rph-life-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rph-life-benefit-card {
  padding: 30px;
  border: 1px solid var(--rph-border);
  border-radius: 18px;
  background: var(--rph-white);
}

.rph-life-benefit-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--rph-white) !important;
  border-radius: 12px;
  background: var(--rph-red);
  font-size: 13px;
  font-weight: 900;
}

.rph-life-benefit-card h3 {
  margin-bottom: 10px;
  color: var(--rph-black) !important;
  font-size: 21px;
}

.rph-life-benefit-card p {
  margin-bottom: 0;
  color: var(--rph-muted) !important;
  font-size: 14px;
}

/* Lifetime definition */

.rph-life-definition {
  padding: 90px 0;
  color: var(--rph-white) !important;
  background:
    linear-gradient(120deg, rgba(239, 51, 64, 0.1), transparent 50%),
    var(--rph-black);
}

.rph-life-definition-grid {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 70px;
  align-items: center;
}

.rph-life-definition-symbol {
  color: var(--rph-red) !important;
  font-size: clamp(150px, 20vw, 260px);
  font-weight: 800;
  line-height: 0.7;
  text-align: center;
}

.rph-life-definition-copy h2 {
  margin-bottom: 20px;
  color: var(--rph-white) !important;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rph-life-definition-copy p {
  color: #d4d4d8 !important;
}

.rph-life-definition-note {
  margin-top: 24px;
  padding: 20px;
  border-left: 4px solid var(--rph-red);
  color: var(--rph-white) !important;
  background: #141414;
  font-size: 14px;
}

/* Process */

.rph-life-process {
  background: var(--rph-white);
}

.rph-life-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.rph-life-process-card {
  padding: 32px;
  border-top: 4px solid var(--rph-red);
  background: var(--rph-gray);
}

.rph-life-process-card > span {
  display: block;
  margin-bottom: 45px;
  color: var(--rph-red) !important;
  font-size: 28px;
  font-weight: 900;
}

.rph-life-process-card h3 {
  margin-bottom: 12px;
  color: var(--rph-black) !important;
  font-size: 22px;
}

.rph-life-process-card p {
  margin-bottom: 0;
  color: var(--rph-muted) !important;
  font-size: 14px;
}

/* FAQ */

.rph-life-faq {
  background: var(--rph-gray);
}

.rph-life-faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
  align-items: start;
}

.rph-life-faq-intro {
  position: sticky;
  top: 30px;
}

.rph-life-faq-intro h2 {
  margin-bottom: 18px;
  color: var(--rph-black) !important;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rph-life-faq-intro p {
  margin-bottom: 25px;
  color: var(--rph-muted) !important;
}

.rph-life-accordion {
  display: grid;
  gap: 12px;
}

.rph-life-faq-item {
  border: 1px solid var(--rph-border);
  border-radius: 12px;
  background: var(--rph-white);
}

.rph-life-faq-item[open] {
  border-color: rgba(239, 51, 64, 0.55);
}

.rph-life-faq-item summary {
  position: relative;
  padding: 21px 55px 21px 22px;
  color: var(--rph-black) !important;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}

.rph-life-faq-item summary::-webkit-details-marker {
  display: none;
}

.rph-life-faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--rph-red);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  content: "+";
  transform: translateY(-50%);
}

.rph-life-faq-item[open] summary::after {
  content: "−";
}

.rph-life-faq-item p {
  padding: 0 22px 22px;
  margin-bottom: 0;
  color: var(--rph-muted) !important;
  font-size: 14px;
}

/* Final CTA */

.rph-life-final-cta {
  padding: 75px 0;
  color: var(--rph-white) !important;
  background: var(--rph-red);
}

.rph-life-final-cta .rph-life-eyebrow {
  color: var(--rph-white) !important;
  opacity: 0.9;
}

.rph-life-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.rph-life-final-cta-inner > div {
  max-width: 760px;
}

.rph-life-final-cta h2 {
  margin-bottom: 12px;
  color: var(--rph-white) !important;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.rph-life-final-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Responsive */

@media (max-width: 1024px) {
  .rph-life-hero-grid,
  .rph-life-definition-grid,
  .rph-life-faq-grid {
    grid-template-columns: 1fr;
  }

  .rph-life-hero-copy {
    text-align: center;
  }

  .rph-life-hero-text {
    margin-inline: auto;
  }

  .rph-life-hero-actions,
  .rph-life-assurance-list {
    justify-content: center;
  }

  .rph-life-hero-card {
    width: min(520px, 100%);
    margin-inline: auto;
  }

  .rph-life-plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rph-life-plan-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    margin-inline: auto;
  }

  .rph-life-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rph-life-definition-symbol {
    font-size: 170px;
  }

  .rph-life-faq-intro {
    position: static;
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .rph-life-shell {
    width: min(100% - 28px, 1180px);
  }

  .rph-life-section,
  .rph-life-hero {
    padding: 70px 0;
  }

  .rph-life-hero-grid {
    gap: 45px;
  }

  .rph-life-hero-title {
    font-size: 44px;
  }

  .rph-life-hero-text {
    font-size: 16px;
  }

  .rph-life-hero-actions {
    flex-direction: column;
  }

  .rph-life-hero-actions .rph-life-btn {
    width: 100%;
  }

  .rph-life-assurance-list {
    display: grid;
    justify-content: start;
    text-align: left;
  }

  .rph-life-hero-card {
    padding: 26px;
  }

  .rph-life-trust-grid,
  .rph-life-audience-grid,
  .rph-life-plan-grid,
  .rph-life-benefit-grid,
  .rph-life-process-grid {
    grid-template-columns: 1fr;
  }

  .rph-life-trust-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .rph-life-trust-item:last-child {
    border-bottom: 0;
  }

  .rph-life-plan-featured {
    transform: none;
  }

  .rph-life-plan-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .rph-life-offer-bar,
  .rph-life-final-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .rph-life-coupon {
    line-height: 2;
  }

  .rph-life-section-heading {
    margin-bottom: 38px;
  }

  .rph-life-section-heading h2,
  .rph-life-faq-intro h2,
  .rph-life-definition-copy h2,
  .rph-life-final-cta h2 {
    font-size: 35px;
  }

  .rph-life-final-cta .rph-life-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .rph-life-hero-title {
    font-size: 38px;
  }

  .rph-life-plan-card,
  .rph-life-audience-card,
  .rph-life-benefit-card,
  .rph-life-process-card {
    padding: 24px;
  }

  .rph-life-hero-price strong {
    font-size: 64px;
  }
}/* End custom CSS */