:root {
  --navy: #07163d;
  --navy-2: #0c234f;
  --blue: #0f49d7;
  --red: #ea1f2e;
  --red-2: #ff4a57;
  --text: #1c2640;
  --muted: #68738f;
  --line: rgba(15, 37, 84, 0.12);
  --bg: #f3f6fb;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(7, 22, 61, 0.12);
  --shadow-strong: 0 24px 70px rgba(4, 14, 41, 0.28);
  --radius: 24px;
  --radius-lg: 32px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #edf2fa 0%, #f8fbff 38%, #ffffff 100%);
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.skip-link {
  position: absolute; top: -100px; left: 16px; z-index: 999;
  padding: 12px 16px; border-radius: 12px; background: var(--navy); color: #fff;
}
.skip-link:focus { top: 16px; }

.topbar {
  background: #050f2d; color: rgba(255,255,255,.82); font-size: .92rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar-inner {
  min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.topbar-contact { display: flex; flex-wrap: wrap; gap: 18px; }
.topbar-contact a:hover { color: #fff; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.95); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(8, 24, 64, .08);
}
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 22px; }
.brand img { width: 212px; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.nav a {
  padding: 10px 14px; border-radius: 999px; font-weight: 800; font-size: .93rem;
  color: var(--navy); transition: .2s ease;
}
.nav a:hover { background: rgba(15,73,215,.08); color: var(--blue); }
.header-cta {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  padding: 0 20px; border-radius: 999px; font-weight: 900; white-space: nowrap;
  color: #fff; background: linear-gradient(135deg, var(--red), var(--red-2)); box-shadow: 0 18px 34px rgba(234,31,46,.24);
}
.header-cta:hover { transform: translateY(-1px); }
.menu-toggle {
  display: none; width: 46px; height: 46px; border: 0; border-radius: 14px;
  background: var(--navy); margin-left: auto; cursor: pointer;
}
.menu-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px auto; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(255,255,255,.11), transparent 24rem),
    radial-gradient(circle at 20% 85%, rgba(234,31,46,.18), transparent 16rem),
    linear-gradient(135deg, #040d26 0%, #0a1b49 52%, #102d6f 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 42px 42px; mask-image: linear-gradient(180deg, #000, transparent 85%);
}
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center; gap: clamp(32px, 6vw, 80px); min-height: 760px; padding: 86px 0 90px;
  position: relative;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
  padding: 9px 14px; border-radius: 999px; color: #fff; font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
}
.hero h1, .section-title h2, .dark-copy h2, .contact-copy h2 {
  font-family: Barlow, Inter, Arial, sans-serif; line-height: .98; letter-spacing: -.04em;
}
.hero h1 {
  margin: 0; max-width: 720px; color: #fff; font-size: clamp(3rem, 7.2vw, 6rem); text-transform: uppercase;
}
.hero-text {
  max-width: 640px; margin: 22px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.24rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px;
  padding: 0 24px; border-radius: 999px; font-weight: 900; border: 0; cursor: pointer; transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--red), var(--red-2)); box-shadow: 0 20px 36px rgba(234,31,46,.26); }
