/* ==========================================================================
   SIPENTA — Dinas Pekerjaan Umum Kabupaten Bogor
   Tema landing page resmi pemerintahan (elegan & profesional)
   Palet: Deep Government Blue + Gold Accent + Teal Green
   ========================================================================== */

:root {
    --pupr-navy: #0b2545;
    --pupr-blue: #13315c;
    --pupr-blue-600: #1d4e89;
    --pupr-blue-400: #2f6db5;
    --pupr-gold: #d4a017;
    --pupr-gold-soft: #f3c84b;
    --pupr-green: #0c7a52;
    --pupr-green-700: #0a6344;
    --pupr-green-soft: #16a06b;
    --pupr-ink: #16223a;
    --pupr-muted: #5a6b85;
    --pupr-line: #e6ebf2;
    --pupr-bg: #ffffff;
    --pupr-bg-soft: #f5f8fc;
    --pupr-bg-deep: #eef3fa;
    --shadow-sm: 0 6px 18px rgba(11, 37, 69, .06);
    --shadow-md: 0 16px 40px rgba(11, 37, 69, .10);
    --shadow-lg: 0 30px 70px rgba(11, 37, 69, .16);
    --radius: 18px;
    --radius-sm: 12px;
    --ease: cubic-bezier(.22, .61, .36, 1);
}

* { scroll-behavior: smooth; }

body {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, "Segoe UI", sans-serif;
    color: var(--pupr-ink);
    background: var(--pupr-bg);
    overflow-x: hidden;
    line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 { font-weight: 800; letter-spacing: -.02em; color: var(--pupr-navy); }
.text-accent { color: var(--pupr-gold); }
.container { max-width: 1180px; }
a { text-decoration: none; }

/* ============================ NAVBAR ============================ */
.pupr-nav {
    background: rgba(255, 255, 255, .88);
    backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid var(--pupr-line);
    box-shadow: 0 2px 18px rgba(11, 37, 69, .05);
    padding: .55rem 0;
}
.pupr-nav .navbar-brand { display: flex; align-items: center; gap: .75rem; }
.brand-logo {
    width: 50px; height: 50px;
    display: grid; place-items: center;
    background: #fff;
    border: 1px solid var(--pupr-line);
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}
.brand-logo img { width: 38px; height: 38px; object-fit: contain; }
.brand-text {
    font-weight: 800; font-size: 1.32rem; line-height: 1;
    color: var(--pupr-navy); letter-spacing: .02em;
}
.brand-text small {
    display: block; font-size: .68rem; font-weight: 600;
    color: var(--pupr-muted); letter-spacing: .01em; margin-top: 4px;
}
.pupr-nav .nav-link {
    font-weight: 600; font-size: .94rem; color: var(--pupr-blue);
    padding: .5rem .85rem !important; border-radius: 10px;
    transition: all .25s var(--ease);
}
.pupr-nav .nav-link:hover { color: var(--pupr-blue-600); background: var(--pupr-bg-soft); }
.pupr-nav .nav-link.active { color: var(--pupr-navy); background: var(--pupr-bg-deep); }
.btn-login, .btn-register {
    font-weight: 700; font-size: .9rem; padding: .55rem 1.25rem;
    border-radius: 999px; transition: all .25s var(--ease); display: inline-block;
}
.btn-login { color: var(--pupr-blue-600); border: 1.5px solid var(--pupr-blue-400); }
.btn-login:hover { background: var(--pupr-blue-600); color: #fff; transform: translateY(-1px); }
.btn-register {
    color: #1a1205; border: 1.5px solid transparent;
    background: linear-gradient(135deg, var(--pupr-gold-soft), var(--pupr-gold));
    box-shadow: 0 8px 20px rgba(212, 160, 23, .35);
}
.btn-register:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(212, 160, 23, .45); }

/* ============================ BUTTONS ============================ */
.btn-primary-pupr, .btn-ghost-pupr {
    display: inline-flex; align-items: center; gap: .55rem;
    font-weight: 700; font-size: .98rem; padding: .85rem 1.6rem;
    border-radius: 999px; transition: all .3s var(--ease);
}
.btn-primary-pupr {
    color: #fff; border: none;
    background: linear-gradient(135deg, var(--pupr-blue-600), var(--pupr-navy));
    box-shadow: 0 14px 30px rgba(11, 37, 69, .28);
}
.btn-primary-pupr:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 20px 40px rgba(11, 37, 69, .38); }
.btn-primary-pupr i { transition: transform .3s var(--ease); }
.btn-primary-pupr:hover i { transform: translateX(4px); }
.btn-ghost-pupr {
    color: var(--pupr-navy); background: #fff;
    border: 1.5px solid var(--pupr-line); box-shadow: var(--shadow-sm);
}
.btn-ghost-pupr:hover { color: var(--pupr-blue-600); border-color: var(--pupr-blue-400); transform: translateY(-2px); }

/* ============================ HERO SLIDER ============================ */
.hero-slider-section { position: relative; }
.hero-carousel { position: relative; overflow: hidden; }
.hero-carousel .carousel-item { height: 72vh; min-height: 480px; max-height: 680px; }
.slide-image {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transition: transform 8s ease-out;
}
.carousel-item.active .slide-image { transform: scale(1.06); }
.slide-overlay {
    position: absolute; inset: 0;
    background:
        linear-gradient(135deg, rgba(11, 37, 69, .82) 0%, rgba(13, 49, 92, .6) 40%, rgba(11, 37, 69, .45) 100%),
        linear-gradient(to top, rgba(11, 37, 69, .9) 0%, transparent 40%);
}
.slide-overlay.overlay-blue {
    background:
        linear-gradient(135deg, rgba(29, 78, 137, .8) 0%, rgba(11, 37, 69, .65) 50%, rgba(11, 37, 69, .5) 100%),
        linear-gradient(to top, rgba(11, 37, 69, .9) 0%, transparent 40%);
}
.slide-overlay.overlay-dark {
    background:
        linear-gradient(135deg, rgba(11, 37, 69, .88) 0%, rgba(22, 34, 58, .65) 50%, rgba(11, 37, 69, .5) 100%),
        linear-gradient(to top, rgba(11, 37, 69, .9) 0%, transparent 40%);
}

