    /*
Theme Name: Solutec Theme
Theme URI: https://lightseagreen-pigeon-105295.hostingersite.com
Description: Tema personalizado para Solutec Distribuidora
Author: Solutec
Author URI: https://lightseagreen-pigeon-105295.hostingersite.com
Template: astra
Version: 1.0.0
Text Domain: solutec
*/
/* ========================================
   DESIGN SYSTEM - VARIABLES
   ======================================== */
:root {
  --primary: #00619A;
  --primary-dark: #004B7A;
  --primary-light: rgba(0, 97, 154, 0.1);
  --secondary: #00A99D;
  --bg: #F8FAFC;
  --card: #FFFFFF;
  --text: #0F172A;
  --text-muted: #475569;
  --text-light: #64748B;
  --border: #E2E8F0;
  --border-light: rgba(226, 232, 240, 0.6);
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 24px;
  --radius-2xl: 32px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
  --shadow-2xl: 0 25px 50px -12px rgba(0,0,0,0.25);
  --shadow-primary: 0 14px 30px rgba(0,97,154,0.2);
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --max-w: 80rem;
  --max-w-narrow: 72rem;
}
/* ========================================
   RESET & BASE
   ======================================== */
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
h1,h2,h3,h4,h5,h6 { margin: 0; line-height: 1.375; }
p { margin: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }
/* Hide Astra default header/footer */
.ast-above-header-wrap,
.ast-below-header-wrap,
.ast-main-header-wrap,
#ast-desktop-header,
#ast-mobile-header,
.site-header,
.main-header-bar-wrap,
.ast-footer-overlay,
.site-footer,
.ast-small-footer,
.ast-small-footer-section-1,
.ast-small-footer-section-2 {
  display: none !important;
}
/* Override Astra content width */
.ast-container,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post {
  max-width: 100% !important;
  padding: 0 !important;
}
.ast-separate-container .entry-content {
  padding: 0 !important;
}
.entry-content > * {
  max-width: 100%;
}
/* ========================================
   UTILITY CLASSES
   ======================================== */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.sr-only:focus {
  position: absolute; width: auto; height: auto;
  padding: 0.5rem 1rem; margin: 0; overflow: visible;
  clip: auto; white-space: normal;
  background: #fff; color: var(--primary);
  font-weight: 600; font-size: 0.875rem;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-lg);
  z-index: 60; left: 1.5rem; top: 1.5rem;
}
/* ========================================
   TYPOGRAPHY
   ======================================== */
.kicker {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-full);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.7);
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--primary);
  text-transform: uppercase;
}
.title-hero {
  margin-top: 1.5rem;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.375;
  color: var(--text);
}
.title-page {
  margin-top: 1rem;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.375;
  color: var(--text);
}
.title-section {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.375;
  color: var(--text);
}
.title-sub {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375;
  color: var(--text);
}
.lead {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.625;
  color: var(--text-muted);
}
.text-primary { color: var(--primary); }
@media (min-width: 640px) {
  .title-hero { font-size: 3rem; line-height: 1.2; }
  .title-page { font-size: 3rem; line-height: 1.2; }
  .title-section { font-size: 1.875rem; }
  .lead { font-size: 1.125rem; }
}
@media (min-width: 1024px) {
  .title-hero { font-size: 3.75rem; line-height: 1.1; }
}
/* ========================================
   BUTTONS
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  transition: all 0.15s ease;
  cursor: pointer;
  border: none;
  font-family: var(--font);
}
.btn:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.btn-primary {
  background: var(--primary);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-primary);
  font-size: 1rem;
}
.btn-primary:hover {
  background: var(--primary-dark);
  transform: scale(1.02);
}
.btn-primary-sm {
  background: var(--primary);
  color: #fff;
  padding: 0.625rem 1.5rem;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-primary);
}
.btn-primary-sm:hover {
  background: rgba(0,97,154,0.9);
}
.btn-outline {
  background: transparent;
  color: var(--primary);
  padding: 0.625rem 1.5rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(0,97,154,0.3);
}
.btn-outline:hover {
  border-color: rgba(0,97,154,0.6);
}
.btn-full { width: 100%; }
/* ========================================
   HEADER
   ======================================== */
