:root {
  --navy-950: #07172f;
  --navy-900: #0b2146;
  --navy-800: #102b59;
  --blue-brand: #2d4b96;
  --lime: #9bd916;
  --lime-bright: #adf01f;
  --white: #ffffff;
  --ink: #10203c;
  --muted: #5f6c80;
  --line: #dce2ea;
  --surface: #f5f7fa;
  --surface-2: #eef2f6;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow: 0 20px 55px rgba(7, 23, 47, .12);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--lime); color: var(--navy-950); }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section-light { background: var(--surface); }
.section-dark { color: var(--white); background: var(--navy-950); }

.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 9999;
  background: var(--lime); color: var(--navy-950); padding: 10px 16px; border-radius: 8px;
  font-weight: 800; transition: .2s;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  height: 86px; transition: background .3s, box-shadow .3s, height .3s;
}
.site-header.scrolled { background: rgba(7, 23, 47, .94); backdrop-filter: blur(18px); box-shadow: 0 10px 35px rgba(0,0,0,.14); height: 74px; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { width: 178px; flex: 0 0 auto; }
.brand img { width: 100%; height: 56px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.site-nav a { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 650; transition: color .2s; }
.site-nav a:hover, .site-nav a.active { color: var(--lime); }
.header-cta { margin-left: 10px; }
.menu-toggle { display: none; background: none; border: 0; color: white; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: currentColor; margin: 5px 0; transition: .25s; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px;
  padding: 0 24px; border-radius: 14px; border: 1px solid transparent;
  font-size: 14px; font-weight: 800; letter-spacing: .01em; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--navy-950); box-shadow: 0 12px 28px rgba(155, 217, 22, .2); }
.button-primary:hover { background: var(--lime-bright); box-shadow: 0 15px 38px rgba(155, 217, 22, .3); }
.button-outline { border-color: rgba(255,255,255,.28); color: white; background: rgba(255,255,255,.04); }
.button-outline:hover { border-color: var(--lime); background: rgba(155,217,22,.08); }
.button-small { min-height: 44px; padding: 0 18px; border-radius: 12px; }
.button-full { width: 100%; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
.eyebrow-dark { color: #6d7788; }
.section-heading { max-width: 760px; margin-bottom: 56px; }
.section-heading h2, .services-intro h2, .projects-header h2, .starlink-copy h2, .redundancy-copy h2, .differentiators-sticky h2, .group-copy h2, .faq-intro h2, .cta-copy h2 {
  margin: 16px 0 18px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.045em;
}
h1, h2, h3, p { margin-top: 0; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.section-heading p { max-width: 690px; color: var(--muted); font-size: 18px; }

.hero { min-height: 830px; padding: 154px 0 0; overflow: hidden; background: radial-gradient(circle at 85% 15%, #173d79 0, var(--navy-950) 45%, #06142b 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 480px; height: 480px; right: -180px; top: 80px; background: radial-gradient(circle, rgba(155,217,22,.16), transparent 68%); }
.hero-glow-two { width: 520px; height: 520px; left: -270px; bottom: 0; background: radial-gradient(circle, rgba(45,75,150,.38), transparent 70%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 78px; }
.hero-copy h1 { font-size: clamp(3rem, 5.3vw, 5.15rem); line-height: 1.02; letter-spacing: -.055em; margin: 20px 0 26px; max-width: 760px; }
.hero-copy > p { color: rgba(255,255,255,.7); font-size: clamp(1.05rem, 1.5vw, 1.22rem); max-width: 650px; }
.hero-actions { display: flex; gap: 14px; margin: 34px 0; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; color: rgba(255,255,255,.68); font-size: 13px; }
.trust-item { display: flex; align-items: center; gap: 8px; }
.trust-item svg { width: 18px; color: var(--lime); }
.hero-visual { position: relative; min-height: 600px; }
.hero-image-wrap { position: absolute; inset: 0 18px 25px 50px; border-radius: 220px 220px 40px 40px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 35px 100px rgba(0,0,0,.38); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; transform: scale(1.03); }
.image-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,23,47,.02), rgba(7,23,47,.3)); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.94); color: var(--ink); padding: 14px 16px; border-radius: 16px; box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.floating-card strong { display: block; font-size: 14px; line-height: 1.25; }
.floating-card small { display: block; color: #687588; font-size: 11px; margin-top: 2px; }
.floating-card-one { left: 0; top: 25%; }
.floating-card-two { right: -8px; bottom: 21%; }
.floating-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(155,217,22,.15); color: #66a100; }
.floating-icon svg { width: 23px; }
.status-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(155,217,22,.15), 0 0 22px rgba(155,217,22,.55); }
.hero-badge { position: absolute; left: 44px; bottom: 0; z-index: 3; width: 160px; height: 160px; border-radius: 50%; background: var(--lime); color: var(--navy-950); display: grid; place-items: center; text-align: center; box-shadow: 0 20px 45px rgba(0,0,0,.22); padding: 22px; }
.hero-badge img { width: 54px; height: 54px; object-fit: contain; }
.hero-badge span { font-size: 11px; line-height: 1.35; }
.hero-badge strong { display: block; font-size: 13px; }
.pillars { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.14); }
.pillars > div { min-height: 98px; display: flex; align-items: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.14); }
.pillars > div:last-child { border-right: 0; }
.pillars span { color: var(--lime); font-size: 11px; font-weight: 900; }
.pillars strong { font-size: 15px; }

.challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.challenge-card { min-height: 310px; background: white; border: 1px solid #e4e9ef; border-radius: var(--radius-md); padding: 28px; position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.challenge-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(155,217,22,.55); }
.challenge-card-featured { background: var(--navy-900); color: white; border-color: var(--navy-900); }
.challenge-card-featured p { color: rgba(255,255,255,.66) !important; }
.card-number { position: absolute; right: 22px; top: 16px; font-size: 42px; font-weight: 900; color: rgba(16,43,89,.06); }
.challenge-card-featured .card-number { color: rgba(255,255,255,.06); }
.line-icon { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: rgba(155,217,22,.13); color: #67a600; }
.line-icon svg { width: 27px; }
.line-icon.small { width: 46px; height: 46px; flex: 0 0 auto; }
.challenge-card h3 { font-size: 21px; line-height: 1.25; margin: 42px 0 12px; max-width: 270px; }
.challenge-card p { color: var(--muted); font-size: 14px; margin: 0; }
.card-tag { position: absolute; top: 28px; right: 22px; padding: 5px 9px; border-radius: 99px; background: var(--lime); color: var(--navy-950); font-size: 9px; letter-spacing: .1em; font-weight: 900; text-transform: uppercase; }

.services-section { background: white; }
.services-intro { display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: end; margin-bottom: 52px; }
.services-intro p { color: var(--muted); font-size: 17px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 55px 250px 1fr 145px; gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-row:hover { padding-left: 16px; padding-right: 16px; background: var(--surface); }
.service-index { color: #98a3b2; font-size: 12px; font-weight: 800; }
.service-title { display: flex; align-items: center; gap: 14px; }
.service-title h3 { margin: 0; font-size: 20px; }
.service-row p { margin: 0; color: var(--muted); font-size: 14px; }
.service-row > a { font-size: 13px; font-weight: 800; text-align: right; }
.service-row > a span { color: var(--lime); font-size: 18px; }

.starlink-section { overflow: hidden; background: linear-gradient(135deg, var(--navy-950), #0e2e5d); }
.network-lines { position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at 20% 30%, var(--lime) 0 2px, transparent 3px), radial-gradient(circle at 70% 75%, var(--lime) 0 2px, transparent 3px), linear-gradient(120deg, transparent 49.8%, rgba(155,217,22,.3) 50%, transparent 50.2%); background-size: 280px 280px, 340px 340px, 420px 420px; }
.starlink-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; position: relative; }
.starlink-gallery { min-height: 640px; position: relative; }
.starlink-photo { position: absolute; overflow: hidden; border-radius: 24px; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 30px 75px rgba(0,0,0,.35); }
.starlink-photo img { width: 100%; height: 100%; object-fit: cover; }
.starlink-photo-large { width: 66%; height: 560px; left: 0; top: 0; }
.starlink-photo:not(.starlink-photo-large) { width: 48%; height: 360px; right: 0; bottom: 0; }
.experience-badge { position: absolute; right: 5%; top: 7%; width: 155px; height: 155px; border-radius: 50%; background: var(--lime); color: var(--navy-950); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px; z-index: 3; }
.experience-badge strong { font-size: 16px; }
.experience-badge span { font-size: 11px; line-height: 1.35; }
.starlink-copy .lead { color: rgba(255,255,255,.68); font-size: 18px; }
.starlink-points { margin: 34px 0; }
.starlink-points > div { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.starlink-points > div:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.starlink-points > div > span { color: var(--lime); font-size: 11px; font-weight: 900; padding-top: 4px; }
.starlink-points h3 { font-size: 18px; margin-bottom: 4px; }
.starlink-points p { color: rgba(255,255,255,.62); font-size: 14px; margin: 0; }

.redundancy-section { background: linear-gradient(180deg, #fff, #f2f5f8); }
.redundancy-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.redundancy-copy > p { color: var(--muted); font-size: 17px; }
.technical-note { background: white; border-left: 3px solid var(--lime); padding: 16px 18px; border-radius: 0 12px 12px 0; box-shadow: 0 15px 40px rgba(7,23,47,.06); font-size: 13px !important; }
.audience-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.audience-chips span { border: 1px solid #d9e0e8; background: white; padding: 7px 12px; border-radius: 99px; font-size: 12px; font-weight: 700; }
.failover-diagram { background: var(--navy-900); color: white; border-radius: var(--radius-lg); padding: 35px; box-shadow: 0 30px 80px rgba(7,23,47,.22); position: relative; overflow: hidden; }
.failover-diagram::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 90% 10%, rgba(155,217,22,.13), transparent 40%); pointer-events:none; }
.diagram-label { font-size: 10px; letter-spacing: .17em; color: rgba(255,255,255,.5); font-weight: 900; margin-bottom: 25px; }
.link-source { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 15px; position: relative; z-index: 1; }
.source-icon { width: 43px; height: 43px; border-radius: 12px; background: rgba(155,217,22,.13); color: var(--lime); display: grid; place-items: center; }
.source-icon svg { width: 23px; }
.link-source strong, .link-source small { display: block; }
.link-source small { color: rgba(255,255,255,.5); font-size: 11px; }
.link-status { margin-left: auto; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; padding: 5px 8px; border-radius: 99px; }
.link-status.online { background: rgba(155,217,22,.15); color: var(--lime); }
.link-status.standby { background: rgba(255,255,255,.09); color: rgba(255,255,255,.65); }
.flow-line { height: 60px; display: flex; justify-content: center; align-items: center; position: relative; }
.flow-line span { height: 100%; width: 1px; background: linear-gradient(var(--lime), rgba(155,217,22,.15)); }
.flow-line b { position: absolute; left: 50%; transform: translateX(14px); color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.flow-line-down span { background: linear-gradient(rgba(155,217,22,.15), var(--lime)); }
.network-core { width: 72%; margin: auto; background: var(--lime); color: var(--navy-950); border-radius: 18px; padding: 22px; display: grid; place-items: center; text-align: center; position: relative; z-index: 2; box-shadow: 0 15px 45px rgba(155,217,22,.18); }
.network-core svg { width: 34px; margin-bottom: 8px; }
.network-core strong, .network-core small { display: block; }
.network-core small { font-size: 11px; opacity: .65; }
.diagram-result { margin-top: 22px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.diagram-result .pulse { width: 12px; height: 12px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 8px rgba(155,217,22,.12), 0 0 30px rgba(155,217,22,.7); margin-bottom: 12px; }
.diagram-result strong { font-size: 15px; }
.diagram-result small { color: rgba(255,255,255,.5); font-size: 11px; }

.projects-section { background: var(--navy-950); color: white; }
.projects-header { display: grid; grid-template-columns: 1fr .65fr; gap: 90px; align-items: end; margin-bottom: 55px; }
.projects-header p { color: rgba(255,255,255,.62); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 310px; gap: 14px; }
.project-card { position: relative; overflow: hidden; border-radius: 18px; margin: 0; background: #11284d; }
.project-card-tall { grid-row: span 2; }
.project-card-wide { grid-column: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.project-card:hover img { transform: scale(1.055); }
.project-card::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 30%, rgba(4,14,31,.88)); }
.project-card figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; }
.project-card figcaption span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-card figcaption strong { display: block; font-size: 15px; margin-top: 4px; }

.audience-section { background: white; }
.audience-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid div { min-height: 105px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; place-items: center; position: relative; overflow: hidden; }
.audience-grid div::before { content:""; position:absolute; width: 70px; height: 70px; border-radius:50%; background: rgba(155,217,22,.12); transform: scale(0); transition:.25s; }
.audience-grid div:hover::before { transform: scale(2.2); }
.audience-grid span { position: relative; z-index:1; font-size: 13px; font-weight: 800; }

.differentiators { background: var(--navy-900); color: white; }
.differentiators-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.differentiators-sticky { position: sticky; top: 120px; }
.differentiators-sticky > p { color: rgba(255,255,255,.64); font-size: 17px; margin-bottom: 28px; }
.differentiator-list article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.13); }
.differentiator-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.differentiator-list article > span { color: var(--lime); font-size: 11px; font-weight: 900; }
.differentiator-list h3 { margin-bottom: 7px; font-size: 21px; }
.differentiator-list p { color: rgba(255,255,255,.58); margin: 0; font-size: 14px; }

.process-section { background: var(--surface); }
.process-line { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; gap: 20px; }
.process-line::before { content:""; position:absolute; top: 25px; left: 7%; right: 7%; height: 2px; background: linear-gradient(90deg, var(--lime), #cbd5df); }
.process-line article { position: relative; z-index: 2; }
.process-line article > span { width: 52px; height: 52px; border-radius: 50%; background: white; border: 2px solid var(--lime); display: grid; place-items: center; color: var(--navy-900); font-weight: 900; box-shadow: 0 0 0 8px var(--surface); }
.process-line h3 { margin: 25px 0 8px; font-size: 18px; }
.process-line p { color: var(--muted); font-size: 13px; }

.group-section { background: linear-gradient(135deg, #0a1e40, #12356a); color: white; overflow: hidden; }
.group-section::after { content:""; position:absolute; width: 450px; height: 450px; border-radius:50%; border: 1px solid rgba(155,217,22,.14); right:-190px; top:-220px; box-shadow: 0 0 0 80px rgba(155,217,22,.025), 0 0 0 160px rgba(155,217,22,.018); }
.group-layout { display: grid; grid-template-columns: .38fr 1fr; gap: 65px; align-items: center; position: relative; z-index:1; }
.group-mark { width: 310px; height: 310px; border-radius: 50%; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); display:grid; place-items:center; }
.group-mark img { width: 150px; }
.group-copy > p { color: rgba(255,255,255,.64); font-size: 17px; }
.group-copy blockquote { margin: 28px 0 0; padding-left: 20px; border-left: 3px solid var(--lime); font-size: 20px; line-height: 1.45; font-weight: 700; }
.group-pillars { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); border-top:1px solid rgba(255,255,255,.13); margin-top:20px; }
.group-pillars span { padding: 24px; text-align:center; border-right:1px solid rgba(255,255,255,.13); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.group-pillars span:last-child { border-right:0; }

.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .65fr 1fr; gap: 90px; }
.faq-intro p { color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 22px 0; font-weight: 800; display:flex; justify-content:space-between; gap:20px; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color: var(--lime); font-size: 24px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); padding: 0 35px 22px 0; font-size: 14px; }

.cta-section { padding: 105px 0; color: white; background: var(--navy-950); position: relative; overflow:hidden; }
.cta-pattern { position:absolute; inset:0; opacity:.09; background-image: radial-gradient(circle, var(--lime) 1.5px, transparent 1.5px); background-size: 35px 35px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.cta-layout { display:grid; grid-template-columns: .9fr 1.1fr; gap:90px; align-items:center; position:relative; z-index:1; }
.cta-copy > p { color: rgba(255,255,255,.65); font-size: 18px; max-width: 530px; }
.contact-meta { display:flex; gap:22px; flex-wrap:wrap; margin-top:28px; color:rgba(255,255,255,.68); font-size:13px; }
.contact-meta span { display:flex; align-items:center; gap:8px; }
.contact-meta svg { width:18px; color:var(--lime); }
.contact-form { background:white; color:var(--ink); padding:30px; border-radius:24px; box-shadow:0 35px 85px rgba(0,0,0,.28); }
.contact-form label { display:block; font-size:12px; font-weight:800; margin-bottom:16px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.contact-form input, .contact-form select, .contact-form textarea { width:100%; border:1px solid #dce2ea; background:#f8fafc; border-radius:11px; padding:13px 14px; margin-top:7px; outline:none; color:var(--ink); transition:border .2s, box-shadow .2s; }
.contact-form textarea { resize:vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color:var(--lime); box-shadow:0 0 0 4px rgba(155,217,22,.12); }
.form-note { display:block; color:#7d8796; font-size:10px; line-height:1.4; text-align:center; margin-top:10px; }

.site-footer { background:#051126; color:white; }
.footer-main { padding:72px 0 55px; display:grid; grid-template-columns:1.6fr repeat(3,1fr); gap:60px; }
.footer-brand img { width:220px; height:100px; object-fit:contain; object-position:left center; }
.footer-brand p { color:rgba(255,255,255,.55); max-width:300px; font-size:14px; }
.footer-column h3 { font-size:12px; color:var(--lime); text-transform:uppercase; letter-spacing:.12em; margin-bottom:18px; }
.footer-column a, .footer-column p { display:block; color:rgba(255,255,255,.55); font-size:13px; margin:0 0 9px; }
.footer-column a:hover { color:white; }
.footer-bottom { min-height:92px; border-top:1px solid rgba(255,255,255,.1); display:flex; align-items:center; justify-content:space-between; gap:30px; }
.footer-bottom > p { color:rgba(255,255,255,.4); font-size:11px; margin:0; }
.creator-credit { display:flex; align-items:center; gap:14px; color:rgba(255,255,255,.5); font-size:11px; }
.creator-credit strong { color:#d8b763; font-weight:800; }
.creator-logo-placeholder { width:92px; height:34px; border:1px dashed rgba(216,183,99,.55); border-radius:7px; color:#d8b763; display:grid; place-items:center; text-align:center; font-size:7px; line-height:1.2; letter-spacing:.08em; }

.whatsapp-float { position:fixed; z-index:900; right:22px; bottom:22px; width:58px; height:58px; border-radius:50%; border:0; background:var(--lime); color:var(--navy-950); display:grid; place-items:center; box-shadow:0 15px 35px rgba(7,23,47,.28); transition:transform .2s; }
.whatsapp-float:hover { transform:translateY(-4px) scale(1.03); }
.whatsapp-float svg { width:27px; }
.toast { position:fixed; z-index:2000; left:50%; bottom:30px; transform:translate(-50%, 25px); background:var(--navy-950); color:white; padding:12px 18px; border-radius:10px; font-size:13px; opacity:0; pointer-events:none; transition:.25s; box-shadow:var(--shadow); max-width:min(90vw, 520px); text-align:center; }
.toast.show { opacity:1; transform:translate(-50%, 0); }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
.reveal-delay { transition-delay:.12s; }

@media (max-width: 1020px) {
  :root { --container: min(100% - 32px, 900px); }
  .site-nav { position:fixed; top:74px; left:16px; right:16px; padding:18px; background:rgba(7,23,47,.98); border:1px solid rgba(255,255,255,.1); border-radius:16px; display:flex; flex-direction:column; align-items:stretch; gap:0; transform:translateY(-15px); opacity:0; pointer-events:none; transition:.25s; box-shadow:0 25px 60px rgba(0,0,0,.3); }
  .site-nav.open { transform:none; opacity:1; pointer-events:auto; }
  .site-nav a { padding:11px 8px; }
  .menu-toggle { display:block; margin-left:auto; }
  .header-cta { display:none; }
  .hero { padding-top:132px; }
  .hero-layout, .starlink-layout, .redundancy-layout, .differentiators-layout, .cta-layout { grid-template-columns:1fr; }
  .hero-visual { min-height:620px; max-width:620px; width:100%; margin:0 auto; }
  .hero-copy { text-align:center; }
  .hero-copy > p { margin-inline:auto; }
  .hero-actions, .hero-trust { justify-content:center; }
  .pillars { margin-top:45px; }
  .challenge-grid { grid-template-columns:repeat(2,1fr); }
  .services-intro, .projects-header, .faq-layout { grid-template-columns:1fr; gap:20px; }
  .service-row { grid-template-columns:45px 230px 1fr; }
  .service-row > a { grid-column:2 / -1; text-align:left; }
  .starlink-layout { gap:55px; }
  .starlink-gallery { max-width:650px; width:100%; margin:auto; }
  .redundancy-layout { gap:55px; }
  .failover-diagram { max-width:620px; width:100%; margin:auto; }
  .audience-grid { grid-template-columns:repeat(3,1fr); }
  .differentiators-sticky { position:static; }
  .process-line { grid-template-columns:repeat(3,1fr); row-gap:45px; }
  .process-line::before { display:none; }
  .group-layout { grid-template-columns:1fr; }
  .group-mark { width:230px; height:230px; margin:auto; }
  .group-pillars { grid-template-columns:repeat(2,1fr); }
  .footer-main { grid-template-columns:1.4fr 1fr 1fr; }
  .footer-column:last-child { grid-column:2 / 4; }
}

@media (max-width: 680px) {
  :root { --container: calc(100% - 28px); }
  body { font-size:15px; }
  .section { padding:78px 0; }
  .site-header { height:74px; }
  .brand { width:145px; }
  .brand img { height:49px; }
  .hero { min-height:auto; padding-top:112px; }
  .hero-copy h1 { font-size:clamp(2.55rem, 13vw, 3.75rem); }
  .hero-actions { flex-direction:column; }
  .hero-actions .button { width:100%; }
  .hero-trust { gap:12px; flex-direction:column; align-items:center; }
  .hero-visual { min-height:510px; margin-top:20px; }
  .hero-image-wrap { inset:0 8px 45px 8px; border-radius:150px 150px 26px 26px; }
  .floating-card-one { left:0; top:26%; }
  .floating-card-two { right:0; bottom:20%; }
  .floating-card { max-width:190px; padding:11px; }
  .floating-card small { display:none; }
  .hero-badge { width:115px; height:115px; left:18px; padding:14px; }
  .hero-badge img { width:37px; height:37px; }
  .hero-badge span { font-size:9px; }
  .pillars { grid-template-columns:repeat(2,1fr); }
  .pillars > div { border-bottom:1px solid rgba(255,255,255,.14); min-height:75px; }
  .pillars > div:nth-child(2) { border-right:0; }
  .section-heading { margin-bottom:38px; }
  .section-heading h2, .services-intro h2, .projects-header h2, .starlink-copy h2, .redundancy-copy h2, .differentiators-sticky h2, .group-copy h2, .faq-intro h2, .cta-copy h2 { font-size:2.35rem; }
  .challenge-grid { grid-template-columns:1fr; }
  .challenge-card { min-height:270px; }
  .services-intro { margin-bottom:35px; }
  .service-row { grid-template-columns:35px 1fr; gap:14px; }
  .service-row p, .service-row > a { grid-column:2; }
  .service-title { align-items:flex-start; }
  .starlink-gallery { min-height:520px; }
  .starlink-photo-large { width:72%; height:450px; }
  .starlink-photo:not(.starlink-photo-large) { width:50%; height:260px; }
  .experience-badge { width:118px; height:118px; right:0; font-size:12px; }
  .failover-diagram { padding:22px; }
  .network-core { width:88%; }
  .project-grid { grid-template-columns:1fr; grid-auto-rows:300px; }
  .project-card-tall, .project-card-wide { grid-row:auto; grid-column:auto; }
  .audience-grid { grid-template-columns:repeat(2,1fr); }
  .differentiators-layout { gap:50px; }
  .process-line { grid-template-columns:1fr; gap:24px; }
  .process-line article { display:grid; grid-template-columns:52px 1fr; column-gap:16px; }
  .process-line h3 { margin:2px 0 4px; }
  .process-line p { grid-column:2; }
  .group-mark { width:180px; height:180px; }
  .group-mark img { width:90px; }
  .group-pillars { grid-template-columns:1fr 1fr; }
  .group-pillars span { padding:18px 8px; font-size:10px; }
  .faq-layout { gap:30px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .contact-form { padding:22px; }
  .footer-main { grid-template-columns:1fr 1fr; gap:35px 22px; padding-top:55px; }
  .footer-brand { grid-column:1 / -1; }
  .footer-column:last-child { grid-column:auto; }
  .footer-bottom { padding:24px 0; flex-direction:column; align-items:flex-start; }
  .creator-credit { width:100%; justify-content:space-between; }
  .whatsapp-float { width:52px; height:52px; right:15px; bottom:15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}

/* =========================================================
   HERO V2 — infraestrutura de redes como destaque principal
   ========================================================= */
.hero {
  min-height: 850px;
  padding: 138px 0 0;
  overflow: hidden;
  isolation: isolate;
  background: #06142b;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/images/hero-infraestrutura.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1.01);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(4, 15, 34, .98) 0%,
      rgba(4, 15, 34, .94) 27%,
      rgba(4, 15, 34, .72) 48%,
      rgba(4, 15, 34, .18) 72%,
      rgba(4, 15, 34, .08) 100%),
    linear-gradient(180deg,
      rgba(4, 15, 34, .62) 0%,
      rgba(4, 15, 34, .06) 36%,
      rgba(4, 15, 34, .56) 100%);
}

.hero-grid {
  z-index: 2;
  opacity: .055;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.hero-glow {
  z-index: 2;
}

.hero-glow-one {
  right: 7%;
  top: 12%;
  background: radial-gradient(circle, rgba(155,217,22,.12), transparent 69%);
}

.hero-glow-two {
  left: -280px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(45,75,150,.3), transparent 72%);
}

.hero-layout {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 585px;
}

.hero-copy {
  width: min(760px, 64%);
  text-align: left;
  padding: 30px 0 44px;
}

.hero-copy h1 {
  max-width: 750px;
  margin: 20px 0 26px;
  font-size: clamp(3.25rem, 5.7vw, 5.65rem);
  line-height: .99;
  letter-spacing: -.058em;
  text-wrap: balance;
}

.hero-copy > p {
  max-width: 680px;
  color: rgba(255,255,255,.74);
  font-size: clamp(1.03rem, 1.45vw, 1.2rem);
}

.hero-actions {
  margin: 34px 0 30px;
}

.hero-trust {
  justify-content: flex-start;
  gap: 12px;
}

.hero-trust .trust-item {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(5,20,43,.46);
  backdrop-filter: blur(12px);
  color: rgba(255,255,255,.78);
}

.hero-trust .trust-item svg {
  width: 17px;
  color: var(--lime);
}

.hero .pillars {
  z-index: 3;
  margin-top: 0;
  background: linear-gradient(90deg, rgba(5,17,38,.9), rgba(5,17,38,.56));
  backdrop-filter: blur(12px);
}

.hero .pillars > div {
  min-height: 106px;
}

@media (max-width: 1020px) {
  .hero {
    min-height: 800px;
    padding-top: 126px;
  }

  .hero-media {
    background-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg,
        rgba(4,15,34,.97) 0%,
        rgba(4,15,34,.9) 42%,
        rgba(4,15,34,.5) 72%,
        rgba(4,15,34,.2) 100%),
      linear-gradient(180deg, rgba(4,15,34,.55), rgba(4,15,34,.28) 60%, rgba(4,15,34,.68));
  }

  .hero-layout {
    display: flex;
    min-height: 560px;
  }

  .hero-copy {
    width: min(690px, 76%);
    text-align: left;
  }

  .hero-copy > p {
    margin-inline: 0;
  }

  .hero-actions,
  .hero-trust {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 830px;
    padding-top: 102px;
  }

  .hero-media {
    background-position: 68% center;
    transform: scale(1.04);
  }

  .hero-shade {
    background:
      linear-gradient(90deg,
        rgba(4,15,34,.97) 0%,
        rgba(4,15,34,.92) 62%,
        rgba(4,15,34,.56) 100%),
      linear-gradient(180deg,
        rgba(4,15,34,.6) 0%,
        rgba(4,15,34,.2) 48%,
        rgba(4,15,34,.88) 100%);
  }

  .hero-layout {
    min-height: 610px;
    align-items: flex-start;
  }

  .hero-copy {
    width: 100%;
    padding-top: 38px;
    padding-bottom: 36px;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 13.5vw, 3.65rem);
    max-width: 620px;
  }

  .hero-copy > p {
    max-width: 560px;
    font-size: 1rem;
  }

  .hero-trust {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
  }

  .hero-trust .trust-item {
    width: 100%;
    border-radius: 12px;
    padding: 9px 11px;
    background: rgba(5,20,43,.62);
  }

  .hero .pillars {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero .pillars > div {
    min-height: 74px;
  }
}

/* ===== AJUSTES APROVADOS — HERO E WHATSAPP V3 ===== */

/* ===== AJUSTES APROVADOS — HERO E WHATSAPP V3 ===== */

.container-wide {
  width: min(1440px, calc(100% - 72px));
  margin-inline: auto;
}

/* Cabeçalho e conteúdo principal mais próximos das laterais em telas grandes. */
.header-inner {
  gap: 30px;
}

/* Hero mais enxuto, sem o bloco inferior de pilares. */
.hero {
  min-height: 790px;
  padding-bottom: 42px;
}

.hero-layout {
  min-height: 660px;
}

.hero-copy {
  width: min(790px, 66%);
  padding-left: 0;
}

.hero-copy h1 {
  max-width: 790px;
}

.hero-copy > p {
  max-width: 690px;
}

/* Atalhos rápidos clicáveis. */
.hero-trust {
  gap: 10px;
}

.hero-trust .trust-item {
  position: relative;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(5,20,43,.5);
  backdrop-filter: blur(12px);
  color: rgba(255,255,255,.75);
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease,
    color .22s ease,
    box-shadow .22s ease;
}

.hero-trust .trust-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, rgba(155,217,22,.14), rgba(45,75,150,.04));
  opacity: 0;
  transition: opacity .22s ease;
}

.hero-trust .trust-item:hover,
.hero-trust .trust-item:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(155,217,22,.72);
  color: white;
  background: rgba(7,28,57,.78);
  box-shadow:
    0 12px 28px rgba(0,0,0,.2),
    0 0 24px rgba(155,217,22,.11);
  outline: none;
}

.hero-trust .trust-item:hover::before,
.hero-trust .trust-item:focus-visible::before {
  opacity: 1;
}

.hero-trust .trust-item svg {
  transition: transform .22s ease, color .22s ease;
}

.hero-trust .trust-item:hover svg,
.hero-trust .trust-item:focus-visible svg {
  transform: scale(1.08);
  color: var(--lime-bright);
}

/* Garante que as âncoras internas não fiquem escondidas sob o cabeçalho fixo. */
#redes-wifi,
#infraestrutura,
#starlink,
#redundancia {
  scroll-margin-top: 105px;
}

/* Assinatura completa no final da página. */
.whatsapp-signature {
  width: min(100%, 535px);
  margin: 30px 0 28px;
  padding: 0;
  border: 1px solid rgba(155,217,22,.72);
  border-radius: 999px;
  background:
    linear-gradient(105deg, rgba(16,43,89,.94), rgba(5,17,38,.98));
  color: white;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  box-shadow:
    0 20px 45px rgba(0,0,0,.23),
    inset 0 0 0 1px rgba(255,255,255,.025),
    0 0 28px rgba(155,217,22,.08);
  position: relative;
  overflow: visible;
  transition: transform .23s ease, box-shadow .23s ease, border-color .23s ease;
}

.whatsapp-signature:hover,
.whatsapp-signature:focus-visible {
  transform: translateY(-4px);
  border-color: var(--lime-bright);
  box-shadow:
    0 24px 55px rgba(0,0,0,.29),
    0 0 34px rgba(155,217,22,.15);
  outline: none;
}

.whatsapp-signature-copy {
  padding: 14px 20px 14px 28px;
  display: flex;
  flex-direction: column;
}

.whatsapp-signature-copy strong {
  font-size: clamp(1.06rem, 2vw, 1.35rem);
  line-height: 1.2;
}

.whatsapp-signature-copy strong em {
  color: var(--lime);
  font-style: normal;
}

.whatsapp-signature-copy small {
  margin-top: 5px;
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.whatsapp-signature-icon {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  margin: -1px -1px -1px 10px;
  border-radius: 50%;
  border: 2px solid var(--lime);
  background:
    radial-gradient(circle at 35% 28%, #173d78 0%, #0b2146 52%, #06142b 100%);
  display: grid;
  place-items: center;
  position: relative;
  box-shadow:
    inset 0 0 19px rgba(45,75,150,.38),
    0 0 24px rgba(155,217,22,.2);
}

.whatsapp-signature-icon svg {
  width: 37px;
  color: white;
  stroke-width: 1.75;
}

.signature-wave {
  position: absolute;
  top: 50%;
  left: 72%;
  border: 3px solid transparent;
  border-right-color: var(--lime);
  border-radius: 50%;
  transform: translateY(-50%) rotate(-2deg);
  pointer-events: none;
}

.signature-wave-one { width: 43px; height: 43px; opacity: .95; }
.signature-wave-two { width: 61px; height: 61px; opacity: .72; }
.signature-wave-three {
  width: 79px;
  height: 79px;
  opacity: .48;
  border-right-color: #4c9dff;
}

/* Botão flutuante circular: assinatura compacta da marca. */
.whatsapp-float {
  position: fixed;
  z-index: 900;
  right: 26px;
  bottom: 24px;
  width: 78px;
  height: 78px;
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  display: grid;
  place-items: center;
  overflow: visible;
  filter: drop-shadow(0 16px 24px rgba(3,12,28,.36));
  transition: transform .22s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-5px) scale(1.025);
  outline: none;
}

.whatsapp-float-core {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--lime);
  background:
    radial-gradient(circle at 35% 28%, #1b4b8e 0%, #102b59 45%, #06142b 100%);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 3;
  box-shadow:
    inset 0 0 18px rgba(78,141,255,.22),
    0 0 0 5px rgba(155,217,22,.06),
    0 0 24px rgba(155,217,22,.25);
}

.whatsapp-float-core svg {
  width: 29px;
  color: white;
  stroke-width: 1.8;
}

.float-wave {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 48%;
  border: 2px solid transparent;
  border-right-color: var(--lime);
  border-radius: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  pointer-events: none;
  animation: conecct-signal 2.8s ease-in-out infinite;
}

.float-wave-one {
  width: 54px;
  height: 54px;
  opacity: .98;
}

.float-wave-two {
  width: 68px;
  height: 68px;
  opacity: .68;
  animation-delay: .18s;
}

.float-wave-three {
  width: 82px;
  height: 82px;
  opacity: .44;
  border-right-color: #4c9dff;
  animation-delay: .36s;
}

@keyframes conecct-signal {
  0%, 100% { transform: translateY(-50%) scale(.96); opacity: .42; }
  48% { transform: translateY(-50%) scale(1.03); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .float-wave { animation: none; }
}

/* Ajustes responsivos da nova composição. */
@media (max-width: 1280px) {
  .container-wide {
    width: min(1180px, calc(100% - 48px));
  }

  .hero-copy {
    width: min(735px, 72%);
  }
}

@media (max-width: 1020px) {
  .container-wide {
    width: min(100% - 32px, 900px);
  }

  .hero {
    min-height: 780px;
    padding-bottom: 26px;
  }

  .hero-layout {
    min-height: 640px;
  }

  .hero-copy {
    width: min(690px, 78%);
  }
}

@media (max-width: 680px) {
  .container-wide {
    width: calc(100% - 30px);
  }

  .hero {
    min-height: 790px;
  }

  .hero-layout {
    min-height: 650px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 355px);
  }

  .hero-trust .trust-item {
    border-radius: 13px;
  }

  .whatsapp-signature {
    min-height: 72px;
    border-radius: 20px;
    overflow: hidden;
  }

  .whatsapp-signature-copy {
    padding: 13px 8px 13px 18px;
  }

  .whatsapp-signature-copy small {
    font-size: 10px;
  }

  .whatsapp-signature-icon {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .signature-wave {
    display: none;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 17px;
    width: 68px;
    height: 68px;
  }

  .whatsapp-float-core {
    width: 55px;
    height: 55px;
  }

  .float-wave-three {
    display: none;
  }
}



/* ===== AJUSTES APROVADOS — HERO V4: STARLINK VISÍVEL ===== */

/*
  Mais aproveitamento horizontal no desktop.
  O cabeçalho e o Hero permanecem alinhados entre si.
*/
.container-wide {
  width: min(1540px, calc(100% - 44px));
}

/* Leve reposicionamento vertical da fotografia para preservar a parte inferior. */
.hero-media,
.hero-starlink-reveal {
  background-image: url("assets/images/hero-infraestrutura.webp");
  background-repeat: no-repeat;
  background-position: center 60%;
  background-size: cover;
  transform: scale(1.01);
}

/*
  Camada da própria fotografia acima do sombreamento.
  Ela revela apenas a região da antena Starlink, com transição suave,
  sem parecer um recorte colado sobre a composição.
*/
.hero-starlink-reveal {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  filter: brightness(1.16) saturate(1.08) contrast(1.02);
  -webkit-mask-image:
    radial-gradient(
      ellipse 24% 32% at 18% 78%,
      #000 0%,
      rgba(0,0,0,.98) 24%,
      rgba(0,0,0,.78) 48%,
      rgba(0,0,0,.28) 73%,
      transparent 100%
    );
  mask-image:
    radial-gradient(
      ellipse 24% 32% at 18% 78%,
      #000 0%,
      rgba(0,0,0,.98) 24%,
      rgba(0,0,0,.78) 48%,
      rgba(0,0,0,.28) 73%,
      transparent 100%
    );
}

/* Mantém grafismos acima da fotografia revelada e abaixo do conteúdo. */
.hero-grid,
.hero-glow {
  z-index: 3;
}

.hero-layout {
  z-index: 4;
  min-height: 638px;
}

/*
  Conteúdo mais compacto e um pouco mais alto,
  abrindo a parte inferior esquerda para a Starlink.
*/
.hero-copy {
  width: min(750px, 62%);
  margin-top: -28px;
  padding-bottom: 18px;
}

.hero-copy h1 {
  max-width: 735px;
  margin: 16px 0 21px;
  font-size: clamp(3.08rem, 5.05vw, 5.18rem);
  line-height: 1;
}

.hero-copy > p {
  max-width: 660px;
  font-size: clamp(1rem, 1.34vw, 1.14rem);
}

.hero-actions {
  margin: 27px 0 22px;
}

.hero-trust {
  gap: 9px;
}

/* Um pouco menos de altura vazia ao final, sem apertar o Hero. */
.hero {
  min-height: 770px;
  padding-bottom: 28px;
}

/* Ajuste gradual para monitores menores. */
@media (max-width: 1450px) {
  .container-wide {
    width: min(1370px, calc(100% - 38px));
  }

  .hero-copy {
    width: min(730px, 64%);
  }

  .hero-copy h1 {
    font-size: clamp(3.05rem, 5vw, 5rem);
  }
}

@media (max-width: 1280px) {
  .container-wide {
    width: min(1235px, calc(100% - 32px));
  }

  .hero-copy {
    width: min(700px, 69%);
    margin-top: -20px;
  }

  .hero-starlink-reveal {
    -webkit-mask-image:
      radial-gradient(
        ellipse 25% 30% at 17% 78%,
        #000 0%,
        rgba(0,0,0,.94) 29%,
        rgba(0,0,0,.42) 69%,
        transparent 100%
      );
    mask-image:
      radial-gradient(
        ellipse 25% 30% at 17% 78%,
        #000 0%,
        rgba(0,0,0,.94) 29%,
        rgba(0,0,0,.42) 69%,
        transparent 100%
      );
  }
}

@media (max-width: 1020px) {
  .container-wide {
    width: min(100% - 28px, 930px);
  }

  .hero {
    min-height: 770px;
  }

  .hero-layout {
    min-height: 635px;
  }

  .hero-copy {
    width: min(670px, 77%);
    margin-top: -12px;
  }

  .hero-copy h1 {
    font-size: clamp(2.95rem, 7.6vw, 4.65rem);
  }

  .hero-starlink-reveal {
    opacity: .86;
    -webkit-mask-image:
      radial-gradient(
        ellipse 30% 28% at 16% 79%,
        #000 0%,
        rgba(0,0,0,.85) 34%,
        rgba(0,0,0,.24) 73%,
        transparent 100%
      );
    mask-image:
      radial-gradient(
        ellipse 30% 28% at 16% 79%,
        #000 0%,
        rgba(0,0,0,.85) 34%,
        rgba(0,0,0,.24) 73%,
        transparent 100%
      );
  }
}

@media (max-width: 680px) {
  .container-wide {
    width: calc(100% - 28px);
  }

  .hero-copy {
    width: 100%;
    margin-top: 0;
  }

  .hero-copy h1 {
    font-size: clamp(2.62rem, 12.7vw, 3.5rem);
  }

  /*
    No recorte vertical do celular a antena fica fora do enquadramento
    original da fotografia; desativamos a camada localizada para evitar
    brilho em uma área incorreta. O mobile será refinado na revisão final.
  */
  .hero-starlink-reveal {
    display: none;
  }
}



/* ===== AJUSTES APROVADOS — HERO V5: SEM BOTÕES E COM FAIXA INFERIOR ===== */

.hero {
  min-height: 760px;
  padding-bottom: 0;
}

.hero-layout {
  min-height: 610px;
}

.hero-copy {
  width: min(748px, 62%);
  margin-top: -26px;
  padding-bottom: 8px;
}

.hero-copy h1 {
  margin: 16px 0 21px;
}

.hero-copy > p {
  max-width: 675px;
}

/* Hero limpo: sem botões no miolo. */
.hero-copy .hero-actions {
  display: none !important;
}

/* Faixa inferior retomando a ideia do bloco anterior, porém mais elegante. */
.hero-bottom-band {
  position: relative;
  z-index: 5;
  margin-top: 0;
  padding-bottom: 28px;
}

.hero-bottom-band-inner {
  display: block;
}

.hero-bottom-band .hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(7, 23, 49, .94), rgba(5, 17, 38, .82));
  backdrop-filter: blur(14px);
  box-shadow:
    0 14px 42px rgba(0,0,0,.22),
    inset 0 0 0 1px rgba(255,255,255,.02);
}

.hero-bottom-band .trust-item {
  min-height: 64px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-bottom-band .trust-item span {
  font-size: 0.98rem;
  font-weight: 600;
}

.hero-bottom-band .trust-item svg {
  width: 19px;
  flex: 0 0 auto;
}

/* Deixa a Starlink mais limpa visualmente na área do canto esquerdo inferior */
.hero-starlink-reveal {
  filter: brightness(1.18) saturate(1.08) contrast(1.02);
  -webkit-mask-image:
    radial-gradient(
      ellipse 22% 30% at 18% 79%,
      #000 0%,
      rgba(0,0,0,.98) 24%,
      rgba(0,0,0,.78) 47%,
      rgba(0,0,0,.24) 71%,
      transparent 100%
    );
  mask-image:
    radial-gradient(
      ellipse 22% 30% at 18% 79%,
      #000 0%,
      rgba(0,0,0,.98) 24%,
      rgba(0,0,0,.78) 47%,
      rgba(0,0,0,.24) 71%,
      transparent 100%
    );
}

@media (max-width: 1280px) {
  .hero {
    min-height: 760px;
  }

  .hero-layout {
    min-height: 595px;
  }

  .hero-copy {
    width: min(720px, 66%);
  }

  .hero-bottom-band .hero-trust {
    gap: 12px;
    padding: 16px;
  }

  .hero-bottom-band .trust-item {
    padding: 13px 14px;
  }
}

@media (max-width: 1020px) {
  .hero {
    min-height: 755px;
  }

  .hero-layout {
    min-height: 575px;
  }

  .hero-copy {
    width: min(670px, 77%);
    margin-top: -8px;
  }

  .hero-bottom-band {
    padding-bottom: 22px;
  }

  .hero-bottom-band .hero-trust {
    grid-template-columns: 1fr;
    padding: 14px;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 760px;
  }

  .hero-layout {
    min-height: 550px;
  }

  .hero-copy {
    width: 100%;
    margin-top: 0;
  }

  .hero-copy h1 {
    font-size: clamp(2.58rem, 12.2vw, 3.42rem);
  }

  .hero-bottom-band {
    padding-bottom: 18px;
  }

  .hero-bottom-band .hero-trust {
    padding: 12px;
    border-radius: 18px;
  }

  .hero-bottom-band .trust-item {
    min-height: 58px;
    border-radius: 14px;
  }

  .hero-bottom-band .trust-item span {
    font-size: .95rem;
  }
}



/* ===== AJUSTES APROVADOS — HERO V6: FAIXA FORA DO HERO E CARDS CENTRALIZADOS ===== */

/* Hero fica totalmente livre, valorizando a Starlink e a composição da imagem. */
.hero {
  min-height: 740px;
  padding-bottom: 18px;
}

.hero-layout {
  min-height: 600px;
}

.hero-copy {
  padding-bottom: 0;
}

/* Faixa reposicionada entre o hero e a próxima seção. */
.hero-bottom-band {
  position: relative;
  z-index: 8;
  margin-top: -6px;
  margin-bottom: 26px;
  padding: 0;
}

.hero-bottom-band-inner {
  display: block;
}

.hero-bottom-band .hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(11, 33, 70, .08);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(9, 26, 56, .98), rgba(5, 17, 38, .94));
  backdrop-filter: blur(14px);
  box-shadow:
    0 16px 40px rgba(0,0,0,.18),
    inset 0 0 0 1px rgba(255,255,255,.02);
}

/* Centralização total dos cards: ícone e texto no meio do quadrado. */
.hero-bottom-band .trust-item {
  min-height: 116px;
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.hero-bottom-band .trust-item span {
  display: block;
  width: 100%;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.34;
  text-align: center;
}

.hero-bottom-band .trust-item svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin: 0;
}

.hero-bottom-band .trust-item:hover,
.hero-bottom-band .trust-item:focus-visible {
  transform: translateY(-4px);
}

/* Dá um respiro melhor antes da próxima seção do site. */
.section-challenges {
  padding-top: 30px;
}

@media (max-width: 1280px) {
  .hero {
    min-height: 736px;
  }

  .hero-bottom-band {
    margin-bottom: 24px;
  }

  .hero-bottom-band .hero-trust {
    gap: 12px;
    padding: 16px;
  }

  .hero-bottom-band .trust-item {
    min-height: 110px;
    padding: 16px 14px;
  }
}

@media (max-width: 1020px) {
  .hero {
    min-height: 732px;
  }

  .hero-bottom-band {
    margin-top: 0;
    margin-bottom: 22px;
  }

  .hero-bottom-band .hero-trust {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .hero-bottom-band .trust-item {
    min-height: 86px;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .hero-bottom-band .trust-item span {
    width: auto;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 736px;
    padding-bottom: 14px;
  }

  .hero-layout {
    min-height: 542px;
  }

  .hero-bottom-band {
    margin-bottom: 18px;
  }

  .hero-bottom-band .hero-trust {
    padding: 12px;
    border-radius: 18px;
  }

  .hero-bottom-band .trust-item {
    min-height: 82px;
    border-radius: 14px;
    padding: 14px 12px;
  }

  .hero-bottom-band .trust-item span {
    font-size: .95rem;
  }

  .section-challenges {
    padding-top: 24px;
  }
}



/* ===== AJUSTES APROVADOS — HERO V7: FAIXA ENTRE HERO E SOLUÇÕES ===== */

/* Hero termina limpo, entregando a imagem completa. */
.hero {
  padding-bottom: 8px;
}

/* A tarja agora fica claramente fora do hero, abaixo da imagem principal
   e acima da seção “Soluções por necessidade”. */
.hero-bottom-band {
  position: relative;
  z-index: 10;
  margin-top: 14px;
  margin-bottom: 30px;
  padding: 0;
}

.hero-bottom-band-inner {
  display: block;
}

.hero-bottom-band .hero-trust {
  margin: 0;
}

/* Dá um respiro natural antes do início de “Soluções por necessidade”. */
.section-challenges {
  padding-top: 8px;
}

@media (max-width: 1020px) {
  .hero-bottom-band {
    margin-top: 10px;
    margin-bottom: 24px;
  }

  .section-challenges {
    padding-top: 6px;
  }
}

@media (max-width: 680px) {
  .hero {
    padding-bottom: 4px;
  }

  .hero-bottom-band {
    margin-top: 8px;
    margin-bottom: 18px;
  }

  .section-challenges {
    padding-top: 4px;
  }
}



/* ===== AJUSTES APROVADOS — V8: TARJA NA FAIXA BRANCA ===== */

/* O Hero termina completamente antes da tarja. */
.hero {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*
  Nova área branca entre o Hero e “Soluções por necessidade”.
  É exatamente nesta faixa que a tarja passa a viver.
*/
.solutions-bridge {
  position: relative;
  z-index: 12;
  width: 100%;
  padding: 32px 0 28px;
  margin: 0;
  background: #f7f9fc;
  border-top: 1px solid rgba(11, 33, 70, .035);
  border-bottom: 1px solid rgba(11, 33, 70, .045);
}

/* Remove qualquer comportamento de sobreposição anterior. */
.solutions-bridge .hero-bottom-band {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  transform: none;
}

.solutions-bridge .hero-bottom-band-inner {
  display: block;
}

/* A caixa fica totalmente dentro da área branca. */
.solutions-bridge .hero-trust {
  width: 100%;
  margin: 0;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid rgba(9, 29, 61, .09);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(9, 26, 56, .99), rgba(5, 17, 38, .97));
  box-shadow:
    0 16px 38px rgba(4, 15, 34, .14),
    inset 0 0 0 1px rgba(255,255,255,.02);
}

/* Mantém ícone e texto centralizados. */
.solutions-bridge .trust-item {
  min-height: 116px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}

.solutions-bridge .trust-item svg {
  width: 22px;
  height: 22px;
  margin: 0;
}

.solutions-bridge .trust-item span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.35;
}

/* A próxima seção começa logo após a ponte. */
.section-challenges {
  padding-top: 56px;
}

@media (max-width: 1020px) {
  .solutions-bridge {
    padding: 24px 0 22px;
  }

  .solutions-bridge .hero-trust {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .solutions-bridge .trust-item {
    min-height: 86px;
    flex-direction: row;
    justify-content: center;
  }

  .solutions-bridge .trust-item span {
    width: auto;
  }

  .section-challenges {
    padding-top: 46px;
  }
}

@media (max-width: 680px) {
  .solutions-bridge {
    padding: 18px 0;
  }

  .solutions-bridge .hero-trust {
    padding: 12px;
    border-radius: 18px;
  }

  .solutions-bridge .trust-item {
    min-height: 80px;
    border-radius: 14px;
  }

  .section-challenges {
    padding-top: 40px;
  }
}



/* ===== CORREÇÃO DEFINITIVA V9 — TARJA TOTALMENTE FORA DO HERO ===== */

/* O Hero termina antes da tarja, sem qualquer sobreposição. */
main > .hero {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

/* Área branca própria entre o Hero e “Soluções por necessidade”. */
main > .solutions-bridge {
  position: relative !important;
  z-index: 20;
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 38px 0 34px;
  transform: none !important;
  background: #f7f9fc;
  border-top: 1px solid rgba(9, 29, 61, .04);
  border-bottom: 1px solid rgba(9, 29, 61, .045);
  clear: both;
}

/* Anula todas as regras antigas que faziam a tarja subir sobre o Hero. */
main > .solutions-bridge > .hero-bottom-band {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

main > .solutions-bridge .hero-bottom-band-inner {
  position: static !important;
  display: block;
  transform: none !important;
}

/* Caixa escura totalmente contida dentro da faixa branca. */
main > .solutions-bridge .hero-trust {
  position: static !important;
  width: 100%;
  margin: 0 !important;
  padding: 18px 20px;
  transform: none !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid rgba(9, 29, 61, .09);
  border-radius: 22px;
  background: linear-gradient(135deg, #091a38 0%, #051126 100%);
  box-shadow:
    0 16px 38px rgba(4, 15, 34, .14),
    inset 0 0 0 1px rgba(255,255,255,.02);
}

/* Ícones e textos centralizados. */
main > .solutions-bridge .trust-item {
  min-height: 116px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}

main > .solutions-bridge .trust-item svg {
  width: 22px;
  height: 22px;
  margin: 0;
}

main > .solutions-bridge .trust-item span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.35;
}

/* A seção seguinte começa somente depois da faixa branca. */
main > #solucoes {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  padding-top: 56px;
}

@media (max-width: 1020px) {
  main > .solutions-bridge {
    padding: 26px 0 24px;
  }

  main > .solutions-bridge .hero-trust {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  main > .solutions-bridge .trust-item {
    min-height: 86px;
    flex-direction: row;
    justify-content: center;
  }

  main > .solutions-bridge .trust-item span {
    width: auto;
  }

  main > #solucoes {
    padding-top: 46px;
  }
}

@media (max-width: 680px) {
  main > .solutions-bridge {
    padding: 20px 0;
  }

  main > .solutions-bridge .hero-trust {
    padding: 12px;
    border-radius: 18px;
  }

  main > .solutions-bridge .trust-item {
    min-height: 80px;
    border-radius: 14px;
  }

  main > #solucoes {
    padding-top: 40px;
  }
}



/* ===== AJUSTES APROVADOS — V10: TARJA LARGA SEM FAIXA BRANCA ===== */

/* Hero termina e a tarja entra logo em seguida, sem faixa branca intermediária. */
main > .hero {
  margin: 0 !important;
  padding-bottom: 0 !important;
}

main > .solutions-bridge {
  position: relative !important;
  z-index: 20;
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  clear: both;
}

/* Tarja ocupando toda a largura, de esquerda a direita. */
main > .solutions-bridge > .hero-bottom-band {
  position: static !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

main > .solutions-bridge .hero-bottom-band-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* A própria tarja é o bloco escuro de largura total. */
main > .solutions-bridge .hero-trust {
  position: static !important;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #091a38 0%, #051126 100%);
  box-shadow: none;
}

/* Cada área da tarja: centralizada, distribuída e com divisórias sutis. */
main > .solutions-bridge .trust-item {
  min-height: 112px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.08);
  border-radius: 0;
  background: transparent;
}

main > .solutions-bridge .trust-item:last-child {
  border-right: 0;
}

main > .solutions-bridge .trust-item svg {
  width: 22px;
  height: 22px;
  margin: 0 auto;
}

main > .solutions-bridge .trust-item span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.35;
}

/* Hover discreto, sem parecer card solto. */
main > .solutions-bridge .trust-item:hover,
main > .solutions-bridge .trust-item:focus-visible {
  transform: none;
  background: rgba(255,255,255,.03);
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(155,217,22,.08);
}

main > #solucoes {
  margin-top: 0 !important;
  padding-top: 42px;
}

@media (max-width: 1020px) {
  main > .solutions-bridge .hero-trust {
    grid-template-columns: 1fr;
  }

  main > .solutions-bridge .trust-item {
    min-height: 82px;
    padding: 18px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    flex-direction: row;
    gap: 12px;
  }

  main > .solutions-bridge .trust-item:last-child {
    border-bottom: 0;
  }

  main > .solutions-bridge .trust-item span {
    width: auto;
  }

  main > #solucoes {
    padding-top: 34px;
  }
}

@media (max-width: 680px) {
  main > .solutions-bridge .trust-item {
    min-height: 76px;
    padding: 16px 14px;
  }

  main > #solucoes {
    padding-top: 28px;
  }
}



/* ===== AJUSTES APROVADOS — V11: TODOS OS CARDS EM AZUL ESCURO ===== */

/* A seção continua clara por enquanto; o foco agora é uniformizar os cards. */
.section-challenges {
  background: #f7f9fc;
}

/* Todos os cards com a mesma base visual azul escuro. */
.section-challenges .challenge-card,
.section-challenges .challenge-card.featured,
.section-challenges .challenge-card.is-featured,
.section-challenges .challenge-card.active {
  position: relative;
  background: linear-gradient(155deg, #0b2146 0%, #06142b 100%) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  color: #ffffff !important;
  box-shadow:
    0 14px 32px rgba(5, 17, 38, .12),
    inset 0 0 0 1px rgba(255,255,255,.015);
}

/* Hover consistente entre todos. */
.section-challenges .challenge-card:hover,
.section-challenges .challenge-card:focus-within {
  transform: translateY(-6px);
  box-shadow:
    0 18px 36px rgba(5, 17, 38, .18),
    0 0 24px rgba(155, 217, 22, .08);
  border-color: rgba(155,217,22,.18) !important;
}

/* Títulos e descrições legíveis em fundo escuro. */
.section-challenges .challenge-card h3,
.section-challenges .challenge-card .challenge-title,
.section-challenges .challenge-card .card-title {
  color: #ffffff !important;
}

.section-challenges .challenge-card p,
.section-challenges .challenge-card .challenge-text,
.section-challenges .challenge-card .card-text {
  color: rgba(255,255,255,.70) !important;
}

/* Ícones em verde-limão e melhor centralidade visual. */
.section-challenges .challenge-card .challenge-icon,
.section-challenges .challenge-card .card-icon,
.section-challenges .challenge-card .icon-wrap {
  background: rgba(155,217,22,.12) !important;
  border: 1px solid rgba(155,217,22,.18) !important;
}

.section-challenges .challenge-card .challenge-icon svg,
.section-challenges .challenge-card .card-icon svg,
.section-challenges .challenge-card .icon-wrap svg {
  color: var(--lime) !important;
}

/*
  Números: deixam de ficar "sumidos" ou sobrepostos.
  Ficam discretos, porém legíveis, no canto superior direito.
*/
.section-challenges .challenge-card .challenge-number,
.section-challenges .challenge-card .card-number,
.section-challenges .challenge-card .step-number,
.section-challenges .challenge-card .badge-number {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  color: rgba(255,255,255,.12) !important;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem) !important;
  font-weight: 800 !important;
  line-height: 1;
  letter-spacing: -.03em;
  pointer-events: none;
}

/* Se houver pill/tag pequena, ela fica mais abaixo para não sobrepor o número. */
.section-challenges .challenge-card .challenge-tag,
.section-challenges .challenge-card .card-tag,
.section-challenges .challenge-card .label,
.section-challenges .challenge-card .badge {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 2;
  background: rgba(155,217,22,.14) !important;
  color: var(--lime) !important;
  border: 1px solid rgba(155,217,22,.16) !important;
}

/* Dá respiro interno maior para o topo dos cards. */
.section-challenges .challenge-card {
  padding-top: 52px !important;
}

/* Mantém a grid elegante no desktop e estável no hover. */
.section-challenges .challenges-grid,
.section-challenges .challenge-grid {
  align-items: stretch;
}

@media (max-width: 1020px) {
  .section-challenges .challenge-card {
    padding-top: 48px !important;
  }

  .section-challenges .challenge-card .challenge-number,
  .section-challenges .challenge-card .card-number,
  .section-challenges .challenge-card .step-number,
  .section-challenges .challenge-card .badge-number {
    top: 13px;
    right: 14px;
  }

  .section-challenges .challenge-card .challenge-tag,
  .section-challenges .challenge-card .card-tag,
  .section-challenges .challenge-card .label,
  .section-challenges .challenge-card .badge {
    top: 13px;
    left: 14px;
  }
}

@media (max-width: 680px) {
  .section-challenges .challenge-card {
    padding-top: 44px !important;
  }

  .section-challenges .challenge-card .challenge-number,
  .section-challenges .challenge-card .card-number,
  .section-challenges .challenge-card .step-number,
  .section-challenges .challenge-card .badge-number {
    font-size: 1rem !important;
    top: 12px;
    right: 12px;
  }

  .section-challenges .challenge-card .challenge-tag,
  .section-challenges .challenge-card .card-tag,
  .section-challenges .challenge-card .label,
  .section-challenges .challenge-card .badge {
    top: 12px;
    left: 12px;
  }
}



/* ===== CORREÇÃO V12 — CARDS AZUIS NA SEÇÃO DE DESAFIOS ===== */

/*
  A seção correta é #solucoes (Qual é o seu desafio de conexão?).
  Aqui deixamos SOMENTE os cards em azul escuro.
*/
#solucoes.challenge-section-dark-cards {
  background: #f7f9fc;
}

#solucoes.challenge-section-dark-cards .challenge-card {
  min-height: 310px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #0b2146 0%, #06142b 100%) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  color: #ffffff !important;
  box-shadow:
    0 14px 32px rgba(5, 17, 38, .12),
    inset 0 0 0 1px rgba(255,255,255,.015);
}

#solucoes.challenge-section-dark-cards .challenge-card:hover,
#solucoes.challenge-section-dark-cards .challenge-card:focus-within {
  transform: translateY(-7px);
  box-shadow:
    0 18px 36px rgba(5, 17, 38, .18),
    0 0 24px rgba(155,217,22,.08);
  border-color: rgba(155,217,22,.18) !important;
}

#solucoes.challenge-section-dark-cards .challenge-card h3 {
  color: #ffffff !important;
}

#solucoes.challenge-section-dark-cards .challenge-card p {
  color: rgba(255,255,255,.70) !important;
}

#solucoes.challenge-section-dark-cards .line-icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(155,217,22,.12) !important;
  border: 1px solid rgba(155,217,22,.18);
  color: var(--lime) !important;
}

#solucoes.challenge-section-dark-cards .line-icon svg {
  width: 27px;
  color: var(--lime) !important;
}

#solucoes.challenge-section-dark-cards .card-number {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  color: rgba(255,255,255,.12) !important;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.03em;
  pointer-events: none;
}

