:root {
  --ink: #17202a;
  --muted: #657080;
  --line: #dce3ec;
  --surface: #ffffff;
  --soft: #f6f8fb;
  --dark: #111827;
  --red: #d72f23;
  --red-dark: #a61f18;
  --blue: #0757a6;
  --green: #087443;
  --gold: #f2b84b;
  --shadow: 0 20px 45px rgba(17, 24, 39, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 68px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 227, 236, 0.9);
  backdrop-filter: blur(14px);
}

.brand,
.header-actions,
.header-action,
.button,
.menu-toggle,
.select-size {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.header-actions {
  gap: 10px;
}

.brand {
  min-width: 210px;
  max-width: 260px;
  overflow: hidden;
  color: var(--dark);
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--blue));
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(215, 47, 35, 0.22);
}

.brand-logo-mark {
  display: grid;
  width: 44px;
  height: 44px;
  min-width: 44px;
  max-width: 44px;
  max-height: 44px;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  background: var(--dark);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(215, 47, 35, 0.2);
}

.brand-logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 3px;
}

.brand svg,
.button svg,
.header-action svg,
.menu-toggle svg,
.quick-strip svg,
.product-top svg,
.safety-grid svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.2;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.8vw, 30px);
  color: #3e4958;
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  color: var(--red);
  border-color: var(--red);
}

.header-action,
.button,
.select-size,
.menu-toggle {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.header-action {
  padding: 0 16px;
  color: #fff;
  background: var(--dark);
}

.whatsapp-action {
  background: var(--green);
}

.menu-toggle {
  display: none;
  padding: 0 14px;
  color: #fff;
  background: var(--dark);
}

.menu-label {
  display: none;
}

.hero {
  position: relative;
  min-height: min(82vh, 720px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: clamp(86px, 12vh, 126px) clamp(20px, 5vw, 72px);
  isolation: isolate;
}

.hero-slider,
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-slider {
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 0.8s ease;
}

.hero-image.active {
  opacity: 1;
}

.hero-shade {
  background:
    linear-gradient(270deg, rgba(9, 16, 27, 0.94) 0%, rgba(9, 16, 27, 0.78) 40%, rgba(9, 16, 27, 0.24) 72%, rgba(9, 16, 27, 0.04) 100%),
    linear-gradient(0deg, rgba(9, 16, 27, 0.2), rgba(9, 16, 27, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 660px);
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow,
.safety-band .eyebrow,
.contact-section .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 620px;
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 5.8vw, 4.95rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 3.4vw, 3.05rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.55vw, 1.13rem);
  line-height: 1.65;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
  margin-top: 22px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-proof span {
  min-width: 0;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  overflow-wrap: anywhere;
}

.hero-slider-controls {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.hero-dot {
  width: 34px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
}

.hero-dot.active {
  background: #fff;
}

.button {
  min-width: 150px;
  padding: 0 18px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover,
.select-size:hover {
  transform: translateY(-1px);
}

.primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 14px 30px rgba(215, 47, 35, 0.25);
}

.primary:hover {
  background: var(--red-dark);
}

.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.secondary.dark {
  color: var(--dark);
  background: #fff;
  border-color: var(--line);
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: min(1120px, calc(100% - 36px));
  margin: -38px auto 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 76px;
  padding: 18px;
  background: #fff;
  color: #344054;
  font-weight: 800;
}

.quick-strip svg {
  color: var(--green);
}

.service-areas {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  margin: clamp(42px, 6vw, 70px) clamp(18px, 5vw, 72px) 0;
  padding: clamp(26px, 4vw, 40px);
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(7, 87, 166, 0.92));
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.area-copy h2 {
  margin-bottom: 12px;
  color: #fff;
}

.area-copy p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.service-areas .eyebrow {
  color: var(--gold);
}

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

.area-list span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 11px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-weight: 850;
}

.area-list svg {
  width: 17px;
  height: 17px;
  color: var(--gold);
  flex: 0 0 auto;
}

.section {
  padding: clamp(48px, 6vw, 82px) clamp(18px, 5vw, 72px);
}

.section-head {
  max-width: 730px;
  margin-bottom: 30px;
}

.section-head h2,
.copy-block h2,
.order-copy h2,
.contact-section h2 {
  color: var(--dark);
}

.section-head p:not(.eyebrow),
.copy-block p,
.order-copy p,
.contact-section p,
.product-card p,
.step p,
.safety-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.order-notes {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.order-notes span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 14px;
  color: #344054;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.order-notes svg {
  width: 18px;
  height: 18px;
  color: var(--green);
  flex: 0 0 auto;
}

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

.product-card,
.why-grid article,
.brand-grid article,
.delivery-grid article,
.reviews-grid article,
.safety-grid article,
.landing-card,
.landing-panel,
.order-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.product-card {
  min-height: 266px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}

.product-card.featured {
  border-color: rgba(215, 47, 35, 0.42);
  box-shadow: var(--shadow);
}

.product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  color: var(--blue);
  font-weight: 850;
}

.product-card h3 {
  font-size: 1.48rem;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 18px;
}

.product-meta span,
.stock-pill,
.brand-grid small {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  color: #344054;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
}

.stock-pill.in-stock,
.brand-grid small.in-stock {
  color: var(--green);
  background: rgba(8, 116, 67, 0.08);
  border-color: rgba(8, 116, 67, 0.22);
}

.stock-pill.low-stock,
.brand-grid small.low-stock {
  color: #8a5a00;
  background: rgba(242, 184, 75, 0.16);
  border-color: rgba(242, 184, 75, 0.36);
}

.stock-pill.out-stock,
.brand-grid small.out-stock {
  color: var(--red);
  background: rgba(215, 47, 35, 0.08);
  border-color: rgba(215, 47, 35, 0.2);
}

.select-size {
  width: 100%;
  margin-top: auto;
  color: #fff;
  background: var(--dark);
}

.why-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(7, 87, 166, 0.93));
}

