:root{
    --primary:#0875e8;
    --primary-dark:#053d8f;
    --accent:#25b99a;
    --accent-soft:#e8fbf6;
    --ink:#082348;
    --muted:#64748b;
    --soft:#eef7ff;
    --line:#dfeaf7;
    --page:#f8fbff;
}

body{
    overflow-x:hidden;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    font-family:'Poppins',sans-serif;
    color:var(--ink);
    background:var(--page);
}

.navbar{
    position:sticky;
    top:0;
    z-index:10;
}

.public-navbar{
    background:rgba(255,255,255,.92);
    border-bottom:1px solid rgba(223,234,247,.9);
    box-shadow:0 10px 30px rgba(16,35,63,.06);
    backdrop-filter:blur(10px);
}

.navbar .container{
    gap:14px;
}

.navbar-brand{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:var(--ink);
    letter-spacing:0;
}

.brand-mark{
    width:38px;
    height:38px;
    display:inline-grid;
    place-items:center;
    border-radius:12px;
    font-size:0;
    background:linear-gradient(135deg,var(--primary),var(--accent));
    box-shadow:0 10px 20px rgba(20,120,255,.2);
}

.brand-mark::before{
    content:"";
    width:15px;
    height:20px;
    border-radius:12px 12px 14px 14px;
    background:#fff;
    transform:rotate(35deg);
}

.nav-link{
    margin:0 2px;
    padding:8px 11px !important;
    border-radius:999px;
    font-weight:500;
    font-size:.94rem;
    color:#344054;
    transition:.2s ease;
}

.nav-link:hover,
.nav-link.active{
    color:var(--primary);
    background:#eef6ff;
}

