:root {
  --blue: #3498db;
  --blue-dark: #294680;
  --blue-deeper: #223b70;
  --text: #223b70;
  --muted: #5f7394;
  --border: rgba(34, 59, 112, 0.42);
  --soft-border: rgba(34, 59, 112, 0.18);
  --surface: #ffffff;
  --section: #f5f7fb;
  --container: 1280px;
  --radius: 25px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Nunito Sans", "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.topbar {
  background: var(--blue-dark);
  color: #fff;
  font-size: 12px;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 39px;
}

.site-header {
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid rgba(34, 59, 112, 0.08);
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 118px;
}

.brand {
  width: 195px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 28px;
}

.nav-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex: 1;
}

.nav-group > a {
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.nav-group > a.active,
.nav-group > a:hover {
  color: var(--blue);
}

.support-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 34px;
  border: 0;
  border-radius: 25px;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.support-button {
  min-height: 54px;
  min-width: 186px;
}

.support-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #fff;
  flex: 0 0 18px;
}

.support-badge svg {
  display: block;
  width: 18px;
  height: 18px;
}

.button.primary {
  background: var(--blue);
}

.button.block {
  width: 100%;
}

.button.small-cta {
  min-height: 42px;
  padding: 0 24px;
  font-size: 12px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-home,
.page-banner {
  position: relative;
  overflow: hidden;
}

.banner-particles-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.95;
}

.hero-home::before,
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18)),
    var(--hero-bg, var(--banner-bg));
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18)),
    var(--hero-bg, var(--banner-bg));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.page-banner {
  min-height: 390px;
}

.hero-home-inner,
.page-banner-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: inherit;
  z-index: 1;
}

.hero-home-inner {
  justify-content: flex-start;
}

.hero-copy,
.page-banner-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
  color: #fff;
  padding: 70px 0;
}

.hero-copy {
  max-width: 760px;
  padding: 56px 0;
  margin: 0;
  text-align: left;
}

.hero-copy h1,
.page-banner-copy h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 66px;
  line-height: 1.02;
  font-weight: 900;
}

.hero-copy h1 {
  font-size: 78px;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.page-banner-copy h1 {
  font-size: 52px;
}

.hero-copy p,
.page-banner-copy p {
  max-width: 700px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 20px;
  line-height: 1.8;
}

.hero-copy p {
  max-width: 640px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.95;
}

.hero-copy .button {
  min-width: 216px;
  box-shadow: 0 16px 34px rgba(52, 152, 219, 0.24);
}

.page-banner-copy p {
  max-width: 520px;
}

.home-about-band {
  position: relative;
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #2b4680, #2d4a88);
  color: #fff;
}

.home-about-band::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 32%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.home-about-band .container {
  position: relative;
  z-index: 1;
}

.home-band-heading {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto 30px;
  text-align: center;
}

.home-band-heading h2,
.section-title-centered,
.panel-heading h2,
.video-heading h2 {
  margin: 0;
  font-size: 58px;
  line-height: 1.06;
  font-weight: 900;
}

.home-band-heading p:last-child {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 20px;
}

.home-card-grid,
.outline-card-grid,
.solid-card-grid,
.blog-grid,
.service-tile-grid {
  display: grid;
  gap: 22px;
}

.home-card-grid,
.outline-card-grid,
.solid-card-grid,
.service-tile-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-card {
  overflow: hidden;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(18, 34, 74, 0.18);
}

.home-card img {
  aspect-ratio: 708 / 472;
  object-fit: cover;
}

.home-card-body {
  padding: 22px 24px 18px;
  text-align: center;
}

.home-card-body h3 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
}

.home-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.home-card-body a {
  display: inline-block;
  margin-top: 18px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.presence-section,
.content-surface,
.clients-awards-section {
  position: relative;
  padding: 64px 0;
  background: #fff;
}

.presence-section::before,
.with-shape::before,
.clients-awards-section::after,
.video-surface::after {
  content: "";
  position: absolute;
  background: #f4f5f8;
  opacity: 0.88;
  pointer-events: none;
}

.presence-section::before,
.clients-awards-section::after {
  top: 90px;
  right: -140px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
}

.with-shape::before,
.video-surface::after {
  top: 120px;
  right: 0;
  width: 360px;
  height: 360px;
  clip-path: ellipse(44% 50% at 50% 50%);
}

.presence-layout,
.split-section {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px;
}

.split-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.narrow-content,
.generic-section-stack {
  display: grid;
  gap: 28px;
}

.narrow-copy-wrap {
  max-width: 980px;
}

.presence-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "map network"
    "noc-copy noc-media";
  column-gap: 42px;
  row-gap: 56px;
  align-items: center;
}

.presence-card {
  min-width: 0;
}

.presence-map {
  grid-area: map;
}

.presence-network-copy {
  grid-area: network;
}

.presence-noc-copy {
  grid-area: noc-copy;
}

.presence-noc-media {
  grid-area: noc-media;
}

.presence-image,
.rounded-media,
.media-outline-card {
  border-radius: 25px;
  overflow: hidden;
}

.presence-image img,
.rounded-media img,
.media-outline-card img {
  aspect-ratio: 708 / 472;
  object-fit: cover;
}

.presence-image.bordered,
.media-outline-card {
  border: 2px solid #0092cc;
}

.presence-card .presence-copy {
  max-width: 520px;
}

.presence-network-copy,
.presence-noc-copy {
  display: flex;
  align-items: center;
}

.presence-copy h3,
.text-column h2,
.text-column h3,
.contact-info-panel h3 {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 900;
  color: var(--blue-dark);
}

.presence-copy h3 {
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.04;
}

.presence-copy p,
.text-column p,
.solid-card p,
.outline-card p,
.blog-card-body p,
.footer-contact-group span,
.footer-contact-group small,
.footer-column a,
.article-layout p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.presence-copy .button {
  min-width: 206px;
  margin-top: 16px;
}

.services-home-panel,
.dark-story-panel {
  position: relative;
  padding: 74px 0 82px;
  background: var(--blue-dark);
  color: #fff;
}