.site-header-custom {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid var(--border-light);
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.header-inner {
  display: flex;
  height: 5rem;
  max-width: var(--max-w);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
}
.header-logo img {
  height: 2.5rem;
  width: auto;
}
.header-nav {
  display: none;
  align-items: center;
  gap: 2rem;
}
.header-nav ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: color 0.15s;
}
.header-nav a:hover {
  color: var(--primary);
}
.header-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.5rem 0;
  min-width: 200px;
  box-shadow: var(--shadow-lg);
  display: none;
  z-index: 100;
}
.header-nav li {
  position: relative;
}
.header-nav li:hover > .sub-menu {
  display: block;
}
.header-nav .sub-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.header-nav .sub-menu a:hover {
  background: var(--bg);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.header-cta {
  display: none;
}
.header-hamburger {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  border: 1px solid var(--border);
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  transition: background 0.15s;
}
.header-hamburger:hover { background: #F1F5F9; }
.header-hamburger svg { height: 1.25rem; width: 1.25rem; }
/* Mobile menu */
.mobile-menu {
  display: none;
  border-top: 1px solid var(--border-light);
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(16px);
}
.mobile-menu.is-open { display: block; }
.mobile-menu nav {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
}
.mobile-menu a {
  display: block;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: all 0.15s;
}
.mobile-menu a:hover {
  background: #F1F5F9;
  color: var(--primary);
}
.mobile-menu .sub-menu {
  padding-left: 1rem;
}
.mobile-menu .sub-menu a {
  font-size: 0.8rem;
}
.mobile-menu .mobile-cta {
  margin-top: 0.5rem;
  text-align: center;
  background: var(--primary);
  color: #fff;
  border-radius: var(--radius-full);
  padding: 0.625rem 1.25rem;
  font-weight: 700;
  box-shadow: var(--shadow-primary);
}
@media (min-width: 768px) {
  .header-nav { display: flex; }
  .header-cta { display: inline-flex; }
  .header-hamburger { display: none; }
}
/* ========================================
   HERO SECTION
   ======================================== */
.hero {
  position: relative;
  min-height: 85vh;
  background: linear-gradient(to bottom right, #fff, var(--bg), #fff);
  padding-top: 5rem;
}
.hero .dot-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(var(--border) 1px, transparent 0);
  background-size: 24px 24px;
}
.hero-grid {
  position: relative;
  z-index: 10;
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  align-items: center;
  gap: 3rem;
  padding: 4rem 1.5rem;
}
.hero-content { max-width: 42rem; }
.hero-buttons {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.hero-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #F1F5F9;
  box-shadow: var(--shadow-2xl);
  aspect-ratio: 4/3;
}
.hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-image { aspect-ratio: 1/1; }
}
/* ========================================
   PRODUCTS SECTION
   ======================================== */
.section-products {
  background: #fff;
  padding: 5rem 0;
  text-align: center;
}
.section-products .section-header {
  max-width: 48rem;
  margin: 0 auto 4rem;
}
.section-products .section-header h2 {
  font-size: 1.875rem;
  font-weight: 800;
}
@media (min-width: 640px) {
  .section-products .section-header h2 { font-size: 2.25rem; }
}
.products-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .products-grid { grid-template-columns: repeat(3, 1fr); }
}
.product-feature-card {
  text-align: left;
  border-radius: var(--radius-2xl);
  border: 1px solid #F1F5F9;
  background: rgba(248,250,252,0.6);
  padding: 2rem;
  transition: all 0.2s;
}
.product-feature-card:hover {
  border-color: rgba(0,97,154,0.3);
}
.product-feature-card .icon-box {
  margin-bottom: 1.5rem;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  background: var(--primary-light);
  color: var(--primary);
  transition: all 0.2s;
}
.product-feature-card:hover .icon-box {
  background: var(--primary);
  color: #fff;
}
.product-feature-card .icon-box svg {
  height: 1.5rem;
  width: 1.5rem;
}
.product-feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.product-feature-card p {
  margin-top: 1rem;
  color: var(--text-muted);
}
.product-feature-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary);
  transition: color 0.15s;
}
.product-feature-card .card-link:hover { color: rgba(0,97,154,0.8); }
.product-feature-card .card-link svg { height: 1rem; width: 1rem; }
/* ========================================
   ABOUT SECTION
   ======================================== */