.btn-secondary { color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); }
.hero-stats {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 34px;
}
.hero-stats article {
  padding: 18px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px);
}
.hero-stats strong { display: block; color: #fff; font-size: 1.55rem; font-weight: 900; }
.hero-stats span { display: block; margin-top: 6px; color: rgba(255,255,255,.76); font-size: .95rem; }
.hero-card {
  position: relative; padding: 18px; border-radius: 34px; background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow-strong);
}
.hero-card img { width: 100%; min-height: 430px; object-fit: contain; background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.07)); border-radius: 26px; padding: 18px; }
.hero-badge {
  position: absolute; top: 28px; left: 28px; z-index: 2; padding: 10px 14px; border-radius: 999px; background: #fff; color: var(--navy); font-weight: 800; font-size: .82rem;
}
.hero-panel {
  position: absolute; right: 28px; bottom: 28px; max-width: 270px; padding: 18px 20px; border-radius: 24px; background: rgba(7,22,61,.82); border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(12px);
}
.hero-panel strong { display: block; color: #fff; font-size: 1.12rem; }
.hero-panel span { display: block; margin-top: 6px; color: rgba(255,255,255,.74); }

.section { padding: clamp(72px, 8vw, 110px) 0; }
.section-intro { background: linear-gradient(180deg, rgba(255,255,255,0), #fff 24%); }
.intro-grid, .contact-grid {
  display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(26px, 5vw, 64px); align-items: start;
}
.section-title h2, .dark-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(2.2rem, 4.8vw, 4.25rem); color: var(--navy); }
.section-title p:not(.eyebrow), .dark-copy p, .intro-copy p, .contact-copy p { color: var(--muted); font-size: 1.06rem; }
.section-title.center { text-align: center; max-width: 900px; margin: 0 auto 42px; }
.eyebrow {
  margin: 0 0 14px; color: var(--red); font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em;
}
.eyebrow.light { color: #9cb7ff; }
.intro-points {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px;
}
.intro-points span {
  padding: 10px 14px; border-radius: 999px; background: #f0f4fb; border: 1px solid var(--line); color: var(--navy); font-weight: 800; font-size: .92rem;
}
.catalog-strip { padding-top: 0; }
.catalog-card {
  display: flex; justify-content: space-between; align-items: center; gap: 26px; padding: 34px; border-radius: 28px;
  background: linear-gradient(135deg, #ffffff, #eef3fc); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.catalog-card h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); color: var(--navy); font-family: Barlow, Inter, Arial, sans-serif; line-height: 1; letter-spacing: -.03em; }
.catalog-card p:last-child { margin: 14px 0 0; color: var(--muted); max-width: 760px; }
.products { background: #fff; }
.product-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;
}
.product-card {
  position: relative; padding: 28px; border-radius: 24px; border: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f9fbff);
  box-shadow: 0 16px 32px rgba(8, 22, 54, .07); overflow: hidden; transition: .2s ease;
}
.product-card::before {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 5px; background: var(--accent);
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(8, 22, 54, .12); }
.product-tag {
  display: inline-flex; margin-bottom: 14px; padding: 8px 12px; border-radius: 999px; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
  background: rgba(15,73,215,.08); color: var(--accent);
}
.product-card h3 { margin: 0; font-size: 1.28rem; color: var(--navy); font-family: Barlow, Inter, Arial, sans-serif; }
.product-card p { margin: 12px 0 0; color: var(--muted); }
.dark-section {
  background: linear-gradient(135deg, #07163d, #08112d 65%, #0f2054); color: #fff; position: relative; overflow: hidden;
}
.dark-section::before {
  content: ""; position: absolute; right: -120px; top: -120px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(234,31,46,.35), transparent 70%);
}
.dark-grid {
  position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(26px, 5vw, 58px); align-items: start;
}
.dark-copy h2 { color: #fff; }
.dark-copy p { color: rgba(255,255,255,.72); }
.feature-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px;
}
.feature-card {
  padding: 26px; border-radius: 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(12px);
}
.feature-card h3 { margin: 0; font-size: 1.2rem; font-family: Barlow, Inter, Arial, sans-serif; color: #fff; }
.feature-card p { margin: 12px 0 0; color: rgba(255,255,255,.72); }
.use-cases { background: #fff; }
.use-case-grid, .pack-grid {
  display: grid; gap: 18px;
}
.use-case-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.use-card {
  display: grid; gap: 10px; padding: 28px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(8, 22, 54, .06);
}
.use-card strong { font-size: 1.12rem; color: var(--navy); font-family: Barlow, Inter, Arial, sans-serif; }
.use-card span { color: var(--muted); }
.packaging { background: linear-gradient(180deg, #f7faff, #edf3fd); }
.pack-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
.pack-card {
  padding: 28px 18px; text-align: center; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(8,22,54,.08);
}
.pack-card strong {
  display: inline-flex; align-items: center; justify-content: center; width: 74px; height: 74px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--blue)); color: #fff; font-family: Barlow, Inter, Arial, sans-serif; font-size: 1.65rem;
}
.pack-card span { display: block; margin-top: 14px; color: var(--muted); font-size: .96rem; }
.contact-copy p { max-width: 560px; }
.contact-cards {
  display: grid; gap: 14px; margin-top: 26px;
}
.contact-card {
  display: grid; gap: 4px; padding: 18px 20px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 24px rgba(8,22,54,.06);
}
.contact-card small { color: var(--muted); font-weight: 700; }
.contact-card strong { color: var(--navy); font-size: 1.08rem; }
.contact-form {
  padding: 28px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.form-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px;
}
.form-grid label:last-child, .form-grid label:nth-child(3) { grid-column: 1 / -1; }
label span { display: block; margin-bottom: 8px; color: var(--navy); font-size: .92rem; font-weight: 800; }
input, textarea, select {
  width: 100%; border: 1px solid rgba(9,25,64,.13); border-radius: 16px; padding: 14px 16px; outline: none; background: #f9fbff;
}
input:focus, textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(15,73,215,.10); }
.form-button { width: 100%; margin-top: 18px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .92rem; }
.footer { background: #071129; color: rgba(255,255,255,.74); }
.footer-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 0;
}
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-brand img { width: 170px; }
.footer-brand p { margin: 0; max-width: 420px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a:hover { color: #fff; }

.reveal {
  opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: .08s; }

@media (max-width: 1080px) {
  .header-cta { display: none; }
  .hero-grid, .intro-grid, .dark-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-visual { max-width: 720px; }
  .catalog-card { flex-direction: column; align-items: flex-start; }
  .pack-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .use-case-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .topbar-inner { flex-direction: column; justify-content: center; padding: 10px 0; }
  .menu-toggle { display: inline-block; }
  .nav {
    position: absolute; left: 16px; right: 16px; top: calc(100% + 10px); padding: 14px; border-radius: 20px;
    background: rgba(255,255,255,.98); border: 1px solid var(--line); box-shadow: var(--shadow);
    flex-direction: column; align-items: stretch; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .2s ease;
  }
  .nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav a { padding: 12px 14px; }
  .hero { text-align: left; }
  .hero-stats, .feature-grid, .product-grid, .pack-grid, .form-grid { grid-template-columns: 1fr; }
  .hero-card img { min-height: 320px; }
  .hero-panel { position: static; margin-top: 14px; max-width: none; }
  .hero-badge { position: static; display: inline-flex; margin-bottom: 14px; }
  .section-title h2, .dark-copy h2, .contact-copy h2, .catalog-card h2 { line-height: 1; }
  .footer-inner, .footer-brand { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .brand img { width: 180px; }
  .hero-grid { padding: 72px 0; }
  .hero h1 { font-size: clamp(2.3rem, 12vw, 4rem); }
  .hero-stats { gap: 12px; }
  .catalog-card, .contact-form { padding: 22px; }
  .section { padding: 64px 0; }
  .use-case-grid { grid-template-columns: 1fr; }
}


.brands-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.brand-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.brand-note {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #07163d, #0f2b6d);
  color: #fff;
  box-shadow: var(--shadow);
}

.brand-note strong {
  display: block;
  font-family: Barlow, Inter, Arial, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.brand-note p {
  margin: 0;
  color: rgba(255,255,255,.78);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}

.brand-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 16px;
  text-align: center;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(8,22,54,.08);
  color: var(--navy);
  font-family: Barlow, Inter, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: .01em;
}

.location-section {
  background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.location-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 28px;
  align-items: center;
}

.location-copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.8vw, 4.25rem);
  color: var(--navy);
  font-family: Barlow, Inter, Arial, sans-serif;
  line-height: .98;
  letter-spacing: -.04em;
}

.location-copy p {
  color: var(--muted);
  font-size: 1.06rem;
}

.address-card {
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(8,22,54,.08);
}

.address-card small {
  display: block;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 8px;
}

.address-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.22rem;
  font-family: Barlow, Inter, Arial, sans-serif;
}

.address-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.map-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
  min-height: 420px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

@media (max-width: 1080px) {
  .brand-layout, .location-grid {
    grid-template-columns: 1fr;
  }
}

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

@media (max-width: 620px) {
  .brand-grid {
    grid-template-columns: 1fr;
  }

  .map-card, .map-card iframe {
    min-height: 320px;
  }
}


.brand-carousel {
  overflow: hidden;
  margin: 0 0 26px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marquee 26s linear infinite;
}

.brand-marquee-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 64px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  font-family: Barlow, Inter, Arial, sans-serif;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(8,22,54,.06);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.gallery-section {
  background: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #f7faff);
  box-shadow: 0 16px 34px rgba(8,22,54,.08);
  min-height: 280px;
}

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

.gallery-card-large {
  grid-row: span 2;
  min-height: 580px;
}

.gallery-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(7,22,61,.84);
  color: #fff;
  backdrop-filter: blur(10px);
}

.gallery-overlay strong {
  display: block;
  font-family: Barlow, Inter, Arial, sans-serif;
  font-size: 1.2rem;
}

.gallery-overlay span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.78);
}

.service-card {
  display: flex;
  align-items: stretch;
}

.service-visual {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: 30px;
  background: linear-gradient(135deg, #07163d, #0f2b6d);
  color: #fff;
}

.service-visual.alt {
  background: linear-gradient(135deg, #0f49d7, #07163d);
}

.service-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-visual strong {
  font-family: Barlow, Inter, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.service-visual p {
  margin: 0;
  color: rgba(255,255,255,.78);
}

.address-button {
  margin-top: 18px;
  width: fit-content;
}

@media (max-width: 1080px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card-large {
    grid-row: auto;
    min-height: 440px;
  }
}

@media (max-width: 860px) {
  .brand-marquee-pill {
    min-width: 140px;
    height: 56px;
  }
}

@media (max-width: 620px) {
  .gallery-card, .gallery-card-large {
    min-height: 280px;
  }

  .service-visual strong {
    font-size: 1.5rem;
  }
}


.product-card {
  display: flex;
  flex-direction: column;
}

.product-card p {
  flex: 1;
}

.product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15,73,215,.08);
  color: var(--navy);
  font-weight: 800;
  font-size: .92rem;
  transition: .2s ease;
}

.product-link:hover {
  background: var(--navy);
  color: #fff;
}

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

.form-grid-extended label:nth-child(7),
.form-grid-extended label:nth-child(8),
.form-grid-extended label:nth-child(9),
.form-grid-extended label:nth-child(10) {
  grid-column: span 1;
}

.form-grid-extended label:last-child {
  grid-column: 1 / -1;
}

.footer-inner-extended {
  align-items: flex-start;
}

.footer-address {
  margin-top: 8px;
  color: rgba(255,255,255,.72);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 18px 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #19b95b, #10d072);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 20px 40px rgba(12, 128, 59, .3);
}

.floating-whatsapp-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.18);
  font-size: 1.1rem;
}

.breadcrumb {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: .95rem;
}

.breadcrumb a:hover { color: var(--blue); }

.product-page-hero {
  background: linear-gradient(135deg, #07163d, #0c234f 58%, #143985);
  color: #fff;
  padding: 84px 0 72px;
}

.product-page-hero .eyebrow,
.product-page-hero h1,
.product-page-hero p,
.product-page-hero .breadcrumb {
  color: #fff;
}

.product-page-hero p {
  max-width: 760px;
  color: rgba(255,255,255,.82);
}

.product-page-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
}

.product-page-card {
  padding: 18px;
  border-radius: 30px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow-strong);
}