.why-section .section-head {
  max-width: 560px;
  margin-bottom: 0;
}

.why-section .eyebrow {
  color: var(--gold);
}

.why-section h2 {
  color: #fff;
  font-size: clamp(1.9rem, 3.1vw, 2.8rem);
}

.why-grid,
.brand-grid,
.delivery-grid,
.reviews-grid {
  display: grid;
  gap: 18px;
}

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

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

.delivery-stats span {
  display: grid;
  gap: 4px;
  min-height: 88px;
  align-content: center;
  padding: 14px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
}

.delivery-stats strong {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1;
}

.trust-proof-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.reviews-grid article {
  padding: 22px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.why-grid article {
  min-height: 136px;
  padding: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.why-grid h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.why-grid svg {
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
  color: var(--red);
}

.reviews-grid p,
.delivery-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.why-grid p {
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.brands-section {
  background: var(--soft);
}

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

.brand-grid article {
  min-height: 188px;
  display: grid;
  gap: 12px;
  place-items: center;
  align-content: center;
  color: var(--dark);
  background: #fff;
  border-color: var(--line);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

.brand-grid span {
  font-size: 1.05rem;
  font-weight: 900;
}

.brand-grid small {
  justify-self: center;
  text-align: center;
}

.brand-card {
  --cylinder: var(--blue);
  --cylinder-dark: var(--dark);
  --band: #ffffff;
  --label: #ffffff;
}

.brand-cylinder {
  position: relative;
  width: 74px;
  height: 104px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 24%, transparent 72%, rgba(0, 0, 0, 0.22)),
    linear-gradient(180deg, var(--cylinder), var(--cylinder-dark));
  border-radius: 18px 18px 16px 16px;
  box-shadow: inset 0 -10px 0 rgba(0, 0, 0, 0.12), 0 14px 24px rgba(17, 24, 39, 0.16);
}

.brand-cylinder::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 18px;
  width: 38px;
  height: 24px;
  border: 8px solid var(--cylinder-dark);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
}

.brand-cylinder::after {
  content: attr(data-label);
  position: absolute;
  left: 10px;
  right: 10px;
  top: 45px;
  height: 21px;
  display: grid;
  place-items: center;
  background: var(--band);
  color: var(--label-color, var(--dark));
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.08);
  font-size: 0.57rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.pro-gas {
  --cylinder: #f36aa6;
  --cylinder-dark: #c21f72;
  --band: #ffffff;
}

.k-gas {
  --cylinder: #169b52;
  --cylinder-dark: #08713a;
  --band: #ffffff;
}

.afrigas {
  --cylinder: #1e64c8;
  --cylinder-dark: #0c3d86;
  --band: #ffffff;
}

.hashi-gas {
  --cylinder: #f4d03f;
  --cylinder-dark: #d99b00;
  --band: #171717;
}

.total-gas {
  --cylinder: #f47c20;
  --cylinder-dark: #bd4b18;
  --band: #ffffff;
}

.taifa-gas {
  --cylinder: #8ee6c1;
  --cylinder-dark: #34b889;
  --band: #ffffff;
}

.top-gas {
  --cylinder: #f47c20;
  --cylinder-dark: #bd4b18;
  --band: #ffffff;
}

.ola-gas {
  --cylinder: #8a4f2a;
  --cylinder-dark: #5a2e17;
  --band: #ffffff;
}

.deliveries-section {
  background: #fff;
}

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

.delivery-grid article {
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}

.delivery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.delivery-grid div {
  padding: 20px;
}

.reviews-section {
  background: var(--soft);
}

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

.reviews-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-weight: 900;
}

.reviews-grid .review-rating {
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.reviews-grid .review-meta {
  margin-bottom: 0;
  color: var(--dark);
  font-weight: 900;
}

.search-section {
  background: var(--soft);
}

.search-link-grid,
.landing-card-grid,
.landing-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.search-link {
  display: grid;
  gap: 9px;
  min-height: 158px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.search-link:hover {
  border-color: rgba(215, 47, 35, 0.42);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.1);
  transform: translateY(-1px);
}

.search-link span {
  color: var(--dark);
  font-weight: 850;
  line-height: 1.25;
}

.search-link small {
  color: var(--muted);
  line-height: 1.55;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 7vw, 76px);
  align-items: start;
  background: var(--soft);
}

.copy-block {
  position: sticky;
  top: 96px;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.step > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--red);
  background: #fff1ef;
  border-radius: 8px;
  font-weight: 850;
}

