﻿:root {
  --bg: #071015;
  --bg-soft: #0c1820;
  --panel: rgba(14, 26, 33, 0.8);
  --panel-strong: #0f1d25;
  --panel-alt: rgba(20, 35, 44, 0.88);
  --text: #edf4f7;
  --muted: #9cb0bb;
  --line: rgba(132, 160, 174, 0.16);
  --line-strong: rgba(132, 160, 174, 0.28);
  --brand: #c94736;
  --brand-deep: #7e231b;
  --accent: #d7a45d;
  --steel: #9fb6c2;
  --success: #53d39f;
  --shadow-lg: 0 26px 80px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 20px 44px rgba(0, 0, 0, 0.22);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(215, 164, 93, 0.1), transparent 22%),
    radial-gradient(circle at 85% 10%, rgba(201, 71, 54, 0.18), transparent 24%),
    linear-gradient(180deg, #060e13 0%, #091319 35%, #0b151b 100%);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(159, 182, 194, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159, 182, 194, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 90%);
  opacity: 0.8;
  z-index: -1;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0%, rgba(215, 164, 93, 0.05) 45%, transparent 58%),
    linear-gradient(300deg, transparent 0%, rgba(201, 71, 54, 0.04) 48%, transparent 62%);
  opacity: 0.9;
  z-index: -1;
}

.main {
  overflow: clip;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  color: #f6fbfd;
  letter-spacing: -0.03em;
}

p {
  color: var(--muted);
  line-height: 1.8;
}

img {
  max-width: 100%;
  display: block;
}

.section {
  padding: 104px 0;
  position: relative;
}

.section-tight {
  padding-top: 0;
}

.shell,
.panel,
.metric-card,
.info-card,
.story-card,
.service-card,
.process-card,
.contact-card,
.transport-frame,
.compare-frame,
.footer-grid,
.cta-band,
.tech-band,
.nav-shell {
  position: relative;
  background: linear-gradient(180deg, rgba(15, 27, 34, 0.92), rgba(11, 21, 27, 0.9));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.shell::before,
.panel::before,
.metric-card::before,
.info-card::before,
.story-card::before,
.service-card::before,
.process-card::before,
.contact-card::before,
.transport-frame::before,
.compare-frame::before,
.footer-grid::before,
.cta-band::before,
.tech-band::before,
.nav-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(159, 182, 194, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159, 182, 194, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.18;
  pointer-events: none;
}

.shell::after,
.panel::after,
.metric-card::after,
.info-card::after,
.story-card::after,
.service-card::after,
.process-card::after,
.contact-card::after,
.transport-frame::after,
.compare-frame::after,
.footer-grid::after,
.cta-band::after,
.tech-band::after,
.nav-shell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(215, 164, 93, 0.9), transparent);
  opacity: 0.72;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-title p {
  margin-bottom: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(159, 182, 194, 0.16);
  background: rgba(159, 182, 194, 0.08);
  color: #dbe7ed;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  box-shadow: 0 0 0 6px rgba(215, 164, 93, 0.12);
}

#header.header {
  padding: 16px 0;
  background: transparent;
}

.nav-shell {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  padding: 14px 20px;
  border-radius: 999px;
  background: rgba(10, 18, 24, 0.76);
  backdrop-filter: blur(18px);
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.site-brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.site-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.site-brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #f4f8fb;
}

.site-brand-copy span {
  color: #8ea4b0;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.navmenu {
  margin-left: auto;
}

.navmenu ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.navmenu a {
  color: #dce7ec;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 600;
}

.navmenu a:hover,
.navmenu a.active {
  color: #fff;
  background: rgba(201, 71, 54, 0.18);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff !important;
  box-shadow: 0 16px 28px rgba(201, 71, 54, 0.28);
}

.mobile-nav-toggle {
  display: none;
  color: #edf4f7;
  font-size: 1.7rem;
}

.hero-2026 {
  position: relative;
  padding: 156px 0 96px;
}

