:root {
  --navy-950: #040b14;
  --navy-900: #071426;
  --navy-850: #0a1b31;
  --navy-800: #0e2948;
  --navy-700: #123e67;
  --cyan-500: #25c7c6;
  --cyan-400: #53e1da;
  --cyan-100: #d9fbf7;
  --ink: #0a1a2e;
  --text: #20344d;
  --muted: #5c6f85;
  --line: #dce6ee;
  --surface: #f5f9fc;
  --white: #ffffff;
  --success: #1d8f72;
  --danger: #b22e3b;
  --shadow-sm: 0 12px 30px rgba(7, 20, 38, .08);
  --shadow-lg: 0 35px 90px rgba(1, 11, 25, .30);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --header-height: 82px;
  --transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 22px); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }

:focus-visible { outline: 3px solid var(--cyan-400); outline-offset: 4px; }
::selection { background: var(--cyan-400); color: var(--navy-950); }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: .7rem 1rem;
  border-radius: 10px;
  color: var(--navy-950);
  background: var(--cyan-400);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 5.5rem 0; }

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(4, 11, 20, .82);
  backdrop-filter: blur(18px);
  transition: background var(--transition), box-shadow var(--transition);
}
.site-header.is-scrolled { background: rgba(4,11,20,.96); box-shadow: 0 10px 35px rgba(0,0,0,.22); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { width: 205px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.menu-toggle {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}
.menu-toggle span { width: 21px; height: 2px; border-radius: 10px; background: var(--white); transition: transform var(--transition), opacity var(--transition); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.main-nav {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  display: none;
  padding: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(4,11,20,.98);
  box-shadow: 0 20px 40px rgba(0,0,0,.22);
}
.main-nav.is-open { display: grid; }
.main-nav > a:not(.button) { padding: .85rem .55rem; color: rgba(255,255,255,.82); font-size: .94rem; font-weight: 650; }
.main-nav > a:not(.button):hover { color: var(--cyan-400); }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .82rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--cyan-400), #25b6c6);
  box-shadow: 0 12px 28px rgba(37,199,198,.22);
  font-weight: 850;
  line-height: 1.1;
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
}
.button:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 16px 35px rgba(37,199,198,.3); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 44px; padding: .7rem 1rem; font-size: .9rem; }