.safety-band {
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.96), rgba(7, 87, 166, 0.92));
}

.section-head.light h2,
.safety-grid h3,
.contact-section h2 {
  color: #fff;
}

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

.safety-grid article {
  min-height: 210px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.safety-grid svg {
  width: 28px;
  height: 28px;
  margin-bottom: 22px;
  color: var(--gold);
}

.safety-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-weight: 800;
}

.trust-strip svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex: 0 0 auto;
}

.faq-section {
  background: #fff;
}

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

.faq-list details {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--dark);
  font-weight: 850;
  line-height: 1.35;
}

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

.landing-hero {
  min-height: min(68vh, 620px);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
}

.breadcrumb a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.breadcrumb span::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.48);
}

.landing-card {
  min-height: 220px;
  padding: 24px;
}

.landing-card svg {
  width: 28px;
  height: 28px;
  margin-bottom: 20px;
  color: var(--red);
}

.landing-card p,
.landing-panel li,
.landing-stock span {
  color: var(--muted);
  line-height: 1.6;
}

.landing-area {
  margin-top: 0;
}

.landing-highlights {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  align-items: stretch;
  background: var(--soft);
}

.landing-panel {
  padding: clamp(22px, 4vw, 34px);
}

.landing-panel ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding-left: 20px;
}

.landing-stock {
  display: grid;
  gap: 12px;
}

