/* Interactive auction guide: /pages/how_it_works */
.modern-tour-page { background: #f7f8fa; color: #20242a; font-family: Arial, Helvetica, sans-serif; overflow: hidden; }
.modern-tour-page * { box-sizing: border-box; }
.modern-tour-container { width: calc(100% - 40px); max-width: 1180px; margin: 0 auto; }
.modern-tour-hero { overflow: hidden; background: #fff8ed; border-bottom: 1px solid #f0dfbd; }
.modern-tour-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 52px; align-items: center; min-height: 390px; padding: 48px 22px; }
.modern-tour-eyebrow, .modern-tour-heading > span { display: block; color: #a66e08; font-size: 12px; font-weight: 700; }
.modern-tour-hero h1 { max-width: 620px; margin: 9px 0 14px; font-size: 45px; line-height: 1.05; letter-spacing: 0; }
.modern-tour-hero p { max-width: 590px; margin: 0; color: #616870; font-size: 18px; line-height: 1.5; }
.modern-tour-hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 23px 0; }
.modern-tour-hero-points span { padding: 7px 10px; border: 1px solid #ebd6aa; border-radius: 20px; background: #fff; color: #6d5b37; font-size: 12px; font-weight: 700; }
.modern-tour-link-button, .modern-tour-final a { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 19px; border-radius: 5px; background: #d3a024; color: #151515 !important; font-size: 14px; font-weight: 700; text-decoration: none; box-shadow: 0 6px 14px rgba(168,112,6,.18); transition: transform .18s ease, background .18s ease; }
.modern-tour-link-button:hover, .modern-tour-final a:hover { background: #e3b644; color: #151515 !important; transform: translateY(-2px); }
.modern-tour-product-preview { position: relative; display: grid; grid-template-columns: 42% 58%; align-items: center; min-height: 245px; padding: 20px; border: 1px solid #e5d4ad; border-radius: 10px; background: #fff; box-shadow: 0 17px 30px rgba(132,91,20,.12); animation: modern-tour-float 4s ease-in-out infinite; }
.modern-tour-product-preview img { display: block; width: 100%; height: 190px; object-fit: contain; }
.modern-tour-product-preview div:last-child { padding: 18px; }
.modern-tour-product-preview small { display: block; color: #8a7347; font-size: 12px; font-weight: 700; }
.modern-tour-product-preview strong { display: block; margin-top: 8px; font-size: 23px; line-height: 1.14; }
.modern-tour-preview-badge { position: absolute; top: 15px; right: 15px; padding: 6px 8px; border-radius: 4px; background: #e32d3c; color: #fff; font-size: 10px; font-weight: 700; }
.modern-tour-workspace { padding: 56px 0 66px; }
.modern-tour-heading { max-width: 700px; margin: 0 auto 27px; text-align: center; }
.modern-tour-heading h2 { margin: 7px 0 8px; font-size: 33px; line-height: 1.12; }
.modern-tour-heading p { margin: 0; color: #6b737d; font-size: 15px; line-height: 1.45; }
.modern-tour-progress { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 900px; margin: 0 auto 18px; border: 1px solid #dce1e5; border-radius: 7px; overflow: hidden; background: #fff; }
.modern-tour-progress span { padding: 14px 16px; color: #7a838c; font-size: 13px; font-weight: 700; text-align: center; }
.modern-tour-progress span + span { border-left: 1px solid #e2e5e8; }
.modern-tour-progress .is-active { background: #fff3d8; color: #8d600d; }
.modern-tour-stage { display: grid; grid-template-columns: minmax(220px,.82fr) minmax(320px,1.05fr) minmax(260px,.75fr); gap: 17px; align-items: stretch; }
.modern-tour-card, .modern-tour-guide { border: 1px solid #dde2e6; border-radius: 8px; background: #fff; box-shadow: 0 10px 22px rgba(34,42,50,.06); }
.modern-tour-product-card { position: relative; padding: 16px; }
.modern-tour-live-label { display: inline-flex; align-items: center; gap: 6px; padding: 6px 8px; border-radius: 4px; background: #e52b3a; color: #fff; font-size: 11px; font-weight: 700; }
.modern-tour-live-label i { width: 7px; height: 7px; border-radius: 50%; background: #42dc6e; }
.modern-tour-product-image { display: block; width: 100%; height: 210px; margin: 10px 0; object-fit: contain; }
.modern-tour-product-card h3 { margin: 0 0 7px; font-size: 19px; line-height: 1.2; }
.modern-tour-product-card p { margin: 0; color: #6d757e; font-size: 13px; line-height: 1.45; }
.modern-tour-product-card a { display: inline-block; margin-top: 17px; color: #a36e0e; font-size: 13px; font-weight: 700; text-decoration: none; }
.modern-tour-bid-card { position: relative; padding: 18px; }
.modern-tour-bid-header, .modern-tour-price-row, .modern-tour-bidder { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.modern-tour-bid-header { padding-bottom: 14px; border-bottom: 1px solid #e8eaec; color: #6d757e; font-size: 12px; font-weight: 700; }
.modern-tour-bid-header b { padding: 5px 7px; border-radius: 4px; background: #625b4c; color: #fff; font-size: 11px; }
.modern-tour-price-row { padding: 20px 0; }
.modern-tour-price-row small, .modern-tour-timer-wrap small, .modern-tour-bidder small { display: block; color: #737c85; font-size: 12px; }
.modern-tour-price-row del { display: block; margin-top: 3px; color: #9c782c; font-size: 21px; }
.modern-tour-price-row > div:last-child { text-align: right; }
.modern-tour-price-row strong { display: block; margin-top: 3px; font-size: 34px; line-height: 1; }
.modern-tour-timer-wrap { padding: 17px 12px; border: 1px solid #f1dbab; border-radius: 6px; background: #fffaf0; text-align: center; }
.modern-tour-timer-wrap strong { display: block; margin: 4px 0; color: #e12a34; font-size: 42px; line-height: 1; letter-spacing: 1px; }
.modern-tour-timer-wrap span { display: block; color: #7b6c4d; font-size: 12px; line-height: 1.35; }
.modern-tour-bidder { justify-content: flex-start; margin: 17px 0; }
.modern-tour-avatar { display: grid !important; width: 34px; height: 34px; place-items: center; border-radius: 50% !important; background: #d7aa47 !important; color: #27221a !important; font-weight: 700; }
.modern-tour-bidder strong { display: block; margin-top: 2px; font-size: 14px; }
.modern-tour-bid-button { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 50px; padding: 12px 15px; border: 0; border-radius: 5px; background: #c99828; color: #171717 !important; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .18s ease, transform .18s ease, box-shadow .18s ease; }
.modern-tour-bid-button:hover:not(:disabled) { background: #dfb34e; color: #171717 !important; transform: translateY(-1px); }
.modern-tour-bid-button:disabled { opacity: 1; border: 1px solid #c7cbd0; background: #d9dce0 !important; color: #59626c !important; box-shadow: none !important; cursor: default; }
.modern-tour-bid-button span { padding: 4px 6px; border-radius: 3px; background: rgba(0,0,0,.48); color: #fff !important; font-size: 11px; }
.modern-tour-bid-button:disabled span { background: #8d949b !important; }
.modern-tour-action-hint { position: absolute; right: 22px; bottom: 77px; z-index: 3; display: none; padding: 8px 11px; border-radius: 5px; background: #20252b; color: #fff; font-size: 12px; font-weight: 700; box-shadow: 0 6px 16px rgba(16,22,28,.2); pointer-events: none; }
.modern-tour-action-hint:after { content: ''; position: absolute; right: 26px; bottom: -9px; width: 16px; height: 16px; border-right: 3px solid #d59e24; border-bottom: 3px solid #d59e24; transform: rotate(45deg); animation: modern-tour-arrow 1s ease-in-out infinite; }
.modern-tour-action-hint.is-visible { display: block; }
.modern-tour-stage.is-awaiting-bid .modern-tour-bid-button, .modern-tour-stage.is-ready-renewal .modern-tour-bid-button { animation: modern-tour-target 1.15s ease-in-out infinite; }
.modern-tour-message { min-height: 37px; margin: 12px 0 0; color: #6c747c; font-size: 12px; line-height: 1.4; }
.modern-tour-bid-cost-note { margin: 10px 0 0; padding: 9px 10px; border-left: 3px solid #d4a131; background: #fff8e7; color: #66522c; font-size: 12px; line-height: 1.42; }
.modern-tour-bid-cost-note strong { color: #352b19; }
.modern-tour-reset { display: block; margin: 9px auto 0; padding: 5px; border: 0; background: transparent; color: #8d6516; font-size: 12px; font-weight: 700; cursor: pointer; }
.modern-tour-guide { display: flex; gap: 14px; padding: 21px; background: #fffdf8; }
.modern-tour-guide-count { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #d5a333; color: #171717; font-size: 18px; font-weight: 700; }
.modern-tour-guide h3 { margin: 7px 0 8px; font-size: 18px; }
.modern-tour-guide p { margin: 0; color: #68717a; font-size: 13px; line-height: 1.48; }
.modern-tour-stage.is-ready-renewal .modern-tour-timer-wrap { border-color: #e3ad36; background: #fff4dc; animation: modern-tour-alert 1.1s ease-in-out infinite; }
.modern-tour-stage.is-finished .modern-tour-timer-wrap { border-color: #c3dfc8; background: #edf8ef; }
.modern-tour-explain { padding: 60px 0; background: #fff; }
.modern-tour-explain-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.modern-tour-explain-grid article { padding: 24px; border: 1px solid #e1e5e8; border-radius: 8px; background: #fafbfc; }
.modern-tour-explain-grid span { display: inline-grid; width: 33px; height: 33px; place-items: center; border-radius: 50%; background: #f6e5c3; color: #9e6b10; font-size: 13px; font-weight: 700; }
.modern-tour-explain-grid h3 { margin: 17px 0 8px; font-size: 18px; }
.modern-tour-explain-grid p { margin: 0; color: #68717a; font-size: 14px; line-height: 1.48; }
.modern-tour-rules { padding: 54px 0; background: #f4f6f8; }
.modern-tour-rules-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.modern-tour-rules h2 { margin: 7px 0 10px; font-size: 31px; }
.modern-tour-rules p { margin: 0; color: #667079; font-size: 15px; line-height: 1.5; }
.modern-tour-rules ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.modern-tour-rules li { position: relative; padding: 15px 15px 15px 38px; border: 1px solid #e1e4e7; border-radius: 6px; background: #fff; color: #535c65; font-size: 14px; line-height: 1.38; }
.modern-tour-rules li:before { content: '?'; position: absolute; top: 14px; left: 15px; color: #ae7410; font-size: 17px; font-weight: 700; }
.modern-tour-faq { padding: 60px 0; }
.modern-tour-faq details { max-width: 850px; margin: 9px auto; border: 1px solid #dfe3e6; border-radius: 7px; background: #fff; }
.modern-tour-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; cursor: pointer; font-size: 15px; font-weight: 700; list-style: none; }
.modern-tour-faq summary::-webkit-details-marker { display: none; }
.modern-tour-faq summary span { color: #af7512; font-size: 23px; font-weight: 400; }
.modern-tour-faq details[open] summary span { transform: rotate(45deg); }
.modern-tour-faq p { margin: 0; padding: 0 20px 19px; color: #69717a; font-size: 14px; line-height: 1.5; }
.modern-tour-final { padding: 40px 0; background: #fff3d8; border-top: 1px solid #edd8a6; }
.modern-tour-final > div { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.modern-tour-final span { display: block; color: #a26c08; font-size: 12px; font-weight: 700; }
.modern-tour-final h2 { margin: 6px 0 0; font-size: 30px; }
.modern-tour-final a { white-space: nowrap; }
.modern-tour-overlay { position: fixed; z-index: 8000; inset: 0; display: none; background: transparent; pointer-events: auto; }
.modern-tour-overlay.is-visible { display: block; }
.modern-tour-spotlight { position: fixed; display: block; border: 2px solid #e1ae39; border-radius: 9px; background: rgba(255,255,255,.03); box-shadow: 0 0 0 9999px rgba(23,29,35,.62), 0 0 0 5px rgba(232,186,69,.18), 0 12px 32px rgba(0,0,0,.32); pointer-events: none; transition: top .3s ease, left .3s ease, width .3s ease, height .3s ease; }
.modern-tour-focused-element { position: relative !important; z-index: 8001 !important; box-shadow: 0 0 0 5px rgba(232,186,69,.22), 0 12px 30px rgba(0,0,0,.24) !important; animation: modern-tour-focus-pulse 1.3s ease-in-out infinite !important; }
.modern-tour-product-card.modern-tour-focused-element { border-color: #dfaa31 !important; }
.modern-tour-popover { position: fixed; z-index: 8002; display: none; width: calc(100vw - 28px); max-width: 320px; padding: 19px 20px 18px; border: 1px solid #e2c47e; border-radius: 10px; background: #fffdf8; color: #252a30; box-shadow: 0 16px 42px rgba(0,0,0,.28); opacity: 0; transform: translateY(7px); transition: opacity .2s ease, transform .2s ease; }
.modern-tour-popover.is-visible { display: block; opacity: 1; transform: translateY(0); }
.modern-tour-popover:after { content: ''; position: absolute; left: 50%; width: 0; height: 0; margin-left: -10px; border-right: 10px solid transparent; border-left: 10px solid transparent; }
.modern-tour-popover.is-below:after { top: -10px; border-bottom: 10px solid #fffdf8; }
.modern-tour-popover.is-above:after { bottom: -10px; border-top: 10px solid #fffdf8; }
.modern-tour-popover.is-inside:after { display: none; }
.modern-tour-popover-eyebrow { display: block; margin-bottom: 7px; color: #a36d08; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.modern-tour-popover strong { display: block; padding-right: 24px; font-size: 18px; line-height: 1.2; }
.modern-tour-popover p { margin: 8px 0 15px; color: #5f6973; font-size: 13px; line-height: 1.48; }
.modern-tour-popover-next { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 14px; border: 0; border-radius: 5px; background: #d1a02a; color: #181818; font-size: 13px; font-weight: 700; cursor: pointer; }
.modern-tour-popover-close { position: absolute; top: 10px; right: 10px; width: 26px; height: 26px; padding: 0; border: 0; border-radius: 50%; background: #f2f3f4; color: #59616a; font-size: 20px; line-height: 1; cursor: pointer; }
.modern-tour-focused-element.modern-tour-bid-button:before { content: 'v'; position: absolute; left: 50%; top: -54px; display: grid; width: 40px; height: 40px; place-items: center; margin-left: -20px; border-radius: 50%; background: #d8a329; color: #151515; font-size: 29px; font-weight: 700; line-height: 1; box-shadow: 0 7px 16px rgba(0,0,0,.22); animation: modern-tour-button-arrow 1s ease-in-out infinite; }
.modern-tour-focused-element.modern-tour-bid-button:after { content: 'Haz clic aqui'; position: absolute; left: 50%; top: -82px; min-width: 118px; padding: 6px 9px; margin-left: -59px; border-radius: 5px; background: #242a30; color: #fff; font-size: 11px; font-weight: 700; box-shadow: 0 5px 14px rgba(0,0,0,.2); white-space: nowrap; }
@keyframes modern-tour-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes modern-tour-alert { 0%,100% { box-shadow: 0 0 0 rgba(208,146,20,0); } 50% { box-shadow: 0 0 0 6px rgba(208,146,20,.15); } }
@keyframes modern-tour-target { 0%,100% { box-shadow: 0 0 0 0 rgba(201,152,40,.2); } 50% { box-shadow: 0 0 0 8px rgba(201,152,40,.22); } }
@keyframes modern-tour-arrow { 0%,100% { transform: rotate(45deg) translate(-1px,-1px); } 50% { transform: rotate(45deg) translate(4px,4px); } }
@keyframes modern-tour-focus-pulse { 0%,100% { box-shadow: 0 0 0 5px rgba(232,186,69,.22), 0 12px 30px rgba(0,0,0,.24); } 50% { box-shadow: 0 0 0 10px rgba(232,186,69,.34), 0 15px 34px rgba(0,0,0,.3); } }
@keyframes modern-tour-button-arrow { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

@media (max-width: 760px) {
  .modern-tour-container { width: auto; margin: 0 14px; }
  .modern-tour-hero-grid { grid-template-columns: 1fr; gap: 24px; min-height: 0; padding: 28px 0 30px; }
  .modern-tour-hero h1 { max-width: 340px; font-size: 34px; }
  .modern-tour-hero p { font-size: 16px; }
  .modern-tour-product-preview { grid-template-columns: 38% 62%; min-height: 178px; padding: 13px; }
  .modern-tour-product-preview img { height: 136px; }
  .modern-tour-product-preview div:last-child { padding: 12px; }
  .modern-tour-product-preview strong { font-size: 18px; }
  .modern-tour-preview-badge { top: 10px; right: 10px; font-size: 9px; }
  .modern-tour-workspace { padding: 34px 0 42px; }
  .modern-tour-heading { margin-bottom: 20px; }
  .modern-tour-heading h2 { font-size: 26px; }
  .modern-tour-heading p { font-size: 14px; }
  .modern-tour-progress { display: flex; max-width: none; margin-right: 0; overflow-x: auto; border-radius: 7px; -webkit-overflow-scrolling: touch; }
  .modern-tour-progress span { flex: 0 0 130px; padding: 12px 9px; font-size: 11px; }
  .modern-tour-stage { grid-template-columns: 1fr; gap: 13px; }
  .modern-tour-product-card { padding: 14px; }
  .modern-tour-product-image { height: 240px; }
  .modern-tour-bid-card { padding: 16px; }
  .modern-tour-price-row { padding: 16px 0; }
  .modern-tour-price-row strong { font-size: 30px; }
  .modern-tour-price-row del { font-size: 18px; }
  .modern-tour-timer-wrap strong { font-size: 38px; }
  .modern-tour-guide { padding: 17px; }
  .modern-tour-explain, .modern-tour-faq { padding: 40px 0; }
  .modern-tour-explain-grid, .modern-tour-rules-grid { grid-template-columns: 1fr; gap: 13px; }
  .modern-tour-explain-grid article { padding: 19px; }
  .modern-tour-rules { padding: 40px 0; }
  .modern-tour-rules h2 { font-size: 27px; }
  .modern-tour-final { padding: 32px 0; }
  .modern-tour-final > div { flex-direction: column; align-items: stretch; gap: 20px; }
  .modern-tour-final h2 { font-size: 26px; }
  .modern-tour-final a { width: 100%; }
  .modern-tour-popover { padding: 17px; }
  .modern-tour-popover strong { font-size: 17px; }
  .modern-tour-focused-element { animation: none !important; }
  .modern-tour-spotlight { box-shadow: 0 0 0 9999px rgba(23,29,35,.7), 0 0 0 4px rgba(232,186,69,.22); }
  .modern-tour-focused-element.modern-tour-bid-button:after { top: -74px; }
  .modern-tour-focused-element.modern-tour-bid-button:before { top: -48px; }
}
@media (max-width: 390px) {
  .modern-tour-hero h1 { font-size: 31px; }
  .modern-tour-hero-points span { font-size: 11px; }
  .modern-tour-product-preview { grid-template-columns: 1fr; text-align: center; }
  .modern-tour-product-preview img { height: 150px; }
  .modern-tour-product-preview div:last-child { padding: 4px 8px 8px; }
  .modern-tour-product-image { height: 210px; }
  .modern-tour-live-label { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .modern-tour-product-preview, .modern-tour-stage.is-ready-renewal .modern-tour-timer-wrap, .modern-tour-stage.is-awaiting-bid .modern-tour-bid-button, .modern-tour-stage.is-ready-renewal .modern-tour-bid-button, .modern-tour-action-hint:after, .modern-tour-focused-element, .modern-tour-focused-element.modern-tour-bid-button:before { animation: none !important; }
  .modern-tour-spotlight, .modern-tour-popover { transition: none; }
}