/* Gesto Power — gestopower.com v1.0
   Site standalone do agregador especializado · uma empresa Gesto Energia
   Paleta Power Verde #6EAB24 + Bright #0ABF63 · cor-mãe Teal #007A87 */

:root {
  /* Brand */
  --power:        #6EAB24;
  --power-dark:   #4F8517;
  --power-light:  #E8F2D6;
  --power-bright: #0ABF63;
  --teal:         #007A87;
  --teal-dark:    #005F6B;
  --amber:        #D4860A;
  --deep:         #0D1B2A;
  --navy:         #1a2332;

  /* Neutrals */
  --bg:           #ffffff;
  --bg-alt:       #fbfcf9;
  --bg-band:      #f4f6f0;
  --ink:          #1a2332;
  --ink-soft:     #5a6573;
  --line:         #e3e8e0;

  /* System */
  --radius:       14px;
  --radius-lg:    18px;
  --max:          1180px;
  --shadow-sm:    0 2px 8px rgba(13,27,42,0.04);
  --shadow-md:    0 6px 24px rgba(13,27,42,0.06);
  --shadow-lg:    0 16px 40px rgba(13,27,42,0.08);

  /* Typography */
  --font:         'Inter', "Helvetica Neue", Arial, system-ui, sans-serif;
  --font-display: 'Playfair Display', 'Georgia', serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--power-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--deep); color: #fff;
  padding: 8px 12px; z-index: 100;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ─── Header ─── */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid rgba(13,27,42,0.06);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px; gap: 28px;
}
.logo {
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none; color: inherit;
}
.logo-img { height: 44px; width: auto; display: block; }
.logo-divider {
  width: 1px; height: 28px;
  background: rgba(13,27,42,0.18);
}
.logo-power {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  color: var(--deep);
  line-height: 1;
}
.logo-power small {
  display: block;
  font-family: var(--font);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--power);
  margin-top: 4px;
}
.site-nav ul {
  display: flex; align-items: center; gap: 32px;
  list-style: none;
}
.site-nav a {
  color: var(--deep);
  font-weight: 400;
  font-size: 0.95rem;
  letter-spacing: 0.1px;
  position: relative;
  padding: 6px 0;
  text-decoration: none;
}
.site-nav a:hover { color: var(--power); text-decoration: none; }
.site-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--power);
  transform: scaleX(0); transform-origin: left;
  transition: transform .2s ease;
}
.site-nav a:hover::after { transform: scaleX(1); }
.nav-cta {
  background: var(--power);
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  transition: background .2s ease;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--power-dark); }

@media (max-width: 860px) {
  .site-nav ul { gap: 18px; }
  .site-nav li:not(:last-child):not(:first-child) { display: none; }
  .logo-power { font-size: 1.1rem; }
  .logo-img { height: 36px; }
}

/* ─── Hero ─── */
.hero {
  position: relative;
  min-height: 86vh;
  padding: 120px 0 96px;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0; pointer-events: none;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(26,35,50,0.55) 0%, rgba(26,35,50,0.30) 35%, rgba(26,35,50,0.55) 75%, rgba(26,35,50,0.85) 100%),
    linear-gradient(135deg, rgba(110,171,36,0.20) 0%, transparent 55%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; }
.hero .eyebrow {
  color: #B6E07F;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: inline-flex; align-items: center; gap: 10px;
}
.hero .eyebrow::before {
  content: "";
  width: 8px; height: 8px;
  background: var(--power-bright);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(10,191,99,0.22);
}
.hero h1 {
  font-family: var(--font);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}
