.product-sheet-page {
    color: #0b1747;
}

.sheet-header {
    border-bottom: 1px solid rgba(0, 32, 104, 0.14);
    background:
        linear-gradient(to right, rgba(0, 51, 153, 0.055) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 51, 153, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, #fbf8ff 0%, #ffffff 100%);
    background-size: 48px 48px, 48px 48px, auto;
    padding: 2.4rem 0 2rem;
}

.sheet-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.6rem;
    color: #747684;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.sheet-breadcrumb a {
    color: #003399;
}

.sheet-breadcrumb strong {
    color: #0b1747;
}

.sheet-title-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 2.5rem;
    align-items: end;
}

.sheet-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.1rem;
}

.sheet-tag {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    border: 1px solid rgba(0, 32, 104, 0.18);
    background: #ffffff;
    padding: 0.42rem 0.65rem;
    color: #002068;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sheet-tag.is-gold {
    border-color: #fecb00;
    background: #fecb00;
}

.sheet-title {
    max-width: 840px;
    color: #0b1747;
    font-family: "Public Sans", sans-serif;
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    font-weight: 900;
    line-height: 0.98;
}

.sheet-summary {
    max-width: 720px;
    margin-top: 1.1rem;
    color: #444653;
    font-size: 1.05rem;
    line-height: 1.7;
}

.sheet-header-actions,
.sheet-panel-actions {
    display: grid;
    gap: 0.75rem;
}

.sheet-primary-action,
.sheet-panel-quote,
.sheet-secondary-action,
.sheet-panel-contact {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.2rem;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sheet-secondary-action,
.sheet-panel-contact {
    border: 1px solid rgba(0, 32, 104, 0.2);
    background: #ffffff;
    color: #002068;
}

.sheet-secondary-action:hover,
.sheet-panel-contact:hover {
    border-color: rgba(0, 51, 153, 0.42);
    background: #f3f2ff;
}

.sheet-facts-section {
    border-bottom: 1px solid rgba(0, 32, 104, 0.12);
    background: #ffffff;
}

.sheet-facts-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-left: 1px solid rgba(0, 32, 104, 0.14);
}

.sheet-fact {
    min-height: 96px;
    border-right: 1px solid rgba(0, 32, 104, 0.14);
    padding: 1.1rem 1rem;
}

.sheet-fact span,
.sheet-panel-kicker,
.sheet-section-head span,
.sheet-table-head span,
.sheet-card-head span,
.sheet-accuracy-card span,
.sheet-standard-grid span,
.sheet-cta-panel span {
    display: block;
    color: #747684;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.sheet-fact strong {
    display: block;
    margin-top: 0.55rem;
    color: #003399;
    font-size: 1rem;
    line-height: 1.25;
}

.sheet-main-section,
.sheet-section,
.sheet-compact-cta {
    padding: 5.5rem 0;
}

.sheet-main-section {
    background: #f3f2ff;
}

.sheet-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 2.5rem;
    align-items: start;
}

.sheet-media-column {
    display: grid;
    gap: 1rem;
}

.sheet-image-frame,
.sheet-note,
.sheet-procurement-panel,
.sheet-table-panel,
.sheet-card-block,
.sheet-accuracy-card,
.sheet-cta-panel {
    border: 1px solid rgba(0, 32, 104, 0.16);
    background: #ffffff;
    box-shadow: 0 24px 60px -52px rgba(0, 32, 104, 0.44);
}

.sheet-image-frame {
    overflow: hidden;
}

.sheet-image-frame img {
    width: 100%;
    height: min(56vw, 560px);
    min-height: 430px;
    object-fit: cover;
    background: #ececff;
}

.sheet-note {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem 1.2rem;
}

.sheet-note span {
    color: #003399;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sheet-note p {
    color: #444653;
    line-height: 1.65;
}

.sheet-procurement-panel {
    position: sticky;
    top: 104px;
    padding: 1.35rem;
}

.sheet-procurement-panel h2 {
    margin: 0.35rem 0 1.25rem;
    color: #0b1747;
    font-family: "Public Sans", sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
}

.sheet-panel-quote {
    width: 100%;
}

.sheet-downloads {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 32, 104, 0.14);
}

.sheet-downloads a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid rgba(0, 32, 104, 0.14);
    padding: 0.9rem 0.95rem;
    color: #0b1747;
    font-weight: 900;
}

