* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy-950: #071423;
  --navy-900: #0b1f36;
  --navy-800: #123152;
  --navy-700: #1a4978;
  --teal-500: #1fa6a2;
  --teal-400: #44c6c0;
  --amber-400: #f3b340;
  --amber-300: #ffd37a;
  --text-900: #102033;
  --text-700: #36516d;
  --white: #ffffff;
  --shadow-soft: 0 18px 45px rgba(7, 20, 35, 0.12);
  --shadow-strong: 0 24px 60px rgba(7, 20, 35, 0.18);
  --radius-xl: 28px;

  /* Zmieniaj tylko te wartosci, a header i footer zostana tej samej wysokosci. */
  --header-logo-width: 219px;
  --header-logo-height: 62px;
  --header-logo-offset-x: 0px;
  --header-logo-offset-y: 0px;
  --header-logo-frame-width: 250px;
  --header-logo-frame-height: 58px;

  --footer-logo-width: 187px;
  --footer-logo-height: 52px;
  --footer-logo-offset-x: 0px;
  --footer-logo-offset-y: 0px;
  --footer-logo-frame-width: 220px;
  --footer-logo-frame-height: 52px;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Trebuchet MS", "Aptos", "Segoe UI", sans-serif;
  color: var(--text-900);
  background:
    radial-gradient(circle at top left, rgba(68, 198, 192, 0.10), transparent 28%),
    linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(7, 20, 35, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-mark,
.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.brand-mark {
  width: var(--header-logo-frame-width);
  height: var(--header-logo-frame-height);
}

.footer-brand {
  width: var(--footer-logo-frame-width);
  height: var(--footer-logo-frame-height);
}

.brand-mark img,
.footer-brand img {
  max-width: none;
  flex: none;
  object-fit: contain;
  transform-origin: center center;
  pointer-events: none;
}

.brand-mark img {
  width: var(--header-logo-width);
  height: var(--header-logo-height);
  transform: translate(var(--header-logo-offset-x), var(--header-logo-offset-y));
}

.footer-brand img {
  width: var(--footer-logo-width);
  height: var(--footer-logo-height);
  transform: translate(var(--footer-logo-offset-x), var(--footer-logo-offset-y));
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
}

nav a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 0.97rem;
  font-weight: 700;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

nav a:hover,
nav a.is-active {
  color: var(--white);
  border-bottom-color: var(--amber-400);
}

main {
  padding-bottom: 42px;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  min-height: 720px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(7, 20, 35, 0.94) 10%, rgba(11, 31, 54, 0.78) 46%, rgba(26, 73, 120, 0.44) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 179, 64, 0.28) 0%, rgba(243, 179, 64, 0) 70%);
  pointer-events: none;
}

.hero-home {
  background: linear-gradient(180deg, #eef5fb 0%, #e2edf8 100%);
  color: var(--text-900);
}

.hero-home::before,
.hero-home::after {
  display: none;
}

.hero-composite-shell {
  position: relative;
  z-index: 1;
  width: calc(100vw - 20px);
  max-width: none;
  margin-left: calc(50% - 50vw + 10px);
  padding: 12px 0 4px;
}

.hero-composite {
  position: relative;
  height: min(82vh, 820px);
  min-height: 680px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(7, 20, 35, 0.1);
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(7, 20, 35, 0.48) 100%),
    url("flekso.jpg");
  background-size: cover;
  background-position: center center;
}

.hero-composite-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
  transition: transform 0.22s ease, filter 0.22s ease;
  z-index: 2;
}

.hero-composite-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(7, 20, 35, 0.46) 100%);
}

.hero-composite-panel:hover {
  filter: saturate(1.03);
}

.hero-composite-left {
  left: 0;
  width: 33.333%;
  background-image: url("logistyka.jpg");
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}

.hero-composite-left::before {
  background:
    linear-gradient(180deg, rgba(10, 31, 30, 0.10) 0%, rgba(6, 22, 21, 0.54) 100%),
    linear-gradient(135deg, rgba(56, 179, 153, 0.18), rgba(255, 255, 255, 0) 58%);
}

.hero-composite-right {
  right: 0;
  width: 33.333%;
  background-image: url("konfekcjonowanie-main.jpg");
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-composite-right::before {
  background:
    linear-gradient(180deg, rgba(55, 28, 12, 0.10) 0%, rgba(29, 17, 9, 0.54) 100%),
    linear-gradient(225deg, rgba(243, 179, 64, 0.18), rgba(255, 255, 255, 0) 58%);
}

.hero-composite-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
  padding: 10px 14px;
  width: min(360px, 86%);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-composite-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(4px);
}