.product-page-card img {
  width: 100%;
  border-radius: 22px;
  min-height: 360px;
  object-fit: contain;
  background: rgba(255,255,255,.05);
  padding: 18px;
}

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

.product-detail-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 30px rgba(8,22,54,.06);
}

.product-detail-card h3 {
  margin: 0 0 10px;
  font-family: Barlow, Inter, Arial, sans-serif;
  color: var(--navy);
  font-size: 1.22rem;
}

.product-detail-card p,
.product-detail-card li {
  color: var(--muted);
}

.product-detail-card ul {
  margin: 0;
  padding-left: 18px;
}

.product-cta-strip {
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #08112d, #12337b);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.product-cta-strip h2 {
  margin: 0 0 8px;
  color: #fff;
}

.product-cta-strip p {
  margin: 0;
  color: rgba(255,255,255,.76);
}

@media (max-width: 1080px) {
  .product-page-grid,
  .product-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .form-grid-extended,
  .product-detail-grid { grid-template-columns: 1fr; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
  .product-cta-strip { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .floating-whatsapp span:last-child { display: none; }
  .floating-whatsapp { width: 58px; padding: 0; justify-content: center; }
}


.solutions-section {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fe 100%);
}

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

.solution-card {
  padding: 26px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(8,22,54,.06);
}

.solution-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff;
  font-family: Barlow, Inter, Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 14px;
}

