@font-face {
    font-family: "NunitoLocal";
    src: url("../fonts/Nunito-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

:root {
    --brand-primary: #f39c12;
    --brand-secondary: #f7b733;
    --brand-deep: #bf6f00;
    --ink: #333;
    --surface: #fffaf2;
}

body {
    font-family: "NunitoLocal", "Trebuchet MS", "Segoe UI", Helvetica, Arial, sans-serif;
    color: var(--ink);
    background: radial-gradient(circle at top right, #ffe9c2 0%, #fffaf2 36%, #fff 100%);
}

a {
    color: #d47f00;
}

a:hover,
a:focus {
    color: #a85f00;
    text-decoration: none;
}

.home-navbar {
    background: #fff;
    border-bottom: 2px solid var(--brand-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.home-navbar .navbar-brand {
    padding: 7px 15px;
}

.home-navbar .navbar-brand img {
    max-height: 40px;
}

.home-navbar .navbar-nav > li > a {
    color: #444;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
}

.home-navbar .navbar-nav > li > a:hover,
.home-navbar .navbar-nav > li > a:focus {
    color: var(--brand-primary);
    background: transparent;
}

.home-navbar .navbar-nav > li.active > a,
.home-navbar .navbar-nav > li.active > a:hover {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
    color: #fff;
    border-radius: 4px;
}

.home-navbar .navbar-toggle {
    border-color: var(--brand-primary);
    margin-top: 11px;
}

.home-navbar .navbar-toggle .icon-bar {
    background: var(--brand-primary);
}

.home-navbar-spacer {
    height: 60px;
}

.home-slider {
    position: relative;
}

.home-slider .item {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-slider .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.8), rgba(243, 156, 18, 0.5));
}

.home-slider-caption-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    z-index: 2;
}

.home-slider-caption {
    max-width: 900px;
    color: #fff;
}

.home-slider-caption h2 {
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 12px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.home-slider-caption p {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.home-slider .carousel-indicators li {
    border: 1px solid #fff;
}

.home-slider .carousel-indicators .active {
    background-color: #fff;
}

.home-slider .carousel-control.left,
.home-slider .carousel-control.right {
    background-image: none;
}

.home-slider .carousel-control .glyphicon {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 3;
}

.home-hero {
    background:
        linear-gradient(135deg, rgba(243, 156, 18, 0.9), rgba(247, 183, 51, 0.86)),
        url("../img/blur.jpg") center/cover no-repeat;
    color: #fff;
    padding: 80px 0;
    text-align: left;
}

.home-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-kicker {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.home-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 14px;
}

.home-hero p {
    max-width: 620px;
    margin: 0 0 26px;
    font-size: 18px;
    line-height: 1.7;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-hero-flyer {
    text-align: center;
}

.flyer-img {
    max-width: 420px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.flyer-img:hover {
    transform: scale(1.03);
}

.btn-home-primary,
.btn-home-outline {
    display: inline-block;
    border-radius: 30px;
    padding: 11px 28px;
    margin: 4px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.btn-home-primary {
    background: #fff;
    color: #cc7a00;
    border: 2px solid #fff;
}

.btn-home-primary:hover {
    color: #a85f00;
    transform: translateY(-2px);
}

.btn-home-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-home-outline:hover {
    background: #fff;
    color: #cc7a00;
}

.home-section {
    padding: 70px 0;
}

.home-section-alt {
    background: #fff3df;
}

.home-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.home-section-title h2 {
    margin: 0;
    color: var(--brand-deep);
    font-size: 30px;
    font-weight: 700;
}

.home-section-title p {
    margin-top: 12px;
    color: #666;
}

.home-divider {
    width: 56px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 3px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
}

.home-card {
    background: #fff;
    border-radius: 10px;
    padding: 28px 22px;
    margin-bottom: 20px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.12);
}

.home-card h4 {
    margin: 0 0 10px;
    font-weight: 700;
}

.home-card p {
    margin: 0;
    color: #666;
    line-height: 1.7;
}

.home-card-icon {
    color: var(--brand-primary);
    font-size: 36px;
    margin-bottom: 14px;
}

.btn-card-link {
    display: inline-block;
    margin-top: 12px;
    color: var(--brand-deep);
    font-weight: 700;
}

.home-highlight-box {
    background: #fff;
    border-left: 5px solid var(--brand-primary);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 20px 22px;
    margin-bottom: 16px;
}

.home-highlight-box h3 {
    margin-top: 0;
    color: var(--brand-deep);
    font-size: 20px;
}

.home-highlight-box ul,
.home-highlight-box ol {
    margin-bottom: 0;
}

.home-investasi {
    background: linear-gradient(135deg, #fff6e8, #ffe8bf);
}

.investasi-amount {
    font-size: 30px;
    font-weight: 800;
    color: #a85f00;
}

.kontak-utama {
    font-size: 24px;
    font-weight: 700;
    color: #a85f00;
}

.flyer-image {
    width: 100%;
    max-width: 760px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    display: block;
    margin: 0 auto;
}

.flyer-placeholder {
    border: 2px dashed #f2bc67;
    border-radius: 8px;
    padding: 26px;
    text-align: center;
    background: #fff9ef;
    color: #ae6b00;
}

.flyer-placeholder i {
    font-size: 48px;
    display: block;
    margin-bottom: 8px;
}

.home-cta-band {
    margin-top: 26px;
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
    color: #fff;
    padding: 30px 20px;
}

.home-cta-band h3 {
    margin-top: 0;
    font-size: 28px;
}

.home-cta-band p {
    margin-bottom: 16px;
}

.home-cta-band .cta-outline {
    border-color: #fff;
}

.home-page-hero {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
    color: #fff;
    padding: 56px 0 36px;
    text-align: center;
}

.home-page-hero h1 {
    margin: 0 0 6px;
    font-size: 34px;
    font-weight: 700;
}

.home-content-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

.media-panel {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 18px;
}

.media-panel img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff6e8;
    margin-bottom: 10px;
}

.media-panel p {
    margin: 0;
    color: #666;
}

.home-content-box h3,
.home-content-box h4 {
    color: var(--brand-deep);
    font-weight: 700;
}

.gallery-box {
    background: linear-gradient(135deg, #ffe8bf, #ffd382);
    border-radius: 10px;
    padding: 36px 20px;
    text-align: center;
    color: #8f5500;
    margin-bottom: 20px;
    min-height: 145px;
}

.gallery-media-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.gallery-media-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.gallery-media-caption {
    padding: 14px 14px 16px;
}

.gallery-media-caption h4 {
    margin: 0 0 6px;
    color: var(--brand-deep);
    font-size: 17px;
}

.gallery-media-caption p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.gallery-box i {
    font-size: 34px;
    display: block;
    margin-bottom: 10px;
}

.home-stat {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 26px 18px;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.home-stat strong {
    display: block;
    font-size: 34px;
    color: var(--brand-deep);
    line-height: 1;
}

.home-stat span {
    color: #666;
}

.tag-chip {
    display: inline-block;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #8f5500;
    background: #ffe7bf;
}

.org-role-card h4 i {
    margin-right: 6px;
    color: var(--brand-primary);
}

.timeline-list {
    position: relative;
}

.timeline-list::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 10px;
    width: 2px;
    background: #f4c276;
}

.timeline-item {
    position: relative;
    background: #fff;
    margin-bottom: 12px;
    margin-left: 28px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    padding: 14px 16px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--brand-primary);
}

.timeline-month {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #8f5500;
    font-weight: 700;
    text-transform: uppercase;
}

.timeline-item h4 {
    margin: 0 0 5px;
    color: var(--brand-deep);
}

.timeline-item p {
    margin: 0;
    color: #666;
}

.contact-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.contact-list li {
    margin-bottom: 10px;
    color: #555;
}

.contact-list i {
    color: var(--brand-primary);
    width: 18px;
    margin-right: 6px;
}

.btn-outline-brand {
    color: var(--brand-deep);
    border-color: var(--brand-primary);
    background: #fff;
}

.btn-outline-brand:hover {
    color: #fff;
    border-color: var(--brand-primary);
    background: var(--brand-primary);
}

.contact-note {
    color: #777;
    margin-top: 8px;
}

.home-footer {
    background: #a85f00;
    color: #f7e5cc;
    padding: 48px 0 0;
}

/* Simple staggered reveal for first-load rhythm */
.reveal-up {
    opacity: 0;
    animation: homeRevealUp 0.6s ease forwards;
}

.delay-1 { animation-delay: 0.05s; }
.delay-2 { animation-delay: 0.1s; }
.delay-3 { animation-delay: 0.15s; }
.delay-4 { animation-delay: 0.2s; }

@keyframes homeRevealUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-footer h4 {
    color: #fff;
    margin-bottom: 14px;
}

.home-footer-links li {
    margin-bottom: 8px;
}

.home-footer-links a {
    color: #ffe1ac;
}

.home-footer-links a:hover {
    color: #fff;
}

.home-footer-divider {
    border-color: #c97b0d;
    margin: 26px 0 18px;
}

.home-footer-copy {
    margin: 0;
    padding-bottom: 18px;
}

@media (max-width: 991px) {
    .home-slider .item {
        height: 400px;
    }

    .home-slider-caption h2 {
        font-size: 32px;
    }

    .home-hero {
        text-align: center;
    }

    .home-hero p {
        margin: 0 auto 22px;
    }

    .home-hero-actions {
        justify-content: center;
    }

    .home-hero-flyer {
        margin-top: 26px;
    }
}

@media (max-width: 767px) {
    .home-navbar-spacer {
        height: 50px;
    }

    .home-hero {
        padding: 76px 0 56px;
        text-align: center;
    }

    .home-hero h1 {
        font-size: 30px;
    }

    .home-hero p {
        margin: 0 auto 20px;
    }

    .home-hero-actions {
        justify-content: center;
    }

    .home-hero-flyer {
        margin-top: 24px;
    }

    .home-page-hero h1 {
        font-size: 28px;
    }

    .hero-kicker {
        font-size: 11px;
    }

    .home-slider .item {
        height: 280px;
    }

    .home-slider-caption h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .home-slider-caption p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .home-slider-caption .btn-home-primary {
        padding: 8px 18px;
        font-size: 13px;
    }

    .timeline-list::before {
        left: 8px;
    }

    .timeline-item {
        margin-left: 22px;
    }

    .timeline-item::before {
        left: -18px;
    }
}
