.info-page {
    background: #f8fafb;
}

.info-hero {
    background: #1f2933;
    color: #ffffff;
    padding: 68px 0 48px;
}

.info-hero h1 {
    font-size: clamp(2.1rem, 4vw, 3.8rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 1rem;
}

.info-hero p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 860px;
}

.info-panel {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    padding: 1.35rem;
}

.info-panel h2,
.info-panel h3 {
    color: var(--brand-ink);
    font-weight: 800;
}

.info-panel h2 {
    font-size: 1.35rem;
    margin-bottom: 0.8rem;
}

.info-panel h3 {
    font-size: 1rem;
    margin-bottom: 0.45rem;
}

.info-panel p,
.info-panel li {
    color: var(--brand-muted);
    line-height: 1.65;
}

.application-product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1rem;
}

.application-product-list span {
    background: #eef5f6;
    border: 1px solid #d9e6ea;
    border-radius: 999px;
    color: var(--brand-ink);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
    padding: 0.38rem 0.62rem;
}

.info-grid,
.process-grid,
.evidence-placeholder-grid {
    display: grid;
    gap: 1rem;
}

.info-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-step {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    padding: 1rem;
}

.process-step span {
    color: var(--brand-accent);
    display: block;
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 0.55rem;
}

.process-step strong {
    color: var(--brand-ink);
    display: block;
    line-height: 1.35;
    margin-bottom: 0.45rem;
}

.process-step p {
    color: var(--brand-muted);
    font-size: 0.9rem;
    margin-bottom: 0;
}

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

.evidence-placeholder {
    background: #ffffff;
    border: 1px dashed #c9d5de;
    border-radius: 8px;
    min-height: 145px;
    padding: 1rem;
}

.evidence-placeholder strong {
    color: var(--brand-ink);
    display: block;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.evidence-placeholder span {
    color: var(--brand-muted);
    display: block;
    font-size: 0.92rem;
    line-height: 1.55;
}

@media (max-width: 1200px) {
    .info-grid,
    .process-grid,
    .evidence-placeholder-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .info-grid,
    .process-grid,
    .evidence-placeholder-grid {
        grid-template-columns: 1fr;
    }
}

.oem-page {
    background: #f6f8fa;
    color: var(--brand-ink);
}

.oem-hero {
    background: #1f2933;
    color: #ffffff;
    min-height: 600px;
    padding: 86px 0;
}

.oem-hero-inner {
    align-items: center;
    display: grid;
    gap: clamp(4rem, 6vw, 5.4rem);
    grid-template-columns: minmax(0, 0.47fr) minmax(560px, 0.53fr);
    max-width: 1340px;
    min-height: 430px;
}

.oem-hero-copy {
    max-width: 560px;
}

.oem-hero h1 {
    font-size: clamp(56px, 5vw, 78px);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 2rem;
}

.oem-hero h1 span {
    display: block;
}

.oem-hero .section-kicker {
    margin-bottom: 1.25rem;
}

.oem-hero-visual {
    align-self: stretch;
    min-height: 440px;
    position: relative;
}

.oem-visual-caption {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    color: #1f2933;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 850;
    left: clamp(0.5rem, 2vw, 1.3rem);
    letter-spacing: 0;
    line-height: 1;
    padding: 0.72rem 0.95rem;
    position: absolute;
    top: 0;
    z-index: 5;
}

.packaging-composition {
    background:
        radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.18), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border-radius: 20px;
    min-height: 440px;
    overflow: hidden;
    position: relative;
}

.oem-hero-visual .packaging-composition {
    background:
        radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.9), transparent 36%),
        linear-gradient(135deg, #f7fafc, #e8eff4);
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.22);
}

.packaging-composition::after,
.format-visual::after {
    background: radial-gradient(ellipse at center, rgba(12, 22, 32, 0.22), transparent 68%);
    bottom: 22px;
    content: "";
    height: 34px;
    left: 16%;
    position: absolute;
    right: 12%;
}

.oem-hero-visual .packaging-composition::after {
    background: radial-gradient(ellipse at center, rgba(31, 41, 51, 0.18), transparent 68%);
}

.pack-object {
    position: absolute;
    z-index: 2;
}

