@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --navy: #0d2340;
  --sand: #f2fbff;
  --red: #d75f55;
  --accent: #1c93c8;
  --teal: #1fbcc4;
  --text: #1f2b3d;
  --muted: #4a5666;
  --card: #ffffff;
  --border: rgba(10, 17, 37, 0.08);
  --shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  --header-height: 109px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(145, 220, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #f7fcff 0%, var(--sand) 42%, #eef9ff 100%);
  min-height: 100vh;
  line-height: 1.6;
}

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

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

.container {
  width: min(1200px, 94vw);
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(242, 249, 255, 0.97), rgba(231, 243, 255, 0.95) 46%, rgba(223, 239, 255, 0.94) 100%);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(92, 145, 196, 0.14);
  box-shadow: 0 12px 28px rgba(76, 126, 176, 0.1);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  position: relative;
  min-height: 96px;
}

.nav::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 14px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.02em;
  position: relative;
}

.nav-brand::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 1px;
  height: 42px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(92, 145, 196, 0), rgba(92, 145, 196, 0.34), rgba(92, 145, 196, 0));
}

.nav-brand img {
  height: 76px;
  width: auto;
  filter: drop-shadow(0 14px 28px rgba(6, 16, 28, 0.28));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 6px 0;
}

.nav-links a {
  position: relative;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  color: rgba(18, 46, 79, 0.78);
  overflow: hidden;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.nav-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(109, 202, 240, 0.18), rgba(255, 255, 255, 0.55));
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6dcaf0, #8fdcff, #6aa9ff);
  transform: scaleX(0);
  transform-origin: center;
  box-shadow: 0 0 18px rgba(109, 202, 240, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(109, 202, 240, 0.16);
}

.nav-links a:hover::before,
.nav-links a:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

main {
  padding: 0;
}

.top-stage {
  position: relative;
}

.topic-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--sand);
  overflow: hidden;
}
.tile-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f55a4;
  background: #eaf1fb;
  border: 1px solid #c7d7ee;
}

.tile-icon svg {
  width: 34px;
  height: 34px;
  display: block;

}

.topic-bar-shell {
  width: 100vw;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  position: relative;
  overflow: hidden;
  overflow: clip;
  border-radius: 0;
  border: 0;
  box-shadow: 0 22px 56px rgba(8, 20, 37, 0.18);
  isolation: isolate;
}

.topic-bar-track {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  height: 100%;
  align-items: stretch;
  transition: transform 560ms ease;
  will-change: transform;
}

.topic-panel {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - var(--header-height));
  padding: 88px min(7vw, 84px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #071428;
  border-radius: inherit;
}

.topic-panel {
  position: relative;
  cursor: pointer;
}

.topic-panel[data-slide-url] {
  cursor: pointer;
}

.topic-panel[data-slide-url]:focus-visible {
  outline: 2px solid rgba(132, 210, 255, 0.9);
  outline-offset: -8px;
}

.topic-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 14, 30, 0.82) 0%, rgba(4, 14, 30, 0.5) 38%, rgba(4, 14, 30, 0.14) 100%),
    linear-gradient(180deg, rgba(4, 14, 30, 0.1) 0%, rgba(4, 14, 30, 0.28) 100%);
}

.topic-panel-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  border-radius: inherit;
}

.topic-panel-asset {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
  filter: none;
  border-radius: inherit;
}

.topic-panel-copy {
  position: relative;
  z-index: 10;
  max-width: min(720px, 90vw);
  color: #ffffff;
}

