*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--blue-dark:#0a2540;--blue:#0f6bd1;--light-blue:#e5f3f6;--white:#fefefe;--text:#0a2540;--radius:10px;--radius-lg:20px;--container:1200px;--pad:120px;--font:"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{transition-duration:0s!important;animation-duration:0s!important}}body{font-family:var(--font);color:var(--text);background:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ol,ul{list-style:none}button,input{font-family:inherit;border:none;outline:0}.container{width:100%;max-width:calc(var(--container) + var(--pad) * 2);margin:0 auto;padding:0 var(--pad)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:var(--radius);font-size:14px;font-weight:700;cursor:pointer;transition:background .2s,opacity .2s;white-space:nowrap}.btn--primary{background:var(--blue);color:var(--white)}.btn--primary:hover{background:#0d5bb5}.btn--dark{background:var(--blue-dark);color:var(--white)}.btn--dark:hover{opacity:.9}.btn--outline{background:0 0;color:var(--blue-dark);border:1px solid var(--blue-dark)}.btn--full{width:100%}.btn--sm{padding:10px 20px;font-size:14px}.top-bar{background:var(--blue-dark);color:var(--white);text-align:center;padding:10px;font-size:12px;font-weight:600}.top-bar p{margin:0}.header{background:var(--white);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(10,37,64,.06)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:var(--blue)}.logo img{flex-shrink:0}.nav{display:flex;align-items:center;gap:20px}.nav__link{font-size:14px;font-weight:600;color:var(--blue-dark);transition:color .2s}.nav__link--active,.nav__link:hover{color:var(--blue)}.nav__link--active{text-decoration:underline;text-underline-offset:3px}.header__cta{margin-left:20px}.burger{display:none;flex-direction:column;gap:5px;background:0 0;cursor:pointer;padding:4px}.burger span{display:block;width:22px;height:2px;background:var(--blue-dark);border-radius:2px;transition:.25s}.hero{position:relative;background:var(--blue-dark);overflow:hidden}.hero__bg{position:absolute;inset:0;pointer-events:none}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.45}.hero__inner{position:relative;display:flex;gap:40px;align-items:stretch;padding:80px var(--pad)}.hero__content{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:30px;color:var(--white)}.hero__content h1{font-size:44px;font-weight:700;line-height:1.15;max-width:600px}.hero__text{font-size:16px;max-width:540px;opacity:.95}.hero__badges{display:flex;flex-wrap:wrap;gap:20px;margin-top:auto}.hero__badge{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600}.hero__badge img{filter:brightness(0) invert(1)}.hero__form-card{background:var(--white);border-radius:12px;padding:30px;width:413px;flex-shrink:0;display:flex;flex-direction:column;gap:20px}.hero__form-card h2,.hero__form-title{font-size:20px;font-weight:700;color:var(--blue-dark);line-height:1.3}.hero__form-card>p{font-size:14px;color:var(--blue-dark)}.newsletter-form{display:flex;flex-direction:column;gap:16px}.newsletter-form input[type=email]{width:100%;padding:10px;border:1px solid var(--blue-dark);border-radius:5px;font-size:14px;color:var(--blue-dark);background:var(--white)}.newsletter-form input[type=email]::placeholder{color:var(--blue-dark);opacity:.7}.checkbox{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--blue-dark);cursor:pointer}.checkbox input{width:16px;height:16px;margin-top:2px;flex-shrink:0;accent-color:var(--blue);border:1px solid var(--blue-dark);border-radius:4px}.checkbox--light{color:var(--white)}.checkbox--light input{border-color:var(--white)}.trust{background:var(--light-blue);padding:80px 0}.section-header{text-align:center;margin-bottom:30px}.section-header h2{font-size:32px;font-weight:700;color:var(--blue-dark);margin-bottom:10px}.section-header p{font-size:14px;color:var(--blue-dark);max-width:700px;margin:0 auto}.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.trust__item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.trust__icon{width:120px;height:120px;border-radius:50%;overflow:hidden}.trust__icon img{width:100%;height:100%;object-fit:cover}.trust__item h3{font-size:20px;font-weight:600;color:var(--blue-dark)}.trust__item p{font-size:14px;color:var(--blue-dark)}.picks{padding:80px 0;background:var(--white)}.picks-table{border-radius:var(--radius);overflow:hidden;margin-bottom:20px}.picks-table__head{display:grid;grid-template-columns:258px 165px 185px 143px 84px 102px;gap:42px;background:var(--blue-dark);color:var(--white);padding:20px;font-size:12px;font-weight:700;text-transform:uppercase;border-radius:10px 10px 0 0}.picks-table__row{display:grid;grid-template-columns:258px 165px 185px 143px 84px 102px;gap:42px;align-items:center;padding:20px;background:rgba(229,243,246,.4);font-size:14px}.picks-table__row--featured{background:var(--light-blue)}.picks-table__product{display:flex;flex-direction:column;gap:10px}.picks-table__name{font-weight:400}.badge{display:inline-block;background:var(--blue);color:var(--white);font-size:12px;font-weight:600;padding:4px 10px;border-radius:40px;width:fit-content}.score{display:flex;flex-direction:column;align-items:center;gap:6px;font-weight:600;font-size:14px}.score--inline{flex-direction:row;gap:8px;margin-top:6px}.stars{display:flex;gap:3px;height:15px}.stars img{width:14px;height:15px}.picks__disclaimer{font-size:14px;font-weight:300;text-align:center;color:var(--blue-dark);margin-top:20px}.picks-cards{display:none}.categories{padding:80px 0;background:var(--white)}.categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cat-card{background:var(--light-blue);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:20px}.cat-card__img{border-radius:var(--radius);overflow:hidden;height:190px}.cat-card__img img{width:100%;height:100%;object-fit:cover}.cat-card__body{display:flex;flex-direction:column;gap:10px;flex:1}.cat-card__body h3{font-size:20px;font-weight:600;color:var(--blue)}.cat-card__body p{font-size:14px;color:var(--blue-dark);flex:1}.link-arrow{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:var(--blue);margin-top:10px}.link-arrow img{transform:rotate(180deg) scaleY(-1);filter:invert(35%) sepia(90%) saturate(1500%) hue-rotate(190deg)}.blog{padding:80px 0;background:var(--white)}.blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px}.blog-card{background:var(--light-blue);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:20px}.blog-card__img{border-radius:var(--radius);overflow:hidden;height:240px}.blog-card__img img{width:100%;height:100%;object-fit:cover}.blog-card__body{display:flex;flex-direction:column;gap:10px;flex:1}.blog-card__meta{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--blue-dark)}.blog-card__body h3{font-size:20px;font-weight:700;color:var(--blue-dark);line-height:1.3}.blog-card__body p{font-size:14px;color:var(--blue-dark);flex:1}.blog__cta{text-align:center}.blog__cta .btn{min-width:200px;letter-spacing:1.4px}.newsletter{background:var(--blue);padding:80px 0;color:var(--white)}.newsletter__inner{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}.newsletter__text{max-width:721px}.newsletter__text h2{font-size:32px;font-weight:700;margin-bottom:20px}.newsletter__text p{font-size:16px}.newsletter__form{width:413px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.newsletter__form input[type=email]{width:100%;padding:10px;border:1px solid var(--blue-dark);border-radius:5px;font-size:14px;background:var(--white);color:var(--blue-dark)}.footer{background:var(--blue-dark);color:var(--white);padding:40px 0}.footer__top{display:flex;gap:120px;margin-bottom:20px}.footer__brand{width:460px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.logo--footer span{color:#fff}.logo--footer img{filter:brightness(0) invert(1)}.footer__age{margin:4px 0}.footer__brand p{font-size:14px}.footer__links{flex:1;display:flex;justify-content:space-between}.footer__col{display:flex;flex-direction:column;gap:10px;font-size:14px}.footer__col h4,.footer__col-title{font-weight:700;margin-bottom:0}.footer__col a{font-weight:400;transition:opacity .2s}.footer__col a:hover{opacity:.7}.footer hr{border:none;border-top:1px solid var(--white);margin:20px 0;opacity:.3}.footer__legal{display:flex;gap:30px;font-size:14px}.footer__legal p{flex:1}.footer__copy{text-align:center;font-size:14px;font-weight:300}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid rgba(10,37,64,.1);padding:14px var(--pad);display:flex;align-items:center;justify-content:space-between;gap:20px;z-index:200;box-shadow:0 -4px 20px rgba(0,0,0,.08);font-size:14px}.cookie-banner a{color:var(--blue);text-decoration:underline}.cookie-banner__btns{display:flex;gap:12px;flex-shrink:0}.cookie-banner.hidden{display:none}@media (max-width:1400px){:root{--pad:40px}.hero__content h1{font-size:36px}.hero__form-card{width:340px}.picks-table__head,.picks-table__row{grid-template-columns:200px 120px 150px 120px 70px 90px;gap:16px}.trust__grid{grid-template-columns:repeat(2,1fr);gap:30px}.categories__grid{grid-template-columns:repeat(2,1fr)}.blog__grid{grid-template-columns:repeat(2,1fr)}.blog__grid .blog-card:last-child{grid-column:1/-1;max-width:50%;margin:0 auto}.footer__top{gap:40px}.footer__brand{width:300px}}@media (max-width:900px){.nav{display:none}.header__cta{display:none}.burger{display:flex}.nav.open{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:var(--white);padding:20px;gap:16px;box-shadow:0 8px 24px rgba(0,0,0,.1);border-bottom:1px solid rgba(10,37,64,.08)}.hero__inner{flex-direction:column;padding:40px var(--pad)}.hero__content h1{font-size:28px}.hero__form-card{width:100%}.picks-table{display:none}.picks-cards{display:flex;flex-direction:column;gap:20px}.pick-card{background:var(--light-blue);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:16px}.pick-card h3{font-size:16px;font-weight:600;margin-top:8px}.pick-card__meta{display:flex;flex-direction:column;gap:12px}.pick-card__meta>div{display:flex;flex-direction:column;gap:2px}.pick-card__meta .label{font-size:12px;font-weight:700;text-transform:uppercase;color:var(--blue-dark);opacity:.7}.categories__grid{grid-template-columns:1fr}.blog__grid{grid-template-columns:1fr}.blog__grid .blog-card:last-child{max-width:100%}.newsletter__inner{flex-direction:column}.newsletter__form{width:100%}.footer__top{flex-direction:column;gap:30px}.footer__brand{width:100%}.footer__links{flex-wrap:wrap;gap:30px}.footer__legal{flex-direction:column;gap:16px}.cookie-banner{flex-direction:column;text-align:center;padding:16px 20px}.cookie-banner__btns{width:100%}.cookie-banner__btns .btn{flex:1}}@media (max-width:600px){:root{--pad:16px}.top-bar{font-size:11px;padding:8px 10px}.header__inner{height:60px}.section-header h2{font-size:24px}.hero__content h1{font-size:26px}.hero__badges{flex-direction:column;gap:10px}.trust__grid{grid-template-columns:1fr 1fr;gap:20px}.trust__icon{width:64px;height:64px}.trust__item h3{font-size:16px}.newsletter__text h2{font-size:24px}.cat-card__img{height:160px}.blog-card__img{height:180px}}@media (max-width:400px){.trust__grid{grid-template-columns:1fr}}.page-hero{background:var(--blue-dark);color:var(--white);padding:80px 0 60px}.page-hero h1{font-size:44px;font-weight:700;line-height:1.15;max-width:900px;margin-bottom:16px}.page-hero p{font-size:16px;max-width:800px;opacity:.95;line-height:1.5}.page-hero__badge{display:inline-flex;align-items:center;padding:8px 16px;background:rgba(255,255,255,.12);border-radius:6px;font-size:12px;font-weight:700;letter-spacing:.04em;margin-bottom:20px}.ranking{padding:80px 0}.ranking__intro{display:flex;gap:40px;margin-bottom:40px}.ranking__intro-text{flex:1}.ranking__intro-text h2{font-size:32px;font-weight:700;margin-bottom:16px}.ranking__intro-text p{font-size:16px;line-height:1.6;color:var(--text);opacity:.9}.ranking__checklist{width:307px;flex-shrink:0;background:var(--light-blue);border-radius:var(--radius);padding:20px}.ranking__checklist h3{font-size:16px;font-weight:700;margin-bottom:16px}.ranking__checklist ul{display:flex;flex-direction:column;gap:12px}.ranking__checklist li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4}.ranking__checklist li::before{content:"";width:16px;height:16px;flex-shrink:0;margin-top:2px;background:var(--blue);border-radius:50%;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.5 11.5L3 8l1.2-1.2 2.3 2.3 5.3-5.3L13 5.2z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.5 11.5L3 8l1.2-1.2 2.3 2.3 5.3-5.3L13 5.2z'/%3E%3C/svg%3E") center/contain no-repeat}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin:32px 0 48px}@media (max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.products-grid{grid-template-columns:1fr}}.product-card{background:var(--white);border:1.5px solid #e2e8f0;border-radius:16px;padding:24px;display:flex;flex-direction:column;position:relative;transition:all .3s cubic-bezier(.4, 0, .2, 1);box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03)}.product-card:hover{transform:translateY(-4px);border-color:#cbd5e1;box-shadow:0 12px 20px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.05)}.product-card__badge{position:absolute;top:-12px;left:24px;background:var(--blue-dark,#0f6bd1);color:var(--white,#fff);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:6px 14px;border-radius:20px;box-shadow:0 4px 10px rgba(15,107,209,.2)}.product-card__header{display:flex;align-items:center;gap:16px;margin-bottom:16px;margin-top:4px}.product-card__logo{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.product-card__title-group{display:flex;flex-direction:column;gap:2px}.product-card__name{font-size:18px;font-weight:700;color:#1e293b;margin:0;line-height:1.3}.product-card__type{font-size:13px;color:#64748b;font-weight:500}.product-card__rating{display:flex;align-items:center;gap:6px;font-size:13px;color:#475569;margin-bottom:20px;border-bottom:1px solid #f1f5f9;padding-bottom:12px}.product-card__features{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding:0;list-style:none;flex-grow:1}.product-card__features li{display:flex;align-items:flex-start;font-size:14px;color:#334e68;line-height:1.45}.product-card__terms-box{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:12px;padding:12px 16px;margin-bottom:20px}.product-card__terms-list{display:flex;flex-direction:column;gap:6px;padding:0;margin:0;list-style:none}.product-card__terms-list li{font-size:13px;color:#475569;font-weight:500;display:flex;align-items:center}.product-card__terms-list li::before{content:"•";color:#64748b;font-weight:700;display:inline-block;width:12px;margin-right:4px}.product-card__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 20px;background:var(--blue,#0f6bd1);color:var(--white,#fff);border-radius:10px;font-weight:600;font-size:14px;text-decoration:none;transition:all .2s ease;margin-bottom:12px;border:none;cursor:pointer}.product-card__btn:hover{background:var(--blue-dark,#0a4f9b);box-shadow:0 4px 12px rgba(15,107,209,.25);transform:translateY(-1px)}.product-card__disclaimer{font-size:11px;color:#526071;line-height:1.4;margin:0}.content-section{padding:60px 0}.content-section h2{font-size:32px;font-weight:700;margin-bottom:16px}.content-section p{font-size:16px;line-height:1.65;margin-bottom:16px;max-width:900px}.faq{padding:60px 0 80px}.faq h2{font-size:32px;font-weight:700;margin-bottom:24px}.faq-item{border:1px solid rgba(10,37,64,.1);border-radius:10px;margin-bottom:10px;overflow:hidden}.faq-item__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:var(--white);font-size:16px;font-weight:600;text-align:left;cursor:pointer;color:var(--text);transition:background .2s}.faq-item__q:hover{background:var(--light-blue)}.faq-item__q::after{content:"";width:12px;height:12px;border-right:2px solid var(--blue-dark);border-bottom:2px solid var(--blue-dark);transform:rotate(45deg);transition:transform .25s;flex-shrink:0}.faq-item.open .faq-item__q::after{transform:rotate(-135deg)}.faq-item__a{display:none;padding:0 20px 18px;font-size:15px;line-height:1.6;color:var(--text);opacity:.9}.faq-item.open .faq-item__a{display:block}.contact-grid{display:flex;justify-content:center;align-items:flex-start;gap:40px;padding-top:40px;padding-bottom:60px}.contact-form{flex:1;max-width:600px;display:flex;flex-direction:column;gap:16px}.contact-form label{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:600}.contact-form input,.contact-form textarea{padding:12px 14px;border:1px solid rgba(10,37,64,.15);border-radius:8px;font-size:15px;background:var(--white)}.contact-form textarea{min-height:140px;resize:vertical}.contact-aside{width:400px;flex-shrink:0;background:var(--light-blue);border-radius:12px;padding:24px}.contact-aside h3{font-size:18px;font-weight:700;margin-bottom:16px}.contact-aside p{font-size:14px;line-height:1.6;margin-bottom:12px}.legal-content{padding-top:60px;padding-bottom:80px;max-width:900px}.legal-content h1{font-size:40px;font-weight:700;margin-bottom:24px}.legal-content p{font-size:16px;line-height:1.7;margin-bottom:16px}.legal-content h2{font-size:24px;font-weight:700;margin:32px 0 12px}.legal-content ol{list-style-type:decimal;padding-left:24px;margin:24px 0}.legal-content li{font-size:16px;line-height:1.7;margin-bottom:16px;color:var(--text)}.legal-content li strong{color:var(--blue-dark)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0}.value-card{background:var(--light-blue);border-radius:12px;padding:24px}.value-card h3{font-size:18px;font-weight:700;margin-bottom:10px;text-align:center}.value-card p{font-size:14px;line-height:1.5;text-align:center}.blog-list{display:flex;flex-direction:column;gap:40px;padding:40px 0 80px}.blog-article{display:flex;gap:30px;background:var(--white);border:1px solid rgba(10,37,64,.08);border-radius:12px;overflow:hidden}.blog-article__img{width:360px;flex-shrink:0;height:240px;overflow:hidden}.blog-article__img img{width:100%;height:100%;object-fit:cover}.blog-article__body{padding:24px 24px 24px 0;display:flex;flex-direction:column;gap:12px}.blog-article__meta{display:flex;align-items:center;gap:8px;font-size:13px;opacity:.7}.blog-article__body h2{font-size:22px;font-weight:700;line-height:1.3}.blog-article__body p{font-size:15px;line-height:1.6;opacity:.9}.guide-layout{padding-top:60px;padding-bottom:80px}.guide-layout__inner{display:grid;grid-template-columns:1fr 320px;gap:50px}.guide-body{max-width:800px}.guide-meta-block{display:flex;align-items:center;gap:16px;margin-bottom:30px;font-size:14px;color:var(--blue-dark);opacity:.8;border-bottom:1px solid rgba(10,37,64,.1);padding-bottom:20px}.guide-meta-block img{border-radius:50%;object-fit:cover;background:var(--light-blue)}.guide-body h2{font-size:26px;font-weight:700;margin:40px 0 16px;color:var(--blue-dark)}.guide-body h3{font-size:20px;font-weight:700;margin:30px 0 12px;color:var(--blue-dark)}.guide-body p{font-size:16px;line-height:1.7;margin-bottom:20px;color:#334e68}.guide-body ol,.guide-body ul{margin-bottom:24px;padding-left:24px}.guide-body ul{list-style-type:disc}.guide-body ol{list-style-type:decimal}.guide-body li{font-size:16px;line-height:1.7;margin-bottom:8px;color:#334e68}.guide-callout{background:var(--light-blue);border-left:4px solid var(--blue);padding:24px;border-radius:0 var(--radius) var(--radius) 0;margin:35px 0}.guide-callout h3,.guide-callout h4{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--blue-dark)}.guide-callout p{margin-bottom:0;font-size:15px;line-height:1.6}.guide-table{width:100%;border-collapse:collapse;margin:35px 0;font-size:15px}.guide-table td,.guide-table th{padding:14px 18px;text-align:left;border-bottom:1px solid rgba(10,37,64,.1)}.guide-table th{background-color:var(--light-blue);color:var(--blue-dark);font-weight:700}.guide-table tr:hover{background-color:rgba(15,107,209,.04)}.guide-sidebar{position:sticky;top:100px;align-self:start;display:flex;flex-direction:column;gap:30px}.sidebar-box{background:#f8fafc;border-radius:var(--radius);padding:24px;border:1px solid rgba(10,37,64,.08)}.sidebar-box h3,.sidebar-box h4{font-size:16px;font-weight:700;margin-bottom:12px;color:var(--blue-dark)}.sidebar-box p{font-size:14px;line-height:1.5;margin-bottom:16px;color:#334e68}.sidebar-box ul{list-style-type:none;padding-left:0;display:flex;flex-direction:column;gap:12px}.sidebar-box li a{font-size:14px;font-weight:600;color:var(--blue);display:flex;align-items:center;gap:6px}.sidebar-box li a:hover{text-decoration:underline}@media (max-width:900px){.guide-layout__inner{grid-template-columns:1fr;gap:40px}.guide-sidebar{position:static;margin-top:20px}}@media (max-width:1200px){.ranking__intro{flex-direction:column}.ranking__checklist{width:100%}.products-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{flex-direction:column;align-items:center}.contact-aside{width:100%;max-width:600px}.values-grid{grid-template-columns:1fr}.blog-article{flex-direction:column}.blog-article__img{width:100%;height:200px}.blog-article__body{padding:20px}}@media (max-width:700px){.page-hero{padding:50px 0 40px}.page-hero h1{font-size:28px}.products-grid{grid-template-columns:1fr}.content-section h2,.faq h2,.ranking__intro-text h2{font-size:24px}}.toast-container{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none;max-width:380px;width:calc(100% - 48px)}.toast{pointer-events:auto;position:relative;display:flex;align-items:flex-start;gap:12px;padding:16px;background:rgba(254,254,254,.95);backdrop-filter:blur(10px);border:1px solid rgba(10,37,64,.08);border-radius:var(--radius);box-shadow:0 10px 30px rgba(10,37,64,.1);color:var(--blue-dark);font-family:var(--font);font-size:14px;line-height:1.4;transform:translateX(120%);opacity:0;transition:transform .4s cubic-bezier(.16, 1, .3, 1),opacity .4s ease,margin .3s ease;overflow:hidden}.toast.show{transform:translateX(0);opacity:1}.toast.hide{transform:translateX(120%);opacity:0}.toast__icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--blue);color:var(--white);margin-top:1px}.toast--success .toast__icon{background:#10b981}.toast--error .toast__icon{background:#ef4444}.toast--warning .toast__icon{background:#f59e0b}.toast__content{flex:1}.toast__title{font-weight:700;margin-bottom:2px;color:var(--blue-dark)}.toast__message{color:rgba(10,37,64,.8);font-weight:500}.toast__close{background:0 0;border:none;cursor:pointer;padding:4px;color:rgba(10,37,64,.4);display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s,color .2s;margin-top:-2px;margin-right:-4px}.toast__close:hover{background:rgba(10,37,64,.05);color:var(--blue-dark)}.toast__progress{position:absolute;bottom:0;left:0;height:3px;background:rgba(15,107,209,.3);width:100%;transform-origin:left;border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}.toast--success .toast__progress{background:rgba(16,185,129,.3)}.toast--error .toast__progress{background:rgba(239,68,68,.3)}.toast--warning .toast__progress{background:rgba(245,158,11,.3)}@keyframes toast-progress-anim{from{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width:600px){.toast-container{top:16px;right:16px;left:16px;max-width:none;width:auto}.toast{transform:translateY(-120%)}.toast.show{transform:translateY(0)}.toast.hide{transform:translateY(-120%);opacity:0}}.game-wrapper{position:relative;width:100%;max-width:1200px;margin:0 auto;aspect-ratio:16/9;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 12px 36px rgba(10,37,64,.16);background:var(--blue-dark);border:1px solid rgba(10,37,64,.08)}.game-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.game-info{max-width:1200px;margin:40px auto 0;text-align:left}.game-info h2{font-size:24px;font-weight:700;color:var(--blue-dark);margin-bottom:16px;margin-top:32px}.game-info h2:first-of-type{margin-top:0}.game-info ul{list-style-type:disc;padding-left:24px;margin-bottom:24px}.game-info ol{list-style-type:decimal;padding-left:24px;margin-bottom:24px}.game-info li{font-size:16px;line-height:1.7;margin-bottom:10px;color:var(--text)}