﻿:root {
  --c-primary: #2563eb;
  --c-primary-dark: #1d4ed8;
  --c-primary-light: #dbeafe;
  --c-primary-bg: #eff6ff;
  --c-gold: #d97706;
  --c-gold-light: #fef3c7;
  --c-dark: #030712;
  --c-dark-2: #111827;
  --c-dark-3: #1f2937;
  --c-border: #e5e7eb;
  --c-border-light: #f3f4f6;
  --c-text: #111827;
  --c-text-muted: #6b7280;
  --c-text-light: #9ca3af;
  --c-surface: #ffffff;
  --c-bg: #fafafa;
  --r-sm: 6px;
  --r-md: 8px;
  --r-lg: 10px;
  --r-xl: 12px;
  --r-2xl: 14px;
  --r-full: 9999px;
}

* {
  font-family: 'Tajawal', 'Tahoma', 'Arial', sans-serif;
  scroll-behavior: smooth
}

*, ::before, ::after {
  box-sizing: border-box
}

body {
  margin: 0;
  line-height: 1.5;
  background: var(--c-surface);
  color: var(--c-text);
}

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

img, svg {
  display: block
}

.hero-section.py-16 {
  display: none
}

.new-hero-section {
  min-height: 100vh;
  padding: 86px 0 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(248, 251, 255, .94) 56%, #fff 100%),
    radial-gradient(ellipse at 50% 8%, rgba(37, 99, 235, .12), transparent 45%);
  color: #202124;
  position: relative;
  overflow: hidden
}

.new-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 10%, rgba(226, 232, 240, .55) 10.2% 10.5%, transparent 10.8% 100%),
    linear-gradient(250deg, transparent 0 10%, rgba(226, 232, 240, .48) 10.2% 10.5%, transparent 10.8% 100%);
  opacity: .45;
  pointer-events: none
}

.new-hero-shell {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center
}

.new-hero-content {
  position: relative;
  z-index: 4;
  margin: 0 auto -8px
}

.new-hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 22px;
  border: 1px solid rgba(37, 99, 235, .42);
  border-radius: var(--r-full);
  background: rgba(255, 255, 255, .86);
  color: #2563eb;
  font-size: .95rem;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(37, 99, 235, .08)
}

.new-hero-title {
  margin: 24px 0 14px;
  font-size: clamp(2.7rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: 1.08;
  color: #2b2d31;
  letter-spacing: 0;
  text-shadow: 0 14px 34px rgba(15, 23, 42, .12)
}

.new-hero-title-accent {
  margin-top: 4px;
  color: #2563eb
}

.new-hero-subtitle {
  color: #4b5563;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.9;
  font-weight: 500
}

.new-hero-showcase {
  position: relative;
  z-index: 2;
  margin: 14px auto 24px;
  width: min(100%, 1180px);
  min-height: 330px;
  display: flex;
  align-items: flex-end;
  justify-content: center
}

.new-hero-showcase img {
  width: min(112vw, 1220px);
  max-width: none;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 24px 28px rgba(15, 23, 42, .18))
}

.new-hero-orbit {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 14px;
  width: min(1120px, 96vw);
  height: 110px;
  transform: translateX(-50%);
  border: 2px solid rgba(37, 99, 235, .16);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(37, 99, 235, .08), transparent 70%)
}

.new-hero-bridge {
  position: absolute;
  bottom: 108px;
  width: 48vw;
  height: 210px;
  border-top: 16px solid rgba(226, 232, 240, .72);
  opacity: .58;
  pointer-events: none
}

.new-hero-bridge::after {
  content: '';
  position: absolute;
  inset: 10px 0 0;
  background: repeating-linear-gradient(90deg, rgba(203, 213, 225, .7) 0 9px, transparent 9px 40px);
  filter: blur(.2px)
}

.new-hero-bridge-right {
  right: -16vw;
  border-radius: 100% 0 0 0;
  transform: skewX(-12deg)
}

.new-hero-bridge-left {
  left: -20vw;
  border-radius: 0 100% 0 0;
  transform: skewX(14deg)
}

.new-hero-feature-panel {
  width: min(920px, 100%);
  margin: -6px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(226, 232, 240, .7);
  border-radius: var(--r-lg);
  box-shadow: 0 22px 50px rgba(15, 23, 42, .08);
  backdrop-filter: blur(16px);
  overflow: hidden;
  position: relative;
  z-index: 5
}

.new-hero-feature {
  min-height: 126px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 7px;
  border-left: 1px solid rgba(203, 213, 225, .85)
}

.new-hero-feature:last-child {
  border-left: 0
}

.new-hero-feature-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb
}

.new-hero-feature-icon svg {
  width: 34px;
  height: 34px
}

.new-hero-feature strong {
  color: #202124;
  font-size: .94rem;
  font-weight: 900;
  line-height: 1.35
}

.new-hero-feature small {
  color: #5f6673;
  font-size: .82rem;
  line-height: 1.5
}

.new-hero-offer {
  display: inline-block;
  background: #f97316;
  color: #fff;
  font-size: 1.78rem;
  font-weight: 900;
  padding: 2px 12px;
  border-radius: var(--r-full);
  margin-right: 4px;
  vertical-align: middle;
  animation: offer-pulse 2s ease-in-out infinite
}

@keyframes offer-pulse {
  0%, 100% { opacity: 1 }
  50% { opacity: .75 }
}

button, input, textarea {
  font: inherit
}

button {
  background: transparent;
  border: 0;
  cursor: pointer
}

.hero-section {
  background: linear-gradient(135deg, var(--c-dark) 0%, var(--c-dark-2) 50%, #064e3b 100%);
  color: #fff;
  position: relative;
  overflow: hidden
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(5, 150, 105, .15), transparent 60%),
              radial-gradient(ellipse at 20% 80%, rgba(217, 119, 6, .08), transparent 50%);
  pointer-events: none
}