#solucoes.challenge-section-dark-cards .card-tag {
  position: absolute;
  top: 16px;
  left: 18px;
  right: auto;
  padding: 5px 9px;
  border-radius: 99px;
  background: rgba(155,217,22,.14) !important;
  color: var(--lime) !important;
  border: 1px solid rgba(155,217,22,.16);
  font-size: 9px;
  letter-spacing: .1em;
  font-weight: 900;
  text-transform: uppercase;
}

#solucoes.challenge-section-dark-cards .challenge-card {
  padding-top: 52px !important;
}

@media (max-width: 1020px) {
  #solucoes.challenge-section-dark-cards .challenge-card {
    padding-top: 48px !important;
  }

  #solucoes.challenge-section-dark-cards .card-number {
    top: 13px;
    right: 14px;
  }

  #solucoes.challenge-section-dark-cards .card-tag {
    top: 13px;
    left: 14px;
  }
}

@media (max-width: 680px) {
  #solucoes.challenge-section-dark-cards .challenge-card {
    padding-top: 44px !important;
    min-height: 270px;
  }

  #solucoes.challenge-section-dark-cards .card-number {
    font-size: 1rem;
    top: 12px;
    right: 12px;
  }

  #solucoes.challenge-section-dark-cards .card-tag {
    top: 12px;
    left: 12px;
  }
}