.solution-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: Barlow, Inter, Arial, sans-serif;
  font-size: 1.3rem;
}

.solution-card p {
  margin: 0;
  color: var(--muted);
}

.faq-section {
  background: linear-gradient(180deg, #ffffff 0%, #eef3fd 100%);
}

.faq-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.faq-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: Barlow, Inter, Arial, sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 4.1rem);
  line-height: .98;
  letter-spacing: -.04em;
}

.faq-copy p {
  color: var(--muted);
  margin: 16px 0 22px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 24px rgba(8,22,54,.05);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 22px;
  border: 0;
  background: #fff;
  color: var(--navy);
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.faq-question span {
  font-size: 1.35rem;
  line-height: 1;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  padding: 0 22px 0;
  color: var(--muted);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 20px;
}

.faq-item.is-open .faq-question span {
  transform: rotate(45deg);
}

.footer-inner-complete {
  display: grid;
  grid-template-columns: 1.2fr .8fr .9fr .9fr;
  gap: 28px;
  align-items: start;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col h3 {
  margin: 0 0 6px;
  font-family: Barlow, Inter, Arial, sans-serif;
  color: #fff;
  font-size: 1.18rem;
}

.footer-brand-col img {
  width: 180px;
}

.footer-col a:hover {
  color: #fff;
}

.floating-phone {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 119;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #0f49d7, #1d69ff);
  box-shadow: 0 16px 30px rgba(15, 73, 215, .28);
}

.floating-phone-icon {
  font-size: 1.15rem;
}

@media (max-width: 1080px) {
  .solution-grid,
  .faq-grid,
  .footer-inner-complete {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .solution-grid,
  .faq-grid,
  .footer-inner-complete {
    grid-template-columns: 1fr;
  }
  .floating-phone { right: 14px; bottom: 82px; }
}


.product-detail-grid-two {
  grid-template-columns: repeat(2, minmax(0,1fr));
}

.related-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

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

.related-card {
  display: grid;
  gap: 8px;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(8,22,54,.06);
}

.related-card strong {
  color: var(--navy);
  font-family: Barlow, Inter, Arial, sans-serif;
  font-size: 1.16rem;
}

.related-card span {
  color: var(--muted);
  font-weight: 700;
}

.related-card:hover {
  transform: translateY(-2px);
}

@media (max-width: 1080px) {
  .related-grid,
  .product-detail-grid-two { grid-template-columns: 1fr; }
}

/* Correção de segurança: mantém conteúdo e imagens visíveis mesmo se o JavaScript de animação não carregar no servidor */
.reveal,
.reveal.delay-1,
.reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}


.brand-track-logos {
  gap: 18px;
}

.brand-logo-marquee {
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}

.brand-logo-marquee img {
  width: 100%;
  max-width: 220px;
  height: 72px;
  object-fit: contain;
  filter: saturate(1.02);
}

.brand-grid-logos {
  grid-template-columns: repeat(4, minmax(0,1fr));
}

.brand-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 12px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(8,22,54,.08);
}

.brand-logo-card img {
  width: 100%;
  max-width: 220px;
  height: 74px;
  object-fit: contain;
}

@media (max-width: 1080px) {
  .brand-grid-logos { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .brand-grid-logos { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .brand-logo-marquee { min-width: 180px; }
  .brand-logo-marquee img { max-width: 180px; height: 64px; }
}

@media (max-width: 620px) {
  .brand-grid-logos { grid-template-columns: 1fr; }
}


/* Ajuste solicitado: logo principal maior no cabeçalho */
.site-header .container {
  width: min(100% - 32px, 1360px);
}

.header-inner {
  min-height: 104px;
}

.brand img {
  width: 285px !important;
  max-width: 285px;
}

.nav {
  gap: 2px;
}

.nav a {
  padding: 8px 10px;
  font-size: .88rem;
}

.brand-logo-marquee,
.brand-logo-card {
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.brand-logo-marquee:hover,
.brand-logo-card:hover {
  transform: translateY(-2px);
}

.brand-logo-card:hover {
  border-color: rgba(15,73,215,.28);
  box-shadow: 0 18px 34px rgba(8,22,54,.12);
}

.brand-logo-card[data-link-pendente="true"],
.brand-logo-marquee[data-link-pendente="true"] {
  cursor: pointer;
}

@media (max-width: 1240px) {
  .brand img {
    width: 240px !important;
    max-width: 240px;
  }
  .nav a {
    padding: 8px 8px;
    font-size: .82rem;
  }
}

@media (max-width: 1080px) {
  .header-inner {
    min-height: 88px;
  }
  .brand img {
    width: 220px !important;
    max-width: 220px;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 205px !important;
    max-width: 205px;
  }
}
