@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --bg: #f7f8f5;
  --surface: #ffffff;
  --surface-2: #eef2ed;
  --text: #10201b;
  --muted: #65726d;
  --brand: #c8f12a;
  --brand-2: #9fcb12;
  --deep: #052b24;
  --deep-2: #083a31;
  --line: #dfe6df;
  --shadow: 0 22px 70px rgba(5, 43, 36, .10);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1200px;
}

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

html {
  scroll-behavior: smooth
}

body {
  font-family: Manrope, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden
}

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

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

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

button {
  cursor: pointer
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: auto
}

.section {
  padding: 100px 0
}

.section-sm {
  padding: 72px 0
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 42px
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6f8611;
  margin-bottom: 12px
}

.section-kicker:before,
.eyebrow:before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--brand-2)
}

h1,
h2,
h3,
h4 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.08;
  letter-spacing: -.035em
}

h1 {
  font-size: clamp(46px, 6.2vw, 82px)
}

h2 {
  font-size: clamp(34px, 4vw, 56px)
}

h3 {
  font-size: clamp(22px, 2.2vw, 30px)
}

p {
  color: var(--muted)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  transition: .25s ease
}

.btn-primary {
  background: var(--brand);
  color: #10200f
}

.btn-primary:hover {
  background: #d9ff4f;
  transform: translateY(-2px)
}

.btn-dark {
  background: var(--deep);
  color: #fff
}

.btn-dark:hover {
  background: #0a4439;
  transform: translateY(-2px)
}

.btn-outline {
  border-color: rgba(255, 255, 255, .3);
  color: #fff;
  background: rgba(255, 255, 255, .05)
}

.btn-outline:hover {
  background: #fff;
  color: var(--deep)
}

.btn-light {
  background: #fff;
  color: var(--deep)
}

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

.btn-ghost {
  padding: 0;
  border: 0;
  color: var(--deep);
  font-weight: 800
}

.btn-ghost:hover {
  color: #6c850d
}

.tag {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(200, 241, 42, .16);
  color: #617700;
  font-size: 11px;
  font-weight: 800
}

.muted {
  color: var(--muted)
}

.center {
  text-align: center
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center
}

.image-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow)
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: .75s ease
}

.reveal.is-visible {
  opacity: 1;
  transform: none
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(5, 43, 36, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #fff
}

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

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.04em
}

.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--brand);
  display: grid;
  place-items: center;
  color: var(--deep);
  font-size: 14px
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 12px;
  font-weight: 700
}

.nav-links a {
  opacity: .78;
  position: relative;
  padding: 30px 0
}

.nav-links a:hover,
.nav-links a.active {
  opacity: 1
}

.nav-links>a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 2px;
  background: var(--brand)
}

.nav-actions {
  display: flex;
  gap: 10px;
  align-items: center
}

.theme-toggle,
.menu-toggle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
  background: transparent;
  color: #fff;
  display: grid;
  place-items: center
}

.menu-toggle {
  display: none
}

.mobile-menu {
  display: none
}

.nav-dropdown {
  position: relative
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 12px;
  opacity: .78;
  padding: 30px 0;
  cursor: pointer
}

.nav-dropdown-toggle:hover,
.nav-dropdown.active .nav-dropdown-toggle,
.nav-dropdown.home-active .nav-dropdown-toggle {
  opacity: 1
}

.nav-dropdown-toggle i {
  font-size: 10px;
  transition: transform .2s ease
}

.nav-dropdown.active .nav-dropdown-toggle i {
  transform: rotate(180deg)
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 6px);
  min-width: 210px;
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .2s ease;
  z-index: 1200
}

.nav-dropdown.active .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0)
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--text);
  opacity: 1;
  font-size: 13px;
  font-weight: 700
}

.nav-dropdown-menu a span {
  display: flex;
  align-items: center;
  gap: 10px
}

.nav-dropdown-menu a i {
  width: 16px;
  text-align: center;
  color: var(--brand-2)
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active {
  background: var(--surface-2)
}

.mobile-dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 14px;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.mobile-dropdown.home-active .mobile-dropdown-toggle {
  opacity: 1
}

.mobile-dropdown-toggle i {
  font-size: 12px;
  transition: transform .2s ease
}

.mobile-dropdown.active .mobile-dropdown-toggle i {
  transform: rotate(180deg)
}

.mobile-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  padding-left: 14px;
  transition: max-height .25s ease
}