/* ===== AJUSTES APROVADOS — V13: CARDS LIMPOS E FUNDO AZUL-GELO ===== */

/*
  Fundo tecnológico azul-gelo:
  mantém contraste com os cards azul-marinho sem parecer uma área branca vazia.
*/
#solucoes.challenge-section-tech-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(155,217,22,.075), transparent 25%),
    radial-gradient(circle at 88% 74%, rgba(61,111,196,.10), transparent 31%),
    linear-gradient(180deg, #eef3f8 0%, #e9f0f7 100%) !important;
}

#solucoes.challenge-section-tech-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .22;
  background-image:
    linear-gradient(rgba(20,50,91,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,50,91,.055) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 80%, transparent 100%);
}

#solucoes.challenge-section-tech-bg::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -180px;
  top: 80px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155,217,22,.085), transparent 67%);
  pointer-events: none;
}

/* Cards continuam azul escuro, agora sem números e sem etiqueta. */
#solucoes.challenge-section-tech-bg .challenge-card {
  padding-top: 30px !important;
  background: linear-gradient(155deg, #0b2146 0%, #06142b 100%) !important;
  border: 1px solid rgba(255,255,255,.065) !important;
  color: #ffffff !important;
  box-shadow:
    0 16px 34px rgba(5,17,38,.14),
    inset 0 0 0 1px rgba(255,255,255,.014);
}

