/* Warranty & returns */
.wr-body { padding: 2.5rem 0 4rem; }
.wr-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 2rem;
    align-items: start;
}
@media (max-width: 1024px) {
    .wr-layout { grid-template-columns: 1fr; }
}

.wr-intro {
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius-lg); padding: 1.5rem 1.75rem;
    margin-bottom: 1.75rem; box-shadow: var(--shadow);
}
.wr-intro p { color: var(--muted); line-height: 1.7; font-size: .95rem; }

.wr-modes {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
    margin-bottom: 2rem;
}
@media (max-width: 700px) { .wr-modes { grid-template-columns: 1fr; } }
.wr-mode {
    padding: 1.5rem 1.6rem;
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius-lg); box-shadow: var(--shadow);
    transition: border-color .2s;
}
.wr-mode.on { border-color: var(--accent); }
.wr-mode-icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: var(--accent-soft); color: var(--accent);
    display: grid; place-items: center; margin-bottom: .85rem;
}
.wr-mode h3 {
    font-size: 1rem; font-weight: 800; letter-spacing: -.02em;
    margin-bottom: .4rem;
}
.wr-mode p {
    font-size: .86rem; color: var(--muted); line-height: 1.6; margin: 0;
}

.wr-section-title {
    font-size: 1.1rem; font-weight: 800;
    letter-spacing: -.02em; margin-bottom: 1rem;
}

.wr-tabs {
    display: flex; flex-wrap: wrap; gap: .45rem;
    margin-bottom: 1.25rem;
}
.wr-tab-btn {
    padding: .55rem 1.1rem; border-radius: 999px;
    border: 1px solid var(--line); background: var(--card);
    font: inherit; font-size: .84rem; font-weight: 600;
    color: var(--muted); cursor: pointer; transition: all .2s;
}
.wr-tab-btn:hover { border-color: var(--accent); color: var(--accent); }
.wr-tab-btn.on {
    background: var(--accent); border-color: var(--accent); color: #272824;
}

.wr-flow {
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius-lg); padding: 1.5rem 1.65rem;
    margin-bottom: 2.5rem; box-shadow: var(--shadow);
}
.wr-flow-lead {
    font-size: .9rem; color: var(--muted); line-height: 1.65;
    margin-bottom: 1.25rem; padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
}
.wr-steps {
    display: flex; flex-direction: column; gap: 0;
}
.wr-step {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 1rem; position: relative;
}
.wr-step:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 19px; top: 40px; bottom: -4px;
    width: 2px; background: var(--line);
}
.wr-step-num {
    width: 40px; height: 40px; border-radius: 12px;
    background: var(--surface-2); border: 1px solid var(--line);
    display: grid; place-items: center;
    font-family: 'Outfit', sans-serif; font-weight: 800;
    font-size: .9rem; color: var(--accent); z-index: 1;
}
.wr-step-body { padding-bottom: 1.15rem; }
.wr-step-body h4 {
    font-size: .92rem; font-weight: 800; margin-bottom: .3rem;
}
.wr-step-body p {
    font-size: .84rem; color: var(--muted); line-height: 1.6; margin: 0;
}
.wr-step-body a { color: var(--accent); }

