:root {
    --pt-oem-navy: var(--pt-navy, #10233f);
    --pt-oem-blue: var(--pt-blue, #315ff4);
    --pt-oem-cyan: var(--pt-cyan, #19a9c6);
    --pt-oem-ink: var(--pt-ink, #14213a);
    --pt-oem-muted: var(--pt-muted, #66758d);
    --pt-oem-surface: var(--pt-surface, #f3f7fb);
    --pt-oem-line: var(--pt-line, rgba(16, 35, 63, 0.1));
}

.pt-oem-page {
    background:
        radial-gradient(circle at 12% 8%, rgba(49, 95, 244, 0.12), transparent 28rem),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 46%, #ffffff 100%);
    color: var(--pt-oem-ink);
    overflow: hidden;
}

.pt-oem-page * {
    box-sizing: border-box;
}

.pt-oem-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.pt-oem-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--pt-oem-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.pt-oem-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pt-oem-blue), var(--pt-oem-cyan));
}

.pt-oem-hero {
    position: relative;
    padding: clamp(74px, 9vw, 128px) 0 clamp(54px, 7vw, 92px);
}

.pt-oem-hero::before,
.pt-oem-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(6px);
    opacity: 0.7;
}

.pt-oem-hero::before {
    inset: 80px auto auto -160px;
    width: 360px;
    height: 360px;
    background: rgba(25, 169, 198, 0.16);
}

.pt-oem-hero::after {
    inset: auto -140px 40px auto;
    width: 420px;
    height: 420px;
    background: rgba(49, 95, 244, 0.12);
}

.pt-oem-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: clamp(34px, 6vw, 76px);
    align-items: center;
}

.pt-oem-hero-copy h1,
.pt-oem-section-head h2,
.pt-oem-showcase-copy h2,
.pt-oem-doc-grid h2,
.pt-oem-inquiry-copy h2,
.pt-oem-final-card h2 {
    margin: 14px 0 0;
    color: var(--pt-oem-navy);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.pt-oem-hero-copy h1 {
    max-width: 760px;
    font-size: clamp(46px, 6.5vw, 82px);
}

.pt-oem-hero-copy p {
    max-width: 690px;
    margin: 24px 0 0;
    color: var(--pt-oem-muted);
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.75;
}

.pt-oem-hero-actions,
.pt-oem-final-card .pt-oem-btn {
    margin-top: 32px;
}

.pt-oem-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.pt-oem-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.pt-oem-btn::after {
    content: "→";
    margin-left: 10px;
    transition: transform 180ms ease;
}

.pt-oem-btn:hover {
    transform: translateY(-2px);
}

.pt-oem-btn:hover::after {
    transform: translateX(3px);
}

.pt-oem-btn:focus-visible,
.pt-oem-page a:focus-visible {
    outline: 3px solid rgba(25, 169, 198, 0.42);
    outline-offset: 4px;
}

.pt-oem-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--pt-oem-navy), var(--pt-oem-blue));
    box-shadow: 0 18px 36px rgba(49, 95, 244, 0.26);
}

.pt-oem-btn-secondary {
    color: var(--pt-oem-navy);
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(16, 35, 63, 0.12);
    box-shadow: 0 14px 32px rgba(16, 35, 63, 0.08);
}

.pt-oem-hero-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 650px;
    margin-top: 26px;
    color: #52657d;
    font-size: 14px;
    line-height: 1.6;
}

.pt-oem-hero-note span {
    color: var(--pt-oem-cyan);
    font-size: 12px;
    line-height: 1.8;
}

.pt-oem-visual {
    position: relative;
    min-height: 540px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 42px;
    background:
        radial-gradient(circle at 32% 20%, rgba(25, 169, 198, 0.42), transparent 22rem),
        radial-gradient(circle at 78% 66%, rgba(49, 95, 244, 0.34), transparent 19rem),
        linear-gradient(145deg, #0d1d36 0%, #142d55 52%, #203c75 100%);
    box-shadow: 0 38px 90px rgba(16, 35, 63, 0.28);
    overflow: hidden;
}

.pt-oem-visual::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
}

.pt-oem-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.65), transparent 76%);
}

.pt-oem-orbit {
    position: absolute;
    left: 50%;
    top: 51%;
    width: 340px;
    height: 340px;
    border: 1px dashed rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    transform: translate(-50%, -50%) rotate(-18deg);
}