#solucoes.challenge-section-tech-bg .challenge-card:hover,
#solucoes.challenge-section-tech-bg .challenge-card:focus-within {
  transform: translateY(-7px);
  border-color: rgba(155,217,22,.20) !important;
  box-shadow:
    0 20px 40px rgba(5,17,38,.20),
    0 0 28px rgba(155,217,22,.085);
}

/* Ícones padronizados e mais coerentes com o fundo. */
#solucoes.challenge-section-tech-bg .line-icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(155,217,22,.12) !important;
  border: 1px solid rgba(155,217,22,.19);
  color: var(--lime) !important;
  box-shadow: inset 0 0 18px rgba(155,217,22,.035);
}

#solucoes.challenge-section-tech-bg .line-icon svg {
  width: 27px;
  color: var(--lime) !important;
}

/* Remove qualquer reserva visual deixada pelos números ou tags anteriores. */
#solucoes.challenge-section-tech-bg .card-number,
#solucoes.challenge-section-tech-bg .card-tag {
  display: none !important;
}

/* Ajuste de títulos e textos. */
#solucoes.challenge-section-tech-bg .challenge-card h3 {
  margin-top: 34px;
  color: #ffffff !important;
}

#solucoes.challenge-section-tech-bg .challenge-card p {
  color: rgba(255,255,255,.70) !important;
}

