/* ══════════════════════════════════════════════════════════════
   VISLYO — style.css  v3.0
   Aesthetic: Futuristic · Tech · Elegant · Dark
   ══════════════════════════════════════════════════════════════ */

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

:root {
  --bg:        #07090F;
  --bg2:       #0C1018;
  --bg3:       #101620;
  --border:    rgba(255,255,255,.07);
  --border2:   rgba(255,255,255,.13);
  --text:      #E4EAF4;
  --muted:     #5E6F8A;
  --muted2:    #8096B2;
  --accent:    #00CFFF;
  --purple:    #7B61FF;
  --white:     #FFFFFF;
  --font-d:    'Syne', sans-serif;
  --font-b:    'Inter', sans-serif;
  --ease:      cubic-bezier(.4,0,.2,1);
  --max:       1160px;
  --glow:      0 0 32px rgba(0,207,255,.14);
  --glow2:     0 0 60px rgba(0,207,255,.22);
  --s1: 8px; --s2: 16px; --s3: 24px; --s4: 32px;
  --s5: 48px; --s6: 64px; --s7: 96px;
}

html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-b); background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; }

.lang-pt .en { display: none !important; }
.lang-en .pt { display: none !important; }

/* ── NAV ─────────────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--s5); height: 64px;
  background: rgba(7,9,15,.88);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  transition: border-color .3s, background .3s;
}
nav.scrolled { border-color: var(--border2); background: rgba(7,9,15,.96); }

.nav-logo { font-family: var(--font-d); font-size: 1.25rem; font-weight: 700; letter-spacing: .16em; color: var(--white); text-decoration: none; flex-shrink: 0; }
.nav-logo .y { color: var(--accent); }

.nav-links { display: flex; align-items: center; gap: var(--s4); list-style: none; }
.nav-links a { font-size: .75rem; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color .2s; white-space: nowrap; }
.nav-links a:hover { color: var(--text); }

.nav-cta { border: 1px solid var(--accent) !important; color: var(--accent) !important; padding: 7px 16px !important; border-radius: 5px !important; font-size: .73rem !important; transition: all .2s !important; background: transparent !important; }
.nav-cta:hover { background: var(--accent) !important; color: var(--bg) !important; box-shadow: var(--glow) !important; }

.lang-btn { background: none; border: 1px solid var(--border2); padding: 6px 13px; border-radius: 4px; font-family: var(--font-b); font-size: .7rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); cursor: pointer; transition: all .2s; white-space: nowrap; }
.lang-btn:hover { border-color: var(--accent); color: var(--accent); }

.nav-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; margin-left: var(--s2); }
.nav-burger span { display: block; width: 20px; height: 1.5px; background: var(--text); border-radius: 2px; transition: all .3s; }

/* ── MOBILE MENU ─────────────────────────────────────────────── */
.mobile-menu { display: none; flex-direction: column; position: fixed; top: 64px; left: 0; right: 0; z-index: 99; background: var(--bg2); border-bottom: 1px solid var(--border2); padding: var(--s2) var(--s4) var(--s4); gap: 2px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 14px 0; font-size: .92rem; font-weight: 400; color: var(--muted2); text-decoration: none; border-bottom: 1px solid var(--border); transition: color .2s; }
.mobile-menu a:hover { color: var(--accent); }
.mobile-menu a:last-of-type { border-bottom: none; }

/* ── HERO ─────────────────────────────────────────────────────── */
#hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 120px var(--s5) var(--s7); overflow: hidden; }

#hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(0,207,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0,207,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 40%, black 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 90% 90% at 50% 40%, black 20%, transparent 80%);
  pointer-events: none;
}
#hero::after { content: ''; position: absolute; top: 10%; right: 5%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(0,207,255,.06) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }

.scanline { position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,207,255,.1), transparent); animation: scanline 12s linear infinite; pointer-events: none; z-index: 0; }
@keyframes scanline { 0%{top:0;opacity:1;} 95%{opacity:1;} 100%{top:100%;opacity:0;} }

.hero-inner { max-width: var(--max); margin: 0 auto; width: 100%; position: relative; z-index: 1; }

.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .68rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); margin-bottom: var(--s3); }
.hero-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--accent); box-shadow: 0 0 6px var(--accent); }

