:root {
  --navy: #0A1E3C;
  --navy-deep: #143060;
  --gold: #D4AF37;
  --bg: #F5F7FA;
  --card: #ffffff;
  --text: #162033;
  --muted: #5E6B84;
  --border: rgba(10, 30, 60, 0.12);
  --shadow: 0 18px 50px rgba(10, 30, 60, 0.12);
  --radius: 22px;
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 18%, var(--bg) 100%);
  overflow-x: hidden;
}

img, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1280px, calc(100% - 1.6rem)); margin: 0 auto; }
.section { padding: 5rem 0; scroll-margin-top: calc(var(--header-h) + 18px); }
.section-title { display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 2rem; }
.section-title h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.75rem); color: var(--navy); letter-spacing: -0.03em; }
.section-title p { margin: 0; max-width: 70ch; color: var(--muted); line-height: 1.7; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; font-weight: 800; color: var(--gold); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar { position: sticky; top: 0; z-index: 1000; background: rgba(10, 30, 60, 0.92); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.topbar-inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: 0.85rem; min-width: 0; }
.brand-mark {
  width: 210px;
  min-height: 58px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,252,0.96));
  border: 1px solid rgba(10, 30, 60, 0.08);
  display: grid;
  place-items: center;
  padding: 0.35rem 0.65rem;
  box-shadow: 0 12px 30px rgba(10, 30, 60, 0.12);
}
.brand-mark img {
  width: auto;
  max-width: 100%;
  max-height: 46px;
  height: auto;
  object-fit: contain;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text { min-width: 0; }
.brand-text strong { color: #fff; font-size: 1.08rem; letter-spacing: 0.02em; }
.brand-text span { color: rgba(255, 255, 255, 0.72); font-size: 0.82rem; }
.nav-wrap { display: flex; align-items: center; gap: 1rem; }
.nav-links { display: flex; align-items: center; gap: 0.25rem; list-style: none; padding: 0; margin: 0; }
.nav-links a { display: inline-flex; align-items: center; justify-content: center; padding: 0.8rem 1rem; color: rgba(255, 255, 255, 0.9); font-weight: 600; border-radius: 999px; transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease; }
.nav-links a:hover, .nav-links a.active { background: rgba(212, 175, 55, 0.15); color: #fff; }
.social-strip { display: flex; gap: 0.45rem; align-items: center; }
.social-strip a, .social-link { width: 38px; height: 38px; border-radius: 50%; display: inline-grid; place-items: center; color: #fff; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12); transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease; }
.social-strip a:hover, .social-link:hover { transform: translateY(-2px); background: rgba(212, 175, 55, 0.18); border-color: rgba(212, 175, 55, 0.35); }
.nav-toggle { display: none; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.08); color: #fff; border-radius: 14px; width: 46px; height: 46px; font-size: 1rem; }
.nav-toggle.open { background: rgba(212, 175, 55, 0.16); border-color: rgba(212, 175, 55, 0.35); }

.hero { position: relative; min-height: calc(100vh - var(--header-h)); display: grid; align-items: center; color: #fff; overflow: hidden; background: linear-gradient(90deg, rgba(10, 30, 60, 0.96) 0%, rgba(10, 30, 60, 0.88) 55%, rgba(10, 30, 60, 0.58) 100%), radial-gradient(circle at top right, rgba(212, 175, 55, 0.28), transparent 22%), linear-gradient(135deg, #09162a 0%, #0a1e3c 45%, #10274f 100%), url("images/hero-bg.webp") center/cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px); background-size: 48px 48px; opacity: 0.24; mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), transparent 95%); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 2rem; align-items: center; padding: 5rem 0; }
.hero-copy h1 { margin: 0 0 1rem; font-size: clamp(2.55rem, 6vw, 5.5rem); line-height: 0.98; letter-spacing: -0.05em; text-wrap: balance; }
.hero-copy h1 span { display: block; color: var(--gold); margin-bottom: 0.25rem; font-size: 0.28em; letter-spacing: 0.24em; text-transform: uppercase; }
.hero-support { display: grid; gap: 0.9rem; }
.hero-copy .lead { max-width: 62ch; font-size: clamp(1rem, 1.45vw, 1.18rem); line-height: 1.8; color: rgba(255, 255, 255, 0.88); margin-bottom: 1.5rem; }
.hero-copy .micro { color: rgba(255, 255, 255, 0.76); max-width: 60ch; line-height: 1.7; margin-bottom: 2rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.65rem; padding: 0.95rem 1.35rem; border-radius: 999px; font-weight: 700; transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease; border: 1px solid transparent; cursor: pointer; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--gold), #f1d06a); color: var(--navy); box-shadow: 0 16px 34px rgba(212, 175, 55, 0.28); }
.btn-secondary { color: #fff; border-color: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.06); backdrop-filter: blur(6px); }
.hero-card { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 28px; padding: 1.5rem; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2); backdrop-filter: blur(10px); }
.hero-card-grid { display: grid; gap: 1rem; }
.hero-stat { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.1rem; border-radius: 20px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); }
.hero-stat i { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: rgba(212, 175, 55, 0.14); color: var(--gold); font-size: 1.1rem; }
.hero-stat strong { display: block; color: #fff; font-size: 1rem; margin-bottom: 0.15rem; }
.hero-stat span { color: rgba(255, 255, 255, 0.72); font-size: 0.92rem; line-height: 1.5; }
.pill-row { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.4rem; }
.pill { padding: 0.6rem 0.85rem; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.9); font-size: 0.88rem; background: rgba(255, 255, 255, 0.06); }
.hero-carousel { display: grid; gap: 1rem; }
.carousel-window {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}
.carousel-track {
  display: flex;
  transition: transform 0.45s ease;
}
.carousel-slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
}
.carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 13 / 9;
  object-fit: cover;
}
.carousel-slide figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  background: rgba(10, 30, 60, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}
.carousel-slide figcaption strong {
  display: block;
  color: #fff;
  margin-bottom: 0.2rem;
}
.carousel-slide figcaption span {
  color: rgba(255,255,255,0.78);
  font-size: 0.92rem;
}
.carousel-meta {
  display: grid;
  gap: 0.9rem;
}
.carousel-copy {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.carousel-copy i {
  color: var(--gold);
  font-size: 1.2rem;
  margin-top: 0.15rem;
}
.carousel-copy strong,
.carousel-copy span {
  display: block;
}
.carousel-copy strong {
  color: #fff;
  margin-bottom: 0.15rem;
}
.carousel-copy span {
  color: rgba(255,255,255,0.76);
  line-height: 1.5;
}
.products-layout {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  align-items: start;
}
.products-searchbar {
  margin: 0 0 1rem;
}
.products-searchbar input {
  width: 100%;
  border: 1px solid rgba(10, 30, 60, 0.14);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  font: inherit;
  background: #fff;
  color: var(--text);
  box-shadow: 0 10px 22px rgba(10, 30, 60, 0.05);
  outline: none;
}
.products-searchbar input:focus {
  border-color: rgba(212, 175, 55, 0.7);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.14);
}
.products-empty-state {
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
  border: 1px dashed rgba(10, 30, 60, 0.16);
  background: linear-gradient(180deg, rgba(10, 30, 60, 0.02), rgba(212, 175, 55, 0.05));
  color: var(--muted);
}
.products-empty-state strong {
  display: block;
  color: var(--navy);
  margin-bottom: 0.35rem;
}
.products-empty-state p {
  margin: 0;
  line-height: 1.6;
}
.products-showcase-card,
.products-category-block {
  background: #fff;
  border: 1px solid rgba(10, 30, 60, 0.08);
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(10, 30, 60, 0.06);
  padding: 1.35rem;
  height: auto;
  overflow: hidden;
  align-self: start;
}
.products-categories-stack {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}
.products-category-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.products-category-header h3 {
  margin: 0.25rem 0 0.45rem;
  color: var(--navy);
  font-size: 1.45rem;
}
.products-category-header p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.products-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(212, 175, 55, 0.16);
}
.products-back-button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(10, 30, 60, 0.1);
  border-radius: 999px;
  padding: 0.8rem 1rem;
  background: #fff;
  color: var(--navy);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(10, 30, 60, 0.08);
}
.cash-subcategory-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.2rem;
}
.cash-subcategory-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 1rem;
  border: 1px solid rgba(212, 175, 55, 0.65);
  border-radius: 16px;
  background: #0A1E3C;
  color: #fff;
  font: inherit;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cash-subcategory-button.is-active {
  background: linear-gradient(180deg, #123B74, #0A1E3C);
  border-color: rgba(212, 175, 55, 0.95);
  box-shadow: 0 16px 26px rgba(10, 30, 60, 0.18);
}
.cash-subcategory-button:hover,
.cash-subcategory-button:focus-visible,
.products-back-button:hover,
.products-back-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 24px rgba(10, 30, 60, 0.12);
}
.cash-subcategory-display {
  margin-top: 1.2rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}