.mobile-dropdown.active .mobile-dropdown-menu {
  max-height: 220px
}

.mobile-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 4px;
  border-bottom: none !important;
  font-size: 13px;
  font-weight: 700;
  opacity: .85
}

.mobile-dropdown-menu a.active,
.mobile-dropdown-menu a:hover {
  opacity: 1
}

/* Hero */
.hero {
  min-height: 720px;
  padding: 160px 0 90px;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  isolation: isolate
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 34, 29, .94) 0%, rgba(3, 34, 29, .72) 47%, rgba(3, 34, 29, .20) 100%);
  z-index: -1
}

.hero-inner {
  max-width: 760px
}

.hero h1 {
  margin-bottom: 22px
}

.hero h1 .accent {
  color: var(--brand)
}

.hero p {
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  max-width: 600px
}

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

.hero-meta {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 46px
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .8);
  font-size: 12px
}

.meta-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(200, 241, 42, .15);
  color: var(--brand);
  display: grid;
  place-items: center
}

.page-hero {
  min-height: 500px;
  padding-top: 170px;
  display: flex;
  align-items: center
}

.page-hero h1 {
  font-size: clamp(42px, 5.4vw, 68px)
}

.breadcrumb {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
  margin-top: 25px
}

.breadcrumb a:hover {
  color: var(--brand)
}

/* Home */
.tracking-float {
  margin-top: -48px;
  position: relative;
  z-index: 5
}

.track-box {
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px
}

.track-box .label {
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap
}

.track-box input {
  border: 0;
  background: #f1f4f0;
  border-radius: 13px;
  padding: 15px;
  outline: none;
  flex: 1;
  min-width: 0
}

.track-result {
  margin-top: 12px;
  display: none;
  padding: 16px 20px;
  background: var(--deep);
  color: #fff;
  border-radius: 16px;
  font-size: 13px
}

.service-card {
  background: var(--surface);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(5, 43, 36, .06);
  transition: .3s ease
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow)
}

.service-card .visual {
  height: 220px;
  position: relative;
  overflow: hidden
}

.service-card .visual img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .5s
}

.service-card:hover .visual img {
  transform: scale(1.04)
}

.service-card .body {
  padding: 22px
}

.service-card .icon {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--brand);
  display: grid;
  place-items: center;
  color: var(--deep)
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 8px
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-weight: 800;
  font-size: 12px
}

.link-arrow:hover {
  gap: 12px
}

.stat-strip {
  background: var(--deep);
  color: #fff
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.stat {
  padding: 32px 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .10)
}

.stat:last-child {
  border: 0
}

.stat strong {
  display: block;
  font-family: "Space Grotesk";
  font-size: 34px;
  color: #fff
}

.stat span {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  margin-top: 4px
}

.feature-list {
  display: grid;
  gap: 18px;
  margin-top: 28px
}

.feature-list li {
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: flex-start
}

.check {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--deep);
  display: grid;
  place-items: center;
  font-size: 11px;
  margin-top: 2px
}

.media-panel {
  position: relative
}

.media-panel img {
  height: 560px;
  object-fit: cover;
  border-radius: 28px
}

.trust-badge {
  position: absolute;
  right: -20px;
  bottom: 28px;
  background: #fff;
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
  min-width: 180px
}

.trust-badge strong {
  font-size: 26px;
  color: #87a50b
}

.step-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 50px
}

.step {
  padding: 25px 26px;
  border-top: 1px solid var(--line);
  position: relative
}

.step:not(:last-child):after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  height: 100%;
  border-right: 1px solid var(--line)
}

.step-num {
  font-family: "Space Grotesk";
  font-size: 12px;
  color: #91aa1a;
  margin-bottom: 25px
}

.step h3 {
  font-size: 21px;
  margin-bottom: 8px
}

.world {
  background: var(--deep);
  color: #fff;
  border-radius: 30px;
  overflow: hidden
}

.world .copy {
  padding: 62px
}

.world p {
  color: rgba(255, 255, 255, .65)
}

.world img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  opacity: .88
}

.quote-banner {
  background: linear-gradient(110deg, var(--deep), #0c4b3e);
  color: #fff;
  border-radius: 30px;
  padding: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px
}

.quote-banner p {
  color: rgba(255, 255, 255, .68);
  margin-top: 10px
}

/* Forms / tables */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px
}

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

.field label {
  font-size: 12px;
  font-weight: 800
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 14px;
  padding: 14px 15px;
  outline: none;
  transition: .2s
}

