:root {
  --navy-900: #08101c;
  --navy-800: #0d1830;
  --navy-700: #13285c;
  --navy-600: #1a357a;
  --steel-100: #eef2f7;
  --steel-200: #d6dde8;
  --steel-500: #6d7789;
  --orange-500: #ff6512;
  --orange-600: #df5407;
  --orange-300: #ffb27e;
  --line: #d9e0ea;
  --line-dark: rgba(255, 255, 255, 0.1);
  --text: #1b2432;
  --text-soft: #4d586b;
  --white: #ffffff;
  --surface: #f4f7fb;
  --surface-alt: #e9eef5;
  --shadow: 0 18px 38px rgba(8, 16, 28, 0.08);
  --shadow-soft: 0 18px 40px rgba(18, 34, 68, 0.08);
  --shadow-premium: 0 28px 70px rgba(8, 16, 28, 0.14);
  --radius-sm: 18px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --radius-xl: 44px;
  --container: min(1180px, calc(100vw - 2rem));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 101, 18, 0.1), transparent 22%),
    radial-gradient(circle at 82% 4%, rgba(26, 53, 122, 0.1), transparent 18%),
    linear-gradient(180deg, #f9fbfd, #eef3f8 42%, #edf2f7);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), #000 30%, rgba(0, 0, 0, 0.22));
  opacity: 0.24;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.top-contact {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: var(--steel-200);
  font-size: 0.97rem;
}

.top-contact__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.22rem 0;
}

.top-contact__title {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.top-contact__tag {
  color: #ffb27e;
  font-weight: 600;
  margin-left: 0.5rem;
}

.top-contact a:hover,
.site-nav a:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--orange-500);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(249, 251, 253, 0.92), rgba(249, 251, 253, 0));
  border-bottom: 0;
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.28rem 0.55rem;
  margin-top: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
}

.support-strip {
  background: transparent;
  color: var(--white);
}

.support-strip__inner {
  padding: 0.42rem 0.8rem;
  margin-top: 0.38rem;
  font-weight: 700;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange-500), #ff8543);
  box-shadow: 0 16px 32px rgba(255, 101, 18, 0.24);
  overflow: hidden;
}

.support-strip__viewport {
  overflow: hidden;
  white-space: nowrap;
}

.support-strip__track {
  display: inline-flex;
  align-items: center;
  gap: 2.4rem;
  min-width: max-content;
  animation: marqueeSlide 16s linear infinite;
}

.support-strip__message {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  font-size: 0.9rem;
}

.support-strip a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: min(150px, 32vw);
  filter: drop-shadow(0 8px 18px rgba(18, 34, 68, 0.1));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 1.82rem;
  padding: 0.22rem 0.64rem;
  border-radius: 999px;
  font-size: 0.91rem;
  font-weight: 600;
  color: var(--text-soft);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

body[data-page="home"] .site-nav a[href="index.html"],
body[data-page="services"] .site-nav a[href="services.html"],
body[data-page="products"] .site-nav a[href="products.html"],
body[data-page="weighbridges"] .site-nav a[href="weighbridges.html"],
body[data-page="about"] .site-nav a[href="about.html"],
body[data-page="contact"] .site-nav a[href="contact.html"] {
  color: var(--orange-500);
  background: rgba(255, 101, 18, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 101, 18, 0.1);
}

.site-nav a:hover {
  transform: translateY(-1px);
  background: rgba(19, 40, 92, 0.06);
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.3rem;
  height: 2px;
  margin: 0.25rem auto;
  background: var(--navy-700);
}

.hero {
  padding: 0.45rem 0 0.95rem;
}

.hero--home {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 178, 126, 0.12), transparent 22%),
    radial-gradient(circle at 85% 12%, rgba(255, 101, 18, 0.14), transparent 18%),
    linear-gradient(135deg, rgba(8, 16, 28, 0.96), rgba(17, 38, 86, 0.92)),
    linear-gradient(180deg, #122657, #08101c);
  color: var(--white);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 24px 60px rgba(8, 16, 28, 0.22);
}