/* Slide content */
.slide-content {
    position: absolute; inset: 0; z-index: 3;
    display: flex; align-items: center;
    padding-top: 2rem; padding-bottom: 4rem;
}
.slide-badge {
    display: inline-flex; align-items: center; gap: .55rem;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    color: #fff; font-weight: 700; font-size: .82rem;
    padding: .55rem 1.15rem; border-radius: 999px;
    margin-bottom: 1.2rem;
}
.slide-badge i { color: var(--pupr-gold-soft); }
.slide-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.08;
    color: #fff; margin-bottom: 1.2rem; max-width: 700px;
}
.text-gold { color: var(--pupr-gold-soft); }
.slide-desc {
    font-size: 1.1rem; color: rgba(255, 255, 255, .82);
    max-width: 560px; line-height: 1.65; margin-bottom: 2rem;
}
.slide-cta { display: flex; flex-wrap: wrap; gap: .85rem; }

/* Slide buttons */
.btn-slider-primary {
    display: inline-flex; align-items: center; gap: .55rem;
    font-weight: 700; font-size: 1rem; padding: .9rem 1.8rem;
    border-radius: 999px; color: #1a1205; border: none;
    background: linear-gradient(135deg, var(--pupr-gold-soft), var(--pupr-gold));
    box-shadow: 0 14px 30px rgba(212, 160, 23, .35);
    transition: all .3s var(--ease);
}
.btn-slider-primary:hover {
    color: #1a1205; transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(212, 160, 23, .5);
}
.btn-slider-primary i { transition: transform .3s var(--ease); }
.btn-slider-primary:hover i { transform: translateX(4px); }
.btn-slider-outline {
    display: inline-flex; align-items: center; gap: .55rem;
    font-weight: 700; font-size: 1rem; padding: .9rem 1.8rem;
    border-radius: 999px; color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(6px);
    transition: all .3s var(--ease);
}
.btn-slider-outline:hover {
    color: #fff; background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .55); transform: translateY(-3px);
}

/* Slide animations */
@keyframes slideUp {
    from { opacity: 0; transform: translateY(36px); }
    to   { opacity: 1; transform: translateY(0); }
}
.carousel-item.active .animate-slide-up {
    animation: slideUp .7s var(--ease) forwards;
}
.carousel-item.active .delay-1 { animation-delay: .15s; opacity: 0; }
.carousel-item.active .delay-2 { animation-delay: .3s; opacity: 0; }
.carousel-item.active .delay-3 { animation-delay: .45s; opacity: 0; }

/* Carousel transition override — crossfade */
.hero-carousel .carousel-item { transition: opacity .8s ease-in-out; }
.hero-carousel .carousel-item-start,
.hero-carousel .carousel-item-end { opacity: 0; }
.hero-carousel .carousel-item.active { opacity: 1; }

/* Navigation arrows */
.slider-arrow {
    width: 56px; height: 56px; top: 50%; transform: translateY(-50%);
    opacity: 0; transition: opacity .3s var(--ease);
}
.hero-carousel:hover .slider-arrow { opacity: 1; }
.slider-arrow-icon {
    width: 52px; height: 52px; border-radius: 16px;
    background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    display: grid; place-items: center; font-size: 1.2rem; color: #fff;
    transition: all .25s var(--ease);
}
.slider-arrow:hover .slider-arrow-icon {
    background: rgba(255, 255, 255, .25);
    border-color: rgba(255, 255, 255, .4);
}
.carousel-control-prev { left: 1.5rem; }
.carousel-control-next { right: 1.5rem; }

/* Custom indicators */
.slider-indicators {
    position: absolute; bottom: 2rem; left: 0; right: 0; z-index: 10;
}
.slider-dots { display: flex; gap: .55rem; }
.slider-dots button {
    width: 36px; height: 4px; border: 0; border-radius: 999px;
    background: rgba(255, 255, 255, .3); padding: 0;
    position: relative; overflow: hidden;
    transition: width .4s var(--ease), background .3s;
    cursor: pointer;
}
.slider-dots button.active { width: 56px; background: rgba(255, 255, 255, .4); }
.dot-progress {
    display: block; height: 100%; width: 0; border-radius: 999px;
    background: linear-gradient(90deg, var(--pupr-gold-soft), var(--pupr-gold));
}
.slider-dots button.active .dot-progress {
    animation: dotFill 5s linear forwards;
}
@keyframes dotFill { from { width: 0; } to { width: 100%; } }
.slider-counter {
    font-size: .88rem; font-weight: 700; color: rgba(255, 255, 255, .7);
    font-variant-numeric: tabular-nums;
}
.slider-counter .current-slide { color: #fff; font-size: 1.1rem; }
.slider-counter .separator { margin: 0 .25rem; color: var(--pupr-gold-soft); }

/* Stats cards removed to avoid redundancy with Quick Stats Strip */

/* ============================ FLOATING STATS (inside slider) ============================ */
.slider-stats-float {
    position: absolute; bottom: 1.8rem; right: 2rem; z-index: 10;
    display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border-radius: 16px; overflow: hidden;
    max-width: 340px;
}
.sf-item {
    padding: .85rem 1rem; text-align: center;
    background: rgba(255, 255, 255, .05);
    transition: background .3s var(--ease);
}
.sf-item:hover { background: rgba(255, 255, 255, .12); }
.sf-ico {
    width: 40px; height: 40px; margin: 0 auto .45rem;
    border-radius: 10px; display: grid; place-items: center;
    font-size: 1.1rem; color: #fff;
}
.sf-ico.green { background: linear-gradient(135deg, var(--pupr-green-soft), var(--pupr-green)); }
.sf-ico.amber { background: linear-gradient(135deg, var(--pupr-gold-soft), var(--pupr-gold)); color: #1a1205; }
.sf-ico.blue  { background: linear-gradient(135deg, var(--pupr-blue-400), var(--pupr-blue-600)); }
.sf-ico.pink  { background: linear-gradient(135deg, #f178b6, #c2418a); }
.sf-num { font-size: 1.25rem; font-weight: 800; color: #fff; line-height: 1.15; }
.sf-lbl { font-size: .7rem; color: rgba(255, 255, 255, .7); font-weight: 500; }

/* Keep old .ico classes for service-card compatibility */
.ico.green { background: linear-gradient(135deg, var(--pupr-green-soft), var(--pupr-green)); }
.ico.amber { background: linear-gradient(135deg, var(--pupr-gold-soft), var(--pupr-gold)); }
.ico.blue  { background: linear-gradient(135deg, var(--pupr-blue-400), var(--pupr-blue-600)); }
.ico.pink  { background: linear-gradient(135deg, #f178b6, #c2418a); }

/* ============================ SECTIONS ============================ */
.section { padding: 5rem 0; }
.section-muted { background: var(--pupr-bg-soft); }
.section-title { text-align: center; max-width: 680px; margin: 0 auto 3rem; }
.section-eyebrow {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
    color: var(--pupr-blue-600); background: var(--pupr-bg-deep);
    border: 1px solid var(--pupr-line); padding: .4rem .9rem; border-radius: 999px; margin-bottom: 1rem;
}
.section-eyebrow i { color: var(--pupr-gold); }
.section-title h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin-bottom: .7rem; }
.section-title p { color: var(--pupr-muted); font-size: 1.02rem; }

/* ============================ SERVICE CARDS ============================ */
.service-card {
    height: 100%; background: #fff; border: 1px solid var(--pupr-line);
    border-radius: var(--radius); padding: 2rem 1.7rem;
    box-shadow: var(--shadow-sm); transition: all .35s var(--ease); position: relative; overflow: hidden;
}
.service-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--pupr-blue-600), var(--pupr-gold));
    transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease);
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-card .ico {
    width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center;
    font-size: 1.7rem; color: #fff; margin-bottom: 1.2rem;
}
.service-card h4 { font-size: 1.25rem; margin-bottom: .6rem; }
.service-card p { color: var(--pupr-muted); font-size: .96rem; }
.service-card ul { list-style: none; padding: 0; margin: 1rem 0 1.3rem; }
.service-card ul li { display: flex; align-items: center; gap: .55rem; color: var(--pupr-ink); font-size: .92rem; font-weight: 500; margin-bottom: .55rem; }
.service-card ul li i { color: var(--pupr-green-soft); }
.service-card .more {
    display: inline-flex; align-items: center; gap: .45rem; font-weight: 700;
    color: var(--pupr-blue-600); transition: gap .25s var(--ease);
}
.service-card .more.alt { color: var(--pupr-gold); }
.service-card .more:hover { gap: .8rem; }

/* ============================ PROCESS / CARA MENYEWA ============================ */
.process-wrap { position: relative; }
.step-item { text-align: center; padding: 1rem; }
.step-ico {
    position: relative; width: 84px; height: 84px; margin: 0 auto 1.2rem;
    border-radius: 50%; display: grid; place-items: center; font-size: 2rem; color: #fff;
    background: linear-gradient(135deg, var(--pupr-blue-600), var(--pupr-navy));
    box-shadow: 0 14px 30px rgba(11, 37, 69, .25);
}
.step-num {
    position: absolute; top: -6px; right: -6px; width: 30px; height: 30px;
    background: linear-gradient(135deg, var(--pupr-gold-soft), var(--pupr-gold));
    color: #1a1205; border-radius: 50%; display: grid; place-items: center;
    font-size: .85rem; font-weight: 800; border: 3px solid #fff;
}
.step-item h5 { font-size: 1.1rem; margin-bottom: .4rem; }
.step-item p { color: var(--pupr-muted); font-size: .9rem; margin: 0; }

/* ============================ OPERASIONAL ============================ */
.ops-panel {
    background: #fff; border: 1px solid var(--pupr-line);
    border-radius: 24px; padding: 2.8rem; box-shadow: var(--shadow-md);
}
.ops-panel h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.ops-list { display: grid; gap: 1.1rem; margin-top: 1.6rem; }
.ops-item { display: flex; gap: 1rem; align-items: flex-start; }
.ops-item i {
    flex: 0 0 auto; width: 48px; height: 48px; border-radius: 14px;
    display: grid; place-items: center; font-size: 1.3rem; color: var(--pupr-blue-600);
    background: var(--pupr-bg-deep); border: 1px solid var(--pupr-line);
}
.ops-item h5 { font-size: 1.05rem; margin-bottom: .2rem; }
.ops-item p { color: var(--pupr-muted); font-size: .92rem; margin: 0; }
.ops-summary {
    height: 100%; border-radius: 20px; padding: 2.2rem; color: #fff;
    background: linear-gradient(160deg, var(--pupr-navy), var(--pupr-blue-600));
    position: relative; overflow: hidden;
}
.ops-summary::after {
    content: ""; position: absolute; right: -40px; bottom: -40px; width: 180px; height: 180px;
    background: radial-gradient(circle, rgba(212, 160, 23, .35), transparent 70%); border-radius: 50%;
}
.ops-summary .big {
    width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center;
    font-size: 1.8rem; font-weight: 800; color: var(--pupr-navy);
    background: linear-gradient(135deg, var(--pupr-gold-soft), var(--pupr-gold));
}
.ops-summary h3 { color: #fff; font-size: 1.4rem; }
.ops-summary p { color: rgba(255, 255, 255, .8); font-size: .95rem; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 1.6rem; }
.mini-box {
    background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px; padding: .9rem; position: relative; z-index: 1;
}
.mini-box strong { display: block; color: var(--pupr-gold-soft); font-size: 1.1rem; }
.mini-box span { font-size: .8rem; color: rgba(255, 255, 255, .7); }

/* ============================ FEATURE CARDS ============================ */
.feature-card {
    height: 100%; text-align: center; background: #fff; border: 1px solid var(--pupr-line);
    border-radius: var(--radius); padding: 2.2rem 1.7rem; box-shadow: var(--shadow-sm);
    transition: all .35s var(--ease);
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.feature-card .ico {
    width: 72px; height: 72px; margin: 0 auto 1.2rem; border-radius: 20px;
    display: grid; place-items: center; font-size: 1.9rem; color: var(--pupr-gold);
    background: linear-gradient(135deg, var(--pupr-bg-deep), #fff);
    border: 1px solid var(--pupr-line);
}
.feature-card h5 { font-size: 1.15rem; margin-bottom: .5rem; }
.feature-card p { color: var(--pupr-muted); font-size: .95rem; margin: 0; }

/* ============================ CTA ============================ */
.cta {
    text-align: center; padding: 6.5rem 0; color: #fff; position: relative; overflow: hidden;
    background-color: var(--pupr-navy);
}
.cta::before {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background-image: url('../img/cta-bg.png');
    background-size: cover; background-position: center;
    opacity: 0.16;
    filter: grayscale(15%);
    pointer-events: none;
}
.cta::after {
    content: ""; position: absolute; inset: 0; z-index: 2;
    background: 
        radial-gradient(circle at 80% 20%, rgba(212, 160, 23, 0.18) 0%, transparent 60%),
        linear-gradient(135deg, rgba(11, 37, 69, 0.95) 0%, rgba(13, 49, 92, 0.8) 50%, rgba(11, 37, 69, 0.95) 100%);
    pointer-events: none;
}
.cta .container {
    position: relative; z-index: 3;
}
.cta-ico {
    width: 84px; height: 84px; margin: 0 auto 1.4rem; border-radius: 24px;
    display: grid; place-items: center; font-size: 2.4rem; color: var(--pupr-navy);
    background: linear-gradient(135deg, var(--pupr-gold-soft), var(--pupr-gold));
    box-shadow: 0 16px 36px rgba(212, 160, 23, .4);
}
.cta h2 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin-bottom: .8rem; }
.cta p { color: rgba(255, 255, 255, .85); font-size: 1.05rem; margin-bottom: 1.8rem; }

/* ============================ FOOTER ============================ */
.footer-pupr { background: var(--pupr-navy); color: rgba(255, 255, 255, .72); padding: 3.5rem 0 0; }
.footer-brand { display: flex; align-items: center; gap: .85rem; margin-bottom: 1.1rem; color: #fff; font-weight: 800; font-size: 1.15rem; line-height: 1.1; }
.footer-brand small { display: block; font-size: .75rem; font-weight: 500; color: rgba(255, 255, 255, .6); margin-top: 3px; }
.footer-brand .logo-box {
    width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
    font-size: 1.5rem; color: var(--pupr-navy);
    background: linear-gradient(135deg, var(--pupr-gold-soft), var(--pupr-gold));
}
.footer-brand .logo-box img { width: 34px; height: 34px; object-fit: contain; }
.footer-pupr .about { font-size: .92rem; max-width: 320px; }
.footer-pupr h6 { color: #fff; font-weight: 700; margin-bottom: 1.1rem; font-size: 1rem; }
.footer-pupr a { display: block; color: rgba(255, 255, 255, .72); font-size: .92rem; margin-bottom: .6rem; transition: all .2s var(--ease); }
.footer-pupr a:hover { color: var(--pupr-gold-soft); padding-left: 4px; }
.contact-line { display: flex; align-items: flex-start; gap: .7rem; margin-bottom: .8rem; font-size: .92rem; }
.contact-line i { color: var(--pupr-gold-soft); margin-top: 3px; }
.copyright {
    margin-top: 3rem; padding: 1.4rem 0; text-align: center; font-size: .86rem;
    border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .6);
}

/* ============================ RESPONSIVE ============================ */
@media (max-width: 991px) {
    .hero-carousel .carousel-item { height: 60vh; min-height: 420px; }
    .slide-title { font-size: clamp(1.8rem, 4.2vw, 2.6rem); }
    .slider-arrow { opacity: 1; }
    .slider-arrow-icon { width: 42px; height: 42px; border-radius: 12px; font-size: 1rem; }
    .carousel-control-prev { left: .5rem; }
    .carousel-control-next { right: .5rem; }
    .ops-panel { padding: 1.8rem; }
    .ops-summary { margin-top: 1.5rem; }
    /* Stats: full-width bar pinned to bottom */
    .slider-stats-float {
        bottom: 0; left: 0; right: 0; max-width: 100%;
        border-radius: 0;
        grid-template-columns: repeat(4, 1fr); gap: 1px;
        background: rgba(11, 37, 69, .8);
        border: none; border-top: 1px solid rgba(255, 255, 255, .12);
    }
    .slide-content { padding-bottom: 8rem; }
    .sf-item { padding: .7rem .5rem; }
    .sf-ico { width: 34px; height: 34px; font-size: .95rem; border-radius: 8px; margin-bottom: .3rem; }
    .sf-num { font-size: 1.05rem; }
    .sf-lbl { font-size: .62rem; }
}
@media (max-width: 575px) {
    .hero-carousel .carousel-item { height: 65vh; min-height: 400px; }
    .slide-content { padding-top: 1.5rem; padding-bottom: 7rem; }
    .slide-title { font-size: 1.65rem; }
    .slide-desc { font-size: .95rem; }
    .btn-slider-primary, .btn-slider-outline { font-size: .88rem; padding: .75rem 1.3rem; }
    .slider-arrow { display: none; }
    .sf-item { padding: .55rem .3rem; }
    .sf-ico { width: 28px; height: 28px; font-size: .8rem; border-radius: 7px; margin-bottom: .2rem; }
    .sf-num { font-size: .88rem; }
    .sf-lbl { font-size: .55rem; }
    .section { padding: 3.2rem 0; }
}

/* ==========================================================================
   HALAMAN INTERIOR (Katalog & Cek Status)
   ========================================================================== */

/* ---- Page hero / banner ---- */
.page-hero {
    position: relative; overflow: hidden; color: #fff;
    padding: 3.6rem 0 3rem;
    background:
        radial-gradient(700px 300px at 85% -20%, rgba(212, 160, 23, .25), transparent 60%),
        linear-gradient(135deg, var(--pupr-navy), var(--pupr-blue-600));
}
.page-hero::before {
    content: ""; position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 42px 42px;
    -webkit-mask-image: radial-gradient(circle at 70% 0%, #000, transparent 70%);
    mask-image: radial-gradient(circle at 70% 0%, #000, transparent 70%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-breadcrumb {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .82rem; font-weight: 600; color: rgba(255, 255, 255, .72);
    margin-bottom: .9rem;
}
.page-breadcrumb a { color: rgba(255, 255, 255, .72); transition: color .2s; }
.page-breadcrumb a:hover { color: var(--pupr-gold-soft); }
.page-breadcrumb i { font-size: .7rem; }
.page-hero h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: .5rem; }
.page-hero p { color: rgba(255, 255, 255, .82); font-size: 1.05rem; max-width: 620px; margin: 0; }
.page-hero .hero-chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.3rem; }
.hero-chip {
    display: inline-flex; align-items: center; gap: .45rem;
    background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18);
    color: #fff; font-size: .82rem; font-weight: 600; padding: .4rem .9rem; border-radius: 999px;
}
.hero-chip i { color: var(--pupr-gold-soft); }

.page-body { padding: 3rem 0 4.5rem; background: var(--pupr-bg-soft); }

/* ---- Filter bar ---- */
.filter-bar {
    background: #fff; border: 1px solid var(--pupr-line);
    border-radius: var(--radius); padding: 1.1rem; box-shadow: var(--shadow-sm);
    margin-bottom: 1.8rem;
}
.filter-bar .form-control,
.filter-bar .form-select {
    border: 1.5px solid var(--pupr-line); border-radius: 12px;
    padding: .7rem 1rem; font-size: .92rem; color: var(--pupr-ink);
}
.filter-bar .form-control:focus,
.filter-bar .form-select:focus {
    border-color: var(--pupr-blue-400);
    box-shadow: 0 0 0 .2rem rgba(47, 109, 181, .15);
}
.filter-bar .input-icon { position: relative; }
.filter-bar .input-icon i { position: absolute; top: 50%; left: 1rem; transform: translateY(-50%); color: var(--pupr-muted); }
.filter-bar .input-icon .form-control { padding-left: 2.6rem; }

/* ---- Alat card ---- */
.alat-card {
    background: #fff; border: 1px solid var(--pupr-line); border-radius: var(--radius);
    overflow: hidden; height: 100%; transition: all .35s var(--ease); display: flex; flex-direction: column;
}
.alat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.alat-thumb {
    position: relative; height: 168px; display: grid; place-items: center;
    background: linear-gradient(135deg, var(--pupr-bg-deep), #fff);
}
.alat-thumb i { font-size: 3.6rem; color: var(--pupr-blue-400); opacity: .5; }
.alat-thumb img { width: 100%; height: 100%; object-fit: cover; }
.alat-thumb.disewa, .alat-thumb.maintenance { background: linear-gradient(135deg, #fff6e3, #fffdf7); }
.alat-thumb.disewa i, .alat-thumb.maintenance i { color: var(--pupr-gold); }
.alat-status {
    position: absolute; top: .8rem; right: .8rem; padding: .35rem .85rem;
    border-radius: 999px; font-size: .7rem; font-weight: 800; text-transform: capitalize;
    letter-spacing: .02em; box-shadow: var(--shadow-sm);
}
.alat-status.tersedia { background: var(--pupr-green-soft); color: #fff; }
.alat-status.disewa { background: var(--pupr-gold); color: #1a1205; }
.alat-status.maintenance { background: #ef6b6b; color: #fff; }
.alat-body { padding: 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.tag-pill {
    display: inline-block; align-self: flex-start; background: var(--pupr-bg-deep);
    color: var(--pupr-blue-600); padding: .25rem .75rem; border-radius: 999px;
    font-size: .7rem; font-weight: 700; text-transform: capitalize; margin-bottom: .55rem;
    border: 1px solid var(--pupr-line);
}
.alat-body h5 { font-size: 1.08rem; margin: 0 0 .4rem; line-height: 1.3; }
.alat-body .spec { color: var(--pupr-muted); font-size: .82rem; margin-bottom: 1rem; }
.alat-price { display: flex; justify-content: space-between; align-items: flex-end; margin-top: auto; }
.alat-price .harga { font-weight: 800; font-size: 1.3rem; color: var(--pupr-navy); line-height: 1.1; }
.alat-price .harga small { display: block; font-weight: 500; font-size: .76rem; color: var(--pupr-muted); margin-top: 3px; }
.btn-action {
    background: linear-gradient(135deg, var(--pupr-blue-600), var(--pupr-navy)); color: #fff;
    padding: .55rem 1rem; border-radius: 10px; font-weight: 700; font-size: .85rem; border: 0;
    display: inline-flex; align-items: center; gap: .35rem; transition: all .25s var(--ease);
}
.btn-action:hover { color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-action.gold { background: linear-gradient(135deg, var(--pupr-gold-soft), var(--pupr-gold)); color: #1a1205; }
.btn-action.disabled { background: var(--pupr-line); color: var(--pupr-muted); pointer-events: none; box-shadow: none; }

/* ---- Lab / Uji card ---- */
.uji-card {
    background: #fff; border: 1px solid var(--pupr-line); border-radius: var(--radius);
    padding: 1.5rem; transition: all .35s var(--ease); height: 100%;
    display: flex; gap: 1rem; align-items: flex-start;
}
.uji-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; }
.uji-ico {
    flex: 0 0 56px; width: 56px; height: 56px; border-radius: 16px;
    display: grid; place-items: center; font-size: 1.5rem; color: #fff;
    background: linear-gradient(135deg, var(--pupr-blue-400), var(--pupr-blue-600));
}
.uji-ico.tanah { background: linear-gradient(135deg, #c79a4e, #92400e); }
.uji-ico.aspal { background: linear-gradient(135deg, #4b5563, #1f2937); }
.uji-ico.beton { background: linear-gradient(135deg, var(--pupr-blue-400), #075985); }
.uji-ico.agregat { background: linear-gradient(135deg, #d56fa0, #9d174d); }
.uji-ico.semen { background: linear-gradient(135deg, #9aa3af, #4b5563); }
.uji-ico.air { background: linear-gradient(135deg, #4f8fe0, #1e40af); }
.uji-ico.baja { background: linear-gradient(135deg, var(--pupr-green-soft), #166534); }
.uji-body { flex: 1; min-width: 0; }
.uji-body .kategori-badge {
    display: block; background: var(--pupr-bg-deep); color: var(--pupr-gold);
    padding: .25rem .7rem; border-radius: 999px; font-size: .7rem; font-weight: 700;
    text-transform: capitalize; margin-bottom: .4rem; float: right; border: 1px solid var(--pupr-line);
}
.uji-body h5 { font-size: 1.05rem; margin: 0 0 .35rem; line-height: 1.3; }
.uji-body .desc { color: var(--pupr-muted); font-size: .86rem; line-height: 1.55; margin-bottom: .8rem; }
.uji-bottom { display: flex; justify-content: space-between; align-items: flex-end; margin-top: .8rem; padding-top: .8rem; border-top: 1px dashed var(--pupr-line); }
.uji-harga { font-weight: 800; font-size: 1.2rem; color: var(--pupr-navy); line-height: 1.1; }
.uji-harga small { display: block; color: var(--pupr-muted); font-size: .76rem; font-weight: 500; }

/* ---- Empty state ---- */
.empty-state { text-align: center; padding: 4rem 1.2rem; color: var(--pupr-muted); }
.empty-state .empty-ico {
    width: 96px; height: 96px; margin: 0 auto 1.4rem; border-radius: 50%;
    display: grid; place-items: center; font-size: 2.6rem; color: var(--pupr-blue-400);
    background: var(--pupr-bg-deep);
}
.empty-state h4 { margin-bottom: .4rem; }

/* ---- Cek status ---- */
.cek-card {
    border: 1px solid var(--pupr-line); border-radius: var(--radius);
    box-shadow: var(--shadow-md); overflow: hidden; background: #fff;
}
.cek-card .cek-head {
    background: linear-gradient(135deg, var(--pupr-navy), var(--pupr-blue-600));
    color: #fff; padding: 1.4rem 1.8rem; display: flex; align-items: center; gap: .7rem;
}
.cek-card .cek-head i { font-size: 1.3rem; color: var(--pupr-gold-soft); }
.cek-card .cek-head h5 { color: #fff; margin: 0; font-size: 1.15rem; }
.cek-card .cek-body { padding: 1.8rem; }
.cek-card .form-label { font-weight: 600; color: var(--pupr-navy); }
.cek-card .form-control {
    border: 1.5px solid var(--pupr-line); border-radius: 12px; padding: .8rem 1rem;
}
.cek-card .form-control:focus { border-color: var(--pupr-blue-400); box-shadow: 0 0 0 .2rem rgba(47, 109, 181, .15); }
.btn-pupr {
    background: linear-gradient(135deg, var(--pupr-blue-600), var(--pupr-navy)); color: #fff;
    border: 0; border-radius: 12px; padding: .85rem 1.4rem; font-weight: 700;
    transition: all .3s var(--ease); display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
}
.btn-pupr:hover { color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.info-box {
    background: var(--pupr-bg-deep); border: 1px solid var(--pupr-line);
    border-left: 4px solid var(--pupr-gold); padding: 1rem 1.2rem; border-radius: 12px;
    font-size: .9rem; color: var(--pupr-ink);
}
.info-box i { color: var(--pupr-gold); }
.back-link { color: var(--pupr-muted); font-weight: 600; transition: color .2s; }
.back-link:hover { color: var(--pupr-blue-600); }

/* ==========================================================================
   HALAMAN AUTH (auth_layouts) — Login / Registrasi / OTP
   ========================================================================== */
.auth-wrapper {
    display: grid; grid-template-columns: 1.05fr .95fr; min-height: 100vh;
}
.auth-panel {
    position: relative; overflow: hidden; color: #fff;
    padding: 3rem 3.4rem; display: flex; flex-direction: column;
    background:
        radial-gradient(700px 360px at 80% 0%, rgba(212, 160, 23, .25), transparent 60%),
        linear-gradient(155deg, var(--pupr-navy), var(--pupr-blue-600));
}
.auth-panel-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 44px 44px;
    -webkit-mask-image: radial-gradient(circle at 70% 10%, #000, transparent 75%);
    mask-image: radial-gradient(circle at 70% 10%, #000, transparent 75%);
}
.auth-brand { position: relative; z-index: 1; display: flex; align-items: center; gap: .9rem; }
.auth-brand .logo {
    width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center;
    background: #fff; border: 1px solid rgba(255, 255, 255, .25); overflow: hidden;
}
.auth-brand .logo img { width: 40px; height: 40px; object-fit: contain; }
.auth-brand h3 { color: #fff; font-size: 1.25rem; margin: 0; line-height: 1.1; }
.auth-brand small { color: rgba(255, 255, 255, .7); font-size: .82rem; }
.auth-hero { position: relative; z-index: 1; margin: auto 0; max-width: 460px; }
.auth-hero .eyebrow {
    display: inline-block; font-size: .78rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .14em; color: var(--pupr-gold-soft); margin-bottom: 1rem;
}
.auth-hero h1 { color: #fff; font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.12; margin-bottom: 1rem; }
.auth-hero .accent { color: var(--pupr-gold-soft); }
.auth-hero p { color: rgba(255, 255, 255, .82); font-size: 1rem; margin-bottom: 2rem; }
.feature-list { display: grid; gap: 1.1rem; }
.feature-list .item { display: flex; gap: 1rem; align-items: flex-start; }
.feature-list .item i {
    flex: 0 0 auto; width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
    font-size: 1.25rem; color: var(--pupr-gold-soft);
    background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .16);
}
.feature-list .item h6 { color: #fff; margin: 0 0 .15rem; font-size: 1rem; }
.feature-list .item small { color: rgba(255, 255, 255, .72); font-size: .85rem; }
.auth-panel-footer {
    position: relative; z-index: 1; margin-top: 2.4rem; padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, .14);
    display: flex; justify-content: space-between; align-items: center;
    font-size: .85rem; color: rgba(255, 255, 255, .7);
}
.auth-panel-footer a { color: rgba(255, 255, 255, .85); font-weight: 600; }
.auth-panel-footer a:hover { color: var(--pupr-gold-soft); }

.auth-form-wrap { display: flex; align-items: center; justify-content: center; padding: 2.5rem 1.5rem; background: var(--pupr-bg-soft); }
.auth-form {
    width: 100%; max-width: 440px; background: #fff; border: 1px solid var(--pupr-line);
    border-radius: 22px; padding: 2.4rem; box-shadow: var(--shadow-md);
}
.auth-form h2 { font-size: 1.7rem; margin-bottom: .3rem; }
.auth-form .subtitle { color: var(--pupr-muted); margin-bottom: 1.6rem; }
.auth-form .form-label { font-weight: 600; color: var(--pupr-navy); font-size: .9rem; margin-bottom: .4rem; }

.mobile-brand { display: none; align-items: center; gap: .75rem; margin-bottom: 1.4rem; }
.mobile-brand .logo {
    width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
    background: #fff; border: 1px solid var(--pupr-line); overflow: hidden;
}
.mobile-brand .logo img { width: 34px; height: 34px; object-fit: contain; }
.mobile-brand strong { display: block; color: var(--pupr-navy); line-height: 1.1; }
.mobile-brand small { color: var(--pupr-muted); font-size: .8rem; }

.auth-form .back-link {
    display: inline-flex; align-items: center; gap: .4rem; font-size: .85rem; font-weight: 600;
    color: var(--pupr-muted); margin-bottom: 1.2rem; transition: color .2s;
}
.auth-form .back-link:hover { color: var(--pupr-blue-600); }

.input-icon { position: relative; }
.input-icon > i:first-child {
    position: absolute; top: 50%; left: 1rem; transform: translateY(-50%);
    color: var(--pupr-muted); font-size: 1rem; pointer-events: none;
}
.input-icon .form-control { padding-left: 2.6rem; }
.auth-form .form-control {
    border: 1.5px solid var(--pupr-line); border-radius: 12px; padding: .8rem 1rem; font-size: .95rem;
}
.auth-form .form-control:focus { border-color: var(--pupr-blue-400); box-shadow: 0 0 0 .2rem rgba(47, 109, 181, .15); }
.input-toggle-pass {
    position: absolute; top: 50%; right: .6rem; transform: translateY(-50%);
    background: none; border: 0; color: var(--pupr-muted); padding: .35rem; cursor: pointer;
}
.input-toggle-pass:hover { color: var(--pupr-blue-600); }

.btn-submit {
    width: 100%; border: 0; border-radius: 12px; padding: .85rem 1.4rem; font-weight: 700;
    color: #fff; background: linear-gradient(135deg, var(--pupr-blue-600), var(--pupr-navy));
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    transition: all .3s var(--ease);
}
.btn-submit:hover { color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn-google {
    width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: .65rem;
    background: #fff; border: 1.5px solid var(--pupr-line); border-radius: 12px;
    padding: .75rem 1.2rem; font-weight: 600; color: var(--pupr-ink); transition: all .25s var(--ease);
}
.btn-google:hover { border-color: var(--pupr-blue-400); box-shadow: var(--shadow-sm); color: var(--pupr-ink); }

.divider-line {
    display: flex; align-items: center; text-align: center; color: var(--pupr-muted);
    font-size: .82rem; margin: 1.3rem 0;
}
.divider-line::before, .divider-line::after { content: ""; flex: 1; height: 1px; background: var(--pupr-line); }
.divider-line::before { margin-right: .9rem; }
.divider-line::after { margin-left: .9rem; }

.auth-alt-link { text-align: center; font-size: .9rem; color: var(--pupr-muted); }
.auth-alt-link a { font-weight: 700; color: var(--pupr-blue-600); }
.auth-alt-link a:hover { color: var(--pupr-navy); }

.flash-msg { border-radius: 12px; padding: .8rem 1rem; font-size: .9rem; margin-bottom: 1rem; }
.flash-msg.success { background: #e8f7ef; border: 1px solid #b9e6ce; color: #0a6344; }
.flash-msg.error { background: #fdeaea; border: 1px solid #f5c2c2; color: #a12020; }

.auth-form .form-check-input:checked { background-color: var(--pupr-blue-600); border-color: var(--pupr-blue-600); }
.auth-form .form-check-label { font-size: .88rem; color: var(--pupr-muted); }

@media (max-width: 991px) {
    .auth-wrapper { grid-template-columns: 1fr; }
    .auth-panel { display: none; }
    .mobile-brand { display: flex; }
    .auth-form-wrap { padding: 1.5rem 1rem; min-height: 100vh; }
}

/* ==========================================================================
   HALAMAN PILIH AKSES MASUK (login_home)
   ========================================================================== */
.login-choice-page {
    min-height: 100vh; display: flex; align-items: center; justify-content: center;
    padding: 2.5rem 1.2rem;
    background:
        radial-gradient(800px 400px at 12% 8%, rgba(47, 109, 181, .12), transparent 60%),
        radial-gradient(700px 400px at 92% 92%, rgba(212, 160, 23, .12), transparent 60%),
        var(--pupr-bg-soft);
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}
.login-shell {
    width: 100%; max-width: 1040px; background: #fff;
    border: 1px solid var(--pupr-line); border-radius: 26px; overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.login-shell > .row { min-height: 560px; }

/* Left hero */
.login-hero {
    position: relative; overflow: hidden; height: 100%; color: #fff;
    padding: 3rem 2.8rem; display: flex; flex-direction: column;
    background:
        radial-gradient(600px 320px at 85% 5%, rgba(212, 160, 23, .28), transparent 60%),
        linear-gradient(155deg, var(--pupr-navy), var(--pupr-blue-600));
}
.login-brand { display: inline-flex; align-items: center; gap: .8rem; margin-bottom: 2.5rem; }
.login-brand-logo {
    width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center;
    background: #fff; border: 1px solid rgba(255, 255, 255, .25); overflow: hidden;
}
.login-brand-logo img { width: 38px; height: 38px; object-fit: contain; }
.login-brand-text strong { display: block; color: #fff; font-size: 1.3rem; line-height: 1; letter-spacing: .03em; }
.login-brand-text span { color: rgba(255, 255, 255, .72); font-size: .8rem; }
.login-hero-badge {
    align-self: flex-start; display: inline-flex; align-items: center; gap: .45rem;
    background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18);
    color: #fff; font-size: .8rem; font-weight: 600; padding: .4rem .9rem; border-radius: 999px; margin-bottom: 1.2rem;
}
.login-hero-badge i { color: var(--pupr-gold-soft); }
.login-hero h1 { color: #fff; font-size: clamp(1.7rem, 2.6vw, 2.3rem); line-height: 1.15; margin-bottom: 1rem; }
.login-hero p { color: rgba(255, 255, 255, .82); font-size: .98rem; margin-bottom: 2rem; }
.login-hero-list { display: grid; gap: .85rem; margin-top: auto; }
.login-hero-list span { display: flex; align-items: center; gap: .7rem; color: rgba(255, 255, 255, .9); font-size: .92rem; }
.login-hero-list span i {
    width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-size: 1.1rem;
    color: var(--pupr-gold-soft); background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .16);
}

/* Right panel */
.login-panel { height: 100%; padding: 3rem 2.8rem; display: flex; flex-direction: column; justify-content: center; }
.login-panel-logo { text-align: center; margin-bottom: 1.2rem; }
.login-panel-logo img { max-height: 64px; width: auto; object-fit: contain; }
.login-panel-title { text-align: center; margin-bottom: 1.8rem; }
.login-panel-title h2 { font-size: 1.6rem; margin-bottom: .25rem; }
.login-panel-title p { color: var(--pupr-muted); margin: 0; font-size: .92rem; }
.login-option-list { display: grid; gap: 1rem; }
.login-option {
    display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.2rem;
    border: 1.5px solid var(--pupr-line); border-radius: 16px; background: #fff;
    transition: all .3s var(--ease); text-align: left;
}
.login-option:hover {
    border-color: var(--pupr-blue-400); transform: translateY(-3px);
    box-shadow: var(--shadow-md); background: #fff;
}
.login-option-icon {
    flex: 0 0 auto; width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
    font-size: 1.5rem; color: #fff; background: linear-gradient(135deg, var(--pupr-blue-600), var(--pupr-navy));
}
.login-option:nth-child(2) .login-option-icon { background: linear-gradient(135deg, var(--pupr-gold-soft), var(--pupr-gold)); color: #1a1205; }
.login-option-body { flex: 1; }
.login-option-body strong { display: block; color: var(--pupr-navy); font-size: 1.02rem; }
.login-option-body span { color: var(--pupr-muted); font-size: .84rem; line-height: 1.4; }
.login-option-arrow { color: var(--pupr-muted); font-size: 1.4rem; transition: transform .25s var(--ease); }
.login-option:hover .login-option-arrow { transform: translateX(4px); color: var(--pupr-blue-600); }
.login-security-note {
    display: flex; gap: .7rem; align-items: flex-start; margin: 1.6rem 0 1.2rem;
    background: var(--pupr-bg-deep); border: 1px solid var(--pupr-line); border-radius: 12px;
    padding: .9rem 1rem; font-size: .82rem; color: var(--pupr-muted);
}
.login-security-note i { color: var(--pupr-gold); font-size: 1.1rem; }
.login-home-link {
    display: inline-flex; align-items: center; gap: .35rem; color: var(--pupr-muted);
    font-weight: 600; font-size: .88rem; transition: color .2s;
}
.login-home-link:hover { color: var(--pupr-blue-600); }

@media (max-width: 991px) {
    .login-hero { display: none; }
    .login-panel { padding: 2.4rem 1.8rem; }
}
