.promotion-detail-page {
    background-color: var(--accent-color);
}

/* ===== One Promotion Page (v2) ===== */

.promo-page {
    min-height: 100vh;
    background-color: var(--accent-color);
    position: relative;
    isolation: isolate;
}

.promo-page > * {
    position: relative;
    z-index: 1;
}

.promo-page-sea-decor {
    position: absolute;
    inset: 0;
    display: none !important;
    pointer-events: none;
    z-index: 0;
}

.promo-page-sea-decor i {
    position: absolute;
    line-height: 1;
    color: rgba(var(--primary-color-rgb), 0.06);
}

.ppsd--anchor-top {
    font-size: 176px;
    top: 4%;
    left: 2%;
    transform: rotate(-8deg);
    color: rgba(var(--primary-color-rgb), 0.05);
}

.ppsd--ship-upper {
    font-size: 62px;
    top: 10%;
    right: 8%;
    transform: rotate(7deg);
}

.ppsd--anchor-left-mid {
    font-size: 66px;
    top: 18%;
    left: 3%;
    transform: rotate(-14deg);
    color: rgba(var(--primary-color-rgb), 0.055);
}

.ppsd--compass-mid {
    font-size: 60px;
    top: 26%;
    left: 10%;
    transform: rotate(-10deg);
}

.ppsd--wave-high-right {
    font-size: 76px;
    top: 22%;
    right: 5%;
    transform: rotate(-4deg);
    color: rgba(var(--primary-color-rgb), 0.05);
}

.ppsd--fish-mid {
    font-size: 50px;
    top: 38%;
    right: 28%;
    transform: scaleX(-1) rotate(-8deg);
}

.ppsd--wave-left {
    font-size: 78px;
    top: 48%;
    left: 3%;
    transform: rotate(-4deg);
    color: rgba(var(--primary-color-rgb), 0.05);
}

.ppsd--lifebuoy-mid {
    font-size: 56px;
    top: 57%;
    right: 10%;
    transform: rotate(12deg);
}

.ppsd--lighthouse-low {
    font-size: 116px;
    top: 68%;
    left: 4%;
    transform: rotate(-4deg);
    color: rgba(var(--primary-color-rgb), 0.065);
}

.ppsd--wheel-right {
    font-size: 50px;
    top: 76%;
    right: 5%;
    transform: rotate(10deg);
}

.ppsd--ship-bottom {
    font-size: 48px;
    top: 83%;
    left: 16%;
    transform: rotate(6deg);
}

.ppsd--compass-low {
    font-size: 54px;
    top: 84%;
    right: 28%;
    transform: rotate(-10deg);
    color: rgba(var(--primary-color-rgb), 0.055);
}

.ppsd--binoculars-low {
    font-size: 40px;
    top: 89%;
    left: 42%;
    transform: rotate(-10deg);
}

.ppsd--lifebuoy-bottom-right {
    font-size: 52px;
    top: 88%;
    right: 6%;
    transform: rotate(10deg);
    color: rgba(var(--primary-color-rgb), 0.06);
}

.ppsd--anchor-bottom {
    font-size: 64px;
    top: 92%;
    right: 18%;
    transform: rotate(16deg);
    color: rgba(var(--primary-color-rgb), 0.05);
}

.ppsd--wave-bottom {
    font-size: 88px;
    top: 97%;
    left: 34%;
    color: rgba(var(--primary-color-rgb), 0.05);
}

.promo-block.promo-block--empty {
    display: none;
}

/* ---------- Hero ---------- */

.promo-hero {
    position: relative;
    overflow: visible;
    padding: 24px 0 0;
}

.promo-hero-decor {
    position: absolute;
    inset: 0;
    display: none !important;
    pointer-events: none;
    z-index: 0;
}

.promo-hero-decor i {
    position: absolute;
    line-height: 1;
    color: rgba(var(--primary-color-rgb), 0.11);
}

.promo-hero-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(var(--primary-color-rgb), 0.05);
}