/* Título da seção mantém contraste sobre o fundo azul-gelo. */
#solucoes.challenge-section-tech-bg .section-heading h2 {
  color: var(--navy-900);
}

#solucoes.challenge-section-tech-bg .section-heading p {
  color: #59697d;
}

@media (max-width: 1020px) {
  #solucoes.challenge-section-tech-bg .challenge-card {
    padding-top: 28px !important;
  }
}

@media (max-width: 680px) {
  #solucoes.challenge-section-tech-bg .challenge-card {
    min-height: 270px;
    padding-top: 26px !important;
  }

  #solucoes.challenge-section-tech-bg .challenge-card h3 {
    margin-top: 30px;
  }
}



/* ===== AJUSTES APROVADOS — V14: SEÇÃO ESCURA EXPRESSIVA ===== */

/*
  Seção inteira em azul-marinho profundo.
  O visual segue a força do Hero e ganha contraste com branco e verde-limão.
*/
#solucoes.challenge-section-deep-dark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(155,217,22,.11), transparent 24%),
    radial-gradient(circle at 88% 78%, rgba(49,101,188,.18), transparent 32%),
    linear-gradient(145deg, #071a38 0%, #041126 58%, #071a38 100%) !important;
  color: #ffffff;
}

/* Grafismo tecnológico sutil de rede. */
#solucoes.challenge-section-deep-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

/* Linhas luminosas discretas para reforçar conectividade. */
#solucoes.challenge-section-deep-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 68%, rgba(155,217,22,.13) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 26%, rgba(109,165,255,.16) 0 2px, transparent 3px),
    linear-gradient(112deg, transparent 0 42%, rgba(155,217,22,.045) 42.2% 42.5%, transparent 42.8% 100%);
  opacity: .78;
}

/* Cabeçalho da seção em branco e verde-limão. */
#solucoes.challenge-section-deep-dark .section-heading .eyebrow,
#solucoes.challenge-section-deep-dark .eyebrow-dark {
  color: rgba(255,255,255,.76) !important;
}

#solucoes.challenge-section-deep-dark .section-heading .eyebrow span,
#solucoes.challenge-section-deep-dark .eyebrow-dark span {
  background: var(--lime) !important;
  box-shadow: 0 0 14px rgba(155,217,22,.30);
}

#solucoes.challenge-section-deep-dark .section-heading h2 {
  color: #ffffff !important;
}

#solucoes.challenge-section-deep-dark .section-heading h2 em {
  color: var(--lime) !important;
  font-style: normal;
}

#solucoes.challenge-section-deep-dark .section-heading p {
  color: rgba(255,255,255,.66) !important;
}

/*
  Cards em tom diferente do fundo:
  mais claros o suficiente para aparecer, sem quebrar a unidade visual.
*/
#solucoes.challenge-section-deep-dark .challenge-card {
  min-height: 310px;
  padding-top: 30px !important;
  background:
    linear-gradient(155deg, rgba(17,47,91,.92) 0%, rgba(8,29,61,.96) 100%) !important;
  border: 1px solid rgba(255,255,255,.075) !important;
  color: #ffffff !important;
  box-shadow:
    0 18px 38px rgba(0,0,0,.22),
    inset 0 0 0 1px rgba(255,255,255,.018);
  backdrop-filter: blur(8px);
}

/* Pequeno detalhe luminoso em cada card. */
#solucoes.challenge-section-deep-dark .challenge-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -54px;
  bottom: -62px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155,217,22,.10), transparent 68%);
  pointer-events: none;
  transition: transform .28s ease, opacity .28s ease;
}

#solucoes.challenge-section-deep-dark .challenge-card:hover,
#solucoes.challenge-section-deep-dark .challenge-card:focus-within {
  transform: translateY(-7px);
  border-color: rgba(155,217,22,.27) !important;
  background:
    linear-gradient(155deg, rgba(20,55,104,.98) 0%, rgba(9,34,72,.98) 100%) !important;
  box-shadow:
    0 23px 46px rgba(0,0,0,.29),
    0 0 32px rgba(155,217,22,.09);
}

#solucoes.challenge-section-deep-dark .challenge-card:hover::after,
#solucoes.challenge-section-deep-dark .challenge-card:focus-within::after {
  transform: scale(1.18);
}

/* Ícones em verde-limão. */
#solucoes.challenge-section-deep-dark .line-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(155,217,22,.18), rgba(155,217,22,.08)) !important;
  border: 1px solid rgba(155,217,22,.25);
  color: var(--lime) !important;
  box-shadow:
    inset 0 0 20px rgba(155,217,22,.045),
    0 0 18px rgba(155,217,22,.05);
}

#solucoes.challenge-section-deep-dark .line-icon svg {
  width: 28px;
  color: var(--lime) !important;
}

