:root {
--header-height: 72px;
--primary: #0A84FF;
--primary-dark: #0066CC;
--primary-light: #4DA6FF;
--accent-purple: #7C3AED;
--surface: #0A0A0B;
--surface-elevated: #0F0F11;
--surface-card: #18181B;
--border-subtle: rgba(255,255,255,0.06);
--text-primary: #F5F5F7;
--text-secondary: #B8B8C4;
--text-tertiary: #A8A8B4;
--whatsapp: #25D366;
}
* { -webkit-tap-highlight-color: transparent; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body { background: var(--surface); color: var(--text-primary); font-family: 'Inter', sans-serif; overflow-x: hidden; padding-top: var(--header-height); }
::selection { background: rgba(10,132,255,0.3); color: #fff; }
h1, h2, h3, h4, h5, h6 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -0.02em; }
img { height: auto; max-width: 100%; }
.glass { background: rgba(15,15,17,0.6); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border: 1px solid var(--border-subtle); }
.glass-strong { background: rgba(15,15,17,0.85); backdrop-filter: blur(32px); -webkit-backdrop-filter: blur(32px); border-bottom: 1px solid var(--border-subtle); }
.card-premium { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: 16px; transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94); }
.card-premium:hover { border-color: rgba(10,132,255,0.2); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(10,132,255,0.06); }
.gradient-text { background: linear-gradient(135deg, #F5F5F7 0%, var(--primary-light) 50%, var(--accent-purple) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.btn-primary-custom { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff; border: none; border-radius: 12px; padding: 14px 32px; font-weight: 600; font-size: 15px; transition: all 0.3s ease; }
.btn-primary-custom:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(10,132,255,0.25); }
.btn-primary-custom:active { transform: scale(0.97); }
.btn-outline-custom { border: 1px solid rgba(255,255,255,0.1); color: var(--text-primary); background: transparent; border-radius: 12px; padding: 14px 32px; font-weight: 600; font-size: 15px; transition: all 0.3s ease; }
.btn-outline-custom:hover { border-color: rgba(10,132,255,0.3); background: rgba(10,132,255,0.05); color: var(--text-primary); transform: translateY(-2px); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; border: none; border-radius: 12px; padding: 14px 32px; font-weight: 600; font-size: 15px; transition: all 0.3s ease; }
.btn-whatsapp:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(37,211,102,0.25); }
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: var(--whatsapp); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 24px rgba(37,211,102,0.3); transition: all 0.3s ease; text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 8px 40px rgba(37,211,102,0.4); color: #fff; }
.glow { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; z-index: -1; }
.glow-blue { background: radial-gradient(circle, rgba(10,132,255,0.12) 0%, transparent 70%); }
.glow-purple { background: radial-gradient(circle, rgba(124,58,237,0.08) 0%, transparent 70%); }
.section-tag { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(10,132,255,0.06); color: var(--primary-light); border: 1px solid rgba(10,132,255,0.1); margin-bottom: 20px; }
.animate-up { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.25,0.46,0.45,0.94); }
.animate-up.visible { opacity: 1; transform: translateY(0); }
.animate-scale { opacity: 0; transform: scale(0.95); transition: all 0.8s cubic-bezier(0.25,0.46,0.45,0.94); }
.animate-scale.visible { opacity: 1; transform: scale(1); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.mockup-frame { background: #1a1a1e; border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.mockup-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: rgba(255,255,255,0.02); border-bottom: 1px solid var(--border-subtle); }
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup-dot:nth-child(1) { background: #FF5F57; }
.mockup-dot:nth-child(2) { background: #FFBD2E; }
.mockup-dot:nth-child(3) { background: #28C840; }
.tag-sm { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; background: rgba(10,132,255,0.06); color: var(--primary-light); border: 1px solid rgba(10,132,255,0.1); }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; color: var(--primary-light); font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; }
.link-arrow:hover { color: var(--primary); gap: 10px; }
.star-filled { color: var(--primary); }
.star-filled svg { display: block; }
.nav-link-custom { color: var(--text-secondary) !important; font-size: 14px; font-weight: 500; padding: 0 !important; transition: color 0.3s ease; position: relative; }
.nav-link-custom:hover { color: var(--text-primary) !important; }
.nav-link-custom.active { color: var(--primary-light) !important; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; border-radius: 4px; }
.skip-link { position: absolute; top: -100%; left: 50%; transform: translateX(-50%); z-index: 99999; padding: 12px 24px; background: var(--primary); color: #fff; border-radius: 0 0 12px 12px; font-size: 14px; font-weight: 600; transition: top 0.2s; text-decoration: none; }
.skip-link:focus { top: 0; }
.hero-section { padding: 60px 0 80px; }
main { padding-top: 0; }
#mobileMenu { overflow: hidden; max-height: 0; opacity: 0; transition: max-height 0.4s cubic-bezier(0.25,0.46,0.45,0.94), opacity 0.3s ease; }
#mobileMenu.show { max-height: 600px; opacity: 1; } .post-meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--text-tertiary); }
.post-excerpt { color: var(--text-secondary); line-height: 1.7; font-size: 15px; }
.post-content { color: var(--text-secondary); line-height: 1.8; font-size: 16px; }
.post-content p { margin-bottom: 1.5rem; }
.post-content h2 { color: var(--text-primary); font-size: 22px; margin-top: 2.5rem; margin-bottom: 1rem; }
.post-content h3 { color: var(--text-primary); font-size: 18px; margin-top: 2rem; margin-bottom: 0.75rem; }
.post-content ul, .post-content ol { margin-bottom: 1.5rem; padding-left: 1.5rem; }
.post-content li { margin-bottom: 0.5rem; }
.post-content strong { color: var(--text-primary); } .form-control-custom { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: 12px; color: var(--text-primary); padding: 14px 16px; font-size: 15px; font-family: 'Inter', sans-serif; transition: all 0.3s ease; width: 100%; }
.form-control-custom:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(10,132,255,0.15); }
.form-control-custom::placeholder { color: var(--text-tertiary); }
textarea.form-control-custom { resize: vertical; min-height: 120px; }
label.form-label { font-size: 14px; font-weight: 500; color: var(--text-secondary); margin-bottom: 8px; }
.msg-success { background: rgba(37,211,102,0.1); border: 1px solid rgba(37,211,102,0.2); border-radius: 12px; padding: 16px 20px; color: #34D399; font-size: 15px; }
.msg-error { background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.2); border-radius: 12px; padding: 16px 20px; color: #F87171; font-size: 15px; }
.grecaptcha-badge { visibility: hidden; } .error-page { min-height: 100dvh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 24px; }
.error-glow { position: fixed; border-radius: 50%; filter: blur(100px); pointer-events: none; z-index: 0; }
.error-card { max-width: 420px; width: 100%; position: relative; z-index: 1; }
.error-logo { margin-bottom: 32px; }
.error-logo img { height: 80px; width: auto; max-width: 100%; }
.error-code { font-size: clamp(80px, 25vw, 160px); font-weight: 800; line-height: 1; margin-bottom: 8px; letter-spacing: -0.04em; }
.error-code-primary { background: linear-gradient(135deg, #F5F5F7 0%, #4DA6FF 50%, #7C3AED 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.error-code-red { background: linear-gradient(135deg, #F5F5F7 0%, #ef4444 50%, #dc2626 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.error-title { font-family: 'Space Grotesk', -apple-system, sans-serif; font-size: clamp(18px, 4vw, 24px); font-weight: 600; margin-bottom: 10px; letter-spacing: -0.02em; }
.error-desc { color: #B8B8C4; font-size: 15px; line-height: 1.65; margin-bottom: 28px; }
.error-actions { display: flex; flex-direction: column; gap: 10px; align-items: center; width: 100%; }
.error-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 12px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; min-width: 200px; justify-content: center; }
.error-btn-primary { background: linear-gradient(135deg, #0A84FF 0%, #0066CC 100%); color: #fff; }
.error-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(10,132,255,0.25); color: #fff; }
.error-btn-outline { border: 1px solid rgba(255,255,255,0.1); color: #F5F5F7; }
.error-btn-outline:hover { border-color: rgba(10,132,255,0.3); background: rgba(10,132,255,0.05); transform: translateY(-2px); color: #F5F5F7; }
.error-icon { display: inline-block; vertical-align: middle; flex-shrink: 0; }
.error-hr { border: none; border-top: 1px solid rgba(255,255,255,0.06); margin: 28px 0; }
.error-footer-text { color: #A8A8B4; font-size: 12px; } .maintenance-glow { position: fixed; border-radius: 50%; filter: blur(100px); pointer-events: none; z-index: 0; }
.maintenance-icon-wrap { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 28px; background: rgba(10,132,255,0.08); border: 1px solid rgba(10,132,255,0.1); }
.maintenance-spinner { width: 36px; height: 36px; border: 3px solid rgba(10,132,255,0.12); border-top-color: #4DA6FF; border-radius: 50%; animation: maintenance-spin 1s linear infinite; }
@keyframes maintenance-spin { to { transform: rotate(360deg); } }
.maintenance-small { color: #A8A8B4; font-size: 13px; }
.maintenance-small a { color: #4DA6FF; text-decoration: none; }
.maintenance-small a:hover { text-decoration: underline; } .legal-page { background: #0A0A0B; color: #F5F5F7; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; overflow-x: hidden; }
.legal-page ::selection { background: rgba(10,132,255,0.3); color: #fff; }
.legal-page h1, .legal-page h2, .legal-page h3 { font-family: 'Space Grotesk', -apple-system, sans-serif; letter-spacing: -0.02em; font-weight: 600; }
.legal-page h2 { font-size: clamp(18px, 3vw, 22px); margin-bottom: 12px; margin-top: 32px; }
.legal-page h3 { font-size: clamp(16px, 2.5vw, 18px); margin-bottom: 8px; margin-top: 24px; }
.legal-page p, .legal-page li { color: #B8B8C4; font-size: 15px; line-height: 1.7; margin-bottom: 16px; }
.legal-page a { color: #4DA6FF; text-decoration: none; }
.legal-page a:hover { text-decoration: underline; }
.legal-container { max-width: 720px; margin: 0 auto; padding: 40px 0; }
.legal-header { margin-bottom: 32px; }
.legal-header small { color: #A8A8B4; font-size: 13px; }
.legal-separator { border: none; border-top: 1px solid rgba(255,255,255,0.06); margin: 32px 0; }
.legal-footer-text { color: #A8A8B4; font-size: 13px; margin-top: 40px; text-align: center; }
.legal-page ul { padding-left: 20px; }
.legal-page li { margin-bottom: 8px; }
@media (max-width: 575.98px) {
main { padding-bottom: 72px; }
.hero-logo { height:64px !important; }
.hero-title { font-size:clamp(1.5rem, 7vw, 1.8rem) !important; }
.hero-desc { font-size:15px !important; }
.btn-responsive { width:100% !important; padding:16px 24px !important; font-size:15px !important; border-radius:14px !important; }
.section-padding { padding:60px 0 !important; }
.stats-number { font-size:32px !important; }
.mockup-frame { border-radius:10px !important; }
.mockup-bar { padding:10px 14px !important; }
.card-premium { border-radius:14px !important; }
.display-5 { font-size:clamp(1.6rem, 6vw, 2.2rem) !important; }
.whatsapp-float { width:48px;height:48px;bottom:16px;right:16px; }
.whatsapp-float svg { width:24px;height:24px; }
.hero-section { padding:16px 0 24px; }
.footer-tagline { display:none !important; }
.footer-bottom { flex-direction:column !important; text-align:center !important; gap:12px !important; }
.container { padding-left:16px; padding-right:16px; }
.glow { display:none; }
.hero-section .glow { display:block; width:300px !important; height:300px !important; }
.hero-section .glow-blue { top:-100px !important; right:-100px !important; }
.hero-section .glow-purple { bottom:-100px !important; left:-100px !important; }
.card-premium .p-4 { padding:16px !important; }
.display-4 { font-size:clamp(1.8rem, 7vw, 2.2rem) !important; }
.d-flex.flex-column.flex-sm-row.gap-3 .btn-responsive { width:100%; }
.col-6.col-lg-3 { padding:8px; }
.col-6.col-lg-3 .card-premium { padding:16px 12px !important; }
.stats-number { font-size:28px !important; }
.d-flex.align-items-center.justify-content-center.gap-3.mt-4 { flex-wrap:wrap; font-size:13px !important; }
.d-flex.align-items-center.justify-content-center.gap-3.mt-4 .d-flex > div { width:36px !important; height:36px !important; }
.mockup-frame.mx-auto[style*="max-width:260px"] { max-width:200px !important; }
.page-header { padding:100px 0 50px !important; }
form.card-premium { padding:20px !important; }
.d-flex.flex-column.flex-sm-row.align-items-center.justify-content-center.gap-3 .btn { width:100%; }
.error-card { padding:0; }
.error-logo img { height:60px; }
.error-btn { width:100%; padding:14px 24px; min-width:0; }
.legal-page { padding:16px; }
.legal-container { padding:16px 0; }
.legal-page h1 { font-size: clamp(22px, 6vw, 28px); }
.legal-header { margin-bottom:24px; }
.legal-page h2 { margin-top:24px; }
.maintenance-glow { display:none; }
.maintenance-logo img { height:60px; }
.maintenance-icon-wrap { width:60px; height:60px; margin-bottom:20px; }
.maintenance-spinner { width:30px; height:30px; }
}
@media (min-width: 576px) and (max-width: 767.98px) {
main { padding-bottom: 80px; }
.section-padding { padding:70px 0 !important; }
.hero-logo { height:72px !important; }
.hero-section { padding:24px 0 32px; }
.footer-tagline { display:none !important; }
.container { padding-left:20px; padding-right:20px; }
.glow { display:none; }
.page-header { padding:100px 0 50px !important; }
.error-btn { padding:14px 24px; }
.legal-page { padding:24px; }
.legal-container { padding:24px 0; }
.maintenance-glow { display:none; }
}
@media (min-width: 768px) and (max-width: 1024px) {
main { padding-bottom: 80px; }
.section-padding { padding:80px 0 !important; }
.hero-section { padding:40px 0 48px; }
.footer-tagline { display:none !important; }
.container { padding-left:24px; padding-right:24px; }
.display-4 { font-size:clamp(2rem, 4vw, 3rem) !important; }
.hero-title { font-size:clamp(2rem, 5vw, 2.8rem) !important; }
.display-5 { font-size:clamp(1.8rem, 4vw, 2.5rem) !important; }
.whatsapp-float { width:52px;height:52px; }
.col-6.col-lg-3 .card-premium { padding:20px 16px !important; }
.stats-number { font-size:34px !important; }
.page-header { padding:110px 0 60px !important; }
}
@media (min-width: 1025px) and (max-width: 1280px) {
.container { padding-left:24px; padding-right:24px; }
.hero-title { font-size:clamp(2.2rem, 3.5vw, 3rem) !important; }
} .pagination-wrap .pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.pagination-wrap .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border-radius: 10px; background: var(--surface-card); border: 1px solid var(--border-subtle); color: var(--text-secondary); font-size: 14px; font-weight: 500; text-decoration: none; transition: all 0.3s ease; }
.pagination-wrap .page-numbers:hover { border-color: rgba(10,132,255,0.2); color: var(--text-primary); transform: translateY(-1px); }
.pagination-wrap .page-numbers.current { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); border-color: transparent; color: #fff; }
.pagination-wrap .page-numbers.prev,
.pagination-wrap .page-numbers.next { padding: 0 16px; }
.pagination-wrap .page-numbers.dots { background: transparent; border-color: transparent; color: var(--text-tertiary); } .blog-card-image { display: block; overflow: hidden; }
.blog-card-image img { transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94); width:100%; height:200px; object-fit:cover; display:block; }
.card-premium:hover .blog-card-image img { transform: scale(1.05); } .post-content img { border-radius: 12px; height: auto; max-width: 100%; }
.post-content iframe { border-radius: 12px; max-width: 100%; }
.post-content blockquote { border-left: 3px solid var(--primary); padding-left: 20px; margin: 1.5rem 0; color: var(--text-primary); font-style: italic; }
.post-content a { color: var(--primary-light); text-decoration: underline; text-underline-offset: 2px; }
.post-content a:hover { color: var(--primary); }
.post-content ul, .post-content ol { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.post-content li { margin-bottom: 0.5rem; }
.post-content h2 { color: var(--text-primary); font-size: 22px; margin-top: 2.5rem; margin-bottom: 1rem; }
.post-content h3 { color: var(--text-primary); font-size: 18px; margin-top: 2rem; margin-bottom: 0.75rem; }
.post-content h4 { color: var(--text-primary); font-size: 16px; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.post-content strong { color: var(--text-primary); }
.post-content p { margin-bottom: 1.5rem; }
.post-content .wp-block-image { margin-bottom: 1.5rem; }
.post-content .wp-block-image figcaption { color: var(--text-tertiary); font-size: 13px; text-align: center; margin-top: 8px; }
.post-content .wp-block-gallery { margin-bottom: 1.5rem; }
.post-content .wp-block-embed { margin-bottom: 1.5rem; }
.post-content .wp-block-button__link { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 12px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; background: linear-gradient(135deg, #0A84FF 0%, #0066CC 100%); color: #fff; }
.post-content .wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(10,132,255,0.25); color: #fff; }
.post-content .wp-block-table { margin-bottom: 1.5rem; }
.post-content .wp-block-table table { width: 100%; border-collapse: collapse; }
.post-content .wp-block-table td,
.post-content .wp-block-table th { padding: 12px 16px; border: 1px solid var(--border-subtle); text-align: left; }
.post-content .wp-block-table th { background: var(--surface-card); color: var(--text-primary); font-weight: 600; }
.post-content .wp-block-table td { color: var(--text-secondary); }
.post-content .wp-block-separator { border: none; border-top: 1px solid var(--border-subtle); margin: 2rem 0; }
.post-content .wp-block-code { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: 12px; padding: 16px; font-size: 14px; overflow-x: auto; }
.post-content .wp-block-code code { font-family: 'Courier New', Courier, monospace; color: var(--text-secondary); }
.post-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.post-content .alignleft { float: left; margin-right: 20px; margin-bottom: 16px; }
.post-content .alignright { float: right; margin-left: 20px; margin-bottom: 16px; }
.post-content .wp-block-columns { display: flex; gap: 24px; margin-bottom: 1.5rem; flex-wrap: wrap; }
.post-content .wp-block-column { flex: 1; min-width: 250px; } .is-invalid { border-color: #ef4444 !important; }
.is-invalid:focus { box-shadow: 0 0 0 3px rgba(239,68,68,0.15) !important; }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } }