/* =========================================================
   HOME MODERN ISLAMIC LANDING PAGE - CLEAN FINAL
   File: public/assets/css/home-modern.css
   Load after main.css
========================================================= */

:root {
    --home-primary: #063d2b;
    --home-secondary: #198754;
    --home-emerald: #20c997;
    --home-gold: #c8a96a;
    --home-navy: #0f172a;
    --home-muted: #64748b;
    --home-soft: #f8fafc;
    --home-shadow: 0 24px 70px rgba(15, 23, 42, .10);
    --home-shadow-hover: 0 36px 100px rgba(15, 23, 42, .17);
}

/* GLOBAL */
.home-modern-page {
    font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
    color: var(--home-navy);
    background: #fff;
    overflow-x: hidden;
}

.home-modern-page img {
    max-width: 100%;
}

.home-kicker,
.home-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(25, 135, 84, .10);
    color: var(--home-secondary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.home-section-tag.dark {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
}

.home-section-head {
    margin-bottom: 58px;
}

.home-section-head h2 {
    max-width: 860px;
    margin: 0;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 1.04;
    letter-spacing: -2.4px;
    font-weight: 950;
    color: var(--home-navy);
}

.home-section-head.text-center h2,
.home-section-head.text-center p {
    margin-left: auto;
    margin-right: auto;
}

.home-section-head p {
    max-width: 700px;
    margin-top: 20px;
    color: var(--home-muted);
    line-height: 1.9;
}

/* BUTTONS */
.home-btn,
.home-outline-link,
.home-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 900;
    transition: .3s ease;
}

.home-btn {
    min-height: 54px;
    padding: 15px 28px;
    border-radius: 999px;
}

.home-btn-primary {
    background: linear-gradient(135deg, var(--home-primary), var(--home-secondary));
    color: #fff;
    box-shadow: 0 20px 44px rgba(25, 135, 84, .24);
}

.home-btn-primary:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 28px 62px rgba(25, 135, 84, .34);
}

.home-btn-glass {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
    backdrop-filter: blur(14px);
}

.home-btn-glass:hover {
    color: #fff;
    background: rgba(255, 255, 255, .18);
    transform: translateY(-4px);
}

.home-btn-gold {
    background: linear-gradient(135deg, var(--home-gold), #f5d76e);
    color: #111827;
    box-shadow: 0 20px 44px rgba(200, 169, 106, .28);
}

.home-btn-gold:hover {
    color: #111827;
    transform: translateY(-4px);
}

.home-outline-link {
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(25, 135, 84, .08);
    color: var(--home-secondary);
}

.home-outline-link:hover,
.home-text-link:hover {
    color: var(--home-primary);
    gap: 14px;
}

.home-text-link {
    color: var(--home-secondary);
}

/* HERO */
.home-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background:
        radial-gradient(circle at 14% 24%, rgba(32, 201, 151, .10), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(200, 169, 106, .10), transparent 30%),
        linear-gradient(135deg, #10261e 0%, #163629 48%, #1c2d42 100%);
}

.home-hero-pattern {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image:
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .9), transparent 88%);
}

.home-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(90px);
    opacity: .26;
    z-index: -2;
}

.orb-a {
    width: 380px;
    height: 380px;
    background: rgba(32, 201, 151, .26);
    left: -120px;
    bottom: 14%;
}

.orb-b {
    width: 320px;
    height: 320px;
    background: rgba(200, 169, 106, .24);
    right: -90px;
    top: 14%;
}

.home-hero-grid {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 56px;
    align-items: center;
    padding: 110px 0 90px;
}

.home-hero-content {
    position: relative;
    z-index: 5;
}

.home-hero-content h1 {
    font-size: clamp(46px, 7vw, 88px);
    line-height: .94;
    letter-spacing: -4.4px;
    font-weight: 950;
    color: #fff;
    margin: 0 0 28px;
}

.home-hero-content h1 span {
    display: block;
    color: var(--home-gold);
}

.home-hero-content p {
    max-width: 670px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.9;
    margin: 0 0 36px;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 44px;
}

.home-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 700px;
}

.home-hero-stats div {
    padding: 18px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(16px);
}