/* Textos dos cards. */
#solucoes.challenge-section-deep-dark .challenge-card h3 {
  margin-top: 34px;
  color: #ffffff !important;
}

#solucoes.challenge-section-deep-dark .challenge-card p {
  color: rgba(255,255,255,.68) !important;
}

/* Garante que números e tags removidos não reapareçam por CSS antigo. */
#solucoes.challenge-section-deep-dark .card-number,
#solucoes.challenge-section-deep-dark .card-tag {
  display: none !important;
}

@media (max-width: 1020px) {
  #solucoes.challenge-section-deep-dark .challenge-card {
    padding-top: 28px !important;
  }
}

@media (max-width: 680px) {
  #solucoes.challenge-section-deep-dark .challenge-card {
    min-height: 270px;
    padding-top: 26px !important;
  }

  #solucoes.challenge-section-deep-dark .challenge-card h3 {
    margin-top: 30px;
  }
}



/* ===== AJUSTES APROVADOS — V15: PORTFÓLIO TÉCNICO ESCURO ===== */

/*
  A seção “Soluções completas em conectividade” mantém o mesmo
  fundo azul-marinho expressivo da seção anterior.
*/
.services-section.services-section-deep-dark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(155,217,22,.10), transparent 25%),
    radial-gradient(circle at 88% 76%, rgba(49,101,188,.17), transparent 33%),
    linear-gradient(145deg, #071a38 0%, #041126 58%, #071a38 100%) !important;
  color: #ffffff;
}

.services-section.services-section-deep-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.services-section.services-section-deep-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 68%, rgba(155,217,22,.11) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 28%, rgba(109,165,255,.15) 0 2px, transparent 3px),
    linear-gradient(112deg, transparent 0 43%, rgba(155,217,22,.04) 43.2% 43.5%, transparent 43.8% 100%);
}

/* Cabeçalho da seção */
.services-section.services-section-deep-dark .eyebrow,
.services-section.services-section-deep-dark .eyebrow-dark {
  color: rgba(255,255,255,.76) !important;
}

.services-section.services-section-deep-dark .eyebrow span,
.services-section.services-section-deep-dark .eyebrow-dark span {
  background: var(--lime) !important;
  box-shadow: 0 0 14px rgba(155,217,22,.28);
}

.services-section.services-section-deep-dark h2 {
  color: #ffffff !important;
}

.services-section.services-section-deep-dark h2 em {
  color: var(--lime) !important;
  font-style: normal;
}

.services-section.services-section-deep-dark .services-intro > p {
  color: rgba(255,255,255,.66) !important;
}

/*
  Sem a coluna de números, a linha passa a ter:
  título | descrição | link
*/
.services-section.services-section-deep-dark .service-row {
  grid-template-columns: 270px 1fr 165px;
  gap: 28px;
  padding: 30px 22px;
  border-bottom: 1px solid rgba(255,255,255,.085);
  border-radius: 16px;
  transition:
    transform .24s ease,
    background .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}

.services-section.services-section-deep-dark .service-row:hover,
.services-section.services-section-deep-dark .service-row:focus-within {
  padding-left: 22px;
  padding-right: 22px;
  transform: translateY(-3px);
  background: rgba(18,49,94,.62);
  border-color: rgba(155,217,22,.19);
  box-shadow:
    0 16px 34px rgba(0,0,0,.18),
    inset 0 0 0 1px rgba(255,255,255,.018);
}

/* Números removidos definitivamente */
.services-section.services-section-deep-dark .service-index {
  display: none !important;
}

/* Títulos, descrições e links */
.services-section.services-section-deep-dark .service-title h3 {
  color: #ffffff !important;
}

.services-section.services-section-deep-dark .service-row p {
  color: rgba(255,255,255,.67) !important;
}

.services-section.services-section-deep-dark .service-row > a {
  color: #ffffff !important;
}

.services-section.services-section-deep-dark .service-row > a span {
  color: var(--lime) !important;
}

/* Ícones no mesmo verde-limão da seção anterior */
.services-section.services-section-deep-dark .line-icon {
  background:
    linear-gradient(145deg, rgba(155,217,22,.18), rgba(155,217,22,.08)) !important;
  border: 1px solid rgba(155,217,22,.24);
  color: var(--lime) !important;
  box-shadow:
    inset 0 0 18px rgba(155,217,22,.04),
    0 0 16px rgba(155,217,22,.045);
}

.services-section.services-section-deep-dark .line-icon svg {
  color: var(--lime) !important;
}

@media (max-width: 1020px) {
  .services-section.services-section-deep-dark .service-row {
    grid-template-columns: 240px 1fr;
  }

  .services-section.services-section-deep-dark .service-row > a {
    grid-column: 2;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .services-section.services-section-deep-dark .service-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 18px;
  }

  .services-section.services-section-deep-dark .service-title,
  .services-section.services-section-deep-dark .service-row p,
  .services-section.services-section-deep-dark .service-row > a {
    grid-column: 1;
  }

  .services-section.services-section-deep-dark .service-row:hover,
  .services-section.services-section-deep-dark .service-row:focus-within {
    padding-left: 18px;
    padding-right: 18px;
  }
}



/* ===== AJUSTES APROVADOS — V16: PONTOS STARLINK SEM NÚMEROS ===== */

/* Os três blocos passam a ocupar toda a largura, sem a coluna dos números. */
#starlink .starlink-points {
  display: grid;
  gap: 12px;
  margin: 34px 0;
}

#starlink .starlink-points > div {
  display: block;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
  transition:
    transform .24s ease,
    background .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}

/* Remove qualquer vestígio visual dos números antigos. */
#starlink .starlink-points > div > span {
  display: none !important;
}

#starlink .starlink-points > div:last-child {
  border-bottom: 1px solid rgba(255,255,255,.10);
}

/* Efeito flutuante ao passar o mouse. */
#starlink .starlink-points > div:hover,
#starlink .starlink-points > div:focus-within {
  transform: translateY(-6px);
  background: rgba(20,55,104,.52);
  border-color: rgba(155,217,22,.28);
  box-shadow:
    0 18px 34px rgba(0,0,0,.22),
    0 0 26px rgba(155,217,22,.08);
}

#starlink .starlink-points h3 {
  margin: 0 0 6px;
  color: #ffffff;
}

#starlink .starlink-points p {
  color: rgba(255,255,255,.66);
  margin: 0;
}

@media (max-width: 680px) {
  #starlink .starlink-points > div {
    padding: 17px 16px;
  }

  #starlink .starlink-points > div:hover,
  #starlink .starlink-points > div:focus-within {
    transform: translateY(-4px);
  }
}



/* ===== AJUSTES APROVADOS — V17: REDUNDÂNCIA ESCURA E CHIPS VERDES ===== */

/*
  Mesma linha visual das seções escuras anteriores.
*/
#redundancia.redundancy-section-deep-dark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(155,217,22,.11), transparent 25%),
    radial-gradient(circle at 88% 76%, rgba(49,101,188,.18), transparent 33%),
    linear-gradient(145deg, #071a38 0%, #041126 58%, #071a38 100%) !important;
  color: #ffffff;
}

#redundancia.redundancy-section-deep-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

#redundancia.redundancy-section-deep-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 68%, rgba(155,217,22,.11) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 28%, rgba(109,165,255,.15) 0 2px, transparent 3px),
    linear-gradient(112deg, transparent 0 43%, rgba(155,217,22,.04) 43.2% 43.5%, transparent 43.8% 100%);
}

#redundancia.redundancy-section-deep-dark .eyebrow-dark,
#redundancia.redundancy-section-deep-dark .eyebrow {
  color: rgba(255,255,255,.76) !important;
}

#redundancia.redundancy-section-deep-dark .eyebrow-dark span,
#redundancia.redundancy-section-deep-dark .eyebrow span {
  background: var(--lime) !important;
  box-shadow: 0 0 14px rgba(155,217,22,.28);
}

#redundancia.redundancy-section-deep-dark h2 {
  color: #ffffff !important;
}

#redundancia.redundancy-section-deep-dark h2 em {
  color: var(--lime) !important;
  font-style: normal;
}

#redundancia.redundancy-section-deep-dark .redundancy-copy > p,
#redundancia.redundancy-section-deep-dark .technical-note {
  color: rgba(255,255,255,.68) !important;
}

#redundancia.redundancy-section-deep-dark .technical-note strong {
  color: #ffffff !important;
}

/*
  Chips em duas linhas com três itens por linha.
  Fundo verde-limão e texto branco, com hover flutuante.
*/
#redundancia.redundancy-section-deep-dark .audience-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

#redundancia.redundancy-section-deep-dark .audience-chips span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, #9bd916 0%, #84c113 100%) !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  box-shadow:
    0 10px 22px rgba(155,217,22,.14),
    inset 0 0 0 1px rgba(255,255,255,.08);
  transition:
    transform .23s ease,
    box-shadow .23s ease,
    filter .23s ease;
}

#redundancia.redundancy-section-deep-dark .audience-chips span:hover {
  transform: translateY(-5px);
  box-shadow:
    0 16px 28px rgba(155,217,22,.20),
    0 0 24px rgba(155,217,22,.10);
  filter: brightness(1.03);
}

/*
  Diagrama em destaque: mais claro sobre o fundo escuro,
  com borda luminosa e profundidade.
*/
#redundancia.redundancy-section-deep-dark .failover-diagram {
  background:
    linear-gradient(160deg, rgba(18,49,94,.95) 0%, rgba(8,29,61,.98) 100%) !important;
  border: 1px solid rgba(155,217,22,.22);
  border-radius: 24px;
  padding: 36px;
  box-shadow:
    0 24px 54px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,255,255,.015),
    0 0 36px rgba(155,217,22,.07);
  overflow: hidden;
}

#redundancia.redundancy-section-deep-dark .failover-diagram::before {
  background:
    radial-gradient(circle at 90% 10%, rgba(155,217,22,.18), transparent 40%),
    radial-gradient(circle at 12% 88%, rgba(86,137,230,.12), transparent 34%) !important;
}

#redundancia.redundancy-section-deep-dark .failover-diagram::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.05);
  pointer-events: none;
}

#redundancia.redundancy-section-deep-dark .diagram-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(155,217,22,.12);
  border: 1px solid rgba(155,217,22,.16);
  color: var(--lime);
  font-size: 10px;
  letter-spacing: .16em;
  margin-bottom: 24px;
}

#redundancia.redundancy-section-deep-dark .link-source {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

#redundancia.redundancy-section-deep-dark .link-source strong,
#redundancia.redundancy-section-deep-dark .network-core strong,
#redundancia.redundancy-section-deep-dark .diagram-result strong {
  color: #ffffff;
}

#redundancia.redundancy-section-deep-dark .link-source small,
#redundancia.redundancy-section-deep-dark .diagram-result small {
  color: rgba(255,255,255,.56);
}

#redundancia.redundancy-section-deep-dark .network-core {
  border: 1px solid rgba(255,255,255,.08);
}

#redundancia.redundancy-section-deep-dark .flow-line b {
  color: rgba(255,255,255,.66);
}

@media (max-width: 1020px) {
  #redundancia.redundancy-section-deep-dark .audience-chips {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  #redundancia.redundancy-section-deep-dark .failover-diagram {
    padding: 28px;
  }
}

@media (max-width: 680px) {
  #redundancia.redundancy-section-deep-dark .audience-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #redundancia.redundancy-section-deep-dark .audience-chips span {
    min-height: 44px;
    font-size: 12px;
  }

  #redundancia.redundancy-section-deep-dark .failover-diagram {
    padding: 22px;
  }
}



/* ===== AJUSTES APROVADOS — V18: TEXTO AZUL EM FUNDOS CLAROS ===== */

/*
  Quadro branco “Importante”: o texto precisa ficar azul para ter contraste.
*/
#redundancia.redundancy-section-deep-dark .technical-note {
  color: var(--navy-900) !important;
}

#redundancia.redundancy-section-deep-dark .technical-note strong {
  color: var(--navy-950) !important;
}

/*
  Tudo que está sobre fundo verde-limão passa a usar azul escuro:
  - chips do público
  - bloco central “Roteador com failover”
*/
#redundancia.redundancy-section-deep-dark .audience-chips span {
  color: var(--navy-950) !important;
}

#redundancia.redundancy-section-deep-dark .network-core {
  color: var(--navy-950) !important;
}

#redundancia.redundancy-section-deep-dark .network-core strong,
#redundancia.redundancy-section-deep-dark .network-core small {
  color: var(--navy-950) !important;
}

#redundancia.redundancy-section-deep-dark .network-core small {
  opacity: .72;
}

#redundancia.redundancy-section-deep-dark .network-core svg {
  color: var(--navy-950) !important;
}



/* ===== AJUSTES APROVADOS — V19: QUADRO BRANCO TODO EM AZUL ===== */

/*
  Dentro do quadro branco “Importante”, todo o conteúdo deve ficar azul.
  Força o texto do container e de todos os descendentes.
*/
#redundancia.redundancy-section-deep-dark .technical-note,
#redundancia.redundancy-section-deep-dark .technical-note *,
#redundancia.redundancy-section-deep-dark .technical-note p,
#redundancia.redundancy-section-deep-dark .technical-note span,
#redundancia.redundancy-section-deep-dark .technical-note small,
#redundancia.redundancy-section-deep-dark .technical-note strong,
#redundancia.redundancy-section-deep-dark .technical-note b,
#redundancia.redundancy-section-deep-dark .technical-note em {
  color: var(--navy-950) !important;
}

#redundancia.redundancy-section-deep-dark .technical-note strong,
#redundancia.redundancy-section-deep-dark .technical-note b {
  color: var(--navy-950) !important;
  font-weight: 800;
}



/* ===== CORREÇÃO DEFINITIVA V20 — TEXTO DO QUADRO IMPORTANTE ===== */

/*
  O quadro é o próprio elemento <p class="technical-note">.
  Esta regra usa seletor exato e também text-fill-color para impedir
  que regras antigas deixem o texto branco.
*/
#redundancia.redundancy-section-deep-dark .redundancy-copy > p.technical-note {
  color: #071a38 !important;
  -webkit-text-fill-color: #071a38 !important;
}

#redundancia.redundancy-section-deep-dark .redundancy-copy > p.technical-note strong,
#redundancia.redundancy-section-deep-dark .redundancy-copy > p.technical-note b {
  color: #041126 !important;
  -webkit-text-fill-color: #041126 !important;
}



