/* ==========================================================================
   NexLogistic Ltd — Design System
   Palette: white + primary blue (#459BD9) + navy (#071B36) + light-blue (#EAF6FD)
   Type: Archivo (display) / Inter (body) / IBM Plex Mono (data & badges)
   Signature: dashed "route line" dividers + rotated ink-stamp badges
   ========================================================================== */

:root {
  --primary: #459bd9;
  --primary-dark: #2e7dbf;
  --primary-light: #eaf6fd;
  --navy: #071b36;
  --paper-0: #ffffff;
  --paper-50: #eaf6fd;
  --paper-100: #dceffb;
  --line: #d7e7f3;
  --ink-900: #071b36;
  --ink-700: #234260;
  --ink-500: #52708c;
  --whatsapp: #25d366;
  --whatsapp-dark: #1dae54;

  --font-display: "Archivo", "Arial Black", sans-serif;
  --font-body:
    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", "Courier New", monospace;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 3px rgba(7, 27, 54, 0.08);
  --shadow-md: 0 8px 24px rgba(7, 27, 54, 0.12);
  --shadow-lg: 0 20px 50px rgba(7, 27, 54, 0.16);
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink-900);
  background: var(--paper-0);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  color: var(--primary);
  line-height: 1.08;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}
h1 {
  font-weight: 800;
}
h2 {
  font-weight: 800;
}
h3 {
  font-weight: 700;
}

p {
  margin: 0 0 1em;
  color: var(--ink-700);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
ul {
  margin: 0;
  padding: 0;
}
button {
  font-family: inherit;
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--primary);
  display: inline-block;
}

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid transparent;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
  white-space: nowrap;
}
.btn:active {
  transform: scale(0.97);
}
.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover {
  background: var(--primary-dark);
  box-shadow: var(--shadow-md);
}
.btn-whatsapp {
  background: var(--whatsapp);
  color: #fff;
}
.btn-whatsapp:hover {
  background: var(--whatsapp-dark);
  box-shadow: var(--shadow-md);
}
.btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
}
.btn-outline-dark {
  background: #fff;
  border-color: var(--primary);
  color: var(--primary);
}
.btn-outline-dark:hover {
  background: var(--primary);
  color: #fff;
}
.btn-block {
  width: 100%;
}
.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ---------------- Header / Nav ---------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.site-header .logo {
  color: var(--navy);
}
.logo .mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 15px;
  transform: rotate(-4deg);
}
.logo small {
  display: block;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  text-transform: uppercase;
}
.site-header .logo small {
  color: var(--ink-500);
}
.logo small.tagline-sub {
  font-size: 8.5px;
  letter-spacing: 0.1em;
  opacity: 0.75;
  margin-top: 1px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}
.nav-links a {
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 600;
  transition: color 0.15s;
  position: relative;
}
.nav-links a:hover {
  color: var(--primary);
}
.nav-links a.active {
  color: var(--primary);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
  transition:
    transform 0.2s,
    opacity 0.2s;
}
.nav-toggle span {
  margin: 5px 0;
}