.landing-stock span {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.landing-stock strong {
  color: var(--dark);
}

.order-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.order-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.order-summary {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.order-summary div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.order-summary span,
.order-summary p,
.order-summary small {
  color: var(--muted);
}

.order-summary p,
.order-summary small {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.order-summary strong {
  color: var(--dark);
  font-size: 1.1rem;
}

.payment-note,
.eta-note,
.form-status {
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.eta-note,
.form-status {
  padding: 11px 12px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.form-status {
  margin-top: 0;
  min-height: 42px;
}

.form-status.success {
  color: var(--green);
  background: rgba(8, 116, 67, 0.08);
  border-color: rgba(8, 116, 67, 0.22);
}

.form-status.warning {
  color: #8a5a00;
  background: rgba(242, 184, 75, 0.16);
  border-color: rgba(242, 184, 75, 0.36);
}

.admin-note {
  margin: 0 0 16px;
  padding: 12px 14px;
  color: #344054;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}

.operations-section {
  background: #fff;
}

.tracking-panel {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 14px;
  align-items: end;
  max-width: 880px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}

.tracking-result {
  grid-column: 1 / -1;
  padding: 16px;
  color: var(--muted);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  line-height: 1.6;
}

.admin-section {
  background: var(--soft);
  min-height: calc(100vh - 70px);
}

.admin-kpi-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.admin-kpi-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  min-height: 92px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.admin-kpi-grid article:hover {
  transform: translateY(-1px);
  border-color: rgba(7, 87, 166, 0.22);
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.08);
}

.admin-kpi-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-height: 42px;
  color: var(--blue);
  background: rgba(7, 87, 166, 0.1);
  border-radius: 8px;
}

.admin-kpi-grid article.urgent span {
  color: var(--red);
  background: rgba(196, 39, 39, 0.1);
}

.admin-kpi-grid i {
  width: 19px;
  height: 19px;
}

.admin-kpi-grid small {
  display: block;
  color: #667085;
  font-size: 0.88rem;
  font-weight: 800;
}

.admin-kpi-grid strong {
  display: block;
  margin: 0 0 4px;
  color: var(--dark);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.75fr);
  gap: 18px;
}

.admin-page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.admin-page-grid.compact {
  max-width: 760px;
}

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

.admin-shortcuts a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 88px;
  padding: 16px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.admin-shortcuts a:hover {
  transform: translateY(-1px);
  border-color: rgba(7, 87, 166, 0.28);
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.08);
}

.admin-shortcuts i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  padding: 11px;
  color: var(--blue);
  background: rgba(7, 87, 166, 0.1);
  border-radius: 8px;
}

.admin-shortcuts strong,
.admin-shortcuts small {
  display: block;
}

.admin-shortcuts strong {
  color: var(--dark);
  font-size: 1rem;
}

.admin-shortcuts small {
  margin-top: 3px;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 750;
}

.admin-card {
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.055);
}

.orders-card {
  grid-column: 1 / -1;
}

.audit-card {
  grid-column: 1 / -1;
}

.blog-admin-card {
  grid-column: 1 / -1;
}

.security-list,
.low-stock-list,
.backup-status,
.mpesa-list {
  display: grid;
  gap: 10px;
}

.security-list span,
.low-stock-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  color: #344054;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

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

.security-list span {
  justify-content: flex-start;
}

.security-list i {
  width: 18px;
  height: 18px;
  color: var(--blue);
}

.low-stock-list small {
  color: #b42318;
  font-weight: 900;
  white-space: nowrap;
}

.low-stock-list em {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 800;
}

.low-stock-list p,
.backup-status p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

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

.admin-card-head h3 {
  margin-bottom: 0;
}