.wr-rules {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 700px) { .wr-rules { grid-template-columns: 1fr; } }
.wr-rule {
    padding: 1.35rem 1.45rem;
    border-radius: var(--radius-lg); border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.wr-rule.yes {
    background: rgba(206,254,36,.06);
    border-color: rgba(206,254,36,.2);
}
.wr-rule.no {
    background: rgba(220,80,80,.04);
    border-color: rgba(220,80,80,.12);
}
.wr-rule h4 {
    font-size: .95rem; font-weight: 800; margin-bottom: .65rem;
    display: flex; align-items: center; gap: .45rem;
}
.wr-rule.yes h4 { color: var(--accent); }
.wr-rule.no h4 { color: #9a5050; }
.wr-rule ul {
    margin: 0; padding: 0; list-style: none;
    display: flex; flex-direction: column; gap: .4rem;
}
.wr-rule li {
    font-size: .84rem; color: var(--muted); line-height: 1.55;
    padding-left: 1.1rem; position: relative;
}
.wr-rule li::before {
    content: '·'; position: absolute; left: 0; font-weight: 700;
}
.wr-rule.yes li::before { color: var(--accent); }
.wr-rule.no li::before { color: #c07070; }

.wr-states {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 800px) { .wr-states { grid-template-columns: 1fr; } }
.wr-state {
    padding: 1.2rem 1.3rem;
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius-lg); box-shadow: var(--shadow);
}
.wr-state-tag {
    display: inline-block; margin-bottom: .5rem;
    padding: .2rem .55rem; border-radius: 999px;
    font-size: .68rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .04em;
}
.wr-state-tag.a { background: #f3fadb; color: var(--accent); }
.wr-state-tag.b { background: #eef2f6; color: var(--steel); }
.wr-state-tag.c { background: #faf0e8; color: #a07040; }
.wr-state h4 {
    font-size: .92rem; font-weight: 800; margin-bottom: .35rem;
}
.wr-state p {
    font-size: .82rem; color: var(--muted); line-height: 1.55; margin: 0;
}

.wr-checklist {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 600px) { .wr-checklist { grid-template-columns: 1fr; } }
.wr-check {
    display: flex; align-items: flex-start; gap: .55rem;
    padding: .9rem 1rem; background: var(--card);
    border: 1px solid var(--line); border-radius: 10px;
    font-size: .86rem; line-height: 1.5;
}
.wr-check::before {
    content: '✓'; width: 22px; height: 22px; border-radius: 6px;
    background: var(--accent-soft); color: var(--accent);
    display: grid; place-items: center;
    font-size: .7rem; font-weight: 800; flex-shrink: 0;
    margin-top: .1rem;
}

.wr-support {
    display: flex; gap: 1rem; padding: 1.35rem 1.5rem;
    background: linear-gradient(135deg, var(--ink), #1a2820);
    border-radius: var(--radius-lg); margin-bottom: 2.5rem;
    color: #fff; align-items: flex-start;
}
.wr-support-icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: rgba(255,255,255,.1); color: var(--accent);
    display: grid; place-items: center; flex-shrink: 0;
}
.wr-support h4 {
    font-size: .95rem; font-weight: 800; margin-bottom: .35rem;
}
.wr-support p {
    font-size: .86rem; color: rgba(255,255,255,.65);
    line-height: 1.6; margin: 0;
}
.wr-support a { color: var(--accent); }

.wr-warn {
    display: flex; gap: .85rem; padding: 1.15rem 1.35rem;
    background: rgba(220,80,80,.06); border: 1px solid rgba(220,80,80,.15);
    border-radius: var(--radius-lg); margin-bottom: 2.5rem;
    font-size: .88rem; color: #9a5050; line-height: 1.6;
}
.wr-warn svg { flex-shrink: 0; margin-top: .1rem; }
.wr-warn a { color: #9a5050; font-weight: 600; }

.wr-faq-item {
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius); overflow: hidden;
    margin-bottom: .65rem;
}
.wr-faq-q {
    width: 100%; display: flex; justify-content: space-between; align-items: center;
    gap: 1rem; padding: 1rem 1.15rem; border: none; background: transparent;
    text-align: left; font: inherit; font-size: .92rem; font-weight: 600;
    cursor: pointer;
}
.wr-faq-q:hover { background: var(--surface-2); }
.wr-faq-q svg { flex-shrink: 0; transition: transform .25s; color: var(--muted); }
.wr-faq-item.open .wr-faq-q svg { transform: rotate(180deg); }
.wr-faq-a {
    display: none; padding: 0 1.15rem 1rem;
    font-size: .88rem; color: var(--muted); line-height: 1.65;
}
.wr-faq-item.open .wr-faq-a { display: block; }
.wr-faq-a a { color: var(--accent); }

.wr-sidebar { display: flex; flex-direction: column; gap: 1rem; }
.wr-side-card {
    background: var(--card); border: 1px solid var(--line);
    border-radius: var(--radius-lg); padding: 1.25rem 1.35rem;
    box-shadow: var(--shadow);
}
.wr-side-card h3 {
    font-size: .92rem; font-weight: 800; margin-bottom: .75rem;
}
.wr-side-links {
    display: flex; flex-direction: column; gap: .45rem;
}
.wr-side-links a {
    font-size: .86rem; color: var(--muted); text-decoration: none;
    transition: color .2s;
}
.wr-side-links a:hover { color: var(--accent); }
.wr-side-cta p {
    font-size: .84rem; color: var(--muted); line-height: 1.55;
    margin-bottom: .85rem;
}
.wr-side-cta .btn {
    display: inline-flex; padding: .65rem 1.2rem;
    border-radius: 999px; background: var(--accent); color: #272824;
    text-decoration: none; font-weight: 700; font-size: .84rem;
}
