:root {
  --flyer-ink: #101014;
  --flyer-paper: #f6f4f1;
  --flyer-card: #ffffff;
  --flyer-muted: #68646d;
  --flyer-line: #ded9d5;
  --flyer-accent: #d80068;
  --flyer-accent-dark: #a90051;
  --flyer-soft: #ffe7f2;
  --flyer-green: #15803d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.flyer-pilot { margin: 0; background: var(--flyer-paper); color: var(--flyer-ink); }

.pilot-shell { width: min(100% - 2rem, 1320px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: -5rem; left: 1rem; padding: .8rem 1rem; border-radius: .55rem; background: #fff; color: #111; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.pilot-bar { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(255,255,255,.15); background: rgba(16,16,20,.96); color: #fff; backdrop-filter: blur(12px); }
.pilot-bar__inner { min-height: 72px; display: flex; align-items: center; gap: 1rem; }
.pilot-logo { display: grid; width: 46px; height: 46px; place-items: center; overflow: hidden; flex: none; border-radius: 50%; background: #fff; }
.pilot-logo img { width: 42px; height: 42px; object-fit: contain; }
.pilot-nav { display: flex; align-items: center; gap: clamp(.7rem, 1.6vw, 1.35rem); margin-left: auto; }
.pilot-nav a { color: #d3ced4; font-size: .86rem; font-weight: 720; text-decoration: none; white-space: nowrap; }
.pilot-nav a[aria-current="page"] { color: #ff77b7; }
.pilot-back { color: #fff; font-weight: 760; text-decoration: none; }
.pilot-nav a:hover, .pilot-back:hover { color: #ff77b7; }

.configurator { padding: clamp(2rem, 5vw, 5rem) 0 7rem; }
.configurator-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; margin-bottom: 1.5rem; }
.eyebrow { margin: 0 0 .55rem; color: var(--flyer-accent-dark); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.configurator-intro h1 { max-width: 11ch; margin: 0 0 1rem; font-size: clamp(2.8rem, 6.2vw, 6.4rem); line-height: .89; letter-spacing: -.065em; }
.configurator-intro > div > p:last-child { max-width: 62ch; margin: 0; color: var(--flyer-muted); font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.55; }
.intro-photo { position: relative; overflow: hidden; aspect-ratio: 1.35 / 1; margin: 0; border-radius: 1.2rem; background: #e9e5e2; box-shadow: 0 18px 50px rgba(16,16,20,.12); }
.intro-photo img { width: 100%; height: 100%; object-fit: cover; }
.intro-photo figcaption { position: absolute; right: .8rem; bottom: .8rem; left: .8rem; padding: .55rem .7rem; border-radius: .6rem; background: rgba(16,16,20,.78); color: #fff; font-size: .7rem; text-align: center; backdrop-filter: blur(8px); }

.pilot-notice { display: flex; gap: .5rem 1rem; align-items: center; margin: 0 0 1.5rem; padding: .9rem 1rem; border: 1px solid #f2c2d9; border-radius: .85rem; background: var(--flyer-soft); color: #5e1438; }
.pilot-notice span { color: #75405a; }
.brand-promise { display: flex; gap: .45rem 1rem; align-items: baseline; margin: -.35rem 0 1.5rem; padding: .95rem 1.1rem; border-left: 4px solid var(--flyer-accent); background: #fff; box-shadow: 0 5px 24px rgba(16,16,20,.04); }
.brand-promise strong { color: var(--flyer-accent-dark); font-size: 1.02rem; }
.brand-promise span { color: var(--flyer-muted); line-height: 1.45; }
.flyer-google-proof { display: grid; grid-template-columns: auto auto auto 1fr auto; align-items: center; gap: .55rem 1rem; margin: 0 0 1.5rem; padding: .9rem 1.1rem; border: 1px solid var(--flyer-line); border-radius: .85rem; background: #fff; color: var(--flyer-ink); text-decoration: none; box-shadow: 0 5px 24px rgba(16,16,20,.04); }
.flyer-google-proof__brand { display: inline-flex; align-items: center; gap: .4rem; color: #3c4043; font-size: 1rem; font-weight: 850; }
.flyer-google-proof__brand img { width: 22px; height: 22px; }
.flyer-google-proof strong { font-size: 1rem; }
.flyer-google-proof__stars { color: #f8b700; letter-spacing: .08em; }
.flyer-google-proof > span:nth-child(4) { color: var(--flyer-muted); font-size: .82rem; }
.flyer-google-proof b { color: var(--flyer-accent-dark); font-size: .78rem; white-space: nowrap; }
.flyer-google-proof:hover { border-color: #b9b2b7; color: var(--flyer-ink); transform: translateY(-1px); }

.configurator-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 410px); gap: 1.4rem; align-items: start; }
.flyer-orientation { display: grid; grid-template-columns: minmax(220px,.65fr) minmax(0,1.35fr); gap: 1.2rem; align-items: center; margin: 1rem 0 1.25rem; padding: 1.2rem; border: 1px solid var(--flyer-line); border-radius: 1rem; background: #fff; }
.flyer-orientation h2 { margin: 0; font-size: clamp(1.35rem,2.4vw,2rem); line-height: 1.08; letter-spacing: -.04em; }
.flyer-orientation__items { display: grid; grid-template-columns: repeat(3,1fr); }
.flyer-orientation__items p { display: grid; gap: .25rem; margin: 0; padding: .55rem 1rem; border-left: 1px solid var(--flyer-line); }
.flyer-orientation__items strong { color: var(--flyer-accent-dark); font-size: .78rem; text-transform: uppercase; }
.flyer-orientation__items span { color: var(--flyer-muted); font-size: .8rem; line-height: 1.4; }
.steps { display: grid; gap: 1rem; }
.step-card { min-width: 0; margin: 0; padding: clamp(1.15rem, 2.5vw, 1.7rem); border: 1px solid var(--flyer-line); border-radius: 1rem; background: var(--flyer-card); box-shadow: 0 5px 24px rgba(16,16,20,.04); }
.step-card legend, .step-card h2 { display: flex; align-items: center; gap: .65rem; margin: 0; padding: 0 .25rem 0 0; color: var(--flyer-ink); font-size: clamp(1.25rem, 2.1vw, 1.65rem); font-weight: 880; line-height: 1.1; letter-spacing: -.035em; }
.step-card legend > span, .step-card h2 > span { display: inline-grid; width: 2rem; height: 2rem; place-items: center; flex: none; border-radius: 50%; background: var(--flyer-ink); color: #fff; font-size: .82rem; letter-spacing: 0; }
.step-help { margin: .75rem 0 1rem; color: var(--flyer-muted); font-size: .92rem; line-height: 1.5; }

.choice-grid { display: grid; gap: .7rem; }
.choice-grid--three { grid-template-columns: repeat(3, 1fr); }
.choice-grid--two { grid-template-columns: repeat(2, 1fr); }
.choice-card, .design-card, .delivery-option { position: relative; display: block; cursor: pointer; }
.choice-card input, .design-card input, .delivery-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-card__body, .design-card > span, .delivery-option > span { display: grid; gap: .28rem; height: 100%; padding: .95rem; border: 1.5px solid var(--flyer-line); border-radius: .8rem; background: #fff; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.choice-card strong, .design-card strong, .delivery-option strong { font-size: .96rem; line-height: 1.2; }
.choice-card small, .design-card small, .delivery-option small { color: var(--flyer-muted); font-size: .78rem; line-height: 1.4; }
.choice-card:hover .choice-card__body, .design-card:hover > span, .delivery-option:hover > span { border-color: #bdb5bb; transform: translateY(-1px); }
.choice-card input:checked + .choice-card__body, .design-card input:checked + span, .delivery-option input:checked + span { border-color: var(--flyer-accent); background: #fff8fb; box-shadow: 0 0 0 3px rgba(216,0,104,.1); }
.choice-card input:focus-visible + .choice-card__body, .design-card input:focus-visible + span, .delivery-option input:focus-visible + span { outline: 3px solid rgba(216,0,104,.3); outline-offset: 2px; }

.quantity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .65rem; }
.quantity-option { position: relative; display: block; cursor: pointer; }
.quantity-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.quantity-option span { display: grid; gap: .18rem; min-height: 108px; align-content: center; padding: .72rem; border: 1.5px solid var(--flyer-line); border-radius: .75rem; background: #fff; text-align: center; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.quantity-option strong { font-size: 1.02rem; }
.quantity-option small { color: var(--flyer-muted); font-size: .72rem; line-height: 1.25; }
.quantity-option .quantity-total { color: var(--flyer-ink); font-weight: 800; }
.quantity-option .quantity-unit { color: var(--flyer-muted); font-size: .68rem; }
.quantity-option em { color: var(--flyer-green); font-size: .68rem; font-style: normal; font-weight: 850; }
.quantity-option:hover span { border-color: #bdb5bb; transform: translateY(-1px); }
.quantity-option input:checked + span { border-color: var(--flyer-accent); background: #fff8fb; box-shadow: 0 0 0 3px rgba(216,0,104,.1); }
.quantity-option input:focus-visible + span { outline: 3px solid rgba(216,0,104,.3); outline-offset: 2px; }

.included-card { background: #101014; color: #fff; }
.included-card h2 { color: #fff; }
.included-card h2 > span { background: #fff; color: #101014; }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-top: 1rem; }
.included-grid p { display: grid; gap: .25rem; margin: 0; padding: .9rem; border: 1px solid rgba(255,255,255,.16); border-radius: .75rem; background: rgba(255,255,255,.06); }
.included-grid strong { color: #f6bad7; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.included-grid span { font-size: .9rem; line-height: 1.35; }
.sides-selector { min-width: 0; margin: 1rem 0 0; padding: 1rem 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.16); }
.sides-selector > legend { padding-top: 1rem; color: #fff; font-size: 1rem; letter-spacing: -.01em; }
.sides-selector > legend::first-letter { color: inherit; }
.sides-selector > p { margin: .25rem 0 .8rem; color: #cbc6cc; font-size: .8rem; line-height: 1.45; }
.choice-card--dark .choice-card__body { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); color: #fff; }
.choice-card--dark small { color: #cbc6cc; }
.choice-card--dark:hover .choice-card__body { border-color: rgba(255,255,255,.5); }
.choice-card--dark input:checked + .choice-card__body { border-color: #ff8fc4; background: rgba(216,0,104,.2); box-shadow: 0 0 0 3px rgba(255,143,196,.14); }

.design-options, .delivery-grid { display: grid; gap: .7rem; }
.design-card > span { grid-template-columns: 1fr; padding: 1rem 1.05rem; }
.delivery-grid { grid-template-columns: repeat(3, 1fr); }
.delivery-option > span { padding: .9rem; }
.delivery-option.is-pending { cursor: not-allowed; }
.delivery-option.is-pending > span { border-style: dashed; background: #f2efed; opacity: .68; }

.file-reassurance { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: clamp(1.3rem, 3vw, 2rem); border-radius: 1rem; background: #eaf8ef; box-shadow: 0 5px 24px rgba(16,16,20,.04); }
.file-reassurance__icon { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 50%; background: var(--flyer-green); color: #fff; font-size: 1.3rem; font-weight: 900; }
.file-reassurance .eyebrow { color: #126c34; }
.file-reassurance h2 { margin: 0 0 .55rem; font-size: clamp(1.3rem, 2.3vw, 1.8rem); line-height: 1.1; letter-spacing: -.035em; }
.file-reassurance p:not(.eyebrow) { margin: 0 0 1rem; color: #385442; line-height: 1.55; }
.contact-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.contact-option { display: grid; gap: .2rem; min-height: 70px; align-content: center; padding: .75rem .9rem; border-radius: .7rem; color: #fff; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.contact-option strong { font-size: .9rem; }
.contact-option span { color: rgba(255,255,255,.86); font-size: .75rem; line-height: 1.35; }
.contact-option:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(16,16,20,.13); }
.contact-option--whatsapp { background: #128c47; }
.contact-option--whatsapp:hover { background: #0d6f38; }
.contact-option--email { background: #332e35; }
.contact-option--email:hover { background: #171519; }

.summary-card { position: sticky; top: 92px; padding: 1.35rem; border-radius: 1rem; background: var(--flyer-ink); color: #fff; box-shadow: 0 20px 55px rgba(16,16,20,.18); }
.summary-card .eyebrow { color: #f5a8cd; }
.summary-card > h2 { margin: 0 0 1rem; font-size: 1.75rem; letter-spacing: -.04em; }
.summary-list { display: grid; gap: .65rem; margin: 0 0 1rem; }
.summary-list div { display: grid; grid-template-columns: 88px 1fr; gap: .7rem; padding-bottom: .6rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.summary-list dt { color: #aaa4ac; font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.summary-list dd { margin: 0; font-size: .84rem; line-height: 1.35; text-align: right; }
.price-panel { margin-bottom: 1rem; padding: 1rem; border-radius: .8rem; background: #fff; color: var(--flyer-ink); }
.price-line, .vat-line, .price-total, .grand-total { display: flex; gap: .8rem; align-items: baseline; justify-content: space-between; }
.price-line { margin-bottom: .55rem; color: #55515a; font-size: .78rem; }
.price-line strong { color: var(--flyer-ink); }
.price-line--quote strong { color: #87405f; }
.price-total { margin-top: .65rem; padding-top: .75rem; border-top: 1px solid var(--flyer-line); font-size: .88rem; font-weight: 800; }
.vat-line { margin-top: .35rem; color: var(--flyer-muted); font-size: .76rem; }
.grand-total { margin-top: .75rem; color: var(--flyer-accent-dark); }
.grand-total span { font-size: .82rem; font-weight: 800; }
.grand-total strong { font-size: 1.55rem; letter-spacing: -.04em; }
.unit-price { margin: .8rem 0 0; color: #3f3a42; font-size: .78rem; line-height: 1.4; }
.saving-message { margin: .45rem 0 0; color: var(--flyer-green); font-size: .75rem; font-weight: 850; }
.proof-promise { margin: 0 0 1rem; padding: .9rem; border: 1px solid rgba(255,255,255,.14); border-radius: .75rem; background: rgba(255,255,255,.07); }
.proof-promise strong { color: #ffacd3; }
.proof-promise p { margin: .3rem 0 0; color: #d7d2d8; font-size: .79rem; line-height: 1.45; }
.primary-action, .secondary-action { width: 100%; min-height: 52px; border: 0; border-radius: .75rem; font: inherit; font-weight: 880; cursor: pointer; }
.primary-action { background: var(--flyer-accent); color: #fff; }
.primary-action:hover { background: var(--flyer-accent-dark); }
.secondary-action { margin-top: .55rem; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; }
.secondary-action:hover { border-color: #fff; }
.summary-small { margin: .7rem 0 0; color: #aaa4ac; font-size: .7rem; line-height: 1.4; text-align: center; }

.flyer-care { padding: 2.25rem 0; border-top: 1px solid var(--flyer-line); border-bottom: 1px solid var(--flyer-line); background: #f5f7f9; }
.flyer-care__grid { display: grid; grid-template-columns: minmax(220px,.75fr) minmax(0,1.25fr) minmax(210px,.6fr); gap: 1.25rem; align-items: center; }
.flyer-care h2 { margin: 0; font-size: clamp(1.55rem,3vw,2.35rem); line-height: 1.06; letter-spacing: -.045em; }
.flyer-care__steps { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.flyer-care__steps li { display: grid; gap: .3rem; min-height: 104px; align-content: center; padding: 1rem; border: 1px solid var(--flyer-line); border-radius: .85rem; background: #fff; }
.flyer-care__steps strong { font-size: .75rem; text-transform: uppercase; }
.flyer-care__steps span { color: var(--flyer-muted); font-size: .8rem; line-height: 1.45; }
.flyer-care__actions { display: grid; gap: .7rem; }
.flyer-special { padding: 3rem 0; color: #fff; background: linear-gradient(120deg,#101014,#2b1020); }
.flyer-special__grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.flyer-special h2 { margin: 0 0 .6rem; font-size: clamp(1.8rem,3.5vw,3rem); line-height: 1.04; letter-spacing: -.05em; }
.flyer-special p:not(.eyebrow) { max-width: 760px; margin: 0; color: #d7d2d8; line-height: 1.55; }
.primary-link { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .7rem 1.2rem; border-radius: 999px; background: var(--flyer-accent); color: #fff; font-weight: 850; text-decoration: none; white-space: nowrap; }
.flyer-faq { padding: 3.5rem 0 4rem; background: #f5f3f1; }
.flyer-faq__inner { display: grid; grid-template-columns: minmax(220px,.65fr) minmax(0,1.35fr); gap: 2rem; }
.flyer-faq h2 { margin: 0; font-size: clamp(1.8rem,3.5vw,3rem); line-height: 1.04; letter-spacing: -.05em; }
.flyer-faq__list details { border-bottom: 1px solid #cfc9c6; }
.flyer-faq__list summary { padding: 1.1rem .2rem; font-weight: 800; cursor: pointer; }
.flyer-faq__list p { margin: 0; padding: 0 .2rem 1.1rem; color: var(--flyer-muted); line-height: 1.55; }

.flyer-full-reviews { padding: 3.5rem 0 4.25rem; border-top: 1px solid var(--flyer-line); background: #fff; }
.flyer-full-reviews__head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.35rem; }
.flyer-full-reviews__head .eyebrow { margin-bottom: .45rem; }
.flyer-full-reviews__head h2 { max-width: 780px; margin: 0; font-size: clamp(1.8rem, 3.6vw, 3.25rem); line-height: 1.02; letter-spacing: -.05em; }
.flyer-full-reviews__head a { flex: none; color: var(--flyer-accent-dark); font-size: .82rem; font-weight: 850; text-underline-offset: .25rem; }
.flyer-full-reviews__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.flyer-full-review { margin: 0; padding: 1.35rem; border: 1px solid var(--flyer-line); border-radius: 1rem; background: #faf9f8; }
.flyer-full-review > span { color: #f8b700; letter-spacing: .08em; }
.flyer-full-review p { margin: .8rem 0 1rem; color: #37323a; font-size: .95rem; line-height: 1.6; }
.flyer-full-review footer { color: var(--flyer-muted); font-size: .78rem; }
.flyer-full-review cite { color: var(--flyer-ink); font-style: normal; font-weight: 800; }

.pilot-dialog { width: min(100% - 2rem, 520px); padding: 1.6rem; border: 0; border-radius: 1rem; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.pilot-dialog::backdrop { background: rgba(16,16,20,.7); backdrop-filter: blur(4px); }
.pilot-dialog h2 { margin: 0 0 .7rem; font-size: 2rem; line-height: 1; letter-spacing: -.05em; }
.pilot-dialog > p:not(.eyebrow) { color: var(--flyer-muted); line-height: 1.55; }
.pilot-dialog .primary-action { margin-top: .5rem; }
.dialog-close { position: absolute; top: .8rem; right: .8rem; display: grid; width: 2.2rem; height: 2.2rem; place-items: center; border: 0; border-radius: 50%; background: #eeeae7; color: #111; font-size: 1.3rem; cursor: pointer; }
.toast { position: fixed; z-index: 100; right: 1rem; bottom: 1rem; padding: .8rem 1rem; border-radius: .7rem; background: #101014; color: #fff; font-weight: 750; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .pilot-nav { display: none; }
  .pilot-back { margin-left: auto; }
  .configurator-intro { grid-template-columns: 1fr; }
  .intro-photo { max-height: 380px; }
  .configurator-layout { grid-template-columns: 1fr; }
  .summary-card { position: static; }
  .flyer-orientation,.flyer-care__grid,.flyer-faq__inner { grid-template-columns: 1fr; }
  .flyer-special__grid { grid-template-columns: 1fr; }
  .flyer-full-reviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flyer-full-review:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .pilot-shell { width: min(100% - 1.2rem, 1320px); }
  .pilot-bar__inner { min-height: 64px; }
  .pilot-nav { display: none; }
  .pilot-back { margin-left: auto; }
  .pilot-back { font-size: .78rem; }
  .configurator { padding-top: 1.5rem; }
  .configurator-intro h1 { font-size: clamp(2.7rem, 15vw, 4.4rem); }
  .pilot-notice { display: grid; }
  .brand-promise { display: grid; }
  .flyer-google-proof { grid-template-columns: auto auto 1fr; }
  .flyer-google-proof > span:nth-child(4) { grid-column: 1 / -1; }
  .flyer-google-proof b { grid-column: 1 / -1; }
  .flyer-full-reviews__head { display: grid; gap: .8rem; }
  .flyer-full-reviews__grid { grid-template-columns: 1fr; }
  .flyer-full-review:last-child { grid-column: auto; }
  .choice-grid--three, .choice-grid--two, .delivery-grid { grid-template-columns: 1fr; }
  .quantity-grid { grid-template-columns: repeat(2, 1fr); }
  .included-grid { grid-template-columns: 1fr; }
  .file-reassurance { grid-template-columns: 1fr; }
  .file-reassurance__icon { width: 2.6rem; height: 2.6rem; }
  .contact-options { grid-template-columns: 1fr; }
  .flyer-orientation__items,.flyer-care__steps { grid-template-columns: 1fr; }
  .flyer-orientation__items p { border-top: 1px solid var(--flyer-line); border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