.table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.admin-table th,
.admin-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.admin-table th {
  color: var(--dark);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.admin-table input,
.order-row select {
  min-height: 40px;
}

.rider-list,
.order-list,
.review-list,
.settings-grid {
  display: grid;
  gap: 10px;
}

.rider-pill,
.order-row,
.review-row {
  display: grid;
  gap: 8px;
  padding: 14px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.rider-pill {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-row {
  grid-template-columns: minmax(0, 1fr) 132px 132px 132px 170px;
  align-items: center;
}

.order-row strong {
  color: var(--dark);
}

.order-row p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.order-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.timeline-step {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  color: #667085;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
}

.timeline-step.complete {
  color: #05603a;
  background: #ecfdf3;
  border-color: #abefc6;
}

.timeline-step.current {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.timeline-events {
  display: grid;
  gap: 4px;
  margin-top: 8px;
}

.timeline-events small {
  color: #667085;
  font-size: 0.78rem;
  line-height: 1.45;
}

.public-timeline {
  margin-top: 16px;
}

.public-events {
  padding-top: 8px;
}

.audit-list {
  display: grid;
  gap: 10px;
}

.audit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.audit-row p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.audit-row time,
.audit-count {
  color: #667085;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.audit-count {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  color: var(--green);
  background: rgba(8, 116, 67, 0.1);
  border-radius: 999px;
}

.audit-count.warning {
  color: var(--red);
  background: rgba(196, 39, 39, 0.1);
}

.settings-grid {
  margin-bottom: 12px;
}

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

.checkbox-row {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.checkbox-row input {
  width: 18px;
  min-height: 18px;
}

.blog-admin-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.blog-admin-row {
  padding: 14px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.blog-admin-row summary {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  cursor: pointer;
}

.blog-admin-row summary span {
  display: grid;
  gap: 4px;
}

.blog-admin-row summary strong {
  color: var(--dark);
}

.blog-admin-row summary small {
  color: var(--muted);
  font-weight: 800;
}

.blog-admin-row form {
  margin-top: 14px;
}

.blog-admin-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.review-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.review-row p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.status-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.status-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 11px;
  color: #344054;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.status-tabs a.active {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.status-tabs span {
  min-width: 22px;
  padding: 2px 6px;
  color: inherit;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  text-align: center;
}

.status-tabs a:not(.active) span {
  color: #475467;
  background: var(--soft);
}

.order-filter-bar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 220px auto auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 10px;
  color: #fff;
  background: var(--dark);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.mini-button.ghost {
  color: #344054;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
}

.order-actions {
  display: grid;
  gap: 8px;
}

.order-actions .mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  white-space: nowrap;
}

.order-actions .mini-button i {
  width: 16px;
  height: 16px;
}

.whatsapp-button {
  background: #128c7e;
}

.save-only-button {
  background: #475467;
}

.mpesa-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mpesa-row p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.mpesa-row time {
  color: #667085;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.admin-pagination {
  margin-top: 14px;
  overflow-x: auto;
}

.admin-pagination nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.admin-pagination a,
.admin-pagination span {
  color: #344054;
  font-size: 0.84rem;
  font-weight: 800;
}

.resend-card {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.check-row input {
  width: 18px;
  min-height: 18px;
}

.subtle-link {
  justify-self: center;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

label {
  display: grid;
  gap: 8px;
  color: #344054;
  font-size: 0.9rem;
  font-weight: 750;
}

input,
textarea,
select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

textarea {
  min-height: 108px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.45;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(7, 87, 166, 0.12);
}

.full {
  width: 100%;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 7vw, 72px) clamp(18px, 5vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(8, 116, 67, 0.32), transparent 34%),
    linear-gradient(135deg, #101828, #132f4c 62%, #0f5132);
}

.contact-section + .footer + .sticky-whatsapp {
  display: none;
}

.contact-section p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-section h2 {
  margin-bottom: 18px;
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-weight: 750;
}

.contact-meta svg {
  width: 17px;
  height: 17px;
  color: var(--gold);
}

.contact-actions {
  justify-content: flex-end;
  max-width: 460px;
}

.contact-whatsapp {
  background: var(--green);
  box-shadow: 0 14px 30px rgba(8, 116, 67, 0.26);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 5vw, 72px);
  color: #667085;
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer span:first-child {
  color: var(--dark);
  font-weight: 850;
}

.legal-section {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 140px;
}

.legal-section .section-head {
  text-align: left;
  align-items: flex-start;
}

.legal-section h1 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  line-height: 0.98;
}

.legal-content {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.legal-content h2 {
  margin: 8px 0 0;
  color: var(--dark);
  font-size: 1.1rem;
  line-height: 1.25;
}

.legal-content h2:first-child {
  margin-top: 0;
}

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

.legal-content a,
.footer a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-section,
.blog-post-section {
  padding-top: 140px;
}

.blog-section .section-head,
.blog-post-head {
  text-align: left;
  align-items: flex-start;
}

.blog-section h1,
.blog-post-head h1 {
  margin: 0;
  max-width: 860px;
  color: var(--dark);
  font-size: clamp(2.3rem, 6vw, 4.8rem);
  line-height: 0.98;
}

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

.blog-card,
.blog-empty,
.blog-post-body,
.blog-post-cta {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.blog-card,
.blog-empty {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 22px;
}

.blog-card time,
.blog-post-head time {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.blog-card h2,
.blog-empty h2 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.blog-card h2 a {
  color: inherit;
  text-decoration: none;
}

.blog-card p,
.blog-empty p,
.blog-post-head p,
.blog-post-cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.blog-empty {
  grid-column: 1 / -1;
}

.blog-post-section {
  max-width: 980px;
  margin: 0 auto;
}

.blog-post-head {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.blog-post-body {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
}

.blog-post-body p {
  margin: 0;
  color: #344054;
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.8;
}

.blog-post-cta {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: clamp(20px, 4vw, 30px);
}

.blog-post-cta h2 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.admin-body {
  min-height: 100vh;
  background: var(--soft);
}

.admin-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(190px, auto) minmax(0, 1fr) auto;
  min-height: 76px;
  gap: 16px;
  padding: 12px clamp(18px, 4vw, 42px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
  border-bottom: 1px solid rgba(208, 213, 221, 0.78);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.055);
  backdrop-filter: blur(14px);
}

.admin-header .brand {
  min-width: 0;
  max-width: none;
  gap: 11px;
  padding: 6px 10px 6px 6px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(208, 213, 221, 0.72);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.04);
}

.admin-header .brand-logo-mark {
  width: 38px;
  height: 38px;
  min-width: 38px;
  max-width: 38px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(7, 87, 166, 0.14);
}

.admin-header .brand span:last-child {
  font-size: 0.98rem;
  white-space: nowrap;
}

.admin-nav {
  justify-content: flex-end;
  align-items: center;
  justify-self: end;
  width: fit-content;
  max-width: 100%;
  gap: 4px;
  padding: 5px;
  color: #344054;
  background: rgba(238, 244, 251, 0.88);
  border: 1px solid rgba(208, 213, 221, 0.78);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.admin-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 9px;
  color: #475467;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 0.82rem;
  font-weight: 850;
  transition: color 140ms ease, background 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.admin-nav a i {
  width: 16px;
  height: 16px;
}

.admin-nav a.active {
  color: var(--blue);
  background: #fff;
  border-color: rgba(7, 87, 166, 0.14);
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
}

.admin-nav a:hover {
  color: var(--dark);
  background: rgba(255, 255, 255, 0.7);
}

.admin-header form {
  justify-self: end;
}

.admin-header .header-action {
  min-height: 42px;
  padding: 0 14px;
  color: #fff;
  background: linear-gradient(135deg, #111827, #263447);
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 12px;
  box-shadow: 0 12px 22px rgba(17, 24, 39, 0.14);
}

.admin-header .header-action:hover {
  background: linear-gradient(135deg, #1d2939, #344054);
}

.admin-mobile-menu {
  position: relative;
  display: none;
  margin-left: auto;
}

.admin-mobile-menu summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 12px;
  color: var(--dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.admin-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.admin-mobile-menu summary i {
  width: 18px;
  height: 18px;
}

.admin-mobile-menu nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: min(280px, calc(100vw - 36px));
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.admin-mobile-menu nav a {
  padding: 11px 12px;
  color: #344054;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}

.admin-mobile-menu nav a.active {
  color: var(--blue);
  background: rgba(7, 87, 166, 0.1);
}

.hidden,
.locked {
  display: none !important;
}

.admin-login {
  min-height: calc(100vh - 66px);
  display: grid;
  place-items: center;
  padding: clamp(28px, 6vw, 72px) 18px;
  background:
    radial-gradient(circle at 82% 20%, rgba(8, 116, 67, 0.22), transparent 34%),
    linear-gradient(135deg, #101828, #132f4c 62%, #0f5132);
}

.login-card {
  display: grid;
  gap: 16px;
  width: min(100%, 430px);
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.login-card .brand-mark {
  width: 48px;
  height: 48px;
}

.login-card h1 {
  margin-bottom: 0;
  color: var(--dark);
  font-size: clamp(2rem, 5vw, 3rem);
}

.login-card p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.login-error {
  min-height: 22px;
  color: var(--red) !important;
  font-weight: 800;
}

.sticky-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-height: 56px;
  padding: 0;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(8, 116, 67, 0.28);
  font-weight: 900;
}

.sticky-whatsapp svg {
  width: 20px;
  height: 20px;
}

.sticky-whatsapp span {
  display: none;
}

@media (max-width: 920px) {
  .admin-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .order-filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .site-header {
    display: flex;
    justify-content: flex-start;
    width: 100vw;
    max-width: 100vw;
    min-height: 60px;
    padding: 12px 18px;
  }

  .admin-header {
    gap: 10px;
    min-height: 68px;
    padding: 10px 14px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .menu-label {
    display: inline;
    font-size: 0.9rem;
  }

  .brand {
    min-width: 0;
    max-width: calc(100vw - 86px);
  }

  .header-actions {
    display: none;
  }

  .admin-header .header-action {
    display: inline-flex;
  }

  .admin-header .header-action {
    margin-left: 0;
    min-width: 42px;
    padding: 0 12px;
  }

  .admin-nav {
    display: none;
  }

  .admin-mobile-menu {
    display: block;
    margin-left: auto;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 8px 18px 18px;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 0;
  }

  .hero {
    min-height: 78vh;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(9, 16, 27, 0.92) 0%, rgba(9, 16, 27, 0.76) 58%, rgba(9, 16, 27, 0.42) 100%);
  }

  .product-grid,
  .brand-grid,
  .delivery-grid,
  .reviews-grid,
  .safety-grid,
  .trust-strip,
  .service-areas,
  .why-section,
  .admin-grid,
  .split-section,
  .search-link-grid,
  .landing-card-grid,
  .landing-highlights,
  .delivery-stats,
  .blog-grid,
  .order-section {
    grid-template-columns: 1fr;
  }

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

  .copy-block {
    position: static;
  }

  .quick-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .site-header {
    backdrop-filter: none;
  }

  .site-header {
    gap: 10px;
  }

  .menu-toggle {
    width: 44px;
    min-width: 44px;
    padding: 0;
  }

  .menu-label {
    display: none;
  }

  .brand-mark,
  .brand-logo-mark {
    width: 36px;
    height: 36px;
    min-width: 36px;
    max-width: 36px;
    max-height: 36px;
  }

  .brand span:last-child {
    max-width: 142px;
    line-height: 1.1;
  }

  .admin-header .brand {
    max-width: calc(100vw - 142px);
    padding-right: 8px;
  }

  .admin-header .brand span:last-child {
    max-width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .admin-header .header-action span {
    display: none;
  }

  .admin-header .header-action {
    width: 42px;
    min-width: 42px;
    padding: 0;
  }

  .hero {
    min-height: 76vh;
    padding: 62px 22px 48px;
  }

  .hero-content {
    width: calc(100vw - 66px);
    max-width: calc(100vw - 66px);
    min-width: 0;
  }

  .hero .eyebrow {
    max-width: 100%;
    font-size: 0.68rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .hero-image {
    object-position: 34% center;
    transform: none;
    transition: none;
    backface-visibility: hidden;
  }

  .quick-strip,
  .service-areas,
  .section {
    position: relative;
    z-index: 1;
    contain: paint;
  }

  h1 {
    max-width: 12ch;
    font-size: 2.15rem;
    line-height: 1.04;
  }

  .hero-copy {
    max-width: 31ch;
    font-size: 1rem;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8px;
    margin-top: 16px;
    font-size: 0.78rem;
  }

  .hero-proof span {
    display: block;
    width: 100%;
    padding: 8px 10px;
    line-height: 1.35;
  }

  .hero-slider-controls {
    margin-top: 14px;
  }

  .hero-actions,
  .contact-actions,
  .contact-section,
  .footer {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-section {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .contact-section h2 {
    margin-bottom: 14px;
    font-size: 2rem;
  }

  .contact-meta {
    gap: 8px;
  }

  .contact-meta span {
    width: 100%;
    justify-content: flex-start;
    min-height: 42px;
  }

  .button {
    min-width: 0;
    width: 100%;
  }

  .hero-actions,
  .hero-proof,
  .hero-actions .button,
  .hero-proof span {
    width: min(100%, 340px);
    max-width: 340px;
  }

  .quick-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
    max-width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .quick-strip div {
    justify-content: flex-start;
    min-height: 62px;
  }

  .product-card,
  .why-grid article,
  .reviews-grid article,
  .step,
  .safety-grid article,
  .landing-card,
  .landing-panel,
  .order-form {
    padding: 18px;
  }

  .search-link {
    min-height: 0;
    padding: 18px;
  }

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

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

  .brand-grid article {
    min-height: 92px;
  }

  .brands-section .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .brands-section .brand-grid article {
    min-height: 150px;
    padding: 14px;
  }

  .brands-section .brand-cylinder {
    width: 54px;
    height: 76px;
    border-radius: 14px 14px 12px 12px;
  }

  .brands-section .brand-cylinder::before {
    top: -13px;
    left: 13px;
    width: 28px;
    height: 19px;
    border-width: 6px;
    border-bottom: 0;
  }

  .brands-section .brand-cylinder::after {
    left: 8px;
    right: 8px;
    top: 33px;
    height: 16px;
  }

  .brands-section .brand-grid span {
    font-size: 0.94rem;
  }

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

  .why-section {
    padding-top: 150px;
    padding-bottom: 170px;
  }

  .service-areas {
    margin: 0;
    border-radius: 0;
  }

  .area-list {
    grid-template-columns: 1fr 1fr;
  }

  .tracking-panel {
    grid-template-columns: 1fr;
  }

  .admin-card {
    padding: 18px;
  }

  .admin-kpi-grid,
  .admin-shortcuts,
  .order-filter-bar {
    grid-template-columns: 1fr;
  }

  .admin-shortcuts a {
    min-height: 78px;
    padding: 14px;
  }

  .admin-mobile-menu summary span {
    display: none;
  }

  .admin-table {
    min-width: 0;
    font-size: 0.86rem;
  }

  .admin-table th,
  .admin-table td {
    padding: 8px;
  }

  .admin-table input {
    min-width: 0;
    padding: 0 8px;
  }

  .admin-card-head {
    align-items: stretch;
    flex-direction: column;
  }

  .order-row {
    grid-template-columns: 1fr;
  }

  .audit-row {
    grid-template-columns: 1fr;
  }

  .review-row {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .sticky-whatsapp {
    right: 12px;
    bottom: 12px;
    left: auto;
    width: 56px;
    min-height: 56px;
    padding: 0;
    border-radius: 999px;
  }

  .sticky-whatsapp span {
    display: none;
  }

  .step {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .step > span {
    width: 42px;
    height: 42px;
  }

  .blog-section,
  .blog-post-section,
  .legal-section {
    padding-top: 104px;
  }

  .blog-admin-row summary,
  .blog-admin-actions,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkbox-row {
    width: 100%;
  }
}