.home-hero-stats strong,
.home-hero-stats span {
    display: block;
}

.home-hero-stats strong {
    color: #fff;
    font-size: 17px;
    margin-bottom: 4px;
}

.home-hero-stats span {
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
}

/* HERO VIDEO */
.home-video-wrap {
    position: relative;
    width: 100%;
    height: 720px;
    overflow: hidden;
    border-radius: 42px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .28);
    border: 1px solid rgba(255, 255, 255, .12);
}

.home-video-wrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 140%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
    filter: brightness(1.08) contrast(1.04) saturate(1.08);
}

.home-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            135deg,
            rgba(6, 20, 15, .18) 0%,
            rgba(6, 20, 15, .05) 45%,
            rgba(6, 20, 15, .22) 100%
        );
}

/* HERO TYPOGRAPHY COMPOSITION */
.hero-bg-word {
    position: absolute;
    inset: 0;
    pointer-events: none;
    user-select: none;
    z-index: -1;
}

.hero-bg-word::before {
    content: "AZ";
    position: absolute;
    left: -30px;
    top: 80px;
    font-size: clamp(100px, 18vw, 260px);
    font-weight: 1000;
    line-height: 1;
    letter-spacing: -10px;
    color: rgba(255, 255, 255, .045);
    text-transform: uppercase;
}

.hero-bg-word::after {
    content: "MIA";
    position: absolute;
    right: -40px;
    top: 120px;
    font-size: clamp(100px, 16vw, 240px);
    font-weight: 1000;
    line-height: 1;
    letter-spacing: -10px;
    color: rgba(255, 255, 255, .035);
    text-transform: uppercase;
}

.hero-word-bottom-left::before {
    content: "AZMIA";
    left: -50px;
    top: auto;
    bottom: -20px;
    font-size: clamp(80px, 12vw, 180px);
    color: rgba(255, 255, 255, .028);
}

.hero-word-bottom-left::after {
    display: none;
}

.hero-word-bottom-right::before {
    display: none;
}

.hero-word-bottom-right::after {
    content: "MI";
    right: 20px;
    top: auto;
    bottom: 40px;
    font-size: clamp(70px, 10vw, 150px);
    color: rgba(32, 201, 151, .045);
}

/* CINEMATIC HERO EFFECT */
.hero-cinematic-light {
    position: absolute;
    border-radius: 999px;
    filter: blur(120px);
    opacity: .22;
    pointer-events: none;
    z-index: -2;
    animation: cinematicFloat 8s ease-in-out infinite;
}

.light-1 {
    width: 420px;
    height: 420px;
    background: rgba(32, 201, 151, .24);
    top: -120px;
    right: -120px;
}

.light-2 {
    width: 360px;
    height: 360px;
    background: rgba(200, 169, 106, .18);
    bottom: -120px;
    left: -100px;
    animation-delay: 2s;
}

.hero-noise {
    position: absolute;
    inset: 0;
    opacity: .035;
    mix-blend-mode: soft-light;
    background-image: url("https://grainy-gradients.vercel.app/noise.svg");
    z-index: -1;
}

/* MINI FLOATING CARD */
.hero-mini-floating {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.mini-float-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .13);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
    transition: .35s ease;
    animation: miniFloat 5s ease-in-out infinite;
}

.mini-float-card:nth-child(2) {
    animation-delay: 1.5s;
}

.mini-float-card:hover {
    transform: translateY(-6px);
}

.mini-float-card i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, .12);
    color: var(--home-gold);
    font-size: 22px;
}

.mini-float-card strong,
.mini-float-card span {
    display: block;
}

.mini-float-card strong {
    color: #fff;
    font-size: 15px;
}

.mini-float-card span {
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
}

/* SECTION SPACING + WATERMARK */
.home-level-section,
.home-about-editorial,
.home-bento-section,
.home-achievement-preview,
.home-gallery-preview,
.home-blog-section,
.home-cta-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(86px, 10vw, 145px) 0;
}

.section-bg-word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(80px, 18vw, 260px);
    font-weight: 1000;
    letter-spacing: -12px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    color: rgba(15, 23, 42, .025);
    pointer-events: none;
    user-select: none;
    z-index: -1;
}