.cash-subcategory-display.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
  align-items: stretch;
}
.products-detail-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  gap: 1.45rem;
  margin-top: 1.35rem;
  align-items: start;
}
.products-detail-media {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(10, 30, 60, 0.08);
  aspect-ratio: 4 / 3;
  min-height: 180px;
  max-height: 220px;
  display: grid;
  align-items: stretch;
}
.products-detail-media .catalog-carousel {
  width: 100%;
  height: 100%;
  gap: 0;
  padding: 0;
  grid-template-rows: minmax(0, 1fr) auto;
}
.products-detail-media .catalog-carousel-window {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.products-detail-media .catalog-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  padding: 0.55rem;
  background: #fff;
}
.products-detail-media .catalog-carousel-controls {
  padding: 0.75rem 0.85rem 0.85rem;
  border-top: 1px solid rgba(10, 30, 60, 0.08);
  background: rgba(255, 255, 255, 0.9);
}
.catalog-carousel-controls-dots-only {
  justify-content: center;
}
.catalog-carousel-controls-dots-only .carousel-dots {
  flex: 0 1 auto;
}
.products-detail-copy {
  display: grid;
  gap: 0.95rem;
  min-width: 0;
  align-self: start;
}
.products-detail-copy h4 {
  margin: 0;
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1.2;
}
.products-detail-description {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.products-detail-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.45rem;
  color: #3b4964;
  line-height: 1.65;
}
.products-detail-list li::marker {
  color: var(--gold-deep);
}
.products-detail-tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0.48rem 0.85rem;
  border-radius: 999px;
  color: #b56500;
  font-size: 0.88rem;
  font-weight: 700;
  background: rgba(255, 153, 51, 0.12);
}
.products-detail-dropdown {
  display: grid;
  gap: 0.55rem;
}
.products-detail-dropdown label {
  color: var(--navy);
  font-weight: 700;
}
.products-detail-dropdown select {
  width: 100%;
  border: 1px solid rgba(10, 30, 60, 0.14);
  border-radius: 14px;
  padding: 0.92rem 1rem;
  font: inherit;
  color: var(--text);
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.products-detail-dropdown select:focus {
  border-color: rgba(212, 175, 55, 0.7);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.14);
}
.products-detail-actions {
  padding-top: 0.15rem;
}
.products-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(10, 30, 60, 0.08);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(10, 30, 60, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.products-tile:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 36px rgba(10, 30, 60, 0.12);
}
.products-tile-media {
  height: 220px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(10, 30, 60, 0.08);
}
.products-tile-media .catalog-carousel {
  height: 100%;
  gap: 0;
  padding: 0;
  grid-template-rows: minmax(0, 1fr) auto;
}
.products-tile-media .catalog-carousel-window {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.products-tile-media .catalog-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0.5rem;
  background: #fff;
}
.products-tile-media .catalog-carousel-controls {
  padding: 0.55rem 0.7rem 0.7rem;
  border-top: 1px solid rgba(10, 30, 60, 0.08);
  background: rgba(255, 255, 255, 0.94);
}
.products-tile-body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
  padding: 1rem;
}
.products-tile-body h4 {
  margin: 0;
  color: var(--navy);
  font-size: 1.05rem;
  line-height: 1.35;
}
.products-tile-meta {
  margin: 0;
  color: var(--gold-deep);
  font-size: 0.9rem;
  font-weight: 700;
}
.products-tile-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}
.products-tile-note {
  margin: 0;
  color: #5b6780;
  font-size: 0.82rem;
  line-height: 1.55;
}
.products-tile-actions {
  margin-top: auto;
  padding-top: 0.35rem;
}
.products-tile-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #123B74, #0A1E3C);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(10, 30, 60, 0.16);
}
.products-tile-button:hover {
  background: linear-gradient(180deg, #15498f, #0A1E3C);
}
.carousel-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.carousel-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
}
.carousel-dot.active {
  width: 30px;
  background: var(--gold);
}
.surface { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.carousel-container, .team-grid { display: grid; gap: 1.15rem; align-items: stretch; }
.carousel-container { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: row dense; grid-auto-rows: 1fr; }
.carousel-container > * { min-width: 0; }
.carousel-card, .product-card, .service-card, .team-card, .info-card { background: var(--card); border-radius: 22px; border: 1px solid var(--border); box-shadow: 0 10px 24px rgba(10, 30, 60, 0.06); overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; display: flex; flex-direction: column; align-self: stretch; height: 100%; min-height: 100%; }
.carousel-card:hover, .product-card:hover, .service-card:hover, .team-card:hover, .info-card:hover { transform: translateY(-5px); box-shadow: 0 22px 40px rgba(10, 30, 60, 0.12); border-color: rgba(212, 175, 55, 0.4); }
.catalog-carousel { display: grid; gap: 0.75rem; padding: 0.95rem 0.95rem 0; }
.catalog-carousel-window { overflow: hidden; display: grid; border-radius: 18px; border: 1px solid var(--border); background: linear-gradient(135deg, rgba(10, 30, 60, 0.08), rgba(212, 175, 55, 0.14)); aspect-ratio: 1 / 1; }
.catalog-carousel-track { display: flex; width: 100%; height: 100%; transition: transform 0.45s ease; }
.catalog-carousel-slide { min-width: 100%; margin: 0; position: relative; background: #fff; height: 100%; overflow: hidden; }
.catalog-carousel-slide { flex: 0 0 100%; }
.catalog-carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  background: #fff;
  padding: 0.45rem;
}
.catalog-carousel-controls { display: flex; align-items: center; gap: 0.7rem; justify-content: space-between; }
.carousel-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(10, 30, 60, 0.14);
  background: #fff;
  color: var(--navy);
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: none;
  box-shadow: 0 8px 18px rgba(10, 30, 60, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.carousel-arrow:hover { transform: translateY(-1px); background: var(--navy); color: #fff; border-color: var(--navy); }
.carousel-arrow:focus-visible, .carousel-dot:focus-visible, .nav-toggle:focus-visible { outline: 3px solid rgba(212, 175, 55, 0.55); outline-offset: 2px; }
.carousel-dots { display: flex; gap: 0.45rem; justify-content: center; flex: 1; flex-wrap: wrap; }
.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(10, 30, 60, 0.18);
  cursor: pointer;
}
.carousel-dot.active { width: 28px; background: var(--gold); }
.card-body { padding: 1.15rem; display: flex; flex-direction: column; gap: 0.75rem; flex: 1; }
.card-body h3 { margin: 0; font-size: 1.1rem; color: var(--navy); }
.card-body p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 0.96rem; }
.card-extra { margin-top: 0.1rem; padding-top: 0.85rem; border-top: 1px dashed rgba(10, 30, 60, 0.12); color: #33415e; font-size: 0.92rem; line-height: 1.6; opacity: 0.92; }
.card-actions { margin-top: auto; padding-top: 0.3rem; }
.carousel-view { width: 100%; }
.catalog-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fff;
  padding: 0.35rem;
  border-bottom: 1px solid var(--border);
}
.product-visual { min-height: 170px; display: grid; place-items: center; background: radial-gradient(circle at top, rgba(212, 175, 55, 0.15), transparent 55%), linear-gradient(135deg, #f8faff, #edf2f8); border-bottom: 1px solid var(--border); position: relative; }
.product-visual .badge { position: absolute; top: 1rem; right: 1rem; padding: 0.45rem 0.7rem; border-radius: 999px; font-size: 0.78rem; font-weight: 700; color: var(--navy); background: rgba(255, 255, 255, 0.8); border: 1px solid rgba(10, 30, 60, 0.08); }
.product-icon { width: 82px; height: 82px; border-radius: 24px; display: grid; place-items: center; background: linear-gradient(145deg, var(--navy), var(--navy-deep)); color: #fff; font-size: 2rem; box-shadow: 0 18px 30px rgba(10, 30, 60, 0.18); }
.keyword-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.05rem;
}
.keyword-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.65rem;
  border-radius: 999px;
  background: rgba(10, 30, 60, 0.05);
  border: 1px solid rgba(10, 30, 60, 0.08);
  color: #31415e;
  font-size: 0.78rem;
  line-height: 1.2;
}
.service-card { padding: 0; }
.service-icon, .info-icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; color: var(--navy); background: linear-gradient(145deg, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0.08)); border: 1px solid rgba(212, 175, 55, 0.24); flex: none; }
.service-card h3, .info-card h3, .team-card h3 { margin: 0; color: var(--navy); }
.service-card .card-body { padding: 1.25rem; }
.service-card .card-body { flex: 0; }
.catalog-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 0.3rem; }
.service-head { display: flex; align-items: flex-start; gap: 0.8rem; min-width: 0; margin-bottom: 0; }
.service-head h3 { font-size: 1.04rem; line-height: 1.2; }
.service-head .muted { margin-top: 0.2rem; font-size: 0.92rem; }
.service-points { margin: 0.15rem 0 0; padding-left: 1.15rem; color: var(--muted); line-height: 1.65; display: grid; gap: 0.3rem; }

