@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img,picture,svg,video{display:block;max-width:100%}body{font-family:-apple-system,BlinkMacSystem-Font,Segoe UI,Roboto,sans-serif;background-color:#f1f3f6;color:#1a202c;line-height:1.6}html,body{height:100%}.site-wrapper{min-height:100%;display:flex;flex-direction:column}main{flex-grow:1;margin:20px 0}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1rem}h1,h2,h3{line-height:1.2;margin-bottom:1rem}.badge{display:inline-block;padding:.25em .6em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.375rem;color:#fff}.badge-agent{background-color:#3b82f6}.badge-terrorist{background-color:#e53e3e}.badge-extremist{background-color:#dd6b20}.alert-danger{background-color:#fee2e2;color:#991b1b}.alert{padding:1rem;border-radius:.5rem;margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.admin-table-wrapper{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.admin-table thead{background-color:#f1f3f6}.admin-table tbody tr:last-child td{border:none}.main-header{background-color:#fff;padding:1rem 0}.header-container{display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.5rem;font-weight:700;color:#3b82f6}.main-nav{display:flex;gap:1.5rem;align-items:center}.nav-link{font-weight:500;color:#718096;transition:color .2s ease}.nav-link:hover{color:#1a202c}.nav-link.is-active{color:#3b82f6}.auth-block{display:flex;align-items:center;gap:1rem}.user-dropdown{position:relative}.user-dropdown-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;font-weight:500;color:#718096}.user-dropdown-toggle svg{width:1.25rem;height:1.25rem;color:#718096;transition:transform .2s ease}.user-dropdown.is-active .user-dropdown-toggle svg{transform:rotate(180deg)}.user-dropdown-menu{position:absolute;z-index:10;width:240px;padding:.5rem 0;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;opacity:0;visibility:hidden;overflow:hidden;transform:translateY(10px)}.user-dropdown-menu ul{list-style:none;padding:.5rem;margin:0}.user-dropdown.is-active .user-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;width:100%;padding:.5rem 1rem;text-align:left;background:none;border:none;cursor:pointer;color:#1a202c}.dropdown-item:hover{background-color:#f1f3f6}.dropdown-item-logout{color:#e53e3e}.dropdown-divider{height:1px;background-color:#e2e8f0;margin:.5rem 0}@media (max-width: 768px){.main-nav{gap:1rem}.auth-block{flex-wrap:wrap;justify-content:center}}.mobile-menu-wrapper{display:flex;gap:50px}.hamburger-btn{display:none;background:none;border:none;padding:.5rem;cursor:pointer;z-index:1001}body.mobile-menu-open{overflow:hidden}@media (max-width: 900px){.hamburger-btn{display:block}.mobile-menu-wrapper{position:fixed;top:0;right:0;width:300px;max-width:80%;height:100vh;background-color:#fff;padding:6rem 1.5rem 2rem;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2rem;z-index:1000;box-shadow:-10px 0 30px #0000001a;transform:translate(100%);transition:transform .3s ease-in-out}body.mobile-menu-open .mobile-menu-wrapper{transform:translate(0)}.main-nav{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.main-nav .nav-link,.main-nav .user-dropdown-toggle{font-size:1.25rem}.header-auth{flex-direction:column;align-items:stretch;width:100%;padding-top:2rem;margin-top:auto;border-top:1px solid #e2e8f0}.header-auth .btn{text-align:center;padding:.75rem 1rem}}.main-footer{background-color:#1a202c;color:#a0aec0;padding:3rem 0;margin-top:4rem}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-column .logo{color:#fff;margin-bottom:1rem;display:block}.copyright{font-size:.875rem}.footer-heading{color:#fff;font-weight:600;margin-bottom:1rem;font-size:1rem}.footer-link{display:block;margin-bottom:.5rem;transition:color .2s ease}.footer-link:hover{color:#fff}@media (max-width: 768px){.footer-container{text-align:center}.footer-column .logo{margin-left:auto;margin-right:auto}}.btn{display:inline-block;padding:.5rem 1.5rem;border:1px solid transparent;border-radius:.375rem;font-size:1rem;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease-in-out;line-height:18px}.btn.btn-primary{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.btn.btn-primary:hover{background-color:#2563eb;border-color:#2563eb}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:600;margin-bottom:.25rem}.form-input{display:block;width:100%;padding:.9rem 1rem;border:none;border-radius:.375rem;background-color:#f1f3f6;font-size:1rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.form-input--white{background-color:#fff}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.form-error{color:#e53e3e;font-size:.875rem;margin-top:.25rem}.filter-form{display:flex;gap:1rem;align-items:flex-start;margin-bottom:2rem}.filter-form .form-group{flex-grow:1}.agents-table-wrapper{background-color:#fff;border-radius:.5rem;overflow:hidden}.agents-table{width:100%;border-collapse:collapse}.agents-table th,.agents-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.agents-table thead{color:#718096;text-transform:uppercase;font-size:.75rem}.agents-table tbody tr:last-child td{border-bottom:none}.agents-table a{transition:.3s}.agents-table a:hover{color:#3b82f6}.pagination-wrapper{margin-top:2rem}.pagination-wrapper nav{display:flex;justify-content:center}.pagination{display:flex;list-style:none;padding:0;flex-wrap:wrap;justify-content:center;gap:.5rem}.pagination .page-item{margin:0 4px}.pagination .page-item.active .page-link{background-color:#3b82f6;border-color:#3b82f6;color:#fff;cursor:default}.pagination .page-item.disabled .page-link{color:#718096;background-color:#f1f3f6;cursor:not-allowed;opacity:.6}.pagination .page-link{display:block;padding:.5rem 1rem;min-width:40px;text-align:center;border-radius:.375rem;background-color:#fff;color:#1a202c;transition:all .2s ease}.pagination .page-link:hover{border-color:#3b82f6;color:#3b82f6}.auth-body .site-wrapper{display:flex;align-items:center;justify-content:center;min-height:100vh}.auth-body .site-wrapper main{flex-grow:0}.auth-container{width:100%;padding:3rem 1rem}.auth-form-wrapper{margin-left:auto;margin-right:auto;width:100%;min-width:450px;max-width:450px;background-color:#fff;border-radius:.75rem;padding:2.5rem}.auth-form-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.5rem}.auth-form-subtitle{text-align:center;color:#718096;margin-bottom:2rem}.link{color:#3b82f6;font-weight:500;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.link:hover{color:#2563eb}.auth-form .form-group{margin-bottom:1.5rem}.btn-block{width:100%;padding-top:.75rem;padding-bottom:.75rem;margin-top:.5rem}.form-check{display:flex;align-items:center;margin-bottom:1.5rem}.form-check-input{width:1rem;height:1rem;margin-right:.5rem}.form-check-label{font-size:.9rem}@media (max-width: 500px){.auth-container{padding:3rem 0}.auth-form-wrapper{min-width:320px;border:none;box-shadow:none;padding:1rem}}.auth-logo{position:absolute;left:20px;top:20px;font-size:18px;color:#3b82f6;transition:color .2s ease}.auth-logo:hover{color:#0b63f3}.filter-panel{background-color:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.filter-form-advanced .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.filter-form-advanced .form-row .form-group{margin-bottom:0}.filter-form-advanced .form-buttons{display:flex;gap:1rem;margin-top:1rem;margin-bottom:0}.btn.btn-secondary{background-color:#fff;color:#718096;border-color:#e2e8f0}.btn.btn-secondary:hover{background-color:#f1f3f6}.disclaimer-box{display:flex;align-items:flex-start;gap:1rem;background-color:#f1f3f6;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.disclaimer-icon svg{width:1.5rem;height:1.5rem;color:#718096}.disclaimer-content p{margin:0;line-height:1.5;font-size:.9rem;color:#718096}.disclaimer-content p:first-child{margin-bottom:.5rem}.disclaimer-content a{color:#3b82f6;text-decoration:underline}.disclaimer-content a:hover{color:#2563eb}.disclaimer-icon{flex-shrink:0}.socialite-container{margin-top:2rem}.socialite-divider{display:flex;align-items:center;text-align:center;color:#718096;font-size:.875rem;margin-bottom:1rem}.socialite-divider:before,.socialite-divider:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}.socialite-divider span{padding:0 1rem}.socialite-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.social-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.4rem 1rem;border:1px solid transparent;border-radius:.375rem;font-weight:500;color:#fff;transition:opacity .2s ease}.social-btn:hover{opacity:.9}.social-btn svg{width:24px;height:22px}.social-btn svg path{fill:#fff}.social-btn-yandex{background-color:#fc3f1d}.social-btn-vk{background-color:#07f}.socialite-telegram{margin-top:1rem}.socialite-telegram iframe{margin-left:auto;margin-right:auto}.share-block{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.share-block__title{font-size:1rem;font-weight:600;color:#718096;margin-bottom:1rem}.share-block__buttons{display:flex;gap:1rem}.share-button{display:inline-flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;transition:transform .2s ease,background-color .2s ease;position:relative}.share-button svg{width:20px;height:20px;color:#fff}.share-button:hover{transform:scale(1.1)}.share-button--telegram{background-color:#2aabee}.share-button--vk{background-color:#4c75a3}.share-button--ok{background-color:#f58220}.share-button--copy{background-color:#f1f3f6;border:1px solid #3b82f6}.share-button--copy svg{color:#718096}.share-button--copy .copy-text{position:absolute;top:-30px;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.share-button--copy.is-copied .copy-text{opacity:1;visibility:visible}.promo-banner-container{padding:3rem 0}.promo-banner{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2.5rem;background:linear-gradient(135deg,#3b82f6,#0a59da);color:#fff;box-shadow:0 10px 25px -5px #3b82f64d}@media (max-width: 900px){.promo-banner{grid-template-columns:1fr;padding:2rem}}.promo-banner-content{display:flex;flex-direction:column;justify-content:center}.promo-banner-content .promo-banner__title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.promo-banner-content .promo-banner__text{font-size:1.1rem;line-height:1.7;opacity:.9;margin-bottom:2rem}.promo-banner-content .promo-banner__button{background-color:#fff;color:#1a202c;border:none;box-shadow:0 0 20px #0024ef66;animation:pulse-cta-animation 2s infinite;align-self:flex-start}.promo-banner-content .promo-banner__button:hover{background-color:#0a58d8;color:#fff;transform:scale(1.05);animation-play-state:paused}@media (max-width: 900px){.promo-banner-content .promo-banner__button{align-self:stretch;text-align:center}}@keyframes pulse-cta-animation{0%{transform:scale(1);box-shadow:0 0 20px #0b55d0}50%{transform:scale(1.05);box-shadow:0 0 20px #387ff2}to{transform:scale(1);box-shadow:0 0 20px #0b55d0}}@keyframes pulse-animation{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.promo-banner-interactive{background-color:#ffffff1a;border-radius:.5rem;padding:1.5rem}.promo-banner-interactive .interactive-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600;opacity:.8}.promo-banner-interactive .text-demo-box{background-color:#fff;color:#1a202c;border-radius:.375rem;padding:1.5rem;line-height:1.7;min-height:150px}.promo-banner-interactive .text-demo{display:none}.promo-banner-interactive .text-demo.is-active{display:block}.promo-banner-interactive .text-demo--after p strong{color:#3b82f6;font-weight:700}.toggle-switch-checkbox{display:none}.toggle-switch-label{display:block;width:48px;height:26px;background-color:#0003;border-radius:999px;position:relative;cursor:pointer;transition:background-color .2s ease}.toggle-switch-label:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .2s ease}.toggle-switch-checkbox:checked+.toggle-switch-label{background-color:#3b82f6}.toggle-switch-checkbox:checked+.toggle-switch-label:after{transform:translate(22px)}.page-title{font-size:2.5rem;font-weight:800;margin-bottom:2rem;text-align:center}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.article-card{background-color:#fff;border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.article-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.article-card-image-link img{width:100%;height:200px;object-fit:cover}.article-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.article-card-title a{font-size:1.25rem;font-weight:700;color:#1a202c}.article-card-title a:hover{color:#3b82f6}.article-card-excerpt{color:#718096;margin-top:.5rem;flex-grow:1}.article-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;font-size:.875rem}.article-card-date{color:#718096}.article-card-readmore{color:#3b82f6;font-weight:600}.article-card-readmore:hover{text-decoration:underline}.article-container{max-width:800px}.article-image-banner{width:100%;border-radius:.75rem;margin-bottom:2rem}.article-title{font-size:3rem;font-weight:800;line-height:1.1}.article-meta{display:flex;gap:1rem;color:#718096;margin:1rem 0;border-bottom:1px solid #e2e8f0;padding-bottom:1rem}.article-body{padding-top:1rem;font-size:1.125rem;line-height:1.8}.article-body h1,.article-body h2,.article-body h3{margin:2rem 0 1rem}.article-body a{color:#3b82f6;text-decoration:underline}.article-body blockquote{border-left:4px solid #3b82f6;padding-left:1rem;margin:1.5rem 0;font-style:italic}.text-checker-layout{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;align-items:flex-start}.text-checker-form .form-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;color:#718096}.text-checker-results{background-color:#fff;border-radius:.75rem;padding:1.5rem;min-height:400px}.text-checker-results .placeholder{text-align:center;padding-top:100px;color:#718096}.text-checker-results #found-list{list-style-type:disc;padding-left:1rem}.text-checker-results hr{border:0;border-top:1px solid #e2e8f0;margin:1rem 0}.text-checker-results .marked-text{line-height:1.7}.agent-marker{background-color:#3b82f633;padding:2px 4px;border-radius:4px}.alert-warning{background-color:#fffbeb;color:#92400e;padding:1rem;border-radius:.5rem;margin-bottom:1rem}@media (max-width: 900px){.text-checker-layout{grid-template-columns:1fr}}.profile-container{max-width:900px}.profile-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.profile-layout{grid-template-columns:repeat(2,1fr)}}.profile-card{background-color:#fff;border-radius:.75rem;padding:2rem}.profile-card-title{font-size:1.25rem;font-weight:600}.profile-card-subtitle{color:#718096;margin-bottom:1.5rem;font-size:.9rem}.alert{padding:1rem;margin-bottom:1.5rem;border-radius:.5rem}.alert-success{background-color:#f0fff4;color:#2f855a}.subscriptions-list{list-style:none}.subscriptions-list li{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #e2e8f0}.subscriptions-list li:first-child{padding-top:0}.subscriptions-list li:last-child{border-bottom:none}.social-link-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e2e8f0}.social-link-item:last-child{border-bottom:none}.social-link-item .linked{display:flex;align-items:center;gap:1rem}.social-link-item .avatar{width:40px;height:40px;border-radius:50%}.api-key-form{display:flex;gap:1rem;align-items:flex-start}.api-key-form .form-group{flex-grow:1}.api-key-display{background-color:#f1f3f6;padding:.5rem;border-radius:.375rem;font-family:monospace;margin-top:.5rem;word-break:break-all}.api-keys-list{border-top:1px solid #e2e8f0}.api-key-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e2e8f0}.key-preview{font-family:monospace;color:#718096}.pricing-container{max-width:1200px}.page-subtitle{text-align:center;max-width:600px;margin:-1.5rem auto 3rem;color:#718096}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.pricing-card{border:2px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .2s ease-in-out}.pricing-card input[type=radio]{display:none}.pricing-card .card-content{padding:2rem}.pricing-card:has(input:checked){border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.card-title{font-size:1.5rem;font-weight:700}.card-price{font-size:2.5rem;font-weight:800;margin:1rem 0}.card-price span{font-size:1rem;font-weight:500;color:#718096}.card-features{list-style:none;text-align:left}.card-features li{margin-bottom:.5rem}.pricing-footer{text-align:center;margin-top:2.5rem}.btn-lg{padding:1rem 3rem;font-size:1.125rem}.product-section{margin-bottom:3rem}.product-section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:1.5rem}.pricing-card .card-title{font-size:1.25rem;font-weight:600}.pricing-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.pricing-product-card{background-color:#fff;border-radius:.75rem;padding:2rem;display:flex;flex-direction:column}.product-name{font-size:1.75rem;font-weight:700;text-align:center}.product-description{color:#718096;text-align:center;min-height:40px;margin-bottom:1.5rem}.plan-selector{display:flex;background-color:#f1f3f6;border-radius:.5rem;padding:4px;margin-bottom:1.5rem}.plan-selector label{flex:1}.plan-selector label input{display:none}.plan-selector label span{display:block;text-align:center;padding:.5rem 0;border-radius:.375rem;cursor:pointer;font-weight:500}.plan-selector input:checked+span{background-color:#fff;color:#3b82f6;box-shadow:0 1px 3px #0000001a}.product-price-display{text-align:center;margin-bottom:.5rem}.product-price-display .total-price{font-size:2.5rem;font-weight:800;display:block}.product-price-display .monthly-price{color:#718096}.product-limit-display{text-align:center;font-weight:500;margin-bottom:2rem;flex-grow:1}.api-docs-container{display:grid;grid-template-columns:240px 1fr;gap:3rem;align-items:flex-start}.api-docs-sidebar{position:sticky;top:2rem;font-size:.9rem}.api-docs-sidebar a{display:block;padding:.25rem 0;color:#718096;transition:color .2s ease}.api-docs-sidebar a:hover{color:#1a202c}.api-docs-sidebar ul{list-style:none;padding-left:1rem;margin-top:.5rem}.api-docs-content section{margin-bottom:3rem}.api-docs-content h2{font-size:1.75rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem;margin-bottom:1.5rem}.api-docs-content h3{font-size:1.25rem;margin:2rem 0 1rem}.api-docs-content h4{font-size:1rem;margin-top:1.5rem;margin-bottom:.5rem;color:#718096}.api-docs-content .code-block{background-color:#1a202c;color:#e2e8f0;padding:1rem;border-radius:.5rem;margin-top:1rem}.api-docs-content .code-block pre,.api-docs-content .code-block code{white-space:pre-wrap;font-family:monospace}.api-docs-content table{width:100%;margin-top:1rem;border-collapse:collapse;font-size:.9rem}.api-docs-content table th,.api-docs-content table td{border:1px solid #e2e8f0;padding:.5rem;text-align:left}.api-docs-content table th{background-color:#f1f3f6}.api-docs-content table code{background-color:#f1f3f6;padding:.1rem .3rem;border-radius:.25rem}.api-docs-content .method-badge{padding:.2rem .5rem;border-radius:.25rem;font-size:.875rem;font-weight:600;font-family:monospace;color:#fff;margin-right:1rem}.api-docs-content .method-badge.get{background-color:#3b82f6}.api-docs-content .method-badge.post{background-color:#10b981}.widget-list{display:grid;gap:1rem}.widget-card{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:2rem;padding:1.5rem;background-color:#fff;border-radius:.5rem;transition:all .2s ease}.widget-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.widget-card-domain{font-weight:600;font-size:1.1rem}.widget-card-status{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#718096}.widget-card-arrow{font-size:1.5rem;color:#718096}.status-badge{padding:2px 5px;border-radius:5px}.status-trial{background-color:#ffedd5;color:#9a3412}.empty-state{text-align:center;padding:4rem;background-color:#fff;border:2px dashed #e2e8f0;border-radius:.75rem}.empty-state p{margin:0}.domain-highlight{color:#3b82f6}.widget-show-layout{display:grid;gap:2rem;align-items:flex-start}.alert-info{background-color:#e0f2fe;color:#0c4a6e}.mt-4{margin-top:1.5rem}.about-hero{background-color:#1a202c;color:#f8fafc;padding:6rem 0;text-align:center;margin-bottom:4rem}.about-hero__title{font-size:3.5rem;font-weight:800;line-height:1.1;max-width:800px;margin-left:auto;margin-right:auto}.about-hero__subtitle{font-size:1.25rem;color:#718096;max-width:700px;margin:1.5rem auto 0}.about-section{padding:3rem 0;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.section-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.section-text{font-size:1.125rem;line-height:1.7;color:#718096}.solution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;text-align:left}.solution-card{background-color:#fff;border-radius:.75rem;padding:2rem}.solution-card h3{font-size:1.25rem;margin-bottom:.5rem;color:#3b82f6}.solution-card p{color:#718096;font-size:.9rem}.manifesto-list{list-style:none;margin-top:3rem;text-align:left}.manifesto-list li{font-size:1.5rem;font-weight:700;border-bottom:1px solid #e2e8f0;padding:1.5rem 0}.manifesto-list li:last-child{border-bottom:none}.manifesto-list li span{display:block;font-size:1rem;font-weight:400;color:#718096;margin-top:.5rem}.about-cta{background-color:#f1f3f6;padding:4rem 1rem;text-align:center;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin-top:2rem}.about-cta h2{font-size:2.5rem;font-weight:700}.about-cta p{color:#718096;margin-bottom:2rem}.about-section,.about-cta{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.about-section.is-visible,.about-cta.is-visible{opacity:1;transform:translateY(0)}.faq-container{max-width:900px}.hero-section{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:6rem 0;text-align:center;overflow:hidden;margin-top:-20px}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.2),transparent 30%),radial-gradient(circle at 80% 70%,rgba(14,165,233,.2),transparent 30%),#111827;background-size:200% 200%;animation:gradient-animation 20s ease infinite}.hero-text-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;transform-style:preserve-3d}.particle-text{position:absolute;display:block;font-weight:700;white-space:nowrap;color:#3b82f6;opacity:0;will-change:transform,opacity;animation-name:float-particle-generic;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate}@keyframes float-particle-1{0%{transform:translateZ(0) rotate(0);opacity:.05}to{transform:translate3d(20px,-40px,0) rotate(3deg);opacity:.1}}@keyframes float-particle-2{0%{transform:translateZ(0) rotate(0);opacity:.1}to{transform:translate3d(-30px,30px,0) rotate(-2deg);opacity:.07}}@keyframes float-particle-3{0%{transform:translateZ(0) rotate(0);opacity:.08}to{transform:translate3d(40px,20px,0) rotate(-4deg);opacity:.06}}@keyframes float-particle-4{0%{transform:translateZ(0) rotate(0);opacity:.06}to{transform:translate3d(-20px,-30px,0) rotate(1deg);opacity:.09}}@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-content{position:relative;z-index:2}.hero__title{color:#fff;font-size:4rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;max-width:1024px;margin:0 auto}.hero__subtitle{font-size:1.25rem;color:#9ca3af;max-width:700px;margin:1.5rem auto 2.5rem;line-height:1.6}.intro-section{background-color:#f1f3f6;border-bottom:1px solid #e2e8f0;padding:4rem 0}.intro-section .section-title{font-size:2.25rem}.intro-section .section-text{font-size:1.25rem;max-width:800px}.security-section{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center;background-color:#f1f3f6;padding-top:4rem;padding-bottom:4rem}.security-section__visual{display:flex;justify-content:center;align-items:center}.security-section__visual svg{width:150px;height:150px;color:#3b82f6;opacity:.2}.security-features{list-style:none;margin-top:2rem}.security-features li{position:relative;padding-left:2rem;margin-bottom:1.5rem}.security-features li:before{content:"✓";position:absolute;left:0;top:5px;color:#3b82f6;font-weight:700}.security-features li h4{font-size:1.125rem;margin-bottom:.25rem}.security-features li p{color:#718096;font-size:.9rem}@media (max-width: 768px){.security-section{grid-template-columns:1fr;gap:2rem}.security-section__visual svg{width:100px;height:100px}.security-section__content .section-title,.security-section__content .section-text{text-align:center}}.home-section{padding:5rem 1rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.section-text{font-size:1.125rem;line-height:1.7;color:#718096;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.problem-card{text-align:center}.problem-card__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:1.5rem;background-color:#3b82f61a;border-radius:50%}.problem-card__icon svg{width:32px;height:32px;color:#3b82f6}.problem-card h3{font-size:1.25rem;margin-bottom:.5rem}.problem-card p{color:#718096}.solution-section .section-title{margin-bottom:3rem}.solution-tabs{display:flex;justify-content:center;gap:1rem;border-bottom:1px solid #e2e8f0}.solution-tab{padding:1rem 1.5rem;font-weight:600;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;color:#718096;transition:all .2s ease}.solution-tab.is-active{color:#3b82f6;border-bottom-color:#3b82f6}.solution-content{padding:2.5rem 0;text-align:center;max-width:700px;margin:0 auto;font-size:1.125rem;padding-bottom:0}.solution-content__panel{display:none}.solution-content__panel.is-active{display:block}.stats-section{background-color:#f1f3f6;padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.stat-item .stat-number,.stat-item .stat-number-text{display:block;font-size:3rem;font-weight:700;color:#3b82f6}.stat-item .stat-label{color:#718096}.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.tech-card{background-color:#fff;border-radius:.75rem;padding:1.5rem}.tech-card h3{font-size:1.25rem;margin-bottom:1rem}.tech-card p{color:#718096}.telegram-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.telegram-section__visual{background-color:#f1f3f6;border-radius:1rem;padding:2rem;border:1px solid #e2e8f0}.telegram-section__content .section-title{text-align:left}.chat-mockup{display:flex;flex-direction:column;gap:1.5rem}.chat-bubble{padding:1rem 1.5rem;border-radius:1.25rem;max-width:80%;line-height:1.5}.chat-bubble.user{background-color:#e0f2fe;border-bottom-right-radius:.25rem;align-self:flex-end}.chat-bubble.bot{background-color:#fff;border-bottom-left-radius:.25rem;align-self:flex-start;display:flex;gap:1rem}.bot-icon{font-size:1.5rem}.bot-reply p{margin:0 0 .75rem}.bot-reply p:last-child{margin-bottom:0}.bot-reply strong{color:#1a202c}.bot-reply__footer{font-size:.8rem;color:#718096;border-top:1px dashed #e2e8f0;padding-top:.75rem;margin-top:.75rem!important}.telegram-features{margin-top:2.5rem;display:grid;gap:1.5rem}.telegram-feature-card{border-left:3px solid #3b82f6;padding-left:1.5rem}.telegram-feature-card h3{font-size:1.25rem;margin-bottom:.5rem}.telegram-feature-card p{color:#718096}@media (max-width: 900px){.telegram-section{grid-template-columns:1fr}.telegram-section__visual{order:-1}}.pricing-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:800px;margin:3rem auto 0}.pricing-preview-card{border:1px solid #e2e8f0;border-radius:.75rem;padding:2rem;text-align:center;transition:all .2s ease}.pricing-preview-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000000d}.pricing-preview-card.popular{border:2px solid #3b82f6;position:relative}.pricing-preview-card .popular-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background-color:#3b82f6;color:#fff;padding:4px 12px;border-radius:999px;font-size:.8rem;font-weight:600}.pricing-preview-card h3{font-size:1.5rem}.pricing-preview-card p{margin:.5rem 0 1.5rem;color:#718096}.pricing-preview-card .price{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.faq-preview-section{padding-bottom:0}.faq-accordion{border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.faq-item{border-bottom:1px solid #e2e8f0}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;background-color:#fff;border:none;padding:1.25rem 1.5rem;font-size:1.125rem;font-weight:600;text-align:left;cursor:pointer;transition:background-color .2s ease}.faq-question:hover{background-color:#f1f3f6}.faq-icon{font-size:1.75rem;font-weight:300;color:#3b82f6;transition:transform .3s ease}.faq-answer{display:none;padding:1.5rem;background-color:#f1f3f6;color:#718096;line-height:1.6}.faq-item.is-active .faq-question{background-color:#f1f3f6}.faq-item.is-active .faq-icon{transform:rotate(45deg)}.faq-item.is-active .faq-answer{display:block}.final-cta-section{background-color:#111827;color:#fff;padding:5rem 0;text-align:center}.final-cta-section h2{font-size:2.5rem}.final-cta-section p{color:#9ca3af;margin-bottom:2rem}.home-section,.stats-section,.testimonial-section,.final-cta-section{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.home-section.is-visible,.stats-section.is-visible,.testimonial-section.is-visible,.final-cta-section.is-visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.hero-section__title{font-size:2.5rem}.section-title{font-size:2rem}.problem-grid,.stats-grid,.tech-grid,.pricing-preview-grid,.telegram-section{grid-template-columns:1fr}.solution-tabs{flex-wrap:wrap}}@media (max-width: 900px){.tech-grid,.pricing-preview-grid,.telegram-section{grid-template-columns:1fr}}@media (max-width: 768px){.hero-section{padding:4rem 0}.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1.1rem}.home-section{padding:3rem 1rem}.section-title{font-size:2rem}.problem-grid,.stats-grid{grid-template-columns:1fr;gap:3rem}.solution-tabs{flex-wrap:wrap;gap:.5rem}.solution-tab{padding:.75rem 1rem}.solution-content{padding:2rem 0}.telegram-section{gap:2rem}.telegram-section__icon{order:-1}.telegram-section__icon svg{width:120px;height:120px}.telegram-section .section-title,.telegram-section .section-text{text-align:center}.telegram-section .instruction-list{text-align:left}}@media (max-width: 480px){.hero__title{font-size:2rem}.hero__actions{flex-direction:column}.hero__actions a,.hero__actions .btn{width:100%}.pricing-preview-grid{grid-template-columns:1fr}}.widget-hero{padding:6rem 0;text-align:center;margin-bottom:2rem}.widget-hero__title{font-size:3.5rem;font-weight:800;line-height:1.1;max-width:800px;margin:0 auto}.widget-hero__subtitle{font-size:1.25rem;color:#718096;max-width:700px;margin:1.5rem auto 2.5rem}.widget-hero__actions{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2.5rem;flex-wrap:wrap}@media (max-width: 576px){.widget-hero__actions{flex-direction:column;align-items:stretch;gap:1rem}}@media (max-width: 576px){.widget-hero__title{font-size:2rem}}.link-alt{color:#718096;font-weight:500}.link-alt:hover{color:#3b82f6}.widget-section{padding:3rem 0}.how-it-works-step h3{font-size:1.25rem}.widget-features-section{background-color:#f1f3f6;padding:4rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:2rem}.features-grid .feature-item{font-size:1.125rem;font-weight:500}.demo-box{margin-top:2rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:2rem}.demo-box .demo-footer{text-align:right;margin-top:1rem}.demo-box .demo-result-content{margin-top:2rem;border-top:1px dashed #e2e8f0;padding-top:2rem;line-height:1.7}.contact-layout{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:flex-start;margin-top:3rem;background-color:#fff;padding:2rem;border-radius:.75rem}@media (max-width: 768px){.contact-layout{grid-template-columns:1fr}}.contact-info h3{font-size:1.5rem;margin-bottom:1rem}.contact-info p{color:#718096;margin-bottom:1.5rem}.contact-info ul{list-style:none}.contact-info ul li{margin-bottom:.5rem}.methodology-container{max-width:800px;padding-top:2rem;padding-bottom:4rem}.methodology-container section{margin-bottom:3rem}.methodology-container h2{font-size:1.75rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.methodology-container p,.methodology-container li{line-height:1.8;color:#718096}.methodology-container ul{list-style:none;padding-left:0}.methodology-container ul li{position:relative;padding-left:1.5rem;margin-bottom:1rem}.methodology-container ul li:before{content:"→";position:absolute;left:0;color:#3b82f6}.methodology-container code{background-color:#f1f3f6;padding:.1rem .3rem;border-radius:.25rem;font-family:monospace}.widget-demo-hero{background-color:#f1f3f6;padding:4rem 0;text-align:center;border-bottom:1px solid #e2e8f0}.widget-demo-hero h1{font-size:2.5rem;font-weight:700}.widget-demo-hero p{font-size:1.125rem;color:#718096;max-width:600px;margin:1rem auto 0}.demo-article-wrapper{padding:4rem 0;background-color:#1a202c;color:#e5e7eb}.article-content{max-width:700px;margin:0 auto;line-height:1.8}.article-content h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.article-content .article-meta{color:#9ca3af;margin-bottom:2rem;font-size:.9rem}.article-content p{font-size:1.1rem;margin-bottom:1.5rem}.inomarker-summary{max-width:700px;margin:0 auto;line-height:1.8;color:#e5e7eb!important}.how-it-works-section{background-color:#f1f3f6;border-top:1px solid #e2e8f0}.how-it-works-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.how-it-works-step{text-align:center}.how-it-works-step .step-number{width:50px;height:50px;line-height:50px;border-radius:50%;background-color:#3b82f6;color:#fff;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.how-it-works-step h3{font-size:1.25rem;margin-bottom:.5rem}.how-it-works-step p{color:#718096}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}.features-grid .feature-item{font-size:1.125rem;font-weight:500;padding:.5rem 0}.entity-page{background-color:#f1f3f6;padding:4rem 0}.entity-container{max-width:800px}.entity-header{text-align:center;border-bottom:1px solid #e2e8f0;padding-bottom:2rem;margin-bottom:2rem}.entity-header .entity-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.3}@media (max-width: 768px){.entity-header .entity-title{font-size:1.5rem}}.status-badged{display:inline-block;padding:.5rem 1rem;border-radius:999px;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.status-badged--agent{background-color:#fffbeb;color:#b45309}.status-badged--terrorist,.status-badged--extremist{background-color:#fee2e2;color:#b91c1c}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.info-card{background-color:#fff;border-radius:.75rem;padding:1.5rem}.info-card__label{font-size:.8rem;color:#718096;margin-bottom:.5rem;text-transform:uppercase}.info-card__value{font-size:1.25rem;font-weight:600}.info-block{background-color:#fff;border-radius:.75rem;padding:1.5rem;margin-top:1.5rem}.info-block--highlight{background-color:#f0f9ff;border-color:#7dd3fc}.info-block__title{font-size:1.2rem;font-weight:600;margin-bottom:.75rem}.info-block__text{line-height:1.7;color:#718096}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.breadcrumb-nav{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0;font-size:.875rem}.breadcrumb-nav ol{list-style:none;padding:0;margin:0;display:flex;align-items:center;flex-wrap:wrap}.breadcrumb-nav li{display:flex;align-items:center;color:#718096}.breadcrumb-nav li:not(:last-child):after{content:"/";margin:0 .75rem;color:#e2e8f0}.breadcrumb-nav li a{color:#718096}.breadcrumb-nav li a:hover{color:#3b82f6}.breadcrumb-nav li.active{color:#1a202c;font-weight:500}.site-list{list-style:none;padding:0;margin:0}.site-list li{margin-bottom:.5rem}.site-list a{font-weight:500;word-break:break-all}.nearby-section .section-title{text-align:center;margin-bottom:2rem}@media (max-width: 768px){.nearby-section .section-title{font-size:1.5rem}}.nearby-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.nearby-card{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:1rem 1.25rem;border:1px solid #ffffff;border-radius:.5rem;transition:all .2s ease}.nearby-card:hover{border-color:#3b82f6;transform:translateY(-3px);box-shadow:0 4px 10px #0000000d}.nearby-card:hover .nearby-card__arrow{transform:translate(5px);color:#3b82f6}.nearby-card__name{font-weight:600}.nearby-card__arrow{font-size:1.5rem;transition:transform .2s ease,color .2s ease}.giveaway-page{background-color:#f1f3f6;color:#1a202c;font-family:Inter,sans-serif;overflow-x:hidden}.giveaway-page main{margin:0}.gw-container{max-width:960px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}.gw-section{padding:6rem 0;text-align:center;position:relative;overflow:hidden}.gw-title{font-family:Inter,sans-serif;font-size:3rem;font-weight:800;margin-bottom:1rem;color:#1a202c;letter-spacing:-.02em}.gw-subtitle{font-size:1.25rem;color:#718096;max-width:600px;margin:0 auto 3rem;line-height:1.7}.gw-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 0;background-color:#fff;border-bottom:1px solid #e2e8f0;z-index:1}.gw-hero__orb-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;pointer-events:none}.gw-hero__orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.3;animation:orb-float 20s ease-in-out infinite alternate}.gw-hero__orb:nth-child(1){width:300px;height:300px;background-color:#3b82f6;top:10%;left:10%;animation-duration:22s}.gw-hero__orb:nth-child(2){width:400px;height:400px;background-color:#7dd3fc;top:20%;left:70%;animation-duration:18s}.gw-hero__orb:nth-child(3){width:250px;height:250px;background-color:#3b82f6;top:70%;left:30%;animation-duration:20s}.gw-hero__orb:nth-child(4){width:150px;height:150px;background-color:#a5b4fc;top:80%;left:80%;animation-duration:24s}.gw-hero__orb:nth-child(5){width:200px;height:200px;background-color:#7dd3fc;top:50%;left:40%;animation-duration:26s}@keyframes orb-float{0%{transform:translate(0)}to{transform:translate(40px,-60px)}}.gw-hero__logo{font-weight:700;color:#718096;margin-bottom:1rem;position:relative;z-index:2}.gw-hero__logo .text-accent{color:#3b82f6}.gw-hero__title{font-size:5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:#1a202c;position:relative;z-index:2}.text-highlight{color:#3b82f6;display:block}.gw-hero__subtitle{font-size:1.25rem;color:#718096;max-width:600px;margin:0 auto 2.5rem;position:relative;z-index:2}.gw-hero__cta{background-color:#3b82f6;color:#fff;font-weight:700;font-size:1.1rem;padding:1rem 2.5rem;border-radius:.5rem;box-shadow:0 0 25px #3b82f666;transition:all .3s ease;border:none;position:relative;z-index:2;animation:pulse-animation 2s infinite}.gw-hero__cta:hover{background-color:#0b63f3;transform:scale(1.05) translateY(-2px)}.gw-perks{background-color:#f1f3f6}.gw-perks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.gw-perk-card{background:#fff9;border:1px solid rgba(0,0,0,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:.75rem;transition:all .3s ease}.gw-perk-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000012}.gw-perk-card h3{font-size:1.5rem;margin-bottom:1rem;color:#3b82f6;font-weight:700}.gw-perk-card p{color:#718096;line-height:1.6}.gw-prize-grid{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:1.5rem;align-items:stretch}.gw-prize-card{background:#fff;border:1px solid #e2e8f0;padding:2.5rem 2rem;border-radius:.75rem;transition:all .3s ease;display:flex;flex-direction:column;justify-content:center}.gw-prize-card .prize-place,.gw-prize-card .prize-place-main{font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;color:#718096;text-transform:uppercase}.gw-prize-card .prize-title{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:800;margin:.5rem 0}.gw-prize-card .prize-desc{font-size:1.1rem;color:#718096}.gw-prize-card.prize-bronze .prize-title{color:#d97706}.gw-prize-card.prize-silver .prize-title{color:#6b7280}.gw-prize-card.prize-gold{transform:scale(1.05);background:linear-gradient(145deg,#fefeff,#fff);border:2px solid #3b82f6;box-shadow:0 0 40px #3b82f633}.gw-prize-card.prize-gold .prize-place-main{color:#3b82f6}.gw-prize-card.prize-gold .prize-title{font-size:2.25rem;color:#3b82f6}.gw-consolation{background-color:#f1f3f6}.gw-consolation-list{list-style:none;padding:0;max-width:600px;margin:2rem auto 0;text-align:left}.gw-consolation-list li{background:#fff;border-left:3px solid #3b82f6;padding:1.25rem 1.5rem;margin-bottom:1rem;border-radius:0 4px 4px 0;font-size:1.1rem;display:flex;align-items:center;gap:1rem;border:1px solid #e2e8f0;border-left-width:3px}.gw-consolation-list li span{font-size:1.5rem}.gw-cta{background-color:#f1f3f6}.gw-steps-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:left;font-size:1.1rem;line-height:1.6;margin-bottom:3.5rem}.gw-steps-list li strong{display:block;color:#3b82f6;font-weight:700;font-size:1.5rem;margin-bottom:.5rem}.gw-cta__button{background-color:#3b82f6;color:#fff;font-weight:700;font-size:1.1rem;padding:1rem 2.5rem;border:none;border-radius:.5rem;box-shadow:0 0 20px #3b82f680;transition:all .3s ease;animation:pulse-animation 2s infinite}.gw-cta__button:hover{background-color:#0b63f3;box-shadow:0 0 30px #3b82f6b3;transform:scale(1.05) translateY(-2px)}.gw-reveal{background-color:#fff;color:#1a202c}.gw-reveal .gw-title{color:#3b82f6;animation:none}.gw-reveal .gw-reveal__text{font-size:1.2rem;color:#718096}.gw-real-prizes{background-color:#fff;color:#1a202c}.gw-real-prizes .gw-title{color:#1a202c;animation:none}.gw-real-prizes .gw-subtitle{color:#718096}.gw-real-prizes .gw-prize-grid .gw-prize-card{background-color:#fff;border-color:#e2e8f0;box-shadow:0 4px 10px #0000000d}.gw-real-prizes .gw-prize-grid .gw-prize-card .prize-title{color:#1a202c}.gw-real-prizes .gw-prize-grid .gw-prize-card .prize-desc{color:#718096}.gw-real-prizes .gw-prize-grid .gw-prize-card.prize-gold{background:#f0f9ff;border-color:#3b82f6;box-shadow:0 0 40px #3b82f633}.gw-real-prizes .gw-prize-grid .gw-prize-card.prize-gold .prize-place-main{color:#3b82f6}.gw-real-prizes .gw-prize-grid .gw-prize-card.prize-gold .prize-title{color:#3b82f6;text-shadow:none}.gw-real-prizes .gw-cta__button{margin-top:3rem}.gw-footer{background-color:#f1f3f6;padding:3rem 1rem;text-align:center;color:#718096;font-size:.9rem;border-top:1px solid #e2e8f0}.gw-footer a{color:#3b82f6;text-decoration:none;font-weight:500}.gw-footer a:hover{text-decoration:underline}@keyframes pulse-animation{0%{box-shadow:0 0 20px #3b82f666}50%{box-shadow:0 0 30px #3b82f6b3;transform:scale(1.02)}to{box-shadow:0 0 20px #3b82f666}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.645,.045,.355,1),transform .6s cubic-bezier(.645,.045,.355,1)}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media (max-width: 960px){.gw-prize-grid{grid-template-columns:1fr;gap:2rem;max-width:500px}.gw-prize-card{order:2}.gw-prize-card.prize-gold{transform:scale(1);order:-1}}@media (max-width: 768px){.gw-title{font-size:2.25rem}.gw-hero__title{font-size:3rem}.gw-perks-grid,.gw-steps-list{grid-template-columns:1fr;gap:2rem}}.wp-hero{background-color:#fff;padding-top:5rem;padding-bottom:5rem;border-bottom:1px solid #e2e8f0;overflow:hidden}.wp-hero .container{display:grid;align-items:center;text-align:center}.wp-hero-content .wp-hero-badge{display:inline-block;padding:.5rem 1rem;background-color:#e6effe;color:#3b82f6;border-radius:999px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.wp-hero-content .wp-hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.wp-hero-content .wp-hero-subtitle{font-size:1.25rem;color:#718096;line-height:1.7;margin-bottom:2.5rem}.wp-hero-content .wp-hero-actions{display:flex;gap:1.5rem;justify-content:center}@media (max-width: 480px){.wp-hero-content .wp-hero-actions{flex-direction:column;align-items:stretch}.wp-hero-content .wp-hero-actions .btn{text-align:center}}.wp-hero-visual img,.wp-hero-visual [class*="[Image"]{width:100%;border-radius:.75rem;border:1px solid #e2e8f0;box-shadow:0 20px 40px -15px #00000026;display:block;background-color:#f9fafb;padding:1.5rem;text-align:center;font-size:.9rem;color:#718096;line-height:1.5}@media (max-width: 900px){.wp-hero-visual{order:-1;margin-bottom:2rem}}.wp-section{padding:5rem 0;text-align:center}.wp-section .wp-section-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.wp-section .wp-section-subtitle{font-size:1.25rem;color:#718096;max-width:700px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.wp-section.wp-section-problem{background-color:#f1f3f6}.wp-section.wp-section-guide{background-color:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.wp-comparison{display:grid;grid-template-columns:1fr 1fr;gap:2rem;text-align:left;max-width:900px;margin:0 auto}@media (max-width: 768px){.wp-comparison{grid-template-columns:1fr}}.wp-comparison-card{background-color:#fff;border:1px solid #e2e8f0;padding:2rem;border-radius:.75rem}.wp-comparison-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.wp-comparison-card p{color:#718096;line-height:1.6;margin-bottom:1.5rem}.wp-comparison-card .wp-badge-red{display:inline-block;padding:.25rem .75rem;background-color:#fee2e2;color:#b91c1c;border-radius:999px;font-size:.9rem;font-weight:600}.wp-comparison-card .wp-badge-green{display:inline-block;padding:.25rem .75rem;background-color:#dcfce7;color:#166534;border-radius:999px;font-size:.9rem;font-weight:600}.wp-comparison-card.is-best{border-color:#3b82f6;box-shadow:0 0 20px #3b82f61a}.wp-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;text-align:left}@media (max-width: 768px){.wp-features-grid{grid-template-columns:1fr}}.wp-feature-card .wp-feature-icon{width:40px;height:40px;color:#3b82f6;margin-bottom:1rem}.wp-feature-card h4{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.wp-feature-card p{color:#718096;line-height:1.6}.wp-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:left}@media (max-width: 900px){.wp-steps-grid{grid-template-columns:1fr}}.wp-step-card .wp-step-number{font-size:2rem;font-weight:800;color:#3b82f6;margin-bottom:1rem}.wp-step-card h4{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.wp-step-card p{color:#718096;line-height:1.6;margin-bottom:1.5rem}.wp-steps-grid-extended{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;text-align:left;max-width:1000px;margin:0 auto}@media (max-width: 900px){.wp-steps-grid-extended{grid-template-columns:1fr}}.wp-step-card-extended{background-color:#fff;border:1px solid #e2e8f0;padding:2rem;border-radius:.75rem;display:flex;flex-direction:column}.wp-step-card-extended .wp-step-number{font-size:1.5rem;font-weight:800;color:#3b82f6;margin-bottom:1rem;background-color:#e6effe;border-radius:999px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.wp-step-card-extended h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.wp-step-card-extended p{color:#718096;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.wp-step-card-extended .btn{margin-top:auto;align-self:flex-start}.wp-step-card-extended .screenshot-placeholder{width:100%;height:200px;background-color:#f1f3f6;border:1px dashed #e2e8f0;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#718096;font-size:.9rem;text-align:center;margin-top:1.5rem;flex-shrink:0}.admin-form-container{padding-top:2rem;padding-bottom:2rem}.admin-form-title{font-size:2rem;font-weight:700;margin-bottom:2rem}.admin-form-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:flex-start}.admin-form-main{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem}.sidebar-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}.sidebar-card-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.trix-content{min-height:400px;background-color:#fff}trix-toolbar .trix-button-group{border-color:#e2e8f0}trix-toolbar .trix-button{background-color:#f1f3f6}.toggle-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer}.toggle-switch input{display:none}.toggle-switch .slider{width:44px;height:24px;background-color:#ccc;border-radius:24px;transition:.4s}.toggle-switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.4s}.toggle-switch input:checked+.slider{background-color:#3b82f6}.toggle-switch input:checked+.slider:before{transform:translate(20px)}.toggle-switch .label-text{margin-left:1rem}