.topic-panel-actions {
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.topic-panel-actions a {
  position: relative;
  z-index: 30;
  pointer-events: auto;
}

.topic-panel-asset {
  pointer-events: none;
}

.topic-panel-link {
  display: none !important;
}

.topic-bar-controls {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: flex;
  gap: 12px;
}

.topic-arrow {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(7, 20, 40, 0.48);
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.topic-arrow:hover,
.topic-arrow:focus-visible {
  transform: translateY(-1px);
  background: rgba(18, 144, 194, 0.65);
  border-color: rgba(255, 255, 255, 0.5);
}

.topic-kicker {
  margin: 0 0 14px;
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(182, 221, 255, 0.92);
}

.topic-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.92;
  color: #ffffff;
}

.topic-panel p:last-child {
  margin: 0;
  max-width: 640px;
  font-size: clamp(1rem, 1.8vw, 1.32rem);
  line-height: 1.6;
  color: rgba(235, 244, 255, 0.92);
}

.topic-candx {
  background-color: #050d1b;
}

.topic-candx .topic-panel-asset,
.topic-crm .topic-panel-asset,
.topic-fitness .topic-panel-asset,
.topic-restaurant .topic-panel-asset,
.topic-retail .topic-panel-asset,
.topic-pawn .topic-panel-asset {
  transform: scale(1.12) translate3d(0, 0, 0);
  transform-origin: center;
  animation: candxFloat 14s linear infinite;
  will-change: transform;
}

.topic-candx .topic-panel-asset {
  filter: brightness(1.08) contrast(1.1) saturate(1.12);
}

@keyframes candxFloat {
  0% {
    transform: scale(1.1) translate3d(-18px, -10px, 0);
  }

  25% {
    transform: scale(1.16) translate3d(14px, -18px, 0);
  }

  50% {
    transform: scale(1.22) translate3d(22px, 10px, 0);
  }

  75% {
    transform: scale(1.15) translate3d(-12px, 18px, 0);
  }

  100% {
    transform: scale(1.1) translate3d(-18px, -10px, 0);
  }
}

.topic-crm {
  background-color: #07192d;
}

.topic-crm::before {
  background:
    linear-gradient(90deg, rgba(5, 18, 34, 0.84) 0%, rgba(5, 18, 34, 0.48) 40%, rgba(5, 18, 34, 0.14) 100%),
    radial-gradient(circle at 78% 16%, rgba(28, 147, 200, 0.24), transparent 28%);
}

.topic-crm .topic-panel-asset {
  object-position: 68% center;
}

.topic-retail {
  background-color: #081526;
}

.topic-retail::before {
  background:
    linear-gradient(90deg, rgba(7, 20, 40, 0.82) 0%, rgba(7, 20, 40, 0.44) 40%, rgba(7, 20, 40, 0.12) 100%),
    radial-gradient(circle at 74% 18%, rgba(28, 147, 200, 0.18), transparent 28%);
}

.topic-retail .topic-panel-asset {
  object-position: center center;
}

.topic-food {
  background-color: #0e1723;
}

.topic-food .topic-panel-video {
  object-fit: cover;
  object-position: center;
  display: block;
  background: transparent;
  opacity: 1;
  filter: brightness(0.94) saturate(1.08) contrast(1.02);
  z-index: 1;
}

.topic-food::before {
  background:
    linear-gradient(90deg, rgba(7, 20, 40, 0.8) 0%, rgba(7, 20, 40, 0.42) 40%, rgba(7, 20, 40, 0.12) 100%),
    radial-gradient(circle at 74% 22%, rgba(255, 178, 94, 0.16), transparent 30%);
  z-index: 2;
}

.topic-fitness {
  background-color: #081425;
}

.topic-fitness .topic-panel-asset {
  object-position: 58% center;
  filter: brightness(0.78) saturate(1.04) contrast(1.02);
}

.topic-fitness::before {
  background:
    linear-gradient(90deg, rgba(7, 20, 40, 0.84) 0%, rgba(7, 20, 40, 0.46) 40%, rgba(7, 20, 40, 0.14) 100%),
    radial-gradient(circle at 74% 20%, rgba(31, 188, 196, 0.18), transparent 30%);
  z-index: 2;
}

.topic-saloon {
  background-color: transparent;
  background-image: none;
}

.topic-pawn {
  background-color: #081425;
}

.topic-pawn .topic-panel-asset {
  filter: brightness(0.92) saturate(1.04) contrast(1.03);
}

.topic-pawn::before {
  background:
    linear-gradient(90deg, rgba(6, 18, 35, 0.84) 0%, rgba(6, 18, 35, 0.48) 40%, rgba(6, 18, 35, 0.14) 100%),
    radial-gradient(circle at 76% 24%, rgba(215, 95, 85, 0.14), transparent 28%);
}

.topic-restaurant {
  background-color: #0f1720;
}

.topic-restaurant .topic-panel-asset {
  filter: brightness(0.9) saturate(1.06) contrast(1.02);
}

.topic-restaurant::before {
  background:
    linear-gradient(90deg, rgba(7, 20, 40, 0.78) 0%, rgba(7, 20, 40, 0.42) 40%, rgba(7, 20, 40, 0.12) 100%),
    radial-gradient(circle at 78% 22%, rgba(255, 178, 94, 0.14), transparent 28%);
}

.topic-gym {
  background-color: #081425;
}

.topic-gym .topic-panel-video {
  object-fit: cover;
  object-position: center;
  display: block;
  background: transparent;
  opacity: 1;
  filter: brightness(0.76) saturate(1.04) contrast(1.04);
  z-index: 1;
}

.topic-gym::before {
  background:
    linear-gradient(90deg, rgba(7, 20, 40, 0.84) 0%, rgba(7, 20, 40, 0.46) 40%, rgba(7, 20, 40, 0.14) 100%),
    radial-gradient(circle at 76% 20%, rgba(31, 188, 196, 0.16), transparent 28%);
}

@keyframes topicPanels {
  0% {
    transform: translateX(0);
  }

  13% {
    transform: translateX(0);
  }

  16.66% {
    transform: translateX(-100%);
  }

  29% {
    transform: translateX(-100%);
  }

  33.33% {
    transform: translateX(-200%);
  }

  46% {
    transform: translateX(-200%);
  }

  50% {
    transform: translateX(-300%);
  }

  63% {
    transform: translateX(-300%);
  }

  66.66% {
    transform: translateX(-400%);
  }

  79% {
    transform: translateX(-400%);
  }

  83.33% {
    transform: translateX(-500%);
  }

  96% {
    transform: translateX(-500%);
  }

  100% {
    transform: translateX(-500%);
  }
}

.section {
  padding: 36px 0;
}

.hero {
  display: block;
  padding-top: 0;
}

.hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.1;
  margin: 0 0 14px;
  color: var(--navy);
}