.section-about {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}
.section-about .bg-accent {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 33%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: rgba(0,97,154,0.05);
}
.about-grid {
  position: relative;
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  align-items: center;
  gap: 4rem;
  padding: 0 1.5rem;
}
@media (min-width: 1024px) {
  .about-grid { grid-template-columns: 1fr 1fr; }
}
.about-content h2 {
  font-size: 1.875rem;
  font-weight: 800;
}
@media (min-width: 640px) {
  .about-content h2 { font-size: 2.25rem; }
}
.about-items { margin-top: 2rem; }
.about-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.about-item .check-icon {
  margin-top: 0.25rem;
  color: var(--primary);
  flex-shrink: 0;
}
.about-item .check-icon svg { height: 1.5rem; width: 1.5rem; }
.about-item h4 {
  font-size: 1.125rem;
  font-weight: 700;
}
.about-item p { margin-top: 0.25rem; color: var(--text-muted); }
.about-item ul {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.about-item li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--text-muted);
}
.about-item li .dot {
  margin-top: 0.5rem;
  height: 6px;
  width: 6px;
  flex-shrink: 0;
  border-radius: var(--radius-full);
  background: var(--primary);
}
.about-video {
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border);
  background: #fff;
  padding: 0.75rem;
  box-shadow: var(--shadow-2xl);
}
.about-video .video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  background: #000;
}
.about-video iframe,
.about-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* ========================================
   BLOG SECTION
   ======================================== */
