.page-price-guide {
    background: #082f31;
}

.price-guide {
    --price-ink: #183a36;
    --price-deep: #075653;
    --price-deep-dark: #043f3e;
    --price-paper: #fffdf1;
    --price-cream: #fff9dc;
    --price-gold: #e5b447;
    --price-gold-light: #ffe584;
    --price-green: #4f9b43;
    --price-blue: #147d9e;
    --price-red: #b84635;
    --price-line: 3px solid var(--price-ink);
    background: var(--price-cream);
}

.price-guide h1,
.price-guide h2,
.price-guide h3,
.price-guide p,
.price-guide ol,
.price-guide ul,
.price-guide dl,
.price-guide figure {
    margin-top: 0;
}

.price-guide [id] {
    scroll-margin-top: 104px;
}

.price-guide button,
.price-guide select,
.price-guide textarea,
.price-guide input {
    font: inherit;
}

.price-guide a:focus-visible,
.price-guide button:focus-visible,
.price-guide select:focus-visible,
.price-guide textarea:focus-visible,
.price-guide input:focus-visible {
    outline: 3px solid #ffea82;
    outline-offset: 3px;
}

.price-hero {
    position: relative;
    overflow: hidden;
    color: #fffdf0;
    background-color: #815820;
    background-image:
        linear-gradient(118deg, rgba(4, 63, 62, 0.98) 0%, rgba(7, 86, 83, 0.93) 55%, rgba(124, 85, 27, 0.86) 100%),
        url("../images/water-tile.webp");
    background-repeat: repeat;
    background-size: auto, 96px 96px;
    border-bottom: 8px solid var(--price-gold);
}

.price-hero::before,
.price-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
    border-radius: 50%;
}

.price-hero::before {
    width: 360px;
    height: 360px;
    right: -110px;
    bottom: -170px;
    border: 42px solid rgba(255, 229, 132, 0.08);
    box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.035);
}

.price-hero::after {
    width: 220px;
    height: 220px;
    top: -118px;
    left: -70px;
    border: 30px solid rgba(21, 154, 187, 0.12);
}

.price-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(calc(100% - 48px), 1220px);
    margin: 0 auto;
    padding: 56px 0 62px;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
    gap: 44px;
    align-items: center;
}

.price-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 24px;
    color: #d6edf0;
    font-size: 12px;
    font-weight: 800;
}

.price-breadcrumbs a {
    text-underline-offset: 3px;
}

.price-breadcrumbs a:hover {
    color: #fff1a0;
}