.hero-composite-kicker-center {
  background: rgba(255, 255, 255, 0.88);
  color: var(--navy-800);
  border-color: rgba(18, 49, 82, 0.08);
}

.hero-composite-left .hero-composite-kicker {
  background: rgba(212, 255, 243, 0.18);
  color: #ddfff4;
  border-color: rgba(212, 255, 243, 0.22);
}

.hero-composite-right .hero-composite-kicker {
  background: rgba(255, 226, 198, 0.18);
  color: #ffe3c6;
  border-color: rgba(255, 226, 198, 0.24);
}

.hero-composite-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 11ch;
  text-align: center;
  font-size: clamp(2.2rem, 3vw, 3.8rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: var(--white);
  text-shadow: 0 12px 32px rgba(7, 20, 35, 0.34);
}

.hero-composite-left .hero-composite-label {
  color: #7df9d0;
  text-shadow:
    0 0 18px rgba(125, 249, 208, 0.28),
    0 10px 28px rgba(7, 20, 35, 0.3);
}

.hero-composite-right .hero-composite-label {
  color: #ffb86b;
  text-shadow:
    0 0 18px rgba(255, 184, 107, 0.26),
    0 10px 28px rgba(7, 20, 35, 0.3);
}

.hero-composite-center-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hero-composite-center-copy {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
  padding: 34px 24px;
}

.hero-composite-center-label {
  display: grid;
  gap: 4px;
  justify-items: center;
  max-width: 9ch;
  font-size: clamp(2.6rem, 4vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: var(--white);
  text-shadow: 0 18px 42px rgba(7, 20, 35, 0.4);
}

.hero-composite-center-word {
  display: block;
}

.hero-composite-center-word-primary {
  color: #d8f3ff;
}

.hero-composite-center-word-accent {
  color: #d8f3ff;
  text-shadow: 0 18px 44px rgba(28, 109, 140, 0.22);
}

.hero-page {
  min-height: 460px;
}

.hero-flexi {
  background-image: url("hero-farby-fleksograficzne.jpg");
  background-position: center 42%;
}

.hero-farby {
  background-image: url("sekcja-produkcja-farb.jpg");
  background-position: center 44%;
}

.hero-produkty {
  background-image: url("inne_produkty.jpg");
  background-position: center 48%;
}

.hero-uslugi {
  background-image: url("uslugi.jpg");
  background-position: center 52%;
}

.hero-magazynowanie {
  background-image: url("magazynowanie.jpg");
  background-position: center 46%;
}

.hero-konfekcja {
  background-image: url("sekcja-pojemniki.jpg");
  background-position: center 40%;
}

.hero-kontakt {
  background-image: url("kontakt.jpg");
  background-position: center 30%;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  padding: 96px 0 92px;
  animation: rise-in 0.7s ease both;
}

.hero-triangle-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  padding: 68px 0 38px;
}

.hero-triangle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.hero-triangle-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 610px;
  padding: 34px 28px;
  overflow: hidden;
  text-decoration: none;
  color: var(--text-900);
  background-size: cover;
  background-position: center center;
  box-shadow: 0 18px 44px rgba(7, 20, 35, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.hero-triangle-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.48) 38%, rgba(8, 24, 40, 0.20) 100%);
}