.btn-primary{
    background:linear-gradient(135deg,var(--primary),#0a6be8);
    border-color:var(--primary);
    border-radius:10px;
    font-weight:600;
    box-shadow:0 12px 24px rgba(20,120,255,.22);
}

.btn-outline-primary{
    color:var(--primary-dark);
    border-color:#b8d7ff;
    border-radius:10px;
    font-weight:600;
    background:rgba(255,255,255,.65);
}

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

.btn-primary:hover{
    background:var(--primary-dark);
    border-color:var(--primary-dark);
}

.hero-section{
    min-height:680px;
    display:flex;
    align-items:center;
    background:
        radial-gradient(circle at 82% 18%, rgba(94,199,255,.38), transparent 26%),
        radial-gradient(circle at 12% 22%, rgba(37,185,154,.14), transparent 28%),
        linear-gradient(135deg,#ffffff 0%,#eef8ff 55%,#dff3ff 100%);
    position:relative;
    overflow:hidden;
}

.hero-section::after{
    content:"";
    position:absolute;
    right:-120px;
    bottom:-160px;
    width:420px;
    height:420px;
    border-radius:50%;
    border:58px solid rgba(8,117,232,.08);
}

.hero-section .container{
    position:relative;
    z-index:1;
}

.hero-title{
    font-weight:700;
    font-size:clamp(2.25rem,4vw,4.1rem);
    line-height:1.12;
    letter-spacing:0;
}

.hero-text{
    color:var(--muted);
    max-width:560px;
    line-height:1.8;
    font-size:1.05rem;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    margin-bottom:18px;
    border-radius:999px;
    background:linear-gradient(135deg,#eaf4ff,#e8fbf6);
    color:var(--primary-dark);
    font-weight:600;
    font-size:.9rem;
}

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

.hero-stats{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:28px;
}

.hero-stats div{
    min-width:128px;
    padding:14px 16px;
    border:1px solid rgba(184,215,255,.72);
    border-radius:16px;
    background:rgba(255,255,255,.72);
    box-shadow:0 12px 30px rgba(16,35,63,.07);
}

.hero-stats strong,
.hero-stats span{
    display:block;
}

.hero-stats strong{
    color:var(--primary-dark);
}

.hero-stats span{
    color:var(--muted);
    font-size:.86rem;
}

.hero-visual{
    position:relative;
    max-width:500px;
    margin-left:auto;
    padding:22px;
    border-radius:28px;
    background:linear-gradient(135deg,#ffffff,#edf8ff);
    box-shadow:0 28px 70px rgba(16,35,63,.16);
}

.hero-visual img{
    width:100%;
    aspect-ratio:1 / .82;
    object-fit:contain;
    border-radius:22px;
    background:
        radial-gradient(circle at 50% 82%, rgba(8,117,232,.14), transparent 38%),
        #fff;
}

.hero-floating-card{
    position:absolute;
    left:26px;
    bottom:26px;
    max-width:270px;
    padding:14px 16px;
    border-radius:14px;
    background:rgba(255,255,255,.94);
    box-shadow:0 16px 36px rgba(16,35,63,.16);
}

.hero-floating-card strong,
.hero-floating-card span{
    display:block;
}

.hero-floating-card span{
    margin-top:4px;
    color:var(--muted);
    font-size:.9rem;
}

.page-hero{
    padding:78px 0 70px;
    background:
        radial-gradient(circle at 82% 20%,rgba(94,199,255,.24),transparent 24%),
        radial-gradient(circle at 18% 20%,rgba(37,185,154,.12),transparent 26%),
        linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
}

.section-pad{
    padding:86px 0;
}

.section-heading{
    max-width:760px;
    margin:0 auto 42px;
}

.section-kicker{
    color:var(--primary);
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0;
    font-size:.82rem;
    margin-bottom:10px;
}

.section-title{
    font-weight:700;
    margin-bottom:14px;
}

.section-desc{
    color:var(--muted);
    max-width:650px;
    line-height:1.8;
}

.product-card{
    border:1px solid var(--line);
    border-radius:18px;
    overflow:hidden;
    transition:.2s ease;
    background:#fff;
    box-shadow:0 12px 30px rgba(16,35,63,.06);
}

.product-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 42px rgba(16,24,40,.12);
}

.product-img-wrap{
    height:245px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:
        radial-gradient(circle at 50% 76%, rgba(8,117,232,.14), transparent 34%),
        linear-gradient(180deg,#f7fbff,#ffffff);
    border-bottom:1px solid var(--line);
}

.product-img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:18px;
}

.price{
    color:var(--primary);
    font-weight:700;
}

.about-section{
    background:
        radial-gradient(circle at 14% 18%, rgba(37,185,154,.12), transparent 24%),
        linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
}

.about-page-section{
    padding:72px 0 82px;
}

.about-layout{
    max-width:1220px;
    margin:0 auto;
}

.about-media-card{
    width:100%;
    height:520px;
    overflow:hidden;
    border-radius:24px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.about-media-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.about-content-card{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:10px 4px;
}
.about-content-card .section-title{
    max-width:620px;
    font-size:clamp(2rem,3vw,3rem);
    line-height:1.16;
}

.about-content-card .section-desc{
    max-width:640px;
    font-size:1rem;
    line-height:1.85;
}

.about-feature-list{
    margin-top:30px;
}

.about-photo{
    min-height:420px;
    border-radius:24px;
    background:
        linear-gradient(rgba(13,35,64,.06),rgba(13,35,64,.06)),
        url('../images/depot-olivia-tentang.jpeg') center/cover no-repeat;
    box-shadow:0 24px 56px rgba(16,35,63,.14);
    border:8px solid #fff;
}

.about-photo-real{
    overflow:hidden;
    background:#fff;
}

.about-photo-real img{
    width:100%;
    height:420px;
    display:block;
    object-fit:cover;
    object-position:center;
}

.feature-item{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding:18px 0;
    border-bottom:1px solid var(--line);
}

.feature-icon{
    flex:0 0 42px;
    width:42px;
    height:42px;
    border-radius:14px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--primary),#36b8f7);
    color:#fff;
    font-weight:700;
    box-shadow:0 12px 22px rgba(8,117,232,.18);
}

.contact-card{
    padding:28px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    box-shadow:0 14px 34px rgba(16,35,63,.06);
}

.user-feature-card{
    height:100%;
    transition:.2s ease;
}

.user-feature-card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 46px rgba(16,35,63,.12);
}

.contact-page-hero{
    padding:28px 0 14px;
}

.contact-section{
    padding:24px 0 44px;
}

.contact-info-card{
    padding:18px 24px;
}

.contact-info-card .contact-item{
    padding:12px 0;
}

.contact-form-card{
    padding:24px 26px;
}

.contact-form-card textarea.form-control{
    min-height:118px;
}

.delivery-band{
    padding:18px 0 34px;
}

.delivery-panel{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    align-items:center;
    gap:28px;
    padding:34px 42px;
    border-radius:24px;
    color:#fff;
    background:
        radial-gradient(circle at 80% 30%,rgba(255,255,255,.24),transparent 24%),
        linear-gradient(135deg,#0757bf,#0ea5e9);
    box-shadow:0 26px 60px rgba(8,117,232,.25);
    overflow:hidden;
}

.delivery-panel p{
    max-width:620px;
    color:#dff4ff;
}

.delivery-panel img{
    width:100%;
    max-height:230px;
    object-fit:contain;
    filter:drop-shadow(0 22px 28px rgba(0,0,0,.18));
}

.testimonial-card{
    height:100%;
    padding:26px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    box-shadow:0 14px 34px rgba(16,35,63,.06);
}

.testimonial-card p{
    color:var(--muted);
    line-height:1.8;
}

.testimonial-card strong,
.testimonial-card span{
    display:block;
}

.testimonial-card span{
    color:var(--muted);
    font-size:.9rem;
}

.rating{
    color:#f4b400;
    letter-spacing:0;
    margin-bottom:12px;
}

.order-panel{
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    padding:24px;
    max-width:100%;
    box-shadow:0 14px 34px rgba(16,35,63,.06);
}

.step-list{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin-bottom:36px;
    flex-wrap:wrap;
}

.step-item{
    display:flex;
    align-items:center;
    gap:8px;
    color:var(--muted);
    font-weight:600;
}

.step-number{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:50%;
    border:1px solid var(--line);
    background:#fff;
}

.step-item.active{
    color:var(--primary);
}

.step-item.active .step-number{
    background:var(--primary);
    color:#fff;
    border-color:var(--primary);
}

.qty-input{
    max-width:86px;
}

.map-box{
    min-height:340px;
    border:1px solid var(--line);
    border-radius:18px;
    overflow:hidden;
    background:#f8fbff;
}

#map{
    width:100%;
    min-height:340px;
}

.summary-row{
    display:flex;
    justify-content:space-between;
    gap:16px;
    padding:12px 0;
    border-bottom:1px solid var(--line);
}

.table-responsive{
    width:100%;
    overflow-x:auto;
}

.summary-row:last-child{
    border-bottom:none;
}

.payment-card{
    display:flex;
    gap:14px;
    align-items:center;
    padding:16px;
    border:1px solid var(--primary);
    border-radius:16px;
    background:#f7fbff;
}

.payment-radio{
    width:20px;
    height:20px;
    accent-color:var(--primary);
}

.qris-box{
    margin-top:14px;
    padding:18px;
    border:1px dashed #b8cdf4;
    border-radius:16px;
    background:#fff;
    text-align:center;
}

.qris-code{
    width:170px;
    height:170px;
    margin:0 auto 12px;
    border-radius:8px;
    object-fit:cover;
    object-position:center;
    border:1px solid #d8e2f0;
    background:#fff;
}

.qris-click{
    display:inline-block;
    padding:0;
    border:none;
    background:transparent;
    cursor:pointer;
}

.qris-click:hover .qris-code{
    box-shadow:0 0 0 4px rgba(13,110,253,.15);
}

.qris-modal-image{
    width:100%;
    max-width:520px;
    display:block;
    margin:0 auto;
    border-radius:8px;
}

/* Safari iPhone: jaga footer modal tetap berada dalam viewport dan dapat disentuh. */
@supports (-webkit-touch-callout: none){
    .modal-dialog-scrollable{
        height:calc(100dvh - 2rem);
        max-height:calc(100dvh - 2rem);
    }

    .modal-dialog-scrollable .modal-body{
        -webkit-overflow-scrolling:touch;
    }

    .modal-dialog-scrollable .modal-footer{
        padding-bottom:max(.75rem, env(safe-area-inset-bottom));
    }
}

.qris-amount{
    display:inline-flex;
    margin:8px 0 10px;
    padding:8px 12px;
    border-radius:8px;
    background:#e6f0ff;
    color:var(--primary-dark);
    font-weight:800;
}

.status-pill{
    display:inline-flex;
    padding:6px 12px;
    border-radius:999px;
    background:#e6f9ed;
    color:#209653;
    font-weight:700;
    font-size:.82rem;
}

.status-bayar-belum-bayar{
    background:#fee2e2;
    color:#b91c1c;
}

.status-bayar-menunggu-konfirmasi{
    background:#fef3c7;
    color:#b45309;
}

.status-bayar-sudah-bayar{
    background:#dcfce7;
    color:#15803d;
}

.proof-link{
    color:var(--primary-dark);
    font-weight:600;
    text-decoration:none;
}

.proof-link:hover{
    color:var(--primary);
}

.order-actions{
    display:flex;
    gap:8px;
    align-items:center;
    flex-wrap:wrap;
}

.contact-item{
    display:flex;
    gap:14px;
    padding:16px 0;
    border-bottom:1px solid var(--line);
}

.contact-item:last-child{
    border-bottom:none;
}

.form-control,
.form-select{
    min-height:48px;
    border-radius:12px;
    border-color:#d9e2ef;
}

.form-control:focus,
.form-select:focus{
    border-color:#8bc2ff;
    box-shadow:0 0 0 4px rgba(8,117,232,.12);
}

.site-footer{
    margin-top:auto;
    background:
        radial-gradient(circle at 88% 28%,rgba(94,199,255,.28),transparent 22%),
        linear-gradient(135deg,#052f70,#0875e8);
    color:#fff;
    padding:42px 0;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.5fr repeat(3,1fr);
    gap:28px;
}

.footer-grid h4{
    font-size:20px;
    margin:0 0 4px;
}

.footer-grid h6{
    font-weight:700;
    margin-bottom:12px;
}

.footer-grid p,
.footer-grid a,
.footer-grid span{
    display:block;
    margin:0;
    color:#dff4ff;
    line-height:1.8;
    text-decoration:none;
}

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

@media (max-width:991px){
    .page-hero{
        padding:48px 0 32px;
    }

    .section-pad{
        padding:52px 0;
    }

    .hero-section{
        min-height:auto;
        padding:72px 0;
    }

    .hero-visual{
        margin:38px auto 0;
    }

    .delivery-panel{
        grid-template-columns:1fr;
        padding:28px;
    }

    .about-page-section{
        padding:52px 0 62px;
    }

    .about-content-card{
        padding:8px 0 0;
    }

      .about-media-card{
        height:420px;
    }
}

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

@media (max-width:576px){
    .navbar-brand{
        font-size:1.35rem !important;
    }

    .navbar .btn{
        width:100%;
        margin-top:10px;
    }

    .hero-actions .btn{
        width:100%;
    }

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

    .hero-title,
    .section-title{
        font-size:2rem;
    }

    .page-hero{
        padding:36px 0 24px;
    }

    .section-pad,
    .contact-section{
        padding:34px 0;
    }

    .about-page-section{
        padding:34px 0 46px;
    }

    .about-media-card{
        border-width:5px;
        border-radius:18px;
    }

  .about-media-card{
        height:280px;
    }
}
    .about-content-card .section-title{
        font-size:1.9rem;
    }

    .about-feature-list{
        margin-top:20px;
    }

    .contact-card,
    .order-panel{
        padding:18px;
    }

    .contact-item,
    .feature-item,
    .payment-card,
    .summary-row{
        align-items:flex-start;
    }

    .summary-row{
        flex-direction:column;
        gap:6px;
    }

    .product-img-wrap{
        height:210px;
    }

    .hero-floating-card{
        position:static;
        max-width:none;
        margin-top:12px;
    }

    .hero-visual{
        padding:14px;
        border-radius:18px;
    }

    .hero-visual img{
        border-radius:14px;
    }

    .qris-modal-image{
        max-width:100%;
    }

    .delivery-panel{
        border-radius:18px;
    }

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