/*
Theme Name: Divi Child
Template: Divi
Version: 1.0
*/

.worthy-page {
  --navy:#143D7A;
  --deep:#0B2452;
  --orange:#FF6720;
  --white:#FFFFFF;
  --cream:#FFF7EF;
  --ink:#102044;
  --muted:#63708A;
  --line:rgba(255,255,255,.18);
  --shadow:0 22px 70px rgba(6,22,58,.22);
  --radius:24px;

  position:relative;
  z-index:1;
  font-family:Inter, Arial, Helvetica, sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.55;
  overflow:hidden;
}

.worthy-page * {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
}

.worthy-page a {
  color:inherit;
}

.worthy-page .worthy-topbar {
  background:var(--deep);
  color:#fff;
  padding:12px 20px;
  text-align:center;
  font-weight:800;
  letter-spacing:.03em;
}

.worthy-page .worthy-hero {
  position:relative;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(135deg,var(--deep),var(--navy));
}

.worthy-page .worthy-hero:before {
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.13) 1px, transparent 1px);
  background-size:56px 56px;
  opacity:.6;
  pointer-events:none;
}

.worthy-page .worthy-wrap {
  width:min(1180px,92vw);
  margin:0 auto;
  position:relative;
}

.worthy-page .worthy-hero-inner {
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:44px;
  align-items:center;
  padding:58px 0 66px;
}

.worthy-page .worthy-kicker {
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:rgba(255,255,255,.13);
  border:1px solid var(--line);
  padding:8px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.worthy-page .worthy-heading {
  color:#fff;
  font-size:clamp(44px,7vw,88px);
  line-height:.94;
  margin:18px 0 14px;
  letter-spacing:-.05em;
  text-transform:uppercase;
}

.worthy-page .worthy-heading span {
  color:var(--orange);
  display:block;
}

.worthy-page .worthy-subhead {
  font-size:clamp(18px,2.1vw,25px);
  max-width:690px;
  margin:0 0 26px;
  color:#F6F8FF;
}

.worthy-page .worthy-cta-row {
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
  margin:28px 0 20px;
}

.worthy-page .worthy-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  transition:.2s ease;
}

.worthy-page .worthy-btn:hover {
  transform:translateY(-2px);
}

.worthy-page .worthy-btn-primary {
  background:var(--orange);
  color:#fff;
}

.worthy-page .worthy-btn-secondary {
  background:#fff;
  color:var(--deep);
}

.worthy-page .worthy-details {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:26px;
  max-width:760px;
}

.worthy-page .worthy-detail {
  border:1px solid var(--line);
  background:rgba(255,255,255,.1);
  border-radius:18px;
  padding:15px;
}

.worthy-page .worthy-detail b {
  display:block;
  font-size:13px;
  color:#C9D7FF;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.worthy-page .worthy-detail span {
  font-size:20px;
  font-weight:900;
}

.worthy-page .worthy-hero-card {
  position:relative;
  background:rgba(255,255,255,.1);
  border:1px solid var(--line);
  border-radius:28px;
  padding:14px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(8px);
}

.worthy-page .worthy-hero-card img {
  display:block;
  width:100%;
  border-radius:20px;
}

.worthy-page .worthy-price-badge {
  position:absolute;
  right:20px;
  bottom:20px;
  background:var(--orange);
  color:#fff;
  border-radius:999px;
  width:128px;
  height:128px;
  display:grid;
  place-items:center;
  text-align:center;
  font-weight:900;
  box-shadow:0 16px 40px rgba(0,0,0,.25);
  border:6px solid rgba(255,255,255,.85);
}

.worthy-page .worthy-price-badge small {
  display:block;
  font-size:18px;
  line-height:1;
}

.worthy-page .worthy-price-badge strong {
  display:block;
  font-size:44px;
  line-height:.95;
}

.worthy-page .worthy-section {
  padding:76px 0;
}

.worthy-page .worthy-section-title {
  font-size:clamp(32px,4.5vw,56px);
  line-height:1.02;
  margin:0 0 14px;
  letter-spacing:-.04em;
}

.worthy-page .worthy-orange {
  color:var(--orange);
}

.worthy-page .worthy-section-lead {
  font-size:20px;
  color:var(--muted);
  max-width:810px;
  margin:0 auto 32px;
}

.worthy-page .worthy-center {
  text-align:center;
}

.worthy-page .worthy-grid-3 {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.worthy-page .worthy-grid-2 {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
  align-items:start;
}

.worthy-page .worthy-card {
  background:#fff;
  border:1px solid #E8ECF4;
  border-radius:var(--radius);
  padding:28px;
  box-shadow:0 12px 36px rgba(17,43,86,.08);
}

.worthy-page .worthy-card h3 {
  margin:0 0 10px;
  font-size:23px;
}

.worthy-page .worthy-icon {
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:28px;
  margin-bottom:16px;
}

.worthy-page .worthy-cream {
  background:var(--cream);
}

.worthy-page .worthy-blue {
  background:linear-gradient(135deg,var(--deep),var(--navy));
  color:#fff;
  position:relative;
  overflow:hidden;
}

.worthy-page .worthy-blue:before {
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.12) 1px, transparent 1px);
  background-size:56px 56px;
  opacity:.35;
  pointer-events:none;
}