#serviceGrid {
  align-items: start;
  grid-auto-rows: auto;
}

#serviceGrid > .carousel-card {
  height: auto;
  min-height: 0;
  align-self: start;
}

#productGrid > .carousel-card:last-child {
  grid-column: 1 / -1;
}

#serviceGrid > .carousel-card:last-child {
  grid-column: 1 / -1;
}

@media (min-width: 821px) {
  #productGrid > .carousel-card:last-child {
    display: grid;
    grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
  }

  #productGrid > .carousel-card:last-child .catalog-carousel {
    gap: 0.85rem;
    padding: 1.1rem;
    border-right: 1px solid rgba(10, 30, 60, 0.08);
    align-content: start;
  }

  #productGrid > .carousel-card:last-child .catalog-carousel-window {
    aspect-ratio: 16 / 10;
    min-height: 100%;
  }

  #productGrid > .carousel-card:last-child .catalog-carousel-slide img {
    object-fit: contain;
    object-position: center;
    transform: none;
    padding: 0.55rem;
    background: #fff;
  }

  #productGrid > .carousel-card:last-child .card-body {
    padding: 1.35rem;
    height: 100%;
  }

  #serviceGrid > .carousel-card:last-child {
    display: grid;
    grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
  }

  #serviceGrid > .carousel-card:last-child .catalog-carousel {
    gap: 0.85rem;
    padding: 1.1rem;
    border-right: 1px solid rgba(10, 30, 60, 0.08);
    align-content: start;
  }

  #serviceGrid > .carousel-card:last-child .catalog-carousel-window {
    aspect-ratio: 16 / 10;
    min-height: 100%;
  }

  #serviceGrid > .carousel-card:last-child .catalog-carousel-slide img {
    object-fit: contain;
    object-position: center;
    transform: none;
    padding: 0.55rem;
    background: #fff;
  }

  #serviceGrid > .carousel-card:last-child .card-body {
    padding: 1.35rem;
    height: 100%;
  }
}
.about-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 1.15rem; align-items: start; }
.about-panel { padding: 1.4rem; background: var(--card); border-radius: 24px; border: 1px solid var(--border); box-shadow: 0 14px 32px rgba(10, 30, 60, 0.06); }
.brand-card {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(10, 30, 60, 0.04), rgba(255,255,255,0.92));
  border: 1px solid rgba(10, 30, 60, 0.08);
  margin-bottom: 1rem;
}
.brand-card-logo {
  display: grid;
  place-items: center;
  padding: 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,247,250,0.95));
  border: 1px solid rgba(10, 30, 60, 0.08);
}
.brand-card-logo img {
  width: auto;
  max-width: min(100%, 260px);
  max-height: 72px;
  height: auto;
  object-fit: contain;
}
.values-row { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1rem; }
.value-chip { padding: 0.6rem 0.8rem; border-radius: 999px; background: rgba(10, 30, 60, 0.05); border: 1px solid rgba(10, 30, 60, 0.08); font-weight: 600; color: #22304d; }
.detail-list { display: grid; gap: 0.8rem; margin-top: 1rem; }
.detail-item { display: flex; gap: 0.85rem; align-items: flex-start; padding: 0.9rem 1rem; border-radius: 16px; background: linear-gradient(180deg, #fff, #fafbfd); border: 1px solid rgba(10, 30, 60, 0.08); }
.detail-item i { color: var(--gold); margin-top: 0.2rem; }
.contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 1.2rem; align-items: start; }
.contact-card { padding: 1.35rem; background: var(--card); border-radius: 24px; border: 1px solid var(--border); box-shadow: 0 14px 32px rgba(10, 30, 60, 0.06); }
.contact-list { display: grid; gap: 0.85rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.contact-list li { display: flex; gap: 0.85rem; align-items: flex-start; padding: 0.85rem 0.95rem; border-radius: 16px; background: rgba(10, 30, 60, 0.03); border: 1px solid rgba(10, 30, 60, 0.08); }
.contact-list i { color: var(--gold); margin-top: 0.2rem; width: 18px; }
.contact-list strong { display: block; color: var(--navy); margin-bottom: 0.15rem; }
.contact-list span, .contact-list a, .muted { color: var(--muted); line-height: 1.6; }
.email-list, .footer-note a { overflow-wrap: anywhere; word-break: break-word; }
.contact-form { display: grid; gap: 0.85rem; margin-top: 1rem; }
.form-status {
  min-height: 1.4rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.form-status.success { color: #0a7a35; }
.form-status.error { color: #b42318; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; }
.field { display: grid; gap: 0.45rem; }
.field label { font-weight: 600; color: var(--navy); font-size: 0.95rem; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(10, 30, 60, 0.14); border-radius: 16px; padding: 0.92rem 1rem; font: inherit; background: #fff; color: var(--text); outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.field input:focus, .field textarea:focus { border-color: rgba(212, 175, 55, 0.7); box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.14); }
.field textarea { min-height: 150px; resize: vertical; }
.map-card { padding: 1rem; overflow: hidden; }
.map-frame { border: 0; width: 100%; min-height: 380px; border-radius: 18px; background: #e9eef5; }
.banking { margin-top: 1rem; }
.accordion { display: grid; gap: 0.7rem; margin-top: 0.8rem; }
.accordion-item { border: 1px solid rgba(10, 30, 60, 0.1); border-radius: 18px; overflow: hidden; background: #fff; }
.accordion-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.05rem; border: 0; background: transparent; font: inherit; font-weight: 700; color: var(--navy); cursor: pointer; text-align: left; }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height 0.28s ease; padding: 0 1.05rem; }
.accordion-item.open .accordion-panel { padding-bottom: 1rem; }
.accordion-panel p { margin: 0; color: var(--muted); line-height: 1.7; }
.back-to-top { position: fixed; right: 1.15rem; bottom: 6.4rem; width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--navy); color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px rgba(10, 30, 60, 0.25); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease; z-index: 900; }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.whatsapp-fab { position: fixed; right: 1.1rem; bottom: 1.1rem; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: #25D366; color: #fff; font-size: 1.7rem; box-shadow: 0 16px 30px rgba(37, 211, 102, 0.32); z-index: 950; animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5), 0 16px 30px rgba(37, 211, 102, 0.32); } 70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0), 0 16px 30px rgba(37, 211, 102, 0.32); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 16px 30px rgba(37, 211, 102, 0.32); } }
.footer { background: linear-gradient(180deg, #0e2d59, #123B74); color: rgba(255, 255, 255, 0.88); padding: 3rem 0 2rem; margin-top: 1rem; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 0.8fr 1.1fr; gap: 1.2rem; align-items: start; }
.footer h3, .footer h4 { color: #fff; margin-top: 0; }
.footer p, .footer a, .footer li { color: rgba(255, 255, 255, 0.76); line-height: 1.7; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.45rem; }
.footer-bottom { margin-top: 1.8rem; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; justify-content: space-between; }
.footer-social { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.08); display: inline-grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.12); }
.footer-note { color: rgba(255, 255, 255, 0.68); font-size: 0.95rem; }
.email-link { color: #fff; text-decoration: underline; text-decoration-color: rgba(212, 175, 55, 0.7); text-underline-offset: 3px; }

@media (max-width: 1100px) {
  .hero-inner, .about-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .carousel-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .products-layout { grid-template-columns: 1fr; }
  .cash-subcategory-buttons,
  .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .products-detail-panel { grid-template-columns: 1fr; }
  .nav-wrap { margin-left: auto; }
}

@media (min-width: 981px) and (max-width: 1100px) {
  .products-detail-panel {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  }

  .products-detail-media {
    min-height: 170px;
    max-height: 210px;
  }
}

@media (max-width: 820px) {
  .nav-toggle { display: inline-grid; place-items: center; }
  .nav-wrap { position: fixed; inset: var(--header-h) 0 auto 0; background: rgba(10, 30, 60, 0.98); border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding: 1rem; display: grid; gap: 1rem; transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform 0.25s ease, opacity 0.25s ease; }
  .nav-wrap.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav-links a { justify-content: flex-start; }
  .social-strip { justify-content: flex-start; }
  .field-grid, .carousel-container { grid-template-columns: 1fr; }
  .products-layout { grid-template-columns: 1fr; }
  .products-category-header { flex-direction: column; }
  .cash-subcategory-buttons,
  .products-grid { grid-template-columns: 1fr; }

  #productGrid > .carousel-card:last-child {
    grid-column: auto;
    display: flex;
  }

  #productGrid > .carousel-card:last-child .catalog-carousel {
    padding: 0.95rem 0.95rem 0;
    border-right: 0;
  }

  #productGrid > .carousel-card:last-child .catalog-carousel-slide img {
    object-fit: contain;
    transform: none;
    padding: 0.5rem;
  }

  .carousel-card,
  .product-card,
  .service-card,
  .team-card,
  .info-card,
  .products-showcase-card,
  .products-category-block {
    width: 100%;
    max-width: 100%;
  }

  .catalog-carousel,
  .products-detail-media .catalog-carousel,
  .products-tile-media .catalog-carousel {
    gap: 0;
    padding: 0;
    width: 100%;
  }

  .catalog-carousel-window,
  .products-detail-media .catalog-carousel-window,
  .products-tile-media .catalog-carousel-window {
    width: 100%;
    margin: 0;
    aspect-ratio: 1 / 1;
  }

  .catalog-carousel-slide img,
  .products-detail-media .catalog-carousel-slide img,
  .products-tile-media .catalog-carousel-slide img {
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: contain;
    object-position: center;
    padding: 0.4rem;
  }

  .catalog-carousel-controls,
  .products-detail-media .catalog-carousel-controls,
  .products-tile-media .catalog-carousel-controls {
    padding: 0.8rem 0.95rem 0.95rem;
  }

  .products-detail-panel {
    gap: 1rem;
  }

  .products-detail-media,
  .products-detail-copy,
  .products-tile-body,
  .card-body {
    min-width: 0;
    width: 100%;
  }

  .products-detail-media {
    min-height: 220px;
    aspect-ratio: 1 / 1;
  }

  .products-tile-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 560px) {
  :root { --header-h: 78px; }
  .container { width: min(100% - 0.25rem, 1180px); }
  .section { padding: 4rem 0; }
  .topbar-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.65rem; }
  .brand { gap: 0.55rem; min-width: 0; }
  .hero-inner { padding: 3rem 0 4.2rem; display: flex; flex-direction: column; }
  .hero-copy { display: contents; }
  .hero-copy .eyebrow { order: 0; }
  .hero-copy h1 { order: 1; }
  .hero-card { order: 2; width: 100%; }
  .hero-copy .hero-support { order: 3; }
  .brand-mark { width: min(148px, 46vw); min-height: 48px; padding: 0.25rem 0.45rem; }
  .brand-mark img { max-height: 34px; }
  .brand-text strong { font-size: 0.92rem; }
  .brand-text span { font-size: 0.72rem; }
  .hero-copy h1 { font-size: clamp(2.1rem, 12vw, 3.3rem); margin-bottom: 0.5rem; }
  .hero-copy .lead { margin-bottom: 1rem; }
  .cta-row { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .nav-links { grid-template-columns: 1fr; }
  .carousel-slide img { aspect-ratio: 16 / 10; }
  .catalog-carousel-window { aspect-ratio: 1 / 1; }
  .card-body,
  .products-tile-body {
    padding-inline: 0.95rem;
  }
}