.pack-carton {
    background: linear-gradient(135deg, #d5bb91, #b9915f);
    border: 1px solid rgba(93, 66, 34, 0.22);
    border-radius: 9px;
    box-shadow: 0 26px 42px rgba(0, 0, 0, 0.2);
}

.carton-flap,
.carton-mark {
    display: block;
    position: absolute;
}

.carton-flap {
    background: rgba(255, 255, 255, 0.22);
    height: 28%;
    left: 0;
    right: 0;
    top: 0;
}

.carton-mark {
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 4px;
    bottom: 15%;
    height: 25%;
    right: 12%;
    width: 34%;
}

.pack-dispenser {
    background: linear-gradient(145deg, #ffffff, #e8edf2);
    border: 1px solid rgba(151, 164, 176, 0.38);
    border-radius: 12px;
    box-shadow: 0 28px 44px rgba(0, 0, 0, 0.22);
}

.box-label {
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.12), rgba(31, 41, 51, 0.08));
    border-radius: 6px;
    display: block;
    height: 34%;
    left: 10%;
    position: absolute;
    right: 12%;
    top: 16%;
}

.box-slot {
    background: rgba(31, 41, 51, 0.16);
    border-radius: 999px;
    bottom: 18%;
    display: block;
    height: 12px;
    left: 18%;
    position: absolute;
    right: 20%;
}

.pack-polybag,
.pack-hanging-bag {
    background: linear-gradient(145deg, rgba(244, 249, 252, 0.72), rgba(215, 232, 244, 0.62));
    border: 1px solid rgba(172, 193, 207, 0.58);
    border-radius: 18px;
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.18);
}

.bag-highlight {
    background: rgba(255, 255, 255, 0.54);
    border-radius: 999px;
    display: block;
    height: 76%;
    left: 14%;
    position: absolute;
    top: 12%;
    transform: rotate(-12deg);
    width: 18%;
}

.ppe-hint {
    background: linear-gradient(145deg, #5fb5e7, #1d8ed0);
    border-radius: 18px 18px 24px 24px;
    display: block;
    opacity: 0.72;
    position: absolute;
}

.ppe-hint-one {
    bottom: 22%;
    height: 31%;
    right: 22%;
    transform: rotate(-13deg);
    width: 30%;
}

.ppe-hint-two {
    bottom: 27%;
    height: 25%;
    right: 42%;
    transform: rotate(10deg);
    width: 22%;
}

.pack-folded {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(205, 225, 238, 0.82));
    border: 1px solid rgba(173, 194, 207, 0.48);
    border-radius: 18px;
    box-shadow: 0 30px 48px rgba(0, 0, 0, 0.2);
}

.insert-card,
.fold-line,
.pack-insert-card span {
    display: block;
    position: absolute;
}

.insert-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(163, 177, 188, 0.42);
    border-radius: 6px;
    height: 42%;
    right: 10%;
    top: 18%;
    width: 31%;
}

.fold-line {
    background: rgba(108, 140, 160, 0.24);
    border-radius: 999px;
    height: 2px;
    left: 12%;
    right: 48%;
}

.fold-line-one {
    top: 36%;
}

.fold-line-two {
    top: 54%;
}

.hero-carton {
    height: 245px;
    right: 2%;
    top: 82px;
    transform: rotate(-1.5deg);
    width: 315px;
}

.hero-dispenser {
    height: 142px;
    left: 6%;
    top: 166px;
    transform: rotate(-2deg);
    width: 250px;
}

.hero-polybag {
    height: 160px;
    right: 32%;
    top: 114px;
    transform: rotate(4deg);
    width: 205px;
}

.hero-folded {
    bottom: 34px;
    height: 178px;
    left: 27%;
    transform: rotate(2deg);
    width: 270px;
}

.packaging-format-section {
    background: #ffffff;
    padding: 94px 0 72px;
}

.packaging-format-section .container,
.packaging-alignment-strip .container {
    max-width: 1240px;
}

.packaging-section-heading {
    max-width: 760px;
    margin-bottom: 2.2rem;
}

.packaging-section-heading h2 {
    color: var(--brand-ink);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 0.7rem;
}

.packaging-section-heading p:not(.section-kicker) {
    color: var(--brand-muted);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}