.hero--inner {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 78% 15%, rgba(255, 178, 126, 0.1), transparent 18%),
    linear-gradient(135deg, rgba(8, 16, 28, 0.92), rgba(17, 38, 86, 0.88)),
    linear-gradient(180deg, #122657, #08101c);
  color: var(--white);
  padding: 0.95rem 0 1.15rem;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: center;
}

.hero__grid--single {
  grid-template-columns: 1fr;
}

.hero__intro {
  display: block;
  max-width: 72rem;
  margin: 0 auto;
}

.hero__content h1,
.page-heading h1,
.section-heading h2,
.feature-card h3,
.info-card h3,
.service-block h3,
.page-card h3,
.contact-card h3,
.site-footer h3 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  line-height: 1.02;
}

.hero__content h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  max-width: 12ch;
  letter-spacing: -0.03em;
}

.eyebrow {
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--orange-300);
  font-size: 0.82rem;
}

.lead,
.body-copy,
.section-heading p,
.info-card p,
.feature-card p,
.service-block p,
.page-card p,
.contact-card p,
.contact-form p,
.site-footer a {
  line-height: 1.7;
}

.lead {
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
  margin: 0;
}

.hero__content--center {
  text-align: center;
}

.hero__content--center h1 {
  max-width: none;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.96;
}

.hero__content--center .hero__actions {
  justify-content: center;
}

.hero__content--heroonly {
  text-align: center;
}

.hero-brand-panel {
  position: relative;
  max-width: 62rem;
  margin: 0 auto;
  padding: 1.7rem 1.5rem 1.4rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 60px rgba(8, 16, 28, 0.22);
  overflow: hidden;
}

.hero-brand-panel--home {
  padding: 1rem 1rem 0.85rem;
}

.hero-brand-panel__text {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto 0.6rem;
}

.hero-brand-panel__text h1 {
  max-width: none;
  font-size: clamp(1.7rem, 3.2vw, 2.9rem);
  line-height: 0.98;
}

.hero-brand-panel__text .hero__actions {
  justify-content: center;
  margin-top: 0.8rem;
}

.hero-brand-panel__glow {
  position: absolute;
  inset: auto 10% -40% 10%;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 101, 18, 0.35), transparent 68%);
  filter: blur(24px);
  animation: pulseGlow 7s ease-in-out infinite;
}

.hero-brand-panel::after {
  content: "";
  position: absolute;
  inset: -20% auto auto -32%;
  width: 38%;
  height: 165%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: rotate(18deg);
  animation: sweepHighlight 7s ease-in-out infinite;
  pointer-events: none;
}

.hero-brand-panel img {
  position: relative;
  z-index: 1;
  width: min(24rem, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 18px 40px rgba(8, 16, 28, 0.24));
}

.hero-brand-panel__chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.6rem;
}

.hero-brand-panel__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(8, 16, 28, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.9rem;
}

.hero__actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

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

