:root, [data-theme="dark"] {
  --bg-primary: #0a1628;
  --bg-secondary: #0e1f3d;
  --bg-footer: #060c18;
  --bg-card: rgba(255, 255, 255, 0.04);
  --bg-header: rgba(10, 22, 40, 0.92);
  --bg-header-sc: rgba(10, 22, 40, 0.98);
  --bg-mobile: rgba(10, 22, 40, 0.98);
  --bg-trust: rgba(255, 255, 255, 0.03);
  --bg-pill: rgba(255, 255, 255, 0.06);
  --bg-social: rgba(255, 255, 255, 0.06);
  --bg-float: rgba(255, 255, 255, 0.05);
  --bg-hero: linear-gradient(135deg, #060e1e 0%, #0a1628 50%, #0d1f3a 100%);
  --bg-sobre: linear-gradient(135deg, #060e1e, #0a1628);
  --bg-galeria: linear-gradient(135deg, #060e1e, #0a1628);
  --bg-cta: linear-gradient(135deg, #060e1e 0%, #0d1f3a 50%, #0a1628 100%);
  --bg-sobre-card: rgba(255, 255, 255, 0.04);

  --text-primary: #ffffff;
  --text-body: #c5d0e6;
  --text-muted: #8a9bbf;
  --text-logo-sub: #f5a623;
  --text-nav: #c5d0e6;

  --border: rgba(255, 255, 255, 0.08);
  --border-pill: rgba(255, 255, 255, 0.1);
  --border-logo-area: rgba(255, 255, 255, 0.1);
  --border-footer: rgba(255, 255, 255, 0.08);

  --shadow-card: none;
  --shadow-hero-card: 0 20px 60px rgba(0, 0, 0, 0.4);
  --shadow-header: 0 4px 30px rgba(0, 0, 0, 0.5);
  --shadow-sobre: none;

  --hero-grid: rgba(26, 111, 232, 0.07);
  --hero-glow: rgba(26, 111, 232, 0.15);
  --cta-glow-l: rgba(245, 166, 35, 0.12);
  --cta-glow-r: rgba(26, 111, 232, 0.15);

  --btn2-bg: rgba(255, 255, 255, 0.07);
  --btn2-border: rgba(255, 255, 255, 0.15);
  --btn2-color: #ffffff;
  --btn2-hbg: rgba(255, 255, 255, 0.12);
  --btn2-hborder: rgba(255, 255, 255, 0.25);
  --btn2-hcolor: #ffffff;

  --scrollbar-track: #0a1628;

  --amber: #f5a623;
  --amber-bright: #ffbe3d;
  --blue: #1351a8;
  --blue-bright: #1a6fe8;
  --blue-light: #3b9eff;
  --glow-blue: 0 0 40px rgba(26, 111, 232, 0.3);
  --glow-amber: 0 0 40px rgba(245, 166, 35, 0.3);
}

[data-theme="light"] {
  --bg-primary: #f8fafc;
  --bg-secondary: #ffffff;
  --bg-footer: #0f172a;
  --bg-card: #ffffff;
  --bg-header: rgba(248, 250, 252, 0.92);
  --bg-header-sc: rgba(248, 250, 252, 0.98);
  --bg-mobile: rgba(248, 250, 252, 0.98);
  --bg-trust: #ffffff;
  --bg-pill: rgba(30, 58, 138, 0.06);
  --bg-social: rgba(15, 23, 42, 0.06);
  --bg-float: rgba(30, 58, 138, 0.07);
  --bg-hero: linear-gradient(135deg, #eef4ff 0%, #f8fafc 50%, #edf2fb 100%);
  --bg-sobre: #f0f5ff;
  --bg-galeria: #ffffff;
  --bg-cta: linear-gradient(135deg, #eef4ff 0%, #f0f7ff 50%, #edf2fb 100%);
  --bg-sobre-card: #f8fafc;

  --text-primary: #0f172a;
  --text-body: #334155;
  --text-muted: #64748b;
  --text-logo-sub: #1e3a8a;
  --text-nav: #475569;

  --border: #e2e8f0;
  --border-pill: #cbd5e1;
  --border-logo-area: #cbd5e1;
  --border-footer: rgba(255, 255, 255, 0.07);

  --shadow-card: 0 2px 16px rgba(15, 23, 42, 0.07);
  --shadow-hero-card: 0 20px 60px rgba(15, 23, 42, 0.1);
  --shadow-header: 0 4px 24px rgba(15, 23, 42, 0.08);
  --shadow-sobre: 0 8px 32px rgba(15, 23, 42, 0.08);

  --hero-grid: rgba(30, 58, 138, 0.05);
  --hero-glow: rgba(37, 99, 235, 0.07);
  --cta-glow-l: rgba(245, 158, 11, 0.08);
  --cta-glow-r: rgba(37, 99, 235, 0.08);

  --btn2-bg: transparent;
  --btn2-border: #2563eb;
  --btn2-color: #2563eb;
  --btn2-hbg: #2563eb;
  --btn2-hborder: #1e3a8a;
  --btn2-hcolor: #ffffff;

  --scrollbar-track: #f8fafc;

  --amber: #d97706;
  --amber-bright: #f59e0b;
  --blue: #1e3a8a;
  --blue-bright: #2563eb;
  --blue-light: #3b82f6;
  --glow-blue: 0 4px 24px rgba(37, 99, 235, 0.15);
  --glow-amber: 0 4px 24px rgba(217, 119, 6, 0.2);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
header,
.hero-bg,
.hero-card,
.service-card,
.diferencial-card,
.dep-card,
.sobre-card-main,
.galeria-item,
.trust-bar,
footer,
.mobile-menu,
nav a,
.logo-text .brand,
.logo-text .sub,
.section-title,
.section-sub,
.section-label,
.text-body,
.card-icon,
.dif-icon,
.btn-orcamento,
.btn-primary,
.btn-secondary,
.pill,
.social-btn,
.theme-toggle,
.theme-toggle-thumb,
.footer-col h4,
.footer-col ul li a,
.footer-contact-item,
.footer-bottom,
.footer-brand p,
.dep-text,
.dep-name,
.dep-role {
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease,
    box-shadow 0.3s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Barlow", sans-serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  overflow-x: hidden;
  line-height: 1.6;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
}

::-webkit-scrollbar-thumb {
  background: var(--blue-bright);
  border-radius: 3px;
}

.theme-toggle {
  position: relative;
  width: 52px;
  height: 28px;
  background: var(--bg-pill);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 3px;
  flex-shrink: 0;
  outline: none;
}

.theme-toggle:hover {
  border-color: var(--blue-bright);
}

.toggle-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--blue-bright));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #fff;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

[data-theme="light"] .toggle-thumb {
  transform: translateX(24px);
}

.toggle-icon {
  position: absolute;
  font-size: 9px;
  transition: opacity 0.3s;
  pointer-events: none;
}

.toggle-icon-moon {
  left: 6px;
  color: var(--blue-light);
}

.toggle-icon-sun {
  right: 6px;
  color: var(--amber);
}

[data-theme="dark"] .toggle-icon-moon {
  opacity: 1;
}

[data-theme="dark"] .toggle-icon-sun {
  opacity: 0;
}

[data-theme="light"] .toggle-icon-moon {
  opacity: 0;
}

[data-theme="light"] .toggle-icon-sun {
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--bg-header);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}

header.scrolled {
  background: var(--bg-header-sc);
  box-shadow: var(--shadow-header);
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--amber) 0%, var(--blue-bright) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  box-shadow: var(--glow-blue);
  position: relative;
  overflow: hidden;
}

.logo-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--amber) 0%, transparent 50%);
}

