/* =====================================================
   RUANG BERBAGI — STAI MUTIARA BANGSA
   Halaman katalog rekaman seminar dan diskusi ilmiah
===================================================== */

.sharing-page {
    --sharing-navy: #102f63;
    --sharing-navy-deep: #0d2854;
    --sharing-primary: #214e94;
    --sharing-blue: #168fc5;
    --sharing-sky: #9fd9e7;
    --sharing-ice: #eff7fc;
    --sharing-yellow: #f2d500;
    --sharing-red: #dc2027;
    --sharing-ink: #10233f;
    --sharing-copy: #52647b;
    --sharing-line: #dbe5f0;
    --sharing-surface: #f7f9fc;
    --sharing-shadow: 0 18px 50px rgba(16, 47, 99, 0.1);
    background: #fff;
}

.sharing-page .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

.sharing-main {
    overflow: clip;
}

.sharing-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.sharing-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--sharing-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 1.4;
    text-transform: uppercase;
}

.sharing-eyebrow::before {
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--sharing-red);
    content: "";
}

/* HERO */
.sharing-hero {
    position: relative;
    padding: 34px 0 48px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 28%, rgba(159, 217, 231, 0.3), transparent 27%),
        linear-gradient(115deg, #f9fcff 0%, #eef7fc 58%, #e8f5fb 100%);
}

.sharing-hero::before {
    position: absolute;
    right: -65px;
    bottom: 35px;
    width: 170px;
    height: 170px;
    border: 34px solid rgba(33, 78, 148, 0.055);
    border-radius: 50%;
    content: "";
}

.sharing-hero::after {
    position: absolute;
    bottom: -90px;
    left: -75px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(22, 143, 197, 0.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 34px rgba(22, 143, 197, 0.035),
        0 0 0 68px rgba(22, 143, 197, 0.025);
    content: "";
}

.sharing-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 500px;
    align-items: center;
    grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
    gap: 72px;
}

.sharing-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 25px;
    color: #74839a;
    font-size: 12px;
    font-weight: 700;
}

.sharing-breadcrumb a {
    color: var(--sharing-primary);
}

.sharing-breadcrumb a:hover {
    text-decoration: underline;
}

.sharing-hero-copy h1 {
    max-width: 620px;
    margin: 16px 0 20px;
    color: var(--sharing-ink);
    font-size: clamp(43px, 4.35vw, 66px);
    font-weight: 850;
    letter-spacing: -2.8px;
    line-height: 1.02;
}

.sharing-hero-copy h1 span {
    color: var(--sharing-primary);
}

.sharing-hero-copy > p {
    max-width: 600px;
    color: var(--sharing-copy);
    font-size: 16px;
    line-height: 1.85;
}

.sharing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.sharing-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.sharing-button:hover {
    transform: translateY(-2px);
}

.sharing-button-primary {
    background: var(--sharing-primary);
    box-shadow: 0 12px 28px rgba(33, 78, 148, 0.2);
    color: #fff;
}

.sharing-button-primary:hover {
    background: var(--sharing-navy);
    box-shadow: 0 16px 34px rgba(33, 78, 148, 0.26);
}

.sharing-button-secondary {
    border-color: #aac5e6;
    background: rgba(255, 255, 255, 0.8);
    color: var(--sharing-primary);
}

.sharing-button-secondary:hover {
    border-color: var(--sharing-primary);
    background: #fff;
}

.sharing-hero-visual {
    position: relative;
    min-height: 440px;
}

.sharing-preview-card {
    position: absolute;
    z-index: 3;
    top: 29px;
    left: 32px;
    width: 330px;
    overflow: hidden;
    border: 1px solid rgba(33, 78, 148, 0.12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 65px rgba(16, 47, 99, 0.2);
    transform: rotate(-1deg);
}

.sharing-preview-screen {
    position: relative;
    display: grid;
    height: 190px;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(13, 40, 84, 0.98), rgba(33, 78, 148, 0.88)),
        #17376b;
}

.sharing-preview-screen::before,
.sharing-preview-screen::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.sharing-preview-screen::before {
    top: -65px;
    right: -35px;
    width: 190px;
    height: 190px;
    border: 28px solid rgba(159, 217, 231, 0.12);
}

.sharing-preview-screen::after {
    bottom: -62px;
    left: -45px;
    width: 155px;
    height: 155px;
    border: 22px solid rgba(242, 213, 0, 0.13);
}