.promo-hero-circle--1 {
    width: 360px;
    height: 360px;
    top: -100px;
    right: 25%;
}

.promo-hero-circle--2 {
    width: 200px;
    height: 200px;
    bottom: -60px;
    left: 8%;
    background: rgba(var(--primary-color-rgb), 0.04);
}

.promo-hero-circle--3 {
    width: 120px;
    height: 120px;
    top: 30px;
    left: 35%;
    background: rgba(var(--primary-color-rgb), 0.06);
}

.phero--anchor {
    font-size: 72px;
    top: -8px;
    left: 4%;
    transform: rotate(-10deg);
}

.phero--fish {
    font-size: 34px;
    top: 30px;
    left: 31%;
    transform: translateX(-50%) scaleX(-1) rotate(-8deg);
}

.phero--compass {
    font-size: 52px;
    top: 14px;
    right: 9%;
    transform: rotate(8deg);
}

.phero--lifebuoy {
    font-size: 46px;
    top: 51%;
    left: 4%;
    transform: translateY(-50%) rotate(10deg);
}

.phero--wheel {
    font-size: 46px;
    top: 49%;
    left: 48%;
    transform: translate(-50%, -50%) rotate(10deg);
}

.phero--ship {
    font-size: 42px;
    top: 53%;
    right: 5%;
    transform: translateY(-50%) rotate(-6deg);
}

.phero--wave {
    font-size: 62px;
    bottom: 12px;
    left: 14%;
    transform: rotate(-2deg);
}

.phero--lighthouse {
    font-size: 44px;
    bottom: 16px;
    left: 49%;
    transform: translateX(-50%) rotate(-4deg);
}

.phero--binoculars {
    font-size: 36px;
    bottom: 22px;
    right: 12%;
    transform: rotate(9deg);
}

.promo-hero .container {
    position: relative;
    z-index: 1;
}

.promo-hero-inner {
    display: flex;
    align-items: stretch;
    gap: 0;
    height: 271px;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    border-radius: 12px;
    background: var(--light-text);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.promo-hero-content {
    flex: 1 1 70%;
    min-width: 0;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.2rem 0.7rem;
    margin-bottom: 1.25rem;
    background-color: rgba(var(--primary-color-rgb), 0.1);
    color: var(--primary-color);
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: 6px;
    width: fit-content;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.promo-hero-badge i {
    font-size: 0.8rem;
}

.promo-hero-title {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 700;
    color: var(--dark-text);
    margin: 0 0 1.25rem;
    line-height: 1.25;
}

.promo-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    color: var(--dark-gray);
    font-size: 0.9rem;
    font-weight: 500;
}

.promo-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.promo-hero-meta i {
    font-size: 0.85rem;
    color: var(--primary-color);
}

.promo-hero-image {
    flex: 0 0 33%;
    max-width: 33%;
    min-width: 0;
    border-radius: 0;
    display: flex;
    overflow: hidden;
    align-self: stretch;
    box-shadow: none;
}

.promo-hero-image img {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    display: block;
}

/* ---------- Content layout ---------- */

.promo-content-section {
    padding: 1.5rem 0 4rem;
}

.promo-layout {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    margin: 0 auto;
}

.promo-main-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* ---------- Article prose ---------- */

.promo-article.prose {
    background: var(--light-text);
    border-radius: 12px;
    padding: 2.5rem 2.5rem 2rem;
    box-shadow: var(--shadow);
}

.promo-article.prose h2 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark-text);
    margin: 2.25rem 0 0.75rem;
    padding-top: 0.5rem;
}

.promo-article.prose h2:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

.promo-h2-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: rgba(var(--primary-color-rgb), 0.1);
    color: var(--primary-color);
    border-radius: 50%;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.promo-article.prose p {
    margin: 0 0 1rem;
    color: #444;
    line-height: 1.75;
}

.promo-article.prose ul,
.promo-article.prose ol {
    margin: 0 0 1.25rem;
    padding-left: 1.5rem;
    color: #444;
    line-height: 1.75;
}