.field textarea {
  min-height: 140px;
  resize: vertical
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #8cae16;
  box-shadow: 0 0 0 3px rgba(200, 241, 42, .15)
}

.error {
  font-size: 11px;
  color: #c62828;
  min-height: 16px
}

.form-card {
  background: var(--surface);
  border-radius: 26px;
  padding: 32px;
  box-shadow: var(--shadow)
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.price-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px;
  position: relative
}

.price-card.featured {
  background: var(--deep);
  color: #fff;
  border-color: var(--deep)
}

.price-card.featured p,
.price-card.featured li {
  color: rgba(255, 255, 255, .68)
}

.price {
  font-family: "Space Grotesk";
  font-size: 48px;
  margin: 18px 0
}

.price small {
  font-family: Manrope;
  font-size: 12px;
  color: var(--muted)
}

.price-card.featured .price small {
  color: rgba(255, 255, 255, .55)
}

.price-list {
  display: grid;
  gap: 12px;
  margin: 25px 0;
  list-style: none
}

.price-list li {
  font-size: 13px;
  color: var(--muted)
}

.price-list i {
  color: #8da817;
  margin-right: 7px
}

.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface)
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px
}

th,
td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 13px
}

th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em
}

tr:last-child td {
  border-bottom: 0
}

/* Content */
.dark-section {
  background: var(--deep);
  color: #fff
}

.dark-section p {
  color: rgba(255, 255, 255, .66)
}

.dark-section .section-kicker {
  color: var(--brand)
}

.team-card {
  background: var(--surface);
  border-radius: 22px;
  overflow: hidden
}

.team-card img {
  height: 320px;
  width: 100%;
  object-fit: cover
}

.team-card .body {
  padding: 20px
}

.blog-card {
  background: var(--surface);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line)
}

.blog-card img {
  height: 230px;
  width: 100%;
  object-fit: cover
}

.blog-card .body {
  padding: 22px
}

.blog-meta {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 10px
}

.article {
  max-width: 800px;
  margin: auto
}

.article img {
  width: 100%;
  border-radius: 24px;
  margin: 28px 0
}

.article p {
  margin: 18px 0
}

.article h2 {
  font-size: 34px;
  margin: 35px 0 12px
}

.coverage-map {
  min-height: 520px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 25% 30%, rgba(200, 241, 42, .45) 0 4px, transparent 5px),
    radial-gradient(circle at 68% 45%, rgba(200, 241, 42, .6) 0 4px, transparent 5px),
    radial-gradient(circle at 52% 70%, rgba(200, 241, 42, .35) 0 4px, transparent 5px),
    linear-gradient(135deg, #082f28, #0d5144);
  position: relative;
  overflow: hidden
}

.coverage-map:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(28deg, transparent 49%, rgba(255, 255, 255, .05) 50%, transparent 51%), linear-gradient(110deg, transparent 49%, rgba(255, 255, 255, .05) 50%, transparent 51%);
  background-size: 90px 90px;
  opacity: .7
}

.map-label {
  position: absolute;
  background: #fff;
  color: var(--deep);
  padding: 8px 11px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18)
}

.calc {
  background: var(--deep);
  color: #fff;
  border-radius: 28px;
  padding: 34px
}

.calc .field label {
  color: #fff
}

.calc input,
.calc select {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .15);
  color: #fff
}

.calc select option {
  color: #111
}

.calc-result {
  font-family: "Space Grotesk";
  font-size: 42px;
  color: var(--brand);
  margin-top: 20px
}

.contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 30px
}

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

.info-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  display: flex;
  gap: 14px
}

.info-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(200, 241, 42, .2);
  display: grid;
  place-items: center;
  color: #758c0e;
  flex: 0 0 42px
}

.faq {
  border-top: 1px solid var(--line)
}

.faq button {
  width: 100%;
  padding: 22px 0;
  background: none;
  border: 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-weight: 800;
  color: var(--text)
}

.faq-content {
  display: none;
  padding: 0 0 22px;
  color: var(--muted);
  font-size: 13px
}

.faq.open .faq-content {
  display: block
}

/* Courier home and portal enhancements */
.speed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.speed-option {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  position: relative;
  overflow: hidden
}

.speed-option:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  right: -25px;
  top: -25px;
  background: rgba(200, 241, 42, .18)
}

.speed-option i {
  display: block;
  color: #71880e;
  font-size: 24px;
  margin-bottom: 20px
}