.sharing-preview-badge,
.sharing-featured-badge,
.sharing-recording-badge {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.65px;
    line-height: 1;
    text-transform: uppercase;
}

.sharing-preview-badge {
    background: var(--sharing-yellow);
    color: var(--sharing-navy-deep);
}

.sharing-preview-play {
    position: relative;
    z-index: 2;
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 7px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 15px 30px rgba(4, 20, 49, 0.3);
}

.sharing-preview-play svg {
    width: 28px;
    fill: var(--sharing-primary);
}

.sharing-preview-line {
    position: absolute;
    z-index: 1;
    left: 35px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
}

.sharing-preview-line.line-one {
    bottom: 44px;
    width: 93px;
}

.sharing-preview-line.line-two {
    bottom: 30px;
    width: 135px;
}

.sharing-preview-line.line-three {
    right: 35px;
    bottom: 30px;
    left: auto;
    width: 65px;
    background: rgba(242, 213, 0, 0.5);
}

.sharing-preview-body {
    padding: 22px 24px 24px;
}

.sharing-preview-body small {
    color: var(--sharing-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.sharing-preview-body h2 {
    margin: 7px 0;
    color: var(--sharing-ink);
    font-size: 21px;
    letter-spacing: -0.45px;
}

.sharing-preview-body p {
    color: var(--sharing-copy);
    font-size: 12px;
}

.sharing-preview-modules {
    display: flex;
    gap: 8px;
    margin-top: 17px;
}

.sharing-preview-modules span {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 50%;
    background: var(--sharing-surface);
    color: #738198;
    font-size: 10px;
    font-weight: 800;
}

.sharing-preview-modules .active {
    background: var(--sharing-primary);
    color: #fff;
}

.sharing-mini-stat {
    position: absolute;
    z-index: 4;
    right: 0;
    display: flex;
    width: 180px;
    min-height: 82px;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(33, 78, 148, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 15px 35px rgba(16, 47, 99, 0.11);
}

.sharing-mini-stat.stat-recording { top: 61px; }
.sharing-mini-stat.stat-topic { top: 156px; right: -20px; }
.sharing-mini-stat.stat-hours { top: 251px; }

.sharing-mini-icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border-radius: 11px;
    background: #edf3fd;
    color: var(--sharing-primary);
    font-size: 16px;
    font-weight: 900;
}

.stat-topic .sharing-mini-icon {
    background: #fff9cc;
    color: #947f00;
}

.stat-hours .sharing-mini-icon {
    background: #fff0f1;
    color: var(--sharing-red);
}

.sharing-mini-stat > span:last-child {
    display: flex;
    flex-direction: column;
}

.sharing-mini-stat small {
    color: #718198;
    font-size: 9px;
    font-weight: 700;
}

.sharing-mini-stat strong {
    color: var(--sharing-ink);
    font-size: 22px;
    line-height: 1.2;
}

.sharing-orbit {
    position: absolute;
    border-radius: 50%;
}

.sharing-orbit-one {
    right: 50px;
    bottom: 15px;
    width: 185px;
    height: 185px;
    border: 1px dashed rgba(33, 78, 148, 0.2);
}

.sharing-orbit-two {
    right: 95px;
    bottom: 60px;
    width: 95px;
    height: 95px;
    border: 20px solid rgba(159, 217, 231, 0.18);
}

/* STATISTICS */
.sharing-stats {
    padding: 26px 0;
    border-bottom: 1px solid #edf1f6;
    background: #fff;
}

.sharing-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.sharing-stat-item {
    display: flex;
    min-height: 80px;
    align-items: center;
    gap: 15px;
    padding: 10px 30px;
    border-right: 1px solid #e5ebf2;
}

.sharing-stat-item:first-child { padding-left: 0; }
.sharing-stat-item:last-child { border-right: 0; }

.sharing-stat-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 900;
}

.sharing-stat-icon.icon-blue { background: #e8f0fc; color: var(--sharing-primary); }
.sharing-stat-icon.icon-light-blue { background: #e9f8fb; color: var(--sharing-blue); }
.sharing-stat-icon.icon-yellow { background: #fff9cd; color: #8a7600; }
.sharing-stat-icon.icon-red { background: #fff0f1; color: var(--sharing-red); }

.sharing-stat-item > span:last-child {
    display: flex;
    flex-direction: column;
}

.sharing-stat-item strong {
    color: var(--sharing-ink);
    font-size: 24px;
    line-height: 1.2;
}

.sharing-stat-item small {
    color: #6b7b91;
    font-size: 11px;
    font-weight: 650;
}

/* SHARED SECTION */
.sharing-section {
    padding: 76px 0;
}

.sharing-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
}

.sharing-section-heading h2 {
    margin-top: 10px;
    color: var(--sharing-ink);
    font-size: clamp(32px, 3.25vw, 46px);
    letter-spacing: -1.5px;
}

.sharing-section-heading > p {
    max-width: 470px;
    color: var(--sharing-copy);
    font-size: 14px;
    line-height: 1.75;
}

/* FEATURED */
.sharing-featured {
    background: #fff;
}

.sharing-featured-card {
    display: grid;
    min-height: 370px;
    overflow: hidden;
    border: 1px solid var(--sharing-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--sharing-shadow);
    grid-template-columns: 0.92fr 1.28fr;
}

.sharing-featured-visual {
    position: relative;
    display: flex;
    min-height: 370px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(16, 47, 99, 0.98), rgba(22, 143, 197, 0.9));
}

.sharing-featured-visual::before {
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    content: "";
}

.sharing-featured-badge {
    background: var(--sharing-red);
    color: #fff;
}

.sharing-featured-emblem {
    position: relative;
    z-index: 2;
    display: grid;
    width: 125px;
    height: 125px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.08);
    transform: rotate(-4deg);
}

.sharing-featured-emblem svg {
    width: 68px;
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.sharing-featured-visual > small {
    position: absolute;
    z-index: 2;
    bottom: 28px;
    left: 32px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.sharing-featured-shape {
    position: absolute;
    border-radius: 50%;
}

.sharing-featured-shape.shape-one {
    top: -90px;
    right: -65px;
    width: 230px;
    height: 230px;
    border: 35px solid rgba(159, 217, 231, 0.14);
}

.sharing-featured-shape.shape-two {
    bottom: -95px;
    left: -65px;
    width: 210px;
    height: 210px;
    border: 30px solid rgba(242, 213, 0, 0.12);
}

.sharing-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 48px;
}

.sharing-content-label {
    align-self: flex-start;
    padding: 6px 11px;
    border-radius: 999px;
    background: #eaf2fd;
    color: var(--sharing-primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.sharing-featured-content h3 {
    max-width: 650px;
    margin: 14px 0 13px;
    color: var(--sharing-ink);
    font-size: clamp(26px, 2.4vw, 36px);
    letter-spacing: -1px;
}

.sharing-featured-content > p {
    max-width: 680px;
    color: var(--sharing-copy);
    font-size: 14px;
    line-height: 1.8;
}

.sharing-speaker-text {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 23px;
}

.sharing-speaker-text > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: var(--sharing-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.sharing-speaker-text div {
    display: flex;
    flex-direction: column;
}

.sharing-speaker-text strong {
    color: var(--sharing-ink);
    font-size: 13px;
}

.sharing-speaker-text small {
    color: #738298;
    font-size: 11px;
}

.sharing-featured-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid #e5ebf3;
}

.sharing-meta-list,
.sharing-course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #728197;
    font-size: 11px;
    list-style: none;
}

.sharing-meta-list li,
.sharing-course-meta li {
    position: relative;
    padding-left: 14px;
}

.sharing-meta-list li::before,
.sharing-course-meta li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border: 2px solid var(--sharing-blue);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}

.sharing-watch-button,
.sharing-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 10px;
    background: var(--sharing-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.sharing-watch-button {
    min-height: 46px;
    padding: 0 19px;
}

.sharing-watch-button:hover,
.sharing-card-button:hover {
    background: var(--sharing-navy-deep);
    box-shadow: 0 12px 25px rgba(33, 78, 148, 0.2);
    transform: translateY(-2px);
}

/* CATALOG */
.sharing-catalog {
    background:
        linear-gradient(180deg, #f8fafc 0%, #f5f8fc 100%);
}

.sharing-filter-panel {
    display: grid;
    grid-template-columns: minmax(280px, 1.55fr) repeat(3, minmax(145px, 0.62fr)) auto;
    gap: 10px;
    padding: 13px;
    border: 1px solid var(--sharing-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(16, 47, 99, 0.06);
}

.sharing-search-field,
.sharing-select-field {
    position: relative;
    display: flex;
    min-height: 48px;
    align-items: center;
    border: 1px solid #dce5ef;
    border-radius: 10px;
    background: #fbfcfe;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.sharing-search-field:focus-within,
.sharing-select-field:focus-within {
    border-color: var(--sharing-blue);
    box-shadow: 0 0 0 3px rgba(22, 143, 197, 0.12);
}

.sharing-search-field svg {
    width: 20px;
    margin-left: 15px;
    fill: none;
    stroke: #708198;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.sharing-search-field input,
.sharing-select-field select {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--sharing-ink);
    font-size: 12px;
}

.sharing-search-field input {
    padding: 0 14px 0 10px;
}

.sharing-search-field input::placeholder {
    color: #8996a8;
}

.sharing-select-field select {
    padding: 0 32px 0 13px;
    cursor: pointer;
}

.sharing-reset-button {
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid #dce5ef;
    border-radius: 10px;
    background: #fff;
    color: var(--sharing-primary);
    font-size: 11px;
    font-weight: 800;
}

.sharing-reset-button:hover {
    border-color: #aac5e6;
    background: #f4f8fd;
}

.sharing-results-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 19px 2px 16px;
}

.sharing-results-bar p {
    color: var(--sharing-ink);
    font-size: 12px;
    font-weight: 800;
}

.sharing-results-bar span {
    color: #77869a;
    font-size: 11px;
}

.sharing-course-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sharing-course-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--sharing-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(16, 47, 99, 0.055);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.sharing-course-card[hidden] {
    display: none !important;
}

.sharing-course-card:hover {
    border-color: #b8cce4;
    box-shadow: 0 20px 45px rgba(16, 47, 99, 0.12);
    transform: translateY(-5px);
}

.sharing-course-visual {
    position: relative;
    display: grid;
    aspect-ratio: 16 / 8.8;
    place-items: center;
    overflow: hidden;
    color: var(--sharing-primary);
}

.sharing-course-visual::before,
.sharing-course-visual::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.sharing-course-visual::before {
    top: -70%;
    right: -20%;
    width: 75%;
    aspect-ratio: 1;
    border: 20px solid rgba(255, 255, 255, 0.24);
}

.sharing-course-visual::after {
    bottom: -42%;
    left: -10%;
    width: 52%;
    aspect-ratio: 1;
    border: 16px solid rgba(255, 255, 255, 0.18);
}

.sharing-course-visual svg {
    position: relative;
    z-index: 1;
    width: 74px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

.sharing-course-visual.has-photo {
    background: #dce7f3;
}

.sharing-course-visual.has-photo::before {
    z-index: 1;
    inset: 0;
    width: auto;
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
    background: linear-gradient(
        180deg,
        rgba(7, 31, 68, 0.28) 0%,
        rgba(7, 31, 68, 0.02) 48%,
        rgba(7, 31, 68, 0.42) 100%
    );
    pointer-events: none;
}

.sharing-course-visual.has-photo::after {
    display: none;
}

.sharing-course-visual.has-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.sharing-course-card:hover .sharing-course-visual.has-photo img {
    transform: scale(1.045);
}

.sharing-photo-credit {
    position: absolute;
    z-index: 3;
    right: 13px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-decoration: none;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.58);
}

.sharing-photo-credit:hover {
    color: #fff;
    text-decoration: underline;
}

.visual-education { background: linear-gradient(145deg, #e9f3ff, #cce8f3); color: #214e94; }
.visual-economy { background: linear-gradient(145deg, #e6f7f8, #bce5e2); color: #08746e; }
.visual-law { background: linear-gradient(145deg, #fff7dc, #f2df8e); color: #7b6600; }
.visual-research { background: linear-gradient(145deg, #edf0fb, #d4dcf4); color: #495fa7; }
.visual-family { background: linear-gradient(145deg, #fff0f0, #f8cfd3); color: #b52a36; }
.visual-social { background: linear-gradient(145deg, #eaf5fb, #c9e2ef); color: #176f99; }
.visual-technology { background: linear-gradient(145deg, #e9f0ff, #c8d8fa); color: #3157a6; }

.sharing-course-category {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    max-width: calc(100% - 115px);
    overflow: hidden;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--sharing-ink);
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sharing-recording-badge {
    right: 14px;
    left: auto;
    background: var(--sharing-primary);
    color: #fff;
}

.sharing-recording-badge.is-pending {
    background: #8b96a5;
}

.sharing-course-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.sharing-course-type {
    color: var(--sharing-red);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

.sharing-course-body h3 {
    margin: 8px 0 9px;
    color: var(--sharing-ink);
    font-size: 18px;
    letter-spacing: -0.35px;
    line-height: 1.3;
}

.sharing-course-description {
    display: -webkit-box;
    overflow: hidden;
    color: var(--sharing-copy);
    font-size: 12px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sharing-course-speaker {
    margin-top: 15px;
    padding-top: 13px;
    border-top: 1px solid #e8edf4;
    color: var(--sharing-ink);
    font-size: 11px;
    font-weight: 750;
}

.sharing-course-meta {
    margin: 10px 0 17px;
    gap: 15px;
}

.sharing-course-meta li {
    font-size: 10px;
}

.sharing-card-button {
    width: 100%;
    min-height: 44px;
    margin-top: auto;
    border: 1px solid #a9c4e8;
    background: #f8fbff;
    color: var(--sharing-primary);
}

.sharing-card-button:hover {
    border-color: var(--sharing-primary);
    color: #fff;
}

.sharing-empty-state {
    padding: 70px 25px;
    border: 1px dashed #b9c9dc;
    border-radius: 17px;
    background: #fff;
    text-align: center;
}

.sharing-empty-state > span {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 15px;
    place-items: center;
    border-radius: 50%;
    background: #edf3fc;
    color: var(--sharing-primary);
    font-size: 24px;
    font-weight: 900;
}

.sharing-empty-state h3 {
    color: var(--sharing-ink);
    font-size: 22px;
}

.sharing-empty-state p {
    margin: 6px 0 18px;
    color: var(--sharing-copy);
    font-size: 13px;
}

.sharing-empty-state button {
    padding: 11px 16px;
    border-radius: 9px;
    background: var(--sharing-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.sharing-pagination-wrap {
    display: grid;
    align-items: center;
    margin-top: 28px;
    grid-template-columns: auto 1fr auto auto;
    gap: 13px;
}

.sharing-page-nav,
.sharing-page-number {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7e1ed;
    border-radius: 9px;
    background: #fff;
    color: var(--sharing-primary);
    font-size: 11px;
    font-weight: 800;
}

.sharing-page-nav {
    gap: 7px;
    padding: 0 15px;
}

.sharing-page-nav:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.sharing-page-numbers {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.sharing-page-number {
    width: 40px;
}

.sharing-page-number.active,
.sharing-page-number:hover {
    border-color: var(--sharing-primary);
    background: var(--sharing-primary);
    color: #fff;
}

.sharing-per-page {
    display: flex;
    min-height: 40px;
    align-items: center;
    gap: 9px;
    padding-left: 12px;
    border: 1px solid #d7e1ed;
    border-radius: 9px;
    background: #fff;
    color: #77869a;
    font-size: 10px;
}

.sharing-per-page select {
    min-height: 38px;
    padding: 0 28px 0 8px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--sharing-ink);
    font-size: 10px;
    font-weight: 700;
}

/* CTA */
.sharing-cta-section {
    padding: 70px 0 80px;
    background: #fff;
}

.sharing-cta-card {
    position: relative;
    display: grid;
    min-height: 215px;
    align-items: center;
    gap: 24px;
    padding: 35px 42px;
    overflow: hidden;
    border-radius: 22px;
    background:
        linear-gradient(110deg, var(--sharing-navy-deep), var(--sharing-primary));
    box-shadow: 0 22px 55px rgba(16, 47, 99, 0.22);
    grid-template-columns: auto 1fr auto;
}

.sharing-cta-card::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 95px;
    background: var(--sharing-yellow);
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.sharing-cta-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.07);
}

.sharing-cta-icon svg {
    width: 50px;
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.sharing-cta-copy {
    position: relative;
    z-index: 1;
}

.sharing-cta-copy > span {
    color: var(--sharing-sky);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sharing-cta-copy h2 {
    margin: 6px 0 7px;
    color: #fff;
    font-size: clamp(26px, 2.65vw, 38px);
    letter-spacing: -1px;
}

.sharing-cta-copy p {
    max-width: 610px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.7;
}

.sharing-cta-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.sharing-button-yellow {
    background: var(--sharing-yellow);
    color: var(--sharing-navy-deep);
}

.sharing-button-yellow:hover {
    background: #ffdf00;
    box-shadow: 0 12px 26px rgba(242, 213, 0, 0.2);
}

.sharing-button-outline-light {
    border-color: rgba(255, 255, 255, 0.62);
    color: #fff;
}

.sharing-button-outline-light:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.sharing-cta-orbit {
    position: absolute;
    border-radius: 50%;
}

.sharing-cta-orbit.orbit-one {
    right: 25px;
    bottom: -110px;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 0 0 28px rgba(255, 255, 255, 0.025),
        0 0 0 56px rgba(255, 255, 255, 0.02);
}

.sharing-cta-orbit.orbit-two {
    top: -90px;
    left: 42%;
    width: 180px;
    height: 180px;
    border: 30px solid rgba(159, 217, 231, 0.05);
}

/* TOAST */
.sharing-toast {
    position: fixed;
    z-index: 1700;
    right: 24px;
    bottom: 95px;
    display: flex;
    width: min(390px, calc(100% - 32px));
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(33, 78, 148, 0.16);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(16, 35, 63, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.sharing-toast.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.sharing-toast-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 12px;
    background: #eaf2fd;
    color: var(--sharing-primary);
}

.sharing-toast > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.sharing-toast strong {
    color: var(--sharing-ink);
    font-size: 12px;
}

.sharing-toast small {
    overflow: hidden;
    color: var(--sharing-copy);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sharing-toast button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f2f5f9;
    color: var(--sharing-copy);
    font-size: 18px;
}

/* RTL */
html[dir="rtl"] .sharing-eyebrow::before {
    order: 2;
}

html[dir="rtl"] .sharing-preview-badge,
html[dir="rtl"] .sharing-featured-badge,
html[dir="rtl"] .sharing-course-category {
    right: 15px;
    left: auto;
}

html[dir="rtl"] .sharing-recording-badge {
    right: auto;
    left: 14px;
}

html[dir="rtl"] .sharing-search-field svg {
    margin-right: 15px;
    margin-left: 0;
}

html[dir="rtl"] .sharing-search-field input {
    padding-right: 10px;
    padding-left: 14px;
}

html[dir="rtl"] .sharing-meta-list li,
html[dir="rtl"] .sharing-course-meta li {
    padding-right: 14px;
    padding-left: 0;
}

html[dir="rtl"] .sharing-meta-list li::before,
html[dir="rtl"] .sharing-course-meta li::before {
    right: 0;
    left: auto;
}

/* RESPONSIVE */
@media screen and (max-width: 1080px) {
    .sharing-hero-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
        gap: 35px;
    }

    .sharing-preview-card {
        left: 0;
        width: 300px;
    }

    .sharing-mini-stat {
        width: 160px;
    }

    .sharing-filter-panel {
        grid-template-columns: 1.35fr repeat(3, 0.65fr);
    }

    .sharing-reset-button {
        grid-column: 1 / -1;
    }

    .sharing-cta-card {
        grid-template-columns: auto 1fr;
    }

    .sharing-cta-actions {
        grid-column: 2;
        flex-direction: row;
    }
}

@media screen and (max-width: 900px) {
    .sharing-hero {
        padding-bottom: 55px;
    }

    .sharing-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sharing-hero-copy {
        padding-top: 15px;
    }

    .sharing-hero-copy h1 {
        max-width: 720px;
    }

    .sharing-hero-visual {
        width: min(650px, 100%);
        min-height: 420px;
        margin-inline: auto;
    }

    .sharing-preview-card {
        left: 14%;
    }

    .sharing-mini-stat {
        right: 8%;
    }

    .sharing-mini-stat.stat-topic {
        right: 3%;
    }

    .sharing-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sharing-stat-item:nth-child(2) {
        border-right: 0;
    }

    .sharing-stat-item:nth-child(-n + 2) {
        border-bottom: 1px solid #e5ebf2;
    }

    .sharing-stat-item:first-child,
    .sharing-stat-item {
        padding: 18px 25px;
    }

    .sharing-featured-card {
        grid-template-columns: 1fr;
    }

    .sharing-featured-visual {
        min-height: 300px;
    }

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

    .sharing-filter-panel {
        grid-template-columns: 1fr 1fr;
    }

    .sharing-search-field {
        grid-column: 1 / -1;
    }

    .sharing-reset-button {
        grid-column: auto;
    }

    .sharing-pagination-wrap {
        grid-template-columns: auto 1fr auto;
    }

    .sharing-per-page {
        width: max-content;
        margin-top: 6px;
        grid-column: 1 / -1;
        justify-self: end;
    }
}

@media screen and (max-width: 700px) {
    .sharing-container {
        width: min(100% - 30px, 1180px);
    }

    .sharing-hero {
        padding-top: 18px;
    }

    .sharing-breadcrumb {
        margin-bottom: 20px;
    }

    .sharing-hero-copy h1 {
        font-size: clamp(39px, 11.5vw, 54px);
        letter-spacing: -2px;
    }

    .sharing-hero-copy > p {
        font-size: 14px;
    }

    .sharing-hero-visual {
        min-height: 390px;
    }

    .sharing-preview-card {
        top: 20px;
        left: 0;
        width: min(315px, 78vw);
    }

    .sharing-mini-stat {
        right: 0;
        width: 150px;
        min-height: 70px;
        padding: 10px;
    }

    .sharing-mini-stat.stat-recording { top: 55px; }
    .sharing-mini-stat.stat-topic { top: 140px; right: -8px; }
    .sharing-mini-stat.stat-hours { top: 225px; }

    .sharing-preview-screen {
        height: 165px;
    }

    .sharing-section {
        padding: 58px 0;
    }

    .sharing-section-heading {
        display: block;
    }

    .sharing-section-heading > p {
        margin-top: 14px;
    }

    .sharing-featured-content {
        padding: 31px 25px;
    }

    .sharing-featured-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .sharing-watch-button {
        width: 100%;
    }

    .sharing-course-grid {
        grid-template-columns: 1fr;
    }

    .sharing-course-card {
        max-width: 520px;
        margin-inline: auto;
    }

    .sharing-filter-panel {
        grid-template-columns: 1fr;
    }

    .sharing-search-field,
    .sharing-reset-button {
        grid-column: auto;
    }

    .sharing-results-bar {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .sharing-pagination-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .sharing-page-numbers {
        order: -1;
        grid-column: 1 / -1;
    }

    .sharing-page-nav {
        width: 100%;
    }

    .sharing-per-page {
        width: 100%;
        grid-column: 1 / -1;
        justify-content: center;
    }

    .sharing-cta-section {
        padding: 55px 0 65px;
    }

    .sharing-cta-card {
        padding: 31px 25px;
        grid-template-columns: 1fr;
    }

    .sharing-cta-icon {
        width: 70px;
        height: 70px;
    }

    .sharing-cta-actions {
        grid-column: auto;
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .sharing-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sharing-button {
        width: 100%;
    }

    .sharing-hero-visual {
        min-height: 505px;
    }

    .sharing-preview-card {
        right: 0;
        left: 0;
        width: 100%;
        margin-inline: auto;
    }

    .sharing-mini-stat {
        top: auto !important;
        right: auto !important;
        bottom: 0;
        width: calc(33.333% - 6px);
        min-height: 88px;
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .sharing-mini-stat.stat-recording { left: 0; }
    .sharing-mini-stat.stat-topic { left: calc(33.333% + 3px); }
    .sharing-mini-stat.stat-hours { right: 0 !important; }

    .sharing-mini-icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: 12px;
    }

    .sharing-mini-stat small {
        display: none;
    }

    .sharing-mini-stat strong {
        font-size: 18px;
    }

    .sharing-stats-grid {
        grid-template-columns: 1fr;
    }

    .sharing-stat-item,
    .sharing-stat-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #e5ebf2;
    }

    .sharing-stat-item:last-child {
        border-bottom: 0;
    }

    .sharing-featured-visual {
        min-height: 250px;
    }

    .sharing-featured-content h3 {
        font-size: 25px;
    }

    .sharing-page-numbers {
        flex-wrap: wrap;
    }

    .sharing-toast {
        right: 16px;
        bottom: 84px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sharing-button,
    .sharing-course-card,
    .sharing-watch-button,
    .sharing-card-button,
    .sharing-toast {
        scroll-behavior: auto;
        transition: none;
    }
}