.home-cta-section .section-bg-word {
    color: rgba(255, 255, 255, .04);
}

.section-bg-word::after {
    content: "AZMIA";
    position: absolute;
    inset: 0;
    transform: translate(8px, 8px);
    color: rgba(32, 201, 151, .025);
    filter: blur(10px);
    z-index: -1;
}

/* LEVEL */
.home-level-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.level-card {
    position: relative;
    overflow: hidden;
    min-height: 370px;
    padding: 34px;
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: var(--home-shadow);
    text-decoration: none;
    transition: .35s ease;
}

.level-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -90px;
    top: -90px;
    border-radius: 999px;
    background: rgba(25, 135, 84, .10);
}

.level-paud::after { background: rgba(244, 114, 182, .18); }
.level-sd::after { background: rgba(25, 135, 84, .14); }
.level-smp::after { background: rgba(15, 23, 42, .12); }

.level-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--home-shadow-hover);
}

.level-icon {
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: rgba(25, 135, 84, .10);
    color: var(--home-secondary);
    font-size: 30px;
    margin-bottom: 28px;
}

.level-paud .level-icon {
    background: rgba(244, 114, 182, .14);
    color: #db2777;
}

.level-smp .level-icon {
    background: rgba(15, 23, 42, .08);
    color: var(--home-navy);
}

.level-card span {
    display: block;
    color: var(--home-secondary);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.level-card h3 {
    color: var(--home-navy);
    font-size: 28px;
    line-height: 1.14;
    font-weight: 950;
    margin-bottom: 16px;
}

.level-card p {
    color: var(--home-muted);
    line-height: 1.8;
    margin-bottom: 28px;
}

.level-card em {
    color: var(--home-secondary);
    font-style: normal;
    font-weight: 900;
}

/* EDITORIAL */
.home-about-editorial {
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.home-editorial-card {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 0;
    overflow: hidden;
    border-radius: 42px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: var(--home-shadow);
}

.home-editorial-image {
    overflow: hidden;
}

.home-editorial-image img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    transition: .8s ease;
}

.home-editorial-card:hover .home-editorial-image img {
    transform: scale(1.05);
}

.home-editorial-content {
    padding: clamp(34px, 6vw, 76px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-editorial-content h2 {
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.06;
    letter-spacing: -2px;
    font-weight: 950;
    margin-bottom: 22px;
}

.home-editorial-content p {
    color: var(--home-muted);
    line-height: 1.9;
    margin-bottom: 28px;
}

/* BENTO */
.home-bento-section {
    background:
        radial-gradient(circle at top left, rgba(25, 135, 84, .08), transparent 38%),
        #fff;
}

.home-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.bento-card {
    min-height: 220px;
    padding: 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 16px 42px rgba(15, 23, 42, .055);
    backdrop-filter: blur(14px);
    transition: .35s ease;
}

.bento-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--home-shadow-hover);
}

.bento-card i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(25, 135, 84, .10);
    color: var(--home-secondary);
    font-size: 26px;
    margin-bottom: 22px;
}

.bento-card h4,
.bento-card h3 {
    font-weight: 950;
    color: var(--home-navy);
}

.bento-card p {
    color: var(--home-muted);
    line-height: 1.75;
    margin: 0;
}

.bento-featured {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        radial-gradient(circle at top right, rgba(200, 169, 106, .28), transparent 42%),
        linear-gradient(135deg, var(--home-primary), var(--home-secondary));
    color: #fff;
}

.bento-featured i {
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.bento-featured h3 {
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
}

.bento-featured p {
    color: rgba(255, 255, 255, .78);
}

/* ACHIEVEMENT + BLOG */
.home-achievement-preview,
.home-blog-section {
    background: linear-gradient(180deg, #f8fafc, #fff);
}

.home-achievement-grid,
.home-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.achievement-card-modern,
.blog-card-modern {
    overflow: hidden;
    border-radius: 32px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: var(--home-shadow);
    transition: .35s ease;
}

.achievement-card-modern:hover,
.blog-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: var(--home-shadow-hover);
}

.achievement-img,
.blog-img {
    position: relative;
    overflow: hidden;
}

.achievement-img img,
.blog-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: .8s ease;
}