.hero-2026::before {
  content: "";
  position: absolute;
  inset: 62px 0 auto;
  height: 640px;
  background:
    linear-gradient(135deg, rgba(8, 15, 20, 0.98), rgba(14, 27, 34, 0.86)),
    linear-gradient(135deg, rgba(201, 71, 54, 0.22), transparent);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.hero-2026::after {
  content: "";
  position: absolute;
  right: 6%;
  top: 88px;
  width: 34%;
  height: 420px;
  border-radius: 36px;
  border: 1px solid rgba(215, 164, 93, 0.14);
  background:
    linear-gradient(180deg, rgba(215, 164, 93, 0.14), transparent),
    repeating-linear-gradient(135deg, rgba(215, 164, 93, 0.06) 0, rgba(215, 164, 93, 0.06) 13px, rgba(159, 182, 194, 0.02) 13px, rgba(159, 182, 194, 0.02) 26px);
  transform: rotate(-8deg);
  opacity: 0.9;
  pointer-events: none;
}

.hero-2026 .container {
  position: relative;
  z-index: 1;
}

.hero-panel {
  padding: 48px;
  border-radius: var(--radius-xl);
}

.hero-title {
  font-size: clamp(2.9rem, 7vw, 6rem);
  line-height: 0.92;
  margin: 18px 0 18px;
}

.hero-copy {
  max-width: 640px;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.signal-card {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(159, 182, 194, 0.14);
  background: rgba(8, 17, 23, 0.7);
}

.signal-card span {
  display: block;
  color: #84a0af;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  margin-bottom: 8px;
}

.signal-card strong {
  display: block;
  color: #f7fbfd;
  line-height: 1.5;
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn-primary-hero,
.btn-secondary-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
}

.btn-primary-hero {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  box-shadow: 0 18px 34px rgba(201, 71, 54, 0.26);
}

.btn-secondary-hero {
  color: #edf4f7;
  background: rgba(159, 182, 194, 0.08);
  border: 1px solid rgba(159, 182, 194, 0.14);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.metric-card {
  padding: 22px;
  border-radius: 20px;
}

.metric-card strong {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 8px;
}

.hero-visual {
  position: relative;
}

.hero-media {
  min-height: 650px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-lg);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-float,
.hero-chip {
  position: absolute;
  background: rgba(11, 21, 27, 0.86);
  border: 1px solid rgba(159, 182, 194, 0.14);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
}

.hero-chip {
  top: 18px;
  right: -10px;
  border-radius: 999px;
  padding: 14px 18px;
}

.hero-float {
  left: -14px;
  bottom: 24px;
  border-radius: 24px;
  width: min(300px, 86%);
  padding: 22px;
}

.hero-chip strong,
.hero-float strong {
  color: #f7fbfd;
}

.page-hero {
  padding: 158px 0 72px;
  position: relative;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 48px 0 0;
  background:
    linear-gradient(135deg, rgba(8, 15, 20, 0.98), rgba(14, 27, 34, 0.88)),
    linear-gradient(135deg, rgba(201, 71, 54, 0.2), transparent);
  clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  margin-bottom: 14px;
}

.page-hero p {
  max-width: 760px;
}

.breadcrumbs ol {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  color: #dce7ec;
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 10px;
}

.breadcrumbs a,
.breadcrumbs .current,
.page-hero p,
.page-hero h1 {
  color: #f4f8fb;
}

.card-grid-4,
.card-grid-3,
.story-grid,
.process-grid,
.contact-grid {
  display: grid;
  gap: 24px;
}

.card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-grid,
.contact-grid,
.process-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.story-card,
.process-card,
.contact-card,
.info-card {
  border-radius: var(--radius-lg);
  padding: 28px;
  height: 100%;
}

.icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(215, 164, 93, 0.2), rgba(159, 182, 194, 0.12));
  color: var(--accent);
  font-size: 1.45rem;
}

.media-split {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 28px;
  align-items: center;
}

.media-frame {
  min-height: 560px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-lg);
  position: relative;
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-panel {
  border-radius: var(--radius-xl);
  padding: 36px;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.feature-list-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(159, 182, 194, 0.08);
}

.feature-list-item i {
  color: var(--accent);
  margin-top: 4px;
}

.process-card .media {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 18px;
}

.process-card .media img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.process-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(159, 182, 194, 0.14);
  background: rgba(159, 182, 194, 0.08);
  color: #dce8ee;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 16px;
}

