/*
Theme Name: DAEGER Logistics
Theme URI: https://daegerlogistics.co.kr/
Author: DAEGER Logistics
Description: DAEGER Logistics company homepage theme converted from the static Codex homepage.
Version: 1.0.0
Text Domain: daeger-logistics
*/
:root {
  --ink: #17242b;
  --muted: #5d6b73;
  --line: #d9e1e5;
  --paper: #ffffff;
  --soft: #f3f6f7;
  --navy: #20343f;
  --deep: #0b1820;
  --cyan: #29c6d8;
  --teal: #2f6f83;
  --red: #d94f45;
  --amber: #f0b044;
  --shadow: 0 18px 45px rgba(21, 34, 42, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Pretendard", "Noto Sans KR", "Segoe UI", Arial, sans-serif;
  background: var(--paper);
  letter-spacing: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(23, 36, 43, 0.92);
  color: #fff;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  width: 50px;
  height: 42px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: #fff url("assets/dager-symbol.png") center / 88% auto no-repeat;
  color: transparent;
  font-size: 0;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 17px;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.5vw, 22px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.main-nav a {
  padding: 9px 0;
  white-space: nowrap;
}

.main-nav .nav-separated {
  margin-left: 4ch;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.current {
  color: #fff;
}

.main-nav a.current {
  border-bottom: 2px solid var(--cyan);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-weight: 800;
}

.header-cta {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.button.primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 12px 22px rgba(217, 79, 69, 0.22);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.button.secondary.dark {
  border-color: var(--line);
  color: var(--ink);
  background: #fff;
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: 620px;
  padding: 88px clamp(20px, 5vw, 72px) 32px;
  display: grid;
  align-content: end;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(14, 27, 34, 0.94) 0%, rgba(14, 27, 34, 0.76) 39%, rgba(14, 27, 34, 0.28) 72%, rgba(14, 27, 34, 0.18) 100%),
    url("logistics-hero.svg") center / cover no-repeat;
}

.digital-hero {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(280px, 390px);
  gap: 18px;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(8, 18, 24, 0.98) 0%, rgba(8, 18, 24, 0.86) 44%, rgba(8, 18, 24, 0.32) 100%),
    linear-gradient(0deg, rgba(8, 18, 24, 0.68), rgba(8, 18, 24, 0.04) 48%),
    url("assets/dager-hero-generated.jpg") center / cover no-repeat;
}

.digital-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(41, 198, 216, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41, 198, 216, 0.12) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, #000 25%, #000 78%, transparent);
  opacity: 0.62;
  pointer-events: none;
}

.digital-hero::after {
  content: "";
  position: absolute;
  right: 7%;
  top: 18%;
  width: 34%;
  height: 42%;
  border: 1px solid rgba(41, 198, 216, 0.34);
  background:
    linear-gradient(90deg, transparent 0 19%, rgba(41, 198, 216, 0.34) 20%, transparent 21% 49%, rgba(41, 198, 216, 0.24) 50%, transparent 51% 79%, rgba(41, 198, 216, 0.28) 80%, transparent 81%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(41, 198, 216, 0.04));
  opacity: 0.8;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(14, 27, 34, 0.8), rgba(14, 27, 34, 0) 48%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  width: min(860px, 100%);
  padding-bottom: 28px;
}

.control-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: min(100%, 370px);
  transform: translateX(-56px);
  padding: 16px;
  border: 1px solid rgba(41, 198, 216, 0.3);
  background: rgba(11, 24, 32, 0.72);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.control-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 16px;
  min-height: 88px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(41, 198, 216, 0.12), transparent),
    rgba(255, 255, 255, 0.05);
}

.control-card.active {
  border-color: rgba(41, 198, 216, 0.52);
}

.control-card span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.control-card strong {
  color: #fff;
  font-size: 28px;
}

.control-card p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(36px, 4.15vw, 48px);
  line-height: 1.16;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.7;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.consent-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.5;
}

.consent-line input {
  width: auto;
  margin-top: 3px;
}

.prose {
  max-width: 980px;
}

.prose h2 {
  margin: 34px 0 12px;
  color: var(--ink);
  font-size: 24px;
}

.prose p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-stats {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(840px, 100%);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stats div {
  min-height: 88px;
  padding: 17px 20px;
  background: rgba(23, 36, 43, 0.76);
}

.hero-stats strong {
  display: block;
  font-size: 28px;
}

.hero-stats span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.section {
  padding: 88px clamp(20px, 5vw, 72px);
}

.page-hero {
  padding: 118px clamp(20px, 5vw, 72px) 72px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(11, 24, 32, 0.98), rgba(22, 47, 58, 0.92)),
    radial-gradient(circle at 80% 22%, rgba(41, 198, 216, 0.32), transparent 30%);
  border-bottom: 1px solid rgba(41, 198, 216, 0.18);
}

