@font-face {
  font-family: "ClofieLocal";
  src: url("assets/fonts/Clofie-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ClofieLocal";
  src: url("assets/fonts/Clofie-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GrifterLocal";
  src: url("assets/fonts/Grifter-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --eg-signature: "eg|matheus_o|2026-05-04|css|c31f9a";
  --font-main: "ClofieLocal", "Arial Black", sans-serif;
  --font-body: "ClofieLocal", "Arial Black", sans-serif;
  --font-title: "GrifterLocal", "Arial Black", sans-serif;
  --bs-body-font-family: "ClofieLocal", "Arial Black", sans-serif;
  --bs-font-sans-serif: "ClofieLocal", "Arial Black", sans-serif;
  --brand: #142c82;
  --brand-deep: #09102f;
  --brand-soft: #eaf1ff;
  --accent: #007dfe;
  --ink: #1b2747;
  --muted: #687392;
  --surface: #f5f8ff;
  --white: #ffffff;
  --shadow-lg: 0 28px 80px rgba(10, 23, 67, 0.18);
  --shadow-md: 0 16px 40px rgba(20, 44, 130, 0.14);
  --radius-xl: 32px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body) !important;
  background:
    radial-gradient(circle at top right, rgba(0, 125, 254, 0.10), transparent 24%),
    linear-gradient(180deg, #eef4ff 0%, #ffffff 30%, #f7faff 100%);
}

p,
li,
a,
button,
label,
input,
textarea,
select,
.btn,
.nav-link,
.section-kicker,
.micro-label,
.contact-meta,
.hero-tag,
.chip,
.footer-note {
  font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title) !important;
}

.bi,
i[class^="bi-"],
i[class*=" bi-"] {
  font-family: "bootstrap-icons" !important;
  font-style: normal;
}

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

section[id] {
  scroll-margin-top: 100px;
}

.section-space {
  padding: 96px 0;
}

.display-title,
.section-title,
.navbar-brand,
.logo-pill,
.hero-stat strong {
  font-family: var(--font-title);
  letter-spacing: 0.01em;
}

.display-title {
  margin: 1.25rem 0 1rem;
  font-size: clamp(2.8rem, 5.4vw, 5.1rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.display-title span {
  color: #8ec8ff;
}

.section-title {
  margin: 1.15rem 0 1rem;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.02;
  text-transform: uppercase;
  text-wrap: balance;
}

.lead-text,
.section-text {
  color: var(--muted);
  line-height: 1.82;
  letter-spacing: 0.005em;
  text-wrap: pretty;
}

.lead-text {
  font-size: 1.08rem;
}

.light-text {
  color: rgba(255, 255, 255, 0.78);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  background: rgba(0, 125, 254, 0.10);
  color: var(--brand);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #5eb4ff);
  content: "";
  box-shadow: 0 0 0 6px rgba(0, 125, 254, 0.10);
}

.section-kicker-light {
  background: rgba(255, 255, 255, 0.10);
  color: var(--white);
}

.section-kicker-light::before {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.10);
}

.smart-nav {
  padding: 1rem 0;
  background: rgba(10, 23, 67, 0.70);
  backdrop-filter: blur(16px);
  transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.smart-nav.nav-scrolled {
  padding: 0.75rem 0;
  background: rgba(10, 23, 67, 0.92);
  box-shadow: 0 16px 38px rgba(10, 23, 67, 0.25);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--white);
}

.brand-logo {
  width: min(360px, 72vw);
  height: auto;
  max-height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(9, 16, 47, 0.16));
}

.nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--white);
}

@media (min-width: 992px) {
  .navbar-nav {
    flex-wrap: nowrap;
  }

  .navbar-nav .nav-item {
    flex-shrink: 0;
  }

  .navbar-nav .nav-link {
    white-space: nowrap;
    line-height: 1.15;
  }
}

@media (min-width: 992px) and (max-width: 1260px) {
  .brand-logo {
    width: min(300px, 52vw);
    max-height: 66px;
  }

  .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 176px 0 96px;
  background:
    radial-gradient(circle at 82% 22%, rgba(0, 125, 254, 0.34), transparent 18%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.08), transparent 20%),
    linear-gradient(130deg, #09102f 0%, #142c82 55%, #1842b7 100%);
  color: var(--white);
}

.hero-section::before,
.hero-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-section::before {
  top: -100px;
  right: -80px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  filter: blur(6px);
}

