/* ============================================================
   Bola Gembira x Barja — UI/UX Overhaul v2
   Professional landing page & public page enhancements
   ============================================================ */

:root{--radius:16px}
html,body{max-width:100%;overflow-x:hidden}
img,svg,video,canvas{max-width:100%}
.hero h1,.page-title,.section-title{letter-spacing:-.02em}
.card,.panel,.cta-card,.price,.step,.feature,.alert,.input,.btn,.sidebar-promo{border-radius:16px}
.container{max-width:1500px}

/* ── Brand Logo System ── */
.brand-real{display:flex;align-items:center;gap:12px;min-width:0;max-width:100%;letter-spacing:0}
.brand-real img{display:block!important;object-fit:contain;max-width:none}
.brand-tvri{height:44px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:6px 10px;border-radius:14px;background:#fff;border:1px solid rgba(191,210,239,.95);box-shadow:0 10px 24px rgba(6,27,85,.10)}
.brand-tvri img{width:auto;height:36px}
.brand-bola{height:44px;display:flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:14px;background:linear-gradient(135deg,#061b55,#0b57f5);box-shadow:0 10px 24px rgba(6,27,85,.16);flex:0 1 auto;min-width:0}
.brand-bola img{width:auto;height:26px;max-width:168px}
.brand-barja{display:flex;align-items:center;gap:7px;min-width:0;color:#0b57f5;font-weight:900;line-height:.86}
.brand-barja img{width:38px;height:38px}
.brand-barja strong{font-size:11px;letter-spacing:.02em;white-space:nowrap}
.footer .brand-real{margin-bottom:16px}
.footer .brand-barja strong{color:#dbeafe}
.side-brand{overflow:hidden}
.side-brand .brand-real{gap:7px;max-width:100%}
.side-brand .brand-tvri{height:34px;padding:4px 6px;border-radius:11px}
.side-brand .brand-tvri img{height:27px}
.side-brand .brand-bola{height:34px;padding:5px 7px;border-radius:11px;max-width:122px}
.side-brand .brand-bola img{height:18px;max-width:108px}
.side-brand .brand-barja{gap:4px}
.side-brand .brand-barja img{width:30px;height:30px}
.side-brand .brand-barja strong{font-size:8px}

/* ── Header & Nav ── */
.header{height:auto;min-height:78px}
.header .container{min-height:78px;height:auto;gap:18px}
.public-nav{gap:24px}
.header-actions{flex:0 0 auto}
.nav-toggle,.app-menu-toggle{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.mobile-menu-btn{display:none;align-items:center;justify-content:center;gap:8px;border:1px solid #bfd2ef;background:#fff;color:var(--blue);border-radius:12px;padding:11px 14px;font-weight:900;cursor:pointer;line-height:1}

/* ── Auth Grid ── */
.auth-grid{grid-template-columns:minmax(0,1fr) minmax(340px,520px);gap:36px}
.auth-grid .hero-cta{width:100%;min-width:0}
.auth-grid .panel{width:100%}
.mail-login-icon{position:relative;width:22px;height:18px;display:inline-block;border:2px solid currentColor;border-radius:5px;flex:0 0 auto}
.mail-login-icon:before,.mail-login-icon:after{content:"";position:absolute;top:2px;width:12px;height:2px;background:currentColor;transform-origin:center}
.mail-login-icon:before{left:1px;transform:rotate(35deg)}
.mail-login-icon:after{right:1px;transform:rotate(-35deg)}

/* ── Hero Section (Redesigned) ── */
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,1.15fr)}
.hero h1{font-size:clamp(42px,5vw,68px);letter-spacing:-.04em;line-height:.98}
.hero-content,.hero-cta{min-width:0}
.hero p{font-size:18px;color:#475569;line-height:1.65;max-width:580px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.cta-cards{margin-right:min(220px,14vw);grid-template-columns:1fr 1fr;gap:18px}
.cta-card{min-width:0;padding:28px;transition:transform .2s ease,box-shadow .2s ease}
.cta-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(6,27,85,.14)}
.cta-card h3{font-size:clamp(20px,2vw,24px);margin:14px 0 10px;line-height:1.2}
.cta-card p{font-size:14px;color:#526179;line-height:1.55;margin:0 0 18px}
.cta-card-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center}
.cta-card-icon.blue{background:#eaf3ff;color:var(--blue)}
.cta-card-icon.red{background:#fff0f1;color:var(--red)}
.btn-sm{padding:11px 18px;font-size:14px}

/* ── Section Headers (Centralized) ── */
.section-header{text-align:center;max-width:720px;margin:0 auto 44px}
.section-header .pill{margin-bottom:14px}
.section-desc{color:#526179;font-size:16px;line-height:1.65;font-weight:600;margin:10px 0 0}
.section-alt{background:linear-gradient(180deg,#f8fbff,#ffffff)}

/* ── Features Grid (Redesigned) ── */
.features,.steps,.price-grid,.kpis,.dashboard-grid,.split,.stat-grid,.footer-grid,.form-grid,.form-grid-3,.faq-grid{min-width:0}
.feature,.step,.price,.kpi,.panel{min-width:0}
.features,.steps,.price-grid{align-items:stretch}
.features{grid-template-columns:repeat(3,1fr);gap:18px}
.feature{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:32px 24px;min-height:auto;transition:transform .2s ease,box-shadow .2s ease}
.feature:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(6,27,85,.10)}
.feature-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:#eaf3ff;color:var(--blue);margin-bottom:18px;transition:background .2s ease,color .2s ease}
.feature:hover .feature-icon{background:var(--blue);color:#fff}
.feature .ico,.step .ico{display:block;margin:0 auto 12px;width:36px;height:36px}
.feature h4,.step h4{margin:0 0 9px;color:var(--navy);font-size:16px;line-height:1.32;font-weight:800}
.feature p,.step p{margin:0;color:#526179;line-height:1.55;font-size:14px}

/* ── Steps (Redesigned) ── */
.step{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:36px 20px 26px;min-height:auto;transition:transform .2s ease,box-shadow .2s ease}
.step:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(6,27,85,.10)}
.step-num{left:50%;top:-13px;transform:translateX(-50%);width:36px;height:36px;font-size:16px;box-shadow:0 8px 18px rgba(11,87,245,.22)}

/* ── Pricing Grid (Redesigned) ── */
.price-grid{grid-template-columns:repeat(5,1fr);gap:14px}
.price{justify-content:center;min-height:auto;line-height:1.3;padding:20px 16px;transition:transform .2s ease,border-color .2s ease}
.price:hover{transform:translateY(-2px);border-color:var(--blue)}
.price strong,.price small,.price b{display:block}
.price small{max-width:130px;margin:6px auto}
.price b{font-size:16px;margin-top:4px}
.price-note{display:flex;align-items:flex-start;gap:10px;margin-top:22px;padding:16px 20px;background:#eff6ff;border:1px solid #bcd8ff;border-radius:14px;color:#334155;font-size:14px;font-weight:600;line-height:1.55}
.price-note .ico-sm{flex:0 0 auto;margin-top:2px;color:var(--blue)}

/* ── FAQ ── */
.faq-grid{align-items:start}
.faq-item{display:block;padding:0;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}
.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;cursor:pointer;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary b{line-height:1.35;color:#061b55}
.faq-item summary span{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;flex:0 0 auto;color:var(--blue);font-weight:900;transition:transform .18s ease;background:#f0f5ff}
.faq-item[open]{border-color:#bfd2ef;box-shadow:0 14px 34px rgba(6,27,85,.08)}
.faq-item[open] summary span{transform:rotate(180deg)}
.faq-item p{margin:0;padding:0 20px 20px;color:#526179;line-height:1.65;font-size:14px}

/* ── WhatsApp Float ── */
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:100;display:flex;align-items:center;gap:11px;padding:13px 16px;border-radius:999px;background:#25d366;color:white;box-shadow:0 18px 42px rgba(7,94,84,.28);font-weight:900;line-height:1.05;transition:transform .2s ease,background .2s ease}
.whatsapp-float:hover{transform:translateY(-2px);background:#1fbd5a}
.whatsapp-float svg{width:27px;height:27px;flex:0 0 auto}
.whatsapp-float small{font-size:11px;font-weight:800;color:rgba(255,255,255,.9)}
.app + .whatsapp-float{bottom:116px}

/* ── Bottom CTA Section ── */
.cta-bottom{background:linear-gradient(135deg,#061b55 0%,#0b57f5 100%);padding:72px 0;position:relative;overflow:hidden}
.cta-bottom:before{content:"";position:absolute;right:-80px;top:-80px;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.06)}
.cta-bottom:after{content:"";position:absolute;left:-40px;bottom:-40px;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,.04)}
.cta-bottom-content{position:relative;z-index:1;text-align:center;max-width:640px;margin:0 auto}
.cta-bottom-content h2{color:#fff;font-size:clamp(26px,3.2vw,38px);margin:0 0 14px;line-height:1.15;letter-spacing:-.02em}
.cta-bottom-content p{color:rgba(255,255,255,.8);font-size:17px;line-height:1.6;margin:0 0 28px;font-weight:600}
.cta-bottom-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}

/* ── Terms Page ── */
.terms-layout{display:grid;grid-template-columns:1fr 280px;gap:36px;align-items:start}
.terms-content{display:grid;gap:20px}
.terms-sidebar{position:sticky;top:100px}
.terms-toc h2{font-size:14px;font-weight:900;color:var(--navy);margin:0 0 14px}
.terms-toc nav{display:grid;gap:4px}
.terms-toc a{display:block;padding:8px 12px;border-radius:10px;font-size:14px;font-weight:700;color:#526179;transition:background .15s ease,color .15s ease}
.terms-toc a:hover{background:#eaf3ff;color:var(--blue)}

/* ── Form & Registration ── */
.field textarea.input{min-height:110px;resize:vertical}
.actions-bottom .btn{white-space:normal}
.table-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table{min-width:760px}
.table th,.table td{white-space:normal}
.controls{flex-wrap:wrap}
.panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.panel-title-row h3{display:flex;align-items:center;gap:8px;margin:0;min-width:0}
.panel-title-row a{color:var(--blue);font-weight:900;font-size:13px;white-space:nowrap}
.support-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;color:var(--navy)}
.support-stats b{font-size:32px;line-height:1;color:var(--navy)}
.support-stats b.amber{color:var(--amber)}
.support-stats b.green{color:var(--green)}

/* ── Topbar ── */
.topbar{height:auto;min-height:76px;gap:18px}
.topbar-left,.topbar-actions{display:flex;align-items:center;gap:14px;min-width:0}
.topbar-left{flex:1 1 auto}
.topbar-actions{flex:0 1 auto;justify-content:flex-end}
.topbar-left .brand-real{flex:1 1 auto}
.topbar-user{min-width:0;max-width:360px;overflow:hidden;text-overflow:ellipsis}
.topbar-user .ico-sm{flex:0 0 auto}
.topbar-menu{position:relative}
.topbar-menu summary{list-style:none}
.topbar-menu summary::-webkit-details-marker{display:none}
.topbar-icon-button{position:relative;width:48px;height:48px;justify-content:center;padding:0}
.notif-dot{position:absolute;right:-5px;top:-6px;min-width:21px;height:21px;border-radius:999px;background:var(--red);color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:11px;font-weight:900}
.topbar-avatar{width:28px;height:28px;border-radius:999px;object-fit:cover;flex:0 0 auto}
.topbar-user span{min-width:0;overflow:hidden;text-overflow:ellipsis}
.topbar-dropdown{position:absolute;right:0;top:calc(100% + 10px);width:290px;max-width:calc(100vw - 28px);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 20px 50px rgba(6,27,85,.16);padding:12px;z-index:90;display:grid;gap:8px}
.topbar-dropdown b{color:var(--navy);line-height:1.25}
.topbar-dropdown small{color:#64748b;font-weight:700;overflow:hidden;text-overflow:ellipsis}
.topbar-dropdown a,.topbar-dropdown button{width:100%;display:flex;text-align:left;align-items:center;justify-content:space-between;gap:10px;border:0;border-radius:10px;background:#f8fbff;color:#0f172a;padding:10px 12px;font-weight:800;line-height:1.35;cursor:pointer}
.topbar-dropdown a:hover,.topbar-dropdown button:hover{background:#eef5ff}
.topbar-dropdown form{margin:0}
.topbar-dropdown form button{background:#fff0f1;color:#d40917}
.topbar-dropdown .dropdown-disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}
.app-menu-backdrop{display:none}
.app-main,.content{min-width:0}
.content input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(.input),
.content select:not(.input),
.content textarea:not(.input),
.hero-cta input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not(.input),
.hero-cta select:not(.input),
.hero-cta textarea:not(.input){width:100%;min-height:48px;border:1px solid #cfdaea;border-radius:13px;background:#fff;padding:12px 14px;font-size:16px;outline:none}
.content textarea:not(.input),.hero-cta textarea:not(.input){min-height:112px}
.content input:focus,.content select:focus,.content textarea:focus,.hero-cta input:focus,.hero-cta select:focus,.hero-cta textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(11,87,245,.09)}

/* ── Registration Wizard ── */
.registration-form{margin-top:20px}
.registration-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:20px;align-items:start}
.registration-panel{overflow:hidden}
.form-section-title{color:var(--navy);margin:0 0 18px;font-size:24px;line-height:1.2;font-weight:900}
.registration-wizard .field{min-width:0}
.registration-wizard .input{min-height:48px;font-size:16px}
.registration-wizard select.input{appearance:auto}
.registration-wizard .form-grid,.registration-wizard .form-grid-3{align-items:start}
.map-placeholder{min-height:86px;padding:18px;background:#f2f6fd;display:flex;align-items:center;gap:12px;color:#334155;font-weight:800;border-style:dashed}
.location-picker{border:1px solid #dbe7fb;background:#f8fbff;border-radius:16px;padding:14px;display:grid;gap:12px}
.location-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}
.location-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.location-status,.field-help{color:#526179;font-size:12px;font-weight:700;line-height:1.5}
.map-canvas{height:280px;min-height:280px;border:1px solid #c8dcff;border-radius:14px;overflow:hidden;background:#eaf3ff}
.coordinate-preview{display:inline-flex;align-items:center;width:max-content;max-width:100%;border-radius:999px;background:#fff;border:1px solid #dbe7fb;padding:8px 11px;color:#334155;font-size:12px;font-weight:900;line-height:1.35}
.license-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.license-choice{display:flex;align-items:flex-start;gap:12px;text-align:left;border:1px solid #cfdaea;background:#fff;border-radius:16px;padding:15px;cursor:pointer;color:var(--navy);min-width:0;transition:border-color .15s ease,box-shadow .15s ease}
.license-choice.active{border-color:var(--blue);box-shadow:0 0 0 4px rgba(11,87,245,.08);background:#f8fbff}
.license-choice b{display:block;font-size:15px;line-height:1.2}
.license-choice small{display:block;margin-top:5px;color:#526179;font-size:12px;line-height:1.4}
.tariff-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.tariff-option{border:1px solid #dbe7fb;background:#fff;border-radius:14px;padding:13px;text-align:left;cursor:pointer;color:var(--navy);min-width:0;transition:border-color .15s ease,box-shadow .15s ease}
.tariff-option.active{border-color:var(--blue);box-shadow:0 0 0 4px rgba(11,87,245,.08);background:#f8fbff}
.tariff-option span,.tariff-option b,.tariff-option strong{display:block;line-height:1.25}
.tariff-option span{font-size:12px;font-weight:900;color:#526179;text-transform:uppercase}
.tariff-option b{margin-top:5px;font-size:14px}
.tariff-option strong{margin-top:7px;color:var(--red);font-size:15px}
.commercial-flags{background:#f7fbff;display:flex;flex-direction:column;gap:12px}
.commercial-flags label{display:flex;align-items:flex-start;gap:10px;font-weight:800;line-height:1.4}
.commercial-flags input{margin-top:3px;flex:0 0 auto}
.noncommercial-free-note{align-items:flex-start}
.noncommercial-free-note div{display:grid;gap:4px;line-height:1.45}
.noncommercial-free-note span{color:#526179;font-weight:700}
.radio-card{display:block;cursor:pointer;min-width:0;line-height:1.45}
.radio-card input{margin-right:7px}
.summary-card h3{margin:0 0 14px;color:var(--navy);font-size:18px;line-height:1.2}
.summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:12px 0;color:#1f2a44;line-height:1.35}
.summary-row span:first-child{color:#526179}
.summary-row b,.summary-row .badge{flex:0 0 auto;text-align:right}
.estimate-card{background:#f7fbff;margin-top:14px;box-shadow:none}
.estimate-card h2{margin:6px 0;font-size:24px;line-height:1.2}
.upload-zone{display:block;border-style:dashed;cursor:pointer;background:#fff}
.upload-zone input[type="file"]{cursor:pointer}
.payment-summary-stack{display:grid;gap:13px;margin-top:12px}
.payment-summary-stack p,.payment-summary-stack h2{margin:0}
.payment-summary-stack .payment-method{display:grid;gap:4px}
.payment-summary-stack .btn{justify-self:start}
.sample-cert-preview{margin-top:28px;border:5px double #0b57f5;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);padding:22px;box-shadow:var(--soft);position:relative;overflow:hidden}
.sample-cert-preview:before{content:"";position:absolute;right:-46px;top:-46px;width:140px;height:140px;border:18px solid #eaf3ff;border-radius:999px}
.sample-cert-header,.sample-cert-body{position:relative;z-index:1}
.sample-cert-header{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#061b55;font-weight:900;font-size:12px;text-transform:uppercase}
.sample-cert-body{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:18px;align-items:center;margin-top:20px}
.sample-cert-body small{font-weight:900;color:#0b57f5}
.sample-cert-body h3{font-size:25px;line-height:1.15;margin:8px 0;color:#061b55}
.sample-cert-body p{margin:4px 0;color:#526179;font-weight:800}
.sample-qr{width:118px;height:118px;border:4px solid #061b55;border-radius:14px;background:repeating-linear-gradient(45deg,#061b55 0 7px,#fff 7px 14px);display:grid;place-items:center;color:#fff;font-weight:900}
.sample-cert-foot{position:relative;z-index:1;margin:18px 0 0;color:#64748b;font-size:12px;font-weight:700}

/* ── Footer (Enhanced) ── */
.footer{padding:56px 0 36px}
.footer h3{font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#94b8ff;margin:0 0 16px}
.footer a,.footer p{color:#c9d9ff;line-height:1.65;font-weight:600}
.footer a:hover{color:#fff}
.footer-bottom{margin-top:36px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;color:#7da0d6;font-size:13px;font-weight:700}

/* ═══════════ RESPONSIVE ═══════════ */

@media(max-width:1280px){
    .features{grid-template-columns:repeat(3,1fr)}
    .price-grid{grid-template-columns:repeat(3,1fr)}
    .dashboard-grid{grid-template-columns:1fr}
    .hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr)}
    .cta-cards{grid-template-columns:1fr;margin-right:0}
}

@media(max-width:1100px){
    .auth-grid,.hero-grid,.split,.dashboard-grid{grid-template-columns:1fr}
    .hero-art{opacity:.2}
    .features,.price-grid,.steps,.kpis{grid-template-columns:repeat(2,1fr)}
    .terms-layout{grid-template-columns:1fr}
    .terms-sidebar{position:static}

    .app{display:block;min-width:0}
    .sidebar{display:flex!important;position:fixed;z-index:80;inset:0 auto 0 0;width:min(320px,88vw);height:100dvh;overflow-y:auto;box-shadow:24px 0 60px rgba(6,27,85,.22);transform:translateX(-105%);transition:transform .2s ease}
    .app-menu-toggle:checked ~ .sidebar{transform:translateX(0)}
    .app-menu-backdrop{position:fixed;inset:0;z-index:70;background:rgba(6,27,85,.38);backdrop-filter:blur(2px)}
    .app-menu-toggle:checked ~ .app-menu-backdrop{display:block}
    .app-menu-btn{display:inline-flex}
    .topbar{position:sticky;top:0;padding:12px 20px}
    .content{padding:24px 20px 48px}
    .registration-layout{grid-template-columns:1fr}
    .registration-summary{position:static;order:-1}
    .summary-card{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}
    .summary-card h3,.summary-card .estimate-card,.summary-card .alert{grid-column:1/-1}
    .summary-row{margin:4px 0}
}

@media(max-width:900px){
    .header .container{min-height:72px;padding:10px 0;flex-wrap:wrap;align-content:center}
    .public-menu-btn{display:inline-flex;margin-left:auto}
    .public-nav,.header-actions{display:none!important}
    .nav-toggle:checked ~ .public-nav{display:flex!important}
    .nav-toggle:checked ~ .header-actions{display:flex!important}
    .public-nav{order:3;flex:0 0 100%;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--soft)}
    .public-nav a{padding:12px 14px;border-radius:12px}
    .public-nav a.active,.public-nav a:hover{background:#f0f5ff;color:var(--blue)}
    .public-nav a:after{display:none!important}
    .header-actions{order:4;flex:0 0 100%;gap:10px}
    .header-actions .btn{flex:1 1 0;justify-content:center}
    .stat-grid{grid-template-columns:repeat(2,1fr)}
    .footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:700px){
    .container{width:min(100% - 28px,1500px)}
    .brand-real{gap:5px;max-width:calc(100vw - 110px);align-items:center}
    .brand-tvri{height:32px;padding:4px 6px;border-radius:9px;box-shadow:0 6px 15px rgba(6,27,85,.06)}
    .brand-tvri img{height:22px;width:auto}
    .brand-bola{height:32px;padding:5px 7px;border-radius:9px;max-width:105px;box-shadow:0 6px 15px rgba(6,27,85,.08)}
    .brand-bola img{height:16px;width:auto;max-width:88px}
    .brand-barja{gap:0}
    .brand-barja img{width:26px;height:26px}
    .brand-barja strong{display:none!important}

    .header .brand-real{max-width:calc(100vw - 120px)}
    .header-actions{flex-direction:column}
    .header-actions .btn{width:100%}

    .hero-grid{min-height:auto!important;padding:34px 0 42px!important;gap:24px}
    .hero h1{font-size:34px;line-height:1.04;margin:14px 0}
    .hero p{font-size:16px;line-height:1.55}
    .hero-art{width:620px;max-width:none;right:-330px;top:88px;bottom:auto;opacity:.13}
    .hero-actions{flex-direction:column}
    .hero-actions .btn{width:100%;justify-content:center}
    .trust-mini{flex-direction:column;margin-top:20px}
    .trust-mini div{padding:15px 16px}
    .trust-mini div+div{border-left:0;border-top:1px solid var(--line)}
    .cta-cards,.features,.price-grid,.steps,.kpis,.alert-row,.form-grid,.form-grid-3,.footer-grid,.faq-grid,.stat-grid{grid-template-columns:1fr}
    .cta-card{padding:22px;min-height:0}
    .cta-card img{width:76px;height:76px}
    .section{padding:46px 0}
    .section-title{font-size:26px;margin-bottom:18px}
    .section-header{margin-bottom:32px}
    .stat-item{border-left:0;border-top:1px solid rgba(255,255,255,.2);padding:16px}
    .stat-item:first-child{border-top:0}

    .auth-grid{grid-template-columns:1fr!important;min-height:auto!important;padding:28px 0 42px!important}
    .auth-grid .hero-content{display:block}
    .auth-grid .hero-cta>.brand-real{margin-bottom:18px}
    .auth-grid .panel{padding:22px!important}

    .topbar{align-items:flex-start;flex-wrap:wrap;padding:12px 14px;gap:10px}
    .topbar-left{width:100%;justify-content:space-between}
    .topbar-left .brand-real{max-width:calc(100vw - 112px)}
    .topbar-actions{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px}
    .topbar-user{max-width:100%;justify-content:flex-start;padding:11px 12px}
    .topbar-actions .btn{padding:11px 12px}
    .content{padding:16px 10px 40px}
    .page-head{flex-direction:column;align-items:stretch;margin-bottom:18px}
    .page-title{font-size:28px;line-height:1.08}
    .subtitle{font-size:14px}
    .alert{align-items:flex-start;gap:11px}
    .progress-row{grid-template-columns:1fr;gap:8px}
    .actions-bottom{position:static;display:grid;grid-template-columns:1fr;gap:10px;padding:14px 0 0;background:transparent;border-top:0}
    .actions-bottom .btn{width:100%;justify-content:center}
    .actions-bottom .action-primary{order:1}
    .actions-bottom .action-back{order:2}
    .actions-bottom .action-save{order:3}
    .actions-bottom .action-cancel{order:4}
    .stepper{display:grid;grid-template-columns:1fr 1fr;gap:8px;overflow:visible;padding:10px}
    .stepper-item{min-width:0;padding:10px;border-radius:14px;background:#f8fbff}
    .stepper-item:after{display:none}
    .stepper-circle{width:38px;height:38px;flex:0 0 38px}
    .stepper-item b{font-size:13px;line-height:1.25}
    .stepper-item small{font-size:11px}
    .bank-strip{align-items:flex-start;flex-direction:column}
    .sample-cert-body{grid-template-columns:1fr}
    .sample-qr{width:104px;height:104px}
    .btn{padding:12px 14px}
    .sidebar{width:min(306px,90vw);padding:18px 14px}
    .side-link{padding:12px 13px}
    .sidebar-promo{padding:14px}
    .certificate{padding:26px 16px}
    .cert-row,.cert-grid{grid-template-columns:1fr}
    .table{min-width:620px}
    .responsive-card-table{min-width:0;border-collapse:separate;border-spacing:0}
    .responsive-card-table thead{display:none}
    .responsive-card-table tbody{display:grid;gap:12px}
    .responsive-card-table tr{display:block;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(6,27,85,.05)}
    .responsive-card-table td{display:grid;grid-template-columns:minmax(110px,38%) minmax(0,1fr);gap:12px;align-items:center;border-bottom:1px solid #eef3fb;padding:12px 14px}
    .responsive-card-table td:last-child{border-bottom:0}
    .responsive-card-table td::before{content:attr(data-label);font-size:12px;font-weight:900;color:#64748b}
    .responsive-card-table td[colspan]{display:block;text-align:center}
    .responsive-card-table td[colspan]::before{display:none}
    .panel-title-row{align-items:flex-start}
    .panel-title-row a{font-size:12px}
    .support-stats{grid-template-columns:1fr;gap:10px}
    .support-stats div{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff}
    .support-stats b{font-size:28px;order:2}
    .feature{min-height:0}
    .step{min-height:0}
    .faq-item summary{padding:16px}
    .faq-item p{padding:0 16px 16px}
    .whatsapp-float{right:14px;bottom:22px;padding:14px}
    .app + .whatsapp-float{bottom:96px}
    .whatsapp-float span{display:none}
    .whatsapp-float svg{width:28px;height:28px}
    .registration-form{margin-top:14px}
    .registration-layout{display:flex;flex-direction:column;gap:14px}
    .registration-summary{order:-1;width:100%}
    .registration-panel,.summary-card{padding:16px!important}
    .summary-card{display:block}
    .summary-card h3{font-size:16px;margin-bottom:12px}
    .summary-row{align-items:center;margin:10px 0}
    .estimate-card{padding:14px!important}
    .estimate-card h2{font-size:21px}
    .registration-wizard .form-grid,.registration-wizard .form-grid-3,.registration-wizard .radio-cards{grid-template-columns:1fr!important;gap:14px}
    .location-picker{padding:10px;border-radius:14px}
    .location-search{grid-template-columns:1fr}
    .location-actions{display:grid;grid-template-columns:1fr}
    .location-actions .btn{width:100%;justify-content:center}
    .map-canvas{height:240px;min-height:240px}
    .license-choice-grid,.tariff-options{grid-template-columns:1fr}
    .license-choice,.tariff-option{padding:13px}
    .registration-wizard .field label{font-size:13px;margin-bottom:7px}
    .registration-wizard .input{min-height:50px;padding:13px 14px}
    .form-section-title{font-size:20px;margin-bottom:14px}
    .radio-card{padding:14px}
    .commercial-flags{padding:14px!important}
    .upload-zone{padding:16px!important}
    .upload-zone input[type="file"]{padding:11px}
    .cta-bottom{padding:48px 0}
    .cta-bottom-content h2{font-size:26px}
    .cta-bottom-actions{flex-direction:column}
    .cta-bottom-actions .btn{width:100%;justify-content:center}
    .footer-bottom{flex-direction:column;text-align:center;gap:8px}
    .terms-layout{grid-template-columns:1fr}
    .terms-sidebar{position:static}
}

@media(max-width:420px){
    .brand-tvri{padding:4px 6px}
    .brand-bola img{max-width:96px}
    .brand-barja strong{display:none}
    .mobile-menu-btn{padding:10px 11px}
    .hero h1{font-size:31px}
    .topbar-actions{grid-template-columns:auto minmax(0,1fr)}
    .topbar-actions .btn{justify-content:center}
    .topbar-icon-button{width:46px}
    .topbar-dropdown{right:auto;left:0}
    .content{padding-left:10px;padding-right:10px}
    .registration-panel,.summary-card{border-radius:14px}
    .stepper{grid-template-columns:1fr}
    .summary-row{display:grid;grid-template-columns:1fr;gap:5px}
    .summary-row b,.summary-row .badge{text-align:left;justify-self:start}
}

/* ── Dokumen & Panduan Section ── */
.docs-section{background:linear-gradient(180deg,#ffffff,#f0f5ff);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.docs-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:1100px;margin:0 auto}
.doc-card{display:flex;flex-direction:column;justify-content:space-between;padding:34px;border:2px solid #dbe7fb;background:#ffffff;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}
.doc-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(6, 27, 85, 0.12);border-color:var(--blue)}
.doc-card-bg-circle{position:absolute;top:-20px;right:-20px;width:100px;height:100px;background:rgba(11, 87, 245, 0.03);border-radius:50%;pointer-events:none;transition:all 0.3s ease}
.doc-card:hover .doc-card-bg-circle{background:rgba(11, 87, 245, 0.06);transform:scale(1.2)}
.doc-icon-wrapper{width:56px;height:56px;border-radius:16px;background:#eaf3ff;display:flex;align-items:center;justify-content:center;margin-bottom:22px;color:var(--blue);transition:all 0.3s ease}
.doc-card:hover .doc-icon-wrapper{background:var(--blue);color:#ffffff}
.doc-card:hover .doc-icon-wrapper img{filter:brightness(0) invert(1)}
.doc-card h3{font-size:22px;color:var(--navy);margin:0 0 12px;font-weight:900;letter-spacing:-0.02em}
.doc-card p{color:#526179;font-size:14px;line-height:1.6;margin:0 0 24px;font-weight:600}

@media(max-width:768px){
    .docs-grid{grid-template-columns:1fr;gap:20px}
    .doc-card{padding:24px}
}

/* Custom Tweaks */
.stat-ico-bg{background:#fff;border-radius:12px;padding:8px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;box-shadow:0 6px 14px rgba(0,0,0,0.15)}
.stat-ico-bg .ico{margin:0!important;width:28px;height:28px}
.hero-art{width:min(680px, 45vw);max-width:none;right:-60px;bottom:auto;top:40px;opacity:0.35}

@media(min-width:1101px){
    .topbar-logo-wrap{display:none}
}