.tech-band {
  border-radius: var(--radius-xl);
  padding: 28px;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tech-cell {
  padding: 18px;
  border-radius: 18px;
  background: rgba(8, 17, 23, 0.62);
  border: 1px solid rgba(159, 182, 194, 0.12);
}

.tech-cell strong {
  display: block;
  color: #f7fbfd;
  margin-bottom: 8px;
}

.compare-frame,
.transport-frame,
.footer-grid,
.cta-band {
  border-radius: var(--radius-xl);
}

.compare-frame,
.transport-frame {
  padding: 26px;
}

.compare-frame img {
  border-radius: 20px;
  border: 1px solid var(--line-strong);
}

.transport-frame .carousel-inner {
  border-radius: 22px;
  overflow: hidden;
}

.transport-frame .carousel-item img {
  height: 560px;
  object-fit: cover;
}

.contact-grid {
  align-items: start;
}

.info-stack {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.info-card {
  padding: 22px;
}

.form-control,
textarea.form-control {
  background: rgba(7, 15, 20, 0.72);
  color: #eef5f8;
  border: 1px solid rgba(159, 182, 194, 0.14);
  padding: 0.98rem 1.1rem;
  box-shadow: none;
}

.form-control::placeholder,
textarea.form-control::placeholder {
  color: #8ea1ab;
}

.form-control:focus,
textarea.form-control:focus {
  background: rgba(7, 15, 20, 0.82);
  color: #eef5f8;
  border-color: rgba(215, 164, 93, 0.36);
  box-shadow: 0 0 0 0.25rem rgba(215, 164, 93, 0.08);
}

.alert {
  border-radius: 18px !important;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
}

.footer {
  background: transparent !important;
  padding-bottom: 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 0.9fr;
  gap: 28px;
  padding: 30px;
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 30px 0;
  color: #9fb6c2;
  font-size: 0.88rem;
}

.footer-copyright p {
  margin: 0;
}

.footer-credit,
.footer-kovar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.footer-credit a {
  color: #dce8ee;
  text-decoration: none;
}

.footer-credit a:hover,
.footer-credit a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.footer-kovar-logo,
.footer-kovar-link img {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  object-fit: contain;
  flex: 0 0 18px;
}

.footer-brand img {
  width: 170px;
  margin-bottom: 18px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.footer a {
  color: #dce8ee;
}

.social-links-modern {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social-links-modern a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(159, 182, 194, 0.08);
  color: var(--accent);
}

.scroll-top {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: 0 18px 28px rgba(201, 71, 54, 0.28);
}

.material-card,
.story-card,
.service-card,
.process-card,
.contact-card,
.info-card,
.feature-panel,
.tech-cell,
.btn-primary-hero,
.btn-secondary-hero,
.social-links-modern a,
.nav-cta {
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.material-card:hover,
.story-card:hover,
.service-card:hover,
.process-card:hover,
.contact-card:hover,
.info-card:hover,
.feature-panel:hover,
.tech-cell:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.3);
}

.btn-primary-hero:hover,
.btn-secondary-hero:hover,
.social-links-modern a:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
  .nav-shell {
    border-radius: 28px;
    align-items: flex-start;
  }

  .navmenu {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    margin-left: auto;
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
  }

  .navmenu ul {
    display: none;
    width: 100%;
    position: static;
    inset: auto;
    flex-direction: column;
    align-items: stretch;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(159, 182, 194, 0.1);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .navmenu a,
  .nav-cta {
    width: 100%;
    justify-content: center;
  }

  .mobile-nav-active .navmenu {
    position: relative;
    inset: auto;
    overflow: visible;
    background: transparent;
  }

  .mobile-nav-active .navmenu ul {
    display: flex;
  }

  .mobile-nav-active .mobile-nav-toggle {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
  }

  .hero-2026::after {
    display: none;
  }

  .signal-grid,
  .metric-grid,
  .card-grid-4,
  .card-grid-3,
  .tech-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-split,
  .story-grid,
  .process-grid,
  .contact-grid,
  .cta-band {
    grid-template-columns: 1fr;
    display: grid;
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 76px 0;
  }

  .hero-2026 {
    padding: 138px 0 72px;
  }

  .hero-2026::before,
  .page-hero::before {
    inset: 34px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }

  .hero-panel,
  .feature-panel,
  .service-card,
  .story-card,
  .process-card,
  .contact-card,
  .info-card,
  .compare-frame,
  .transport-frame,
  .cta-band,
  .footer-grid,
  .tech-band {
    padding: 24px;
  }

  .signal-grid,
  .metric-grid,
  .card-grid-4,
  .card-grid-3,
  .tech-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px 0;
  }

  .hero-media {
    min-height: 420px;
  }

  .hero-chip,
  .hero-float {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .media-frame {
    min-height: 360px;
  }

  .transport-frame .carousel-item img {
    height: 320px;
  }

  .page-hero {
    padding: 138px 0 60px;
  }
}

/* Production polish */
.container,
.container-xl {
  position: relative;
}

.section-title h2,
.hero-title,
.page-hero h1,
.feature-panel h2,
.cta-band h3 {
  text-wrap: balance;
}

.section-title,
.hero-copy,
.feature-panel p,
.cta-band p {
  max-width: 72ch;
}

.hero-panel,
.feature-panel,
.tech-band,
.cta-band,
.contact-card,
.story-card,
.service-card,
.process-card,
.info-card,
.metric-card {
  backdrop-filter: blur(18px);
}

.hero-panel {
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.42);
}

.hero-copy {
  font-size: clamp(1.08rem, 2vw, 1.24rem);
}

.signal-card,
.metric-card,
.tech-cell,
.info-card {
  min-height: 100%;
}

.hero-chip,
.hero-float {
  z-index: 2;
}

.hero-chip {
  min-width: 220px;
}

.hero-float {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.card-grid-4 .service-card h3,
.card-grid-3 .story-card h3,
.process-card h3,
.contact-card h2,
.info-card h3 {
  margin-bottom: 12px;
}

.service-card p,
.story-card p,
.process-card p,
.info-card p,
.contact-card p,
.tech-cell p {
  margin-bottom: 0;
}

.service-card,
.story-card,
.process-card,
.info-card,
.tech-cell {
  isolation: isolate;
}

.service-card::before,
.story-card::before,
.process-card::before,
.info-card::before,
.tech-cell::before {
  opacity: 0.12;
}

.service-card:hover,
.story-card:hover,
.process-card:hover,
.info-card:hover,
.tech-cell:hover {
  border-color: rgba(215, 164, 93, 0.24);
}

.icon-wrap {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), 0 12px 24px rgba(0, 0, 0, 0.18);
}

.media-frame::after,
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 8, 11, 0.02) 0%, rgba(4, 8, 11, 0.08) 55%, rgba(4, 8, 11, 0.28) 100%);
  pointer-events: none;
}