.services-home-panel::before,
.dark-story-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 24%, rgba(108, 180, 255, 0.2), transparent 18%),
    radial-gradient(circle at 78% 42%, rgba(108, 180, 255, 0.14), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%);
  opacity: 0.55;
}

.panel-heading,
.dark-story-header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 28px;
}

.panel-heading h2,
.dark-story-header h2,
.dark-story-header p,
.dark-text h3,
.dark-text p {
  color: #fff;
}

.panel-heading h2,
.dark-story-header h2 {
  font-size: 36px;
}

.service-tile {
  position: relative;
  z-index: 1;
  padding: 34px 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 25px;
  text-align: center;
}

.service-tile h3 {
  margin: 18px 0 18px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

.service-tile p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.85;
}

.service-tile a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  min-height: 36px;
  margin-top: 16px;
  border-radius: 18px;
  background: #fff;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.service-tile-icon,
.mini-icon {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  border: 2px solid rgba(52, 152, 219, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--blue);
}

.mini-icon.light {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.service-tile-icon {
  width: 48px;
  height: 48px;
}

.footer-contact-icon svg,
.mini-icon svg,
.service-tile-icon svg {
  display: block;
}

.logo-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: logo-carousel-scroll 24s linear infinite;
}

.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  flex: 0 0 228px;
  min-height: 112px;
  padding: 18px;
  border-radius: 18px;
  background: #f5f7fb;
}

.logo-card img {
  max-width: 150px;
  max-height: 46px;
  object-fit: contain;
}

@keyframes logo-carousel-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.section-title-centered {
  margin-bottom: 36px;
  color: var(--blue-dark);
  text-align: center;
  font-size: 36px;
}

.content-surface.compact-top {
  padding-top: 16px;
}

.large-copy p {
  margin: 0 0 14px;
}

.centered-button {
  margin: 28px auto 0;
}

.media-cta-column {
  text-align: center;
}

.outline-card,
.solid-card,
.blog-card,
.contact-form,
.contact-info-panel {
  position: relative;
  z-index: 1;
  border-radius: 25px;
}

.outline-card {
  padding: 22px 24px 24px;
  border: 1px solid var(--border);
  background: #fff;
  text-align: center;
}

.outline-card.text-left {
  text-align: left;
}

.outline-card h3,
.solid-card h3,
.blog-card-body h3 {
  margin: 12px 0 10px;
  color: var(--blue-dark);
  font-size: 24px;
  font-weight: 800;
}

.outline-card-grid.six-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.outline-card-grid.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.center-card {
  min-height: 220px;
}

.service-intro {
  padding-bottom: 10px;
}

.service-copy p {
  font-size: 18px;
}

.service-overview {
  align-items: center;
}

.service-overview .service-copy h2 {
  font-size: 42px;
  line-height: 1.06;
}

.service-bullet-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.service-bullet-item {
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid rgba(34, 59, 112, 0.14);
  background: #fff;
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.service-main-media img {
  min-height: 360px;
}

.service-spec-card {
  min-height: 100%;
}

.bordered-media {
  border: 2px solid #0092cc;
}

.fibra-benefit-split {
  align-items: center;
}

.fibra-benefit-copy h2 {
  margin-bottom: 28px;
  font-size: 40px;
  line-height: 1.08;
}

.fibra-benefit-list {
  margin: 18px 0 0;
  padding-left: 30px;
}

.fibra-benefit-list li {
  color: var(--text);
  font-size: 18px;
  line-height: 1.9;
}

.fibra-benefit-list li + li {
  margin-top: 8px;
}

.fibra-visual-card {
  position: relative;
  min-height: 390px;
  border: 2px solid #00a0df;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(107, 153, 255, 0.28), transparent 22%),
    radial-gradient(circle at 82% 28%, rgba(76, 142, 255, 0.22), transparent 20%),
    radial-gradient(circle at 72% 82%, rgba(47, 116, 206, 0.28), transparent 30%),
    linear-gradient(180deg, #0f214c 0%, #0b1737 100%);
  box-shadow: inset 0 0 80px rgba(72, 144, 255, 0.12);
}

.fibra-visual-card::before,
.fibra-visual-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(71, 133, 214, 0.14);
}

.fibra-visual-card::before {
  right: -42px;
  bottom: -40px;
  width: 220px;
  height: 220px;
}

.fibra-visual-card::after {
  right: 48px;
  bottom: 18px;
  width: 120px;
  height: 120px;
}

.fibra-visual-core {
  position: absolute;
  inset: 0;
}

.fibra-glow {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.9;
}

.fibra-glow-a {
  top: 36px;
  left: 48px;
  width: 92px;
  height: 30px;
  background: rgba(111, 154, 255, 0.56);
}

.fibra-glow-b {
  top: 78px;
  right: 56px;
  width: 40px;
  height: 40px;
  background: rgba(111, 195, 255, 0.46);
}

.fibra-glow-c {
  top: 110px;
  left: 50%;
  width: 260px;
  height: 260px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(67, 167, 255, 0.18), rgba(67, 167, 255, 0));
  filter: blur(0);
}

.fibra-arrow-stem,
.fibra-arrow-shaft {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.fibra-arrow-stem {
  top: 92px;
  width: 86px;
  height: 214px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(43, 177, 255, 0.18), rgba(43, 177, 255, 0.3));
  border: 2px solid rgba(100, 212, 255, 0.9);
  box-shadow:
    0 0 22px rgba(49, 170, 255, 0.5),
    inset 0 0 26px rgba(121, 225, 255, 0.35);
}

.fibra-arrow-shaft {
  top: 120px;
  width: 10px;
  height: 198px;
  background: linear-gradient(180deg, rgba(150, 232, 255, 0.95), rgba(34, 170, 255, 0.9));
  box-shadow: 0 0 22px rgba(105, 220, 255, 0.8);
}

.fibra-arrow-head {
  position: absolute;
  top: 86px;
  left: 50%;
  width: 128px;
  height: 128px;
  border-top: 4px solid rgba(144, 234, 255, 0.95);
  box-shadow: 0 0 18px rgba(82, 196, 255, 0.68);
}