.hero h1 .accent {
  background: linear-gradient(90deg, #B6E07F, var(--power-bright));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-lead {
  font-size: 1.18rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  max-width: 640px;
  margin-bottom: 36px;
  text-shadow: 0 1px 12px rgba(0,0,0,0.35);
}
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.96rem;
  text-decoration: none;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  cursor: pointer;
  border: 0;
  font-family: inherit;
}
.btn-primary { background: var(--power); color: #fff; }
.btn-primary:hover { background: var(--power-dark); transform: translateY(-1px); text-decoration: none; }
.btn-ghost {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.7); text-decoration: none; }
.btn-outline {
  background: transparent;
  border: 1px solid var(--power);
  color: var(--power-dark);
}
.btn-outline:hover { background: var(--power); color: #fff; text-decoration: none; }

.hero::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 4px; z-index: 3;
  background: linear-gradient(90deg,
    var(--teal) 0%, var(--power) 25%, var(--power-bright) 50%,
    #B9C911 65%, #FFB400 80%, #FF860C 95%, #EE4611 100%);
  opacity: 0.92;
}

/* Mobile: poster instead of video */
@media (max-width: 720px) {
  .hero { min-height: 70vh; padding: 88px 0 64px; }
  .hero-bg { display: none; }
  .hero {
    background:
      linear-gradient(180deg, rgba(26,35,50,0.55) 0%, rgba(26,35,50,0.85) 100%),
      url('hero-poster.jpg') center / cover no-repeat,
      var(--navy);
  }
  .hero-overlay { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg { display: none; }
  .hero {
    background:
      linear-gradient(180deg, rgba(26,35,50,0.45) 0%, rgba(26,35,50,0.75) 100%),
      url('hero-poster.jpg') center / cover no-repeat,
      var(--navy);
  }
  .hero-overlay { display: none; }
}

/* ─── Common section heading ─── */
.section { padding: 100px 0; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-band { background: var(--bg-band); }
.section-dark { background: var(--deep); color: #fff; }

.section-head {
  max-width: 720px;
  margin-bottom: 56px;
}
.section-head.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-head .eyebrow {
  color: var(--power);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--deep);
  margin: 0 0 18px;
}
.section-head p {
  font-size: 1.06rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin: 0;
}
.section-dark .section-head h2 { color: #fff; }
.section-dark .section-head p { color: rgba(255,255,255,0.7); }
.section-dark .section-head .eyebrow { color: #B6E07F; }

/* ─── Trust strip ─── */
.trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.trust-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 32px;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.trust-item strong { color: var(--deep); }
.trust-dot { width: 4px; height: 4px; background: var(--line); border-radius: 50%; align-self: center; }

/* ─── Acerca de nós (the 3 differentiators) ─── */
.about-us {
  background: #fff;
  padding: 120px 0;
  position: relative;
}
.about-head {
  max-width: 820px;
  margin: 0 0 72px;
}
.about-head .eyebrow {
  color: var(--power);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: block;
}
.about-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--deep);
  margin: 0 0 28px;
}
.about-intro {
  font-size: 1.16rem;
  line-height: 1.75;
  color: var(--ink);
  font-weight: 400;
  margin: 0;
  max-width: 760px;
}
.about-intro strong { font-weight: 600; color: var(--deep); }

.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 980px) { .diff-grid { grid-template-columns: 1fr; gap: 18px; } }
.diff-card {
  background: var(--bg-alt);
  border: 1px solid rgba(13,27,42,0.06);
  border-radius: var(--radius-lg);
  padding: 44px 36px 36px;
  position: relative;
  transition: transform .3s cubic-bezier(.16,.84,.32,1),
              box-shadow .3s ease, border-color .3s ease;
}
.diff-card:hover {
  transform: translateY(-3px);
  border-color: rgba(110,171,36,0.30);
  box-shadow: var(--shadow-md);
}
.diff-num {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--power);
  margin-bottom: 28px;
  display: inline-block;
}
.diff-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--deep);
  margin: 0 0 24px;
}
.diff-card ul { list-style: none; }
.diff-card li {
  padding: 10px 0 10px 22px;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(13,27,42,0.05);
}
.diff-card li:last-child { border-bottom: none; padding-bottom: 0; }
.diff-card li:first-child { padding-top: 0; }
.diff-card li::before {
  content: "";
  position: absolute; left: 0; top: 19px;
  width: 8px; height: 1.5px;
  background: var(--power);
  border-radius: 1px;
}
.diff-card li:first-child::before { top: 9px; }
.diff-card li strong { color: var(--deep); font-weight: 600; }
.diff-card li em {
  font-style: normal;
  color: var(--power-dark);
  font-weight: 600;
  font-size: 0.86rem;
  margin-left: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ─── Market context ─── */
.market-context {
  background: var(--bg-band);
  padding: 96px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.market-inner { max-width: 820px; margin: 0 auto; }
.market-inner .eyebrow { color: var(--power); font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; display: block; }
.market-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--deep);
  margin: 0 0 26px;
}
.market-inner p {
  font-size: 1.06rem;
  line-height: 1.85;
  color: var(--ink);
  margin: 0 0 18px;
}
.market-inner p:last-child { margin-bottom: 0; }
.market-inner strong { color: var(--deep); font-weight: 600; }
.acronym {
  font-weight: 600;
  background: linear-gradient(180deg, transparent 60%, rgba(110,171,36,0.22) 60%);
  padding: 0 3px;
}