@media (max-width: 940px) {
  .nav-links {
    position: fixed;
    inset: 64px 0 0 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 28px 24px;
    gap: 6px;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
    z-index: 150;
  }
  .nav-links.open {
    transform: translateX(0);
  }
  .nav-links li {
    display: block;
    width: 100%;
    flex-shrink: 0;
  }
  .nav-links a {
    display: block;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 17px;
  }
  .nav-cta {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .nav-toggle.open span {
    opacity: 0;
  }
  .nav-toggle.open::before {
    transform: translateY(7px) rotate(45deg);
  }
  .nav-toggle.open::after {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* ---------------- Hero ---------------- */
.hero {
  position: relative;
  background: var(--paper-0);
  overflow: hidden;
  padding: 76px 0 96px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero h1 {
  color: var(--primary);
  font-size: clamp(34px, 5vw, 56px);
  margin-bottom: 20px;
}
.hero h1 .accent {
  color: var(--navy);
}
.hero p.lead {
  color: var(--ink-700);
  font-size: 18px;
  max-width: 520px;
  margin-bottom: 30px;
}
.hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero-badge {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.05em;
  color: var(--navy);
  background: var(--primary-light);
  border: 1px solid var(--line);
  padding: 7px 12px;
  border-radius: 999px;
}
.hero-visual {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  background: var(--paper-50);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 940px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    aspect-ratio: 16/10;
  }
}

/* ---------------- Route divider (signature element) ---------------- */
.route-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 36px 0;
  color: var(--ink-500);
}
.route-divider .pin {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
  box-shadow: 0 0 0 4px var(--primary-light);
}
.route-divider .dashes {
  flex: 1;
  height: 0;
  border-top: 2px dashed var(--line);
}
.route-divider .label {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ---------------- Sections ---------------- */
.section {
  padding: 88px 0;
}
.section-tight {
  padding: 56px 0;
}
.section-alt {
  background: var(--paper-50);
}
.section-navy {
  background: var(--paper-50);
  color: var(--ink-900);
}
.section-navy h2 {
  color: var(--primary);
}
.section-navy p {
  color: var(--ink-700);
}

.section-head {
  max-width: 640px;
  margin-bottom: 48px;
}
.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ---------------- Cards: Services ---------------- */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-icon svg {
  width: 26px;
  height: 26px;
}
.service-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.service-card ul {
  margin: 16px 0 20px;
  list-style: none;
}
.service-card ul li {
  padding: 6px 0 6px 22px;
  position: relative;
  color: var(--ink-700);
  font-size: 14.5px;
}
.service-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 2px;
}
.service-card .card-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
}
.service-card .card-cta .btn {
  padding: 10px 18px;
  font-size: 13.5px;
}

/* ---------------- Gallery ---------------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-item {
  aspect-ratio: 1/1;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: repeating-linear-gradient(
    135deg,
    var(--paper-100) 0 12px,
    var(--paper-50) 12px 24px
  );
  border: 1.5px dashed var(--line);
  color: var(--ink-500);
  font-family: var(--font-mono);
  font-size: 11.5px;
  text-align: center;
  padding: 10px;
  letter-spacing: 0.03em;
}
.photo-placeholder svg {
  width: 26px;
  height: 26px;
  opacity: 0.5;
}

/* ---------------- Stamp badges ---------------- */
.stamp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.stamp {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid var(--primary);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  transform: rotate(-1.4deg);
  background: #fff;
}
.stamp:nth-child(even) {
  transform: rotate(1.2deg);
}
.stamp .stamp-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stamp .stamp-icon svg {
  width: 18px;
  height: 18px;
}
.stamp-text .t1 {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-500);
}
.stamp-text .t2 {
  font-weight: 700;
  color: var(--navy);
  font-size: 14.5px;
}

/* ---------------- Why choose / feature list ---------------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.feature-item {
  padding: 22px;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.feature-item .fi-icon {
  color: var(--primary);
  margin-bottom: 12px;
}
.feature-item .fi-icon svg {
  width: 24px;
  height: 24px;
}
.feature-item h4 {
  color: var(--primary);
  font-size: 16px;
  margin-bottom: 6px;
}
.feature-item p {
  color: var(--ink-700);
  font-size: 14px;
  margin: 0;
}

/* ---------------- Who we help ---------------- */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 900px) {
  .audience-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.audience-card {
  text-align: center;
  padding: 30px 18px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.audience-card .ai-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.audience-card h4 {
  font-size: 15.5px;
  margin-bottom: 4px;
}
.audience-card p {
  font-size: 13.5px;
  margin: 0;
}

/* ---------------- Reviews ---------------- */
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px) {
  .review-grid {
    grid-template-columns: 1fr;
  }
}
.review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.review-stars {
  color: var(--primary);
  font-size: 15px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.review-quote {
  font-size: 15px;
  color: var(--ink-700);
  margin-bottom: 16px;
}
.review-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--navy);
}
.review-source {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-500);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.review-placeholder {
  border: 1.5px dashed var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
  text-align: center;
  color: var(--ink-500);
  font-family: var(--font-mono);
  font-size: 13px;
  background: var(--paper-50);
}

/* ---------------- Final CTA ---------------- */
.final-cta {
  background: linear-gradient(120deg, var(--primary), var(--primary-dark));
  border-radius: var(--radius-lg);
  padding: 56px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta h2 {
  color: #fff;
}
.final-cta p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
  margin: 0 auto 30px;
}
.final-cta .cta-row {
  justify-content: center;
}
.final-cta .btn-primary {
  background: #fff;
  color: var(--primary);
}
.final-cta .btn-primary:hover {
  background: var(--primary-light);
  box-shadow: var(--shadow-md);
}

/* ---------------- Forms ---------------- */
.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-sm);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 640px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.field {
  margin-bottom: 20px;
}
.field label {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 7px;
}
.field .req {
  color: var(--primary);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--ink-900);
  background: var(--paper-50);
  transition:
    border-color 0.15s,
    background 0.15s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: #fff;
}
.field textarea {
  resize: vertical;
  min-height: 110px;
}
.field-file {
  border: 2px dashed var(--line);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  background: var(--paper-50);
  cursor: pointer;
  transition:
    border-color 0.15s,
    background 0.15s;
}
.field-file:hover {
  border-color: var(--primary);
  background: var(--primary-light);
}
.field-file input {
  display: none;
}
.field-file-label {
  font-size: 13.5px;
  color: var(--ink-500);
  font-family: var(--font-mono);
}
.file-list {
  margin-top: 10px;
  font-size: 13px;
  color: var(--ink-700);
}