.pt-oem-project-card,
.pt-oem-floating-card,
.pt-oem-chip-row,
.pt-oem-doc-card,
.pt-oem-label-board {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

.pt-oem-project-card-main {
    left: 38px;
    top: 44px;
    width: min(330px, calc(100% - 76px));
    padding: 22px;
    border-radius: 24px;
    color: #fff;
}

.pt-oem-project-card-main span,
.pt-oem-floating-card span,
.pt-oem-doc-card span,
.pt-oem-label-board span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.pt-oem-project-card-main strong {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1.12;
}

.pt-oem-project-card-main small {
    display: block;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.78);
}

.pt-oem-vial-mockup {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 58px;
    width: 154px;
    height: 286px;
    transform: translateX(-50%) rotate(-5deg);
}

.pt-oem-vial-cap {
    display: block;
    width: 104px;
    height: 50px;
    margin: 0 auto -4px;
    border-radius: 18px 18px 10px 10px;
    background: linear-gradient(180deg, #f4f8ff, #9fb4d8);
    box-shadow: inset 0 -10px 18px rgba(16, 35, 63, 0.18), 0 12px 28px rgba(0, 0, 0, 0.25);
}

.pt-oem-vial-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 154px;
    height: 232px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 28px 28px 38px 38px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.92), rgba(255,255,255,0.68) 34%, rgba(255,255,255,0.88)),
        linear-gradient(180deg, rgba(49,95,244,0.18), rgba(25,169,198,0.12));
    box-shadow: inset 18px 0 24px rgba(255,255,255,0.32), inset -18px 0 26px rgba(16,35,63,0.12), 0 24px 52px rgba(0,0,0,0.26);
}

.pt-oem-vial-body b {
    display: block;
    width: 108px;
    padding: 18px 10px;
    border-radius: 16px;
    color: var(--pt-oem-navy);
    background: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.pt-oem-vial-body em {
    margin-top: 10px;
    color: var(--pt-oem-blue);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.pt-oem-floating-card {
    width: 205px;
    padding: 16px;
    border-radius: 20px;
    color: #fff;
}

.pt-oem-floating-card strong {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
}

.pt-oem-floating-card-a {
    right: 34px;
    top: 158px;
}

.pt-oem-floating-card-b {
    left: 38px;
    bottom: 52px;
}

.pt-oem-chip-row {
    right: 34px;
    bottom: 42px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 210px;
    padding: 14px;
    border-radius: 999px;
}

.pt-oem-chip-row span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.pt-oem-capability-strip {
    position: relative;
    z-index: 2;
    margin-top: -22px;
    padding-bottom: clamp(56px, 7vw, 92px);
}

.pt-oem-capability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.pt-oem-capability-item,
.pt-oem-service-card,
.pt-oem-inquiry-card,
.pt-oem-final-card {
    border: 1px solid rgba(16, 35, 63, 0.09);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 22px 50px rgba(16, 35, 63, 0.08);
    backdrop-filter: blur(16px);
}

.pt-oem-capability-item {
    min-height: 158px;
    padding: 22px;
    border-radius: 24px;
}

.pt-oem-capability-item span,
.pt-oem-service-card h3,
.pt-oem-step h3,
.pt-oem-doc-cards span {
    color: var(--pt-oem-navy);
}

.pt-oem-capability-item span {
    display: block;
    font-size: 15px;
    font-weight: 850;
}

.pt-oem-capability-item p {
    margin: 10px 0 0;
    color: var(--pt-oem-muted);
    font-size: 14px;
    line-height: 1.62;
}

.pt-oem-section {
    padding: clamp(66px, 8vw, 112px) 0;
}

.pt-oem-section-head {
    max-width: 780px;
    margin-bottom: clamp(32px, 5vw, 54px);
}

.pt-oem-section-head h2,
.pt-oem-showcase-copy h2,
.pt-oem-doc-grid h2,
.pt-oem-inquiry-copy h2,
.pt-oem-final-card h2 {
    font-size: clamp(34px, 4.2vw, 56px);
}

.pt-oem-section-head p,
.pt-oem-showcase-copy p,
.pt-oem-doc-grid p,
.pt-oem-inquiry-copy p,
.pt-oem-final-card p {
    margin: 18px 0 0;
    color: var(--pt-oem-muted);
    font-size: 16px;
    line-height: 1.74;
}

.pt-oem-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pt-oem-service-card {
    position: relative;
    min-height: 300px;
    padding: 28px;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pt-oem-service-card::after {
    content: "";
    position: absolute;
    right: -48px;
    bottom: -52px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(49, 95, 244, 0.14), transparent 68%);
}

.pt-oem-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(49, 95, 244, 0.24);
    box-shadow: 0 30px 70px rgba(16, 35, 63, 0.12);
}

.pt-oem-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--pt-oem-blue), var(--pt-oem-cyan));
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    box-shadow: 0 16px 32px rgba(49, 95, 244, 0.24);
}

