/* ═══════════════════════════════════════════════════════════
 * LimaQI · Visual Polish Layer
 *   Aligns with `design-systems/limaqi-official-site/DESIGN.md`
 *   Paraguay blue #0038A8 + Brazil tricolor + LIMAQI gold #FFCB05
 *   Fixes the broken drop-chapter section + global refinement
 * ═════════════════════════════════════════════════════════ */

:root {
  /* Supporting brand accents — restrained, not flag-like */
  --brand-gold:   #FFCB05;     /* LIMAQI gold · used sparingly as premium signal */
  --brand-sky:    #75AADB;     /* secondary blue · soft surface */

  /* Refined shadow system (Tailwind-style depth) */
  --sh-xs:  0 1px 2px 0 rgba(15, 26, 46, 0.05);
  --sh-sm:  0 1px 3px 0 rgba(15, 26, 46, 0.10), 0 1px 2px -1px rgba(15, 26, 46, 0.06);
  --sh-md:  0 4px 6px -1px rgba(15, 26, 46, 0.08), 0 2px 4px -2px rgba(15, 26, 46, 0.06);
  --sh-lg:  0 10px 15px -3px rgba(15, 26, 46, 0.10), 0 4px 6px -4px rgba(15, 26, 46, 0.05);
  --sh-xl:  0 20px 25px -5px rgba(15, 26, 46, 0.10), 0 8px 10px -6px rgba(15, 26, 46, 0.05);
  --sh-2xl: 0 25px 50px -12px rgba(15, 26, 46, 0.25);
  --sh-blue-glow: 0 16px 40px -16px rgba(0, 56, 168, 0.32);
}

/* ═══════════════════════════════════════════════════════════
 * (Brazil tri-color sash removed — harmony over flag references)
 * Use a thin single-color blue accent line instead, where needed
 * ═════════════════════════════════════════════════════════ */
.pricing-cta-bar,
.drop-cta-bar {
  position: relative;
  overflow: hidden;
}
.pricing-cta-bar::before,
.drop-cta-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--brand-gold), transparent);
  z-index: 1;
  opacity: 0.6;
}

/* ═══════════════════════════════════════════════════════════
 * FIX · drop-chapter section (the broken one in the screenshot)
 * Full visual rebuild · big rate hero + 8-tile inclusion grid + vs row + CTA
 * ═════════════════════════════════════════════════════════ */
.drop-chapter {
  background: linear-gradient(180deg, #FAFBFC 0%, #fff 100%);
  position: relative;
  padding: 88px 0;
}
.drop-chapter .eyebrow-gold {
  color: #8C6900;
}
.drop-chapter .section-head h2 em {
  color: var(--brand-primary);
  font-style: normal;
  font-weight: 700;
}

.drop-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.6fr;
  gap: 28px;
  margin-top: 40px;
  align-items: stretch;
}