.speed-option h3 {
  font-size: 21px;
  margin-bottom: 7px
}

.speed-option p {
  font-size: 13px
}

.speed-option strong {
  display: block;
  margin-top: 17px;
  font-size: 12px;
  color: #71880e
}

.image-collage {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
  min-height: 460px
}

.image-collage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 24px
}

.image-collage .stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px
}

.route-board {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 26px;
  display: grid;
  gap: 16px
}

.route-stop {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 13px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line)
}

.route-stop:last-child {
  border: 0;
  padding: 0
}

.route-stop i {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--surface-2);
  display: grid;
  place-items: center;
  color: #6e850d
}

.route-stop b {
  font-size: 13px
}

.route-stop span {
  font-size: 11px;
  color: var(--muted)
}

.testimonial {
  padding: 34px;
  border-radius: 28px;
  background: #edf3dc;
  position: relative
}

.testimonial:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 38px;
  color: #90aa1b;
  opacity: .45
}

.testimonial blockquote {
  font-family: "Space Grotesk";
  font-size: 25px;
  line-height: 1.35;
  margin: 18px 0
}

.testimonial cite {
  font-size: 12px;
  font-style: normal;
  font-weight: 800
}

.portal-switch {
  display: flex;
  gap: 10px;
  margin: 25px 0 5px
}

.portal-choice {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 15px;
  background: var(--surface);
  cursor: pointer;
  text-align: left;
  color: var(--text)
}

.portal-choice.active {
  border-color: #87a50b;
  box-shadow: 0 0 0 3px rgba(200, 241, 42, .18)
}

.portal-choice i {
  color: #78900e;
  margin-right: 7px
}

.portal-choice small {
  display: block;
  color: var(--muted);
  margin-top: 5px
}

.admin-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 12px
}

/* Dashboard */
.dashboard-body {
  background: #eef1ec
}

.dashboard-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 250px 1fr
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  background: var(--deep);
  color: #fff;
  padding: 24px 15px;
  overflow: auto
}

.side-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255, 255, 255, .42);
  padding: 18px 12px 8px
}

.side-link {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 700;
  margin: 3px 0
}

.side-link:hover,
.side-link.active {
  background: rgba(200, 241, 42, .12);
  color: #fff
}

.dashboard-main {
  padding: 0 34px 34px
}

.dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px
}

.user-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border-radius: 999px;
  padding: 8px 12px
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--brand);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px
}

.dash-stat {
  background: var(--surface);
  border-radius: 18px;
  padding: 20px;
  border: 1px solid var(--line)
}

.dash-stat span {
  font-size: 11px;
  color: var(--muted)
}

.dash-stat strong {
  display: block;
  font-family: "Space Grotesk";
  font-size: 28px;
  margin-top: 7px
}

.dash-layout {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 18px;
  margin-top: 18px
}

.panel {
  background: var(--surface);
  border-radius: 20px;
  padding: 22px;
  border: 1px solid var(--line)
}

.panel h3 {
  font-size: 20px;
  margin-bottom: 18px
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e8f4d1;
  color: #5e7610;
  font-size: 10px;
  font-weight: 800
}

.status:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8bad14
}

.progress {
  height: 8px;
  background: #e5e9e3;
  border-radius: 99px;
  overflow: hidden
}

.progress span {
  display: block;
  height: 100%;
  width: 68%;
  background: var(--brand-2)
}

.timeline {
  display: grid;
  gap: 0
}

.timeline-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  position: relative;
  padding-bottom: 22px
}

.timeline-item:not(:last-child) .dot:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 22px;
  bottom: 0;
  border-left: 1px dashed #cbd4cb
}

.dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--deep);
  display: grid;
  place-items: center;
  font-size: 10px;
  z-index: 1
}

.timeline-item h4 {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 3px
}

.timeline-item p {
  font-size: 11px
}

.notification {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px
}

.notification:last-child {
  border: 0
}

/* Footer */
.site-footer {
  background: #031d19;
  color: #fff;
  padding: 70px 0 24px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr .9fr;
  gap: 50px
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, .58);
  font-size: 12px
}

.site-footer a:hover {
  color: var(--brand)
}

.footer-links {
  display: grid;
  gap: 10px;
  margin-top: 16px
}

.footer-title {
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 16px
}

.footer-bottom {
  margin-top: 55px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: rgba(255, 255, 255, .45)
}

