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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: #0f172a;
  background: #020617;
  line-height: 1.6;
}

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

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

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 5rem 0;
}

.section-inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.section-header {
  max-width: 640px;
}

.section-header h2 {
  font-size: clamp(2rem, 3vw, 2.4rem);
  margin-bottom: 0.75rem;
}

.section-header p {
  color: #64748b;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: #22c55e;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn.primary {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #0b1120;
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.35);
}

.btn.primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.btn.ghost {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(148, 163, 184, 0.5);
  color: #e2e8f0;
}

.btn.ghost:hover {
  background: rgba(30, 41, 59, 0.9);
}

.btn.full-width {
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: linear-gradient(
    to bottom,
    rgba(2, 6, 23, 0.9),
    rgba(2, 6, 23, 0.65),
    transparent
  );
  border-bottom: 1px solid rgba(30, 64, 175, 0.4);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  color: #e5e7eb;
}

.logo-mark {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.9rem;
  background: radial-gradient(circle at 20% 0, #22c55e, #0f766e 40%, #0f172a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #ecfdf5;
  box-shadow: 0 8px 25px rgba(34, 197, 94, 0.45);
}

.logo-text {
  font-size: 1.05rem;
}

.logo-text span {
  color: #22c55e;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: #cbd5f5;
}

.nav-links a {
  position: relative;
  padding: 0.2rem 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e, #22c55e);
  transition: width 0.2s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.6);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
  cursor: pointer;
}

.nav-toggle span {
  width: 1.2rem;
  height: 2px;
  border-radius: 999px;
  background: #e5e7eb;
}

