:root {
  --primary:            #fd0d0d;
  --primary-light:      #fd3131;
  --primary-dark:       #d70b0b;
  --primary-glow:       rgba(253,13,13,0.4);
  --primary-glow-subtle:rgba(253,13,13,0.12);
  --accent-cyan:        #06B6D4;
  --radius-sm:6px; --radius-md:12px; --radius-lg:16px; --radius-xl:20px;
  --bg-void:       #030712;
  --bg-deep:       #0A0F1C;
  --bg-surface:    rgba(15,23,42,0.85);
  --bg-elevated:   rgba(30,41,59,0.7);
  --bg-active:     rgba(253,13,13,0.1);
  --text-primary:  #F1F5F9;
  --text-secondary:#94A3B8;
  --text-muted:    #64748B;
  --border-subtle: rgba(253,13,13,0.15);
  --border-active: rgba(253,13,13,0.5);
}

.logo{height:50px;width:auto;}
.navbar-brand{display:flex;align-items:center;gap:0.5rem;}
.hero{background-size:cover;background-position:center;}
.pdfobject-container{height:100vh;border:1px solid var(--primary);}
.hero{background-image:url('https://temancsirt.mitrakab.go.id/storage/image-property/ka6G6WqIWUBQvWyzfruvJ1laT1NSHVMrmdsBhoUu.png');}
h1,.h1{font-size:calc(1.375rem + 1.5vw) !important;}
h2,.h2{font-size:2rem !important;}
body{font-size:1rem !important;}
@media(max-width:576px){.logo{max-height:35px;}.navbar-brand{padding-right:0;margin-right:.25rem;gap:.2rem;}.pdfobject-container{height:60vh;border-width:.25rem;}}
@media(max-width:767.98px){.logo{max-height:40px;}}
