:root {
    --ts-red: #cb1219;
    --ts-red-dark: #a90f15;
    --ts-red-soft: #fff3f3;
    --ts-dark: #202020;
    --ts-text: #3a3a3a;
    --ts-muted: #6f757b;
    --ts-border: #e6e6e6;
    --ts-bg: #f3f3f3;
    --ts-white: #ffffff;
    --ts-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ts-text);
    background: var(--ts-bg);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.refill-page {
    padding: 42px 0 64px;
}

.refill-page .container {
    max-width: 1180px;
}

.refill-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 34px 38px;
    color: #ffffff;
    background: linear-gradient(135deg, #1d1d1d 0%, #2f2f2f 72%, #3b1517 100%);
    border-radius: 8px;
    box-shadow: var(--ts-shadow);
}

.refill-hero::after {
    content: "";
    position: absolute;
    top: -70px;
    right: -45px;
    width: 220px;
    height: 220px;
    border: 28px solid rgba(203, 18, 25, 0.28);
    border-radius: 50%;
}

.refill-hero > * {
    position: relative;
    z-index: 1;
}

.refill-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    color: var(--ts-red);
    background: #ffffff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.refill-hero p {
    max-width: 930px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
}

.refill-card {
    margin-bottom: 24px;
    padding: 28px;
    background: var(--ts-white);
    border: 1px solid var(--ts-border);
    border-radius: 8px;
    box-shadow: var(--ts-shadow);
}

.refill-card h2 {
    margin: 0 0 18px;
    padding-bottom: 12px;
    color: var(--ts-dark);
    border-bottom: 1px solid var(--ts-border);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
}

.refill-card h2::after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    margin-top: 11px;
    background: var(--ts-red);
    border-radius: 999px;
}

.refill-card p {
    margin: 0 0 17px;
}

.refill-card > :last-child {
    margin-bottom: 0;
}

.refill-steps {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: refill-step;
}

.refill-steps li {
    position: relative;
    counter-increment: refill-step;
    margin-bottom: 12px;
    padding: 15px 18px 15px 58px;
    background: #fafafa;
    border: 1px solid var(--ts-border);
    border-radius: 8px;
}

.refill-steps li::before {
    content: counter(refill-step);
    position: absolute;
    top: 13px;
    left: 15px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: var(--ts-red);
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

.info-panel,
.recommendation-panel {
    padding: 18px 20px;
    border-radius: 6px;
}

.info-panel {
    background: #fafafa;
    border: 1px solid var(--ts-border);
    border-left: 5px solid #777777;
}

.recommendation-panel {
    margin-bottom: 20px;
    background: var(--ts-red-soft);
    border: 1px solid #f0c7c9;
    border-left: 5px solid var(--ts-red);
}

.info-panel p:last-child,
.recommendation-panel p:last-child {
    margin-bottom: 0;
}

.cta-wrapper {
    margin-top: 28px;
    text-align: center;
}

/* .responsive-button {
    display: inline-block;
    max-width: 100%;
    padding: 12px 26px;
    color: #ffffff;
    background-color: var(--ts-red);
    border: 2px solid var(--ts-red);
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    word-break: break-word;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.responsive-button:hover,
.responsive-button:focus {
    color: #ffffff;
    background-color: var(--ts-red-dark);
    border-color: var(--ts-red-dark);
    text-decoration: none;
    transform: translateY(-1px);
} */

.responsive-button {
    display: inline-block;
    max-width: 100%;
    padding: 13px 26px;
    color: #fff;
    background: var(--ts-red);
    border: 2px solid var(--ts-red);
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.responsive-button:hover,
.responsive-button:focus {
    color: #fff;
    background: var(--ts-red-dark);
    border-color: var(--ts-red-dark);
    text-decoration: none;
    transform: translateY(-1px);
}

.responsive-button--outline {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, .8);
}

.responsive-button--outline:hover,
.responsive-button--outline:focus {
    color: var(--ts-dark);
    background: #fff;
    border-color: #fff;
}

@media (max-width: 767.98px) {
    body {
        font-size: 15px;
    }

    .refill-page {
        padding: 22px 0 40px;
    }

    .refill-hero {
        padding: 26px 22px;
    }

    .refill-hero p {
        font-size: 15px;
    }

    .refill-card {
        padding: 20px 18px;
    }

    .refill-card h2 {
        font-size: 21px;
    }
}

@media (max-width: 576px) {
    .responsive-button {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
}

@media print {
    body {
        color: #000000;
        background: #ffffff;
    }

    .refill-page {
        padding: 0;
    }

    .refill-hero,
    .refill-card {
        break-inside: avoid;
        box-shadow: none;
    }

    .refill-hero {
        color: #000000;
        background: #ffffff;
        border: 1px solid #cccccc;
    }

    .refill-hero p {
        color: #000000;
    }

    .refill-hero::after,
    .refill-eyebrow,
    .cta-wrapper {
        display: none;
    }
}
