:root {
    --dts-blue: #0b5ed7;
    --dts-navy: #17324d;
    --dts-cyan: #18a7d6;
    --dts-green: #16a06c;
    --dts-soft: #eef6fb;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 140px;
}

body {
    color: #203040;
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    overflow-x: hidden;
}

img,
video,
canvas {
    max-width: 100%;
}

.public-header {
    border-bottom: 1px solid #edf0f3;
    box-shadow: 0 1px 0 rgba(18, 35, 55, 0.04);
}

.public-shell {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0;
    width: calc(100% - 2rem);
}

.public-header-top {
    min-height: 82px;
}

.header-toolbar {
    align-items: center;
    display: grid;
    grid-template-columns: 155px 665px 246px;
    justify-content: space-between;
    min-height: 82px;
}

.yayasanjn-logo {
    align-items: center;
    color: #202124;
    display: inline-flex;
    font-size: 0;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    width: 70px;
}

.yayasanjn-logo img {
    display: block;
    max-height: 44px;
    max-width: 84px;
    object-fit: contain;
}

.yayasanjn-symbol {
    color: #0b78f0;
    display: block;
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 0.72;
    position: relative;
}

.yayasanjn-symbol::before {
    background: #0b78f0;
    border-radius: 999px;
    content: "";
    height: 10px;
    left: 21px;
    position: absolute;
    top: -8px;
    width: 7px;
}

.site-search {
    align-items: center;
    border: 1px solid #ccd7e3;
    border-radius: 999px;
    display: flex;
    height: 40px;
    justify-self: center;
    max-width: 665px;
    overflow: hidden;
    width: 100%;
}

.site-search input {
    border: 0;
    color: #485a6f;
    flex: 1;
    font-size: 0.92rem;
    height: 100%;
    min-width: 0;
    outline: 0;
    padding: 0 1rem;
}

.site-search input::placeholder {
    color: #8c99a8;
}

.site-search button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #5f6f7f;
    display: inline-flex;
    font-size: 1.2rem;
    height: 100%;
    justify-content: center;
    padding: 0 1rem;
}

.header-actions {
    align-items: center;
    display: flex;
    gap: 1.85rem;
    justify-content: flex-end;
}

.header-actions .btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 0.5rem;
    height: 30px;
    justify-content: center;
    min-width: 104px;
    padding: 0 1.25rem;
}

.nav-login-btn {
    border: 1px solid var(--dts-blue);
    color: var(--dts-blue);
}

.nav-login-btn:hover {
    background: #eef6ff;
    border-color: var(--dts-blue);
    color: var(--dts-blue);
}

.nav-register-btn {
    background: var(--dts-blue);
    border: 1px solid var(--dts-blue);
    color: #fff;
}

.nav-register-btn:hover {
    background: #084fb8;
    border-color: #084fb8;
    color: #fff;
}

.header-menu-toggle {
    display: none;
    align-items: center;
    border: 1px solid #d7e1ec;
    border-radius: 8px;
    color: var(--dts-navy);
    height: 40px;
    justify-content: center;
    padding: 0;
    width: 40px;
}

.header-menu-toggle .navbar-toggler-icon {
    background-image: none;
    height: auto;
    position: relative;
    width: 20px;
}

.header-menu-toggle .navbar-toggler-icon,
.header-menu-toggle .navbar-toggler-icon::before,
.header-menu-toggle .navbar-toggler-icon::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
}

.header-menu-toggle .navbar-toggler-icon::before,
.header-menu-toggle .navbar-toggler-icon::after {
    left: 0;
    position: absolute;
    width: 20px;
}

.header-menu-toggle .navbar-toggler-icon::before {
    top: -6px;
}

.header-menu-toggle .navbar-toggler-icon::after {
    top: 6px;
}

.public-menu {
    border-top: 1px solid #edf0f3;
    min-height: 47px;
    padding: 0;
}

.public-menu .navbar-nav {
    gap: 0;
    justify-content: space-between;
    min-height: 47px;
    width: 100%;
}

.public-menu .nav-link {
    align-items: center;
    color: #26282c;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.28rem;
    min-height: 47px;
    padding: 0;
}

.public-menu .nav-link:hover,
.public-menu .nav-link.active {
    color: var(--dts-blue);
}

.nav-badge {
    background: #e84375;
    border-radius: 999px;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.22rem 0.34rem;
}

.mobile-login-item {
    display: none;
}