.fibra-arrow-left {
  transform: translateX(-100%) rotate(45deg);
  border-left: 4px solid rgba(144, 234, 255, 0.95);
}

.fibra-arrow-right {
  transform: rotate(-45deg);
  border-right: 4px solid rgba(144, 234, 255, 0.95);
}

.fibra-highlight-card h3 {
  margin-top: 0;
}

.fibra-overview {
  align-items: center;
}

.dark-story-header {
  max-width: 980px;
  margin: 0 auto 26px;
}

.dark-story-header p {
  color: rgba(255, 255, 255, 0.88);
}

.story-split {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}

.dark-text h3 {
  font-size: 28px;
}

.dark-text p {
  color: rgba(255, 255, 255, 0.9);
}

.solid-card-grid {
  position: relative;
  z-index: 1;
}

.solid-card {
  padding: 20px 22px;
  background: #fff;
}

.solid-card p {
  margin: 0;
}

.solutions-overview-surface {
  padding-top: 28px;
  background:
    radial-gradient(circle at top right, rgba(52, 152, 219, 0.08), transparent 26%),
    linear-gradient(180deg, #f7fafe 0%, #ffffff 100%);
}

.solutions-overview-stack {
  display: grid;
  gap: 28px;
}

.solutions-intro-panel {
  position: relative;
  overflow: hidden;
  padding: 34px 38px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
  border: 1px solid rgba(34, 59, 112, 0.08);
  box-shadow: 0 18px 40px rgba(34, 59, 112, 0.08);
}

.solutions-intro-panel::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 152, 219, 0.15), rgba(52, 152, 219, 0));
  pointer-events: none;
}

.solutions-intro-panel h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-size: 40px;
  line-height: 1.08;
  font-weight: 900;
}

.solutions-intro-panel p:last-child {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}

.solutions-immersive-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  position: relative;
  min-height: calc(100vh - 140px);
}

.solutions-stage-column {
  min-width: 0;
  grid-area: 1 / 1;
  position: relative;
  z-index: 2;
}

.solutions-stage-sticky {
  position: sticky;
  top: 124px;
  min-height: calc(100vh - 124px);
  display: flex;
  align-items: center;
}

.solutions-stage-frame {
  position: relative;
  width: min(100%, 700px);
  margin: 0 auto;
  padding: 26px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(90, 165, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #edf4ff 100%);
  border: 1px solid rgba(34, 59, 112, 0.08);
  box-shadow: 0 28px 56px rgba(34, 59, 112, 0.09);
}

.solutions-stage-laptop {
  position: relative;
  width: min(100%, 620px);
  margin: 0 auto;
  padding: 16px 16px 26px;
  border-radius: 26px 26px 18px 18px;
  background: linear-gradient(180deg, #202739 0%, #0d1322 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 34px 56px rgba(10, 20, 48, 0.24);
}

.solutions-stage-laptop::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: calc(100% + 50px);
  height: 18px;
  border-radius: 0 0 26px 26px;
  background: linear-gradient(180deg, #dde8f7 0%, #a5b8d4 100%);
  transform: translateX(-50%);
  box-shadow:
    0 18px 30px rgba(10, 20, 48, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.solutions-stage-laptop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 82px;
  height: 6px;
  border-radius: 999px;
  background: rgba(64, 86, 122, 0.34);
  transform: translateX(-50%);
}

.solutions-stage-screen {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(58, 127, 223, 0.22), transparent 24%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #13244e 0%, #0b1328 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.solutions-stage-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black 22%, transparent 85%);
  opacity: 0.5;
  pointer-events: none;
}

.solution-stage-panel {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 34px 30px 30px;
  opacity: 0;
  transform: translateY(18%) scale(0.98);
  pointer-events: none;
}

/* CSS fallback transitions for non-cinematic pages */
body:not([data-page="solucoes"]) .solution-stage-panel {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* On the cinematic page, GSAP handles all transitions */
body[data-page="solucoes"] .solution-stage-panel {
  transition: none;
}

.solution-stage-panel.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.solution-stage-panel.is-before {
  transform: translateY(-22%) scale(0.96);
}

.solution-stage-panel.is-after {
  transform: translateY(22%) scale(0.99);
}

.solution-stage-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.solution-stage-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 54px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #9fd0ff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.solution-stage-icon-wrap {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.solution-stage-icon-wrap .solution-device {
  transform: scale(1.08);
}

.solution-stage-copy {
  display: grid;
  gap: 14px;
}

.solution-stage-copy .eyebrow {
  margin: 0;
  color: #8fc7ff;
}

.solution-stage-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.02;
  font-weight: 900;
}

.solution-stage-kicker {
  margin: 0;
  color: #59afff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
}

.solution-stage-summary {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.8;
}

.solution-stage-list {
  display: grid;
  gap: 12px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.solution-stage-list li {
  padding: 10px 0;
  border-radius: 0;
  background: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.7;
  border: 0;
}

.solution-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.solution-showcase-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(115, 178, 255, 0.22);
  background: #fff;
  box-shadow:
    0 30px 55px rgba(34, 59, 112, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  transform:
    translateY(var(--card-shift, 0px))
    rotateX(var(--card-rotate-x, 0deg))
    rotateY(var(--card-rotate-y, 0deg));
  transform-style: preserve-3d;
  will-change: transform;
  isolation: isolate;
}

.solution-showcase-card:hover {
  border-color: rgba(115, 178, 255, 0.42);
  box-shadow:
    0 38px 70px rgba(20, 39, 82, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.solution-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background:
    radial-gradient(220px circle at var(--mouse-x, 50%) var(--mouse-y, 0%), rgba(255, 255, 255, 0.18), transparent 52%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.solution-showcase-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: 27px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.solution-showcase-card:hover::before {
  opacity: 1;
}

.solution-showcase-link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  z-index: 3;
}

.solution-showcase-media {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(127, 188, 255, 0.22), transparent 24%),
    linear-gradient(180deg, #35589d 0%, #274a8d 48%, #243f78 100%);
  perspective: 1200px;
}

.solution-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(10, 20, 48, 0.16) 100%);
}

.solution-showcase-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black 20%, transparent 82%);
  opacity: 0.5;
}

.solution-device {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

.solution-device-screen {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #0d1732 0%, #0a1124 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28),
    0 26px 44px rgba(10, 20, 48, 0.3);
}

.solution-device-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.1), transparent 32%),
    radial-gradient(circle at 30% 20%, rgba(84, 165, 255, 0.28), transparent 22%),
    radial-gradient(circle at 70% 80%, rgba(61, 128, 223, 0.2), transparent 28%);
}