.logo-text {
  line-height: 1.1;
}

.logo-text .brand {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 1px;
  color: var(--text-primary);
}

.logo-text .sub {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--text-logo-sub);
  text-transform: uppercase;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

nav a {
  color: var(--text-nav);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  letter-spacing: 0.3px;
}

nav a:hover {
  color: var(--text-primary);
  background: var(--bg-pill);
}

.btn-orcamento {
  background: linear-gradient(135deg, var(--amber) 0%, #e8940f 100%) !important;
  color: #0f172a !important;
  font-weight: 700 !important;
  padding: 10px 22px !important;
  border-radius: 10px !important;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(245, 166, 35, 0.35);
}

[data-theme="light"] .btn-orcamento {
  background: linear-gradient(135deg, var(--blue-bright) 0%, #1e3a8a 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.35) !important;
}

.btn-orcamento:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 30px rgba(245, 166, 35, 0.5) !important;
}

[data-theme="light"] .btn-orcamento:hover {
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.5) !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all 0.3s;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  background: var(--bg-mobile);
  backdrop-filter: blur(20px);
  padding: 20px 24px 28px;
  border-bottom: 1px solid var(--border);
  flex-direction: column;
  gap: 4px;
  z-index: 999;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  padding: 12px 16px;
  font-size: 16px;
  color: var(--text-nav);
  text-decoration: none;
  font-weight: 500;
  border-radius: 10px;
}