.hero p.lead {
  color: rgba(31, 43, 61, 0.82);
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--navy);
}

#home.section {
  padding-top: 28px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.btn-primary,
.btn-ghost {
  border: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(120deg, #0f2748, #d75f55);
  box-shadow: 0 16px 32px rgba(10, 17, 37, 0.18);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(10, 17, 37, 0.26);
}

.btn-ghost {
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(13, 35, 64, 0.18);
}

.btn-ghost-light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(229, 75, 69, 0.5);
  color: var(--red);
}

.btn-ghost-light:hover,
.btn-ghost-light:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.16);
}

.section-head {
  margin-bottom: 34px;
}

.section-head h2 {
  margin: 8px 0 10px;
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  color: var(--navy);
}

.section-head p {
  max-width: 760px;
  color: rgba(15, 23, 42, 0.7);
}

.eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1fbcc4;
  margin: 0 0 10px;
}

.about-grid {
  display: grid;
  gap: 24px;
  align-items: start;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.about-title {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  margin: 6px 0 14px;
  color: var(--navy);
  line-height: 1.1;
}

.about-copy {
  color: rgba(15, 23, 42, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

.about-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
  padding: 20px 22px;
}

.about-card-title {
  margin: 6px 0 10px;
  color: var(--navy);
}

.about-missions {
  margin-top: 24px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.about-tile {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 16px 18px;
}

.about-tile h4 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 1.1rem;
}

.about-tile p {
  margin: 0;
  color: rgba(15, 23, 42, 0.78);
}

.tile-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(31, 146, 200, 0.1);
  display: grid;
  place-items: center;
  font-size: 18px;
}

.grid-2 {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.about-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(10, 17, 37, 0.04);
  font-weight: 700;
  color: var(--navy);
}

.mission {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mission .card h3 {
  margin: 6px 0;
  color: var(--navy);
}

.products-grid {
  display: flex;
  gap: 16px;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 4px 16px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.products-grid::-webkit-scrollbar {
  display: none;
}

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(241, 245, 255, 0.95));
  border: 1px solid rgba(195, 210, 235, 0.58);
  padding: 20px 20px 18px;
  box-shadow: 0 16px 30px rgba(116, 138, 178, 0.14);
  min-height: 420px;
  width: min(320px, 76vw);
  flex: 0 0 min(320px, 76vw);
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
}

.product-card h3 {
  margin: 14px 0 14px;
  color: #0d2d5f;
  font-size: clamp(1.35rem, 1.5vw, 1.7rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.product-card p {
  color: rgba(28, 52, 92, 0.84);
  margin: 0 0 16px;
  font-size: 0.92rem;
  line-height: 1.52;
}

.product-logo {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  border: 1px solid rgba(214, 223, 241, 0.6);
  background: linear-gradient(180deg, #fdfefe, #eef4ff);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 22px rgba(76, 104, 148, 0.09);
}

.product-logo img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 14px;
}

.product-logo-photo {
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: 0 18px 34px rgba(76, 104, 148, 0.16);
}

.product-logo-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}

.feature-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.38;
  color: rgba(28, 52, 92, 0.9);
}

.feature-dot {
  width: 8px;
  height: 8px;
  margin-top: 0.42em;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #2792c9;
}

.product-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #ea6356;
  margin-top: auto;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.contact-grid {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: start;
}

form {
  display: grid;
  gap: 8px;
}

label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.72);
  margin-bottom: 4px;
}

input,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(10, 17, 37, 0.14);
  background: #fff;
  font-size: 1rem;
  color: var(--navy);
  transition: border-color 140ms ease, box-shadow 140ms ease;
  font-family: inherit;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(229, 75, 69, 0.5);
  box-shadow: 0 0 0 3px rgba(229, 75, 69, 0.18);
}

