/* RGA Industrial Landing Page - CSS */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@600;700;800&family=Public+Sans:wght@400;500;600;700&display=swap');

:root {
  --bg-page: #FFFFFF;
  --bg-alt: #F7F8FB;
  --bg-card: #FFFFFF;
  --border: #ECEDF3;
  --header-bg: rgba(255,255,255,0.96);
  --text-heading: #1C2154;
  --text-body: #565A6E;
  --text-muted: #8A8FA3;
  --placeholder-bg: #8890A6;
  --placeholder-border: #6B7290;
  --chip-bg: #FDECD9;
  --input-bg: #FFFFFF;
  --input-border: #DBDEE9;
  --input-text: #333648;
  --hero-pattern-a: #F5F6FA;
  --hero-pattern-b: #EDEFF5;
  --orange: #F0791A;
  --navy: #1C2154;
}

html[data-theme="dark"] {
  --bg-page: #0D1230;
  --bg-alt: #131A42;
  --bg-card: #171F4C;
  --border: rgba(255,255,255,0.12);
  --header-bg: rgba(13,18,48,0.9);
  --text-heading: #FFFFFF;
  --text-body: #C4C9E6;
  --text-muted: #8890B8;
  --placeholder-bg: #3D4570;
  --placeholder-border: #5B6296;
  --chip-bg: rgba(240,121,26,0.18);
  --input-bg: #111737;
  --input-border: rgba(255,255,255,0.18);
  --input-text: #FFFFFF;
  --hero-pattern-a: #141A3D;
  --hero-pattern-b: #1B2454;
}

* { box-sizing: border-box; }
html, body { margin: 0; background: #ffffff; -webkit-font-smoothing: antialiased; overflow-x: hidden; max-width: 100%; }
body { font-family: 'Public Sans', sans-serif; color: var(--text-body); background: var(--bg-page); width: 100%; transition: background 0.25s ease, color 0.25s ease; }
a { text-decoration: none; }
button { font-family: inherit; }

.rga-cta-block { display: inline-flex; align-items: center; justify-content: center; }
@media (max-width: 560px) { .rga-cta-block { width: 100%; } }
@media (min-width: 900px) {
  .rga-desktop-nav, .rga-desktop-actions { display: flex !important; }
  .rga-mobile-toggle { display: none !important; }
}

/* HEADER */
.rga-header { position: sticky; top: 0; z-index: 50; background: var(--header-bg); backdrop-filter: blur(6px); border-bottom: 1px solid var(--border); transition: background 0.25s ease, border-color 0.25s ease; }
.rga-header-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px clamp(16px, 6vw, 100px); }
.rga-logo-wrap { display: inline-flex; align-items: center; flex-shrink: 0; }
.rga-logo-wrap img { height: 50px; width: auto; display: block; margin: -6px 0; transition: height 0.2s ease; }
.rga-desktop-nav { display: none; align-items: center; gap: clamp(20px, 2.4vw, 36px); flex: 1; justify-content: center; }
.rga-desktop-nav a { font-family: 'Archivo', sans-serif; font-weight: 600; font-size: 14.5px; color: var(--text-body); white-space: nowrap; transition: color 0.2s ease; }
.rga-desktop-nav a:hover { color: var(--orange); }
.rga-desktop-actions { display: none; align-items: center; gap: 10px; flex-shrink: 0; }
.btn-whatsapp-sm { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 14px; padding: 10px 16px; border-radius: 8px; white-space: nowrap; }
.btn-orange-sm { background: var(--orange); color: #fff; font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 14px; padding: 12px 18px; border-radius: 8px; text-align: center; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; letter-spacing: 0.2px; }
.theme-toggle { width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--border); background: var(--bg-alt); display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; padding: 0; color: var(--text-heading); transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease; }
.theme-toggle .icon-moon { display: none; }
html[data-theme="dark"] .theme-toggle .icon-sun { display: none; }
html[data-theme="dark"] .theme-toggle .icon-moon { display: block; }
.rga-mobile-toggle { width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--border); background: var(--bg-alt); display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; padding: 0; }
.rga-burger { display: flex; flex-direction: column; gap: 5px; width: 20px; }
.rga-burger span { display: block; height: 2px; width: 100%; background: var(--text-heading); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease, background 0.25s ease; }
.rga-mobile-toggle[aria-expanded="true"] .rga-bar-top { transform: translateY(7px) rotate(45deg); }
.rga-mobile-toggle[aria-expanded="true"] .rga-bar-mid { opacity: 0; }
.rga-mobile-toggle[aria-expanded="true"] .rga-bar-bottom { transform: translateY(-7px) rotate(-45deg); }
.rga-mobile-menu { border-top: 1px solid var(--border); background: var(--bg-card); padding: 16px clamp(16px, 6vw, 100px) 20px; display: none; flex-direction: column; gap: 10px; }

