@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@keyframes heroFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes partnerPulse{0%,to{border-color:var(--orange);box-shadow:var(--shadow-sm)}50%{border-color:#ff8a50;box-shadow:0 4px 20px rgba(255,107,53,.15)}}@keyframes btnShimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes btnGlare{0%{left:-60%}to{left:120%}}@keyframes toastIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastOut{to{opacity:0;transform:translateY(20px) scale(.95)}}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@keyframes barShake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}@keyframes modalIn{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes wheelBounce{0%,to{transform:rotate(0)}25%{transform:rotate(15deg)}75%{transform:rotate(-15deg)}}@keyframes tgPulse{0%,to{box-shadow:0 6px 24px rgba(0,136,204,.4)}50%{box-shadow:0 6px 30px rgba(0,136,204,.6)}}:root{--orange:#FF6B35;--orange-hover:#E85A28;--orange-light:#FFF0E8;--orange-shadow:rgba(255,107,53,.3);--blue:#4A9FD4;--blue-light:#E8F4FC;--blue-dark:#3888BE;--navy:#1A2B4A;--text:#1A2B4A;--text-sec:#5A6B7D;--text-muted:#8A9AAC;--bg:#F5F7FA;--card:#fff;--footer-bg:#F0F4F8;--border:#E8EDF2;--white:#fff;--green:#27AE60;--green-light:#E8F8F0;--font:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;--r:24px;--r-sm:12px;--r-pill:25px;--shadow:0 8px 30px rgba(0,0,0,.08);--shadow-sm:0 2px 12px rgba(0,0,0,.05)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue-dark)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;color:var(--navy)}.container{max-width:1140px;margin:0 auto;padding:0 20px}.container--narrow{max-width:680px}.header{background:var(--white);box-shadow:0 1px 3px rgba(0,0,0,.05);position:sticky;top:0;z-index:100}.header__inner{display:flex;align-items:center;justify-content:space-between;height:56px}.header__logo{font-size:1.3rem;font-weight:700;color:var(--orange);letter-spacing:-.01em}.header__logo span,.nav a:hover{color:var(--navy)}.nav{display:flex;gap:20px;align-items:center}.nav a{color:var(--text-sec);font-size:13px;font-weight:600;transition:color .15s}.nav a:hover{text-decoration:none}.nav__mobile{display:none;background:0 0;border:0;font-size:22px;cursor:pointer;color:var(--navy);padding:4px}.hero{padding:32px 0 12px}.hero .container{display:flex;justify-content:center}.hero__card{background:var(--white);border-radius:var(--r);padding:28px 24px;box-shadow:var(--shadow);width:100%;max-width:480px;animation:heroFadeIn .6s ease-out}.hero__badge{display:inline-block;background:var(--orange-light);color:var(--orange);font-size:13px;font-weight:600;padding:4px 12px;border-radius:var(--r-pill);margin-bottom:16px}.hero__sub,.hero__title{font-size:24px;text-align:center;margin-bottom:6px}.hero__sub{font-size:14px;color:var(--text-sec);margin-bottom:24px;line-height:1.5}.hero__calc{margin-bottom:20px}.hero__calc-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.hero__calc-label{font-size:13px;color:var(--text-muted);font-weight:500}.hero__calc-value{font-size:18px;font-weight:700;color:var(--navy)}.hero__slider{margin-bottom:20px}.hero__slider-track{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.hero__slider-fill{height:100%;background:linear-gradient(90deg,var(--blue),#7bc4e8);border-radius:4px}.hero__slider-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--text-muted);margin-top:4px}.hero__range{-webkit-appearance:none;appearance:none;width:100%;height:8px;border-radius:4px;outline:0;cursor:pointer;background:linear-gradient(to right,var(--blue) 0%,var(--blue) var(--fill,25%),var(--border) var(--fill,25%),var(--border) 100%)}.hero__range::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;border-radius:50%;background:var(--white);border:3px solid var(--blue);box-shadow:0 2px 8px rgba(0,0,0,.15);cursor:pointer;transition:transform .15s}.hero__range::-webkit-slider-thumb:hover{transform:scale(1.15)}.hero__range::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--white);border:3px solid var(--blue);box-shadow:0 2px 8px rgba(0,0,0,.15);cursor:pointer}.hero__range::-moz-range-track{height:8px;border-radius:4px;background:var(--border)}.hero__range::-moz-range-progress{height:8px;border-radius:4px;background:var(--blue)}.hero__match{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--green-light);border-radius:var(--r-sm);margin-bottom:14px;font-size:13px;font-weight:500;color:var(--text-sec)}.hero__match--empty{background:var(--orange-light)}.hero__match-icon{font-size:16px}.trust{padding:24px 0;text-align:center}.trust__title{font-size:14px;color:var(--blue);font-weight:600;margin-bottom:12px}.trust__badges{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.trust__badge{font-size:12px;color:var(--text-sec);font-weight:500;background:var(--white);padding:6px 14px;border-radius:var(--r-pill);box-shadow:var(--shadow-sm)}.features{padding:36px 0}.features__list{display:flex;flex-direction:column;gap:12px;max-width:600px;margin:0 auto}.feature{background:var(--white);border-radius:var(--r);padding:20px;display:flex;gap:16px;box-shadow:var(--shadow-sm);transition:all .25s ease}.feature:hover{box-shadow:var(--shadow);transform:translateX(6px)}.article a,.feature:hover .feature__num{color:var(--orange)}.feature__num{font-size:20px;font-weight:700;color:var(--blue);flex-shrink:0;min-width:36px}.feature__body{flex:1}.feature__title{font-size:15px;font-weight:700;margin-bottom:4px;color:var(--navy)}.feature__text{font-size:13px;color:var(--text-sec);line-height:1.5}.section{padding:36px 0}.section-title{font-size:21px;margin-bottom:10px;text-align:center;color:var(--navy);letter-spacing:-.01em}.section-sub{color:var(--text-sec);text-align:center;max-width:480px;margin:0 auto 24px;font-size:13px;line-height:1.6}.section--white{background:var(--white);border-radius:var(--r);padding:24px 20px;box-shadow:var(--shadow-sm);margin-bottom:16px}.section__title{font-size:20px;margin-bottom:8px;text-align:center}.section__subtitle{color:var(--text-sec);text-align:center;max-width:460px;margin:0 auto 20px;font-size:13px}.mfo-list{display:flex;flex-direction:column;gap:12px}.mfo-card{background:var(--white);border-radius:var(--r);padding:18px 22px;display:flex;align-items:center;gap:16px;box-shadow:var(--shadow-sm);transition:all .25s ease}.mfo-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.mfo-card--partner{border:2px solid var(--orange);background:linear-gradient(135deg,#fff8f3 0,#fff 100%);animation:partnerPulse 2.5s ease-in-out infinite}.mfo-card__logo,.mfo-card__rank{height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.mfo-card__rank{width:36px;background:var(--bg);border-radius:10px;font-weight:700;font-size:15px;color:var(--text-muted)}.mfo-card__logo{width:60px}.mfo-card__logo img{max-width:60px;max-height:30px;object-fit:contain}.mfo-card--partner .mfo-card__rank{background:var(--orange);color:var(--white)}.mfo-card__info{flex:1;min-width:0}.mfo-card__name{font-size:15px;font-weight:700;margin-bottom:2px;color:var(--navy)}.mfo-card__rating{display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px;margin-bottom:4px}.mfo-card__stars{color:var(--orange);letter-spacing:1px}.formula-box code,.mfo-card__score{font-weight:700;color:var(--navy)}.mfo-card__reviews{color:var(--text-muted);font-size:11px}.mfo-card__details{display:flex;flex-wrap:wrap;gap:3px 12px;margin-bottom:6px}.mfo-card__detail{font-size:11px;color:var(--text-muted)}.mfo-card__detail-value{font-weight:600;color:var(--text-sec)}.mfo-card__tags{display:flex;gap:4px;flex-wrap:wrap}.tag{display:inline-block;padding:2px 8px;border-radius:var(--r-pill);font-size:10px;font-weight:600}.tag--green{background:var(--green-light);color:var(--green)}.tag--blue{background:var(--blue-light);color:var(--blue)}.tag--orange{background:var(--orange-light);color:var(--orange)}.mfo-card__cta{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:620px;margin:0 auto}.link-card{background:var(--white);border-radius:var(--r-sm);padding:14px 16px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-sm);transition:box-shadow .15s;color:var(--navy);font-weight:600;font-size:13px}.link-card:hover{box-shadow:var(--shadow);text-decoration:none;color:var(--navy);transform:translateY(-2px)}.link-card:active{transform:translateY(0)}.faq__q::after,.link-card__icon{font-size:18px;flex-shrink:0}.link-card__text{flex:1}.article .table-wrap,.article table,.compare-table{border-radius:var(--r-sm);box-shadow:var(--shadow-sm)}.compare-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;font-size:13px}.compare-table th{padding:10px 12px;font-weight:600;text-align:left}.compare-table td{padding:10px 12px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.article{font-size:16px;line-height:1.8;color:var(--text-sec)}.article h3{margin:32px 0 12px}.article p{margin-bottom:16px}.article ul{margin:16px 0;padding-left:24px}.article li{margin-bottom:8px;font-size:15px;line-height:1.7}.article strong,article.mfo-card strong{color:var(--navy);font-weight:600}.article a{text-decoration:underline}.article a:hover,.repcalc__res-row strong,.sp-toast__text strong{color:var(--navy)}.article a.btn{text-decoration:none}.article a.btn,.article a.btn:hover{color:var(--white)}.article blockquote{background:var(--bg);border-radius:0 var(--r-sm) var(--r-sm)0;font-style:italic}.article .table-wrap,.article table{margin:16px 0}.article .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.article table{border-spacing:0;overflow:hidden;min-width:480px}.article table th,.compare-table th{background:var(--bg);color:var(--navy)}.article table td,.compare-table td{border-top:1px solid var(--border);background:var(--white)}@media (max-width:600px){.article table{font-size:12px}.article table td,.article table th{padding:6px 8px}}.breadcrumb{padding:10px 0}.faq{display:flex;flex-direction:column;gap:10px}.faq__item{background:var(--white);border-radius:var(--r-sm);box-shadow:var(--shadow-sm);overflow:hidden}.faq__q{padding:14px 18px;font-weight:600;cursor:pointer;font-size:14px;color:var(--navy);display:flex;justify-content:space-between;align-items:center}.faq__q::after{content:"+";color:var(--text-muted);font-weight:400;margin-left:12px}.faq__item--open .faq__q::after,details.faq__item[open] .faq__q::after{content:"−"}.faq__a{max-height:0;overflow:hidden;padding:0 18px;color:var(--text-sec);font-size:13px;line-height:1.7;transition:all .25s}.faq__item--open .faq__a{max-height:500px;padding:0 18px 14px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;font-family:var(--font);font-size:14px;font-weight:600;border-radius:var(--r-pill);border:0;cursor:pointer;transition:all .2s;min-height:46px}.btn,.btn:hover{text-decoration:none}.btn--primary{background:linear-gradient(135deg,#ff8a50 0%,var(--orange) 50%,#e8522a 100%);background-size:200% 200%;color:var(--white);box-shadow:0 4px 15px var(--orange-shadow);animation:btnShimmer 3s ease infinite;position:relative;overflow:hidden}.btn--primary::after{content:"";position:absolute;top:-50%;left:-60%;width:40%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:skewX(-20deg);transition:none}.btn--primary:hover{box-shadow:0 6px 20px rgba(255,107,53,.45);transform:translateY(-2px);color:var(--white)}.btn--primary:hover::after{animation:btnGlare .6s ease forwards}.btn--primary:active{transform:translateY(0);box-shadow:0 2px 10px var(--orange-shadow)}.btn--blue{background:var(--blue);color:var(--white)}.btn--blue:hover{background:var(--blue-dark);color:var(--white)}.btn--outline{background:var(--white);color:var(--text-sec);border:1.5px solid var(--border)}.btn--outline:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-light)}.btn--sm{padding:6px 14px;font-size:12px;min-height:32px}.btn--lg{padding:14px 36px;font-size:15px;min-height:50px}.btn--full{width:100%;display:flex}.btn--white{background:var(--white);color:var(--orange)}.btn--white:hover{background:var(--bg);color:var(--orange-hover)}.trust-bar{background:var(--white);border-radius:var(--r);padding:12px 20px;margin-bottom:20px;box-shadow:var(--shadow-sm)}.trust-bar__inner{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-sec);font-weight:500}.footer{background:var(--footer-bg);padding:36px 0 20px;font-size:13px;margin-top:32px}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px;margin-bottom:20px}.footer__brand{font-size:1.1rem;font-weight:700;color:var(--orange);margin-bottom:6px}.footer__desc,.footer__links a{color:var(--text-sec);font-size:12px}.footer__desc{line-height:1.6}.footer__heading{font-weight:600;color:var(--navy);margin-bottom:8px;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.footer__links,details.faq__item,details.faq__item>summary{list-style:none}.footer__links li{margin-bottom:7px}.footer__links a{font-weight:500}.footer__links a:hover{color:var(--blue);text-decoration:none}.footer__bottom,.footer__disclaimer{font-size:11px;color:var(--text-muted)}.footer__bottom{border-top:1px solid var(--border);padding-top:12px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px}.footer__disclaimer{background:var(--white);border:1px solid var(--border);border-radius:var(--r-sm);padding:10px 12px;margin-top:12px;line-height:1.6}.creditors-list{display:flex;flex-direction:column;gap:12px;max-width:700px;margin:0 auto}.creditor-card{background:var(--white);border-radius:var(--r-sm);padding:20px;box-shadow:var(--shadow-sm)}.creditor-card__header{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.creditor-card__name{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:2px}.creditor-card__entity{font-size:12px;color:var(--text-muted)}.creditor-card__grid{display:flex;flex-direction:column;gap:6px}.creditor-card__row{display:flex;gap:8px;font-size:13px;line-height:1.5}.creditor-card__row--full{flex-direction:column;gap:2px}.creditor-card__label{color:var(--text-muted);min-width:120px;flex-shrink:0;font-weight:500}.creditor-card__value,.creditor-disclaimer{color:var(--text-sec)}.creditor-card__value a{color:var(--blue)}.creditor-disclaimer{background:var(--orange-light);border:1px solid rgba(255,107,53,.2);border-radius:var(--r-sm);padding:16px;font-size:13px;line-height:1.7}.creditor-disclaimer p{margin-bottom:8px}.creditor-disclaimer p:last-child,.nbu-warning p:last-child{margin-bottom:0}.sp-toast{position:fixed;bottom:20px;left:20px;background:var(--white);border-radius:var(--r-sm);padding:12px 40px 12px 16px;box-shadow:0 8px 30px rgba(0,0,0,.15);display:flex;align-items:center;gap:10px;max-width:380px;z-index:200;animation:toastIn .4s ease-out;font-size:13px;line-height:1.5;border-left:3px solid var(--green)}.sp-toast--hide{animation:toastOut .3s ease-in forwards}.sp-toast__dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;animation:dotPulse 1.5s ease infinite}.sp-toast__text{color:var(--text-sec)}.sp-toast__close,.sp-toast__time{color:var(--text-muted);font-size:11px}.sp-toast__close{position:absolute;top:6px;right:10px;background:0 0;border:0;font-size:18px;cursor:pointer;line-height:1}.trust__badge--counter{color:var(--green);font-weight:600}.compare-bar{position:fixed;bottom:-80px;left:0;right:0;background:var(--white);box-shadow:0-4px 20px rgba(0,0,0,.12);z-index:150;transition:bottom .35s cubic-bezier(.34,1.56,.64,1);border-top:2px solid var(--blue)}.compare-bar--visible{bottom:0}.compare-bar--shake{animation:barShake .4s ease}.compare-bar__inner{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;gap:12px}.compare-bar__info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.compare-bar__icon{font-size:20px}.compare-bar__text{font-size:13px;color:var(--text-sec);white-space:nowrap}.compare-bar__names{font-size:12px;color:var(--blue);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compare-bar__actions{display:flex;gap:8px;flex-shrink:0}.mfo-card__compare{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--text-muted);cursor:pointer;margin-top:2px}.mfo-card__compare input{accent-color:var(--blue);width:14px;height:14px}.mfo-card__compare span{white-space:nowrap}.compare-modal{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s}.compare-modal--visible{opacity:1}.compare-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(3px)}.compare-modal__content{position:relative;background:var(--white);border-radius:var(--r);padding:0;max-width:600px;width:92%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:modalIn .3s ease-out}.compare-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border)}.compare-modal__header h3{font-size:16px;margin:0}.compare-modal__close{background:0 0;border:0;font-size:24px;color:var(--text-muted);cursor:pointer}.compare-modal__body{padding:16px 20px;overflow-x:auto}.compare-modal__body .compare-table{margin:0}.compare-modal__footer{padding:12px 20px;border-top:1px solid var(--border);display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.steps{padding:36px 0 20px}.steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:720px;margin:0 auto}.step{background:var(--white);border-radius:var(--r);padding:24px 20px;text-align:center;box-shadow:var(--shadow-sm);position:relative;transition:all .25s}.step:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.step__num{width:32px;height:32px;background:var(--orange);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;margin:0 auto 8px;box-shadow:0 2px 8px var(--orange-shadow)}.step__icon{font-size:32px;margin:0 0 8px}.step__title{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:6px}.step__text{font-size:12px;color:var(--text-sec);line-height:1.5}.mfo-card__badge-choice{display:inline-block;background:linear-gradient(135deg,#fff8e1,#ffe082);color:#f57c00;font-size:10px;font-weight:700;padding:2px 8px;border-radius:var(--r-pill);margin-bottom:3px;letter-spacing:.02em}.repcalc{background:var(--white);border-radius:var(--r);padding:24px;box-shadow:var(--shadow)}.repcalc__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.repcalc__label{font-size:13px;color:var(--text-muted);font-weight:500}.repcalc__value{font-size:18px;font-weight:700;color:var(--navy)}.repcalc__result{background:var(--bg);border-radius:var(--r-sm);padding:16px;margin-top:16px}.repcalc__res-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;color:var(--text-sec)}.repcalc__res-total{border-top:2px solid var(--border);margin-top:6px;padding-top:10px;font-size:16px}.repcalc__res-total strong{color:var(--orange);font-size:18px}.repcalc__first-free{display:flex;align-items:center;gap:8px;margin-top:10px;padding:8px 12px;background:var(--green-light);border-radius:var(--r-sm);font-size:13px;color:var(--text-sec)}.text-orange{color:var(--orange)!important}.city-map{background:var(--white);border-radius:var(--r);padding:24px;box-shadow:var(--shadow-sm)}.city-map__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.city-map__item{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:var(--r-sm);font-size:13px;font-weight:500;color:var(--text-sec);transition:all .2s;text-decoration:none}.city-map__item:hover{background:var(--blue-light);color:var(--blue);text-decoration:none;transform:scale(1.03)}.city-map__dot{width:8px;height:8px;border-radius:50%;background:var(--blue);flex-shrink:0;opacity:.6}.city-map__item:hover .city-map__dot{opacity:1;background:var(--orange)}.city-map__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quiz{background:var(--white);border-radius:var(--r);padding:24px;box-shadow:var(--shadow)}.quiz__progress{height:6px;background:var(--border);border-radius:3px;margin-bottom:16px;overflow:hidden}.quiz__progress-bar{height:100%;background:linear-gradient(90deg,var(--blue),var(--orange));border-radius:3px;transition:width .4s ease}.quiz__counter{font-size:12px;color:var(--text-muted);margin-bottom:16px;text-align:center}.quiz__question{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:16px;line-height:1.5}.quiz__options{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.quiz__opt{background:var(--bg);border:2px solid var(--border);border-radius:var(--r-sm);padding:12px 16px;font-size:14px;color:var(--text);cursor:pointer;text-align:left;font-family:var(--font);transition:all .2s}.quiz__opt:hover:not(:disabled){border-color:var(--blue);background:var(--blue-light)}.quiz__opt--correct{border-color:var(--green)!important;background:var(--green-light)!important;color:var(--green)!important}.quiz__opt--wrong{border-color:#e74c3c!important;background:#fdedec!important;color:#e74c3c!important}.quiz__feedback{font-size:13px;line-height:1.6;padding:12px;border-radius:var(--r-sm);min-height:20px}.quiz__feedback--correct{background:var(--green-light);color:#1e8449}.quiz__feedback--wrong{background:#fdedec;color:#c0392b}.quiz__result{text-align:center;padding:20px 0}.quiz__score-circle{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,var(--orange),#ff8a50);color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 8px 25px var(--orange-shadow)}.quiz__score-num{font-size:36px;font-weight:700;line-height:1}.quiz__score-label{font-size:12px;opacity:.8}.quiz__result-title{font-size:20px;margin-bottom:8px}.quiz__result-text{font-size:14px;color:var(--text-sec);margin-bottom:16px}.exit-popup{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.exit-popup--visible{opacity:1}.exit-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(3px)}.exit-popup__card{position:relative;background:var(--white);border-radius:var(--r);padding:32px 24px;max-width:380px;width:90%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalIn .4s ease-out}.exit-popup__close{position:absolute;top:10px;right:14px;background:0 0;border:0;font-size:22px;color:var(--text-muted);cursor:pointer}.exit-popup__icon{font-size:48px;margin-bottom:12px}.exit-popup__card h3{font-size:22px;color:var(--navy);margin-bottom:8px}.exit-popup__amt,.wheel-popup__card p{font-size:16px;color:var(--text-sec);margin-bottom:4px}.exit-popup__amt strong{color:var(--orange);font-size:20px}.exit-popup__sub{font-size:13px;color:var(--text-muted);margin-bottom:16px}.exit-popup__note{font-size:11px;color:var(--text-muted);margin-top:10px}.wheel-trigger{position:fixed;right:-200px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#ff6b35,#e8522a);color:#fff;padding:12px 18px;border-radius:var(--r-sm)0 0 var(--r-sm);cursor:pointer;z-index:180;box-shadow:0 4px 20px rgba(255,107,53,.4);transition:right .5s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px}.wheel-trigger--visible{right:0}.wheel-trigger__icon{font-size:24px;animation:wheelBounce 1s ease infinite}.wheel-popup{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.wheel-popup--visible{opacity:1}.wheel-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.6)}.wheel-popup__card{position:relative;background:var(--white);border-radius:var(--r);padding:24px;max-width:360px;width:92%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalIn .4s ease-out}.wheel-popup__close{position:absolute;top:8px;right:12px;background:0 0;border:0;font-size:22px;color:var(--text-muted);cursor:pointer}.wheel-popup__card h3{font-size:18px;margin-bottom:6px}.wheel-popup__card p{font-size:13px;margin-bottom:12px}.wheel-wrap{position:relative;margin:0 auto 16px;width:300px;height:300px}.wheel-pointer{position:absolute;top:-8px;left:50%;transform:translateX(-50%);font-size:24px;color:var(--orange);z-index:2;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.wheel-result{margin-top:16px;padding:16px;background:var(--green-light);border-radius:var(--r-sm);animation:modalIn .4s ease-out}.wheel-result__icon{font-size:36px;margin-bottom:8px}.wheel-result h3{color:var(--green);margin-bottom:12px}.promo-timer{text-align:center;font-size:12px;color:var(--text-muted);margin-bottom:16px;padding:6px 14px;background:0 0;border-radius:var(--r-pill);max-width:300px;margin-left:auto;margin-right:auto}.promo-timer strong{color:var(--orange);font-size:13px;font-weight:600}.chat-trigger{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,var(--navy),#243b5e);border:0;cursor:pointer;box-shadow:0 4px 16px rgba(26,43,74,.4);display:flex;align-items:center;justify-content:center;transform:scale(0);transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:relative}.chat-trigger--visible{transform:scale(1)}.chat-trigger:hover{transform:scale(1.12);box-shadow:0 6px 24px rgba(26,43,74,.5)}.chat-trigger__avatar{font-size:22px}.chat-trigger__badge{position:absolute;top:-2px;right:-2px;width:16px;height:16px;background:var(--orange);color:#fff;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--white);animation:dotPulse 1.5s ease infinite}.fake-chat{position:fixed;bottom:90px;right:16px;width:340px;background:var(--white);border-radius:20px;box-shadow:0 12px 48px rgba(0,0,0,.2),0 2px 8px rgba(0,0,0,.1);z-index:190;transform:translateY(120%) scale(.95);transition:transform .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden;border:1px solid var(--border)}.fake-chat--visible{transform:translateY(0) scale(1)}.fake-chat__header{display:flex;align-items:center;gap:10px;padding:14px 18px;background:linear-gradient(135deg,var(--navy),#243b5e);color:#fff;font-size:14px}.fake-chat__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ff6b35,#ff8a50);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.fake-chat__hdr-info{flex:1}.fake-chat__hdr-name{font-weight:700;font-size:14px}.fake-chat__hdr-status{font-size:11px;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:4px}.fake-chat__dot{width:7px;height:7px;border-radius:50%;background:#27ae60;animation:dotPulse 1.5s ease infinite;flex-shrink:0}.fake-chat__close{background:0 0;border:0;color:rgba(255,255,255,.5);font-size:20px;cursor:pointer;padding:4px;transition:color .2s}.fake-chat__close:hover{color:#fff}.fake-chat__body{height:200px;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px;background:#f8f9fb}.fake-chat__msg{max-width:82%;padding:10px 14px;border-radius:16px;font-size:13px;line-height:1.6;animation:toastIn .3s ease-out;box-shadow:0 1px 3px rgba(0,0,0,.06)}.fake-chat__msg--bot{background:var(--white);color:var(--text);align-self:flex-start;border-bottom-left-radius:4px}.fake-chat__msg--user{background:linear-gradient(135deg,var(--blue),#5bafde);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.fake-chat__input{display:flex;gap:8px;padding:10px 14px;border-top:1px solid var(--border);background:var(--white)}.fake-chat__input input{flex:1;border:1.5px solid var(--border);border-radius:var(--r-pill);padding:10px 16px;font-size:13px;font-family:var(--font);outline:0;background:var(--bg);transition:border-color .2s}.fake-chat__input input:focus{border-color:var(--blue);background:var(--white)}.fake-chat__send{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--orange),#e8522a);color:#fff;border:0;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px var(--orange-shadow);transition:transform .15s}.fake-chat__send:hover{transform:scale(1.1)}.pwa-banner{position:fixed;top:60px;left:0;right:0;z-index:250;padding:8px 16px;animation:toastIn .4s ease-out}.pwa-banner__inner{max-width:480px;margin:0 auto;background:var(--white);border-radius:var(--r);padding:12px 16px;box-shadow:0 8px 30px rgba(0,0,0,.15);display:flex;align-items:center;gap:12px}.pwa-banner__icon{font-size:28px;flex-shrink:0}.pwa-banner__text{flex:1;font-size:13px;line-height:1.4}.pwa-banner__text strong{display:block;color:var(--navy);font-size:14px}.pwa-banner__text span{color:var(--text-sec)}.pwa-banner__close{background:0 0;border:0;font-size:18px;color:var(--text-muted);cursor:pointer;flex-shrink:0}.tg-cta{background:linear-gradient(135deg,#e8f4fc 0,#f0f8ff 100%);border-radius:var(--r);padding:36px 28px;text-align:center;box-shadow:var(--shadow-sm);border:1px solid rgba(0,136,204,.1)}.tg-cta__icon{margin-bottom:16px}.tg-cta__title{font-size:20px;color:var(--navy);margin-bottom:8px}.tg-cta__text{font-size:14px;color:var(--text-sec);line-height:1.6;max-width:400px;margin:0 auto 20px}.btn--tg{background:linear-gradient(135deg,#08c,#0077b5);color:#fff;display:inline-flex;align-items:center;gap:10px;padding:14px 28px;font-size:15px;box-shadow:0 4px 16px rgba(0,136,204,.35)}.btn--tg:hover{background:linear-gradient(135deg,#0077b5,#069);color:#fff;box-shadow:0 6px 24px rgba(0,136,204,.45);transform:translateY(-2px)}.tg-cta__stats{display:flex;justify-content:center;gap:20px;margin-top:16px;font-size:12px;color:var(--text-sec);flex-wrap:wrap}.messenger-stack{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column-reverse;gap:12px;z-index:185;align-items:center}.messenger-stack .chat-trigger,.messenger-stack a{width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .25s;cursor:pointer;border:0}.messenger-stack .chat-trigger:hover,.messenger-stack a:hover{transform:scale(1.12)}.messenger-stack a svg{width:22px;height:22px}.tg-float{background:linear-gradient(135deg,#08c,#0077b5);box-shadow:0 4px 16px rgba(0,136,204,.4)}.geo-tag{display:inline-block;margin-top:6px;font-size:12px;color:var(--green);font-weight:600;background:var(--green-light);padding:2px 10px;border-radius:var(--r-pill)}.mt-1{margin-top:16px}.mt-2{margin-top:24px}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media (max-width:768px){.fake-chat{width:calc(100% - 20px);max-width:340px;right:10px;bottom:70px}.messenger-stack{bottom:14px;right:14px;gap:10px}.messenger-stack .chat-trigger,.messenger-stack a{width:40px;height:40px}.messenger-stack a svg{width:18px;height:18px}.chat-trigger__avatar{font-size:18px}.wheel-popup__card{width:96%;padding:16px}.wheel-wrap,.wheel-wrap canvas{width:260px;height:260px}.sp-toast{left:10px;right:10px;max-width:none;bottom:80px}.compare-bar__inner{flex-direction:column;gap:8px;padding:10px 16px}.compare-bar__actions,.compare-bar__info{width:100%;justify-content:center}.compare-modal__content{width:96%;max-height:85vh}.nav{display:none}.nav.nav--open{display:flex;flex-direction:column;position:absolute;top:56px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);padding:16px 20px;z-index:99;box-shadow:0 4px 12px rgba(0,0,0,.08)}.nav__mobile{display:block}.hero__card{padding:24px 20px}.hero__title{font-size:22px}.section{padding:24px 0}.steps__grid{grid-template-columns:1fr;max-width:360px}.city-map__grid,.links-grid{grid-template-columns:repeat(2,1fr)}.mfo-card{flex-direction:column;text-align:center;padding:16px}.mfo-card__details,.mfo-card__tags{justify-content:center}.mfo-card__cta,.mfo-card__cta .btn{width:100%}.footer__grid{grid-template-columns:1fr 1fr;gap:16px}.grid-2{grid-template-columns:1fr}.compare-table td,.compare-table th{padding:6px 8px;font-size:11px}}@media (max-width:480px){.footer__grid,.links-grid{grid-template-columns:1fr}.trust__badges{gap:8px}.trust__badge{font-size:11px;padding:4px 10px}}.breadcrumbs{padding:12px 0;font-size:14px}.breadcrumbs__list{display:flex;list-style:none;gap:8px;flex-wrap:wrap}.breadcrumbs__item{display:flex;align-items:center}.breadcrumbs__item:not(:last-child)::after{content:"/";margin-left:8px;color:var(--text-muted)}.breadcrumbs__item a{color:var(--blue);font-weight:500}.breadcrumbs__item a:hover,.toc a:hover{text-decoration:underline}.breadcrumbs__item [aria-current=page]{color:var(--text-sec);font-weight:500}.related-links{margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.related-links h2{font-size:20px;margin-bottom:24px;color:var(--navy)}.related-links__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.related-links__section{background:var(--white);padding:16px;border-radius:var(--r-sm);border:1px solid var(--border)}.related-links__section h3{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.related-links__list{list-style:none;display:flex;flex-direction:column;gap:8px}.related-link{color:var(--blue);font-size:13px;line-height:1.5;word-break:break-word}.related-link:hover{color:var(--blue-dark);text-decoration:underline}.top-mfos-widget{background:linear-gradient(135deg,var(--orange-light),#fff5f0);border:1px solid var(--border);border-radius:var(--r);padding:20px;margin-bottom:24px}.top-mfos-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:16px;display:flex;align-items:center;gap:8px}.top-mfos-list{list-style:none;counter-reset:mfo-counter}.top-mfos-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,107,53,.15)}.top-mfos-item:last-child{border-bottom:none;padding-bottom:0}.top-mfos-rank{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--orange);color:#fff;border-radius:50%;font-weight:700;font-size:13px;flex-shrink:0}.top-mfos-link{flex:1;display:flex;flex-direction:column;gap:2px}.top-mfos-name{font-size:14px;font-weight:600;color:var(--navy)}.top-mfos-rating{font-size:12px;color:var(--text-sec)}.top-mfos-link:hover .top-mfos-name{color:var(--orange)}.auto-link{color:var(--blue);font-weight:500;text-decoration:underline;text-decoration-style:dotted;text-decoration-color:rgba(74,159,212,.4)}.auto-link:hover{text-decoration-style:solid;text-decoration-color:var(--blue)}@media (max-width:768px){.related-links__grid{grid-template-columns:1fr;gap:16px}.top-mfos-widget{padding:16px;margin-bottom:20px}.breadcrumbs{padding:8px 0;font-size:12px}.breadcrumbs__item:not(:last-child)::after{margin-left:4px}}.mfo-card__legal{padding:10px 16px;border-top:1px solid var(--border);background:var(--bg);font-size:11px;color:var(--text-muted);line-height:1.5}.mfo-card__legal-params{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:6px;font-size:11px;font-family:var(--font);color:var(--text-sec)}.mfo-card__legal-link,.nbu-warning a{color:var(--blue);text-decoration:underline}.mfo-card__legal-link{display:inline-block;margin-right:12px;font-size:11px}.mfo-card__legal-link:hover{color:var(--blue-dark)}.mfo-card__legal-entity{display:block;margin-top:4px;font-size:10px;color:var(--text-muted)}.nbu-warning{max-width:1140px;margin:2rem auto;padding:16px 20px;border:2px solid var(--orange);border-radius:8px;background:#fff8f0;font-size:13px;line-height:1.6;color:var(--text);font-weight:600}.calc-hub__title,.nbu-warning p{margin-bottom:8px}.nbu-warning a{font-weight:700}.calc-hub__title{font-size:2rem;font-weight:800;color:var(--navy)}.calc-hub__sub{color:var(--text-muted);font-size:1.1rem;margin-bottom:24px}.calc-box{background:var(--white);border-radius:var(--r);padding:24px;box-shadow:var(--shadow);margin-bottom:20px}.calc-box__header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.calc-box__icon{font-size:28px}.calc-box__badge{background:var(--blue);color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px}.calc-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.calc-label{font-size:13px;color:var(--text-muted);font-weight:500}.calc-value{font-size:18px;font-weight:700;color:var(--navy)}.calc-results{background:var(--bg);border-radius:var(--r-sm);padding:16px;margin-top:16px}.calc-res-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;color:var(--text-sec)}.calc-res-row strong{color:var(--navy)}.calc-res-total{border-top:2px solid var(--border);margin-top:6px;padding-top:10px;font-size:16px}.calc-res-total strong{color:var(--orange);font-size:18px}.calc-first-free{display:flex;align-items:center;gap:8px;margin-top:12px;padding:10px 14px;background:var(--green-light);border-radius:var(--r-sm);font-size:13px;color:var(--text-sec)}.calc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:20px}.calc-card{display:block;background:var(--white);border-radius:var(--r);padding:20px;box-shadow:var(--shadow);text-decoration:none;transition:transform .2s,box-shadow .2s;border:2px solid transparent}.calc-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:var(--blue)}.calc-card__icon{font-size:32px;display:block;margin-bottom:8px}.calc-card__title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:6px}.calc-card__desc{font-size:13px;color:var(--text-muted);line-height:1.5}.calc-comparison{background:var(--bg);border-radius:var(--r-sm);padding:16px;margin-top:16px}.calc-comparison h4{font-size:14px;margin-bottom:12px;color:var(--navy)}.calc-bar{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:12px}.calc-bar__label{width:80px;color:var(--text-muted);font-weight:500;flex-shrink:0}.calc-bar__fill{height:20px;border-radius:4px;transition:width .3s}.calc-bar__fill--you{background:var(--orange)}.calc-bar__fill--free{background:var(--green);min-width:4px}.calc-bar__fill--bank{background:var(--blue)}.calc-bar__val{font-weight:600;color:var(--navy);white-space:nowrap}.formula-box,.story__content blockquote{border-left:4px solid var(--blue);background:var(--bg);border-radius:0 var(--r-sm) var(--r-sm)0}.formula-box,.info-box{padding:16px 20px;margin:16px 0;font-size:15px}.formula-box small{color:var(--text-muted);font-size:12px}.info-box{border-radius:var(--r-sm);font-size:14px;line-height:1.6}.info-box--warning{background:#fef3c7;border-left:4px solid #d97706}.info-box--success{background:#dcfce7;border-left:4px solid #16a34a}.toc{background:var(--bg);padding:20px;border-radius:var(--r-sm);margin-bottom:24px}.toc h4{margin-bottom:10px;color:var(--navy)}.toc ol{padding-left:20px;margin:0}.toc li{margin-bottom:4px}.toc a{font-size:14px}.schedule-table table{font-size:12px}.text-green{color:var(--green)!important}.story__nav a,.toc a{color:var(--blue);text-decoration:none}@media (max-width:768px){.calc-hub__title{font-size:1.5rem}.calc-grid{grid-template-columns:1fr}div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}}.story__header{margin-bottom:32px}.story__category{display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px;margin-bottom:12px}.story__category--success{background:#dcfce7;color:#166534}.story__category--lesson{background:#fef3c7;color:#92400e}.story__category--lifehack{background:#dbeafe;color:#1e40af}.story__category--student{background:#ede9fe;color:#5b21b6}.story__category--family{background:#fce7f3;color:#9d174d}.story__title{font-size:1.8rem;font-weight:800;color:var(--navy);margin-bottom:16px;line-height:1.25}.story__meta{justify-content:space-between;flex-wrap:wrap;margin-bottom:20px}.story__author-card,.story__meta{display:flex;align-items:center;gap:12px}.story__avatar{width:48px;height:48px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.story__name{font-size:15px;color:var(--navy)}.story__detail,.story__name{display:block}.story__date,.story__detail,.story__fact span{font-size:13px;color:var(--text-muted)}.story__quick-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;background:var(--bg);border-radius:var(--r);padding:16px}.story__fact{text-align:center}.story__fact span{display:block;font-size:12px;margin-bottom:4px}.story__fact strong{font-size:16px;color:var(--navy)}.story__content{font-size:16px;line-height:1.8}.story__content p{margin-bottom:16px}.story__content blockquote{padding:12px 20px;margin:20px 0;font-style:italic}.story__footer{margin-top:40px}.story__cta-box{background:linear-gradient(135deg,var(--blue),#2563eb);color:#fff;padding:28px;border-radius:var(--r);text-align:center;margin-bottom:20px}.story__cta-box h3{color:#fff;margin-bottom:8px}.story__cta-box p,.story__share{margin-bottom:16px;font-size:14px}.story__cta-box p{opacity:.9}.story__cta-box .btn{background:#fff;color:var(--blue)}.story__share{display:flex;align-items:center;gap:10px;color:var(--text-muted)}.story__share-btn{padding:6px 14px;border-radius:6px;background:var(--bg);color:var(--navy);text-decoration:none;font-size:13px;font-weight:500}.story__share-btn:hover{background:var(--blue);color:#fff}.story__nav{display:flex;justify-content:space-between;padding-top:16px;border-top:1px solid var(--border);font-size:14px}.story-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.story-filter{padding:8px 16px;border-radius:20px;border:1px solid var(--border);background:#fff;cursor:pointer;font-size:13px;font-weight:500;color:var(--text-sec);transition:all .2s}.story-filter:hover{border-color:var(--blue);color:var(--blue)}.story-filter--active{background:var(--blue);color:#fff;border-color:var(--blue)}.stories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.story-card{display:block;background:#fff;border-radius:var(--r);padding:20px;box-shadow:var(--shadow);text-decoration:none;transition:transform .2s,box-shadow .2s;border:2px solid transparent}.story-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:var(--blue)}.story-card__category{font-size:24px;margin-bottom:8px}.story-card__title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.35}.story-card__meta{display:flex;gap:10px;font-size:12px;color:var(--text-muted);margin-bottom:8px}.story-card__amount{font-size:14px;font-weight:600;color:var(--blue);margin-bottom:8px}.story-card__excerpt{font-size:13px;color:var(--text-sec);line-height:1.5}.stories-coming{text-align:center;padding:40px;background:var(--bg);border-radius:var(--r)}.stories-coming h3{margin-bottom:12px}.stories-coming p{margin-bottom:16px;color:var(--text-muted)}.stories-empty{text-align:center;padding:30px;color:var(--text-muted)}@media (max-width:768px){.story__title{font-size:1.4rem}.story__quick-facts{grid-template-columns:1fr 1fr}.stories-grid{grid-template-columns:1fr}}.footer__social{display:flex;gap:16px;justify-content:center;padding:16px 0;margin-bottom:8px}.footer__social-link{display:inline-flex;align-items:center;gap:6px;color:#94a3b8;text-decoration:none;font-size:14px;padding:8px 16px;border-radius:8px;background:rgba(255,255,255,.05);transition:all .2s}.footer__social-link:hover{color:#fff;background:rgba(59,130,246,.2)}.footer__social-link svg{flex-shrink:0}details.faq__item>summary::-webkit-details-marker{display:none}details.faq__item>summary::marker{display:none;content:""}details.faq__item .faq__a{max-height:none;overflow:visible;padding:0 18px 14px}details.faq__item:not([open]) .faq__a{display:none}article.mfo-card{background:var(--card);border-radius:12px;padding:24px;margin-bottom:20px;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid var(--border)}article.mfo-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.12);transform:translateY(-4px)}article.mfo-card h3{font-size:20px;font-weight:700;color:var(--navy);margin-bottom:12px;padding-bottom:0;border-bottom:none}article.mfo-card p{margin-bottom:14px;font-size:15px;line-height:1.6;color:var(--text-sec)}article.mfo-card p:first-of-type{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.mfo-rating{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.mfo-rating .stars{font-size:18px;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:6px}.mfo-rating .stars::before{content:"⭐";margin-right:4px}.mfo-rating .reviews{font-size:13px;color:var(--text-muted);font-weight:500}article.mfo-card p strong{display:inline-block;min-width:140px;color:var(--navy)}section.common-mistakes,section.conclusion,section.how-to-apply,section.how-to-choose,section.intro,section.methodology{margin-bottom:48px;padding-bottom:32px}section.common-mistakes,section.conclusion,section.how-to-apply,section.how-to-choose,section.intro:not(:first-child),section.methodology{border-bottom:1px solid var(--border)}.article h2{position:relative;padding-bottom:16px;margin:40px 0 24px;border-bottom:2px solid var(--border);color:var(--navy);font-size:24px;font-weight:700}.article h2::before{content:"";position:absolute;left:0;bottom:-2px;width:60px;height:4px;background:linear-gradient(90deg,var(--orange),var(--blue));border-radius:2px}.article h3{color:var(--orange);font-size:18px;font-weight:600;margin-top:28px;margin-bottom:12px;padding-bottom:8px}.article ol{margin:24px 0;padding-left:0;counter-reset:step-counter;list-style:none}.article ol li{position:relative;padding-left:52px;margin-bottom:16px;line-height:1.7}.article ol li::before{content:counter(step-counter);counter-increment:step-counter;position:absolute;left:0;top:0;width:40px;height:40px;background:linear-gradient(135deg,var(--orange),#ff8a50);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;box-shadow:0 4px 12px rgba(255,107,53,.3)}.article blockquote{border-left:4px solid var(--orange);padding:16px 20px;background:var(--orange-light);border-radius:0 12px 12px 0;margin:24px 0;font-size:14px;color:var(--text-sec);line-height:1.6}.comparison-table{margin:32px 0}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:24px 0;border-radius:12px;box-shadow:var(--shadow);border:1px solid var(--border)}.article .table-responsive table{margin:0;box-shadow:none;border-radius:0;min-width:900px}.article table{border-collapse:collapse;width:100%;font-size:14px}.article table thead{background:linear-gradient(135deg,var(--navy),#243b5e);position:sticky;top:0;z-index:10}.article table th{color:#fff;padding:12px 16px;text-align:left;font-weight:600;white-space:nowrap;background:inherit}.article table tbody tr:nth-child(odd){background-color:var(--bg)}.article table tbody tr:nth-child(even){background-color:var(--card)}.article table tbody tr{transition:background-color .2s ease;border-bottom:1px solid var(--border)}.article table tbody tr:hover{background-color:rgba(74,159,212,.05)}.article table td{padding:12px 16px;color:var(--text-sec);border-bottom:1px solid var(--border);position:relative}.article table td:first-child{font-weight:600;color:var(--navy)}.article table td:contains("0%"){background:var(--green-light)}.article table tbody tr td{position:relative}.article table td::before{content:""}.article table tbody tr:has(td:contains("0%")){position:relative}.internal-links{margin-top:48px;padding-top:32px;border-top:2px solid var(--border)}.breadcrumb,.internal-links h2{font-size:24px;margin-bottom:24px}.internal-links ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.internal-links li{margin:0}.internal-links li a{display:flex;flex-direction:column;gap:8px;padding:16px;background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm);transition:all .3s ease;text-decoration:none;color:var(--navy);font-weight:600;font-size:14px}.internal-links li a::before{content:"→";display:inline-block;font-size:18px;color:var(--orange)}.internal-links li a:hover{box-shadow:var(--shadow);transform:translateY(-4px);border-color:var(--orange);color:var(--orange)}.internal-links li a:hover::before{transform:translateX(4px)}.breadcrumb{font-size:13px;color:var(--text-muted);padding-bottom:16px;border-bottom:1px solid var(--border)}.breadcrumb ol{list-style:none;padding:0;flex-wrap:wrap}.breadcrumb li,.breadcrumb ol{display:flex;align-items:center;gap:4px;margin:0}.breadcrumb li::after{content:"›";margin-left:4px;color:var(--text-muted)}.breadcrumb li:last-child::after{display:none}.breadcrumb a{color:var(--blue);text-decoration:none;font-weight:500;transition:color .2s ease}.breadcrumb a:hover{color:var(--navy);text-decoration:underline}.breadcrumb span{color:var(--text-muted)}.faq{margin-top:36px;padding-top:32px;border-top:2px solid var(--border)}.faq h2{margin-bottom:24px}details{background:var(--card);border:1px solid var(--border);border-radius:12px;margin-bottom:12px;overflow:hidden;transition:box-shadow .3s ease}details:hover{box-shadow:var(--shadow);border-color:var(--orange)}details summary{padding:16px 20px;cursor:pointer;font-weight:600;color:var(--navy);font-size:15px;display:flex;justify-content:space-between;align-items:center;user-select:none;transition:background-color .2s ease}details summary:hover,details[open] summary{background-color:var(--bg)}details summary::after{content:"+";font-size:18px;color:var(--orange);font-weight:400;margin-left:12px;flex-shrink:0;transition:transform .3s ease}details[open] summary::after{content:"−";transform:rotate(0deg)}details[open] summary{border-bottom:1px solid var(--border)}details>p{padding:16px 20px;margin:0;color:var(--text-sec);line-height:1.6;font-size:14px}.how-to-choose,.top-mfo{margin-bottom:48px}.top-mfo h2{margin-bottom:28px}.common-mistakes h2,.how-to-apply h2,.how-to-choose h2{margin-bottom:24px}.how-to-choose h3{margin-top:20px;margin-bottom:8px}.conclusion p{font-size:15px;line-height:1.7;color:var(--text-sec)}.common-mistakes h3{margin-top:24px;margin-bottom:12px;color:var(--orange)}.common-mistakes p,.conclusion p{margin-bottom:16px}@media (max-width:768px){article.mfo-card{padding:18px;margin-bottom:16px}article.mfo-card h3{font-size:18px;margin-bottom:10px}article.mfo-card p{font-size:14px;margin-bottom:12px}.mfo-rating{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:12px;padding-bottom:10px}.article table,.breadcrumb{font-size:12px}.article table td,.article table th{padding:8px 10px}.article h2{font-size:20px;margin-bottom:16px;padding-bottom:12px}.article h3{font-size:16px;margin-top:20px}.article ol li{padding-left:48px}.article ol li::before{width:36px;height:36px;font-size:14px}.internal-links ul{grid-template-columns:1fr;gap:12px}.internal-links li a{padding:12px;font-size:13px}section.common-mistakes,section.conclusion,section.how-to-apply,section.how-to-choose,section.intro,section.methodology{margin-bottom:32px;padding-bottom:20px}details summary{padding:12px 16px;font-size:14px}.table-responsive{border-radius:8px}.article table{min-width:700px}}@media (max-width:480px){article.mfo-card{padding:14px}article.mfo-card h3{font-size:16px}article.mfo-card p{font-size:13px}.article h2{font-size:18px}.article h3{font-size:15px}.article ol li{padding-left:44px;margin-bottom:12px}.article ol li::before{width:32px;height:32px;font-size:12px}.internal-links ul{gap:10px}.internal-links li a{padding:10px;font-size:12px}.breadcrumb ol{gap:2px}.breadcrumb li::after{margin-left:2px}.article table{min-width:600px;font-size:11px}.article table td,.article table th{padding:6px 8px}}