:root {
    --information-ink: #172330;
    --information-muted: #5f6d79;
    --information-blue: #087fc1;
    --information-blue-dark: #075f91;
    --information-line: #d8e1e8;
    --information-soft: #eef4f7;
    --information-page: #f5f7f9;
    --information-white: #ffffff;
    --information-shadow: 0 12px 34px rgba(21, 47, 66, 0.08);
}

.information-page {
    background: var(--information-page);
    color: var(--information-ink);
    min-height: 420px;
}

.information-page,
.information-page * {
    box-sizing: border-box;
}

.information-page .container {
    max-width: 1200px;
}

.information-page h1,
.information-page h2,
.information-page h3,
.information-page p,
.information-page dl,
.information-page ol,
.information-page ul,
.information-page figure,
.information-page blockquote {
    margin-top: 0;
}

.information-page h1,
.information-page h2,
.information-page h3 {
    color: var(--information-ink);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.information-page p,
.information-page li,
.information-page address,
.information-page dd {
    color: var(--information-muted);
    font-size: 15px;
    line-height: 1.75;
}

.information-page a {
    color: var(--information-blue-dark);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.information-page a:hover {
    color: var(--information-blue);
}

.information-page a:focus-visible,
.information-page button:focus-visible {
    outline: 3px solid rgba(8, 127, 193, 0.3);
    outline-offset: 3px;
}

.information-eyebrow {
    color: var(--information-blue-dark);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.information-hero {
    align-items: stretch;
    background: var(--information-white);
    border: 1px solid var(--information-line);
    border-top: 5px solid var(--information-blue);
    box-shadow: var(--information-shadow);
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
    margin-bottom: 28px;
    padding: 42px 44px;
}

.information-hero--compact {
    grid-template-columns: minmax(0, 1fr) auto;
}

.information-hero__copy {
    align-self: center;
    max-width: 760px;
}

.information-hero h1 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
    margin-bottom: 18px;
}

.information-hero__copy > p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 720px;
}

.information-hero__facts {
    align-content: center;
    border-left: 1px solid var(--information-line);
    display: grid;
    gap: 22px;
    margin-bottom: 0;
    padding-left: 36px;
}

.information-hero__facts div {
    display: flex;
    flex-direction: column-reverse;
}

.information-hero__facts dt {
    color: var(--information-muted);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-top: 3px;
    text-transform: uppercase;
}

.information-hero__facts dd {
    color: var(--information-blue-dark);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.information-notice {
    align-items: flex-start;
    background: #eaf5fb;
    border: 1px solid #b9dceb;
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
    padding: 24px 26px;
}

.information-notice__icon {
    color: var(--information-blue-dark);
    flex: 0 0 auto;
    font-size: 26px;
    line-height: 1;
}

.information-notice h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.information-notice p {
    margin-bottom: 0;
}

.warranty-location-grid {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.warranty-location {
    background: var(--information-white);
    border: 1px solid var(--information-line);
    box-shadow: 0 8px 24px rgba(21, 47, 66, 0.06);
    min-width: 0;
}

.warranty-location__header {
    align-items: center;
    background: #153247;
    display: flex;
    gap: 12px;
    padding: 20px 22px;
}

.warranty-location__header > span {
    color: #6dc2ef;
    font-size: 18px;
}

.warranty-location__header h2 {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 0;
}

.warranty-provider-list {
    padding: 0 22px;
}

.warranty-provider {
    border-bottom: 1px solid var(--information-line);
    padding: 24px 0;
}

.warranty-provider:last-child {
    border-bottom: 0;
}

.warranty-provider header {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-bottom: 12px;
}

.warranty-provider h3 {
    font-size: 17px;
    margin-bottom: 0;
}

.warranty-provider header > span {
    color: var(--information-blue-dark);
    font-size: 13px;
    font-weight: 700;
}

.warranty-provider address {
    font-style: normal;
    margin-bottom: 15px;
}

.warranty-provider address span {
    display: block;
}

.warranty-provider__contact {
    display: grid;
    gap: 8px;
}

.warranty-provider__contact a {
    align-items: flex-start;
    display: flex;
    gap: 9px;
    min-width: 0;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.warranty-provider__contact i {
    flex: 0 0 16px;
    margin-top: 4px;
    text-align: center;
}

.information-closing-note {
    background: var(--information-white);
    border-left: 4px solid var(--information-blue);
    box-shadow: var(--information-shadow);
    margin-top: 28px;
    padding: 26px 28px;
}

.information-closing-note h2 {
    font-size: 19px;
    margin-bottom: 6px;
}

.information-closing-note p {
    margin-bottom: 0;
}

.about-milestones {
    align-content: center;
    border-left: 1px solid var(--information-line);
    display: grid;
    gap: 20px;
    list-style: none;
    margin-bottom: 0;
    padding-left: 36px;
}

.about-milestones li {
    display: grid;
    gap: 5px;
}

.about-milestones strong {
    color: var(--information-blue-dark);
    font-size: 26px;
    line-height: 1;
}

.about-milestones span {
    color: var(--information-muted);
    font-size: 13px;
    line-height: 1.5;
}

.about-story,
.about-values,
.about-aeo {
    background: var(--information-white);
    border: 1px solid var(--information-line);
    box-shadow: 0 8px 24px rgba(21, 47, 66, 0.06);
    margin-bottom: 28px;
    padding: 38px 40px;
}

.about-story {
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
}

.about-section-heading h2,
.about-aeo h2 {
    font-size: 27px;
    line-height: 1.25;
    margin-bottom: 0;
}

.about-story__copy p:last-child,
.about-aeo__content p:last-child {
    margin-bottom: 0;
}

.about-values__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
}

.about-values__grid article {
    background: var(--information-soft);
    border-top: 3px solid var(--information-blue);
    padding: 24px;
}

.about-values__grid article > span {
    color: var(--information-blue-dark);
    display: block;
    font-size: 25px;
    margin-bottom: 18px;
}

.about-values__grid h3 {
    font-size: 18px;
    margin-bottom: 9px;
}

.about-values__grid p {
    font-size: 14px;
    margin-bottom: 0;
}

.about-statement {
    background: #153247;
    border: 0;
    margin: 0 0 28px;
    padding: 34px 40px;
    text-align: center;
}

.about-statement p {
    color: #ffffff;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0;
}

.about-aeo {
    align-items: center;
    display: grid;
    gap: 50px;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
}

.about-aeo__mark {
    margin-bottom: 0;
    text-align: center;
}

.about-aeo__mark img {
    display: block;
    height: auto;
    margin: 0 auto 14px;
    max-width: 230px;
    width: 100%;
}

.about-aeo__mark figcaption {
    color: var(--information-muted);
    font-size: 12px;
    line-height: 1.5;
}

.terms-branch-context {
    align-self: center;
    background: var(--information-soft);
    border-left: 4px solid var(--information-blue);
    min-width: 220px;
    padding: 20px 24px;
}

.terms-branch-context span,
.terms-branch-context strong {
    display: block;
}

.terms-branch-context span {
    color: var(--information-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.terms-branch-context strong {
    color: var(--information-ink);
    font-size: 20px;
}

.terms-document {
    background: var(--information-white);
    border: 1px solid var(--information-line);
    box-shadow: var(--information-shadow);
    overflow: hidden;
    padding: 42px 46px;
}

.terms-document__section + .terms-document__section {
    border-top: 1px solid var(--information-line);
    margin-top: 34px;
    padding-top: 34px;
}

.terms-document h2 {
    border-bottom: 1px solid var(--information-line);
    font-size: 25px;
    margin: 34px 0 18px;
    padding-bottom: 10px;
}

.terms-document h2:first-child,
.terms-document h3:first-child,
.terms-document h4:first-child,
.terms-document p:first-child {
    margin-top: 0;
}

.terms-document h3 {
    font-size: 20px;
    margin: 28px 0 12px;
}

.terms-document h4,
.terms-document h5,
.terms-document h6 {
    font-size: 17px;
    margin: 22px 0 10px;
}

.terms-document p,
.terms-document li,
.terms-document dd,
.terms-document dt {
    font-size: 14px;
    line-height: 1.8;
}

.terms-document ul,
.terms-document ol {
    margin-bottom: 20px;
    padding-left: 24px;
}

.terms-document li + li {
    margin-top: 7px;
}

.terms-document blockquote {
    background: var(--information-soft);
    border-left: 4px solid var(--information-blue);
    margin: 24px 0;
    padding: 18px 22px;
}

.terms-document blockquote p:last-child {
    margin-bottom: 0;
}

.terms-document table {
    border-collapse: collapse;
    display: block;
    margin: 24px 0;
    max-width: 100%;
    overflow-x: auto;
    width: max-content;
}

.terms-document th,
.terms-document td {
    border: 1px solid var(--information-line);
    min-width: 150px;
    padding: 11px 13px;
    text-align: left;
    vertical-align: top;
}

.terms-document th {
    background: var(--information-soft);
    color: var(--information-ink);
}

.terms-document hr {
    border: 0;
    border-top: 1px solid var(--information-line);
    margin: 30px 0;
}

.information-empty-state {
    background: var(--information-white);
    border: 1px solid var(--information-line);
    box-shadow: var(--information-shadow);
    padding: 52px 30px;
    text-align: center;
}

.information-empty-state > span {
    color: var(--information-blue-dark);
    display: block;
    font-size: 38px;
    margin-bottom: 18px;
}

.information-empty-state h2 {
    font-size: 23px;
    margin-bottom: 8px;
}

.information-empty-state p {
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .information-hero,
    .information-hero--compact,
    .about-story,
    .about-aeo {
        grid-template-columns: 1fr;
    }

    .information-hero__facts,
    .about-milestones {
        border-left: 0;
        border-top: 1px solid var(--information-line);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-left: 0;
        padding-top: 24px;
    }

    .warranty-location-grid {
        grid-template-columns: 1fr;
    }

    .warranty-provider-list {
        display: grid;
        gap: 0 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .warranty-provider:nth-last-child(2) {
        border-bottom: 0;
    }

    .about-values__grid {
        grid-template-columns: 1fr;
    }

    .about-aeo__mark {
        border-top: 1px solid var(--information-line);
        padding-top: 30px;
    }

    .terms-branch-context {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .information-page.page-padding {
        padding-bottom: 40px;
        padding-top: 30px;
    }

    .information-hero,
    .about-story,
    .about-values,
    .about-aeo,
    .terms-document {
        padding: 28px 22px;
    }

    .information-hero {
        gap: 28px;
    }

    .information-hero h1 {
        font-size: 30px;
    }

    .information-hero__copy > p {
        font-size: 15px;
    }

    .information-notice {
        padding: 20px;
    }

    .warranty-provider-list {
        display: block;
    }

    .warranty-provider:nth-last-child(2) {
        border-bottom: 1px solid var(--information-line);
    }

    .about-story {
        gap: 24px;
    }

    .about-section-heading h2,
    .about-aeo h2 {
        font-size: 23px;
    }

    .about-statement {
        padding: 28px 22px;
    }

    .terms-document h2 {
        font-size: 22px;
    }
}

@media (max-width: 479px) {
    .information-hero__facts,
    .about-milestones {
        grid-template-columns: 1fr;
    }

    .warranty-location__header,
    .warranty-provider-list {
        padding-left: 18px;
        padding-right: 18px;
    }

    .information-closing-note {
        padding: 22px;
    }

    .terms-branch-context {
        padding: 18px;
    }
}

@media print {
    .information-page {
        background: #ffffff;
        min-height: 0;
    }

    .information-hero,
    .information-notice,
    .warranty-location,
    .information-closing-note,
    .about-story,
    .about-values,
    .about-aeo,
    .about-statement,
    .terms-document {
        box-shadow: none;
        break-inside: avoid;
    }

    .information-page a {
        color: #000000;
        text-decoration: none;
    }

    .warranty-location-grid,
    .about-values__grid {
        grid-template-columns: 1fr;
    }
}