/* HERO TITLE — chave do design */
.hero-title { font-family: var(--font-d); font-size: clamp(2.4rem, 4.8vw, 4.6rem); font-weight: 600; line-height: 1.1; color: var(--white); margin-bottom: var(--s3); max-width: 720px; letter-spacing: .01em; }
.hero-title em { font-style: normal; background: linear-gradient(135deg, var(--accent) 0%, var(--purple) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.hero-sub { font-size: 1rem; font-weight: 300; color: var(--muted2); max-width: 480px; line-height: 1.85; margin-bottom: var(--s5); }

.hero-actions { display: flex; align-items: center; gap: var(--s2); flex-wrap: wrap; }

.btn-primary { display: inline-flex; align-items: center; gap: 9px; background: var(--accent); color: var(--bg); padding: 13px 26px; border-radius: 6px; font-family: var(--font-b); font-size: .8rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; box-shadow: var(--glow); transition: all .25s var(--ease); white-space: nowrap; }
.btn-primary svg { width: 13px; height: 13px; flex-shrink: 0; }
.btn-primary:hover { background: var(--white); transform: translateY(-2px); box-shadow: var(--glow2); }

.btn-ghost { display: inline-flex; align-items: center; gap: 8px; color: var(--muted2); font-size: .8rem; font-weight: 400; text-decoration: none; border: 1px solid var(--border2); padding: 13px 26px; border-radius: 6px; transition: all .25s; white-space: nowrap; }
.btn-ghost:hover { color: var(--text); border-color: var(--muted); }

.hero-stats { display: flex; gap: var(--s5); margin-top: var(--s6); padding-top: var(--s4); border-top: 1px solid var(--border); flex-wrap: wrap; }
.stat-n { font-family: var(--font-d); font-size: 2rem; font-weight: 600; color: var(--white); line-height: 1; letter-spacing: .02em; }
.stat-n span { color: var(--accent); }
.stat-l { font-size: .68rem; font-weight: 400; color: var(--muted); margin-top: 6px; letter-spacing: .04em; line-height: 1.4; }

/* ── SECTIONS BASE ───────────────────────────────────────────── */
section { padding: var(--s7) var(--s5); }
.section-inner { max-width: var(--max); margin: 0 auto; }

.section-tag { display: inline-flex; align-items: center; gap: 8px; font-size: .65rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.section-tag::before { content: '//'; opacity: .45; font-family: monospace; }

.section-title { font-family: var(--font-d); font-size: clamp(1.8rem, 3.2vw, 2.8rem); font-weight: 600; color: var(--white); line-height: 1.15; margin-bottom: 14px; letter-spacing: .01em; }
.section-title em { font-style: normal; background: linear-gradient(135deg, var(--accent), var(--purple)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.section-body { font-size: .95rem; font-weight: 300; color: var(--muted2); line-height: 1.85; max-width: 500px; }

/* ── ABOUT ───────────────────────────────────────────────────── */
#about { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.about-grid { display: grid; grid-template-columns: 400px 1fr; gap: var(--s6); align-items: start; margin-top: var(--s5); }

.about-card { background: var(--bg3); border: 1px solid var(--border2); border-radius: 14px; padding: var(--s5); position: relative; overflow: hidden; }
.about-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--accent), transparent); }

.about-monogram { font-family: var(--font-d); font-size: 6rem; font-weight: 800; color: rgba(0,207,255,.04); line-height: 1; position: absolute; bottom: -8px; right: 8px; pointer-events: none; }

.about-card-tag { font-size: .65rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: var(--s4); display: flex; align-items: center; gap: 8px; }
.about-card-tag::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); animation: blink 2.5s ease-in-out infinite; flex-shrink: 0; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.35} }

.about-metric { margin-bottom: var(--s3); }
.about-metric-n { font-family: var(--font-d); font-size: 2.2rem; font-weight: 600; color: var(--white); line-height: 1; letter-spacing: .01em; }
.about-metric-n span { color: var(--accent); }
.about-metric-l { font-size: .74rem; color: var(--muted); margin-top: 4px; line-height: 1.45; }

.about-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: var(--s4); }
.pill { background: rgba(0,207,255,.06); border: 1px solid rgba(0,207,255,.14); padding: 5px 13px; border-radius: 100px; font-size: .7rem; font-weight: 500; color: var(--accent); letter-spacing: .03em; }

.about-quote { font-size: .93rem; font-weight: 300; color: var(--text); line-height: 1.75; border-left: 2px solid var(--accent); padding-left: var(--s3); margin-top: var(--s4); font-style: italic; }