.price-kicker,
.price-section-heading > p,
.price-identity-copy > p,
.price-results-heading > p,
.price-toc > p,
.price-side-photos > p,
.price-header-card > div > p {
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.price-kicker {
    color: #ffe888;
}

.price-hero h1 {
    max-width: 710px;
    margin-bottom: 18px;
    color: #fffdf0;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.01;
    letter-spacing: -0.04em;
    text-shadow: 3px 3px 0 var(--price-deep-dark);
}

.price-lead {
    max-width: 690px;
    margin-bottom: 24px;
    color: #e8f5e9;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.62;
}

.price-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.price-primary-action,
.price-secondary-action {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 3px solid #132f2d;
    border-radius: 5px;
    box-shadow: 4px 4px 0 rgba(2, 43, 42, 0.82);
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.price-primary-action {
    color: var(--price-ink);
    background: var(--price-gold-light);
}

.price-secondary-action {
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
}

.price-primary-action:hover,
.price-secondary-action:hover {
    transform: translateY(-1px);
    box-shadow: 4px 5px 0 rgba(2, 43, 42, 0.92);
}

.price-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.price-hero-stats > div {
    display: grid;
    min-width: 110px;
    gap: 2px;
    padding: 8px 12px;
    background: rgba(2, 47, 47, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.price-hero-stats dt {
    color: #bfe3d0;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.price-hero-stats dd {
    margin: 0;
    color: #fff4a6;
    font-size: 15px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.price-identity-card {
    display: grid;
    grid-template-columns: 192px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 22px;
    color: var(--price-ink);
    background: var(--price-paper);
    border: 4px solid var(--price-ink);
    border-radius: 8px;
    box-shadow: 9px 9px 0 rgba(3, 48, 47, 0.74);
}

.price-cart-shell {
    position: relative;
    width: 192px;
    height: 218px;
    overflow: hidden;
    background:
        linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.04) 8% 9%, transparent 9% 91%, rgba(0, 0, 0, 0.25) 91% 92%, transparent 92%),
        #181d1d;
    border: 4px solid #0b1111;
    border-radius: 9px 9px 5px 5px;
    box-shadow:
        inset 4px 4px 0 #353b3a,
        inset -4px -4px 0 #080d0d,
        5px 6px 0 rgba(24, 58, 54, 0.28);
}

.price-cart-shell::before {
    position: absolute;
    top: 14px;
    right: 18px;
    left: 18px;
    height: 35px;
    content: "";
    border: 3px solid #0c1111;
    border-radius: 6px 6px 12px 12px;
    box-shadow: inset 0 3px 0 #2e3433;
}

.price-cart-ridge {
    position: absolute;
    top: 15px;
    width: 21px;
    height: 39px;
    background: repeating-linear-gradient(to bottom, #090e0e 0 4px, #292f2e 4px 7px);
}

.price-cart-ridge.is-left {
    left: 0;
}

.price-cart-ridge.is-right {
    right: 0;
}

.price-cart-brand {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 30px;
    left: 30px;
    color: #292f2e;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-shadow: 0 1px 0 #070b0b;
}

.price-cart-label {
    position: absolute;
    top: 63px;
    right: 18px;
    left: 18px;
    height: 119px;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 8px 18px 15px 24px;
    text-align: center;
    background:
        radial-gradient(circle at 72% 19%, rgba(255, 255, 255, 0.8) 0 3%, transparent 3.5%),
        radial-gradient(circle at 22% 78%, #d95e49 0 3%, transparent 3.5%),
        linear-gradient(145deg, #9bce87 0 46%, #48a9c3 46% 70%, #f2d05e 70% 100%);
    border: 2px solid #050909;
    border-radius: 5px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.price-cart-label::after {
    position: absolute;
    right: -15px;
    bottom: -22px;
    width: 112px;
    height: 62px;
    content: "";
    background: #1683a7;
    border-radius: 50%;
    opacity: 0.8;
}

.price-cart-label strong {
    position: relative;
    z-index: 1;
    display: block;
    color: #fff9df;
    font-size: 18px;
    line-height: 0.94;
    text-shadow: 2px 2px 0 #173e39, -1px -1px 0 #173e39;
}

.price-cart-label strong b {
    color: #ffe66f;
    font-size: 23px;
}

.price-cart-label small {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 50%;
    padding: 1px 5px;
    color: #fff;
    background: #4d3a7c;
    border: 1px solid #fff;
    font-size: 9px;
    font-weight: 900;
    transform: translateX(-50%);
}

.price-cart-code {
    position: absolute;
    z-index: 1;
    top: 10px;
    bottom: 10px;
    left: 5px;
    color: #173e39;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.03em;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.price-cart-arrow {
    position: absolute;
    bottom: 11px;
    left: 50%;
    width: 28px;
    height: 17px;
    border-right: 4px solid #080d0d;
    border-bottom: 4px solid #080d0d;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 2px 2px 0 #313736;
}

.price-identity-copy > p {
    color: var(--price-red);
}

.price-identity-copy h2 {
    margin-bottom: 14px;
    color: var(--price-deep);
    font-size: 23px;
    line-height: 1.1;
}

.price-identity-copy dl {
    margin-bottom: 13px;
}

.price-identity-copy dl > div {
    display: grid;
    grid-template-columns: 83px minmax(0, 1fr);
    gap: 8px;
    padding: 7px 0;
    border-bottom: 1px dashed #8aa68d;
}

.price-identity-copy dt {
    color: #6a4a20;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.price-identity-copy dd {
    margin: 0;
    font-size: 12px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.price-identity-note {
    margin-bottom: 0;
    color: #365851;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
}

.price-page-layout {
    display: grid;
    width: min(calc(100% - 48px), 1220px);
    margin: 0 auto;
    padding: 48px 0 72px;
    grid-template-columns: minmax(0, 1fr) 254px;
    gap: 30px;
    align-items: start;
}

.price-main-column {
    min-width: 0;
}

.price-section {
    margin-bottom: 26px;
    padding: 30px;
    background: var(--price-paper);
    border: var(--price-line);
    border-radius: 8px;
    box-shadow: 6px 6px 0 #89a77e;
}

.price-section-heading {
    max-width: 790px;
    margin-bottom: 24px;
}

.price-section-heading > p {
    color: var(--price-red);
}

.price-section-heading h2 {
    margin-bottom: 10px;
    color: var(--price-deep);
    font-size: clamp(29px, 3.4vw, 39px);
    line-height: 1.06;
    letter-spacing: -0.025em;
}

.price-section-heading > span {
    display: block;
    color: #45655e;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.58;
}

.price-section-heading.is-light > p {
    color: #ffe584;
}

.price-section-heading.is-light h2 {
    color: #fffdf0;
}

.price-section-heading.is-light > span {
    color: #d8ece3;
}

.price-snapshot-banner {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
    padding: 14px 16px;
    color: #fff;
    background: var(--price-deep);
    border: 2px solid var(--price-ink);
    border-radius: 5px;
}

.price-snapshot-banner p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.price-snapshot-date {
    flex: 0 0 auto;
    padding: 6px 9px;
    color: var(--price-ink);
    background: var(--price-gold-light);
    border: 2px solid var(--price-ink);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 900;
}

.price-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.price-snapshot-grid article {
    min-width: 0;
    padding: 15px 10px;
    text-align: center;
    background: #fff4c2;
    border: 2px solid var(--price-ink);
    border-radius: 5px;
}

.price-snapshot-grid p {
    margin-bottom: 6px;
    color: #79511e;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.price-snapshot-grid data {
    display: block;
    margin-bottom: 5px;
    color: var(--price-deep);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 900;
    line-height: 1;
    overflow-wrap: anywhere;
}

.price-snapshot-grid span {
    display: block;
    color: #4d675f;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.3;
}

.price-snapshot-grid sup,
.price-snapshot-notes sup {
    color: var(--price-red);
    font-weight: 900;
}

.price-snapshot-notes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
    padding-top: 17px;
    border-top: 2px dashed #90aa8f;
}

.price-snapshot-notes p {
    margin-bottom: 0;
    color: #385b53;
    font-size: 12px;
    line-height: 1.55;
}

.price-snapshot-notes a {
    grid-column: 1 / -1;
    width: fit-content;
    color: var(--price-deep);
    font-size: 12px;
    font-weight: 900;
    text-underline-offset: 3px;
}

.price-snapshot-notes a:hover {
    color: var(--price-blue);
}

.price-tool-section,
.price-checklist-section {
    color: #fffdf0;
    background-color: var(--price-deep);
    background-image:
        linear-gradient(rgba(4, 63, 62, 0.84), rgba(4, 63, 62, 0.84)),
        url("../images/grass-tile.webp");
    background-repeat: repeat;
    background-size: auto, 96px 96px;
    border-color: #092d2c;
    box-shadow: 7px 7px 0 #be963c;
}

.price-tool-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 18px;
    align-items: stretch;
}

.price-comps-form,
.price-results {
    min-width: 0;
    padding: 21px;
    color: var(--price-ink);
    background: var(--price-paper);
    border: 3px solid #122f2d;
    border-radius: 6px;
    box-shadow: 4px 4px 0 rgba(2, 38, 37, 0.48);
}

.price-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 15px;
}

.price-select-field,
.price-textarea-field {
    display: grid;
    min-width: 0;
    gap: 6px;
}

.price-select-field > span,
.price-textarea-field > span {
    color: var(--price-deep);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.price-textarea-field > span {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.price-textarea-field small {
    color: #526d65;
    font-size: 9px;
    font-weight: 800;
}

.price-select-field select,
.price-textarea-field textarea {
    width: 100%;
    color: var(--price-ink);
    background: #fffef8;
    border: 2px solid var(--price-ink);
    border-radius: 4px;
    box-shadow: inset 2px 2px 0 #d7d9c9;
}

.price-select-field select {
    min-height: 44px;
    padding: 8px 32px 8px 10px;
}

.price-textarea-field textarea {
    min-height: 200px;
    resize: vertical;
    padding: 11px 12px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 15px;
    line-height: 1.55;
}

.price-select-field select:hover,
.price-textarea-field textarea:hover {
    border-color: var(--price-blue);
}

.price-form-help {
    margin: 9px 0 0;
    color: #526d65;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
}

.price-form-error {
    min-height: 33px;
    margin: 8px 0 0;
    padding: 0;
    color: #8d291f;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.45;
}

.price-form-error[data-state="warning"] {
    color: #7a4b1f;
}

.price-tool-actions {
    display: flex;
    gap: 9px;
}

.price-calculate-button,
.price-clear-button {
    min-height: 46px;
    padding: 9px 14px;
    border: 2px solid var(--price-ink);
    border-radius: 4px;
    box-shadow: 3px 3px 0 #9f8650;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
}

.price-calculate-button {
    flex: 1;
    color: var(--price-ink);
    background: var(--price-gold-light);
}

.price-clear-button {
    color: var(--price-ink);
    background: #e9eee5;
}

.price-calculate-button:hover,
.price-clear-button:hover {
    transform: translateY(-1px);
}

.price-results {
    display: flex;
    flex-direction: column;
    background: #fff4c2;
}

.price-results-heading {
    padding-bottom: 15px;
    border-bottom: 2px dashed #9da57e;
}

.price-results-heading > p {
    color: var(--price-red);
}

.price-results-heading h3 {
    margin-bottom: 6px;
    color: var(--price-deep);
    font-size: 23px;
    line-height: 1.15;
}

.price-results-heading > span {
    display: block;
    color: #526d65;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
}

.price-result-primary {
    display: grid;
    justify-items: center;
    margin: 18px 0;
    padding: 18px;
    text-align: center;
    background: #fffdf2;
    border: 3px solid var(--price-ink);
    border-radius: 6px;
    box-shadow: 4px 4px 0 #c5a955;
}

.price-result-primary > span {
    margin-bottom: 5px;
    color: #79511e;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.price-result-primary output {
    max-width: 100%;
    color: var(--price-deep);
    font-size: clamp(34px, 5vw, 50px);
    font-weight: 900;
    line-height: 1;
    overflow-wrap: anywhere;
}

.price-result-primary small {
    max-width: 300px;
    margin-top: 8px;
    color: #60736c;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
}

.price-results.has-results .price-result-primary {
    background: #eff8dd;
    box-shadow: 4px 4px 0 #78a36f;
}

.price-result-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 15px;
}

.price-result-metrics > div {
    min-width: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid #a3ad86;
    border-radius: 4px;
}

.price-result-metrics dt {
    margin-bottom: 4px;
    color: #6b511f;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.price-result-metrics dd {
    margin: 0;
    color: var(--price-ink);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.price-result-guidance {
    margin: auto 0 0;
    padding-top: 14px;
    color: #385b53;
    border-top: 2px dashed #a3ad86;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.52;
}

.price-noscript {
    margin: 16px 0 0;
    padding: 12px;
    color: var(--price-ink);
    background: #fff4c2;
    border: 2px solid var(--price-ink);
    font-size: 12px;
    font-weight: 800;
}

.price-workflow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.price-workflow li {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
    background: #f4f7df;
    border: 2px solid var(--price-ink);
    border-radius: 5px;
}

.price-workflow li > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    background: var(--price-deep);
    border: 2px solid var(--price-ink);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
}

.price-workflow h3 {
    margin-bottom: 5px;
    color: var(--price-deep);
    font-size: 17px;
    line-height: 1.15;
}

.price-workflow p {
    margin-bottom: 0;
    color: #45635c;
    font-size: 12px;
    line-height: 1.52;
}

.price-condition-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.price-condition-grid article {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #fff9dc;
    border: 2px solid var(--price-ink);
    border-radius: 5px;
}

.price-condition-grid article:last-child {
    grid-column: 1 / -1;
}

.price-condition-grid article::after {
    position: absolute;
    right: -25px;
    bottom: -28px;
    width: 78px;
    height: 78px;
    content: "";
    background: rgba(20, 125, 158, 0.08);
    border: 12px solid rgba(20, 125, 158, 0.1);
    border-radius: 50%;
}

.price-tier-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 7px;
    color: #fff;
    background: var(--price-deep);
    border-radius: 3px;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.price-condition-grid article:nth-child(2) .price-tier-badge {
    background: #7a4b1f;
}

.price-condition-grid article:nth-child(3) .price-tier-badge {
    background: var(--price-blue);
}

.price-condition-grid article:nth-child(4) .price-tier-badge {
    background: var(--price-green-dark, #2e7138);
}

.price-condition-grid article:nth-child(5) .price-tier-badge {
    background: var(--price-red);
}

.price-condition-grid h3 {
    margin-bottom: 7px;
    color: var(--price-deep);
    font-size: 21px;
    line-height: 1.15;
}

.price-condition-grid p {
    margin-bottom: 12px;
    color: #45635c;
    font-size: 12px;
    line-height: 1.55;
}

.price-condition-grid ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 5px;
    padding-left: 18px;
    margin-bottom: 0;
    color: #2d5149;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
}

.price-checklist-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 15px;
    padding: 12px 14px;
    color: var(--price-ink);
    background: var(--price-gold-light);
    border: 2px solid #112f2d;
    border-radius: 4px;
}

.price-checklist-topline p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.4;
}

.price-checklist-topline output {
    flex: 0 0 auto;
    padding: 5px 8px;
    color: #fff;
    background: var(--price-deep);
    border: 2px solid var(--price-ink);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 900;
}

.price-checklist-topline output.is-complete {
    color: var(--price-ink);
    background: #dbf2bd;
}

.price-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.price-checklist label {
    display: grid;
    min-width: 0;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 13px;
    color: var(--price-ink);
    background: var(--price-paper);
    border: 2px solid #122f2d;
    border-radius: 5px;
    cursor: pointer;
}

.price-checklist label:hover {
    background: #fff5bf;
}

.price-checklist input {
    width: 22px;
    height: 22px;
    margin: 1px 0 0;
    accent-color: var(--price-green);
}

.price-checklist label > span {
    color: #49645d;
    font-size: 10px;
    line-height: 1.48;
}

.price-checklist strong {
    display: block;
    margin-bottom: 3px;
    color: var(--price-deep);
    font-size: 13px;
}

.price-auth-verdict {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    margin-bottom: 17px;
    padding: 17px;
    background: #fff0b0;
    border: 3px solid var(--price-ink);
    border-left: 8px solid var(--price-red);
    border-radius: 5px;
}

.price-auth-verdict > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    background: var(--price-red);
    border: 2px solid var(--price-ink);
    border-radius: 50%;
    font-size: 27px;
    font-weight: 900;
}

.price-auth-verdict h3 {
    margin-bottom: 5px;
    color: #7f2f25;
    font-size: 18px;
    line-height: 1.2;
}

.price-auth-verdict p {
    margin-bottom: 0;
    color: #4d5848;
    font-size: 12px;
    line-height: 1.5;
}

.price-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 17px;
}

.price-auth-grid article {
    position: relative;
    min-width: 0;
    padding: 18px 18px 16px 64px;
    background: #f2f7e3;
    border: 2px solid var(--price-ink);
    border-radius: 5px;
}

.price-auth-step {
    position: absolute;
    top: 15px;
    left: 14px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    background: var(--price-deep);
    border: 2px solid var(--price-ink);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 900;
}

.price-auth-grid h3 {
    margin-bottom: 6px;
    color: var(--price-deep);
    font-size: 18px;
    line-height: 1.15;
}

.price-auth-grid p {
    margin-bottom: 8px;
    color: #45635c;
    font-size: 11px;
    line-height: 1.55;
}

.price-auth-grid small {
    display: block;
    color: #7a4b1f;
    font-size: 9px;
    font-weight: 900;
    line-height: 1.4;
}

.price-header-card {
    display: grid;
    grid-template-columns: minmax(190px, 0.55fr) minmax(0, 1fr);
    gap: 18px;
    padding: 20px;
    color: #fff;
    background: #123b3a;
    border: 3px solid var(--price-ink);
    border-radius: 6px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.price-header-card > div > p {
    color: var(--price-gold-light);
}

.price-header-card h3 {
    margin-bottom: 7px;
    color: #fffdf0;
    font-size: 21px;
    line-height: 1.1;
}

.price-header-card > div > span {
    display: block;
    color: #bdd9d0;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
}

.price-header-card dl {
    margin-bottom: 0;
}

.price-header-card dl > div {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

.price-header-card dl > div:last-child {
    border-bottom: 0;
}

.price-header-card dt {
    color: #b6d6c8;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.price-header-card dd {
    min-width: 0;
    margin: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.price-header-card code {
    padding: 2px 4px;
    color: #fff3a9;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-size: 10px;
}

.price-region-note {
    margin: 14px 0 0;
    padding: 12px 14px;
    color: #4f5f53;
    background: #eaf2db;
    border-left: 5px solid var(--price-blue);
    font-size: 11px;
    line-height: 1.5;
}

.price-battery-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.price-save-figure {
    margin-bottom: 0;
    padding: 12px;
    background: #0a3435;
    border: 3px solid var(--price-ink);
    border-radius: 6px;
    box-shadow: 4px 4px 0 #8cab80;
}

.price-save-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 10 / 9;
    object-fit: cover;
    image-rendering: pixelated;
    border: 2px solid #d9e9c7;
}

.price-save-figure figcaption {
    margin-top: 10px;
    color: #d9e9d9;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
}

.price-test-levels {
    display: grid;
    gap: 8px;
    margin-bottom: 13px;
}

.price-test-levels article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    background: #f2f7e3;
    border: 2px solid var(--price-ink);
    border-radius: 4px;
}

.price-test-levels article > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #fff;
    background: var(--price-deep);
    border: 2px solid var(--price-ink);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 900;
}

.price-test-levels strong {
    display: block;
    margin-bottom: 2px;
    color: var(--price-deep);
    font-size: 13px;
}

.price-test-levels p {
    margin-bottom: 0;
    color: #4d675f;
    font-size: 10px;
    line-height: 1.4;
}

.price-battery-note {
    padding: 14px;
    background: #fff1b5;
    border: 2px solid var(--price-ink);
    border-left: 6px solid var(--price-gold);
    border-radius: 4px;
}

.price-battery-note h3 {
    margin-bottom: 5px;
    color: #79511e;
    font-size: 16px;
}

.price-battery-note p {
    margin-bottom: 0;
    color: #4d5f55;
    font-size: 11px;
    line-height: 1.5;
}

.price-question-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.price-question-list li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 12px;
    background: #f5f7e5;
    border: 2px solid var(--price-ink);
    border-radius: 4px;
}

.price-question-list span {
    color: var(--price-red);
    font-size: 11px;
    font-weight: 900;
}

.price-question-list p {
    margin-bottom: 0;
    color: #385b53;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.42;
}

.price-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.price-faq-grid article {
    padding: 16px;
    background: #fff8d5;
    border: 2px solid var(--price-ink);
    border-radius: 5px;
}

.price-faq-grid h3 {
    margin-bottom: 6px;
    color: var(--price-deep);
    font-size: 16px;
    line-height: 1.2;
}

.price-faq-grid p {
    margin-bottom: 0;
    color: #45635c;
    font-size: 11px;
    line-height: 1.52;
}

.price-next-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
}

