/* Delivery and payment: all essential terms visible, no client-side widgets. */
.purchase-guide{max-width:1000px;margin-inline:auto;color:var(--ink)}
.guide-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.guide-intro>p{max-width:64ch;font-size:17px;line-height:1.65;margin:0;color:#535560}.guide-status{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;padding:10px 14px;background:#edf5ef;border:1px solid #dbe9df;border-radius:10px;color:#356449;font-size:13px;font-weight:550;white-space:nowrap}
.guide-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.guide-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;display:flex;flex-direction:column;align-items:flex-start}.guide-card-heading{display:flex;align-items:center;gap:14px;width:100%;margin-bottom:16px}.guide-icon{display:grid;place-items:center;flex:0 0 46px;height:46px;background:#fff0f5;color:var(--pink);border-radius:13px}.guide-icon .icon{width:26px;height:26px}.guide-card h2{font-size:19px;line-height:1.3;letter-spacing:-.2px;margin:0}.guide-card p{font-size:14px;line-height:1.65;color:#5e606b;margin:0}.guide-card .guide-time{font-size:13px;margin-top:4px}.guide-rate{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.guide-rate strong{font-size:23px;line-height:1.3;letter-spacing:-.4px}.guide-rate>span{padding:5px 8px;border-radius:7px;color:#306044;background:#edf5ef;font-size:12px;font-weight:550}.guide-card .guide-brands{font-size:13px;font-weight:600;color:#525460;margin-bottom:10px}.guide-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:550;color:var(--pink);min-height:44px;margin-top:6px}.guide-link .icon{width:16px}
.guide-note{display:flex;gap:14px;margin:22px 0;padding:22px 24px;border:1px solid #ecdbe3;background:#fff4f8;border-radius:14px}.guide-note>.icon{color:var(--pink);flex:none;width:24px;height:24px}.guide-note h2{font-size:17px;margin:0 0 6px;line-height:1.4}.guide-note p{font-size:14px;line-height:1.65;color:#63545d;margin:0;max-width:85ch}
.guide-steps{padding:26px;margin:0 0 24px}.guide-steps h2{font-size:22px;margin:0 0 22px}.guide-steps ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;list-style:none;padding:0;margin:0;counter-reset:guide-step}.guide-steps li{counter-increment:guide-step;min-width:0}.guide-steps li::before{content:counter(guide-step,decimal-leading-zero);display:block;font-size:13px;font-weight:600;color:#a65b78;margin-bottom:10px}.guide-steps strong{font-size:15px}.guide-steps p{font-size:14px;line-height:1.65;color:#60626e;margin:8px 0 0}
.guide-help{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 30px;padding:0 4px}.guide-help strong{font-size:16px}.guide-help p{font-size:13px;line-height:1.5;color:#60626e;margin:6px 0 0}.guide-help-links{display:flex;gap:8px;flex-wrap:wrap}.guide-help-links a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:8px 12px;background:#fff;border:1px solid var(--line);border-radius:10px;font-size:14px;white-space:nowrap}.guide-help-links a:last-child{color:#28704a}.guide-help-links svg{width:20px;height:20px;flex:none}.guide-help-links a:hover,.guide-link:hover{text-decoration:underline;text-underline-offset:3px}
@media(max-width:760px){.guide-intro{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:20px}.guide-intro>p{font-size:16px}.guide-card{padding:20px}.guide-card-heading{gap:10px}.guide-card h2{font-size:18px}.guide-help{align-items:flex-start;flex-direction:column;gap:14px}.guide-steps ol{gap:18px}.guide-steps{padding:22px}}
@media(max-width:600px){.guide-cards{grid-template-columns:minmax(0,1fr);gap:12px}.guide-card{padding:20px 18px;border-radius:13px}.guide-card-heading{margin-bottom:14px}.guide-rate strong{font-size:22px}.guide-note{padding:18px;gap:10px}.guide-steps ol{grid-template-columns:minmax(0,1fr);gap:20px}.guide-steps li{position:relative;padding-left:38px}.guide-steps li::before{position:absolute;left:0;top:2px;margin:0}.guide-steps h2{font-size:20px}.guide-steps p{margin-top:5px}.guide-help-links{width:100%}.guide-help-links a{padding:8px 10px;font-size:13px}.guide-help-links a:last-child{flex-grow:1}}