.pt-oem-service-tag {
    display: inline-flex;
    float: right;
    max-width: calc(100% - 68px);
    min-height: 30px;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    color: var(--pt-oem-blue);
    background: rgba(49, 95, 244, 0.08);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pt-oem-service-card h3 {
    clear: both;
    margin: 26px 0 0;
    font-size: 23px;
    letter-spacing: -0.02em;
}

.pt-oem-service-card p {
    margin: 14px 0 0;
    color: var(--pt-oem-muted);
    font-size: 15px;
    line-height: 1.72;
}

.pt-oem-process-section {
    position: relative;
    color: #fff;
    background:
        radial-gradient(circle at 14% 22%, rgba(25, 169, 198, 0.24), transparent 28rem),
        radial-gradient(circle at 88% 18%, rgba(49, 95, 244, 0.24), transparent 24rem),
        linear-gradient(135deg, #0f213c 0%, #142a50 48%, #0f203b 100%);
}

.pt-oem-process-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.5;
}

.pt-oem-process-section .pt-oem-shell {
    position: relative;
    z-index: 1;
}

.pt-oem-section-head-light h2,
.pt-oem-section-head-light p {
    color: #fff;
}

.pt-oem-section-head-light p {
    color: rgba(255, 255, 255, 0.74);
}

.pt-oem-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pt-oem-step {
    position: relative;
    min-height: 250px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.pt-oem-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--pt-oem-blue), var(--pt-oem-cyan));
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.pt-oem-step h3 {
    margin: 24px 0 0;
    color: #fff;
    font-size: 22px;
}

.pt-oem-step p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.7;
}