/* ===== AJUSTES APROVADOS — V21: CARDS TECNOLOGIA APLICADA ===== */

.projects-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(155,217,22,.08), transparent 24%),
    radial-gradient(circle at 88% 78%, rgba(49,101,188,.16), transparent 32%),
    linear-gradient(145deg, #071a38 0%, #041126 58%, #071a38 100%) !important;
}

.projects-header {
  margin-bottom: 32px;
}

.tech-story-grid {
  display: grid;
  gap: 28px;
}

.tech-story-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 42%) minmax(0, 58%);
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #07162f 0%, #041126 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    0 24px 48px rgba(0,0,0,.24),
    inset 0 0 0 1px rgba(255,255,255,.02);
  min-height: 520px;
}

.tech-story-card::before {
  content: "";
  position: absolute;
  left: 39%;
  top: -10%;
  width: 120px;
  height: 125%;
  border-radius: 999px;
  background: linear-gradient(180deg, #b7eb20 0%, #8ed313 100%);
  transform: rotate(-8deg);
  z-index: 2;
  box-shadow: 0 0 24px rgba(155,217,22,.16);
}

.tech-story-copy {
  position: relative;
  z-index: 3;
  padding: 38px 32px 34px 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 16%, rgba(68,130,220,.12), transparent 34%),
    linear-gradient(135deg, #051630 0%, #061224 100%);
}

.tech-story-copy::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 160px;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(3,12,26,0) 0%, rgba(3,12,26,.48) 72%, rgba(3,12,26,.62) 100%);
  pointer-events: none;
}

.tech-story-symbol {
  width: 102px;
  height: 102px;
  border: 3px solid var(--lime);
  border-radius: 24px;
  margin-bottom: 28px;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(155,217,22,.08);
}

.tech-story-symbol span {
  position: absolute;
  display: block;
  background: transparent;
  border: 3px solid var(--lime);
}

.tech-symbol-rack span:nth-child(1) {
  width: 44px; height: 58px; left: 18px; top: 18px; border-radius: 8px;
}
.tech-symbol-rack span:nth-child(2) {
  width: 16px; height: 16px; right: 15px; top: 22px; border-radius: 50%;
}
.tech-symbol-rack span:nth-child(3) {
  width: 28px; height: 3px; left: 22px; bottom: 20px; border: 0; background: var(--lime); border-radius: 99px;
}

.tech-symbol-fiber span:nth-child(1) {
  width: 44px; height: 34px; left: 16px; top: 24px; border-radius: 6px;
}
.tech-symbol-fiber span:nth-child(2) {
  width: 24px; height: 42px; right: 16px; top: 18px; border-radius: 8px;
}
.tech-symbol-fiber span:nth-child(3) {
  width: 36px; height: 3px; left: 38px; bottom: 24px; border: 0; background: var(--lime); border-radius: 99px;
}

.tech-symbol-starlink span:nth-child(1) {
  width: 40px; height: 52px; left: 22px; top: 18px; border-radius: 8px;
}
.tech-symbol-starlink span:nth-child(2) {
  width: 26px; height: 26px; right: 14px; top: 18px; border-radius: 50%;
}
.tech-symbol-starlink span:nth-child(3) {
  width: 30px; height: 3px; left: 20px; bottom: 20px; border: 0; background: var(--lime); border-radius: 99px;
}

.tech-story-kicker {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.tech-story-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: .96;
  letter-spacing: -.04em;
  font-weight: 900;
}

.tech-story-copy p {
  margin: 24px 0 28px;
  color: rgba(255,255,255,.84);
  font-size: clamp(1.1rem, 1.35vw, 1.28rem);
  line-height: 1.55;
  max-width: 95%;
}

.tech-story-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.09);
}

.tech-story-features > div {
  padding-right: 10px;
  border-right: 1px solid rgba(96,164,255,.28);
}

.tech-story-features > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.tech-story-features strong {
  display: block;
  color: var(--lime);
  font-size: 13px;
  letter-spacing: .02em;
  margin-bottom: 10px;
}

.tech-story-features span {
  display: block;
  color: rgba(255,255,255,.80);
  font-size: 1rem;
  line-height: 1.55;
}

.tech-story-visual {
  position: relative;
  min-height: 100%;
  background: #0d203f;
}

.tech-story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tech-story-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,17,38,.18) 0%, rgba(4,17,38,0) 24%, rgba(4,17,38,.04) 100%);
  pointer-events: none;
}

.tech-story-badge {
  position: absolute;
  right: 24px;
  bottom: 22px;
  max-width: 320px;
  padding: 16px 20px;
  border-radius: 20px;
  background: rgba(4,17,38,.78);
  border: 1px solid rgba(96,164,255,.48);
  box-shadow:
    0 16px 26px rgba(0,0,0,.22),
    inset 0 0 0 1px rgba(255,255,255,.02);
  backdrop-filter: blur(8px);
}

.tech-story-badge strong {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 600;
}

@media (max-width: 1180px) {
  .tech-story-card {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .tech-story-card::before {
    left: 50%;
    top: 44%;
    width: 180px;
    height: 16px;
    transform: translateX(-50%) rotate(0deg);
    border-radius: 999px;
  }

  .tech-story-copy::after {
    display: none;
  }

  .tech-story-visual {
    min-height: 380px;
  }
}

@media (max-width: 820px) {
  .tech-story-copy {
    padding: 28px 22px 26px;
  }

  .tech-story-copy h3 {
    font-size: clamp(2.35rem, 8vw, 4rem);
  }

  .tech-story-features {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tech-story-features > div {
    border-right: 0;
    border-bottom: 1px solid rgba(96,164,255,.22);
    padding-bottom: 14px;
    padding-right: 0;
  }

  .tech-story-features > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .tech-story-badge {
    left: 18px;
    right: 18px;
    max-width: none;
    bottom: 18px;
  }

  .tech-story-visual {
    min-height: 300px;
  }
}



/* ===== AJUSTES APROVADOS — V22: PORTFÓLIO COM 6 CARDS ===== */

/* Mais largura para as imagens permanecerem legíveis em três colunas. */
.projects-section .container {
  width: min(1480px, calc(100% - 40px));
}

.projects-section .projects-header {
  max-width: 1180px;
  margin-inline: auto;
  margin-bottom: 42px;
}

/* Duas linhas com três imagens no desktop. */
.portfolio-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.portfolio-image-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 22px;
  background: #07172f;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow:
    0 18px 38px rgba(0,0,0,.23),
    inset 0 0 0 1px rgba(255,255,255,.018);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.portfolio-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .35s ease;
}

/* O título já está dentro da própria arte; legenda apenas para acessibilidade. */
.portfolio-image-card figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.portfolio-image-card:hover,
.portfolio-image-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(155,217,22,.30);
  box-shadow:
    0 25px 48px rgba(0,0,0,.30),
    0 0 32px rgba(155,217,22,.08);
}

.portfolio-image-card:hover img,
.portfolio-image-card:focus-within img {
  transform: scale(1.025);
  filter: brightness(1.025);
}

@media (max-width: 1120px) {
  .portfolio-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .projects-section .container {
    width: min(100% - 24px, 1480px);
  }

  .portfolio-image-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .portfolio-image-card {
    border-radius: 17px;
  }

  .portfolio-image-card:hover,
  .portfolio-image-card:focus-within {
    transform: translateY(-4px);
  }
}



/* ===== AJUSTES APROVADOS — V23: CONECTIVIDADE PARA DIFERENTES REALIDADES ===== */

.audience-section.audience-section-deep-dark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(155,217,22,.10), transparent 24%),
    radial-gradient(circle at 88% 78%, rgba(49,101,188,.17), transparent 32%),
    linear-gradient(145deg, #071a38 0%, #041126 58%, #071a38 100%) !important;
  color: #ffffff;
}

.audience-section.audience-section-deep-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.audience-section.audience-section-deep-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 68%, rgba(155,217,22,.11) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 28%, rgba(109,165,255,.15) 0 2px, transparent 3px),
    linear-gradient(112deg, transparent 0 43%, rgba(155,217,22,.04) 43.2% 43.5%, transparent 43.8% 100%);
}

.audience-section.audience-section-deep-dark .section-heading .eyebrow-dark,
.audience-section.audience-section-deep-dark .section-heading .eyebrow {
  color: rgba(255,255,255,.76) !important;
}

.audience-section.audience-section-deep-dark .section-heading .eyebrow-dark span,
.audience-section.audience-section-deep-dark .section-heading .eyebrow span {
  background: var(--lime) !important;
  box-shadow: 0 0 14px rgba(155,217,22,.28);
}

.audience-section.audience-section-deep-dark .section-heading h2 {
  color: #ffffff !important;
}

.audience-section.audience-section-deep-dark .section-heading h2 em {
  color: var(--lime) !important;
  font-style: normal;
}

.audience-section.audience-section-deep-dark .section-heading p {
  color: rgba(255,255,255,.68) !important;
  max-width: 860px;
}

.audience-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.audience-card {
  position: relative;
  padding: 26px 24px 24px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(17,47,91,.92) 0%, rgba(8,29,61,.96) 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    0 18px 38px rgba(0,0,0,.22),
    inset 0 0 0 1px rgba(255,255,255,.018);
  transition:
    transform .26s ease,
    border-color .26s ease,
    box-shadow .26s ease,
    background .26s ease;
}

.audience-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -52px;
  bottom: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155,217,22,.10), transparent 68%);
  pointer-events: none;
  transition: transform .26s ease;
}

.audience-card:hover,
.audience-card:focus-within {
  transform: translateY(-7px);
  border-color: rgba(155,217,22,.28);
  background:
    linear-gradient(155deg, rgba(20,55,104,.98) 0%, rgba(9,34,72,.98) 100%);
  box-shadow:
    0 24px 44px rgba(0,0,0,.28),
    0 0 30px rgba(155,217,22,.08);
}

.audience-card:hover::after,
.audience-card:focus-within::after {
  transform: scale(1.12);
}

.audience-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: linear-gradient(145deg, rgba(155,217,22,.18), rgba(155,217,22,.08));
  border: 1px solid rgba(155,217,22,.24);
  color: var(--lime);
  box-shadow: inset 0 0 18px rgba(155,217,22,.04), 0 0 16px rgba(155,217,22,.045);
}

.audience-icon svg {
  width: 30px;
  height: 30px;
  color: var(--lime);
}

.audience-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.35rem;
  letter-spacing: -.02em;
}

.audience-card p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}

.audience-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(155,217,22,.10);
  border: 1px solid rgba(155,217,22,.16);
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .audience-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}



/* ===== AJUSTES APROVADOS — V24: DIFERENCIAIS SEM NÚMEROS ===== */

/* Lista sem coluna reservada para números. */
#diferenciais .differentiator-list {
  display: grid;
  gap: 14px;
}

#diferenciais .differentiator-list article {
  position: relative;
  display: block;
  padding: 24px 24px 23px;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 20px;
  background:
    linear-gradient(155deg, rgba(17,47,91,.70) 0%, rgba(8,29,61,.78) 100%);
  box-shadow:
    0 12px 28px rgba(0,0,0,.13),
    inset 0 0 0 1px rgba(255,255,255,.012);
  overflow: hidden;
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

/* Remove qualquer vestígio dos antigos números. */
#diferenciais .differentiator-list article > span {
  display: none !important;
}

/* Brilho sutil no canto do card. */
#diferenciais .differentiator-list article::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -54px;
  bottom: -65px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155,217,22,.10), transparent 68%);
  pointer-events: none;
  transition: transform .25s ease;
}

/* Efeito de sobressair ao passar o mouse. */
#diferenciais .differentiator-list article:hover,
#diferenciais .differentiator-list article:focus-within {
  transform: translateY(-7px);
  border-color: rgba(155,217,22,.27);
  background:
    linear-gradient(155deg, rgba(20,55,104,.90) 0%, rgba(9,34,72,.94) 100%);
  box-shadow:
    0 22px 42px rgba(0,0,0,.24),
    0 0 30px rgba(155,217,22,.075);
}

#diferenciais .differentiator-list article:hover::after,
#diferenciais .differentiator-list article:focus-within::after {
  transform: scale(1.16);
}

#diferenciais .differentiator-list h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 21px;
}

#diferenciais .differentiator-list p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 680px) {
  #diferenciais .differentiator-list article {
    padding: 21px 19px;
    border-radius: 17px;
  }

  #diferenciais .differentiator-list article:hover,
  #diferenciais .differentiator-list article:focus-within {
    transform: translateY(-4px);
  }
}



/* ===== AJUSTES APROVADOS — V25: COMO FUNCIONA ESCURO E BOLINHAS HOVER ===== */

.process-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(155,217,22,.10), transparent 24%),
    radial-gradient(circle at 88% 78%, rgba(49,101,188,.17), transparent 32%),
    linear-gradient(145deg, #071a38 0%, #041126 58%, #071a38 100%) !important;
  color: #ffffff;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.process-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 68%, rgba(155,217,22,.11) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 28%, rgba(109,165,255,.15) 0 2px, transparent 3px),
    linear-gradient(112deg, transparent 0 43%, rgba(155,217,22,.04) 43.2% 43.5%, transparent 43.8% 100%);
}

.process-section .eyebrow-dark,
.process-section .eyebrow {
  color: rgba(255,255,255,.76) !important;
}

.process-section .eyebrow-dark span,
.process-section .eyebrow span {
  background: var(--lime) !important;
  box-shadow: 0 0 14px rgba(155,217,22,.28);
}

.process-section .section-heading h2 {
  color: #ffffff !important;
}

.process-section .section-heading h2 em {
  color: var(--lime) !important;
  font-style: normal;
}

.process-line::before {
  background: linear-gradient(90deg, rgba(155,217,22,.95), rgba(155,217,22,.35), rgba(203,213,223,.28)) !important;
}

.process-line article h3 {
  color: #ffffff;
}

.process-line article p {
  color: rgba(255,255,255,.66) !important;
}

.process-line article > span {
  background: rgba(255,255,255,.96) !important;
  border: 2px solid var(--lime) !important;
  color: var(--navy-950) !important;
  box-shadow:
    0 0 0 8px rgba(4,17,38,.72),
    0 12px 22px rgba(0,0,0,.14);
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    background .24s ease,
    border-color .24s ease;
}