/* ── SERVICES ────────────────────────────────────────────────── */
#services { background: var(--bg); }

.services-header { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s6); align-items: end; margin-bottom: var(--s5); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }

.service-card { background: var(--bg2); padding: var(--s5) var(--s4); position: relative; overflow: hidden; transition: background .25s; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--accent), var(--purple)); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.service-card:hover { background: var(--bg3); }
.service-card:hover::before { transform: scaleX(1); }

.service-num { font-family: monospace; font-size: .63rem; font-weight: 700; letter-spacing: .12em; color: var(--accent); margin-bottom: 14px; opacity: .65; }
.service-icon { width: 38px; height: 38px; background: rgba(0,207,255,.07); border: 1px solid rgba(0,207,255,.14); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: all .3s; }
.service-card:hover .service-icon { background: rgba(0,207,255,.13); box-shadow: 0 0 18px rgba(0,207,255,.18); }
.service-icon svg { width: 17px; height: 17px; stroke: var(--accent); }
.service-name { font-family: var(--font-d); font-size: .92rem; font-weight: 600; color: var(--white); margin-bottom: 10px; letter-spacing: .01em; }
.service-desc { font-size: .82rem; font-weight: 300; color: var(--muted); line-height: 1.7; margin-bottom: 16px; }
.service-price { font-size: .74rem; font-weight: 600; color: var(--accent); letter-spacing: .04em; }

/* ── PROCESS ─────────────────────────────────────────────────── */
#process { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.process-steps { display: grid; grid-template-columns: repeat(4,1fr); margin-top: var(--s5); position: relative; }
.process-steps::before { content: ''; position: absolute; top: 5px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, var(--accent), var(--accent), transparent); opacity: .2; }
.process-step { padding: 0 var(--s3); }
.step-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); margin-bottom: var(--s3); position: relative; z-index: 1; }
.step-num { font-family: monospace; font-size: .62rem; font-weight: 700; letter-spacing: .18em; color: var(--accent); margin-bottom: 10px; opacity: .65; }
.step-title { font-family: var(--font-d); font-size: .88rem; font-weight: 600; color: var(--white); margin-bottom: 8px; letter-spacing: .01em; }
.step-desc { font-size: .79rem; font-weight: 300; color: var(--muted); line-height: 1.65; }

/* ── PRICING ─────────────────────────────────────────────────── */
#pricing { background: var(--bg); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: var(--s5); }

.price-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: var(--s5) var(--s4); position: relative; overflow: hidden; transition: border-color .3s, transform .3s; display: flex; flex-direction: column; }
.price-card:hover { border-color: var(--border2); transform: translateY(-4px); }
.price-card.featured { background: var(--bg3); border-color: var(--accent); box-shadow: var(--glow); }
.price-card.featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--accent), transparent); }

.price-badge { position: absolute; top: -1px; right: 18px; background: var(--accent); color: var(--bg); font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 11px; border-radius: 0 0 6px 6px; }

.price-name { font-family: var(--font-d); font-size: .82rem; font-weight: 700; color: var(--muted2); margin-bottom: 4px; letter-spacing: .08em; text-transform: uppercase; }
.price-val { font-family: var(--font-d); font-size: 2.6rem; font-weight: 600; color: var(--white); line-height: 1; margin: 12px 0 4px; letter-spacing: .01em; }
.price-val sup { font-size: .9rem; vertical-align: super; color: var(--accent); }
.price-freq { font-size: .72rem; color: var(--muted); margin-bottom: 18px; }
.price-rule { height: 1px; background: var(--border); margin-bottom: 18px; }

.price-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: var(--s4); flex: 1; }
.price-list li { display: flex; gap: 10px; font-size: .8rem; font-weight: 300; color: var(--muted2); line-height: 1.5; align-items: flex-start; }
.price-list li::before { content: '→'; color: var(--accent); flex-shrink: 0; font-size: .74rem; font-family: monospace; margin-top: 1px; }

.price-cta { display: block; text-align: center; padding: 11px; border: 1px solid var(--border2); border-radius: 6px; font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--text); text-decoration: none; transition: all .2s; margin-top: auto; }
.price-cta:hover { border-color: var(--accent); color: var(--accent); }
.price-card.featured .price-cta { background: var(--accent); border-color: var(--accent); color: var(--bg); }
.price-card.featured .price-cta:hover { background: var(--white); border-color: var(--white); }

