
/* v14.11.30 — Shopping Guide & FAQ. Original implementation matching the existing storefront visual language. */
.shopping-guide-page{background:linear-gradient(180deg,color-mix(in srgb,var(--indigo) 5%,var(--bg)) 0,var(--bg) 34rem)}
.shopping-guide-wrap{padding-top:34px;padding-bottom:28px;max-width:1180px}
.shopping-guide-intro,.guide-section,.guide-help-cta{background:color-mix(in srgb,var(--card) 96%,transparent);border:1px solid var(--line);border-radius:28px;box-shadow:0 22px 60px rgba(15,23,42,.065)}
.shopping-guide-intro{position:relative;overflow:hidden;text-align:center;padding:44px 34px;margin-bottom:28px}
.shopping-guide-intro:before,.shopping-guide-intro:after{content:"";position:absolute;border-radius:999px;pointer-events:none;filter:blur(2px)}
.shopping-guide-intro:before{width:240px;height:240px;right:-95px;top:-115px;background:color-mix(in srgb,var(--indigo) 12%,transparent)}
.shopping-guide-intro:after{width:180px;height:180px;left:-90px;bottom:-95px;background:color-mix(in srgb,#ec4899 10%,transparent)}
.guide-kicker{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 17px;background:color-mix(in srgb,var(--indigo) 9%,var(--card));color:color-mix(in srgb,var(--indigo) 82%,#64748b);font-size:12px;line-height:1;font-weight:950;letter-spacing:.1em}
.shopping-guide-intro h1,.guide-section-head h2,.guide-help-cta h2{color:var(--text);letter-spacing:-.035em}
.shopping-guide-intro h1{position:relative;margin:18px auto 12px;max-width:760px;font-size:clamp(30px,4.6vw,48px);line-height:1.08;font-weight:950}
.shopping-guide-intro>p{position:relative;margin:0 auto;max-width:720px;color:var(--muted);font-size:16px;line-height:1.7}
.guide-intro-actions,.guide-help-actions{position:relative;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.guide-btn{min-height:46px;padding:0 20px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.guide-btn:hover{transform:translateY(-1px)}
.guide-btn-primary{background:var(--indigo);color:#fff;box-shadow:0 12px 28px color-mix(in srgb,var(--indigo) 24%,transparent)}
.guide-btn-secondary{background:var(--soft);border-color:var(--line);color:var(--text)}
.guide-section{padding:38px;margin-bottom:28px}
.guide-section-head{text-align:center;max-width:780px;margin:0 auto 28px}
.guide-section-head h2{font-size:clamp(28px,3.6vw,40px);line-height:1.14;margin:16px 0 10px;font-weight:950}
.guide-section-head p{margin:0;color:var(--muted);font-size:16px;line-height:1.65}
.guide-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.guide-step-card,.guide-benefit-card{border:1px solid color-mix(in srgb,var(--line) 92%,var(--indigo));background:color-mix(in srgb,var(--soft) 82%,var(--card));border-radius:24px}
.guide-step-card{padding:26px;min-height:360px;display:flex;flex-direction:column;box-shadow:inset 0 1px rgba(255,255,255,.5)}
.guide-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px}
.guide-number{display:inline-flex;min-width:66px;height:42px;padding:0 15px;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--indigo) 24%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--indigo) 6%,var(--card));color:color-mix(in srgb,var(--indigo) 84%,#64748b);font-size:14px;font-weight:950;letter-spacing:.08em}
.guide-icon{width:64px;height:64px;flex:0 0 64px;display:grid;place-items:center;border-radius:18px;color:var(--indigo)}
.guide-icon .ds-icon{width:28px;height:28px}
.guide-icon-cart{background:linear-gradient(145deg,#dce7ff,#dff5f5)}
.guide-icon-pay{background:linear-gradient(145deg,#efe6ff,#e0f2fe)}
.guide-icon-access{background:linear-gradient(145deg,#ddfbf4,#e0e7ff)}
.guide-overline{color:color-mix(in srgb,var(--indigo) 84%,#64748b);font-size:12px;font-weight:950;letter-spacing:.09em}
.guide-step-card h3,.guide-benefit-card h3{color:var(--text);font-weight:950;letter-spacing:-.025em}
.guide-step-card h3{font-size:25px;margin:12px 0 14px}
.guide-step-card p,.guide-benefit-card p{color:var(--muted);line-height:1.7;margin:0}
.guide-step-card p{font-size:15px}
.guide-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.guide-benefit-card{display:grid;grid-template-columns:76px minmax(0,1fr);gap:18px;align-items:start;padding:24px}
.guide-benefit-card .guide-icon{width:76px;height:76px;flex-basis:76px;border-radius:20px}
.guide-benefit-card .guide-icon .ds-icon{width:30px;height:30px}
.guide-icon-auto{background:linear-gradient(145deg,#e4e8ff,#e1f6f4);color:#6366f1}
.guide-icon-protect{background:linear-gradient(145deg,#ccfbf1,#e0f2fe);color:#0f9f86}
.guide-icon-easy{background:linear-gradient(145deg,#ffe4e8,#fff0d7);color:#e87955}
.guide-icon-track{background:linear-gradient(145deg,#fff0b9,#ffe7a3);color:#c78b00}
.guide-benefit-card h3{font-size:22px;margin:8px 0 10px}
.guide-benefit-card p{font-size:14px}
.guide-faq-list{display:flex;flex-direction:column;gap:14px;max-width:940px;margin:0 auto}
.guide-faq-item{background:var(--card);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 10px 26px rgba(15,23,42,.035)}
.guide-faq-item summary{list-style:none;cursor:pointer;min-height:82px;padding:18px 22px;display:grid;grid-template-columns:50px minmax(0,1fr) 24px;gap:15px;align-items:center;color:var(--text)}
.guide-faq-item summary::-webkit-details-marker{display:none}
.guide-faq-item summary b{font-size:17px;line-height:1.45;font-weight:900}
.guide-faq-mark{width:48px;height:48px;border-radius:14px;background:color-mix(in srgb,var(--indigo) 8%,var(--card));color:var(--indigo);display:grid;place-items:center;font-size:20px;font-weight:950}
.guide-faq-chevron{width:10px;height:10px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg) translateY(-3px);transition:transform .2s ease}
.guide-faq-item[open] .guide-faq-chevron{transform:rotate(225deg) translate(-2px,-2px)}
.guide-faq-answer{padding:0 22px 20px 87px}
.guide-faq-answer p{margin:0;padding-top:14px;border-top:1px dashed var(--line);color:var(--muted);font-size:14px;line-height:1.7}
.guide-help-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:30px 34px;margin-bottom:10px}
.guide-help-cta h2{font-size:28px;line-height:1.2;margin:13px 0 8px;font-weight:950}
.guide-help-cta p{margin:0;color:var(--muted);line-height:1.65;max-width:720px}
.guide-help-actions{margin-top:0;justify-content:flex-end}
html[data-theme=dark] .shopping-guide-page{background:linear-gradient(180deg,rgba(79,70,229,.08) 0,var(--bg) 34rem)}
html[data-theme=dark] .shopping-guide-intro,html[data-theme=dark] .guide-section,html[data-theme=dark] .guide-help-cta{box-shadow:0 22px 70px rgba(0,0,0,.18)}
html[data-theme=dark] .guide-step-card,html[data-theme=dark] .guide-benefit-card{box-shadow:none}
@media(max-width:900px){
  .guide-step-grid{grid-template-columns:1fr}
  .guide-step-card{min-height:0}
  .guide-card-top{margin-bottom:28px}
  .guide-benefit-grid{grid-template-columns:1fr}
  .guide-help-cta{grid-template-columns:1fr;text-align:center}
  .guide-help-actions{justify-content:center}
}
@media(max-width:640px){
  .shopping-guide-wrap{padding:22px 14px 22px}
  .shopping-guide-intro,.guide-section,.guide-help-cta{border-radius:24px}
  .shopping-guide-intro{padding:34px 22px;margin-bottom:20px}
  .shopping-guide-intro h1{font-size:34px}
  .shopping-guide-intro>p{font-size:15px}
  .guide-intro-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .guide-btn{padding:0 13px;font-size:13px}
  .guide-section{padding:32px 22px;margin-bottom:20px}
  .guide-section-head{margin-bottom:24px}
  .guide-section-head h2{font-size:30px;margin-top:14px}
  .guide-section-head p{font-size:15px}
  .guide-step-grid,.guide-benefit-grid{gap:14px}
  .guide-step-card{padding:24px 22px;border-radius:22px}
  .guide-card-top{margin-bottom:26px}
  .guide-icon{width:58px;height:58px;flex-basis:58px;border-radius:17px}
  .guide-step-card h3{font-size:24px}
  .guide-step-card p{font-size:15px}
  .guide-benefit-card{grid-template-columns:70px minmax(0,1fr);gap:14px;padding:22px 18px;border-radius:22px}
  .guide-benefit-card .guide-icon{width:70px;height:70px;flex-basis:70px}
  .guide-benefit-card h3{font-size:21px}
  .guide-faq-item{border-radius:20px}
  .guide-faq-item summary{min-height:88px;padding:18px 16px;grid-template-columns:48px minmax(0,1fr) 18px;gap:12px}
  .guide-faq-item summary b{font-size:16px}
  .guide-faq-answer{padding:0 18px 20px 76px}
  .guide-help-cta{padding:28px 22px}
  .guide-help-cta h2{font-size:25px}
  .guide-help-actions{display:grid;grid-template-columns:1fr;width:100%}
}
@media(max-width:390px){
  .shopping-guide-wrap{padding-left:12px;padding-right:12px}
  .shopping-guide-intro,.guide-section{padding-left:18px;padding-right:18px}
  .shopping-guide-intro h1{font-size:30px}
  .guide-section-head h2{font-size:27px}
  .guide-intro-actions{grid-template-columns:1fr}
  .guide-benefit-card{grid-template-columns:60px minmax(0,1fr)}
  .guide-benefit-card .guide-icon{width:60px;height:60px;flex-basis:60px;border-radius:17px}
  .guide-faq-answer{padding-left:18px}
}
@media(prefers-reduced-motion:reduce){.guide-btn,.guide-faq-chevron{transition:none!important}}
