.hero-main{background:var(--bg-light);padding:0;overflow:hidden;}.hero-main__inner{max-width:1440px;margin:0 auto;padding:56px 80px;display:flex;align-items:center;justify-content:space-between;gap:40px;min-height:360px;}.hero-main__content{max-width:560px;}.hero-main__title{font-size:38px;font-weight:800;color:var(--text);line-height:1.2;margin-bottom:16px;}.hero-main__subtitle{font-size:15px;color:var(--text-secondary);line-height:1.7;margin-bottom:0;}.hero-main__illustration{flex-shrink:0;max-width:480px;}.hero-main__illustration-img{width:100%;height:auto;display:block;justify-content:center;}.catalog{padding:48px 0;background:var(--bg-light);}.catalog__grid{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:240px;gap:10px;}.catalog__card{border-radius:16px;padding:20px 10px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:8px;transition:box-shadow 0.2s,transform 0.2s;text-decoration:none;cursor:pointer;color:var(--dark-bg);}a.catalog__card{color:var(--dark-bg);}.catalog__card:hover{transform:translateY(-2px);text-decoration:none;}.catalog__card--big{background:#e7e8ea;border:none;color:var(--dark-bg);}a.catalog__card--big.catalog__card--highlight,.catalog__card--big.catalog__card--highlight{background:linear-gradient(to bottom,#00e8a6,#008D6F);color:#fff;}.catalog__card--big:hover{box-shadow:0 8px 24px rgba(0,0,0,0.12);}.catalog__card--big.catalog__card--highlight:hover{box-shadow:0 8px 24px rgba(0,141,111,0.3);}.catalog__card--big .catalog__card-title{font-size:24px;font-weight:600;color:inherit;margin-top:auto;}.catalog__card--big .catalog__card-desc{font-size:14px;font-weight:500;color:inherit;opacity:0.7;}.catalog__card--big .catalog__card-icon{margin-bottom:auto;}.catalog__card-group{display:flex;flex-direction:column;gap:9px;}.catalog__card--small{background:#e7e8ea;border:none;padding:20px 10px;gap:8px;flex:1;}.catalog__card--small:hover{box-shadow:var(--shadow);}.catalog__card--small .catalog__card-icon{color:var(--dark-bg);}.catalog__card--small .catalog__card-title{font-size:16px;font-weight:600;color:var(--text);margin-top:0;line-height:1.3;}.catalog__card--all{background:var(--dark-bg);border:none;padding:20px 10px;gap:8px;flex:1;}.catalog__card--all:hover{box-shadow:0 8px 24px rgba(9,21,32,0.3);text-decoration:none;}.catalog__card--all .catalog__card-icon{color:#fff;}a.catalog__card--all,.catalog__card--all{color:#fff;}.catalog__card--all .catalog__card-title{font-size:16px;font-weight:600;color:#fff;margin-top:0;}.catalog__card-icon{width:25px;height:25px;display:block;}.catalog__card-icon svg{width:100%;height:100%;}.catalog__card-title{font-size:16px;font-weight:600;color:inherit;}.catalog__card-desc{font-size:14px;font-weight:500;color:inherit;opacity:0.7;}.best-month{padding:48px 0;background:var(--bg-light);}.best-month__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;}.best-month__header .section-title{margin-bottom:0;}.best-month__link{font-size:18px;font-weight:600;color:var(--primary);text-decoration:none;display:flex;align-items:center;gap:6px;white-space:nowrap;flex-shrink:0;}.best-month__link svg{width:12px;height:12px;transform:rotate(-90deg);}.best-month__tabs{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap;}.best-month__tabs .tabs__btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:26px;border:none;background:#fff;color:var(--dark-bg);font-size:16px;font-weight:400;cursor:pointer;transition:all 0.2s;}.best-month__tabs .tabs__btn svg{width:20px;height:20px;flex-shrink:0;}.best-month__tabs .tabs__btn--active{background:#00b283;color:#fff;}.best-month__list{display:flex;flex-direction:column;gap:26px;}.best-month__more-link{display:none;margin-top:20px;font-size:16px;font-weight:600;color:var(--primary);text-decoration:none;}.best-month__more-link--mobile{display:none;}.top5__item{display:flex;align-items:center;gap:20px;background:#fff;border-radius:12px;padding:27px 40px 27px 48px;border:none;}.top5__logo--img{background:transparent;border-radius:8px;width:52px;height:52px;overflow:hidden;}.top5__logo--img img{width:100%;height:100%;object-fit:contain;padding:0;}.top5__item .listing-ratings{margin-top:0;gap:8px;}.top5__actions{display:flex;gap:16px;align-items:center;margin-left:0;}.top5__actions .btn--primary{background:var(--primary);color:#fff;border:2px solid var(--primary);border-radius:10px;padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;white-space:nowrap;}.calc-section{padding:48px 0;background:var(--bg-light);}.calc-section .section-title{font-size:36px;font-weight:600;margin-bottom:30px;}.calc-section__card{background:#fff;border-radius:12px;padding:40px 40px 35px 48px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px 42px;align-items:end;}.calc-section__group{display:flex;flex-direction:column;gap:0;}.calc-section__label{display:block;font-size:16px;font-weight:500;color:var(--dark-bg);margin-bottom:8px;}.calc-section__input-wrap{border:1px solid #808080;border-radius:8px;padding:8px 14px 12px;height:46px;display:flex;align-items:center;margin-bottom:12px;}.calc-section__value{font-size:18px;font-weight:700;color:var(--dark-bg);}.calc-section__range{width:100%;height:12px;-webkit-appearance:none;appearance:none;background:#cacfd2;border-radius:6px;outline:none;cursor:pointer;}.calc-section__range::-webkit-slider-thumb{-webkit-appearance:none;width:32px;height:32px;background:var(--primary);border-radius:50%;cursor:pointer;border:3px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,0.15);}.calc-section__range::-moz-range-thumb{width:32px;height:32px;background:var(--primary);border-radius:50%;cursor:pointer;border:3px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,0.15);}.calc-section__action{display:flex;flex-direction:column;justify-content:flex-end;height:100%;}.calc-section__btn{width:100%;display:block;text-align:center;background:var(--primary);color:#fff;border-radius:8px;padding:12px 18px;font-size:18px;font-weight:600;height:46px;line-height:22px;border:none;}.steps{padding:30px 0 60px;}.steps .section-title{font-size:36px;font-weight:600;margin-bottom:30px;}.steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}.steps__card{background:linear-gradient(to bottom,#00e8a6,#008D6F);border-radius:12px;padding:30px 40px;color:#fff;display:flex;flex-direction:column;gap:40px;}.steps__badge{display:inline-block;font-size:24px;font-weight:600;background:#fff;color:var(--primary);padding:8px 20px;border-radius:27px;align-self:flex-start;text-align:center;border:none;}.steps__card-desc{display:flex;flex-direction:column;gap:10px;}.steps__card-title{font-size:24px;font-weight:600;}.steps__card-text{font-size:16px;line-height:1.5;color:rgba(255,255,255,0.85);}.info-section{padding:48px 0;background:var(--dark-bg);}.info-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 22px;}.info-section__card{background:#fff;border-radius:12px;padding:30px 40px;display:flex;flex-direction:column;gap:10px;}.info-section__card--green{grid-column:span 2;background:linear-gradient(to bottom,#008D6F,#00e8a6);color:#fff;padding:40px;gap:20px;}.info-section__card-heading{font-size:36px;font-weight:600;}.info-section__card-subtitle{font-size:16px;line-height:1.5;}.info-section__card-icon{color:var(--primary);line-height:0;}.info-section__card-icon svg{width:30px;height:30px;}.info-section__card-title{font-size:24px;font-weight:600;color:var(--dark-bg);}.info-section__card-text{font-size:16px;line-height:1.5;color:var(--dark-bg);}.banks{padding:48px 0;}.banks__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,100px);gap:20px;margin-bottom:24px;}.banks__item{background:#fff;border:none;border-radius:12px;padding:16px 10px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transition:box-shadow 0.2s;text-decoration:none;}.banks__item:hover{box-shadow:var(--shadow);text-decoration:none;}.banks__logo-img{max-width:140px;max-height:48px;width:auto;height:auto;object-fit:contain;}.banks__name{font-size:12px;font-weight:600;color:var(--text-secondary);text-align:center;line-height:1.2;}.banks__logo-letter{font-size:24px;font-weight:700;color:var(--text-muted);}.banks__more{font-size:14px;font-weight:600;color:var(--primary);}.crypto-section{padding:48px 0;background:var(--dark-bg);}.crypto-section__desc{font-size:15px;color:rgba(255,255,255,0.7);max-width:600px;margin-bottom:0;line-height:1.6;}.crypto-section__header-row{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:32px;}.crypto-section__link{color:var(--primary-accent);font-size:14px;font-weight:500;white-space:nowrap;text-decoration:none;transition:opacity 0.2s;}.crypto-section__link:hover{opacity:0.8;text-decoration:underline;color:var(--primary-accent);}.crypto-section__btn{color:#fff;border-color:rgba(255,255,255,0.3);margin-bottom:32px;}.crypto-section__btn:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.5);color:#fff;}.crypto-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}.crypto-section__card{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius);padding:24px;}.crypto-section__card-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:16px;}.crypto-table{width:100%;border-collapse:collapse;}.crypto-table th{font-size:12px;font-weight:500;color:rgba(255,255,255,0.5);text-align:left;padding:8px 0;border-bottom:1px solid rgba(255,255,255,0.1);}.crypto-table td{font-size:14px;color:rgba(255,255,255,0.8);padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.06);}.crypto-table__exchange{display:flex;align-items:center;gap:8px;}.crypto-table__logo{width:24px;height:24px;border-radius:6px;object-fit:contain;flex-shrink:0;}.crypto-table__badge{font-size:10px;font-weight:700;color:var(--primary-accent);background:rgba(0,232,166,0.12);padding:2px 6px;border-radius:4px;white-space:nowrap;text-transform:uppercase;letter-spacing:0.03em;}.crypto-table__best td{color:#fff;}.crypto-exchange__logo{width:36px;height:36px;border-radius:8px;object-fit:contain;flex-shrink:0;}.crypto-exchange{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,0.06);}.crypto-exchange:last-child{border-bottom:none;}.crypto-exchange__info{flex:1;min-width:0;}.crypto-exchange__name{font-size:14px;font-weight:600;color:#fff;display:block;}.crypto-exchange__license{font-size:12px;color:var(--primary-accent);display:block;margin-top:2px;}.crypto-exchange__rating{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--primary);color:#fff;font-size:13px;font-weight:700;border-radius:8px;flex-shrink:0;}.crypto-exchange__btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;background:var(--primary);color:#fff;font-size:13px;font-weight:600;border-radius:8px;text-decoration:none;white-space:nowrap;transition:opacity 0.2s;}.crypto-exchange__btn:hover{opacity:0.85;color:#fff;text-decoration:none;}.lombard-section{padding:48px 0;}.lombard-section__card{background:var(--bg-light);border-radius:20px;padding:60px 40px;}.lombard-section__card .section-title{font-size:36px;font-weight:600;margin-bottom:30px;}.lombard-section__subtitle{font-size:18px;font-weight:600;color:var(--dark-bg);margin-bottom:0;line-height:1.6;}.lombard-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 20px;margin-top:30px;}.lombard-section__map-container{width:100%;height:230px;border-radius:12px;overflow:hidden;}.lombard-section__list{background:#fff;border-radius:12px;padding:10px 40px;display:flex;flex-direction:column;justify-content:center;}.lombard-section__item{display:flex;flex-direction:column;padding:12px 0;border-bottom:1px solid var(--dark-bg);}.lombard-section__item:last-child{border-bottom:none;}.lombard-section__item-name{font-size:18px;font-weight:600;color:var(--dark-bg);}.lombard-section__item-info{font-size:14px;color:var(--dark-bg);margin-top:4px;}.lombard-section__btn-wrap{grid-column:1 / -1;text-align:center;}.lombard-section__cta{display:inline-block;background:var(--primary);color:#fff;border-radius:8px;padding:12px 32px;font-size:18px;font-weight:600;text-decoration:none;height:44px;line-height:20px;}.tools{padding:48px 0;}.tools__layout{display:grid;grid-template-columns:1fr 1fr;gap:20px;}.tools__currency-card{background:var(--bg-light);border-radius:12px;padding:32px 20px;}.tools__services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}.tools__card--tool{background:var(--bg-light);border-radius:16px;padding:29px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;text-decoration:none;transition:box-shadow 0.2s;border:none;}.tools__card--tool:hover{box-shadow:var(--shadow);text-decoration:none;}.tools__card-title{font-size:18px;font-weight:600;color:var(--text);margin-bottom:16px;}.tools__table{width:100%;border-collapse:collapse;margin-bottom:16px;}.tools__table th{font-size:12px;font-weight:500;color:var(--text-muted);text-align:left;padding:8px 0;border-bottom:1px solid var(--border);}.tools__table td{font-size:14px;color:var(--text);padding:10px 0;border-bottom:1px solid var(--border);}.tools__card-link{font-size:14px;font-weight:600;color:var(--primary);}.tools__card-icon{width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;}.tools__card-name{font-size:15px;font-weight:600;color:var(--text);}.app-section{padding:48px 0;background:var(--dark-bg);}.app-section__title{font-size:28px;font-weight:700;color:#fff;margin-bottom:24px;}.app-section__grid{display:grid;grid-template-columns:240px 1fr 1fr;gap:30px;align-items:start;}.app-section__mockup{display:flex;flex-direction:column;align-items:center;gap:12px;}.app-section__mockup-logo{max-width:220px;height:auto;}.app-section__brand{font-size:14px;font-weight:500;color:rgba(255,255,255,0.6);letter-spacing:0.02em;}.app-section__logo-link{color:var(--primary-accent);font-size:14px;font-weight:500;text-decoration:none;transition:opacity 0.2s;}.app-section__logo-link:hover{opacity:0.8;text-decoration:underline;color:var(--primary-accent);}.app-section__store{display:flex;flex-direction:column;justify-content:center;}.app-section__text{font-size:16px;color:rgba(255,255,255,0.7);line-height:1.6;margin-bottom:24px;}.app-section__badges{display:grid;grid-template-columns:1fr 1fr;gap:13px 10px;}.app-section__badge{display:inline-flex;align-items:center;padding:0;background:none;border:none;transition:opacity 0.2s;text-decoration:none;}.app-section__badge img{height:42px;width:auto;border-radius:6px;}.app-section__badge:hover{opacity:0.85;text-decoration:none;}.app-section__social{border:1px solid rgba(255,255,255,0.2);border-radius:20px;padding:30px 40px;}.app-section__social-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px;}.app-section__social-desc{font-size:14px;color:rgba(255,255,255,0.55);line-height:1.5;margin-bottom:16px;}.app-section__social-links{display:flex;flex-direction:column;gap:10px;}.app-section__social-link{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500;color:#fff;text-decoration:none;transition:background 0.2s;padding:16px 20px;background:rgb(56,59,67);border-radius:16px;}.app-section__social-link img{width:24px;height:24px;flex-shrink:0;}.app-section__social-link:hover{background:rgb(70,73,81);color:#fff;text-decoration:none;}.best-month__content--hidden{display:none;}.best-month__loading{padding:20px;color:var(--text-muted);}.crypto-section__disclaimer{font-size:12px;color:rgba(255,255,255,0.5);margin-bottom:8px;}.crypto__badge--license{font-size:10px;background:#E8F5E9;color:#2E7D32;padding:2px 6px;border-radius:8px;margin-left:8px;}.lombard-section__item-link{text-decoration:none;color:inherit;}.lombard-section__loading{color:var(--text-muted);padding:20px 0;}.guide__layout{display:grid;grid-template-columns:1.8fr 1fr;gap:20px;}.guide__left{display:grid;gap:20px;}.guide__right{display:grid;gap:0;}.guide__card--large{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:row;border:none;}.guide__card--large .guide__card-img{width:45%;min-width:200px;height:auto;min-height:180px;flex-shrink:0;background:var(--dark-bg);}.guide__card--large .guide__card-img img{width:100%;height:100%;object-fit:cover;display:block;}.guide__card--large .guide__card-body{padding:20px 24px;display:flex;flex-direction:column;justify-content:center;}.guide__card--small{padding:20px 0;border-bottom:1px solid rgba(0,0,0,0.08);}.guide__card--small:last-child{border-bottom:none;}.guide__card-category{font-size:14px;font-weight:600;color:var(--primary);margin-bottom:6px;display:block;}.guide__card .guide__card-title{font-size:18px;font-weight:600;color:var(--dark-bg);line-height:1.4;padding:0;margin-bottom:6px;}.guide__card-desc{font-size:14px;color:rgba(9,17,36,0.6);line-height:1.5;margin:0;}.guide__all-link{display:inline-block;margin-top:24px;font-size:18px;font-weight:600;color:var(--primary);text-decoration:none;}.guide__all-link:hover{text-decoration:underline;}.tools__fallback-notice{font-size:11px;color:#C62828;margin-bottom:4px;}.about-hero{padding:48px 0 56px;background:var(--bg-light);text-align:center;}.about-hero__title{font-size:36px;font-weight:800;color:var(--text);margin-bottom:16px;letter-spacing:-0.02em;}.about-hero__subtitle{font-size:18px;color:var(--text-secondary);max-width:720px;margin:0 auto 40px;line-height:1.6;}.about-stats{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;}.about-stats__item{display:flex;flex-direction:column;align-items:center;}.about-stats__number{font-size:48px;font-weight:800;color:var(--primary);line-height:1;}.about-stats__label{font-size:14px;font-weight:500;color:var(--text-muted);margin-top:4px;text-transform:uppercase;letter-spacing:0.05em;}.about-values{padding:56px 0;}.about-values__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px;}.about-values__card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px 20px;text-align:center;transition:box-shadow 0.2s;}.about-values__card:hover{box-shadow:var(--shadow);}.about-values__icon{width:56px;height:56px;border-radius:50%;background:var(--primary-bg);color:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}.about-values__title{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--text);}.about-values__text{font-size:14px;color:var(--text-secondary);line-height:1.6;}.about-team{padding:56px 0;background:var(--bg-light);}.about-team__intro{font-size:16px;color:var(--text-secondary);margin-top:8px;margin-bottom:32px;}.about-team__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}.about-team__card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:32px;display:flex;gap:24px;align-items:flex-start;}.about-team__avatar{width:72px;height:72px;min-width:72px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;}.about-team__initials{font-size:24px;font-weight:700;color:#fff;}.about-team__name{font-size:20px;font-weight:700;color:var(--text);margin-bottom:4px;}.about-team__role{font-size:14px;font-weight:600;color:var(--primary);display:block;margin-bottom:12px;}.about-team__bio{font-size:14px;color:var(--text-secondary);line-height:1.6;}.about-services{padding:56px 0;}.about-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px;}.about-services__card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;display:flex;flex-direction:column;transition:box-shadow 0.2s;}.about-services__card:hover{box-shadow:var(--shadow);}.about-services__icon{width:48px;height:48px;border-radius:var(--radius-sm);background:var(--primary-bg);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}.about-services__title{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--text);}.about-services__text{font-size:14px;color:var(--text-secondary);line-height:1.6;flex-grow:1;}.about-services__link{font-size:14px;font-weight:600;color:var(--primary);margin-top:16px;text-decoration:none;}.about-services__link:hover{text-decoration:underline;}.about-sources{padding:56px 0;background:var(--dark-bg);}.about-sources__intro{font-size:16px;color:rgba(255,255,255,0.7);margin-top:8px;margin-bottom:32px;}.about-sources__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}.about-sources__item{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius);padding:24px 20px;}.about-sources__item strong{display:block;font-size:15px;font-weight:700;color:#fff;margin-bottom:6px;}.about-sources__item span{font-size:13px;color:rgba(255,255,255,0.6);line-height:1.5;}.about-cta{padding:56px 0 72px;}.about-cta__box{background:var(--bg-light);border-radius:var(--radius);padding:48px;text-align:center;max-width:700px;margin:0 auto;}.about-cta__title{font-size:24px;font-weight:700;margin-bottom:12px;}.about-cta__text{font-size:15px;color:var(--text-secondary);line-height:1.6;margin-bottom:24px;}.about-cta__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}.about-team__social{margin-top:12px;display:flex;gap:8px;}.about-team__social-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--primary-bg);color:var(--primary);transition:background 0.2s;}.about-team__social-link:hover{background:var(--primary);color:#fff;}.about-monetization{padding:56px 0;background:var(--bg-light);}.about-monetization__text{font-size:16px;color:var(--text-secondary);max-width:800px;line-height:1.6;margin-bottom:32px;}.about-monetization__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}.about-monetization__card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;}.about-monetization__card h3{font-size:16px;font-weight:700;margin:12px 0 8px;color:var(--text);}.about-monetization__card p{font-size:14px;color:var(--text-secondary);line-height:1.6;}.about-monetization__card-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;}.about-monetization__card-icon--yes{background:rgba(0,141,111,0.1);color:var(--primary);}.about-monetization__card-icon--no{background:rgba(229,57,53,0.1);color:var(--danger,#E53935);}.about-monetization__note{font-size:14px;color:var(--text-muted);margin-top:24px;padding:16px;background:#fff;border-left:3px solid var(--primary);border-radius:0 var(--radius-sm) var(--radius-sm) 0;line-height:1.6;}.about-press{padding:56px 0;}.about-press__intro{font-size:16px;color:var(--text-secondary);margin-top:8px;margin-bottom:32px;}.about-press__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}.about-press__item{display:flex;flex-direction:column;align-items:center;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px 16px 16px;text-decoration:none;transition:box-shadow 0.2s,transform 0.2s;}.about-press__item:hover{box-shadow:var(--shadow);transform:translateY(-2px);}.about-press__item--dark{background:var(--dark-bg);border-color:rgba(255,255,255,0.1);}.about-press__preview{height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;}.about-press__preview img{max-height:40px;max-width:160px;object-fit:contain;}.about-press__preview--pdf{height:48px;}.about-press__label{font-size:13px;font-weight:600;color:var(--text-secondary);}.about-press__item--dark .about-press__label{color:rgba(255,255,255,0.7);}.sitemap-page{padding:40px 0 64px;}.sitemap-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:32px;}.sitemap-page__section h3{font-size:16px;font-weight:700;color:var(--text);margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--primary);display:inline-block;}.sitemap-page__list{list-style:none;padding:0;margin:0;}.sitemap-page__list li{margin-bottom:6px;}.sitemap-page__list a{font-size:14px;color:var(--text-secondary);text-decoration:none;transition:color 0.2s;}.sitemap-page__list a:hover{color:var(--primary);}@media (max-width:1024px){.hero-main__inner{padding:40px;}.calc-section__card{grid-template-columns:1fr 1fr;gap:20px 32px;padding:32px;}.calc-section__action{grid-column:span 2;}.calc-section__btn{max-width:320px;}.steps .section-title{font-size:28px;}.steps__grid{grid-template-columns:repeat(2,1fr);gap:16px;}.steps__card{padding:24px 28px;gap:24px;}.steps__badge{font-size:20px;}.steps__card-title{font-size:20px;}.info-section__grid{grid-template-columns:repeat(2,1fr);}.info-section__card--green{grid-column:span 2;}.info-section__card-heading{font-size:28px;}.info-section__card-title{font-size:20px;}.info-section__card{padding:24px 28px;}.banks__grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,90px);gap:16px;}.tools__layout{grid-template-columns:1fr 1fr;}.tools__services{grid-template-columns:repeat(2,1fr);}.app-section__grid{grid-template-columns:1fr 1fr;gap:24px;}.app-section__mockup{grid-column:1 / -1;flex-direction:row;justify-content:center;}.guide__layout{grid-template-columns:1fr 1fr;}}@media (max-width:767px){.about-hero__title{font-size:26px;}.about-hero__subtitle{font-size:16px;}.about-stats{gap:24px;}.about-stats__number{font-size:36px;}.about-values__grid{grid-template-columns:1fr 1fr;}.about-team__grid{grid-template-columns:1fr;}.about-team__card{flex-direction:column;align-items:center;text-align:center;}.about-services__grid{grid-template-columns:1fr;}.about-monetization__grid{grid-template-columns:1fr;}.about-press__grid{grid-template-columns:1fr 1fr;}.about-sources__grid{grid-template-columns:1fr 1fr;}.about-cta__box{padding:32px 20px;}.sitemap-page__grid{grid-template-columns:1fr;}.crypto-section__header-row{flex-direction:column;gap:12px;}.catalog__grid{grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:10px;}.catalog__card--big{min-height:140px;}.catalog__card-group{display:contents;}.hero-main__inner{flex-direction:column;padding:32px 20px;min-height:auto;text-align:center;}.hero-main__title{font-size:28px;}.hero-main__illustration{order:-1;}.hero-main__illustration{max-width:280px;}.hero-main__illustration-img{width:100%;height:auto;}.calc-section__card{grid-template-columns:1fr;padding:24px;gap:20px;}.calc-section__btn{font-size:16px;}.calc-section .section-title{font-size:28px;}.steps__grid{grid-template-columns:1fr;}.info-section__grid{grid-template-columns:1fr;}.info-section__card--green{grid-column:span 1;padding:28px;}.info-section__card-heading{font-size:24px;}.best-month__header{flex-direction:column;align-items:flex-start;gap:12px;}.best-month__link{display:none;}.best-month__more-link--mobile{display:block;margin-top:20px;font-size:16px;font-weight:600;color:var(--primary);text-decoration:none;}.best-month__tabs{flex-wrap:wrap;}.best-month__tabs .tabs__btn{font-size:14px;padding:8px 16px;}.top5__item{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:16px;}.top5__actions{width:100%;display:flex;gap:12px;align-items:center;}.top5__actions .btn--primary{flex:1;text-align:center;padding:12px 24px;}.banks__grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,90px);gap:14px;}.banks__logo-img{max-width:140px;}.crypto-section__grid{grid-template-columns:1fr;}.lombard-section__card{padding:32px 20px;border-radius:16px;}.lombard-section__card .section-title{font-size:28px;}.lombard-section__subtitle{font-size:16px;}.lombard-section__grid{grid-template-columns:1fr;}.lombard-section__list{padding:10px 20px;}.lombard-section__btn-wrap{grid-column:span 1;}.tools__layout{grid-template-columns:1fr;}.tools__services{grid-template-columns:repeat(3,1fr);}.app-section__grid{grid-template-columns:1fr;gap:24px;}.app-section__mockup{display:none;}.app-section__badges{grid-template-columns:repeat(2,1fr);}.guide__layout{grid-template-columns:1fr;}.guide__card--large{flex-direction:column;}.guide__card--large .guide__card-img{width:100%;min-width:auto;height:180px;}}@media (max-width:480px){.hero-main__inner{padding:20px 10px;}.hero-main__title{font-size:22px;}.hero-main__subtitle{font-size:13px;}.hero-main__illustration{max-width:220px;}.catalog__card--big{min-height:120px;padding:12px 10px;border-radius:12px;}.catalog__card--big .catalog__card-title{font-size:16px;}.catalog__card--small,.catalog__card--all{padding:10px 8px;border-radius:12px;}.catalog__card-icon{width:20px;height:20px;}.catalog__card--small .catalog__card-title{font-size:12px;word-break:break-word;hyphens:auto;-webkit-hyphens:auto;}.catalog__card--big .catalog__card-desc{font-size:12px;}.steps__card{padding:20px;gap:20px;}.steps__badge{font-size:18px;padding:6px 16px;}.steps__card-title{font-size:18px;}.steps__card-text{font-size:14px;}.info-section__card{padding:20px;}.info-section__card-title{font-size:18px;}.info-section__card-text{font-size:14px;}.banks__grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,80px);gap:10px;}.banks__logo-img{max-width:120px;max-height:40px;}.lombard-section__card{padding:24px 16px;}.lombard-section__grid{gap:16px;}.lombard-section__item-name{font-size:16px;}.lombard-section__cta{font-size:16px;padding:12px 24px;}.tools__card--tool{padding:16px;}.tools__services{grid-template-columns:repeat(2,1fr);}.app-section__title{font-size:22px;}.app-section__badges{grid-template-columns:1fr 1fr;}.app-section__social{padding:20px;}}.footer__legal{display:flex;gap:24px;}.footer__legal-link{font-size:14px;color:rgba(255,255,255,0.5);text-decoration:none;transition:color 0.2s;}.footer__legal-link:hover{color:rgba(255,255,255,0.8);text-decoration:underline;}.footer__disclaimer{font-size:13px;color:rgba(255,255,255,0.4);line-height:1.6;margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.1);}