.hero-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff
}

.hero-title-accent {
  color: var(--c-primary)
}

.hero-subtitle {
  color: #d1d5db;
  font-size: .9rem;
  line-height: 1.7
}

.hero-image-wrap {
  border-radius: var(--r-xl);
  overflow: hidden;

}

.hero-image-wrap img {
  width: 100%;

  object-fit: cover
}

.hero-content {
  max-width: 720px;
  margin: 0 auto
}

.hero-image-inline {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto
}

.hero-image-inline img {
  max-height: 320px;
  object-fit: contain
}

.hero-actions {
  flex-direction: row;
  align-items: center
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--r-full);
  padding: 6px 14px;
  font-size: .78rem;
  font-weight: 700;
  color: #e5e7eb
}

.hero-chip svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  font-weight: 700;
  border-radius: var(--r-full);
  padding: 10px 24px;
  font-size: .9rem;
  transition: all .25s;
  box-shadow: 0 4px 14px rgba(34, 197, 94, .35)
}

.whatsapp-btn:hover {
  box-shadow: 0 6px 20px rgba(34, 197, 94, .5);
  transform: translateY(-1px)
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, .25);
  color: #fff;
  font-weight: 700;
  border-radius: var(--r-full);
  padding: 10px 24px;
  font-size: .9rem;
  transition: all .25s
}

.btn-outline:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .4)
}

.route-bar {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .9)),
    linear-gradient(90deg, rgba(37, 99, 235, .08), rgba(217, 119, 6, .1));
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 22px 56px rgba(15, 23, 42, .1), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px)
}

.route-bar::before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(15, 23, 42, .05);
  border-radius: 22px;
  pointer-events: none
}

.route-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--r-full);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-dark));
  box-shadow: 0 14px 28px rgba(37, 99, 235, .22), inset 0 1px 0 rgba(255, 255, 255, .28)
}

.route-icon.bg-yellow-50 {
  background: linear-gradient(135deg, var(--c-gold), #b45309);
  box-shadow: 0 14px 28px rgba(217, 119, 6, .22), inset 0 1px 0 rgba(255, 255, 255, .28)
}

.route-icon svg {
  width: 21px;
  height: 21px;
  color: currentColor
}

.route-line {
  flex: 1;
  height: 10px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .82) 0 12px, transparent 12px 24px),
    linear-gradient(90deg, var(--c-primary), var(--c-gold));
  border-radius: var(--r-full);
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), 0 10px 24px rgba(37, 99, 235, .14)
}

.route-line::before {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: var(--r-full);
  background: rgba(37, 99, 235, .08);
  z-index: -1
}

.route-line::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid var(--c-gold);
  box-shadow: 0 8px 18px rgba(217, 119, 6, .26)
}

.route-stat {
  text-align: center;
  padding: 12px 16px;
  border-right: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .62)
}

.route-stat:first-child {
  border-radius: 0 18px 18px 0
}

.route-stat:last-child {
  border-right: 0;
  border-radius: 18px 0 0 18px
}

.route-stat .text-sm {
  font-size: 1rem;
  line-height: 1.35;
  color: var(--c-dark);
  font-weight: 900
}

.route-stat .text-xs {
  margin-top: 3px;
  color: var(--c-text-muted);
  font-weight: 700
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--c-primary);
  background: var(--c-primary-bg);
  padding: 4px 12px;
  border-radius: var(--r-full)
}

.section-title {
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--c-dark);
  line-height: 1.3
}

.section-desc {
  color: var(--c-text-muted);
  font-size: .88rem;
  max-width: 480px
}

.seo-route-section {
  background: #fff;
  padding: 46px 0;
  border-bottom: 1px solid var(--c-border-light)
}

.seo-route-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr);
  gap: 28px;
  align-items: stretch
}

.seo-route-copy {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.seo-route-copy .section-title {
  max-width: 620px;
  margin-bottom: 16px
}

.seo-route-copy p {
  color: var(--c-text-muted);
  font-size: .93rem;
  line-height: 2;
  max-width: 720px;
  margin: 0
}

.seo-route-copy p + p {
  margin-top: 10px
}

.seo-route-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06)
}

.seo-route-path {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--c-border-light);
  border-radius: 8px
}

.seo-route-path div {
  min-width: 0
}

.seo-route-path span {
  display: block;
  color: var(--c-text-muted);
  font-size: .72rem;
  margin-bottom: 4px
}

.seo-route-path strong {
  display: block;
  color: var(--c-dark);
  font-size: .95rem;
  line-height: 1.4
}

.seo-route-path svg {
  width: 34px;
  height: 34px;
  color: var(--c-primary);
  background: rgba(16, 185, 129, .1);
  border-radius: 999px;
  padding: 8px
}

.seo-route-services {
  display: grid;
  gap: 10px
}

.seo-route-services div {
  display: grid;
  gap: 3px;
  padding: 12px 13px;
  background: #fff;
  border: 1px solid var(--c-border-light);
  border-radius: 8px
}

.seo-route-services div::before {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  background: #ecfdf5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%230f766e' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M12 3l7 3v5c0 4.8-3 8.8-7 10-4-1.2-7-5.2-7-10V6l7-3z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m9 12 2 2 4-4'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  margin-bottom: 5px
}

.seo-route-services strong {
  color: var(--c-dark);
  font-size: .88rem;
  line-height: 1.5
}

.seo-route-services span {
  color: var(--c-text-muted);
  font-size: .78rem;
  line-height: 1.6
}

.service-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  min-height: 138px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 150, 105, .08), rgba(217, 119, 6, .06));
  opacity: 0;
  transition: opacity .3s ease
}

.service-card:hover {
  border-color: var(--c-primary);
  box-shadow: 0 10px 24px rgba(5, 150, 105, .12);
  transform: translateY(-2px)
}