.feature-list-item {
  border: 1px solid rgba(159, 182, 194, 0.08);
}

.feature-list-item strong,
.tech-cell strong,
.signal-card strong,
.metric-card strong,
.info-card h3,
.service-card h3,
.story-card h3,
.process-card h3 {
  color: #f7fbfd;
}

.process-step {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.compare-frame img,
.transport-frame .carousel-inner {
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  background-color: rgba(255,255,255,0.45);
}

.carousel-indicators .active {
  background-color: var(--accent);
}

.contact-card form {
  position: relative;
  z-index: 1;
}

.form-control,
textarea.form-control {
  border-radius: 16px !important;
}

.form-control.form-control-lg {
  min-height: 58px;
}

textarea.form-control {
  min-height: 156px;
  resize: vertical;
}

.alert-success {
  background: rgba(83, 211, 159, 0.14);
  color: #c8f5df;
}

.alert-danger {
  background: rgba(201, 71, 54, 0.16);
  color: #ffd5cf;
}

.footer-grid {
  align-items: start;
}

.footer-grid p,
.footer-grid li,
.footer-grid a {
  font-size: 0.96rem;
}

.footer-brand {
  max-width: 320px;
}

.social-links-modern a {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

@media (max-width: 991.98px) {
  .hero-panel {
    padding: 34px;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn-primary-hero,
  .hero-actions .btn-secondary-hero {
    flex: 1 1 240px;
  }

  .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    letter-spacing: -0.04em;
  }

  .hero-actions .btn-primary-hero,
  .hero-actions .btn-secondary-hero,
  .cta-band .btn-primary-hero,
  .cta-band .btn-secondary-hero {
    width: 100%;
  }

  .hero-panel,
  .contact-card,
  .feature-panel,
  .story-card,
  .service-card,
  .process-card {
    border-radius: 22px;
  }

  .breadcrumbs ol {
    flex-wrap: wrap;
  }
}


/* Logo emphasis */
.site-brand {
  flex: 0 0 auto;
  width: clamp(190px, 24vw, 310px);
  justify-content: flex-start;
}

.site-brand img {
  width: 100%;
  height: auto;
  max-height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
}

.site-brand-copy {
  display: none;
}

@media (max-width: 767.98px) {
  .site-brand {
    width: clamp(150px, 42vw, 210px);
  }

  .site-brand img {
    max-height: 72px;
  }
}

/* Contrast correction */
.site-brand {
  padding: 12px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(226, 233, 238, 0.94), rgba(199, 211, 219, 0.9));
  border: 1px solid rgba(96, 118, 130, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.46), 0 12px 28px rgba(0, 0, 0, 0.18);
}

.site-brand img {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
}

.section-title h2 {
  color: #18303b;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}

.section-title p {
  color: #6f8795;
}

.eyebrow {
  background: rgba(214, 224, 231, 0.72);
  border: 1px solid rgba(159, 182, 194, 0.34);
  color: #6a8290;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.58);
}

.eyebrow::before {
  box-shadow: 0 0 0 7px rgba(215, 164, 93, 0.18);
}

.footer-grid {
  background: linear-gradient(180deg, rgba(15, 27, 34, 0.96), rgba(10, 20, 26, 0.96));
}

.footer-grid p,
.footer-grid li,
.footer-grid a {
  color: #dbe7ed;
}

.footer-brand img {
  padding: 16px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(225, 232, 237, 0.94), rgba(201, 212, 219, 0.9));
  border: 1px solid rgba(96, 118, 130, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.46), 0 12px 28px rgba(0, 0, 0, 0.18);
}

.hero-chip,
.hero-float {
  background: rgba(244, 248, 250, 0.94);
  border: 1px solid rgba(114, 134, 145, 0.18);
}

.hero-chip strong,
.hero-float strong {
  color: #182c35;
}

.hero-float p,
.hero-chip p {
  color: #5f7785;
}

.tech-band .section-title h2,
.hero-panel h1,
.feature-panel h2,
.feature-panel h3,
.page-hero h1,
.cta-band h3,
.contact-card h2,
.contact-card h3,
.info-card h3,
.metric-card strong,
.signal-card strong,
.tech-cell strong,
.hero-chip strong,
.hero-float strong {
  text-shadow: none;
}

.tech-band .section-title h2,
.tech-band .section-title p,
.tech-band .eyebrow,
.page-hero p,
.page-hero h1,
.breadcrumbs a,
.breadcrumbs .current {
  color: #edf4f7;
}

.tech-band .eyebrow {
  background: rgba(159, 182, 194, 0.08);
  border-color: rgba(159, 182, 194, 0.14);
  color: #dbe7ed;
}

@media (max-width: 767.98px) {
  .site-brand {
    padding: 10px 14px;
    border-radius: 20px;
  }

  .footer-brand img {
    padding: 14px 16px;
  }
}

/* Header refinement */
.nav-shell {
  padding: 18px 22px;
}

.site-brand {
  min-height: 100%;
  align-self: stretch;
  display: flex;
  align-items: center;
  border-radius: 999px;
}

.site-brand img {
  max-height: 96px;
}

.navmenu ul {
  align-items: center;
}

.nav-cta {
  min-width: 214px;
  padding: 14px 24px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

@media (max-width: 1199.98px) {
  .site-brand {
    align-self: auto;
    border-radius: 28px;
  }
}

@media (max-width: 767.98px) {
  .nav-shell {
    padding: 14px 16px;
  }

  .site-brand {
    border-radius: 22px;
  }

  .site-brand img {
    max-height: 74px;
  }

  .nav-cta {
    min-width: 100%;
  }
}

/* Header polish */
.nav-shell {
  align-items: stretch;
}

.navmenu {
  display: flex;
  align-items: center;
}

.site-brand {
  padding: 10px 28px;
  min-height: 110px;
  border-radius: 999px;
}

.site-brand img {
  display: block;
  width: 100%;
  height: 92px;
  max-height: none;
}

.nav-cta {
  min-width: 236px;
  padding: 14px 28px;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .site-brand {
    min-height: auto;
    padding: 10px 22px;
  }

  .site-brand img {
    height: 82px;
  }
}

@media (max-width: 767.98px) {
  .site-brand {
    padding: 8px 18px;
  }

  .site-brand img {
    height: 68px;
  }

  .nav-cta {
    min-width: 100%;
    white-space: normal;
  }
}

/* Hero metric contrast */
.metric-card {
  background: linear-gradient(180deg, rgba(9, 20, 26, 0.96), rgba(7, 16, 22, 0.94));
  border-color: rgba(120, 145, 158, 0.22);
}

.metric-card strong {
  color: #f4f8fb;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.metric-card span {
  display: block;
  color: #b8c9d3;
  font-size: 1.02rem;
  line-height: 1.45;
  font-weight: 500;
  max-width: 14ch;
}

@media (max-width: 767.98px) {
  .metric-card span {
    max-width: none;
    font-size: 0.98rem;
  }
}

/* Contact info alignment */
.info-card {
  display: flex;
  align-items: center;
  gap: 22px;
}

.info-card .icon-wrap {
  margin-bottom: 0;
  flex: 0 0 58px;
}

.info-copy {
  display: grid;
  gap: 6px;
}

.info-copy h3 {
  margin-bottom: 0;
}

.info-copy p,
.info-copy a {
  color: #b8c9d3;
}

@media (max-width: 767.98px) {
  .info-card {
    gap: 18px;
    align-items: flex-start;
  }

  .info-copy {
    gap: 4px;
  }
}


/* CTA menu final alignment */
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  padding: 12px 22px;
  font-size: 0.98rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .nav-cta {
    width: 100%;
    padding: 12px 18px;
    white-space: normal;
  }
}

/* CTA menu optical text centering */
.nav-cta span {
  display: block;
  transform: translateX(-3px);
}

/* CTA menu text inset */
.nav-cta span {
  padding-left: 10px;
  padding-right: 10px;
}


@media (max-width: 1199.98px) {
  .nav-shell {
    align-items: center;
  }

  .site-brand {
    flex: 0 0 auto;
    align-self: center;
  }

  .mobile-nav-active .nav-shell {
    align-items: flex-start;
  }

  .mobile-nav-active .site-brand {
    width: clamp(190px, 24vw, 310px);
    min-height: auto;
    height: auto;
    padding: 10px 22px;
    border-radius: 28px;
    align-self: flex-start;
  }

  .mobile-nav-active .site-brand img {
    width: 100%;
    height: 82px;
    max-height: none;
    object-fit: contain;
  }
}

@media (max-width: 767.98px) {
  .mobile-nav-active .site-brand {
    width: clamp(150px, 42vw, 210px);
    padding: 8px 18px;
    border-radius: 22px;
  }

  .mobile-nav-active .site-brand img {
    height: 68px;
  }
}