.rga-mobile-menu.open { display: flex; }
.btn-whatsapp-block { display: flex; align-items: center; justify-content: center; gap: 8px; background: #25D366; color: #fff; font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 15px; padding: 13px 16px; border-radius: 8px; }
.btn-orange-block { background: var(--orange); color: #fff; font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 15px; padding: 13px 16px; border-radius: 8px; text-align: center; display: flex; align-items: center; justify-content: center; letter-spacing: 0.2px; }

/* KICKER */
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; }
.kicker.center { justify-content: center; }
.kicker-line { width: 28px; height: 3px; background: var(--orange); border-radius: 2px; display: block; flex-shrink: 0; }
.kicker-text { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 12.5px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--orange); }

/* HERO */
.hero { position: relative; min-height: calc(88vh - 68px); display: flex; align-items: center; overflow: hidden; background-image: url('assets/hero_bg.png'); background-size: cover; background-position: center; border-bottom: 1px solid var(--border); padding: 56px clamp(20px,6vw,100px); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(18,22,60,0.95) 0%, rgba(18,22,60,0.95) 46%, rgba(18,22,60,0.75) 58%, rgba(18,22,60,0.2) 82%); }
.hero-inner { position: relative; z-index: 2; max-width: 1440px; margin: 0 auto; width: 100%; }
.hero-content { max-width: min(940px, 100%); }
.hero-placeholder { display: inline-block; background: rgba(255,255,255,0.92); border: 2px dashed #C7CBD9; border-radius: 10px; padding: 10px 16px; color: #6B7088; margin: 0 0 20px; }
.hero-placeholder .label { font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 2px; }
.hero-placeholder .desc { font-size: 12.5px; line-height: 1.4; }
.hero-kicker { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; }
.hero-kicker-line { width: 18px; height: 2px; background: rgba(240,121,26,0.6); border-radius: 2px; display: block; flex-shrink: 0; }
.hero-kicker-text { font-family: 'Archivo', sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.hero h1 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(22px, 5.75vw, 49px); line-height: 1.22; color: #fff; margin: 0 0 24px; letter-spacing: -0.2px; text-transform: uppercase; max-width: 830px; }
.hero h1 span { color: var(--orange); }
.hero-copy { display: flex; flex-direction: column; gap: 16px; margin: 0 0 36px; max-width: 765px; }
.hero-copy p { font-size: clamp(17px,1.28vw,18.5px); line-height: 1.65; color: #DCDFEF; margin: 0; }
.hero-copy p.strong { color: #fff; font-weight: 600; }
.hero-copy p.strong strong { color: var(--orange); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.btn-orange { display: inline-flex; align-items: center; justify-content: center; background: var(--orange); color: #fff; font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 16px; padding: 15px 34px; border-radius: 8px; text-align: center; }
.hero-whatsapp-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 15.5px; padding: 14px 28px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.04); transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
.hero-whatsapp-link:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.4); transform: translateY(-1px); }

/* CREDIBILIDADE */
.credibilidade { background: var(--bg-page); padding: 14px clamp(20px,6vw,100px); border-bottom: 1px solid var(--border); transition: background 0.25s ease, border-color 0.25s ease; }
.credibilidade-inner { max-width: 1440px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.credibilidade-label { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: 0.5px; text-transform: uppercase; color: var(--text-heading); white-space: nowrap; }
.chip { font-size: 12px; font-weight: 600; color: var(--text-body); background: var(--chip-bg); padding: 4px 10px; border-radius: 999px; white-space: nowrap; }

/* Mini cards + marquee (credibilidade) */
.credibilidade-marquee { flex: 1; width: 100%; min-width: 0; overflow: hidden; }
.marquee-track { display: flex; gap: 10px; }
.marquee-group { display: flex; flex-wrap: wrap; gap: 10px; flex-shrink: 0; }
.mini-card { display: flex; align-items: center; gap: 8px; background: var(--bg-alt); border: 1px solid var(--border); padding: 8px 14px 8px 8px; border-radius: 999px; white-space: nowrap; transition: background 0.25s ease, border-color 0.25s ease; }
.mini-icon { width: 30px; height: 30px; min-width: 30px; border-radius: 50%; background: var(--chip-bg); color: var(--orange); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mini-card span:last-child { font-size: 13px; font-weight: 700; color: var(--text-heading); }
@media (min-width: 900px) {
  .credibilidade-inner { justify-content: center; gap: 40px; }
  .credibilidade-marquee { flex: 0 1 auto; display: flex; justify-content: flex-start; width: auto; }
  .marquee-track { flex-wrap: wrap; justify-content: flex-start; }
  .marquee-group[aria-hidden] { display: none; }
}
@media (max-width: 899px) {
  .credibilidade-inner { flex-direction: column; align-items: stretch; text-align: center; gap: 12px; }
  .credibilidade-marquee {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }
  .marquee-track { width: max-content; animation: rga-marquee 22s linear infinite; }
  .credibilidade-marquee:hover .marquee-track { animation-play-state: paused; }
  .mini-card { padding: 7px 14px 7px 7px; }
  .mini-icon { width: 26px; height: 26px; min-width: 26px; }
  .mini-icon svg { width: 15px; height: 15px; }
  .mini-card span:last-child { font-size: 12.5px; }
}
@keyframes rga-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none !important; }
}

/* PROBLEMA */
.problema { background: var(--bg-alt); padding: clamp(40px,6vw,72px) clamp(20px,6vw,100px); transition: background 0.25s ease; }
.problema-grid {
  max-width: 1440px; margin: 0 auto;
  display: grid;
  gap: clamp(28px,5vw,48px);
  grid-template-columns: minmax(0,1fr);
  grid-template-areas: "ta" "photo" "tb";
}
.problema-text-a, .problema-text-b { max-width: 620px; min-width: 0; }
.problema-text-a { grid-area: ta; }
.problema-text-b { grid-area: tb; }
@media (min-width: 900px) {
  .problema-grid {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    grid-template-areas: "ta photo" "tb photo";
    align-items: start;
  }
}
.problema-photo { grid-area: photo; position: relative; width: 100%; margin: 0 auto; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }
.problema-photo:hover { transform: translateY(-4px); }
@media (min-width: 900px) {
  .problema-photo { height: 100%; }
  .problema-photo img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
}
@media (max-width: 899px) {
  .problema-photo { aspect-ratio: 4/3; }
  .problema-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
}
.problema-text-a h2, .problema-text-b h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(24px,3.2vw,32px); line-height: 1.22; color: var(--text-heading); margin: 0 0 18px; }
.problema-text-a h2 span { color: var(--orange); }
.alert-box { background: var(--bg-card); border: 1px solid rgba(240, 121, 26, 0.2); border-radius: 12px; padding: 20px; margin: 0; box-shadow: 0 4px 12px rgba(0,0,0,0.01); }
.alert-header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.alert-warning-icon { width: 32px; height: 32px; min-width: 32px; border-radius: 9px; background: rgba(240,121,26,0.14); color: var(--orange); display: flex; align-items: center; justify-content: center; }
.alert-header h4 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; color: var(--text-heading); margin: 0; }
.alert-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.alert-list li { font-size: 15px; color: var(--text-body); display: flex; align-items: center; gap: 12px; line-height: 1.4; font-weight: 500; }
.alert-list li::before {
  content: "";
  display: block;
  width: 22px; height: 22px; min-width: 22px;
  background-color: var(--orange);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'><rect width='18' height='18' x='3' y='3' rx='4'/><path d='m9 12 2 2 4-4'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'><rect width='18' height='18' x='3' y='3' rx='4'/><path d='m9 12 2 2 4-4'/></svg>");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.problema-text-b > p { font-size: 16px; line-height: 1.6; color: var(--text-body); margin: 0 0 12px; }
.callout { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; background: var(--chip-bg); border: none; border-left: 3px solid var(--orange); border-radius: 10px; margin: 0 0 16px; }
.callout-icon { width: 28px; height: 28px; min-width: 28px; border-radius: 8px; background: rgba(240,121,26,0.16); color: var(--orange); display: flex; align-items: center; justify-content: center; }
.callout p { font-size: 15px; line-height: 1.45; color: var(--text-heading); margin: 0; font-weight: 600; }
.muted-p { font-size: 14.5px; line-height: 1.55; color: var(--text-muted); margin: 0 0 20px; }
.btn-orange-full { display: flex; align-items: center; justify-content: center; width: 100%; background: var(--orange); color: #fff; font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 16px; padding: 15px 30px; border-radius: 8px; text-align: center; }

/* DIFERENCIAL (navy) */
.diferencial { background: var(--navy); padding: clamp(40px,7vw,88px) clamp(20px,6vw,100px); }
.diferencial-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr)); gap: clamp(32px,5vw,64px); align-items: center; }
@media (min-width: 900px) {
  .diferencial-grid { grid-template-columns: 42% 58%; }
}
.diferencial-text { max-width: 680px; }
.diferencial-text h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(26px,3.6vw,36px); line-height: 1.22; color: #fff; margin: 0 0 20px; }
.diferencial-text h2 span { color: var(--orange); }
.lead-white { font-size: 18px; line-height: 1.55; color: #fff; font-weight: 700; margin: 0 0 20px; }
.check-list { display: flex; flex-direction: column; gap: 16px; margin: 0 0 28px; }
.check-row { display: flex; gap: 14px; align-items: flex-start; }
.check-row .check {
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; min-width: 26px;
  color: var(--orange);
  flex-shrink: 0;
  margin-top: 2px;
}
.check-row p { margin: 0; font-size: 16px; line-height: 1.6; color: #C7CBE0; }
.diferencial-photo { width: 100%; max-width: 1000px; aspect-ratio: 1000/750; margin: 0 auto; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }
.diferencial-photo:hover { transform: translateY(-4px); }
.diferencial-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.diferencial-photo .label { font-size: 13px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: #F2F3F8; margin-bottom: 8px; }
.diferencial-photo .desc { font-size: 15px; line-height: 1.5; max-width: 320px; color: rgba(255,255,255,0.9); }

/* PRODUTOS */
.produtos { background: var(--bg-alt); padding: clamp(40px,7vw,88px) clamp(20px,6vw,100px); transition: background 0.25s ease; }
.produtos-inner { max-width: 1440px; margin: 0 auto; }
.produtos-inner h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(26px,3.6vw,36px); line-height: 1.3; color: var(--text-heading); margin: 0 0 clamp(32px,5vw,56px); max-width: 760px; text-align: center; margin-left: auto; margin-right: auto; }
.produtos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.produto-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 14px; height: 100%; transition: background 0.25s ease, border-color 0.25s ease; position: relative; overflow: hidden; }
.produto-card .accent-bar { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--orange); }
.produto-photo { width: 100%; max-width: 800px; aspect-ratio: 800/440; margin: 0 auto; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }
.produto-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.produto-card:hover .produto-photo img { transform: scale(1.05); }
.produto-photo .label { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: #F2F3F8; margin-bottom: 6px; }
.produto-photo .desc { font-size: 13px; line-height: 1.45; color: rgba(255,255,255,0.9); }
.produto-card h3 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 20px; color: var(--text-heading); margin: 0; }
.produto-card > p { font-size: 15px; line-height: 1.6; color: var(--text-body); margin: 0; }
.produto-points { display: flex; flex-direction: column; gap: 8px; margin: 12px 0; }
.produto-points .chip { font-size: 14px; font-weight: 500; color: var(--text-body); background: transparent; padding: 0; border-radius: 0; white-space: normal; line-height: 1.4; display: flex; align-items: flex-start; gap: 8px; }
.produto-points .chip::before {
  content: "";
  display: block;
  width: 21px; height: 21px; min-width: 21px;
  margin-top: 2px;
  background-color: var(--orange);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'><rect width='18' height='18' x='3' y='3' rx='4'/><path d='m9 12 2 2 4-4'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'><rect width='18' height='18' x='3' y='3' rx='4'/><path d='m9 12 2 2 4-4'/></svg>");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.btn-orange-sm2 { display: inline-flex; align-items: center; justify-content: center; background: var(--orange); color: #fff; font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 14.5px; padding: 12px 20px; border-radius: 8px; margin-top: auto; }

/* DIFERENCIAIS (por que escolher) */
.diferenciais { background: var(--bg-page); padding: clamp(40px,7vw,88px) clamp(20px,6vw,100px); transition: background 0.25s ease; }
.diferenciais-inner { max-width: 1440px; margin: 0 auto; }
.diferenciais-inner h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(26px,3.6vw,36px); line-height: 1.3; color: var(--text-heading); margin: 0 0 clamp(32px,5vw,56px); text-align: center; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin: 0 0 48px; }
.why-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px 24px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.25s ease; }
.why-item:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); border-color: var(--orange); }
.why-num { width: 48px; height: 48px; border-radius: 50%; background: var(--chip-bg); display: flex; align-items: center; justify-content: center; font-family: 'Archivo', sans-serif; font-weight: 800; color: var(--orange); font-size: 18px; margin-bottom: 4px; }
.why-item h3 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 19px; color: var(--text-heading); margin: 0; }
.why-item p { font-size: 15px; line-height: 1.6; color: var(--text-body); margin: 0; }
.center-cta { text-align: center; }