.brand-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--dts-blue), var(--dts-cyan));
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    letter-spacing: 0;
    width: 48px;
}

.hero-section {
    background: #d9f2dc;
    color: #fff;
    min-height: 430px;
    padding: 129px 0 0;
}

.hero-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1170px);
    margin: 0 auto;
    max-width: 1170px;
    min-height: 430px;
    position: relative;
    width: 100%;
}

.hero-feature {
    display: block;
    overflow: hidden;
}

.hero-feature .carousel-inner,
.hero-feature .carousel-item {
    height: 100%;
}

.hero-feature .carousel-item > a {
    color: #fff;
    display: block;
    height: 100%;
    text-decoration: none;
}

.hero-feature img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-feature {
    border-radius: 0;
    min-height: 430px;
}

.hero-nav {
    align-items: center;
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.86);
    display: inline-flex;
    font-size: 2rem;
    height: 48px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    z-index: 3;
}

.hero-nav-prev {
    left: 48px;
}

.hero-nav-next {
    right: 48px;
}

.hero-dots {
    align-items: center;
    bottom: 16px;
    display: flex;
    gap: 8px;
    left: 50%;
    position: absolute;
    margin: 0;
    transform: translateX(-50%);
    z-index: 4;
}

.hero-dots [data-bs-target] {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    border: 0;
    box-sizing: border-box;
    height: 8px;
    margin: 0;
    opacity: 1;
    padding: 0;
    width: 8px;
}

.hero-dots .active {
    background: #fff;
    width: 22px;
}

.hero-kicker,
.section-heading span,
.news-card span {
    color: var(--dts-cyan);
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.hero-section h1 {
    font-size: clamp(2.75rem, 7vw, 5.6rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 0.95;
    max-width: 760px;
}

.hero-copy {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 1.5rem 0 2rem;
    max-width: 680px;
}

.hero-panel,
.auth-card,
.program-card,
.news-card,
.timeline-list {
    background: #fff;
    border: 1px solid rgba(32, 48, 64, 0.08);
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(23, 50, 77, 0.12);
}

.hero-panel {
    color: var(--dts-navy);
    padding: 1.5rem;
}

.hero-panel-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.hero-panel-top strong {
    color: var(--dts-blue);
    font-size: 2.3rem;
}

.metric-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.metric-grid div {
    background: var(--dts-soft);
    border-radius: 8px;
    padding: 1rem;
}

.metric-grid strong {
    display: block;
    font-size: 1.8rem;
}

.metric-grid span {
    color: #627386;
}

.section-band,
.schedule-section {
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.72), transparent 28%),
        radial-gradient(circle at 80% 25%, rgba(255, 255, 255, 0.55), transparent 30%),
        #e8f7ea;
    padding: 74px 0 88px;
}

.section-band {
    background: #f5f5f7;
}

#rilis {
    background: #f5f8fb;
    padding: 18px 0 28px;
}

#akademi {
    padding: 0 0 64px;
}

.trust-panel {
    align-items: stretch;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(22, 30, 46, 0.12);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 1400px;
    overflow: hidden;
    padding: 48px 0;
}

.trust-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 128px;
    padding: 0 2rem;
    position: relative;
    text-align: center;
}