.solution-device-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(circle at center, black 25%, transparent 90%);
  opacity: 0.48;
}

.solution-device-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
  opacity: 0.9;
}

.solution-device-orb-a {
  top: 18px;
  left: 24px;
  width: 54px;
  height: 54px;
  background: radial-gradient(circle, rgba(88, 160, 255, 0.42), rgba(88, 160, 255, 0));
}

.solution-device-orb-b {
  right: 18px;
  bottom: 14px;
  width: 68px;
  height: 68px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
}

.solution-device-laptop {
  width: 178px;
  height: 112px;
}

.solution-device-laptop .solution-device-screen {
  width: 164px;
  height: 102px;
  border-radius: 14px 14px 10px 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.solution-device-laptop::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 196px;
  height: 12px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #dbe7f8 0%, #9eb5d7 100%);
  transform: translateX(-50%);
  box-shadow:
    0 10px 20px rgba(10, 20, 48, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.solution-device-laptop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: rgba(79, 108, 150, 0.45);
  transform: translateX(-50%);
}

.solution-device-phone {
  width: 86px;
  height: 144px;
}

.solution-device-phone .solution-device-screen {
  width: 86px;
  height: 144px;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.04),
    0 28px 46px rgba(10, 20, 48, 0.34);
}

.solution-device-phone .solution-device-screen::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 34px;
  height: 8px;
  border-radius: 999px;
  background: rgba(4, 8, 18, 0.88);
  transform: translateX(-50%);
}

.solution-showcase-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 32px rgba(10, 20, 48, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
  backdrop-filter: blur(10px);
}

.solution-showcase-icon svg {
  display: block;
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.24));
}

.solution-showcase-card:hover .solution-device {
  transform: translateY(-5px) rotateX(6deg);
}

.solution-showcase-card:hover .solution-showcase-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 28px 46px rgba(10, 20, 48, 0.28);
}

.solution-showcase-body {
  display: grid;
  gap: 10px;
  min-height: 176px;
  padding: 24px 24px 28px;
  text-align: left;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.solution-showcase-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(239, 247, 255, 1), rgba(219, 236, 255, 0.92));
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(52, 152, 219, 0.12);
}

.solution-showcase-body h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.12;
}

.solution-showcase-body p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.solutions-detail-surface {
  padding-top: 12px;
  background:
    radial-gradient(circle at left top, rgba(41, 70, 128, 0.06), transparent 24%),
    #fff;
}

.solution-detail-stack {
  display: grid;
  gap: 34px;
}

.solution-detail-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 38px;
  align-items: stretch;
  padding: 34px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
  border: 1px solid rgba(34, 59, 112, 0.1);
  box-shadow: 0 18px 42px rgba(34, 59, 112, 0.08);
  scroll-margin-top: 120px;
}

.compact-solution-block {
  align-items: center;
  padding: 26px;
}

.solution-detail-block::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at top right, rgba(52, 152, 219, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(41, 70, 128, 0.06), transparent 26%);
  pointer-events: none;
}

.solution-detail-block.reverse {
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
}

.solution-detail-block.reverse .solution-detail-media {
  order: 2;
}

.solution-detail-block.reverse .solution-detail-copy {
  order: 1;
}

.solution-detail-media,
.solution-detail-copy {
  position: relative;
  z-index: 1;
}

.solution-detail-media img {
  aspect-ratio: 708 / 472;
  min-height: 100%;
  object-fit: cover;
}

.solution-detail-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.solution-detail-head {
  display: grid;
  gap: 10px;
}

.solution-detail-copy h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.05;
}

.solution-detail-kicker {
  margin: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
}

.solution-detail-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}

.solution-detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.solution-detail-accordion {
  display: grid;
  gap: 18px;
}

.solution-detail-accordion summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--blue-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  list-style: none;
}

.solution-detail-accordion summary::-webkit-details-marker {
  display: none;
}

.solution-detail-accordion[open] summary {
  background: var(--blue);
}

.solution-detail-expanded {
  display: grid;
  gap: 18px;
}

.solution-feature-panel,
.solution-benefit-panel {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(34, 59, 112, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.solution-feature-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.solution-feature-item {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(52, 152, 219, 0.12);
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.solution-benefit-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-benefit-list li {
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(34, 59, 112, 0.08);
  color: var(--text);
  font-size: 15px;
  line-height: 1.75;
}

.solution-benefit-list li strong {
  color: var(--blue-dark);
}

.solution-detail-footer {
  display: grid;
  gap: 18px;
  align-items: start;
}

.solution-closing-text {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.8;
}

.solution-card a {
  color: var(--blue);
  font-weight: 800;
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 32px;
  align-items: stretch;
}

.content-stack,
.contact-stack {
  display: grid;
  gap: 22px;
}

.contact-detail-card {
  min-height: 100%;
}

.contact-detail-group + .contact-detail-group {
  margin-top: 20px;
}

.contact-detail-group strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-dark);
  font-size: 17px;
}

.contact-detail-group p {
  margin: 0 0 6px;
}

.contact-map-frame {
  min-height: 100%;
  overflow: hidden;
  border-radius: 25px;
  border: 1px solid var(--soft-border);
  background: #fff;
}

.contact-map-frame iframe {
  width: 100%;
  min-height: 100%;
  height: 100%;
  border: 0;
}

.contact-form,
.contact-info-panel {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--soft-border);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(34, 59, 112, 0.12);
  border-radius: 16px;
  background: #fff;
}

.video-surface .container {
  position: relative;
  z-index: 1;
}