.hero {
  min-height: 820px;
  padding-top: calc(var(--header-height) + 5.7rem);
  padding-bottom: 5rem;
  color: var(--white);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 30%, rgba(37,199,198,.09), transparent 30%),
    linear-gradient(130deg, var(--navy-950) 0%, #081a30 60%, #06111f 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  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: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(20px); pointer-events: none; }
.hero-glow-one { top: 18%; right: -10rem; width: 30rem; height: 30rem; background: rgba(37,199,198,.12); }
.hero-glow-two { bottom: -12rem; left: 30%; width: 24rem; height: 24rem; background: rgba(18,62,103,.45); }
.hero-grid { position: relative; z-index: 1; display: grid; align-items: center; gap: 4rem; }
.hero-copy { max-width: 700px; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.1rem; color: var(--navy-700); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--cyan-500); }
.eyebrow.light { color: var(--cyan-100); }
.hero .eyebrow { color: var(--cyan-100); }
.hero h1, .section h2 { margin: 0; color: var(--ink); font-weight: 880; letter-spacing: -.04em; line-height: 1.08; }
.hero h1 { color: var(--white); font-size: clamp(2.55rem, 8vw, 4.8rem); max-width: 850px; }
.hero-lead { max-width: 650px; margin: 1.5rem 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.04rem, 2vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 2rem; }
.text-link { position: relative; color: var(--navy-700); font-weight: 800; }
.hero .text-link { color: rgba(255,255,255,.82); }
.text-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.2rem; height: 1px; transform: scaleX(.3); transform-origin: left; background: var(--cyan-400); transition: transform var(--transition); }
.text-link:hover::after { transform: scaleX(1); }
.text-link.arrow { display: inline-flex; gap: .55rem; align-items: center; }
.hero-price-card {
  position: relative;
  width: min(100%, 580px);
  margin-top: 2rem;
  padding: 1.35rem 1.4rem 1.15rem;
  overflow: hidden;
  border: 2px solid var(--cyan-500);
  border-radius: 22px;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(239,252,251,.96));
  box-shadow: 0 14px 0 rgba(83,225,218,.12), 0 24px 50px rgba(0,0,0,.22);
}
.hero-price-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: .48rem 1rem;
  border-bottom-left-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, var(--cyan-500), #188f94);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hero-price-content {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(155px, .75fr);
  gap: 1.35rem;
  align-items: end;
  padding-top: .5rem;
}
.hero-price-installment { display: grid; gap: .05rem; min-width: 0; }
.hero-price-kicker { color: #159d9e; font-size: .95rem; font-weight: 850; }
.hero-price-amount { display: flex; flex-wrap: wrap; align-items: baseline; gap: .45rem; }
.hero-price-amount strong {
  color: var(--navy-950);
  font-size: clamp(2.45rem, 6vw, 3.55rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .95;
}
.hero-price-amount small { color: var(--navy-950); font-size: clamp(1.15rem, 2.4vw, 1.7rem); font-weight: 850; line-height: 1; }
.hero-price-single {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: center;
  gap: .08rem .28rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(21,157,158,.24);
  border-radius: 14px;
  color: var(--navy-850);
  background: rgba(21,157,158,.07);
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.35;
}
.hero-price-single strong {
  color: var(--navy-950);
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1.05;
  white-space: nowrap;
}
.microcopy { margin: 1rem 0 0; color: rgba(255,255,255,.48); font-size: .82rem; }

.hero-visual { position: relative; min-height: 440px; perspective: 1400px; }
.browser-card { position: absolute; z-index: 3; top: 50%; left: 50%; width: min(100%, 540px); overflow: hidden; transform: translate(-50%, -50%) rotateY(-7deg) rotateX(3deg); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-lg); }
.browser-top { display: flex; align-items: center; gap: 7px; height: 44px; padding: 0 16px; color: #698096; background: #eef4f7; font-size: .65rem; }
.browser-top i { width: 8px; height: 8px; border-radius: 50%; background: #9cb0bf; }
.browser-top span { margin-left: 8px; padding: 4px 14px; border-radius: 20px; background: white; }
.browser-body { padding: 18px; background: linear-gradient(145deg, #ffffff, #eaf4f7); }
.mock-nav { display: flex; align-items: center; gap: 10px; }
.mock-nav b { width: 70px; height: 12px; border-radius: 20px; background: linear-gradient(90deg, var(--navy-700), var(--cyan-500)); margin-right: auto; }
.mock-nav span { width: 28px; height: 4px; border-radius: 20px; background: #c5d2db; }
.mock-content { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 12px; padding: 38px 4px 30px; }
.mock-copy { display: grid; gap: 8px; }
.mock-copy .mock-tag { width: 55px; height: 6px; border-radius: 10px; background: var(--cyan-500); }
.mock-copy strong { width: 96%; height: 14px; border-radius: 6px; background: var(--navy-800); }
.mock-copy strong.short { width: 70%; }
.mock-copy p { width: 90%; height: 5px; margin: 3px 0 0; border-radius: 10px; background: #aebcc6; }
.mock-copy p.short { width: 62%; }
.mock-copy button { width: 108px; margin-top: 10px; padding: 8px 10px; border: 0; border-radius: 8px; color: var(--navy-950); background: var(--cyan-400); font-size: .55rem; font-weight: 900; pointer-events: none; }
.mock-device { display: flex; justify-content: center; }
.device-screen { width: 120px; height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 5px solid var(--navy-850); border-radius: 24px; color: var(--white); background: linear-gradient(160deg, var(--navy-800), #0a273a 55%, #155a66); box-shadow: 0 18px 34px rgba(6,22,39,.28); }
.chat-dot { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--cyan-400); font-weight: 900; }
.device-screen span { margin-top: 6px; color: rgba(255,255,255,.62); font-size: .5rem; }
.device-screen b { font-size: .72rem; }
.mock-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding-top: 15px; border-top: 1px solid #dae5eb; }
.mock-stats span { display: grid; color: #758a99; font-size: .48rem; line-height: 1.2; }
.mock-stats b { color: var(--navy-700); font-size: .75rem; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: var(--white); background: rgba(10,32,54,.82); box-shadow: 0 18px 35px rgba(0,0,0,.24); backdrop-filter: blur(12px); font-size: .78rem; font-weight: 800; }
.floating-card span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: var(--navy-950); background: var(--cyan-400); }
.floating-card-one { top: 8%; left: -2%; }
.floating-card-two { right: -2%; bottom: 8%; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(83,225,218,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 440px; height: 440px; }
.orbit-two { width: 560px; height: 560px; border-color: rgba(255,255,255,.08); }

.trust-strip { position: relative; z-index: 5; color: var(--white); background: var(--navy-800); }
.trust-grid { display: grid; grid-template-columns: repeat(2,1fr); }
.trust-grid div { display: flex; align-items: center; gap: .85rem; min-height: 80px; padding: 1rem .5rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.trust-grid span { color: var(--cyan-400); font-size: .72rem; font-weight: 900; }
.trust-grid strong { font-size: .82rem; }

.split-grid { display: grid; gap: 2rem; }
.section-heading h2 { font-size: clamp(2rem, 5vw, 3.7rem); }
.section-heading > p:last-child, .section-copy { color: var(--muted); }
.section-copy p { margin: 0 0 1rem; }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { max-width: 620px; margin: 1.1rem auto 0; }
.benefits-grid { display: grid; gap: 1rem; margin-top: 3.5rem; }
.benefit-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); transition: transform var(--transition), border-color var(--transition); }
.benefit-card:hover { transform: translateY(-5px); border-color: rgba(37,199,198,.6); }
.icon-wrap { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 1.35rem; border-radius: 13px; color: var(--navy-700); background: var(--cyan-100); }
.icon-wrap svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { margin: 0; color: var(--ink); font-size: 1.1rem; }
.benefit-card p { margin: .65rem 0 0; color: var(--muted); font-size: .92rem; }

.package-section { color: var(--white); overflow: hidden; background: linear-gradient(140deg, var(--navy-900), var(--navy-700)); }
.package-section::before { content:""; position:absolute; inset:0; opacity:.12; background-image: radial-gradient(circle at center, var(--cyan-400) 1px, transparent 1px); background-size: 26px 26px; }
.package-grid { position: relative; display: grid; gap: 2.8rem; align-items: center; }
.package-intro h2 { color: var(--white); }
.package-intro > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.price-block { display: grid; margin: 2rem 0; }
.price-block small { color: var(--cyan-100); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.price-block strong { color: var(--white); font-size: clamp(1.9rem, 6vw, 3.2rem); line-height: 1.2; }
.price-block em { color: var(--cyan-400); font-style: normal; }
.price-block span { color: rgba(255,255,255,.55); }
.price-block .card-payment-note { margin-top: .08rem; font-size: .72rem; font-weight: 600; letter-spacing: .02em; }
.price-block .payment-alternative {
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .18rem .38rem;
  margin-top: .9rem;
  padding: .72rem .9rem;
  border: 1px solid rgba(83,225,218,.26);
  border-radius: 12px;
  color: rgba(255,255,255,.9);
  background: rgba(83,225,218,.08);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.25;
}
.price-block .payment-alternative b {
  display: inline-block;
  color: var(--cyan-400);
  font-size: clamp(1.75rem, 4vw, 2.2rem);
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1;
  white-space: nowrap;
}
.button-light { background: var(--white); color: var(--navy-900); box-shadow: none; }
.package-card { padding: 1.35rem; border: 1px solid rgba(255,255,255,.55); border-radius: var(--radius-lg); color: var(--text); background: rgba(255,255,255,.97); box-shadow: var(--shadow-lg); }
.package-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .35rem .25rem 1.2rem; border-bottom: 1px solid var(--line); }
.package-card-top span { color: var(--navy-700); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.package-card-top b { padding: .35rem .6rem; border-radius: 100px; color: var(--success); background: #e8f7f2; font-size: .65rem; }
.check-list { display: grid; gap: 1rem; margin: 1.25rem 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: .8rem; }
.check-list li > span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--cyan-400); font-size: .75rem; font-weight: 900; }
.check-list strong { color: var(--ink); font-size: .96rem; }
.check-list p { margin: .2rem 0 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.domain-extension-note { display: block; margin-top: .28rem; color: #607286; font-size: .7rem; font-weight: 500; line-height: 1.45; }
.package-note { margin: 0; padding: .9rem; border-radius: 10px; color: #5d6e80; background: var(--surface); font-size: .74rem; }

.process { background: var(--surface); }
.process-grid { display: grid; gap: 1rem; margin-top: 3.5rem; }
.process-card { position: relative; min-height: 280px; padding: 1.5rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.step-number { position: absolute; top: 1rem; right: 1.25rem; color: #e4edf2; font-size: 2.5rem; font-weight: 900; line-height: 1; }
.process-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 3.2rem; border-radius: 14px; color: var(--cyan-500); background: var(--navy-900); }
.process-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.process-card h3 { margin: 0; color: var(--ink); font-size: 1.15rem; }
.process-card p { margin: .7rem 0 0; color: var(--muted); font-size: .9rem; }

.services-grid { display: grid; gap: 3rem; }
.services-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 42px 1fr auto; gap: 1rem; align-items: start; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.service-row > span { color: var(--cyan-500); font-size: .72rem; font-weight: 900; }
.service-row h3 { margin: 0; color: var(--ink); font-size: 1.15rem; }
.service-row p { margin: .35rem 0 0; color: var(--muted); font-size: .9rem; }
.service-row i { color: var(--navy-700); font-style: normal; font-size: 1.2rem; }

.about { padding-top: 1rem; }
.about-card { display: grid; overflow: hidden; border-radius: var(--radius-lg); color: var(--white); background: var(--navy-900); box-shadow: var(--shadow-lg); }
.about-visual { position: relative; min-height: 340px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(140deg, #0f3c60, #071426); }
.about-visual::before { content:""; position:absolute; inset:0; opacity:.12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 34px 34px; }
.code-panel { position: relative; z-index: 2; width: min(78%, 380px); display: grid; gap: .55rem; padding: 1.4rem; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; color: #86e8e0; background: rgba(3,13,25,.72); box-shadow: 0 22px 55px rgba(0,0,0,.3); font: .78rem/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.code-panel .indent { padding-left: 1rem; color: #b8cbe0; }
.code-panel .indent2 { padding-left: 2rem; color: var(--white); }
.code-orb { position: absolute; width: 260px; height: 260px; border: 1px solid rgba(83,225,218,.22); border-radius: 50%; box-shadow: 0 0 80px rgba(37,199,198,.12); }
.about-copy { padding: 2rem; }
.about-copy h2 { color: var(--white); }
.about-copy p { color: rgba(255,255,255,.68); }
.about-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.about-tags span { padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.14); border-radius: 100px; color: var(--cyan-100); background: rgba(255,255,255,.04); font-size: .72rem; font-weight: 800; }

.faq-section { background: var(--surface); }
.faq-grid { display: grid; gap: 2.6rem; }
.faq-list { display: grid; gap: .75rem; }
details { border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem; color: var(--ink); cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--cyan-500); font-size: 1.3rem; transition: transform var(--transition); }
details[open] summary span { transform: rotate(45deg); }
details > div { padding: 0 1.15rem 1.15rem; color: var(--muted); }
details p { margin: 0; }

.contact-section {
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(145deg, var(--navy-950), #0b2b47);
}
.contact-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .14;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 22%, var(--cyan-400), transparent 38%),
    radial-gradient(circle at 8% 92%, var(--navy-700), transparent 42%);
}
.contact-grid { position: relative; z-index: 1; display: grid; gap: 3rem; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.contact-direct { display: grid; gap: .85rem; margin-top: 2rem; }
.contact-direct a {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: .9rem;
  width: min(100%, 410px);
  min-height: 72px;
  padding: .65rem .8rem .65rem .65rem;
  overflow: hidden;
  border: 1px solid rgba(83,225,218,.18);
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(255,255,255,.07), rgba(83,225,218,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 16px 35px rgba(0,0,0,.12);
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition), transform var(--transition);
}
.contact-direct a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan-400), transparent);
  opacity: .75;
}
.contact-direct a:hover {
  color: var(--white);
  border-color: rgba(83,225,218,.48);
  background: linear-gradient(120deg, rgba(255,255,255,.09), rgba(83,225,218,.08));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 42px rgba(0,0,0,.18), 0 0 28px rgba(37,199,198,.08);
  transform: translateY(-2px);
}
.contact-icon {
  position: relative;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(83,225,218,.28);
  border-radius: 14px 4px 14px 4px;
  color: var(--cyan-400);
  background:
    linear-gradient(135deg, rgba(83,225,218,.13), rgba(8,27,48,.18)),
    repeating-linear-gradient(0deg, transparent 0 8px, rgba(83,225,218,.035) 8px 9px);
  box-shadow: inset 0 0 18px rgba(83,225,218,.07), 0 0 0 1px rgba(0,0,0,.08);
}
.contact-icon::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 9px 2px 9px 2px;
  pointer-events: none;
}
.contact-icon svg {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 6px rgba(83,225,218,.24));
}
.contact-icon .icon-frame { stroke-width: 1.8; }
.contact-icon .icon-circuit { opacity: .82; }
.contact-icon .icon-node { fill: currentColor; stroke: none; }
.contact-direct div { display: grid; min-width: 0; }
.contact-direct small { color: rgba(255,255,255,.48); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-direct strong { overflow-wrap: anywhere; font-size: .92rem; }
.contact-arrow { color: rgba(83,225,218,.68); font-size: 1.05rem; transition: color var(--transition), transform var(--transition); }
.contact-direct a:hover .contact-arrow { color: var(--cyan-400); transform: translate(2px,-2px); }
.contact-direct a:hover .contact-icon { border-color: rgba(83,225,218,.55); box-shadow: inset 0 0 22px rgba(83,225,218,.11), 0 0 24px rgba(37,199,198,.08); }
.contact-form { padding: 1.4rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.field-row { display: grid; gap: 1rem; }
.field { display: grid; gap: .45rem; margin-bottom: 1rem; }
.field label { color: rgba(255,255,255,.85); font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: var(--white); background-color: rgba(2,11,22,.55); outline: 0; }
.field input { height: 50px; padding: 0 .9rem; }
.field select {
  height: 50px;
  padding: 0 2.7rem 0 .9rem;
  appearance: none;
  color-scheme: dark;
  cursor: pointer;
  border-color: rgba(83,225,218,.34);
  background-color: #071a2a;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--cyan-400) 50%),
    linear-gradient(135deg, var(--cyan-400) 50%, transparent 50%),
    linear-gradient(90deg, transparent, rgba(83,225,218,.035));
  background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px, 0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 18px rgba(37,199,198,.035);
}
.field select:hover { border-color: rgba(83,225,218,.58); }
.field select:invalid { color: rgba(255,255,255,.5); }
.field select option {
  color: #eefefe;
  background-color: #071a2a;
}
.field select option:disabled {
  color: #8ea8b5;
  background-color: #061522;
}
.field select option:checked {
  color: #ffffff;
  background-color: #116b73;
}
.field textarea { min-height: 130px; resize: vertical; padding: .8rem .9rem; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.35); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan-400); box-shadow: 0 0 0 3px rgba(83,225,218,.12); }
.field [aria-invalid="true"] { border-color: #ff8e98; }
.field-error { min-height: 1em; color: #ffb0b7; font-size: .7rem; }
.field-help { margin-top: -.1rem; color: rgba(255,255,255,.48); font-size: .7rem; line-height: 1.45; }
.conditional-field {
  margin-top: -.2rem;
  padding: 1rem;
  border: 1px solid rgba(83,225,218,.18);
  border-radius: 12px;
  background: rgba(83,225,218,.045);
}
.conditional-field[hidden] { display: none; }
.privacy-note { margin: 0 0 1rem; color: rgba(255,255,255,.45); font-size: .7rem; }
.form-button { width: 100%; border: 0; }
.form-status { min-height: 1.2em; margin: .75rem 0 0; color: var(--cyan-100); font-size: .78rem; text-align: center; }

.site-footer { color: rgba(255,255,255,.68); background: #020812; }
.footer-top { display: flex; flex-direction: column; gap: 1.5rem; padding: 2.7rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand { display: block; width: clamp(220px, 64vw, 280px); max-width: 82vw; margin-inline: auto; flex: 0 0 auto; line-height: 0; }
.footer-brand picture { display: block; }
.footer-brand img { display: block; width: 100%; height: auto; object-fit: contain; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.1rem; }
.footer-links a { font-size: .82rem; font-weight: 750; }
.footer-links a:hover { color: var(--cyan-400); }
.footer-bottom { display: flex; flex-direction: column; align-items: center; gap: .2rem; padding: 1.2rem 0 1.8rem; font-size: .72rem; text-align: center; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 1; transform: none; }
.js-enabled .reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.js-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 640px) {
  .container { width: min(calc(100% - 3rem), var(--container)); }
  .benefits-grid, .process-grid { grid-template-columns: repeat(2,1fr); }
  .field-row { grid-template-columns: repeat(2,1fr); }
  .package-card { padding: 2rem; }
  .contact-form { padding: 2rem; }
  .footer-top, .footer-bottom { flex-direction: row; align-items: center; justify-content: space-between; text-align: left; }
  .footer-brand { width: 230px; max-width: 42%; margin-inline: 0; }
  .footer-links { justify-content: flex-end; }
}

@media (min-width: 900px) {
  :root { --header-height: 90px; }
  .section { padding: 7rem 0; }
  .menu-toggle { display: none; }
  .main-nav { position: static; width: auto; display: flex; align-items: center; gap: 1.25rem; padding: 0; border: 0; background: none; box-shadow: none; }
  .main-nav > a:not(.button) { padding: .7rem 0; font-size: .86rem; }
  .brand { width: 235px; }
  .footer-brand { width: 260px; max-width: none; }
  .hero { min-height: 850px; padding-top: calc(var(--header-height) + 5rem); }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 2rem; }
  .hero-visual { min-height: 520px; }
  .trust-grid { grid-template-columns: repeat(4,1fr); }
  .trust-grid div { justify-content: center; border-right: 1px solid rgba(255,255,255,.08); border-bottom: 0; }
  .split-grid { grid-template-columns: 1fr .82fr; gap: 5rem; }
  .benefits-grid { grid-template-columns: repeat(4,1fr); }
  .package-grid { grid-template-columns: .85fr 1.15fr; gap: 5rem; }
  .process-grid { grid-template-columns: repeat(4,1fr); }
  .services-grid { grid-template-columns: .8fr 1.2fr; gap: 6rem; }
  .about-card { grid-template-columns: .95fr 1.05fr; }
  .about-copy { padding: 4rem; }
  .faq-grid { grid-template-columns: .78fr 1.22fr; gap: 6rem; }
  .contact-grid { grid-template-columns: .85fr 1.15fr; gap: 6rem; }
}

@media (min-width: 1200px) {
  .hero h1 { font-size: 4.55rem; }
  .browser-card { width: 560px; }
  .floating-card-one { left: -7%; }
  .floating-card-two { right: -5%; }
}


@media (max-width: 899px) {
  /* Aproxima o início do conteúdo do cabeçalho em telas menores. */
  .hero { padding-top: calc(var(--header-height) + 2rem); }
}

@media (max-width: 560px) {
  .contact-section { padding-inline: 0; background: linear-gradient(160deg, var(--navy-950) 0%, #0b2b47 100%); }
  .contact-section::before {
    inset: -1px;
    width: auto;
    height: auto;
    background:
      radial-gradient(circle at 88% 12%, rgba(83,225,218,.82), transparent 40%),
      radial-gradient(circle at 0% 100%, rgba(18,62,103,.9), transparent 48%);
  }
  .contact-grid { width: min(calc(100% - 2rem), var(--container)); }
  .contact-direct a { width: 100%; }
  .footer-top { align-items: center; }
  .footer-brand { width: min(270px, 76vw); max-width: 76vw; }
  .hero-price-card { padding: 2.8rem 1rem 1rem; border-radius: 18px; }
  .hero-price-badge { left: 0; right: 0; border-bottom-left-radius: 0; text-align: center; }
  .hero-price-content { grid-template-columns: 1fr; gap: .9rem; }
  .hero-price-single {
    padding: 1rem;
    border: 1px solid rgba(21,157,158,.24);
    border-radius: 14px;
    background: rgba(21,157,158,.07);
  }
  .hero-price-single strong { font-size: clamp(1.85rem, 9vw, 2.2rem); }
  .hero-price-single span:last-child { font-size: 1rem; font-weight: 750; }
  .hero-price-amount strong { font-size: clamp(3rem, 17vw, 3.8rem); }
  .hero-price-amount small { font-size: clamp(1.35rem, 7vw, 1.8rem); }
  .price-block strong { font-size: clamp(2.35rem, 11vw, 3rem); }
  .price-block .payment-alternative {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
    padding: .9rem .75rem;
    font-size: 1.08rem;
    text-align: center;
  }
  .price-block .payment-alternative b { font-size: clamp(2.1rem, 10.5vw, 2.55rem); }
}

@media (max-width: 420px) {
  .hero { padding-top: calc(var(--header-height) + 1.5rem); }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 360px; }
  .browser-card { width: 96%; }
  .mock-content { grid-template-columns: 1fr .72fr; padding-block: 24px; }
  .device-screen { width: 90px; height: 145px; }
  .floating-card { padding: .55rem .7rem; font-size: .65rem; }
  .floating-card-one { left: 0; }
  .floating-card-two { right: 0; }
}

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

/* V14 — caminhos de conversão: formulário como ação principal e WhatsApp direto para dúvidas rápidas. */
.quick-whatsapp {
  position: fixed;
  z-index: 950;
  right: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: .72rem;
  padding: .62rem 1rem .62rem .68rem;
  border: 1px solid rgba(83,225,218,.42);
  border-radius: 999px;
  color: var(--white);
  background: rgba(7,20,38,.94);
  box-shadow: 0 16px 40px rgba(0,0,0,.3), 0 0 0 1px rgba(37,199,198,.08) inset;
  backdrop-filter: blur(14px);
  font-size: .85rem;
  font-weight: 850;
  line-height: 1;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition), background var(--transition);
}
.quick-whatsapp:hover {
  transform: translateY(-3px);
  border-color: rgba(83,225,218,.78);
  background: rgba(10,41,65,.98);
  box-shadow: 0 20px 46px rgba(0,0,0,.34), 0 0 28px rgba(37,199,198,.12);
}
.quick-whatsapp:focus-visible {
  outline: 3px solid var(--cyan-100);
  outline-offset: 4px;
}
.quick-whatsapp-icon {
  width: 36px;
  height: 36px;
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--cyan-400), #25b6c6);
  box-shadow: 0 8px 22px rgba(37,199,198,.25);
}
.quick-whatsapp-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 560px) {
  .quick-whatsapp {
    right: .85rem;
    bottom: .85rem;
    min-height: 48px;
    padding: .55rem .85rem .55rem .58rem;
    font-size: .78rem;
  }
  .quick-whatsapp-icon {
    width: 33px;
    height: 33px;
    flex-basis: 33px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quick-whatsapp { transition: none; }
}


/* ==========================================================================\n   V16 — experiência tecnológica, profundidade 3D e movimento com performance\n   ========================================================================== */
:root {
  --electric-blue: #159cff;
  --violet-tech: #7a5cff;
  --glass-line: rgba(112, 222, 255, .24);
  --tech-glow: 0 0 42px rgba(42, 195, 255, .16);
}

body {
  background:
    radial-gradient(circle at 50% 0%, rgba(21, 156, 255, .035), transparent 28rem),
    var(--white);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(83,225,218,.6), rgba(21,156,255,.52), transparent 95%);
  transform: scaleX(.35);
  opacity: .58;
  transition: transform 450ms ease, opacity 450ms ease;
}
.site-header.is-scrolled::after { transform: scaleX(1); opacity: .9; }
.brand img { filter: drop-shadow(0 8px 18px rgba(21,156,255,.08)); }

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(37,199,198,.24), inset 0 1px 0 rgba(255,255,255,.5);
}
.button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -130%;
  left: -25%;
  width: 40%;
  height: 360%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
  transition: left 650ms ease;
}
.button:hover::before { left: 110%; }

.hero-tech {
  min-height: 920px;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 36%, rgba(21,156,255,.2), transparent 28%),
    radial-gradient(circle at 15% 38%, rgba(37,199,198,.13), transparent 26%),
    linear-gradient(128deg, #020811 0%, #061427 42%, #061a31 70%, #020912 100%);
}
.hero-tech::before {
  opacity: .3;
  background-image:
    linear-gradient(rgba(63,202,255,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63,202,255,.075) 1px, transparent 1px);
  background-size: 62px 62px;
  transform: perspective(700px) rotateX(58deg) scale(1.7) translateY(13%);
  transform-origin: center bottom;
  mask-image: linear-gradient(to top, #000 12%, transparent 72%);
}
.hero-tech::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49.92%, rgba(83,225,218,.08) 50%, transparent 50.08%),
    radial-gradient(circle at 50% 50%, transparent 35%, rgba(2,8,17,.48) 100%);
}
.tech-particles { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .7; }
.hero-scan-grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background: repeating-linear-gradient(to bottom, transparent 0 6px, rgba(81,221,255,.018) 7px 8px);
  animation: scanField 12s linear infinite;
}
.hero-beam { position: absolute; z-index: 0; width: 1px; height: 70%; top: 12%; pointer-events: none; background: linear-gradient(transparent, rgba(83,225,218,.5), transparent); filter: drop-shadow(0 0 8px rgba(83,225,218,.55)); opacity: .5; }
.hero-beam::after { content: ""; position: absolute; top: 28%; left: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 18px var(--cyan-400); }
.hero-beam-one { right: 13%; animation: beamDrift 7s ease-in-out infinite; }
.hero-beam-two { right: 28%; height: 48%; top: 35%; animation: beamDrift 9s ease-in-out -3s infinite reverse; opacity: .3; }
.hero-grid { z-index: 2; }
.hero-copy { position: relative; }
.hero-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 280px;
  height: 280px;
  left: -140px;
  top: 10%;
  border: 1px solid rgba(83,225,218,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(83,225,218,.018), 0 0 0 62px rgba(21,156,255,.012);
}
.hero h1 {
  text-wrap: balance;
  text-shadow: 0 12px 42px rgba(0,0,0,.35);
}
.hero h1::selection { color: var(--navy-950); }
.hero-lead { max-width: 680px; }
.hero-price-card {
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 0 rgba(83,225,218,.09), 0 34px 80px rgba(0,0,0,.32), 0 0 50px rgba(37,199,198,.08);
}
.hero-price-card::after {
  content: "";
  position: absolute;
  inset: -60% 35% auto -10%;
  height: 110px;
  transform: rotate(-12deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
  animation: cardShine 6.5s ease-in-out infinite;
}

.tech-scene {
  --scene-rx: 0deg;
  --scene-ry: 0deg;
  --spot-x: 50%;
  --spot-y: 50%;
  transform-style: preserve-3d;
}
.tech-scene::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 8% 0;
  border-radius: 50%;
  background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(83,225,218,.2), transparent 38%);
  filter: blur(16px);
  transition: background 120ms linear;
}
.glass-3d {
  transform: translate(-50%, -50%) rotateY(calc(-8deg + var(--scene-ry))) rotateX(calc(4deg + var(--scene-rx))) translateZ(34px);
  transform-style: preserve-3d;
  border-color: rgba(109,226,255,.3);
  background: rgba(247,253,255,.94);
  box-shadow: 0 48px 100px rgba(0,0,0,.43), 0 0 0 1px rgba(255,255,255,.14) inset, 0 0 55px rgba(21,156,255,.12);
  transition: transform 180ms ease-out, box-shadow 250ms ease;
}
.glass-3d::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255,255,255,.3), transparent 28%, transparent 68%, rgba(83,225,218,.1));
}
.browser-top { border-bottom: 1px solid rgba(21,156,255,.09); }
.orbit { box-shadow: 0 0 48px rgba(21,156,255,.05) inset; animation: orbitPulse 5.5s ease-in-out infinite; }
.orbit-one::before, .orbit-two::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan-400);
  box-shadow: 0 0 18px var(--cyan-400);
  animation: orbitNode 8s linear infinite;
}
.orbit-two::before { width: 6px; height: 6px; background: var(--electric-blue); animation-duration: 12s; animation-direction: reverse; }