/* ─── Segments grid (UPAC · Industrial · PPA) ─── */
.segments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 980px) { .segments-grid { grid-template-columns: 1fr; gap: 18px; } }
.segment {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 32px 32px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex; flex-direction: column;
}
.segment:hover {
  transform: translateY(-3px);
  border-color: var(--power);
  box-shadow: var(--shadow-md);
}
.segment-tag {
  font-family: var(--font);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--power);
  margin-bottom: 18px;
  display: inline-block;
}
.segment h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--deep);
  margin: 0 0 8px;
}
.segment .seg-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin: 0 0 20px;
}
.segment .seg-body {
  font-size: 0.94rem;
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 0 0 24px;
  flex: 1;
}
.segment .seg-meta {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  font-size: 0.82rem;
  color: var(--ink-soft);
  letter-spacing: 0.2px;
}
.segment .seg-meta strong {
  display: block;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 5px;
  opacity: 0.7;
}

/* ─── Steps (Como funciona) ─── */
.steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media (max-width: 980px) { .steps-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .steps-row { grid-template-columns: 1fr; } }
.step { position: relative; }
.step-n {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--power);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 700;
  margin-bottom: 18px;
}
.step h4 {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--deep);
  margin: 0 0 8px;
}
.step p { font-size: 0.92rem; color: var(--ink-soft); line-height: 1.65; margin: 0; }

/* ─── Numbers band ─── */
.numbers {
  background: var(--deep);
  color: #fff;
  padding: 88px 0;
  position: relative;
}
.numbers::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--power), var(--power-bright), #B9C911, #FFB400);
}
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: left;
}
@media (max-width: 860px) { .numbers-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .numbers-grid { grid-template-columns: 1fr; } }
.num-tile { padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.14); }
.num-val {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 8px;
  display: flex; align-items: baseline; gap: 6px;
}
.num-val .accent {
  background: linear-gradient(90deg, #B6E07F, var(--power-bright));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.num-val small { font-size: 0.55em; color: rgba(255,255,255,0.55); font-family: var(--font); font-weight: 400; }
.num-lbl { font-size: 0.86rem; color: rgba(255,255,255,0.65); line-height: 1.5; }

/* ─── Pricing ─── */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 20px;
}
@media (max-width: 860px) { .pricing-grid { grid-template-columns: 1fr; } }
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 36px 32px;
  display: flex; flex-direction: column;
}
.price-card.featured {
  background: var(--deep);
  border-color: var(--deep);
  color: rgba(255,255,255,0.85);
}
.p-tag {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--power);
}
.price-card.featured .p-tag { color: var(--power-bright); }
.price-card h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--deep);
  margin: 0 0 4px;
}
.price-card.featured h3 { color: #fff; }
.price-card .sub { font-size: 0.92rem; color: var(--ink-soft); margin-bottom: 22px; }
.price-card.featured .sub { color: rgba(255,255,255,0.55); }
.price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.price-big {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--deep);
}
.price-card.featured .price-big {
  background: linear-gradient(90deg, #B6E07F, var(--power-bright));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.price-unit { font-size: 0.9rem; color: var(--ink-soft); }
.price-card.featured .price-unit { color: rgba(255,255,255,0.55); }
.price-note { font-size: 0.82rem; color: var(--ink-soft); margin: 6px 0 22px; }
.price-card.featured .price-note { color: rgba(255,255,255,0.45); }
.feat-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; }
.feat-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.94rem;
  color: var(--ink-soft);
  line-height: 1.55;
}
.price-card.featured .feat-list li { color: rgba(255,255,255,0.8); }
.feat-list li::before {
  content: "✓";
  color: var(--power);
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.95rem;
  line-height: 1.4;
}
.price-card.featured .feat-list li::before { color: var(--power-bright); }
.price-card .btn { align-self: flex-start; margin-top: auto; }