.video-heading {
  max-width: 920px;
  margin: 0 auto 22px;
  text-align: center;
}

.video-frame {
  height: 620px;
  border-radius: 0;
  background: #000;
}

/* ── Panda Vantagens ── */
.vantagens-wrapper {
  background: #fff;
}

.vantagens-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 42px;
  align-items: center;
  padding: 72px 0 52px;
}

.vantagens-hero-img,
.livros-media img {
  width: 100%;
  display: block;
  border-radius: 28px;
  border: 1px solid var(--soft-border);
  box-shadow: 0 24px 52px rgba(34, 59, 112, 0.12);
}

.vantagens-hero h1,
.livros-text h2,
.passos-title,
.faq-vantagens h2 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.vantagens-hero p,
.livros-text p,
.faq-item p,
.passo-card p,
.vantagens-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  line-height: 1.08;
}

.vantagens-cards,
.passos-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.vantagens-card,
.passo-card,
.faq-item {
  min-width: 0;
  border-radius: 28px;
  border: 1px solid var(--soft-border);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 16px 38px rgba(34, 59, 112, 0.08);
}

.vantagens-card,
.passo-card {
  padding: 30px 26px;
}

.vantagens-card h3,
.passo-card h3,
.faq-item h3 {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 24px;
  line-height: 1.14;
}

.vantagens-icon {
  width: 58px;
  height: 58px;
  color: var(--blue);
  margin-bottom: 18px;
}

.vantagens-cta {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue) 0%, #60b4ff 100%);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(52, 152, 219, 0.26);
}

.livros-section {
  margin-top: 76px;
  padding: 72px 0;
  background: linear-gradient(180deg, #0f1f49 0%, #18316f 100%);
}

.livros-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 40px;
  align-items: center;
}

.livros-text h2,
.livros-text p {
  color: #fff;
}

.livros-text p {
  color: rgba(232, 242, 255, 0.84);
}

.passos-section {
  padding: 78px 0 22px;
}

.passos-title {
  text-align: center;
  margin-bottom: 26px;
}

.passo-card {
  position: relative;
  padding-top: 78px;
}

.passo-num {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue) 0%, #6cbfff 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.faq-vantagens {
  padding: 72px 0 90px;
}

.faq-vantagens h2 {
  text-align: center;
  margin-bottom: 28px;
}

.faq-item {
  padding: 26px 28px;
}

.faq-item + .faq-item {
  margin-top: 16px;
}

.faq-item p:last-child,
.vantagens-card p:last-child,
.passo-card p:last-child,
.livros-text p:last-child,
.vantagens-hero p:last-child {
  margin-bottom: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  transition-delay: var(--delay, 0s);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1000px) {
  .vantagens-cards,
  .passos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .vantagens-hero,
  .livros-inner {
    grid-template-columns: 1fr;
  }

  .vantagens-hero {
    padding-top: 52px;
  }
}

@media (max-width: 640px) {
  .vantagens-cards,
  .passos-grid {
    grid-template-columns: 1fr;
  }

  .vantagens-hero,
  .passos-section,
  .faq-vantagens {
    padding-left: 0;
    padding-right: 0;
  }

  .vantagens-card,
  .passo-card,
  .faq-item {
    padding-left: 22px;
    padding-right: 22px;
  }
}

/* ── About Page ── */
.about-pillars-section {
  background: var(--blue-deeper);
  padding: 56px 0;
}

.about-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.about-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: #fff;
}

.about-pillar-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 4px;
  color: #fff;
}

.about-pillar strong {
  font-size: 17px;
  font-weight: 900;
}

.about-pillar p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.about-mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.about-mvv-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  border-radius: var(--radius);
  border: 1.5px solid var(--soft-border);
  background:
    radial-gradient(180px 180px at var(--mvv-x, 50%) var(--mvv-y, 50%), color-mix(in srgb, var(--mvv-accent, var(--blue)) 18%, transparent), transparent 72%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow:
    0 8px 32px rgba(34, 59, 112, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  gap: 10px;
  transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
  isolation: isolate;
}

.about-mvv-card:hover {
  border-color: color-mix(in srgb, var(--mvv-accent, var(--blue)) 30%, rgba(34, 59, 112, 0.12));
  box-shadow:
    0 16px 48px rgba(34, 59, 112, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transform: translateY(-3px);
}

.about-mvv-card::before,
.about-mvv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.about-mvv-card::before {
  inset: -1px;
  border: 1px solid color-mix(in srgb, var(--mvv-accent, var(--blue)) 20%, rgba(255, 255, 255, 0.3));
  opacity: 0.55;
}

.about-mvv-card::after {
  background:
    radial-gradient(120px 120px at var(--mvv-x, 50%) var(--mvv-y, 50%), rgba(255, 255, 255, 0.55), transparent 70%);
  opacity: 0.38;
}

.about-mvv-card > * {
  position: relative;
  z-index: 1;
}

.about-mvv-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 2px solid;
  background: rgba(52, 152, 219, 0.06);
  margin-bottom: 6px;
}

.about-mvv-label {
  margin: 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-mvv-card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  color: var(--text);
}

.about-mvv-card p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}

@media (max-width: 900px) {
  .about-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-mvv-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .about-pillars-grid {
    grid-template-columns: 1fr;
  }
}

.presence-page-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 36px;
  align-items: center;
}

.presence-page-copy h2 {
  margin-top: 28px;
}

.city-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.city-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  font-weight: 700;
}

.city-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.presence-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

.presence-map-card {
  overflow: hidden;
  border: 2px solid #0092cc;
  border-radius: 25px;
}

.presence-map-card img {
  aspect-ratio: 708 / 472;
  object-fit: cover;
}

.career-panel {
  display: grid;
  gap: 20px;
}

.career-panel-copy {
  padding: 28px;
  border-radius: 25px;
  background: #f5f7fb;
  border: 1px solid rgba(34, 59, 112, 0.1);
}

.career-panel-copy h3 {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 28px;
  font-weight: 900;
}

.career-panel-copy p {
  margin: 0 0 20px;
}

.shared-cta {
  padding: 8px 0 64px;
  background: #fff;
}

