/*
Theme Name: AIMEK Sistemas
Theme URI: https://www.aimeksistemas.com/
Author: AIMEK Sistemas
Author URI: https://www.aimeksistemas.com/
Description: Conversão WordPress do template Blogger da AIMEK Sistemas, com landing page comercial e blog editorial.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: aimek-sistemas
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, business, custom-logo, featured-images, full-width-template, translation-ready
*/

:root {
  --green: #5bb83a;
  --green-dark: #3d8a22;
  --green-glow: rgba(91, 184, 58, .18);
  --navy: #1b2d50;
  --navy-deep: #111e38;
  --navy-mid: #243464;
  --navy-light: #2e4070;
  --white: #fff;
  --off-white: #f3f7f0;
  --gray: #8a96a8;
  --gray-light: #e8eef4;
  --text: #1b2d50;
  --shadow: 0 12px 40px rgba(27, 45, 80, .1);
  --radius: 16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
}
body.admin-bar .site-header { top: 32px; }
body, button, input, select, textarea { font-size: 16px; }
img { max-width: 100%; height: auto; }
a { color: var(--green-dark); }
a:hover { color: var(--green); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px;
  margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: #fff; clip: auto !important; clip-path: none; color: var(--navy); display: block; font-size: 1rem;
  height: auto; left: 5px; line-height: normal; padding: 15px 23px; text-decoration: none; top: 5px; width: auto; z-index: 100000;
}