.holo-cube {
  position: absolute;
  z-index: 5;
  top: 2%;
  right: 4%;
  width: 76px;
  height: 76px;
  perspective: 650px;
  filter: drop-shadow(0 0 20px rgba(83,225,218,.25));
}
.cube-core { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; animation: cubeSpin 16s linear infinite; }
.cube-face {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(112,222,255,.5);
  color: rgba(220,253,255,.9);
  background: rgba(6,31,54,.46);
  box-shadow: inset 0 0 22px rgba(21,156,255,.12);
  backdrop-filter: blur(7px);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.cube-front { transform: translateZ(38px); }
.cube-back { transform: rotateY(180deg) translateZ(38px); }
.cube-right { transform: rotateY(90deg) translateZ(38px); }
.cube-left { transform: rotateY(-90deg) translateZ(38px); }
.cube-top { transform: rotateX(90deg) translateZ(38px); }
.cube-bottom { transform: rotateX(-90deg) translateZ(38px); }
.tech-chip {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .58rem .72rem;
  border: 1px solid rgba(112,222,255,.25);
  border-radius: 10px;
  color: rgba(255,255,255,.78);
  background: rgba(3,18,34,.66);
  box-shadow: 0 16px 34px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .02em;
  animation: chipFloat 5.5s ease-in-out infinite;
}
.tech-chip span { color: var(--cyan-400); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .82rem; }
.tech-chip-code { left: 3%; bottom: 2%; }
.tech-chip-speed { right: 1%; top: 39%; animation-delay: -1.5s; }
.tech-chip-seo { left: 14%; top: 7%; animation-delay: -3s; }
.floating-card { border-color: rgba(112,222,255,.25); background: rgba(3,18,34,.7); box-shadow: 0 20px 50px rgba(0,0,0,.3), 0 0 26px rgba(21,156,255,.07); }

.trust-strip {
  overflow: hidden;
  background: linear-gradient(90deg, #07162a, #0b2946 50%, #07162a);
  box-shadow: 0 22px 60px rgba(3,15,28,.15);
}
.trust-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(83,225,218,.08), transparent);
  transform: translateX(-100%);
  animation: trustSweep 9s ease-in-out infinite;
}