/* ─── BIG PRICE CARD (left) ───────────────────────────── */
.drop-price-card {
  position: relative;
  background: linear-gradient(155deg, #0038A8 0%, #001E5C 100%);
  color: #fff;
  border-radius: 20px;
  padding: 40px 36px 32px;
  box-shadow: var(--sh-2xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.drop-price-card::after {
  content: '';
  position: absolute;
  top: -40%; right: -20%;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(255,203,5,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.drop-price-card > * { position: relative; z-index: 1; }
.dpc-bg {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 80% 20%, rgba(117,170,219,0.14) 0%, transparent 60%);
  pointer-events: none;
}
.dpc-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--brand-gold);
  display: inline-block;
  padding: 6px 12px;
  background: rgba(255,203,5,0.12);
  border: 1px solid rgba(255,203,5,0.32);
  border-radius: 100px;
  width: fit-content;
}
.dpc-figure {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--font-mono);
  color: #fff;
  margin-top: 6px;
}
.dpc-ccy {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.62);
  align-self: flex-start;
  margin-top: 18px;
}
.dpc-num {
  font-size: 132px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.85;
  font-variant-numeric: tabular-nums;
  color: var(--brand-gold);
  text-shadow: 0 4px 24px rgba(255,203,5,0.32);
}
.dpc-per {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.04em;
  align-self: flex-end;
  margin-bottom: 8px;
}
.dpc-per b {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
.dpc-equiv {
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(255,255,255,0.62);
  letter-spacing: 0.04em;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
.dpc-rule {
  padding-top: 4px;
}
.dpc-rule-h {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 8px;
}
.dpc-rule-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
}
.dpc-rule-line .dpc-vs {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(255,203,5,0.75);
  padding: 2px 6px;
  background: rgba(255,203,5,0.12);
  border-radius: 4px;
  text-transform: uppercase;
}
.dpc-rule-line .dpc-arrow {
  color: var(--brand-gold);
  font-weight: 700;
}
.dpc-rule-line .dpc-max {
  font-weight: 600;
  color: #fff;
}
.dpc-floor {
  margin-top: auto;
  padding: 14px 16px;
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dpc-floor-lbl {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.dpc-floor-v {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
}
.dpc-floor-v .mono {
  font-family: var(--font-mono);
  color: var(--brand-gold);
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ─── INCLUDED GRID (right) ───────────────────────────── */
.drop-included {
  background: #fff;
  border: 1px solid rgba(15, 26, 46, 0.08);
  border-radius: 20px;
  padding: 32px;
  box-shadow: var(--sh-lg);
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.di-h {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(15, 26, 46, 0.12);
}
.di-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--brand-primary);
}
.di-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--lmq-text-1);
  letter-spacing: -0.018em;
}
.incl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.incl-cell {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 14px;
  background: #FAFBFC;
  border: 1px solid rgba(15, 26, 46, 0.06);
  border-radius: 10px;
  transition: all 200ms;
}
.incl-cell:hover {
  background: #F1F5FF;
  border-color: rgba(0, 56, 168, 0.24);
  transform: translateY(-1px);
  box-shadow: var(--sh-sm);
}
.incl-cell .ic-num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  color: #fff;
  background: var(--brand-primary);
  width: 26px; height: 26px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.incl-cell .ic-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.incl-cell .ic-body b {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--lmq-text-1);
  line-height: 1.35;
}
.incl-cell .ic-body span {
  font-size: 12px;
  color: var(--lmq-text-2);
  line-height: 1.45;
}

/* ─── DROP vs BULK COMPARISON ─────────────────────────── */
.drop-vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
}
.vs-card {
  padding: 30px;
  border-radius: 16px;
  box-shadow: var(--sh-md);
}
.vs-card.vs-drop {
  background: linear-gradient(170deg, #FFFBEC 0%, #FFF7DA 100%);
  border: 1px solid rgba(255,203,5,0.42);
}
.vs-card.vs-bulk {
  background: #fff;
  border: 1px solid rgba(15, 26, 46, 0.08);
}
.vs-card .vs-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  width: fit-content;
}
.vs-card.vs-drop .vs-tag {
  background: var(--brand-gold);
  color: #1A1407;
}
.vs-card.vs-bulk .vs-tag {
  background: var(--brand-primary);
  color: #fff;
}
.vs-card h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.018em;
  margin-top: 10px;
}
.vs-card p {
  margin-top: 8px;
  font-size: 14px;
  color: var(--lmq-text-2);
  line-height: 1.55;
}
.vs-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(15, 26, 46, 0.12);
}
.vs-card.vs-drop ul { border-top-color: rgba(212, 166, 74, 0.32); }
.vs-card li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  color: var(--lmq-text-1);
  line-height: 1.5;
}
.vs-card li::before {
  content: '→';
  position: absolute;
  left: 0; top: 0;
  font-weight: 700;
  color: var(--brand-primary);
  font-family: var(--font-mono);
}
.vs-card.vs-drop li::before { color: #C99A1A; }

/* ─── DROP CTA BAR ─────────────────────────────────────── */
.drop-cta-bar {
  margin-top: 56px;
  padding: 40px;
  background: linear-gradient(135deg, #0F1A2E 0%, #050B14 100%);
  border-radius: 20px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  box-shadow: var(--sh-2xl);
}
.drop-cta-bar > div h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.018em;
}
.drop-cta-bar > div p {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
  max-width: 540px;
}
.drop-cta-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.drop-cta-buttons .btn-primary {
  background: var(--brand-gold);
  color: #1A1407;
  border: 0;
}
.drop-cta-buttons .btn-primary:hover {
  background: #FFD93A;
  box-shadow: 0 12px 24px -8px rgba(255,203,5,0.42);
}
.drop-cta-buttons .btn-secondary {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
}
.drop-cta-buttons .btn-secondary:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.32);
}

