/* =========================================================
   GLOBAL
========================================================= */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--body-bg);
  font-family: Inter, system-ui, sans-serif;
  color: #111827;
  font-size: var(--body-text-size);
}

a {
  text-decoration: none;
}

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

/* =========================================================
   HERO
========================================================= */
.hero-hard {
  overflow: hidden;
  color: #ffffff;
  padding: 34px 0 72px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 212, 59, 0.35), transparent 28%),
    linear-gradient(135deg, #062b18, #0f5132 62%, #02140c);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.top-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 212, 59, 0.65);
  background: rgba(255, 212, 59, 0.16);
  font-weight: 800;
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-family: Oswald, Inter, sans-serif;
  font-size: var(--hero-title-size);
  line-height: 0.96;
  text-transform: uppercase;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.hero-sub {
  max-width: 660px;
  margin: 0 0 22px;
  color: #e9fff0;
  font-size: 20px;
  line-height: 1.55;
}

/* Trust Row */
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(0, 0, 0, 0.25);
}

.trust-row div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
}

.trust-row i {
  grid-row: 1 / 3;
  color: var(--accent);
  font-size: 28px;
}

.trust-row b {
  font-size: 14px;
}

.trust-row span {
  color: #d6ffe0;
  font-size: 12px;
}

/* Hero Media */
.hero-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 470px;
}

.hero-img {
  width: 100%;
  max-height: 510px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.35));
}

.animal-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 400px;
  border: 2px dashed rgba(255, 255, 255, 0.35);
  border-radius: 32px;
  color: #d4ffe0;
}

.animal-placeholder i {
  font-size: 54px;
}

/* Quota Box */
.quota-box {
  position: absolute;
  top: 32%;
  right: 0;
  padding: 22px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 22px;
  border: 3px solid #ffb4a6;
  background: linear-gradient(180deg, #ef4444, #991b1b);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.3);
}

.quota-box span {
  display: block;
  font-weight: 900;
}

.quota-box strong {
  display: block;
  color: var(--accent);
  font-family: Oswald, Inter, sans-serif;
  font-size: 76px;
}

.quota-box small {
  font-weight: 900;
}

/* =========================================================
   URGENCY CARD
========================================================= */
.urgency-card,
.hero-urgency-card {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 18px;
  overflow: visible;
  color: #111111;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
  transform: none !important;
}

.warning-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(180deg, #ef4444, #991b1b);
  font-size: 34px;
}

.urgency-card h2,
.hero-urgency-card h2 {
  margin: 0 0 4px;
  color: #b91c1c;
  font-size: 30px;
  text-transform: uppercase;
}

.urgency-card p,
.hero-urgency-card p {
  margin: 0;
  font-size: 18px;
}

/* WhatsApp Button */
.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 360px;
  padding: 18px 30px;
  color: #ffffff;
  border-radius: 16px;
  background: linear-gradient(180deg, #2fb344, #087d24);
  box-shadow: 0 12px 26px rgba(8, 125, 36, 0.25);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-wa i {
  font-size: 32px;
}

.btn-wa small {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  text-transform: none;
  opacity: 0.9;
}

/* =========================================================
   SECTIONS
========================================================= */
.section {
  padding: 94px 0 58px;
}

.heading {
  margin-bottom: 28px;
  text-align: center;
}

.heading span {
  color: var(--secondary);
  font-weight: 900;
  text-transform: uppercase;
}

.heading h2 {
  margin: 8px 0 0;
  font-size: var(--section-title-size);
  line-height: 1.05;
}

/* =========================================================
   PACKAGE SECTION
========================================================= */
.package-section {
  background: #fff8;
}

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

.package-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.11);
}

.card-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 8px 12px;
  color: #ffffff;
  border-bottom-right-radius: 12px;
  background: #0b8f34;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.package-img {
  height: 170px;
  background: #dff8e7;
}

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

.package-content {
  padding: 18px;
}

.package-content h3 {
  margin: 0;
  font-size: 28px;
  line-height: 0.95;
  text-transform: uppercase;
}

.subtitle {
  font-size: 18px;
  font-weight: 700;
}

.price {
  margin: 12px 0;
  font-size: 30px;
  font-weight: 900;
}

.price small {
  font-size: 12px;
}

.package-content ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.package-content li {
  font-size: 14px;
}

.package-content li i {
  margin-right: 7px;
  color: #0b8f34;
}

.btn-card {
  display: block;
  padding: 13px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #26aa3d, #087d24);
  font-weight: 900;
  text-transform: uppercase;
}

.included-note {
  margin-top: 18px;
  text-align: center;
  font-size: 15px;
}

