:root{--blue:#73ddff;--blue-2:#9de7ff;--blue-dark:#2a788a;--ink:#12161c;--ink-2:#1b2129;--white:#ffffff;--paper:#f7f9fc;--paper-2:#eef3f8;--muted:#66717f;--muted-2:#8b96a1;--line:#e7edf3;--glass-dark:rgba(10,14,18,.54);--shadow-lg:0 34px 100px rgba(11,19,28,.15);--shadow-md:0 18px 52px rgba(11,19,28,.08);--radius-xl:42px;--radius-lg:30px;--radius-md:22px;--ease:.38s cubic-bezier(.2,.7,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}.container{width:min(1320px,88%);margin:0 auto}.section{padding:92px 0}.section--soft{background:var(--paper)}.section+.section{border-top:1px solid rgba(18,22,28,.025)}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;background:rgba(115,221,255,.12);border:1px solid rgba(115,221,255,.22);color:var(--blue-dark);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--blue);box-shadow:0 0 14px rgba(115,221,255,.58)}.btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:0 32px;border-radius:999px;background:var(--blue);color:#101418;font-size:13px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 14px 38px rgba(115,221,255,.28);transition:transform var(--ease),box-shadow var(--ease),background var(--ease)}.btn::before{content:"";position:absolute;top:0;left:-40%;width:32%;height:100%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transition:left .65s ease}.btn::after{content:"→";font-size:18px;transition:transform .22s ease}.btn:hover{transform:translateY(-3px);background:var(--blue-2);box-shadow:0 20px 48px rgba(115,221,255,.34)}.btn:hover::before{left:118%}.btn:hover::after{transform:translateX(4px)}.heading{max-width:820px;margin:0 auto 44px;text-align:center}.heading h2{margin:14px 0 0;font-size:clamp(34px,4.6vw,58px);line-height:1.02;letter-spacing:-.055em;font-weight:900}.heading p{max-width:680px;margin:16px auto 0;color:var(--muted);font-size:17px;line-height:1.68}.scroll-progress{position:fixed;top:0;left:0;right:0;height:4px;z-index:120;background:rgba(255,255,255,.2)}.scroll-progress span{display:block;height:100%;width:0;background:var(--blue);box-shadow:0 0 18px rgba(115,221,255,.85)}.site-header{position:fixed;top:14px;left:0;right:0;z-index:100}.site-header__bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:16px 18px 16px 18px;border-radius:999px;background:rgba(255,255,255,.95);border:1px solid rgba(18,22,28,.05);box-shadow:0 18px 54px rgba(10,18,26,.10);backdrop-filter:blur(18px);transition:box-shadow var(--ease),background var(--ease)}.site-header.scrolled .site-header__bar{background:rgba(255,255,255,.98);box-shadow:0 20px 62px rgba(10,18,26,.14)}.brand{display:inline-flex;align-items:center}.brand-mark{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:18px;background:#07090c;box-shadow:0 8px 18px rgba(0,0,0,.10)}.brand img{width:174px;height:auto}.main-nav{display:flex;justify-content:center;gap:28px}.main-nav a{position:relative;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#20252d}.main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;border-radius:999px;background:var(--blue);transition:right .25s ease}.main-nav a:hover::after{right:0}.header-cta{min-height:50px;padding:0 30px;font-size:11px}.hero{padding:132px 0 32px;background:radial-gradient(circle at 8% 0%,rgba(115,221,255,.10),transparent 30%),radial-gradient(circle at 100% 16%,rgba(115,221,255,.06),transparent 32%),linear-gradient(180deg,#fafdff 0%,#ffffff 100%)}.hero-stage{position:relative;overflow:hidden;min-height:860px;border-radius:48px;background:#11161b;box-shadow:var(--shadow-lg)}.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%;filter:grayscale(1);transform:scale(1.01)}.hero-stage::before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 50% 18%,rgba(115,221,255,.05),transparent 22%),linear-gradient(180deg,rgba(7,10,13,.32) 0%,rgba(7,10,13,.18) 24%,rgba(7,10,13,.18) 100%)}.hero-shell{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:center;min-height:860px;padding:76px 34px 132px}.hero-box{width:min(1080px,100%);padding:38px 48px 34px;border-radius:36px;background:linear-gradient(180deg,rgba(12,16,20,.62),rgba(12,16,20,.46));border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(18px);box-shadow:0 22px 60px rgba(0,0,0,.18);text-align:center;color:#fff}.hero-box .eyebrow{color:var(--blue)}.hero-box h1{max-width:960px;margin:20px auto 20px;font-size:clamp(46px,6vw,78px);line-height:.96;letter-spacing:-.07em;font-weight:900}.hero-box h1 span{display:inline-block;padding:0 .16em .04em;border-radius:15px;background:var(--blue);color:#101418}.hero-lead{margin:0 auto 16px;max-width:760px;color:rgba(255,255,255,.78);font-size:19px;line-height:1.72}.hero-body{margin:0 auto 28px;max-width:980px;color:rgba(255,255,255,.78);font-size:18px;line-height:1.72}.hero-actions{display:flex;justify-content:center;align-items:center;gap:26px;flex-wrap:wrap}.hero-trust{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin-top:28px;color:rgba(255,255,255,.86);font-size:15px;font-weight:700}.hero-trust span::before{content:"✓";color:var(--blue);font-weight:900;margin-right:7px}.benefits-wrap{position:absolute;left:34px;right:34px;bottom:26px;z-index:3;display:flex;justify-content:center}.benefits{width:min(1080px,100%);overflow:hidden;padding:3px;border-radius:999px;background:linear-gradient(90deg,rgba(115,221,255,.65),rgba(255,255,255,.15),rgba(115,221,255,.65));box-shadow:0 16px 44px rgba(0,0,0,.12)}.benefits-inner{overflow:hidden;border-radius:999px;background:rgba(14,18,24,.82);backdrop-filter:blur(16px)}.benefits-track{display:flex;width:max-content;gap:42px;padding:18px 30px;animation:move 34s linear infinite}.benefits-track span{display:inline-flex;align-items:center;gap:11px;white-space:nowrap;color:#fff;font-size:14px;font-weight:800}.benefits-track i{width:9px;height:9px;border-radius:50%;background:var(--blue);box-shadow:0 0 16px rgba(115,221,255,.45)}@keyframes move{to{transform:translateX(-50%)}}.debtier-human{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 16%,rgba(115,221,255,.08),transparent 28%),linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}.human-heading{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:end;margin-bottom:34px}.human-heading h2{margin:14px 0 0;font-size:clamp(38px,5.2vw,66px);line-height:.98;letter-spacing:-.06em;font-weight:900}.human-heading p{max-width:560px;margin:0;color:var(--muted);font-size:17px;line-height:1.7}.human-gallery{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:16px}.human-shot{position:relative;overflow:hidden;min-height:390px;margin:0;border-radius:28px;background:#d9dfe5;box-shadow:var(--shadow-md)}.human-shot--large{min-height:500px}.human-shot img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform .8s ease,filter .8s ease}.human-shot:hover img{transform:scale(1.035);filter:grayscale(.82)}.human-shot::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 56%,rgba(8,12,16,.62) 100%)}.human-shot figcaption{position:absolute;left:18px;right:18px;bottom:16px;z-index:2;color:#fff;font-size:13px;font-weight:800}.about-shell{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch}.about-content{padding:42px;border-radius:34px;background:var(--paper);border:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.about-content h3{margin:18px 0 12px;font-size:clamp(30px,3vw,44px);line-height:1.05;font-weight:900}.about-content p{color:var(--muted);font-size:16px;line-height:1.72}.pill-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0 28px}.pill{padding:14px 16px;border-radius:18px;background:#fff;border:1px solid var(--line)}.pill strong{display:block;font-size:14px}.pill span{display:block;margin-top:3px;color:var(--muted);font-size:12px}.about-media{position:relative;overflow:hidden;min-height:560px;border-radius:34px;background:#d9dde2;box-shadow:var(--shadow-md)}.about-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform .8s ease}.about-media:hover img{transform:scale(1.035)}.about-stats{position:absolute;left:22px;right:22px;bottom:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.about-stat{padding:16px;border-radius:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(14px)}.about-stat strong{display:block;font-size:22px;letter-spacing:-.04em}.about-stat span{display:block;margin-top:3px;color:var(--muted);font-size:11px;font-weight:800}.bento{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:minmax(210px,auto);gap:16px}.bento-card{position:relative;overflow:hidden;padding:28px;border-radius:28px;border:1px solid var(--line);background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);box-shadow:0 12px 34px rgba(11,19,28,.05);transition:transform var(--ease),box-shadow var(--ease)}.bento-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(11,19,28,.08)}.bento-card--main{grid-row:span 2;background:radial-gradient(circle at 85% 10%,rgba(115,221,255,.12),transparent 26%),linear-gradient(145deg,#131820,#202832);color:#fff;padding:36px}.bento-kicker{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(115,221,255,.12);color:var(--blue-dark);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.bento-card--main .bento-kicker{color:var(--blue)}.bento-card h3{margin:18px 0 10px;font-size:27px;line-height:1.08;font-weight:900}.bento-card--main h3{font-size:38px;max-width:480px}.bento-card p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.64}.bento-card--main p{color:rgba(255,255,255,.68);font-size:16px}.bento-card--main .btn{margin-top:28px}.bento-mark{position:absolute;right:20px;bottom:14px;font-size:72px;line-height:1;font-weight:900;letter-spacing:-.08em;color:rgba(115,221,255,.14)}.cta-stage{position:relative;overflow:hidden;min-height:620px;border-radius:42px;background:#11161b;box-shadow:var(--shadow-lg)}.cta-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 57%;filter:grayscale(1)}.cta-stage::before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 50% 24%,rgba(115,221,255,.08),transparent 22%),linear-gradient(180deg,rgba(8,12,16,.32) 0%,rgba(8,12,16,.26) 100%)}.cta-shell{position:relative;z-index:2;min-height:620px;padding:56px 34px 120px;display:flex;align-items:flex-start;justify-content:center}.cta-box{width:min(960px,100%);padding:36px 44px;border-radius:34px;text-align:center;color:#fff;background:linear-gradient(180deg,rgba(12,16,20,.62),rgba(12,16,20,.44));border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(18px);box-shadow:0 22px 60px rgba(0,0,0,.18)}.cta-box .eyebrow{color:var(--blue)}.cta-box h2{margin:18px auto 12px;max-width:740px;font-size:clamp(42px,5.4vw,70px);line-height:.98;letter-spacing:-.06em;font-weight:900}.cta-box h2 span{display:inline-block;padding:0 .16em;border-radius:15px;background:var(--blue);color:#101418}.cta-box p{max-width:680px;margin:0 auto;color:rgba(255,255,255,.76);font-size:17px;line-height:1.72}.cta-actions{margin-top:26px}.cta-bottom-note{position:absolute;left:34px;right:34px;bottom:26px;z-index:3;display:flex;justify-content:center}.cta-bottom-card{width:min(540px,100%);display:flex;justify-content:center;gap:26px;flex-wrap:wrap;padding:16px 22px;border-radius:999px;background:rgba(255,255,255,.90);backdrop-filter:blur(14px);color:#111;font-size:14px;font-weight:800;box-shadow:0 14px 36px rgba(0,0,0,.12)}.cta-bottom-card span::before{content:"•";color:var(--blue-dark);margin-right:8px}.steps-shell{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps-shell::before{content:"";position:absolute;left:8%;right:8%;top:34px;height:2px;background:linear-gradient(90deg,var(--blue),rgba(115,221,255,.18))}.step{position:relative;z-index:1;padding:82px 24px 26px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 34px rgba(11,19,28,.05);transition:transform var(--ease),box-shadow var(--ease),border-color var(--ease)}.step:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(11,19,28,.09);border-color:rgba(115,221,255,.30)}.step-no{position:absolute;top:10px;left:24px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid var(--blue);color:var(--blue-dark);font-weight:900;box-shadow:0 8px 18px rgba(115,221,255,.16)}.step h3{margin:0 0 9px;font-size:20px;line-height:1.15}.step p{margin:0;color:var(--muted);font-size:14px;line-height:1.64}.meaning-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.meaning-card{padding:42px;border-radius:34px;background:#11161b;color:#fff;display:flex;flex-direction:column;justify-content:center;box-shadow:var(--shadow-md)}.meaning-card h3{margin:18px 0 12px;font-size:clamp(30px,3.6vw,48px);line-height:1.05;font-weight:900}.meaning-card p{color:rgba(255,255,255,.68);font-size:16px;line-height:1.72}.meaning-points{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 26px}.meaning-points span{padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);color:#fff;font-size:12px;font-weight:800}.meaning-media{position:relative;overflow:hidden;min-height:500px;border-radius:34px;background:#d9dde2;box-shadow:var(--shadow-md)}.meaning-media img{width:100%;height:100%;object-fit:cover;object-position:center 38%;filter:grayscale(1)}.meaning-quote{position:absolute;left:22px;right:22px;bottom:22px;padding:18px 20px;border-radius:20px;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);color:#111;font-size:14px;font-weight:800}.faq-shell{display:grid;grid-template-columns:.72fr 1.28fr;gap:34px;padding:34px;border-radius:34px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md)}.faq-left{position:sticky;top:120px;height:max-content;padding:30px;border-radius:24px;background:var(--paper)}.faq-left h3{margin:0 0 10px;font-size:26px}.faq-left p{color:var(--muted);font-size:15px;line-height:1.7}.faq-item{border-bottom:1px solid var(--line)}.faq-question{width:100%;display:flex;justify-content:space-between;gap:20px;padding:20px 0;background:none;border:0;cursor:pointer;text-align:left;color:#111;font-size:17px;font-weight:700}.faq-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--paper);transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer p{margin:0;padding:0 0 20px;color:var(--muted);font-size:15px;line-height:1.7}.faq-item.active .faq-icon{transform:rotate(180deg);background:rgba(115,221,255,.18);box-shadow:0 0 0 6px rgba(115,221,255,.08)}.site-footer{padding:34px 0 24px;background:#0f1318;color:#fff;border-top:1px solid rgba(255,255,255,.06)}.footer-wrap{padding:40px;border-radius:34px;background:#141a21;border:1px solid rgba(255,255,255,.06);box-shadow:0 20px 60px rgba(0,0,0,.18)}.footer-manifesto{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:26px;margin-bottom:30px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-manifesto span{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.footer-manifesto strong{max-width:680px;font-size:clamp(28px,3vw,42px);line-height:1.02;letter-spacing:-.05em;text-align:right}.footer-top{display:grid;grid-template-columns:1.05fr 1.35fr;gap:40px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand img{width:188px;height:auto}.footer-brand p{max-width:470px;margin:18px 0 0;color:rgba(255,255,255,.58);font-size:14px;line-height:1.7}.footer-selector{margin-top:22px}.footer-selector details{position:relative;width:fit-content}.footer-selector summary{list-style:none;display:flex;align-items:center;gap:10px;cursor:pointer;padding:12px 16px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}.footer-selector summary::-webkit-details-marker{display:none}.lang-flag{font-size:18px}.lang-copy strong{display:block;font-size:14px}.lang-copy small{display:block;color:rgba(255,255,255,.5);font-size:12px}.lang-chevron{color:rgba(255,255,255,.5)}.footer-language-menu{position:absolute;left:0;top:calc(100%+10px);min-width:270px;z-index:20;padding:8px;border-radius:18px;background:#fff;color:#111;box-shadow:0 18px 40px rgba(0,0,0,.22)}.footer-language-option{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px}.footer-language-option:hover{background:#f4f7fa}.footer-language-option.is-current{background:rgba(115,221,255,.14)}.footer-language-option .left{display:flex;align-items:center;gap:10px}.footer-language-option .lang-copy small{color:#7a8591}.footer-guides-shortcut{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-size:14px;font-weight:800;color:#fff}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.footer-col h3{margin:0 0 14px;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.42)}.footer-col a,.footer-col span{display:block;padding:7px 0;color:rgba(255,255,255,.78);font-size:14px}.footer-col a:hover{color:var(--blue)}.footer-bottom{padding-top:24px;display:grid;gap:18px}.footer-legal p{margin:0 0 12px;color:rgba(255,255,255,.48);font-size:12.8px;line-height:1.75}.footer-meta{padding-top:16px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:rgba(255,255,255,.38);font-size:12px;font-weight:700}@media(max-width:1080px){.human-heading,.about-shell,.meaning-shell,.faq-shell,.footer-top{grid-template-columns:1fr}.human-gallery{grid-template-columns:1fr 1fr}.human-shot--large{grid-column:span 2}.bento{grid-template-columns:1fr 1fr}.bento-card--main{grid-row:auto;grid-column:span 2}.steps-shell{grid-template-columns:1fr 1fr}.steps-shell::before{display:none}.footer-grid{grid-template-columns:1fr 1fr}.faq-left{position:relative;top:auto}}@media(max-width:820px){.site-header__bar{grid-template-columns:1fr auto;grid-template-areas:"brand cta" "nav nav";gap:16px}.brand{grid-area:brand}.main-nav{grid-area:nav;justify-content:flex-start}.header-cta{grid-area:cta}.hero{padding-top:170px}.hero-stage{min-height:900px}.hero-shell{min-height:900px;padding:36px 20px 126px}.hero-box{padding:28px 24px}.hero-box h1{font-size:52px}.cta-shell{padding:34px 20px 116px}.cta-box{padding:30px 24px}}@media(max-width:620px){.container{width:min(100% - 28px,1320px)}.section{padding:64px 0}.heading{text-align:left;margin-bottom:30px}.heading h2{font-size:36px}.heading p{font-size:15px}.site-header{top:10px}.site-header__bar{grid-template-columns:1fr;grid-template-areas:"brand" "nav" "cta";gap:10px;padding:14px;border-radius:28px}.brand-mark{justify-content:center;width:100%}.brand img{width:156px}.main-nav{gap:16px;flex-wrap:wrap}.main-nav a{font-size:11px}.btn,.header-cta{width:100%;padding:0 20px}.hero{padding-top:196px}.hero-stage{min-height:820px;border-radius:32px}.hero-shell{min-height:820px;padding:20px 12px 118px}.hero-box{padding:24px 18px;border-radius:26px}.hero-box h1{font-size:38px}.hero-lead,.hero-body{font-size:15px}.hero-trust{gap:8px;flex-direction:column;font-size:14px}.benefits-wrap{left:12px;right:12px;bottom:14px}.benefits-track{padding:16px 22px;gap:28px}.human-heading h2{font-size:40px}.human-gallery{grid-template-columns:1fr}.human-shot--large{grid-column:auto}.human-shot,.human-shot--large{min-height:420px}.about-content,.meaning-card{padding:26px}.pill-list,.bento,.steps-shell,.footer-grid{grid-template-columns:1fr}.bento-card--main{grid-column:auto}.about-stats{grid-template-columns:1fr;left:14px;right:14px;bottom:14px}.cta-stage{min-height:560px;border-radius:32px}.cta-shell{min-height:560px;padding:18px 12px 106px}.cta-box{padding:24px 18px;border-radius:26px}.cta-box h2{font-size:38px}.cta-box p{font-size:15px}.cta-bottom-note{left:12px;right:12px;bottom:14px}.cta-bottom-card{gap:10px;border-radius:26px;padding:14px 16px}.faq-shell{padding:18px}.footer-wrap{padding:24px 18px}.footer-manifesto{flex-direction:column;align-items:flex-start}.footer-manifesto strong{text-align:left}.footer-meta{flex-direction:column;align-items:flex-start}.footer-selector details,.footer-selector summary{width:100%}.footer-language-menu{width:100%;min-width:100%}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.site-header .brand{display:inline-flex;align-items:center;padding:0;min-width:0}.site-header .brand-logo{display:block;width:190px;height:auto;max-height:50px;object-fit:contain;object-position:left center}.site-header .brand-mark{display:contents !important;padding:0 !important;margin:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important}.site-footer .footer-brand img{display:block;width:190px;height:auto;filter:none !important}@media(max-width:620px){.site-header .brand-logo{width:160px;max-height:44px}}@media (min-width:1081px){.container{width:min(1240px,84%)}.site-header{top:12px}.site-header__bar{padding:10px 12px 10px 16px;min-height:72px}.site-header .brand-logo{width:142px;max-height:38px}.main-nav{gap:24px}.main-nav a{font-size:11px}.header-cta{min-height:44px;padding:0 24px;font-size:10.5px}.hero{padding:112px 0 26px}.hero-stage{min-height:690px;border-radius:40px}.hero-shell{min-height:690px;padding:50px 30px 104px}.hero-box{width:min(940px,100%);padding:30px 38px 28px;border-radius:30px}.hero-box h1{max-width:820px;margin:16px auto 14px;font-size:clamp(40px,4.75vw,64px);line-height:.98}.hero-lead{max-width:700px;margin-bottom:10px;font-size:16px;line-height:1.6}.hero-body{max-width:860px;margin-bottom:22px;font-size:15.5px;line-height:1.62}.hero-actions .btn{min-height:50px;padding:0 28px;font-size:11px}.hero-trust{gap:18px;margin-top:20px;font-size:13px}.benefits-wrap{left:30px;right:30px;bottom:18px}.benefits{width:min(940px,100%)}.benefits-track{gap:34px;padding:14px 24px}.benefits-track span{font-size:12.5px}.section{padding:72px 0}.heading{margin-bottom:34px}.heading h2{font-size:clamp(30px,3.6vw,48px)}.heading p{font-size:15.5px}.human-heading{gap:34px;margin-bottom:28px}.human-heading h2{font-size:clamp(34px,4.2vw,54px)}.human-heading p{font-size:15.5px}.human-shot{min-height:320px;border-radius:24px}.human-shot--large{min-height:410px}.about-content{padding:34px;border-radius:28px}.about-content h3{font-size:clamp(28px,2.8vw,38px)}.about-content p{font-size:15px}.about-media{min-height:460px;border-radius:28px}.about-stat{padding:13px}.about-stat strong{font-size:18px}.bento{grid-auto-rows:minmax(175px,auto);gap:14px}.bento-card{padding:22px;border-radius:24px}.bento-card--main{padding:28px}.bento-card h3{font-size:23px}.bento-card--main h3{font-size:32px}.bento-card p{font-size:13.5px}.cta-stage{min-height:500px;border-radius:36px}.cta-shell{min-height:500px;padding:40px 28px 92px}.cta-box{width:min(820px,100%);padding:28px 36px;border-radius:28px}.cta-box h2{max-width:660px;margin-top:14px;font-size:clamp(38px,4.5vw,58px)}.cta-box p{max-width:620px;font-size:15px}.cta-actions{margin-top:20px}.cta-bottom-note{bottom:18px}.cta-bottom-card{padding:13px 20px;font-size:12.5px}.steps-shell{gap:14px}.step{padding:70px 20px 22px;border-radius:22px}.step h3{font-size:18px}.step p{font-size:13.5px}.meaning-card{padding:34px;border-radius:28px}.meaning-card h3{font-size:clamp(28px,3.1vw,40px)}.meaning-card p{font-size:15px}.meaning-media{min-height:420px;border-radius:28px}.faq-shell{padding:28px;gap:28px;border-radius:28px}.faq-left{padding:24px}.faq-left h3{font-size:22px}.faq-question{padding:16px 0;font-size:15.5px}.faq-answer p{font-size:14px}.footer-wrap{padding:32px;border-radius:28px}.footer-manifesto{margin-bottom:24px;padding-bottom:22px}.footer-manifesto strong{font-size:clamp(24px,2.5vw,34px)}.footer-brand img{width:160px}}@media(min-width:901px){.hero{padding:30px 0 26px!important}.about-page-hero,.contact-page-hero{padding:30px 0 24px!important}}:root{--db-blue:#73ddff;--db-ink:#22272e;--db-line:#dfe7ed}.scroll-progress{position:fixed!important;inset:0 0 auto 0!important;height:3px!important;z-index:300!important;background:transparent!important;pointer-events:none!important}.scroll-progress span{display:block!important;width:0;height:100%!important;background:var(--db-blue)!important}.site-header{position:sticky!important;top:0!important;left:auto!important;right:auto!important;z-index:200!important;width:100%!important;background:rgba(249,253,255,.92)!important;border-bottom:1px solid rgba(220,228,235,.72)!important;box-shadow:none!important;backdrop-filter:saturate(140%) blur(18px)!important;-webkit-backdrop-filter:saturate(140%) blur(18px)!important}.site-header.scrolled{background:rgba(255,255,255,.97)!important;box-shadow:0 10px 30px rgba(27,54,59,.055)!important}.site-header .header-inner{width:min(1200px,calc(100% - 48px))!important;margin-inline:auto!important;min-height:72px!important;display:grid!important;grid-template-columns:auto 1fr auto!important;grid-template-areas:none!important;align-items:center!important;gap:28px!important;padding:0!important}.site-header.scrolled .header-inner{min-height:66px!important}.site-header .brand{grid-area:auto!important;grid-column:1!important;grid-row:1!important;justify-self:start!important;display:inline-flex!important;align-items:center!important;padding:0!important;margin:0!important;min-width:0!important;width:auto!important;background:transparent!important;border:0!important;box-shadow:none!important}.site-header .brand-logo,.site-header .brand img{display:block!important;width:132px!important;height:auto!important;max-height:36px!important;object-fit:contain!important;object-position:left center!important}.site-header .desktop-nav{grid-area:auto!important;grid-column:2!important;grid-row:1!important;justify-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:28px!important;margin:0!important;color:#4f5660!important;font-size:12px!important;font-weight:760!important;white-space:nowrap!important}.site-header .desktop-nav a{position:relative!important;display:inline-flex!important;align-items:center!important;padding:9px 0!important;min-height:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:inherit!important;font-size:12px!important;font-weight:800!important;letter-spacing:.055em!important;text-transform:uppercase!important;box-shadow:none!important}.site-header .desktop-nav a:after{content:""!important;display:block!important;position:absolute!important;left:0!important;right:0!important;bottom:3px!important;height:2px!important;background:var(--db-blue)!important;border-radius:2px!important;transform:scaleX(0)!important;transform-origin:left!important;transition:transform .22s ease!important}.site-header .desktop-nav a:hover:after,.site-header .desktop-nav a.active:after,.site-header .desktop-nav a[aria-current="page"]:after{transform:scaleX(1)!important}.site-header .header-actions{grid-area:auto!important;grid-column:3!important;grid-row:1!important;justify-self:end!important;display:flex!important;align-items:center!important;gap:10px!important;margin:0!important;width:auto!important}.site-header .header-actions .header-cta{grid-area:auto!important;width:auto!important;min-height:42px!important;padding:0 19px!important;border-radius:999px!important;background:var(--db-blue)!important;color:#10151a!important;box-shadow:0 9px 24px rgba(115,221,255,.2)!important;font-size:10.5px!important;font-weight:880!important;line-height:1!important;white-space:nowrap!important}.site-header .header-actions .header-cta:hover{transform:translateY(-1px)!important;background:#8ce4ff!important}.site-header .menu-button{grid-area:auto!important;grid-column:auto!important;grid-row:auto!important;display:none!important;width:42px!important;height:42px!important;padding:0!important;margin:0!important;border:0!important;border-radius:12px!important;background:transparent!important;box-shadow:none!important;cursor:pointer!important}.site-header .menu-button span{display:block!important;width:20px!important;height:2px!important;margin:4px auto!important;background:var(--db-ink)!important;border-radius:99px!important;transition:transform .2s ease,opacity .2s ease!important}.site-header .menu-button[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)!important}.site-header .menu-button[aria-expanded="true"] span:nth-child(2){opacity:0!important}.site-header .menu-button[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)!important}.site-header .mobile-menu{display:none!important}@media(max-width:900px){html{scroll-padding-top:74px!important}.site-header .header-inner{width:min(100% - 36px,760px)!important;min-height:66px!important;grid-template-columns:auto 1fr auto!important;grid-template-areas:none!important;gap:16px!important}.site-header.scrolled .header-inner{min-height:62px!important}.site-header .brand{grid-column:1!important;grid-row:1!important;justify-self:start!important}.site-header .brand-logo,.site-header .brand img{width:118px!important;max-height:32px!important}.site-header .desktop-nav{display:none!important;grid-column:auto!important;grid-row:auto!important}.site-header .header-actions{grid-column:3!important;grid-row:1!important;justify-self:end!important;width:auto!important}.site-header .header-actions .header-cta{display:none!important}.site-header .menu-button{display:block!important;grid-column:auto!important;grid-row:auto!important;width:42px!important;height:42px!important}.site-header .mobile-menu{position:absolute!important;top:100%!important;left:0!important;right:0!important;padding:10px 18px 18px!important;background:rgba(249,253,255,.985)!important;border-bottom:1px solid var(--db-line)!important;box-shadow:0 18px 34px rgba(31,55,58,.08)!important}.site-header .mobile-menu.open{display:block!important}.site-header .mobile-menu a:not(.mobile-header-cta){display:block!important;padding:11px 2px!important;border-bottom:1px solid #e8eeee!important;border-radius:0!important;background:transparent!important;color:#434b54!important;font-size:14px!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important}.site-header .mobile-menu .mobile-header-cta{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:46px!important;margin-top:14px!important;padding:10px 16px!important;border-radius:999px!important;background:var(--db-blue)!important;color:#10151a!important;font-size:11px!important;font-weight:880!important;text-transform:uppercase!important}}@media(max-width:430px){.site-header .header-inner{width:calc(100% - 30px)!important;min-height:62px!important;gap:12px!important}.site-header .brand-logo,.site-header .brand img{width:112px!important;max-height:31px!important}.site-header .menu-button{width:40px!important;height:40px!important}.site-header .mobile-menu{padding-inline:15px!important}}@media(prefers-reduced-motion:reduce){.site-header *,.scroll-progress span{transition:none!important}}.debtier-guide-nav{position:relative!important;display:block!important;margin:0!important;padding:0!important}.debtier-guide-nav>summary{position:relative!important;display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:0!important;padding:9px 0!important;list-style:none!important;cursor:pointer!important;color:#4f5660!important;font-size:12px!important;font-weight:800!important;letter-spacing:.055em!important;text-transform:uppercase!important;user-select:none!important}.debtier-guide-nav>summary::-webkit-details-marker{display:none!important}.debtier-guide-nav>summary::marker{content:""!important}.debtier-guide-nav>summary::after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:3px!important;height:2px!important;border-radius:2px!important;background:var(--db-blue)!important;transform:scaleX(0)!important;transform-origin:left!important;transition:transform .22s ease!important}.debtier-guide-nav>summary:hover::after,.debtier-guide-nav>summary.active::after,.debtier-guide-nav[open]>summary::after{transform:scaleX(1)!important}.debtier-guide-nav-chevron{display:inline-block!important;font-size:10px!important;line-height:1!important;opacity:.55!important;transition:transform .2s ease!important}.debtier-guide-nav[open]>summary .debtier-guide-nav-chevron,.debtier-guide-nav-mobile[open]>summary .debtier-guide-nav-chevron{transform:rotate(180deg)!important}.debtier-guide-nav-menu{position:absolute!important;top:calc(100%+16px)!important;left:50%!important;z-index:260!important;width:min(760px,calc(100vw - 48px))!important;padding:14px!important;border:1px solid rgba(216,227,234,.96)!important;border-radius:24px!important;background:rgba(255,255,255,.985)!important;color:#20272e!important;box-shadow:0 25px 70px rgba(24,39,48,.16)!important;transform:translateX(-44%)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.debtier-guide-nav-menu::before{content:""!important;position:absolute!important;top:-8px!important;left:44%!important;width:16px!important;height:16px!important;border-left:1px solid #d8e3ea!important;border-top:1px solid #d8e3ea!important;background:#fff!important;transform:rotate(45deg)!important}.debtier-guide-nav-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:20px!important;padding:14px 15px 15px!important}.debtier-guide-nav-head>div>span,.debtier-guide-nav-footer>div>span{display:block!important;margin-bottom:4px!important;color:#5796a8!important;font-size:7.5px!important;font-weight:900!important;letter-spacing:.14em!important}.debtier-guide-nav-head>div>strong{display:block!important;color:#1e262d!important;font-size:18px!important;line-height:1.08!important;letter-spacing:-.035em!important}.site-header .debtier-guide-nav-head>a{padding:7px 0!important;color:#39778a!important;font-size:9px!important;font-weight:850!important;letter-spacing:0!important;text-transform:none!important}.site-header .debtier-guide-nav-head>a::after{display:none!important}.debtier-guide-nav-category{padding:14px!important;border:1px solid #e4ebef!important;border-radius:18px!important;background:#f8fafb!important}.debtier-guide-nav-category-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;margin-bottom:11px!important;padding:0 2px!important}.debtier-guide-nav-category-head>div>span{display:block!important;color:#222a31!important;font-size:10px!important;font-weight:900!important;letter-spacing:.015em!important}.debtier-guide-nav-category-head>div>small{display:block!important;margin-top:3px!important;color:#8a959e!important;font-size:8px!important}.site-header .debtier-guide-nav-category-head>a{padding:0!important;color:#6d7a84!important;font-size:8px!important;font-weight:780!important;letter-spacing:0!important;text-transform:none!important}.site-header .debtier-guide-nav-category-head>a::after{display:none!important}.debtier-guide-nav-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}.site-header .desktop-nav .debtier-guide-nav-card{min-width:0!important;min-height:134px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;padding:13px!important;border:1px solid #e2e9ed!important;border-radius:14px!important;background:#fff!important;color:#242c33!important;text-transform:none!important;letter-spacing:0!important;white-space:normal!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}.site-header .desktop-nav .debtier-guide-nav-card::after{display:none!important}.site-header .desktop-nav .debtier-guide-nav-card:hover{transform:translateY(-2px)!important;border-color:rgba(115,221,255,.65)!important;box-shadow:0 10px 25px rgba(35,66,78,.07)!important}.debtier-guide-nav-card>span{display:block!important;margin-bottom:8px!important;color:#4d94a7!important;font-size:7px!important;font-weight:900!important;letter-spacing:.095em!important;text-transform:uppercase!important}.debtier-guide-nav-card>strong{display:block!important;color:#20272e!important;font-size:11.5px!important;line-height:1.2!important;letter-spacing:-.018em!important}.debtier-guide-nav-card>small{display:block!important;margin-top:auto!important;padding-top:9px!important;color:#88939c!important;font-size:8px!important;line-height:1.38!important}.debtier-guide-nav-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-top:10px!important;padding:13px 15px!important;border-radius:16px!important;background:#171e24!important;color:#fff!important}.debtier-guide-nav-footer>div>span{color:var(--db-blue)!important}.debtier-guide-nav-footer>div>strong{display:block!important;max-width:360px!important;color:#fff!important;font-size:10px!important;line-height:1.3!important}.site-header .desktop-nav .debtier-guide-nav-footer>a{min-height:36px!important;padding:0 13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:var(--db-blue)!important;color:#172229!important;font-size:8px!important;font-weight:900!important;letter-spacing:.02em!important;text-transform:uppercase!important}.site-header .desktop-nav .debtier-guide-nav-footer>a::after{display:none!important}.footer-col--guides h3 a{color:inherit!important;font:inherit!important}.footer-col--guides h3 a:hover{color:var(--blue)!important}.footer-col--guides>a:not(.footer-col-all-guides){max-width:27ch!important;line-height:1.36!important}.footer-col-all-guides,.footer-solution-cta{margin-top:7px!important;color:var(--blue)!important;font-weight:850!important}@media(max-width:900px){.debtier-guide-nav{display:none!important}.site-header .mobile-menu{max-height:calc(100vh - 62px)!important;overflow-y:auto!important;overscroll-behavior:contain!important}.debtier-guide-nav-mobile{margin:0!important;border-bottom:1px solid #e8eeee!important}.debtier-guide-nav-mobile>summary{min-height:47px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:11px 2px!important;list-style:none!important;cursor:pointer!important;color:#434b54!important;font-size:14px!important;font-weight:700!important}.debtier-guide-nav-mobile>summary::-webkit-details-marker{display:none!important}.debtier-guide-nav-mobile>summary::marker{content:""!important}.debtier-guide-nav-mobile-menu{display:grid!important;gap:7px!important;padding:0 0 11px!important}.site-header .mobile-menu .debtier-guide-nav-mobile-menu a:not(.mobile-header-cta){padding:11px 12px!important;display:block!important;border:1px solid #e1e9ee!important;border-radius:13px!important;background:#fff!important}.site-header .mobile-menu .debtier-guide-nav-mobile-menu a:not(.mobile-header-cta):hover{border-color:rgba(115,221,255,.65)!important;background:#f7fcfe!important}.debtier-guide-nav-mobile-menu a strong{display:block!important;color:#29323a!important;font-size:11px!important;line-height:1.28!important}.debtier-guide-nav-mobile-menu a small{display:block!important;margin-top:4px!important;color:#8a949d!important;font-size:9px!important;line-height:1.35!important}.site-header .mobile-menu .debtier-guide-nav-mobile-all{border-color:rgba(115,221,255,.5)!important;background:rgba(115,221,255,.10)!important}}@media(max-width:640px){.footer-col--guides>a:not(.footer-col-all-guides){max-width:none!important}}@media(prefers-reduced-motion:reduce){.debtier-guide-nav *,.debtier-guide-nav-mobile *{transition:none!important}}.debtier-guide-nav-menu,.debtier-guide-nav-head,.debtier-guide-nav-category,.debtier-guide-nav-category-head,.debtier-guide-nav-cards,.debtier-guide-nav-card,.debtier-guide-nav-footer{display:none!important}.debtier-guide-nav>summary{gap:7px!important}.debtier-guide-nav-count{min-width:22px!important;height:18px!important;padding:0 5px!important;display:inline-grid!important;place-items:center!important;border-radius:999px!important;background:#edf9fc!important;color:#357c90!important;font-size:7px!important;font-weight:900!important;letter-spacing:.06em!important}.debtier-guide-index{position:absolute!important;top:calc(100%+13px)!important;left:50%!important;z-index:270!important;width:386px!important;padding:0!important;overflow:hidden!important;border:1px solid rgba(215,226,233,.98)!important;border-radius:18px!important;background:rgba(251,253,254,.99)!important;color:#1e262d!important;box-shadow:0 24px 60px rgba(22,36,45,.15)!important;transform:translateX(-34%)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.debtier-guide-index::before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:4px!important;background:linear-gradient(180deg,var(--db-blue),#4c9caf 65%,#1d2b32)!important}.debtier-guide-index__top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;padding:18px 18px 15px 22px!important;border-bottom:1px solid #e8eef2!important}.debtier-guide-index__top>div>span{display:block!important;margin-bottom:5px!important;color:#3f8497!important;font-size:7px!important;line-height:1!important;font-weight:900!important;letter-spacing:.14em!important}.debtier-guide-index__top>div>strong{display:block!important;max-width:250px!important;color:#1f272e!important;font-size:15px!important;line-height:1.16!important;letter-spacing:-.028em!important}.debtier-guide-index__top>small{flex:0 0 auto!important;padding-top:2px!important;color:#8c979f!important;font-size:7.5px!important;font-weight:800!important;white-space:nowrap!important}.debtier-guide-index__list{display:block!important;padding:6px 0!important}.site-header .desktop-nav .debtier-guide-index__list>a{position:relative!important;min-height:72px!important;display:grid!important;grid-template-columns:34px minmax(0,1fr) 20px!important;align-items:center!important;gap:11px!important;padding:11px 16px 11px 22px!important;border:0!important;border-bottom:1px solid #edf1f4!important;border-radius:0!important;background:transparent!important;color:#20272e!important;text-transform:none!important;letter-spacing:0!important;white-space:normal!important;transition:background .18s ease,padding-left .18s ease!important}.site-header .desktop-nav .debtier-guide-index__list>a:last-child{border-bottom:0!important}.site-header .desktop-nav .debtier-guide-index__list>a::after{display:none!important}.site-header .desktop-nav .debtier-guide-index__list>a:hover{padding-left:26px!important;background:linear-gradient(90deg,rgba(115,221,255,.11),rgba(115,221,255,0))!important}.debtier-guide-index__num{color:#7ba6b2!important;font-size:8px!important;line-height:1!important;font-weight:900!important;letter-spacing:.08em!important}.debtier-guide-index__copy{display:block!important;min-width:0!important}.debtier-guide-index__copy small{display:block!important;margin-bottom:3px!important;color:#97a1a9!important;font-size:7.5px!important;line-height:1.15!important;font-weight:750!important;letter-spacing:.02em!important}.debtier-guide-index__copy strong{display:block!important;color:#242c33!important;font-size:10.5px!important;line-height:1.28!important;font-weight:850!important;letter-spacing:-.012em!important}.debtier-guide-index__list>a>i{color:#62a6b8!important;font-size:12px!important;font-style:normal!important;transition:transform .18s ease!important}.debtier-guide-index__list>a:hover>i{transform:translate(2px,-2px)!important}.site-header .desktop-nav .debtier-guide-index__all{min-height:45px!important;padding:0 18px 0 22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-top:1px solid #e6edf1!important;background:#182129!important;color:#fff!important;font-size:8.3px!important;font-weight:900!important;letter-spacing:.035em!important;text-transform:uppercase!important}.site-header .desktop-nav .debtier-guide-index__all::after{display:none!important}.site-header .desktop-nav .debtier-guide-index__all:hover{background:#202d36!important;color:var(--db-blue)!important}@media(max-width:900px){.debtier-guide-nav-mobile>summary{display:flex!important;align-items:center!important;justify-content:space-between!important}.debtier-guide-nav-mobile>summary>span{color:#434b54!important;font-size:14px!important;font-weight:700!important}.debtier-guide-nav-mobile>summary>small{min-width:25px!important;height:20px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#edf9fc!important;color:#3d8295!important;font-size:7px!important;font-weight:900!important}.debtier-guide-nav-mobile-menu--index{gap:0!important;padding:0 0 10px!important;border-left:2px solid rgba(115,221,255,.7)!important;margin-left:2px!important}.site-header .mobile-menu .debtier-guide-nav-mobile-menu--index>a:not(.mobile-header-cta){min-height:58px!important;display:grid!important;grid-template-columns:27px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;padding:9px 7px 9px 12px!important;border:0!important;border-bottom:1px solid #ebf0f3!important;border-radius:0!important;background:transparent!important}.site-header .mobile-menu .debtier-guide-nav-mobile-menu--index>a:not(.mobile-header-cta):hover{background:linear-gradient(90deg,rgba(115,221,255,.1),transparent)!important}.debtier-guide-nav-mobile-menu--index>a>span{color:#6b9baa!important;font-size:8px!important;font-weight:900!important;letter-spacing:.08em!important}.debtier-guide-nav-mobile-menu--index>a>div small{display:block!important;margin-bottom:2px!important;color:#98a2a9!important;font-size:7.5px!important}.debtier-guide-nav-mobile-menu--index>a>div strong{display:block!important;color:#29323a!important;font-size:10.7px!important;line-height:1.28!important}.site-header .mobile-menu .debtier-guide-nav-mobile-menu--index .debtier-guide-nav-mobile-all{grid-template-columns:1fr auto!important;min-height:44px!important;padding-left:12px!important;background:#182129!important;color:#fff!important;border-radius:0 0 12px 0!important;border-bottom:0!important;font-size:8.5px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.03em!important}}@media(max-width:900px){.container{width:min(100% - 36px,760px)!important}.section{padding:72px 0!important}.hero{padding:26px 0 22px!important}.hero-stage{min-height:670px!important;border-radius:32px!important}.hero-shell{min-height:670px!important;padding:28px 20px 96px!important}.hero-box{width:min(100%,720px)!important;padding:27px 24px 25px!important;border-radius:27px!important}.hero-box h1{max-width:13ch!important;margin:15px auto 13px!important;font-size:clamp(38px,6.7vw,50px)!important;line-height:1!important}.hero-lead{font-size:14.5px!important}.hero-body{max-width:650px!important;font-size:14px!important;line-height:1.6!important;margin-bottom:20px!important}.hero-trust{gap:12px!important;margin-top:18px!important;font-size:12px!important}.benefits-wrap{left:16px!important;right:16px!important;bottom:14px!important}.benefits-track{gap:28px!important;padding:12px 20px!important}.benefits-track span{font-size:11.5px!important}.human-heading,.about-shell,.meaning-shell,.faq-shell,.footer-top{grid-template-columns:1fr!important}.human-heading{gap:12px!important}.human-gallery{grid-template-columns:1fr 1fr!important}.human-shot--large{grid-column:1/-1!important;min-height:330px!important}.human-shot:not(.human-shot--large){min-height:250px!important}.about-media{min-height:380px!important}.bento{grid-template-columns:1fr 1fr!important}.bento-card--main{grid-column:1/-1!important;grid-row:auto!important}.steps-shell{grid-template-columns:1fr 1fr!important}.steps-shell:before{display:none!important}.meaning-media{min-height:350px!important}.faq-left{position:static!important}.cta-stage{min-height:490px!important;border-radius:31px!important}.cta-shell{min-height:490px!important;padding:28px 20px 92px!important}.cta-box{width:min(100%,700px)!important;padding:27px 24px!important}.cta-box h2{font-size:clamp(37px,6vw,50px)!important}.site-footer{padding:50px 0 34px!important}.footer-wrap{padding:28px!important;border-radius:25px!important}.footer-top{gap:26px!important}.footer-grid{grid-template-columns:1fr 1fr!important;gap:12px 22px!important}.footer-manifesto strong{font-size:29px!important}.footer-legal p{font-size:11.5px!important}.about-page-hero,.contact-page-hero{padding:26px 0 20px!important}.about-hero-stage,.about-hero-shell{min-height:570px!important}.about-hero-stage,.contact-hero-stage{border-radius:31px!important}.about-hero-shell{padding:28px 20px 90px!important}.about-hero-box,.contact-hero-box{width:min(100%,700px)!important;padding:25px 23px!important}.about-hero-box h1{font-size:clamp(36px,6vw,47px)!important}.about-story-grid,.about-mission-grid,.about-faq-shell,.contact-form-grid{grid-template-columns:1fr!important}.about-faq-aside{position:static!important}.contact-hero-stage,.contact-hero-shell{min-height:490px!important}.contact-hero-shell{padding:26px 20px!important}.contact-hero-box h1{font-size:clamp(37px,6vw,49px)!important}.contact-context-card{min-height:auto!important}.contact-context-note{position:static!important;margin-top:24px!important}}@media(max-width:640px){.container{width:calc(100% - 36px)!important}.section{padding:62px 0!important}.heading{text-align:left!important;margin-bottom:25px!important}.heading h2{font-size:33px!important}.heading p{font-size:14px!important}.hero{padding:20px 0 18px!important}.hero-stage{min-height:625px!important;border-radius:27px!important}.hero-shell{min-height:625px!important;padding:14px 10px 86px!important}.hero-box{padding:21px 17px 20px!important;border-radius:22px!important}.hero-box h1{font-size:34px!important;max-width:12ch!important}.hero-lead,.hero-body{font-size:13px!important}.hero-actions .btn{width:100%!important;min-height:46px!important}.hero-trust{display:grid!important;grid-template-columns:1fr!important;gap:5px!important;font-size:11.5px!important}.benefits-wrap{left:9px!important;right:9px!important;bottom:9px!important}.benefits-track{gap:22px!important;padding:10px 15px!important}.human-heading h2{font-size:34px!important}.human-heading p{font-size:14px!important}.human-gallery{grid-template-columns:1fr!important}.human-shot,.human-shot--large{grid-column:auto!important;min-height:235px!important;border-radius:21px!important}.human-shot--large{min-height:290px!important}.about-content,.meaning-card{padding:22px 18px!important;border-radius:21px!important}.about-media{min-height:320px!important;border-radius:21px!important}.pill-list{grid-template-columns:1fr!important}.bento{grid-template-columns:1fr!important}.bento-card--main{grid-column:auto!important}.bento-card{padding:21px!important;border-radius:21px!important}.bento-card--main h3{font-size:30px!important}.steps-shell{grid-template-columns:1fr!important}.step{padding:60px 19px 19px!important;border-radius:20px!important}.meaning-media{min-height:285px!important;border-radius:21px!important}.faq-shell{padding:17px!important;gap:17px!important;border-radius:21px!important}.cta-stage{min-height:460px!important;border-radius:27px!important}.cta-shell{min-height:460px!important;padding:14px 10px 80px!important}.cta-box{padding:22px 17px!important;border-radius:22px!important}.cta-box h2{font-size:34px!important}.cta-box p{font-size:13.5px!important}.cta-actions .btn{width:100%!important}.cta-bottom-note{left:9px!important;right:9px!important;bottom:9px!important}.cta-bottom-card{gap:7px!important;padding:10px 12px!important;border-radius:18px!important;font-size:11px!important}.site-footer{padding:44px 0 calc(34px+env(safe-area-inset-bottom,0px))!important}.footer-wrap{padding:22px 17px!important;border-radius:21px!important}.footer-manifesto{display:block!important;margin-bottom:22px!important;padding-bottom:18px!important}.footer-manifesto strong{display:block!important;margin-top:7px!important;text-align:left!important;font-size:26px!important}.footer-brand img{width:145px!important}.footer-grid{grid-template-columns:1fr 1fr!important;gap:10px 16px!important}.footer-col a,.footer-col span{font-size:12px!important}.footer-selector details,.footer-selector summary{width:100%!important}.footer-language-menu{width:100%!important;min-width:100%!important}.footer-meta{flex-direction:column!important;align-items:flex-start!important}.about-page-hero,.contact-page-hero{padding:20px 0 18px!important}.about-hero-stage,.about-hero-shell{min-height:585px!important}.about-hero-stage,.contact-hero-stage{border-radius:27px!important}.about-hero-shell{padding:13px 9px 82px!important}.about-hero-box,.contact-hero-box{padding:21px 16px!important;border-radius:22px!important}.about-hero-box h1{font-size:33px!important}.about-hero-copy,.contact-hero-copy{font-size:13px!important}.about-hero-actions .btn,.about-story-cta .btn,.about-mission-card .btn,.about-faq-aside .btn{width:100%!important}.about-hero-trust{flex-direction:column!important;gap:5px!important}.about-marquee-wrap{left:9px!important;right:9px!important;bottom:9px!important}.about-section{padding:58px 0!important}.about-heading{text-align:left!important;margin-bottom:23px!important}.about-heading h2{font-size:30px!important}.about-story-media{min-height:290px!important;border-radius:21px!important}.about-story-card,.about-mission-card{padding:21px 17px!important;border-radius:21px!important}.about-feature-row{grid-template-columns:1fr!important}.about-benefit-grid{display:grid!important;grid-template-columns:1fr!important;overflow:visible!important}.about-benefit-card{min-width:0!important;min-height:auto!important}.about-faq-shell{padding:17px!important;gap:17px!important;border-radius:21px!important}.contact-hero-stage,.contact-hero-shell{min-height:475px!important}.contact-hero-shell{padding:13px 9px!important}.contact-hero-box h1{font-size:34px!important}.contact-form-section{padding:58px 0!important}.contact-form-heading{text-align:left!important;margin-bottom:23px!important}.contact-form-heading h2{font-size:30px!important}.contact-context-card,.contact-form-card{padding:21px 17px!important;border-radius:21px!important}.contact-fields-two{grid-template-columns:1fr!important}.contact-field input,.contact-field select{min-height:49px!important}.contact-field textarea{min-height:125px!important}.contact-form-actions{display:grid!important}.contact-submit{width:100%!important}}@media(max-width:380px){.container{width:calc(100% - 30px)!important}.hero-box h1,.about-hero-box h1,.contact-hero-box h1{font-size:31px!important}.footer-grid{grid-template-columns:1fr!important}}@media(min-width:901px){.hero,.about-page-hero,.contact-page-hero{padding-top:22px!important}.hero{padding-bottom:26px!important}.about-page-hero,.contact-page-hero{padding-bottom:22px!important}}.footer-selector{margin-top:18px!important;position:relative!important;z-index:30!important}.footer-selector *{box-sizing:border-box!important}.footer-language-picker{position:relative!important;display:inline-block!important;margin:0!important;padding:0!important}.footer-language-trigger{list-style:none!important;min-width:82px!important;min-height:36px!important;display:inline-flex!important;align-items:center!important;gap:7px!important;margin:0!important;padding:6px 10px 6px 7px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:999px!important;background:rgba(255,255,255,.06)!important;color:#fff!important;cursor:pointer!important;user-select:none!important;transition:border-color .2s ease,background .2s ease!important}.footer-language-trigger::-webkit-details-marker{display:none!important}.footer-language-trigger::marker{content:""!important}.footer-language-trigger:hover{border-color:rgba(115,221,255,.42)!important;background:rgba(115,221,255,.08)!important}.footer-language-trigger:focus-visible{outline:3px solid rgba(115,221,255,.22)!important;outline-offset:2px!important}.footer-language-trigger-flag,.footer-language-option-flag{flex:0 0 auto!important;width:28px!important;height:20px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:4px!important;box-shadow:0 0 0 1px rgba(0,0,0,.08)!important;background:#fff!important}.footer-language-trigger-flag img,.footer-language-option-flag img{display:block!important;width:28px!important;height:20px!important;object-fit:cover!important}.footer-language-trigger-flag--us,.footer-language-option-flag--us{width:28px!important;height:20px!important;border-radius:4px!important;background:transparent!important;box-shadow:none!important}.footer-language-trigger-flag--us img,.footer-language-option-flag--us img{width:28px!important;height:20px!important;object-fit:contain!important}.footer-language-trigger-code{color:#f6fbff!important;font-size:10.5px!important;line-height:1!important;font-weight:900!important;letter-spacing:.08em!important}.footer-language-trigger-chevron{margin-left:1px!important;color:rgba(255,255,255,.5)!important;font-size:10px!important;line-height:1!important;transition:transform .2s ease!important}.footer-language-picker[open] .footer-language-trigger{border-color:rgba(115,221,255,.45)!important;background:rgba(115,221,255,.10)!important}.footer-language-picker[open] .footer-language-trigger-chevron{transform:rotate(180deg) translateY(1px)!important}.footer-language-menu{position:absolute!important;left:0!important;top:auto!important;bottom:calc(100%+9px)!important;z-index:40!important;width:230px!important;min-width:230px!important;max-height:min(360px,70vh)!important;overflow:auto!important;padding:7px!important;border:1px solid #e2eaf0!important;border-radius:16px!important;background:#fff!important;color:#111!important;box-shadow:0 20px 50px rgba(0,0,0,.24)!important;scrollbar-width:thin!important}.footer-language-option{width:100%!important;min-height:44px!important;display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;padding:7px 9px!important;border-radius:11px!important;color:#252b31!important;text-decoration:none!important}.footer-language-option+.footer-language-option{margin-top:2px!important}.footer-language-option.is-current{background:rgba(115,221,255,.16)!important}.footer-language-option.is-future{cursor:default!important}.footer-language-option.is-future:hover{background:#f4f7fa!important}.footer-language-option-copy{min-width:0!important;flex:1 1 auto!important;display:block!important;text-align:left!important}.footer-language-option-copy strong{display:block!important;overflow:hidden!important;color:#303840!important;font-size:10.5px!important;line-height:1.12!important;font-weight:820!important;white-space:nowrap!important;text-overflow:ellipsis!important}.footer-language-option-copy small{display:block!important;margin-top:2px!important;overflow:hidden!important;color:#87919b!important;font-size:8.8px!important;line-height:1.1!important;white-space:nowrap!important;text-overflow:ellipsis!important}.footer-language-check{margin-left:auto!important;width:18px!important;height:18px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:var(--blue)!important;color:#172028!important;font-size:9px!important;line-height:1!important;font-weight:900!important}.footer-language-soon{margin-left:auto!important;padding:3px 6px!important;border-radius:999px!important;background:#f0f3f6!important;color:#929ba4!important;font-size:7.5px!important;line-height:1!important;font-weight:850!important;letter-spacing:.05em!important;text-transform:uppercase!important}@media(max-width:900px){.footer-language-menu{left:0!important;right:auto!important;width:min(230px,calc(100vw - 42px))!important;min-width:0!important}}@media(max-width:640px){.footer-selector{margin-top:15px!important}.footer-language-picker,.footer-language-trigger{width:auto!important}.footer-language-trigger{min-width:78px!important;min-height:34px!important;padding:5px 9px 5px 6px!important}.footer-language-menu{width:min(220px,calc(100vw - 34px))!important}}.site-footer--directory{padding:34px 0 24px!important;background:#0f1318!important}.site-footer--directory .footer-wrap--directory{padding:40px!important;border:1px solid rgba(255,255,255,.065)!important;border-radius:34px!important;background:#141a21!important;box-shadow:0 20px 60px rgba(0,0,0,.18)!important}.site-footer--directory .footer-manifesto{margin-bottom:0!important;padding-bottom:25px!important}.site-footer--directory .footer-brandbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:30px!important;padding:28px 0 30px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.site-footer--directory .footer-brand--directory{display:grid!important;grid-template-columns:auto minmax(0,470px)!important;align-items:center!important;gap:26px!important;min-width:0!important}.site-footer--directory .footer-brand--directory img{width:165px!important;height:auto!important}.site-footer--directory .footer-brand--directory p{max-width:470px!important;margin:0!important;color:rgba(255,255,255,.56)!important;font-size:12.5px!important;line-height:1.65!important}.site-footer--directory .footer-brandbar__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important}.site-footer--directory .footer-brandbar__actions .footer-selector{margin:0!important}.site-footer--directory .footer-guides-shortcut--directory{margin:0!important;min-height:44px!important;padding:0 14px!important;border:1px solid rgba(115,221,255,.26)!important;border-radius:14px!important;background:rgba(115,221,255,.07)!important;color:#dff8ff!important;font-size:11px!important;font-weight:850!important;letter-spacing:.01em!important;transition:background .18s ease,border-color .18s ease,transform .18s ease!important}.site-footer--directory .footer-guides-shortcut--directory:hover{border-color:rgba(115,221,255,.55)!important;background:rgba(115,221,255,.12)!important;color:#fff!important;transform:translateY(-1px)!important}.site-footer--directory .footer-directory-heading{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:28px!important;padding:30px 0 22px!important}.site-footer--directory .footer-directory-heading>div>span{display:block!important;margin-bottom:6px!important;color:var(--blue)!important;font-size:8px!important;line-height:1!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important}.site-footer--directory .footer-directory-heading>div>strong{display:block!important;color:#fff!important;font-size:20px!important;line-height:1.05!important;letter-spacing:-.035em!important}.site-footer--directory .footer-directory-heading p{max-width:420px!important;margin:0!important;color:rgba(255,255,255,.42)!important;font-size:10.5px!important;line-height:1.55!important;text-align:right!important}.site-footer--directory .footer-directory-grid{display:grid!important;grid-template-columns:1.25fr 1.05fr 1fr .82fr .86fr .9fr!important;gap:34px 30px!important;align-items:start!important;min-width:0!important;padding:0 0 36px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.site-footer--directory .footer-directory-column{display:grid!important;gap:28px!important;min-width:0!important}.site-footer--directory .footer-directory-group{position:relative!important;min-width:0!important}.site-footer--directory .footer-directory-group--topic::before{content:""!important;position:absolute!important;top:3px!important;left:-10px!important;width:2px!important;height:18px!important;border-radius:4px!important;background:linear-gradient(180deg,var(--blue),rgba(115,221,255,.12))!important}.site-footer--directory .footer-directory-group__head{min-height:28px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:8px!important;margin-bottom:12px!important}.site-footer--directory .footer-directory-group__title{color:#f4f7f9!important;font-size:11.5px!important;line-height:1.28!important;font-weight:850!important;letter-spacing:-.012em!important;text-decoration:none!important}.site-footer--directory a.footer-directory-group__title:hover{color:var(--blue)!important}.site-footer--directory .footer-directory-group__title--plain{cursor:default!important}.site-footer--directory .footer-directory-group__count{flex:0 0 auto!important;padding:4px 6px!important;border:1px solid rgba(115,221,255,.16)!important;border-radius:999px!important;background:rgba(115,221,255,.055)!important;color:#8fdff4!important;font-size:6.8px!important;line-height:1!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important}.site-footer--directory .footer-directory-links,.site-footer--directory .footer-directory-static{display:grid!important;gap:8px!important;min-width:0!important}.site-footer--directory .footer-directory-links a,.site-footer--directory .footer-directory-static span{position:relative!important;display:block!important;width:fit-content!important;max-width:100%!important;padding:0!important;color:rgba(255,255,255,.65)!important;font-size:10.8px!important;line-height:1.43!important;font-weight:620!important;text-decoration:none!important;overflow-wrap:anywhere!important}.site-footer--directory .footer-directory-links a{transition:color .16s ease,transform .16s ease!important}.site-footer--directory .footer-directory-links a:hover{color:#bcefff!important;transform:translateX(2px)!important}.site-footer--directory .footer-directory-links a[aria-current="page"]{padding-left:10px!important;color:#bcefff!important;font-weight:820!important}.site-footer--directory .footer-directory-links a[aria-current="page"]::before{content:""!important;position:absolute!important;left:0!important;top:.58em!important;width:4px!important;height:4px!important;border-radius:50%!important;background:var(--blue)!important;box-shadow:0 0 0 3px rgba(115,221,255,.1)!important}.site-footer--directory .footer-directory-static span{color:rgba(255,255,255,.48)!important}.site-footer--directory .footer-solution-cta--directory{display:inline-flex!important;align-items:center!important;gap:6px!important;width:fit-content!important;max-width:100%!important;margin-top:11px!important;padding:8px 0!important;color:var(--blue)!important;font-size:10.4px!important;line-height:1.35!important;font-weight:900!important}.site-footer--directory .footer-solution-cta--directory:hover{color:#fff!important}.site-footer--directory .footer-bottom{padding-top:25px!important}@media(max-width:1180px){.site-footer--directory .footer-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:32px 38px!important}.site-footer--directory .footer-brand--directory{grid-template-columns:1fr!important;gap:14px!important}.site-footer--directory .footer-brand--directory p{max-width:560px!important}}@media(max-width:760px){.site-footer--directory{padding:44px 0 calc(34px+env(safe-area-inset-bottom,0px))!important}.site-footer--directory .footer-wrap--directory{padding:24px 20px!important;border-radius:23px!important}.site-footer--directory .footer-manifesto{display:block!important;padding-bottom:20px!important}.site-footer--directory .footer-manifesto strong{margin-top:8px!important;text-align:left!important;font-size:27px!important}.site-footer--directory .footer-brandbar{grid-template-columns:1fr!important;align-items:start!important;gap:18px!important;padding:22px 0 24px!important}.site-footer--directory .footer-brand--directory{grid-template-columns:1fr!important;gap:13px!important}.site-footer--directory .footer-brand--directory img{width:145px!important}.site-footer--directory .footer-brand--directory p{max-width:52ch!important;font-size:11.5px!important}.site-footer--directory .footer-brandbar__actions{justify-content:flex-start!important}.site-footer--directory .footer-brandbar__actions .footer-selector,.site-footer--directory .footer-brandbar__actions .footer-selector details{width:auto!important}.site-footer--directory .footer-directory-heading{display:block!important;padding:25px 0 21px!important}.site-footer--directory .footer-directory-heading p{max-width:48ch!important;margin-top:8px!important;text-align:left!important}.site-footer--directory .footer-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 26px!important;padding-bottom:30px!important}.site-footer--directory .footer-directory-column{gap:26px!important}}@media(max-width:470px){.site-footer--directory .footer-wrap--directory{padding:22px 17px!important}.site-footer--directory .footer-brandbar__actions{display:grid!important;grid-template-columns:1fr!important;justify-items:start!important}.site-footer--directory .footer-brandbar__actions .footer-selector,.site-footer--directory .footer-brandbar__actions .footer-selector details,.site-footer--directory .footer-brandbar__actions .footer-language-trigger{width:100%!important}.site-footer--directory .footer-guides-shortcut--directory{width:100%!important;justify-content:center!important}.site-footer--directory .footer-directory-grid{grid-template-columns:1fr!important;gap:0!important}.site-footer--directory .footer-directory-group,.site-footer--directory .footer-directory-column{padding:20px 0!important;border-bottom:1px solid rgba(255,255,255,.07)!important}.site-footer--directory .footer-directory-column .footer-directory-group{padding:0!important;border-bottom:0!important}.site-footer--directory .footer-directory-column .footer-directory-group+.footer-directory-group{margin-top:24px!important}.site-footer--directory .footer-directory-group--legal{border-bottom:0!important}.site-footer--directory .footer-directory-group--topic::before{left:-7px!important}.site-footer--directory .footer-directory-group__head{min-height:0!important;margin-bottom:10px!important}.site-footer--directory .footer-directory-links{gap:9px!important}.site-footer--directory .footer-directory-links a,.site-footer--directory .footer-directory-static span{font-size:11.5px!important}}@media(prefers-reduced-motion:reduce){.site-footer--directory .footer-guides-shortcut--directory,.site-footer--directory .footer-directory-links a{transition:none!important}}:root{--a-blue:#73ddff;--a-blue-2:#9de7ff;--a-blue-dark:#2a788a;--a-ink:#151a20;--a-text:#4d5965;--a-muted:#7f8994;--a-line:#e5ebf1;--a-paper:#f5f8fb;--a-paper-2:#eef3f7;--a-dark:#10151a;--a-dark-2:#1d252e;--a-shadow:0 22px 62px rgba(12,21,30,.08);--a-radius:30px}.page-article-v2{background:radial-gradient(circle at 7% 0%,rgba(115,221,255,.09),transparent 27%),linear-gradient(180deg,#fbfdff 0%,#fff 28%,#f9fbfd 100%);color:var(--a-text)}.article-skip{position:absolute;left:-9999px}.article-skip:focus{left:14px;top:14px;z-index:9999;padding:10px 13px;border-radius:10px;background:#fff;color:#111;outline:3px solid rgba(115,221,255,.45)}.article-breadcrumbs{background:rgba(255,255,255,.72);border-bottom:1px solid rgba(225,232,238,.82)}.article-breadcrumbs .container{padding:11px 0;color:#919aa4;font-size:10px}.article-breadcrumbs a{color:#697580;text-decoration:none}.article-breadcrumbs a:hover{color:var(--a-blue-dark)}.article-breadcrumbs .sep{margin:0 7px;color:#c2c9d0}.debtier-article-hero{padding:22px 0 32px}.debtier-article-stage{position:relative;min-height:640px;overflow:hidden;border-radius:42px;background:#11161b;box-shadow:0 34px 92px rgba(11,19,28,.14)}.debtier-article-stage__media{position:absolute;inset:0}.debtier-article-stage__image{width:100%;height:100%;object-fit:cover;object-position:center 52%;filter:grayscale(1) contrast(1.04);transform:scale(1.02)}.debtier-article-stage::before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 50% 16%,rgba(115,221,255,.08),transparent 24%),linear-gradient(180deg,rgba(7,10,13,.26),rgba(7,10,13,.48))}.debtier-article-stage__shell{position:relative;z-index:2;min-height:640px;display:flex;align-items:center;justify-content:center;padding:52px 30px 100px}.debtier-article-stage__card{width:min(940px,100%);padding:35px 42px 30px;border-radius:34px;text-align:center;color:#fff;background:linear-gradient(180deg,rgba(11,15,19,.66),rgba(11,15,19,.48));border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 24px 64px rgba(0,0,0,.22)}.article-meta{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:15px}.article-pill{min-height:27px;padding:0 10px;display:inline-flex;align-items:center;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);color:rgba(255,255,255,.82);font-size:8.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.article-pill--blue{background:rgba(115,221,255,.14);border-color:rgba(115,221,255,.24);color:var(--a-blue)}.article-readtime{color:rgba(255,255,255,.58);font-size:9px;font-weight:800}.article-title{max-width:14ch;margin:0 auto;color:#fff;font-size:clamp(44px,5.3vw,70px);line-height:.98;letter-spacing:-.065em;font-weight:900}.article-title mark{display:inline-block;padding:0 .12em .035em;border-radius:13px;background:var(--a-blue);color:#11161c}.article-dek{max-width:760px;margin:18px auto 0;color:rgba(255,255,255,.76);font-size:16px;line-height:1.64}.debtier-article-stage__info{width:min(740px,100%);margin:24px auto 0;padding-top:18px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;border-top:1px solid rgba(255,255,255,.10)}.article-author{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:11px;align-items:center;margin:0;padding:0;background:none;border:0;box-shadow:none;text-align:left}.article-author img{width:44px;height:44px;border-radius:14px;object-fit:contain;background:var(--a-blue);padding:7px}.article-author strong{display:block;color:#fff;font-size:11.5px}.article-author span{display:block;margin-top:2px;color:rgba(255,255,255,.55);font-size:9px;line-height:1.4}.article-author a{min-height:33px;padding:0 11px;display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.07);color:rgba(255,255,255,.82);text-decoration:none;font-size:8.5px;font-weight:850;white-space:nowrap}.article-date{display:grid;gap:3px;margin:0;color:rgba(255,255,255,.50);font-size:8px;font-weight:850;letter-spacing:.05em;text-transform:uppercase;text-align:right}.article-date span+span:before{display:none}.debtier-article-stage__cue{position:absolute;left:28px;right:28px;bottom:18px;z-index:3;width:min(780px,calc(100% - 56px));margin:0 auto;display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;padding:13px 20px;border-radius:999px;background:rgba(12,16,20,.74);border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(16px);color:rgba(255,255,255,.76);font-size:10px;font-weight:800}.debtier-article-stage__cue span{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.debtier-article-stage__cue i{width:7px;height:7px;border-radius:50%;background:var(--a-blue);box-shadow:0 0 13px rgba(115,221,255,.55)}.article-reading-layout{width:min(1180px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:start;padding:10px 0 0}.article-reading-card{min-width:0;border:1px solid rgba(225,232,238,.96);border-radius:34px;background:rgba(255,255,255,.96);box-shadow:var(--a-shadow);overflow:hidden}.article-body{padding:38px 44px 44px;color:var(--a-text);font-size:15.5px;line-height:1.78}.article-body p{margin:0 0 21px}.article-body strong{color:#222a32}.article-body a{color:#267388;font-weight:760;text-underline-offset:3px}.article-body h2{scroll-margin-top:90px;margin:11px 0 17px;color:#20272f;font-size:30px;line-height:1.15;letter-spacing:-.038em;font-weight:900}.article-body h3{scroll-margin-top:90px;margin:28px 0 11px;color:#303943;font-size:19px;line-height:1.3;letter-spacing:-.02em;font-weight:850}.article-body ul,.article-body ol{margin:0 0 25px;padding-left:22px}.article-body li{margin:8px 0}.article-section-eyebrow{display:inline-flex;align-items:center;gap:7px;margin:46px 0 9px;padding:6px 10px;border-radius:999px;background:rgba(115,221,255,.12);border:1px solid rgba(115,221,255,.20);color:var(--a-blue-dark);font-size:8.5px;font-weight:900;letter-spacing:.10em;text-transform:uppercase}.article-section-eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--a-blue)}.article-body>.article-section-eyebrow:first-of-type{margin-top:10px}.article-answer{position:relative;overflow:hidden;margin:0 0 27px;padding:25px 26px;border:1px solid rgba(115,221,255,.22);border-radius:24px;background:linear-gradient(145deg,#11161c,#212b35);color:#fff;box-shadow:0 16px 40px rgba(17,22,28,.09)}.article-answer::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--a-blue)}.article-answer::after{content:"";position:absolute;width:180px;height:180px;right:-70px;top:-85px;border-radius:50%;background:rgba(115,221,255,.12)}.article-answer>*{position:relative;z-index:1}.article-answer-label{display:block;margin-bottom:8px;color:var(--a-blue);font-size:8.5px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.article-answer strong{display:block;color:#fff;font-size:21px;line-height:1.22}.article-answer p{margin:8px 0 0!important;color:rgba(255,255,255,.70)!important;font-size:12.5px!important;line-height:1.62!important}.article-toc{display:none;margin:0 0 25px;border:1px solid var(--a-line);border-radius:18px;background:#f6f9fb;overflow:hidden}.article-toc button{width:100%;min-height:48px;padding:12px 15px;border:0;background:transparent;color:#38424c;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:9.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.article-toc-body{padding:0 18px 17px}.article-toc-body[hidden]{display:none}.article-toc ol{margin:0;padding-left:18px;font-size:11.5px;line-height:1.45}.article-toc li{margin:7px 0}.article-toc a{color:#697580;text-decoration:none;font-weight:680}.article-sidebar{position:sticky;top:90px;align-self:start;height:max-content;display:grid;gap:14px}.side-widget{margin:0;padding:20px;border-radius:24px;background:#11161c;border:1px solid rgba(255,255,255,.05);color:#fff;box-shadow:0 16px 42px rgba(17,22,28,.10)}.article-rail-eyebrow{display:block;margin-bottom:5px;color:var(--a-blue);font-size:7.5px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.side-title{margin:0 0 13px;padding:0 0 11px;border-bottom:1px solid rgba(255,255,255,.10);color:#fff;font-size:13px;font-weight:850}.side-toc ol{margin:0;padding:0;list-style:none;counter-reset:rail}.side-toc li{counter-increment:rail;margin:0;border-bottom:1px solid rgba(255,255,255,.055)}.side-toc li:last-child{border-bottom:0}.side-toc a{display:grid;grid-template-columns:20px 1fr;gap:8px;padding:9px 0;color:rgba(255,255,255,.58);text-decoration:none;font-size:9.5px;line-height:1.4}.side-toc a::before{content:counter(rail,decimal-leading-zero);color:rgba(115,221,255,.62);font-size:7.5px;font-weight:900;padding-top:2px}.side-toc a:hover,.side-toc a.is-active{color:#fff;font-weight:780}.side-toc a.is-active::before{color:var(--a-blue)}.side-tags{display:flex;flex-wrap:wrap;gap:6px}.side-tags span{padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.66);font-size:7.8px;font-weight:850;text-transform:uppercase}.sidebar-cta-widget{padding:0;background:transparent;border:0;box-shadow:none}.sidebar-cta{min-height:260px;padding:21px;border-radius:24px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;background:radial-gradient(circle at 78% 13%,rgba(115,221,255,.27),transparent 32%),linear-gradient(145deg,#151b21,#27323d);color:#fff!important;text-decoration:none!important;box-shadow:0 17px 45px rgba(17,22,28,.14)}.sidebar-cta::before{content:"";position:absolute;width:110px;height:110px;top:-38px;right:-30px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.sidebar-cta>*{position:relative;z-index:1}.sidebar-cta small{width:max-content;margin-bottom:auto;padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.07);color:var(--a-blue);font-size:7.5px;font-weight:900;letter-spacing:.08em}.sidebar-cta strong{display:block;color:#fff!important;font-size:19px;line-height:1.13;letter-spacing:-.03em}.sidebar-cta span{display:block;margin-top:8px;color:rgba(255,255,255,.62);font-size:9.8px;line-height:1.5}.sidebar-cta b{min-height:41px;margin-top:14px;padding:0 12px;border-radius:12px;background:var(--a-blue);color:#17252c;display:flex;align-items:center;justify-content:space-between;font-size:8.5px;font-weight:900;text-transform:uppercase}.article-image{margin:28px -12px 30px;overflow:hidden;border-radius:27px;background:#e3e8ed;box-shadow:0 14px 40px rgba(17,24,32,.06)}.article-image img{display:block;width:100%;height:395px;object-fit:cover;filter:grayscale(1) contrast(1.03)}.article-image figcaption{padding:11px 15px;background:#f3f7fa;color:#8a949d;font-size:9px;line-height:1.45}.article-table-wrap{width:100%;margin:22px 0 28px;overflow-x:auto;border:1px solid var(--a-line);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(20,27,34,.035)}.article-table{width:100%;min-width:720px;border-collapse:collapse;font-size:12px}.article-table th,.article-table td{padding:13px 14px;vertical-align:top;border-right:1px solid var(--a-line);border-bottom:1px solid var(--a-line);line-height:1.5}.article-table th:last-child,.article-table td:last-child{border-right:0}.article-table tr:last-child td{border-bottom:0}.article-table th{background:#11161c;color:#fff;font-size:9px;letter-spacing:.055em;text-transform:uppercase}.article-table td:first-child{color:#252c34;font-weight:850}.article-table .yes{color:#246f7f;font-weight:850}.article-table .no{color:#7a5960;font-weight:850}.article-cta{position:relative;overflow:hidden;margin:29px 0 8px;padding:20px 21px;border:1px solid #dbe8ed;border-radius:21px;background:linear-gradient(135deg,#eef9fc,#fbfdfe);display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px}.article-cta::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--a-blue)}.article-cta::after{content:"";position:absolute;width:140px;height:140px;right:-54px;top:-73px;border-radius:50%;background:rgba(115,221,255,.18)}.article-cta>div,.article-cta>a{position:relative;z-index:1}.article-cta strong{display:block;margin-bottom:3px;color:#29333d;font-size:13.5px}.article-cta span{display:block;max-width:58ch;color:#73808b;font-size:10.5px;line-height:1.5}.article-cta a{min-height:43px;padding:0 16px;border-radius:999px;background:#11161c;color:#fff!important;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:900;white-space:nowrap}.article-cta a:hover{background:#26303a}.decision-box{margin:23px 0 29px;padding:20px;border-radius:24px;background:#f3f7fa;border:1px solid var(--a-line)}.decision-box>strong{display:block;margin-bottom:12px;color:#242d36;font-size:14.5px}.decision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.decision-item{padding:15px;border-radius:17px;background:#fff;border:1px solid #e5ecf2;box-shadow:0 7px 19px rgba(17,24,32,.025)}.decision-item b{display:block;color:#29323b;font-size:11.8px}.decision-item span{display:block;margin-top:4px;color:#7a858f;font-size:10.2px;line-height:1.45}.article-faq{margin:52px -12px 0;padding:28px 30px 24px;border-radius:28px;background:#f4f7fa;border:1px solid var(--a-line)}.article-faq .article-section-eyebrow{margin-top:0}.article-faq>h2{margin-top:8px;margin-bottom:7px}.article-faq>p{color:#6f7a84;margin-bottom:17px}.faq-item{margin-top:8px;border:1px solid #e2e9ef;border-radius:15px;background:#fff;overflow:hidden}.faq-item:last-of-type{border-bottom:1px solid #e2e9ef}.faq-item summary{list-style:none;cursor:pointer;min-height:55px;padding:14px 15px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#2e3740;font-size:12.5px;font-weight:820}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";flex:0 0 auto;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#edf8fb;color:#23758a;font-size:17px}.faq-item[open] summary::after{content:"−"}.faq-answer{padding:6px 18px 20px}.faq-answer p{margin:0!important;color:#697580!important;font-size:12px!important;line-height:1.72!important}.article-sources{margin:38px 0 0;padding:20px 21px;border:1px solid var(--a-line);border-radius:19px;background:#fbfcfd}.article-sources>strong{display:block;color:#36404a;font-size:12.5px}.article-sources p{margin:7px 0 12px;color:#7a858f;font-size:10.3px;line-height:1.55}.article-source-links{display:flex;flex-wrap:wrap;gap:7px}.article-source-links a{padding:7px 9px;border:1px solid #dbe6ec;border-radius:999px;background:#fff;color:#2c7485!important;text-decoration:none!important;font-size:8.8px!important;font-weight:800!important}.related-eyebrow{display:block;margin-top:55px;color:#2d7484;font-size:8.5px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.related-title{margin:7px 0 18px!important}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:5px}.related-card{display:flex;flex-direction:column;min-height:188px;padding:18px;border:1px solid var(--a-line);border-radius:20px;background:#f7f9fb;text-decoration:none!important;color:inherit!important;transition:.25s ease}.related-card:hover{transform:translateY(-3px);background:#fff;box-shadow:0 14px 38px rgba(20,27,34,.055)}.related-card span{color:#2e7585;font-size:8.3px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.related-card strong{margin-top:7px;color:#303943;font-size:13.5px;line-height:1.35}.related-card small{margin-top:7px;color:#858f99;font-size:9.3px;line-height:1.45}.related-card i{margin-top:auto;padding-top:14px;color:#2c7384;font-style:normal;font-size:9.5px;font-weight:850}.article-bottom-cta{width:min(1180px,calc(100% - 48px));margin:50px auto 72px;padding:3px;border-radius:31px;background:linear-gradient(90deg,rgba(115,221,255,.7),rgba(255,255,255,.08),rgba(115,221,255,.7))}.article-bottom-cta .container{width:100%;padding:32px 34px;border-radius:28px;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;background:radial-gradient(circle at 88% 15%,rgba(115,221,255,.20),transparent 26%),#11161c;color:#fff}.article-bottom-cta h3{max-width:720px;margin:0;color:#fff;font-size:28px;line-height:1.12;letter-spacing:-.04em}.article-bottom-cta p{max-width:680px;margin:8px 0 0;color:rgba(255,255,255,.60);font-size:10.5px;line-height:1.6}.article-bottom-cta a{min-height:48px;padding:0 19px;border-radius:999px;background:var(--a-blue);color:#172027;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:900;white-space:nowrap}.article-mobile-float{display:none}@media(max-width:980px){.debtier-article-stage{min-height:610px;border-radius:34px}.debtier-article-stage__shell{min-height:610px;padding:40px 24px 94px}.debtier-article-stage__card{padding:30px 28px 26px}.article-reading-layout{grid-template-columns:1fr;width:min(760px,calc(100% - 36px));gap:24px}.article-sidebar{position:static;order:2;grid-template-columns:1fr 1fr;display:grid}.side-toc{display:none}.sidebar-cta-widget{grid-column:1/-1}.article-toc{display:block}}@media(max-width:700px){.debtier-article-hero{padding:16px 0 23px}.debtier-article-stage{min-height:580px;border-radius:28px}.debtier-article-stage__shell{min-height:580px;padding:18px 11px 100px}.debtier-article-stage__card{padding:23px 17px 21px;border-radius:24px}.article-title{max-width:none;font-size:clamp(34px,9vw,41px);line-height:1}.article-dek{font-size:14px}.debtier-article-stage__info{grid-template-columns:1fr;margin-top:20px;text-align:left}.article-author{grid-template-columns:42px 1fr}.article-author img{width:42px;height:42px}.article-author a{display:none}.article-date{display:flex;flex-wrap:wrap;gap:8px;text-align:left}.debtier-article-stage__cue{left:10px;right:10px;bottom:10px;width:auto;gap:14px;padding:11px 13px;font-size:8.8px}.article-reading-layout{width:calc(100% - 28px)}.article-reading-card{border-radius:25px}.article-body{padding:25px 20px 29px;font-size:14.6px;line-height:1.7}.article-body h2{font-size:25px}.article-body h3{font-size:18px}.article-section-eyebrow{margin-top:40px}.article-answer{padding:20px;border-radius:20px}.article-answer strong{font-size:18px}.article-image{margin:25px 0 27px;border-radius:20px}.article-image img{height:235px}.article-cta{grid-template-columns:1fr;padding:18px}.article-cta a{width:100%;min-height:45px}.decision-grid{grid-template-columns:1fr}.article-faq{margin:46px 0 0;padding:21px 17px;border-radius:22px}.related-grid{grid-template-columns:1fr}.article-sidebar{grid-template-columns:1fr}.article-bottom-cta{width:calc(100% - 28px);margin:42px auto 58px}.article-bottom-cta .container{grid-template-columns:1fr;padding:25px 20px;gap:18px}.article-bottom-cta h3{font-size:23px}.article-bottom-cta a{width:100%}.article-mobile-float{position:fixed;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));z-index:1350;max-width:430px;margin-inline:auto;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:18px;display:grid;gap:9px;background:rgba(17,22,28,.97);box-shadow:0 20px 55px rgba(0,0,0,.30);backdrop-filter:blur(14px);opacity:0;visibility:hidden;transform:translateY(18px);transition:.24s;pointer-events:none}.article-mobile-float.is-visible{opacity:1;visibility:visible;transform:none;pointer-events:auto}.article-mobile-float strong{color:#fff;font-size:13px}.article-mobile-float a{width:100%;min-height:44px;border-radius:12px;background:var(--a-blue);color:#16262d;text-decoration:none;display:flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:900;text-transform:uppercase}}@media(max-width:420px){.article-reading-layout{width:calc(100% - 22px)}.article-title{font-size:32px}.debtier-article-stage__cue span:nth-child(3){display:none}.article-image img{height:210px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@media(min-width:981px){.debtier-article-hero{padding:18px 0 20px}.debtier-article-stage{min-height:465px;border-radius:34px;box-shadow:0 26px 72px rgba(11,19,28,.12)}.debtier-article-stage__shell{min-height:465px;padding:30px 26px 70px}.debtier-article-stage__card{width:min(880px,100%);padding:26px 34px 23px;border-radius:28px}.article-meta{margin-bottom:11px}.article-title{max-width:15ch;font-size:clamp(40px,4.35vw,58px);line-height:.99}.article-dek{max-width:720px;margin-top:13px;font-size:14px;line-height:1.58}.debtier-article-stage__info{width:min(700px,100%);margin-top:17px;padding-top:13px;gap:14px}.article-author{grid-template-columns:38px minmax(0,1fr) auto;gap:9px}.article-author img{width:38px;height:38px;border-radius:12px;padding:6px}.article-author strong{font-size:10.5px}.article-author span{font-size:8.4px}.article-author a{min-height:30px;padding:0 10px;font-size:8px}.article-date{font-size:7.6px}.debtier-article-stage__cue{bottom:13px;width:min(700px,calc(100% - 48px));padding:10px 17px;gap:22px;font-size:9px}.article-reading-layout{padding-top:0;gap:24px}.article-sidebar{top:82px;gap:12px;max-height:calc(100vh - 96px)}.side-toc{max-height:330px;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(115,221,255,.32) transparent}.side-toc a{padding:6.5px 0;font-size:9px;line-height:1.34}.sidebar-cta{min-height:215px;padding:18px;border-radius:22px}.sidebar-cta strong{font-size:17px}.sidebar-cta span{margin-top:6px;font-size:9.2px;line-height:1.42}.sidebar-cta b{min-height:40px;margin-top:11px}}@media(max-width:980px){.debtier-article-stage{min-height:500px}.debtier-article-stage__shell{min-height:500px;padding:30px 22px 80px}.debtier-article-stage__card{padding:26px 24px 23px;border-radius:27px}.article-title{font-size:clamp(38px,6.2vw,50px)}.article-dek{font-size:14px}}@media(max-width:700px){.debtier-article-hero{padding:14px 0 18px}.debtier-article-stage{min-height:485px}.debtier-article-stage__shell{min-height:485px;padding:14px 10px 76px}.debtier-article-stage__card{padding:21px 16px 18px}.article-title{font-size:clamp(31px,8.3vw,38px)}.article-dek{margin-top:12px;font-size:13.2px;line-height:1.54}.debtier-article-stage__info{margin-top:16px;padding-top:13px}.debtier-article-stage__cue{padding:9px 11px}}@media(max-width:420px){.debtier-article-stage{min-height:470px}.debtier-article-stage__shell{min-height:470px}}#article-start{scroll-margin-top:88px}.article-hero-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin:17px auto 0}.article-hero-read,.article-hero-cta{min-height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;text-decoration:none;font-size:9.5px;font-weight:900;letter-spacing:.045em;text-transform:uppercase;transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.article-hero-read{color:#fff;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.075);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.article-hero-read:hover{transform:translateY(-2px);background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.28)}.article-hero-cta{color:#111820;border:1px solid rgba(115,221,255,.72);background:var(--a-blue);box-shadow:0 12px 28px rgba(115,221,255,.22)}.article-hero-cta:hover{transform:translateY(-2px);background:var(--a-blue-2);box-shadow:0 16px 34px rgba(115,221,255,.30)}.article-hero-read span,.article-hero-cta span{font-size:14px;line-height:1}@media(min-width:981px){.article-hero-actions{margin-top:14px}.article-hero-read,.article-hero-cta{min-height:41px;padding:0 17px;font-size:8.8px}.debtier-article-stage,.debtier-article-stage__shell{min-height:485px}.debtier-article-stage__shell{padding-bottom:69px}}@media(max-width:700px){.article-hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px;margin-top:14px}.article-hero-read,.article-hero-cta{min-width:0;min-height:43px;padding:0 10px;font-size:8.2px;letter-spacing:.025em}.debtier-article-stage,.debtier-article-stage__shell{min-height:525px}}@media(max-width:400px){.article-hero-actions{grid-template-columns:1fr}.debtier-article-stage,.debtier-article-stage__shell{min-height:565px}}@media(prefers-reduced-motion:reduce){.article-hero-read,.article-hero-cta{transition:none!important}}.article-reading-layout{grid-template-columns:228px minmax(0,1fr);gap:24px;padding-top:18px}.article-reading-card{border-radius:28px;border-color:rgba(222,230,237,.92);background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,255,255,.97));box-shadow:0 20px 55px rgba(18,27,36,.065)}.article-reading-card::before{content:"";display:block;width:100%;height:4px;background:linear-gradient(90deg,var(--a-blue),rgba(115,221,255,.10) 45%,transparent)}.article-body{padding:42px 48px 48px;font-size:15.3px;line-height:1.82}.article-body>p,.article-body>h2,.article-body>h3{max-width:760px}.article-body>p{color:#505c68}.article-body>h2{margin-top:12px;font-size:29px;line-height:1.12;letter-spacing:-.042em}.article-body>h2::after{content:"";display:block;width:38px;height:4px;margin-top:13px;border-radius:999px;background:var(--a-blue)}.article-body>h3{color:#29333d}.article-section-eyebrow{margin-top:50px;padding:5px 9px;border:0;background:#edf9fc;box-shadow:inset 0 0 0 1px rgba(115,221,255,.20)}.article-answer{margin-bottom:35px;padding:27px 28px;border-radius:22px;border-color:rgba(115,221,255,.20);background:radial-gradient(circle at 90% 10%,rgba(115,221,255,.19),transparent 30%),linear-gradient(145deg,#10151a,#1b242d);box-shadow:0 16px 36px rgba(17,22,28,.08)}.article-answer::before{width:4px}.article-answer::after{width:150px;height:150px;right:-65px;top:-75px;border:1px solid rgba(255,255,255,.08);background:transparent}.article-answer strong{max-width:680px;font-size:20px;letter-spacing:-.025em}.article-sidebar{top:84px;gap:12px}.side-widget.side-toc{padding:17px 16px;border:1px solid rgba(224,232,238,.96);border-radius:20px;background:rgba(255,255,255,.91);color:#20272f;box-shadow:0 12px 32px rgba(17,26,34,.055);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.side-toc .article-rail-eyebrow{color:var(--a-blue-dark)}.side-toc .side-title{margin-bottom:7px;padding-bottom:10px;color:#242c34;border-bottom-color:#e9eef2;font-size:12px}.side-toc li{border-bottom-color:#edf1f4}.side-toc a{grid-template-columns:19px 1fr;gap:7px;margin:2px -7px;padding:7px;border-radius:9px;color:#77818b;font-size:9px;line-height:1.34;transition:background .18s ease,color .18s ease}.side-toc a::before{color:#a7b1ba}.side-toc a:hover,.side-toc a.is-active{color:#253039;background:rgba(115,221,255,.12);font-weight:790}.side-toc a.is-active::before{color:#237589}.sidebar-cta{min-height:230px;padding:19px;border-radius:21px;background:radial-gradient(circle at 80% 10%,rgba(115,221,255,.31),transparent 33%),linear-gradient(145deg,#11171d,#202b35);box-shadow:0 16px 38px rgba(16,22,28,.13)}.sidebar-cta small{margin-bottom:auto}.sidebar-cta strong{font-size:17px}.sidebar-cta b{border-radius:999px}.article-image{margin:31px -4px 34px;border-radius:23px;border:1px solid #e2e9ef;background:#fff;box-shadow:0 12px 32px rgba(17,24,32,.045)}.article-image img{height:360px}.article-image figcaption{padding:10px 14px 11px;background:#fff;border-top:1px solid #edf1f4;color:#8a949d}.article-table-wrap{margin:25px 0 31px;border-radius:18px;box-shadow:0 9px 25px rgba(20,27,34,.03)}.article-table th{background:#202933;color:#f5f9fb}.article-table tbody tr:nth-child(even){background:#fafcfd}.article-cta{margin:31px 0 12px;padding:18px 19px 18px 22px;border-radius:18px;background:linear-gradient(135deg,#f0f9fc,#fff);box-shadow:0 8px 25px rgba(31,63,75,.035)}.article-cta strong{font-size:13px}.article-cta a{min-height:41px;border-radius:999px;background:#182028}.decision-box{padding:19px;border-radius:20px;background:#f6f8fa}.decision-item{border-radius:15px;box-shadow:none}.article-faq{margin-top:56px;padding:29px 28px 27px;border-radius:24px;background:radial-gradient(circle at 95% 0%,rgba(115,221,255,.11),transparent 24%),#f4f7fa}.faq-item{margin-top:7px;border-radius:13px;transition:border-color .2s ease,box-shadow .2s ease}.faq-item[open]{border-color:rgba(115,221,255,.38);box-shadow:0 8px 24px rgba(27,57,68,.045)}.faq-item summary{min-height:53px}.article-sources{background:#f9fbfc}.related-grid{gap:11px}.related-card{min-height:178px;border-radius:17px;background:#f8fafb}.related-card::before{content:"";width:28px;height:3px;margin-bottom:4px;border-radius:999px;background:var(--a-blue)}.related-card:hover{transform:translateY(-2px);border-color:rgba(115,221,255,.35)}.article-bottom-cta{margin-top:42px;margin-bottom:62px;border-radius:27px}.article-bottom-cta .container{padding:27px 30px;border-radius:24px}.article-bottom-cta h3{font-size:25px}.article-mobile-float{display:none}@media(max-width:700px){body.page-article-v2{padding-bottom:82px}.article-reading-layout{width:calc(100% - 22px);padding-top:5px}.article-reading-card{border-radius:22px;box-shadow:0 13px 38px rgba(18,27,36,.055)}.article-body{padding:23px 18px 27px;font-size:14.4px;line-height:1.72}.article-body>h2{font-size:24px}.article-body>h2::after{width:31px;height:3px;margin-top:10px}.article-answer{margin-bottom:23px;padding:19px 18px;border-radius:18px}.article-answer strong{font-size:17.5px}.article-toc{margin-bottom:27px;border-radius:15px;background:#f6f9fb}.article-toc button{min-height:46px}.article-image{margin:25px 0 28px;border-radius:17px}.article-image img{height:220px}.article-cta{margin:26px 0 8px;padding:17px;border-radius:16px}.article-faq{margin-top:44px;padding:20px 15px 18px;border-radius:19px}.related-card{min-height:auto}.article-bottom-cta{width:calc(100% - 22px);margin-bottom:44px}.article-mobile-float{position:fixed;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));z-index:1350;max-width:440px;margin-inline:auto;display:grid;grid-template-columns:.82fr 1.18fr;gap:7px;padding:7px;border:1px solid rgba(219,228,235,.94);border-radius:18px;background:rgba(255,255,255,.93);box-shadow:0 16px 45px rgba(17,27,35,.18);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:0;transform:translateY(calc(100%+24px));pointer-events:none;transition:opacity .25s ease,transform .30s cubic-bezier(.25,.46,.45,.94)}.article-mobile-float.is-visible{opacity:1;transform:none;pointer-events:auto}.article-mobile-float a{min-width:0;min-height:45px;padding:9px 10px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:6px;text-align:center;text-decoration:none;font-size:9.5px;line-height:1.1;font-weight:900;text-transform:uppercase;letter-spacing:.025em}.article-mobile-float__secondary{border:1px solid #dce5eb;background:#f7f9fb;color:#303941}.article-mobile-float__primary{border:1px solid rgba(115,221,255,.55);background:var(--a-blue);color:#14232a;box-shadow:0 7px 18px rgba(115,221,255,.19)}}@media(max-width:380px){.article-mobile-float{grid-template-columns:.76fr 1.24fr;gap:6px;padding:6px}.article-mobile-float a{min-height:43px;padding:8px 7px;font-size:8.8px}}@media(min-width:981px){.article-reading-layout{grid-template-columns:214px minmax(0,1fr);gap:30px}.article-sidebar{top:82px;gap:14px}.side-widget.side-toc{position:relative;padding:12px 0 12px 17px;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.side-widget.side-toc::before{content:"";position:absolute;left:3px;top:48px;bottom:15px;width:1px;background:linear-gradient( 180deg,rgba(115,221,255,.85),rgba(115,221,255,.18) 60%,rgba(115,221,255,0) )}.rail-brandline{display:flex;align-items:center;gap:7px;margin-bottom:6px;color:#73808c;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.rail-brandline__dot{width:7px;height:7px;border-radius:50%;background:var(--a-blue);box-shadow:0 0 0 4px rgba(115,221,255,.12)}.side-toc .side-title{margin:0 0 12px;padding:0;border:0;color:#222a32;font-size:14px;line-height:1.18;letter-spacing:-.025em}.side-toc ol{display:grid;gap:2px}.side-toc li{position:relative;border:0}.side-toc li::before{content:"";position:absolute;left:-17px;top:14px;width:7px;height:7px;border-radius:50%;background:#fff;border:1px solid #ced8df;box-shadow:0 0 0 3px #fff;transition:background .18s ease,border-color .18s ease,transform .18s ease}.side-toc li:has(a.is-active)::before{background:var(--a-blue);border-color:var(--a-blue);transform:scale(1.12)}.side-toc a{display:block;margin:0;padding:7px 8px 7px 2px;border-radius:8px;color:#7b8791;font-size:9.2px;line-height:1.38}.side-toc a::before{display:none;content:none}.side-toc a:hover{color:#2a333b;background:linear-gradient(90deg,rgba(115,221,255,.09),transparent)}.side-toc a.is-active{color:#202a32;background:linear-gradient(90deg,rgba(115,221,255,.15),transparent);font-weight:800}.sidebar-cta-widget{padding:0}.sidebar-cta.sidebar-cta--signal{position:relative;min-height:0;padding:0;overflow:hidden;display:block;border:1px solid rgba(213,226,234,.95);border-radius:20px;background:#fff;color:#1b242c;box-shadow:0 15px 36px rgba(17,28,36,.075)}.sidebar-cta.sidebar-cta--signal::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;height:auto;border:0;border-radius:0;background:linear-gradient(180deg,var(--a-blue),#3ca6bd)}.sidebar-cta--signal .sidebar-cta__cap{display:flex;align-items:center;gap:7px;margin:0;padding:14px 16px 0 19px;color:#457382;font-size:7.7px;font-weight:900;letter-spacing:.115em;text-transform:uppercase}.sidebar-cta--signal .sidebar-cta__cap i{width:7px;height:7px;border-radius:50%;background:var(--a-blue);box-shadow:0 0 0 4px rgba(115,221,255,.13)}.sidebar-cta--signal strong{display:block;margin:12px 0 0;padding:0 17px 0 19px;color:#1c252d!important;font-size:18px;line-height:1.08;letter-spacing:-.035em}.sidebar-cta--signal .sidebar-cta__copy{display:block;margin:8px 0 0;padding:0 17px 0 19px;color:#6d7882;font-size:9.6px;line-height:1.5}.sidebar-cta--signal .sidebar-cta__action{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:15px 0 0;padding:13px 15px 13px 19px;background:#182129;color:#fff;font-size:8.5px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.sidebar-cta--signal .sidebar-cta__action i{width:24px;height:24px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--a-blue);color:#142129;font-style:normal;font-size:12px;transition:transform .18s ease}.sidebar-cta--signal:hover{transform:translateY(-2px);border-color:rgba(115,221,255,.52);box-shadow:0 19px 44px rgba(17,28,36,.10)}.sidebar-cta--signal:hover .sidebar-cta__action i{transform:translateX(2px)}}@media(max-width:980px) and (min-width:701px){.sidebar-cta.sidebar-cta--signal{min-height:0;padding:0;border-radius:20px;background:#fff;color:#1b242c;border:1px solid #dce6ec}.sidebar-cta--signal strong{color:#1c252d!important}}@media(max-width:700px){html{overflow-x:hidden}body.page-article-v2{overflow-x:hidden;padding-bottom:112px!important}.debtier-article-hero{padding:10px 0 16px!important}.debtier-article-hero>.container{width:calc(100% - 24px)!important;max-width:none!important}.debtier-article-stage{min-height:0!important;height:auto!important;border-radius:23px!important;overflow:hidden!important}.debtier-article-stage__shell{min-height:0!important;height:auto!important;display:block!important;padding:12px!important}.debtier-article-stage__card{width:100%!important;max-width:none!important;padding:19px 15px 17px!important;border-radius:20px!important}.article-meta{gap:6px!important;margin-bottom:10px!important}.article-pill{min-height:24px!important;padding:0 8px!important;font-size:7.4px!important}.article-readtime{font-size:8px!important}.article-title{max-width:none!important;font-size:clamp(28px,8.5vw,34px)!important;line-height:1.025!important;letter-spacing:-.052em!important}.article-title mark{border-radius:8px!important}.article-dek{max-width:34rem!important;margin-top:11px!important;font-size:13.2px!important;line-height:1.52!important}.article-hero-actions{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:7px!important;margin-top:13px!important}.article-hero-read,.article-hero-cta{width:100%!important;min-height:44px!important;padding:0 13px!important;font-size:8.7px!important}.debtier-article-stage__info{width:100%!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important;padding-top:12px!important}.article-author{grid-template-columns:38px minmax(0,1fr)!important;gap:9px!important;align-items:center!important}.article-author img{width:38px!important;height:38px!important;border-radius:11px!important;padding:6px!important}.article-author strong{font-size:10px!important}.article-author span{margin-top:2px!important;font-size:8px!important;line-height:1.35!important}.article-author a{display:none!important}.article-date{display:block!important;text-align:left!important;font-size:7.4px!important;line-height:1.4!important}.article-date span{display:none!important}.article-date span:last-child{display:block!important}.debtier-article-stage__cue{display:none!important}.article-reading-layout{display:block!important;width:calc(100% - 24px)!important;max-width:none!important;margin:0 auto!important;padding:0!important}.article-sidebar,.article-sidebar--left{display:none!important}.article-reading-card{width:100%!important;max-width:100%!important;min-width:0!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 12px 34px rgba(18,27,36,.055)!important}.article-body{width:100%!important;min-width:0!important;padding:22px 16px 26px!important;font-size:15px!important;line-height:1.69!important}.article-body>p,.article-body>h2,.article-body>h3{max-width:100%!important}.article-body>h2{margin-top:8px!important;font-size:clamp(23px,6.6vw,27px)!important;line-height:1.17!important}.article-body>h3{font-size:18px!important}.article-section-eyebrow{margin-top:39px!important}.article-toc{display:block!important;width:100%!important;margin:0 0 25px!important;border-radius:16px!important;background:#f6f9fb!important;overflow:hidden!important}.article-toc button{min-height:49px!important;padding:12px 14px!important;text-align:left!important}.article-toc-body{padding:0 14px 16px!important}.article-toc ol{padding-left:18px!important;font-size:11.2px!important;line-height:1.45!important}.article-toc li{margin:7px 0!important}.article-answer{margin-bottom:24px!important;padding:19px 17px!important;border-radius:17px!important}.article-answer strong{font-size:17.5px!important}.article-answer p{font-size:11.8px!important}.article-image{width:100%!important;margin:24px 0 27px!important;border-radius:17px!important}.article-image img{width:100%!important;height:220px!important}.article-table-wrap{width:100%!important;max-width:100%!important;margin:22px 0 27px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;border-radius:16px!important}.article-table{min-width:680px!important}.article-cta{width:100%!important;grid-template-columns:1fr!important;gap:13px!important;margin:26px 0 8px!important;padding:18px!important;border-radius:16px!important}.article-cta a{width:100%!important;min-height:47px!important}.decision-box{width:100%!important;padding:17px!important;border-radius:18px!important}.decision-grid{grid-template-columns:1fr!important}.article-faq{width:100%!important;margin:44px 0 0!important;padding:19px 14px 17px!important;border-radius:18px!important}.faq-item summary{min-height:55px!important;padding:14px 13px!important;font-size:12px!important}.article-sources{width:100%!important;padding:18px 16px!important;border-radius:17px!important}.article-source-links{gap:6px!important}.related-grid{grid-template-columns:1fr!important;gap:14px!important}.related-card{min-height:0!important;border-radius:16px!important}.article-bottom-cta{width:calc(100% - 24px)!important;margin:40px auto 48px!important;padding:2px!important;border-radius:23px!important}.article-bottom-cta .container{width:100%!important;grid-template-columns:1fr!important;gap:17px!important;padding:23px 18px!important;border-radius:21px!important}.article-bottom-cta h3{font-size:22px!important}.article-bottom-cta a{width:100%!important;min-height:49px!important}.article-mobile-float{position:fixed!important;left:12px!important;right:12px!important;bottom:max(12px,env(safe-area-inset-bottom))!important;z-index:1350!important;width:auto!important;max-width:430px!important;margin-inline:auto!important;padding:12px!important;display:grid!important;grid-template-columns:1fr!important;gap:9px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:18px!important;background:rgba(17,22,28,.97)!important;box-shadow:0 20px 55px rgba(0,0,0,.28)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;opacity:0!important;visibility:hidden!important;transform:translateY(18px) scale(.985)!important;transition:opacity .24s ease,transform .24s ease,visibility .24s ease!important;pointer-events:none!important}.article-mobile-float.is-visible{opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}.article-mobile-float__copy{min-width:0!important}.article-mobile-float__copy>span{display:block!important;margin-bottom:3px!important;color:var(--a-blue)!important;font-size:7.5px!important;font-weight:900!important;letter-spacing:.10em!important}.article-mobile-float__copy strong{display:block!important;color:#fff!important;font-size:14px!important;line-height:1.24!important}.article-mobile-float__cta{width:100%!important;min-height:48px!important;padding:0 15px!important;border:0!important;border-radius:12px!important;background:var(--a-blue)!important;color:#17262d!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:9.5px!important;font-weight:900!important;letter-spacing:.02em!important;text-transform:uppercase!important;box-shadow:none!important}}@media(max-width:420px){.debtier-article-hero>.container,.article-reading-layout,.article-bottom-cta{width:calc(100% - 20px)!important}.debtier-article-stage__shell{padding:9px!important}.debtier-article-stage__card{padding:17px 13px 15px!important}.article-title{font-size:29px!important}.article-body{padding-left:14px!important;padding-right:14px!important}.article-image img{height:205px!important}.article-mobile-float{left:9px!important;right:9px!important;padding:10px!important}}@media(max-width:700px){body.page-article-v2{padding-bottom:136px!important}.article-mobile-float{left:12px!important;right:12px!important;bottom:max(14px,env(safe-area-inset-bottom))!important;max-width:610px!important;padding:13px!important;gap:10px!important;border-radius:20px!important;background:rgba(39,44,50,.975)!important;box-shadow:0 22px 58px rgba(13,18,23,.34)!important}.article-mobile-float__copy{padding:0 2px!important}.article-mobile-float__copy>span{display:none!important}.article-mobile-float__copy strong{display:block!important;color:#fff!important;font-size:15px!important;line-height:1.25!important;letter-spacing:-.015em!important}.article-mobile-float__cta{min-height:50px!important;padding:0 16px!important;border-radius:14px!important;background:var(--a-blue)!important;color:#173039!important;font-size:10px!important;font-weight:900!important;letter-spacing:.025em!important;text-transform:uppercase!important}}@media(max-width:380px){.article-mobile-float{left:9px!important;right:9px!important;padding:11px!important}.article-mobile-float__copy strong{font-size:14px!important}.article-mobile-float__cta{min-height:48px!important;font-size:9.2px!important}}@media(min-width:701px) and (max-width:900px){body.page-article-v2{padding-bottom:136px!important}.article-mobile-float{position:fixed!important;left:18px!important;right:18px!important;bottom:max(14px,env(safe-area-inset-bottom))!important;z-index:1350!important;width:auto!important;max-width:610px!important;margin-inline:auto!important;padding:13px!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:20px!important;background:rgba(39,44,50,.975)!important;box-shadow:0 22px 58px rgba(13,18,23,.34)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;opacity:0!important;visibility:hidden!important;transform:translateY(18px) scale(.985)!important;transition:opacity .24s ease,transform .24s ease,visibility .24s ease!important;pointer-events:none!important}.article-mobile-float.is-visible{opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}.article-mobile-float__copy{min-width:0!important;padding:0 2px!important}.article-mobile-float__copy>span{display:none!important}.article-mobile-float__copy strong{display:block!important;color:#fff!important;font-size:15px!important;line-height:1.25!important;letter-spacing:-.015em!important}.article-mobile-float__cta{width:100%!important;min-height:50px!important;padding:0 16px!important;border:0!important;border-radius:14px!important;background:var(--a-blue)!important;color:#173039!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.025em!important;text-transform:uppercase!important}}@media(max-width:900px){body.page-article-v2{padding-bottom:145px!important}.article-mobile-float{position:fixed!important;left:12px!important;right:12px!important;bottom:max(12px,env(safe-area-inset-bottom))!important;z-index:9999!important;width:auto!important;max-width:610px!important;margin:0 auto!important;padding:13px!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:20px!important;background:#282d33!important;box-shadow:0 20px 50px rgba(0,0,0,.28)!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}.article-mobile-float__copy{display:block!important;padding:0 2px!important}.article-mobile-float__copy strong{display:block!important;color:#fff!important;font-size:15px!important;line-height:1.25!important;letter-spacing:-.015em!important}.article-mobile-float__cta{width:100%!important;min-height:50px!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:0!important;border-radius:14px!important;background:var(--a-blue)!important;color:#173039!important;text-decoration:none!important;font-size:10px!important;font-weight:900!important;letter-spacing:.025em!important;text-transform:uppercase!important}}@media(max-width:420px){.article-mobile-float{left:9px!important;right:9px!important;padding:11px!important}.article-mobile-float__copy strong{font-size:14px!important}.article-mobile-float__cta{min-height:48px!important;font-size:9.2px!important}}.article-title.article-title--long{max-width:18ch;font-size:clamp(38px,4.35vw,56px);line-height:1.01;letter-spacing:-.058em}@media(max-width:980px){.article-title.article-title--long{max-width:20ch;font-size:clamp(33px,5.15vw,44px);line-height:1.02}}@media(max-width:700px){.article-title.article-title--long{max-width:none!important;font-size:clamp(26px,7.25vw,31px)!important;line-height:1.035!important;letter-spacing:-.048em!important}}@media(max-width:420px){.article-title.article-title--long{font-size:26px!important}}.debtier-article-stage__image,.article-image img{filter:none!important}.article-bottom-cta,.site-footer{content-visibility:auto;contain-intrinsic-size:auto 1100px}@media(max-width:700px){.site-header{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:rgba(249,253,255,.985)!important}.debtier-article-stage__card,.article-mobile-float{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.debtier-article-stage__image{transform:none!important}}@media(min-width:981px){.article-reading-layout{content-visibility:visible!important;contain:none!important;overflow:visible!important}.article-sidebar,.article-sidebar--left{position:sticky!important;top:82px!important;align-self:start!important;display:grid!important;grid-template-rows:minmax(0,1fr) auto!important;gap:12px!important;min-height:0!important;height:calc(100vh - 98px)!important;height:calc(100dvh - 98px)!important;max-height:calc(100vh - 98px)!important;max-height:calc(100dvh - 98px)!important;overflow:visible!important}.article-sidebar .side-widget.side-toc{min-height:0!important;max-height:none!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(115,221,255,.40) transparent;scrollbar-gutter:stable}.article-sidebar .side-widget.side-toc::-webkit-scrollbar{width:5px}.article-sidebar .side-widget.side-toc::-webkit-scrollbar-track{background:transparent}.article-sidebar .side-widget.side-toc::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(115,221,255,.34)}.article-sidebar .sidebar-cta-widget{position:relative!important;z-index:2;min-height:0!important;flex:none}}.debtier-article-stage__card{max-width:calc(100% - 24px);min-width:0}.article-meta,.article-title,.article-title mark{min-width:0;max-inline-size:100%}.article-title{overflow-wrap:anywhere}.article-title mark{box-sizing:border-box;white-space:normal;overflow-wrap:anywhere}@media(min-width:981px){.debtier-article-stage__card{width:min(940px,calc(100% - 48px))}}.article-skip{position:fixed!important;left:12px!important;top:12px!important;z-index:10000!important;padding:10px 14px!important;border-radius:11px!important;background:#ffffff!important;color:#11161c!important;border:2px solid #267388!important;box-shadow:0 10px 28px rgba(0,0,0,.16)!important;transform:translateY(-160%)!important;opacity:0!important;pointer-events:none!important}.article-skip:focus,.article-skip:focus-visible{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important;outline:3px solid #73ddff!important;outline-offset:2px!important}#article-content:focus{outline:none}.article-toc ol{margin:0!important;padding-left:0!important;list-style:none!important}.article-toc li{margin:0!important;border-top:1px solid rgba(82,97,109,.10)!important}.article-toc li:first-child{border-top:0!important}.article-toc a{display:flex!important;align-items:center!important;min-height:44px!important;padding:9px 2px!important;color:#3f4c57!important;font-weight:760!important;line-height:1.35!important}.article-toc a:hover,.article-toc a:focus-visible{color:#173f4a!important;text-decoration:underline!important;text-underline-offset:3px!important}.article-toc button:focus-visible,.article-sidebar a:focus-visible,.article-body a:focus-visible{outline:3px solid rgba(38,115,136,.55)!important;outline-offset:3px!important;border-radius:6px!important}@media(min-width:981px){.side-toc a{min-height:40px!important;align-items:center!important;padding:8px 0!important}}.page-article-v2 .faq-answer{transition:none!important}.page-article-v2 .related-card{transition:transform .2s ease!important}.debtier-article-stage,.article-reading-card{contain:layout paint}
.article-callout{position:relative;margin:23px 0 28px;padding:18px 19px 18px 21px;border:1px solid var(--a-line);border-radius:19px;background:#f7fafc;box-shadow:0 8px 24px rgba(20,27,34,.025);overflow:hidden}.article-callout:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--a-blue)}.article-callout>strong{display:block;color:#2b3540;font-size:13.5px;line-height:1.35}.article-callout>p{margin:6px 0 0!important;color:#6f7b85!important;font-size:11.5px!important;line-height:1.62!important}.article-callout>p:last-child{margin-bottom:0!important}.article-checklist{margin:23px 0 29px;padding:19px 20px;border:1px solid var(--a-line);border-radius:22px;background:#f3f7fa;box-shadow:0 8px 24px rgba(20,27,34,.02)}.article-checklist>strong{display:block;margin-bottom:11px;color:#29323b;font-size:14px;line-height:1.35}.article-checklist ul{list-style:none!important;margin:0!important;padding:0!important;display:grid;gap:8px}.article-checklist li{position:relative;margin:0!important;padding:10px 12px 10px 36px;border:1px solid #e4ebf0;border-radius:14px;background:#fff;color:#66727d;font-size:11px;line-height:1.52}.article-checklist li:before{content:"✓";position:absolute;left:11px;top:10px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#e7f8fc;color:#27778a;font-size:9px;font-weight:950}.article-steps{counter-reset:debtier-step;list-style:none!important;margin:23px 0 29px!important;padding:0!important;display:grid;gap:10px}.article-steps li{counter-increment:debtier-step;position:relative;margin:0!important;padding:14px 16px 14px 52px;border:1px solid var(--a-line);border-radius:17px;background:#f7f9fb;min-height:54px}.article-steps li:before{content:counter(debtier-step);position:absolute;left:14px;top:14px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#11161c;color:var(--a-blue);font-size:9px;font-weight:900}.article-steps li strong{display:block;color:#303943;font-size:11.8px;line-height:1.4}.article-steps li span{display:block;margin-top:3px;color:#7a858f;font-size:10.3px;line-height:1.5}.page-article-v2 .article-faq{margin:52px -12px 0;padding:28px 30px 24px;border-radius:28px;background:#f4f7fa;border:1px solid var(--a-line)}.page-article-v2 .faq-item{margin-top:8px;border:1px solid #e2e9ef;border-radius:15px;background:#fff;overflow:hidden}.page-article-v2 .faq-item summary{list-style:none;cursor:pointer;min-height:55px;padding:14px 15px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#2e3740;font-size:12.5px;font-weight:820}.page-article-v2 .faq-answer{padding:8px 18px 20px}.page-article-v2 .faq-answer p{margin:0!important;color:#697580!important;font-size:12px!important;line-height:1.72!important}#debtier-simulator{margin:30px 0;padding:24px;border:1px solid rgba(25,39,46,.12);border-radius:24px;background:#f8fbfc}#debtier-simulator .sim-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:20px}#debtier-simulator .sim-head h3{margin:0;font-size:24px;line-height:1.08;letter-spacing:-.035em}#debtier-simulator .sim-head p{margin:8px 0 0;color:#65727a;font-size:13px;line-height:1.55}#debtier-simulator .sim-badge{flex:none;padding:7px 10px;border-radius:999px;background:var(--a-blue);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}#debtier-simulator .sim-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}#debtier-simulator label{display:grid;gap:7px;color:#273238;font-size:12px;font-weight:750}#debtier-simulator input,#debtier-simulator select{width:100%;min-height:46px;box-sizing:border-box;border:1px solid rgba(25,39,46,.18);border-radius:13px;background:#fff;padding:10px 12px;font:inherit;color:#212b31}#debtier-simulator .sim-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:18px}#debtier-simulator .sim-result{padding:16px;border-radius:17px;background:#fff;border:1px solid rgba(25,39,46,.09)}#debtier-simulator .sim-result small{display:block;color:#6b7880;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}#debtier-simulator .sim-result strong{display:block;margin-top:7px;font-size:24px;letter-spacing:-.04em}#debtier-simulator .sim-result span{display:block;margin-top:4px;color:#68747b;font-size:11px;line-height:1.45}#debtier-simulator .sim-result--accent{background:#dff7ff;border-color:rgba(63,180,220,.28)}#debtier-simulator .sim-note{margin:16px 0 0;padding-top:14px;border-top:1px solid rgba(25,39,46,.10);color:#68747b;font-size:11px;line-height:1.55}@media(max-width:700px){#debtier-simulator{padding:18px;border-radius:20px}#debtier-simulator .sim-head{display:block}#debtier-simulator .sim-badge{display:inline-block;margin-top:12px}#debtier-simulator .sim-grid,#debtier-simulator .sim-results{grid-template-columns:1fr}.article-callout{padding:16px 17px 16px 19px;border-radius:17px}.article-checklist{padding:16px;border-radius:19px}}