.packaging-format-grid {
    display: grid;
    gap: 1.35rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.packaging-format-card {
    background: #ffffff;
    border: 1px solid #dce6ed;
    border-radius: 8px;
    overflow: hidden;
}

.format-card-media {
    background: linear-gradient(135deg, #f6f8fa, #edf2f5);
    min-height: 285px;
    position: relative;
}

.format-badge {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(220, 230, 237, 0.9);
    border-radius: 999px;
    color: var(--brand-accent);
    font-size: 0.76rem;
    font-weight: 850;
    left: 18px;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 0.5rem 0.72rem;
    position: absolute;
    top: 18px;
    z-index: 5;
}

.format-visual {
    inset: 0;
    overflow: hidden;
    position: absolute;
}

.format-card-body {
    padding: 1.35rem 1.45rem 1.45rem;
}

.format-card-body h3 {
    color: var(--brand-ink);
    font-size: 1.35rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 0.55rem;
}

.format-card-body p {
    color: var(--brand-muted);
    font-size: 0.98rem;
    line-height: 1.5;
    margin: 0 0 1.1rem;
}

.format-card-body a {
    color: #0d6efd;
    font-weight: 850;
    text-decoration: none;
}

.format-card-body a::after {
    content: " →";
}

.card-carton {
    height: 150px;
    right: 34px;
    top: 58px;
    transform: rotate(-2deg);
    width: 205px;
}

.card-dispenser {
    bottom: 36px;
    height: 112px;
    left: 42px;
    transform: rotate(-2deg);
    width: 210px;
}

.card-polybag {
    bottom: 52px;
    height: 132px;
    right: 92px;
    transform: rotate(5deg);
    width: 170px;
}

.front-polybag {
    bottom: 42px;
    left: 54px;
    right: auto;
}

.pack-hanging-bag {
    height: 165px;
    right: 76px;
    top: 62px;
    transform: rotate(2deg);
    width: 145px;
}

.hanger-hole {
    border: 2px solid rgba(31, 41, 51, 0.14);
    border-radius: 999px;
    display: block;
    height: 18px;
    left: 50%;
    position: absolute;
    top: 13px;
    transform: translateX(-50%);
    width: 18px;
}

.bag-label {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 5px;
    bottom: 18px;
    display: block;
    height: 34px;
    left: 18px;
    position: absolute;
    right: 18px;
}

.card-folded {
    bottom: 43px;
    height: 142px;
    left: 64px;
    transform: rotate(-2deg);
    width: 250px;
}

.pack-insert-card {
    background: #ffffff;
    border: 1px solid #d4dde5;
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(31, 41, 51, 0.16);
    height: 104px;
    position: absolute;
    width: 82px;
}

.pack-insert-card span {
    background: linear-gradient(#dce6ed, #dce6ed) 0 0 / 100% 2px no-repeat,
        linear-gradient(#dce6ed, #dce6ed) 0 15px / 70% 2px no-repeat,
        linear-gradient(#dce6ed, #dce6ed) 0 30px / 82% 2px no-repeat;
    height: 42px;
    left: 14px;
    right: 14px;
    top: 24px;
}

.card-insert {
    bottom: 74px;
    right: 96px;
    transform: rotate(7deg);
}

.pack-kit-bag {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(219, 235, 245, 0.76));
    border: 1px solid rgba(163, 185, 199, 0.56);
    border-radius: 22px;
    box-shadow: 0 26px 42px rgba(31, 41, 51, 0.18);
    height: 168px;
    left: 55px;
    overflow: hidden;
    top: 82px;
    transform: rotate(-2deg);
    width: 230px;
}

.kit-label {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 6px;
    display: block;
    height: 42px;
    left: 22px;
    position: absolute;
    right: 22px;
    top: 20px;
}

.kit-item {
    display: block;
    position: absolute;
}

.kit-item-one,
.kit-item-two {
    background: linear-gradient(145deg, #61bce9, #1f92d2);
    border-radius: 16px;
    height: 44px;
    opacity: 0.66;
    top: 86px;
    width: 70px;
}

.kit-item-one {
    left: 32px;
    transform: rotate(8deg);
}

.kit-item-two {
    right: 28px;
    transform: rotate(-10deg);
}

.kit-item-three {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(161, 178, 190, 0.4);
    border-radius: 50%;
    bottom: 24px;
    height: 52px;
    left: 88px;
    width: 52px;
}

.kit-insert {
    bottom: 50px;
    right: 92px;
    transform: rotate(8deg);
}

.packaging-alignment-strip {
    background: #ffffff;
    padding: 0 0 88px;
}

.alignment-strip-inner {
    align-items: center;
    border-bottom: 1px solid #dfe7ee;
    border-top: 1px solid #dfe7ee;
    display: flex;
    gap: 2.5rem;
    padding: 1.45rem 0;
}

.alignment-strip-inner > span {
    color: var(--brand-accent);
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.alignment-strip-inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.alignment-strip-inner li {
    background: #f3f7f9;
    border: 1px solid #dce6ed;
    border-radius: 999px;
    color: var(--brand-ink);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.68rem 0.88rem;
}

.oem-conversation-section .container {
    max-width: 1240px;
}

.oem-conversation-section {
    background: #f6f8fa;
    padding: 88px 0 108px;
}

.oem-conversation-panel {
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #dfe7ee;
    border-radius: 0;
    border-top: 1px solid #dfe7ee;
    display: grid;
    gap: 3.2rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 54px 0;
}

.oem-conversation-panel h2 {
    color: var(--brand-ink);
    font-size: clamp(1.9rem, 3vw, 2.65rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 0.75rem;
}

.oem-conversation-panel p {
    color: var(--brand-muted);
    font-size: 1.03rem;
    line-height: 1.6;
    margin: 0;
}

.oem-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.55rem;
}

.oem-chip-row span {
    border: 1px solid #dce6ed;
    border-radius: 999px;
    color: var(--brand-ink);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.72rem 0.95rem;
}

.oem-conversation-action {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 310px;
}

.oem-privacy-note {
    color: #748393 !important;
    font-size: 0.9rem !important;
    max-width: 340px;
}

.oem-privacy-note .bi {
    color: var(--brand-accent);
    margin-right: 0.35rem;
}

@media (prefers-reduced-motion: no-preference) {
    .pack-object {
        animation: packagingObjectIn 0.7s ease-out both;
    }

    .hero-carton,
    .card-carton {
        animation-delay: 0.08s;
    }

    .hero-polybag,
    .card-polybag,
    .card-hanging-bag {
        animation-delay: 0.18s;
    }

    .hero-dispenser,
    .card-dispenser,
    .card-kit-bag {
        animation-delay: 0.26s;
    }

    .hero-folded,
    .card-folded,
    .card-insert,
    .kit-insert {
        animation-delay: 0.34s;
    }
}

@keyframes packagingObjectIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
}

@media (max-width: 991px) {
    .oem-hero {
        min-height: 0;
        padding: 70px 0 78px;
    }

    .oem-hero-inner {
        grid-template-columns: 1fr;
    }

    .oem-hero-copy {
        max-width: 560px;
    }

    .oem-hero-visual {
        min-height: 380px;
    }

    .packaging-composition {
        min-height: 380px;
    }

    .packaging-format-grid {
        grid-template-columns: 1fr;
    }

    .alignment-strip-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .oem-conversation-panel {
        grid-template-columns: 1fr;
    }

    .oem-conversation-action {
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .oem-hero {
        padding: 58px 0 64px;
    }

    .oem-hero h1 {
        font-size: clamp(42px, 12vw, 56px);
        line-height: 1;
        max-width: 560px;
        overflow-wrap: normal;
        word-break: normal;
    }

    .oem-hero-visual {
        min-height: 330px;
    }

    .packaging-composition {
        min-height: 330px;
    }

    .oem-visual-caption {
        font-size: 0.76rem;
        left: 1rem;
        top: 1rem;
    }

    .hero-carton {
        height: 168px;
        right: 2%;
        top: 88px;
        width: 210px;
    }

    .hero-dispenser {
        height: 98px;
        left: 6%;
        top: 148px;
        width: 172px;
    }

    .hero-polybag {
        height: 112px;
        right: 28%;
        top: 92px;
        width: 142px;
    }

    .hero-folded {
        bottom: 28px;
        height: 116px;
        left: 25%;
        width: 180px;
    }

    .packaging-format-section {
        padding: 68px 0 54px;
    }

    .format-card-media {
        min-height: 250px;
    }

    .card-carton {
        height: 126px;
        right: 20px;
        top: 66px;
        width: 164px;
    }

    .card-dispenser {
        height: 96px;
        left: 28px;
        width: 172px;
    }

    .card-polybag {
        height: 112px;
        right: 48px;
        width: 136px;
    }

    .card-folded {
        height: 116px;
        left: 32px;
        width: 190px;
    }

    .pack-hanging-bag {
        right: 30px;
    }

    .pack-kit-bag {
        left: 28px;
        width: 188px;
    }

    .packaging-alignment-strip {
        padding-bottom: 64px;
    }

    .oem-conversation-section {
        padding-bottom: 70px;
    }

    .oem-conversation-panel {
        padding: 30px 24px;
    }

    .oem-conversation-action .btn {
        width: 100%;
    }
}