.service-card:hover::before {
  opacity: 1
}

.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-dark));
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 12px 28px rgba(5, 150, 105, .22), inset 0 1px 0 rgba(255, 255, 255, .28);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.service-card:nth-child(2n) .service-icon {
  background: linear-gradient(135deg, var(--c-gold), #b45309);
  box-shadow: 0 12px 28px rgba(217, 119, 6, .22), inset 0 1px 0 rgba(255, 255, 255, .28)
}

.service-card:nth-child(3n) .service-icon {
  background: linear-gradient(135deg, var(--c-dark-3), var(--c-dark));
  box-shadow: 0 12px 28px rgba(17, 24, 39, .18), inset 0 1px 0 rgba(255, 255, 255, .24)
}

.service-icon svg {
  width: 26px;
  height: 26px;
  color: #fff;
  stroke-width: 1.8
}

.service-title {
  font-size: .95rem;
  font-weight: 800;
  color: var(--c-dark);
  line-height: 1.35;
  min-height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

@media (max-width: 640px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .service-card {
    min-height: 112px;
    padding: 12px 6px;
    gap: 8px
  }

  .service-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px
  }

  .service-icon svg {
    width: 20px;
    height: 20px
  }

  .service-title {
    font-size: .72rem;
    line-height: 1.25
  }
}

@media (min-width: 1024px) {
  .service-card {
    min-height: 132px;
    padding: 16px 10px
  }

  .service-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px
  }

  .service-icon svg {
    width: 22px;
    height: 22px
  }

  .service-title {
    font-size: .82rem
  }
}

.car-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all .3s ease
}

.car-card:hover {
  border-color: var(--c-primary);
  box-shadow: 0 8px 24px rgba(5, 150, 105, .12);
  transform: translateY(-2px)
}

.car-card-img {
  height: 250px;
  overflow: hidden;
  position: relative;
  background: var(--c-border-light)
}

.car-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s
}

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

.car-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(6px);
  padding: 3px 10px;
  border-radius: var(--r-full);
  font-size: .7rem;
  font-weight: 700;
  color: var(--c-dark)
}

.car-card-body {
  padding: 16px
}

.car-book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  background: var(--c-dark);
  color: #fff;
  padding: 9px 16px;
  border-radius: var(--r-full);
  font-size: .82rem;
  font-weight: 700;
  transition: all .25s;
  border: 0;
  cursor: pointer
}

.car-book-btn:hover {
  background: var(--c-dark-2)
}

.car-book-btn svg {
  width: 14px;
  height: 14px
}

.why-section {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 56%, #1e40af 100%);
  color: #fff
}

.why-label {
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22)
}

.why-desc {
  color: rgba(255, 255, 255, .84)
}

.why-card {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--r-lg);
  padding: 18px;
  box-shadow: 0 18px 34px rgba(30, 64, 175, .18);
  text-align: center
}

.why-card-number {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff
}

.why-card-label {
  font-size: .75rem;
  color: rgba(255, 255, 255, .76);
  margin-top: 2px
}

.why-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0
}

.why-check {
  width: 28px;
  height: 28px;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .16);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.why-check svg {
  width: 14px;
  height: 14px;
  color: #fff
}

.faq-item {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color .2s
}

.faq-item[open] {
  border-color: var(--c-primary)
}

.faq-item summary {
  padding: 14px 18px;
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
  color: var(--c-dark);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between
}

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

.faq-item summary::after {
  content: '+';
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--c-text-muted);
  transition: transform .2s
}

.faq-item[open] summary::after {
  content: '−';
  color: var(--c-primary)
}

.faq-item p {
  padding: 0 18px 14px;
  font-size: .85rem;
  color: var(--c-text-muted);
  line-height: 1.7
}

.cta-section {
  background:
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  color: var(--c-dark);
  position: relative
}

.cta-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 26px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(248, 250, 252, .88)),
    linear-gradient(90deg, rgba(37, 99, 235, .1), rgba(217, 119, 6, .1));
  border: 1px solid rgba(255, 255, 255, .78);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .1), inset 0 1px 0 rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px)
}

.cta-shell::before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(15, 23, 42, .05);
  border-radius: 24px;
  pointer-events: none
}

.cta-shell::after {
  content: '';
  position: absolute;
  top: -70px;
  left: 26px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, .14), transparent 68%);
  pointer-events: none
}

.cta-content,
.cta-actions {
  position: relative;
  z-index: 1
}

.cta-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: var(--r-full);
  color: var(--c-primary);
  background: rgba(37, 99, 235, .1);
  border: 1px solid rgba(37, 99, 235, .16);
  font-size: .78rem;
  font-weight: 900
}

.cta-content h2 {
  margin: 12px 0 8px;
  color: var(--c-dark);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.2;
  font-weight: 900
}

.cta-content p {
  margin: 0;
  max-width: 36rem;
  color: var(--c-text-muted);
  font-size: .95rem;
  line-height: 1.8;
  font-weight: 600
}

.cta-actions {
  display: grid;
  gap: 12px;
  justify-items: center
}

.cta-whatsapp {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: var(--r-full);
  color: #fff;
  background: linear-gradient(135deg, #22c55e, #15803d);
  box-shadow: 0 16px 34px rgba(22, 163, 74, .28);
  font-size: .96rem;
  font-weight: 900;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease
}

.cta-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(22, 163, 74, .36)
}

.cta-whatsapp svg {
  width: 22px;
  height: 22px
}

.cta-notes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap
}

.cta-notes span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: var(--r-full);
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(15, 23, 42, .06);
  color: var(--c-text-muted);
  font-size: .72rem;
  font-weight: 800
}

.capsule-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 32px));
  z-index: 80;
  color: var(--c-dark)
}

