:root { color-scheme: light; }
* { box-sizing: border-box; }
body { margin: 0; overflow-x: hidden; }
.why-page { background: #fff; color: #1e293b; }
.why-hero { position: relative; overflow: hidden; border-bottom: 1px solid #d9ebff; background: radial-gradient(circle at 76% 28%, rgba(18,104,221,.14), transparent 22rem), linear-gradient(115deg,#fff 0%,#f4f8ff 54%,#eef5ff 100%); }
.why-hero::before { position: absolute; right: -5rem; bottom: -7rem; width: 28rem; height: 28rem; border: 1px solid rgba(7,84,197,.12); border-radius: 999px; content: ""; }
.why-hero-grid { position: relative; z-index: 1; display: grid; min-height: 430px; grid-template-columns: minmax(0,1fr) minmax(410px,.92fr); align-items: center; gap: 3rem; padding-block: 3.5rem; }
.why-breadcrumb { display: flex; align-items: center; gap: .45rem; color: #0754c5; font-size: .76rem; font-weight: 900; }
.why-breadcrumb svg { width: .9rem; height: .9rem; }
.why-eyebrow { display: inline-flex; align-items: center; gap: .45rem; border-radius: 999px; background: #eaf3ff; padding: .42rem .78rem; color: #0754c5; font-size: .7rem; font-weight: 1000; letter-spacing: .06em; text-transform: uppercase; }
.why-eyebrow svg { width: .9rem; height: .9rem; }
.why-hero h1 { margin: .85rem 0 0; max-width: 47rem; color: #052e68; font-size: clamp(2.5rem,4.7vw,4.6rem); line-height: 1.04; font-weight: 1000; letter-spacing: -.035em; }
.why-hero h1 span { color: #0758dc; }
.why-hero-copy { margin-top: 1.1rem; max-width: 42rem; color: #475569; font-size: 1.04rem; line-height: 1.75; font-weight: 650; }
.why-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.why-primary,.why-secondary { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; gap: .55rem; border-radius: .65rem; padding: .8rem 1.35rem; font-size: .85rem; font-weight: 950; transition: transform .2s ease, background .2s ease; }
.why-primary { background: #0758dc; color: #fff; box-shadow: 0 12px 30px rgba(7,88,220,.22); }
.why-secondary { border: 1px solid #9fc3ff; background: #fff; color: #0754c5; }
.why-primary:hover,.why-secondary:hover { transform: translateY(-2px); }
.why-primary svg,.why-secondary svg { width: 1rem; height: 1rem; }
.why-hero-points { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.55rem; color: #334155; font-size: .76rem; font-weight: 850; }
.why-hero-points span { display: inline-flex; align-items: center; gap: .42rem; }
.why-hero-points svg { width: 1rem; height: 1rem; color: #16a064; }
.why-hero-visual { position: relative; min-height: 330px; overflow: hidden; border: 1px solid rgba(159,195,255,.8); border-radius: 1.5rem; background: #fff; box-shadow: 0 24px 65px rgba(5,46,104,.14); }
.why-hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.why-hero-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.24),transparent 40%); content: ""; pointer-events: none; }
.why-visual-content { position: absolute; z-index: 2; left: 1.1rem; bottom: 1.1rem; display: grid; gap: .65rem; width: min(19rem, calc(100% - 2.2rem)); }
.why-visual-mini-grid { display: grid; grid-template-columns: 1fr; gap: .65rem; }
.why-visual-mini,.why-visual-badge { display: flex; align-items: center; gap: .65rem; border: 1px solid #d9ebff; border-radius: .8rem; background: rgba(255,255,255,.94); padding: .75rem .9rem; color: #052e68; box-shadow: 0 10px 30px rgba(5,46,104,.12); backdrop-filter: blur(10px); }
.why-visual-mini svg,.why-visual-badge svg { width: 1.5rem; height: 1.5rem; color: #16a064; flex: 0 0 auto; }
.why-visual-mini b,.why-visual-mini small,.why-visual-badge b,.why-visual-badge small { display: block; }
.why-visual-mini b,.why-visual-badge b { font-size: .82rem; }
.why-visual-mini small,.why-visual-badge small { margin-top: .08rem; color: #64748b; font-size: .65rem; font-weight: 750; }
.why-hero-visual .why-visual-mini b,.why-hero-visual .why-visual-badge b { font-size: .75rem !important; line-height: 1.25 !important; }
.why-hero-visual .why-visual-mini small,.why-hero-visual .why-visual-badge small { font-size: .625rem !important; line-height: 1.3 !important; }
.why-trust-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: -1.5rem; overflow: hidden; border: 1px solid #d9ebff; border-radius: .9rem; background: #fff; box-shadow: 0 12px 35px rgba(5,46,104,.09); }
.why-trust-item { display: grid; min-height: 6.2rem; grid-template-columns: 2.8rem 1fr; align-items: center; gap: .8rem; padding: 1rem 1.25rem; border-right: 1px solid #e7eef8; }
.why-trust-item:last-child { border-right: 0; }
.why-trust-item > span { display: grid; width: 2.8rem; height: 2.8rem; place-items: center; border-radius: 999px; background: #eef6ff; color: #0758dc; }
.why-trust-item svg { width: 1.25rem; height: 1.25rem; }
.why-trust-item b,.why-trust-item small { display: block; }
.why-trust-item b { color: #052e68; font-size: .9rem; font-weight: 950; }
.why-trust-item small { margin-top: .18rem; color: #64748b; font-size: .68rem; line-height: 1.35; font-weight: 700; }
.why-section { padding-block: 4rem; }
.why-section-soft { background: linear-gradient(180deg,#f8fbff,#fff); }
.why-section-head { max-width: 49rem; margin-inline: auto; text-align: center; }
.why-kicker { color: #0758dc; font-size: .7rem; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; }
.why-section-head h2,.why-assurance-copy h2,.why-support-copy h2 { margin: .45rem 0 0; color: #052e68; font-size: clamp(1.8rem,3vw,2.65rem); line-height: 1.12; font-weight: 1000; }
.why-section-head p,.why-assurance-copy > p { margin: .75rem auto 0; color: #64748b; line-height: 1.65; font-weight: 650; }
.why-benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin-top: 2rem; }
.why-benefit-card { position: relative; min-height: 12rem; overflow: hidden; border: 1px solid #dfe8f5; border-radius: .9rem; background: #fff; padding: 1.35rem; box-shadow: 0 8px 26px rgba(5,46,104,.055); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.why-benefit-card:hover { transform: translateY(-4px); border-color: #9fc3ff; box-shadow: 0 16px 35px rgba(5,46,104,.1); }
.why-benefit-card::after { position: absolute; right: -2.5rem; bottom: -2.5rem; width: 7rem; height: 7rem; border-radius: 999px; background: #f2f7ff; content: ""; }
.why-benefit-icon { position: relative; z-index: 1; display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: .75rem; background: #0758dc; color: #fff; box-shadow: 0 8px 20px rgba(7,88,220,.2); }
.why-benefit-icon svg { width: 1.35rem; height: 1.35rem; }
.why-benefit-card h3 { position: relative; z-index: 1; margin: 1rem 0 0; color: #052e68; font-size: 1rem; font-weight: 950; }
.why-benefit-card p { position: relative; z-index: 1; margin: .45rem 0 0; color: #64748b; font-size: .78rem; line-height: 1.6; font-weight: 650; }
.why-assurance { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1fr); align-items: center; gap: 3rem; }
.why-assurance-visual { position: relative; min-height: 350px; overflow: hidden; border-radius: 1.2rem; background: #eef6ff; }
.why-assurance-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.why-assurance-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 58%,rgba(3,29,69,.58)); content: ""; }
.why-assurance-note { position: absolute; z-index: 1; right: 1rem; bottom: 1rem; left: 1rem; display: flex; align-items: center; gap: .75rem; color: #fff; }
.why-assurance-note svg { width: 2rem; height: 2rem; }
.why-assurance-note b,.why-assurance-note small { display: block; }
.why-assurance-note small { margin-top: .12rem; color: #d9ebff; font-size: .72rem; font-weight: 700; }
.why-check-list { display: grid; gap: .85rem; margin-top: 1.35rem; }
.why-check-item { display: grid; grid-template-columns: 2.55rem 1fr; align-items: center; gap: .8rem; border: 1px solid #e1eaf6; border-radius: .75rem; background: #fff; padding: .85rem 1rem; }
.why-check-item > span { display: grid; width: 2.45rem; height: 2.45rem; place-items: center; border-radius: 999px; background: #eef6ff; color: #0758dc; }
.why-check-item svg { width: 1.1rem; height: 1.1rem; }
.why-check-item b,.why-check-item small { display: block; }
.why-check-item b { color: #052e68; font-size: .86rem; font-weight: 950; }
.why-check-item small { margin-top: .15rem; color: #64748b; font-size: .72rem; line-height: 1.45; font-weight: 650; }
.why-process { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; margin-top: 2rem; }
.why-process-card { position: relative; border: 1px solid #d9ebff; border-radius: .9rem; background: #fff; padding: 1.35rem 1.1rem; text-align: center; }
.why-process-card > span { display: grid; width: 3.4rem; height: 3.4rem; margin-inline: auto; place-items: center; border: 1px solid #9fc3ff; border-radius: 999px; background: #f5f9ff; color: #0758dc; }
.why-process-card svg { width: 1.5rem; height: 1.5rem; }
.why-process-card em { position: absolute; top: .7rem; right: .8rem; color: #b5cff8; font-size: 1.65rem; font-style: normal; font-weight: 1000; }
.why-process-card h3 { margin: .85rem 0 0; color: #052e68; font-size: .9rem; font-weight: 950; }
.why-process-card p { margin: .35rem 0 0; color: #64748b; font-size: .7rem; line-height: 1.5; font-weight: 650; }
.why-support { display: flex; align-items: center; justify-content: space-between; gap: 2rem; overflow: hidden; border-radius: 1rem; background: radial-gradient(circle at 75% 50%,rgba(45,126,255,.75),transparent 19rem),#0758dc; padding: 2rem 2.25rem; color: #fff; }
.why-support-copy h2 { color: #fff; }
.why-support-copy p { margin: .45rem 0 0; color: #d9ebff; font-weight: 650; }
.why-support-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem; }
.why-support-actions a { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; gap: .5rem; border-radius: .65rem; padding: .75rem 1.25rem; background: #fff; color: #0754c5; font-size: .82rem; font-weight: 950; white-space: nowrap; }
.why-support-actions a:last-child { border: 1px solid rgba(255,255,255,.65); background: transparent; color: #fff; }
.why-support-actions svg { width: 1rem; height: 1rem; }
@media (max-width: 1050px) {
  .why-hero-grid { grid-template-columns: 1fr 400px; gap: 2rem; }
  .why-benefit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 899px) {
  .why-hero-grid { grid-template-columns: 1fr; padding-block: 2.5rem 3.5rem; }
  .why-hero-copy { max-width: 47rem; }
  .why-hero-visual { min-height: 310px; }
  .why-trust-strip { grid-template-columns: 1fr 1fr; }
  .why-trust-item:nth-child(2) { border-right: 0; }
  .why-trust-item:nth-child(-n+2) { border-bottom: 1px solid #e7eef8; }
  .why-assurance { grid-template-columns: 1fr; gap: 2rem; }
  .why-assurance-visual { min-height: 320px; }
  .why-process { grid-template-columns: 1fr 1fr; }
  .why-support { align-items: flex-start; flex-direction: column; }
  .why-support-actions { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .why-hero-grid { gap: 1.5rem; padding-block: 2rem 3rem; }
  .why-hero h1 { font-size: clamp(2.2rem,12vw,3.15rem); }
  .why-hero-copy { font-size: .92rem; line-height: 1.65; }
  .why-actions a { width: 100%; }
  .why-hero-points { display: grid; gap: .7rem; }
  .why-hero-visual { min-height: 390px; border-radius: 1rem; }
  .why-visual-content { right: .65rem; bottom: .65rem; left: .65rem; width: auto; }
  .why-visual-mini-grid { grid-template-columns: 1fr; }
  .why-trust-strip { grid-template-columns: 1fr; }
  .why-trust-item { min-height: 5.5rem; border-right: 0; border-bottom: 1px solid #e7eef8; }
  .why-trust-item:last-child { border-bottom: 0; }
  .why-section { padding-block: 3rem; }
  .why-benefit-grid,.why-process { grid-template-columns: 1fr; }
  .why-benefit-card { min-height: auto; text-align: center; }
  .why-benefit-icon { margin-inline: auto; }
  .why-assurance-visual { min-height: 260px; }
  .why-support { padding: 1.5rem; }
  .why-support-actions,.why-support-actions a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .why-primary,.why-secondary,.why-benefit-card { transition: none; }
}