body.why-page{
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.85), transparent 30%),
    linear-gradient(180deg, #edf3f8 0%, #dfe8f1 100%);
  color:#0f1d38;
}

.why-page main{
  padding:2rem 0 4rem;
}

.why-page-shell{
  width:min(1120px, calc(100% - 2rem));
  margin:0 auto;
  display:grid;
  gap:1.2rem;
}

.home-page .why-home-details{
  margin-top:1.1rem;
}

.home-page .why-mobile-page-link{
  display:none;
  justify-content:center;
}

.home-page .why-home-details summary{
  list-style:none;
}

.home-page .why-home-details > summary.why-read-more,
.home-page .why-mobile-page-link{
  width:fit-content;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.home-page .why-home-details > summary.why-read-more{
  display:flex;
  justify-content:center;
}

.home-page .why-home-details summary::-webkit-details-marker{
  display:none;
}

.home-page .why-home-details .why-page-shell{
  width:100%;
  margin-top:1.15rem;
}

.home-page .why-home-details .why-hero{
  text-align:left;
}

.home-page .why-home-headline{
  margin-bottom:1rem;
  text-align:center;
}

.home-page .why-home-headline .why-eyebrow{
  color:#042698;
  margin-bottom:.4rem;
}

.home-page .why-home-headline h3{
  margin:0;
  color:#042698;
  font-size:clamp(1.7rem, 3.2vw, 2.55rem);
  line-height:1.04;
  font-family:"Racing Sans One", sans-serif;
}

.home-page .section-shell > .mobile-section-title,
.home-page .section-shell > .home-device-strip-heading{
  margin:0 0 1rem;
  padding:0;
  width:100%;
  background:transparent;
  border:none;
  box-shadow:none;
  text-align:center;
}

.home-page .section-shell > .mobile-section-title h2,
.home-page .section-shell > .home-device-strip-heading h2{
  display:block;
  margin:0;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#042698;
  font-size:clamp(1.7rem, 3.2vw, 2.55rem);
  line-height:1.04;
  font-family:"Racing Sans One", sans-serif;
  font-weight:500;
}

.why-hero{
  position:relative;
  overflow:hidden;
  padding:2rem;
  border:1px solid rgba(20,38,63,.1);
  border-radius:28px;
  background:
    linear-gradient(135deg, rgba(19,35,58,.98) 0%, rgba(31,58,95,.94) 54%, rgba(151,171,186,.78) 100%);
  box-shadow:0 20px 50px rgba(18,34,56,.14);
}

.why-hero::after{
  content:"";
  position:absolute;
  inset:auto -5% -35% auto;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(253,254,233,.2) 0%, rgba(253,254,233,0) 68%);
  pointer-events:none;
}

.why-hero-content{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(240px, .85fr);
  gap:1.2rem;
  align-items:end;
}

.why-eyebrow{
  margin:0 0 .7rem;
  color:rgba(253,254,233,.8);
  font-size:.82rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
  font-family:"Signika Negative", sans-serif;
}

.why-hero h1{
  margin:0 0 .8rem;
  color:#fdfee9;
  font-size:clamp(2rem, 4vw, 3.4rem);
  line-height:.98;
  font-family:"Racing Sans One", sans-serif;
  letter-spacing:.01em;
}

.why-hero p{
  margin:0;
  max-width:60ch;
  color:rgba(253,254,233,.9);
  font-size:1.02rem;
  line-height:1.6;
  font-family:"Signika Negative", sans-serif;
}

.why-hero-stats{
  display:grid;
  gap:.75rem;
}

.why-stat{
  padding:1rem 1rem .95rem;
  border:1px solid rgba(253,254,233,.18);
  border-radius:18px;
  background:rgba(253,254,233,.08);
  backdrop-filter:blur(8px);
}

.why-stat strong{
  display:block;
  margin-bottom:.28rem;
  color:#fdfee9;
  font-size:1.4rem;
  line-height:1;
  font-family:"Unbounded", sans-serif;
}

.why-stat span{
  color:rgba(253,254,233,.86);
  font-size:.92rem;
  line-height:1.4;
  font-family:"Signika Negative", sans-serif;
}

.why-section{
  padding:1.5rem;
  border:1px solid rgba(20,38,63,.08);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(246,248,251,.98) 100%);
  box-shadow:0 14px 34px rgba(18,34,56,.07);
}

.why-section-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:1rem;
  margin-bottom:1rem;
  padding-bottom:.9rem;
  border-bottom:1px solid rgba(20,38,63,.08);
}

.why-section-header h2{
  margin:0;
  color:#042698;
  font-size:clamp(1.35rem, 2.4vw, 2rem);
  line-height:1.05;
  font-family:"Racing Sans One", sans-serif;
}