.transp-note {
  margin-top: 28px;
  padding: 18px 22px;
  background: #FFF7E6;
  border: 1px solid #F2D998;
  border-radius: var(--radius);
  font-size: 0.92rem;
  line-height: 1.65;
  color: #6B4A05;
}
.transp-note strong { color: #7A5210; }
.transp-note a { color: #B47200; font-weight: 600; }

/* ─── Simulator ─── */
.sim-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: start;
}
@media (max-width: 860px) { .sim-grid { grid-template-columns: 1fr; gap: 28px; } }
.sim-text .eyebrow { color: var(--power); font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; display: block; }
.sim-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 500;
  color: var(--deep);
  margin: 0 0 18px;
}
.sim-text p { font-size: 1rem; line-height: 1.75; color: var(--ink-soft); margin: 0 0 14px; }
.sim-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-md);
}
.sim-box h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--deep);
  margin: 0 0 20px;
}
.fg { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.fg label {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--ink-soft);
  letter-spacing: 0.4px;
}
.fg input, .fg select {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.95rem;
  color: var(--ink);
  font-family: inherit;
  background: #fff;
  outline: none;
  transition: border-color .15s ease;
}
.fg input:focus, .fg select:focus { border-color: var(--power); }
.fg .hint { font-size: 0.78rem; color: var(--ink-soft); margin-top: 4px; }
.sim-btn {
  width: 100%;
  background: var(--power);
  color: #fff;
  border: 0;
  padding: 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: background .15s ease;
  margin-top: 6px;
}
.sim-btn:hover { background: var(--power-dark); }
.sim-result {
  display: none;
  margin-top: 20px;
  padding: 18px 20px;
  background: var(--power-light);
  border: 1px solid #cfe6c0;
  border-left: 3px solid var(--power);
  border-radius: 10px;
}
.sim-result.show { display: block; }
.sim-r-lbl {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--power-dark); margin-bottom: 4px;
}
.sim-r-val {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--deep);
}
.sim-r-note { font-size: 0.82rem; color: var(--ink-soft); margin-top: 8px; line-height: 1.55; }
.sim-disc { font-size: 0.78rem; color: var(--ink-soft); margin-top: 14px; line-height: 1.6; }

/* ─── FAQ ─── */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--deep);
  font-family: inherit;
  background: none; border: 0; width: 100%; text-align: left;
}
.faq-q:hover { color: var(--power-dark); }
.faq-ico {
  width: 28px; height: 28px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--bg-alt); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--ink-soft);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.faq-item[open] .faq-ico { transform: rotate(45deg); background: var(--power-light); color: var(--power-dark); }
.faq-a {
  padding: 0 0 22px;
  font-size: 0.96rem;
  color: var(--ink-soft);
  line-height: 1.75;
}