.sheet-downloads strong {
    border: 1px solid rgba(0, 32, 104, 0.18);
    padding: 0.28rem 0.5rem;
    color: #003399;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

.sheet-procurement-list {
    display: grid;
    gap: 1px;
    margin-top: 1.25rem;
    background: rgba(0, 32, 104, 0.14);
}

.sheet-procurement-list div {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 1rem;
    background: #ffffff;
    padding: 0.75rem 0.85rem;
}

.sheet-procurement-list dt {
    color: #747684;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sheet-procurement-list dd {
    color: #002068;
    font-weight: 900;
}

.sheet-quote-help {
    margin-top: 1.25rem;
    border-top: 1px solid rgba(0, 32, 104, 0.14);
    padding-top: 1rem;
    color: #444653;
    font-size: 0.92rem;
    line-height: 1.7;
}

.sheet-section-head {
    max-width: 760px;
    margin-bottom: 2rem;
}

.sheet-section-head h2 {
    margin-top: 0.4rem;
    color: #0b1747;
    font-family: "Public Sans", sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.05;
}

.sheet-section-head p {
    margin-top: 0.85rem;
    color: #444653;
    font-size: 1rem;
    line-height: 1.7;
}

.sheet-section-head.is-sticky {
    position: sticky;
    top: 112px;
}

.sheet-table-grid {
    display: grid;
    gap: 1.25rem;
}

.sheet-table-panel {
    overflow: hidden;
}

.sheet-table-head,
.sheet-card-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(0, 32, 104, 0.14);
    padding: 1rem 1.15rem;
}

.sheet-table-head h3,
.sheet-card-head h3 {
    color: #0b1747;
    font-family: "Public Sans", sans-serif;
    font-size: 1.18rem;
    font-weight: 900;
}

.sheet-table-scroll {
    overflow-x: auto;
}

.sheet-table {
    width: 100%;
    border-collapse: collapse;
}

.sheet-table th,
.sheet-table td {
    border-bottom: 1px solid rgba(0, 32, 104, 0.12);
    border-right: 1px solid rgba(0, 32, 104, 0.08);
    padding: 0.85rem 1rem;
    text-align: left;
    white-space: nowrap;
}

.sheet-table th {
    background: #002068;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sheet-table td {
    color: #444653;
    font-size: 0.92rem;
}

.sheet-table td:first-child {
    color: #003399;
    font-weight: 900;
}

.sheet-accuracy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.sheet-accuracy-card {
    padding: 1.15rem;
}

.sheet-accuracy-card p {
    margin-top: 0.55rem;
    color: #444653;
    line-height: 1.7;
}

.sheet-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 2.5rem;
    align-items: start;
}

.sheet-proof-column {
    display: grid;
    gap: 1.25rem;
}

.sheet-feature-list,
.sheet-standard-grid {
    display: grid;
    gap: 1px;
    background: rgba(0, 32, 104, 0.14);
}

.sheet-feature-list div,
.sheet-standard-grid div {
    background: #ffffff;
    padding: 1rem 1.15rem;
}

.sheet-feature-list div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 1rem;
}

.sheet-feature-list span {
    display: inline-flex;
    width: 34px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #fecb00;
    color: #002068;
    font-size: 0.68rem;
    font-weight: 900;
}

.sheet-feature-list p {
    color: #444653;
    line-height: 1.65;
}

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

.sheet-standard-grid strong {
    display: block;
    margin-top: 0.45rem;
    color: #003399;
    font-size: 1rem;
}

.sheet-compact-cta {
    background: #ffffff;
}

.sheet-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: #002068;
    padding: 2rem;
}

.sheet-cta-panel h2 {
    margin-top: 0.35rem;
    color: #ffffff;
    font-family: "Public Sans", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    font-weight: 900;
}

.sheet-cta-panel p {
    margin-top: 0.55rem;
    color: #dce1ff;
    line-height: 1.65;
}

.sheet-cta-panel span {
    color: #fecb00;
}

@media (max-width: 1024px) {
    .sheet-title-grid,
    .sheet-main-grid,
    .sheet-detail-grid {
        grid-template-columns: 1fr;
    }

    .sheet-header-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sheet-facts-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sheet-procurement-panel,
    .sheet-section-head.is-sticky {
        position: static;
    }
}

@media (max-width: 640px) {
    .sheet-header {
        padding: 2rem 0 1.4rem;
    }

    .sheet-header-actions,
    .sheet-panel-actions,
    .sheet-accuracy-grid,
    .sheet-standard-grid {
        grid-template-columns: 1fr;
    }

    .sheet-facts-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sheet-fact {
        min-height: 86px;
        padding: 0.95rem 0.8rem;
    }

    .sheet-main-section,
    .sheet-section,
    .sheet-compact-cta {
        padding: 4rem 0;
    }

    .sheet-image-frame img {
        height: 330px;
        min-height: 330px;
    }

    .sheet-note,
    .sheet-feature-list div,
    .sheet-procurement-list div {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .sheet-table-head,
    .sheet-card-head,
    .sheet-cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .sheet-cta-panel .sheet-primary-action {
        width: 100%;
    }
}