.benefit-card, .process-card, .package-card, .service-row, .about-card {
  --tilt-rx: 0deg;
  --tilt-ry: 0deg;
  --tilt-y: 0px;
  --mx: 50%;
  --my: 50%;
  transform-style: preserve-3d;
}
.benefit-card::before, .process-card::before, .package-card::before, .service-row::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(83,225,218,.18), transparent 38%);
  transition: opacity 250ms ease;
}
.benefit-card:hover::before, .process-card:hover::before, .package-card:hover::before, .service-row:hover::before { opacity: 1; }
.benefit-card.is-visible, .process-card.is-visible, .package-card.is-visible, .service-row.is-visible, .about-card.is-visible {
  transform: perspective(1100px) rotateX(var(--tilt-rx)) rotateY(var(--tilt-ry)) translateY(var(--tilt-y));
}
.js-enabled [data-tilt-card].reveal.is-visible {
  transform: perspective(1100px) rotateX(var(--tilt-rx)) rotateY(var(--tilt-ry)) translateY(var(--tilt-y));
}
.benefit-card:hover, .process-card:hover { --tilt-y: -7px; }
.benefit-card, .process-card { position: relative; overflow: hidden; transition: transform 180ms ease-out, border-color 240ms ease, box-shadow 240ms ease; }
.benefit-card:hover, .process-card:hover { border-color: rgba(37,199,198,.38); box-shadow: 0 25px 65px rgba(7,20,38,.13), 0 0 35px rgba(37,199,198,.06); }
.icon-wrap, .process-icon { transform: translateZ(24px); }
.benefit-card h3, .process-card h3 { transform: translateZ(14px); }

.package-section { isolation: isolate; overflow: hidden; }
.package-orbit { position: absolute; z-index: 0; width: 620px; height: 620px; right: -300px; top: 50%; transform: translateY(-50%); border: 1px solid rgba(83,225,218,.1); border-radius: 50%; }
.package-orbit::before, .package-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(21,156,255,.08); border-radius: 50%; }
.package-orbit::after { inset: 27%; }
.package-orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 16px var(--cyan-400); }
.package-orbit i:nth-child(1) { top: 12%; left: 18%; animation: nodeBlink 3s infinite; }
.package-orbit i:nth-child(2) { right: 7%; top: 42%; animation: nodeBlink 4s -1s infinite; }
.package-orbit i:nth-child(3) { left: 24%; bottom: 4%; animation: nodeBlink 3.5s -2s infinite; }
.package-grid { position: relative; z-index: 1; }
.package-card { position: relative; overflow: hidden; box-shadow: 0 35px 90px rgba(0,0,0,.24), 0 0 45px rgba(83,225,218,.08); }
.package-card::after { content: ""; position: absolute; top: 0; right: 0; width: 110px; height: 110px; border-top: 1px solid rgba(83,225,218,.25); border-right: 1px solid rgba(83,225,218,.25); clip-path: polygon(45% 0,100% 0,100% 55%); }

.process-grid { position: relative; }
.process-energy-line { display: none; position: absolute; z-index: 0; top: 52px; left: 8%; right: 8%; height: 1px; background: linear-gradient(90deg, transparent, rgba(37,199,198,.65), rgba(21,156,255,.65), transparent); box-shadow: 0 0 18px rgba(37,199,198,.18); }
.process-energy-line::after { content: ""; position: absolute; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 18px var(--cyan-400); animation: processPulse 5s ease-in-out infinite; }
.process-card { z-index: 1; }

.services-immersive {
  min-height: 760px;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: #020914;
}
.services-backdrop { position: absolute; z-index: -4; inset: 0; }
.services-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.035); animation: imageBreath 18s ease-in-out infinite alternate; }
.services-veil {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,9,20,.96) 0%, rgba(2,9,20,.86) 38%, rgba(2,9,20,.5) 68%, rgba(2,9,20,.68) 100%),
    linear-gradient(180deg, rgba(2,9,20,.35), rgba(2,9,20,.88));
}
.services-immersive::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(90deg, transparent 49.9%, rgba(83,225,218,.06) 50%, transparent 50.1%), repeating-linear-gradient(0deg, transparent 0 7px, rgba(83,225,218,.012) 8px 9px);
  pointer-events: none;
}
.services-data-lines { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.services-data-lines i { position: absolute; width: 1px; height: 42%; background: linear-gradient(transparent, rgba(83,225,218,.65), transparent); filter: drop-shadow(0 0 8px rgba(83,225,218,.6)); animation: dataDrop 8s linear infinite; }
.services-data-lines i:nth-child(1) { left: 62%; top: -35%; }
.services-data-lines i:nth-child(2) { left: 72%; top: -20%; animation-delay: -3s; }
.services-data-lines i:nth-child(3) { left: 84%; top: -38%; animation-delay: -5.5s; }
.services-data-lines i:nth-child(4) { left: 94%; top: -25%; animation-delay: -1.2s; }
.services-grid { position: relative; z-index: 1; }
.services-copy h2 { color: var(--white); text-wrap: balance; text-shadow: 0 12px 38px rgba(0,0,0,.45); }
.services-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.text-link-light { color: var(--cyan-100) !important; }
.services-list { display: grid; gap: 1rem; }
.service-row {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(112,222,255,.2);
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(5,24,43,.8), rgba(10,52,80,.4));
  box-shadow: 0 22px 60px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(14px);
}
.service-row:hover { border-color: rgba(83,225,218,.5); background: linear-gradient(120deg, rgba(8,38,65,.9), rgba(11,75,102,.48)); box-shadow: 0 28px 75px rgba(0,0,0,.32), 0 0 35px rgba(21,156,255,.08); }
.service-row h3 { color: var(--white); }
.service-row p { color: rgba(255,255,255,.62); }
.service-row > span, .service-row i { color: var(--cyan-400); }