.shared-cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(34, 59, 112, 0.88), rgba(34, 59, 112, 0.7)),
    url("/assets/FOTO-1.png") center/cover no-repeat;
}

.shared-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 50%, rgba(70, 153, 255, 0.24), transparent 18%),
    radial-gradient(circle at 68% 72%, rgba(70, 153, 255, 0.16), transparent 14%);
  opacity: 0.6;
}

.shared-cta-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 58px 28px;
  text-align: center;
}

.shared-cta-copy h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.16;
}

.shared-cta-copy p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.85;
}

.blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card {
  overflow: hidden;
  border: 1px solid var(--soft-border);
  background: #fff;
}

.blog-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-card-body {
  padding: 20px;
}

.blog-card-body a {
  color: var(--blue);
  font-weight: 800;
}

.article-layout {
  max-width: 980px;
}

.check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.site-footer {
  margin-top: 48px;
  padding: 52px 0 28px;
  background: var(--blue-dark);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.9fr 0.75fr 0.75fr 0.95fr;
  gap: 56px;
  align-items: start;
}

.footer-branding img {
  width: 210px;
  height: auto;
  margin-bottom: 34px;
}

.footer-contact-group + .footer-contact-group {
  margin-top: 26px;
}

.footer-contact-group strong,
.footer-column h3 {
  display: block;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
}

.footer-column h3::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 186px;
  height: 1px;
  margin-top: 16px;
  background: rgba(83, 180, 255, 0.55);
}

.footer-contact-group span,
.footer-contact-group small,
.footer-column a {
  display: block;
  color: rgba(255, 255, 255, 0.92);
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.footer-contact-icon {
  width: 22px;
  flex: 0 0 22px;
  color: #38a3ef;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.footer-contact-group span {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.45;
}

.footer-contact-group small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.8;
}

.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column li + li {
  margin-top: 18px;
}

.footer-column a:hover,
.footer-column a:focus,
.footer-contact-group span:hover {
  color: #ffffff;
}

.footer-socials {
  text-align: left;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s;
  line-height: 0;
}

.social-link:hover {
  color: #fff;
}

.social-link svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.46);
  color: rgba(255, 255, 255, 0.98);
  font-size: 13px;
  text-align: center;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 18;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #2cd14f;
  color: #fff;
  box-shadow: 0 18px 32px rgba(34, 190, 76, 0.35);
}

.floating-whatsapp svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}

.mobile-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  background: #f0f3f8;
}

.mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--blue-dark);
}

@media (max-width: 1100px) {
  .header-bar {
    min-height: 92px;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--soft-border);
    box-shadow: 0 20px 40px rgba(34, 59, 112, 0.14);
  }

  .main-nav.open,
  .mobile-toggle {
    display: block;
  }

    .nav-group,
    .outline-card-grid,
    .solid-card-grid,
    .service-tile-grid,
  .blog-grid,
  .footer-grid,
  .split-section,
  .home-card-grid {
      grid-template-columns: 1fr;
    }

    .solution-showcase-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solutions-immersive-layout {
      grid-template-columns: 1fr;
    }

    .solutions-stage-sticky {
      position: static;
    }

    .solutions-stage-laptop {
      width: min(100%, 640px);
    }

    .logo-card {
      width: 200px;
      flex-basis: 200px;
    }

    .solution-detail-block,
    .solution-detail-block.reverse {
      grid-template-columns: 1fr;
    }

    .solution-detail-block.reverse .solution-detail-media,
    .solution-detail-block.reverse .solution-detail-copy {
      order: initial;
    }

    .solution-detail-columns {
      grid-template-columns: 1fr;
    }

    .presence-layout {
      grid-template-columns: 1fr;
      grid-template-areas:
        "map"
        "network"
        "noc-copy"
        "noc-media";
      row-gap: 28px;
    }

    .presence-page-grid,
    .contact-grid {
      grid-template-columns: 1fr;
    }

    .nav-group {
      display: flex;
      flex-direction: column;
      align-items: stretch;
    gap: 14px;
  }

    .support-button {
      width: 100%;
    }
  }

@media (max-width: 768px) {
  .hero-home {
    min-height: 500px;
  }

  .page-banner {
    min-height: 300px;
  }

  .hero-copy,
  .page-banner-copy {
    padding: 54px 0;
  }

  .hero-copy {
    padding: 40px 0;
  }

  .hero-copy h1,
  .home-band-heading h2 {
    font-size: 46px;
  }

  .hero-copy h1 {
    line-height: 1;
  }

  .page-banner-copy h1,
  .panel-heading h2,
  .section-title-centered,
  .video-heading h2 {
    font-size: 34px;
  }

  .hero-copy p,
  .page-banner-copy p,
  .home-band-heading p:last-child {
    font-size: 17px;
  }

  .solutions-intro-panel {
    padding: 28px 24px;
  }

  .solutions-intro-panel h2,
  .solution-detail-copy h2 {
    font-size: 32px;
  }

  .solutions-stage-frame {
    padding: 18px;
  }

  .solutions-stage-screen {
    min-height: 500px;
  }

  .solution-stage-panel {
    padding: 24px 20px 22px;
  }

  .solution-stage-copy h3 {
    font-size: 32px;
  }

  .solution-stage-kicker {
    font-size: 17px;
  }

  .presence-section,
  .content-surface,
  .home-about-band,
  .services-home-panel,
  .dark-story-panel {
    padding: 42px 0;
  }

  .footer-bottom,
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .presence-copy h3 {
    font-size: 34px;
  }

  .service-overview .service-copy h2,
  .solution-showcase-body h3,
  .shared-cta-copy h2 {
    font-size: 30px;
  }

  .fibra-benefit-copy h2 {
    font-size: 34px;
  }

  .fibra-visual-card {
    min-height: 320px;
  }

  .city-list {
    grid-template-columns: 1fr;
  }

  .contact-info-panel,
  .career-panel-copy,
  .solution-showcase-body {
    padding: 22px;
  }

  .solution-showcase-grid {
    grid-template-columns: 1fr;
  }

  .solutions-stage-laptop {
    padding: 12px 12px 22px;
  }

  .solutions-stage-screen {
    min-height: 540px;
  }

  .solution-stage-panel-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .solution-stage-icon-wrap {
    width: 100%;
    justify-content: center;
  }

  .solution-stage-icon-wrap .solution-device {
    transform: scale(0.98);
  }

  .solution-stage-copy h3 {
    font-size: 28px;
  }

  .solution-stage-summary {
    font-size: 15px;
  }

  .solution-detail-block {
    padding: 24px;
    gap: 24px;
  }

  .solution-feature-panel,
  .solution-benefit-panel {
    padding: 16px;
  }

  .logo-card {
    width: 180px;
    flex-basis: 180px;
    min-height: 96px;
  }

  .logo-card img {
    max-width: 130px;
    max-height: 40px;
  }

  .video-frame {
    height: 320px;
  }
}

