/* Satgas PPKPT landing page and SOP article helpers — version 2.0.0. */
.uni-ppkpt {
    --ppkpt-navy: #0b2036;
    --ppkpt-blue: #164b7a;
    --ppkpt-cyan: #39b7c9;
    --ppkpt-red: #c62233;
    --ppkpt-gold: #e8b436;
    --ppkpt-ink: #112233;
    --ppkpt-muted: #5d6b78;
    color: var(--ppkpt-ink);
    padding: 18px 0 56px;
}

.uni-ppkpt *, .uni-ppkpt *::before, .uni-ppkpt *::after { box-sizing: border-box; }
.uni-ppkpt h1, .uni-ppkpt h2, .uni-ppkpt h3, .uni-ppkpt p { margin-top: 0; }
.uni-ppkpt .uni-eyebrow { margin-bottom: 10px; color: var(--ppkpt-red); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.uni-ppkpt-hero {
    position: relative;
    display: grid;
    min-height: 270px;
    align-items: center;
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, .7fr);
    gap: 42px;
    overflow: hidden;
    padding: 54px 60px;
    color: #fff;
    background: linear-gradient(122deg, #071a2e 0%, #0d3152 62%, #15506c 100%);
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(7, 26, 46, .18);
}
.uni-ppkpt-hero::after { content: ''; position: absolute; right: -90px; bottom: -145px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.035), 0 0 0 96px rgba(255,255,255,.025); }
.uni-ppkpt-hero__copy { position: relative; z-index: 1; max-width: 760px; }
.uni-ppkpt-hero .uni-eyebrow { color: #73d4df; }
.uni-ppkpt-hero h1 { margin-bottom: 16px; color: #fff; font-size: clamp(38px, 5vw, 66px); line-height: .98; letter-spacing: -.04em; }
.uni-ppkpt-hero__copy > p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.72; }
.uni-ppkpt-hero__mark { position: relative; z-index: 1; display: flex; min-height: 160px; align-items: center; justify-content: center; flex-direction: column; gap: 14px; text-align: center; }
.uni-ppkpt-hero__mark strong { color: #fff; font-size: 17px; letter-spacing: .03em; line-height: 1.35; }
.uni-ppkpt-hero__shield { display: flex; width: 90px; height: 90px; align-items: center; justify-content: center; color: #fff; background: var(--ppkpt-red); border-radius: 26px 26px 35px 35px; transform: rotate(2deg); box-shadow: 0 16px 34px rgba(0,0,0,.24); }
.uni-ppkpt-hero__shield svg { width: 56px; fill: none; stroke: currentColor; stroke-width: 3.3; stroke-linecap: round; stroke-linejoin: round; }

.uni-ppkpt-commitment, .uni-ppkpt-menu, .uni-ppkpt-gallery { padding-top: 68px; }
.uni-ppkpt-section-heading { margin-bottom: 28px; }
.uni-ppkpt-section-heading h2 { margin-bottom: 0; color: var(--ppkpt-navy); font-size: clamp(28px, 3vw, 42px); line-height: 1.1; letter-spacing: -.025em; }
.uni-ppkpt-section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 34px; }
.uni-ppkpt-section-heading--split > p { width: min(430px, 44%); margin-bottom: 2px; color: var(--ppkpt-muted); font-size: 16px; line-height: 1.7; }

.uni-ppkpt-slider { overflow: hidden; background: var(--ppkpt-navy); border-radius: 20px; box-shadow: 0 20px 50px rgba(11,32,54,.18); }
.uni-ppkpt-slide { display: none; min-height: 360px; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
.uni-ppkpt-slide.is-active { display: grid; animation: uniPpkptReveal .45s ease both; }
.uni-ppkpt-slide__visual { position: relative; display: flex; min-height: 360px; align-items: center; justify-content: center; overflow: hidden; padding: 52px; color: #fff; background: linear-gradient(145deg, #f8fafc 0%, #e7eef5 100%); }
.uni-ppkpt-slide__visual::after { content: ''; position: absolute; left: -35px; bottom: -70px; width: 190px; height: 190px; border: 24px dotted rgba(22,75,122,.23); border-radius: 50%; }
.uni-ppkpt-slide__visual.has-image { padding: 0; background: #e7eef5; }
.uni-ppkpt-slide__visual.has-image::after { display: none; }
.uni-ppkpt-slide__visual img { width: 100%; height: 100%; object-fit: cover; }
.uni-ppkpt-slide__visual blockquote { position: relative; z-index: 1; max-width: 420px; margin: 0; padding: 34px; color: #fff; background: var(--ppkpt-blue); border-radius: 2px; font-size: clamp(21px, 2.4vw, 30px); font-weight: 800; line-height: 1.42; letter-spacing: .035em; text-align: center; text-transform: uppercase; box-shadow: 14px 14px 0 rgba(11,32,54,.12); }
.uni-ppkpt-slide__number { position: absolute; z-index: 2; top: 34px; left: 46px; color: var(--ppkpt-navy); font-size: 38px; font-weight: 900; }
.uni-ppkpt-slide__copy { display: flex; min-height: 360px; justify-content: center; flex-direction: column; padding: 54px 58px; color: #fff; }
.uni-ppkpt-slide__copy > span { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; margin-bottom: 25px; color: var(--ppkpt-navy); background: var(--ppkpt-gold); border-radius: 50%; font-weight: 900; }
.uni-ppkpt-slide__copy h3 { margin-bottom: 16px; color: #fff; font-size: clamp(24px, 3vw, 34px); line-height: 1.15; }
.uni-ppkpt-slide__copy p { margin-bottom: 0; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.76; }
.uni-ppkpt-slider__controls { display: flex; align-items: center; justify-content: flex-end; gap: 16px; padding: 0 28px 25px; }
.uni-ppkpt-slider__controls > button { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 20px; cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.uni-ppkpt-slider__controls > button:hover, .uni-ppkpt-slider__controls > button:focus { background: var(--ppkpt-red); border-color: var(--ppkpt-red); outline: none; }
.uni-ppkpt-slider__dots { display: flex; align-items: center; gap: 8px; }
.uni-ppkpt-slider__dots .uni-slider__dot { width: 9px; height: 9px; padding: 0; background: rgba(255,255,255,.36); border: 0; border-radius: 50%; cursor: pointer; }
.uni-ppkpt-slider__dots .uni-slider__dot.is-active { width: 26px; background: var(--ppkpt-gold); border-radius: 10px; }

.uni-ppkpt-report { display: grid; align-items: center; grid-template-columns: auto minmax(0, 1fr) auto; gap: 26px; margin-top: 68px; padding: 30px 36px; color: #fff; background: var(--ppkpt-red); border-radius: 18px; box-shadow: 0 16px 38px rgba(198,34,51,.24); }
.uni-ppkpt-report__icon { display: flex; width: 64px; height: 64px; align-items: center; justify-content: center; color: var(--ppkpt-red); background: #fff; border-radius: 18px; }
.uni-ppkpt-report__icon svg { width: 36px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.uni-ppkpt-report__copy p { margin-bottom: 5px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.uni-ppkpt-report__copy h2 { margin-bottom: 6px; color: #fff; font-size: clamp(23px, 2.7vw, 34px); line-height: 1.1; }
.uni-ppkpt-report__copy span { color: rgba(255,255,255,.82); font-size: 15px; }
.uni-ppkpt-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 11px; padding: 13px 21px; color: var(--ppkpt-navy); background: #fff; border: 2px solid #fff; border-radius: 999px; font-weight: 800; line-height: 1.2; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.uni-ppkpt-button:hover, .uni-ppkpt-button:focus { color: var(--ppkpt-navy); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,.16); }
.uni-ppkpt-button--disabled { max-width: 230px; color: rgba(255,255,255,.82); background: transparent; border-color: rgba(255,255,255,.5); }

.uni-ppkpt-menu__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.uni-ppkpt-card { --card-color: var(--ppkpt-blue); display: flex; min-height: 335px; flex-direction: column; padding: 28px; background: #fff; border: 1px solid #dfe6ec; border-top: 5px solid var(--card-color); border-radius: 15px; box-shadow: 0 12px 32px rgba(11,32,54,.08); transition: transform .22s ease, box-shadow .22s ease; }
.uni-ppkpt-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(11,32,54,.13); }
.uni-ppkpt-card--regulation { --card-color: #164b7a; }
.uni-ppkpt-card--sop { --card-color: #247d8d; }
.uni-ppkpt-card--handbook { --card-color: #bd8b16; }
.uni-ppkpt-card--consultation { --card-color: #118450; }
.uni-ppkpt-card__top { display: flex; align-items: start; justify-content: space-between; margin-bottom: 28px; }
.uni-ppkpt-card__icon { display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; color: #fff; background: var(--card-color); border-radius: 16px; }
.uni-ppkpt-card__icon svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.uni-ppkpt-card__index { color: #c9d2db; font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.uni-ppkpt-card h3 { margin-bottom: 12px; color: var(--ppkpt-navy); font-size: 22px; line-height: 1.2; }
.uni-ppkpt-card p { margin-bottom: 24px; color: var(--ppkpt-muted); font-size: 15px; line-height: 1.67; }
.uni-ppkpt-card > a, .uni-ppkpt-card__unavailable { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--card-color); font-size: 14px; font-weight: 800; }
.uni-ppkpt-card > a:hover, .uni-ppkpt-card > a:focus { color: var(--ppkpt-navy); }
.uni-ppkpt-card__unavailable { color: #8a949e; }

.uni-ppkpt-gallery__grid { display: grid; min-height: 390px; grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 15px; }
.uni-ppkpt-gallery__item { position: relative; min-height: 185px; overflow: hidden; background: #dbe3ea; border-radius: 14px; }
.uni-ppkpt-gallery__item:first-child { grid-row: 1 / span 2; }
.uni-ppkpt-gallery__item:nth-child(4) { grid-column: 2 / span 2; }
.uni-ppkpt-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.uni-ppkpt-gallery__item::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(7,26,46,.85)); }
.uni-ppkpt-gallery__item span { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: #fff; font-size: 14px; font-weight: 700; line-height: 1.4; }
.uni-ppkpt-gallery__item:hover img, .uni-ppkpt-gallery__item:focus img { transform: scale(1.045); }
.uni-ppkpt-gallery__empty { display: flex; min-height: 210px; align-items: center; justify-content: center; flex-direction: column; gap: 18px; padding: 36px; color: var(--ppkpt-muted); background: #f3f6f8; border: 1px dashed #b9c5cf; border-radius: 16px; text-align: center; }
.uni-ppkpt-gallery__empty span { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; color: #fff; background: var(--ppkpt-blue); border-radius: 50%; font-size: 25px; }
.uni-ppkpt-gallery__empty p { max-width: 520px; margin-bottom: 0; }

/* Paste-ready SOP article markup supplied with the upgrade. */
.uni-ppkpt-sop { margin: 8px 0 40px; }
.uni-ppkpt-sop__intro { max-width: 780px; margin-bottom: 28px; color: #5d6b78; font-size: 16px; line-height: 1.75; }
.uni-ppkpt-sop details { overflow: hidden; margin-bottom: 12px; background: #fff; border: 1px solid #dce4ea; border-radius: 12px; box-shadow: 0 8px 24px rgba(11,32,54,.07); }
.uni-ppkpt-sop summary { position: relative; display: flex; min-height: 76px; align-items: center; padding: 20px 60px 20px 24px; color: #fff; background: #0b2c4d; font-size: 17px; font-weight: 800; line-height: 1.4; cursor: pointer; list-style: none; }
.uni-ppkpt-sop summary::-webkit-details-marker { display: none; }
.uni-ppkpt-sop summary::after { content: '+'; position: absolute; right: 25px; font-size: 27px; font-weight: 300; }
.uni-ppkpt-sop details[open] summary { background: #164b7a; }
.uni-ppkpt-sop details[open] summary::after { content: '\2212'; }
.uni-ppkpt-sop__body { padding: 22px 24px; }
.uni-ppkpt-sop__body table { width: 100%; border-collapse: collapse; }
.uni-ppkpt-sop__body th, .uni-ppkpt-sop__body td { padding: 13px 12px; border: 1px solid #dce4ea; font-size: 14px; text-align: left; vertical-align: middle; }
.uni-ppkpt-sop__body th { color: #0b2036; background: #f2f5f7; font-weight: 800; text-transform: uppercase; }
.uni-ppkpt-sop__body a { font-weight: 800; }

@keyframes uniPpkptReveal { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1040px) {
    .uni-ppkpt-menu__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .uni-ppkpt-card { min-height: 300px; }
}

@media (max-width: 800px) {
    .uni-ppkpt { padding-top: 4px; }
    .uni-ppkpt-hero { min-height: 0; grid-template-columns: 1fr; padding: 42px 30px; }
    .uni-ppkpt-hero__mark { display: none; }
    .uni-ppkpt-slide.is-active { grid-template-columns: 1fr; }
    .uni-ppkpt-slide__visual, .uni-ppkpt-slide__copy { min-height: 300px; }
    .uni-ppkpt-slide__copy { padding: 42px 34px; }
    .uni-ppkpt-report { grid-template-columns: auto 1fr; padding: 28px; }
    .uni-ppkpt-report .uni-ppkpt-button { grid-column: 1 / -1; width: 100%; }
    .uni-ppkpt-gallery__grid { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 230px); }
    .uni-ppkpt-gallery__item:first-child, .uni-ppkpt-gallery__item:nth-child(4) { grid-row: auto; grid-column: auto; }
}

@media (max-width: 580px) {
    .uni-ppkpt-commitment, .uni-ppkpt-menu, .uni-ppkpt-gallery { padding-top: 50px; }
    .uni-ppkpt-hero { margin-right: -15px; margin-left: -15px; padding: 38px 24px; border-radius: 0; }
    .uni-ppkpt-section-heading--split { display: block; }
    .uni-ppkpt-section-heading--split > p { width: 100%; margin-top: 15px; }
    .uni-ppkpt-slide__visual { min-height: 275px; padding: 38px 24px; }
    .uni-ppkpt-slide__visual blockquote { padding: 28px 24px; font-size: 20px; }
    .uni-ppkpt-slide__number { top: 20px; left: 24px; font-size: 28px; }
    .uni-ppkpt-slide__copy { min-height: 280px; padding: 36px 25px; }
    .uni-ppkpt-slider__controls { justify-content: center; padding-top: 4px; }
    .uni-ppkpt-report { grid-template-columns: 1fr; margin-right: -6px; margin-left: -6px; text-align: center; }
    .uni-ppkpt-report__icon { margin: 0 auto; }
    .uni-ppkpt-menu__grid { grid-template-columns: 1fr; }
    .uni-ppkpt-card { min-height: 0; }
    .uni-ppkpt-gallery__grid { grid-template-columns: 1fr; grid-template-rows: none; }
    .uni-ppkpt-gallery__item { min-height: 240px; }
    .uni-ppkpt-sop__body { overflow-x: auto; padding: 16px; }
    .uni-ppkpt-sop__body table { min-width: 560px; }
}

@media (prefers-reduced-motion: reduce) {
    .uni-ppkpt-slide.is-active { animation: none; }
    .uni-ppkpt-card, .uni-ppkpt-gallery__item img, .uni-ppkpt-button { transition: none; }
}