.price-next-links a {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 16px;
    color: #fff;
    background: var(--price-deep);
    border: 3px solid var(--price-ink);
    border-radius: 5px;
    box-shadow: 4px 4px 0 #9f803a;
    text-decoration: none;
}

.price-next-links a:hover {
    background: var(--price-blue);
    transform: translateY(-1px);
}

.price-next-links span {
    color: #cbe2d7;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.price-next-links strong {
    color: #fff7b7;
    font-size: 15px;
    overflow-wrap: anywhere;
}

.price-side-column {
    position: sticky;
    top: 102px;
    display: grid;
    gap: 14px;
}

.price-toc,
.price-side-rule,
.price-side-photos {
    padding: 17px;
    background: var(--price-paper);
    border: 3px solid var(--price-ink);
    border-radius: 6px;
    box-shadow: 4px 4px 0 #89a77e;
}

.price-toc > p,
.price-side-photos > p {
    color: var(--price-red);
}

.price-toc a {
    display: block;
    padding: 8px 0;
    color: var(--price-deep);
    border-bottom: 1px dashed #90aa8f;
    text-decoration: none;
    font-size: 11px;
    font-weight: 900;
}

.price-toc a:last-child {
    border-bottom: 0;
}

.price-toc a:hover {
    color: var(--price-blue);
    padding-left: 4px;
}