.process-line article:hover > span,
.process-line article:focus-within > span {
  transform: translateY(-5px) scale(1.06);
  background: linear-gradient(145deg, #b6eb22 0%, #9bd916 100%) !important;
  border-color: rgba(255,255,255,.48) !important;
  box-shadow:
    0 0 0 8px rgba(4,17,38,.72),
    0 18px 28px rgba(0,0,0,.22),
    0 0 24px rgba(155,217,22,.16);
}

.process-line article {
  transition: transform .24s ease;
}

.process-line article:hover,
.process-line article:focus-within {
  transform: translateY(-4px);
}

@media (max-width: 980px) {
  .process-line::before {
    left: 6%;
    right: 6%;
  }
}

@media (max-width: 680px) {
  .process-line article:hover,
  .process-line article:focus-within {
    transform: translateY(-2px);
  }

  .process-line article:hover > span,
  .process-line article:focus-within > span {
    transform: translateY(-3px) scale(1.04);
  }
}



/* ===== AJUSTES APROVADOS — V26: GRUPO CONECCT FUNDO PADRÃO + LOGO MAIOR ===== */

.group-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(155,217,22,.10), transparent 24%),
    radial-gradient(circle at 88% 78%, rgba(49,101,188,.17), transparent 32%),
    linear-gradient(145deg, #071a38 0%, #041126 58%, #071a38 100%) !important;
  color: #ffffff;
}

.group-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.group-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 68%, rgba(155,217,22,.11) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 28%, rgba(109,165,255,.15) 0 2px, transparent 3px),
    linear-gradient(112deg, transparent 0 43%, rgba(155,217,22,.04) 43.2% 43.5%, transparent 43.8% 100%);
}

.group-layout {
  position: relative;
  z-index: 1;
}

.group-mark {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  display: grid;
  place-items: center;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.02),
    0 16px 40px rgba(0,0,0,.14);
}

.group-mark img {
  width: 195px;
  max-width: 78%;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));
}

.group-copy .eyebrow,
.group-copy .eyebrow-dark {
  color: rgba(255,255,255,.76) !important;
}

.group-copy .eyebrow span,
.group-copy .eyebrow-dark span {
  background: var(--lime) !important;
  box-shadow: 0 0 14px rgba(155,217,22,.28);
}

.group-copy h2 {
  color: #ffffff !important;
}

.group-copy h2 em {
  color: var(--lime) !important;
  font-style: normal;
}

.group-copy p {
  color: rgba(255,255,255,.68) !important;
}

.group-copy blockquote {
  color: #ffffff;
  border-left-color: var(--lime);
  background: linear-gradient(90deg, rgba(155,217,22,.06), transparent 80%);
  padding-left: 18px;
}

.group-pillars {
  border-top: 1px solid rgba(255,255,255,.12);
}

.group-pillars span {
  color: rgba(255,255,255,.92);
  border-right: 1px solid rgba(255,255,255,.12);
}

@media (max-width: 980px) {
  .group-mark {
    width: 300px;
    height: 300px;
    margin: auto;
  }

  .group-mark img {
    width: 165px;
  }
}

@media (max-width: 680px) {
  .group-mark {
    width: 220px;
    height: 220px;
  }

  .group-mark img {
    width: 120px;
  }
}



/* ===== AJUSTES APROVADOS — V27: PILARES EM CAIXAS VERDE-LIMÃO ===== */

.group-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  border-top: 0 !important;
  margin-top: 28px;
}

.group-pillars span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 18px 16px;
  text-align: center;
  border-right: 0 !important;
  border: 1px solid rgba(155,217,22,.32);
  border-radius: 18px;
  background: linear-gradient(145deg, #b7eb20 0%, #9bd916 100%);
  color: #071a38 !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  box-shadow:
    0 14px 28px rgba(0,0,0,.16),
    inset 0 0 0 1px rgba(255,255,255,.14);
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    filter .24s ease,
    border-color .24s ease;
}

.group-pillars span:hover,
.group-pillars span:focus-visible {
  transform: translateY(-6px);
  box-shadow:
    0 20px 34px rgba(0,0,0,.22),
    0 0 24px rgba(155,217,22,.18),
    inset 0 0 0 1px rgba(255,255,255,.20);
  filter: brightness(1.03);
  border-color: rgba(255,255,255,.42);
}

@media (max-width: 980px) {
  .group-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 560px) {
  .group-pillars {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .group-pillars span {
    min-height: 68px;
    padding: 14px 10px;
    font-size: 11px;
    border-radius: 15px;
  }

  .group-pillars span:hover,
  .group-pillars span:focus-visible {
    transform: translateY(-4px);
  }
}



/* ===== AJUSTES APROVADOS — V28: FAQ EM FUNDO ESCURO PADRÃO ===== */

.faq-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(155,217,22,.10), transparent 24%),
    radial-gradient(circle at 88% 78%, rgba(49,101,188,.17), transparent 32%),
    linear-gradient(145deg, #071a38 0%, #041126 58%, #071a38 100%) !important;
  color: #ffffff;
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.faq-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 68%, rgba(155,217,22,.11) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 28%, rgba(109,165,255,.15) 0 2px, transparent 3px),
    linear-gradient(112deg, transparent 0 43%, rgba(155,217,22,.04) 43.2% 43.5%, transparent 43.8% 100%);
}

.faq-section .eyebrow,
.faq-section .eyebrow-dark {
  color: rgba(255,255,255,.76) !important;
}

.faq-section .eyebrow span,
.faq-section .eyebrow-dark span {
  background: var(--lime) !important;
  box-shadow: 0 0 14px rgba(155,217,22,.28);
}

.faq-section h2 {
  color: #ffffff !important;
}

.faq-section h2 em {
  color: var(--lime) !important;
  font-style: normal;
}

.faq-section p {
  color: rgba(255,255,255,.66);
}

.faq-list details {
  border-top: 1px solid rgba(255,255,255,.10) !important;
}

.faq-list details:last-child {
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

.faq-list summary {
  color: #ffffff;
  padding: 24px 0;
  transition: color .2s ease;
}

.faq-list summary:hover {
  color: var(--lime);
}

.faq-list summary span {
  color: var(--lime) !important;
  font-size: 24px;
  transition: transform .22s ease, color .22s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  color: rgba(255,255,255,.70) !important;
  padding: 0 35px 22px 0;
  font-size: 14px;
  line-height: 1.7;
}



/* ===== AJUSTES APROVADOS — V31: FORMULÁRIO NO PADRÃO DO SITE ===== */

.contact-form {
  background:
    linear-gradient(155deg, rgba(17,47,91,.84) 0%, rgba(8,29,61,.92) 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow:
    0 30px 80px rgba(0,0,0,.24),
    inset 0 0 0 1px rgba(255,255,255,.015);
  backdrop-filter: blur(12px);
}

.contact-form label {
  color: rgba(255,255,255,.92);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid rgba(255,255,255,.10) !important;
  background: rgba(255,255,255,.05) !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.012);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255,255,255,.42);
}

.contact-form select {
  color: rgba(255,255,255,.78) !important;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(155,217,22,.85) !important;
  box-shadow:
    0 0 0 4px rgba(155,217,22,.11),
    inset 0 0 0 1px rgba(255,255,255,.02) !important;
}

.form-note {
  color: rgba(255,255,255,.62) !important;
}

/* Ajuste do ícone do select */
.contact-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.66) 50%),
    linear-gradient(135deg, rgba(255,255,255,.66) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 2px),
    calc(100% - 16px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  appearance: none;
}

/* O botão continua em destaque verde-limão */
.contact-form .button,
.contact-form button[type="submit"] {
  box-shadow:
    0 16px 30px rgba(155,217,22,.18),
    0 8px 20px rgba(0,0,0,.16);
}



/* ===== AJUSTES APROVADOS — V32: LOGO CONECCT MÍDIA + WHATSAPP ===== */

.creator-credit {
  gap: 16px;
  flex-wrap: wrap;
}

.creator-logo-image {
  width: 180px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter:
    drop-shadow(0 6px 16px rgba(216,183,99,.16))
    drop-shadow(0 2px 8px rgba(0,0,0,.18));
}

.whatsapp-signature-icon svg,
.whatsapp-float-core svg {
  display: block;
  fill: currentColor;
  stroke: none !important;
}

.whatsapp-signature-icon svg {
  width: 34px;
  height: 34px;
}

.whatsapp-float-core svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 860px) {
  .creator-credit {
    justify-content: center;
    text-align: center;
  }

  .creator-logo-image {
    width: 150px;
    margin: 0 auto;
  }
}



/* ===== AJUSTES APROVADOS — V33: LOGO MENOR + NOVO CONTATO ===== */

.creator-logo-image {
  width: 140px;
}

@media (max-width: 860px) {
  .creator-logo-image {
    width: 120px;
  }
}



/* ===== AJUSTES APROVADOS — V34: LOGO CONECCT MÍDIA MENOR ===== */

.creator-credit {
  align-items: center;
  overflow: visible;
}

.creator-logo-image {
  width: 110px !important;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
  display: block;
}

@media (max-width: 860px) {
  .creator-logo-image {
    width: 96px !important;
    max-height: 36px;
  }
}



/* ===== AJUSTES APROVADOS — V35: RODAPÉ COM FUNDO PADRÃO ===== */

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(155,217,22,.10), transparent 24%),
    radial-gradient(circle at 88% 78%, rgba(49,101,188,.17), transparent 32%),
    linear-gradient(145deg, #071a38 0%, #041126 58%, #071a38 100%) !important;
  color: #ffffff;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 68%, rgba(155,217,22,.11) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 28%, rgba(109,165,255,.15) 0 2px, transparent 3px),
    linear-gradient(112deg, transparent 0 43%, rgba(155,217,22,.04) 43.2% 43.5%, transparent 43.8% 100%);
}

.site-footer .footer-main,
.site-footer .footer-bottom {
  position: relative;
  z-index: 1;
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,.10);
}

.site-footer .footer-column h3 {
  color: var(--lime);
}

.site-footer .footer-column a,
.site-footer .footer-column p,
.site-footer .footer-brand p,
.site-footer .footer-bottom > p,
.site-footer .creator-credit {
  color: rgba(255,255,255,.62);
}

.site-footer .footer-column a:hover {
  color: #ffffff;
}



/* ===== AJUSTES APROVADOS — V36: OPÇÕES DO FORMULÁRIO VISÍVEIS ===== */

.contact-form select option {
  background: #ffffff !important;
  color: #071a38 !important;
  -webkit-text-fill-color: #071a38 !important;
}

.contact-form select {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.contact-form select option[value=""] {
  color: #5f6b7c !important;
  -webkit-text-fill-color: #5f6b7c !important;
}



/* ===== V37: ACABAMENTO OFICIAL — ANIMAÇÕES, LOADER, TOPO, WHATSAPP E SEO ===== */

html {
  scroll-behavior: smooth;
}

/* Loader institucional */
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 38%, rgba(155,217,22,.10), transparent 25%),
    linear-gradient(145deg, #071a38 0%, #041126 60%, #071a38 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity .48s ease, visibility .48s ease;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader-content {
  width: min(360px, calc(100% - 48px));
  text-align: center;
}

.site-loader-content img {
  width: min(280px, 82%);
  height: auto;
  filter: drop-shadow(0 10px 34px rgba(0,0,0,.28));
  animation: loader-logo 1.1s ease-in-out infinite alternate;
}

.site-loader-content p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.loader-signal {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 7px;
  height: 26px;
  margin-top: 22px;
}

.loader-signal span {
  display: block;
  width: 7px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 16px rgba(155,217,22,.25);
  animation: loader-bars .82s ease-in-out infinite alternate;
}

.loader-signal span:nth-child(1) { height: 9px; animation-delay: 0s; }
.loader-signal span:nth-child(2) { height: 17px; animation-delay: .14s; }
.loader-signal span:nth-child(3) { height: 25px; animation-delay: .28s; }

@keyframes loader-logo {
  from { transform: translateY(0); opacity: .88; }
  to { transform: translateY(-5px); opacity: 1; }
}

@keyframes loader-bars {
  from { transform: scaleY(.45); opacity: .45; }
  to { transform: scaleY(1); opacity: 1; }
}

/* Revelações mais suaves */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(2px);
  transition:
    opacity .72s cubic-bezier(.2,.7,.2,1),
    transform .72s cubic-bezier(.2,.7,.2,1),
    filter .72s ease;
  will-change: opacity, transform;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.reveal-delay {
  transition-delay: .10s;
}

/* Destaque da navegação ativa */
.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: var(--lime);
  transition: right .24s ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  right: 0;
}

/* Voltar ao topo */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 104px;
  z-index: 80;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(155,217,22,.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #071a38;
  background: linear-gradient(145deg, #b7eb20 0%, #9bd916 100%);
  box-shadow: 0 14px 30px rgba(0,0,0,.22), 0 0 22px rgba(155,217,22,.10);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  cursor: pointer;
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease, box-shadow .24s ease;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(0,0,0,.26), 0 0 28px rgba(155,217,22,.16);
}

.back-to-top svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* WhatsApp: pulso discreto e tooltip */
.whatsapp-float {
  animation: whatsapp-soft-pulse 8s ease-in-out infinite;
}

.whatsapp-float::before {
  content: "Fale com um especialista";
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  white-space: nowrap;
  padding: 9px 12px;
  border-radius: 10px;
  background: #ffffff;
  color: #071a38;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0,0,0,.20);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.whatsapp-float:hover::before,
.whatsapp-float:focus-visible::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.whatsapp-float:hover {
  transform: scale(1.06);
}

@keyframes whatsapp-soft-pulse {
  0%, 82%, 100% {
    filter: drop-shadow(0 0 0 rgba(155,217,22,0));
  }
  88% {
    filter: drop-shadow(0 0 11px rgba(155,217,22,.24));
  }
  94% {
    filter: drop-shadow(0 0 19px rgba(155,217,22,.10));
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (max-width: 680px) {
  .back-to-top {
    right: 16px;
    bottom: 94px;
    width: 42px;
    height: 42px;
  }

  .whatsapp-float::before {
    display: none;
  }

  .site-loader-content img {
    width: min(250px, 84%);
  }
}

