/* =============================================================
   Shared nav + footer partial helpers (extended styles for
   secondary landings — giftcards, empresas)
   ============================================================= */

/* Product hero - softer than sub-hero, split layout */
.product-hero {
  padding: 56px 24px clamp(40px, 6vw, 72px);
  max-width: 1160px;
  margin: 0 auto;
}
.product-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 860px) {
  .product-hero-grid { grid-template-columns: 1fr; }
}
.product-hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--cocoa);
  margin-bottom: 14px;
}
.product-hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1;
  color: var(--ink-900);
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}
.product-hero h1 em { font-style: italic; color: var(--cocoa); font-weight: 500; }
.product-hero p.lede {
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.6;
  color: var(--ink);
  max-width: 520px;
  margin: 0 0 28px;
}
.product-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }

.product-hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--cocoa);
}
.product-hero-visual img {
  width: 100%; height: 100%; object-fit: cover;
  filter: sepia(.15) saturate(1.05) brightness(.95);
}

/* Giftcard visual */
.gift-stack {
  position: relative;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #efe0d4 0%, #fff 60%, #fff 100%);
  border-radius: var(--radius-sm);
  border: 1px solid var(--cream-border);
  overflow: hidden;
}
.gift-card {
  width: 78%;
  aspect-ratio: 1.585 / 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #8b6454 0%, #593c31 100%);
  color: #fff;
  padding: 28px;
  display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 20px 40px -12px rgba(89, 60, 49, .35);
  transform: rotate(-4deg);
  position: relative;
  z-index: 2;
}
.gift-card.back {
  position: absolute;
  z-index: 1;
  transform: rotate(6deg) translate(8%, 6%);
  background: linear-gradient(135deg, #d4b7a6 0%, #b8917b 100%);
  opacity: .85;
}
.gift-card-brand {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1;
}
.gift-card-brand small {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 9px;
  letter-spacing: .28em;
  color: rgba(255,255,255,.65);
  text-transform: uppercase;
  margin-top: 6px;
}
.gift-card-bottom {
  display: flex; justify-content: space-between; align-items: flex-end;
}
.gift-card-value {
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.gift-card-label {
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}

/* Amount picker */
.amount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .amount-grid { grid-template-columns: repeat(2, 1fr); }
}
.amount-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 22px;
  padding: 28px 20px 24px;
  text-align: center;
  cursor: pointer;
  transition: border-color 150ms var(--ease), background 150ms var(--ease), transform 150ms var(--ease);
  position: relative;
}
.amount-card:hover { border-color: var(--cocoa); background: var(--cocoa-50); }
.amount-card.featured {
  border-color: var(--cocoa);
  background: var(--cocoa);
  color: #fff;
}
.amount-card.featured .amount-label { color: rgba(255,255,255,.85); }
.amount-card.featured .amount-hint { color: rgba(255,255,255,.8); }
.amount-card .amount-value {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.amount-card .amount-label {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}
.amount-card .amount-hint {
  font-size: 12px;
  color: var(--cocoa-700);
  margin-top: 10px;
  line-height: 1.4;
}
.amount-card .popular-badge {
  position: absolute;
  top: -10px; left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: var(--cocoa-700);
  padding: 4px 12px;
  border-radius: var(--radius-md);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  border: 1px solid var(--cocoa);
  white-space: nowrap;
}

/* Benefit list (giftcards + empresas) */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 860px) { .benefit-grid { grid-template-columns: 1fr; } }

.benefit {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px 26px 26px;
}
.benefit-icon {
  width: 44px; height: 44px;
  background: var(--cocoa-50);
  color: var(--cocoa-700);
  border-radius: 12px;
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.benefit-icon svg { width: 22px; height: 22px; }
.benefit h4 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink-900);
  margin: 0 0 8px;
  line-height: 1.2;
}
.benefit p {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

/* Step / how-it-works */
.steps-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: stepcount;
  max-width: 1000px; margin: 0 auto;
}
@media (max-width: 860px) { .steps-line { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .steps-line { grid-template-columns: 1fr; } }
.step {
  padding: 28px 24px 24px;
  background: var(--cream);
  border: 1px solid var(--cream-border);
  border-radius: 22px;
  counter-increment: stepcount;
  position: relative;
}
.step::before {
  content: counter(stepcount, decimal-leading-zero);
  font-family: var(--serif);
  font-size: 36px;
  font-style: italic;
  color: var(--cocoa);
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}
.step h4 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--ink-900);
  margin: 0 0 8px;
}
.step p { font-size: 13.5px; line-height: 1.6; color: var(--muted); margin: 0; }

/* Empresas — split section */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 860px) { .split-section { grid-template-columns: 1fr; } }
.split-visual {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--cream-border);
}
.split-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) brightness(.95); }
.split-content h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(30px, 4vw, 44px);
  color: var(--ink-900);
  line-height: 1.1;
  margin: 0 0 18px;
}
.split-content p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
  margin: 0 0 14px;
}

/* Checklist */
.checklist { list-style: none; padding: 0; margin: 20px 0 24px; }
.checklist li {
  position: relative;
  padding: 8px 0 8px 32px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink);
}
.checklist li::before {
  content: "";
  position: absolute; left: 0; top: 10px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--cocoa);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* Empresas quote form */
.quote-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: clamp(28px, 4vw, 48px);
  max-width: 720px;
  margin: 0 auto;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } }
.form-field { display: block; margin-bottom: 18px; }
.form-field label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-900);
  margin-bottom: 8px;
  letter-spacing: .01em;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  background: #fff;
  transition: border-color 150ms var(--ease), box-shadow 150ms var(--ease);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--cocoa);
  box-shadow: 0 0 0 3px var(--cocoa-50);
}
.form-field textarea { min-height: 110px; resize: vertical; }

/* Companies/logo row */
.logos-row {
  display: flex; flex-wrap: wrap;
  justify-content: center;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  padding: 0 24px;
  opacity: .7;
}
.logos-row .logo-placeholder {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--muted);
  letter-spacing: .02em;
}

/* Testimonial quote card */
.quote-card {
  background: var(--cream);
  border: 1px solid var(--cream-border);
  border-radius: var(--radius-sm);
  padding: clamp(32px, 4vw, 56px);
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.quote-mark {
  font-family: var(--serif);
  font-size: 72px;
  line-height: 1;
  color: var(--cocoa-200);
  height: 30px;
  margin-bottom: 8px;
  font-style: italic;
}
.quote-card blockquote {
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 28px);
  font-style: italic;
  font-weight: 500;
  color: var(--ink-900);
  line-height: 1.35;
  margin: 0 0 18px;
}
.quote-card cite {
  font-style: normal;
  font-size: 13px;
  color: var(--cocoa-700);
  letter-spacing: .04em;
}