.button--primary {
  background: linear-gradient(135deg, var(--orange-500), #ff8f50);
  color: var(--white);
  box-shadow:
    0 18px 32px rgba(255, 101, 18, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.button--primary:hover {
  background: linear-gradient(135deg, var(--orange-600), #ff7b30);
  box-shadow:
    0 22px 38px rgba(255, 101, 18, 0.32),
    0 0 0 6px rgba(255, 101, 18, 0.1);
}

.button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.button--navy {
  background: linear-gradient(135deg, var(--navy-700), var(--navy-600));
  color: var(--white);
  box-shadow:
    0 18px 34px rgba(19, 40, 92, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero__panel,
.page-card,
.info-card,
.feature-card,
.service-block,
.contact-card,
.contact-form,
.list-panel {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-premium);
  border-radius: var(--radius-lg);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.hero__panel {
  padding: 0.8rem;
}

.hero__panel img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.section {
  position: relative;
  padding: 5rem 0;
}

.section--alt {
  background:
    radial-gradient(circle at top right, rgba(19, 40, 92, 0.04), transparent 20%),
    linear-gradient(180deg, rgba(244, 247, 251, 0.88), rgba(233, 238, 245, 0.95));
}

.section-heading {
  text-align: center;
  max-width: 56rem;
  margin: 0 auto 2.6rem;
}

.section-heading--left {
  text-align: left;
  margin: 0 0 1rem;
}

.section-heading h2,
.page-heading h1 {
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  color: var(--navy-900);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.page-heading h1 {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
}

.section-heading p,
.body-copy,
.page-heading p,
.page-intro p {
  color: var(--text-soft);
  font-size: 1.06rem;
}

.card-grid {
  display: grid;
  gap: 1.25rem;
}

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

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

.info-card,
.feature-card,
.page-card,
.contact-card {
  padding: 1.7rem;
}

.info-card h3,
.feature-card h3,
.service-block h3,
.page-card h3,
.contact-card h3 {
  font-size: 1.7rem;
  color: var(--navy-700);
}

.info-card:hover,
.feature-card:hover,
.page-card:hover,
.service-block:hover,
.contact-card:hover,
.contact-form:hover,
.list-panel:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 101, 18, 0.18);
  box-shadow:
    0 28px 64px rgba(8, 16, 28, 0.18),
    0 0 0 8px rgba(255, 101, 18, 0.05);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: start;
}

.list-panel {
  padding: 1.2rem;
}

.list-panel__item {
  padding: 1rem 1rem;
  border-bottom: 0;
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(19, 40, 92, 0.03), rgba(255, 255, 255, 0.92));
  font-weight: 600;
  color: var(--navy-900);
  box-shadow: inset 0 0 0 1px rgba(19, 40, 92, 0.05);
}

.list-panel__item + .list-panel__item {
  margin-top: 0.65rem;
}

.feature-row,
.service-grid,
.page-grid,
.contact-grid {
  display: grid;
  gap: 1.25rem;
}

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

.service-block {
  padding: 1.7rem;
  border-top: 0;
  position: relative;
}

.service-block::before,
.info-card::before,
.feature-card::before,
.page-card::before,
.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 101, 18, 0.95), rgba(255, 178, 126, 0.7));
}

.text-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--navy-700);
  font-weight: 700;
}

.page-heading {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.page-heading h1,
.page-heading p {
  color: var(--white);
}

.page-intro {
  max-width: 72rem;
  margin: 0 auto 2rem;
}

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

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

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

.bullet-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--text-soft);
}

.bullet-list li + li {
  margin-top: 0.5rem;
}

.contact-grid {
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
}

.contact-stack {
  display: grid;
  gap: 1.25rem;
}

.contact-card--details p {
  margin: 0 0 1rem;
  color: var(--text-soft);
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.7rem;
  color: var(--text-soft);
  line-height: 1.7;
}

.contact-detail__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-detail__icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.about-message {
  max-width: 60rem;
  margin: 0 auto;
  padding: 2.2rem;
  text-align: center;
}

.product-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.product-card {
  position: relative;
  padding: 1.8rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(19, 40, 92, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 251, 0.9));
  box-shadow: var(--shadow-premium);
  overflow: hidden;
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 101, 18, 0.95), rgba(255, 178, 126, 0.72));
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 101, 18, 0.18);
}

.product-card h3 {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.65rem;
  color: var(--navy-700);
}

.product-card p {
  margin: 0.85rem 0 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.product-card--feature {
  grid-column: span 2;
  min-height: 20rem;
  padding: 2.3rem;
  background:
    radial-gradient(circle at top right, rgba(255, 101, 18, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(19, 40, 92, 0.12), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(240, 245, 251, 0.96));
}

.product-card--feature h3 {
  max-width: 14ch;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1;
}

.product-card__eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--orange-500);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card--accent {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 24%),
    linear-gradient(145deg, rgba(19, 40, 92, 0.96), rgba(30, 58, 132, 0.94));
  color: var(--white);
}

.product-card--accent h3,
.product-card--accent p {
  color: var(--white);
}

.product-card--glass {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.4)),
    radial-gradient(circle at top left, rgba(255, 101, 18, 0.16), transparent 24%);
  backdrop-filter: blur(14px);
}

.contact-grid--premium {
  align-items: stretch;
}

.contact-card--premium {
  padding: 2rem;
  background:
    radial-gradient(circle at top right, rgba(255, 178, 126, 0.2), transparent 26%),
    linear-gradient(155deg, rgba(10, 20, 38, 0.97), rgba(20, 42, 96, 0.94));
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 64px rgba(8, 16, 28, 0.24);
}