.page-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.1;
  word-break: keep-all;
  overflow-wrap: normal;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: 42px;
  background: var(--paper);
}

.nationwide-showcase {
  position: relative;
  background: #061a31;
  overflow: hidden;
  color: #fff;
}

.nationwide-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.28fr);
  gap: 30px;
  min-height: 720px;
  padding: 76px clamp(20px, 4vw, 60px) 30px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 18, 36, 0.96), rgba(3, 18, 36, 0.72) 42%, rgba(3, 18, 36, 0.22)),
    radial-gradient(circle at 72% 42%, rgba(41, 198, 216, 0.2), transparent 36%),
    url("assets/dager-map-warehouse.jpg") left bottom / 48% auto no-repeat,
    #061a31;
}

.nationwide-copy-live {
  min-width: 0;
}

.nationwide-copy-live h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.18;
  word-break: keep-all;
}

.nationwide-copy-live h2 span {
  color: var(--amber);
}

.nationwide-copy-live p:not(.eyebrow) {
  max-width: 610px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.8;
}

.nationwide-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  max-width: 760px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.nationwide-features article {
  min-height: 138px;
  padding: 22px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.nationwide-features article:last-child {
  border-right: 0;
}

.nationwide-features strong {
  display: block;
  color: #fff;
  font-size: 17px;
}

.nationwide-features span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.nationwide-map-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  grid-template-rows: repeat(3, auto);
  gap: 14px 22px;
  align-content: center;
  min-height: 610px;
}

.network-map-stage {
  position: relative;
  grid-column: 1;
  grid-row: 1 / 4;
  min-height: 580px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(41, 198, 216, 0.2), transparent 42%),
    url("assets/dager-map-visual.jpg") center / 104% auto no-repeat;
  filter: drop-shadow(0 24px 44px rgba(41, 198, 216, 0.2));
}

.network-map-stage::before {
  content: "";
  position: absolute;
  left: 51%;
  top: 32%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 8%, rgba(41, 198, 216, 0.46) 12% 32%, transparent 74%);
  transform: translate(-50%, -50%);
  animation: networkCorePulse 3.4s ease-in-out infinite;
  mix-blend-mode: screen;
  pointer-events: none;
}

.delivery-routes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
}

.delivery-route {
  --delay: 0s;
  --from: 520;
  --to: -70;
  fill: none;
  stroke: rgba(214, 247, 255, 0.92);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 18 620;
  stroke-dashoffset: var(--from);
  filter:
    drop-shadow(0 0 6px rgba(255, 255, 255, 0.98))
    drop-shadow(0 0 16px rgba(92, 218, 255, 0.86))
    drop-shadow(0 0 24px rgba(198, 157, 78, 0.36));
  opacity: 0;
  animation: deliveryRouteGlint 4.2s linear infinite;
  animation-delay: var(--delay);
}

.route-seoul { --delay: -0.25s; --from: 360; --to: -80; }
.route-incheon { --delay: -1.75s; --from: 440; --to: -70; }
.route-suwon { --delay: -2.6s; --from: 380; --to: -70; }
.route-gangwon { --delay: -0.95s; --from: 500; --to: -90; }
.route-daejeon { --delay: -3.15s; --from: 340; --to: -70; }
.route-daegu { --delay: -1.25s; --from: 440; --to: -80; }
.route-busan { --delay: -2.05s; --from: 540; --to: -90; }
.route-gwangju { --delay: -3.55s; --from: 500; --to: -90; }
.route-jeju { --delay: -0.55s; --from: 620; --to: -110; }

@keyframes deliveryRouteGlint {
  0% {
    stroke-dashoffset: var(--from);
    opacity: 0;
  }

  10% {
    opacity: 0.22;
  }

  38% {
    opacity: 0.95;
  }

  68% {
    opacity: 0.28;
  }

  100% {
    stroke-dashoffset: var(--to);
    opacity: 0;
  }
}

@keyframes networkCorePulse {
  0%,
  100% {
    opacity: 0.22;
    transform: translate(-50%, -50%) scale(0.9);
  }

  50% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(1.05);
  }
}

.network-stat {
  position: static;
  width: auto;
  padding: 16px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  align-self: center;
}

.network-stat span,
.network-stat small {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.4;
}

.network-stat span {
  color: var(--amber);
  font-weight: 900;
}