.capsule-shell {
  min-height: 66px;
  display: grid;
  grid-template-columns: minmax(190px, auto) 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: var(--r-full);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(248, 250, 252, .86)),
    linear-gradient(90deg, rgba(37, 99, 235, .1), rgba(217, 119, 6, .08));
  box-shadow: 0 22px 54px rgba(15, 23, 42, .16), inset 0 1px 0 rgba(255, 255, 255, .95);
  backdrop-filter: blur(22px) saturate(150%)
}

.capsule-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0
}

.capsule-logo {
  width: 48px;
  height: 48px;
  border-radius: var(--r-full);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--c-dark), var(--c-primary));
  box-shadow: 0 12px 28px rgba(37, 99, 235, .25)
}

.capsule-logo.has-logo {
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 58px;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none
}

.capsule-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 58px;
  object-fit: contain
}

.capsule-logo svg {
  width: 24px;
  height: 24px
}

.capsule-brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0
}

.capsule-brand-copy strong {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--c-dark);
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.25
}

.capsule-brand-copy small {
  color: var(--c-text-muted);
  font-size: .72rem;
  font-weight: 700
}

.capsule-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 5px;
  border-radius: var(--r-full);
  background: rgba(15, 23, 42, .05);
  border: 1px solid rgba(15, 23, 42, .06)
}

.capsule-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: var(--r-full);
  color: #475569;
  font-size: .86rem;
  font-weight: 800;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease
}

.capsule-nav a:hover {
  color: var(--c-dark);
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
  transform: translateY(-1px)
}

.capsule-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px
}

.capsule-call,
.capsule-menu-button {
  width: 44px;
  height: 44px;
  border-radius: var(--r-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-dark);
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease
}

.capsule-call:hover,
.capsule-menu-button:hover {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, .12)
}

.capsule-call svg {
  width: 19px;
  height: 19px
}

.capsule-whatsapp {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: var(--r-full);
  color: #fff;
  background: linear-gradient(135deg, #22c55e, #15803d);
  font-size: .86rem;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(22, 163, 74, .28);
  transition: transform .2s ease, box-shadow .2s ease
}

.capsule-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(22, 163, 74, .36)
}

.capsule-whatsapp svg {
  width: 19px;
  height: 19px
}

.capsule-menu-button {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 0
}

.capsule-menu-button span {
  width: 17px;
  height: 2px;
  border-radius: var(--r-full);
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease
}

.capsule-menu-button.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg)
}

.capsule-menu-button.is-open span:nth-child(2) {
  opacity: 0
}

.capsule-menu-button.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg)
}

.capsule-mobile-menu {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 26px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 48px rgba(15, 23, 42, .14);
  backdrop-filter: blur(18px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px
}

.capsule-mobile-menu[hidden] {
  display: none
}

.capsule-mobile-menu a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: var(--r-full);
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .07);
  color: var(--c-dark);
  font-size: .84rem;
  font-weight: 850;
  text-align: center
}

.capsule-mobile-menu a:last-child {
  grid-column: 1 / -1;
  color: #fff;
  background: linear-gradient(135deg, #22c55e, #15803d);
  border-color: transparent
}

.site-header {
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(16px);
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  max-width: 80rem;
  z-index: 50;
  border-radius: var(--r-full);
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08)
}

.site-header-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 48px;
  gap: 1.5rem
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0
}

.site-brand-logo {
  width: 34px;
  height: 34px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

.site-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.site-brand-logo svg {
  width: 18px;
  height: 18px;
  color: #fff
}

.site-brand-name {
  font-size: .95rem;
  font-weight: 800;
  white-space: nowrap;
  color: var(--c-dark)
}

.site-brand-tag {
  font-size: .65rem;
  color: var(--c-text-muted);
  font-weight: 500
}

.site-desktop-nav {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  min-width: 0;
  white-space: nowrap
}

.site-desktop-nav a {
  font-size: .85rem;
  font-weight: 700;
  color: var(--c-text-muted);
  transition: color .2s
}

.site-desktop-nav a:hover {
  color: var(--c-dark)
}

.site-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0
}

.site-whatsapp {
  display: none
}

.mobile-menu-button {
  display: flex;
  width: 38px;
  height: 38px;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  background: var(--c-surface);
  cursor: pointer;
  padding: 0
}

.mobile-menu-button span {
  width: 16px;
  height: 1.5px;
  background: var(--c-dark);
  border-radius: 99px;
  display: block
}

.mobile-menu {
  padding: 4px .75rem 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px
}

.mobile-menu[hidden] {
  display: none
}

.mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  background: var(--c-surface);
  color: var(--c-text);
  font-weight: 700;
  font-size: .8rem;
  text-align: center
}

.mobile-menu .mobile-whatsapp {
  grid-column: 1 / -1;
  justify-content: center;
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #22c55e, #16a34a)
}

.site-footer {
  background: var(--c-dark);
  color: #fff
}

.site-footer a {
  color: #9ca3af
}

.site-footer a:hover {
  color: #fff
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: #fff
}

.footer-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 62px;
  object-fit: contain
}

.footer-logo span {
  color: #fff;
  font-size: 1rem;
  font-weight: 800
}

.footer-heading {
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .04em
}

.footer-link {
  display: block;
  font-size: .82rem;
  color: #9ca3af;
  padding: 3px 0
}

.footer-link:hover {
  color: #fff
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 20px;
  margin-top: 32px;
  text-align: center;
  font-size: .78rem;
  color: #6b7280
}

.fab-whatsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 50;
  width: 52px;
  height: 52px;
  border-radius: var(--r-full);
  background: linear-gradient(135deg, #22c55e, #16a34a);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(34, 197, 94, .4);
  transition: all .25s;
  color: #fff
}

.fab-whatsapp:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(34, 197, 94, .5)
}