.socials {
  display: flex;
  gap: 8px;
  margin-top: 20px
}

.socials a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  display: grid;
  place-items: center
}

/* Utilities */
.notice {
  padding: 13px 15px;
  background: #fff7d9;
  border: 1px solid #eadb9e;
  border-radius: 14px;
  color: #695a16;
  font-size: 12px
}

.search-bar {
  display: flex;
  gap: 10px;
  background: var(--surface);
  padding: 10px;
  border-radius: 18px;
  border: 1px solid var(--line)
}

.search-bar input {
  border: 0;
  outline: 0;
  background: transparent;
  flex: 1;
  padding: 0 10px;
  color: var(--text)
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--surface-2);
  display: grid;
  place-items: center;
  color: #69810b
}

.loading {
  display: none;
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  padding: 15px
}

.auth-wrap {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr
}

.auth-visual {
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 50px;
  display: flex;
  align-items: center;
}

.auth-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 29, 25, .92), rgba(3, 29, 25, .12))
}

.auth-visual>* {
  position: relative
}

.auth-form {
  display: grid;
  place-items: center;
  padding: 110px 50px 50px;
  background: var(--bg)
}

.auth-box {
  width: min(450px, 100%)
}

.auth-box .logo {
  color: var(--deep);
  margin-bottom: 50px
}

.auth-box h1 {
  font-size: 44px;
  margin-bottom: 10px
}

.auth-actions {
  position: fixed;
  top: 24px;
  right: 28px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 10px
}

.auth-actions .direction-toggle {
  border-color: var(--line);
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(5, 43, 36, .08)
}

.auth-actions .direction-btn {
  color: var(--muted)
}

.auth-actions .theme-toggle,
.auth-menu-toggle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  box-shadow: 0 8px 24px rgba(5, 43, 36, .08);
  display: grid;
  place-items: center
}

.auth-menu-toggle,
.auth-mobile-menu {
  display: none
}

.mobile-direction-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 4px 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 800
}

.mobile-direction-control>span {
  display: flex;
  align-items: center;
  gap: 9px
}

.mobile-direction-control .direction-toggle {
  flex: none
}

.not-found {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 130px 40px 40px
}

.not-found strong {
  font-family: "Space Grotesk";
  font-size: clamp(100px, 18vw, 220px);
  line-height: 1;
  color: var(--deep)
}

.coming {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--deep);
  color: #fff;
  text-align: center;
  padding: 120px 30px 30px
}

.coming p {
  color: rgba(255, 255, 255, .65);
  max-width: 650px;
  margin: 16px auto 28px
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--deep);
  color: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  font-size: 12px;
  z-index: 2000;
  transform: translateY(120px);
  transition: .3s
}

.toast.show {
  transform: none
}

@media(max-width:1024px) {
  .nav-links {
    gap: 16px
  }

  .nav-links a {
    font-size: 11px
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr)
  }

  .speed-grid {
    grid-template-columns: 1fr
  }

  .stats {
    grid-template-columns: repeat(2, 1fr)
  }

  .stat:nth-child(2) {
    border-right: 0
  }

  .stat:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
  }

  .split,
  .grid-2,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 38px
  }

  .step-row {
    grid-template-columns: repeat(2, 1fr)
  }

  .step:nth-child(2) {
    border-right: 0
  }

  .dash-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .dash-layout {
    grid-template-columns: 1fr
  }

  .dashboard-shell {
    grid-template-columns: 210px 1fr
  }
}

