:root {
  --ink: #121619;
  --ink-soft: #263034;
  --paper: #f6f5f0;
  --white: #ffffff;
  --muted: #626b70;
  --line: #d9ddd8;
  --lime: #d9f584;
  --lime-ink: #172600;
  --sky: #d9e8e6;
  --clay: #ead2bd;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.section-shell,
.topbar { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.topbar { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.wordmark { font-size: 15px; font-weight: 900; letter-spacing: .12em; }
.wordmark span { color: #687f29; }
.topbar-action { padding: 10px 14px; border: 1px solid var(--ink); border-radius: 6px; font-size: 12px; font-weight: 850; }
.topbar-action:hover { color: var(--white); background: var(--ink); }

.eyebrow { margin: 0 0 12px; color: #63792a; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { letter-spacing: 0; }
h1, h2, h3 { margin-top: 0; }

.hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr); gap: 54px; align-items: center; min-height: calc(100vh - 72px); padding: 36px 0 64px; }
.hero h1 { max-width: 670px; margin-bottom: 0; font-size: clamp(45px, 6.65vw, 77px); font-weight: 850; line-height: .94; }
.hero-lead { max-width: 550px; margin: 24px 0 0; color: #485156; font-size: 17px; line-height: 1.55; }
.hero-price { display: flex; flex-wrap: wrap; gap: 8px 11px; margin: 18px 0 0; font-size: 15px; font-weight: 900; }
.hero-price span { color: var(--muted); font-size: 12px; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 19px; border: 1px solid transparent; border-radius: 6px; font-size: 13px; font-weight: 850; text-align: center; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--lime-ink); background: var(--lime); }
.button-primary:hover { background: #c9e966; }
.button-secondary { color: var(--white); background: var(--ink); }
.button-secondary:hover { background: #293236; }
.hero-category-links { display: inline-flex; gap: 16px; font-size: 13px; font-weight: 850; }
.hero-category-links a { padding-bottom: 3px; border-bottom: 1px solid var(--ink); }
.trust-line { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; max-width: 560px; margin: 24px 0 0; padding: 0; color: #475055; list-style: none; font-size: 11px; font-weight: 750; }
.trust-line li::before { display: inline-block; width: 6px; height: 6px; margin: 0 8px 1px 0; border-radius: 50%; content: ""; background: #e48d67; }

.hero-visual { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 12px; min-height: 540px; }
.hero-visual figure { position: relative; margin: 0; overflow: hidden; border-radius: 8px; background: var(--white); }
.hero-bag-card { min-height: 100%; }
.hero-shoe-card { min-height: 420px; margin-top: 50px; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-shoe-card img { background: #edf0ee; }
.hero-visual figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; z-index: 1; display: grid; gap: 3px; color: var(--white); }
.hero-visual figcaption::before { position: absolute; z-index: -1; top: -80px; right: -16px; bottom: -16px; left: -16px; content: ""; background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .66)); }
.hero-visual figcaption span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hero-visual figcaption strong { font-size: 19px; line-height: 1.12; }
.hero-stamp { position: absolute; top: 16px; right: 16px; z-index: 2; display: grid; width: 116px; height: 116px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 900; line-height: 1.25; text-align: center; transform: rotate(8deg); }

.next-section { padding: 67px 0; background: var(--ink); color: var(--white); }
.next-section .eyebrow { color: var(--lime); }
.next-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 29px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .22); }
.next-steps li { min-height: 132px; padding: 19px 22px 15px 0; border-right: 1px solid rgba(255, 255, 255, .22); }
.next-steps li + li { padding-left: 22px; }
.next-steps li:last-child { border-right: 0; }
.next-steps span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.next-steps p { max-width: 260px; margin: 28px 0 0; font-size: 16px; font-weight: 750; line-height: 1.3; }

.products-section,
.category-section,
.proof-section,
.faq-section { padding-top: 94px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 23px; }
.compact-heading { justify-content: start; }
h2 { max-width: 680px; margin-bottom: 0; font-size: clamp(31px, 4.5vw, 54px); font-weight: 850; line-height: .99; }
.section-note { max-width: 240px; margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.5; text-align: right; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.product-card { position: relative; min-height: 370px; overflow: hidden; border-radius: 8px; background: var(--white); }
.product-card > img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; }
.product-card:nth-child(n + 4) > img { background: #eff0eb; }
.product-card::after { position: absolute; right: 0; bottom: 0; left: 0; height: 60%; content: ""; background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .78)); pointer-events: none; }
.product-copy { position: absolute; z-index: 1; right: 15px; bottom: 53px; left: 15px; display: grid; gap: 3px; color: var(--white); }
.product-copy span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-copy strong { font-size: 19px; line-height: 1.08; }
.product-copy small { font-size: 11px; font-weight: 750; }
.product-copy em { margin-top: 2px; color: #f0f2ed; font-size: 10px; font-style: normal; font-weight: 750; }
.product-card > a { position: absolute; z-index: 2; right: 12px; bottom: 12px; left: 12px; display: grid; min-height: 35px; place-items: center; border-radius: 5px; color: var(--lime-ink); background: var(--lime); font-size: 10px; font-weight: 900; text-align: center; }
.product-card > a:hover { background: #c9e966; }

.category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.category-card { position: relative; display: grid; grid-template-columns: 42% 1fr; gap: 22px; align-items: center; min-height: 316px; overflow: hidden; padding: 22px; border-radius: 8px; }
.category-bags { background: var(--clay); }
.category-shoes { background: var(--sky); }
.category-card > img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; border-radius: 5px; background: var(--white); }
.category-card span { color: #536a20; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.category-card h3 { margin: 7px 0 9px; font-size: clamp(24px, 3vw, 36px); line-height: 1; }
.category-card p { max-width: 235px; margin: 0 0 38px; color: #3c474b; font-size: 13px; line-height: 1.55; }
.category-card > a { position: absolute; right: 22px; bottom: 20px; padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 900; }

.details-section { margin-top: 94px; padding: 65px 0; background: var(--sky); }
.details-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.details-list { display: grid; gap: 0; border-top: 1px solid rgba(18, 22, 25, .22); }
.details-list article { display: grid; grid-template-columns: 160px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(18, 22, 25, .22); }
.details-list strong { font-size: 14px; }
.details-list p { margin: 0; color: #435055; font-size: 13px; line-height: 1.5; }

.proof-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: stretch; }
.proof-points { display: grid; align-content: center; gap: 0; border-top: 1px solid var(--line); }
.proof-points p { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 800; line-height: 1.35; }
.proof-points p::before { margin-right: 10px; color: #70872e; content: "+"; }
.proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.proof-grid figure { position: relative; min-height: 290px; margin: 0; overflow: hidden; border-radius: 8px; background: var(--ink-soft); }
.proof-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); }
.proof-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 40px 14px 14px; color: var(--white); background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .72)); font-size: 12px; font-weight: 800; }

.process-section { margin-top: 94px; color: var(--white); background: var(--ink); }
.process-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; min-height: 390px; padding-top: 60px; padding-bottom: 60px; }
.process-intro .eyebrow { color: var(--lime); }
.process-intro h2 { max-width: 430px; }
.process-intro .button { margin-top: 25px; }
.process-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .22); }
.process-list li { display: grid; grid-template-columns: 46px 1fr; gap: 13px; align-items: center; min-height: 72px; border-bottom: 1px solid rgba(255, 255, 255, .22); }
.process-list span { color: var(--lime); font-size: 11px; font-weight: 900; }
.process-list strong { font-size: 16px; line-height: 1.25; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: #6a8129; content: "+"; font-size: 23px; font-weight: 400; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list p { max-width: 720px; margin: -4px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.final-cta { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; margin-top: 94px; padding: 34px; border-radius: 8px; background: var(--clay); }
.final-cta .button { min-width: 260px; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 94px; padding-top: 25px; padding-bottom: 96px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer .wordmark { color: var(--ink); }
.footer > a:last-child { color: var(--ink); font-weight: 800; }

.sticky-whatsapp { position: fixed; z-index: 10; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 12px; min-height: 48px; padding: 0 17px; border-radius: 6px; color: var(--lime-ink); background: var(--lime); box-shadow: 0 14px 32px rgba(18, 22, 25, .22); font-size: 12px; font-weight: 900; }
.sticky-whatsapp:hover { background: #c9e966; }
.sticky-whatsapp b { font-size: 15px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 34px; min-height: 0; }
  .hero-visual { max-width: 680px; min-height: 460px; }
  .details-inner,
  .process-inner { grid-template-columns: 1fr; gap: 34px; }
  .process-inner { min-height: 0; }
  .proof-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .section-shell,
  .topbar { width: min(100% - 24px, 1120px); }
  .topbar { min-height: 62px; }
  .topbar-action { padding: 8px 11px; font-size: 10px; }
  .hero { padding-top: 25px; padding-bottom: 43px; }
  .hero h1 { font-size: clamp(41px, 12.6vw, 58px); }
  .hero-lead { margin-top: 18px; font-size: 15px; }
  .hero-price { margin-top: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-category-links { justify-content: center; }
  .trust-line { grid-template-columns: 1fr; gap: 7px; margin-top: 19px; }
  .hero-visual { min-height: 335px; }
  .hero-shoe-card { min-height: 270px; margin-top: 32px; }
  .hero-stamp { top: 9px; right: 9px; width: 87px; height: 87px; font-size: 9px; }
  .next-section { padding: 48px 0; }
  .next-steps { grid-template-columns: 1fr; margin-top: 23px; }
  .next-steps li,
  .next-steps li + li { display: grid; grid-template-columns: 42px 1fr; gap: 8px; min-height: 0; padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
  .next-steps li:last-child { border-bottom: 0; }
  .next-steps p { margin: 0; font-size: 15px; }
  .products-section,
  .category-section,
  .proof-section,
  .faq-section { padding-top: 68px; }
  .section-heading { display: block; margin-bottom: 18px; }
  .section-note { max-width: 380px; margin-top: 11px; text-align: left; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .product-card { min-height: 286px; }
  .product-card > img { min-height: 286px; }
  .product-copy { right: 10px; bottom: 47px; left: 10px; }
  .product-copy strong { font-size: 14px; }
  .product-copy small,
  .product-copy em { font-size: 9px; }
  .product-card > a { right: 8px; bottom: 8px; left: 8px; min-height: 31px; padding: 0 3px; font-size: 8px; }
  .category-grid { grid-template-columns: 1fr; gap: 8px; }
  .category-card { min-height: 285px; }
  .category-card > img { min-height: 239px; }
  .details-section { margin-top: 68px; padding: 48px 0; }
  .details-list article { grid-template-columns: 1fr; gap: 5px; }
  .proof-layout { gap: 23px; }
  .proof-grid { gap: 8px; }
  .proof-grid figure { min-height: 210px; }
  .process-section { margin-top: 68px; }
  .process-inner { gap: 34px; padding-top: 48px; padding-bottom: 48px; }
  .process-list li { grid-template-columns: 40px 1fr; min-height: 67px; }
  .process-list strong { font-size: 14px; }
  .final-cta { grid-template-columns: 1fr; gap: 22px; margin-top: 68px; padding: 24px; }
  .final-cta .button { width: 100%; min-width: 0; }
  .footer { align-items: flex-start; flex-direction: column; gap: 11px; margin-top: 68px; padding-bottom: 88px; }
  .sticky-whatsapp { right: 12px; bottom: 12px; left: 12px; justify-content: space-between; }
}
