/* ============================================================
   LP — Guarda-corpo em São José e Florianópolis · ângulo segurança
   Vieses: aversão à perda/segurança, autoridade/normas, dual-city, prova social
   ============================================================ */

/* ---------- Hero escuro dramático ---------- */
.gc-hero { position: relative; background: var(--ink); color: rgba(255, 255, 255, 0.82); overflow: hidden; border-radius: 0 0 var(--r-xl) var(--r-xl); }
.gc-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(95% 90% at 82% -10%, rgba(245, 166, 35, 0.2), transparent 55%); }
.gc-hero .container { position: relative; z-index: 2; max-width: var(--hero-max); }
.gc-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; padding-block: clamp(2.6rem, 6vw, 5rem); }
.gc-hero .eyebrow { color: var(--accent); }
.gc-hero h1 { color: #fff; margin-top: 1.1rem; font-size: clamp(2.3rem, 5vw, 3.7rem); }
.gc-hero .lead { color: rgba(255, 255, 255, 0.82); margin-top: 1.2rem; max-width: 540px; }
.gc-hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.9rem; }
.gc-hero .lp-chips { margin-top: 1.7rem; }
.gc-hero .lp-chip { background: rgba(255, 255, 255, 0.06); border-color: var(--line-dark); color: #fff; box-shadow: none; }
.gc-hero .lp-chip svg { color: var(--accent); }

.gc-visual { position: relative; }
.gc-visual .media { aspect-ratio: 4 / 5; border-radius: var(--r-lg); box-shadow: var(--shadow-float); display: grid; place-items: center; }
.gc-visual .media-emblem { width: 96px; height: 96px; }
.gc-safety-float {
  position: absolute; left: -18px; bottom: 30px;
  background: var(--paper); color: var(--ink); border-radius: var(--r);
  padding: 1rem 1.2rem; box-shadow: var(--shadow-soft); display: flex; align-items: center; gap: 0.8rem; max-width: 250px;
}
.gc-safety-float .ic { width: 44px; height: 44px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-strong); display: grid; place-items: center; flex: none; }
.gc-safety-float .ic svg { width: 24px; height: 24px; }
.gc-safety-float b { font-family: var(--font-head); font-size: 0.95rem; }
.gc-safety-float span { font-size: 0.8rem; color: var(--text-mute); display: block; }

/* ---------- Duas cidades ---------- */
.two-city { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.5vw, 1.8rem); margin-top: clamp(2rem, 4vw, 3rem); }
.city-card { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.6rem, 3vw, 2.2rem); overflow: hidden; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.city-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.city-card h3 { display: flex; align-items: center; gap: 0.6rem; font-size: clamp(1.4rem, 2.6vw, 1.7rem); }
.city-card h3 svg { width: 24px; height: 24px; color: var(--accent-strong); }
.city-card p { color: var(--text-mute); font-size: 0.94rem; margin-top: 0.6rem; }
.city-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.3rem; }
.city-tags span { font-size: 0.84rem; padding: 0.38rem 0.85rem; border-radius: var(--pill); background: var(--paper-warm); color: var(--text); }

/* ---------- Inox + vidro ---------- */
.glass-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.glass-feature.is-reverse .glass-visual { order: 2; }
.glass-visual {
  aspect-ratio: 4 / 3; border-radius: var(--r-lg); position: relative; overflow: hidden; box-shadow: var(--shadow-soft);
  display: grid; place-items: center;
  background:
    repeating-linear-gradient(125deg, rgba(255, 255, 255, 0.18) 0 14px, rgba(255, 255, 255, 0.04) 14px 28px),
    linear-gradient(135deg, #b9c3c9, #e9eef0 45%, #aeb9bf);
}
.glass-visual .media-emblem { background: rgba(255, 255, 255, 0.35); border-color: rgba(255, 255, 255, 0.6); color: #2a2c30; }
.glass-points { display: grid; gap: 1.1rem; margin-top: 1.6rem; }
.safety-point { display: flex; gap: 0.9rem; align-items: flex-start; }
.safety-point .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-soft); color: var(--accent-strong); display: grid; place-items: center; flex: none; }
.safety-point .ic svg { width: 24px; height: 24px; }
.safety-point h3 { font-size: 1.08rem; }
.safety-point p { font-size: 0.92rem; color: var(--text-mute); margin-top: 0.2rem; }

@media (max-width: 980px) {
  .gc-hero-grid { grid-template-columns: 1fr; }
  .gc-visual { max-width: 440px; margin-inline: auto; width: 100%; }
  .two-city { grid-template-columns: 1fr; }
  .glass-feature { grid-template-columns: 1fr; }
  .glass-feature.is-reverse .glass-visual { order: 0; }
}