.section-blog {
  padding: 6rem 0;
}
.section-blog .section-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .section-blog .section-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.section-blog .section-header h2 {
  font-size: 1.875rem;
  font-weight: 700;
}
.section-blog .section-header p {
  margin-top: 0.75rem;
  color: var(--text-muted);
}
.section-blog .view-all {
  display: none;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary);
  transition: color 0.15s;
}
@media (min-width: 768px) {
  .section-blog .view-all { display: flex; }
}
.section-blog .view-all:hover { color: rgba(0,97,154,0.8); }
.section-blog .view-all svg { height: 1rem; width: 1rem; }
.blog-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .blog-grid { grid-template-columns: repeat(3, 1fr); }
}
.blog-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-light);
  background: #fff;
  overflow: hidden;
  transition: all 0.2s;
}
.blog-card:hover {
  border-color: rgba(0,97,154,0.3);
  box-shadow: var(--shadow);
}
.blog-card .card-image {
  height: 220px;
  overflow: hidden;
}
.blog-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.blog-card:hover .card-image img {
  transform: scale(1.05);
}
.blog-card .card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card .card-category {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.blog-card .card-title {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.blog-card .card-excerpt {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .card-meta {
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.75rem;
  color: var(--text-light);
}
/* ========================================
   CTA SECTION
   ======================================== */
.section-cta {
  padding: 3rem 0 6rem;
}
.cta-box {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.cta-inner {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(0,97,154,0.1);
  background: rgba(0,97,154,0.05);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
}
@media (min-width: 768px) {
  .cta-inner {
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}
.cta-inner h2 { font-size: 1.5rem; font-weight: 700; }
.cta-inner .lead { margin-top: 0.5rem; }
.cta-inner .btn-primary-sm {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cta-inner .btn-primary-sm { margin-top: 0; }
}
/* ========================================
   FOOTER
   ======================================== */
.site-footer-custom {
  border-top: 1px solid #1E293B;
  background: #0F172A;
  padding: 5rem 0;
  color: #CBD5E1;
}
.footer-grid {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: repeat(4, 1fr); gap: 2.5rem; }
}
.footer-brand p {
  font-size: 0.875rem;
  line-height: 1.625;
  margin-top: 1.5rem;
}
.footer-brand .logo-img {
  height: 2.5rem;
  width: auto;
  filter: brightness(0) invert(1);
}
.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.footer-social a {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background: #1E293B;
  color: #CBD5E1;
  transition: background 0.15s;
}
.footer-social a:hover { background: var(--primary); }
.footer-social a svg { height: 1.25rem; width: 1.25rem; fill: currentColor; }
.footer-col h4 {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}
.footer-col ul { display: flex; flex-direction: column; gap: 1rem; }
.footer-col li { font-size: 0.875rem; }
.footer-col a { transition: color 0.15s; }
.footer-col a:hover { color: var(--primary); }
.footer-reviews {
  border-radius: var(--radius-2xl);
  border: 1px solid #1E293B;
  background: rgba(30,41,59,0.4);
  padding: 1.5rem;
}
.footer-reviews h4 {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}
.footer-reviews .stars { color: #FACC15; font-size: 1.25rem; }
.footer-reviews p { margin-top: 0.75rem; font-size: 0.875rem; }
.footer-reviews a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  border-radius: 0.5rem;
  background: var(--primary);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  transition: background 0.15s;
}
.footer-reviews a:hover { background: rgba(0,97,154,0.9); }
.footer-bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #1E293B;
  text-align: center;
  font-size: 0.75rem;
  color: #94A3B8;
}
@media (min-width: 768px) {
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
/* ========================================
   PAGE SOBRE
   ======================================== */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom right, rgba(0,97,154,0.15), var(--bg), #fff);
  padding: 7rem 0 3rem;
}
.page-hero .blur-circle-1 {
  position: absolute;
  left: -5rem;
  top: 2rem;
  height: 16rem;
  width: 16rem;
  border-radius: var(--radius-full);
  background: var(--primary-light);
  filter: blur(64px);
}
.page-hero .blur-circle-2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 16rem;
  width: 16rem;
  border-radius: var(--radius-full);
  background: rgba(0,169,157,0.1);
  filter: blur(64px);
}
.page-hero .container { position: relative; z-index: 1; }
.cards-grid-3 {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .cards-grid-3 { grid-template-columns: repeat(3, 1fr); }
}
.info-card {
  border-radius: var(--radius-xl);
  border: 1px solid #F1F5F9;
  background: #fff;
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s;
}
.info-card:hover { box-shadow: var(--shadow); }
.info-card .icon-circle {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background: var(--primary-light);
  color: var(--primary);
}
.info-card h3 { margin-top: 1.25rem; }
.info-card p { margin-top: 1rem; font-size: 1rem; color: var(--text-muted); }
.section-values {
  background: #F1F5F9;
  padding: 4rem 0;
}
.values-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 640px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .values-grid { grid-template-columns: repeat(3, 1fr); } }
.value-card {
  border-radius: var(--radius-2xl);
  border: 1px solid #F1F5F9;
  background: #fff;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.value-card .dot {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: var(--radius-full);
  background: rgba(0,97,154,0.4);
}
.value-card h3 { margin-top: 1rem; }
.value-card p { margin-top: 0.75rem; font-size: 0.875rem; color: var(--text-muted); }
/* ========================================
   CONTATO PAGE
   ======================================== */
.contact-grid {
  display: grid;
  gap: 2.5rem;
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  .contact-grid { grid-template-columns: 1fr 1fr; align-items: stretch; }
}
.contact-info h1 { margin-bottom: 0.5rem; }
.contact-info .lead { margin-bottom: 2rem; }
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
}
.contact-detail a { transition: color 0.15s; }
.contact-detail a:hover { color: var(--primary); }
.contact-form-card {
  height: 100%;
  border-radius: var(--radius-xl);
  border: 1px solid #F1F5F9;
  background: #fff;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
.contact-form .form-row {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contact-form .form-row { grid-template-columns: 1fr 1fr; }
}
.contact-form input,
.contact-form textarea {
  height: 3rem;
  width: 100%;
  border-radius: var(--radius-lg);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-family: var(--font);
  background: #fff;
  color: var(--text);
  border: 1px solid var(--border);
  transition: border-color 0.15s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  border-color: var(--primary);
}
.contact-form textarea {
  height: auto;
  min-height: 180px;
  resize: vertical;
}
.contact-form .btn-primary {
  margin-top: auto;
}
.contact-map-section {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.contact-map-card {
  width: 100%;
  max-width: 48rem;
  border-radius: var(--radius-xl);
  border: 1px solid #F1F5F9;
  background: #fff;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.contact-map-card .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.contact-map-card iframe {
  width: 100%;
  height: 16rem;
  border: 0;
  border-radius: var(--radius-2xl);
}
.contact-map-card .map-link {
  display: inline-flex;
  margin-top: 1.25rem;
}
/* ========================================
   PRODUCTS CATALOG PAGE
   ======================================== */
.catalog-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 640px) { .catalog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .catalog-grid { grid-template-columns: repeat(3, 1fr); } }
.catalog-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-light);
  background: #fff;
  overflow: hidden;
  transition: all 0.2s;
}
.catalog-card:hover {
  border-color: rgba(0,97,154,0.3);
  box-shadow: var(--shadow);
}
.catalog-card .card-image {
  height: 200px;
  overflow: hidden;
  background: #F1F5F9;
}
.catalog-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.catalog-card:hover .card-image img { transform: scale(1.05); }
.catalog-card .card-body { padding: 1.5rem; }
.catalog-card .card-title {
  font-size: 1.125rem;
  font-weight: 700;
}
.catalog-card .card-desc {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.catalog-card .card-price {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
}
.catalog-card .card-badge {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  background: rgba(0,97,154,0.1);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 600;
}
.catalog-card .card-actions {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}
/* Category filter */
.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.category-filter {
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  border: 1px solid var(--border);
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.15s;
}
.category-filter:hover,
.category-filter.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
/* ========================================
   PROFISSIONAIS PAGE
   ======================================== */
.profissionais-layout {
  padding: 7rem 0 4rem;
}
.profissionais-hero {
  text-align: center;
  margin-bottom: 2rem;
}
.profissionais-hero .eyebrow {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  background: var(--primary-light);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
.profissionais-search {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .profissionais-search { grid-template-columns: 1fr 1fr; }
}
.profissionais-search .search-form-card {
  border-radius: var(--radius-xl);
  border: 1px solid #F1F5F9;
  background: #fff;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.profissionais-search .search-form-card label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
  margin-top: 1rem;
}
.profissionais-search .search-form-card label:first-child { margin-top: 0; }
.profissionais-search .search-form-card select,
.profissionais-search .search-form-card input {
  width: 100%;
  height: 3rem;
  border-radius: var(--radius);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-family: var(--font);
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
}
.profissionais-search .search-form-card select:focus,
.profissionais-search .search-form-card input:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.profissionais-search .btn-primary {
  margin-top: 1.5rem;
  width: 100%;
}
.profissionais-search .small-note {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: var(--text-light);
}
.field-error {
  display: block;
  font-size: 0.75rem;
  color: #DC2626;
  margin-top: 0.25rem;
}
.is-invalid {
  border-color: #DC2626 !important;
}
.resultado-profissionais {
  border-radius: var(--radius-xl);
  border: 1px solid #F1F5F9;
  background: #fff;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.resultado-meta {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.resultado-meta--highlight {
  color: var(--primary);
  font-weight: 600;
}
.resultado-vazio {
  font-size: 0.875rem;
  color: var(--text-muted);
  text-align: center;
  padding: 2rem 0;
}
.prof-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.prof-card__title {
  font-size: 1rem;
  font-weight: 700;
}
.prof-card__meta {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}
.prof-card__cta {
  white-space: nowrap;
}
/* ========================================
   SINGLE POST
   ======================================== */
.single-post-header {
  padding: 7rem 0 2rem;
  background: var(--bg);
}
.single-post-header .container {
  max-width: 48rem;
}
.single-post-header .post-category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  background: var(--primary-light);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.single-post-header h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
}
@media (min-width: 640px) {
  .single-post-header h1 { font-size: 2.5rem; }
}
.single-post-header .post-meta {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: var(--text-light);
  display: flex;
  gap: 1rem;
}
.single-post-featured {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.single-post-featured img {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}
.single-post-content {
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}
.single-post-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.single-post-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.single-post-content p {
  margin-bottom: 1rem;
  line-height: 1.8;
  color: var(--text-muted);
}
.single-post-content ul,
.single-post-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  list-style: disc;
}
.single-post-content ol { list-style: decimal; }
.single-post-content li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
  color: var(--text-muted);
}
.single-post-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid var(--primary);
  background: var(--primary-light);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  color: var(--text-muted);
}
.single-post-content img {
  border-radius: var(--radius);
  margin: 1.5rem 0;
}
.single-post-content a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-post-content a:hover { color: var(--primary-dark); }
/* Related posts */
.related-posts {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
  border-top: 1px solid var(--border);
  padding-top: 3rem;
}
.related-posts h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
/* ========================================
   ARCHIVE / BLOG INDEX
   ======================================== */