.form-note {
  font-size: 13px;
  color: var(--ink-700);
  background: var(--paper-50);
  border-left: 3px solid var(--primary);
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 24px;
}

/* ---------------- Star rating selector ---------------- */
.star-rating {
  display: flex;
  gap: 6px;
}
.star-btn {
  background: none;
  border: none;
  padding: 4px;
  color: var(--line);
  transition:
    color 0.12s ease,
    transform 0.12s ease;
}
.star-btn:hover {
  transform: scale(1.1);
}
.star-btn svg {
  width: 30px;
  height: 30px;
}
.star-btn.filled {
  color: var(--primary);
}
.rating-error {
  font-size: 12.5px;
  color: #c4432b;
  margin-top: 8px;
  display: none;
}
.rating-error.show {
  display: block;
}

/* ---------------- Contact strip ---------------- */
.contact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .contact-strip {
    grid-template-columns: 1fr;
  }
}
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.contact-card .cc-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-card .cc-icon svg {
  width: 20px;
  height: 20px;
}
.contact-card h4 {
  margin: 0 0 4px;
  font-size: 14.5px;
  color: var(--navy);
}
.contact-card p {
  margin: 0;
  font-size: 13.5px;
}
.contact-card .cc-value {
  font-family: var(--font-mono);
  color: var(--primary);
  font-weight: 600;
  font-size: 13.5px;
}

/* ---------------- Areas / map ---------------- */
.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.area-tag {
  font-family: var(--font-mono);
  font-size: 12.5px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper-50);
  color: var(--ink-700);
}

/* ---------------- Footer ---------------- */
.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.7);
  padding: 64px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 800px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.footer-grid h5 {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-mono);
  margin-bottom: 16px;
}
.footer-links {
  list-style: none;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
  transition: color 0.15s;
}
.footer-links a:hover {
  color: var(--primary);
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.footer-social a:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.footer-social svg {
  width: 16px;
  height: 16px;
}
.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
}

/* ---------------- Floating WhatsApp button ---------------- */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 95;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.55);
}
.whatsapp-float:active {
  transform: scale(0.96);
}
.whatsapp-float svg {
  width: 30px;
  height: 30px;
}
.whatsapp-float .wa-ping {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--whatsapp);
  animation: wa-pulse 2.4s ease-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-float .wa-ping {
    animation: none;
    display: none;
  }
}
@keyframes wa-pulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
/* Move above the sticky mobile CTA bar so they never overlap */
@media (max-width: 760px) {
  .whatsapp-float {
    bottom: 86px;
    right: 16px;
    width: 54px;
    height: 54px;
  }
  .whatsapp-float svg {
    width: 26px;
    height: 26px;
  }
}

/* ---------------- Split layout (text + image, 2-col collapsing to 1) ---------------- */
.split-grid {
  display: grid;
  gap: 48px;
  align-items: start;
}
.split-grid.center {
  align-items: center;
}
.split-grid-11 {
  grid-template-columns: 1.1fr 0.9fr;
}
.split-grid-13 {
  grid-template-columns: 1.3fr 0.9fr;
}
.split-grid-11-1 {
  grid-template-columns: 1fr 1fr;
}
.split-visual-first {
  order: 2;
}
.split-text-first {
  order: 1;
}
@media (max-width: 900px) {
  .split-grid {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }
  .split-visual-first,
  .split-text-first {
    order: 0;
  }
}

/* ---------------- Sticky mobile CTA bar ---------------- */
.mobile-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 10px 14px;
  gap: 10px;
  box-shadow: 0 -4px 16px rgba(7, 27, 54, 0.08);
}
@media (max-width: 760px) {
  .mobile-cta-bar {
    display: flex;
  }
  body {
    padding-bottom: 70px;
  }
}
.mobile-cta-bar .btn {
  flex: 1;
  padding: 12px 10px;
  font-size: 13.5px;
}

/* ---------------- Utility ---------------- */
.text-center {
  text-align: center;
}
.mt-0 {
  margin-top: 0;
}
.badge-required {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-500);
}
.page-hero {
  background: var(--paper-50);
  padding: 64px 0 56px;
}
.page-hero h1 {
  color: var(--primary);
  font-size: clamp(30px, 4.5vw, 44px);
  margin-bottom: 14px;
}
.page-hero p {
  color: var(--ink-700);
  max-width: 600px;
  margin: 0;
}
.breadcrumb {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-500);
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}
.breadcrumb a {
  color: var(--primary);
}
.breadcrumb a:hover {
  color: var(--primary-dark);
}