.why-section-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.48rem .8rem;
  border-radius:999px;
  background:rgba(4,38,152,.08);
  color:#042698;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-family:"Signika Negative", sans-serif;
}

.why-section p,
.why-section li{
  color:#16284d;
  font-size:1rem;
  line-height:1.65;
  font-family:"Signika Negative", sans-serif;
}

.why-section p:last-child{
  margin-bottom:0;
}

.why-grid-two{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(280px, .92fr);
  gap:1rem;
}

.why-panel{
  padding:1.05rem 1.1rem;
  border-radius:20px;
  background:#f6f9fd;
  border:1px solid rgba(4,38,152,.1);
}

.why-panel h3{
  margin:0 0 .7rem;
  color:#042698;
  font-size:1.08rem;
  font-family:"Unbounded", sans-serif;
}

.why-panel ul{
  margin:.1rem 0 0 1.1rem;
  padding:0;
}

.why-plan-card{
  padding:1rem 1.1rem;
  border-radius:20px;
  background:linear-gradient(180deg, #ffffff 0%, #f2f6fb 100%);
  border:1px solid rgba(20,38,63,.1);
}

.why-plan-card h3{
  margin:0 0 .7rem;
  color:#042698;
  font-size:1.02rem;
  font-family:"Unbounded", sans-serif;
}

.why-plan-card ul{
  margin:0 0 .8rem 1rem;
  padding:0;
}

.why-calculation{
  display:grid;
  gap:.8rem;
  margin-top:1rem;
}

.why-calculation-row{
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:1rem;
  align-items:start;
  padding:.92rem 1rem;
  border-radius:18px;
  background:#f7f9fc;
  border:1px solid rgba(20,38,63,.08);
}

.why-calculation-row strong{
  color:#10214f;
  font-size:1rem;
  font-family:"Signika Negative", sans-serif;
}

.why-calculation-row span{
  color:#042698;
  white-space:nowrap;
  font-size:1.02rem;
  font-weight:700;
  font-family:"Unbounded", sans-serif;
}

.why-calculation-row--total{
  background:linear-gradient(180deg, rgba(4,38,152,.08) 0%, rgba(4,38,152,.12) 100%);
  border-color:rgba(4,38,152,.18);
}

.why-checklist{
  display:grid;
  gap:.8rem;
}

.why-check{
  padding:.95rem 1rem;
  border-radius:18px;
  border:1px solid rgba(20,38,63,.08);
  background:#f8fafc;
}

.why-check strong{
  display:block;
  margin-bottom:.28rem;
  color:#042698;
  font-family:"Unbounded", sans-serif;
  font-size:.95rem;
}

.why-inline-link{
  color:#042698;
  font-weight:700;
  text-decoration:none;
}

.why-inline-link:hover{
  text-decoration:underline;
}

@media (max-width: 900px){
  body.home-page .why-phoney{
    background:linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%) !important;
    border:2px solid rgba(4,38,152,.18) !important;
    border-radius:18px !important;
    box-shadow:0 12px 24px rgba(4,38,152,.1) !important;
    margin:1rem auto !important;
    padding:1rem !important;
  }

  .home-page .why-home-headline{
    margin-bottom:.8rem;
  }

  .home-page .why-home-headline h3{
    font-size:1.35rem;
    line-height:1.08;
  }

  .home-page .section-shell > .mobile-section-title,
  .home-page .section-shell > .home-device-strip-heading{
    margin:.2rem 0 .75rem !important;
    padding:0 !important;
    width:100% !important;
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
  }

  .home-page .section-shell > .mobile-section-title h2,
  .home-page .section-shell > .home-device-strip-heading h2{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    padding:0 !important;
    border-radius:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    color:#042698 !important;
    font-size:1.38rem !important;
    line-height:1 !important;
  }

  .home-page .why-phoney-highlights{
    grid-template-columns:1fr;
    gap:.65rem;
  }

  .home-page .why-highlight-card{
    padding:.88rem .9rem;
    border-radius:14px;
  }

  .home-page .why-home-details{
    display:none;
  }

  .home-page .why-mobile-page-link{
    display:flex;
    margin-top:.9rem;
    margin-left:auto;
    margin-right:auto;
  }

  .why-page main{
    padding:1.1rem 0 2.6rem;
  }

  .why-page-shell{
    width:min(100%, calc(100% - 1rem));
  }

  .why-hero,
  .why-section{
    border-radius:22px;
    padding:1.2rem;
  }

  .why-hero-content,
  .why-grid-two{
    grid-template-columns:1fr;
  }

  .why-section-header{
    flex-direction:column;
    align-items:flex-start;
  }

  .why-calculation-row{
    grid-template-columns:1fr;
    gap:.45rem;
  }

  .why-calculation-row span{
    white-space:normal;
  }
}