/* ── CONTACT ─────────────────────────────────────────────────── */
#contact { background: var(--bg2); border-top: 1px solid var(--border); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s6); margin-top: var(--s5); }
.contact-info { display: flex; flex-direction: column; gap: var(--s3); }

.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-icon { width: 36px; height: 36px; flex-shrink: 0; background: rgba(0,207,255,.06); border: 1px solid rgba(0,207,255,.13); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.contact-icon svg { width: 15px; height: 15px; stroke: var(--accent); }
.contact-label { font-size: .62rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.contact-value { font-size: .88rem; color: var(--text); font-weight: 400; text-decoration: none; display: block; transition: color .2s; }
.contact-value:hover { color: var(--accent); }

.contact-wa { display: inline-flex; align-items: center; gap: 9px; background: #25D366; color: white; padding: 12px 20px; border-radius: 6px; font-size: .76rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; width: fit-content; transition: all .2s; margin-top: var(--s1); }
.contact-wa:hover { background: #1DB954; transform: translateY(-1px); }

.contact-form { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: .62rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.field input, .field textarea, .field select { background: var(--bg3); border: 1px solid var(--border2); border-radius: 6px; padding: 11px 13px; font-family: var(--font-b); font-size: .86rem; color: var(--text); outline: none; resize: vertical; transition: border-color .2s, box-shadow .2s; width: 100%; -webkit-appearance: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,207,255,.08); }
.field select option { background: var(--bg3); }
.field textarea { min-height: 108px; }

.btn-submit { background: var(--accent); color: var(--bg); border: none; padding: 13px 28px; border-radius: 6px; font-family: var(--font-b); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; box-shadow: var(--glow); transition: all .2s; width: 100%; }
.btn-submit:hover { background: var(--white); transform: translateY(-1px); }
.form-note { font-size: .68rem; color: var(--muted); text-align: center; }

/* ── FOOTER ──────────────────────────────────────────────────── */
footer { background: var(--bg); border-top: 1px solid var(--border); padding: var(--s4) var(--s5); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: var(--s3); }
.footer-logo { font-family: var(--font-d); font-size: 1.05rem; font-weight: 700; letter-spacing: .16em; color: var(--white); }
.footer-logo .y { color: var(--accent); }
.footer-copy { font-size: .68rem; color: var(--muted); }
.footer-links { display: flex; gap: var(--s3); flex-wrap: wrap; }
.footer-links a { font-size: .68rem; color: var(--muted); text-decoration: none; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.footer-links a:hover { color: var(--accent); }

/* ── FAB ─────────────────────────────────────────────────────── */
.fab-wa { position: fixed; bottom: 24px; right: 24px; z-index: 200; width: 52px; height: 52px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.35); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.fab-wa:hover { transform: scale(1.08); box-shadow: 0 8px 28px rgba(37,211,102,.48); }
.fab-wa svg { width: 26px; height: 26px; fill: white; }

/* ── ANIMATIONS ──────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* ══════════════════════════════════════════════════════════════
   TABLET — max 1024px
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: var(--s5); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .services-header { grid-template-columns: 1fr; gap: var(--s3); }
  .contact-grid { gap: var(--s5); }
}

/* ══════════════════════════════════════════════════════════════
   MOBILE — max 768px
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  :root { --s5: 32px; --s6: 48px; --s7: 72px; }

  nav { padding: 0 var(--s3); height: 60px; }
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .mobile-menu { top: 60px; }

  section { padding: 64px var(--s3); }

  #hero { padding: 96px var(--s3) 56px; min-height: 100svh; }
  #hero::after { width: 260px; height: 260px; top: 5%; right: -5%; }

  .hero-title { font-size: clamp(2rem, 8vw, 2.8rem); line-height: 1.12; max-width: 100%; }
  .hero-sub { font-size: .92rem; max-width: 100%; margin-bottom: var(--s4); }
  .hero-actions { gap: var(--s2); }
  .btn-primary, .btn-ghost { padding: 12px 20px; font-size: .76rem; width: 100%; justify-content: center; }

  .hero-stats { gap: var(--s3); margin-top: var(--s5); padding-top: var(--s3); display: grid; grid-template-columns: 1fr 1fr; }
  .hero-stats > div:last-child { grid-column: 1 / -1; }
  .stat-n { font-size: 1.7rem; }

  .about-grid { grid-template-columns: 1fr; gap: var(--s4); }
  .about-card { padding: var(--s4); }
  .about-metric-n { font-size: 1.9rem; }

  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: var(--s4) var(--s3); }

  .process-steps { grid-template-columns: 1fr 1fr; gap: var(--s4); }
  .process-steps::before { display: none; }
  .process-step { padding: 0 var(--s2); }

  .pricing-grid { grid-template-columns: 1fr; gap: 14px; }
  .price-card { padding: var(--s4) var(--s3); }
  .price-val { font-size: 2.2rem; }

  .contact-grid { grid-template-columns: 1fr; gap: var(--s5); }
  .form-row { grid-template-columns: 1fr; gap: 12px; }

  footer { flex-direction: column; text-align: center; padding: var(--s4) var(--s3); gap: var(--s2); }
  .footer-links { justify-content: center; }

  .section-title { font-size: clamp(1.5rem, 6vw, 2rem); }

  .fab-wa { bottom: 20px; right: 20px; width: 48px; height: 48px; }
  .fab-wa svg { width: 22px; height: 22px; }
}

/* ══════════════════════════════════════════════════════════════
   SMALL MOBILE — max 400px
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 400px) {
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats > div:last-child { grid-column: auto; }
  .process-steps { grid-template-columns: 1fr; }
  .hero-eyebrow { font-size: .62rem; }
  .about-pills .pill:nth-child(n+5) { display: none; }
}

/* ══════════════════════════════════════════════════════════════
   PHOTO COMPONENTS
   ══════════════════════════════════════════════════════════════ */

/* Hero background photo */
.hero-bg-photo {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}
.hero-bg-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    135deg,
    rgba(7,9,15,.92) 0%,
    rgba(7,9,15,.80) 50%,
    rgba(7,9,15,.70) 100%
  );
}
/* Ensure hero content sits above photo */
#hero .scanline,
#hero .hero-inner { position: relative; z-index: 2; }

/* Photo strip — 3 imagens entre hero e about */
.photo-strip {
  display: grid; grid-template-columns: repeat(3,1fr);
  height: 280px; overflow: hidden;
}
.photo-strip-item {
  position: relative; overflow: hidden;
}
.photo-strip-item img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: transform .6s var(--ease);
  display: block;
}
.photo-strip-item:hover img { transform: scale(1.05); }
.photo-strip-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(7,9,15,.65) 0%, transparent 60%);
}
.photo-strip-label {
  position: absolute; bottom: 16px; left: 20px; z-index: 1;
  font-family: var(--font-d); font-size: .72rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--white);
}