/* ═══════════════════════════════════════════════════
   CINEMATIC SOLUTIONS SCENE
═══════════════════════════════════════════════════ */

.csol-scene {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at 60% 40%, #0d1c3f 0%, #060c1a 70%);
  perspective: 1500px;
}

.csol-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 60;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.85" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%25" height="100%25" filter="url(%23n)"/></svg>');
}

.csol-bg-grid {
  display: none;
}

.csol-bg-text {
  position: absolute;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  user-select: none;
  padding: 0 16px;
}

.csol-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #59afff;
  font-weight: 800;
}

.csol-headline {
  margin: 0 0 28px;
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.05;
  color: #ffffff;
  letter-spacing: -0.02em;
  filter: drop-shadow(0 8px 40px rgba(59, 130, 246, 0.25));
}

.csol-page-title {
  margin: 0 0 14px;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: -0.025em;
}

.csol-page-intro {
  margin: 0 auto;
  max-width: 540px;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.75;
  color: rgba(143, 199, 255, 0.65);
  font-weight: 400;
}

/* ── The rising card ── */
.csol-card {
  position: absolute;
  z-index: 10;
  width: min(92vw, 760px);
  height: auto;
  border-radius: 34px;
  background: linear-gradient(145deg, #162c6d 0%, #0a101d 100%);
  box-shadow:
    0 50px 120px -20px rgba(0, 0, 0, 0.9),
    0 20px 40px -20px rgba(0, 0, 0, 0.75),
    inset 0 1px 2px rgba(255, 255, 255, 0.18),
    inset 0 -2px 4px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transform-style: preserve-3d;
  will-change: transform, width, height, border-radius;
  overflow: hidden;
}

.csol-sheen {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 55;
  background: radial-gradient(
    700px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(255, 255, 255, 0.065) 0%,
    transparent 40%
  );
  mix-blend-mode: screen;
}

.csol-panels-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

/* ── Panel layout: 3-column grid ── */
.csol-scene .solution-stage-panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 40px 48px;
  visibility: hidden;
  opacity: 0;
}

.csol-scene .solution-stage-panel.is-active {
  /* override legacy class, GSAP controls opacity */
  opacity: 0;
  transform: none;
}

/* Left column */
.ssol-col-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  order: 1;
}

.ssol-header-card,
.ssol-summary-card {
  position: relative;
}

.ssol-header-card {
  padding: 0;
}

.ssol-summary-card {
  padding: 0;
}

.ssol-eyebrow {
  margin: 0;
  color: #8fc7ff;
  position: relative;
  z-index: 1;
}

.ssol-title {
  display: block;
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(2rem, 3.3vw, 3.5rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.csol-scene .solution-stage-kicker {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 15px;
  font-weight: 800;
  color: #7ac0ff;
  line-height: 1.45;
  margin: 14px 0 0;
}

.csol-scene .solution-stage-summary {
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
  margin: 0;
}

.csol-scene .solution-stage-list {
  display: grid;
  gap: 10px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.csol-scene .solution-stage-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.84);
  border-bottom: 0;
}

.csol-scene .solution-stage-list li:last-child {
  border-bottom: 0;
}

.ssol-bullet-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(102, 179, 255, 0.12);
  color: #7fc3ff;
  flex: 0 0 26px;
}

.ssol-bullet-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

/* Center column – notebook */
.ssol-col-center {
  order: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

/* Right column */
.ssol-col-right {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-self: end;
  gap: 10px;
  opacity: 0.68;
  min-width: 0;
  width: min(100%, 320px);
  padding-right: 18px;
}

.ssol-index-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.04em;
}

.ssol-brand-name {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.7rem, 3.6vw, 4.2rem);
  font-weight: 900;
  text-align: right;
  line-height: 1.0;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(161, 161, 170, 0.42) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: translateZ(0);
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.46));
}

/* ── Notebook mockup ── */
.iphone-scale-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0.78);
  transform-origin: center center;
}

@media (min-height: 750px) {
  .iphone-scale-wrap { transform: scale(0.88); }
}
@media (min-height: 900px) {
  .iphone-scale-wrap { transform: scale(0.98); }
}

.csol-laptop-scale-wrap {
  gap: 0;
  perspective: 1800px;
  transform-style: preserve-3d;
  isolation: isolate;
}

.csol-laptop-assembly {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transform-style: preserve-3d;
  will-change: transform;
  z-index: 10;
}

.csol-iphone-bezel {
  position: relative;
  width: 470px;
  height: 294px;
  border-radius: 22px;
  background: linear-gradient(180deg, #1f2b47 0%, #141d30 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 0 0 12px #0d111a,
    0 34px 70px -18px rgba(0, 0, 0, 0.85),
    0 16px 26px -10px rgba(0, 0, 0, 0.65);
  transform-style: preserve-3d;
  will-change: transform;
}

.csol-laptop-lid {
  z-index: 2;
  transform-origin: center bottom;
  backface-visibility: hidden;
}

.csol-laptop-lid::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 16px;
  border: 1px solid rgba(143, 199, 255, 0.12);
  pointer-events: none;
}

.csol-laptop-camera {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 12px;
  border-radius: 999px;
  background: rgba(3, 7, 18, 0.96);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.45);
}