.price-side-rule {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: #fff;
    background: var(--price-deep);
    box-shadow: 4px 4px 0 #be963c;
}

.price-side-rule > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: var(--price-ink);
    background: var(--price-gold-light);
    border: 2px solid var(--price-ink);
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
}

.price-side-rule p {
    margin-bottom: 0;
    color: #dcebe3;
    font-size: 10px;
    line-height: 1.45;
}

.price-side-rule strong {
    display: block;
    margin-bottom: 3px;
    color: #fff4a6;
    font-size: 12px;
}

.price-side-photos ol {
    display: grid;
    gap: 6px;
    padding-left: 21px;
    margin-bottom: 0;
    color: #385b53;
    font-size: 10px;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .price-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
        gap: 28px;
    }

    .price-identity-card {
        grid-template-columns: 160px minmax(0, 1fr);
        padding: 18px;
    }

    .price-cart-shell {
        width: 160px;
        height: 182px;
    }

    .price-cart-label {
        top: 55px;
        right: 15px;
        left: 15px;
        height: 98px;
    }

    .price-cart-label strong {
        font-size: 14px;
    }

    .price-cart-label strong b {
        font-size: 19px;
    }

    .price-cart-arrow {
        bottom: 8px;
    }

    .price-identity-copy h2 {
        font-size: 20px;
    }

    .price-snapshot-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .price-snapshot-grid article:nth-child(4),
    .price-snapshot-grid article:nth-child(5) {
        grid-column: span 1;
    }

    .price-tool-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 940px) {
    .price-hero-inner {
        grid-template-columns: 1fr;
    }

    .price-identity-card {
        width: min(100%, 640px);
        grid-template-columns: 192px minmax(0, 1fr);
    }

    .price-cart-shell {
        width: 192px;
        height: 218px;
    }

    .price-cart-label {
        top: 63px;
        right: 18px;
        left: 18px;
        height: 119px;
    }

    .price-cart-label strong {
        font-size: 18px;
    }

    .price-cart-label strong b {
        font-size: 23px;
    }

    .price-page-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .price-side-column {
        position: static;
        grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 0.8fr));
    }

    .price-toc {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-content: start;
        column-gap: 16px;
    }

    .price-toc > p {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .price-guide [id] {
        scroll-margin-top: 82px;
    }

    .price-hero-inner {
        width: min(calc(100% - 28px), 680px);
        padding: 38px 0 44px;
    }

    .price-breadcrumbs {
        margin-bottom: 18px;
    }

    .price-hero h1 {
        font-size: clamp(36px, 11vw, 49px);
    }

    .price-lead {
        font-size: 16px;
    }

    .price-identity-card {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .price-cart-shell {
        width: 160px;
        height: 182px;
    }

    .price-cart-label {
        top: 55px;
        right: 15px;
        left: 15px;
        height: 98px;
    }

    .price-cart-label strong {
        font-size: 14px;
    }

    .price-cart-label strong b {
        font-size: 19px;
    }

    .price-page-layout {
        width: min(calc(100% - 24px), 680px);
        padding: 36px 0 56px;
    }

    .price-section {
        padding: 20px;
        box-shadow: 4px 4px 0 #89a77e;
    }

    .price-snapshot-banner {
        align-items: flex-start;
        flex-direction: column;
    }

    .price-snapshot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .price-snapshot-grid article:last-child {
        grid-column: 1 / -1;
    }

    .price-snapshot-notes,
    .price-workflow,
    .price-condition-grid,
    .price-checklist,
    .price-auth-grid,
    .price-question-list,
    .price-faq-grid,
    .price-next-links {
        grid-template-columns: 1fr;
    }

    .price-condition-grid article:last-child {
        grid-column: auto;
    }

    .price-snapshot-notes a {
        grid-column: auto;
    }

    .price-header-card {
        grid-template-columns: 1fr;
    }

    .price-battery-layout {
        grid-template-columns: 1fr;
    }

    .price-save-figure {
        display: grid;
        grid-template-columns: 170px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
    }

    .price-save-figure figcaption {
        margin-top: 0;
    }

    .price-side-column {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .price-hero-actions {
        display: grid;
    }

    .price-primary-action,
    .price-secondary-action {
        width: 100%;
    }

    .price-hero-stats {
        display: grid;
        grid-template-columns: 1fr;
    }

    .price-hero-stats > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 0;
        gap: 12px;
    }

    .price-identity-card {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 17px;
    }

    .price-identity-copy {
        width: 100%;
    }

    .price-cart-shell {
        width: 192px;
        height: 218px;
    }

    .price-cart-label {
        top: 63px;
        right: 18px;
        left: 18px;
        height: 119px;
    }

    .price-cart-label strong {
        font-size: 18px;
    }

    .price-cart-label strong b {
        font-size: 23px;
    }

    .price-section-heading h2 {
        font-size: 28px;
    }

    .price-snapshot-grid,
    .price-form-row,
    .price-result-metrics {
        grid-template-columns: 1fr;
    }

    .price-snapshot-grid article:last-child {
        grid-column: auto;
    }

    .price-tool-actions {
        display: grid;
    }

    .price-calculate-button,
    .price-clear-button {
        width: 100%;
    }

    .price-checklist-topline {
        align-items: flex-start;
        flex-direction: column;
    }

    .price-auth-verdict {
        grid-template-columns: 1fr;
    }

    .price-auth-grid article {
        padding: 62px 15px 15px;
    }

    .price-header-card dl > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .price-save-figure {
        display: block;
    }

    .price-save-figure figcaption {
        margin-top: 10px;
    }

    .price-toc {
        grid-template-columns: 1fr;
    }

    .price-toc > p {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .price-primary-action,
    .price-secondary-action,
    .price-calculate-button,
    .price-clear-button,
    .price-next-links a {
        transition: none;
    }
}