.contact-card--premium h3,
.contact-card--premium p,
.contact-card--premium .contact-detail,
.contact-card--premium .contact-detail-panel span {
  color: rgba(255, 255, 255, 0.92);
}

.contact-card--premium .contact-detail {
  border-color: rgba(255, 255, 255, 0.08);
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.65rem 0.95rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--orange-300);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.contact-detail-panel {
  margin-top: 1.3rem;
  padding: 1rem 1.05rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-detail-panel strong {
  display: block;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.05rem;
}

.contact-detail-panel span {
  display: block;
  margin-top: 0.35rem;
  line-height: 1.7;
}

.contact-form--premium {
  position: relative;
  padding: 2rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at top left, rgba(255, 101, 18, 0.12), transparent 26%);
  backdrop-filter: blur(16px);
}

.contact-form--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.48);
  pointer-events: none;
}

.contact-card a,
.site-footer a {
  display: block;
  color: var(--text-soft);
}

.contact-form {
  padding: 1.5rem;
}

.contact-form form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 600;
  color: var(--navy-900);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cfd7e2;
  background: linear-gradient(180deg, #fbfcfe, #f3f7fb);
  padding: 0.9rem 1rem;
  color: var(--text);
  border-radius: 16px;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.form-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(255, 101, 18, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 101, 18, 0.12);
}

.form-note {
  margin: 0;
  color: var(--text-soft);
}

.site-footer {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(255, 178, 126, 0.08), transparent 20%),
    linear-gradient(135deg, var(--navy-900), #0e1d38);
  color: var(--steel-200);
  padding: 3rem 0;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  margin-top: 3rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 2rem;
}

.footer-logo {
  width: min(260px, 100%);
}

.footer-contact a {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
}

.footer-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-top: 0.1rem;
  flex: 0 0 1.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.footer-contact__icon svg {
  width: 0.85rem;
  height: 0.85rem;
  fill: var(--orange-300);
}

.footer-contact__text {
  display: inline-block;
}

.site-footer h3 {
  margin-bottom: 1rem;
  color: var(--white);
  font-size: 1.4rem;
}

.reveal-in {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.reveal-in.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes marqueeSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes sweepHighlight {
  0%,
  100% {
    transform: translateX(-120%) rotate(18deg);
    opacity: 0;
  }
  18% {
    opacity: 0.78;
  }
  45% {
    transform: translateX(260%) rotate(18deg);
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .hero__grid,
  .hero__intro,
  .split,
  .contact-grid,
  .feature-row,
  .service-grid,
  .page-grid,
  .card-grid--4,
  .card-grid--3,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .section {
    padding: 4rem 0;
  }

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

  .product-card--feature {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 0.5rem 1rem 1rem;
    box-shadow: var(--shadow-premium);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    min-height: auto;
    padding: 0.72rem 0;
    border-radius: 0;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .hero__grid,
  .hero__intro,
  .split,
  .feature-row,
  .service-grid,
  .page-grid,
  .card-grid--4,
  .card-grid--3,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero__content h1 {
    max-width: none;
  }

  .top-contact__inner {
    padding: 0.42rem 0;
    text-align: center;
  }

  .top-contact__tag {
    display: block;
    margin: 0.15rem 0 0;
  }

  .support-strip__inner {
    padding: 0.48rem 0;
    border-radius: var(--radius-md);
  }

  .support-strip__track {
    gap: 1.6rem;
    animation-duration: 14s;
  }

  .support-strip__message {
    font-size: 0.88rem;
  }

  .hero-brand-panel {
    padding: 1.35rem 1rem 1rem;
  }

  .hero-brand-panel__chips span {
    width: 100%;
    justify-content: center;
  }

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

  .product-card--feature {
    grid-column: span 1;
    min-height: auto;
  }

  .contact-grid {
    gap: 1rem;
  }

  .contact-form,
  .contact-card,
  .product-card,
  .page-card,
  .info-card,
  .feature-card,
  .service-block {
    padding: 1.35rem;
  }

  .footer-contact a {
    gap: 0.65rem;
  }
}