/* ─── Contact ─── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px; align-items: start;
}
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 28px; } }
.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-md);
}
.contact-form h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--deep); margin: 0 0 6px; }
.cf-sub { font-size: 0.92rem; color: var(--ink-soft); margin: 0 0 24px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 520px) { .cf-row { grid-template-columns: 1fr; } }
.cf-g { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.cf-g label { font-size: 0.76rem; font-weight: 600; color: var(--ink-soft); letter-spacing: 0.4px; }
.cf-g input, .cf-g select, .cf-g textarea {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--ink);
  outline: none;
  background: #fff;
  transition: border-color .15s ease;
}
.cf-g input:focus, .cf-g select:focus, .cf-g textarea:focus { border-color: var(--power); }
.cf-g textarea { min-height: 90px; resize: vertical; }
.cf-submit {
  width: 100%;
  background: var(--power);
  color: #fff;
  border: 0;
  padding: 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: background .15s ease;
}
.cf-submit:hover { background: var(--power-dark); }
.cf-legal { font-size: 0.75rem; color: var(--ink-soft); margin-top: 10px; line-height: 1.55; text-align: center; }
.contact-text h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 500; color: var(--deep); margin: 0 0 16px; }
.contact-text p { font-size: 1rem; line-height: 1.75; color: var(--ink-soft); margin: 0 0 22px; }
.contact-detail { display: flex; align-items: center; gap: 10px; font-size: 0.96rem; color: var(--ink-soft); margin-bottom: 10px; }
.contact-detail strong { color: var(--ink); }
.contact-detail a { color: var(--power-dark); font-weight: 500; }

/* ─── Footer ─── */
.site-footer {
  background: var(--deep);
  color: rgba(255,255,255,0.7);
  padding: 56px 0 28px;
  position: relative;
}
.site-footer::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--power), var(--power-bright), #B9C911, #FFB400);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 32px;
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.ft-brand img { height: 44px; margin-bottom: 14px; filter: brightness(0) invert(1); }
.ft-brand .ft-name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 4px;
}
.ft-brand .ft-name small {
  display: block;
  font-family: var(--font);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--power-bright);
  margin-top: 4px;
}
.ft-brand p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  max-width: 280px;
  line-height: 1.65;
  margin-top: 16px;
}
.ft-col h5 {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 16px;
}
.ft-col a {
  display: block;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 9px;
  transition: color .15s ease;
}
.ft-col a:hover { color: var(--power-bright); text-decoration: none; }
.ft-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.40);
  flex-wrap: wrap; gap: 12px;
}
.ft-bottom .ft-mother a { color: var(--power-bright); }

/* ─── Language switch (v2) ─── */
.site-nav { display: flex; align-items: center; }
.lang-switch {
  display: inline-flex; align-items: center; gap: 6px;
  margin-left: 22px; padding-left: 18px;
  border-left: 1px solid var(--line);
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.5px;
}
.lang-switch a {
  padding: 4px 8px; border-radius: 6px;
  color: var(--ink-soft); text-decoration: none;
}
.lang-switch a::after { display: none; }
.lang-switch a:hover { color: var(--power-dark); background: var(--power-light); text-decoration: none; }
.lang-switch a.active { color: var(--power-dark); background: var(--power-light); }
.lang-switch .sep { color: var(--line); font-weight: 400; }
@media (max-width: 860px) {
  .lang-switch { margin-left: 12px; padding-left: 12px; font-size: 0.72rem; }
  .lang-switch a { padding: 3px 6px; }
}

/* ─── Hero audience cards (v3) ─── */
.hero-audiences {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 860px;
  margin-top: 8px;
}
.aud-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 20px 22px;
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px;
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.aud-card:hover {
  background: rgba(110,171,36,0.16);
  border-color: rgba(110,171,36,0.5);
  text-decoration: none;
  transform: translateY(-2px);
}
.aud-card .tag {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 1.4px;
  text-transform: uppercase; margin-bottom: 6px;
}
.aud-card.upac .tag { color: #B6E07F; }
.aud-card.cent .tag { color: #FFB400; }
.aud-card h3 {
  color: #fff; margin: 0 0 6px;
  font-size: 1.05rem; font-weight: 700; line-height: 1.3;
  font-family: var(--font);
}
.aud-card p { color: rgba(255,255,255,0.66); margin: 0; font-size: 0.86rem; line-height: 1.5; }
.aud-card .arrow { font-size: 1.2rem; color: rgba(255,255,255,0.5); }
.aud-card:hover .arrow { color: #fff; }
@media (max-width: 760px) {
  .hero-audiences { grid-template-columns: 1fr; }
}

/* ─── Full logo header (v3.1) ─── */
.logo-img.logo-full { height: 52px; }
@media (max-width: 860px) {
  .logo-img.logo-full { height: 42px; }
}

/* ─── Diff card subtitle (v3.2) ─── */
.diff-card .diff-sub {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: -12px 0 20px;
}

/* ─── Sub-page hero (v13) ─── */
.hero-sub {
  min-height: 46vh;
  padding: 120px 0 72px;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(110,171,36,0.25) 0%, transparent 55%),
    linear-gradient(160deg, #1a2332 0%, #0D1B2A 100%);
}
.hero-sub .hero-overlay { display: none; }

/* ─── Segment card link (v13) ─── */
.seg-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--power-dark);
}
.seg-link:hover { text-decoration: underline; }
