.savings-home,
.tool-page {
    background: #f7f8fb;
    color: #172033;
}

.savings-hero,
.tool-hero {
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 24px 44px;
}

.savings-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.7fr);
    gap: 32px;
    align-items: center;
}

.eyebrow {
    margin: 0 0 12px;
    color: #0f766e;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.savings-hero h1,
.tool-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #111827;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 800;
}

.savings-hero .subtitle,
.tool-hero p {
    max-width: 760px;
    margin: 20px 0 0;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.7;
}

.savings-search {
    display: flex;
    max-width: 620px;
    margin-top: 30px;
    border: 1px solid #d6dbe6;
    background: #fff;
}

.savings-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    padding: 16px 18px;
    font-size: 16px;
}

.savings-search button,
.tool-panel button {
    border: 0;
    background: #0f766e;
    color: #fff;
    padding: 0 24px;
    font-weight: 700;
}

.savings-hero-panel,
.tool-result {
    border: 1px solid #dbe2ef;
    background: #ffffff;
    padding: 28px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.savings-hero-panel span,
.tool-result span {
    display: block;
    color: #b45309;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.savings-hero-panel strong,
.tool-result strong {
    display: block;
    margin-top: 10px;
    color: #111827;
    font-size: 26px;
    line-height: 1.2;
}

.savings-hero-panel p,
.tool-result p {
    margin: 14px 0 0;
    color: #4b5563;
    line-height: 1.65;
}

.savings-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    max-width: 1180px;
    margin: 0 auto;
    border: 1px solid #e5e7eb;
    background: #e5e7eb;
}

.savings-strip div {
    background: #fff;
    padding: 22px 24px;
}

.savings-strip strong,
.savings-strip span {
    display: block;
}

.savings-strip strong {
    color: #111827;
    font-size: 16px;
}

.savings-strip span {
    margin-top: 6px;
    color: #5b6472;
}

.savings-section,
.editorial-band,
.tool-layout,
.editorial-note {
    max-width: 1180px;
    margin: 0 auto;
    padding: 64px 24px;
}

.savings-section.alt {
    max-width: none;
    background: #fff;
}

.savings-section.alt > .section-heading,
.savings-section.alt > .tool-grid,
.savings-section.alt > .selected-offers {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.section-heading h2,
.editorial-band h2,
.editorial-note h2 {
    margin: 0;
    color: #111827;
    font-size: 30px;
    line-height: 1.25;
}

.section-heading p,
.editorial-band p,
.editorial-note p {
    max-width: 560px;
    margin: 0;
    color: #5b6472;
    line-height: 1.7;
}

.portal-grid,
.tool-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.portal-card,
.tool-card {
    display: block;
    min-height: 190px;
    border: 1px solid #dbe2ef;
    background: #fff;
    padding: 24px;
    color: inherit;
    text-decoration: none;
}

.portal-card:hover,
.tool-card:hover,
.guide-row:hover,
.selected-offer:hover {
    border-color: #0f766e;
    text-decoration: none;
}

.portal-card span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    background: #ecfdf5;
    color: #0f766e;
}

.portal-card h3,
.tool-card h3,
.guide-row h3,
.selected-offer h3 {
    margin: 16px 0 8px;
    color: #111827;
    font-size: 20px;
}

.portal-card p,
.tool-card p,
.guide-row p,
.selected-offer p {
    margin: 0;
    color: #5b6472;
    line-height: 1.6;
}

.tool-card small {
    color: #b45309;
    font-weight: 700;
    text-transform: uppercase;
}

.guide-list {
    display: grid;
    gap: 12px;
}

.guide-row {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 96px;
    gap: 18px;
    align-items: center;
    border: 1px solid #dbe2ef;
    background: #fff;
    padding: 18px 20px;
    min-width: 0;
}

.guide-image {
    width: 92px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    background: #f1f5f9;
}

.guide-content {
    min-width: 0;
}

.guide-row h3 {
    margin-top: 0;
    overflow-wrap: anywhere;
}

.guide-row h3 a {
    color: #111827;
}

.guide-row p {
    overflow-wrap: anywhere;
}

.text-link,
.editorial-band a,
.tool-result a {
    color: #0f766e;
    font-weight: 700;
}

.guide-row .text-link {
    justify-self: end;
    white-space: nowrap;
}

.selected-offers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.selected-offer {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    border: 1px solid #dbe2ef;
    background: #fff;
    padding: 16px;
}

.selected-offer img {
    max-width: 82px;
    max-height: 48px;
    object-fit: contain;
}

.selected-offer span {
    color: #b45309;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.selected-offer h3 {
    margin: 4px 0;
    font-size: 16px;
}

.offer-button {
    display: inline-flex;
    width: 46px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #0f766e;
    color: #fff;
    font-weight: 700;
}

.editorial-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-top: 1px solid #e5e7eb;
}