.hero-triangle-card::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -2px;
  height: 36%;
  background:
    radial-gradient(120% 78% at 16% 100%, #8cab00 0%, #8cab00 40%, transparent 41%),
    radial-gradient(90% 52% at 62% 100%, #d6ef95 0%, #d6ef95 30%, transparent 31%),
    linear-gradient(180deg, transparent 0%, transparent 34%, rgba(214, 239, 149, 0.96) 34%, rgba(214, 239, 149, 0.96) 48%, #8cab00 48%, #8cab00 100%);
  pointer-events: none;
}

.hero-triangle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(7, 20, 35, 0.13);
  filter: saturate(1.02);
}

.hero-triangle-left {
  min-height: 620px;
  background-image: url("sekcja-logistyka.jpg");
  clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
}

.hero-triangle-center {
  min-height: 620px;
  background-image: url("produkcja_farb.jpg");
  clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.hero-triangle-right {
  min-height: 620px;
  background-image: url("sekcja-konfekcjonowanie.jpg");
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-triangle-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  width: 100%;
  justify-items: center;
  text-align: center;
  padding-bottom: 118px;
}

.hero-triangle-content strong {
  font-size: clamp(2rem, 3.1vw, 3.4rem);
  line-height: 1.02;
  max-width: 12ch;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #081521;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-triangle-copy {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
  animation: rise-in 0.7s ease both;
  padding-bottom: 8px;
}

.hero-triangle-copy h1 {
  margin-top: 22px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
  color: var(--navy-900);
}

.hero-triangle-copy p {
  margin: 18px auto 0;
  max-width: 64ch;
  color: var(--text-700);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 22px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.03;
  max-width: 12ch;
}

.hero-page h1 {
  max-width: 16ch;
  font-size: clamp(2rem, 4.2vw, 4rem);
}

.hero p {
  margin-top: 18px;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  color: rgba(255, 255, 255, 0.88);
  max-width: 62ch;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--amber-400), #f08c2e);
  color: var(--navy-950);
  box-shadow: 0 18px 32px rgba(240, 140, 46, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.section {
  padding: 72px 0;
}

.section-tight {
  padding-top: 42px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}

.section-header h2 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.1;
}

.section-header p {
  max-width: 60ch;
  color: var(--text-700);
}

.highlights {
  margin-top: -72px;
  position: relative;
  z-index: 3;
}

.highlight-grid,
.card-grid,
.page-grid,
.contact-grid,
.info-grid,
.product-grid,
.value-grid,
.trust-grid {
  display: grid;
  gap: 24px;
}

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

.highlight-card,
.content-card,
.info-card,
.product-card,
.value-card,
.contact-card,
.form-card,
.cta-panel,
.feature-panel,
.stat-card,
.trust-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(17, 32, 51, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.highlight-card,
.value-card,
.product-card,
.info-card,
.contact-card,
.trust-card,
.content-card,
.form-card,
.cta-panel {
  animation: rise-in 0.7s ease both;
}

.highlight-card {
  padding: 26px;
}

.highlight-card strong,
.stat-card strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  color: var(--navy-800);
}

.highlight-card span,
.stat-card span {
  display: block;
  margin-top: 10px;
  color: var(--text-700);
  font-weight: 700;
}

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

.feature-panel {
  overflow: hidden;
  min-height: 440px;
  position: relative;
  display: flex;
  align-items: end;
  text-decoration: none;
  color: var(--white);
  background-size: cover;
  background-position: center center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: rise-in 0.8s ease both;
}

.feature-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 20, 35, 0.16) 0%, rgba(7, 20, 35, 0.90) 100%);
}

.feature-panel:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-strong);
}

.feature-panel-content {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.feature-panel h3 {
  font-size: 1.6rem;
  line-height: 1.15;
}

.feature-panel p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.feature-panel span {
  display: inline-block;
  margin-top: 18px;
  font-weight: 800;
  color: var(--amber-300);
}

.panel-production {
  background-image: url("produkcja.jpg");
  background-position: center 44%;
}

.panel-konfekcja {
  background-image: url("sekcja-konfekcjonowanie.jpg");
  background-position: center 42%;
}

.panel-logistyka {
  background-image: url("sekcja-logistyka.jpg");
  background-position: center 50%;
}

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

.value-card {
  padding: 24px;
}

.value-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.value-card p {
  color: var(--text-700);
}

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

.trust-card {
  padding: 28px;
}

.trust-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.trust-card p {
  color: var(--text-700);
}

.capability-banner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  padding: 34px;
  border-radius: calc(var(--radius-xl) + 4px);
  background:
    radial-gradient(circle at top right, rgba(243, 179, 64, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(7, 20, 35, 0.98), rgba(18, 49, 82, 0.96));
  color: var(--white);
  box-shadow: var(--shadow-strong);
}

.capability-banner-copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.08;
  margin-top: 18px;
}

.capability-banner-copy p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.82);
  max-width: 58ch;
}

.capability-kicker {
  background: rgba(255, 255, 255, 0.08);
}

.capability-banner-grid {
  display: grid;
  gap: 16px;
}

.capability-tile {
  display: grid;
  gap: 6px;
  align-content: center;
  min-height: 110px;
  padding: 22px 24px;
  border-radius: 24px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.capability-tile:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.capability-tile strong {
  font-size: 1.1rem;
}

.capability-tile span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.capability-tile-primary {
  background: linear-gradient(135deg, rgba(243, 179, 64, 0.24), rgba(240, 140, 46, 0.18));
  border-color: rgba(243, 179, 64, 0.28);
}

.container-types-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 254, 0.98));
}

.panel-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(140, 171, 0, 0.12);
  color: #567000;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.container-types-panel h3 {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.container-types-panel p {
  color: var(--text-700);
  margin: 0;
}