.network-stat strong {
  display: block;
  margin-top: 8px;
  color: var(--amber);
  font-size: 48px;
  line-height: 1;
}

.stat-one {
  grid-column: 2;
  grid-row: 1;
}

.stat-two {
  grid-column: 2;
  grid-row: 2;
}

.stat-three {
  grid-column: 2;
  grid-row: 3;
}

.nationwide-process {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 28px;
  padding: 0 clamp(20px, 4vw, 60px) 54px;
  background: #061a31;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.process-flow article,
.tracking-system {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.process-flow strong,
.tracking-system strong {
  display: block;
  color: #fff;
  font-size: 17px;
}

.process-flow span,
.tracking-system li {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

.process-flow span {
  display: block;
  margin-top: 12px;
}

.tracking-system ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 18px;
}

.nationwide-readable {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.brand-story-home {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  gap: 34px;
  align-items: center;
  background: #101d25;
  color: #fff;
}

.brand-story-copy h2 {
  margin: 0;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.12;
}

.brand-story-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.8;
}

.brand-image {
  margin: 0;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24);
}

.brand-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.brand-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  background: var(--paper);
}

.brand-values .section-heading {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.brand-values article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #f7fafb);
  box-shadow: 0 10px 24px rgba(22, 36, 43, 0.05);
}

.brand-values strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
}

.brand-values span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.65;
}

.services-page {
  background: #061a31;
}

.services-hero {
  min-height: 360px;
  display: grid;
  align-items: center;
  padding: 84px clamp(20px, 5vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 82% 30%, rgba(198, 157, 78, 0.22), transparent 28%),
    linear-gradient(135deg, #061a31 0%, #0d1b2f 48%, #031224 100%);
}

.services-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.12;
  word-break: keep-all;
}

.services-hero p:not(.eyebrow) {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}

.service-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 1px;
  background: #d8e1e8;
}

.solution-card {
  position: relative;
  min-height: 320px;
  padding: 30px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0 46%, rgba(255, 255, 255, 0.9) 56%, rgba(255, 255, 255, 0.18) 100%),
    var(--service-bg) right center / 54% 100% no-repeat,
    #fff;
}

.solution-card .icon {
  margin-top: 26px;
}

.solution-no {
  position: absolute;
  left: 30px;
  top: 24px;
  padding: 6px 9px;
  background: var(--navy);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.solution-card h2 {
  margin: 24px 0 14px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.25;
  word-break: keep-all;
}

.solution-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: #243844;
  line-height: 1.65;
}

.service-strength-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(20px, 5vw, 72px) 42px;
  background: #061a31;
  color: #fff;
}

.service-strength-band div {
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
}

.service-strength-band strong {
  color: #fff;
}

.about-brand {
  background: var(--soft);
  color: var(--ink);
}

.about-brand .brand-image {
  border-color: var(--line);
  background: #fff;
}

.about-brand .brand-image img {
  object-fit: contain;
  padding: 34px;
}

.about-brand .brand-story-copy p:not(.eyebrow) {
  color: var(--muted);
}

.slogan-line {
  color: var(--navy) !important;
  font-weight: 900;
}

.vision-band {
  background: #14222a;
  color: #fff;
}

.vision-band h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.12;
}

.vision-band p:not(.eyebrow) {
  max-width: 860px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.8;
}

.vision-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.vision-tags span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-weight: 800;
}

.section-heading h2,
.quote-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.14;
}

.section-lead,
.split p,
.quote-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  background: var(--soft);
}

.service-grid .section-heading {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

.service-card {
  min-height: 258px;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(22, 36, 43, 0.06);
}

.service-card h3 {
  margin: 22px 0 10px;
  font-size: 22px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--teal);
  font-weight: 900;
}

.icon {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid var(--navy);
  background: #eef4f6;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
}

.truck::before {
  width: 14px;
  height: 15px;
  right: 4px;
  bottom: 8px;
  background: var(--red);
}

.truck::after,
.courier::after {
  left: 8px;
  right: 8px;
  bottom: -8px;
  height: 8px;
  background: radial-gradient(circle at 12px 4px, var(--navy) 0 4px, transparent 5px), radial-gradient(circle at calc(100% - 12px) 4px, var(--navy) 0 4px, transparent 5px);
}

.warehouse::before {
  inset: 13px 9px auto;
  height: 25px;
  border-top: 8px solid var(--red);
  background: repeating-linear-gradient(90deg, var(--navy) 0 8px, transparent 8px 14px);
}

.boxes::before {
  left: 9px;
  top: 11px;
  width: 15px;
  height: 15px;
  background: var(--amber);
  box-shadow: 18px 0 0 var(--teal), 9px 18px 0 var(--red);
}