.hero {
  padding: 6rem 0 4rem;
  background: radial-gradient(circle at top left, #0f172a, #020617 45%);
  color: #e5e7eb;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 3.5rem;
  align-items: center;
}

.hero-text h1 {
  font-size: clamp(2.4rem, 4vw, 3.1rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-text h1 span {
  color: #22c55e;
}

.hero-subtitle {
  color: #9ca3af;
  max-width: 34rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.75rem 0 1.5rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: #cbd5f5;
  font-size: 0.85rem;
}

.hero-meta .meta-label {
  display: block;
  font-weight: 600;
  color: #22c55e;
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
}

.hero-card {
  position: relative;
  border-radius: 1.6rem;
  padding: 1.5rem;
  background: radial-gradient(circle at 0 0, #1d283a, #020617 65%);
  border: 1px solid rgba(30, 64, 175, 0.7);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.9);
  min-width: 260px;
  max-width: 340px;
}

.hero-badge {
  position: absolute;
  top: 1.2rem;
  right: 1.3rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.95);
  color: #e0f2fe;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-illustration {
  padding-top: 1.6rem;
  padding-bottom: 1.3rem;
}

.hero-stats {
  display: grid;
  gap: 0.75rem;
  border-top: 1px solid rgba(30, 64, 175, 0.7);
  padding-top: 1rem;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: #cbd5f5;
}

.stat-label {
  display: block;
  font-weight: 500;
}

.stat-value {
  display: block;
  color: #e5e7eb;
}

.about {
  background: #020617;
  color: #e5e7eb;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.75rem;
}

.about-text h3 {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.about-text p {
  color: #9ca3af;
  margin-bottom: 0.8rem;
}

.check-list {
  list-style: none;
  display: grid;
  gap: 0.4rem;
  margin-top: 0.6rem;
}

.check-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 0.9rem;
  color: #cbd5f5;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-size: 0.8rem;
  color: #22c55e;
}

.about-cards {
  display: grid;
  gap: 1rem;
}

.info-card {
  border-radius: 1.1rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(30, 64, 175, 0.6);
  background: radial-gradient(circle at 0 0, #020617, #020617 45%, #020617);
}

.info-card h4 {
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.info-card p,
.info-card li {
  font-size: 0.9rem;
  color: #9ca3af;
}

.info-card ul {
  display: grid;
  gap: 0.25rem;
  padding-left: 1rem;
}

.info-card ul li {
  list-style: disc;
}

.services {
  background: radial-gradient(circle at top, #020617, #020617 55%, #020617);
  color: #e5e7eb;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-card {
  border-radius: 1.3rem;
  padding: 1.5rem 1.4rem 1.4rem;
  border: 1px solid rgba(30, 64, 175, 0.6);
  background: radial-gradient(circle at 0 0, #020617, #020617 40%, #020617);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.9rem;
}

.icon-circle {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(30, 64, 175, 0.7);
  margin-bottom: 0.4rem;
}

.service-card h3 {
  font-size: 1.05rem;
}

.service-card p {
  color: #94a3b8;
}

.service-card ul {
  display: grid;
  gap: 0.3rem;
  margin-top: 0.4rem;
  padding-left: 1rem;
}

.service-card ul li {
  list-style: disc;
  color: #cbd5f5;
}

.note {
  font-size: 0.8rem;
  color: #64748b;
  margin-top: 0.4rem;
}

.cold-chain {
  background: radial-gradient(circle at 0 0, #0f172a, #020617 50%);
  color: #e5e7eb;
}

.cold-chain-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.5rem;
}

.cold-chain-text > p {
  color: #9ca3af;
  margin-bottom: 1rem;
}

.timeline {
  margin-top: 1.2rem;
  display: grid;
  gap: 1rem;
}

.timeline li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: flex-start;
}

.timeline h3 {
  font-size: 0.98rem;
  margin-bottom: 0.15rem;
}

.timeline p {
  font-size: 0.9rem;
  color: #94a3b8;
}

.step {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 64, 175, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #e5e7eb;
  background: rgba(15, 23, 42, 0.9);
}

.cold-chain-card {
  border-radius: 1.4rem;
  padding: 1.4rem 1.5rem;
  background: radial-gradient(circle at 100% 0, rgba(22, 163, 74, 0.12), #020617);
  border: 1px solid rgba(22, 163, 74, 0.5);
}

.cold-chain-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.fleet {
  background: #020617;
  color: #e5e7eb;
}

.fleet-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.5rem;
}

.fleet-highlight {
  border-radius: 1.6rem;
  padding: 1.4rem 1.4rem 1.2rem;
  border: 1px solid rgba(30, 64, 175, 0.7);
  background: radial-gradient(circle at 0 0, #020617, #020617 40%, #020617);
}

.fleet-visual {
  margin-bottom: 1.1rem;
}

.fleet-numbers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  font-size: 0.8rem;
  color: #cbd5f5;
}

.number {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #22c55e;
}

.label {
  display: block;
}

.fleet-details h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.fleet-details p {
  color: #94a3b8;
}

.network {
  background: radial-gradient(circle at center, #020617, #020617 60%, #020617);
  color: #e5e7eb;
}

.network-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.5rem;
}

.network-text > p {
  color: #94a3b8;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.location-card {
  border-radius: 1.1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(30, 64, 175, 0.7);
  background: rgba(15, 23, 42, 0.9);
  font-size: 0.9rem;
}

.location-card h3 {
  margin-bottom: 0.4rem;
  font-size: 0.98rem;
}

.location-card ul {
  padding-left: 1rem;
}

.location-card ul li {
  list-style: disc;
  color: #cbd5f5;
}

.network-map {
  border-radius: 1.4rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(30, 64, 175, 0.7);
  background: radial-gradient(circle at 100% 0, rgba(56, 189, 248, 0.08), #020617);
}

.routes {
  margin: 0.9rem 0;
  display: grid;
  gap: 0.4rem;
  font-size: 0.9rem;
}

.routes li {
  padding-left: 1rem;
  position: relative;
}

.routes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #22c55e;
}

.contact {
  background: #020617;
  color: #e5e7eb;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 2.5rem;
}

.contact-info > p {
  color: #94a3b8;
  margin-bottom: 1rem;
}

.contact-block {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(30, 64, 175, 0.7);
  background: rgba(15, 23, 42, 0.8);
  font-size: 0.9rem;
}

.contact-block h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.contact-line + .contact-line {
  margin-top: 0.25rem;
}

.contact-form-card {
  border-radius: 1.4rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(30, 64, 175, 0.7);
  background: radial-gradient(circle at 0 0, rgba(22, 163, 74, 0.15), #020617);
}

.contact-form-card h3 {
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 0.9rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.75rem;
}

.form-field label {
  font-size: 0.85rem;
  color: #cbd5f5;
}

.form-field input,
.form-field select,
.form-field textarea {
  border-radius: 0.8rem;
  border: 1px solid rgba(30, 64, 175, 0.8);
  background: rgba(15, 23, 42, 0.9);
  padding: 0.6rem 0.7rem;
  color: #e5e7eb;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #6b7280;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.6);
  background: rgba(15, 23, 42, 0.95);
}

.form-note {
  margin-top: 0.7rem;
  font-size: 0.8rem;
  color: #94a3b8;
}

.form-note a {
  color: #22c55e;
  text-decoration: underline;
}

.form-success {
  margin-top: 0.4rem;
  font-size: 0.82rem;
  color: #22c55e;
  min-height: 1.2rem;
}

.site-footer {
  border-top: 1px solid rgba(30, 64, 175, 0.7);
  background: #020617;
  padding: 1.8rem 0 2.2rem;
  color: #9ca3af;
  font-size: 0.85rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  color: #e5e7eb;
}

.footer-text {
  max-width: 480px;
}

.footer-meta {
  color: #6b7280;
}

@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-visual {
    justify-content: flex-start;
  }

  .about-grid,
  .cold-chain-inner,
  .fleet-grid,
  .network-inner,
  .contact-inner {
    grid-template-columns: minmax(0, 1fr);
  }

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

@media (max-width: 768px) {
  .header-inner {
    padding: 0.75rem 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    inset-inline: 0;
    top: 100%;
    padding: 0.75rem 1.5rem 1rem;
    flex-direction: column;
    background: rgba(2, 6, 23, 0.98);
    border-bottom: 1px solid rgba(30, 64, 175, 0.7);
    transform-origin: top;
    transform: scaleY(0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .main-nav.open .nav-links {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
  }

  .hero {
    padding-top: 5rem;
  }

  .hero-meta {
    gap: 1rem;
  }

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

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

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

  .section {
    padding: 3.5rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


