.btn{border-radius:var(--border-radius);cursor:pointer;justify-content:center;align-items:center;gap:var(--spacing-2);box-sizing:border-box;border:none;font-family:inherit;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.btn:focus{outline:none;box-shadow:0 0 0 2px rgba(5,150,105,.3)}.btn--small{padding:var(--spacing-2) var(--spacing-3);font-size:var(--font-size-sm);line-height:1.4}.btn--medium{padding:var(--spacing-3) var(--spacing-4);font-size:var(--font-size-base);line-height:1.5}.btn--large{padding:var(--spacing-4) var(--spacing-5);font-size:var(--font-size-lg);line-height:1.6}.btn--primary{background-color:var(--primary-color);color:var(--text-white)}.btn--primary:hover:not(:disabled){background-color:var(--hover-primary)}.btn--secondary{background-color:var(--secondary-lighter);color:var(--text-white)}.btn--secondary:hover:not(:disabled){background-color:var(--secondary-color)}.btn--danger{background-color:var(--error-color);color:var(--text-white)}.btn--danger:hover:not(:disabled){background-color:#dc2626}.btn--success{background-color:var(--success-color);color:var(--text-white)}.btn--success:hover:not(:disabled){background-color:var(--primary-dark)}.btn--outline{color:var(--text-primary);border:1px solid var(--border-color);background-color:transparent}.btn--outline:hover:not(:disabled){background-color:var(--background-gray);color:var(--text-primary);border-color:var(--border-dark)}.btn--disabled{opacity:.6;cursor:not-allowed}.btn--loading{cursor:wait}.btn--full-width{width:100%}.btn__spinner{border:2px solid transparent;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.input-wrapper{flex-direction:column;gap:6px;width:100%;display:flex}.input__label{color:#333;margin-bottom:4px;font-size:14px;font-weight:500}.input__required{color:#dc3545;margin-left:2px}.input{color:#333;box-sizing:border-box;background-color:#fff;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:16px;transition:all .2s}.input:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px rgba(0,123,255,.2)}.input::-webkit-input-placeholder{color:#999}.input::-moz-placeholder{color:#999}.input::-ms-input-placeholder{color:#999}.input::placeholder{color:#999}.input--small{padding:6px 12px;font-size:14px;line-height:1.4}.input--medium{padding:10px 16px;font-size:16px;line-height:1.5}.input--large{padding:12px 20px;font-size:18px;line-height:1.6}.input--full-width{width:100%}.input--error,.input--error:focus{border-color:#dc3545;box-shadow:0 0 0 2px rgba(220,53,69,.2)}.input--disabled{color:#6c757d;cursor:not-allowed;opacity:.6;background-color:#f8f9fa}.input__error{color:#dc3545;margin-top:2px;font-size:12px}.breadcrumbs{margin:0;padding:10px 0 0}.breadcrumbs__list{flex-wrap:wrap;align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs__item{align-items:center;gap:4px;font-size:12px;line-height:1.3;display:flex}.breadcrumbs__link{color:var(--text-secondary);padding:2px 0;font-weight:400;text-decoration:none;transition:color .15s}.breadcrumbs__link:hover{color:var(--primary-color);text-decoration:none}.breadcrumbs__link:focus{outline:1px solid var(--primary-color);outline-offset:2px;border-radius:2px}.breadcrumbs__current{color:var(--secondary-light);padding:2px 0;font-weight:500}.breadcrumbs__separator{color:#d1d5db;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:10px;font-weight:300}@media (max-width:768px){.breadcrumbs{margin:12px 0 8px}.breadcrumbs__item{font-size:11px}.breadcrumbs__separator{font-size:9px}}@media (max-width:480px){.breadcrumbs{margin:8px 0 6px}.breadcrumbs__item{font-size:10px}.breadcrumbs__separator{font-size:8px}}.faq{box-shadow:none;background:0 0;border-radius:0;margin:40px 0;padding:0}.faq__header{text-align:center;margin-bottom:24px}.faq__title{color:#1f2937;background:0 0;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:unset;margin:0 0 8px;font-size:28px;font-weight:700}.faq__description{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:16px;line-height:1.5}.faq__list{flex-direction:column;gap:8px;max-width:800px;margin:0 auto;display:flex}.faq__item{background:#fff;border:1px solid #f5f8fa;border-radius:8px;transition:all .2s;overflow:hidden}.faq__item:hover{border-color:var(--primary-color);box-shadow:0 2px 8px rgba(37,99,235,.1)}.faq__item--open{border-color:var(--primary-color);background:#f8faff}.faq__item.active .faq__question,.faq__item.active .faq__question:hover{border-color:var(--primary-color)}.faq__question{text-align:left;cursor:pointer;color:#1f2937;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px 20px;font-size:15px;font-weight:500;line-height:1.4;transition:color .2s;display:flex}.faq__question:hover{color:var(--primary-color)}.faq__question:focus{outline:2px solid var(--primary-color);outline-offset:2px}.faq__question-text{flex:1}.faq__icon{width:20px;height:20px;color:var(--text-secondary);border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:300;transition:all .2s;display:flex}.faq__item--open .faq__icon{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:rotate(180deg)}.faq__toggle-icon.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.faq__answer{border-top:1px solid #e5e7eb;animation:.3s slideDown}.faq__answer[hidden]{display:none}.faq__answer-content{color:var(--text-secondary);padding:16px 20px;line-height:1.5}.faq__answer-content p{margin:0;font-size:14px}.faq__answer-content p:not(:last-child){margin-bottom:8px}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:3000px;transform:translateY(0)}}@media (max-width:768px){.faq{margin:32px 0;padding:0 16px}.faq__title{font-size:24px}.faq__description{font-size:14px}.faq__question{padding:14px 16px;font-size:14px}.faq__answer-content{padding:14px 16px}.faq__icon{width:18px;height:18px;font-size:16px}}@media (max-width:480px){.faq{margin:24px 0;padding:0 12px}.faq__title{font-size:22px}.faq__question{padding:12px 14px;font-size:13px}.faq__answer-content{padding:12px 14px}.faq__answer-content p{font-size:13px}}.reviews{background:0 0;border-radius:0;margin:60px 0;padding:0}.reviews__header{text-align:center;margin-bottom:40px}.reviews__title{color:#1f2937;background:0 0;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:unset;margin:0 0 12px;font-size:32px;font-weight:700}.reviews__summary{flex-direction:column;align-items:center;gap:8px;display:flex}.reviews__rating{align-items:center;gap:12px;display:flex}.reviews__stars{gap:2px;display:flex}.reviews__star{color:#e5e7eb;font-size:20px;transition:color .2s}.reviews__star--filled{color:#fbbf24}.reviews__rating-value{color:#1f2937;font-size:18px;font-weight:600}.reviews__count{color:var(--text-secondary);margin:0;font-size:14px}.reviews__grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:20px;max-width:1200px;margin:0 auto;display:grid}.reviews__item{background:#fff;border:1px solid #f5f8fa;border-radius:12px;padding:20px;transition:transform .2s,box-shadow .2s}.reviews__item:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.reviews__item-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.reviews__author{align-items:center;gap:12px;display:flex}.reviews__avatar{color:#fff;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:600;display:flex;overflow:hidden}.reviews__avatar-image{object-fit:cover;border-radius:7px;width:100%;height:100%}.reviews__author-info{flex:1}.reviews__author-name{color:#1f2937;margin:0 0 4px;font-size:15px;font-weight:600}.reviews__date{color:var(--text-secondary);font-size:12px}.reviews__rating-author{align-items:center;gap:8px;display:flex}.reviews__author-date{color:var(--text-secondary);font-size:12px}.reviews__rating-small{gap:1px;display:flex}.reviews__rating-small .reviews__star{font-size:14px}.reviews__content{flex-direction:column;gap:12px;display:flex}.reviews__text{color:var(--secondary-lighter);margin:0;font-size:14px;line-height:1.6}.reviews__loan-info{border-left:3px solid var(--primary-color);background:#f8faff;border-radius:8px;gap:16px;padding:12px 16px;display:flex}.reviews__loan-amount,.reviews__loan-period{color:var(--text-secondary);font-size:12px;font-weight:500}.reviews__loan-amount{color:#059669}@media (max-width:768px){.reviews{margin:48px 0;padding:0 16px}.reviews__title{font-size:26px}.reviews__grid{grid-template-columns:1fr;gap:16px}.reviews__item{padding:18px}.reviews__item-header{flex-direction:column;align-items:flex-start;gap:10px}.reviews__rating-small{align-self:flex-start}.reviews__rating-author{flex-direction:column;align-items:flex-start;gap:4px}.reviews__author-date{font-size:11px}}@media (max-width:480px){.reviews{margin:32px 0;padding:0 12px}.reviews__title{font-size:22px}.reviews__item{padding:16px}.reviews__avatar{border-radius:6px;width:40px;height:40px;font-size:14px}.reviews__avatar-image{border-radius:5px}.reviews__author-name{font-size:14px}.reviews__text{font-size:13px}.reviews__loan-info{flex-direction:column;gap:6px}.reviews__rating-author{flex-direction:column;align-items:flex-start;gap:4px}.reviews__author-date{font-size:11px}}.reviews__buttons{justify-content:center;gap:16px;margin-top:40px;display:flex}.reviews__button{cursor:pointer;border:none;border-radius:8px;min-width:140px;padding:12px 24px;font-size:16px;font-weight:500;transition:all .2s}.reviews__button--primary{background:var(--primary-color);color:#fff}.reviews__button--primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.reviews__button--secondary{color:var(--secondary-light);background:#f3f4f6;border:1px solid #d1d5db}.reviews__button--secondary:hover{background:#e5e7eb;transform:translateY(-1px)}.reviews__button:active{transform:translateY(0)}@media (max-width:768px){.reviews__buttons{flex-direction:column;align-items:center;gap:12px;margin-top:30px}.reviews__button{width:100%;max-width:280px}}@media (max-width:480px){.reviews__buttons{margin-top:20px}.reviews__button{padding:10px 20px;font-size:14px}}.calculator{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;width:100%;max-width:350px;margin:0;padding:1rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.calculator__content{flex-direction:column;gap:.75rem;display:flex}.calculator__inputs{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.calculator__input-group{flex-direction:column;gap:.25rem;display:flex}.calculator__label{color:#1f2937;margin:0;font-size:.875rem;font-weight:600}.calculator__input-wrapper{flex-direction:column;gap:.375rem;display:flex}.calculator__slider{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;cursor:pointer;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px;transition:background .2s}.calculator__slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:var(--primary-color);cursor:pointer;border-radius:50%;width:18px;height:18px;transition:transform .2s;box-shadow:0 2px 4px rgba(5,150,105,.3)}.calculator__slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.calculator__slider::-moz-range-thumb{background:var(--primary-color);cursor:pointer;border:none;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 4px rgba(5,150,105,.3)}.calculator__input-display{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;align-items:center;gap:.25rem;padding:.5rem .75rem;display:flex}.calculator__number-input{color:#1f2937;background:0 0;border:none;outline:none;flex:1;font-size:.875rem;font-weight:600}.calculator__currency{color:var(--text-secondary);font-size:.75rem;font-weight:500}.calculator__range-labels{color:var(--text-secondary);justify-content:space-between;font-size:.75rem;display:flex}.calculator__results{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;padding:.75rem}.calculator__results-grid{flex-direction:column;gap:.375rem;margin-bottom:.75rem;display:flex}.calculator__result-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.calculator__result-row:last-child{border-bottom:none}.calculator__result-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.calculator__result-value{color:#1f2937;font-size:.875rem;font-weight:600}.calculator__features{margin-bottom:.75rem}.calculator__feature-item{cursor:pointer;align-items:center;gap:.375rem;display:flex}.calculator__feature-checkbox{display:none}.calculator__feature-icon{color:#fff;background:#10b981;border-radius:.25rem;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.75rem;font-weight:600;display:flex}.calculator__feature-text{color:#1f2937;font-size:.75rem;font-weight:500}.calculator__cta{text-align:center}.calculator__apply-button{color:#1f2937;cursor:pointer;background:#fbbf24;border:none;border-radius:.375rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .2s}.calculator__apply-button:hover{background:#f59e0b}.calculator__button--primary{background:var(--primary-color);color:#fff}.calculator__button--primary:hover{background:var(--primary-dark)}@media (max-width:768px){.calculator{max-width:100%;margin:0;padding:.75rem}.calculator__inputs{grid-template-columns:1fr;gap:.5rem}.calculator__results{padding:.5rem}}@media (max-width:480px){.calculator{max-width:100%;margin:0;padding:.75rem}.calculator__inputs{grid-template-columns:1fr;gap:.5rem}.calculator__label{font-size:.75rem}.calculator__number-input{font-size:.875rem}.calculator__results{padding:.5rem}.calculator__result-value{font-size:.75rem}.calculator__apply-button{padding:.5rem .75rem;font-size:.75rem}}.footer{background:var(--background-secondary);color:var(--text-primary);border-top:1px solid var(--border-color);width:100%;margin-top:60px;padding:48px 0 24px;overflow-x:hidden}.footer__container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.footer__content{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px;display:grid}.footer__section{flex-direction:column;gap:20px;display:flex}.footer__section_main{gap:32px}.footer__logo{flex-direction:column;gap:12px;display:flex}.footer__brand-wrapper{align-items:center;gap:12px;display:flex}.footer__brand{color:var(--primary-color);background:0 0;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:unset;margin:0;font-size:28px;font-weight:700}.footer__age-badge{background:var(--error-color);width:32px;height:24px;color:var(--text-white);border-radius:var(--border-radius-sm);font-size:12px;font-weight:600;font-family:var(--font-primary-fallback);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.footer__tagline{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.5}.footer__stats{grid-template-columns:repeat(3,1fr);gap:16px;padding:10px 0;display:grid}.footer__stat{background:var(--background-primary);border-radius:var(--border-radius);border:1px solid var(--border-light);flex-direction:column;align-items:center;padding:16px;display:flex}.footer__stat-number{color:var(--primary-color);margin-bottom:4px;font-size:20px;font-weight:700}.footer__stat-label{color:var(--text-secondary);text-align:center;font-size:11px;line-height:1.3}.footer__logos{flex-direction:column;gap:8px;display:flex}.footer__logos-grid{grid-template-columns:repeat(5,1fr);align-items:center;justify-items:center;gap:12px;display:grid}.footer__logo-image{object-fit:contain;max-width:48px;max-height:32px;transition:opacity .2s}.footer__logo-image:hover{opacity:.8}.footer__section-title{color:var(--text-primary);margin:0 0 max(6px,min(2vw,16px));font-size:max(10px,min(3vw,16px));font-weight:600}.footer__links{flex-direction:column;gap:max(6px,min(1.5vw,12px));margin:0;padding:0;list-style:none;display:flex}.footer__link{color:var(--text-secondary);font-size:max(9px,min(2.5vw,14px));line-height:1.3;text-decoration:none;transition:color .2s}.footer__link:hover{color:var(--primary-color)}.footer__contacts{flex-direction:column;gap:max(8px,min(2vw,16px));display:flex}.footer__contact-item{align-items:flex-start;gap:max(6px,min(1.5vw,12px));display:flex}.footer__contact-icon{color:var(--primary-color);flex-shrink:0;margin-top:2px;font-size:max(12px,min(2.5vw,16px))}.footer__contact-info{flex-direction:column;flex:1;gap:max(2px,min(1vw,4px));display:flex}.footer__contact-label{color:var(--text-secondary);font-size:max(7px,min(2vw,12px));font-weight:500}.footer__contact-link{color:var(--text-primary);word-break:break-word;overflow-wrap:break-word;font-size:max(8px,min(2.5vw,14px));font-weight:500;text-decoration:none;transition:color .2s}.footer__contact-link:hover{color:var(--primary-color)}.footer__address{color:var(--text-primary);font-size:max(8px,min(2.5vw,14px));font-style:normal;line-height:1.3}.footer__working-hours{color:var(--text-primary);font-size:max(8px,min(2.5vw,14px));font-weight:500}.footer__bottom{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:24px;padding-top:24px;display:flex}.footer__legal{flex-direction:column;gap:8px;display:flex}.footer__copyright,.footer__license{color:var(--text-secondary);margin:0;font-size:12px}.footer__license{font-weight:500}.footer__social{flex-direction:column;align-items:center;gap:12px;display:flex}.footer__social-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;max-width:300px;display:flex}.footer__social-link{background:var(--background-primary);border-radius:var(--border-radius);border:1px solid var(--border-color);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:flex;position:relative}.footer__social-link:hover{background:var(--primary-lightest);border-color:var(--primary-color);transform:translateY(-2px)}.footer__social-icon{font-size:18px}.footer__social-svg{width:20px;height:20px;color:var(--text-secondary);transition:color .2s;display:block}.footer__social-link:hover .footer__social-svg{color:var(--primary-color)}.footer__social-link:hover .footer__social-svg--vk{color:#4680c2}.footer__social-link:hover .footer__social-svg--telegram{color:#08c}.footer__social-link:hover .footer__social-svg--yandex{color:#fc3f1d}.footer__social-link:hover .footer__social-svg--youtube{color:red}@media (max-width:1024px){.footer__content{grid-template-columns:1fr 1fr 1fr;gap:24px}.footer__section{gap:16px}.footer__section_main{grid-column:1/-1;gap:24px}.footer__brand-wrapper{gap:10px}.footer__stats{grid-template-columns:repeat(3,1fr);gap:12px}.footer__logos-grid{grid-template-columns:repeat(4,1fr);gap:10px}.footer__logo-image{max-width:40px;max-height:28px}}@media (max-width:900px) and (min-width:481px){.footer__content{grid-template-columns:1fr 1fr 1fr;gap:16px}.footer__section{gap:12px}}@media (max-width:768px){.footer{margin-top:40px;padding:32px 0 16px}.footer__container{padding:0 16px}.footer__content{grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:24px;display:grid}.footer__section{gap:8px}.footer__section_main{order:-1;grid-column:1/-1;gap:16px;margin-bottom:16px}.footer__tagline{text-align:center;font-size:12px;line-height:1.4}.footer__stats{grid-template-columns:repeat(3,1fr);gap:6px}.footer__stat{text-align:center;padding:8px 4px}.footer__stat-number{font-size:16px;font-weight:600}.footer__stat-label{margin-top:2px;font-size:9px}.footer__section-title{margin-bottom:8px;font-size:14px}.footer__links{gap:8px}.footer__link{padding:4px 0;font-size:13px}.footer__contacts{gap:12px}.footer__contact-item{gap:8px}.footer__contact-label{font-size:10px}.footer__contact-link,.footer__address,.footer__working-hours{font-size:12px}.footer__bottom{text-align:center;flex-direction:column;gap:12px}.footer__copyright{font-size:10px;line-height:1.4}.footer__social{flex-direction:column;align-items:center;gap:8px}.footer__brand-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:8px}.footer__brand{font-size:20px}.footer__tagline{text-align:center;font-size:12px}.footer__age-badge{width:28px;height:20px;font-size:10px}.footer__social-links{justify-content:center;gap:16px}.footer__logos-grid{grid-template-columns:repeat(4,1fr);justify-items:center;gap:6px}.footer__logo-image{max-width:32px;max-height:22px}}@media (max-width:480px){.footer{margin-top:32px;padding:24px 0 12px}.footer__container{padding:0 12px}.footer__content{grid-template-columns:1fr;gap:16px;margin-bottom:20px}.footer__section{gap:8px}.footer__section_main{order:-1;gap:12px;margin-bottom:16px}.footer__brand{font-size:18px}.footer__tagline{font-size:11px;line-height:1.3}.footer__stats{grid-template-columns:repeat(3,1fr);gap:4px;max-width:280px;margin:0 auto}.footer__stat{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:6px 4px}.footer__stat-number{margin-bottom:0;font-size:16px;font-weight:700}.footer__stat-label{text-align:right;font-size:10px}.footer__section-title{margin-bottom:6px;font-size:13px}.footer__links{gap:6px}.footer__link{padding:2px 0;font-size:12px}.footer__contacts{gap:8px}.footer__contact-item{flex-direction:row;align-items:flex-start;gap:6px}.footer__contact-icon{margin-top:0;font-size:14px}.footer__contact-label{font-size:9px}.footer__contact-link,.footer__address,.footer__working-hours{font-size:11px;line-height:1.3}.footer__bottom{gap:8px;padding-top:12px}.footer__copyright{max-width:280px;margin:0 auto;font-size:9px;line-height:1.3}.footer__license{font-size:8px}.footer__social{flex-direction:column;align-items:center;gap:8px}.footer__brand-wrapper{gap:6px}.footer__age-badge{width:24px;height:18px;font-size:9px}.footer__social-links{flex-wrap:wrap;justify-content:center;gap:12px;max-width:200px}.footer__social-link{padding:6px}.footer__social-svg{width:16px;height:16px}.footer__logos-grid{grid-template-columns:repeat(5,1fr);gap:3px;max-width:250px;margin:0 auto}.footer__logo-image{max-width:24px;max-height:16px}}@media (max-width:320px){.footer{margin-top:24px;padding:20px 0 10px}.footer__container{padding:0 10px}.footer__content{grid-template-columns:1fr;gap:12px;margin-bottom:16px}.footer__section{gap:6px}.footer__section_main{order:-1;gap:10px;margin-bottom:12px}.footer__brand{font-size:16px}.footer__tagline{text-align:center;font-size:10px}.footer__stats{gap:3px;max-width:240px}.footer__stat{gap:1px;padding:4px 2px}.footer__stat-number{font-size:14px}.footer__stat-label{font-size:9px}.footer__section-title{margin-bottom:4px;font-size:12px}.footer__link{padding:1px 0;font-size:11px}.footer__contact-item{gap:4px}.footer__contact-icon{font-size:12px}.footer__contact-label{font-size:8px}.footer__contact-link,.footer__address,.footer__working-hours{font-size:10px}.footer__address{line-height:1.2}.footer__bottom{gap:6px;padding-top:8px}.footer__copyright{max-width:240px;font-size:8px}.footer__license{font-size:7px}.footer__brand-wrapper{gap:4px}.footer__age-badge{width:20px;height:16px;font-size:8px}.footer__social-links{gap:8px;max-width:160px}.footer__social-link{padding:4px}.footer__social-svg{width:14px;height:14px}.footer__logos-grid{grid-template-columns:repeat(5,1fr);gap:2px;max-width:200px}.footer__logo-image{max-width:20px;max-height:14px}}@media (prefers-reduced-motion:reduce){.footer__link,.footer__contact-link,.footer__social-link{transition:none}}.updates-modal-overlay{z-index:1000;background:rgba(0,0,0,.5);justify-content:flex-end;align-items:stretch;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.updates-modal{background:#fff;border-radius:12px;flex-direction:column;width:400px;max-width:90vw;max-height:calc(100vh - 80px);margin-top:20px;margin-bottom:20px;animation:.3s ease-out slideInRight;display:flex;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.updates-modal__header{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px;display:flex}.updates-modal__title{color:#1f2937;margin:0;font-size:20px;font-weight:600}.updates-modal__close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;transition:all .2s;display:flex}.updates-modal__close:hover{color:#374151;background:#e5e7eb}.updates-modal__content{flex:1;max-height:calc(100vh - 80px);padding:20px;overflow-y:auto}.updates-modal__item{border-bottom:1px solid #f3f4f6;margin-bottom:24px;padding-bottom:20px}.updates-modal__item:last-child{border-bottom:none;margin-bottom:0}.updates-modal__date{color:var(--primary-color);margin-bottom:8px;font-size:14px;font-weight:600}.updates-modal__description{color:#4b5563;margin-bottom:6px;font-size:14px;line-height:1.5}.updates-modal__fix{color:#059669;margin-bottom:4px;padding-left:8px;font-size:13px;line-height:1.4}.updates-modal__fix:last-child{margin-bottom:0}@media (max-width:768px){.updates-modal-overlay{padding:12px}.updates-modal{width:100%;max-width:100vw;margin-top:12px;margin-bottom:12px}.updates-modal__header,.updates-modal__content{padding:16px}.updates-modal__title{font-size:18px}}.header{background:var(--background-primary);z-index:100;box-shadow:var(--shadow-sm);position:relative}.header__container{grid-template-columns:auto 1fr auto auto;align-items:center;gap:2rem;max-width:1200px;height:4rem;min-height:4rem;margin:0 auto;padding:0 1rem;display:grid}.header__logo-link{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;transition:color .2s;display:flex}.header__logo-link:hover{color:var(--primary-color);text-decoration:none}.header__logo-icon{color:var(--primary-color);font-size:1.5rem}.header__logo-text{color:var(--text-primary);font-size:1.5rem;font-weight:800}.header__tagline{color:var(--text-secondary);letter-spacing:.025em;font-size:.675rem;font-weight:300;font-family:var(--font-primary-fallback);margin-top:-.375rem}.header__nav{justify-self:start}.header__nav-list{flex-wrap:wrap;align-items:center;gap:max(.25rem,min(1vw,.5rem));display:flex}.header__nav-link{text-decoration:none}.header__nav .btn--small{white-space:nowrap;min-width:0;padding:max(4px,min(1vw,6px)) max(6px,min(1.5vw,12px));font-size:max(11px,min(2.2vw,14px));line-height:1.3}.header__actions,.header__user{align-items:center;gap:max(.25rem,min(1vw,.5rem));display:flex}.header__user-email{color:var(--text-secondary);white-space:nowrap;align-items:center;font-size:max(12px,min(2.2vw,14px));font-weight:500;line-height:1.3;display:flex}.header__auth{align-items:center;gap:max(.25rem,min(1vw,.5rem));display:flex}.header__actions .btn--small{white-space:nowrap;min-width:0;padding:max(4px,min(1vw,6px)) max(6px,min(1.5vw,12px));font-size:max(11px,min(2.2vw,14px));line-height:1.3}.header__mobile-toggle{color:var(--text-secondary);cursor:pointer;border-radius:var(--border-radius-sm);background:0 0;border:none;padding:.5rem;font-size:1.25rem;transition:background-color .2s;display:none}.header__mobile-toggle:hover{background:var(--background-gray)}.header__mobile-menu{background:var(--background-primary);border-top:1px solid var(--border-color);z-index:50;box-shadow:var(--shadow-md);padding:1rem;display:none;position:absolute;top:100%;left:0;right:0}.header__mobile-nav{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.header__mobile-link{color:var(--text-secondary);border-radius:var(--border-radius-sm);border:1px solid transparent;margin-bottom:.5rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.header__mobile-link:hover{color:var(--primary-color);background-color:var(--background-gray);border-color:var(--border-color);text-decoration:none}.header__mobile-actions{flex-direction:column;gap:.75rem;display:flex}.header__check-mfo-button{background:var(--primary-color);box-shadow:var(--shadow-sm);white-space:nowrap;border-radius:var(--border-radius);border:none;min-width:0;line-height:1.3;transition:all .2s;color:var(--text-white)!important;padding:max(4px,min(1vw,6px)) max(6px,min(1.5vw,12px))!important;font-size:max(11px,min(2.2vw,14px))!important;text-decoration:none!important}.header__check-mfo-button:hover{background:var(--secondary-color);box-shadow:var(--shadow-md);color:var(--text-white)!important;text-decoration:none!important}.header__check-mfo-button:active{box-shadow:var(--shadow-xs);transform:translateY(1px);color:var(--text-white)!important;text-decoration:none!important}@media (max-width:1024px){.header__container{gap:1rem}.header__nav-list{gap:max(.15rem,min(.6vw,.3rem))}.header__nav .btn--small,.header__actions .btn--small,.header__check-mfo-button{padding:max(2px,min(.6vw,4px)) max(4px,min(1vw,8px))!important;font-size:max(9px,min(1.8vw,12px))!important}.header__user-email{font-size:max(9px,min(1.8vw,11px))}}@media (max-width:950px){.header__container{gap:.75rem}.header__nav-list{gap:max(.1rem,min(.5vw,.25rem))}.header__nav .btn--small,.header__actions .btn--small,.header__check-mfo-button{padding:max(2px,min(.5vw,3px)) max(3px,min(.8vw,6px))!important;font-size:max(8px,min(1.6vw,11px))!important}.header__user-email{font-size:max(8px,min(1.6vw,10px))}}@media (max-width:900px){.header__container{gap:1rem}.header__nav .btn--small,.header__actions .btn--small,.header__check-mfo-button{padding:max(3px,min(.8vw,5px)) max(5px,min(1.2vw,10px))!important;font-size:max(10px,min(2vw,13px))!important}.header__user-email{font-size:max(10px,min(2vw,12px))}}@media (max-width:768px){.header__container{grid-template-columns:1fr auto;gap:1rem}.header__nav,.header__actions{display:none}.header__mobile-toggle,.header__mobile-menu{display:block}}@media (max-width:480px){.header__container{height:3.5rem;padding:0 .75rem}.header__logo-text{font-size:1.25rem}.header__tagline{margin-top:-.25rem;font-size:.75rem}.header__mobile-menu{padding:.75rem}}.hero{width:100%;padding:2rem 0 1.5rem;position:relative;overflow:hidden}.hero__container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero__content{justify-content:center;align-items:flex-start;min-height:auto;display:flex}.hero__text{text-align:center;max-width:800px}.hero__title{color:var(--text-primary);margin:0 0 1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.hero__subtitle{color:var(--text-secondary);margin:0 0 1.5rem;font-size:1.125rem;line-height:1.6}.hero__advantages{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;margin-bottom:1.5rem;display:grid}.hero__advantage{background:var(--background-secondary);border-radius:var(--border-radius);border:1px solid var(--border-color);box-sizing:border-box;align-items:center;gap:.75rem;min-width:0;padding:.75rem 1rem;display:flex}.hero__advantage-icon{color:var(--primary-color);flex-shrink:0;font-size:1.25rem}.hero__advantage-text{color:var(--text-primary);font-size:.875rem;font-weight:500}.hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.hero__actions .btn{white-space:nowrap;min-width:0}.hero__payment-logo{align-items:center;display:flex}.hero__payment-logo-image{max-width:200px;height:auto}@media (max-width:1024px){.hero__title{font-size:2rem}}@media (max-width:768px){.hero{padding:1.5rem 0 1rem}.hero__title{margin:0 0 1rem;font-size:1.75rem}.hero__subtitle{margin:0 0 1.5rem;font-size:1rem}.hero__advantages{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}.hero__actions{flex-direction:row;justify-content:center;align-items:center;gap:.75rem}.hero__payment-logo{order:3;justify-content:center;width:100%;margin-top:1rem}.hero__actions .btn{white-space:nowrap;flex:1;font-size:max(14px,min(3vw,18px))}.hero__payment-logo-image{max-width:150px}}@media (max-width:480px){.hero{padding:1rem 0 .75rem}.hero__container{padding:0 .75rem}.hero__title{margin:0 0 .75rem;font-size:1.5rem}.hero__subtitle{margin:0 0 1rem}.hero__advantages{gap:.5rem;margin-bottom:.75rem}.hero__advantage{gap:.5rem;padding:.5rem .75rem}.hero__advantage-text{font-size:.8rem}.hero__actions .btn{white-space:nowrap;padding:.5rem .25rem;font-size:max(12px,min(2.5vw,16px))}}.top-offers{background:#f8fafc;padding:2rem 0 0;position:relative}.top-offers__container{max-width:1200px;margin:0 auto;padding:0 1rem}.top-offers__header{text-align:center;margin-bottom:3rem}.top-offers__title{color:#1f2937;margin:0 0 .75rem;font-size:2rem;font-weight:800}.top-offers__subtitle{color:var(--text-secondary);margin:0;font-size:1.125rem}.top-offers__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;width:100%;margin:-.5rem;padding:.5rem;display:grid}.top-offers__card{background:#fff;border:1px solid #f5f8fa;border-radius:.75rem;flex-direction:column;height:100%;padding:.5rem 1rem 1rem;transition:all .2s;display:flex;position:relative}.top-offers__card:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.top-offers__card-header{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.top-offers__partner{flex:1;align-items:flex-start;gap:.75rem;display:flex}.top-offers__partner-info{flex-direction:column;gap:.25rem;display:flex}.top-offers__logo{background:#f3f4f6;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.5rem;display:flex}.top-offers__partner-name{color:#1f2937;margin:0;font-size:1.125rem;font-weight:700}.top-offers__rating{align-items:center;gap:.5rem;display:flex}.top-offers__stars{gap:.125rem;display:flex}.top-offers__star{color:#d1d5db;font-size:.875rem}.top-offers__star--filled{color:#fbbf24}.top-offers__rating-value{color:#1f2937;font-size:.875rem;font-weight:600}.top-offers__reviews{color:var(--text-secondary);font-size:.75rem}.top-offers__card-content{flex:1;margin-bottom:1rem}.top-offers__details{margin-bottom:.75rem}.top-offers__detail{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.top-offers__detail:last-child{border-bottom:none}.top-offers__detail-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.top-offers__detail-value{color:#1f2937;font-size:.875rem;font-weight:600}.top-offers__detail-value--rate{color:#059669}.top-offers__features{flex-wrap:wrap;gap:.5rem;display:flex}.top-offers__feature{color:#1e40af;background:#dbeafe;border:1px solid #bfdbfe;border-radius:10px;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.top-offers__feature--color-1{color:var(--secondary-light);background:#f8f7f7;border:1px solid #e5e7eb}.top-offers__feature--color-2{color:#92400e;background:#fcf1d0;border:1px solid #f3d96a}.top-offers__card-actions{flex-direction:column;gap:.5rem;display:flex}.top-offers__compare-btn{cursor:pointer;z-index:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.top-offers__compare-btn:hover{background:#e2e8f0;border-color:#cbd5e1;transform:scale(1.05)}.top-offers__footer{text-align:center}@media (max-width:768px){.top-offers{padding:3rem 0}.top-offers__title{font-size:1.75rem}.top-offers__subtitle{font-size:1rem}.top-offers__grid{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;margin-bottom:2rem}.top-offers__card{padding:2.5rem 1rem 1rem}.top-offers__card-header{gap:.5rem}.top-offers__notice{margin-top:1.5rem;padding:.75rem 0}}@media (max-width:480px){.top-offers__container{padding:0 .75rem}.top-offers__grid{box-sizing:border-box;gap:.375rem;width:100%}.top-offers__card{box-sizing:border-box;min-width:0;padding:2rem .375rem .75rem}.top-offers__title{font-size:1.5rem}.top-offers__compare-btn{width:1.75rem;height:1.75rem;font-size:.875rem;top:.5rem;right:.5rem}.top-offers__notice{margin-top:1rem;padding:.5rem 0}}.top-offers__notice{text-align:center;padding:1rem 0}.top-offers__notice-text{color:var(--text-secondary);text-transform:uppercase;letter-spacing:max(.1px,min(.5vw,.5px));font-size:max(10px,min(2.5vw,14px));font-weight:300;font-family:var(--font-primary-fallback);white-space:nowrap;margin:0}@media (min-width:1024px){.top-offers__grid{grid-template-columns:repeat(4,1fr);gap:.25rem}}.top-offers__logo-img{object-fit:contain;border-radius:var(--border-radius);background:var(--background-secondary);width:48px;height:48px;padding:4px}.top-offers__loading{text-align:center;color:var(--text-secondary);padding:40px;font-size:16px}.top-offers__partner-link{color:inherit;text-decoration:none;transition:color .2s}.top-offers__partner-link:hover{color:var(--primary-color);text-decoration:none}.all-offers{background:#f8fafc;padding:2rem 0 0;position:relative}.all-offers__container{max-width:1200px;margin:0 auto;padding:0 1rem}.all-offers__header{text-align:center;margin-bottom:3rem}.all-offers__title{color:#1f2937;margin:0 0 .75rem;font-size:2rem;font-weight:800}.all-offers__subtitle{color:var(--text-secondary);margin:0;font-size:1.125rem}.all-offers__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;width:100%;margin:-.5rem;padding:.5rem;display:grid}.all-offers__card{background:#fff;border:1px solid #f5f8fa;border-radius:.75rem;flex-direction:column;height:100%;padding:.5rem 1rem 1rem;transition:all .2s;display:flex;position:relative}.all-offers__card:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.all-offers__card-header{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.all-offers__partner{flex:1;align-items:flex-start;gap:.75rem;display:flex}.all-offers__partner-info{flex-direction:column;gap:.25rem;display:flex}.all-offers__logo{background:#f3f4f6;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.5rem;display:flex}.all-offers__partner-name{color:#1f2937;margin:0;font-size:1.125rem;font-weight:700}.all-offers__rating{align-items:center;gap:.5rem;display:flex}.all-offers__stars{gap:.125rem;display:flex}.all-offers__star{color:#d1d5db;font-size:.875rem}.all-offers__star--filled{color:#fbbf24}.all-offers__rating-value{color:#1f2937;font-size:.875rem;font-weight:600}.all-offers__reviews{color:var(--text-secondary);font-size:.75rem}.all-offers__card-content{flex:1;margin-bottom:1rem}.all-offers__details{margin-bottom:.75rem}.all-offers__detail{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.all-offers__detail:last-child{border-bottom:none}.all-offers__detail-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.all-offers__detail-value{color:#1f2937;font-size:.875rem;font-weight:600}.all-offers__detail-value--rate{color:#059669}.all-offers__features{flex-wrap:wrap;gap:.5rem;display:flex}.all-offers__feature{color:#1e40af;background:#dbeafe;border:1px solid #bfdbfe;border-radius:10px;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.all-offers__feature--color-1{color:var(--secondary-light);background:#f8f7f7;border:1px solid #e5e7eb}.all-offers__feature--color-2{color:#92400e;background:#fcf1d0;border:1px solid #f3d96a}.all-offers__card-actions{flex-direction:column;gap:.5rem;display:flex}.all-offers__compare-btn{cursor:pointer;z-index:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.all-offers__compare-btn:hover{background:#e2e8f0;border-color:#cbd5e1;transform:scale(1.05)}.all-offers__footer{text-align:center}@media (max-width:768px){.all-offers{padding:3rem 0}.all-offers__title{font-size:1.75rem}.all-offers__subtitle{font-size:1rem}.all-offers__grid{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;margin-bottom:2rem}.all-offers__card{padding:2.5rem 1rem 1rem}.all-offers__card-header{gap:.5rem}.all-offers__notice{margin-top:1.5rem;padding:.75rem 0}}@media (max-width:480px){.all-offers__container{padding:0 .75rem}.all-offers__grid{box-sizing:border-box;gap:.375rem;width:100%}.all-offers__card{box-sizing:border-box;min-width:0;padding:2rem .375rem .75rem}.all-offers__title{font-size:1.5rem}.all-offers__compare-btn{width:1.75rem;height:1.75rem;font-size:.875rem;top:.5rem;right:.5rem}.all-offers__notice{margin-top:1rem;padding:.5rem 0}}.all-offers__notice{text-align:center;padding:1rem 0}.all-offers__notice-text{color:var(--text-secondary);text-transform:uppercase;letter-spacing:max(.1px,min(.5vw,.5px));font-size:max(10px,min(2.5vw,14px));font-weight:300;font-family:var(--font-primary-fallback);white-space:nowrap;margin:0}@media (min-width:1024px){.all-offers__grid{grid-template-columns:repeat(4,1fr);gap:.25rem}}.all-offers__logo-img{object-fit:contain;background:#f8f9fa;border-radius:8px;width:48px;height:48px;padding:4px}.all-offers__loading{text-align:center;color:#6c757d;padding:40px;font-size:16px}.all-offers__partner-link{color:inherit;text-decoration:none;transition:color .2s}.all-offers__partner-link:hover{color:var(--primary-color);text-decoration:none}.promo-banners{gap:1rem;max-width:1200px;margin:1.5rem auto;padding:0 1rem;display:flex}.promo-banners__item{border-radius:var(--border-radius,12px);flex:1;overflow:hidden}.promo-banners__item a{display:block}.promo-banners__image{border-radius:var(--border-radius,12px);width:100%;height:auto;display:block}@media (max-width:640px){.promo-banners{flex-direction:column}}.home-page{background:#fff;min-height:100vh}.home-page__container{flex-direction:column;gap:0;max-width:1200px;margin:0 auto;padding:20px;display:flex}.home-page__header{text-align:center;margin-bottom:40px;padding:40px 0}.home-page__logo{background:var(--primary-color);-webkit-text-fill-color:transparent;text-shadow:2px 2px 4px rgba(0,0,0,.1);-webkit-background-clip:text;-ms-background-clip:text;background-clip:text;margin:0 0 8px;font-size:48px;font-weight:700}.home-page__subtitle{color:var(--secondary-lighter);margin:0;font-size:20px;font-weight:400}.home-page__main{text-align:center;background:#fff;border-radius:16px;margin-bottom:0;padding:40px;box-shadow:0 8px 32px rgba(0,0,0,.1)}.home-page__user-section{flex-direction:column;align-items:center;gap:32px;display:flex}.user-welcome h2{color:#1a1a1a;margin:0 0 12px;font-size:28px}.user-welcome p{color:#666;margin:0;font-size:16px}.user-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.home-page__guest-section{flex-direction:column;align-items:center;gap:32px;display:flex}.guest-welcome h2{color:#1a1a1a;margin:0 0 12px;font-size:28px}.guest-welcome p{color:#666;max-width:500px;margin:0;font-size:16px;line-height:1.6}.guest-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.home-page__loading{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh;display:flex}.loading-spinner{border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.home-page__info{flex-direction:column;gap:24px;margin-top:40px;display:flex}.info-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 16px rgba(0,0,0,.08)}.info-section h3{color:#1a1a1a;margin:0 0 16px;font-size:18px}.info-section ul{margin:0;padding:0;list-style:none}.info-section li{color:#666;border-bottom:1px solid #f0f0f0;padding:8px 0}.info-section li:last-child{border-bottom:none}.home-page__banner-section{gap:1rem;max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex}.home-page__banner{border-radius:.75rem;flex:1;justify-content:center;align-items:center;max-width:600px;display:flex;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.1)}.home-page__banner-image{object-fit:cover;border-radius:.75rem;width:100%;height:auto;max-height:300px}.home-page__additional-links{background:#f8fafc;border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;padding:12px 8px;line-height:1.8;display:flex}.home-page__link{color:var(--text-secondary);flex-shrink:0;margin:0;font-size:10px;line-height:1.4;text-decoration:none;transition:color .2s}.home-page__separator{color:#d1d5db;flex-shrink:0;margin:0;font-size:10px}.home-page__container .faq{margin:60px 0;padding:0}.home-page__container .faq__title{color:#1f2937;margin-bottom:12px;font-size:32px;font-weight:700}.home-page__container .faq__description{color:var(--text-secondary);margin-bottom:40px;font-size:16px}.home-page__container .reviews{margin:60px 0;padding:0}.home-page__container .reviews__title{color:#1f2937;margin-bottom:12px;font-size:32px;font-weight:700}.home-page__questions{margin:60px 0;padding:0}.home-page__questions-title{color:#1f2937;text-align:center;font-size:32px;font-weight:700;font-family:var(--font-primary-fallback);margin-bottom:40px}.home-page__questions-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.home-page__question-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:20px;transition:all .3s;box-shadow:0 4px 16px rgba(0,0,0,.1)}.home-page__question-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.home-page__question-image{object-fit:cover;border-radius:8px;width:100%;height:140px;margin-bottom:16px}.home-page__question-title{color:#1f2937;font-size:16px;font-weight:600;line-height:1.4;font-family:var(--font-primary-fallback);margin:0 0 12px}.home-page__question-meta{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.home-page__question-date{color:var(--text-secondary);font-size:12px;font-family:var(--font-primary-fallback)}.home-page__question-views{color:var(--text-secondary);font-size:12px;font-weight:500;font-family:var(--font-primary-fallback)}.home-page__question-expert{align-items:flex-start;gap:12px;display:flex}.home-page__question-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.home-page__question-expert-info{flex:1}.home-page__question-expert-name{color:#1f2937;font-size:14px;font-weight:600;font-family:var(--font-primary-fallback);margin-bottom:4px}.home-page__question-expert-label{color:var(--text-secondary);font-size:12px;font-family:var(--font-primary-fallback);margin-bottom:8px}.home-page__question-answer{color:var(--secondary-light);font-size:13px;line-height:1.5;font-family:var(--font-primary-fallback)}.home-page__news{margin:60px 0;padding:0}.home-page__news-title{color:#1f2937;text-align:center;font-size:32px;font-weight:700;font-family:var(--font-primary-fallback);margin-bottom:40px}.home-page__news-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.home-page__news-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.1)}.home-page__news-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.home-page__news-image{object-fit:cover;width:100%;height:160px}.home-page__news-title-card{color:#1f2937;font-size:16px;font-weight:600;line-height:1.4;font-family:var(--font-primary-fallback);margin:0;padding:16px 16px 12px}.home-page__news-meta{font-size:12px;font-family:var(--font-primary-fallback);align-items:center;gap:8px;padding:0 16px 16px;display:flex}.home-page__news-date{color:var(--primary-color);background:#eff6ff;border-radius:4px;padding:4px 8px;font-weight:500}.home-page__news-category{color:#f59e0b;background:#fef3c7;border-radius:4px;padding:4px 8px;font-weight:500}.home-page__news-category[data-category=Новости]{color:#10b981;background:#d1fae5}.home-page__news-category[data-category=Акции]{color:#f59e0b;background:#fef3c7}.home-page__news-views{color:var(--text-secondary);margin-left:auto;font-weight:400}.home-page .footer{background:#f8fafc;border-top:1px solid #e5e7eb;margin-top:60px}@media (min-width:1201px){.home-page__additional-links{flex-wrap:nowrap;gap:8px;padding:20px 16px;line-height:1.5}.home-page__link,.home-page__separator{font-size:12px}}@media (min-width:1025px) and (max-width:1200px){.home-page__additional-links{flex-wrap:nowrap;gap:6px;padding:18px 12px;line-height:1.5}.home-page__link,.home-page__separator{font-size:11px}}@media (min-width:769px) and (max-width:1024px){.home-page__additional-links{flex-wrap:wrap;gap:5px;padding:16px 10px;line-height:1.6}.home-page__link,.home-page__separator{font-size:10px}}@media (max-width:1024px){.home-page__info{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.home-page__banner-section{flex-direction:row;gap:1rem;padding:1.5rem 1rem}.home-page__banner{max-width:100%}.home-page__container .faq,.home-page__container .reviews,.home-page__questions{margin:48px 0}.home-page__questions-grid{grid-template-columns:repeat(2,1fr);gap:20px}.home-page__news{margin:48px 0}.home-page__news-grid{grid-template-columns:repeat(2,1fr);gap:20px}.home-page .footer{margin-top:48px}}@media (max-width:768px){.home-page__container{padding:16px}.home-page__header{margin-bottom:32px;padding:32px 0}.home-page__logo{font-size:36px}.home-page__subtitle{font-size:18px}.home-page__main{padding:32px 24px}.home-page__info{grid-template-columns:1fr;gap:16px;margin-top:32px}.info-section{padding:20px}.home-page__banner-section{flex-direction:row;gap:.75rem;padding:1rem}.home-page__banner{max-width:100%}.home-page__banner-image{max-height:250px}.home-page__container .faq{margin:40px 0}.home-page__container .faq__title{font-size:26px}.home-page__container .faq__description{margin-bottom:32px;font-size:14px}.home-page__container .reviews{margin:40px 0}.home-page__container .reviews__title{font-size:26px}.home-page__questions{margin:40px 0}.home-page__questions-title{margin-bottom:32px;font-size:26px}.home-page__questions-grid{grid-template-columns:repeat(2,1fr);gap:16px}.home-page__question-card{padding:16px}.home-page__question-image{height:120px;margin-bottom:12px}.home-page__question-title{margin-bottom:10px;font-size:14px}.home-page__question-meta{margin-bottom:12px;padding-bottom:8px}.home-page__question-expert{gap:8px}.home-page__question-avatar{width:32px;height:32px}.home-page__question-expert-name{font-size:12px}.home-page__question-expert-label{font-size:11px}.home-page__question-answer{font-size:12px}.home-page__news{margin:40px 0}.home-page__news-title{margin-bottom:32px;font-size:26px}.home-page__news-grid{grid-template-columns:repeat(2,1fr);gap:16px}.home-page__news-image{height:140px}.home-page__news-title-card{padding:14px 14px 10px;font-size:14px}.home-page__news-meta{padding:0 14px 14px;font-size:11px}.home-page .footer{margin-top:40px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{letter-spacing:.4px;font-size:11px}}@media (max-width:480px){.home-page__container{padding:12px}.home-page__header{margin-bottom:24px;padding:24px 0}.home-page__logo{font-size:28px}.home-page__subtitle{font-size:16px}.home-page__main{padding:24px 16px}.user-welcome h2,.guest-welcome h2{font-size:24px}.user-welcome p,.guest-welcome p{font-size:14px}.home-page__info{margin-top:24px}.info-section{padding:16px}.home-page__container .faq{margin:32px 0}.home-page__container .faq__title{font-size:22px}.home-page__container .faq__description{margin-bottom:24px;font-size:13px}.home-page__container .reviews{margin:32px 0}.home-page__container .reviews__title{font-size:22px}.home-page__questions{margin:32px 0}.home-page__questions-title{margin-bottom:24px;font-size:22px}.home-page__questions-grid{grid-template-columns:1fr;gap:16px}.home-page__question-card{padding:16px}.home-page__question-image{height:100px;margin-bottom:12px}.home-page__question-title{margin-bottom:8px;font-size:14px}.home-page__question-meta{margin-bottom:12px;padding-bottom:8px}.home-page__question-date,.home-page__question-views{font-size:11px}.home-page__question-expert{gap:8px}.home-page__question-avatar{width:30px;height:30px}.home-page__question-expert-name{font-size:12px}.home-page__question-expert-label{font-size:10px}.home-page__question-answer{font-size:11px}.home-page__news{margin:32px 0}.home-page__news-title{margin-bottom:24px;font-size:22px}.home-page__news-grid{grid-template-columns:1fr;gap:16px}.home-page__news-image{height:120px}.home-page__news-title-card{padding:12px 12px 8px;font-size:14px}.home-page__news-meta{gap:6px;padding:0 12px 12px;font-size:10px}.home-page__news-date,.home-page__news-category{padding:3px 6px;font-size:10px}.home-page .footer{margin-top:32px}.home-page__banner-section{flex-direction:column;gap:.75rem;padding:.75rem}.home-page__banner{max-width:100%}.home-page__banner-image{max-height:200px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{letter-spacing:.3px;font-size:10px;line-height:1.4}}.home-page__seo-content{background:#f8f9fa;border:1px solid #e9ecef;border-radius:16px;margin:60px 0;padding:40px}.home-page__seo-title{color:#2d3748;text-align:center;margin:0 0 24px;font-size:32px;font-weight:700;line-height:1.2}.home-page__seo-text{width:100%;color:var(--secondary-lighter);margin:0;font-size:16px;line-height:1.6}.home-page__seo-text p{text-align:justify;margin:0 0 20px}.home-page__seo-text p:last-child{margin-bottom:0}.home-page__seo-subtitle{color:#2d3748;margin:28px 0 12px;font-size:20px;font-weight:600;line-height:1.3}.home-page__seo-text strong{color:var(--primary-color);font-weight:600}.home-page__seo-conclusion{border-left:4px solid var(--primary-color);background:#edf2f7;border-radius:12px;margin-top:24px;padding:20px;font-weight:500;text-align:center!important}@media (max-width:1024px){.home-page__seo-content{margin:40px 0;padding:30px}.home-page__seo-title{font-size:28px}.home-page__seo-subtitle{font-size:18px}}@media (max-width:768px){.home-page__seo-content{margin:30px 0;padding:20px}.home-page__seo-title{margin-bottom:20px;font-size:24px}.home-page__seo-text{font-size:15px}.home-page__seo-subtitle{margin:20px 0 10px;font-size:17px}.home-page__seo-conclusion{margin-top:20px;padding:16px}}@media (max-width:480px){.home-page__seo-content{margin:20px 0;padding:16px}.home-page__seo-title{margin-bottom:16px;font-size:20px}.home-page__seo-text{font-size:14px}.home-page__seo-text p{margin:0 0 16px}.home-page__seo-subtitle{margin:16px 0 8px;font-size:16px}.home-page__seo-conclusion{margin-top:16px;padding:12px;font-size:14px}}.home-page__news-description{padding:0 12px}@media (min-width:1201px){.home-page__news-description{padding:0 24px;font-size:16px;line-height:1.6}}@media (min-width:1025px) and (max-width:1200px){.home-page__news-description{padding:0 20px;font-size:15px;line-height:1.5}}@media (min-width:769px) and (max-width:1024px){.home-page__news-description{padding:0 16px;font-size:14px;line-height:1.5}}@media (max-width:768px){.home-page__news-description{padding:0 12px;font-size:14px;line-height:1.4}}@media (max-width:480px){.home-page__news-description{padding:0 8px;font-size:13px;line-height:1.4}}@media (max-width:360px){.home-page__news-description{padding:0 6px;font-size:12px;line-height:1.3}}.login-form{background:#fff;border-radius:12px;width:100%;max-width:400px;margin:0 auto;padding:32px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.login-form__header{text-align:center;margin-bottom:32px}.login-form__title{color:#1a1a1a;margin:0 0 8px;font-size:24px;font-weight:600}.login-form__subtitle{color:#666;margin:0;font-size:14px;line-height:1.4}.login-form__form{flex-direction:column;gap:20px;display:flex}.login-form__error{color:#c33;text-align:center;background-color:#fee;border:1px solid #fcc;border-radius:6px;padding:12px;font-size:14px}.login-form__footer{text-align:center;margin-top:24px}.login-form__toggle{color:#007bff;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.login-form__toggle:hover{color:#0056b3}@media (max-width:480px){.login-form{margin:16px;padding:24px}.login-form__title{font-size:20px}}.register-form{background:#fff;border-radius:12px;width:100%;max-width:400px;margin:0 auto;padding:32px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.register-form__header{text-align:center;margin-bottom:32px}.register-form__title{color:#1a1a1a;margin:0 0 8px;font-size:24px;font-weight:600}.register-form__subtitle{color:#666;margin:0;font-size:14px;line-height:1.4}.register-form__form{flex-direction:column;gap:20px;display:flex}.register-form__error{color:#c33;text-align:center;background-color:#fee;border:1px solid #fcc;border-radius:6px;padding:12px;font-size:14px}.register-form__success{color:#2c7a2c;text-align:center;background-color:#e8f5e8;border:1px solid #b8e6b8;border-radius:6px;padding:12px;font-size:14px}.register-form__footer{text-align:center;margin-top:24px}.register-form__toggle{color:#007bff;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.register-form__toggle:hover{color:#0056b3}@media (max-width:480px){.register-form{margin:16px;padding:24px}.register-form__title{font-size:20px}}.login-page{background:var(--background-dark);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-page__container{flex-direction:column;align-items:center;gap:32px;width:100%;max-width:500px;display:flex}.login-page__header{text-align:center;color:#fff}.login-page__logo{text-shadow:2px 2px 4px rgba(0,0,0,.3);margin:0 0 8px;font-size:48px;font-weight:700}.login-page__tagline{opacity:.9;margin:0;font-size:16px;font-weight:300}.login-page__form{justify-content:center;width:100%;display:flex}.login-page__footer{text-align:center}.login-page__back-link{color:#fff;opacity:.8;font-size:14px;text-decoration:none;transition:opacity .2s}.login-page__back-link:hover{opacity:1;text-decoration:underline}@media (max-width:768px){.login-page{padding:16px}.login-page__logo{font-size:36px}.login-page__tagline{font-size:14px}.login-page__container{gap:24px}}@media (max-width:480px){.login-page{padding:12px}.login-page__logo{font-size:28px}}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.about-page{background:var(--background-secondary);flex-direction:column;min-height:100vh;display:flex}.about-page .footer{border-top:1px solid var(--border-color);background:#f8fafc;margin-top:60px}.about-page__main{flex:1}.about-page__hero{background:var(--background-dark);color:#fff;text-align:center;padding:4rem 0}.about-page__hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}.about-page__hero-title{font-size:3rem;font-weight:700;font-family:var(--font-primary-fallback);margin-bottom:1rem}.about-page__hero-description{opacity:.9;font-size:1.25rem;font-family:var(--font-primary-fallback);max-width:800px;margin:0 auto 2rem}.about-page__content{padding:4rem 0}.about-page__container{max-width:1200px;margin:0 auto;padding:0 1rem}.about-page__content-title{color:var(--text-primary);text-align:center;font-size:2.5rem;font-weight:700;font-family:var(--font-primary-fallback);margin-bottom:3rem}.about-page__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.about-page__card{border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);background:#fff;padding:2rem;transition:all .3s}.about-page__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.about-page__card-title{color:var(--text-primary);font-size:1.5rem;font-weight:600;font-family:var(--font-primary-fallback);margin-bottom:1rem}.about-page__card-text{color:var(--text-secondary);line-height:1.6;font-family:var(--font-primary-fallback)}.about-page__step-by-step{background:var(--background-gray);border-radius:var(--border-radius);border-left:4px solid var(--primary-color);margin:1.5rem 0;padding:1.5rem}.about-page__step-by-step li{color:var(--text-secondary);font-family:var(--font-primary-fallback);margin-bottom:.8rem}.about-page__step-by-step strong{color:var(--text-primary);font-weight:600}.about-page__list{margin:1.5rem 0;padding-left:1.5rem}.about-page__list li{color:var(--text-secondary);font-family:var(--font-primary-fallback);margin-bottom:.8rem}.about-page__list strong{color:var(--text-primary);font-weight:600}.about-page__data-section{background:var(--background-gray);padding:3rem 0}.about-page__data-title{color:var(--text-primary);text-align:center;font-size:2rem;font-weight:700;font-family:var(--font-primary-fallback);margin-bottom:2rem}.about-page__data-table{border-collapse:collapse;border-radius:var(--border-radius);width:100%;box-shadow:var(--shadow-sm);background:#fff;margin-top:1.5rem;overflow:hidden}.about-page__data-table caption{color:var(--text-primary);background:var(--background-gray);font-weight:600;font-family:var(--font-primary-fallback);padding:1rem}.about-page__data-table th,.about-page__data-table td{text-align:left;border-bottom:1px solid var(--border-light);font-family:var(--font-primary-fallback);padding:1rem}.about-page__data-table th{background:var(--primary-color);color:#fff;font-weight:600}.about-page__data-table td{color:var(--text-secondary)}.about-page__data-table tbody tr:hover{background:var(--background-gray)}.about-page__data-table tbody tr:last-child td{border-bottom:none}.about-page__hero-stats{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:2rem;display:flex}.about-page__hero-stat{opacity:.9;align-items:center;gap:.5rem;display:flex}.about-page__hero-stat-icon{font-size:1.5rem}.about-page__hero-stat-text{font-size:1rem;font-weight:500;font-family:var(--font-primary-fallback)}@media (max-width:1024px){.about-page__grid{grid-template-columns:1fr;gap:1.5rem}.about-page__hero-stats{gap:2rem}.about-page .footer{margin-top:48px}}@media (max-width:768px){.about-page__hero{padding:3rem 0}.about-page__hero-title{font-size:2.5rem}.about-page__hero-description{font-size:1.125rem}.about-page__hero-stats{flex-direction:column;gap:1rem}.about-page__content{padding:3rem 0}.about-page__content-title{font-size:2rem}.about-page__card{padding:1.5rem}.about-page .footer{margin-top:40px}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{letter-spacing:.4px;font-size:11px}}@media (max-width:480px){.about-page__hero{padding:2rem 0}.about-page__hero-title{font-size:2rem}.about-page__hero-description{font-size:1rem}.about-page__hero-stat-text{font-size:.875rem}.about-page__content{padding:2rem 0}.about-page__content-title{font-size:1.75rem}.about-page__card{padding:1rem}.about-page__data-table th,.about-page__data-table td{padding:.75rem .5rem;font-size:.875rem}.about-page .footer{margin-top:32px}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{letter-spacing:.3px;font-size:10px;line-height:1.4}}.home-page__additional-links{text-align:center;border-top:1px solid var(--border-color);white-space:nowrap;background:#f8fafc;padding:20px 0;overflow-x:auto}.home-page__disclaimer{text-align:center;border-top:1px solid var(--border-color);background:#fff;padding:16px 20px}.privacy-policy-page{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.privacy-policy-content{flex:1;padding:2rem 0}.privacy-policy-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.privacy-policy-title{color:#1f2937;text-align:center;margin:0 0 1.5rem;font-size:2rem;font-weight:600}.privacy-policy-text{color:var(--secondary-light);font-size:.95rem;line-height:1.6}.privacy-section{margin-bottom:1.5rem}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{color:#1f2937;margin-bottom:.8rem;font-size:1.3rem;font-weight:600}.privacy-section p{text-align:left;margin-bottom:.8rem}.privacy-section ul{margin-bottom:.8rem;padding-left:1.2rem}.privacy-section li{margin-bottom:.3rem;list-style-type:disc}.privacy-section li strong{color:#1f2937;font-weight:600}.privacy-footer{text-align:center;border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1rem}.privacy-footer p{color:var(--text-secondary);margin:0;font-size:.85rem}@media (max-width:768px){.privacy-policy-content{padding:1rem 0}.privacy-policy-wrapper{margin:0 1rem;padding:1.5rem}.privacy-policy-title{margin-bottom:1.2rem;font-size:1.6rem}.privacy-section h2{font-size:1.2rem}.privacy-section{margin-bottom:1.2rem}}@media (max-width:480px){.privacy-policy-wrapper{margin:0 .5rem;padding:1rem}.privacy-policy-title{margin-bottom:1rem;font-size:1.4rem}.privacy-section{margin-bottom:1rem}.privacy-section h2{margin-bottom:.6rem;font-size:1.1rem}.privacy-section p{margin-bottom:.6rem}}@media (max-width:768px){.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{letter-spacing:.4px;font-size:11px}}@media (max-width:480px){.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{letter-spacing:.3px;font-size:10px;line-height:1.4}}.privacy-policy-page .footer{background:#f8fafc;border-top:1px solid #e5e7eb;margin-top:60px}@media (max-width:1024px){.privacy-policy-page .footer{margin-top:48px}}@media (max-width:768px){.privacy-policy-page .footer{margin-top:40px}}@media (max-width:480px){.privacy-policy-page .footer{margin-top:32px}}.user-agreement-page{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.user-agreement-content{flex:1;padding:2rem 0}.user-agreement-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.user-agreement-title{color:#1f2937;text-align:center;margin:0 0 1.5rem;font-size:2rem;font-weight:600}.user-agreement-text{color:var(--secondary-light);font-size:.95rem;line-height:1.6}.agreement-section{margin-bottom:1.5rem}.agreement-section:last-child{margin-bottom:0}.agreement-section h2{color:#1f2937;margin-bottom:.8rem;font-size:1.3rem;font-weight:600}.agreement-section h3{color:#1f2937;margin-top:1rem;margin-bottom:.6rem;font-size:1.1rem;font-weight:600}.agreement-section p{text-align:left;margin-bottom:.8rem}.agreement-section ul{margin-bottom:.8rem;padding-left:1.2rem}.agreement-section li{margin-bottom:.3rem;list-style-type:disc}.agreement-section li strong{color:#1f2937;font-weight:600}.agreement-footer{text-align:center;border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1rem}.agreement-footer p{color:var(--text-secondary);margin:0;font-size:.85rem}.user-agreement-page .footer{background:#f8fafc;border-top:1px solid #e5e7eb;margin-top:60px}@media (max-width:768px){.user-agreement-content{padding:1rem 0}.user-agreement-wrapper{margin:0 1rem;padding:1.5rem}.user-agreement-title{margin-bottom:1.2rem;font-size:1.6rem}.agreement-section h2{font-size:1.2rem}.agreement-section h3{font-size:1rem}.agreement-section{margin-bottom:1.2rem}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{letter-spacing:.4px;font-size:11px}}@media (max-width:480px){.user-agreement-wrapper{margin:0 .5rem;padding:1rem}.user-agreement-title{margin-bottom:1rem;font-size:1.4rem}.agreement-section{margin-bottom:1rem}.agreement-section h2{margin-bottom:.6rem;font-size:1.1rem}.agreement-section h3{font-size:.95rem}.agreement-section p{margin-bottom:.6rem}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{letter-spacing:.3px;font-size:10px;line-height:1.4}}@media (max-width:1024px){.user-agreement-page .footer{margin-top:48px}}@media (max-width:768px){.user-agreement-page .footer{margin-top:40px}}@media (max-width:480px){.user-agreement-page .footer{margin-top:32px}}.digital-security-page{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.digital-security-content{flex:1;padding:2rem 0}.digital-security-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.digital-security-title{color:#1f2937;text-align:center;margin:0 0 1.5rem;font-size:2rem;font-weight:600}.digital-security-text{color:var(--secondary-light);font-size:.95rem;line-height:1.6}.security-warning{text-align:center;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-bottom:2rem;padding:1rem}.security-warning p{color:#92400e;margin:0;font-weight:500}.security-section{margin-bottom:1.5rem}.security-section:last-child{margin-bottom:0}.security-section h2{color:#1f2937;margin-bottom:.8rem;font-size:1.3rem;font-weight:600}.security-section h3{color:#1f2937;margin-top:1rem;margin-bottom:.6rem;font-size:1.1rem;font-weight:600}.security-section p{text-align:left;margin-bottom:.8rem}.security-section ul{margin-bottom:.8rem;padding-left:1.2rem}.security-section li{margin-bottom:.3rem;list-style-type:disc}.security-section li strong{color:#1f2937;font-weight:600}.security-rules{gap:1rem;margin-bottom:1rem;display:grid}.security-rule{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;align-items:flex-start;gap:.8rem;padding:1rem;display:flex}.rule-icon{flex-shrink:0;font-size:1.2rem}.security-rule strong{color:#0369a1;margin-bottom:.3rem;display:block}.security-rule ul{margin-top:.5rem;margin-bottom:0}.security-tips{gap:1rem;margin-bottom:1rem;display:grid}.security-tip{background:#f0fdf4;border:1px solid #22c55e;border-radius:8px;padding:1rem}.security-tip h3{color:#15803d;margin:0 0 .5rem;font-size:1rem}.security-tip p{color:#166534;margin:0}.fraud-signs{gap:1rem;margin-bottom:1rem;display:grid}.fraud-sign{background:#fef2f2;border:1px solid #ef4444;border-radius:8px;align-items:flex-start;gap:.8rem;padding:1rem;display:flex}.fraud-icon{flex-shrink:0;font-size:1.2rem}.fraud-sign strong{color:#dc2626;margin-bottom:.3rem;display:block}.fraud-sign div{color:#991b1b}.emergency-actions{gap:.8rem;margin-bottom:1rem;display:grid}.emergency-action{background:#fff7ed;border:1px solid #f97316;border-radius:8px;align-items:flex-start;gap:.8rem;padding:1rem;display:flex}.action-number{color:#fff;background:#f97316;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:600;display:flex}.emergency-action strong{color:#c2410c;margin-bottom:.3rem;display:block}.emergency-action div{color:#ea580c}.important-reminders{gap:1rem;margin-bottom:1rem;display:grid}.reminder{background:#faf5ff;border:1px solid #a855f7;border-radius:8px;align-items:flex-start;gap:.8rem;padding:1rem;display:flex}.reminder-icon{flex-shrink:0;font-size:1.2rem}.reminder strong{color:#7c3aed;margin-bottom:.3rem;display:block}.reminder div{color:#8b5cf6}.security-footer{text-align:center;border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1rem}.security-footer p{color:var(--text-secondary);margin:.3rem 0;font-size:.85rem}.security-footer p:first-child{color:#1f2937;font-weight:600}.digital-security-page .footer{background:#f8fafc;border-top:1px solid #e5e7eb;margin-top:60px}@media (max-width:768px){.digital-security-content{padding:1rem 0}.digital-security-wrapper{margin:0 1rem;padding:1.5rem}.digital-security-title{margin-bottom:1.2rem;font-size:1.6rem}.security-section h2{font-size:1.2rem}.security-section h3{font-size:1rem}.security-section{margin-bottom:1.2rem}.security-rule,.security-tip,.fraud-sign,.emergency-action,.reminder{flex-direction:column;gap:.5rem}.rule-icon,.fraud-icon,.reminder-icon,.action-number{align-self:flex-start}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{letter-spacing:.4px;font-size:11px}}@media (max-width:480px){.digital-security-wrapper{margin:0 .5rem;padding:1rem}.digital-security-title{margin-bottom:1rem;font-size:1.4rem}.security-section{margin-bottom:1rem}.security-section h2{margin-bottom:.6rem;font-size:1.1rem}.security-section h3{font-size:.95rem}.security-section p{margin-bottom:.6rem}.security-rule,.security-tip,.fraud-sign,.emergency-action,.reminder{padding:.8rem}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{letter-spacing:.3px;font-size:10px;line-height:1.4}}@media (max-width:1024px){.digital-security-page .footer{margin-top:48px}}@media (max-width:768px){.digital-security-page .footer{margin-top:40px}}@media (max-width:480px){.digital-security-page .footer{margin-top:32px}}.recommendation-policy-page{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.recommendation-content{flex:1;padding:2rem 0}.recommendation-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.recommendation-title{color:#1f2937;text-align:center;margin:0 0 1.5rem;font-size:2rem;font-weight:600}.recommendation-text{color:var(--secondary-light);font-size:.95rem;line-height:1.6}.recommendation-section{margin-bottom:1.5rem}.recommendation-section:last-child{margin-bottom:0}.recommendation-section h2{color:#1f2937;margin-bottom:.8rem;font-size:1.3rem;font-weight:600}.recommendation-section h3{color:#1f2937;margin-top:1rem;margin-bottom:.6rem;font-size:1.1rem;font-weight:600}.recommendation-section h4{color:#1f2937;margin-top:.8rem;margin-bottom:.5rem;font-size:1rem;font-weight:600}.recommendation-section p{text-align:left;margin-bottom:.8rem}.recommendation-section ul{margin-bottom:.8rem;padding-left:1.2rem}.recommendation-section li{margin-bottom:.3rem;list-style-type:disc}.recommendation-section li strong{color:#1f2937;font-weight:600}.process-step{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;padding:1rem}.process-step h4{color:var(--primary-color);margin:0 0 .5rem;font-size:1rem;font-weight:600}.process-step p{color:#475569;margin:0}.recommendation-footer{text-align:center;border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1rem}.recommendation-footer p{color:var(--text-secondary);margin:0;font-size:.85rem}.recommendation-policy-page .footer{background:#f8fafc;border-top:1px solid #e5e7eb;margin-top:60px}@media (max-width:768px){.recommendation-content{padding:1rem 0}.recommendation-wrapper{margin:0 1rem;padding:1.5rem}.recommendation-title{margin-bottom:1.2rem;font-size:1.6rem}.recommendation-section h2{font-size:1.2rem}.recommendation-section h3{font-size:1rem}.recommendation-section h4{font-size:.95rem}.recommendation-section{margin-bottom:1.2rem}.process-step{padding:.8rem}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{letter-spacing:.4px;font-size:11px}}@media (max-width:480px){.recommendation-wrapper{margin:0 .5rem;padding:1rem}.recommendation-title{margin-bottom:1rem;font-size:1.4rem}.recommendation-section{margin-bottom:1rem}.recommendation-section h2{margin-bottom:.6rem;font-size:1.1rem}.recommendation-section h3{margin-top:.8rem;font-size:.95rem}.recommendation-section h4{margin-top:.6rem;font-size:.9rem}.recommendation-section p{margin-bottom:.6rem}.process-step{margin-bottom:.8rem;padding:.6rem}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{letter-spacing:.3px;font-size:10px;line-height:1.4}}@media (max-width:1024px){.recommendation-policy-page .footer{margin-top:48px}}@media (max-width:768px){.recommendation-policy-page .footer{margin-top:40px}}@media (max-width:480px){.recommendation-policy-page .footer{margin-top:32px}}.cookie-policy-page{background:#fff;flex-direction:column;min-height:100vh;display:flex}.cookie-policy-page__main{flex:1;padding:2rem 1rem}.cookie-policy-page__container{max-width:1200px;margin:0 auto}.cookie-policy-page__content{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem;padding:2rem}.cookie-policy-page__title{color:#1f2937;text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.cookie-policy-page__section{margin-bottom:1.5rem}.cookie-policy-page__section h2{color:#1f2937;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.cookie-policy-page__section h3{color:var(--secondary-light);margin-top:1rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.cookie-policy-page__section p{color:var(--secondary-lighter);margin-bottom:.75rem;font-size:.875rem;line-height:1.5}.cookie-policy-page__section ul{color:var(--secondary-lighter);margin-bottom:.75rem;padding-left:1.25rem;font-size:.875rem;line-height:1.5}.cookie-policy-page__section li{margin-bottom:.25rem}.cookie-policy-page__section a{color:var(--primary-color);font-weight:500;text-decoration:underline}.cookie-policy-page__section a:hover{color:var(--primary-color);text-decoration:none}.cookie-policy-page__date{text-align:center;border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1rem}.cookie-policy-page__date p{color:var(--text-secondary);font-size:.875rem;font-style:italic}@media (max-width:768px){.cookie-policy-page__content{padding:1.5rem}.cookie-policy-page__title{font-size:1.5rem}.cookie-policy-page__section h2{font-size:1.125rem}.cookie-policy-page__section h3{font-size:1rem}}.mfo-page{background:#f9fafb;flex-direction:column;min-height:100vh;display:flex}.mfo-page .footer{background:#f8fafc;border-top:1px solid #e5e7eb;margin-top:60px}.mfo-page__main{flex:1;padding:2rem 0}.mfo-page__container{max-width:1200px;margin:0 auto;padding:0 1rem}.mfo-page__title{color:#1f2937;text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.mfo-page__search{width:100%;margin-bottom:2rem;position:relative}.mfo-page__search-input{box-sizing:border-box;background:#fff;border:2px solid #e5e7eb;border-radius:12px;width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;transition:all .2s}.mfo-page__search-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.mfo-page__search-icon{color:var(--text-secondary);pointer-events:none;font-size:1.25rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.mfo-page__grid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:2rem;display:grid}.mfo-page__card{background:#fff;border:1px solid #f5f8fa;border-radius:17px;justify-content:space-between;align-items:center;padding:.8rem .5rem;transition:all .2s;display:flex}.mfo-page__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.mfo-page__card-left{flex:1;align-items:center;gap:1rem;display:flex}.mfo-page__logo{object-fit:cover;background:#f3f4f6;border-radius:50%;flex-shrink:0;width:32px;height:32px}.mfo-page__info{flex:1}.mfo-page__name{color:#1f2937;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.mfo-page__card-right{flex-direction:row;flex-shrink:0;align-items:center;gap:.75rem;margin-left:1rem;display:flex}.mfo-page__rating{align-items:center;gap:.25rem;display:flex}.mfo-page__star{color:#f59e0b;font-size:1rem}.mfo-page__rating-value{color:#92400e;font-size:.875rem;font-weight:600}.mfo-page__info-button{cursor:pointer;background:#f3f4f6;border:none;border-radius:6px;justify-content:center;align-items:center;width:2rem;height:2rem;padding:.5rem;font-size:1rem;transition:all .2s;display:flex}.mfo-page__info-button:hover{background:#e5e7eb;transform:scale(1.05)}.mfo-page__empty{text-align:center;color:var(--text-secondary);background:#fff;border-radius:12px;padding:3rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.mfo-page__empty p{margin:.5rem 0;font-size:1rem}.mfo-page__empty p:first-child{color:var(--secondary-light);font-weight:600}@media (max-width:1024px){.mfo-page__grid{grid-template-columns:repeat(2,1fr)}.mfo-page .footer{margin-top:48px}}@media (max-width:768px){.mfo-page__container{padding:0 .75rem}.mfo-page__title{margin-bottom:1.5rem;font-size:2rem}.mfo-page__grid{grid-template-columns:1fr;gap:1rem}.mfo-page__card{padding:1rem}.mfo-page__card-left{gap:.75rem}.mfo-page__logo{width:28px;height:28px}.mfo-page__name{font-size:1rem}.mfo-page__card-right{margin-left:.5rem}.mfo-page .footer{margin-top:40px}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{letter-spacing:.4px;font-size:11px}}@media (max-width:480px){.mfo-page__main{padding:1rem 0}.mfo-page__search-input{padding:.875rem .875rem .875rem 2.5rem}.mfo-page__search-icon{font-size:1rem;left:.875rem}.mfo-page__title{font-size:1.75rem}.mfo-page__card{padding:.875rem}.mfo-page .footer{margin-top:32px}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{letter-spacing:.3px;font-size:10px;line-height:1.4}}.mfo-page__seo-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin:60px 0;padding:40px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.mfo-page__seo-title{color:#1f2937;text-align:center;margin:0 0 24px;font-size:32px;font-weight:700;line-height:1.2}.mfo-page__seo-text{width:100%;color:var(--secondary-light);margin:0;font-size:16px;line-height:1.6}.mfo-page__seo-text p{text-align:justify;margin:0 0 20px}.mfo-page__seo-text p:last-child{margin-bottom:0}.mfo-page__seo-subtitle{color:#1f2937;margin:28px 0 12px;font-size:20px;font-weight:600;line-height:1.3}.mfo-page__seo-text strong{color:#059669;font-weight:600}.mfo-page__seo-conclusion{background:#f0fdf4;border-left:4px solid #059669;border-radius:12px;margin-top:24px;padding:20px;font-weight:500;text-align:center!important}@media (max-width:1024px){.mfo-page__seo-content{margin:40px 0;padding:30px}.mfo-page__seo-title{font-size:28px}.mfo-page__seo-subtitle{font-size:18px}}@media (max-width:768px){.mfo-page__seo-content{margin:30px 0;padding:20px}.mfo-page__seo-title{margin-bottom:20px;font-size:24px}.mfo-page__seo-text{font-size:15px}.mfo-page__seo-subtitle{margin:20px 0 10px;font-size:17px}.mfo-page__seo-conclusion{margin-top:20px;padding:16px}}@media (max-width:480px){.mfo-page__seo-content{margin:20px 0;padding:16px}.mfo-page__seo-title{margin-bottom:16px;font-size:20px}.mfo-page__seo-text{font-size:14px}.mfo-page__seo-text p{margin:0 0 16px}.mfo-page__seo-subtitle{margin:16px 0 8px;font-size:16px}.mfo-page__seo-conclusion{margin-top:16px;padding:12px;font-size:14px}}.mfo-page-2026{background:#f9fafb;flex-direction:column;min-height:100vh;display:flex}.mfo-page-2026 .footer{background:#f8fafc;border-top:1px solid #e5e7eb;margin-top:60px}.mfo-page-2026__main{flex:1;padding:2rem 0}.mfo-page-2026__container{max-width:1200px;margin:0 auto;padding:0 1rem}.mfo-page-2026__title{color:#1f2937;text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.mfo-page-2026__search{width:100%;margin-bottom:2rem;position:relative}.mfo-page-2026__search-input{box-sizing:border-box;background:#fff;border:2px solid #e5e7eb;border-radius:12px;width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;transition:all .2s}.mfo-page-2026__search-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.mfo-page-2026__search-icon{color:var(--text-secondary);pointer-events:none;font-size:1.25rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.mfo-page-2026__grid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:2rem;display:grid}.mfo-page-2026__card{background:#fff;border:1px solid #f5f8fa;border-radius:17px;justify-content:space-between;align-items:center;padding:.8rem .5rem;transition:all .2s;display:flex}.mfo-page-2026__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.mfo-page-2026__card-left{flex:1;align-items:center;gap:1rem;display:flex}.mfo-page-2026__logo{object-fit:cover;background:#f3f4f6;border-radius:50%;flex-shrink:0;width:32px;height:32px}.mfo-page-2026__info{flex:1}.mfo-page-2026__name{color:#1f2937;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.mfo-page-2026__card-right{flex-direction:row;flex-shrink:0;align-items:center;gap:.75rem;margin-left:1rem;display:flex}.mfo-page-2026__rating{align-items:center;gap:.25rem;display:flex}.mfo-page-2026__star{color:#f59e0b;font-size:1rem}.mfo-page-2026__rating-value{color:#92400e;font-size:.875rem;font-weight:600}.mfo-page-2026__info-button{cursor:pointer;background:#f3f4f6;border:none;border-radius:6px;justify-content:center;align-items:center;width:2rem;height:2rem;padding:.5rem;font-size:1rem;transition:all .2s;display:flex}.mfo-page-2026__info-button:hover{background:#e5e7eb;transform:scale(1.05)}.mfo-page-2026__empty{text-align:center;color:var(--text-secondary);background:#fff;border-radius:12px;padding:3rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.mfo-page-2026__empty p{margin:.5rem 0;font-size:1rem}.mfo-page-2026__empty p:first-child{color:var(--secondary-light);font-weight:600}.mfo-page-2026__loading{text-align:center;color:var(--text-secondary);background:#fff;border-radius:12px;padding:3rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.mfo-page-2026__loading p{margin:0;font-size:1rem;font-weight:500}.mfo-page-2026__error{text-align:center;color:#dc2626;background:#fff;border:1px solid #fecaca;border-radius:12px;padding:3rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.mfo-page-2026__error p{margin:.5rem 0;font-size:1rem}.mfo-page-2026__error p:first-child{font-weight:600}.mfo-page-2026__info-button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;text-decoration:none;transition:all .2s;display:flex}.mfo-page-2026__info-button:hover{background:var(--primary-color);color:#fff;text-decoration:none;transform:scale(1.05)}@media (max-width:1024px){.mfo-page-2026__grid{grid-template-columns:repeat(2,1fr)}.mfo-page-2026 .footer{margin-top:48px}}@media (max-width:768px){.mfo-page-2026__container{padding:0 .75rem}.mfo-page-2026__title{margin-bottom:1.5rem;font-size:2rem}.mfo-page-2026__grid{grid-template-columns:1fr;gap:1rem}.mfo-page-2026__card{padding:1rem}.mfo-page-2026__card-left{gap:.75rem}.mfo-page-2026__logo{width:28px;height:28px}.mfo-page-2026__name{font-size:1rem}.mfo-page-2026__card-right{margin-left:.5rem}.mfo-page-2026 .footer{margin-top:40px}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{letter-spacing:.4px;font-size:11px}}@media (max-width:480px){.mfo-page-2026__main{padding:1rem 0}.mfo-page-2026__search-input{padding:.875rem .875rem .875rem 2.5rem}.mfo-page-2026__search-icon{font-size:1rem;left:.875rem}.mfo-page-2026__title{font-size:1.75rem}.mfo-page-2026__card{padding:.875rem}.mfo-page-2026 .footer{margin-top:32px}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{letter-spacing:.3px;font-size:10px;line-height:1.4}}.mfo-page-2026__seo-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin:60px 0;padding:40px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.mfo-page-2026__seo-title{color:#1f2937;text-align:center;margin:0 0 24px;font-size:32px;font-weight:700;line-height:1.2}.mfo-page-2026__seo-text{width:100%;color:var(--secondary-light);margin:0;font-size:16px;line-height:1.6}.mfo-page-2026__seo-text p{text-align:justify;margin:0 0 20px}.mfo-page-2026__seo-text p:last-child{margin-bottom:0}.mfo-page-2026__seo-subtitle{color:#1f2937;margin:28px 0 12px;font-size:20px;font-weight:600;line-height:1.3}.mfo-page-2026__seo-text strong{color:#059669;font-weight:600}.mfo-page-2026__seo-conclusion{background:#f0fdf4;border-left:4px solid #059669;border-radius:12px;margin-top:24px;padding:20px;font-weight:500;text-align:center!important}@media (max-width:1024px){.mfo-page-2026__seo-content{margin:40px 0;padding:30px}.mfo-page-2026__seo-title{font-size:28px}.mfo-page-2026__seo-subtitle{font-size:18px}}@media (max-width:768px){.mfo-page-2026__seo-content{margin:30px 0;padding:20px}.mfo-page-2026__seo-title{margin-bottom:20px;font-size:24px}.mfo-page-2026__seo-text{font-size:15px}.mfo-page-2026__seo-subtitle{margin:20px 0 10px;font-size:17px}.mfo-page-2026__seo-conclusion{margin-top:20px;padding:16px}}@media (max-width:480px){.mfo-page-2026__seo-content{margin:20px 0;padding:16px}.mfo-page-2026__seo-title{margin-bottom:16px;font-size:20px}.mfo-page-2026__seo-text{font-size:14px}.mfo-page-2026__seo-text p{margin:0 0 16px}.mfo-page-2026__seo-subtitle{margin:16px 0 8px;font-size:16px}.mfo-page-2026__seo-conclusion{margin-top:16px;padding:12px;font-size:14px}}.zaim-lichnyj-kabinet-page{background:#f9fafb;flex-direction:column;min-height:100vh;display:flex}.zaim-lichnyj-kabinet-page .footer{background:#f8fafc;border-top:1px solid #e5e7eb;margin-top:60px}.zaim-lichnyj-kabinet-page__main{flex:1;padding:2rem 0}.zaim-lichnyj-kabinet-page__container{max-width:1200px;margin:0 auto;padding:0 1rem}.zaim-lichnyj-kabinet-page__title{color:#1f2937;text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.zaim-lichnyj-kabinet-page__search{width:100%;margin-bottom:2rem;position:relative}.zaim-lichnyj-kabinet-page__search-input{box-sizing:border-box;background:#fff;border:2px solid #e5e7eb;border-radius:12px;width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;transition:all .2s}.zaim-lichnyj-kabinet-page__search-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.zaim-lichnyj-kabinet-page__search-icon{color:var(--text-secondary);pointer-events:none;font-size:1.25rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.zaim-lichnyj-kabinet-page__grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.zaim-lichnyj-kabinet-page__card{background:#fff;border:1px solid #f5f8fa;border-radius:17px;justify-content:space-between;align-items:center;padding:1rem;transition:all .2s;display:flex}.zaim-lichnyj-kabinet-page__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.zaim-lichnyj-kabinet-page__card-left{flex:1;align-items:center;gap:1rem;display:flex}.zaim-lichnyj-kabinet-page__logo{object-fit:cover;background:#f3f4f6;border-radius:50%;flex-shrink:0;width:48px;height:48px}.zaim-lichnyj-kabinet-page__info{flex:1}.zaim-lichnyj-kabinet-page__name{color:#1f2937;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.zaim-lichnyj-kabinet-page__description{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.4}.zaim-lichnyj-kabinet-page__card-right{flex-shrink:0;align-items:center;margin-left:1rem;display:flex}.zaim-lichnyj-kabinet-page__login-icon{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.zaim-lichnyj-kabinet-page__login-icon:hover{background:var(--primary-color);color:#fff;text-decoration:none;transform:scale(1.1)}.zaim-lichnyj-kabinet-page__empty{text-align:center;color:var(--text-secondary);background:#fff;border-radius:12px;padding:3rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.zaim-lichnyj-kabinet-page__empty p{margin:.5rem 0;font-size:1rem}.zaim-lichnyj-kabinet-page__empty p:first-child{color:var(--secondary-light);font-weight:600}@media (max-width:1024px){.zaim-lichnyj-kabinet-page__grid{grid-template-columns:1fr}.zaim-lichnyj-kabinet-page .footer{margin-top:48px}}@media (max-width:768px){.zaim-lichnyj-kabinet-page__container{padding:0 .75rem}.zaim-lichnyj-kabinet-page__title{margin-bottom:1.5rem;font-size:2rem}.zaim-lichnyj-kabinet-page__grid{grid-template-columns:1fr;gap:1rem}.zaim-lichnyj-kabinet-page__card{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.zaim-lichnyj-kabinet-page__card-left{gap:.75rem}.zaim-lichnyj-kabinet-page__card-right{justify-content:center;margin-left:0}.zaim-lichnyj-kabinet-page__logo{width:40px;height:40px}.zaim-lichnyj-kabinet-page__name{font-size:1rem}.zaim-lichnyj-kabinet-page__description{font-size:.8rem}.zaim-lichnyj-kabinet-page .footer{margin-top:40px}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{letter-spacing:.4px;font-size:11px}}@media (max-width:480px){.zaim-lichnyj-kabinet-page__main{padding:1rem 0}.zaim-lichnyj-kabinet-page__search-input{padding:.875rem .875rem .875rem 2.5rem}.zaim-lichnyj-kabinet-page__search-icon{font-size:1rem;left:.875rem}.zaim-lichnyj-kabinet-page__title{font-size:1.75rem}.zaim-lichnyj-kabinet-page__card{padding:.875rem}.zaim-lichnyj-kabinet-page .footer{margin-top:32px}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{letter-spacing:.3px;font-size:10px;line-height:1.4}}.home-page__link{color:var(--text-secondary);margin:0 4px;font-size:10px;text-decoration:none;transition:color .2s}.zaim-lichnyj-kabinet-page__seo-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin:60px 0;padding:40px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.zaim-lichnyj-kabinet-page__seo-title{color:#1f2937;text-align:center;margin:0 0 24px;font-size:32px;font-weight:700;line-height:1.2}.zaim-lichnyj-kabinet-page__seo-text{width:100%;color:var(--secondary-light);margin:0;font-size:16px;line-height:1.6}.zaim-lichnyj-kabinet-page__seo-text p{text-align:justify;margin:0 0 20px}.zaim-lichnyj-kabinet-page__seo-text p:last-child{margin-bottom:0}.zaim-lichnyj-kabinet-page__seo-subtitle{color:#1f2937;margin:28px 0 12px;font-size:20px;font-weight:600;line-height:1.3}.zaim-lichnyj-kabinet-page__seo-text strong{color:var(--primary-color);font-weight:600}.zaim-lichnyj-kabinet-page__seo-conclusion{border-left:4px solid var(--primary-color);background:#f3f4f6;border-radius:12px;margin-top:24px;padding:20px;font-weight:500;text-align:center!important}@media (max-width:1024px){.zaim-lichnyj-kabinet-page__seo-content{margin:40px 0;padding:30px}.zaim-lichnyj-kabinet-page__seo-title{font-size:28px}.zaim-lichnyj-kabinet-page__seo-subtitle{font-size:18px}}@media (max-width:768px){.zaim-lichnyj-kabinet-page__seo-content{margin:30px 0;padding:20px}.zaim-lichnyj-kabinet-page__seo-title{margin-bottom:20px;font-size:24px}.zaim-lichnyj-kabinet-page__seo-text{font-size:15px}.zaim-lichnyj-kabinet-page__seo-subtitle{margin:20px 0 10px;font-size:17px}.zaim-lichnyj-kabinet-page__seo-conclusion{margin-top:20px;padding:16px}}@media (max-width:480px){.zaim-lichnyj-kabinet-page__seo-content{margin:20px 0;padding:16px}.zaim-lichnyj-kabinet-page__seo-title{margin-bottom:16px;font-size:20px}.zaim-lichnyj-kabinet-page__seo-text{font-size:14px}.zaim-lichnyj-kabinet-page__seo-text p{margin:0 0 16px}.zaim-lichnyj-kabinet-page__seo-subtitle{margin:16px 0 8px;font-size:16px}.zaim-lichnyj-kabinet-page__seo-conclusion{margin-top:16px;padding:12px;font-size:14px}}.questions-page{background:#f9fafb;flex-direction:column;min-height:100vh;display:flex}.questions-page .footer{background:#f8fafc;border-top:1px solid #e5e7eb;margin-top:60px}.questions-page__main{flex:1}.questions-page__hero{background:var(--background-dark);color:#fff;text-align:center;padding:4rem 0}.questions-page__hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}.questions-page__hero-title{font-size:3rem;font-weight:700;font-family:var(--font-primary-fallback);margin-bottom:1rem}.questions-page__hero-description{opacity:.9;font-size:1.25rem;font-family:var(--font-primary-fallback);margin-bottom:2rem}.questions-page__hero-button{color:var(--primary-color);cursor:pointer;font-size:1.125rem;font-weight:600;font-family:var(--font-primary-fallback);background:#fff;border:none;border-radius:12px;margin-bottom:3rem;padding:1rem 2rem;transition:all .2s}.questions-page__hero-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.questions-page__hero-stats{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.questions-page__hero-stat{opacity:.9;align-items:center;gap:.5rem;display:flex}.questions-page__hero-stat-icon{font-size:1.5rem}.questions-page__hero-stat-text{font-size:1rem;font-weight:500;font-family:var(--font-primary-fallback)}.questions-page__feed{padding:4rem 0}.questions-page__container{max-width:1200px;margin:0 auto;padding:0 1rem}.questions-page__feed-title{color:#1f2937;text-align:center;font-size:2.5rem;font-weight:700;font-family:var(--font-primary-fallback);margin-bottom:2rem}.questions-page__search{width:100%;max-width:600px;margin:0 auto 3rem;position:relative}.questions-page__search-input{box-sizing:border-box;width:100%;font-size:1rem;font-family:var(--font-primary-fallback);background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1rem 1rem 1rem 3rem;transition:all .2s}.questions-page__search-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.questions-page__search-icon{color:var(--text-secondary);pointer-events:none;font-size:1.25rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.questions-page__questions-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.questions-page__question-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:20px;transition:all .3s;box-shadow:0 4px 16px rgba(0,0,0,.1)}.questions-page__question-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.questions-page__question-image{object-fit:cover;border-radius:8px;width:100%;height:140px;margin-bottom:16px}.questions-page__question-title{color:#1f2937;font-size:16px;font-weight:600;line-height:1.4;font-family:var(--font-primary-fallback);margin:0 0 12px}.questions-page__question-meta{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.questions-page__question-date{color:var(--text-secondary);font-size:12px;font-family:var(--font-primary-fallback)}.questions-page__question-views{color:var(--text-secondary);font-size:12px;font-weight:500;font-family:var(--font-primary-fallback)}.questions-page__question-expert{align-items:flex-start;gap:12px;display:flex}.questions-page__question-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.questions-page__question-expert-info{flex:1}.questions-page__question-expert-name{color:#1f2937;font-size:14px;font-weight:600;font-family:var(--font-primary-fallback);margin-bottom:4px}.questions-page__question-expert-label{color:var(--text-secondary);font-size:12px;font-family:var(--font-primary-fallback);margin-bottom:8px}.questions-page__question-answer{color:var(--secondary-light);font-size:13px;line-height:1.5;font-family:var(--font-primary-fallback)}.questions-page__empty{text-align:center;color:var(--text-secondary);background:#fff;border-radius:12px;padding:3rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.questions-page__empty p{font-size:1rem;font-family:var(--font-primary-fallback);margin:.5rem 0}.questions-page__empty p:first-child{color:var(--secondary-light);font-weight:600}@media (max-width:1024px){.questions-page__hero-stats{gap:2rem}.questions-page__questions-grid{grid-template-columns:repeat(2,1fr);gap:20px}.questions-page .footer{margin-top:48px}}@media (max-width:768px){.questions-page__hero{padding:3rem 0}.questions-page__hero-title{font-size:2.5rem}.questions-page__hero-description{font-size:1.125rem}.questions-page__hero-button{padding:.875rem 1.5rem;font-size:1rem}.questions-page__hero-stats{flex-direction:column;gap:1rem}.questions-page__feed{padding:3rem 0}.questions-page__feed-title{font-size:2rem}.questions-page__questions-grid{grid-template-columns:repeat(2,1fr);gap:16px}.questions-page__question-card{padding:16px}.questions-page__question-image{height:120px;margin-bottom:12px}.questions-page__question-title{margin-bottom:10px;font-size:14px}.questions-page__question-meta{margin-bottom:12px;padding-bottom:8px}.questions-page__question-expert{gap:8px}.questions-page__question-avatar{width:32px;height:32px}.questions-page__question-expert-name{font-size:12px}.questions-page__question-expert-label{font-size:11px}.questions-page__question-answer{font-size:12px}.questions-page .footer{margin-top:40px}.home-page__additional-links{padding:16px 8px;line-height:1.6}.home-page__link,.home-page__separator{margin:0 3px;font-size:9px}.home-page__disclaimer{padding:12px 16px}.home-page__disclaimer-text{letter-spacing:.4px;font-size:11px}}@media (max-width:480px){.questions-page__hero{padding:2rem 0}.questions-page__hero-title{font-size:2rem}.questions-page__hero-description{font-size:1rem}.questions-page__hero-button{padding:.75rem 1.25rem;font-size:.875rem}.questions-page__hero-stat-text{font-size:.875rem}.questions-page__feed{padding:2rem 0}.questions-page__feed-title{font-size:1.75rem}.questions-page__questions-grid{grid-template-columns:1fr;gap:16px}.questions-page__question-card{padding:16px}.questions-page__question-image{height:100px;margin-bottom:12px}.questions-page__question-title{margin-bottom:8px;font-size:14px}.questions-page__question-meta{margin-bottom:12px;padding-bottom:8px}.questions-page__question-date,.questions-page__question-views{font-size:11px}.questions-page__question-expert{gap:8px}.questions-page__question-avatar{width:30px;height:30px}.questions-page__question-expert-name{font-size:12px}.questions-page__question-expert-label{font-size:10px}.questions-page__question-answer{font-size:11px}.questions-page__search-input{padding:.875rem .875rem .875rem 2.5rem}.questions-page__search-icon{font-size:1rem;left:.875rem}.questions-page .footer{margin-top:32px}.home-page__additional-links{padding:12px 8px;line-height:1.8}.home-page__link,.home-page__separator{margin:0 2px;font-size:8px}.home-page__disclaimer{padding:10px 12px}.home-page__disclaimer-text{letter-spacing:.3px;font-size:10px;line-height:1.4}}.home-page__additional-links{text-align:center;white-space:nowrap;background:#f8fafc;border-top:1px solid #e5e7eb;padding:20px 0;overflow-x:auto}.home-page__link{color:var(--text-secondary);font-size:10px;font-family:var(--font-primary-fallback);margin:0 4px;text-decoration:none;transition:color .2s}.home-page__link:hover{color:var(--primary-color);text-decoration:underline}.home-page__separator{color:#d1d5db;margin:0 4px;font-size:10px}.home-page__disclaimer{text-align:center;background:#fff;border-top:1px solid #e5e7eb;padding:16px 20px}.home-page__disclaimer-text{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;max-width:1000px;font-size:12px;font-weight:300;line-height:1.5;font-family:var(--font-primary-fallback);margin:0 auto}.zaim-na-kartu-page{min-height:50vh;padding:2rem 0}.zaim-na-kartu-page .container{text-align:center;max-width:1200px;margin:0 auto;padding:0 1rem}.zaim-na-kartu-page h1{color:#1a1a1a;margin-bottom:1rem;font-size:2.5rem}.zaim-na-kartu-page p{color:#666;font-size:1.2rem}.zaimy-onlain-page{min-height:50vh;padding:2rem 0}.zaimy-onlain-page .container{text-align:center;max-width:1200px;margin:0 auto;padding:0 1rem}.zaimy-onlain-page h1{color:#1a1a1a;margin-bottom:1rem;font-size:2.5rem}.zaimy-onlain-page p{color:#666;font-size:1.2rem}.zaimy-bez-otkaza-page{min-height:50vh;padding:2rem 0}.zaimy-bez-otkaza-page .container{text-align:center;max-width:1200px;margin:0 auto;padding:0 1rem}.zaimy-bez-otkaza-page h1{color:#1a1a1a;margin-bottom:1rem;font-size:2.5rem}.zaimy-bez-otkaza-page p{color:#666;font-size:1.2rem}.mfo-detail-page{background:#f8fafc;min-height:100vh;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.summary{background:#fff;border-radius:12px;margin:24px 0;padding:32px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.mfo-header{flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:24px;display:flex}.mfo-logo img{object-fit:cover;border:2px solid #e2e8f0;border-radius:12px;width:80px;height:80px}.mfo-title h1{color:#1a202c;margin:0 0 8px;font-size:2.5rem;font-weight:700;line-height:1.2}.mfo-rating{align-items:center;gap:8px;display:flex}.rating-value{color:#f59e0b;font-size:1.25rem;font-weight:600}.rating-reviews{color:var(--text-secondary);font-size:.9rem}.key-info h2{color:var(--text-primary);margin-bottom:16px;font-size:1.75rem;font-weight:600}.conditions-list{grid-template-columns:1fr 1fr;gap:8px 16px;margin:0;padding:0;list-style:none;display:grid}.conditions-list li{white-space:nowrap;text-overflow:ellipsis;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;font-size:.9rem;line-height:1.3;transition:all .2s;overflow:hidden}.conditions-list li:hover{background:#f1f5f9;border-color:#cbd5e0;transform:translateY(-1px)}.conditions-list strong{color:var(--primary-color);margin-right:4px;font-weight:600}.answer-box{background:var(--primary-lightest);color:#1e293b;border:1px solid #bae6fd;border-radius:12px;margin:32px 0;padding:24px;box-shadow:0 4px 20px rgba(30,41,59,.1)}.answer-box h3{color:#0c4a6e;margin:0 0 12px;font-size:1.5rem;font-weight:600}.answer-box p{color:var(--secondary-lighter);margin:0;font-size:1.1rem;line-height:1.6}.answer-box strong{color:#0f172a;font-weight:700}.main-content{margin:32px 0}.features-section{background:#fff;border-radius:12px;margin-bottom:24px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.features-section h2{color:var(--secondary-light);border-bottom:1px solid #e5e7eb;margin:0 0 12px;padding-bottom:6px;font-size:1.25rem;font-weight:600}.features-tags{flex-wrap:wrap;gap:8px;margin:0;padding:0;display:flex}.feature-tag{color:var(--secondary-light);cursor:default;background:#e2e8f0;border:1px solid #d1d5db;border-radius:12px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.feature-tag:nth-child(4n+1){color:var(--primary-color);border-color:var(--primary-color);background:#dbeafe}.feature-tag:nth-child(4n+2){color:#166534;background:#dcfce7;border-color:#22c55e}.feature-tag:nth-child(4n+3){color:#c2410c;background:#fed7aa;border-color:#f97316}.feature-tag:nth-child(4n+4){color:#7c3aed;background:#e9d5ff;border-color:#8b5cf6}.feature-tag:hover{transform:translateY(-1px)}.feature-tag:nth-child(4n+1):hover{border-color:var(--primary-color);background:#bfdbfe}.feature-tag:nth-child(4n+2):hover{background:#bbf7d0;border-color:#16a34a}.feature-tag:nth-child(4n+3):hover{background:#fed7aa;border-color:#ea580c}.feature-tag:nth-child(4n+4):hover{background:#ddd6fe;border-color:#7c3aed}.step-by-step{counter-reset:step-counter;margin:0;padding:0;list-style:none}.step-by-step li{counter-increment:step-counter;border-bottom:1px solid #e2e8f0;padding:12px 0 12px 40px;position:relative}.step-by-step li:before{content:counter(step-counter);background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:600;display:flex;position:absolute;top:12px;left:0}.step-by-step li:last-child{border-bottom:none}.mfo-description{margin:24px 0}.electro-description{background:#fff;border-radius:12px;padding:24px;font-size:.9rem;line-height:1.5;box-shadow:0 1px 3px rgba(0,0,0,.05)}.electro-description h2{color:#1f2937;border-bottom:2px solid var(--primary-color);margin:0 0 16px;padding-bottom:8px;font-size:1.5rem;font-weight:700}.electro-description h3{color:var(--secondary-light);margin:20px 0 12px;padding-left:18px;font-size:1.15rem;font-weight:600;position:relative}.electro-description h3:before{content:"▶";color:var(--primary-color);font-size:.8rem;position:absolute;top:50%;left:0;transform:translateY(-50%)}.electro-description p{color:var(--secondary-lighter);text-align:justify;margin-bottom:12px}.electro-description ul{margin:12px 0;padding-left:0;list-style:none}.electro-description ul li{color:var(--secondary-lighter);margin-bottom:8px;padding-left:20px;position:relative}.electro-description ul li:before{content:"✓";color:var(--success-color);font-size:1.1rem;font-weight:700;position:absolute;left:0}.electro-description ol.step-by-step{counter-reset:step-counter;margin:12px 0;padding-left:0;list-style:none}.electro-description ol.step-by-step li{counter-increment:step-counter;color:var(--secondary-lighter);margin-bottom:12px;padding-left:45px;position:relative}.electro-description ol.step-by-step li:before{content:counter(step-counter);background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:600;display:flex;position:absolute;top:0;left:0}.electro-description strong{color:var(--primary-color);font-weight:600}.electro-description em{color:var(--primary-color);font-style:normal;font-weight:600}.electro-description .clearfix:after{content:"";clear:both;display:table}.conditions-overview-table{border-collapse:collapse;background:#fff;border-radius:8px;width:100%;margin:20px 0;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.conditions-overview-table th{background:var(--primary-color);color:#fff;text-align:left;padding:16px;font-size:1rem;font-weight:600}.conditions-overview-table td{vertical-align:top;border-bottom:1px solid #e2e8f0;padding:16px}.conditions-overview-table td:first-child{color:var(--primary-color);background:#f8fafc;width:30%;font-weight:600}.conditions-overview-table td:last-child{color:var(--secondary-lighter);line-height:1.6}.conditions-overview-table tr:last-child td{border-bottom:none}.conditions-overview-table tr:nth-child(2n) td:last-child{background:#fafbfc}.data-tables{margin:32px 0}.data-tables h2:not(.data-tables__title){color:var(--text-primary);text-align:center;margin-bottom:24px;font-size:2rem;font-weight:600}.data-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;margin-bottom:15px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}.data-table caption{color:var(--text-primary);text-align:left;background:#f7fafc;padding:16px;font-size:1.25rem;font-weight:600}.data-table th{background:var(--primary-color);color:#fff;text-align:left;padding:16px;font-size:1rem;font-weight:600}.data-table td{border-bottom:1px solid #e2e8f0;padding:16px;font-size:1rem;line-height:1.5}.data-table tr:last-child td{border-bottom:none}.data-table tr:nth-child(2n){background:#f8fafc}.data-table a{color:var(--primary-color);font-weight:500;text-decoration:none}.data-table a:hover{text-decoration:underline}.data-table td:first-child{text-align:left;color:var(--secondary-lighter);width:40%;font-weight:500}.data-table td:last-child{text-align:left;color:var(--text-primary);font-weight:600}.data-table ul{margin:0!important;padding:0!important;list-style:none!important}.data-table ul li{margin:0 0 4px!important;padding:0!important;list-style:none!important}.data-table ul li::marker{content:none!important;display:none!important}.data-table ul li:before{content:none!important;display:none!important}.additional-info{background:#fff;border-radius:12px;margin:24px 0;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.additional-info h2{color:var(--secondary-light);margin-bottom:12px;font-size:1.25rem;font-weight:600}.additional-info p{color:var(--secondary-lighter);margin-bottom:12px;font-size:.9rem;line-height:1.5}.additional-info a{color:var(--primary-color);font-weight:500;text-decoration:none}.additional-info a:hover{text-decoration:underline}.last-updated{color:var(--text-secondary);border-top:1px solid #e5e7eb;margin-top:16px;padding-top:12px;font-size:.8rem;font-style:italic}@media (max-width:768px){.container{padding:0 16px}.mfo-header{text-align:center;flex-direction:column;gap:16px}.mfo-title h1{font-size:2rem}.summary,.features-section,.additional-info,.electro-description{padding:16px}.electro-description h2{font-size:1.35rem}.electro-description h3{font-size:1.1rem}.electro-description ol.step-by-step li{padding-left:40px}.electro-description ol.step-by-step li:before{width:28px;height:28px;font-size:.8rem}.conditions-overview-table th,.conditions-overview-table td{padding:12px 8px;font-size:.9rem}.data-table{font-size:.9rem}.data-table th,.data-table td{padding:12px 8px}.conditions-list{grid-template-columns:1fr;gap:6px}.conditions-list li{white-space:normal;text-overflow:initial;padding:10px 12px;font-size:.85rem}}@media (max-width:480px){.mfo-title h1{font-size:1.75rem}.summary,.features-section,.additional-info,.electro-description{padding:12px}.electro-description h2{font-size:1.25rem}.electro-description h3{margin:16px 0 10px;font-size:1rem}.electro-description ol.step-by-step li{padding-left:35px}.electro-description ol.step-by-step li:before{width:24px;height:24px;font-size:.75rem}.conditions-overview-table{font-size:.8rem}.conditions-overview-table th,.conditions-overview-table td{padding:10px 6px}.conditions-overview-table td:first-child{width:35%}.data-table{font-size:.8rem}.conditions-list{gap:6px}.conditions-list li{white-space:normal;text-overflow:initial;padding:8px 10px;font-size:.8rem}.conditions-list strong{margin-right:3px}}.expand-link{color:var(--secondary-lighter);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin:8px 0;padding:4px 0;font-size:.9rem;font-weight:500;-webkit-text-decoration:underline transparent;text-decoration:underline transparent;transition:all .2s;display:inline-flex}.expand-link:hover{color:var(--text-primary);-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.expand-link:focus{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:4px}.collapse-link{justify-self:flex-start;margin:16px 0 8px}.expand-icon{opacity:.7;flex-shrink:0;transition:transform .2s}.expand-icon.expanded{transform:rotate(180deg)}.expandable-content{animation:.3s ease-out slideDown;overflow:hidden}@media (max-width:768px){.expand-link{font-size:.85rem}}@media (max-width:480px){.expand-link{gap:4px;font-size:.8rem}.expand-icon{width:12px;height:12px}}.table-expand{margin:0 0 16px;font-size:.85rem}.table-expand:hover{color:var(--primary-color)}@media (max-width:768px){.features-tags{gap:6px}.feature-tag{border-radius:10px;padding:5px 10px;font-size:.8rem}}@media (max-width:480px){.features-tags{gap:6px}.feature-tag{border-radius:8px;gap:4px;padding:4px 8px;font-size:.75rem}}.cta-section{border-top:2px solid var(--border-color);text-align:center;margin-top:24px;padding-top:20px}.get-money-btn{justify-content:center;align-items:center;gap:var(--spacing-2);background:var(--primary-color);width:100%;color:var(--text-white);border-radius:var(--border-radius-lg);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border:none;padding:5px 20px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(5,150,105,.3)}.get-money-btn:hover{background:var(--hover-secondary);color:var(--text-white);text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 20px rgba(31,41,55,.4)}.get-money-btn:active{transform:translateY(0);box-shadow:0 4px 8px rgba(5,150,105,.3)}.get-money-btn svg{transition:transform .2s}.get-money-btn:hover svg{transform:translate(4px)}@media (max-width:768px){.cta-section{margin-top:20px;padding-top:16px}.get-money-btn{border-radius:var(--border-radius);padding:14px 28px;font-size:1rem}}@media (max-width:480px){.cta-section{margin-top:16px;padding-top:12px}.get-money-btn{border-radius:var(--border-radius);width:100%;max-width:280px;padding:12px 24px;font-size:.95rem}}.final-cta{background:var(--primary-lightest);border-radius:var(--border-radius-xl);text-align:center;border:1px solid var(--primary-light);margin:48px 0 32px;padding:32px}.final-cta-content h3{color:var(--primary-darker);margin:0 0 12px;font-size:1.75rem;font-weight:700}.final-cta-content p{color:var(--text-primary);margin:0 0 24px;font-size:1.1rem}.final-btn{font-size:1.2rem!important}@media (max-width:768px){.final-cta{border-radius:12px;margin:32px 0 24px;padding:24px 20px}.final-cta-content h3{font-size:1.5rem}.final-cta-content p{font-size:1rem}.final-btn{padding:16px 32px!important;font-size:1.1rem!important}}@media (max-width:480px){.final-cta{border-radius:10px;margin:24px 0 16px;padding:20px 16px}.final-cta-content h3{font-size:1.3rem}.final-cta-content p{font-size:.95rem}.final-btn{width:100%;max-width:300px;padding:14px 28px!important;font-size:1rem!important}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.info-layout{align-items:stretch;gap:32px;margin-top:16px;display:flex}.info-image{flex:0 0 300px;justify-content:flex-start;align-items:flex-start;display:flex}.info-image img{object-fit:cover;border-radius:12px;width:100%;height:auto;max-height:320px;transition:transform .3s;box-shadow:0 4px 12px rgba(0,0,0,.1)}.info-image img:hover{transform:scale(1.02)}.info-content{flex-direction:column;flex:1;justify-content:flex-start;display:flex}.info-content .cta-section{border-top:none;margin-top:10px;padding-top:0}@media (max-width:768px){.info-layout{flex-direction:column;gap:24px}.info-image{flex:none;max-width:400px;margin:0 auto}.info-image img{border-radius:10px;max-height:250px}.info-content{min-height:auto}.info-content .cta-section{margin-top:10px}}@media (max-width:480px){.info-layout{gap:20px}.info-image{max-width:100%}.info-image img{border-radius:8px;max-height:200px}.info-content .cta-section{margin-top:10px}}.data-tables__header{text-align:center;margin-bottom:24px}.data-tables__title{color:#1f2937;margin:0 0 4px;font-size:28px;font-weight:700}.data-tables__description{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:16px;line-height:1.5}@media (max-width:768px){.data-tables__header{margin-bottom:20px}.data-tables__title{font-size:24px}.data-tables__description{max-width:90%;font-size:15px}}@media (max-width:480px){.data-tables__header{margin-bottom:16px}.data-tables__title{font-size:20px}.data-tables__description{font-size:14px}}.mfo-loading-container{justify-content:center;align-items:center;min-height:60vh;padding:40px 20px;display:flex}.mfo-loading-spinner{flex-direction:column;align-items:center;gap:24px;display:flex}.mfo-spinner{border:4px solid #e2e8f0;border-top:4px solid var(--primary-color);border-radius:50%;width:48px;height:48px;animation:1s linear infinite mfo-spin;position:relative}.mfo-spinner:after{content:"";border:4px solid transparent;border-top-color:rgba(102,126,234,.3);border-radius:50%;animation:2s linear infinite reverse mfo-spin;position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}@keyframes mfo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mfo-loading-text{color:var(--text-secondary);text-align:center;margin:0;font-size:18px;font-weight:500;animation:2s ease-in-out infinite mfo-pulse}@keyframes mfo-pulse{0%,to{opacity:1}50%{opacity:.6}}.mfo-loading-spinner{animation:.3s ease-out mfo-fadeIn}@keyframes mfo-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.mfo-loading-container{min-height:50vh;padding:30px 15px}.mfo-spinner{border-width:3px;width:40px;height:40px}.mfo-spinner:after{border-width:3px}.mfo-loading-text{font-size:16px}}.mfo-error-container{justify-content:center;align-items:center;min-height:60vh;padding:40px 20px;display:flex}.mfo-error-content{text-align:center;background:#fff;border-radius:16px;max-width:480px;padding:48px 32px;animation:.3s ease-out mfo-fadeIn;box-shadow:0 4px 20px rgba(0,0,0,.1)}.mfo-error-icon{opacity:.8;margin-bottom:24px;font-size:64px}.mfo-error-title{color:#1a202c;margin:0 0 16px;font-size:28px;font-weight:700}.mfo-error-text{color:var(--text-secondary);margin:0 0 32px;font-size:16px;line-height:1.5}.mfo-error-button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;transition:all .2s}.mfo-error-button:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.mfo-error-button:active{transform:translateY(0)}@media (max-width:768px){.mfo-error-container{min-height:50vh;padding:30px 15px}.mfo-error-content{padding:32px 24px}.mfo-error-icon{font-size:48px}.mfo-error-title{font-size:24px}.mfo-error-text{font-size:15px}}.not-found-page{background:var(--background-dark);flex-direction:column;min-height:100vh;display:flex}.not-found-page__main{flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.not-found-page__container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;display:grid}.not-found-page__content{background:#fff;border-radius:24px;padding:40px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.not-found-page__error-code{color:var(--primary-color);text-align:center;margin-bottom:20px;font-size:120px;font-weight:900;line-height:1}.not-found-page__title{color:#1a202c;text-align:center;margin:0 0 16px;font-size:32px;font-weight:700}.not-found-page__description{color:var(--secondary-lighter);text-align:center;margin:0 0 32px;font-size:16px;line-height:1.6}.not-found-page__actions{justify-content:center;gap:16px;margin-bottom:40px;display:flex}.not-found-page__button{text-align:center;border-radius:12px;justify-content:center;align-items:center;min-width:160px;padding:12px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.not-found-page__button--primary{background:var(--primary-color);color:#fff}.not-found-page__button--primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(102,126,234,.3)}.not-found-page__button--secondary{color:var(--secondary-lighter);background:#f7fafc;border:2px solid #e2e8f0}.not-found-page__button--secondary:hover{background:#edf2f7;transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.not-found-page__suggestions{border-top:1px solid #e2e8f0;padding-top:32px}.not-found-page__suggestions-title{color:#2d3748;text-align:center;margin:0 0 16px;font-size:18px;font-weight:600}.not-found-page__suggestions-list{grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:0;list-style:none;display:grid}.not-found-page__link{color:#667eea;text-align:center;border-radius:8px;padding:8px 12px;font-weight:500;text-decoration:none;transition:all .3s;display:block}.not-found-page__link:hover{color:var(--primary-dark);background:#f0f4ff}.not-found-page__illustration{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.not-found-page__icon{opacity:.8;margin-bottom:20px;font-size:120px}.not-found-page__icon-text{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);margin:0;font-size:20px;font-weight:600}@media (max-width:1024px){.not-found-page__container{text-align:center;grid-template-columns:1fr;gap:40px}.not-found-page__content{padding:30px}.not-found-page__error-code{font-size:100px}.not-found-page__title{font-size:28px}}@media (max-width:768px){.not-found-page__main{padding:20px}.not-found-page__content{padding:24px}.not-found-page__error-code{font-size:80px}.not-found-page__title{font-size:24px}.not-found-page__description{font-size:15px}.not-found-page__actions{flex-direction:column;gap:12px}.not-found-page__button{width:100%}.not-found-page__suggestions-list{grid-template-columns:1fr}.not-found-page__icon{font-size:80px}}@media (max-width:480px){.not-found-page__content{padding:20px}.not-found-page__error-code{font-size:60px}.not-found-page__title{font-size:20px}.not-found-page__description{font-size:14px}.not-found-page__suggestions-title{font-size:16px}.not-found-page__icon{font-size:60px}.not-found-page__icon-text{font-size:16px}}.server-error-page{background:var(--error-color);flex-direction:column;min-height:100vh;display:flex}.server-error-page__main{flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.server-error-page__container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;display:grid}.server-error-page__content{background:#fff;border-radius:24px;padding:40px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.server-error-page__error-code{color:#ff6b6b;text-align:center;margin-bottom:20px;font-size:120px;font-weight:900;line-height:1}.server-error-page__title{color:#1a202c;text-align:center;margin:0 0 16px;font-size:32px;font-weight:700}.server-error-page__description{color:var(--secondary-lighter);text-align:center;margin:0 0 32px;font-size:16px;line-height:1.6}.server-error-page__actions{justify-content:center;gap:16px;margin-bottom:40px;display:flex}.server-error-page__button{text-align:center;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;min-width:160px;padding:12px 24px;font-family:inherit;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.server-error-page__button--primary{background:var(--error-color);color:#fff}.server-error-page__button--primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(255,107,107,.3)}.server-error-page__button--secondary{color:var(--secondary-lighter);background:#f7fafc;border:2px solid #e2e8f0}.server-error-page__button--secondary:hover{background:#edf2f7;transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.server-error-page__help{border-top:1px solid #e2e8f0;padding-top:32px}.server-error-page__help-title{color:#2d3748;text-align:center;margin:0 0 16px;font-size:18px;font-weight:600}.server-error-page__help-list{margin:0;padding:0;list-style:none}.server-error-page__help-list li{color:var(--secondary-lighter);text-align:center;border-bottom:1px solid #f7fafc;padding:8px 0}.server-error-page__help-list li:last-child{border-bottom:none}.server-error-page__illustration{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.server-error-page__icon{opacity:.9;margin-bottom:20px;font-size:120px}.server-error-page__icon-text{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);margin:0;font-size:20px;font-weight:600}@media (max-width:1024px){.server-error-page__container{text-align:center;grid-template-columns:1fr;gap:40px}.server-error-page__content{padding:30px}.server-error-page__error-code{font-size:100px}.server-error-page__title{font-size:28px}}@media (max-width:768px){.server-error-page__main{padding:20px}.server-error-page__content{padding:24px}.server-error-page__error-code{font-size:80px}.server-error-page__title{font-size:24px}.server-error-page__description{font-size:15px}.server-error-page__actions{flex-direction:column;gap:12px}.server-error-page__button{width:100%}.server-error-page__icon{font-size:80px}}@media (max-width:480px){.server-error-page__content{padding:20px}.server-error-page__error-code{font-size:60px}.server-error-page__title{font-size:20px}.server-error-page__description{font-size:14px}.server-error-page__help-title{font-size:16px}.server-error-page__icon{font-size:60px}.server-error-page__icon-text{font-size:16px}}.maintenance-page{background:var(--secondary-color);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.maintenance-page__container{width:100%;max-width:600px}.maintenance-page__content{text-align:center;background:#fff;border-radius:24px;padding:40px;box-shadow:0 20px 40px rgba(0,0,0,.2)}.maintenance-page__logo{margin-bottom:30px}.maintenance-page__brand{color:#1e3a8a;background:var(--secondary-color);-webkit-text-fill-color:transparent;-webkit-background-clip:text;-ms-background-clip:text;background-clip:text;margin:0;font-size:36px;font-weight:700}.maintenance-page__icon{opacity:.9;margin-bottom:20px;font-size:80px}.maintenance-page__title{color:#1a202c;margin:0 0 20px;font-size:32px;font-weight:700}.maintenance-page__description{color:var(--secondary-lighter);margin:0 0 30px;font-size:16px;line-height:1.6}.maintenance-page__info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;margin-bottom:30px;padding:20px;display:flex}.maintenance-page__info-item{flex-direction:column;align-items:center;gap:8px;display:flex}.maintenance-page__info-label{color:#718096;font-size:14px;font-weight:500}.maintenance-page__info-value{color:#1e3a8a;font-size:16px;font-weight:600}.maintenance-page__features{background:#f0f8ff;border:1px solid #bfdbfe;border-radius:12px;margin-bottom:30px;padding:20px}.maintenance-page__features-title{color:#1e3a8a;margin:0 0 16px;font-size:18px;font-weight:600}.maintenance-page__features-list{grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:0;list-style:none;display:grid}.maintenance-page__features-list li{color:var(--secondary-lighter);padding:8px 0 8px 20px;position:relative}.maintenance-page__features-list li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.maintenance-page__contact{border-top:1px solid #e2e8f0;padding-top:20px}.maintenance-page__contact-text{color:#718096;margin:0 0 8px;font-size:14px}.maintenance-page__contact-info{color:#1e3a8a;margin:0;font-size:16px;font-weight:600}@media (max-width:768px){.maintenance-page__content{padding:30px 20px}.maintenance-page__brand{font-size:28px}.maintenance-page__icon{font-size:60px}.maintenance-page__title{font-size:24px}.maintenance-page__description{font-size:15px}.maintenance-page__info{flex-direction:column;gap:16px}.maintenance-page__features-list{grid-template-columns:1fr}}@media (max-width:480px){.maintenance-page{padding:10px}.maintenance-page__content{padding:20px}.maintenance-page__brand{font-size:24px}.maintenance-page__icon{font-size:50px}.maintenance-page__title{font-size:20px}.maintenance-page__description{font-size:14px}.maintenance-page__info,.maintenance-page__features{padding:15px}.maintenance-page__features-title{font-size:16px}}.cookie-banner{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:320px;max-width:calc(100vw - 40px);padding:0;animation:.4s ease-out slideInLeft;position:fixed;bottom:20px;left:20px;box-shadow:0 10px 25px rgba(0,0,0,.15)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.cookie-banner__content{padding:16px;position:relative}.cookie-banner__close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:4px;font-size:20px;line-height:1;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.cookie-banner__close:hover{color:#374151;background:#f3f4f6}.cookie-banner__text{margin-bottom:12px;padding-right:20px}.cookie-banner__text h4{color:#1f2937;margin:0 0 8px;font-size:14px;font-weight:600}.cookie-banner__text p{color:#6b7280;margin:0;font-size:12px;line-height:1.4}.cookie-banner__link{color:var(--primary-color);font-weight:500;text-decoration:underline;transition:color .2s}.cookie-banner__link:hover{color:var(--primary-color);text-decoration:none}.cookie-banner__actions{gap:8px;display:flex}.cookie-banner__button{cursor:pointer;border:none;border-radius:6px;flex:1;padding:8px 16px;font-size:12px;font-weight:500;transition:all .2s}.cookie-banner__button--primary{background:var(--primary-color);color:#fff}.cookie-banner__button--primary:hover{background:var(--primary-color);transform:translateY(-1px);box-shadow:0 2px 4px rgba(59,130,246,.2)}.cookie-banner__button--primary:active{transform:translateY(0)}@media (max-width:768px){.cookie-banner{width:280px;bottom:16px;left:16px}.cookie-banner__content{padding:14px}.cookie-banner__text h4{font-size:13px}.cookie-banner__text p{font-size:11px}.cookie-banner__button{padding:7px 12px;font-size:11px}}@media (max-width:480px){.cookie-banner{width:260px;bottom:12px;left:12px}}.App{flex-direction:column;width:100%;min-height:100vh;display:flex}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.fade-in{animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}:root{--primary-color:#059669;--primary-dark:#047857;--primary-darker:#065f46;--primary-light:#10b981;--primary-lighter:#34d399;--primary-lightest:#d1fae5;--secondary-color:#1f2937;--secondary-light:#374151;--secondary-lighter:#4b5563;--secondary-lightest:#9ca3af;--success-color:#10b981;--success-light:#d1fae5;--error-color:#ef4444;--error-light:#fee2e2;--warning-color:#f59e0b;--warning-light:#fef3c7;--info-color:#6b7280;--info-light:#dbeafe;--text-primary:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;--text-light:#d1d5db;--text-white:#fff;--background-primary:#fff;--background-secondary:#f9fafb;--background-gray:#f3f4f6;--background-dark:#1f2937;--border-color:#e5e7eb;--border-light:#f3f4f6;--border-dark:#d1d5db;--border-radius:8px;--border-radius-sm:4px;--border-radius-lg:12px;--border-radius-xl:16px;--border-radius-full:9999px;--shadow-xs:0 1px 2px rgba(0,0,0,.05);--shadow-sm:0 1px 3px rgba(0,0,0,.1);--shadow-md:0 4px 6px rgba(0,0,0,.1);--shadow-lg:0 10px 15px rgba(0,0,0,.1);--shadow-xl:0 20px 25px rgba(0,0,0,.15);--hover-overlay:rgba(31,41,55,.05);--hover-primary:var(--primary-dark);--hover-secondary:var(--secondary-color);--font-primary:"Inter Tight", sans-serif;--font-primary-strict:"Inter Tight";--font-primary-fallback:"Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-secondary:"Helvetica Neue", Arial, sans-serif;--font-family:var(--font-primary-fallback);--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--spacing-1:.25rem;--spacing-2:.5rem;--spacing-3:.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem}@font-face{font-family:Inter Tight;font-display:swap}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto;font-size:16px;line-height:1.5}.fonts-loading{visibility:hidden}.fonts-loaded{visibility:visible}body{font-family:var(--font-family);color:var(--text-primary);background-color:var(--background-primary);font-display:swap;text-rendering:optimizelegibility;width:100%;min-height:100vh;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-bottom:var(--spacing-4);font-display:swap;text-rendering:optimizelegibility;font-weight:600;line-height:1.25}h1{font-size:var(--font-size-4xl);line-height:1.2}h2{font-size:var(--font-size-3xl);line-height:1.25}h3{font-size:var(--font-size-2xl);line-height:1.3}h4{font-size:var(--font-size-xl);line-height:1.35}h5{font-size:var(--font-size-lg);line-height:1.4}h6{font-size:var(--font-size-base);line-height:1.5}p{margin-bottom:var(--spacing-4)}a{color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark);text-decoration:underline}ul,ol{margin-bottom:var(--spacing-4);padding-left:var(--spacing-6)}li{margin-bottom:var(--spacing-2)}button{cursor:pointer;border-radius:var(--border-radius);justify-content:center;align-items:center;gap:var(--spacing-2);border:none;font-family:inherit;font-weight:500;transition:all .2s;display:inline-flex}.btn{padding:var(--spacing-3) var(--spacing-6);font-size:var(--font-size-base);border-radius:var(--border-radius);cursor:pointer;justify-content:center;align-items:center;gap:var(--spacing-2);border:1px solid transparent;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary-color);color:var(--text-white);border-color:var(--primary-color)}.btn-primary:hover{background-color:var(--hover-primary);border-color:var(--hover-primary);color:var(--text-white);text-decoration:none}.btn-secondary{color:var(--primary-color);border-color:var(--primary-color);background-color:transparent}.btn-secondary:hover{background-color:var(--primary-color);color:var(--text-white);text-decoration:none}.btn-dark{background-color:var(--secondary-color);color:var(--text-white);border-color:var(--secondary-color)}.btn-dark:hover{background-color:var(--secondary-light);border-color:var(--secondary-light);color:var(--text-white);text-decoration:none}.btn-sm{padding:var(--spacing-2) var(--spacing-4);font-size:var(--font-size-sm)}.btn-lg{padding:var(--spacing-4) var(--spacing-8);font-size:var(--font-size-lg)}.btn-full{width:100%}button:disabled,.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}input,textarea,select{font-family:inherit;font-size:var(--font-size-base);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:var(--spacing-3) var(--spacing-4);transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.loan-btn{justify-content:center;align-items:center;gap:var(--spacing-2);padding:var(--spacing-3) var(--spacing-6);background:var(--primary-color);color:var(--text-white);border-radius:var(--border-radius-lg);text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow-sm);cursor:pointer;font-weight:600;font-size:var(--font-size-base);border:none;text-decoration:none;transition:all .2s;display:inline-flex}.loan-btn:hover{background:var(--secondary-color);color:var(--text-white);box-shadow:var(--shadow-md);text-decoration:none}.loan-btn:active{box-shadow:var(--shadow-xs);transform:translateY(1px)}.loan-btn svg{transition:transform .2s}.loan-btn:hover svg{transform:translate(4px)}.loan-btn--large{padding:var(--spacing-4) var(--spacing-8);font-size:var(--font-size-lg)}.loan-btn--small{padding:var(--spacing-2) var(--spacing-4);font-size:var(--font-size-sm);text-transform:none;letter-spacing:normal}.status-success{color:var(--success-color)}.status-error{color:var(--error-color)}.status-warning{color:var(--warning-color)}.status-info{color:var(--info-color)}.bg-success{background-color:var(--success-light);color:var(--success-color)}.bg-error{background-color:var(--error-light);color:var(--error-color)}.bg-warning{background-color:var(--warning-light);color:var(--warning-color)}.bg-info{background-color:var(--info-light);color:var(--info-color)}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--spacing-1)}.mb-2{margin-bottom:var(--spacing-2)}.mb-3{margin-bottom:var(--spacing-3)}.mb-4{margin-bottom:var(--spacing-4)}@media (max-width:768px){html{font-size:14px}}