.fab-whatsapp svg {
  width: 26px;
  height: 26px
}

.page-header {
  background: linear-gradient(135deg, var(--c-dark) 0%, var(--c-dark-2) 100%);
  color: #fff;
  padding: 100px 0 48px
}

.page-header h1 {
  font-size: 1.65rem;
  font-weight: 900
}

.page-header p {
  color: #d1d5db;
  font-size: .88rem
}

.content-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: 24px
}

.admin-input {
  width: 100%;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  padding: 9px 12px;
  background: var(--c-surface);
  font-size: .88rem
}

.admin-input:focus {
  outline: 2px solid rgba(5, 150, 105, .2);
  border-color: var(--c-primary)
}

.admin-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: .85rem;
  color: var(--c-text)
}

.admin-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: 18px
}

.admin-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--c-dark);
  color: #fff;
  border: 0;
  border-radius: var(--r-full);
  padding: 10px 24px;
  font-weight: 800;
  font-size: .88rem;
  cursor: pointer;
  transition: background .2s
}

.admin-save:hover {
  background: var(--c-dark-2)
}

.admin-danger {
  color: #dc2626;
  font-weight: 700
}

.admin-link {
  color: var(--c-primary);
  font-weight: 700
}

.admin-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: 8px;
  position: sticky;
  top: 65px;
  z-index: 30
}

.admin-tabs a {
  padding: 8px 14px;
  border-radius: var(--r-full);
  background: var(--c-border-light);
  color: var(--c-text);
  font-weight: 700;
  font-size: .85rem;
  transition: background .2s
}

.admin-tabs a:hover {
  background: var(--c-primary-bg)
}

.hidden { display: none }
.block { display: block }
.inline-flex { display: inline-flex }
.flex { display: flex }
.grid { display: grid }
.table { display: table }

.items-center { align-items: center }
.items-start { align-items: flex-start }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.flex-col { flex-direction: column }
.flex-wrap { flex-wrap: wrap }
.flex-1 { flex: 1 1 0% }
.shrink-0 { flex-shrink: 0 }

.relative { position: relative }
.absolute { position: absolute }
.fixed { position: fixed }
.sticky { position: sticky }

.inset-0 { inset: 0 }
.top-0 { top: 0 }
.right-4 { right: 1rem }
.bottom-6 { bottom: 1.5rem }
.left-6 { left: 1.5rem }

.z-10 { z-index: 10 }
.z-30 { z-index: 30 }
.z-40 { z-index: 40 }
.z-50 { z-index: 50 }

.mx-auto { margin-left: auto; margin-right: auto }
.mt-1 { margin-top: .25rem }
.mt-2 { margin-top: .5rem }
.mt-3 { margin-top: .75rem }
.mt-4 { margin-top: 1rem }
.mt-6 { margin-top: 1.5rem }
.mt-8 { margin-top: 2rem }
.mb-1 { margin-bottom: .25rem }
.mb-2 { margin-bottom: .5rem }
.mb-3 { margin-bottom: .75rem }
.mb-4 { margin-bottom: 1rem }
.mb-6 { margin-bottom: 1.5rem }
.mb-8 { margin-bottom: 2rem }
.mb-10 { margin-bottom: 2.5rem }
.mb-12 { margin-bottom: 3rem }
.mb-16 { margin-bottom: 4rem }

.p-3 { padding: .75rem }
.p-4 { padding: 1rem }
.p-5 { padding: 1.25rem }
.p-6 { padding: 1.5rem }
.p-8 { padding: 2rem }

.px-3 { padding-left: .75rem; padding-right: .75rem }
.px-4 { padding-left: 1rem; padding-right: 1rem }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem }
.px-8 { padding-left: 2rem; padding-right: 2rem }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem }

.py-1 { padding-top: .25rem; padding-bottom: .25rem }
.py-2 { padding-top: .5rem; padding-bottom: .5rem }
.py-3 { padding-top: .75rem; padding-bottom: .75rem }
.py-4 { padding-top: 1rem; padding-bottom: 1rem }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem }
.py-8 { padding-top: 2rem; padding-bottom: 2rem }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem }
.py-12 { padding-top: 3rem; padding-bottom: 3rem }
.py-16 { padding-top: 4rem; padding-bottom: 4rem }
.py-20 { padding-top: 5rem; padding-bottom: 5rem }
.py-24 { padding-top: 6rem; padding-bottom: 6rem }

.pt-4 { padding-top: 1rem }
.pt-8 { padding-top: 2rem }
.pt-20 { padding-top: 5rem }
.pt-24 { padding-top: 6rem }
.pb-20 { padding-bottom: 5rem }

.gap-1 { gap: .25rem }
.gap-2 { gap: .5rem }
.gap-3 { gap: .75rem }
.gap-4 { gap: 1rem }
.gap-5 { gap: 1.25rem }
.gap-6 { gap: 1.5rem }
.gap-8 { gap: 2rem }
.gap-10 { gap: 2.5rem }
.gap-12 { gap: 3rem }
.gap-16 { gap: 4rem }

.space-y-2 > * + * { margin-top: .5rem }
.space-y-3 > * + * { margin-top: .75rem }
.space-y-4 > * + * { margin-top: 1rem }
.space-y-5 > * + * { margin-top: 1.25rem }
.space-y-6 > * + * { margin-top: 1.5rem }
.space-y-8 > * + * { margin-top: 2rem }

.w-full { width: 100% }
.w-4 { width: 1rem }
.w-5 { width: 1.25rem }
.w-6 { width: 1.5rem }
.w-8 { width: 2rem }
.w-10 { width: 2.5rem }
.w-11 { width: 2.75rem }
.w-16 { width: 4rem }
.w-24 { width: 6rem }