.promo-article.prose li {
    margin-bottom: 0.5rem;
}

.promo-article.prose blockquote {
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem;
    background: rgba(var(--primary-color-rgb), 0.06);
    border-left: 4px solid var(--primary-color);
    border-radius: 0 8px 8px 0;
}

.promo-article.prose blockquote p {
    font-style: italic;
    color: #333;
    margin-bottom: 0.5rem;
}

.promo-extra-inline {
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.promo-disclaimer {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
}

.promo-disclaimer p {
    font-size: 0.8rem !important;
    color: #999 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* ---------- Sidebar ---------- */

.promo-sidebar {
    flex: 0 0 300px;
    min-width: 0;
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* TOC */

.promo-toc {
    background: var(--light-text);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: var(--shadow);
}

.promo-toc-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark-text);
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.promo-toc-title i {
    color: var(--primary-color);
    font-size: 0.9rem;
}

.promo-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.promo-toc-list li {
    margin-bottom: 0.35rem;
}

.promo-toc-list a {
    display: block;
    padding: 0.4rem 0.75rem;
    font-size: 0.88rem;
    font-weight: 500;
    color: #555;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.promo-toc-list a:hover {
    background: rgba(var(--primary-color-rgb), 0.08);
    color: var(--primary-color);
}

/* ---------- Share ---------- */

.promo-share {
    background: var(--light-text);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: var(--shadow);
}

.promo-share-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--dark-text);
    margin: 0 0 0.75rem;
}

.promo-share-icons {
    display: flex;
    gap: 0.5rem;
}

.promo-share-btn {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(var(--primary-color-rgb), 0.08);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.15s ease;
}

.promo-share-btn:hover {
    background: var(--primary-color);
    color: var(--light-text);
    transform: translateY(-2px);
}

/* ---------- Related ---------- */

.promo-related {
    padding: 0 0 4rem;
}

.promo-related .container {
    max-width: 1500px;
    margin: 0 auto;
}

.promo-related-header {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

.promo-related-header::after {
    margin-top: 3px;
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(var(--primary-color-rgb), 0.3) 0%,
        rgba(var(--primary-color-rgb), 0.08) 100%
    );
    align-self: center;
}

.promo-related-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--dark-text);
    margin: 0;
    position: relative;
    letter-spacing: -0.02em;
}

.promo-related-title::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.promo-related-all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
    flex-shrink: 0;
}

.promo-related-all:hover {
    gap: 0.6rem;
    color: var(--secondary-color);
}

.promo-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.promo-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* ---------- Responsive ---------- */

@media (max-width: 1199px) {
    .promo-hero-inner {
        gap: 0;
    }

    .promo-hero-image {
        flex: 0 0 22%;
        max-width: 22%;
    }

    .promo-layout {
        gap: 2rem;
    }

    .promo-sidebar {
        flex: 0 0 260px;
    }

    .promo-article.prose {
        padding: 2rem;
    }
}