/* ═══════════════════════════════════════════════════════════
 * Global polish · raise visual confidence across the site
 * ═════════════════════════════════════════════════════════ */

/* Section spacing — give breathing room */
.pricing-strip,
.calc-section,
.team-section,
.contact-section,
.svc-stack,
.svc-gallery,
.services-3,
.drop-essence {
  padding-top: 88px;
  padding-bottom: 88px;
}

/* Section heads · refined hierarchy */
.section-head {
  max-width: 880px;
  margin-bottom: 8px;
}
.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-head h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.08;
  margin-top: 14px;
  color: var(--lmq-text-1);
}
.section-head h2 em {
  font-style: normal;
  color: var(--brand-primary);
  font-weight: 700;
}
.section-head .lede {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--lmq-text-2);
  max-width: 720px;
}
.section-head.center .lede { margin-left: auto; margin-right: auto; }

/* Eyebrow refinement — feels more deliberate */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px; height: 1px;
  background: var(--brand-primary);
}
.eyebrow-white { color: rgba(255,255,255,0.78); }
.eyebrow-white::before { background: rgba(255,255,255,0.4); }
.eyebrow-gold { color: #8C6900; }
.eyebrow-gold::before { background: var(--brand-gold); }

/* Card shadows — promote a couple of high-prominence cards */
.svc3-card,
.rate-card,
.founder-card,
.login-card {
  box-shadow: var(--sh-sm);
  transition: all 240ms cubic-bezier(0.16, 1, 0.3, 1);
}
.svc3-card:hover,
.rate-card:hover,
.founder-card:hover {
  box-shadow: var(--sh-xl), 0 0 0 1px rgba(0, 56, 168, 0.16);
}

/* Buttons · firmer corners and refined motion */
.btn {
  font-weight: 500;
  letter-spacing: -0.005em;
  transition: all 180ms cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-primary {
  background: var(--brand-primary);
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 56, 168, 0.22);
}
.btn-primary:hover {
  background: var(--brand-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -4px rgba(0, 56, 168, 0.36);
}
.btn-secondary {
  background: #fff;
  color: var(--lmq-text-1);
  border: 1px solid rgba(15, 26, 46, 0.16);
}
.btn-secondary:hover {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  background: var(--brand-primary-light);
}

/* Floating contact dock · raise z + tighter motion */
.contact-dock {
  bottom: 24px;
  right: 24px;
}
.cd-btn { box-shadow: var(--sh-lg); }

/* ═══════════════════════════════════════════════════════════
 * Responsive
 * ═════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .drop-grid { grid-template-columns: 1fr; }
  .drop-vs { grid-template-columns: 1fr; }
  .incl-grid { grid-template-columns: 1fr; }
  .drop-cta-bar { grid-template-columns: 1fr; }
  .drop-cta-buttons { width: 100%; flex-direction: column; }
  .drop-cta-buttons .btn { width: 100%; justify-content: center; }
}
@media (max-width: 720px) {
  .drop-price-card { padding: 32px 24px; }
  .dpc-num { font-size: 96px; }
  .drop-included { padding: 24px; }
  .vs-card { padding: 24px; }
  .drop-chapter { padding: 56px 0; }
  .pricing-strip,
  .calc-section,
  .team-section,
  .contact-section,
  .svc-stack,
  .svc-gallery,
  .services-3,
  .drop-essence {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