.tool-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    padding-top: 20px;
}

.tool-panel {
    display: grid;
    gap: 18px;
    border: 1px solid #dbe2ef;
    background: #fff;
    padding: 24px;
}

.tool-panel label {
    display: grid;
    gap: 8px;
    color: #374151;
    font-weight: 700;
}

.tool-panel input,
.tool-panel select {
    width: 100%;
    border: 1px solid #cfd7e6;
    padding: 12px 14px;
    color: #111827;
    font-weight: 400;
}

.tool-panel button {
    min-height: 46px;
}

.editorial-note {
    padding-top: 24px;
}

.buy-decision-hero {
    max-width: 860px;
}

.buy-decision-page .decision-shell,
.buy-decision-page .community-panel,
.buy-decision-page .feedback-layout,
.buy-decision-page .editorial-note {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.decision-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 24px;
    padding-top: 20px;
    align-items: start;
}

.decision-form textarea,
.feedback-form textarea {
    min-height: 112px;
    border: 1px solid #cfd7e6;
    padding: 12px 14px;
    resize: vertical;
    color: #111827;
}

.decision-two-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.store-search-wrap {
    position: relative;
    display: block;
}

.store-search-wrap input[type="text"] {
    padding-right: 42px;
}

.store-suggestions {
    position: absolute;
    z-index: 20;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    border: 1px solid #cfd7e6;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
    max-height: 320px;
    overflow: auto;
}

.store-suggestions button {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 64px;
    border: 0;
    border-bottom: 1px solid #edf1f7;
    background: #fff;
    color: #111827;
    padding: 10px 12px;
    text-align: left;
    cursor: pointer;
}

.store-suggestions button:hover {
    background: #f8fafc;
}

.store-suggestions img {
    width: 42px;
    height: 34px;
    object-fit: contain;
    background: #fff;
}

.store-suggestions span {
    min-width: 0;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.store-suggestions small {
    color: #0f766e;
    font-weight: 700;
    white-space: nowrap;
}

.decision-card {
    border: 1px solid #dbe2ef;
    background: #102a43;
    color: #fff;
    padding: 24px;
    position: sticky;
    top: 18px;
    min-height: 420px;
}

.decision-card.is-empty {
    background: #fff;
    color: #172033;
}

.decision-card.is-empty .decision-score {
    border-bottom-color: #e5e7eb;
}

.decision-card.is-empty .decision-score span,
.decision-card.is-empty p,
.decision-card.is-empty .decision-reasons {
    color: #5b6472;
}

.decision-card.is-empty .decision-verdict,
.decision-card.is-empty .decision-score strong {
    color: #111827;
}

.decision-card.is-loading {
    overflow: hidden;
}

.decision-card.is-loading .decision-loader {
    display: block;
}

.decision-loader {
    display: none;
    width: 42px;
    height: 42px;
    margin-top: 20px;
    border: 4px solid rgba(20, 184, 166, 0.25);
    border-top-color: #14b8a6;
    border-radius: 50%;
    animation: guru-spin 0.8s linear infinite;
}

@keyframes guru-spin {
    to {
        transform: rotate(360deg);
    }
}

.decision-score {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-bottom: 16px;
}

.decision-score span {
    color: #b6c7d9;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.decision-score strong {
    font-size: 34px;
}

.decision-verdict {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
}

.decision-card p {
    color: #d8e3ef;
    line-height: 1.6;
}

.decision-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 16px 0;
}