.archive-hero {
  padding: 7rem 0 3rem;
  background: var(--bg);
  text-align: center;
}
.archive-content {
  padding: 3rem 0 6rem;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  min-width: 2.5rem;
  padding: 0 0.75rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: all 0.15s;
}
.pagination a:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.pagination .current {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
/* ========================================
   HISTORIA PAGE
   ======================================== */
.timeline {
  position: relative;
  padding-left: 2rem;
  margin-top: 3rem;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}
.timeline-item {
  position: relative;
  padding-bottom: 3rem;
  padding-left: 2rem;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 0.5rem;
  width: 14px;
  height: 14px;
  border-radius: var(--radius-full);
  background: var(--primary);
  border: 3px solid var(--bg);
  margin-left: -6px;
}
.timeline-item .year {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.timeline-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.timeline-item p {
  color: var(--text-muted);
  line-height: 1.7;
}
.timeline-item img {
  margin-top: 1rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
/* ========================================
   HONEYPOT FIELD (ANTI-SPAM)
   ======================================== */
.hp-field {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* ========================================
   WORDPRESS SPECIFIC OVERRIDES
   ======================================== */
.entry-content { margin: 0; }
.ast-article-single { padding: 0; margin: 0; }
.ast-separate-container .ast-article-single { background: transparent; }
.ast-separate-container .entry-content { padding: 0; }
#primary { padding: 0; margin: 0; }
.ast-left-sidebar #primary, .ast-right-sidebar #primary { width: 100%; }
.ast-no-sidebar .entry-content .alignwide { margin: 0; }

/* WPForms styling inside contact card */
.contact-form-card {
  padding: 2rem;
  box-shadow: var(--shadow-lg);
}

.contact-form-card .wpforms-container {
  width: 100%;
}

.contact-form-card .wpforms-form .wpforms-field-label {
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.contact-form-card .wpforms-form input[type="text"],
.contact-form-card .wpforms-form input[type="email"],
.contact-form-card .wpforms-form input[type="tel"],
.contact-form-card .wpforms-form input[type="url"],
.contact-form-card .wpforms-form select,
.contact-form-card .wpforms-form textarea {
  width: 100%;
  border-radius: var(--radius) !important;
  padding: 0.85rem 1rem !important;
  font-size: 0.9rem !important;
  font-family: var(--font) !important;
  background: var(--bg) !important;
  color: var(--text) !important;
  border: 1.5px solid var(--border) !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  height: auto !important;
}

.contact-form-card .wpforms-form input[type="text"]:focus,
.contact-form-card .wpforms-form input[type="email"]:focus,
.contact-form-card .wpforms-form input[type="tel"]:focus,
.contact-form-card .wpforms-form textarea:focus {
  outline: none !important;
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px var(--primary-light) !important;
}

.contact-form-card .wpforms-form textarea {
  min-height: 140px !important;
  resize: vertical;
}

.contact-form-card .wpforms-form .wpforms-field {
  margin-bottom: 1.25rem;
}

.contact-form-card .wpforms-form button[type="submit"],
.contact-form-card .wpforms-form .wpforms-submit {
  width: 100%;
  padding: 0.9rem 2rem !important;
  border-radius: var(--radius-full) !important;
  background: var(--primary) !important;
  color: #fff !important;
  font-family: var(--font) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  border: none !important;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s !important;
  box-shadow: var(--shadow-primary) !important;
}

.contact-form-card .wpforms-form button[type="submit"]:hover,
.contact-form-card .wpforms-form .wpforms-submit:hover {
  background: var(--primary-dark) !important;
  transform: translateY(-1px);
}

.contact-form-card .wpforms-form .wpforms-submit-container {
  margin-top: 0.5rem;
  padding: 0 !important;
}

/* Campos WPForms largura total */
.contact-form-card .wpforms-form .wpforms-field input,
.contact-form-card .wpforms-form .wpforms-field textarea,
.contact-form-card .wpforms-form .wpforms-field select {
  width: 100% !important;
  max-width: 100% !important;
}

.contact-form-card .wpforms-form .wpforms-field {
  padding: 0 !important;
}

.contact-form-card .wpforms-form .wpforms-field-name .wpforms-field-row {
  display: flex;
  gap: 0.75rem;
}

.contact-form-card .wpforms-form .wpforms-field-name .wpforms-field-row .wpforms-field-row-block {
  flex: 1;
  width: 100% !important;
}

.contact-form-card .wpforms-form .wpforms-field-name .wpforms-field-row .wpforms-field-row-block input {
  width: 100% !important;
}

.contact-form-card .wpforms-container-full,
.contact-form-card .wpforms-container-full .wpforms-form {
  max-width: 100% !important;
  width: 100% !important;
}

.contact-form-card .wpforms-form .wpforms-submit-container {
  width: 100% !important;
  padding: 0 !important;
}

/* Nome e Sobrenome largura total */
.contact-form-card .wpforms-form .wpforms-field-name .wpforms-field-row {
  display: flex !important;
  gap: 0.75rem !important;
  width: 100% !important;
}

.contact-form-card .wpforms-form .wpforms-field-name .wpforms-field-row .wpforms-field-row-block {
  flex: 1 !important;
  max-width: none !important;
  width: 50% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.contact-form-card .wpforms-form .wpforms-field-name .wpforms-field-row .wpforms-field-row-block input {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.contact-form-card .wpforms-form .wpforms-field-name .wpforms-field-row .wpforms-field-row-block .wpforms-field-sublabel {
  display: none !important;
}
