:root{--brand-blue:#1e62d8;--brand-blue-dark:#1750b3;--brand-green:#16a34a;--whatsapp:#25d366;--telegram:#229ed9;--bg:#ffffff;--fg:#0f172a;--muted:#64748b;--border:#e5e7eb;--card:#ffffff;--secondary:#f1f5f9;--footer-bg:#0f172a}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--fg);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 16px}.site-header{position:sticky;top:0;z-index:50;background:rgb(255 255 255 / .95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header-row{display:flex;align-items:center;justify-content:space-between;height:64px;gap:16px}.logo{display:flex;align-items:center;gap:8px}.logo-icon{width:36px;height:36px;border-radius:8px;background:var(--brand-blue);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}.logo-text{font-size:18px;font-weight:600;letter-spacing:-.01em}.logo-text .b{color:var(--brand-blue)}.logo-text .g{color:var(--brand-green)}.logo-text .tld{color:var(--muted);font-size:13px;font-weight:500}@media(min-width:768px){.logo-text{font-size:20px}}.header-search{display:none;flex:1;max-width:420px;margin:0 16px}.header-search input{width:100%;padding:8px 12px 8px 36px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><path d='m21 21-4.3-4.3'/></svg>");background-repeat:no-repeat;background-position:12px center}@media(min-width:768px){.header-search{display:flex}}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:#fff0;cursor:pointer}@media(min-width:768px){.menu-toggle{display:none}}.primary-nav{display:none;align-items:center;gap:4px;height:44px;overflow-x:auto}@media(min-width:768px){.primary-nav{display:flex}}.primary-nav a{padding:6px 12px;font-size:14px;font-weight:500;border-radius:6px;white-space:nowrap}.primary-nav a:hover{background:var(--secondary);color:var(--brand-blue)}.primary-nav .current-menu-item>a,.primary-nav a.active{background:var(--secondary);color:var(--brand-blue)}.mobile-nav{display:none;padding:12px 0 16px;border-top:1px solid var(--border)}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:10px 12px;font-size:14px;font-weight:500;border-radius:6px}.mobile-nav a:hover{background:var(--secondary)}.hero{background:linear-gradient(to bottom,#eef2ff,#fff);border-bottom:1px solid var(--border);text-align:center;padding:48px 0}@media(min-width:768px){.hero{padding:64px 0}}.hero h1{font-size:28px;font-weight:700;letter-spacing:-.02em;margin:0}@media(min-width:768px){.hero h1{font-size:44px}}.hero h1 .b{color:var(--brand-blue)}.hero h1 .g{color:var(--brand-green)}.hero p{color:var(--muted);max-width:640px;margin:16px auto 0}.hero-search{max-width:560px;margin:24px auto 0;position:relative}.hero-search input{width:100%;border:1px solid var(--border);border-radius:999px;padding:14px 120px 14px 44px;font-size:14px;background:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><path d='m21 21-4.3-4.3'/></svg>");background-repeat:no-repeat;background-position:16px center;box-shadow:0 1px 2px rgb(0 0 0 / .04)}.hero-search button{position:absolute;right:6px;top:50%;transform:translateY(-50%);border:0;background:var(--brand-blue);color:#fff;padding:8px 18px;border-radius:999px;font-weight:500;cursor:pointer}.hero-ctas{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}.btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;border:0}.btn-wa{background:var(--whatsapp);color:#fff}.btn-tg{background:var(--telegram);color:#fff}.btn:hover{opacity:.92}.section{padding:48px 0}.section-head{text-align:center;margin-bottom:32px}.section-head h2{font-size:24px;font-weight:700;margin:0}@media(min-width:768px){.section-head h2{font-size:30px}}.section-head p{color:var(--muted);margin:8px 0 0}.grid{display:grid;gap:20px}.grid-cats{grid-template-columns:1fr}@media(min-width:640px){.grid-cats{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.grid-cats{grid-template-columns:repeat(3,1fr)}}.cat-card{display:block;border:1px solid var(--border);background:var(--card);border-radius:12px;padding:24px;box-shadow:0 1px 2px rgb(0 0 0 / .03);transition:.15s}.cat-card:hover{border-color:var(--brand-blue);box-shadow:0 6px 16px -8px rgb(30 98 216 / .25)}.cat-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;color:#fff;margin-bottom:16px}.cat-card h3{margin:0;font-size:18px;font-weight:600}.cat-card p{margin:6px 0 0;color:var(--muted);font-size:14px}.cat-card .more{display:inline-flex;align-items:center;gap:4px;margin-top:16px;color:var(--brand-blue);font-weight:500;font-size:14px}.cta-banner{background:linear-gradient(to right,var(--brand-blue),var(--brand-green));color:#fff;text-align:center;border-radius:18px;padding:36px 24px;box-shadow:0 6px 24px -8px rgb(30 98 216 / .4)}.cta-banner h2{font-size:24px;margin:0}@media(min-width:768px){.cta-banner h2{font-size:30px}}.cta-banner p{margin:8px auto 0;max-width:640px;opacity:.95}.cta-banner .ctas{margin-top:22px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.cta-banner .btn-light{background:#fff;color:var(--brand-blue)}.cta-banner .btn-ghost{background:rgb(255 255 255 / .15);border:1px solid rgb(255 255 255 / .4);color:#fff;backdrop-filter:blur(6px)}.states-section{position:relative;background:#f5f8ff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:56px 0;overflow:hidden}.states-section::before{content:"";position:absolute;inset:0;opacity:.04;background-image:radial-gradient(circle at 1px 1px,var(--brand-blue) 1px,transparent 0);background-size:24px 24px;pointer-events:none}.states-section .container{position:relative}.pill{display:inline-flex;align-items:center;gap:6px;background:rgb(30 98 216 / .1);color:var(--brand-blue);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.states-grid{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.states-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.states-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.states-grid{grid-template-columns:repeat(6,1fr)}}.state-chip{display:flex;align-items:center;gap:8px;border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:500;box-shadow:0 1px 2px rgb(0 0 0 / .04);transition:.15s}.state-chip:hover{background:var(--brand-blue);color:#fff;border-color:var(--brand-blue)}.state-chip svg{flex-shrink:0;color:var(--brand-green)}.state-chip:hover svg{color:#fff}.state-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.faq-section{padding:56px 0;background:#fafafa;border-top:1px solid var(--border)}.faq-wrap{max-width:760px;margin:0 auto}.faq-item{background:#fff;border:1px solid var(--border);border-radius:12px;margin-bottom:12px;overflow:hidden}.faq-q{width:100%;text-align:left;padding:18px 20px;background:#fff0;border:0;font-size:16px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}.faq-q .icon{transition:transform .2s;color:var(--brand-blue);flex-shrink:0}.faq-item.open .faq-q .icon{transform:rotate(180deg)}.faq-a{padding:0 20px 18px;color:var(--muted);font-size:14px;line-height:1.6;display:none}.faq-item.open .faq-a{display:block}.disclaimer-section{background:#f8fafc;border-top:1px solid var(--border);padding:32px 0}.disclaimer-card{background:#fff;border-left:4px solid var(--brand-blue);padding:20px;border-radius:8px;box-shadow:0 1px 2px rgb(0 0 0 / .04)}.disclaimer-card h2{font-size:14px;color:var(--brand-blue);margin:0 0 8px;font-weight:700}.disclaimer-card p{margin:0;font-size:14px;color:var(--muted);line-height:1.6}.site-footer{background:var(--footer-bg);color:#cbd5e1}.footer-main{padding:48px 0}.footer-grid{display:grid;gap:40px;grid-template-columns:1fr}@media(min-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-about .logo-text{color:#fff;font-weight:700}.footer-about p{font-size:14px;color:#94a3b8;line-height:1.65;margin-top:16px}.footer-col h3{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin:0}.footer-col ul{list-style:none;margin:16px 0 0;padding:0}.footer-col li{margin-bottom:10px}.footer-col a{color:#94a3b8;font-size:14px;transition:.15s}.footer-col a:hover{color:#fff}.footer-join p{color:#94a3b8;font-size:14px;margin-top:16px}.footer-join .buttons{display:flex;flex-direction:column;gap:12px;margin-top:16px}.footer-join .btn{justify-content:center;border-radius:10px;padding:11px 16px}.footer-bottom{border-top:1px solid rgb(255 255 255 / .1)}.footer-bottom .inner{padding:20px 16px;text-align:center;font-size:12px;color:#94a3b8}.content-area{padding:40px 0}.page-title{font-size:28px;font-weight:700;margin:0 0 24px}.post-list{display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:768px){.post-list{grid-template-columns:repeat(2,1fr)}}.post-card{border:1px solid var(--border);background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:.15s}.post-card:hover{border-color:var(--brand-blue);box-shadow:0 6px 16px -8px rgb(30 98 216 / .2)}.post-card .thumb img{width:100%;aspect-ratio:16/9;object-fit:cover}.post-card .body{padding:18px}.post-card h2,.post-card h3{margin:0 0 8px;font-size:18px;font-weight:600;line-height:1.35}.post-card .meta{font-size:12px;color:var(--muted);margin-bottom:8px}.post-card .excerpt{font-size:14px;color:var(--muted);line-height:1.55}.read-more{display:inline-block;margin-top:12px;color:var(--brand-blue);font-weight:500;font-size:14px}.pagination-wrap{margin-top:32px;display:flex;justify-content:center;gap:8px}.pagination-wrap .page-numbers{padding:8px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;background:#fff}.pagination-wrap .page-numbers.current{background:var(--brand-blue);color:#fff;border-color:var(--brand-blue)}.single-article,.page-article{max-width:780px;margin:0 auto;padding:40px 16px}.single-article h1,.page-article h1{font-size:32px;font-weight:700;margin:0 0 12px;line-height:1.2}.single-article .meta{color:var(--muted);font-size:13px;margin-bottom:24px}.single-article .featured{border-radius:12px;overflow:hidden;margin-bottom:24px}.single-article .content,.page-article .content{font-size:16px;line-height:1.7;color:#1e293b}.single-article .content h2,.page-article .content h2{font-size:22px;margin:28px 0 12px}.single-article .content p,.page-article .content p{margin:0 0 16px}.single-article .content a,.page-article .content a{color:var(--brand-blue);text-decoration:underline}.no-results{text-align:center;padding:60px 0;color:var(--muted)}.error-404{text-align:center;padding:80px 0}.error-404 h1{font-size:84px;margin:0;color:var(--brand-blue);font-weight:700}.error-404 h2{margin:8px 0 4px;font-size:22px}.error-404 p{color:var(--muted)}.error-404 a{display:inline-block;margin-top:16px;background:var(--brand-blue);color:#fff;padding:10px 20px;border-radius:8px;font-weight:500}