.about { isolation: isolate; overflow: hidden; background: linear-gradient(180deg, #eef7fb 0%, #f7fbfd 100%); }
.about-grid-light { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(18,62,103,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(18,62,103,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, transparent, black 20%, black 80%, transparent); }
.about-card { position: relative; z-index: 1; border: 1px solid rgba(37,199,198,.16); box-shadow: 0 40px 100px rgba(7,20,38,.18), 0 0 50px rgba(21,156,255,.06); }
.code-panel { box-shadow: 0 24px 60px rgba(0,0,0,.32), 0 0 35px rgba(37,199,198,.1); }
.code-orb { box-shadow: 0 0 70px rgba(37,199,198,.42); animation: orbBreathe 5s ease-in-out infinite; }

.faq-list details { position: relative; overflow: hidden; transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease; }
.faq-list details::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: linear-gradient(var(--cyan-400), var(--electric-blue)); transform: scaleY(0); transform-origin: top; transition: transform 220ms ease; }
.faq-list details[open] { border-color: rgba(37,199,198,.34); box-shadow: 0 18px 45px rgba(7,20,38,.08); transform: translateX(4px); }
.faq-list details[open]::before { transform: scaleY(1); }

.contact-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(83,225,218,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(83,225,218,.035) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(circle at 70% 45%, #000, transparent 72%);
}
.contact-form { box-shadow: 0 36px 90px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08), 0 0 45px rgba(21,156,255,.06); }

.quick-whatsapp { box-shadow: 0 18px 52px rgba(0,0,0,.36), 0 0 26px rgba(37,199,198,.14), 0 0 0 1px rgba(37,199,198,.08) inset; }
.site-footer { position: relative; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(83,225,218,.55), rgba(21,156,255,.45), transparent); }

@keyframes scanField { to { background-position: 0 180px; } }
@keyframes beamDrift { 0%,100% { transform: translateY(-3%); opacity: .25; } 50% { transform: translateY(8%); opacity: .68; } }
@keyframes cardShine { 0%,55% { transform: translateX(-80%) rotate(-12deg); opacity: 0; } 65% { opacity: .5; } 82%,100% { transform: translateX(300%) rotate(-12deg); opacity: 0; } }
@keyframes orbitPulse { 0%,100% { opacity: .5; transform: translate(-50%,-50%) scale(.98); } 50% { opacity: .95; transform: translate(-50%,-50%) scale(1.02); } }
@keyframes orbitNode { from { transform: translate(-50%,-50%) rotate(0deg) translateX(220px) rotate(0deg); } to { transform: translate(-50%,-50%) rotate(360deg) translateX(220px) rotate(-360deg); } }
@keyframes cubeSpin { from { transform: rotateX(-16deg) rotateY(0deg); } to { transform: rotateX(344deg) rotateY(360deg); } }
@keyframes chipFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes trustSweep { 0%,25% { transform: translateX(-110%); } 60%,100% { transform: translateX(110%); } }
@keyframes nodeBlink { 0%,100% { opacity: .25; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes processPulse { from { left: 0; } to { left: calc(100% - 7px); } }
@keyframes imageBreath { from { transform: scale(1.035) translate3d(0,0,0); } to { transform: scale(1.09) translate3d(-1.2%, -.6%, 0); } }
@keyframes dataDrop { from { transform: translateY(-10%); opacity: 0; } 15% { opacity: .7; } 80% { opacity: .55; } to { transform: translateY(320%); opacity: 0; } }
@keyframes orbBreathe { 0%,100% { transform: scale(.9); opacity: .7; } 50% { transform: scale(1.1); opacity: 1; } }

@media (min-width: 900px) {
  .process-energy-line { display: block; }
  .hero-tech { padding-top: calc(var(--header-height) + 4.5rem); }
  .hero-grid { grid-template-columns: 1.02fr .98fr; }
  .services-immersive { padding-block: 8.5rem; }
}

@media (max-width: 899px) {
  .hero-tech { min-height: auto; padding-top: calc(var(--header-height) + 2rem); }
  .holo-cube { right: 4%; top: 0; width: 60px; height: 60px; }
  .cube-front { transform: translateZ(30px); }
  .cube-back { transform: rotateY(180deg) translateZ(30px); }
  .cube-right { transform: rotateY(90deg) translateZ(30px); }
  .cube-left { transform: rotateY(-90deg) translateZ(30px); }
  .cube-top { transform: rotateX(90deg) translateZ(30px); }
  .cube-bottom { transform: rotateX(-90deg) translateZ(30px); }
  .tech-chip-speed { right: 0; }
  .services-veil { background: linear-gradient(180deg, rgba(2,9,20,.91), rgba(2,9,20,.75) 50%, rgba(2,9,20,.93)); }
  .services-backdrop img { object-position: 58% center; }
}

@media (max-width: 560px) {
  .hero-tech::before { background-size: 46px 46px; opacity: .22; }
  .hero-beam-two, .tech-chip-seo, .tech-chip-code { display: none; }
  .hero-beam-one { right: 8%; }
  .holo-cube { width: 52px; height: 52px; top: 2%; }
  .cube-front { transform: translateZ(26px); }
  .cube-back { transform: rotateY(180deg) translateZ(26px); }
  .cube-right { transform: rotateY(90deg) translateZ(26px); }
  .cube-left { transform: rotateY(-90deg) translateZ(26px); }
  .cube-top { transform: rotateX(90deg) translateZ(26px); }
  .cube-bottom { transform: rotateX(-90deg) translateZ(26px); }
  .tech-chip { font-size: .6rem; padding: .5rem .6rem; }
  .tech-chip-speed { top: 42%; }
  .services-immersive { min-height: auto; }
  .services-backdrop img { object-position: 62% center; }
  .service-row { padding: 1.15rem; }
  .package-orbit { width: 400px; height: 400px; right: -270px; }
}

@media (hover: none), (pointer: coarse) {
  .benefit-card.is-visible, .process-card.is-visible, .package-card.is-visible, .service-row.is-visible, .about-card.is-visible { transform: none; }
  .glass-3d { transform: translate(-50%, -50%) rotateY(-5deg) rotateX(2deg); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scan-grid, .hero-beam, .cube-core, .tech-chip, .orbit, .orbit-one::before, .orbit-two::before,
  .trust-strip::before, .package-orbit i, .process-energy-line::after, .services-backdrop img,
  .services-data-lines i, .code-orb, .hero-price-card::after { animation: none !important; }
  .services-backdrop img { transform: none; }
  .glass-3d { transform: translate(-50%, -50%) rotateY(-5deg) rotateX(2deg); }
}


/* ==========================================================================
   V17 — impacto tecnológico reforçado no desktop e experiência mobile imersiva
   ========================================================================== */

/* A cena principal sobe no desktop e ganha uma resposta 3D mais ampla ao cursor. */
.tech-scene {
  --scene-tx: 0px;
  --scene-ty: 0px;
  --radar-x: 0px;
  --radar-y: 0px;
  --cube-x: 0px;
  --cube-y: 0px;
  --mobile-shift: 0px;
}

@media (min-width: 900px) {
  .hero-visual.tech-scene { top: -54px; }
  .browser-card { top: 47%; }
}

.glass-3d {
  transform: translate(-50%, -50%) translate3d(var(--scene-tx), var(--scene-ty), 34px)
    rotateY(calc(-8deg + var(--scene-ry))) rotateX(calc(4deg + var(--scene-rx))) scale(var(--scene-scale, 1));
  transition: transform 110ms cubic-bezier(.2,.75,.2,1), box-shadow 220ms ease;
}
.tech-scene.is-interacting .glass-3d {
  box-shadow: 0 58px 125px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.18) inset,
    0 0 78px rgba(21,156,255,.2), 0 0 36px rgba(83,225,218,.12);
}
.tech-scene .holo-cube {
  translate: var(--cube-x) var(--cube-y);
  transition: translate 120ms ease-out, filter 220ms ease;
}
.tech-scene.is-interacting .holo-cube { filter: drop-shadow(0 0 34px rgba(83,225,218,.55)); }
.tech-scene .tech-radar { translate: var(--radar-x) var(--radar-y); transition: translate 130ms ease-out; }
.tech-scene.is-interacting .orbit { border-color: rgba(83,225,218,.34); }

/* Radar holográfico e fluxos de dados ao redor da simulação. */
.tech-radar {
  position: absolute;
  z-index: 1;
  top: 2%;
  left: 50%;
  width: min(78vw, 430px);
  aspect-ratio: 1;
  transform: translateX(-50%) rotateX(66deg);
  border: 1px solid rgba(83,225,218,.18);
  border-radius: 50%;
  opacity: .7;
  filter: drop-shadow(0 0 28px rgba(21,156,255,.12));
  pointer-events: none;
}
.radar-ring { position: absolute; border: 1px solid rgba(84,217,255,.19); border-radius: 50%; inset: 12%; }
.radar-ring-two { inset: 28%; border-color: rgba(83,225,218,.25); }
.radar-ring-three { inset: 43%; border-color: rgba(122,92,255,.28); }
.radar-sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 76%, rgba(83,225,218,.28) 88%, transparent 100%);
  animation: radarSweep 7s linear infinite;
}
.radar-node { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 18px var(--cyan-400); animation: radarNode 2.8s ease-in-out infinite; }
.radar-node-one { top: 19%; left: 29%; }
.radar-node-two { top: 62%; right: 14%; animation-delay: -1.1s; background: var(--electric-blue); }
.radar-node-three { bottom: 18%; left: 34%; animation-delay: -2s; background: var(--violet-tech); }

.scene-data-streams { position: absolute; z-index: 1; inset: 0; overflow: hidden; border-radius: 32px; pointer-events: none; }
.scene-data-streams i { position: absolute; top: -25%; width: 1px; height: 30%; background: linear-gradient(transparent, rgba(83,225,218,.75), transparent); filter: drop-shadow(0 0 7px rgba(83,225,218,.7)); animation: heroDataDrop 5.5s linear infinite; }
.scene-data-streams i:nth-child(1) { left: 9%; }
.scene-data-streams i:nth-child(2) { left: 31%; animation-delay: -2.1s; }
.scene-data-streams i:nth-child(3) { left: 58%; animation-delay: -4s; }
.scene-data-streams i:nth-child(4) { left: 77%; animation-delay: -1.2s; }
.scene-data-streams i:nth-child(5) { left: 93%; animation-delay: -3.3s; }

.mobile-tech-status {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: -1%;
  display: none;
  align-items: center;
  gap: .45rem;
  transform: translateX(-50%);
  white-space: nowrap;
}
.mobile-tech-status span {
  padding: .36rem .55rem;
  border: 1px solid rgba(112,222,255,.24);
  border-radius: 999px;
  color: rgba(226,251,255,.78);
  background: rgba(3,18,34,.7);
  box-shadow: 0 8px 26px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  font-size: .52rem;
  font-weight: 900;
  letter-spacing: .1em;
}

/* Faixa de diferenciais: impede corte e mantém leitura em qualquer largura. */
.trust-grid { min-width: 0; }
.trust-grid > div { min-width: 0; overflow: hidden; }
.trust-grid strong { min-width: 0; overflow-wrap: anywhere; line-height: 1.28; }

/* Mais vida tecnológica nos cards em dispositivos de toque, sem depender de hover. */
@media (hover: none), (pointer: coarse) {
  .benefit-card, .process-card, .package-card, .service-row, .contact-form {
    background-position: 0 0;
  }
  .benefit-card::before, .process-card::before, .package-card::before, .service-row::before {
    opacity: .42;
    background: linear-gradient(110deg, transparent 10%, rgba(83,225,218,.09) 38%, transparent 62%);
    background-size: 240% 100%;
    animation: mobileCardScan 6.5s linear infinite;
  }
  .benefit-card:nth-child(even)::before, .process-card:nth-child(even)::before, .service-row:nth-child(even)::before { animation-delay: -3.2s; }
  .icon-wrap, .process-icon { box-shadow: 0 0 26px rgba(37,199,198,.16); animation: mobileIconPulse 4.5s ease-in-out infinite; }
  .service-row { box-shadow: 0 22px 58px rgba(0,0,0,.3), 0 0 30px rgba(21,156,255,.06); }
}

/* Versão mobile com profundidade, partículas, radar e movimento contínuo. */
@media (max-width: 899px) {
  .hero-visual.tech-scene { top: -18px; margin-top: .5rem; min-height: 500px; }
  .browser-card { top: calc(48% + var(--mobile-shift)); }
  .tech-radar { top: 0; width: min(92vw, 410px); opacity: .8; }
  .scene-data-streams { inset: -4% -2%; }
  .holo-cube { top: -1%; right: 6%; width: 66px; height: 66px; }
  .tech-chip-code { display: flex; left: 1%; top: 14%; bottom: auto; }
  .tech-chip-speed { display: flex; right: 0; top: 38%; }
  .tech-chip-seo { display: flex; left: 5%; top: auto; bottom: 8%; }
  .mobile-tech-status { display: flex; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 490px; height: 490px; }
}

@media (max-width: 560px) {
  .hero-tech {
    min-height: auto;
    padding-bottom: 3.4rem;
    background:
      radial-gradient(circle at 82% 52%, rgba(21,156,255,.26), transparent 32%),
      radial-gradient(circle at 5% 18%, rgba(37,199,198,.17), transparent 28%),
      linear-gradient(150deg, #02070f 0%, #06172b 48%, #03101d 100%);
  }
  .hero-tech::before { opacity: .35; background-size: 42px 42px; transform: perspective(620px) rotateX(60deg) scale(1.85) translateY(18%); }
  .hero-scan-grid { opacity: .56; }
  .hero-beam-two { display: block; right: 33%; top: 44%; height: 38%; opacity: .38; }
  .hero-beam-one { right: 8%; height: 62%; }
  .hero-copy::before { width: 220px; height: 220px; left: -125px; top: 18%; }
  .hero h1 { font-size: clamp(2.35rem, 12.8vw, 3.45rem); text-shadow: 0 15px 48px rgba(0,0,0,.48), 0 0 34px rgba(21,156,255,.07); }
  .hero .eyebrow span { box-shadow: 0 0 14px var(--cyan-400); animation: eyebrowPulse 2.8s ease-in-out infinite; }
  .hero-actions .button { box-shadow: 0 15px 38px rgba(37,199,198,.31), 0 0 26px rgba(37,199,198,.1); }
  .hero-price-card { animation: mobilePriceGlow 5s ease-in-out infinite; }
  .hero-visual.tech-scene { top: -8px; min-height: 480px; margin-top: .9rem; }
  .browser-card { width: 94%; top: calc(47% + var(--mobile-shift)); animation: mobileSceneFloat 6s ease-in-out infinite; }
  .tech-scene.is-touching .browser-card { animation-play-state: paused; }
  .tech-radar { top: 2%; width: 350px; max-width: 96vw; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 420px; height: 420px; }
  .holo-cube { width: 60px; height: 60px; top: 1%; right: 8%; }
  .cube-front { transform: translateZ(30px); }
  .cube-back { transform: rotateY(180deg) translateZ(30px); }
  .cube-right { transform: rotateY(90deg) translateZ(30px); }
  .cube-left { transform: rotateY(-90deg) translateZ(30px); }
  .cube-top { transform: rotateX(90deg) translateZ(30px); }
  .cube-bottom { transform: rotateX(-90deg) translateZ(30px); }
  .tech-chip { font-size: .58rem; padding: .47rem .58rem; }
  .tech-chip-code { left: 0; top: 13%; }
  .tech-chip-speed { right: 0; top: 36%; }
  .tech-chip-seo { left: 2%; bottom: 8%; }
  .mobile-tech-status { bottom: 0; max-width: 96%; gap: .3rem; }
  .mobile-tech-status span { padding: .3rem .42rem; font-size: .46rem; }

  .trust-strip { overflow: hidden; }
  .trust-grid {
    width: min(calc(100% - 1rem), var(--container));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trust-grid > div {
    min-height: 88px;
    align-items: flex-start;
    gap: .62rem;
    padding: 1rem .72rem;
    border-right: 1px solid rgba(255,255,255,.08);
  }
  .trust-grid > div:nth-child(2n) { border-right: 0; }
  .trust-grid span { flex: 0 0 auto; margin-top: .08rem; font-size: .68rem; }
  .trust-grid strong { display: block; font-size: .76rem; line-height: 1.28; }
  .trust-grid > div::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    right: .65rem;
    bottom: .65rem;
    border-radius: 50%;
    background: var(--cyan-400);
    box-shadow: 0 0 11px var(--cyan-400);
    animation: trustNodeMobile 3s ease-in-out infinite;
  }
  .trust-grid > div:nth-child(even)::after { animation-delay: -1.5s; }

  .problem, .process-section, .faq-section { overflow: hidden; }
  .problem::before, .process-section::before, .faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .45;
    background-image: linear-gradient(rgba(21,156,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(21,156,255,.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 78%, transparent);
  }
  .benefit-card, .process-card { border-color: rgba(37,199,198,.2); box-shadow: 0 20px 48px rgba(7,20,38,.1), 0 0 30px rgba(21,156,255,.035); }
  .package-orbit { width: 470px; height: 470px; right: -315px; opacity: .9; }
  .package-card { box-shadow: 0 34px 88px rgba(0,0,0,.32), 0 0 55px rgba(83,225,218,.1); }
  .services-backdrop img { animation-duration: 12s; }
  .services-data-lines i { animation-duration: 5.8s; }
  .service-row { border-color: rgba(112,222,255,.28); }
}

@media (max-width: 380px) {
  .hero-visual.tech-scene { min-height: 455px; }
  .browser-card { width: 96%; }
  .tech-chip-code { top: 11%; }
  .tech-chip-speed { top: 34%; }
  .tech-chip-seo { bottom: 10%; }
  .mobile-tech-status span:nth-child(2) { display: none; }
  .trust-grid strong { font-size: .72rem; }
}

@keyframes radarSweep { to { transform: rotate(360deg); } }
@keyframes radarNode { 0%,100% { opacity: .35; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.35); } }
@keyframes heroDataDrop { 0% { transform: translateY(-30%); opacity: 0; } 15% { opacity: .75; } 80% { opacity: .45; } 100% { transform: translateY(480%); opacity: 0; } }
@keyframes mobileSceneFloat {
  0%,100% { transform: translate(-50%, -50%) rotateY(-7deg) rotateX(3deg) translateY(0) scale(.99); }
  50% { transform: translate(-50%, -50%) rotateY(-2deg) rotateX(1deg) translateY(-12px) scale(1.015); }
}
@keyframes mobileCardScan { to { background-position: -240% 0; } }
@keyframes mobileIconPulse { 0%,100% { filter: brightness(1); } 50% { filter: brightness(1.18); box-shadow: 0 0 36px rgba(37,199,198,.25); } }
@keyframes mobilePriceGlow { 0%,100% { box-shadow: 0 18px 0 rgba(83,225,218,.09), 0 34px 80px rgba(0,0,0,.32), 0 0 42px rgba(37,199,198,.07); } 50% { box-shadow: 0 18px 0 rgba(83,225,218,.12), 0 38px 90px rgba(0,0,0,.38), 0 0 62px rgba(37,199,198,.16); } }
@keyframes eyebrowPulse { 0%,100% { opacity: .65; transform: scaleX(.75); transform-origin: left; } 50% { opacity: 1; transform: scaleX(1.15); } }
@keyframes trustNodeMobile { 0%,100% { opacity: .25; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.25); } }

@media (prefers-reduced-motion: reduce) {
  .radar-sweep, .radar-node, .scene-data-streams i, .browser-card, .benefit-card::before,
  .process-card::before, .package-card::before, .service-row::before, .icon-wrap,
  .process-icon, .hero-price-card, .hero .eyebrow span, .trust-grid > div::after { animation: none !important; }
}


/* Holograma visível já na primeira dobra do celular. */
.mobile-hero-hologram { display: none; }
@media (max-width: 560px) {
  .hero-copy { z-index: 2; }
  .hero-copy > :not(.mobile-hero-hologram) { position: relative; z-index: 2; }
  .mobile-hero-hologram {
    position: absolute;
    z-index: 1;
    top: 2.35rem;
    right: -3.2rem;
    width: 158px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    opacity: .72;
    filter: drop-shadow(0 0 34px rgba(21,156,255,.26));
    pointer-events: none;
  }
  .mobile-hero-hologram::before {
    content: "";
    position: absolute;
    inset: 15%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(83,225,218,.18), rgba(21,156,255,.07) 44%, transparent 72%);
    box-shadow: inset 0 0 30px rgba(83,225,218,.12), 0 0 42px rgba(21,156,255,.15);
    animation: mobileHoloBreathe 4.6s ease-in-out infinite;
  }
  .mobile-holo-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(112,222,255,.3); }
  .mobile-holo-ring-one { inset: 4%; animation: mobileHoloSpin 11s linear infinite; border-style: dashed; }
  .mobile-holo-ring-two { inset: 24%; border-color: rgba(122,92,255,.34); animation: mobileHoloSpin 7s linear infinite reverse; }
  .mobile-holo-orbit { position: absolute; inset: 8%; border-radius: 50%; animation: mobileHoloSpin 5.5s linear infinite; }
  .mobile-holo-orbit i { position: absolute; top: 4%; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 18px var(--cyan-400); }
  .mobile-hero-hologram strong {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(112,222,255,.4);
    border-radius: 18px;
    color: rgba(224,253,255,.9);
    background: linear-gradient(145deg, rgba(3,18,34,.82), rgba(10,59,87,.58));
    box-shadow: inset 0 0 24px rgba(21,156,255,.13), 0 0 28px rgba(83,225,218,.14);
    backdrop-filter: blur(8px);
    font-size: 1.08rem;
    letter-spacing: .08em;
    transform: rotate(-7deg);
    animation: mobileHoloCore 5s ease-in-out infinite;
  }
  .mobile-hero-hologram small {
    position: absolute;
    z-index: 3;
    bottom: 12%;
    padding: .24rem .44rem;
    border: 1px solid rgba(112,222,255,.2);
    border-radius: 999px;
    color: rgba(215,249,255,.68);
    background: rgba(3,18,34,.72);
    font-size: .38rem;
    font-weight: 900;
    letter-spacing: .1em;
    white-space: nowrap;
  }
}
@media (max-width: 380px) {
  .mobile-hero-hologram { right: -3.9rem; width: 145px; opacity: .62; }
}
@keyframes mobileHoloSpin { to { transform: rotate(360deg); } }
@keyframes mobileHoloBreathe { 0%,100% { transform: scale(.92); opacity: .65; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes mobileHoloCore { 0%,100% { transform: rotate(-7deg) translateY(0); } 50% { transform: rotate(3deg) translateY(-5px); } }
@media (prefers-reduced-motion: reduce) {
  .mobile-hero-hologram::before, .mobile-holo-ring, .mobile-holo-orbit, .mobile-hero-hologram strong { animation: none !important; }
}


/* ==========================================================================\n   V18 — correções de layout e impacto tecnológico ampliado\n   ========================================================================== */

/* Cena principal: mais alta, mais profunda e sem elementos escondidos. */
.tech-scene { --float-x: 0px; --float-y: 0px; --float-x2: 0px; --float-y2: 0px; --hud-x: 0px; --hud-y: 0px; }
.floating-card { z-index: 18; transform-style: preserve-3d; }
.floating-card-one { transform: translate3d(var(--float-x), var(--float-y), 150px); }
.floating-card-two {
  z-index: 20;
  right: 0;
  bottom: 0;
  transform: translate3d(var(--float-x2), var(--float-y2), 180px);
}
.tech-chip { z-index: 15; }
.holo-cube { z-index: 16; }
.browser-card { z-index: 8; }

.scene-hud {
  position: absolute;
  z-index: 13;
  top: 12%;
  left: auto;
  right: -1%;
  width: 190px;
  padding: .72rem .78rem;
  border: 1px solid rgba(112,222,255,.28);
  border-radius: 12px;
  color: rgba(228,251,255,.82);
  background: linear-gradient(135deg, rgba(3,18,34,.82), rgba(7,42,68,.58));
  box-shadow: 0 20px 50px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.07), 0 0 30px rgba(21,156,255,.08);
  backdrop-filter: blur(14px);
  transform: translate3d(var(--hud-x), var(--hud-y), 115px);
  transition: transform 100ms ease-out, border-color 220ms ease, box-shadow 220ms ease;
}
.scene-hud-status { display:flex; align-items:center; gap:.48rem; font-size:.56rem; font-weight:900; letter-spacing:.09em; }
.scene-hud-status i { width:7px; height:7px; border-radius:50%; background:var(--cyan-400); box-shadow:0 0 15px var(--cyan-400); animation:hudStatusPulse 1.8s ease-in-out infinite; }
.scene-hud-bars { display:flex; align-items:end; gap:4px; height:24px; margin:.58rem 0 .34rem; }
.scene-hud-bars i { flex:1; min-width:0; border-radius:2px 2px 0 0; background:linear-gradient(to top,var(--electric-blue),var(--cyan-400)); box-shadow:0 0 10px rgba(83,225,218,.22); animation:hudBar 2.7s ease-in-out infinite; }
.scene-hud-bars i:nth-child(1){height:32%;animation-delay:-.2s}.scene-hud-bars i:nth-child(2){height:64%;animation-delay:-1.1s}.scene-hud-bars i:nth-child(3){height:45%;animation-delay:-1.8s}.scene-hud-bars i:nth-child(4){height:88%;animation-delay:-.7s}.scene-hud-bars i:nth-child(5){height:58%;animation-delay:-2.2s}.scene-hud-bars i:nth-child(6){height:76%;animation-delay:-1.4s}
.scene-hud small { display:block; color:rgba(191,235,247,.52); font-size:.43rem; font-weight:850; letter-spacing:.1em; }
.tech-scene.is-interacting .scene-hud { border-color:rgba(83,225,218,.62); box-shadow:0 25px 65px rgba(0,0,0,.34),0 0 42px rgba(21,156,255,.18); }

.scene-crosshair {
  position:absolute;
  z-index:2;
  top:50%;
  left:50%;
  width:118%;
  height:118%;
  transform:translate(-50%,-50%);
  pointer-events:none;
  opacity:.42;
}
.scene-crosshair::before,.scene-crosshair::after { content:""; position:absolute; background:linear-gradient(90deg,transparent,rgba(83,225,218,.18),transparent); }
.scene-crosshair::before { left:0; right:0; top:50%; height:1px; }
.scene-crosshair::after { top:0; bottom:0; left:50%; width:1px; background:linear-gradient(transparent,rgba(21,156,255,.18),transparent); }
.scene-crosshair span { position:absolute; inset:12%; border:1px solid rgba(112,222,255,.1); border-radius:50%; animation:crosshairBreathe 5.5s ease-in-out infinite; }
.scene-crosshair i { position:absolute; width:10px; height:10px; left:calc(50% - 5px); top:calc(50% - 5px); border:1px solid rgba(83,225,218,.5); border-radius:50%; box-shadow:0 0 18px rgba(83,225,218,.32); }

@media (min-width: 900px) {
  .hero-visual.tech-scene { top: -112px; min-height: 610px; }
  .browser-card { top: 46%; }
  .floating-card-one { top: 9%; left: -5%; }
  .floating-card-two { right: -1%; bottom: 3%; }
  .problem .section-copy { padding-top: 3.15rem; }
}

/* A linha solta acima dos serviços era herdada do layout original. */
.services-list { border-top: 0 !important; }

/* Continuidade visual tecnológica nas seções claras. */
.problem,.process,.faq-section {
  isolation:isolate;
  background:
    radial-gradient(circle at 92% 8%, rgba(21,156,255,.075), transparent 22rem),
    radial-gradient(circle at 5% 92%, rgba(37,199,198,.055), transparent 20rem),
    linear-gradient(180deg,#fff,#f7fbfe 48%,#fff);
}
.problem::after,.process::after,.faq-section::after {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(21,156,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(21,156,255,.026) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent);
}
.section-tech-rail {
  position:absolute;
  z-index:1;
  top:1.45rem;
  right:max(1rem,calc((100vw - var(--container))/2));
  width:min(310px,28vw);
  height:22px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18%;
  pointer-events:none;
  opacity:.72;
}
.section-tech-rail i { position:absolute; left:0; right:0; top:50%; height:1px; background:linear-gradient(90deg,transparent,rgba(21,156,255,.18),rgba(83,225,218,.55)); }
.section-tech-rail span { position:relative; width:7px; height:7px; border-radius:50%; border:1px solid rgba(37,199,198,.75); background:#fff; box-shadow:0 0 0 4px rgba(83,225,218,.05),0 0 18px rgba(37,199,198,.28); animation:sectionNode 3.2s ease-in-out infinite; }
.section-tech-rail span:nth-of-type(2){animation-delay:-1.05s}.section-tech-rail span:nth-of-type(3){animation-delay:-2.1s}

@media (max-width: 899px) {
  .problem .section-copy { padding-top: 0; }
  .hero-visual.tech-scene {
    width:calc(100% + 2rem);
    margin-left:-1rem;
    padding-inline:1rem;
    border-top:1px solid rgba(112,222,255,.08);
    border-bottom:1px solid rgba(112,222,255,.08);
    background:radial-gradient(circle at 55% 47%,rgba(21,156,255,.11),transparent 42%);
  }
  .floating-card-two { right: 1rem; bottom: 2.5%; }
  .scene-hud { top:8%; left:1rem; width:160px; }
}

@media (max-width: 560px) {
  /* Menos vazio antes dos títulos nas três seções citadas. */
  .problem,.process,.faq-section { padding-top:2.5rem; padding-bottom:3.75rem; }
  .problem .split-grid,.process .section-heading,.faq-grid { position:relative; z-index:2; }
  .section-tech-rail { top:.8rem; right:1rem; width:132px; height:18px; gap:22%; opacity:.82; }
  .section-tech-rail span { width:6px; height:6px; }

  /* Organização da cena mobile: nenhum selo sobre outro. */
  .hero-visual.tech-scene { top:-4px; min-height:525px; margin-top:.65rem; }
  .browser-card { top:48%; width:92%; }
  .tech-chip-code { left:1rem; top:2.5%; bottom:auto; }
  .tech-chip-speed { right:1rem; top:25%; }
  .tech-chip-seo { left:1rem; top:auto; bottom:12%; }
  .floating-card-one { left:2rem; top:auto; bottom:24%; }
  .floating-card-two { right:2rem; bottom:3.5%; }
  .scene-hud { top:11%; left:auto; right:2rem; width:126px; padding:.58rem .62rem; }
  .scene-hud-status { font-size:.45rem; }
  .scene-hud-bars { height:18px; margin:.42rem 0 .25rem; }
  .scene-hud small { font-size:.34rem; }
  .holo-cube { top:0; right:9%; }
  .mobile-tech-status { bottom:-1%; }
  .mobile-tech-status span { font-size:.5rem; padding:.34rem .48rem; }

  .problem .section-heading h2,.process .section-heading h2,.faq-section .section-heading h2 { text-wrap:balance; }
  .problem .benefits-grid { margin-top:2.4rem; }
  .process-grid { margin-top:2.5rem; }
  .faq-list { margin-top:.4rem; }
}

@media (max-width: 380px) {
  .hero-visual.tech-scene { min-height:510px; }
  .scene-hud { width:116px; top:10%; }
  .tech-chip-code { top:1.5%; }
  .tech-chip-speed { top:24%; }
  .floating-card-one { bottom:25%; }
  .tech-chip-seo { bottom:13%; }
  .floating-card-two { bottom:4%; }
}

@keyframes hudStatusPulse { 0%,100%{opacity:.45;transform:scale(.78)}50%{opacity:1;transform:scale(1.25)} }
@keyframes hudBar { 0%,100%{transform:scaleY(.55);filter:brightness(.8)}50%{transform:scaleY(1.08);filter:brightness(1.35)} }
@keyframes crosshairBreathe { 0%,100%{transform:scale(.94);opacity:.35}50%{transform:scale(1.04);opacity:.75} }
@keyframes sectionNode { 0%,100%{transform:scale(.7);opacity:.35}50%{transform:scale(1.2);opacity:1} }

@media (prefers-reduced-motion: reduce) {
  .scene-hud-status i,.scene-hud-bars i,.scene-crosshair span,.section-tech-rail span { animation:none !important; }
}


.hero-title-accent {
  color: transparent;
  background: linear-gradient(100deg,#ffffff 0%,#8ff8f0 26%,#42c8ff 58%,#8b7cff 82%,#ffffff 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(83,225,218,.13));
  animation: heroTitleFlow 7s ease-in-out infinite;
}
@keyframes heroTitleFlow { 0%,100%{background-position:0% 50%}50%{background-position:100% 50%} }
@media (max-width:560px){
  .mobile-hero-hologram { width:205px; right:-5.8rem; top:3.8rem; opacity:.86; }
  .mobile-hero-hologram strong { width:70px; height:70px; font-size:1.16rem; box-shadow:inset 0 0 28px rgba(21,156,255,.18),0 0 42px rgba(83,225,218,.2); }
  .hero-title-accent { filter:drop-shadow(0 0 22px rgba(83,225,218,.18)); }
}
@media (max-width:380px){ .mobile-hero-hologram { width:184px; right:-5.7rem; } }
@media (prefers-reduced-motion:reduce){ .hero-title-accent{animation:none} }


/* V18.1 — conteúdo essencial nunca fica invisível ao chegar rápido à seção. */
@media (max-width:560px){
  .js-enabled .section-heading.reveal,
  .js-enabled .section-copy.reveal,
  .js-enabled .services-copy.reveal,
  .js-enabled .contact-copy.reveal { opacity:1; transform:none; }
  .tech-chip-speed { right:3rem; }
  .floating-card-two { bottom:8%; }
}
@media (min-width:900px){ .tech-chip-seo { top:21%; left:12%; } }


/* ==========================================================================
   V19 — posição estável do selo SEO e ajuste do WhatsApp no mobile
   ========================================================================== */

/*
 * O selo “SEO técnico” permanece sobre a cena, no quadrante inferior direito,
 * sem ser encoberto pela janela animada ou pelos elementos 3D.
 */
.tech-chip-seo {
  z-index: 32;
  top: auto;
  right: 1.25rem;
  bottom: 5.25rem;
  left: auto;
  pointer-events: none;
  isolation: isolate;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .38),
    0 0 28px rgba(21, 156, 255, .16),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

/* Evita que regras antigas do desktop devolvam o selo para o topo. */
@media (min-width: 900px) {
  .tech-chip-seo {
    top: auto;
    right: 1.25rem;
    bottom: 5.25rem;
    left: auto;
  }
}

/* No mobile, o selo fica acima do card “Conectada”, sem sobreposição. */
@media (max-width: 560px) {
  .tech-chip-seo {
    display: flex;
    top: auto;
    right: 1rem;
    bottom: 16%;
    left: auto;
  }

  /*
   * O botão flutuante sobe um pouco para não ficar colado à borda inferior
   * e para respeitar melhor a área segura dos celulares.
   */
  .quick-whatsapp {
    bottom: calc(1.75rem + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 380px) {
  .tech-chip-seo {
    right: .8rem;
    bottom: 17%;
  }

  .quick-whatsapp {
    bottom: calc(1.55rem + env(safe-area-inset-bottom, 0px));
  }
}


/* ==========================================================================
   V20 — correção definitiva do selo SEO + desempenho e WhatsApp mobile
   ========================================================================== */

/*
 * A janela 3D usa translateZ. O z-index sozinho não vence a profundidade do
 * cenário. O selo recebe uma camada 3D própria, sem animação que sobrescreva
 * o transform, e permanece sempre visível sobre a janela.
 */
.tech-scene { isolation: isolate; }
.tech-chip-seo {
  z-index: 999 !important;
  animation: none !important;
  transform: translate3d(0, 0, 260px) !important;
  backface-visibility: hidden;
  will-change: auto;
}

/* WhatsApp: texto completo no desktop; botão compacto no celular. */
.quick-whatsapp-label {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  transition: max-width 220ms ease, opacity 180ms ease, margin 220ms ease;
}

@media (max-width: 768px) {
  .quick-whatsapp {
    width: 54px;
    min-width: 54px;
    min-height: 54px;
    justify-content: center;
    gap: 0;
    padding: 0;
    border-radius: 999px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    contain: layout paint;
  }
  .quick-whatsapp-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
  .quick-whatsapp-label {
    max-width: 0;
    margin-left: 0;
    opacity: 0;
  }
  .quick-whatsapp.is-expanded,
  .quick-whatsapp:focus-visible {
    width: auto;
    min-width: 54px;
    justify-content: flex-start;
    gap: .62rem;
    padding: 0 .92rem 0 .5rem;
  }
  .quick-whatsapp.is-expanded .quick-whatsapp-label,
  .quick-whatsapp:focus-visible .quick-whatsapp-label {
    max-width: 8rem;
    opacity: 1;
  }
}

/*
 * Perfil leve para celulares: remove trabalho contínuo de canvas, parallax,
 * filtros e animações de pintura. Mantém profundidade visual e apenas um
 * movimento 3D lento, baseado em transform, que é mais barato para a GPU.
 */
@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  .tech-particles,
  .scene-data-streams,
  .scene-crosshair,
  .services-data-lines,
  .hero-beam-two,
  .orbit-two,
  .scene-hud-bars {
    display: none !important;
  }

  .hero-scan-grid,
  .hero-beam-one,
  .radar-sweep,
  .radar-node,
  .orbit,
  .orbit-one::before,
  .orbit-two::before,
  .tech-chip,
  .browser-card,
  .hero-price-card,
  .hero-price-card::after,
  .benefit-card::before,
  .process-card::before,
  .package-card::before,
  .service-row::before,
  .icon-wrap,
  .process-icon,
  .trust-grid > div::after,
  .section-tech-rail span,
  .scene-hud-status i,
  .services-backdrop img,
  .code-orb,
  .package-orbit i,
  .process-energy-line::after,
  .hero-title-accent {
    animation: none !important;
  }

  /* Um único movimento contínuo, apenas com transform. */
  .cube-core {
    animation: cubeSpin 28s linear infinite !important;
  }
  .mobile-holo-ring-one {
    animation: mobileHoloSpin 24s linear infinite !important;
  }
  .mobile-holo-ring-two,
  .mobile-holo-orbit,
  .mobile-hero-hologram::before,
  .mobile-hero-hologram strong {
    animation: none !important;
  }

  .hero-price-card,
  .glass-3d,
  .tech-chip,
  .service-row,
  .contact-form,
  .quick-whatsapp {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .holo-cube,
  .hero-title-accent,
  .services-data-lines i {
    filter: none !important;
  }

  .services-backdrop img {
    transform: none !important;
  }

  .browser-card {
    transform: translate(-50%, -50%) rotateY(-4deg) rotateX(2deg) !important;
    will-change: auto;
  }

  .tech-radar,
  .mobile-hero-hologram,
  .holo-cube {
    will-change: auto;
  }

  /* Adia a renderização das seções fora da primeira dobra. */
  main > section:not(.hero-tech):not(.trust-strip) {
    content-visibility: auto;
    contain-intrinsic-size: 760px;
  }
}

@media (max-width: 560px) {
  .tech-chip-seo {
    transform: translate3d(0, 0, 280px) !important;
  }

  .quick-whatsapp {
    right: .85rem;
    bottom: calc(1.8rem + env(safe-area-inset-bottom, 0px));
  }
}

/* ========================================================================== 
   V21 — composição da cena: selo Performance, cubo central e mobile
   ========================================================================== */

/* O selo SEO foi removido do HTML. Mantemos a regra apenas como salvaguarda
   caso alguma versão antiga do navegador permaneça em cache. */
.tech-chip-seo { display: none !important; }

/* Performance passa a ocupar o quadrante superior esquerdo, sobre a cena,
   equilibrando visualmente o HUD da direita sem encobrir a janela central. */
.tech-chip-speed {
  z-index: 38 !important;
  top: 17%;
  right: auto;
  bottom: auto;
  left: 7%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  animation: performanceChipFloat 4.8s ease-in-out infinite !important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.34),
    0 0 30px rgba(83,225,218,.14),
    inset 0 1px 0 rgba(255,255,255,.08);
}
.tech-chip-speed::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 18%, rgba(126,246,255,.18) 44%, transparent 68%);
  transform: translateX(-125%);
  animation: performanceChipSweep 5.6s ease-in-out infinite;
}

/* Cubo centralizado na área superior da composição para assumir mais
   protagonismo sem disputar espaço com os cards laterais. */
.holo-cube {
  top: 5%;
  right: auto;
  left: 50%;
  margin-left: -38px;
  z-index: 34;
}

@media (min-width: 900px) {
  .holo-cube {
    top: 6%;
    right: auto;
    left: 50%;
    margin-left: -38px;
  }
  .tech-chip-speed {
    top: 18%;
    right: auto;
    left: 5%;
  }
}

/* No mobile, o cubo sobe e fica centrado para não cobrir o painel
   “SISTEMA WEB ATIVO”. O selo Performance permanece leve e afastado do HUD. */
@media (max-width: 768px) {
  .holo-cube {
    top: -7%;
    right: auto;
    left: 50%;
    margin-left: -30px;
    z-index: 36;
  }
  .tech-chip-speed {
    display: flex;
    top: 16%;
    right: auto;
    left: .85rem;
    animation: performanceChipFloatMobile 6.2s ease-in-out infinite !important;
  }
  .tech-chip-speed::after {
    animation-duration: 7.5s;
  }
}

@media (max-width: 560px) {
  .holo-cube {
    top: -9%;
    left: 50%;
    margin-left: -26px;
  }
  .tech-chip-speed {
    top: 17%;
    left: .75rem;
    right: auto;
  }
}

@media (max-width: 380px) {
  .holo-cube {
    top: -10%;
    margin-left: -25px;
  }
  .tech-chip-speed {
    top: 18%;
    left: .65rem;
  }
}

@keyframes performanceChipFloat {
  0%,100% { transform: translate3d(0,0,235px) rotate(-1deg); }
  50% { transform: translate3d(8px,-11px,250px) rotate(1deg); }
}
@keyframes performanceChipFloatMobile {
  0%,100% { transform: translate3d(0,0,80px); }
  50% { transform: translate3d(5px,-6px,90px); }
}
@keyframes performanceChipSweep {
  0%,55% { transform: translateX(-125%); opacity: 0; }
  68% { opacity: 1; }
  88%,100% { transform: translateX(125%); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .tech-chip-speed,
  .tech-chip-speed::after { animation: none !important; }
}


/* ========================================================================== 
   V22 — margens dos cards de serviços e transições tecnológicas no mobile
   ========================================================================== */

/* Mantém número, conteúdo e seta afastados das bordas internas dos cards. */
.services-list .service-row {
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  column-gap: 1rem;
  padding: 1.55rem 1.45rem;
}
.services-list .service-row > div { min-width: 0; }
.services-list .service-row > span {
  padding-top: .12rem;
  line-height: 1.2;
}
.services-list .service-row i {
  width: 24px;
  justify-self: end;
  align-self: start;
  text-align: right;
}

@media (max-width: 768px) {
  .services-list { gap: .9rem; }
  .services-list .service-row {
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    column-gap: .75rem;
    padding: 1.25rem 1rem 1.25rem 1.05rem;
  }
  .services-list .service-row h3 { line-height: 1.25; }
  .services-list .service-row p { line-height: 1.6; }
  .services-list .service-row i {
    width: 20px;
    font-size: 1rem;
  }
}

/* Transições leves: só opacity e transform, preservando o desempenho. */
@media (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .js-enabled .section-heading.reveal,
  .js-enabled .section-copy.reveal,
  .js-enabled .services-copy.reveal,
  .js-enabled .contact-copy.reveal {
    opacity: .12;
    transform: translate3d(0, 22px, 0) scale(.985);
    transition: opacity 620ms cubic-bezier(.22,.72,.2,1),
                transform 680ms cubic-bezier(.22,.72,.2,1);
  }
  .js-enabled .section-heading.reveal.is-visible,
  .js-enabled .section-copy.reveal.is-visible,
  .js-enabled .services-copy.reveal.is-visible,
  .js-enabled .contact-copy.reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  main > section.section-transition {
    position: relative;
  }
  main > section.section-transition::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 7%;
    width: 86%;
    height: 1px;
    pointer-events: none;
    opacity: 0;
    transform: scaleX(.08);
    transform-origin: left center;
    background: linear-gradient(90deg,
      transparent,
      rgba(83,225,218,.18) 8%,
      rgba(83,225,218,.9) 42%,
      rgba(72,151,255,.72) 72%,
      transparent);
    box-shadow: 0 0 18px rgba(83,225,218,.26);
  }
  main > section.section-transition::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -26px;
    left: 50%;
    width: min(82vw, 360px);
    height: 74px;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%) scale(.72);
    background: radial-gradient(ellipse at center,
      rgba(83,225,218,.12),
      rgba(21,156,255,.05) 44%,
      transparent 72%);
  }
  main > section.section-transition.is-section-visible::before {
    animation: mobileSectionSweep 920ms cubic-bezier(.16,.8,.25,1) both;
  }
  main > section.section-transition.is-section-visible::after {
    animation: mobileSectionGlow 980ms ease-out both;
  }

  .section-transition .eyebrow span {
    transform-origin: left center;
  }
  .section-transition.is-section-visible .eyebrow span {
    animation: mobileEyebrowSignal 900ms 100ms ease-out both;
  }

  /* Entrada escalonada de cards e blocos, sem filtros pesados. */
  .benefits-grid .benefit-card:nth-child(2),
  .process-grid .process-card:nth-child(2),
  .services-list .service-row:nth-child(2) { transition-delay: 90ms; }
  .benefits-grid .benefit-card:nth-child(3),
  .process-grid .process-card:nth-child(3),
  .services-list .service-row:nth-child(3) { transition-delay: 170ms; }
  .benefits-grid .benefit-card:nth-child(4),
  .process-grid .process-card:nth-child(4) { transition-delay: 250ms; }

  .faq-section.section-transition details {
    opacity: .15;
    transform: translate3d(14px, 0, 0);
    transition: opacity 480ms ease, transform 560ms cubic-bezier(.22,.72,.2,1);
  }
  .faq-section.section-transition.is-section-visible details {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .faq-section.section-transition details:nth-child(2) { transition-delay: 70ms; }
  .faq-section.section-transition details:nth-child(3) { transition-delay: 140ms; }
  .faq-section.section-transition details:nth-child(4) { transition-delay: 210ms; }
}

@keyframes mobileSectionSweep {
  0% { opacity: 0; transform: scaleX(.08); }
  28% { opacity: 1; }
  72% { opacity: .8; transform: scaleX(1); }
  100% { opacity: .16; transform: scaleX(1); }
}
@keyframes mobileSectionGlow {
  0% { opacity: 0; transform: translateX(-50%) scale(.72); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translateX(-50%) scale(1.12); }
}
@keyframes mobileEyebrowSignal {
  0% { transform: scaleX(.18); box-shadow: 0 0 0 rgba(83,225,218,0); }
  62% { transform: scaleX(1.15); box-shadow: 0 0 18px rgba(83,225,218,.5); }
  100% { transform: scaleX(1); box-shadow: 0 0 0 rgba(83,225,218,0); }
}

@media (max-width: 380px) {
  .services-list .service-row {
    grid-template-columns: 30px minmax(0, 1fr) 18px;
    column-gap: .62rem;
    padding-inline: .85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  main > section.section-transition::before,
  main > section.section-transition::after,
  .section-transition .eyebrow span,
  .faq-section.section-transition details {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}