@media(max-width:767px) {
  .social-login {
    grid-template-columns: 1fr
  }

  .container {
    width: min(var(--container), calc(100% - 28px))
  }

  .section {
    padding: 72px 0
  }

  .section-head {
    display: block;
    margin-bottom: 30px
  }

  .section-head .btn {
    margin-top: 20px
  }

  .site-header {
    background: rgba(5, 43, 36, .95)
  }

  .nav {
    height: 68px
  }

  .nav-links,
  .nav-actions .btn {
    display: none
  }

  .menu-toggle {
    display: grid
  }

  .mobile-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 68px;
    height: calc(100vh - 68px);
    background: var(--deep);
    padding: 20px 18px;
    overflow: auto;
    transform: translateX(100%);
    transition: .3s
  }

  .mobile-menu.open {
    transform: none
  }

  .mobile-menu a {
    padding: 16px 4px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-weight: 700;
    font-size: 14px
  }

  .mobile-menu .btn {
    margin-top: 18px
  }

  .hero {
    min-height: 680px;
    padding: 135px 0 70px;
    background-position: 62% center
  }

  .hero:before {
    background: linear-gradient(90deg, rgba(3, 34, 29, .94), rgba(3, 34, 29, .58))
  }

  h1 {
    font-size: clamp(42px, 13vw, 60px)
  }

  .page-hero {
    min-height: 430px;
    padding-top: 130px
  }

  .tracking-float {
    margin-top: -28px
  }

  .track-box {
    flex-wrap: wrap
  }

  .track-box input {
    width: 100%;
    flex-basis: 100%
  }

  .grid-3,
  .price-grid {
    grid-template-columns: 1fr
  }

  .image-collage {
    min-height: 380px
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr
  }

  .service-card .visual {
    height: 210px
  }

  .stats {
    grid-template-columns: 1fr 1fr
  }

  .stat {
    padding: 24px 10px
  }

  .stat strong {
    font-size: 27px
  }

  .step-row {
    grid-template-columns: 1fr
  }

  .step:not(:last-child):after {
    display: none
  }

  .step {
    border-right: 0
  }

  .media-panel img {
    height: 420px
  }

  .trust-badge {
    right: 12px
  }

  .quote-banner {
    display: block;
    padding: 34px
  }

  .quote-banner .btn {
    margin-top: 20px
  }

  .form-grid {
    grid-template-columns: 1fr
  }

  .field.full {
    grid-column: auto
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px
  }

  .footer-bottom {
    display: block
  }

  .footer-bottom span {
    display: block;
    margin-top: 8px
  }

  .dashboard-shell {
    display: block
  }

  .sidebar {
    display: none
  }

  .dashboard-main {
    padding: 0 14px 20px
  }

  .dashboard-top {
    align-items: flex-start
  }

  .auth-wrap {
    grid-template-columns: 1fr
  }

  .auth-visual {
    display: none
  }

  .auth-form {
    min-height: 100vh;
    padding: 100px 20px 28px
  }

  .auth-box .logo {
    margin-bottom: 30px
  }

  .auth-box h1 {
    font-size: 38px
  }

  .auth-actions {
    top: 14px;
    right: 14px
  }

  .auth-actions>.direction-toggle {
    display: none
  }

  .auth-menu-toggle {
    display: grid
  }

  .auth-mobile-menu {
    display: block;
    position: fixed;
    top: 66px;
    right: 14px;
    z-index: 29;
    width: min(280px, calc(100vw - 28px));
    padding: 12px 16px 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--surface);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: .2s ease
  }

  .auth-mobile-menu.open {
    opacity: 1;
    visibility: visible;
    transform: none
  }

  .auth-mobile-menu .mobile-direction-control {
    padding: 0;
    color: var(--text)
  }

  .auth-mobile-menu .direction-toggle {
    border-color: var(--line);
    background: var(--surface-2)
  }

  .auth-mobile-menu .direction-btn {
    color: var(--muted)
  }
}

@media(max-width:420px) {
  .grid-4 {
    grid-template-columns: 1fr
  }

  .stats {
    grid-template-columns: 1fr
  }

  .stat {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important
  }

  .stat:last-child {
    border-bottom: 0 !important
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .hero-actions .btn {
    width: 100%
  }

  .dash-grid {
    grid-template-columns: 1fr
  }
}

.direction-toggle {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04)
}

.direction-btn {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .68);
  border-radius: 999px;
  padding: 6px 8px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer
}

.direction-btn:hover,
.direction-btn.active {
  background: var(--brand);
  color: var(--deep)
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 14px;
  color: var(--muted);
  font-size: 12px
}

.auth-divider:before,
.auth-divider:after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line)
}

.social-login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.social-login-btn {
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 8px;
  padding: 11px 8px;
  font: 700 12px/1.2 inherit;
  color: var(--text);
  cursor: pointer
}

.social-login-btn:hover {
  border-color: var(--brand);
  color: var(--brand)
}

.social-login-btn .fa-google {
  color: #ea4335
}

.social-login-btn .fa-facebook-f {
  color: #1877f2
}

.back-home {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  font-size: 13px;
  font-weight: 800;
  color: var(--text)
}

@media(max-width:767px) {

  /* Hide only the header control; the mobile-menu control must remain usable. */
  .nav-actions>.direction-toggle {
    display: none
  }

  .mobile-direction-control .direction-toggle {
    display: flex
  }
}