@media (max-width: 992px) {
    .promo-page-sea-decor {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(8, minmax(88px, 1fr));
        align-content: space-between;
        padding: 24px clamp(12px, 4vw, 28px) 36px;
    }

    .promo-page-sea-decor i {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
    }

    .ppsd--anchor-top {
        grid-row: 1;
        grid-column: 1;
        justify-self: start;
        align-self: start;
        font-size: clamp(72px, 14vw, 96px);
    }

    .ppsd--ship-upper {
        grid-row: 1;
        grid-column: 2;
        justify-self: end;
        align-self: start;
        font-size: clamp(30px, 6vw, 42px);
    }

    .ppsd--anchor-left-mid {
        grid-row: 2;
        grid-column: 1;
        justify-self: start;
        align-self: center;
        font-size: clamp(38px, 8vw, 52px);
    }

    .ppsd--compass-mid {
        grid-row: 2;
        grid-column: 2;
        justify-self: end;
        align-self: center;
        font-size: clamp(34px, 7vw, 48px);
    }

    .ppsd--wave-high-right {
        grid-row: 3;
        grid-column: 1;
        justify-self: start;
        align-self: center;
        font-size: clamp(40px, 8vw, 56px);
    }

    .ppsd--fish-mid {
        grid-row: 3;
        grid-column: 2;
        justify-self: end;
        align-self: center;
        font-size: clamp(30px, 6vw, 42px);
    }

    .ppsd--wave-left {
        grid-row: 4;
        grid-column: 1;
        justify-self: start;
        align-self: center;
        font-size: clamp(40px, 8vw, 56px);
    }

    .ppsd--lifebuoy-mid {
        grid-row: 4;
        grid-column: 2;
        justify-self: end;
        align-self: center;
        font-size: clamp(34px, 7vw, 46px);
    }

    .ppsd--lighthouse-low {
        grid-row: 5;
        grid-column: 1;
        justify-self: start;
        align-self: center;
        font-size: clamp(44px, 8vw, 58px);
    }

    .ppsd--wheel-right {
        grid-row: 5;
        grid-column: 2;
        justify-self: end;
        align-self: center;
        font-size: clamp(30px, 6vw, 42px);
    }

    .ppsd--ship-bottom {
        grid-row: 6;
        grid-column: 1;
        justify-self: start;
        align-self: center;
        font-size: clamp(30px, 6vw, 42px);
    }

    .ppsd--compass-low {
        grid-row: 6;
        grid-column: 2;
        justify-self: end;
        align-self: center;
        font-size: clamp(32px, 7vw, 44px);
    }

    .ppsd--binoculars-low {
        grid-row: 7;
        grid-column: 1;
        justify-self: start;
        align-self: center;
        font-size: clamp(24px, 5vw, 34px);
    }

    .ppsd--lifebuoy-bottom-right {
        grid-row: 7;
        grid-column: 2;
        justify-self: end;
        align-self: center;
        font-size: clamp(32px, 7vw, 44px);
    }

    .ppsd--anchor-bottom {
        grid-row: 8;
        grid-column: 1;
        justify-self: start;
        align-self: end;
        font-size: clamp(38px, 8vw, 52px);
    }

    .ppsd--wave-bottom {
        grid-row: 8;
        grid-column: 2;
        justify-self: end;
        align-self: end;
        font-size: clamp(42px, 9vw, 58px);
    }

    .promo-hero-decor {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: repeat(3, minmax(58px, 1fr));
        align-content: space-between;
        padding: 12px 8px 18px;
    }

    .promo-hero-decor i {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
    }

    .promo-hero-circle {
        display: none;
    }

    .phero--anchor {
        grid-row: 1;
        grid-column: 1;
        justify-self: start;
        align-self: start;
        font-size: clamp(42px, 8vw, 56px);
        margin-top: -12px;
    }

    .phero--fish {
        grid-row: 1;
        grid-column: 2;
        justify-self: center;
        align-self: start;
        font-size: clamp(22px, 5vw, 30px);
    }

    .phero--compass {
        grid-row: 1;
        grid-column: 3;
        justify-self: end;
        align-self: start;
        font-size: clamp(30px, 6vw, 40px);
    }

    .phero--lifebuoy {
        grid-row: 2;
        grid-column: 1;
        justify-self: start;
        align-self: center;
        font-size: clamp(28px, 6vw, 38px);
    }

    .phero--wheel {
        grid-row: 2;
        grid-column: 2;
        justify-self: center;
        align-self: center;
        font-size: clamp(28px, 6vw, 38px);
    }

    .phero--ship {
        grid-row: 2;
        grid-column: 3;
        justify-self: end;
        align-self: center;
        font-size: clamp(26px, 5vw, 34px);
    }

    .phero--wave {
        grid-row: 3;
        grid-column: 1;
        justify-self: start;
        align-self: end;
        font-size: clamp(36px, 8vw, 48px);
    }

    .phero--lighthouse {
        grid-row: 3;
        grid-column: 2;
        justify-self: center;
        align-self: end;
        font-size: clamp(28px, 6vw, 38px);
    }

    .phero--binoculars {
        grid-row: 3;
        grid-column: 3;
        justify-self: end;
        align-self: end;
        font-size: clamp(24px, 5vw, 32px);
    }

    .promo-hero-inner {
        flex-direction: column;
        gap: 0;
        height: auto;
        padding: 0;
        border-radius: 12px;
    }

    .promo-hero-content {
        padding: 2.5rem;
        order: 1;
    }

    .promo-hero-image {
        order: -1;
        flex: none;
        width: 100%;
        max-width: none;
        max-height: none;
        min-height: 280px;
        border-radius: 0;
        align-self: stretch;
    }

    .promo-layout {
        flex-direction: column;
    }

    .promo-sidebar {
        flex: none;
        width: 100%;
        position: static;
        order: -1;
    }

    .promo-main-col {
        order: 1;
    }

    .promo-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .promo-page-sea-decor {
        grid-template-rows: repeat(8, minmax(66px, 1fr));
        padding: 18px clamp(10px, 4vw, 22px) 28px;
    }

    .promo-hero {
        padding: 18px 0 0;
    }

    .promo-hero-meta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .promo-content-section {
        padding: 1.25rem 0 3rem;
    }

    .promo-article.prose {
        padding: 1.5rem;
    }

    .promo-hero-content {
        padding: 2rem 1.5rem;
    }

    .promo-hero-inner {
        padding: 0;
        gap: 0;
        border-radius: 10px;
    }

    .promo-hero-image {
        min-height: 240px;
    }

    .promo-related-grid {
        grid-template-columns: 1fr;
    }

    .promo-related-header {
        flex-direction: column;
        gap: 0.75rem;
    }

    .promo-related-header::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .promo-page-sea-decor {
        padding: 14px 10px 24px;
    }

    .ppsd--anchor-top {
        font-size: clamp(60px, 18vw, 80px);
    }

    .ppsd--ship-upper,
    .ppsd--ship-bottom,
    .ppsd--wheel-right {
        font-size: 28px;
    }

    .ppsd--compass-mid,
    .ppsd--compass-low,
    .ppsd--lifebuoy-mid,
    .ppsd--lifebuoy-bottom-right,
    .ppsd--anchor-left-mid,
    .ppsd--anchor-bottom {
        font-size: 32px;
    }

    .ppsd--fish-mid,
    .ppsd--binoculars-low {
        font-size: 24px;
    }

    .ppsd--wave-high-right,
    .ppsd--wave-left,
    .ppsd--wave-bottom {
        font-size: 38px;
    }

    .ppsd--lighthouse-low {
        font-size: 40px;
    }

    .promo-article.prose {
        padding: 1.25rem;
        border-radius: 8px;
    }

    .promo-hero {
        padding: 14px 0 0;
    }

    .promo-content-section {
        padding: 1rem 0 2rem;
    }

    .promo-hero-inner {
        padding: 0;
        border-radius: 8px;
    }

    .promo-hero-content {
        padding: 1.5rem 1.25rem;
    }

    .promo-hero-image {
        min-height: 208px;
        border-radius: 0;
    }

    .promo-hero-title {
        font-size: 1.4rem;
    }

    .promo-article.prose h2 {
        font-size: 1.1rem;
    }
}

/* ---------- Icon list (included items) ---------- */

.promo-icon-list {
    list-style: none;
    margin: 0.5rem 0 1.25rem;
    padding: 0;
}

.promo-article.prose .promo-icon-list {
    padding-left: 0;
}

.promo-icon-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
    color: #444;
    font-size: 0.98rem;
    line-height: 1.6;
}

.promo-icon-list__icon {
    flex-shrink: 0;
    width: 1.25rem;
    color: var(--primary-color);
}

.promo-icon-list__icon i {
    font-size: 0.85rem;
}

.promo-icon-list__text {
    flex: 1;
    min-width: 0;
}