/* Shared layout */
.site-header {
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(27, 45, 80, .08);
  left: 0;
  min-height: 70px;
  padding: 0 6%;
  position: fixed;
  right: 0;
  top: 0;
  transition: box-shadow .25s ease;
  z-index: 1000;
}
.site-header.is-scrolled { box-shadow: 0 6px 20px rgba(17, 30, 56, .08); }
.site-header .nav-wrap { align-items: center; display: flex; height: 70px; justify-content: space-between; margin: 0 auto; max-width: 1280px; }
.nav-logo { align-items: center; display: flex; gap: 10px; text-decoration: none; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 50px; width: auto; }
.nav-logo-text { color: var(--navy); font-family: 'Sora', sans-serif; font-size: 1.25rem; font-weight: 800; letter-spacing: .04em; }
.nav-logo-text span { color: var(--green); }
.nav-links { align-items: center; display: flex; gap: 28px; list-style: none; margin: 0 20px 0 auto; padding: 0; }
.nav-links a { color: #172747; font-size: .875rem; font-weight: 500; text-decoration: none; transition: color .2s; }
.nav-links a:hover, .nav-links .current-menu-item > a { color: var(--green); }
.nav-actions { align-items: center; display: flex; gap: 12px; }
.nav-cta, .nav-cta2 { border-radius: 7px; font-family: 'Sora', sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .04em; padding: 10px 17px; text-decoration: none; transition: .2s ease; }
.nav-cta { background: var(--green); box-shadow: 0 4px 16px rgba(91, 184, 58, .22); color: #fff; }
.nav-cta:hover { background: var(--green-dark); color: #fff; transform: translateY(-1px); }
.nav-cta2 { border: 1.5px solid var(--navy); color: var(--navy); }
.nav-cta2:hover { background: var(--navy); color: #fff; }
.hamburger { background: transparent; border: 0; display: none; flex-direction: column; gap: 5px; padding: 6px; }
.hamburger span { background: var(--navy); border-radius: 2px; display: block; height: 2px; width: 24px; }
.mobile-menu { align-items: center; background: var(--navy-deep); display: none; flex-direction: column; gap: 26px; inset: 0; justify-content: center; position: fixed; z-index: 1100; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: #fff; font-family: 'Sora', sans-serif; font-size: 1.15rem; font-weight: 600; text-decoration: none; }
.mobile-menu a:hover { color: var(--green); }
.mobile-close { background: transparent; border: 0; color: #fff; font-size: 1.7rem; position: absolute; right: 24px; top: 18px; }

/* Homepage */
.home .site-main { padding-top: 70px; }
.hero { align-items: center; background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 55%, #1e3a6e 100%); display: flex; min-height: calc(100vh - 70px); overflow: hidden; padding: 120px 6% 80px; position: relative; }
.hero::before { background: radial-gradient(ellipse 70% 60% at 70% 50%, rgba(91,184,58,.12) 0%, transparent 70%), radial-gradient(ellipse 40% 40% at 10% 80%, rgba(91,184,58,.08) 0%, transparent 60%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.hero-grid { background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 60px 60px; inset: 0; pointer-events: none; position: absolute; }
.hero-inner { align-items: center; display: flex; gap: 60px; justify-content: space-between; margin: 0 auto; max-width: 1280px; position: relative; width: 100%; }
.hero-content { flex: 1; max-width: 620px; }
.hero-badge, .section-tag { border-radius: 40px; display: inline-flex; font-size: .72rem; font-weight: 700; letter-spacing: .1em; padding: 6px 14px; text-transform: uppercase; }
.hero-badge { align-items: center; background: rgba(91,184,58,.15); border: 1px solid rgba(91,184,58,.35); color: #80e05a; gap: 8px; margin-bottom: 24px; }
.badge-dot { background: var(--green); border-radius: 50%; box-shadow: 0 0 6px var(--green); height: 7px; width: 7px; }
.hero h1 { color: #fff; font-family: 'Sora', sans-serif; font-size: clamp(2.1rem, 4.5vw, 3.5rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.13; margin: 0 0 22px; }
.hero h1 .highlight { color: var(--green); }
.hero p { color: rgba(255,255,255,.72); font-size: clamp(.95rem, 1.4vw, 1.1rem); line-height: 1.7; margin: 0 0 36px; max-width: 520px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; }
.btn-primary, .btn-ghost { border-radius: 8px; display: inline-block; font-family: 'Sora', sans-serif; font-size: .9rem; font-weight: 700; letter-spacing: .03em; padding: 15px 32px; text-decoration: none; transition: all .2s; }
.btn-primary { background: var(--green); box-shadow: 0 4px 20px rgba(91,184,58,.35); color: #fff; }
.btn-primary:hover { background: var(--green-dark); color: #fff; transform: translateY(-2px); }
.btn-ghost { border: 1.5px solid rgba(255,255,255,.3); color: #fff; }
.btn-ghost:hover { border-color: var(--green); color: var(--green); }
.hero-trust { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin-top: 44px; }
.trust-item { align-items: center; color: rgba(255,255,255,.6); display: flex; font-size: .82rem; gap: 8px; }
.trust-item svg { color: var(--green); }
.hero-visual { flex: 0 0 480px; position: relative; }
.hero-card { backdrop-filter: blur(10px); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.3); padding: 28px; }
.card-header { align-items: center; display: flex; gap: 10px; margin-bottom: 20px; }
.card-dot { border-radius: 50%; height: 10px; width: 10px; }
.card-title { color: rgba(255,255,255,.5); font-family: 'Sora', sans-serif; font-size: .8rem; font-weight: 600; letter-spacing: .1em; margin-left: 6px; text-transform: uppercase; }
.nf-grid { display: grid; gap: 10px; grid-template-columns: repeat(4, 1fr); }
.nf-badge { background: rgba(91,184,58,.12); border: 1px solid rgba(91,184,58,.3); border-radius: 8px; padding: 12px 8px; text-align: center; transition: .3s ease; }
.nf-badge:hover { background: rgba(91,184,58,.25); transform: translateY(-3px); }
.nf-icon { font-size: 1.2rem; margin-bottom: 4px; }
.nf-label { color: var(--green); font-family: 'Sora', sans-serif; font-size: .7rem; font-weight: 700; }
.nf-name { color: rgba(255,255,255,.5); font-size: .65rem; line-height: 1.3; margin-top: 2px; }
.card-divider, .plan-divider { background: rgba(255,255,255,.08); height: 1px; margin: 18px 0; }
.card-price-row { align-items: center; display: flex; justify-content: space-between; }
.card-price-label, .card-price-sub { color: rgba(255,255,255,.55); font-size: .8rem; }
.card-price-value { color: var(--green); font-family: 'Sora', sans-serif; font-size: 1.4rem; font-weight: 800; }
.card-price-sub { color: rgba(255,255,255,.4); font-size: .7rem; }
.card-stat-row { display: flex; gap: 12px; margin-top: 16px; }
.stat-pill { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; flex: 1; padding: 10px; text-align: center; }
.stat-pill strong { color: #fff; display: block; font-family: 'Sora', sans-serif; font-size: 1rem; }
.stat-pill span { color: var(--gray); font-size: .68rem; }
.float-badge { align-items: center; animation: float 3s ease-in-out infinite; background: #fff; border-radius: 10px; box-shadow: 0 8px 30px rgba(0,0,0,.2); display: flex; gap: 8px; padding: 10px 14px; position: absolute; }
.float-badge-1 { bottom: -20px; left: -30px; }
.float-badge-2 { right: -20px; top: -18px; animation-delay: 1.5s; }
.float-icon { font-size: 1.2rem; }
.float-text strong { color: var(--navy); display: block; font-family: 'Sora', sans-serif; font-size: .75rem; }
.float-text span { color: var(--gray); font-size: .65rem; }

.stats { background: var(--off-white); border-bottom: 1px solid var(--gray-light); padding: 40px 6%; }
.stats-inner { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: 1280px; }
.stat-item { text-align: center; }
.stat-number { color: var(--navy); font-family: 'Sora', sans-serif; font-size: 2rem; font-weight: 800; }
.stat-number span { color: var(--green); }
.stat-label { color: var(--gray); font-size: .85rem; margin-top: 4px; }
section { padding: 96px 6%; }
.section-inner { margin: 0 auto; max-width: 1280px; }
.section-tag { background: var(--green-glow); color: var(--green); margin-bottom: 14px; }
.section-title { color: var(--navy); font-family: 'Sora', sans-serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; line-height: 1.2; margin: 0; }
.section-sub { color: var(--gray); font-size: 1rem; line-height: 1.7; margin: 10px 0 0; max-width: 560px; }
.text-center { text-align: center; }
.text-center .section-sub { margin-left: auto; margin-right: auto; }
.features { background: #fff; }
.features-grid, .testimonials-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); margin-top: 56px; }
.feature-card { background: var(--off-white); border: 1px solid var(--gray-light); border-radius: 16px; overflow: hidden; padding: 32px; position: relative; transition: .3s ease; }
.feature-card::after { background: var(--green); bottom: 0; content: ''; height: 3px; left: 0; position: absolute; right: 0; transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.feature-card:hover { border-color: rgba(91,184,58,.3); box-shadow: var(--shadow); transform: translateY(-4px); }
.feature-card:hover::after { transform: scaleX(1); }
.feature-icon { align-items: center; background: var(--green-glow); border-radius: 12px; display: flex; font-size: 1.4rem; height: 50px; justify-content: center; margin-bottom: 18px; width: 50px; }
.feature-card h3, .dev-feat h4 { color: var(--navy); font-family: 'Sora', sans-serif; font-weight: 700; }
.feature-card h3 { font-size: 1rem; margin: 0 0 8px; }
.feature-card p, .dev-feat p { color: var(--gray); font-size: .88rem; line-height: 1.65; margin: 0; }
.documents { background: linear-gradient(170deg, var(--navy-deep) 0%, var(--navy) 100%); overflow: hidden; position: relative; }
.documents::before { background: radial-gradient(ellipse 60% 70% at 90% 50%, rgba(91,184,58,.1) 0%, transparent 65%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.documents .section-inner { position: relative; }
.documents .section-title { color: #fff; }
.documents .section-sub { color: rgba(255,255,255,.6); }
.docs-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); margin-top: 52px; }
.doc-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 28px 20px; text-align: center; transition: .3s ease; }
.doc-card:hover { background: rgba(91,184,58,.12); border-color: rgba(91,184,58,.4); transform: translateY(-4px); }
.doc-icon { font-size: 2rem; margin-bottom: 12px; }
.doc-code { color: var(--green); font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 800; margin-bottom: 4px; }
.doc-name { color: rgba(255,255,255,.5); font-size: .78rem; line-height: 1.4; }
.docs-extras { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.extra-tag { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 40px; color: rgba(255,255,255,.6); font-size: .78rem; padding: 8px 16px; }
.devices { background: #fff; }
.devices-inner { align-items: center; display: flex; gap: 80px; }
.devices-content { flex: 1; }
.devices-visual { flex: 0 0 460px; }
.devices-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.device-card { background: var(--navy); border-radius: 16px; display: flex; flex-direction: column; gap: 12px; padding: 28px 22px; transition: transform .3s; }
.device-card:hover { transform: scale(1.03); }
.device-card.accent { background: var(--green); }
.device-icon { font-size: 2rem; }
.device-name { color: #fff; font-family: 'Sora', sans-serif; font-size: .85rem; font-weight: 700; }
.device-desc { color: rgba(255,255,255,.65); font-size: .76rem; line-height: 1.5; }
.devices-features { display: flex; flex-direction: column; gap: 14px; margin-top: 36px; }
.dev-feat { align-items: flex-start; display: flex; gap: 12px; }
.dev-feat-icon { align-items: center; background: var(--green-glow); border-radius: 50%; display: flex; flex-shrink: 0; font-size: .85rem; height: 28px; justify-content: center; width: 28px; }
.dev-feat h4 { font-size: .9rem; margin: 0 0 2px; }
.pricing, .faq { background: var(--off-white); }
.pricing-intro { margin: 0 auto 56px; max-width: 620px; text-align: center; }
.all-plans-bar { align-items: center; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); border-radius: 16px; display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 40px; padding: 22px 28px; }
.apb-label { color: var(--green); font-family: 'Sora', sans-serif; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.apb-items { display: flex; flex-wrap: wrap; gap: 10px; }
.apb-items span { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 40px; color: rgba(255,255,255,.8); font-size: .78rem; padding: 6px 13px; }
.plans-grid { align-items: start; display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.plan-card { background: #fff; border: 1.5px solid var(--gray-light); border-radius: 18px; padding: 28px 24px; position: relative; transition: .3s ease; }
.plan-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.plan-card--featured { border-color: var(--green); box-shadow: 0 8px 32px rgba(91,184,58,.18); }
.plan-card--dark { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); border-color: rgba(255,255,255,.1); }
.plan-popular-badge { background: var(--green); border-radius: 40px; color: #fff; font-family: 'Sora', sans-serif; font-size: .68rem; font-weight: 700; left: 50%; letter-spacing: .08em; padding: 4px 14px; position: absolute; text-transform: uppercase; top: -13px; transform: translateX(-50%); white-space: nowrap; }
.plan-header { margin-bottom: 16px; }
.plan-name { color: var(--navy); font-family: 'Sora', sans-serif; font-size: 1.1rem; font-weight: 800; }
.plan-card--dark .plan-name { color: #fff; }
.plan-desc { color: var(--gray); font-size: .78rem; line-height: 1.4; margin-top: 4px; }
.plan-card--dark .plan-desc { color: rgba(255,255,255,.5); }
.plan-price-wrap { align-items: baseline; display: flex; gap: 4px; margin-bottom: 4px; }
.plan-price { color: var(--navy); font-family: 'Sora', sans-serif; font-size: 2.6rem; font-weight: 800; line-height: 1; }
.plan-card--dark .plan-price { color: var(--green); font-size: 1.8rem; }
.plan-price sub { font-size: .95rem; font-weight: 500; vertical-align: super; }
.plan-price span { font-size: 1rem; font-weight: 500; }
.plan-period { align-self: flex-end; color: var(--gray); font-size: .8rem; padding-bottom: 4px; }
.plan-economy { color: var(--green); font-size: .75rem; font-weight: 600; margin-bottom: 14px; min-height: 16px; }
.plan-card--dark .plan-economy { color: rgba(255,255,255,.45); }
.plan-modules-label { color: var(--gray); font-size: .78rem; margin: 14px 0 8px; }
.plan-modules-label strong { color: var(--navy); }
.plan-card--dark .plan-modules-label, .plan-card--dark .plan-modules-label strong { color: rgba(255,255,255,.7); }
.plan-modules-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 4px; }
.plan-modules-chips span { background: var(--green-glow); border: 1px solid rgba(91,184,58,.3); border-radius: 40px; color: var(--green-dark); font-size: .68rem; font-weight: 700; padding: 3px 9px; }
.plan-modules-chips--dark span { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.15); color: rgba(255,255,255,.65); }
.plan-card .plan-divider { background: var(--gray-light); }
.plan-card--dark .plan-divider { background: rgba(255,255,255,.1); }
.plan-features { display: flex; flex-direction: column; gap: 9px; list-style: none; margin: 0 0 24px; padding: 0; }
.plan-features li { color: var(--gray); display: flex; font-size: .82rem; gap: 8px; }
.plan-card--dark .plan-features li { color: rgba(255,255,255,.75); }
.pf-check { color: var(--green); flex-shrink: 0; font-weight: 700; }
.plan-btn { border-radius: 9px; display: block; font-family: 'Sora', sans-serif; font-size: .85rem; font-weight: 700; padding: 13px; text-align: center; text-decoration: none; transition: .2s ease; }
.plan-btn-primary, .plan-btn-green { background: var(--green); color: #fff; }
.plan-btn-primary:hover, .plan-btn-green:hover { background: var(--green-dark); color: #fff; transform: translateY(-1px); }
.plan-btn-outline { border: 1.5px solid var(--gray-light); color: var(--navy); }
.plan-btn-outline:hover { border-color: var(--green); color: var(--green); }
.pricing-note { background: #fff; border: 1px dashed var(--gray-light); border-radius: 10px; color: var(--gray); font-size: .85rem; margin-top: 32px; padding: 16px; text-align: center; }
.pricing-note strong { color: var(--navy); }
.testimonials { background: #fff; }
.testimonial-card { background: var(--off-white); border: 1px solid var(--gray-light); border-radius: 16px; padding: 28px; position: relative; }
.testimonial-card::before { color: var(--green); content: '\201C'; font-family: 'Sora', sans-serif; font-size: 4rem; left: 22px; line-height: 1; opacity: .4; position: absolute; top: 12px; }
.testimonial-text { color: var(--text); font-size: .88rem; line-height: 1.7; margin: 0 0 20px; padding-top: 20px; }
.testimonial-stars { color: var(--green); font-size: .85rem; letter-spacing: 2px; margin-bottom: 16px; }
.testimonial-author { align-items: center; display: flex; gap: 12px; }
.author-avatar { align-items: center; background: var(--green); border-radius: 50%; color: #fff; display: flex; font-family: 'Sora', sans-serif; font-size: .85rem; font-weight: 700; height: 40px; justify-content: center; overflow: hidden; width: 40px; }
.author-avatar img { height: 100%; object-fit: cover; width: 100%; }
.author-name { color: var(--navy); font-family: 'Sora', sans-serif; font-size: .85rem; font-weight: 700; }
.author-role { color: var(--gray); font-size: .75rem; }
.faq-grid { margin: 52px auto 0; max-width: 780px; }
.faq-item { background: #fff; border: 1px solid var(--gray-light); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.faq-q { align-items: center; background: transparent; border: 0; color: var(--navy); display: flex; font-family: 'Sora', sans-serif; font-size: .9rem; font-weight: 600; justify-content: space-between; padding: 20px 24px; text-align: left; width: 100%; }
.faq-q:hover { color: var(--green); }
.faq-arrow { align-items: center; background: var(--green-glow); border-radius: 50%; color: var(--green); display: flex; flex-shrink: 0; font-size: .75rem; height: 22px; justify-content: center; transition: transform .3s; width: 22px; }
.faq-item.open .faq-arrow { background: var(--green); color: #fff; transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p { color: var(--gray); font-size: .87rem; line-height: 1.7; margin: 0; padding: 0 24px 20px; }

/* Editorial layouts */
.site-main { min-height: 50vh; }
.blog-layout, .archive-layout, .single-layout { margin: 0 auto; max-width: 1280px; padding: 120px 6% 96px; }
.blog-layout, .archive-layout { align-items: start; display: grid; gap: 32px; grid-template-columns: minmax(0, 1fr) 260px; }
.content-header { margin-bottom: 38px; }
.content-header .section-tag { display: inline-flex; }
.content-header h1, .single-header h1 { color: var(--navy); font-family: 'Sora', sans-serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; margin: 0 0 12px; }
.content-header p { color: var(--gray); font-size: 1rem; line-height: 1.7; margin: 0; }
.posts-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.post-card { background: #fff; border: 1px solid var(--gray-light); border-radius: 14px; display: flex; flex-direction: column; overflow: hidden; transition: .3s ease; }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.post-card-thumb { aspect-ratio: 4 / 3; background: var(--off-white); overflow: hidden; }
.post-card-thumb img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.post-card:hover .post-card-thumb img { transform: scale(1.04); }
.post-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.post-card-meta, .post-meta { color: var(--gray); display: flex; flex-wrap: wrap; font-size: .78rem; gap: 8px 14px; }
.post-card-title { font-family: 'Sora', sans-serif; font-size: 1.15rem; line-height: 1.35; margin: 10px 0; }
.post-card-title a { color: var(--navy); text-decoration: none; }
.post-card-title a:hover { color: var(--green-dark); }
.post-card-excerpt { color: var(--gray); font-size: .9rem; line-height: 1.65; margin: 0 0 20px; }
.read-more { color: var(--green-dark); font-size: .82rem; font-weight: 700; margin-top: auto; text-decoration: none; }
.sidebar { position: sticky; top: 98px; }
.widget { border-bottom: 1px solid var(--gray-light); margin-bottom: 28px; padding-bottom: 24px; }
.widget:last-child { border-bottom: 0; }
.widget-title { color: var(--navy); font-family: 'Sora', sans-serif; font-size: 1rem; margin: 0 0 16px; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { margin-bottom: 10px; }
.widget li a { color: var(--navy); font-size: .88rem; text-decoration: none; }
.widget li a:hover { color: var(--green-dark); }
.widget .tagcloud { display: flex; flex-wrap: wrap; gap: 8px; }
.widget .tag-cloud-link { background: var(--green-glow); border-radius: 30px; color: var(--green-dark); font-size: .76rem !important; padding: 6px 10px; text-decoration: none; }
.search-form { display: flex; }
.search-form label { flex: 1; }
.search-field { border: 1px solid var(--gray-light); border-radius: 7px 0 0 7px; min-width: 0; padding: 11px 12px; width: 100%; }
.search-submit { background: var(--green); border: 0; border-radius: 0 7px 7px 0; color: #fff; padding: 0 14px; }
.pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.pagination .page-numbers { border: 1px solid var(--gray-light); border-radius: 6px; color: var(--navy); padding: 9px 13px; text-decoration: none; }
.pagination .current, .pagination .page-numbers:hover { background: var(--green); border-color: var(--green); color: #fff; }
.single-layout { max-width: 1000px; }
.single-header { margin-bottom: 36px; text-align: center; }
.single-header .post-meta { justify-content: center; margin-bottom: 18px; }
.single-featured { border-radius: 16px; display: block; margin: 0 auto 38px; max-height: 560px; object-fit: cover; width: 100%; }
.entry-content { color: #34425a; font-size: 1.05rem; line-height: 1.85; }
.entry-content > * { margin-left: auto; margin-right: auto; max-width: 760px; }
.entry-content .alignwide { max-width: 1000px; }
.entry-content img { border-radius: 10px; height: auto; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--navy); font-family: 'Sora', sans-serif; line-height: 1.3; }
.entry-content a { color: var(--green-dark); font-weight: 700; }
.entry-content blockquote { border-left: 4px solid var(--green); color: var(--navy); font-size: 1.15rem; font-style: italic; padding-left: 22px; }
.entry-footer { border-top: 1px solid var(--gray-light); margin-top: 48px; padding-top: 24px; }
.entry-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.entry-tags a { background: var(--green-glow); border-radius: 30px; color: var(--green-dark); font-size: .78rem; padding: 6px 10px; text-decoration: none; }
.comments-area { margin: 58px auto 0; max-width: 760px; }
.comments-title { color: var(--navy); font-family: 'Sora', sans-serif; }
.comment-list { list-style: none; margin: 0; padding: 0; }
.comment-list .comment { border-bottom: 1px solid var(--gray-light); padding: 22px 0; }
.comment-author { align-items: center; display: flex; gap: 10px; }
.comment-author .avatar { border-radius: 50%; }
.comment-meta, .comment-metadata { color: var(--gray); font-size: .8rem; }
.comment-content { color: #34425a; font-size: .92rem; line-height: 1.7; }
.comment-reply-link { color: var(--green-dark); font-size: .82rem; font-weight: 700; }
.comment-form input, .comment-form textarea { border: 1px solid var(--gray-light); border-radius: 7px; padding: 11px 13px; width: 100%; }
.comment-form textarea { min-height: 140px; }
.comment-form .submit { background: var(--green); border: 0; border-radius: 7px; color: #fff; font-weight: 700; padding: 12px 18px; }

/* Footer and modal */
.site-footer { background: var(--navy-deep); padding: 56px 6% 32px; }
.footer-inner { margin: 0 auto; max-width: 1280px; }
.footer-top { display: grid; gap: 48px; grid-template-columns: 2fr 1fr 1fr 1fr; margin-bottom: 48px; }
.footer-brand p { color: rgba(255,255,255,.45); font-size: .85rem; line-height: 1.7; margin: 14px 0 0; max-width: 280px; }
.site-footer .nav-logo-text { color: #fff; }
.footer-col h4 { color: var(--green); font-family: 'Sora', sans-serif; font-size: .78rem; letter-spacing: .1em; margin: 0 0 18px; text-transform: uppercase; }
.footer-col a, .footer-col li { color: rgba(255,255,255,.5); display: block; font-size: .85rem; margin-bottom: 10px; text-decoration: none; }
.footer-col li { list-style: none; }
.footer-col a:hover { color: #fff; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.07); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; padding-top: 24px; }
.footer-copy { color: rgba(255,255,255,.35); font-size: .8rem; margin: 0; }
.footer-badges { display: flex; gap: 10px; }
.footer-badge { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 6px; color: rgba(255,255,255,.5); font-size: .72rem; padding: 4px 10px; }
.footer-badge a { color: inherit; text-decoration: none; }
.modal-backdrop { background: rgba(17,30,56,.72); inset: 0; opacity: 0; position: fixed; transition: opacity .2s ease; visibility: hidden; z-index: 1190; }
.modal-backdrop.is-visible { opacity: 1; visibility: visible; }
.trial-modal { background: #fff; border-radius: 12px; box-shadow: 0 22px 80px rgba(0,0,0,.28); left: 50%; max-height: calc(100vh - 40px); max-width: 760px; opacity: 0; overflow-y: auto; padding: 0; position: fixed; top: 50%; transform: translate(-50%, -46%); transition: opacity .2s ease, transform .2s ease; visibility: hidden; width: calc(100% - 32px); z-index: 1200; }
.trial-modal.is-visible { opacity: 1; transform: translate(-50%, -50%); visibility: visible; }
.modal-header, .modal-footer { align-items: center; display: flex; justify-content: space-between; padding: 18px 24px; }
.modal-header { border-bottom: 1px solid var(--gray-light); }
.modal-header h2 { color: var(--navy); font-family: 'Sora', sans-serif; font-size: 1.1rem; margin: 0; }
.modal-close { background: transparent; border: 0; color: var(--gray); font-size: 1.3rem; }
.modal-body { padding: 24px; }
.trial-form-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--navy); display: block; font-size: .83rem; font-weight: 700; margin-bottom: 6px; }
.form-field input { border: 1px solid var(--gray-light); border-radius: 7px; padding: 11px 12px; width: 100%; }
.check-group { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.check-option { align-items: center; display: inline-flex; font-size: .88rem; gap: 6px; }
.check-option input { width: auto; }
.plan-notice { background: #e9f6ff; border-radius: 6px; color: #20516e; display: none; font-size: .82rem; margin-top: 10px; padding: 9px 12px; }
.plan-notice.is-visible { display: block; }
.privacy-check { align-items: flex-start; display: flex; font-size: .82rem; gap: 8px; }
.privacy-check input { margin-top: 4px; }
.modal-footer { border-top: 1px solid var(--gray-light); }
.modal-submit { background: var(--green); border: 0; border-radius: 7px; color: #fff; font-weight: 700; padding: 12px 18px; width: 100%; }
.modal-submit:disabled { cursor: wait; opacity: .7; }
.success-modal { text-align: center; }
.success-modal .modal-header { background: var(--green); }
.success-modal .modal-header h2, .success-modal .modal-close { color: #fff; }
.success-icon { color: var(--green); font-size: 3rem; }
.success-modal p { color: var(--gray); line-height: 1.65; }
.whatsapp-link { border: 1px solid var(--green); border-radius: 7px; color: var(--green-dark); display: block; font-weight: 700; padding: 11px; text-decoration: none; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (max-width: 1100px) {
  .hero-visual { flex-basis: 380px; }
  .docs-grid { grid-template-columns: repeat(3, 1fr); }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  body.admin-bar .site-header { top: 46px; }
  .nav-links, .nav-actions { display: none; }
  .hamburger { display: flex; }
  .hero-inner { flex-direction: column; text-align: center; }
  .hero-content { max-width: 100%; }
  .hero p { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { flex-basis: auto; max-width: 480px; width: 100%; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .devices-inner { flex-direction: column; }
  .devices-visual { flex-basis: auto; max-width: 560px; width: 100%; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .blog-layout, .archive-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 700px) {
  section { padding: 72px 5%; }
  .hero { padding: 96px 5% 72px; }
  .hero h1 br { display: none; }
  .float-badge { display: none; }
  .nf-grid { grid-template-columns: repeat(2, 1fr); }
  .docs-grid, .features-grid, .posts-grid { grid-template-columns: 1fr; }
  .doc-card[style*='span 2'] { grid-column: auto !important; }
  .plans-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .blog-layout, .archive-layout, .single-layout { padding: 104px 5% 72px; }
  .trial-form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
}
@media (max-width: 480px) {
  .stats { padding-left: 5%; padding-right: 5%; }
  .stats-inner { gap: 24px 8px; }
  .stat-number { font-size: 1.45rem; }
  .card-price-row { align-items: flex-start; flex-direction: column; gap: 16px; }
  .card-price-row .btn-primary { width: 100%; text-align: center; }
  .card-stat-row { gap: 5px; }
  .stat-pill { padding: 8px 4px; }
  .stat-pill strong { font-size: .85rem; }
  .stat-pill span { font-size: .6rem; }
}