.mobile-menu a:hover {
  background: var(--bg-pill);
  color: var(--text-primary);
}

.mobile-menu .btn-orcamento {
  margin-top: 8px;
  text-align: center;
  display: block;
  padding: 14px 22px !important;
  border-radius: 12px !important;
}

.mobile-theme-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 10px;
}

.mobile-theme-row span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
}

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 24px 80px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: var(--bg-hero);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--hero-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--hero-grid) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 75%);
}

.hero-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--hero-glow) 0%, transparent 70%);
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26, 111, 232, 0.12);
  border: 1px solid rgba(26, 111, 232, 0.25);
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  text-transform: uppercase;
  animation: fadeUp 0.6s ease both;
}

[data-theme="light"] .hero-badge {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.2);
  color: #2563eb;
}

.hero-badge i {
  font-size: 10px;
  color: var(--amber);
}

.hero-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.05;
  margin-bottom: 20px;
  animation: fadeUp 0.6s 0.1s ease both;
  color: var(--text-primary);
}

.hero-title .accent-amber {
  color: var(--amber);
}

.hero-title .accent-blue {
  color: var(--blue-light);
}

.hero-sub {
  font-size: 17px;
  color: var(--text-body);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 36px;
  animation: fadeUp 0.6s 0.2s ease both;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeUp 0.6s 0.3s ease both;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--amber) 0%, #d97706 100%);
  color: #0f172a;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 30px rgba(245, 166, 35, 0.4);
  transition: all 0.25s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(245, 166, 35, 0.55);
}

[data-theme="light"] .btn-primary {
  background: linear-gradient(135deg, var(--blue-bright) 0%, #1e3a8a 100%);
  color: #ffffff;
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.35);
}

[data-theme="light"] .btn-primary:hover {
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.5);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--btn2-bg);
  border: 1.5px solid var(--btn2-border);
  color: var(--btn2-color);
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  letter-spacing: 0.3px;
  backdrop-filter: blur(10px);
  transition: all 0.25s;
}

.btn-secondary:hover {
  background: var(--btn2-hbg);
  border-color: var(--btn2-hborder);
  color: var(--btn2-hcolor);
  transform: translateY(-2px);
}

.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  animation: fadeUp 0.6s 0.4s ease both;
}

.stat-num {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: var(--amber);
  line-height: 1;
}

.stat-label {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.8s 0.2s ease both;
}

.hero-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-hero-card);
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 380px;
  width: 100%;
}

.hero-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--amber), var(--blue-bright), var(--amber));
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
}

.hero-logo-area {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  background: linear-gradient(
    135deg,
    rgba(26, 111, 232, 0.15),
    rgba(245, 166, 35, 0.1)
  );
  border-radius: 50%;
  border: 2px solid var(--border-logo-area);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.hero-card-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 6px;
  color: var(--text-primary);
}

.hero-card-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.pill {
  background: var(--bg-pill);
  border: 1px solid var(--border-pill);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-body);
}

.pill.amber {
  border-color: rgba(217, 119, 6, 0.35);
  color: var(--amber);
  background: rgba(245, 166, 35, 0.07);
}

.pill.blue {
  border-color: rgba(37, 99, 235, 0.25);
  color: var(--blue-light);
  background: rgba(37, 99, 235, 0.07);
}