.worthy-page .worthy-blue .worthy-wrap {
  position:relative;
  z-index:2;
}

.worthy-page .worthy-blue .worthy-section-lead,
.worthy-page .worthy-blue p {
  color:#E7EEFF;
}

.worthy-page .worthy-checklist {
  list-style:none;
  padding:0;
  margin:22px 0 0;
  display:grid;
  gap:13px;
}

.worthy-page .worthy-checklist li {
  display:flex;
  gap:12px;
  align-items:flex-start;
  font-weight:700;
}

.worthy-page .worthy-checklist li:before {
  content:"✓";
  flex:0 0 28px;
  width:28px;
  height:28px;
  background:var(--orange);
  color:#fff;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:900;
}

.worthy-page .worthy-story {
  font-size:22px;
  max-width:860px;
  margin:0 auto;
}

.worthy-page .worthy-speakers {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.worthy-page .worthy-speaker {
  background:#fff;
  color:var(--ink);
  border-radius:var(--radius);
  padding:30px;
  border-top:7px solid var(--orange);
}

.worthy-page .worthy-speaker small {
  color:var(--orange);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.worthy-page .worthy-offer {
  background:#fff;
  border-radius:30px;
  padding:34px;
  box-shadow:var(--shadow);
}

.worthy-page .worthy-offer-price {
  font-size:70px;
  line-height:1;
  color:var(--orange);
  font-weight:950;
  letter-spacing:-.06em;
  margin:10px 0;
}

.worthy-page .worthy-faq {
  max-width:900px;
  margin:0 auto;
  display:grid;
  gap:14px;
}

.worthy-page details {
  background:#fff;
  border:1px solid #E7ECF5;
  border-radius:18px;
  padding:19px 22px;
  box-shadow:0 8px 22px rgba(17,43,86,.06);
}

.worthy-page summary {
  cursor:pointer;
  font-weight:900;
  font-size:18px;
}

.worthy-page .worthy-footer {
  background:#081A3C;
  color:#fff;
  padding:38px 0;
}

.worthy-page .worthy-footer-inner {
  display:flex;
  gap:22px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}

.worthy-page .worthy-logo {
  max-width:250px;
  height:auto;
  display:block;
}

.worthy-page .worthy-sticky {
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:9999;
  background:#fff;
  border-top:1px solid #E8ECF4;
  padding:10px 16px;
  display:none;
  box-shadow:0 -10px 30px rgba(0,0,0,.12);
}

.worthy-page .worthy-sticky-inner {
  width:min(900px,100%);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.worthy-page .worthy-sticky b {
  color:var(--deep);
}

#main-header,
#top-header,
.et-l--header,
.et_pb_section_0_tb_header {
  position:relative;
  z-index:99999;
}

.worthy-page .worthy-hero:before,
.worthy-page .worthy-blue:before {
  pointer-events:none;
}

@media (max-width:900px) {
  .worthy-page .worthy-hero-inner,
  .worthy-page .worthy-grid-2,
  .worthy-page .worthy-speakers {
    grid-template-columns:1fr;
  }

  .worthy-page .worthy-grid-3,
  .worthy-page .worthy-details {
    grid-template-columns:1fr;
  }

  .worthy-page .worthy-hero-card {
    max-width:560px;
    margin:0 auto;
  }

  .worthy-page .worthy-section {
    padding:58px 0;
  }

  .worthy-page .worthy-sticky {
    display:block;
  }

  body {
    padding-bottom:76px;
  }

  .worthy-page .worthy-price-badge {
    width:106px;
    height:106px;
  }

  .worthy-page .worthy-price-badge strong {
    font-size:36px;
  }
}

.worthy-page h1,
.worthy-page h2,
.worthy-page h3 {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
}

.worthy-page h1,
.worthy-page .worthy-heading {
  color: #fff !important;
  font-size: clamp(44px,7vw,88px) !important;
  line-height: .94 !important;
  margin: 18px 0 14px !important;
  letter-spacing: -.05em !important;
  text-transform: uppercase !important;
}

.worthy-page h1 span,
.worthy-page .worthy-heading span,
.worthy-page .orange,
.worthy-page .worthy-orange {
  color: var(--orange) !important;
}

.worthy-page h2,
.worthy-page .worthy-section-title {
  color: var(--ink) !important;
  font-size: clamp(32px,4.5vw,56px) !important;
  line-height: 1.02 !important;
  margin: 0 0 14px !important;
  letter-spacing: -.04em !important;
}

.worthy-page .worthy-blue h2,
.worthy-page .blue h2 {
  color: #fff !important;
}

.worthy-page h3 {
  color: var(--ink) !important;
  font-size: 23px !important;
  line-height: 1.2 !important;
  margin: 0 0 10px !important;
}

.worthy-page .worthy-card {
    background: #fff !important;
}

.worthy-page .worthy-card h3 {
    color: var(--ink) !important;
}

.worthy-page .worthy-card p {
    color: var(--muted) !important;
    opacity: 1 !important;
}