:root{--ink:#10233b;--text:#3f5168;--brand:#1565d8;--brand2:#0d4ca9;--accent:#16a085;--soft:#f4f7fb;--border:#dfe7f1;--white:#fff;--shadow:0 18px 50px rgba(19,44,78,.12);--radius:20px}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:10px;background:#fff;padding:8px;z-index:999}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(10px)}.header-inner{min-height:76px;display:flex;align-items:center;gap:26px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:800;color:var(--ink)}.brand:hover{text-decoration:none}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--brand),var(--accent));color:#fff}.primary-nav{margin-left:auto}.primary-nav ul{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}.primary-nav a{color:var(--ink);font-weight:650}.header-actions{display:flex;align-items:center;gap:10px}.text-link{font-weight:700;color:var(--ink)}.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;background:var(--brand);border:1px solid var(--brand);color:#fff;padding:11px 18px;border-radius:12px;font-weight:750;box-shadow:0 7px 20px rgba(21,101,216,.18)}.btn:hover{background:var(--brand2);color:#fff;text-decoration:none}.btn-secondary{background:#fff;color:var(--ink);border-color:var(--border);box-shadow:none}.btn-outline{background:#fff;color:var(--brand);box-shadow:none}.btn-lg{padding:14px 22px;font-size:1.04rem}.menu-toggle{display:none}.hero{padding:84px 0 72px;background:radial-gradient(circle at 80% 20%,#e6f5ff 0,transparent 33%),linear-gradient(180deg,#f8fbff,#fff)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}.eyebrow{display:inline-block;font-size:.78rem;letter-spacing:.12em;font-weight:800;color:var(--brand);margin-bottom:14px}.hero h1{font-size:clamp(2.5rem,5vw,4.6rem);line-height:1.02;letter-spacing:-.045em;color:var(--ink);margin:0 0 22px;max-width:780px}.lead{font-size:1.18rem;line-height:1.7;color:#52667f}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 20px}.trust-line{font-size:.92rem;color:#667a91}.dashboard-card{background:#fff;border:1px solid var(--border);border-radius:26px;padding:26px;box-shadow:var(--shadow);transform:rotate(1deg)}.dashboard-top{display:flex;justify-content:space-between;color:var(--ink);margin-bottom:20px}.dashboard-top span{font-size:.82rem;color:#7a899c}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.metric-grid>div{padding:16px;border:1px solid var(--border);border-radius:14px;background:#fbfdff}.metric-grid small{display:block;color:#7c8da2;margin-bottom:5px}.metric-grid strong{color:var(--ink);font-size:1.15rem}.chart-bars{height:150px;display:flex;align-items:flex-end;gap:10px;padding:20px 6px 0}.chart-bars i{flex:1;background:linear-gradient(180deg,var(--brand),#7db4ff);border-radius:8px 8px 3px 3px}.chart-bars i:nth-child(1){height:42%}.chart-bars i:nth-child(2){height:62%}.chart-bars i:nth-child(3){height:51%}.chart-bars i:nth-child(4){height:79%}.chart-bars i:nth-child(5){height:67%}.chart-bars i:nth-child(6){height:92%}.chart-bars i:nth-child(7){height:82%}.dashboard-list{display:grid;gap:9px;font-size:.86rem;color:#5c6e83}.section{padding:78px 0}.section-soft{background:var(--soft)}.section-dark{background:var(--ink);color:#dbe6f2}.section-dark h2{color:#fff}.eyebrow-light{color:#76b7ff}.section-head{max-width:760px;margin-bottom:34px}.section-head h2,.split h2,.cta-grid h2{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.03em;color:var(--ink);margin:0 0 12px}.section-head p{font-size:1.05rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards-3{grid-template-columns:repeat(3,1fr)}.card,.post-card{border:1px solid var(--border);border-radius:var(--radius);padding:25px;background:#fff;transition:.2s transform,.2s box-shadow}.card:hover,.post-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(28,56,93,.08)}.card h2,.card h3,.post-card h2,.post-card h3{color:var(--ink);margin:12px 0}.card h3{font-size:1.2rem}.card h2{font-size:1.35rem}.card a,.post-card a{color:inherit}.card-icon{width:36px;height:36px;border-radius:10px;background:#eaf3ff;color:var(--brand);display:grid;place-items:center;font-weight:900}.card-link{font-weight:750;color:var(--brand)!important}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px}.flow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.flow span{background:#fff;border:1px solid var(--border);border-radius:12px;padding:13px 15px;font-weight:700;color:var(--ink)}.flow b{color:var(--brand)}.cta-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:40px;align-items:center}.cta-grid h2{color:#fff}.cta-actions{display:flex;gap:10px;flex-direction:column}.btn-light{background:#fff;color:var(--ink);border-color:#fff}.btn-outline-light{background:transparent;border-color:#7690ad;color:#fff}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.post-meta{font-size:.84rem;color:#8190a2}.page-head{max-width:820px;margin-bottom:38px}.page-head h1{font-size:clamp(2.2rem,5vw,4rem);letter-spacing:-.04em;color:var(--ink);margin:0 0 14px}.prose{max-width:820px}.prose h2{font-size:2rem;color:var(--ink);margin-top:2.1em}.prose h3{font-size:1.4rem;color:var(--ink);margin-top:1.7em}.prose p,.prose li{font-size:1.04rem;line-height:1.8}.prose img{max-width:100%;height:auto;border-radius:16px}.article-layout{display:grid;grid-template-columns:minmax(0,820px) 290px;gap:52px;align-items:start}.article-cta{position:sticky;top:100px;border:1px solid var(--border);border-radius:18px;padding:22px;background:var(--soft)}.article-cta h2{font-size:1.35rem;color:var(--ink)}.site-footer{padding:62px 0 20px;background:#081727;color:#c7d4e2}.site-footer a{color:#fff}.site-footer h2{color:#fff;font-size:1rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:36px}.brand-footer{color:#fff}.footer-bottom{border-top:1px solid #28405a;margin-top:38px;padding-top:20px;font-size:.86rem;color:#93a6ba}.whatsapp-fab{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;background:#18b76a;color:#fff;display:grid;place-items:center;font-weight:850;box-shadow:0 10px 30px rgba(0,0,0,.2);z-index:30}.whatsapp-fab:hover{text-decoration:none;color:#fff}.pagination{margin-top:30px}.nav-links{display:flex;gap:8px;flex-wrap:wrap}.page-numbers{padding:8px 12px;border:1px solid var(--border);border-radius:8px}.page-numbers.current{background:var(--brand);color:#fff}.wp-block-button__link{border-radius:12px}
@media(max-width:980px){.header-actions .text-link,.header-actions .btn-secondary{display:none}.menu-toggle{display:inline-flex;margin-left:auto}.primary-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);padding:20px}.primary-nav.is-open{display:block}.primary-nav ul{flex-direction:column;align-items:flex-start}.hero-grid,.split,.cta-grid,.article-layout{grid-template-columns:1fr}.dashboard-card{transform:none}.cards,.posts-grid{grid-template-columns:1fr 1fr}.article-cta{position:static}}
@media(max-width:650px){.container{width:min(100% - 28px,1180px)}.header-inner{min-height:68px}.header-actions .btn{display:none}.primary-nav{top:68px}.hero{padding:56px 0}.hero h1{font-size:2.75rem}.section{padding:58px 0}.cards,.posts-grid,.cards-3{grid-template-columns:1fr}.metric-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.flow b{display:none}.flow{display:grid;grid-template-columns:1fr 1fr}.cta-actions{align-items:stretch}}