.achievement-card-modern:hover img,
.blog-card-modern:hover img {
    transform: scale(1.08);
}

.achievement-img span {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--home-gold), #f5d76e);
    color: #111827;
    font-size: 11px;
    font-weight: 950;
}

.achievement-body,
.blog-body {
    padding: 28px;
}

.achievement-body small,
.blog-body small {
    color: var(--home-secondary);
    font-weight: 900;
}

.achievement-body h3,
.blog-body h3 {
    font-size: 22px;
    font-weight: 950;
    margin: 10px 0;
    color: var(--home-navy);
}

.achievement-body p,
.blog-body p {
    color: var(--home-muted);
    line-height: 1.75;
}

.blog-body a {
    color: var(--home-secondary);
    font-weight: 900;
    text-decoration: none;
}

/* GALLERY */
.home-gallery-preview {
    background: #fff;
}

.home-gallery-wrap {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 42px;
    align-items: center;
    padding: clamp(30px, 5vw, 60px);
    border-radius: 42px;
    background:
        radial-gradient(circle at top right, rgba(25, 135, 84, .10), transparent 36%),
        linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: var(--home-shadow);
}

.home-gallery-content h2 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.06;
    letter-spacing: -2px;
    font-weight: 950;
    margin-bottom: 20px;
}

.home-gallery-content p {
    color: var(--home-muted);
    line-height: 1.9;
    margin-bottom: 28px;
}

.home-gallery-mosaic {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: 220px 220px;
    gap: 16px;
}

.home-gallery-mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .10);
}

.home-gallery-mosaic .large {
    grid-row: span 2;
}

/* CTA */
.home-cta-section {
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.home-cta-box {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    overflow: hidden;
    padding: clamp(38px, 6vw, 78px);
    border-radius: 42px;
    background:
        radial-gradient(circle at top right, rgba(200, 169, 106, .28), transparent 36%),
        linear-gradient(135deg, var(--home-primary), #0f172a);
    color: #fff;
    box-shadow: 0 34px 100px rgba(15, 23, 42, .20);
}

.home-cta-box h2 {
    color: #fff;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 1.04;
    letter-spacing: -2.4px;
    font-weight: 950;
    margin-bottom: 16px;
}

.home-cta-box p {
    color: rgba(255, 255, 255, .74);
    max-width: 650px;
    line-height: 1.85;
    margin: 0;
}

.home-empty-state {
    grid-column: 1 / -1;
    padding: 36px;
    border-radius: 26px;
    background: #fff;
    border: 1px dashed rgba(15, 23, 42, .16);
    color: var(--home-muted);
    text-align: center;
}

/* ANIMATIONS */
@keyframes cinematicFloat {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(18px) translateX(8px);
    }
}

@keyframes miniFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .home-bento-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-achievement-grid,
    .home-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .home-hero-grid,
    .home-editorial-card,
    .home-gallery-wrap,
    .home-cta-box {
        grid-template-columns: 1fr;
    }

    .home-hero-grid {
        min-height: auto;
        padding: 110px 0 80px;
    }

    .home-video-wrap {
        height: 420px;
        border-radius: 28px;
    }

    .home-video-wrap iframe {
        width: 220%;
        height: 220%;
    }

    .home-level-grid {
        grid-template-columns: 1fr;
    }

    .home-editorial-image img {
        min-height: 380px;
    }
}

@media (max-width: 768px) {
    .home-hero-content h1,
    .home-section-head h2,
    .home-editorial-content h2,
    .home-gallery-content h2,
    .home-cta-box h2 {
        letter-spacing: -1.4px;
    }

    .home-hero-actions {
        flex-direction: column;
    }

    .home-btn {
        width: 100%;
    }

    .home-hero-stats,
    .home-bento-grid,
    .home-achievement-grid,
    .home-blog-grid {
        grid-template-columns: 1fr;
    }

    .home-video-wrap,
    .level-card,
    .home-editorial-card,
    .bento-card,
    .achievement-card-modern,
    .blog-card-modern,
    .home-gallery-wrap,
    .home-cta-box {
        border-radius: 26px;
    }

    .bento-featured {
        grid-column: span 1;
        min-height: 340px;
    }

    .home-gallery-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .home-gallery-mosaic .large {
        grid-row: span 1;
    }

    .home-gallery-mosaic img {
        height: 240px;
    }

    .hero-bg-word::before {
        top: 82px;
        left: -26px;
    }

    .hero-bg-word::after {
        top: 130px;
        right: -42px;
    }
}