.container-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.container-type-item {
  display: grid;
  gap: 8px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(18, 49, 82, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 245, 252, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.container-type-item strong {
  font-size: 1rem;
  color: var(--text-900);
}

.container-type-item span {
  color: var(--text-700);
  font-size: 0.94rem;
  line-height: 1.5;
}

.container-types-note {
  padding-top: 4px;
  font-size: 0.95rem;
  color: var(--text-600);
}

.process-mini-grid {
  display: grid;
  gap: 14px;
}

.process-mini-item {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-left: 4px solid rgba(140, 171, 0, 0.42);
  border-radius: 18px;
  background: rgba(18, 49, 82, 0.04);
}

.process-mini-item strong {
  font-size: 1rem;
  color: var(--text-900);
}

.process-mini-item span {
  color: var(--text-700);
  font-size: 0.95rem;
  line-height: 1.5;
}

.packaging-showcase {
  margin-top: 34px;
}

.packaging-showcase-header {
  margin-bottom: 22px;
}

.page-shell {
  margin-top: -84px;
  position: relative;
  z-index: 3;
}

.page-shell-farby {
  margin-top: -28px;
}

.page-grid {
  grid-template-columns: 1.35fr 0.8fr;
  align-items: start;
}

.content-card,
.info-card,
.contact-card,
.form-card,
.cta-panel {
  padding: 32px;
}

.content-card h2,
.info-card h2,
.contact-card h2,
.form-card h2,
.cta-panel h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.content-card p + p,
.info-card p + p,
.contact-card p + p {
  margin-top: 12px;
}

.lead {
  font-size: 1.07rem;
  color: var(--text-700);
}

.list,
.feature-list {
  list-style: none;
  display: grid;
  gap: 14px;
}

.list li,
.feature-list li {
  padding-left: 22px;
  position: relative;
}

.list li::before,
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber-400), var(--teal-400));
}

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

.product-card,
.info-card,
.contact-card {
  padding: 26px;
}

.product-card h3,
.info-card h3,
.contact-card h3 {
  font-size: 1.18rem;
  margin-bottom: 12px;
}

.product-card p,
.info-card p,
.contact-card p {
  color: var(--text-700);
}

.info-stack {
  display: grid;
  gap: 24px;
}

.info-card-muted {
  background: rgba(255, 255, 255, 0.8);
}

.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 14px;
}

.mini-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(18, 49, 82, 0.06);
  color: var(--text-700);
  font-size: 0.92rem;
  font-weight: 700;
}

.stats-row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.stat-card {
  padding: 24px;
}

.cta-panel {
  margin-top: 28px;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: var(--white);
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.8);
}

.cta-panel .btn-secondary {
  background: rgba(255, 255, 255, 0.1);
}

.contact-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.form-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
}

.contact-stack {
  display: grid;
  gap: 24px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
  color: var(--navy-900);
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(18, 49, 82, 0.14);
  border-radius: 16px;
  background: var(--white);
  padding: 14px 16px;
  font: inherit;
  color: var(--text-900);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(31, 166, 162, 0.7);
  box-shadow: 0 0 0 4px rgba(68, 198, 192, 0.16);
}

.form-row {
  margin-top: 18px;
}

button {
  border: none;
  cursor: pointer;
  font: inherit;
}

.contact-note {
  margin-top: 14px;
  color: var(--text-700);
  font-size: 0.95rem;
}

.contact-form-mailto {
  position: relative;
  overflow: hidden;
}

.contact-form-mailto::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 166, 162, 0.16) 0%, rgba(31, 166, 162, 0) 72%);
  pointer-events: none;
}

.contact-card-location {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 255, 0.96)),
    var(--white);
}

.location-map-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 18px;
}

.location-map-entry {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 253, 0.98));
  border: 1px solid rgba(18, 49, 82, 0.08);
  box-shadow: 0 16px 34px rgba(7, 20, 35, 0.08);
}

.company-locations-card {
  display: grid;
  gap: 14px;
  text-align: center;
  justify-items: center;
}

.company-locations {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 4px;
  width: 100%;
}

.company-location {
  display: grid;
  align-content: start;
  gap: 10px;
  justify-items: center;
}