.hero-section::after {
  right: 5%;
  bottom: -40px;
  width: 360px;
  height: 360px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  transform: rotate(22deg);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8ec8ff;
  content: "";
}

.hero-copy {
  max-width: 620px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-copy .lead-text {
  margin-top: 0.75rem;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.82);
}

.hero-copy .display-title {
  margin-top: 0.8rem;
  text-wrap: balance;
}

.hero-actions {
  justify-content: center;
  margin-top: 1.15rem !important;
}

.hero-tags,
.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-tags {
  margin-top: 1.5rem;
}

.hero-tag,
.chip {
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-tag {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

.chip {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(20, 44, 130, 0.10);
  background: #f5f8ff;
  color: var(--brand);
}

.btn-brand {
  border: 0;
  color: var(--white);
  background: linear-gradient(135deg, #1e97ff, var(--accent));
  box-shadow: 0 14px 28px rgba(0, 125, 254, 0.25);
}

.btn-brand:hover,
.btn-brand:focus {
  color: var(--white);
  background: linear-gradient(135deg, #3aa4ff, #0f83ff);
}

.btn-ghost-light {
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
}

.btn-ghost-light:hover,
.btn-ghost-light:focus {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.hero-stats {
  margin-top: 2rem;
}

.hero-stat {
  height: 100%;
  padding: 1.2rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-stat strong {
  display: block;
  font-size: clamp(1.15rem, 0.95rem + 0.85vw, 1.6rem);
  line-height: 1.1;
  white-space: nowrap;
  overflow-wrap: normal;
  text-transform: uppercase;
}

.hero-stat span {
  display: block;
  margin-top: 0.4rem;
  color: rgba(248, 247, 247, 0.78);
  font-size: 0.93rem;
}

.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 0 0 2rem;
}

.hero-frame {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 30px 120px 30px 30px;
  box-shadow: var(--shadow-lg);
}

.hero-frame > img {
  position: absolute;
  inset: 0;
}

.hero-frame img,
.hero-mini-card img,
.mosaic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic-card img.mosaic-software-fit {
  object-fit: cover;
  object-position: center center;
  background: transparent;
}

.hero-badge-card,
.hero-note-card,
.service-card,
.feature-card,
.contact-card,
.glass-panel,
.mosaic-card,
.metric-box {
  box-shadow: var(--shadow-md);
}

.hero-badge-card,
.hero-note-card {
  position: relative;
  z-index: 1;
  max-width: none;
  padding: 1.15rem 1.2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}

.hero-badge-card {
  width: min(100%, 380px);
}

.hero-note-card {
  align-self: flex-start;
  width: min(100%, 380px);
}

.micro-label,
.contact-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.micro-label,
.contact-meta {
  color: var(--brand);
}

.micro-label i,
.contact-meta i {
  color: var(--accent);
}

.light-label {
  color: var(--white);
}

.hero-badge-card h3,
.hero-note-card h3,
.mosaic-copy h3 {
  font-family: var(--font-title);
  margin: 0.45rem 0 0;
  line-height: 1.18;
  font-size: 1.08rem;
  font-weight: 800;
}

.service-card h3,
.feature-card h3,
.contact-card h3 {
  font-family: var(--font-title);
  margin: 0.95rem 0 0;
  line-height: 1.2;
  font-size: 1.06rem;
  font-weight: 800;
}

.hero-badge-card h3 {
  color: #111111;
}

.hero-note-card h3 {
  color: #111111;
}

.hero-badge-card p,
.hero-note-card p,
.mosaic-copy p,
.service-card p,
.feature-card p,
.contact-card p {
  font-family: var(--font-body);
  margin: 0.8rem 0 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.95rem;
}

.hero-mini-strip {
  position: static;
  z-index: 1;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-mini-card {
  overflow: hidden;
  min-height: 120px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--black);
}

.hero-mini-strip .hero-mini-card:only-child {
  grid-column: 1 / -1;
}

.metric-stack,
.check-list {
  display: grid;
  gap: 1rem;
}

.metric-stack {
  margin-top: 1.6rem;
}

.metric-box {
  padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--accent);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f5f8ff);
}

.metric-box strong {
  display: block;
  color: var(--brand);
  font-size: 1.1rem;
  font-weight: 800;
}

.metric-box span {
  display: block;
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.mosaic-layout {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1.25fr 0.95fr;
  grid-template-rows: minmax(230px, auto) auto;
  align-items: stretch;
}

.mosaic-card {
  overflow: hidden;
  border-radius: 28px;
  background: var(--white);
}

.mosaic-card.tall {
  grid-row: 1 / span 2;
  min-height: 560px;
}

.mosaic-layout > .mosaic-card:not(.tall):not(.mosaic-copy) {
  min-height: 210px;
}

.mosaic-copy {
  display: flex;
  flex-direction: column;
  align-self: start;
  overflow: visible;
  min-height: 0;
  margin-top: -14px;
  padding: 1.75rem 1.8rem 1.35rem !important;
  text-align: left;
  background: linear-gradient(180deg, var(--white), #eef4ff);
}

.mosaic-copy::after {
  content: "";
  display: block;
  height: 0;
}

.mosaic-copy .micro-label {
  margin: 0 0 0.55rem;
}

.mosaic-copy h3 {
  margin: 0 0 0.75rem;
  max-width: 14.8ch;
  line-height: 1.14;
}

.mosaic-copy p {
  margin: 0 !important;
  line-height: 1.7;
}

.mosaic-copy p:last-of-type {
  margin-bottom: 0 !important;
}

.mosaic-copy .check-list {
  width: 100%;
  margin-top: 0.6rem;
  gap: 0.75rem;
}

.check-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.check-item span {
  line-height: 1.65;
}

.check-item i {
  color: var(--accent);
  font-size: 1.05rem;
}

.services-section {
  background:
    radial-gradient(circle at top left, rgba(0, 125, 254, 0.08), transparent 20%),
    linear-gradient(180deg, #f8fbff 0%, #edf3ff 100%);
}

.services-section .service-card {
  width: calc(100% - 10px);
  margin: 5px auto;
}

.service-card,
.feature-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 44, 130, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card .chip-list {
  margin-top: 1.25rem;
  padding-top: 0;
}

.service-card:hover,
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(20, 44, 130, 0.16);
}

.icon-badge,
.feature-number {
  display: inline-grid;
  place-items: center;
}

.icon-badge {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(20, 44, 130, 0.12), rgba(0, 125, 254, 0.12));
  color: var(--brand);
  font-size: 1.55rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.feature-number {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: var(--white);
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 14px 24px rgba(20, 44, 130, 0.18);
}

.clients-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at left top, rgba(0, 125, 254, 0.24), transparent 22%),
    linear-gradient(135deg, #09102f 0%, #142c82 58%, #173caa 100%);
}

.clients-section::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.35;
  content: "";
  pointer-events: none;
}

.clients-shell {
  position: relative;
  z-index: 1;
}

.glass-panel {
  height: 100%;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(12px);
}

.glass-panel p,
.glass-panel .light-text {
  color: rgba(255, 255, 255, 0.78);
}

.logo-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.logo-carousel {
  position: relative;
  margin-top: 1.5rem;
  padding: 0 2.9rem;
}

.logo-carousel-shell {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.logo-carousel-shell::-webkit-scrollbar {
  display: none;
}

.logo-carousel-track {
  width: max-content;
  min-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}

.logo-carousel-track .logo-pill {
  flex: 0 0 calc((100% - 2rem) / 3);
  scroll-snap-align: start;
}

.logo-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(10, 23, 67, 0.58);
  color: #ffffff;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.logo-carousel-btn:hover,
.logo-carousel-btn:focus-visible {
  background: rgba(0, 125, 254, 0.9);
  transform: translateY(-50%) scale(1.02);
}

.logo-carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.logo-carousel-btn-prev {
  left: 0;
}

.logo-carousel-btn-next {
  right: 0;
}

.logo-pill {
  min-height: 94px;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
}

.logo-pill-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.logo-pill-icon-box {
  width: min(186px, 100%);
  height: 58px;
  flex: 0 1 186px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.logo-pill-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}

.logo-pill-icon-blend {
  mix-blend-mode: multiply;
}

.logo-pill-name {
  display: none;
}

.contact-shell {
  position: relative;
  overflow: hidden;
  padding: 3rem;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(0, 125, 254, 0.16), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f1f6ff 100%);
  box-shadow: var(--shadow-lg);
}

.contact-shell::before {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(20, 44, 130, 0.05);
  content: "";
  pointer-events: none;
}

.contact-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 1.45rem;
  border: 1px solid rgba(20, 44, 130, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
}

.contact-card a {
  margin-top: auto;
  padding-top: 0.55rem;
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
}

.contact-card a:hover,
.contact-card a:focus {
  color: var(--accent);
}

.site-footer {
  background: #09102f;
}

.footer-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.footer-note strong {
  color: var(--white);
}

.inner-page-hero {
  padding: 152px 0 92px;
}

.page-subtitle {
  max-width: 720px;
}

.page-quick-card {
  margin-left: auto;
  max-width: 420px;
}

.hero-inline-card {
  max-width: 560px;
}

.product-card {
  position: relative;
  overflow: hidden;
}

.product-card::after {
  position: absolute;
  top: -70px;
  right: -50px;
  width: 160px;
  height: 160px;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(0, 125, 254, 0.10), rgba(20, 44, 130, 0.02));
  transform: rotate(18deg);
  content: "";
}

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

.product-carousel-modern {
  position: relative;
  padding: 0 2.1rem 0.45rem;
}

.product-carousel-modern::before,
.product-carousel-modern::after {
  display: none;
}

.product-carousel-btn {
  position: absolute;
  top: 44%;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(20, 44, 130, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--brand);
  box-shadow: 0 8px 16px rgba(10, 23, 67, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.product-carousel-btn:hover,
.product-carousel-btn:focus-visible {
  transform: translateY(-0.5px);
  color: var(--accent);
  box-shadow: 0 10px 18px rgba(10, 23, 67, 0.12);
}

.product-carousel-btn.is-prev {
  left: 0;
}

.product-carousel-btn.is-next {
  right: 0;
}

.product-carousel-btn[disabled] {
  opacity: 0.28;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 4px 10px rgba(10, 23, 67, 0.08);
}

.product-picker-shell {
  overflow-x: auto;
  overflow-y: visible;
  margin: 0;
  padding: 0.25rem 0 0.35rem;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.product-picker-shell::-webkit-scrollbar {
  display: none;
}

.product-picker-track {
  display: flex;
  gap: 0.85rem;
  align-items: stretch;
  min-width: max-content;
}

.product-picker-item {
  flex: 0 0 clamp(250px, 22.5vw, 335px);
  display: flex;
  scroll-snap-align: start;
}

.product-choice-card {
  appearance: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.2rem 1.15rem;
  border: 1px solid rgba(20, 44, 130, 0.1);
  border-radius: 24px;
  background: #ffffff;
  color: var(--brand-deep);
  text-align: left;
  cursor: pointer;
  font: inherit;
  box-shadow: 0 8px 18px rgba(10, 23, 67, 0.06);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.product-choice-card:hover,
.product-choice-card:focus-visible {
  border-color: rgba(0, 125, 254, 0.64);
  box-shadow: 0 12px 24px rgba(0, 70, 150, 0.12);
  transform: translateY(-1px);
}

.product-choice-card.active {
  border-color: rgba(0, 125, 254, 0.74);
  background: #f8fbff;
  box-shadow: 0 12px 24px rgba(0, 85, 183, 0.12);
}

.product-choice-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}

.product-choice-card h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.08;
  text-transform: none;
}

.product-choice-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.product-choice-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.product-choice-meta span {
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  background: rgba(20, 44, 130, 0.08);
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-detail-shell {
  padding: 2rem;
  border: 1px solid rgba(20, 44, 130, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(0, 125, 254, 0.12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
  box-shadow: var(--shadow-md);
}

.product-detail-top {
  align-items: stretch;
}

.product-media-card {
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 340px;
  max-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(20, 44, 130, 0.1);
  background: #ffffff;
}

.product-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-media-card img.media-contain {
  object-fit: contain;
  background: #ffffff;
  padding: 0.35rem;
}

.product-media-card img.media-lvdt {
  object-position: center 46%;
  padding: 0.2rem;
}

.product-info-card,
.spec-table-card,
.application-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: 24px;
  border: 1px solid rgba(20, 44, 130, 0.1);
  background: rgba(255, 255, 255, 0.96);
}

.product-detail-title {
  margin-top: 0.7rem;
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 2.7vw, 2.6rem);
  line-height: 1.08;
  text-transform: none;
}

.product-highlight-grid {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-highlight-item {
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  background: rgba(0, 125, 254, 0.08);
  color: var(--brand);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.35;
}

.spec-table-card h3,
.application-card h3 {
  margin: 0 0 0.95rem;
  color: var(--brand);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-spec-table {
  margin-bottom: 0;
}

.product-spec-table th {
  width: 45%;
  color: var(--brand);
  font-weight: 700;
  background: rgba(241, 246, 255, 0.8);
}

.product-spec-table td {
  color: var(--ink);
  font-weight: 600;
}

.application-list {
  margin: 0;
  padding-left: 1.05rem;
}

.application-list li {
  margin-bottom: 0.6rem;
  color: var(--ink);
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 138px 0 64px;
  }

  .inner-page-hero {
    padding: 132px 0 72px;
  }

  .page-quick-card {
    margin-left: 0;
    max-width: none;
  }

  .hero-visual {
    padding: 0;
  }

  .hero-frame {
    min-height: 460px;
  }

  .mosaic-layout,
  .logo-grid {
    grid-template-columns: 1fr;
  }

  .mosaic-card.tall {
    grid-row: auto;
    min-height: 420px;
  }

  .mosaic-layout > .mosaic-card:not(.tall):not(.mosaic-copy) {
    min-height: 260px;
  }

  .mosaic-copy {
    margin-top: 0;
    min-height: 0;
    padding: 1.6rem 1.6rem 1.2rem !important;
  }

  .product-detail-shell {
    padding: 1.5rem;
  }

  .product-carousel-modern {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }

  .product-picker-item {
    flex-basis: min(74vw, 340px);
  }

  .product-media-card {
    min-height: 280px;
  }

  .logo-carousel-track .logo-pill {
    flex-basis: calc((100% - 1rem) / 2);
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 168px 0 76px;
  }

  .brand-logo {
    width: min(280px, 70vw);
    height: auto;
    max-height: 60px;
  }

  .section-space {
    padding: 76px 0;
  }

  .hero-mini-strip {
    margin-top: 0;
  }

  .hero-badge-card,
  .hero-note-card {
    max-width: none;
    width: 100%;
  }

  .hero-frame {
    min-height: 360px;
    border-radius: 28px;
  }

  .hero-copy {
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 1rem;
    text-align: center;
  }

  .hero-copy .display-title {
    max-width: 10.5ch;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.35rem, 11vw, 4rem);
    line-height: 0.94;
  }

  .hero-copy .lead-text {
    max-width: 31ch;
    margin: 1rem auto 0;
    text-align: center;
  }

  .hero-actions {
    width: 100%;
    justify-content: center !important;
  }

  #quem-somos .lead-text,
  #quem-somos .section-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
  }

  #solucoes .section-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
  }

  #contato .lead-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
  }

  .mosaic-card.tall,
  .mosaic-layout > .mosaic-card:not(.tall):not(.mosaic-copy) {
    min-height: 220px;
  }

  .mosaic-copy {
    min-height: 0;
    padding: 1.35rem 1.35rem 1.05rem !important;
  }

  .contact-shell,
  .service-card,
  .feature-card,
  .glass-panel {
    padding: 1.5rem;
  }

  .services-section .service-card {
    width: 100%;
    margin: 0;
  }

  .logo-pill {
    min-height: 80px;
    padding: 0.8rem 0.9rem;
  }

  .logo-pill-icon-box {
    width: min(158px, 100%);
    height: 50px;
    flex-basis: 158px;
    padding: 0;
  }

  .logo-pill-name {
    display: none;
  }

  .logo-carousel {
    padding: 0;
  }

  .logo-carousel-btn {
    display: none;
  }

  .logo-carousel-track .logo-pill {
    flex-basis: min(84vw, 300px);
  }

  .product-choice-card h3 {
    font-size: 1.15rem;
  }

  .product-carousel-modern {
    padding-left: 0;
    padding-right: 0;
  }

  .product-carousel-modern::before,
  .product-carousel-modern::after,
  .product-carousel-btn {
    display: none;
  }

  .product-picker-item {
    flex-basis: min(86vw, 320px);
  }

  .product-detail-shell {
    padding: 1.2rem;
    border-radius: 22px;
  }

  .product-info-card,
  .spec-table-card,
  .application-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .product-media-card {
    min-height: 220px;
    border-radius: 18px;
  }

  .product-highlight-grid {
    grid-template-columns: 1fr;
  }
}