.trust-item:not(:last-child)::after {
    background: #e9e7ee;
    content: "";
    height: 128px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.trust-item i {
    color: #4d1898;
    font-size: 2.65rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.trust-item h2 {
    color: #202637;
    font-size: 1.08rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 0.55rem;
}

.trust-item p {
    color: #6f7886;
    font-size: 0.88rem;
    line-height: 1.35;
    margin: 0;
}

.qurban-map-section {
    background: #e8f7ea;
    padding: 76px 0 88px;
}

.qurban-heading {
    margin: 0 auto 42px;
    max-width: 760px;
    text-align: center;
}

.qurban-heading span {
    color: #4d1898;
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
}

.qurban-heading h2 {
    color: #182132;
    font-size: clamp(2rem, 4vw, 2.7rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 0.85rem;
}

.qurban-heading p {
    color: #5f6978;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}

.qurban-map-panel {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 32px rgba(22, 30, 46, 0.11);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
    margin: 0 auto;
    max-width: 1400px;
    padding: 1.5rem;
}

.qurban-map-visual {
    border-radius: 14px;
    min-height: 430px;
    overflow: hidden;
    position: relative;
}

.qurban-map-visual iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 430px;
    width: 100%;
}

.qurban-public-map {
    background: #dbe9dd;
    height: 100%;
    min-height: 430px;
    overflow: hidden;
    position: relative;
    touch-action: none;
    width: 100%;
}

.qurban-public-map-tiles,
.qurban-public-map-markers {
    inset: 0;
    position: absolute;
}

.qurban-public-map-tiles img {
    height: 256px;
    max-width: none;
    position: absolute;
    width: 256px;
}

.qurban-public-map-marker {
    align-items: center;
    background: #1fb45b;
    border: 3px solid #fff;
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(9, 78, 38, 0.25);
    color: #fff;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    padding: 0;
    position: absolute;
    transform: translate(-50%, -100%);
    width: 24px;
}

.qurban-public-map-marker::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #1fb45b;
    bottom: -8px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.qurban-public-map-marker span {
    background: #182132;
    border-radius: 999px;
    bottom: calc(100% + 8px);
    box-shadow: 0 8px 18px rgba(24, 33, 50, 0.18);
    font-size: 0.72rem;
    font-weight: 700;
    left: 50%;
    max-width: 190px;
    opacity: 0;
    overflow: hidden;
    padding: 0.35rem 0.55rem;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    transform: translate(-50%, 4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    white-space: nowrap;
}

.qurban-public-map-marker:hover span,
.qurban-public-map-marker:focus-visible span {
    opacity: 1;
    transform: translate(-50%, 0);
}

.qurban-public-map-controls {
    display: grid;
    gap: 0.45rem;
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
    z-index: 4;
}

.qurban-public-map-controls button {
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(24, 33, 50, 0.14);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(24, 33, 50, 0.16);
    color: #182132;
    display: inline-flex;
    font-size: 1rem;
    height: 38px;
    justify-content: center;
    padding: 0;
    width: 38px;
}

.qurban-public-map-controls button:active {
    transform: translateY(1px);
}

.qurban-public-map-empty {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    color: #526071;
    font-size: 0.9rem;
    font-weight: 700;
    left: 50%;
    padding: 0.65rem 1rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.qurban-map-info {
    background: #f7fbf8;
    border-radius: 14px;
    padding: 1.5rem;
}

.qurban-map-info h3 {
    color: #182132;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 1.2rem;
}

.qurban-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.3rem;
}

.qurban-stats div:nth-child(3) {
    grid-column: 1 / -1;
}

.qurban-stats div {
    background: #fff;
    border-radius: 10px;
    padding: 0.9rem 1rem;
}

.qurban-stats strong {
    color: #4d1898;
    display: block;
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1;
}

.qurban-stats span {
    color: #6f7886;
    font-size: 0.84rem;
}

.qurban-map-info ul {
    display: grid;
    gap: 0.6rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.qurban-map-info li {
    align-items: center;
    color: #3b4656;
    display: flex;
    font-size: 0.9rem;
    gap: 0.55rem;
}

.qurban-map-info li span {
    background: #22c96d;
    border-radius: 999px;
    height: 9px;
    width: 9px;
}

.section-heading {
    margin-bottom: 2rem;
}

.section-heading h2 {
    color: var(--dts-navy);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: 0;
}

.program-card {
    height: 100%;
    padding: 1.5rem;
}

.program-card i {
    color: var(--dts-blue);
    font-size: 2.2rem;
}

.program-card h3,
.news-card h3 {
    color: var(--dts-navy);
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 1rem 0 0.75rem;
}

.program-card p {
    color: #627386;
    margin: 0;
}

.timeline-list {
    overflow: hidden;
}

.timeline-list div {
    align-items: center;
    border-bottom: 1px solid #e7eef4;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1.4fr auto;
    padding: 1.25rem;
}

.timeline-list div:last-child {
    border-bottom: 0;
}

.timeline-list strong {
    color: var(--dts-navy);
}

.timeline-list span {
    color: #627386;
}

.timeline-list em {
    color: var(--dts-green);
    font-style: normal;
    font-weight: 700;
}

.impact-heading {
    margin: 0 auto 48px;
    max-width: 820px;
    text-align: center;
}

.impact-heading span {
    color: #4d1898;
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
}

.impact-heading h2 {
    color: #182132;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 0.8rem;
}

.impact-heading p {
    color: #5f6978;
    font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
}

.impact-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
}

.impact-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 30px rgba(22, 30, 46, 0.1);
    min-height: 152px;
    overflow: hidden;
    padding: 1.5rem 1.55rem 1.4rem;
    position: relative;
}

.impact-card::after {
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
}

.impact-card-top {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.impact-icon {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 48px;
    font-size: 1.28rem;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.impact-card h3 {
    color: #242b3a;
    font-size: 1rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0;
}

.impact-card p {
    align-items: baseline;
    color: #182132;
    display: flex;
    gap: 0.22rem;
    margin: 0;
}

.impact-card small {
    color: #6f7886;
    font-size: 0.88rem;
}

.impact-card strong {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.impact-card p span {
    color: #6f7886;
    font-size: 1rem;
}

.impact-purple::after {
    background: #5617a6;
}

.impact-purple .impact-icon {
    background: #eee6f7;
    color: #5617a6;
}

.impact-yellow::after {
    background: #f7c600;
}

.impact-yellow .impact-icon {
    background: #fff8d9;
    color: #ffc400;
}

.impact-green::after {
    background: #22c96d;
}

.impact-green .impact-icon {
    background: #d9f8e4;
    color: #19a85d;
}

.impact-red::after {
    background: #ff464b;
}

.impact-red .impact-icon {
    background: #ffe0e2;
    color: #eb252b;
}

.news-card {
    height: 100%;
    overflow: hidden;
}

.news-thumb {
    aspect-ratio: 16 / 9;
    background:
        linear-gradient(
            135deg,
            rgba(11, 94, 215, 0.82),
            rgba(24, 167, 214, 0.72)
        ),
        url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=900&q=80")
            center/cover;
}

.news-card a {
    color: var(--dts-blue);
    font-weight: 700;
    text-decoration: none;
}

.urgent-heading {
    margin: 0 auto 64px;
    max-width: 770px;
    text-align: center;
}

.urgent-heading span {
    background: #fff1f1;
    border-radius: 999px;
    color: #f07d80;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1;
    margin-bottom: 1rem;
    padding: 0.55rem 0.85rem;
    text-transform: uppercase;
}

.urgent-heading h2 {
    color: #182132;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 1rem;
}

.urgent-heading p {
    color: #5f6978;
    font-size: 1.02rem;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 760px;
}

.donation-programs {
    display: grid;
    grid-template-columns: 480px;
    justify-content: start;
    margin: 0 auto;
    max-width: 1400px;
}

.donation-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(22, 30, 46, 0.12);
    overflow: hidden;
}

.donation-cover {
    aspect-ratio: 480 / 224;
    display: block;
    object-fit: cover;
    width: 100%;
}

.donation-body {
    padding: 1.5rem;
}

.donation-owner {
    align-items: center;
    color: #596577;
    display: flex;
    font-size: 0.78rem;
    font-weight: 600;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.owner-icon {
    align-items: center;
    background: #2361ca;
    color: #fff;
    display: inline-flex;
    flex: 0 0 24px;
    font-size: 1rem;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.donation-owner .bi-patch-check-fill {
    color: #778292;
    font-size: 0.78rem;
}

.donation-card h3 {
    color: #202637;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 1rem;
}

.donation-progress-meta {
    align-items: center;
    color: #5f6978;
    display: flex;
    font-size: 0.82rem;
    justify-content: space-between;
    margin-bottom: 0.35rem;
}

.donation-progress {
    background: #eef0f4;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
}

.donation-progress span {
    background: #ffd200;
    display: block;
    height: 100%;
}

.donation-body p {
    color: #9aa3af;
    font-size: 0.82rem;
    margin: 0.5rem 0 1.6rem;
}

.donation-button {
    align-items: center;
    background: #ffd200;
    border-radius: 10px;
    color: #4b008f;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    text-decoration: none;
    width: 100%;
}

.donation-button:hover {
    background: #f4c700;
    color: #4b008f;
}

.all-programs-link {
    margin-top: 52px;
    text-align: center;
}

.all-programs-link a {
    color: #4b008f;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
}

.all-programs-link i {
    margin-left: 0.35rem;
}

.giving-steps-section {
    background: #e8f7ea;
    padding: 84px 0 68px;
}

.giving-steps-heading {
    margin: 0 auto 48px;
    max-width: 680px;
    text-align: center;
}

.giving-steps-heading h2 {
    color: #182132;
    font-size: clamp(1.8rem, 3vw, 2.15rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 0.75rem;
}

.giving-steps-heading p {
    color: #5f6978;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.giving-steps-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}

.giving-step {
    text-align: center;
}

.giving-step span {
    align-items: center;
    background: #fff;
    border: 4px solid #4d1898;
    border-radius: 999px;
    color: #4d1898;
    display: inline-flex;
    font-size: 1.35rem;
    height: 64px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 64px;
}

.giving-step h3 {
    color: #202637;
    font-size: 1.02rem;
    font-weight: 850;
    letter-spacing: 0;
    margin: 0 0 0.65rem;
}

.giving-step p {
    color: #6f7886;
    font-size: 0.82rem;
    line-height: 1.45;
    margin: 0 auto;
    max-width: 280px;
}

.faq-section {
    background: #fff;
    padding: 88px 0 96px;
}

.faq-heading {
    margin: 0 auto 48px;
    max-width: 640px;
    text-align: center;
}

.faq-heading h2 {
    color: #182132;
    font-size: clamp(1.9rem, 3vw, 2.25rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 0.7rem;
}

.faq-heading p {
    color: #5f6978;
    font-size: 1rem;
    line-height: 1.55;
    margin: 0;
}

.faq-accordion {
    margin: 0 auto;
    max-width: 768px;
}

.faq-accordion .accordion-item {
    background: #f5f8fb;
    border: 0;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background: #f5f8fb;
    box-shadow: none;
    color: #0f1d2f;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
    padding: 1.15rem 1rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #f5f8fb;
    color: #0f1d2f;
}

.faq-accordion .accordion-button::after {
    background-size: 1rem;
    height: 1rem;
    width: 1rem;
}

.faq-accordion .accordion-body {
    color: #2f4358;
    font-size: 0.9rem;
    line-height: 1.65;
    padding: 0 1rem 1.15rem;
}

.site-footer {
    background:
        linear-gradient(30deg, rgba(255, 255, 255, 0.018) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.018) 87.5%, rgba(255, 255, 255, 0.018)),
        linear-gradient(150deg, rgba(255, 255, 255, 0.018) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.018) 87.5%, rgba(255, 255, 255, 0.018)),
        #111827;
    background-size: 66px 38px;
    color: #d8e6f2;
    padding: 60px 0 28px;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.footer-grid {
    display: grid;
    gap: 4.25rem;
    grid-template-columns: 1.25fr 1fr 1.1fr 1.25fr;
}

.footer-logo {
    align-items: center;
    color: #e95af2;
    display: inline-flex;
    font-size: 0.82rem;
    gap: 0.7rem;
    line-height: 1.05;
    margin-bottom: 1.45rem;
    text-transform: uppercase;
}

.footer-logo img {
    max-height: 44px;
    max-width: 150px;
    object-fit: contain;
}

.footer-logo-mark {
    background: linear-gradient(135deg, #7f35ce, #44166d);
    border-radius: 10px;
    display: inline-block;
    height: 40px;
    position: relative;
    transform: rotate(45deg);
    width: 40px;
}

.footer-logo-mark::after {
    border: 7px solid #151f30;
    border-radius: 8px;
    content: "";
    inset: 9px;
    position: absolute;
}

.footer-brand p {
    color: #b8c5d6;
    line-height: 1.65;
    margin: 0 0 1.45rem;
    max-width: 360px;
}

.footer-socials {
    display: flex;
    gap: 0.9rem;
}

.footer-socials a,
.footer-contact li span {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.footer-column h2 {
    color: #fff;
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 1.5rem;
    position: relative;
}

.footer-column h2::after {
    background: #ffd200;
    border-radius: 999px;
    bottom: -0.35rem;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 44px;
}

.footer-legal {
    margin: 0;
}

.footer-legal dt,
.footer-newsletter label {
    color: #7f8ca2;
    font-size: 0.78rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
}

.footer-legal dd {
    color: #fff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.82rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.footer-contact ul {
    display: grid;
    gap: 1rem;
    list-style: none;
    margin: 0 0 1.35rem;
    padding: 0;
}

.footer-contact li {
    align-items: flex-start;
    display: flex;
    gap: 0.85rem;
}

.footer-contact li span {
    color: #ffd200;
}

.footer-contact li p {
    color: #fff;
    line-height: 1.35;
    margin: 0;
}

.footer-newsletter label {
    display: block;
}

.footer-newsletter div {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    display: flex;
    height: 42px;
    max-width: 355px;
    overflow: hidden;
}

.footer-newsletter input {
    background: rgba(255, 255, 255, 0.05);
    border: 0;
    color: #fff;
    flex: 1;
    min-width: 0;
    outline: 0;
    padding: 0 0.9rem;
}

.footer-newsletter input::placeholder {
    color: #b8c5d6;
}

.footer-newsletter button {
    align-items: center;
    background: #ffd200;
    border: 0;
    color: #4b008f;
    display: inline-flex;
    flex: 0 0 48px;
    font-size: 1.15rem;
    justify-content: center;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #7f8ca2;
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
    padding-top: 32px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom strong {
    color: #fff;
}

.footer-bottom div {
    display: flex;
    gap: 1.5rem;
}

.auth-page {
    align-items: center;
    background: var(--dts-soft);
    display: flex;
    min-height: 100vh;
    padding: 170px 1rem 3rem;
}

.auth-card {
    margin: 0 auto;
    max-width: 440px;
    padding: 2rem;
    width: 100%;
}

.auth-card h1 {
    color: var(--dts-navy);
    font-size: 1.8rem;
    font-weight: 800;
}

.login-hints {
    background: #f4f8fb;
    border-radius: 8px;
    color: #627386;
    display: grid;
    font-size: 0.88rem;
    gap: 0.25rem;
    margin-top: 1.25rem;
    padding: 0.85rem;
}

@media (max-width: 1199.98px) {
    .header-toolbar {
        gap: 1rem;
        grid-template-columns: 110px minmax(240px, 1fr) auto;
    }

    .public-menu .navbar-nav {
        gap: 1.4rem;
        justify-content: center;
    }

    .header-actions {
        gap: 0.75rem;
    }
}

@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 112px;
    }

    .public-shell {
        width: calc(100% - 1.5rem);
    }

    .public-header-top {
        min-height: auto;
        padding: 0.75rem 0;
    }

    .header-toolbar {
        grid-template-columns: 88px 1fr auto;
        min-height: auto;
    }

    .yayasanjn-logo {
        width: 72px;
    }

    .header-actions {
        display: none;
    }

    .mobile-login-item {
        display: block;
    }

    .mobile-login-link {
        color: var(--dts-blue) !important;
        font-weight: 900 !important;
    }

    .header-menu-toggle {
        display: inline-flex;
        justify-self: end;
    }

    .site-search {
        justify-self: stretch;
    }

    .public-menu {
        min-height: 0;
    }

    .public-menu .navbar-collapse {
        background: #fff;
        border-top: 1px solid #edf0f3;
        margin-top: 0;
        padding: 0.5rem 0 0.75rem;
    }

    .public-menu .navbar-nav {
        align-items: stretch !important;
        gap: 0;
        min-height: auto;
    }

    .public-menu .nav-link {
        border-bottom: 1px solid #edf0f3;
        justify-content: space-between;
        min-height: 40px;
        padding: 0 0.25rem;
        width: 100%;
    }

    .hero-section {
        padding-top: 112px;
    }

    .auth-page {
        padding-top: 140px;
    }

    .trust-panel {
        grid-template-columns: repeat(2, 1fr);
        padding: 32px 0;
    }

    .trust-item {
        min-height: 150px;
    }

    .trust-item:not(:last-child)::after {
        display: none;
    }

    .trust-item:nth-child(odd)::after {
        background: #e9e7ee;
        content: "";
        display: block;
        height: 110px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
    }

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

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

    .qurban-map-panel {
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .qurban-map-info {
        padding: 1.15rem;
    }

    .donation-programs {
        grid-template-columns: minmax(280px, 480px);
        justify-content: center;
    }

    .giving-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 2.5rem;
    }

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

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: auto;
        padding-top: 104px;
    }

    .hero-showcase {
        grid-template-columns: 1fr;
        min-height: auto;
        width: min(100%, 540px);
    }

    .hero-feature {
        min-height: 0;
    }

    .hero-feature img {
        aspect-ratio: 878 / 449;
        height: auto;
        min-height: 210px;
    }

    .hero-feature .carousel-inner,
    .hero-feature .carousel-item {
        min-height: 210px;
    }

    .hero-nav {
        display: none;
    }

    .timeline-list div {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    html {
        scroll-padding-top: 92px;
    }

    .public-shell {
        width: calc(100% - 1rem);
    }

    .public-header-top {
        padding: 0.55rem 0;
    }

    .header-toolbar {
        gap: 0.5rem;
        grid-template-columns: 58px minmax(0, 1fr) 40px;
    }

    .yayasanjn-logo {
        font-size: 0.72rem;
        width: 54px;
    }

    .yayasanjn-logo img {
        max-height: 36px;
        max-width: 54px;
    }

    .yayasanjn-symbol {
        font-size: 2.65rem;
    }

    .site-search {
        height: 36px;
        min-width: 0;
    }

    .site-search input {
        font-size: 0.78rem;
        padding-left: 0.7rem;
    }

    .site-search button {
        flex: 0 0 38px;
        padding: 0;
    }

    .header-menu-toggle {
        height: 38px;
        width: 38px;
    }

    .public-menu .navbar-collapse {
        max-height: calc(100vh - 88px);
        overflow-y: auto;
    }

    .public-menu .nav-link {
        font-size: 0.86rem;
        min-height: 42px;
    }

    .hero-section {
        padding-top: 90px;
    }

    .hero-showcase {
        width: 100%;
    }

    .hero-feature img {
        min-height: 180px;
        object-fit: cover;
    }

    .hero-feature .carousel-inner,
    .hero-feature .carousel-item {
        min-height: 180px;
    }

    .hero-dots {
        bottom: 10px;
    }

    #akademi {
        padding-bottom: 40px;
    }

    .trust-panel {
        border-radius: 8px;
        grid-template-columns: 1fr;
        padding: 16px 0;
    }

    .trust-item {
        min-height: 112px;
        padding: 1rem;
    }

    .trust-item i {
        font-size: 2rem;
        margin-bottom: 0.65rem;
    }

    .trust-item:nth-child(odd)::after {
        display: none;
    }

    .trust-item:nth-child(-n + 3) {
        border-bottom: 1px solid #e9e7ee;
    }

    .schedule-section {
        padding: 54px 0 64px;
    }

    .impact-heading {
        margin-bottom: 28px;
    }

    .impact-grid {
        grid-template-columns: 1fr;
    }

    .impact-card {
        min-height: 132px;
        padding: 1.15rem;
    }

    .qurban-map-section {
        padding: 54px 0 64px;
    }

    .qurban-heading {
        margin-bottom: 28px;
    }

    .qurban-heading h2,
    .impact-heading h2,
    .urgent-heading h2,
    .faq-heading h2 {
        font-size: 1.55rem;
        line-height: 1.22;
    }

    .qurban-map-panel {
        border-radius: 8px;
        box-shadow: 0 8px 18px rgba(22, 30, 46, 0.1);
        padding: 0.75rem;
    }

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

    .qurban-map-visual {
        border-radius: 8px;
        min-height: 300px;
    }

    .qurban-map-visual iframe {
        min-height: 300px;
    }

    .qurban-public-map {
        min-height: 300px;
    }

    .qurban-public-map-empty {
        border-radius: 8px;
        text-align: center;
        width: min(84%, 260px);
    }

    .qurban-public-map-controls {
        right: 0.6rem;
        top: 0.6rem;
    }

    .qurban-public-map-controls button {
        height: 42px;
        width: 42px;
    }

    .qurban-map-info {
        border-radius: 8px;
        padding: 1rem;
    }

    .qurban-stats div {
        padding: 0.8rem;
    }

    .qurban-stats strong {
        font-size: 1.4rem;
    }

    #rilis {
        padding-top: 44px;
    }

    .urgent-heading {
        margin-bottom: 32px;
    }

    .donation-programs {
        grid-template-columns: 1fr;
    }

    .donation-body {
        padding: 1.15rem;
    }

    .donation-owner {
        align-items: flex-start;
        line-height: 1.35;
    }

    .donation-card h3 {
        font-size: 1.12rem;
    }

    .giving-steps-section {
        padding: 58px 0 52px;
    }

    .giving-steps-grid {
        grid-template-columns: 1fr;
    }

    .faq-section {
        padding: 58px 0 64px;
    }

    .faq-heading {
        margin-bottom: 30px;
    }

    .footer-grid {
        gap: 2.5rem;
        grid-template-columns: 1fr;
    }

    .footer-bottom div {
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer-newsletter div {
        max-width: none;
        width: 100%;
    }

    .footer-bottom {
        margin-top: 42px;
        padding-top: 24px;
    }
}