.globe::before {
  inset: 10px;
  border: 3px solid var(--teal);
  border-radius: 50%;
}

.globe::after {
  left: 14px;
  top: 25px;
  width: 26px;
  height: 3px;
  background: var(--teal);
}

.package::before {
  left: 11px;
  top: 10px;
  width: 29px;
  height: 29px;
  border: 3px solid var(--red);
  background: linear-gradient(90deg, transparent 45%, var(--red) 45% 55%, transparent 55%);
}

.courier::before {
  left: 9px;
  top: 17px;
  width: 30px;
  height: 17px;
  background: var(--teal);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 48px;
  align-items: center;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  line-height: 1.7;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
  transform: rotate(-45deg);
}

.operations-panel {
  display: grid;
  gap: 14px;
}

.operations-panel div {
  display: grid;
  grid-template-columns: 58px 110px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 118px;
  padding: 22px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.operations-panel span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}

.operations-panel strong {
  font-size: 22px;
}

.operations-panel p {
  font-size: 16px;
}

.brand-facade-card {
  margin: 0;
  min-height: 330px;
  border: 1px solid var(--line);
  background: #0f1b23;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.brand-facade-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.process {
  background: var(--navy);
  color: #fff;
}

.process .section-heading {
  margin-bottom: 28px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  min-height: 236px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.process-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--amber);
  color: var(--ink);
  font-weight: 900;
}

.process-list strong {
  display: block;
  margin-top: 28px;
  font-size: 20px;
}

.process-list p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.cases {
  background: var(--paper);
}

.cases .section-heading,
.faq .section-heading {
  margin-bottom: 28px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.case-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #f7fafb);
  box-shadow: 0 10px 28px rgba(22, 36, 43, 0.06);
}

.case-grid span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-grid h3 {
  margin: 20px 0 10px;
  font-size: 23px;
  line-height: 1.35;
}

.case-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.faq {
  background: var(--soft);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 24px rgba(22, 36, 43, 0.05);
}

.faq-list summary {
  cursor: pointer;
  padding: 21px 24px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
  line-height: 1.75;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  gap: 44px;
  padding: 96px clamp(20px, 5vw, 72px);
  background: linear-gradient(135deg, #f7f9fa, #e7eef1);
}

.page-quote {
  min-height: calc(100vh - 72px);
}

.page-quote .quote-copy h1 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.12;
}

.quote-copy {
  align-self: start;
  position: sticky;
  top: 100px;
}

.quote-copy p {
  margin-top: 20px;
}

.contact-strip {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.contact-strip a {
  display: block;
  padding: 16px 18px;
  border-left: 5px solid var(--teal);
  background: #fff;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(22, 36, 43, 0.08);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.portal-forms {
  display: grid;
  gap: 18px;
}

.form-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
}

.admin-form {
  align-self: start;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea,
.reply-panel input,
.reply-panel textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd9de;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 12px 13px;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus,
.reply-panel input:focus,
.reply-panel textarea:focus {
  outline: 3px solid rgba(47, 111, 131, 0.18);
  border-color: var(--teal);
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.login-required,
.customer-summary {
  padding: 22px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(22, 36, 43, 0.06);
}

.login-required strong {
  display: block;
  font-size: 20px;
}

.login-required p {
  margin: 10px 0 18px;
  color: var(--muted);
  line-height: 1.7;
}

.customer-summary {
  display: grid;
  gap: 14px;
}

.customer-summary span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.customer-summary h2 {
  margin: 0;
  font-size: 30px;
}

.customer-summary dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 9px 14px;
  margin: 0;
}

.customer-summary dt {
  color: var(--muted);
  font-weight: 900;
}

.customer-summary dd {
  margin: 0;
}

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

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: start;
  background: var(--soft);
}

.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.admin-toolbar h2,
.reply-panel h2 {
  margin: 0;
  font-size: 24px;
}

.cs-list {
  display: grid;
  gap: 14px;
}

.cs-item,
.reply-panel,
.empty-state {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(22, 36, 43, 0.06);
}

