/*
Theme Name: SC Energia Child
Description: Tema filho do Hello Elementor para o site SC Energia Solar.
Author: SC Energia Solar
Version: 0.2.0
Template: hello-elementor
Text Domain: sc-energia-child
*/

:root {
  --sc-navy-950: #061f31;
  --sc-navy-900: #073c58;
  --sc-blue-700: #0157b5;
  --sc-blue-500: #0b89de;
  --sc-blue-200: #8fd3ff;
  --sc-ice: #f2f7fa;
  --sc-text: #162231;
  --sc-muted: #5d7180;
  --sc-white: #ffffff;
  --sc-container: 1264px;
  --sc-radius-sm: 14px;
  --sc-radius-md: 24px;
  --sc-radius-lg: 34px;
  --sc-shadow: 0 22px 70px rgba(6, 31, 49, .13);
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; color: var(--sc-text); }

.sc-site-header {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.sc-site-header.elementor-sticky--effects {
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 12px 40px rgba(6,31,49,.10);
}

.sc-home-hero { isolation: isolate; }
.sc-home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143,211,255,.7), transparent);
  pointer-events: none;
}

.sc-glass-card {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 1px rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sc-section-card {
  box-shadow: var(--sc-shadow);
}

@media (max-width: 1024px) {
  :root { --sc-container: 100%; }
}

@media (max-width: 767px) {
  .sc-site-header { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
}