.pt-oem-showcase-section {
    background: linear-gradient(180deg, #ffffff, #f4f8fc);
}

.pt-oem-showcase-grid,
.pt-oem-doc-grid,
.pt-oem-inquiry-card {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(30px, 5vw, 64px);
    align-items: center;
}

.pt-oem-packaging-visual {
    position: relative;
    min-height: 520px;
    border: 1px solid rgba(16, 35, 63, 0.1);
    border-radius: 38px;
    background:
        radial-gradient(circle at 22% 24%, rgba(25, 169, 198, 0.18), transparent 16rem),
        linear-gradient(145deg, #eef5fb, #ffffff 48%, #dfeafa);
    box-shadow: 0 28px 70px rgba(16, 35, 63, 0.12);
    overflow: hidden;
}

.pt-oem-packaging-visual::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: rgba(49, 95, 244, 0.11);
}

.pt-oem-carton {
    position: absolute;
    left: 52px;
    bottom: 66px;
    width: 230px;
    height: 300px;
    padding: 34px 28px;
    border-radius: 28px;
    background: linear-gradient(145deg, #10233f, #315ff4);
    box-shadow: 0 30px 64px rgba(16, 35, 63, 0.28);
    color: #fff;
}

.pt-oem-carton::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
}

.pt-oem-carton span,
.pt-oem-carton strong,
.pt-oem-carton em {
    position: relative;
    z-index: 1;
    display: block;
}

.pt-oem-carton span {
    font-size: 24px;
    font-weight: 900;
}

.pt-oem-carton strong {
    margin-top: 88px;
    font-size: 12px;
    letter-spacing: 0.17em;
}

.pt-oem-carton em {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-style: normal;
}

.pt-oem-label-board,
.pt-oem-doc-card {
    color: #fff;
    border-radius: 24px;
    background: rgba(16, 35, 63, 0.86);
}

.pt-oem-label-board {
    right: 40px;
    top: 70px;
    width: 245px;
    padding: 20px;
}

.pt-oem-label-lines {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.pt-oem-label-lines i {
    display: block;
    height: 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}

.pt-oem-label-lines i:nth-child(2) {
    width: 78%;
}

.pt-oem-label-lines i:nth-child(3) {
    width: 58%;
}

.pt-oem-doc-card {
    right: 54px;
    bottom: 72px;
    width: 250px;
    padding: 22px;
}

.pt-oem-doc-card strong {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 17px;
    line-height: 1.32;
}

.pt-oem-option-list,
.pt-oem-checklist {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.pt-oem-option-list li,
.pt-oem-checklist li {
    position: relative;
    padding: 15px 16px 15px 44px;
    border: 1px solid rgba(16, 35, 63, 0.09);
    border-radius: 16px;
    color: var(--pt-oem-ink);
    background: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.42;
}

.pt-oem-option-list li::before,
.pt-oem-checklist li::before {
    content: "✓";
    position: absolute;
    left: 15px;
    top: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--pt-oem-blue), var(--pt-oem-cyan));
    font-size: 12px;
    font-weight: 900;
}

.pt-oem-doc-section {
    color: #fff;
    background: var(--pt-oem-navy);
}

.pt-oem-doc-grid h2,
.pt-oem-doc-grid p {
    color: #fff;
}

.pt-oem-doc-grid p {
    color: rgba(255, 255, 255, 0.72);
}

.pt-oem-doc-cards {
    display: grid;
    gap: 16px;
}

.pt-oem-doc-cards article {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
}

.pt-oem-doc-cards span {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.pt-oem-doc-cards p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.65;
}

.pt-oem-inquiry-card {
    padding: clamp(28px, 5vw, 54px);
    border-radius: 34px;
}

.pt-oem-checklist {
    margin-top: 0;
}

.pt-oem-final-cta {
    padding: 0 0 clamp(72px, 8vw, 120px);
}

.pt-oem-final-card {
    position: relative;
    padding: clamp(34px, 6vw, 66px);
    border-radius: 40px;
    overflow: hidden;
    text-align: center;
}

.pt-oem-final-card::before {
    content: "";
    position: absolute;
    inset: -90px auto auto 50%;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    background: rgba(49, 95, 244, 0.12);
    transform: translateX(-50%);
}

.pt-oem-final-card > * {
    position: relative;
    z-index: 1;
}

.pt-oem-final-card .pt-oem-eyebrow {
    justify-content: center;
}

.pt-oem-final-card p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.pt-oem-disclaimer {
    max-width: 860px !important;
    margin-top: 30px !important;
    padding-top: 24px;
    border-top: 1px solid rgba(16, 35, 63, 0.1);
    color: #718097 !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
}

@media (max-width: 1100px) {
    .pt-oem-hero-grid,
    .pt-oem-showcase-grid,
    .pt-oem-doc-grid,
    .pt-oem-inquiry-card {
        grid-template-columns: 1fr;
    }

    .pt-oem-visual,
    .pt-oem-packaging-visual {
        min-height: 480px;
    }

    .pt-oem-capability-grid,
    .pt-oem-service-grid,
    .pt-oem-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .pt-oem-shell {
        width: min(100% - 28px, 1180px);
    }

    .pt-oem-hero {
        padding-top: 52px;
    }

    .pt-oem-hero-copy h1 {
        font-size: clamp(38px, 12vw, 54px);
    }

    .pt-oem-hero-actions,
    .pt-oem-btn {
        width: 100%;
    }

    .pt-oem-capability-grid,
    .pt-oem-service-grid,
    .pt-oem-timeline {
        grid-template-columns: 1fr;
    }

    .pt-oem-visual,
    .pt-oem-packaging-visual {
        min-height: 560px;
        border-radius: 30px;
    }

    .pt-oem-project-card-main,
    .pt-oem-floating-card-b {
        left: 22px;
    }

    .pt-oem-floating-card-a,
    .pt-oem-chip-row {
        right: 22px;
    }

    .pt-oem-floating-card,
    .pt-oem-label-board,
    .pt-oem-doc-card {
        width: min(220px, calc(100% - 44px));
    }

    .pt-oem-chip-row {
        bottom: 22px;
        max-width: 240px;
    }

    .pt-oem-vial-mockup {
        bottom: 104px;
        transform: translateX(-50%) scale(0.88) rotate(-5deg);
    }

    .pt-oem-carton {
        left: 28px;
        bottom: 54px;
        transform: scale(0.88);
        transform-origin: left bottom;
    }

    .pt-oem-label-board {
        right: 22px;
        top: 42px;
    }

    .pt-oem-doc-card {
        right: 22px;
        bottom: 54px;
    }

    .pt-oem-section {
        padding: 58px 0;
    }

    .pt-oem-service-card,
    .pt-oem-step,
    .pt-oem-inquiry-card,
    .pt-oem-final-card {
        border-radius: 24px;
    }
}

@media (max-width: 460px) {
    .pt-oem-visual {
        min-height: 590px;
    }

    .pt-oem-project-card-main {
        width: calc(100% - 44px);
    }

    .pt-oem-floating-card-a {
        top: 178px;
    }

    .pt-oem-floating-card-b {
        bottom: 150px;
    }

    .pt-oem-vial-mockup {
        bottom: 106px;
        left: 54%;
        transform: translateX(-50%) scale(0.8) rotate(-5deg);
    }

    .pt-oem-chip-row {
        left: 22px;
        right: auto;
        bottom: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pt-oem-page *,
    .pt-oem-page *::before,
    .pt-oem-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