.cs-item {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.cs-item > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cs-item span {
  padding: 5px 9px;
  background: rgba(41, 198, 216, 0.12);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.cs-item strong {
  font-size: 18px;
}

.cs-item small {
  color: var(--muted);
}

.cs-item h3 {
  margin: 0;
  font-size: 22px;
}

.cs-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.compact-list .cs-item {
  padding: 18px;
}

.compact-list .cs-item h3 {
  font-size: 18px;
}

.cs-item dl {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 8px 14px;
  margin: 0;
  padding: 16px;
  background: var(--soft);
}

.cs-item dt {
  color: var(--muted);
  font-weight: 800;
}

.cs-item dd {
  margin: 0;
}

.reply-panel {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
  padding: 24px;
}

.reply-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.reply-panel label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
}

.empty-state {
  padding: 28px;
  color: var(--muted);
  text-align: center;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px clamp(20px, 5vw, 72px);
  background: #14222a;
  color: #fff;
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.site-footer a {
  color: var(--amber);
  font-weight: 800;
}

@media (max-width: 1000px) {
  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .hero {
    min-height: 660px;
  }

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

  .control-board {
    width: min(100%, 720px);
    transform: none;
  }

  .intro,
  .split,
  .quote-section,
  .brand-story-home,
  .nationwide-hero-panel,
  .nationwide-process,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .nationwide-hero-panel {
    min-height: auto;
  }

  .nationwide-map-visual {
    grid-template-columns: minmax(0, 1fr) 160px;
    min-height: 570px;
  }

  .network-map-stage {
    min-height: 540px;
  }

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

  .quote-copy,
  .reply-panel {
    position: static;
  }

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

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

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

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

@media (max-width: 680px) {
  .site-header {
    min-height: 98px;
    padding: 10px 16px;
  }

  .brand {
    min-width: 100%;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .main-nav {
    gap: 18px;
    font-size: 14px;
  }

  .main-nav .nav-separated {
    margin-left: 3ch;
  }

  .hero {
    min-height: 760px;
    padding: 92px 18px 26px;
    background-position: 58% center;
  }

  .hero-content {
    padding-bottom: 34px;
  }

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

  .control-board {
    padding: 10px;
  }

  .control-card {
    min-height: 74px;
    padding: 13px;
  }

  .control-card strong {
    font-size: 22px;
  }

  .hero-stats div {
    min-height: 78px;
    padding: 12px 10px;
  }

  .hero-stats strong {
    font-size: 23px;
  }

  .hero-stats span {
    font-size: 12px;
    line-height: 1.35;
  }

  .section,
  .quote-section {
    padding: 64px 18px;
  }

  .page-hero {
    padding: 82px 18px 56px;
  }

  .service-grid,
  .brand-values,
  .service-solution-grid,
  .service-strength-band,
  .process-list,
  .case-grid,
  .quote-form,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .admin-toolbar {
    display: grid;
  }

  .services-hero {
    min-height: 520px;
    padding: 72px 18px;
    background-position: 58% top;
  }

  .nationwide-hero-panel {
    padding: 64px 18px 28px;
    background:
      linear-gradient(180deg, rgba(3, 18, 36, 0.96), rgba(3, 18, 36, 0.7)),
      url("assets/dager-map-warehouse.jpg") left bottom / 100% auto no-repeat,
      #061a31;
  }

  .nationwide-copy-live h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .nationwide-features {
    grid-template-columns: 1fr;
  }

  .nationwide-features article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .nationwide-map-visual {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 10px;
  }

  .network-map-stage {
    grid-column: 1;
    grid-row: auto;
    min-height: 400px;
    background-size: 106% auto;
  }

  .network-map-stage::before,
  .delivery-route {
    animation-duration: 2.8s;
  }

  .network-stat {
    display: block;
    min-width: 0;
    margin: 4px;
    padding: 12px;
    background: rgba(3, 18, 36, 0.74);
  }

  .stat-one,
  .stat-two,
  .stat-three {
    grid-column: 1;
    grid-row: auto;
  }

  .network-stat strong {
    font-size: 34px;
  }

  .nationwide-process {
    padding: 0 18px 42px;
  }

  .process-flow {
    grid-template-columns: 1fr;
  }

  .solution-card {
    min-height: auto;
    padding: 26px 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0 64%, rgba(255, 255, 255, 0.72) 100%),
      var(--service-bg) center bottom / 100% auto no-repeat,
      #fff;
  }

  .service-strength-band {
    padding: 0 18px 34px;
  }

  .cs-item dl {
    grid-template-columns: 1fr;
  }

  .customer-summary dl {
    grid-template-columns: 1fr;
  }

  .faq-list summary {
    padding: 18px;
    font-size: 16px;
  }

  .faq-list p {
    padding: 0 18px 18px;
  }

  .operations-panel div {
    grid-template-columns: 48px 1fr;
  }

  .operations-panel p {
    grid-column: 2;
  }

  .brand-facade-card,
  .brand-facade-card img {
    min-height: 240px;
  }

  .site-footer {
    display: grid;
  }
}