.decision-badges span {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 700;
}

.decision-reasons {
    display: grid;
    gap: 10px;
    padding-left: 18px;
    color: #eef5fb;
    line-height: 1.5;
}

.decision-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.decision-actions a,
.decision-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 0;
    padding: 0 16px;
    background: #14b8a6;
    color: #062b2a;
    font-weight: 800;
}

.decision-actions button {
    background: #f8fafc;
    cursor: pointer;
}

.store-coupons {
    margin-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 16px;
}

.decision-card.is-empty .store-coupons {
    border-top-color: #e5e7eb;
}

.store-coupons h3 {
    margin: 0 0 10px;
    color: inherit;
    font-size: 16px;
}

#store-coupons-list {
    display: grid;
    gap: 8px;
}

#store-coupons-list article {
    display: grid;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    padding: 10px;
}

#store-coupons-list span {
    color: #5eead4;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

#store-coupons-list strong {
    color: #fff;
    line-height: 1.35;
}

#store-coupons-list small {
    color: #d8e3ef;
}

.decision-share-status,
.feedback-status {
    min-height: 20px;
    font-weight: 700;
}

.community-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 28px;
    align-items: center;
    border-top: 1px solid #e5e7eb;
    margin-top: 34px;
    padding-top: 30px;
}

.community-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.community-stats div {
    border: 1px solid #dbe2ef;
    background: #fff;
    padding: 16px 12px;
    text-align: center;
}

.community-stats strong {
    display: block;
    color: #0f766e;
    font-size: 26px;
}

.community-stats span {
    color: #5b6472;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.feedback-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 24px;
    padding-top: 30px;
    align-items: start;
}

.experience-list {
    display: grid;
    gap: 12px;
}

.experience-card {
    border: 1px solid #dbe2ef;
    background: #fff;
    padding: 18px;
}

.experience-card div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #5b6472;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.experience-card strong {
    color: #111827;
}

.experience-card p {
    color: #374151;
    line-height: 1.55;
}

.experience-card small {
    color: #0f766e;
    font-weight: 700;
}

.method-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.method-grid article {
    border: 1px solid #dbe2ef;
    background: #fff;
    padding: 18px;
}

@media (max-width: 900px) {
    .savings-hero,
    .tool-layout,
    .section-heading,
    .editorial-band,
    .decision-shell,
    .community-panel,
    .feedback-layout,
    .method-grid {
        grid-template-columns: 1fr;
        display: grid;
    }

    .decision-card {
        position: static;
    }

    .decision-two-cols,
    .community-stats {
        grid-template-columns: 1fr;
    }

    .savings-hero h1,
    .tool-hero h1 {
        font-size: 36px;
    }

    .savings-strip,
    .portal-grid,
    .tool-grid,
    .selected-offers {
        grid-template-columns: 1fr;
    }

    .selected-offer {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .guide-row {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        padding: 14px;
    }

    .guide-image {
        width: 82px;
        height: 62px;
    }

    .guide-content h3 {
        margin: 0 0 6px;
        font-size: 18px;
        line-height: 1.25;
    }

    .guide-content p {
        font-size: 14px;
        line-height: 1.45;
    }

    .guide-row .text-link {
        grid-column: 2;
        justify-self: start;
        margin-top: 2px;
        font-size: 14px;
    }

    .savings-search {
        display: grid;
    }

    .savings-search button {
        min-height: 46px;
    }
}
