/* ============================================================
   AGISS — Ecossistema multiproduto
   Complementa o design system do sitev3 sem alterar o AGI+.
   ============================================================ */

.ecosystem-page {
  --web: #42d6b1;
  --web-bright: #71f0d1;
  --web-deep: #159c83;
  --web-soft: #d9fff5;
  background: var(--bg-l);
  color: var(--ink);
}

.ecosystem-page .container { width: min(1180px, calc(100% - 48px)); }
.ecosystem-page main { overflow: hidden; }
.ecosystem-page .section { padding: 128px 0; }
.ecosystem-page h1,
.ecosystem-page h2,
.ecosystem-page h3 { text-wrap: balance; }
.ecosystem-page p { text-wrap: pretty; }
.ecosystem-page .nav { background: rgba(6, 11, 26, .45); }
.ecosystem-page .nav.scrolled { background: rgba(6, 11, 26, .88); }
.ecosystem-page .brand-logo { height: 44px; width: auto; }
.ecosystem-page .to-top span { font: 600 22px/1 var(--f-body); }

/* Home — hero */
.ecosystem-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px 0 84px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 34%, rgba(66, 214, 177, .10), transparent 28%),
    radial-gradient(circle at 28% 80%, rgba(130, 210, 24, .09), transparent 31%),
    #060b1a;
  color: var(--txt-d);
}
.eco-atmosphere { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.eco-atmosphere::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 15%, transparent 92%);
}
.eco-orbit { position: absolute; border: 1px solid rgba(164,230,53,.12); border-radius: 50%; animation: eco-spin 28s linear infinite; }
.eco-orbit::before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 20px var(--lime); }
.orbit-one { width: 720px; height: 720px; right: -170px; top: 3%; transform: rotate(18deg); }
.orbit-one::before { left: 11%; top: 14%; }
.orbit-two { width: 430px; height: 430px; left: -210px; bottom: -190px; border-color: rgba(66,214,177,.15); animation-direction: reverse; }
.orbit-two::before { right: 9%; top: 36%; background: var(--web); box-shadow: 0 0 20px var(--web); }
.eco-beam { position: absolute; height: 1px; transform-origin: left; opacity: .25; }
.beam-one { width: 52%; left: 41%; top: 42%; background: linear-gradient(90deg, transparent, var(--web), transparent); transform: rotate(-12deg); animation: beam-pulse 5s ease-in-out infinite; }
.beam-two { width: 45%; left: 43%; top: 58%; background: linear-gradient(90deg, transparent, var(--lime), transparent); transform: rotate(13deg); animation: beam-pulse 5s 1.5s ease-in-out infinite; }
.ecosystem-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(500px, 1.04fr); gap: 60px; align-items: center; }
.ecosystem-copy h1 { margin-top: 26px; max-width: 640px; font: 800 clamp(40px, 4.6vw, 64px)/1.04 var(--f-disp); letter-spacing: -.04em; }
.ecosystem-copy .lead { margin-top: 25px; max-width: 610px; color: #aeb8cc; font-size: 18px; line-height: 1.75; }
.ecosystem-proof { display: flex; gap: 34px; margin-top: 34px; color: #8f9ab0; font-size: 13px; }
.ecosystem-proof span { display: flex; align-items: baseline; gap: 8px; }
.ecosystem-proof b { color: #fff; font: 700 20px/1 var(--f-disp); }

.ecosystem-stage { position: relative; min-height: 610px; perspective: 1200px; }
.stage-grid { position: absolute; inset: 3% -8%; border-radius: 50%; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 53px, rgba(255,255,255,.045) 54px 55px); transform: rotateX(64deg) rotateZ(-8deg); }
.stage-grid::after { content: ""; position: absolute; inset: 43%; border-radius: 50%; background: var(--lime); filter: blur(32px); opacity: .2; }
.stage-core { position: absolute; z-index: 4; left: 50%; top: 50%; width: 104px; height: 104px; transform: translate(-50%,-50%); border-radius: 28px; display: grid; place-items: center; background: linear-gradient(150deg, #ffffff, #eef4f0); border: 1px solid rgba(164,230,53,.55); box-shadow: 0 0 64px rgba(130,210,24,.28), 0 20px 44px -18px rgba(0,0,0,.65), inset 0 1px 0 rgba(255,255,255,.9); }
.stage-core img { width: 58px; height: 58px; object-fit: contain; }
.stage-core span { position: absolute; bottom: -30px; font: 600 10px/1 var(--f-mono); letter-spacing: .22em; color: var(--lime-2); }
.stage-product { position: absolute; z-index: 3; width: 330px; padding: 23px; color: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(12,20,41,.78); box-shadow: 0 28px 70px -28px rgba(0,0,0,.9), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(18px); transition: transform .45s var(--ease), border-color .3s ease, box-shadow .3s ease; overflow: hidden; }
.stage-product::before { content: ""; position: absolute; width: 150px; height: 150px; left: var(--mx, 50%); top: var(--my, 50%); transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.12), transparent 70%); opacity: 0; transition: opacity .25s ease; pointer-events: none; }
.stage-product:hover::before { opacity: 1; }
.stage-product:hover { border-color: rgba(255,255,255,.28); box-shadow: 0 35px 90px -30px rgba(0,0,0,.95); }
.stage-erp { left: 0; top: 55px; transform: rotate(-4deg); }
.stage-erp:hover { transform: rotate(-1deg) translateY(-10px); }
.stage-web { right: -8px; bottom: 36px; transform: rotate(4deg); }
.stage-web:hover { transform: rotate(1deg) translateY(-10px); }
.stage-index { display: block; font: 600 9px/1 var(--f-mono); letter-spacing: .16em; color: var(--lime-2); }
.stage-web .stage-index { color: var(--web-bright); }
.stage-product > strong { display: block; margin-top: 11px; font: 800 29px/1 var(--f-disp); }
.stage-product > small { display: block; margin-top: 6px; color: #8e9ab2; }
.stage-link { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.09); font-size: 12px; color: #c9d1df; }
.stage-link b { color: var(--lime-2); font-size: 16px; }
.stage-web .stage-link b { color: var(--web-bright); }
.mini-erp { height: 125px; margin-top: 18px; padding: 10px; display: grid; grid-template-columns: 34px 1fr; gap: 8px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: #0a1124; }
.mini-sidebar { border-radius: 6px; padding: 8px 6px; background: #0f1932; display: flex; flex-direction: column; gap: 8px; }
.mini-sidebar i { height: 4px; border-radius: 9px; background: rgba(164,230,53,.28); }
.mini-sidebar i:first-child { background: var(--lime); }
.mini-content { display: flex; flex-direction: column; gap: 7px; }
.mini-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }
.mini-kpis i { height: 26px; border-radius: 5px; background: #151f39; border: 1px solid rgba(255,255,255,.04); }
.mini-chart { position: relative; height: 38px; border-radius: 5px; background: linear-gradient(180deg, rgba(130,210,24,.1), transparent), #111a30; overflow: hidden; }
.mini-chart span { position: absolute; width: 120%; height: 25px; left: -8%; top: 16px; border-top: 2px solid var(--lime); transform: rotate(-8deg) skewX(-30deg); }
.mini-lines { display: grid; gap: 4px; }
.mini-lines i { height: 4px; background: rgba(255,255,255,.08); border-radius: 2px; }
.mini-lines i:nth-child(2) { width: 82%; }
.mini-lines i:nth-child(3) { width: 65%; }
.mini-browser { margin-top: 18px; border-radius: 10px; background: #effbf8; overflow: hidden; color: #09211d; box-shadow: 0 14px 30px -16px rgba(0,0,0,.8); }
.mini-browser-bar { height: 20px; display: flex; gap: 4px; align-items: center; padding: 0 9px; background: #d8eee9; }
.mini-browser-bar i { width: 4px; height: 4px; border-radius: 50%; background: #79a9a0; }
.mini-browser-page { position: relative; height: 105px; padding: 17px; background: radial-gradient(circle at 90% 25%, rgba(66,214,177,.28), transparent 30%), linear-gradient(120deg,#f7fffd,#dff6f0); overflow: hidden; }
.mini-browser-label { font: 600 7px/1 var(--f-mono); letter-spacing: .16em; color: var(--web-deep); }
.mini-browser-page b { display: block; margin-top: 8px; font: 700 16px/1.05 var(--f-disp); letter-spacing: -.05em; }
.mini-browser-page i { display: block; width: 50px; height: 7px; margin-top: 11px; border-radius: 8px; background: var(--web-deep); }
.stage-signal { position: absolute; z-index: 2; height: 1px; opacity: .65; transform-origin: left; }
.stage-signal::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }
.signal-a { width: 150px; left: 34%; top: 42%; color: var(--lime); background: linear-gradient(90deg, transparent, currentColor); transform: rotate(14deg); animation: signal-pulse 2.8s ease-in-out infinite; }
.signal-b { width: 160px; left: 53%; top: 57%; color: var(--web); background: linear-gradient(90deg, transparent, currentColor); transform: rotate(20deg); animation: signal-pulse 2.8s 1.4s ease-in-out infinite; }

.hero-ticker { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; height: 46px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.07); background: rgba(4,8,20,.65); }
.hero-ticker-track { display: flex; align-items: center; width: max-content; height: 100%; animation: ticker 32s linear infinite; }
.hero-ticker span { margin-inline: 25px; color: #8f99ae; font: 500 10px/1 var(--f-mono); letter-spacing: .16em; text-transform: uppercase; }
.hero-ticker i { color: var(--lime); font-style: normal; font-size: 9px; }

/* Home — products */
.product-universe { position: relative; background: #f4f7fb; }
.split-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 72px; }
.split-head h2 { margin-top: 16px; font: 700 clamp(38px,5vw,64px)/1.04 var(--f-disp); letter-spacing: -.05em; }
.split-head > p { max-width: 550px; color: var(--mut-l); font-size: 17px; line-height: 1.75; }

/* Home — índice de produtos */
.product-index { margin: -8px 0 60px; border-top: 1px solid #dee5f0; }
.pi-row { display: grid; grid-template-columns: 58px 1.25fr 1fr auto 34px; align-items: center; gap: 20px; padding: 26px 14px; border-bottom: 1px solid #dee5f0; transition: background .25s ease, box-shadow .25s ease, border-color .25s ease, border-radius .25s ease; }
a.pi-row:hover { background: #fff; box-shadow: 0 22px 50px -30px rgba(8, 20, 50, .4); border-color: transparent; border-radius: 18px; }
.pi-num { font: 600 12px/1 var(--f-mono); color: #9aa6ba; }
.pi-name { min-width: 0; }
.pi-name b { display: block; font: 700 clamp(22px, 2.2vw, 28px)/1.05 var(--f-disp); letter-spacing: -.035em; color: var(--ink); }
.pi-name small { display: block; margin-top: 4px; font-size: 13px; color: var(--mut-l); }
.pi-tags { font: 500 10px/1.5 var(--f-mono); letter-spacing: .07em; text-transform: uppercase; color: #8b96a9; }
.pi-meta { justify-self: end; font: 600 9.5px/1 var(--f-mono); letter-spacing: .09em; text-transform: uppercase; padding: 8px 13px; border-radius: 999px; white-space: nowrap; }
.pi-meta-erp { color: #44820a; background: #ecf8d9; border: 1px solid #cdeb9e; }
.pi-meta-web { color: #0c6b58; background: #d9fff5; border: 1px solid #a9ead9; }
.pi-meta-soon { color: #8b96a9; background: #eef1f7; border: 1px solid #dfe6f0; }
.pi-arrow { justify-self: center; font-size: 19px; color: var(--lime-deep); transition: transform .25s var(--ease); }
a.pi-row:hover .pi-arrow { transform: translate(4px, -4px); }
.pi-soon { opacity: .6; }
.feature-price { margin-top: 20px; font-size: 13.5px; opacity: .82; }
.feature-price b { font-family: var(--f-disp); font-size: 15.5px; letter-spacing: -.02em; }
.product-feature { position: relative; min-height: 610px; display: grid; grid-template-columns: .9fr 1.1fr; border-radius: 32px; overflow: hidden; box-shadow: 0 32px 90px -48px rgba(8,20,50,.35); }
.product-feature + .product-feature { margin-top: 32px; }
.product-copy { position: relative; z-index: 2; padding: 72px 68px; display: flex; flex-direction: column; justify-content: center; }
.product-number { position: absolute; right: 35px; top: 20px; font: 800 96px/1 var(--f-disp); letter-spacing: -.08em; opacity: .055; }
.product-eyebrow { font: 600 10px/1 var(--f-mono); letter-spacing: .18em; text-transform: uppercase; }
.product-copy h3 { margin-top: 24px; font: 700 clamp(34px,4vw,54px)/1.02 var(--f-disp); letter-spacing: -.055em; }
.product-copy p { margin-top: 22px; max-width: 550px; color: inherit; opacity: .72; font-size: 16px; line-height: 1.75; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 27px; }
.feature-tags li { padding: 7px 10px; border: 1px solid currentColor; border-radius: 30px; opacity: .68; font: 500 10px/1 var(--f-mono); letter-spacing: .04em; }
.text-link { display: inline-flex; align-items: center; gap: 10px; width: fit-content; margin-top: 36px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px,-3px); }
.product-visual { position: relative; overflow: hidden; min-width: 0; }
.product-feature-erp { color: #eef2fa; background: #081126; }
.product-feature-erp .product-eyebrow, .product-feature-erp .text-link { color: var(--lime-2); }
.erp-product-visual { background: radial-gradient(circle at 56% 48%, rgba(130,210,24,.15), transparent 44%), linear-gradient(145deg,#0b1630,#060b18); }
.erp-glow { position: absolute; width: 360px; height: 360px; right: 10%; top: 20%; border-radius: 50%; background: rgba(130,210,24,.18); filter: blur(90px); }
.erp-shot { position: absolute; left: 8%; top: 17%; width: 112%; padding: 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(17,28,53,.82); transform: perspective(900px) rotateY(-12deg) rotateX(3deg); box-shadow: 0 40px 80px -30px #000; }
.erp-shot img { width: 100%; border-radius: 10px; opacity: .9; }
.erp-shot > span { position: absolute; left: 20px; bottom: 20px; padding: 6px 8px; border-radius: 5px; background: rgba(4,8,20,.86); color: #9facbe; font: 500 7px/1 var(--f-mono); letter-spacing: .1em; }
.erp-event { position: absolute; display: flex; gap: 8px; align-items: center; padding: 11px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; color: #dbe4f1; background: rgba(8,15,32,.88); backdrop-filter: blur(10px); font-size: 11px; box-shadow: 0 16px 35px -20px #000; }
.erp-event i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 11px var(--lime); }
.event-one { left: 4%; bottom: 16%; animation: float-soft 5s ease-in-out infinite; }
.event-two { right: 4%; top: 13%; animation: float-soft 5s 1.6s ease-in-out infinite; }
.product-feature-web { color: #09221d; background: linear-gradient(135deg,#effffb,#cff5eb); }
.product-feature-web .product-copy { order: 2; }
.product-feature-web .product-eyebrow, .product-feature-web .text-link { color: var(--web-deep); }
.web-product-visual { background: radial-gradient(circle at 35% 40%, rgba(66,214,177,.35), transparent 35%), #0a1918; }
.web-canvas { position: absolute; width: 82%; height: 66%; left: 8%; top: 16%; background: #f5f3ec; color: #1b2925; transform: perspective(900px) rotateY(9deg) rotateX(2deg); box-shadow: 0 42px 90px -35px #000; overflow: hidden; }
.web-top { height: 54px; padding: 0 24px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid #d8dad2; }
.web-top span { margin-right: auto; font: 700 10px/1 var(--f-mono); letter-spacing: .16em; }
.web-top i { width: 28px; height: 3px; background: #b6bbb2; }
.web-main { height: calc(100% - 54px); padding: 48px 42px; background: radial-gradient(circle at 90% 10%,#b5d7c6,transparent 33%),linear-gradient(130deg,#f6f4ed,#e7ece2); }
.web-main small { font: 600 8px/1 var(--f-mono); letter-spacing: .15em; color: #477062; }
.web-main b { display: block; margin-top: 14px; font: 700 38px/.97 var(--f-disp); letter-spacing: -.055em; }
.web-main > span { display: block; width: 68px; height: 8px; margin-top: 24px; background: #214e43; border-radius: 10px; }
.web-side { position: absolute; width: 34%; right: 0; top: 54px; bottom: 0; background: linear-gradient(155deg,#2d5c4e,#102e27); clip-path: polygon(28% 0,100% 0,100% 100%,0 100%); }
.web-side i { position: absolute; width: 95px; height: 150%; left: 22%; top: -20%; border: 1px solid rgba(255,255,255,.18); transform: rotate(28deg); }
.web-side span { position: absolute; right: 18px; bottom: 16px; color: rgba(255,255,255,.7); font: 600 10px/1 var(--f-mono); }
.web-mobile { position: absolute; right: 5%; bottom: 7%; width: 135px; height: 265px; padding: 18px 14px; border: 5px solid #0a1514; border-radius: 25px; background: linear-gradient(150deg,#f3f8f5,#c6e5d8); box-shadow: 0 28px 55px -22px #000; color: #17372f; }
.web-mobile > span { display: block; width: 30px; height: 4px; margin: 0 auto 34px; border-radius: 4px; background: #0a1514; opacity: .5; }
.web-mobile b { font: 700 18px/1 var(--f-disp); letter-spacing: -.04em; }
.web-mobile i { display: block; width: 44px; height: 6px; margin-top: 15px; border-radius: 4px; background: var(--web-deep); }
.web-score { position: absolute; left: 5%; bottom: 7%; width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%; color: var(--web-bright); background: rgba(6,16,15,.85); border: 1px solid rgba(113,240,209,.3); font: 700 28px/1 var(--f-disp); box-shadow: 0 0 35px rgba(66,214,177,.15); }
.web-score small { display: block; margin-top: -20px; font: 500 7px/1 var(--f-mono); color: #87a69e; }
.evolution-banner { margin-top: 32px; min-height: 116px; padding: 26px 32px; display: grid; grid-template-columns: auto 1fr .65fr; gap: 22px; align-items: center; border: 1px solid var(--line-l); border-radius: 22px; background: #fff; }
.evolution-pulse { width: 43px; height: 43px; border-radius: 50%; background: radial-gradient(circle,var(--lime) 0 13%,rgba(130,210,24,.18) 14% 38%,rgba(130,210,24,.07) 39% 62%,transparent 63%); animation: pulse-ring 2.8s ease-in-out infinite; }
.evolution-banner small { display: block; color: var(--lime-deep); font: 600 9px/1 var(--f-mono); letter-spacing: .16em; }
.evolution-banner strong { display: block; margin-top: 7px; font: 600 16px/1.35 var(--f-disp); }
.evolution-banner p { color: var(--mut-l); font-size: 13px; line-height: 1.55; }

/* Home — impact and company */
.dark-impact { color: var(--txt-d); background: radial-gradient(circle at 50% 0,rgba(130,210,24,.08),transparent 32%),#060b1a; }
.section-intro.center { text-align: center; }
.section-intro.center h2 { margin-top: 17px; font: 700 clamp(38px,5vw,64px)/1.05 var(--f-disp); letter-spacing: -.05em; }
.section-intro.center > p { margin: 20px auto 0; color: var(--mut-d); font-size: 16px; }
.impact-path { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 65px; }
.impact-path::before { content: ""; position: absolute; left: 8%; right: 8%; top: 34px; height: 1px; background: linear-gradient(90deg,var(--lime),rgba(66,214,177,.7),rgba(255,255,255,.12)); }
.impact-card { position: relative; z-index: 1; min-height: 330px; padding: 33px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.09); border-radius: 22px; background: rgba(13,21,42,.72); overflow: hidden; transition: transform .35s var(--ease),border-color .25s ease; }
.impact-card:hover { transform: translateY(-7px); border-color: rgba(164,230,53,.28); }
.impact-card > span { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: #0c1730; border: 1px solid rgba(164,230,53,.34); color: var(--lime-2); font: 600 12px/1 var(--f-mono); }
.impact-card:nth-child(2) > span { border-color: rgba(66,214,177,.38); color: var(--web-bright); }
.impact-card small { margin-top: 30px; color: #7d899f; font: 600 9px/1 var(--f-mono); letter-spacing: .17em; }
.impact-card h3 { margin-top: 13px; font: 600 23px/1.18 var(--f-disp); letter-spacing: -.035em; }
.impact-card p { margin-top: 13px; color: var(--mut-d); font-size: 14px; line-height: 1.65; }
.impact-card a { margin-top: auto; padding-top: 22px; color: #cbd4e3; font-size: 12px; }
.company-section { background: #eef2f7; }
.company-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.company-copy h2 { margin-top: 17px; font: 700 clamp(38px,5vw,62px)/1.04 var(--f-disp); letter-spacing: -.055em; }
.company-copy > p { margin-top: 25px; max-width: 570px; color: var(--mut-l); font-size: 16px; line-height: 1.78; }
.company-copy blockquote { margin-top: 35px; padding-left: 20px; border-left: 3px solid var(--lime); color: #1a2945; font: 600 18px/1.4 var(--f-disp); }
.company-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.company-numbers article { min-height: 220px; padding: 31px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 22px; background: #fff; border: 1px solid var(--line-l); box-shadow: 0 22px 60px -45px rgba(8,20,45,.35); }
.company-numbers article b { color: var(--ink); font: 700 55px/1 var(--f-disp); letter-spacing: -.06em; }
.company-numbers article > span { color: var(--mut-l); font-size: 13px; line-height: 1.5; }
.company-numbers .company-map { grid-column: span 2; min-height: 165px; position: relative; justify-content: center; padding-left: 42%; overflow: hidden; color: #fff; background: #0a1630; }
.company-map i { position: absolute; left: -4%; top: -45%; width: 44%; aspect-ratio: 1; border: 1px solid rgba(164,230,53,.22); border-radius: 42% 58% 65% 35% / 45% 43% 57% 55%; transform: rotate(18deg); box-shadow: 0 0 80px rgba(130,210,24,.08) inset; }
.company-map i::before,.company-map i::after { content: ""; position: absolute; border: 1px solid rgba(164,230,53,.12); border-radius: inherit; inset: 16%; }
.company-map i::after { inset: 32%; }
.company-map strong { font: 600 26px/1.1 var(--f-disp); }
.company-map > span { margin-top: 5px; color: var(--mut-d); }
.ecosystem-cta { background: #f4f7fb; padding-top: 30px !important; }
.ecosystem-cta-card { position: relative; padding: 85px 8%; text-align: center; color: #fff; border-radius: 32px; overflow: hidden; background: radial-gradient(circle at 50% 120%,rgba(130,210,24,.25),transparent 40%),#071027; }
.ecosystem-cta-card > * { position: relative; z-index: 2; }
.cta-orbit { position: absolute; z-index: 0; width: 720px; height: 720px; left: 50%; top: 40%; transform: translate(-50%,-50%); border: 1px solid rgba(164,230,53,.1); border-radius: 50%; }
.cta-orbit::before,.cta-orbit::after { content: ""; position: absolute; inset: 15%; border: 1px solid rgba(66,214,177,.09); border-radius: 50%; }
.cta-orbit::after { inset: 31%; }
.ecosystem-cta-card h2 { margin-top: 18px; font: 700 clamp(38px,5vw,64px)/1.04 var(--f-disp); letter-spacing: -.055em; }
.ecosystem-cta-card > p { margin: 20px auto 0; max-width: 620px; color: var(--mut-d); }
.cta-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 800px; margin: 37px auto 22px; text-align: left; }
.cta-choice-grid a { padding: 20px 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.04); color: #dce4f0; font-size: 13px; transition: border-color .25s ease,background .25s ease,transform .25s var(--ease); }
.cta-choice-grid a:hover { transform: translateY(-3px); border-color: rgba(164,230,53,.38); background: rgba(255,255,255,.07); }
.cta-choice-grid a span { display: block; margin-top: 7px; color: var(--lime-2); font: 600 9px/1 var(--f-mono); letter-spacing: .14em; }
.cta-choice-grid a:nth-child(2) span { color: var(--web-bright); }

/* Sites Institucionais — theme */
.sites-page { --lime: #42d6b1; --lime-2: #71f0d1; --lime-3: #c4fff1; --lime-deep: #159c83; }
.sites-page .progress span { background: linear-gradient(90deg,var(--web),var(--web-bright)); }
.sites-page .dot { background: var(--web); box-shadow: 0 0 10px var(--web); }
.btn-web { display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: #06241d; background: linear-gradient(120deg,var(--web-bright),var(--web) 60%,#25b99a); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 10px 35px -12px rgba(66,214,177,.65); }
.btn-web:hover { color: #041c17; box-shadow: 0 16px 45px -10px rgba(66,214,177,.72); transform: translateY(-2px); }
.kicker-web { color: var(--web-deep); }
.web-gradient { color: transparent; background: linear-gradient(110deg,#d4fff5,var(--web-bright) 55%,#79c7ff); background-clip: text; -webkit-background-clip: text; }
.web-gradient-ink { color: transparent; background: linear-gradient(110deg,#103d36,var(--web-deep),#28759d); background-clip: text; -webkit-background-clip: text; }
.web-hero { position: relative; min-height: 100svh; padding: 154px 0 86px; display: flex; flex-direction: column; justify-content: center; color: #fff; background: radial-gradient(circle at 75% 35%,rgba(66,214,177,.12),transparent 29%),linear-gradient(145deg,#050b18,#071622 55%,#071a19); overflow: hidden; }
.web-hero-atmosphere { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.web-hero-atmosphere::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom,#000,transparent 90%); }
.web-hero-atmosphere > i { position: absolute; width: 50vw; height: 50vw; border: 1px solid rgba(113,240,209,.1); border-radius: 45% 55% 63% 37% / 56% 40% 60% 44%; animation: morph 14s ease-in-out infinite alternate; }
.web-hero-atmosphere > i:nth-child(1) { right: -15%; top: -23%; }
.web-hero-atmosphere > i:nth-child(2) { right: -2%; top: -8%; transform: scale(.72); animation-delay: -5s; }
.web-hero-atmosphere > i:nth-child(3) { right: 10%; top: 8%; transform: scale(.43); animation-delay: -9s; }
.web-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(500px, 1.02fr); gap: 56px; align-items: center; }
.web-hero-copy h1 { margin-top: 25px; max-width: 620px; font: 800 clamp(38px, 4.4vw, 58px)/1.05 var(--f-disp); letter-spacing: -.04em; }
.web-hero-copy .lead { margin-top: 25px; max-width: 610px; color: #a8b7c7; font-size: 18px; line-height: 1.7; }
.web-hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 29px; color: #93a4b5; font-size: 11px; }
.web-hero-trust li { display: flex; align-items: center; gap: 8px; }
.web-hero-trust li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--web); box-shadow: 0 0 10px var(--web); }
.web-showcase { position: relative; min-height: 580px; perspective: 1200px; }
.showcase-browser { position: absolute; width: 93%; right: 0; top: 5%; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #eef7f4; color: #10241f; box-shadow: 0 45px 100px -40px #000; transform: rotateY(-5deg) rotateX(2deg); }
.showcase-bar { height: 42px; padding: 0 15px; display: flex; align-items: center; color: #71847e; background: #dfece8; font-size: 9px; }
.showcase-bar > span { display: flex; gap: 5px; }
.showcase-bar i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #9bb0aa; }
.showcase-bar small { margin: auto; padding: 6px 50px; border-radius: 6px; background: rgba(255,255,255,.7); }
.showcase-page { height: 430px; overflow: hidden; background: #f4f0e9; }
.showcase-nav { height: 66px; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d8d8cf; }
.showcase-nav strong { font: 700 10px/1 var(--f-mono); letter-spacing: .18em; }
.showcase-nav span { color: #6c7771; font-size: 9px; }
.showcase-hero { position: relative; height: 304px; padding: 55px 42px; background: radial-gradient(circle at 85% 20%,#bdd5c7,transparent 29%),linear-gradient(125deg,#f5f1ea,#e5e8de); overflow: hidden; }
.showcase-hero small { color: #527064; font: 600 8px/1 var(--f-mono); letter-spacing: .16em; }
.showcase-hero h2 { position: relative; z-index: 2; margin-top: 17px; font: 700 44px/.94 var(--f-disp); letter-spacing: -.065em; }
.showcase-hero p { position: relative; z-index: 2; margin-top: 17px; max-width: 280px; color: #68746e; font-size: 10px; }
.showcase-hero i { position: absolute; right: -28px; top: -35px; width: 245px; height: 400px; border: 1px solid rgba(27,78,65,.28); border-radius: 50% 45% 65% 35%; transform: rotate(26deg); box-shadow: 0 0 0 28px rgba(27,78,65,.04),0 0 0 58px rgba(27,78,65,.025); }
.showcase-footer { height: 60px; padding: 0 32px; display: flex; align-items: center; gap: 34px; color: #707b76; font: 500 8px/1 var(--f-mono); letter-spacing: .08em; }
.showcase-phone { position: absolute; z-index: 4; width: 145px; height: 295px; left: -4%; bottom: 2%; padding: 18px 14px; border: 6px solid #07110f; border-radius: 28px; background: radial-gradient(circle at 70% 32%,#a8d2c2,transparent 31%),linear-gradient(145deg,#f1f5ee,#cbded4); color: #14362d; box-shadow: 0 28px 55px -18px #000; transform: rotate(-4deg); }
.showcase-phone > span { display: block; width: 34px; height: 4px; margin: 0 auto 38px; border-radius: 4px; background: #07110f; opacity: .7; }
.showcase-phone small { font: 700 6px/1 var(--f-mono); letter-spacing: .18em; }
.showcase-phone b { display: block; margin-top: 26px; font: 700 20px/.98 var(--f-disp); letter-spacing: -.05em; }
.showcase-phone i { display: block; width: 48px; height: 7px; margin-top: 19px; border-radius: 5px; background: var(--web-deep); }
.showcase-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 11px 13px; color: #e5f5f0; background: rgba(5,16,18,.88); border: 1px solid rgba(113,240,209,.24); border-radius: 12px; backdrop-filter: blur(10px); box-shadow: 0 17px 35px -20px #000; }
.showcase-chip b { color: var(--web-bright); font: 700 19px/1 var(--f-disp); }
.showcase-chip span { font: 500 8px/1.2 var(--f-mono); }
.showcase-chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--web); box-shadow: 0 0 12px var(--web); }
.chip-speed { right: -1%; bottom: 13%; animation: float-soft 5s ease-in-out infinite; }
.chip-contact { left: 27%; top: 1%; animation: float-soft 5s 1.3s ease-in-out infinite; }
.demo-label { position: absolute; right: 0; bottom: -2%; color: #71818f; font: 500 7px/1 var(--f-mono); letter-spacing: .1em; text-transform: uppercase; }
.web-value-strip { position: absolute; left: 0; right: 0; bottom: 0; height: 48px; display: flex; align-items: center; justify-content: center; gap: 26px; border-top: 1px solid rgba(255,255,255,.07); background: rgba(4,10,18,.68); color: #8596a3; font: 500 9px/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; }
.web-value-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--web); box-shadow: 0 0 8px var(--web); }

.problem-section { background: #f4f7f7; }
.problem-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; }
.problem-heading h2 { margin-top: 18px; font: 700 clamp(38px,4.6vw,61px)/1.04 var(--f-disp); letter-spacing: -.055em; }
.problem-heading h2 span { color: #8f9b99; }
.problem-copy p { color: #596764; font-size: 17px; line-height: 1.78; }
.problem-copy p + p { margin-top: 20px; }
.problem-copy strong { color: #153a31; }
.perception-line { margin-top: 70px; padding: 24px 27px; display: flex; align-items: center; justify-content: center; gap: 15px; border-radius: 14px; color: #889492; background: #fff; border: 1px solid #dce6e3; font: 500 9px/1 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; overflow: hidden; }
.perception-line i { width: 18px; height: 1px; background: #cad5d2; }
.perception-line b { margin-inline: 20px; color: var(--web-deep); font-size: 18px; }
.perception-line strong:last-child { color: var(--web-deep); }

.web-deliverables { background: #fff; }
.deliverable-bento { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 15px; }
.deliverable-card { position: relative; min-height: 315px; display: flex; flex-direction: column; padding: 32px; border: 1px solid #dfe8e6; border-radius: 22px; background: #f7faf9; overflow: hidden; transition: transform .35s var(--ease),box-shadow .3s ease,border-color .3s ease; }
.deliverable-card:hover { transform: translateY(-6px); border-color: rgba(21,156,131,.3); box-shadow: 0 28px 60px -45px rgba(4,35,30,.45); }
.deliverable-main { grid-row: span 2; min-height: 645px; color: #effffb; background: radial-gradient(circle at 100% 100%,rgba(66,214,177,.22),transparent 35%),#071c19; border-color: rgba(255,255,255,.08); }
.deliverable-card:nth-child(3) { background: linear-gradient(150deg, #eafff9, #f7faf9 60%); }
.card-code { color: var(--web-deep); font: 600 8px/1 var(--f-mono); letter-spacing: .16em; }
.deliverable-main .card-code { color: var(--web-bright); }
.deliverable-card h3 { margin-top: 19px; font: 650 27px/1.08 var(--f-disp); letter-spacing: -.04em; }
.deliverable-main h3 { margin-top: 28px; font-size: 38px; }
.deliverable-card > p { margin-top: 14px; margin-bottom: 26px; max-width: 500px; color: #6e7d79; font-size: 13px; line-height: 1.65; }
.deliverable-main > p { color: #96aca6; font-size: 14px; }
.identity-demo { position: relative; margin-top: auto; height: 290px; padding: 27px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02)); }
.identity-demo > span { color: var(--web-bright); font: 700 70px/1 var(--f-disp); letter-spacing: -.08em; }
.identity-demo div { display: flex; gap: 7px; margin-top: 20px; }
.identity-demo i { width: 37px; height: 37px; border-radius: 50%; background: var(--web); }
.identity-demo i:nth-child(2) { background: #f2f0e7; }
.identity-demo i:nth-child(3) { background: #163c34; }
.identity-demo strong { position: absolute; right: 22px; bottom: 20px; text-align: right; color: rgba(255,255,255,.25); font: 700 22px/.92 var(--f-disp); }
.responsive-demo { margin-top: auto; height: 100px; display: flex; align-items: end; justify-content: center; gap: 11px; }
.responsive-demo i { display: block; border: 2px solid #2e6258; border-radius: 7px; background: linear-gradient(140deg,#dcf9f2,#9edbcd); }
.responsive-demo i:nth-child(1) { width: 105px; height: 72px; }
.responsive-demo i:nth-child(2) { width: 55px; height: 84px; }
.responsive-demo i:nth-child(3) { width: 35px; height: 61px; }
.speed-demo { margin-top: auto; display: flex; align-items: center; gap: 16px; }
.speed-demo i { position: relative; width: 92px; height: 92px; flex: none; display: grid; place-items: center; border-radius: 50%; }
.speed-demo i::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(var(--web) 0 76%, #dce9e5 0); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 9px), #000 calc(100% - 8px)); mask: radial-gradient(farthest-side, transparent calc(100% - 9px), #000 calc(100% - 8px)); }
.speed-demo b { color: #174b40; font: 700 24px/1 var(--f-disp); }
.speed-demo span { color: #82918d; font: 500 9px/1.6 var(--f-mono); max-width: 150px; }
.search-demo { margin-top: auto; height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid #cfded9; border-radius: 24px; background: #fff; color: #8b9996; font-size: 11px; }
.search-demo i { width: 9px; height: 9px; border: 2px solid var(--web-deep); border-radius: 50%; }
.search-demo b { margin-left: auto; color: var(--web-deep); font-size: 18px; }
.conversion-demo { margin-top: auto; padding-top: 34px; display: flex; align-items: center; gap: 12px; color: #80908c; font: 600 8px/1 var(--f-mono); letter-spacing: .09em; }
.conversion-demo i { flex: 1; height: 1px; background: linear-gradient(90deg,#cddbd7,var(--web)); }
.conversion-demo strong { padding: 10px 13px; border-radius: 9px; color: #074538; background: var(--web-soft); }

.web-process { color: #fff; background: radial-gradient(circle at 50% 0,rgba(66,214,177,.1),transparent 30%),#061513; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 70px; }
.process-track::before { content: ""; position: absolute; left: 6%; right: 6%; top: 32px; height: 1px; background: linear-gradient(90deg,var(--web),rgba(66,214,177,.38),rgba(255,255,255,.08)); }
.process-step { position: relative; z-index: 1; min-height: 280px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.08); }
.process-step:last-child { border-right: 1px solid rgba(255,255,255,.08); }
.process-step > span { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(113,240,209,.32); border-radius: 50%; background: #081c19; color: var(--web-bright); font: 600 11px/1 var(--f-mono); }
.process-step.active > span { background: var(--web); color: #05251e; border-color: var(--web-bright); box-shadow: 0 0 35px rgba(66,214,177,.28); transform: scale(1.06); }
.process-step > span { transition: background .4s ease,color .4s ease,box-shadow .4s ease,transform .4s var(--ease); }
.process-step small { display: block; margin-top: 35px; color: #6d8c84; font: 600 8px/1 var(--f-mono); letter-spacing: .16em; }
.process-step h3 { margin-top: 13px; font: 600 20px/1.18 var(--f-disp); }
.process-step p { margin-top: 13px; color: #819b94; font-size: 13px; line-height: 1.6; }
/* Sites — planos e investimento */
.plans-section { background: #f3f7f6; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 38px 32px 32px; background: #fff; border: 1px solid #dbe5e2; border-radius: 24px; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s ease; }
.plan-card:hover { transform: translateY(-6px); border-color: rgba(21,156,131,.35); box-shadow: 0 30px 65px -45px rgba(4,35,30,.5); }
.plan-head small { color: var(--web-deep); font: 600 9px/1 var(--f-mono); letter-spacing: .16em; }
.plan-head h3 { margin-top: 14px; font: 650 27px/1.08 var(--f-disp); letter-spacing: -.04em; }
.plan-head p { margin-top: 13px; color: #6b7976; font-size: 13px; line-height: 1.62; }
.plan-price { display: flex; align-items: baseline; gap: 7px; margin-top: 24px; padding-top: 22px; border-top: 1px dashed #d5e2de; }
.plan-price span { font: 700 15px/1 var(--f-disp); color: #3c6c61; }
.plan-price b { font: 800 50px/1 var(--f-disp); letter-spacing: -.05em; color: #0d2f28; font-variant-numeric: tabular-nums; }
.plan-card ul { margin: 20px 0 28px; padding: 0; list-style: none; display: grid; gap: 10px; color: #586965; font-size: 13px; }
.plan-card li { position: relative; padding-left: 23px; line-height: 1.45; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--web-deep); font-weight: 700; }
.plan-card .btn { margin-top: auto; width: 100%; }
.btn-plan { border: 1.5px solid #cfe0db; color: #114237; background: #fff; }
.btn-plan:hover { border-color: var(--web-deep); color: var(--web-deep); transform: translateY(-2px); box-shadow: 0 16px 34px -20px rgba(21,156,131,.5); }
.plan-featured { color: #fff; background: linear-gradient(155deg, #0e4237, #06201b 78%); border-color: #0e4237; box-shadow: 0 36px 80px -48px rgba(6,40,34,.8); }
.plan-featured .plan-head small { color: var(--web-bright); }
.plan-featured .plan-head p { color: #9db8b1; }
.plan-featured ul { color: #a9c2bb; }
.plan-featured li::before { color: var(--web-bright); }
.plan-featured .plan-price { border-color: rgba(255,255,255,.16); }
.plan-featured .plan-price span { color: #8fd8c6; }
.plan-featured .plan-price b { color: #fff; }
.plan-flag { position: absolute; top: -13px; left: 32px; padding: 8px 14px; border-radius: 999px; background: linear-gradient(120deg, var(--web-bright), var(--web)); color: #06241d; font: 700 9px/1 var(--f-mono); letter-spacing: .14em; box-shadow: 0 10px 24px -10px rgba(66,214,177,.7); }
@media (min-width: 901px) {
  .plan-featured { transform: translateY(-12px); }
  .plan-featured:hover { transform: translateY(-18px); }
}
.plan-addon { margin-top: 20px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 26px; align-items: center; padding: 27px 32px; border: 1.5px dashed #b9d2cb; border-radius: 22px; background: #fff; }
.addon-icon { width: 54px; height: 54px; flex: none; display: grid; place-items: center; border-radius: 16px; color: var(--web-deep); background: var(--web-soft); }
.addon-icon svg { width: 26px; height: 26px; }
.addon-copy small { color: var(--web-deep); font: 600 8px/1 var(--f-mono); letter-spacing: .16em; }
.addon-copy strong { display: block; margin-top: 7px; font: 650 19px/1.2 var(--f-disp); color: #11332c; letter-spacing: -.02em; }
.addon-copy p { margin-top: 7px; color: #6b7976; font-size: 13px; line-height: 1.55; max-width: 54ch; }
.addon-price { display: flex; align-items: baseline; gap: 6px; white-space: nowrap; }
.addon-price span { font: 700 14px/1 var(--f-disp); color: #3c6c61; }
.addon-price b { font: 800 38px/1 var(--f-disp); letter-spacing: -.04em; color: #0d2f28; }
.plans-note { margin-top: 28px; text-align: center; color: #7c8b87; font-size: 13px; }
.plans-note a { color: var(--web-deep); font-weight: 600; border-bottom: 1px solid currentColor; }

.audience-section { color: #fff; background: #07101f; }
.audience-title { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.audience-title .kicker { grid-column: span 2; }
.audience-title h2 { font: 700 clamp(38px,4.5vw,60px)/1.04 var(--f-disp); letter-spacing: -.055em; }
.audience-title p { color: var(--mut-d); line-height: 1.7; }
.concept-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 60px; }
.concept-card { position: relative; min-height: 410px; border-radius: 20px; overflow: hidden; transition: transform .4s var(--ease); }
.concept-card:hover { transform: translateY(-7px); }
.concept-card::before,.concept-card::after { content: ""; position: absolute; }
.concept-card > div { position: absolute; z-index: 2; inset: 0; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(to top,rgba(3,8,15,.9),transparent 65%); }
.concept-card small { color: rgba(255,255,255,.7); font: 600 8px/1 var(--f-mono); letter-spacing: .15em; }
.concept-card b { margin-top: 13px; font: 650 32px/.98 var(--f-disp); letter-spacing: -.05em; }
.concept-card span { margin-top: 15px; color: rgba(255,255,255,.55); font-size: 11px; }
.concept-architecture { background: linear-gradient(145deg,#9cb3a7,#314f45); }
.concept-architecture::before { width: 65%; height: 130%; right: -18%; top: -22%; border: 1px solid rgba(255,255,255,.4); transform: rotate(28deg); box-shadow: 0 0 0 36px rgba(255,255,255,.035),0 0 0 74px rgba(255,255,255,.02); }
.concept-industry { background: linear-gradient(145deg,#44566a,#141e2c); }
.concept-industry::before { width: 45%; height: 110%; left: 23%; top: -5%; background: repeating-linear-gradient(90deg,rgba(255,255,255,.16) 0 2px,transparent 2px 28px); transform: skewX(-12deg); }
.concept-industry::after { width: 170px; height: 170px; border: 2px solid rgba(121,199,255,.4); border-radius: 50%; right: -40px; top: 32px; box-shadow: 0 0 0 28px rgba(121,199,255,.04); }
.concept-health { background: linear-gradient(145deg,#d4c8bd,#8a6c65); }
.concept-health::before { width: 280px; height: 280px; right: -75px; top: -65px; border-radius: 43% 57% 68% 32% / 55% 39% 61% 45%; background: rgba(255,245,235,.38); transform: rotate(20deg); }
.concept-health::after { width: 170px; height: 240px; left: -50px; top: 20px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transform: rotate(-22deg); }

.sites-page .faq-q > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--web-deep); background: var(--web-soft); font-size: 17px; transition: transform .3s ease; }
.sites-page .faq-item.open .faq-q > span { transform: rotate(45deg); }
.web-contact { background: #f3f7f6; padding-top: 30px !important; }
.web-contact-card { padding: 70px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; color: #fff; border-radius: 30px; background: radial-gradient(circle at 10% 90%,rgba(66,214,177,.16),transparent 35%),#071a18; box-shadow: 0 32px 80px -55px #061e19; }
.web-contact-copy h2 { margin-top: 17px; font: 700 clamp(37px,4vw,54px)/1.04 var(--f-disp); letter-spacing: -.055em; }
.web-contact-copy > p { margin-top: 20px; color: #92aaa4; line-height: 1.7; }
.web-contact-copy ul { margin-top: 27px; display: grid; gap: 10px; color: #a5b9b4; font-size: 12px; }
.web-contact-copy li::before { content: "✓"; margin-right: 9px; color: var(--web-bright); }
.site-brief-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; padding: 27px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.055); }
.site-brief-form label { margin-top: 3px; color: #8ea69f; font: 600 9px/1 var(--f-mono); letter-spacing: .1em; text-transform: uppercase; }
.site-brief-form label,.site-brief-form input,.site-brief-form select,.site-brief-form button,.site-brief-form small { grid-column: span 2; }
.site-brief-form input,.site-brief-form select { height: 48px; padding: 0 14px; color: #fff; border: 1px solid rgba(255,255,255,.11); border-radius: 9px; background: rgba(2,10,9,.35); outline: none; transition: border-color .2s ease,box-shadow .2s ease; }
.site-brief-form input:focus,.site-brief-form select:focus { border-color: var(--web); box-shadow: 0 0 0 3px rgba(66,214,177,.1); }
.site-brief-form input.invalid { border-color: #ff8c8c; }
.site-brief-form select { color-scheme: dark; }
.site-brief-form button { margin-top: 8px; }
.site-brief-form small { color: #79938c; text-align: center; }
.site-brief-form small a { color: var(--web-bright); }
.fab-wa-web { background: linear-gradient(135deg,var(--web-bright),var(--web-deep)); }

/* Shared footer refinements */
.ecosystem-footer .brand { width: fit-content; }
.ecosystem-footer .footer-brand p { max-width: 310px; }

/* Motion */
@keyframes eco-spin { to { transform: rotate(378deg); } }
@keyframes beam-pulse { 0%,100% { opacity: .1; transform-origin: left; } 50% { opacity: .65; } }
@keyframes signal-pulse { 0%,100% { opacity: .15; } 50% { opacity: .8; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes float-soft { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes pulse-ring { 0%,100% { transform: scale(.92); opacity: .7; } 50% { transform: scale(1.06); opacity: 1; } }
@keyframes morph { 0% { border-radius: 45% 55% 63% 37% / 56% 40% 60% 44%; transform: rotate(0deg); } 100% { border-radius: 60% 40% 37% 63% / 42% 64% 36% 58%; transform: rotate(13deg); } }

@media (max-width: 1120px) {
  .ecosystem-hero-grid,.web-hero-grid { grid-template-columns: 1fr; }
  .ecosystem-hero,.web-hero { padding-top: 135px; }
  .ecosystem-copy,.web-hero-copy { max-width: 820px; }
  .ecosystem-stage { width: min(720px,100%); margin: -20px auto 0; }
  .web-showcase { width: min(720px,100%); margin: -15px auto 0; }
  .product-feature { grid-template-columns: 1fr; }
  .product-copy { min-height: 500px; }
  .product-visual { min-height: 560px; }
  .product-feature-web .product-copy { order: 0; }
  .deliverable-bento { grid-template-columns: 1fr 1fr; }
  .deliverable-main { grid-row: span 2; }
  .company-grid,.web-contact-card { gap: 50px; }
}

@media (max-width: 900px) {
  .ecosystem-page .section { padding: 95px 0; }
  .ecosystem-page .nav-links { background: rgba(6,11,26,.98); }
  .split-head,.problem-grid,.company-grid,.web-contact-card { grid-template-columns: 1fr; gap: 35px; }
  .split-head { margin-bottom: 50px; }
  .impact-path,.plans-grid,.concept-grid { grid-template-columns: 1fr; }
  .impact-path::before { display: none; }
  .impact-card { min-height: 285px; }
  .company-numbers { max-width: 680px; }
  .process-track { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .process-track::before { display: none; }
  .process-step:nth-child(3) { border-left: 1px solid rgba(255,255,255,.08); }
  .plan-addon { grid-template-columns: auto 1fr; gap: 18px; padding: 24px 20px; }
  .plan-addon .addon-price { grid-column: 2; justify-self: start; }
  .plan-addon .btn { grid-column: 1 / -1; }
  .pi-row { grid-template-columns: 44px 1.4fr auto 30px; }
  .pi-tags { display: none; }
  .audience-title { grid-template-columns: 1fr; gap: 25px; }
  .audience-title .kicker { grid-column: auto; }
  .concept-card { min-height: 340px; }
  .perception-line { justify-content: flex-start; overflow-x: auto; }
}

@media (max-width: 680px) {
  .ecosystem-page .container { width: min(100% - 30px,1180px); }
  .ecosystem-page .section { padding: 78px 0; }
  .ecosystem-page .brand-logo { height: 38px; }
  .ecosystem-hero,.web-hero { min-height: auto; padding: 115px 0 82px; }
  .ecosystem-copy h1,.web-hero-copy h1 { font-size: 36px; line-height: 1.08; }
  .ecosystem-copy .lead,.web-hero-copy .lead { font-size: 16px; line-height: 1.65; }
  .ecosystem-proof { flex-direction: column; gap: 10px; }
  .ecosystem-stage { min-height: 690px; margin-top: 15px; }
  .stage-grid { inset: 10% -30%; }
  .stage-core { top: 49%; width: 82px; height: 82px; border-radius: 22px; }
  .stage-core img { width: 44px; height: 44px; }
  .stage-product { width: calc(100% - 30px); }
  .stage-erp { left: 0; top: 12px; transform: rotate(-2deg); }
  .stage-web { right: 0; bottom: 6px; transform: rotate(2deg); }
  .signal-a,.signal-b { display: none; }
  .hero-ticker { height: 40px; }
  .split-head h2,.section-intro.center h2,.company-copy h2,.problem-heading h2 { font-size: 37px; }
  .split-head > p { font-size: 15px; }
  .product-feature { min-height: 0; border-radius: 24px; }
  .product-copy { min-height: 0; padding: 55px 27px; }
  .product-copy h3 { font-size: 35px; }
  .product-number { right: 22px; font-size: 70px; }
  .product-visual { min-height: 420px; }
  .erp-shot { top: 13%; left: 7%; width: 125%; }
  .web-canvas { width: 105%; left: -10%; top: 11%; height: 71%; }
  .web-main { padding: 39px 27px; }
  .web-main b { font-size: 30px; }
  .web-mobile { width: 112px; height: 225px; right: 2%; }
  .web-score { left: 4%; width: 77px; height: 77px; font-size: 23px; }
  .evolution-banner { grid-template-columns: auto 1fr; padding: 23px; }
  .evolution-banner p { grid-column: span 2; }
  .impact-path { margin-top: 45px; }
  .company-numbers { grid-template-columns: 1fr; }
  .company-numbers .company-map { grid-column: auto; padding-left: 48%; }
  .company-numbers article { min-height: 180px; }
  .ecosystem-cta-card { padding: 64px 22px; }
  .ecosystem-cta-card h2 { font-size: 36px; }
  .cta-choice-grid { grid-template-columns: 1fr; }
  .web-showcase { min-height: 490px; margin-top: 10px; }
  .showcase-browser { width: 100%; top: 5%; transform: none; }
  .showcase-page { height: 350px; }
  .showcase-hero { height: 245px; padding: 40px 24px; }
  .showcase-hero h2 { font-size: 35px; }
  .showcase-nav { height: 55px; padding: 0 20px; }
  .showcase-nav span { display: none; }
  .showcase-footer { height: 50px; }
  .showcase-phone { width: 112px; height: 230px; left: -2%; bottom: 0; }
  .chip-contact { left: 26%; top: 0; }
  .chip-speed { right: 0; bottom: 3%; }
  .demo-label { display: none; }
  .web-value-strip { gap: 12px; overflow: hidden; white-space: nowrap; justify-content: flex-start; padding-inline: 20px; }
  .problem-copy p { font-size: 15px; }
  .deliverable-bento { grid-template-columns: 1fr; }
  .deliverable-main { grid-row: auto; min-height: 570px; }
  .deliverable-card { min-height: 300px; }
  .process-track { grid-template-columns: 1fr; gap: 30px; }
  .process-step { min-height: 240px; border-right: 0 !important; }
  .web-contact-card { padding: 48px 21px; border-radius: 24px; }
  .web-contact-copy h2 { font-size: 36px; }
  .site-brief-form { padding: 20px 16px; }
  .plan-card { padding: 30px 22px 26px; }
  .plan-price b { font-size: 44px; }
  .identity-demo { height: 235px; padding: 22px; }
  .identity-demo > span { font-size: 56px; }
  .product-index { margin-bottom: 44px; }
  .pi-row { grid-template-columns: 30px 1fr auto; gap: 12px; padding: 20px 8px; }
  .pi-arrow { display: none; }
  .pi-name b { font-size: 20px; }
  .pi-name small { font-size: 12px; }
  .pi-meta { padding: 6px 9px; font-size: 8.5px; }
  .audience-title h2 { font-size: 37px; }
}

@media (prefers-reduced-motion: reduce) {
  .eco-orbit,.hero-ticker-track,.erp-event,.showcase-chip,.evolution-pulse,.web-hero-atmosphere > i { animation: none !important; }
}