.float-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--bg-float);
  border: 1px solid var(--border);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  animation: float 4s ease-in-out infinite;
}

.float-icon:nth-child(1) {
  top: 40px;
  right: -20px;
  animation-delay: 0s;
  color: var(--amber);
}

.float-icon:nth-child(2) {
  bottom: 60px;
  left: -20px;
  animation-delay: 1.5s;
  color: var(--blue-light);
}

.float-icon:nth-child(3) {
  top: 50%;
  right: -30px;
  animation-delay: 0.8s;
  color: #4ade80;
}

.trust-bar {
  background: var(--bg-trust);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 24px;
}

[data-theme="light"] .trust-bar {
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.trust-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-item i {
  font-size: 18px;
  color: var(--amber);
}

.trust-item span {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-body);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

section {
  padding: 100px 24px;
}

.section-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--amber);
  text-transform: uppercase;
  margin-bottom: 12px;
}

[data-theme="light"] .section-label {
  color: var(--blue-bright);
}

.section-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  margin-bottom: 16px;
  color: var(--text-primary);
}

.section-sub {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 520px;
  line-height: 1.7;
}

#servicos {
  background: var(--bg-secondary);
}

[data-theme="light"] #servicos {
  background: #f0f5ff;
}

.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-header .section-sub {
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

[data-theme="light"] .service-card {
  background: #ffffff;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 111, 232, 0.04), transparent);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: inherit;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: var(--glow-blue);
}

[data-theme="light"] .service-card:hover {
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.1);
}

.service-card:hover::after {
  opacity: 1;
}

.card-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(
    135deg,
    rgba(26, 111, 232, 0.15),
    rgba(26, 111, 232, 0.07)
  );
  border: 1px solid rgba(26, 111, 232, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
  color: var(--blue-light);
}

.card-icon.amber {
  background: linear-gradient(
    135deg,
    rgba(245, 166, 35, 0.15),
    rgba(245, 166, 35, 0.07)
  );
  border-color: rgba(245, 166, 35, 0.2);
  color: var(--amber);
}

.card-icon.green {
  background: linear-gradient(
    135deg,
    rgba(74, 222, 128, 0.15),
    rgba(74, 222, 128, 0.07)
  );
  border-color: rgba(74, 222, 128, 0.2);
  color: #4ade80;
}

.service-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.service-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

#sobre {
  background: var(--bg-sobre);
}

[data-theme="light"] #sobre {
  background: #ffffff;
}

.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.sobre-content .section-title {
  margin-bottom: 20px;
}

.sobre-text {
  font-size: 16px;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 16px;
}

.sobre-card-main {
  background: var(--bg-sobre-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sobre);
}

[data-theme="light"] .sobre-card-main {
  background: #f8fafc;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.07);
}

.sobre-card-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-bright), var(--amber));
}

.sobre-big-icon {
  font-size: 64px;
  margin-bottom: 20px;
}

.sobre-card-text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.sobre-tagline {
  font-size: 14px;
  color: var(--text-muted);
  font-style: italic;
}

.sobre-corner {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.1), transparent);
  border-radius: 50%;
}

#diferenciais {
  background: var(--bg-secondary);
}

[data-theme="light"] #diferenciais {
  background: #f0f5ff;
}

.diferenciais-header {
  text-align: center;
  margin-bottom: 60px;
}

.diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.diferencial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 32px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.3s;
  box-shadow: var(--shadow-card);
}

[data-theme="light"] .diferencial-card {
  background: #ffffff;
}

.diferencial-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 166, 35, 0.3);
}

[data-theme="light"] .diferencial-card:hover {
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.dif-icon {
  min-width: 48px;
  height: 48px;
  background: linear-gradient(
    135deg,
    rgba(245, 166, 35, 0.15),
    rgba(245, 166, 35, 0.06)
  );
  border: 1px solid rgba(245, 166, 35, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--amber);
}

[data-theme="light"] .dif-icon {
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.1),
    rgba(37, 99, 235, 0.04)
  );
  border-color: rgba(37, 99, 235, 0.15);
  color: var(--blue-bright);
}

.dif-content h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--text-primary);
}

.dif-content p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

#galeria {
  background: var(--bg-galeria);
}