/* =========================================================
   STEPS
========================================================= */
.steps-strip {
  padding: 42px 0;
  color: #ffffff;
  background: linear-gradient(135deg, #062b18, #0f5132);
}

.steps-strip h2 {
  text-align: center;
  text-transform: uppercase;
}

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

.step-item {
  text-align: center;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 10px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  font-size: 34px;
}

.step-item p {
  color: #d6ffe0;
}

/* =========================================================
   GALLERY + MARKETPLACE
========================================================= */
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.mini-heading {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.gallery-grid img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.market-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.market-card {
  padding: 22px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.market-card img {
  max-width: 170px;
  max-height: 64px;
  object-fit: contain;
}

.market-card span {
  display: inline-block;
  color: #dc2626;
  font-weight: 800;
}

.market-card p {
  color: #4b5563;
}

.market-card a {
  display: block;
  padding: 13px;
  color: #ffffff;
  border-radius: 10px;
  background: linear-gradient(180deg, #26aa3d, #087d24);
  font-weight: 900;
}

.market-card a.disabled {
  opacity: 0.55;
  pointer-events: none;
}

/* =========================================================
   TESTIMONIALS
========================================================= */
.testimonials {
  background: #ffffff;
}

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

.testimonial-card {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
}

.stars {
  margin: 10px 0;
  color: #f59e0b;
  font-weight: 900;
}

/* =========================================================
   FINAL CTA
========================================================= */
.final-cta {
  padding: 34px 0;
  color: #ffffff;
  background: linear-gradient(135deg, #062b18, #0f5132);
}

.final-grid {
  display: grid;
  grid-template-columns: 250px 1fr auto;
  gap: 24px;
  align-items: center;
}

.clock-box {
  display: grid;
  gap: 6px;
  padding: 18px;
  color: #7c2d12;
  border: 1px solid #fed7aa;
  border-radius: 18px;
  background: #fff2d3;
}

.clock-box i {
  font-size: 42px;
}

.final-cta h2 {
  margin: 0;
  color: var(--accent);
  font-family: Oswald, Inter, sans-serif;
  font-size: 44px;
  text-transform: uppercase;
}

/* =========================================================
   FLOATING WHATSAPP
========================================================= */
.floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: #ffffff;
  border-radius: 50%;
  background: #10a33a;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
  font-size: 32px;
}

/* =========================================================
   RESPONSIVE TABLET
========================================================= */
@media (max-width: 991px) {
  .hero-hard {
    padding-bottom: 56px;
  }

  .hero-grid,
  .split-grid,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

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

  .hero-media {
    min-height: 360px;
  }

  .quota-box {
    top: 12px;
    right: 18px;
  }

  .urgency-card,
  .hero-urgency-card {
    grid-template-columns: 1fr;
    margin-top: 24px;
    text-align: center;
  }

  .warning-icon {
    margin: auto;
  }

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

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

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

  .market-stack {
    grid-template-columns: 1fr;
  }

  .btn-wa {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   RESPONSIVE MOBILE
========================================================= */
@media (max-width: 768px) {
  .package-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .package-card,
  .package-responsive {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .package-card .package-img,
  .package-responsive .package-img {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 12px;
  }

  .package-card .package-content,
  .package-responsive .package-content {
    flex: 1;
    padding: 0;
  }

  .package-card h3,
  .package-responsive h3 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.15;
  }

  .package-card .subtitle,
  .package-responsive .subtitle {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .package-card .price,
  .package-responsive .price {
    margin-bottom: 6px;
    color: var(--primary);
    font-size: 16px;
    font-weight: 800;
  }

  .package-card ul,
  .package-responsive ul {
    display: none;
  }

  .package-card .btn-card,
  .package-responsive .btn-card {
    width: 100%;
    padding: 10px;
    border-radius: 999px;
    font-size: 14px;
    text-align: center;
  }

  .card-badge {
    top: 8px;
    left: 8px;
    border-radius: 999px;
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .hero-hard {
    padding-top: 24px;
    padding-bottom: 44px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-sub {
    font-size: 16px;
  }

  .trust-row,
  .steps-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .quota-box {
    position: static;
    max-width: 260px;
    margin: 10px auto 0;
  }

  .hero-media {
    min-height: auto;
  }

  .urgency-card,
  .hero-urgency-card {
    padding: 18px;
    border-radius: 22px;
  }

  .urgency-card h2,
  .hero-urgency-card h2 {
    font-size: 22px;
    line-height: 1.15;
  }

  .urgency-card p,
  .hero-urgency-card p {
    font-size: 15px;
  }

  .warning-icon {
    width: 58px;
    height: 58px;
    font-size: 26px;
  }

  .btn-wa {
    padding: 14px 18px;
    text-align: center;
    white-space: normal;
    border-radius: 16px;
  }

  .section {
    padding: 70px 0 44px;
  }

  .heading h2 {
    font-size: 30px;
  }

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

  .final-cta h2 {
    font-size: 34px;
  }

  .floating-wa {
    width: 56px;
    height: 56px;
  }
}