/* Screen */
.csol-iphone-screen {
  position: absolute;
  inset: 14px 14px 16px;
  background: #050914;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 1);
  color: #fff;
  z-index: 10;
}

.csol-laptop-screen {
  background:
    radial-gradient(circle at 24% 18%, rgba(76, 148, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #0d1838 0%, #0a132e 100%);
}

.csol-screen-glare {
  position: absolute;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  background: linear-gradient(118deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.02) 38%, rgba(255,255,255,0) 58%);
}

.csol-di-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.8);
  animation: csDiPulse 2s ease-in-out infinite;
}

@keyframes csDiPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* App UI */
.csol-app-ui {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.csol-laptop-ui::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.3;
  pointer-events: none;
}

.csol-app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.csol-app-header-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.csol-app-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: rgba(161, 161, 170, 0.8);
  text-transform: uppercase;
}

.csol-app-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.csol-app-avatar {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.csol-laptop-main {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.csol-laptop-stack {
  display: grid;
  gap: 10px;
  align-content: start;
}

/* Progress ring */
.csol-ring-wrap {
  position: relative;
  width: 152px;
  height: 152px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.78));
  align-self: center;
}

.csol-ring-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.progress-ring {
  transform: rotate(-90deg);
  transform-origin: 88px 88px;
  stroke-dasharray: 402;
  stroke-dashoffset: 402;
  stroke-linecap: round;
}

.csol-ring-center {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.csol-counter {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1;
}

.csol-metric {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(147, 197, 253, 0.5);
  text-transform: uppercase;
}

/* Widget rows */
.csol-widget-row {
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 11px 12px;
  margin-bottom: 0;
  gap: 10px;
}

.csol-widget-depth {
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.05),
    inset 0 -1px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.csol-widget-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.csol-widget-icon svg {
  width: 16px;
  height: 16px;
}

.csol-icon-blue {
  background: linear-gradient(135deg, rgba(59,130,246,0.22) 0%, rgba(59,130,246,0.05) 100%);
  border: 1px solid rgba(96, 165, 250, 0.22);
  color: #60a5fa;
}

.csol-icon-green {
  background: linear-gradient(135deg, rgba(16,185,129,0.22) 0%, rgba(16,185,129,0.05) 100%);
  border: 1px solid rgba(52, 211, 153, 0.22);
  color: #34d399;
}

.csol-widget-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.csol-wline {
  border-radius: 999px;
  background: rgba(212, 212, 216, 0.5);
  height: 7px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.csol-wline-lg  { width: 80px; }
.csol-wline-sm  { width: 48px; background: rgba(113,113,122,0.5); }
.csol-wline-md  { width: 64px; }
.csol-wline-xl  { width: 96px; background: rgba(113,113,122,0.5); }

.csol-widget-highlight {
  justify-content: flex-start;
}

.csol-widget-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.14);
  border: 1px solid rgba(96, 165, 250, 0.22);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8fc7ff;
  flex-shrink: 0;
}

.csol-laptop-footer {
  min-height: 58px;
}

.csol-laptop-base {
  position: relative;
  width: 560px;
  height: 22px;
  margin-top: -6px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #d9e7f7 0%, #b4c7df 55%, #9fb4cd 100%);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -2px 4px rgba(73, 91, 120, 0.35);
  z-index: 3;
  transform: translateZ(18px);
}

.csol-laptop-base::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.1) 100%);
}

.csol-laptop-trackpad {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 8px;
  border-radius: 999px;
  background: rgba(127, 152, 184, 0.55);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.35);
}

/* ── Floating glass badges (per panel) ── */
.csol-fbadge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  max-width: 220px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.02) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 20px 50px -12px rgba(0, 0, 0, 0.8),
    inset 0 1px 1px rgba(255, 255, 255, 0.2),
    inset 0 -1px 1px rgba(0, 0, 0, 0.5);
  z-index: 80;
  pointer-events: none;
  white-space: normal;
  transform: translateZ(220px);
  transform-style: preserve-3d;
}

.csol-fbadge-tl {
  top: 22px;
  left: 18px;
}

.csol-fbadge-br {
  right: 18px;
  bottom: 28px;
}

.csol-fbadge-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8fc7ff;
  flex-shrink: 0;
}

.csol-fbadge-icon svg {
  width: 16px;
  height: 16px;
}

.csol-fbadge-title {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

.csol-fbadge-sub {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  color: rgba(147, 197, 253, 0.55);
  line-height: 1.2;
}

/* ── Responsive overrides ── */
@media (max-width: 900px) {
  .csol-scene .solution-stage-panel {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    padding: 24px 16px;
    overflow-y: auto;
    align-content: start;
  }

  .ssol-col-left  { order: 3; }
  .ssol-col-center { order: 1; }
  .ssol-col-right { order: 2; align-items: flex-start; width: 100%; padding-right: 0; }

  .ssol-brand-name { font-size: 1.8rem; text-align: left; }

  .csol-fbadge-tl { top: -18px;  left: 12px; }
  .csol-fbadge-br { bottom: -18px; right: 12px; }

  .csol-scene .solution-stage-summary,
  .csol-scene .solution-stage-list { display: none; }

  .csol-iphone-bezel {
    width: 400px;
    height: 250px;
  }

  .csol-laptop-base {
    width: 474px;
  }

  .csol-laptop-main {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
  }

  .csol-ring-wrap {
    width: 132px;
    height: 132px;
  }
}

@media (max-width: 600px) {
  .iphone-scale-wrap { transform: scale(0.6); }
  .csol-fbadge { display: none; }

  .csol-iphone-bezel {
    width: 352px;
    height: 222px;
  }

  .csol-laptop-base {
    width: 416px;
  }

  .csol-app-ui {
    padding: 18px 16px 14px;
    gap: 10px;
  }

  .csol-laptop-main {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 10px;
  }

  .csol-ring-wrap {
    width: 110px;
    height: 110px;
  }

  .csol-app-title {
    font-size: 15px;
  }

  .csol-counter {
    font-size: 34px;
  }

  .csol-widget-row {
    padding: 9px 10px;
  }
}