[data-theme="light"] #galeria {
  background: #ffffff;
}

.galeria-header {
  text-align: center;
  margin-bottom: 48px;
}

.galeria-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.galeria-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: var(--shadow-card);
}

[data-theme="light"] .galeria-item {
  background: #f8fafc;
}

.galeria-item:hover {
  transform: scale(1.03);
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: var(--glow-blue);
}

[data-theme="light"] .galeria-item:hover {
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.12);
}

.galeria-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 13px;
}

#depoimentos {
  background: var(--bg-secondary);
}

[data-theme="light"] #depoimentos {
  background: #f0f5ff;
}

.depoimentos-header {
  text-align: center;
  margin-bottom: 56px;
}

.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.dep-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  position: relative;
  transition: all 0.3s;
  box-shadow: var(--shadow-card);
}

[data-theme="light"] .dep-card {
  background: #ffffff;
}

.dep-card:hover {
  transform: translateY(-3px);
}

[data-theme="light"] .dep-card:hover {
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
  border-color: rgba(37, 99, 235, 0.2);
}

.dep-quote {
  font-size: 40px;
  color: var(--amber);
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 12px;
  font-family: Georgia;
}

.dep-text {
  font-size: 15px;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: italic;
}

.dep-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dep-avatar {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--blue-bright), var(--blue));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: white;
}

.dep-name {
  font-weight: 700;
  font-size: 15px;
  color: var(--text-primary);
}

.dep-role {
  font-size: 12px;
  color: var(--text-muted);
}

.dep-stars {
  color: var(--amber);
  font-size: 12px;
  margin-top: 2px;
}

#contato {
  background: var(--bg-cta);
  position: relative;
  overflow: hidden;
}

.cta-glow-left {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--cta-glow-l), transparent 70%);
  pointer-events: none;
}

.cta-glow-right {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--cta-glow-r), transparent 70%);
  pointer-events: none;
}

.cta-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-inner .section-title {
  font-size: clamp(32px, 5vw, 54px);
  margin-bottom: 16px;
}

.cta-inner .section-sub {
  margin: 0 auto 36px;
  font-size: 17px;
}

.cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 36px;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.35);
  transition: all 0.25s;
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5);
}

.cta-contact-info {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-top: 48px;
  flex-wrap: wrap;
}

.cta-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--text-body);
}

.cta-info-item i {
  color: var(--amber);
  font-size: 18px;
}

[data-theme="light"] .cta-info-item i {
  color: var(--blue-bright);
}

footer {
  background: var(--bg-footer);
  border-top: 1px solid var(--border-footer);
  padding: 60px 24px 32px;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 32px;
}

.footer-brand p {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.7;
  margin: 16px 0 20px;
  max-width: 260px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
}

.social-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}

.social-btn.wa:hover {
  background: rgba(37, 211, 102, 0.15);
  color: #25d366;
  border-color: rgba(37, 211, 102, 0.3);
}

.footer-col h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul li a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #ffffff;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 12px;
}

.footer-contact-item i {
  color: #f5a623;
  width: 16px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #64748b;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-credit a {
  color: #94a3b8;
  text-decoration: none;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.5);
}

.footer-credit a:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

footer .logo-text .brand {
  color: #ffffff;
}

footer .logo-text .sub {
  color: #f5a623;
}

.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: white;
  text-decoration: none;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
  z-index: 500;
  animation: pulse-wa 2.5s ease-in-out infinite;
  transition: transform 0.2s;
}

.wa-float:hover {
  transform: scale(1.1);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes shimmer {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 200% 0%;
  }
}

@keyframes pulse-wa {
  0%,
  100% {
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
  }

  50% {
    box-shadow: 0 6px 40px rgba(37, 211, 102, 0.75),
      0 0 0 12px rgba(37, 211, 102, 0.08);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    display: none;
  }

  .sobre-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .galeria-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  nav {
    display: none;
  }

  .desktop-orcamento {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  section {
    padding: 72px 20px;
  }

  .hero-stats {
    gap: 24px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .trust-inner {
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .galeria-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-contact-info {
    flex-direction: column;
    align-items: center;
  }
}