.h-full { height: 100% }
.h-1 { height: .25rem }
.h-4 { height: 1rem }
.h-5 { height: 1.25rem }
.h-6 { height: 1.5rem }
.h-8 { height: 2rem }
.h-10 { height: 2.5rem }
.h-11 { height: 2.75rem }
.h-16 { height: 4rem }
.h-20 { height: 5rem }
.h-24 { height: 6rem }
.h-28 { height: 7rem }
.h-32 { height: 8rem }
.h-44 { height: 11rem }
.h-48 { height: 12rem }

.w-3\.5 { width: .875rem }
.h-3\.5 { height: .875rem }

.min-h-screen { min-height: 100vh }

.max-w-md { max-width: 28rem }
.max-w-lg { max-width: 32rem }
.max-w-xl { max-width: 36rem }
.max-w-2xl { max-width: 42rem }
.max-w-3xl { max-width: 48rem }
.max-w-4xl { max-width: 56rem }
.max-w-5xl { max-width: 64rem }
.max-w-7xl { max-width: 80rem }

.overflow-hidden { overflow: hidden }
.overflow-x-auto { overflow-x: auto }
.overflow-x-hidden { overflow-x: hidden }

.rounded-sm { border-radius: 4px }
.rounded { border-radius: 6px }
.rounded-lg { border-radius: .5rem }
.rounded-xl { border-radius: .75rem }
.rounded-2xl { border-radius: 1rem }
.rounded-3xl { border-radius: 1.5rem }
.rounded-full { border-radius: 9999px }