textarea {
  resize: vertical;
  min-height: 210px;
}

.contact-details {
  display: grid;
  gap: 6px;
}
.website-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
}
.website-icon svg {
  width: 30px;
  height: 30px;
  display: block;
  transform: translateY(2px);
}
.phone-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
}

.phone-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  transform: translateY(1px);
}
.gst-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
  overflow: hidden;
}

.gst-icon svg {
  width: 26px;
  height: 26px;
  display: block;
  transform: translateY(1px);
}
.detail {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.detail .icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(10, 17, 37, 0.06);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: var(--navy);
}

.detail strong {
  display: block;
  color: var(--navy);
}

.badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(10, 17, 37, 0.06);
  font-weight: 700;
  color: var(--navy);
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

footer {
  margin-top: 18px;
  padding: 26px 0 40px;
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.9);
}

.footer-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.footer-meta {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-meta img {
  height: 44px;
  width: auto;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--red);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 12px;
  color: rgba(15, 23, 42, 0.7);
  font-size: 0.95rem;
}

/* Hero text colors */
.text-hero-blue {
  display: inline-block;
  background-image: linear-gradient(90deg, #1e3f70, #1a8db3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-hero-gradient {
  display: inline-block;
  background-image: linear-gradient(90deg, #00c8e8, #68d0d8, #b1b1b3, #a26f72, #c34f4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@media (max-width: 900px) {
  .nav {
    gap: 14px;
    min-height: 82px;
  }

  .nav-brand {
    padding: 8px 10px 8px 6px;
  }

  .nav-brand::after {
    right: -10px;
    height: 32px;
  }

  .nav-brand img {
    height: 58px;
  }

  .nav-links {
    gap: 4px;
    flex-wrap: nowrap;
    margin-left: auto;
  }

  .nav-links a {
    padding: 8px 10px;
    font-size: 0.92rem;
    letter-spacing: 0;
  }

  .topic-panel-media {
    right: 40px;
    width: min(34vw, 280px);
  }

  .topic-media-card-large {
    height: 220px;
  }

  .topic-media-card-small {
    width: 120px;
    height: 120px;
    padding: 16px;
  }

  .topic-bar {
    padding: 0;
  }

  .topic-panel {
    padding: 52px 42px;
  }

  .topic-panel h2 {
    font-size: clamp(3.4rem, 7vw, 5rem);
  }

  .topic-panel p:last-child {
    font-size: 1.2rem;
  }

  .nav {
    flex-wrap: wrap;
  }

  .products-grid {
    gap: 18px;
  }

}

@media (max-width: 600px) {
  .nav {
    gap: 10px;
    min-height: 74px;
  }

  .nav-brand {
    padding: 6px 8px 6px 2px;
  }

  .nav-brand::after {
    right: -6px;
    height: 26px;
  }

  .nav-brand img {
    height: 46px;
  }

  .nav-links {
    gap: 2px;
  }

  .nav-links a {
    padding: 7px 8px;
    font-size: 0.84rem;
  }

  .topic-panel-media {
    right: 22px;
    top: auto;
    bottom: 92px;
    width: 140px;
    transform: none;
  }

  .topic-media-card-large {
    height: 120px;
  }

  .topic-media-card-small {
    width: 84px;
    height: 84px;
    padding: 10px;
  }

  .topic-bar {
    padding: 0;
  }

  .topic-bar-shell {
    width: 100vw;
    min-height: calc(100vh - var(--header-height));
    border-radius: 0;
    border-width: 0;
  }

  .topic-panel {
    padding: 38px 28px;
    align-items: center;
  }

  .topic-kicker {
    font-size: 0.72rem;
  }

  .topic-panel h2 {
    font-size: 3.4rem;
  }

  .topic-panel p:last-child {
    font-size: 1.12rem;
  }

  .products-grid {
    gap: 16px;
    padding-bottom: 14px;
  }

  .section {
    padding: 54px 0;
  }

  .card {
    padding: 18px;
  }

  .product-card {
    width: min(280px, 84vw);
    flex-basis: min(280px, 84vw);
    min-height: 380px;
    padding: 18px 16px;
    border-radius: 22px;
  }

  .product-card h3 {
    margin: 12px 0 12px;
    font-size: 1.45rem;
  }

  .product-card p {
    font-size: 0.86rem;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .product-logo {
    width: 60px;
    height: 60px;
    border-radius: 14px;
  }

  .feature-list {
    gap: 8px;
    margin-bottom: 14px;
  }

  .feature-list li {
    font-size: 0.82rem;
  }
}