.company-location-label {
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(31, 166, 162, 0.10);
  color: var(--navy-800);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.company-location-divider {
  width: 1px;
  background: linear-gradient(180deg, rgba(18, 49, 82, 0), rgba(18, 49, 82, 0.24), rgba(18, 49, 82, 0));
}

.company-locations-card > p:first-of-type,
.company-locations-card > p:last-of-type {
  text-align: center;
}

.location-map-head {
  display: grid;
  gap: 8px;
}

.location-map-head h4 {
  font-size: 1.2rem;
  line-height: 1.2;
  color: var(--navy-900);
}

.location-map-head p {
  color: var(--text-700);
}

.location-map-label {
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(243, 179, 64, 0.14);
  color: #9a5d05;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.map-link-card {
  display: grid;
  gap: 8px;
  margin-top: 0;
  padding: 20px 22px;
  border-radius: 22px;
  text-decoration: none;
  color: var(--navy-900);
  background: linear-gradient(135deg, rgba(7, 20, 35, 0.96), rgba(26, 73, 120, 0.92));
  box-shadow: 0 18px 36px rgba(7, 20, 35, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.map-link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 40px rgba(7, 20, 35, 0.24);
}

.map-link-card strong,
.map-link-card span {
  color: var(--white);
}

.map-link-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.map-link-card strong {
  font-size: 1.08rem;
}

.map-link-cta {
  margin-top: 6px;
  color: var(--amber-300) !important;
  font-weight: 800;
}

.site-footer {
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
  color: rgba(255, 255, 255, 0.84);
  padding: 28px 0 34px;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
  font-weight: 700;
}

.footer-text strong {
  color: var(--white);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .highlight-grid,
  .card-grid,
  .value-grid,
  .stats-row,
  .page-grid,
  .contact-grid,
  .product-grid,
  .info-grid,
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .capability-banner {
    grid-template-columns: 1fr;
  }

  .hero-triangle-grid {
    grid-template-columns: 1fr;
  }

  .hero-triangle-card,
  .hero-triangle-left,
  .hero-triangle-center,
  .hero-triangle-right {
    min-height: 360px;
    clip-path: none;
  }

  .hero-triangle-content {
    padding-bottom: 76px;
  }

  .page-grid > :first-child,
  .contact-grid > :first-child {
    grid-column: 1 / -1;
  }

  .hero-composite {
    min-height: 540px;
    height: 62vh;
  }

  .hero-composite-content,
  .hero-composite-center-copy {
    width: min(320px, 88%);
  }

  .hero-composite-label {
    font-size: clamp(1.9rem, 3vw, 3rem);
  }

  .hero-composite-center-label {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
  }

  .container-type-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .nav-wrap,
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }

  nav {
    justify-content: flex-start;
  }

  .footer-text {
    text-align: left;
  }
}

@media (max-width: 760px) {
  :root {
    --header-logo-width: 167px;
    --header-logo-height: 48px;
    --header-logo-frame-width: 210px;
    --header-logo-frame-height: 50px;
    --footer-logo-width: 146px;
    --footer-logo-height: 43px;
    --footer-logo-frame-width: 190px;
    --footer-logo-frame-height: 46px;
  }
  nav {
    gap: 8px 14px;
  }

  .hero,
  .hero-page {
    min-height: auto;
  }

  .hero-content {
    padding: 82px 0 72px;
  }

  .hero-triangle-shell {
    padding: 82px 0 64px;
  }

  .hero-composite-shell {
    width: calc(100vw - 12px);
    max-width: none;
    margin-left: calc(50% - 50vw + 6px);
    padding: 18px 0 6px;
  }

  .hero-composite {
    height: auto;
    min-height: 0;
    display: grid;
  }

  .hero-composite-panel {
    position: relative;
    min-height: 220px;
    clip-path: none;
  }

  .hero-composite-left,
  .hero-composite-right {
    left: auto;
    right: auto;
    width: 100%;
  }

  .hero-composite-label {
    max-width: 14ch;
    font-size: clamp(2rem, 7vw, 2.8rem);
  }

  .hero-composite-center-copy {
    padding: 24px 18px;
  }

  .hero-composite-center-label {
    max-width: 10ch;
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }

  .hero h1 {
    max-width: none;
  }

  .hero-kicker {
    letter-spacing: 0.04em;
    font-size: 0.75rem;
  }

  .highlights {
    margin-top: -28px;
  }

  .highlight-grid,
  .card-grid,
  .value-grid,
  .stats-row,
  .page-grid,
  .contact-grid,
  .product-grid,
  .info-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .content-card,
  .info-card,
  .contact-card,
  .form-card,
  .cta-panel,
  .highlight-card,
  .product-card,
  .value-card,
  .trust-card {
    padding: 24px;
  }

  .container-type-item {
    padding: 16px;
    border-radius: 18px;
  }

  .feature-panel {
    min-height: 360px;
  }

  .section {
    padding: 54px 0;
  }

  .location-map-stack {
    grid-template-columns: 1fr;
  }

  .map-link-card {
    padding: 18px;
  }

  .company-locations {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .company-location-divider {
    display: none;
  }
}


