/* About card photo */
.about-card-photo {
  margin-top: var(--s3);
  border-radius: 8px; overflow: hidden;
  height: 140px;
}
.about-card-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}

/* Service card photo */
.service-card-photo {
  height: 160px; overflow: hidden;
  margin: -1px -1px 0;
}
.service-card-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .5s var(--ease);
}
.service-card:hover .service-card-photo img { transform: scale(1.04); }
.service-card-body { padding: 28px; }
/* override for cards without photo */
.service-card-body[style*="padding-top:36px"] { padding: 36px 28px 28px; }

/* Full-width photo banner */
.photo-banner {
  position: relative; height: 380px; overflow: hidden;
}
.photo-banner img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
  display: block;
}
.photo-banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(7,9,15,.88) 0%, rgba(7,9,15,.5) 100%);
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  padding: 0 var(--s5); gap: var(--s3);
  max-width: calc(var(--max) + 96px);
  margin: 0 auto;
}
.photo-banner-overlay p {
  font-family: var(--font-d); font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 600; color: var(--white); max-width: 580px;
  letter-spacing: .01em; line-height: 1.3;
}

/* Contact photo */
.contact-photo {
  border-radius: 10px; overflow: hidden;
  height: 180px;
}
.contact-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}

/* ── PHOTO RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 768px) {
  .photo-strip { grid-template-columns: 1fr; height: auto; }
  .photo-strip-item { height: 200px; }
  .photo-banner { height: 260px; }
  .photo-banner-overlay { padding: 0 var(--s3); }
  .photo-banner-overlay p { font-size: 1.1rem; }
  .service-card-photo { height: 130px; }
  .contact-photo { height: 140px; }
}