@media (max-width: 576px) {
    .home-hero-grid {
        padding-top: 95px;
    }

    .home-video-wrap {
        height: 330px;
    }

    .achievement-img img,
    .blog-img img,
    .home-editorial-image img {
        height: 235px;
        min-height: 235px;
    }

    .hero-word-bottom-left::before,
    .hero-word-bottom-right::after {
        display: none;
    }
}
.home-level-section .section-bg-word {
    top: 8%;
    left: -2%;
    transform: none;
}

.home-blog-section .section-bg-word {
    top: auto;
    left: auto;
    right: -3%;
    bottom: 0;
    transform: none;
}
.home-about-editorial .section-bg-word {
    bottom: -2%;
    left: -2%;
    top: auto;
    transform: none;
}

.home-bento-section .section-bg-word {
    top: 6%;
    right: -4%;
    left: auto;
    transform: none;
    color: rgba(25, 135, 84, .026);
}
.home-achievement-preview .section-bg-word {
    bottom: -2%;
    right: -5%;
    left: auto;
    top: auto;
    transform: none;
    color: rgba(200, 169, 106, .04);
}
.home-gallery-preview .section-bg-word {
    top: 10%;
    left: -4%;
    transform: none;
    color: rgba(15, 23, 42, .025);
}

/* ARTIKEL */
.home-blog-section .section-bg-word {
    top: auto;
    left: auto;
    right: -3%;
    bottom: 0;
    transform: none;
}

/* CTA */
.home-cta-section .section-bg-word {
    top: 50%;
    right: -6%;
    left: auto;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .045);
}

.blog-author{
    display:flex;
    align-items:center;
    gap:8px;
    color:#198754;
    font-size:.85rem;
    font-weight:600;
    margin-bottom:10px;
}

.blog-category{
    display:inline-flex;
    padding:6px 12px;
    border-radius:999px;
    background:rgba(25,135,84,.08);
    color:#198754;
    font-size:.75rem;
    font-weight:700;
    margin-bottom:12px;
}

.home-video-wrap{
    position:relative;
    overflow:hidden;
    border-radius:32px;
    box-shadow:0 30px 80px rgba(15,23,42,.18);
    aspect-ratio:16/9;
    background:#000;
}

.home-video-wrap iframe{
    width:100%;
    height:100%;
    border:0;
    transform:scale(1.08);
    pointer-events:none;
}

.home-video-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:
    linear-gradient(
        180deg,
        rgba(0,0,0,.10),
        rgba(0,0,0,.25)
    );
}

.home-video-badge{
    position:absolute;
    top:24px;
    left:24px;
    z-index:2;

    display:flex;
    align-items:center;
    gap:10px;

    padding:10px 18px;

    background:rgba(255,255,255,.95);
    backdrop-filter:blur(12px);

    border-radius:999px;

    font-size:13px;
    font-weight:700;
    color:#0f172a;
}

.home-video-badge i{
    font-size:18px;
    color:#198754;
}

.home-video-info{
    position:absolute;
    left:32px;
    right:32px;
    bottom:30px;
    z-index:2;
    color:#fff;
}

.home-video-info h4{
    margin:0 0 8px;
    font-size:30px;
    font-weight:800;
}

.home-video-info p{
    margin:0;
    max-width:600px;
    font-size:15px;
    line-height:1.8;
    opacity:.95;
}
@media (max-width:768px){

    .home-video-wrap{
        border-radius:24px;
    }

    .home-video-badge{
        top:16px;
        left:16px;
        font-size:11px;
        padding:8px 14px;
    }

    .home-video-info{
        left:20px;
        right:20px;
        bottom:20px;
    }

    .home-video-info h4{
        font-size:22px;
    }

    .home-video-info p{
        font-size:13px;
        line-height:1.7;
    }
}
.home-video-wrap{
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    aspect-ratio: 16/9;
}

.home-video-wrap iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}