@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap");:root{--c-orange:#fb7d0a;--c-orange-deep:#d35500;--c-orange-glow:rgba(251,125,10,.15);--c-orange-soft:#fff6ee;--c-navy:#1a2e5c;--c-navy-deep:#0f1f3d;--c-navy-midnight:#0a1128;--c-charcoal:#111827;--c-charcoal-2:#1f2937;--c-ink:#1f2937;--c-ink-muted:#4b5563;--c-ink-subtle:#9ca3af;--c-canvas:#fff;--c-surface-1:#f8fafc;--c-surface-2:#f1f5f9;--c-hairline:#e2e8f0;--transition-smooth:all .35s cubic-bezier(.16,1,.3,1);--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);--shadow-lg:0 10px 15px -3px rgba(15,31,61,.05),0 4px 6px -2px rgba(15,31,61,.02);--shadow-glow:0 0 30px rgba(251,125,10,.08)}.pd,.pd *{box-sizing:border-box}.pd{color:var(--c-ink);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}.pd h1,.pd h2,.pd h3,.pd h4,.pd h5,.pd h6{color:var(--c-navy-deep);font-family:Outfit,sans-serif;font-weight:600;margin:0}.pd p{font-size:16px;line-height:1.6;margin:0}.pd a{text-decoration:none}.pd-wrap{margin:0 auto;max-width:1280px;padding:0 40px}@media(max-width:768px){.pd-wrap{padding:0 24px}}.pd-section{overflow:hidden;padding:110px 0;position:relative}.pd-section--overflow-visible{overflow:visible}.pd-section--gray{background:var(--c-surface-1)}.pd-eyebrow{color:var(--c-orange);display:inline-block;font-family:Outfit,sans-serif;font-size:17px;font-weight:600;letter-spacing:.15em;margin-bottom:20px;text-transform:uppercase}.pd-eyebrow:after{background:var(--c-orange);content:"";display:block;height:2px;margin-top:8px;width:40px}.pd-h-lg{font-size:clamp(32px,4vw,44px);font-weight:600;letter-spacing:-.01em;line-height:1.05;margin:0 0 20px}.pd-lede{color:var(--c-ink-muted);font-size:18px;font-weight:400;line-height:1.6;margin:0 0 32px;max-width:720px}.pd-lede p{color:inherit;font-size:inherit;line-height:inherit;margin:0 0 12px}.pd-lede p:last-child{margin-bottom:0}.pd-section-head{margin:0 0 64px;text-align:left}.pd-section-head>:last-child{margin-bottom:0}.pd-section-head--center{text-align:center}.pd-section-head--center .pd-eyebrow:after,.pd-section-head--center .pd-lede{margin-left:auto;margin-right:auto}.pd-mb-3{margin-bottom:1rem!important}.pd-mb-4{margin-bottom:1.5rem!important}.pd-btn{align-items:center;border:1.5px solid transparent;border-radius:4px;cursor:pointer;display:inline-flex;font-family:Outfit,sans-serif;font-size:15px;font-weight:700;gap:14px;justify-content:center;min-width:210px;padding:16px 28px;text-decoration:none;transition:var(--transition-smooth)}.pd-btn--primary{background:var(--c-orange);color:#fff}.pd-btn--primary:hover{background:var(--c-orange-deep);box-shadow:0 10px 20px rgba(251,125,10,.2);color:#fff;transform:translateY(-2px)}.pd-btn--inverse{background:transparent;border-color:hsla(0,0%,100%,.3);color:#fff}.pd-btn--inverse:hover{background:#fff;border-color:#fff;color:var(--c-navy-deep);transform:translateY(-2px)}.pd-btn--ghost{background:transparent;border-color:var(--c-navy);color:var(--c-navy-deep)}.pd-btn--ghost:hover{background:var(--c-navy-deep);color:#fff;transform:translateY(-2px)}.pd-btn svg{fill:none;flex-shrink:0;height:18px;stroke:currentColor;stroke-width:2;transition:transform .25s ease;width:18px}.pd-btn:hover svg{transform:translateX(4px)}.pd-why-inner{display:grid;gap:64px;grid-template-columns:.85fr 1.15fr}@media(max-width:960px){.pd-why-inner{gap:48px;grid-template-columns:1fr}}.pd-why-sticky{align-self:start;display:flex;flex-direction:column;gap:24px;position:sticky;top:40%}@media(max-width:960px){.pd-why-sticky{position:static}}.pd-why-grid{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}@media(max-width:640px){.pd-why-grid{grid-template-columns:1fr}}.pd-why-card{background:var(--c-canvas);border:1.5px solid var(--c-hairline);border-radius:8px;display:flex;flex-direction:column;gap:18px;overflow:hidden;padding:32px 28px;position:relative}.pd-why-card,.pd-why-card:before{transition:var(--transition-smooth)}.pd-why-card:before{background:var(--c-orange);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left}.pd-why-card:hover{border-color:var(--c-orange);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.pd-why-card:hover:before{transform:scaleX(1)}.pd-why-card__icon{align-items:center;color:var(--c-orange);display:flex;height:40px;width:40px}.pd-why-card__icon svg{height:100%;width:100%}.pd-why-card h4{color:var(--c-navy-deep);font-size:25px;font-weight:600;margin:0}.pd-why-card p{color:var(--c-ink-muted);line-height:1.55;margin:0}.pd-why-card__body{display:flex;flex-direction:column;gap:18px;min-width:0}.pd-why-inner--style_2 .pd-why-card,.pd-why-inner--style_3 .pd-why-card{align-items:flex-start;background:transparent;border:0;border-bottom:1px solid var(--c-hairline);border-radius:0;box-shadow:none;flex-direction:row;gap:22px;overflow:visible;padding:28px 0}.pd-why-inner--style_2 .pd-why-card:before,.pd-why-inner--style_3 .pd-why-card:before{display:none}.pd-why-inner--style_2 .pd-why-card:hover,.pd-why-inner--style_3 .pd-why-card:hover{border-color:var(--c-hairline);box-shadow:none;transform:none}.pd-why-inner--style_2 .pd-why-card__body,.pd-why-inner--style_3 .pd-why-card__body{gap:8px}.pd-why-inner--style_2 .pd-why-card h4,.pd-why-inner--style_3 .pd-why-card h4{font-size:20px;line-height:1.3}.pd-why-inner--style_2 .pd-why-card p,.pd-why-inner--style_3 .pd-why-card p{font-size:15px}.pd-why-inner--style_2 .pd-why-card__icon,.pd-why-inner--style_3 .pd-why-card__icon{background:var(--c-orange-soft);border-radius:12px;color:var(--c-orange);flex-shrink:0;height:52px;justify-content:center;transition:var(--transition-smooth);width:52px}.pd-why-inner--style_2 .pd-why-card__icon svg,.pd-why-inner--style_3 .pd-why-card__icon svg{height:26px;width:26px}.pd-why-inner--style_2 .pd-why-card:hover .pd-why-card__icon,.pd-why-inner--style_3 .pd-why-card:hover .pd-why-card__icon{background:var(--c-orange);color:#fff}.pd-why-card__image{flex-shrink:0;width:160px}.pd-why-card__image img{aspect-ratio:4/3;border-radius:10px;display:block;object-fit:cover;width:100%}@media(max-width:640px){.pd-why-card__image{width:120px}}.pd-why-inner--style_2 .pd-why-card--media-none h4,.pd-why-inner--style_3 .pd-why-card--media-none h4{align-items:center;display:flex;gap:12px}.pd-why-inner--style_2 .pd-why-card--media-none h4:before,.pd-why-inner--style_3 .pd-why-card--media-none h4:before{background:var(--c-orange);border-radius:50%;box-shadow:0 0 0 4px rgba(251,125,10,.2);content:"";flex-shrink:0;height:10px;width:10px}.pd-why-inner--style_2 .pd-why-card--media-none p,.pd-why-inner--style_3 .pd-why-card--media-none p{padding-left:22px}.pd-why-inner--style_2 .pd-why-grid{gap:0;grid-template-columns:1fr}.pd-why-inner--style_2 .pd-why-card:first-child{padding-top:0}.pd-why-inner--style_2 .pd-why-card:last-child{border-bottom:0}.pd-why-inner--style_3{gap:48px;grid-template-columns:1fr}.pd-why-inner--style_3 .pd-why-sticky{align-self:auto;position:static;text-align:center}.pd-why-inner--style_3 .pd-why-sticky .pd-eyebrow:after,.pd-why-inner--style_3 .pd-why-sticky .pd-lede{margin-left:auto;margin-right:auto}.pd-why-inner--style_3 .pd-why-grid{column-gap:88px;grid-template-columns:repeat(2,1fr);row-gap:0}.pd-why-inner--style_3 .pd-why-card:nth-last-child(-n+2){border-bottom:0}@media(max-width:960px){.pd-why-inner--style_3 .pd-why-grid{grid-template-columns:1fr}.pd-why-inner--style_3 .pd-why-card:nth-last-child(-n+2){border-bottom:1px solid var(--c-hairline)}.pd-why-inner--style_3 .pd-why-card:last-child{border-bottom:0}}