/* BUSCA */
.busca { background: var(--bg-alt); padding: clamp(40px,7vw,88px) clamp(20px,6vw,100px); transition: background 0.25s ease; }
.busca-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr)); gap: clamp(32px,5vw,64px); align-items: start; }
.busca-text { max-width: 620px; }
.busca-text h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(26px,3.4vw,34px); line-height: 1.25; color: var(--text-heading); margin: 0 0 20px; }
.busca-text h2 span { color: var(--orange); }
.busca-text p { font-size: 16px; line-height: 1.65; color: var(--text-body); margin: 0 0 16px; }
.segmentos-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; transition: background 0.25s ease, border-color 0.25s ease; }
.segmentos-card h3 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 18px; color: var(--text-heading); margin: 0 0 20px; }
.segmento-row { display: flex; gap: 12px; align-items: center; font-size: 15.5px; color: var(--text-body); }
.segmento-row .check {
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; min-width: 26px;
  color: var(--orange);
}
.segmentos-list { display: flex; flex-direction: column; gap: 14px; }

/* CTA FINAL */
.cta-final { background: var(--navy); padding: clamp(40px,7vw,88px) clamp(20px,6vw,100px); }
.cta-final-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.cta-final-inner h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(26px,3.4vw,36px); line-height: 1.25; color: #fff; margin: 0 0 20px; }
.cta-final-inner h2 span { color: var(--orange); }
.cta-final-inner p { font-size: 17px; line-height: 1.6; color: #C7CBE0; margin: 0 0 8px; }
.cta-final-inner p:last-of-type { margin: 0 0 32px; }
.btn-orange-lg { display: inline-flex; align-items: center; justify-content: center; background: var(--orange); color: #fff; font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 16px; padding: 16px 34px; border-radius: 8px; text-align: center; }

/* FAQ */
.faq { background: var(--bg-page); padding: clamp(40px,7vw,88px) clamp(20px,6vw,100px); transition: background 0.25s ease; }
.faq-inner { max-width: 820px; margin: 0 auto; }
.faq-inner h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(26px,3.4vw,34px); color: var(--text-heading); margin: 0 0 32px; text-align: center; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--bg-card); transition: background 0.25s ease, border-color 0.25s ease; }
.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16px; color: var(--text-heading); }
.faq-question .plus { color: var(--orange); font-size: 20px; font-weight: 700; flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .plus { transform: rotate(45deg); }
.faq-answer { padding: 0 22px 22px; font-size: 15px; line-height: 1.65; color: var(--text-body); display: none; }
.faq-item.open .faq-answer { display: block; }

/* CONTATO */
.contato { background: var(--bg-alt); padding: clamp(40px,7vw,88px) clamp(20px,6vw,100px); transition: background 0.25s ease; }
.contato-inner { max-width: 720px; margin: 0 auto; }
.contato-inner > h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(22px,2.8vw,28px); color: var(--text-heading); margin: 0 0 12px; text-align: center; }
.contato-sub { font-size: 15.5px; color: var(--text-body); text-align: center; margin: 0 0 32px; }
.whatsapp-banner { display: flex; align-items: center; justify-content: center; gap: 10px; background: rgba(37,211,102,0.12); border: 1px solid rgba(37,211,102,0.4); color: var(--text-heading); font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 15px; padding: 14px 20px; border-radius: 10px; margin: 0 0 24px; transition: color 0.25s ease; }
.form-success { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: clamp(32px,5vw,48px); text-align: center; display: none; }
.form-success.show { display: block; }
.form-success .check { font-size: 40px; margin-bottom: 12px; }
.form-success h3 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 20px; color: var(--text-heading); margin: 0 0 8px; }
.form-success p { font-size: 15px; color: var(--text-body); margin: 0; }
.rga-form { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: clamp(24px,4vw,36px); display: flex; flex-direction: column; gap: 18px; transition: background 0.25s ease, border-color 0.25s ease; }
.rga-form.hide { display: none; }
.form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-size: 13.5px; font-weight: 600; color: var(--text-body); }
.form-field input, .form-field textarea { padding: 12px 14px; border-radius: 8px; border: 1px solid var(--input-border); font-size: 15px; font-family: inherit; background: var(--input-bg); color: var(--input-text); }
.form-field textarea { resize: vertical; }
.btn-submit { background: var(--orange); color: #fff; font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 16px; padding: 15px 30px; border-radius: 8px; border: none; cursor: pointer; margin-top: 8px; }

/* FOOTER */
.rga-footer { background: var(--navy); padding: clamp(40px,5vw,56px) clamp(20px,6vw,100px) 28px; }
.rga-footer-inner { max-width: 1440px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.footer-logo { display: inline-flex; }
.footer-logo img { height: 40px; width: auto; display: block; filter: brightness(0) invert(1); opacity: 0.92; }
.rga-footer-inner > p:first-of-type { font-size: 15px; line-height: 1.6; color: #C7CBE0; max-width: 560px; margin: 0; }
.footer-divider { width: 100%; height: 1px; background: rgba(255,255,255,0.12); margin: 8px 0; }
.copyright { font-size: 13px; color: #8890B8; margin: 0; }
.dark-toggle { width: 44px; height: 24px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.08); padding: 2px; cursor: pointer; display: flex; align-items: center; justify-content: flex-start; margin-top: 8px; }
.dark-toggle[data-on="true"] { justify-content: flex-end; }
.dark-toggle .knob { width: 18px; height: 18px; border-radius: 50%; background: var(--orange); display: block; }

/* OVERRIDES PARA DISPOSITIVOS MÓVEIS (MELHORIA HIERARQUIA HERO + LOGO) */
@media (max-width: 768px) {
  .rga-logo-wrap img { height: 42px; margin: 0; }
  .hero {
    padding: 20px 20px 32px;
    min-height: 58vh; /* Altura reduzida para a faixa de credibilidade aparecer sem rolar */
    display: flex;
    align-items: center; /* Centraliza verticalmente o bloco */
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
  .hero-kicker {
    margin-bottom: 12px;
  }
  .hero h1 {
    font-size: 23px;
    line-height: 1.25;
    margin-bottom: 16px; /* Espaço moderado */
  }
  .hero-copy {
    gap: 10px; /* Espaço moderado entre os dois parágrafos */
    margin-bottom: 24px; /* Espaço moderado antes do botão */
  }
  .hero-copy p {
    font-size: 14px;
    line-height: 1.5; /* Espaçamento de linhas equilibrado */
  }
  .hero-actions {
    width: 100%;
  }
  .btn-orange.rga-cta-block {
    width: 100%;
    padding: 13px 20px;
    font-size: 15px;
  }
  .hero-whatsapp-link {
    display: none !important; /* Remove do mobile conforme solicitado */
  }
  /* AJUSTE SEÇÃO DIFERENCIAL NO MOBILE */
  .diferencial {
    padding: 48px 16px;
  }
  .diferencial-text h2 {
    font-size: 22.5px;
    line-height: 1.35;
  }
  /* AJUSTE SEÇÃO CREDIBILIDADE NO MOBILE */
  .credibilidade {
    padding: 18px 16px;
  }
}