.border { border: 1px solid var(--c-border) }
.border-2 { border-width: 2px }
.border-b { border-bottom: 1px solid var(--c-border) }
.border-t { border-top: 1px solid var(--c-border) }
.border-primary-100 { border-color: var(--c-primary-bg) }
.border-primary-200 { border-color: #a7f3d0 }

.bg-white { background: #fff }
.bg-gray-50 { background: #f9fafb }
.bg-gray-100 { background: #f3f4f6 }
.bg-red-50 { background: #fef2f2 }
.bg-green-50 { background: #f0fdf4 }
.bg-yellow-50 { background: #fefce8 }
.bg-primary-50 { background: var(--c-primary-bg) }
.bg-primary-900 { background: var(--c-dark) }
.bg-white\/10 { background: rgba(255, 255, 255, .1) }
.bg-white\/90 { background: rgba(255, 255, 255, .9) }

.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-from), var(--tw-gradient-to)) }
.from-primary-100 { --tw-gradient-from: #d1fae5 }
.to-primary-200 { --tw-gradient-to: #a7f3d0 }
.from-primary-500 { --tw-gradient-from: var(--c-primary) }
.to-primary-800 { --tw-gradient-to: var(--c-dark-3) }
.to-primary-900 { --tw-gradient-to: var(--c-dark) }
.from-accent-600 { --tw-gradient-from: #059669 }
.to-accent-800 { --tw-gradient-to: #065f46 }
.from-white { --tw-gradient-from: #fff }
.to-primary-50 { --tw-gradient-to: var(--c-primary-bg) }
.from-gold-400 { --tw-gradient-from: #fbbf24 }
.to-gold-600 { --tw-gradient-to: #d97706 }

.object-cover { object-fit: cover }

.text-center { text-align: center }
.text-right { text-align: right }

.text-xs { font-size: .75rem; line-height: 1rem }
.text-sm { font-size: .875rem; line-height: 1.25rem }
.text-lg { font-size: 1.125rem; line-height: 1.5 }
.text-xl { font-size: 1.25rem; line-height: 1.5 }
.text-2xl { font-size: 1.5rem; line-height: 1.8rem }
.text-3xl { font-size: 1.875rem; line-height: 2rem }
.text-4xl { font-size: 2.25rem; line-height: 2.25rem }
.text-5xl { font-size: 3rem; line-height: 1 }

.font-medium { font-weight: 500 }
.font-semibold { font-weight: 600 }
.font-bold { font-weight: 700 }
.font-black { font-weight: 900 }

.leading-relaxed { line-height: 1.625 }
.leading-8 { line-height: 2rem }
.leading-9 { line-height: 2.25rem }
.leading-tight { line-height: 1.15 }

.tracking-wide { letter-spacing: .025em }
.uppercase { text-transform: uppercase }

.text-white { color: #fff }
.text-red-700 { color: #dc2626 }
.text-green-700 { color: #16a34a }
.text-blue-700 { color: #2563eb }
.text-primary-300 { color: #6ee7b7 }
.text-primary-400 { color: #34d399 }
.text-primary-500 { color: var(--c-text-muted) }
.text-primary-600 { color: var(--c-text-muted) }
.text-primary-700 { color: var(--c-dark-3) }
.text-primary-800 { color: var(--c-dark-2) }
.text-primary-900 { color: var(--c-dark) }
.text-accent-600 { color: var(--c-primary) }
.text-accent-700 { color: var(--c-primary-dark) }
.text-gold-400 { color: #fbbf24 }
.text-gold-600 { color: var(--c-gold) }
.text-green-400 { color: #4ade80 }
.text-green-600 { color: #16a34a }
.text-yellow-400 { color: #facc15 }
.text-yellow-600 { color: #ca8a04 }
.text-base { font-size: 1rem; line-height: 1.5rem }

.shadow-sm { box-shadow: 0 1px 2px rgba(0, 0, 0, .04) }
.shadow-lg { box-shadow: 0 4px 12px rgba(0, 0, 0, .06) }
.shadow-xl { box-shadow: 0 8px 20px rgba(0, 0, 0, .08) }
.shadow-2xl { box-shadow: 0 16px 32px rgba(0, 0, 0, .12) }

.transition-all { transition: all .2s ease }
.transition-colors { transition: color .2s, background-color .2s, border-color .2s }

.cursor-pointer { cursor: pointer }
.backdrop-blur { backdrop-filter: blur(8px) }

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

.hover\:bg-primary-50:hover { background: var(--c-primary-bg) }
.hover\:bg-primary-800:hover { background: var(--c-dark-2) }
.hover\:text-primary-900:hover { color: var(--c-dark) }
.hover\:text-white:hover { color: #fff }
.hover\:scale-110:hover { transform: scale(1.1) }

@media (min-width: 640px) {
  .sm\:inline-flex { display: inline-flex }
  .sm\:flex-row { flex-direction: row }
  .sm\:text-5xl { font-size: 3rem; line-height: 1 }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem }
}

@media (min-width: 768px) {
  .md\:flex { display: flex }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) }
  .md\:col-span-2 { grid-column: span 2 / span 2 }
  .md\:col-span-3 { grid-column: span 3 / span 3 }
  .md\:col-span-4 { grid-column: span 4 / span 4 }

  .mobile-menu, .mobile-menu-button { display: none !important }

  .site-desktop-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    min-width: 0;
    white-space: nowrap
  }

  .site-desktop-nav a {
    font-size: .85rem;
    font-weight: 700;
    color: var(--c-text-muted);
    transition: color .2s
  }

  .site-desktop-nav a:hover {
    color: var(--c-dark)
  }

  .site-whatsapp {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .site-header-inner {
    grid-template-columns: auto 1fr auto;
    gap: .85rem
  }

  .site-desktop-nav { gap: .85rem }
  .site-desktop-nav a { font-size: .8rem }

  .site-whatsapp {
    padding: 7px 14px;
    font-size: .8rem
  }

  .site-brand-name { font-size: .88rem }
}

@media (min-width: 1024px) {
  .lg\:block { display: block }
  .lg\:hidden { display: none }
  .lg\:flex-row { flex-direction: row }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) }
  .lg\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem }
  .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem }
  .lg\:mt-0 { margin-top: 0 }
  .lg\:mx-0 { margin-left: 0; margin-right: 0 }
  .lg\:text-right { text-align: right }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1 }
  .lg\:justify-start { justify-content: flex-start }
}

@media (max-width: 767px) {
  .site-header {
    top: 6px;
    width: calc(100% - 16px)
  }

  .site-header-inner {
    height: 42px;
    padding: 0 .75rem;
    gap: .5rem
  }

  .site-brand {
    gap: 6px
  }

  .site-brand-name {
    max-width: 34vw;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .78rem;
    line-height: 1.2
  }

  .site-brand-tag {
    font-size: .55rem
  }

  .site-brand-logo {
    width: 26px;
    height: 26px
  }

  .site-desktop-nav, .site-whatsapp {
    display: none !important
  }

  .mobile-menu-button {
    display: flex;
    width: 32px;
    height: 32px;
    gap: 3px
  }

  .mobile-menu-button span {
    width: 14px;
    height: 1.5px
  }

  .mobile-menu {
    padding: 4px .5rem 8px;
    gap: 4px
  }

  .mobile-menu a {
    padding: 7px 6px;
    font-size: .75rem
  }

  .hero-title {
    font-size: 1.5rem
  }

  .hero-actions {
    gap: .5rem
  }

  .hero-actions .whatsapp-btn,
  .hero-actions .btn-outline {
    flex: 1 1 0;
    min-width: 0;
    padding-left: .6rem;
    padding-right: .6rem;
    font-size: .78rem;
    white-space: nowrap
  }

  .section-title {
    font-size: 1.35rem
  }

  .seo-route-section {
    padding: 34px 0
  }

  .seo-route-grid {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .seo-route-copy p {
    font-size: .88rem;
    line-height: 1.9
  }

  .seo-route-panel {
    padding: 14px
  }

  .seo-route-path {
    grid-template-columns: 1fr;
    text-align: center
  }

  .seo-route-path svg {
    margin: 0 auto;
    transform: rotate(90deg)
  }


  .hero-section {
    padding-left: 0;
    padding-right: 0
  }

  .hero-section .max-w-7xl {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .route-bar {
    border-radius: 22px;
    padding: 14px
  }

  .route-bar::before {
    inset: 8px;
    border-radius: 18px
  }

  .route-bar > .flex:first-child {
    gap: .75rem;
    align-items: stretch
  }

  .route-bar > .flex:first-child > .flex.items-center {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 7px
  }

  .route-icon {
    width: 40px;
    height: 40px
  }

  .route-icon svg {
    width: 18px;
    height: 18px
  }

  .route-line {
    height: 8px;
    min-width: 42px
  }

  .route-line::after {
    width: 15px;
    height: 15px;
    border-width: 4px
  }

  .route-bar > .flex.border-t {
    gap: 6px;
    border-top: 0;
    padding-top: .25rem
  }

  .route-stat {
    min-height: 68px;
    padding: 10px 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 16px !important
  }

  .route-stat .text-sm {
    font-size: .86rem
  }

  .route-stat .text-xs {
    font-size: .68rem
  }

  .cta-section {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .cta-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 16px;
    border-radius: 24px;
    text-align: center
  }

  .cta-shell::before {
    inset: 8px;
    border-radius: 19px
  }

  .cta-content p {
    font-size: .86rem;
    line-height: 1.75
  }

  .cta-actions {
    width: 100%
  }

  .cta-whatsapp {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    font-size: .9rem
  }

  .new-hero-section {
    min-height: auto;
    padding: 72px 0 24px
  }

  .new-hero-shell {
    min-height: auto;
    justify-content: flex-start
  }

  .new-hero-kicker {
    min-height: 34px;
    padding: 6px 16px;
    font-size: .82rem
  }

  .new-hero-title {
    margin: 18px 0 10px;
    font-size: 2.55rem;
    line-height: 1.12
  }

  .new-hero-subtitle {
    font-size: .92rem;
    line-height: 1.8;
    max-width: 20rem
  }

  .new-hero-showcase {
    min-height: 100px;
    margin: 12px auto 8px;
    width: 100%;
    overflow: visible
  }

  .new-hero-showcase img {
    width: 100%;
    max-width: 100%;
    transform: none
  }

  .new-hero-orbit {
    bottom: 12px;
    width: 100%;
    height: 54px
  }

  .new-hero-bridge {
    bottom: 82px;
    height: 130px;
    border-top-width: 10px;
    opacity: .4
  }

  .new-hero-feature-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0
  }

  .new-hero-feature {
    min-height: 106px;
    padding: 14px 10px;
    border-left: 1px solid rgba(203, 213, 225, .85);
    border-top: 1px solid rgba(203, 213, 225, .75)
  }

  .new-hero-feature:nth-child(1),
  .new-hero-feature:nth-child(2) {
    border-top: 0
  }

  .new-hero-feature:nth-child(2n) {
    border-left: 0
  }

  .new-hero-feature strong {
    font-size: .82rem
  }

  .new-hero-feature small {
    font-size: .72rem
  }
}

@media (max-width: 980px) {
  .capsule-header {
    top: 12px;
    width: min(720px, calc(100% - 24px))
  }

  .capsule-shell {
    grid-template-columns: 1fr auto;
    min-height: 60px;
    padding: 7px 8px 7px 14px;
    gap: 10px
  }

  .capsule-nav {
    display: none
  }

  .capsule-menu-button {
    display: inline-flex
  }

  .capsule-brand-copy strong {
    max-width: 38vw
  }
}

@media (max-width: 560px) {
  .capsule-header {
    top: 8px;
    width: calc(100% - 16px)
  }

  .capsule-shell {
    min-height: 54px;
    padding: 6px 7px 6px 10px;
    border-radius: 30px
  }

  .capsule-logo {
    width: 40px;
    height: 40px
  }

  .capsule-logo.has-logo {
    width: auto;
    height: auto;
    max-width: 118px;
    max-height: 44px
  }

  .capsule-logo.has-logo img {
    max-width: 118px;
    max-height: 44px
  }

  .capsule-logo svg {
    width: 21px;
    height: 21px
  }

  .capsule-brand {
    gap: 8px
  }

  .capsule-brand-copy strong {
    max-width: 32vw;
    font-size: .82rem
  }

  .capsule-brand-copy small {
    display: none
  }

  .capsule-actions {
    gap: 6px
  }

  .capsule-call,
  .capsule-menu-button {
    width: 40px;
    height: 40px
  }

  .capsule-whatsapp {
    width: 40px;
    min-height: 40px;
    padding: 0
  }

  .capsule-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap
  }

  .capsule-mobile-menu {
    border-radius: 22px;
    grid-template-columns: 1fr;
    gap: 7px
  }

  .capsule-mobile-menu a {
    min-height: 42px;
    font-size: .8rem
  }
}

.route-bar .route-icon {
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-dark)) !important;
  color: #fff !important
}

.route-bar .route-icon.bg-yellow-50 {
  background: linear-gradient(135deg, var(--c-gold), #b45309) !important
}

.route-bar .route-icon svg,
.route-bar .route-icon svg.text-green-600,
.route-bar .route-icon svg.text-yellow-600 {
  display: block;
  color: #fff !important;
  stroke: currentColor
}

.article-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all .3s ease;
  display: block
}

.article-card:hover {
  border-color: var(--c-primary);
  box-shadow: 0 8px 24px rgba(37, 99, 235, .12);
  transform: translateY(-3px)
}

.article-card-img {
  height: 220px;
  overflow: hidden;
  background: var(--c-border-light)
}

.article-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s
}

.article-card:hover .article-card-img img {
  transform: scale(1.05)
}

.article-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center
}

.article-card-placeholder svg {
  width: 48px;
  height: 48px;
  color: var(--c-text-light)
}

.article-card-body {
  padding: 16px 18px 20px
}

.article-card-body h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--c-dark);
  line-height: 1.5;
  margin: 0 0 8px
}

.article-card-body p {
  font-size: .84rem;
  color: var(--c-text-muted);
  line-height: 1.7;
  margin: 0
}

.article-card-date {
  display: inline-block;
  margin-top: 10px;
  font-size: .72rem;
  color: var(--c-text-light);
  font-weight: 700
}

.article-hero-image {
  margin-bottom: 24px;
  border-radius: var(--r-xl);
}

.article-hero-image img {
  width: 100%;
  height: auto;
  display: block
}

.article-body {
  font-size: .95rem;
  line-height: 2
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4 {
  font-weight: 800;
  color: var(--c-dark);
  margin: 1.5em 0 .5em;
  line-height: 1.4
}

.article-body h2 { font-size: 1.4rem }
.article-body h3 { font-size: 1.15rem }

.article-body p {
  margin: 0 0 1em;
  color: #374151
}

.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--r-md);
  margin: 1em 0
}

.article-body ul,
.article-body ol {
  padding-right: 1.5em;
  margin: 0 0 1em
}

.article-body li {
  margin-bottom: .4em
}

.article-body a {
  color: var(--c-primary);
  text-decoration: underline
}

.article-body blockquote {
  border-right: 4px solid var(--c-primary);
  padding: 12px 18px;
  margin: 1em 0;
  background: var(--c-primary-bg);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-style: italic
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0
}

.article-body th,
.article-body td {
  border: 1px solid var(--c-border);
  padding: 10px 14px;
  text-align: right
}

.article-body th {
  background: var(--c-border-light);
  font-weight: 700
}

.article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  color: #9ca3af;
  flex-wrap: wrap
}

.article-breadcrumb a {
  color: #d1d5db;
  transition: color .2s
}

.article-breadcrumb a:hover {
  color: #fff
}
