/* ═══════════════════════════════════════════════════════════════
   SIAP Hibah — Landing Page Stylesheet
   Design: Modern · Professional · Elegant
═══════════════════════════════════════════════════════════════ */

:root {
  --n900: #071d36;   /* navy deepest  */
  --n800: #0d3b6e;   /* navy primary  */
  --n700: #0a4d8c;   /* navy medium   */
  --n500: #1a6db5;   /* navy light    */
  --n100: #dbeafe;   /* navy tint     */
  --n050: #eff6ff;   /* navy whisper  */

  --g900: #046c4e;   /* green dark    */
  --g500: #059669;   /* green mid     */
  --g100: #d1fae5;   /* green tint    */

  --a700: #b45309;   /* amber dark    */
  --a500: #d97706;   /* amber mid     */
  --a100: #fef3c7;   /* amber tint    */

  --s900: #0f172a;   /* slate 900     */
  --s700: #334155;   /* slate 700     */
  --s500: #64748b;   /* slate 500     */
  --s300: #cbd5e1;   /* slate 300     */
  --s100: #f1f5f9;   /* slate 100     */
  --s050: #f8fafc;   /* slate 50      */

  --white: #ffffff;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --shadow-sm: 0 1px 4px rgba(0,0,0,.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,.08);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.12);
  --shadow-xl: 0 24px 64px rgba(0,0,0,.18);

  --transition: .2s ease;
}

/* ── Reset ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: system-ui, 'Segoe UI', Roboto, -apple-system, Arial, sans-serif;
  color: var(--s900);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* ═══════════════════════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════════════════════ */
.l-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--s300);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
}
.l-nav-inner {
  max-width: 1160px; margin: 0 auto;
  padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; gap: 24px;
}

/* Brand */
.l-brand {
  display: flex; align-items: center; gap: 12px;
  flex-shrink: 0;
}
.l-brand-logo { height: 38px; width: auto; }
.l-brand-text {
  font-size: 16px; font-weight: 700;
  color: var(--n800); letter-spacing: -.2px;
}
.l-brand-text em { font-style: normal; font-weight: 400; color: var(--s500); font-size: 13px; }

/* Desktop links */
.l-nav-links {
  display: flex; align-items: center; gap: 6px;
}
.l-nav-links > a {
  padding: 8px 14px; border-radius: var(--radius-sm);
  font-size: 14px; font-weight: 500; color: var(--s700);
  transition: background var(--transition), color var(--transition);
}
.l-nav-links > a:hover { background: var(--s100); color: var(--n800); }
.l-nav-btn {
  background: var(--n800) !important;
  color: var(--white) !important;
  border-radius: var(--radius-sm) !important;
  padding: 9px 20px !important;
  font-weight: 600 !important;
  margin-left: 6px;
  transition: background var(--transition) !important;
}
.l-nav-btn:hover { background: var(--n900) !important; }

/* Hamburger (mobile) */
.l-hamburger {
  display: none; flex-direction: column;
  gap: 5px; cursor: pointer; padding: 6px;
  border: none; background: transparent;
}
.l-hamburger span {
  width: 24px; height: 2px;
  background: var(--s700); border-radius: 2px;
  display: block; transition: var(--transition);
}

/* Mobile menu */
.l-nav-mobile {
  display: none;
  position: absolute; top: 68px; left: 0; right: 0;
  background: var(--white);
  border-top: 1px solid var(--s100);
  box-shadow: var(--shadow-lg);
  padding: 12px 20px 20px;
  flex-direction: column; gap: 4px;
  z-index: 99;
}
.l-nav-mobile.is-open { display: flex; }
.l-nav-mobile a {
  padding: 11px 14px; border-radius: var(--radius-sm);
  font-size: 15px; font-weight: 500; color: var(--s700);
}
.l-nav-mobile a:hover { background: var(--s050); }
.l-nav-mobile .l-nav-btn {
  margin-left: 0 !important; margin-top: 8px;
  text-align: center; display: block;
}

/* ═══════════════════════════════════════════════════════════════
   FLASH
═══════════════════════════════════════════════════════════════ */
.l-flash { padding: 13px 24px; text-align: center; font-size: 14px; }
.l-flash-success { background: var(--g100); color: var(--g900); border-bottom: 1px solid #a7f3d0; }
.l-flash-error   { background: #fef2f2; color: #b91c1c; border-bottom: 1px solid #fecaca; }

/* ═══════════════════════════════════════════════════════════════
   HERO — Split layout  text | visual
═══════════════════════════════════════════════════════════════ */
.l-hero {
  background: linear-gradient(135deg, var(--n800) 0%, var(--n900) 60%, #030d1a 100%);
  position: relative; overflow: hidden;
  padding: 80px 28px 88px;
}
/* Subtle dot-grid pattern overlay */
.l-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
/* Glow orbs */
.l-hero::after {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(26,109,181,.35) 0%, transparent 70%);
  top: -200px; right: -100px;
  pointer-events: none; border-radius: 50%;
}

.l-hero-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 460px;
  gap: 60px; align-items: center;
  position: relative; z-index: 1;
}

/* Left: text */
.l-hero-content { color: var(--white); }
.l-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9);
  padding: 6px 16px; border-radius: 40px;
  font-size: 12px; font-weight: 600;
  letter-spacing: .5px; text-transform: uppercase;
  margin-bottom: 24px;
}
.l-hero-badge::before { content: '●'; color: #34d399; font-size: 8px; }
.l-hero-title {
  font-size: 48px; font-weight: 800;
  line-height: 1.1; letter-spacing: -1.5px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #fff 60%, rgba(255,255,255,.7));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.l-hero-univ {
  font-size: 15px; color: rgba(255,255,255,.6);
  margin-bottom: 18px; font-weight: 500;
  letter-spacing: .3px;
}
.l-hero-desc {
  font-size: 15.5px; color: rgba(255,255,255,.72);
  line-height: 1.75; max-width: 500px;
  margin-bottom: 36px;
}
.l-hero-actions {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-bottom: 40px;
}
.l-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); color: var(--n800);
  padding: 14px 28px; border-radius: var(--radius-sm);
  font-weight: 700; font-size: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  transition: transform var(--transition), box-shadow var(--transition);
}
.l-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,.3); }
.l-btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--white);
  border: 1.5px solid rgba(255,255,255,.4);
  padding: 14px 28px; border-radius: var(--radius-sm);
  font-weight: 600; font-size: 15px;
  transition: background var(--transition), border-color var(--transition);
}
.l-btn-outline:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.7); }

/* Trust indicators */
.l-hero-trust {
  display: flex; gap: 24px; align-items: center;
  color: rgba(255,255,255,.55); font-size: 13px;
}
.l-hero-trust-item { display: flex; align-items: center; gap: 6px; }
.l-hero-trust-item::before { content: '✓'; color: #34d399; font-weight: 700; }

/* Right: visual — floating stat cards */
.l-hero-visual {
  position: relative;
  height: 440px;
  display: flex; align-items: center; justify-content: center;
}

/* University seal watermark in center */
.l-hv-seal {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.l-hv-seal img {
  width: 260px; height: 260px;
  object-fit: contain; opacity: .07;
  filter: brightness(0) invert(1);
}

/* Individual floating cards */
.l-hv-card {
  position: absolute;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-lg);
  padding: 22px 26px;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 48px rgba(0,0,0,.25);
  color: var(--white);
  text-align: left;
  min-width: 190px;
  transition: transform .4s ease;
}
.l-hv-card:hover { transform: translateY(-4px) !important; }

.l-hv-ico  { font-size: 22px; margin-bottom: 8px; }
.l-hv-num  { font-size: 32px; font-weight: 800; line-height: 1; }
.l-hv-lbl  { font-size: 12px; color: rgba(255,255,255,.65); margin-top: 4px; }

.l-hv-c1 { top: 20px; left: 20px; transform: rotate(-2deg); }
.l-hv-c2 {
  bottom: 60px; right: 10px; transform: rotate(1.5deg);
  background: rgba(5,150,105,.25); border-color: rgba(52,211,153,.3);
}
.l-hv-c3 {
  top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(-1deg);
  min-width: 210px; text-align: center;
  background: rgba(10,77,140,.5); border-color: rgba(255,255,255,.15);
}
.l-hv-c4 {
  bottom: 30px; left: 30px; transform: rotate(1deg);
  background: rgba(217,119,6,.2); border-color: rgba(251,191,36,.3);
  min-width: 170px;
}

/* Decorative ring */
.l-hv-ring {
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 380px; height: 380px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  top: 50%; transform: translate(-50%,-50%);
  pointer-events: none;
}
.l-hv-ring2 {
  position: absolute;
  width: 260px; height: 260px;
  border: 1px dashed rgba(255,255,255,.05);
  border-radius: 50%;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  pointer-events: none;
}

/* ═══════════════════════════════════════════════════════════════
   STATS BAR
═══════════════════════════════════════════════════════════════ */
.l-stats {
  background: var(--white);
  border-bottom: 1px solid var(--s300);
  padding: 0 28px;
}
.l-stats-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.l-stat {
  padding: 36px 24px; text-align: center;
  border-right: 1px solid var(--s100);
}
.l-stat:last-child { border-right: none; }
.l-stat-num {
  font-size: 40px; font-weight: 800;
  color: var(--n800); line-height: 1;
  letter-spacing: -1px;
}
.l-stat-lbl { font-size: 13px; color: var(--s500); margin-top: 6px; font-weight: 500; }

/* ═══════════════════════════════════════════════════════════════
   SECTION WRAPPER
═══════════════════════════════════════════════════════════════ */
.l-section { padding: 80px 28px; }
.l-section-alt { background: var(--s050); }
.l-wrap { max-width: 1160px; margin: 0 auto; }

.l-sec-head { text-align: center; margin-bottom: 48px; }
.l-sec-head h2 {
  font-size: 30px; font-weight: 800;
  color: var(--s900); letter-spacing: -.5px; margin-bottom: 10px;
}
.l-sec-head p { font-size: 15px; color: var(--s500); max-width: 540px; margin: 0 auto; }
.l-sec-head .l-pill {
  display: inline-block;
  background: var(--n050); color: var(--n700);
  padding: 4px 14px; border-radius: 40px;
  font-size: 12px; font-weight: 600;
  letter-spacing: .4px; text-transform: uppercase;
  margin-bottom: 12px;
}

/* ═══════════════════════════════════════════════════════════════
   ANNOUNCEMENT CARDS
═══════════════════════════════════════════════════════════════ */
.l-pg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 22px;
}
.l-pg-card {
  background: var(--white);
  border: 1px solid var(--s300);
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex; flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.l-pg-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--n500);
}
.l-pg-card-top {
  display: flex; gap: 8px; flex-wrap: wrap;
  align-items: center; margin-bottom: 14px;
}
.l-badge {
  display: inline-block;
  padding: 4px 11px; border-radius: 40px;
  font-size: 11.5px; font-weight: 600;
}
.l-badge-blue  { background: var(--n050); color: var(--n700); }
.l-badge-gray  { background: var(--s100); color: var(--s700); }
.l-badge-green { background: var(--g100); color: var(--g900); }
.l-badge-gold  { background: var(--a100); color: var(--a700); }
.l-pg-date { font-size: 12px; color: var(--s500); margin-left: auto; white-space: nowrap; }
.l-pg-title {
  font-size: 15.5px; font-weight: 700;
  color: var(--s900); line-height: 1.4; margin-bottom: 10px;
}
.l-pg-isi {
  font-size: 13.5px; color: var(--s500); line-height: 1.65; flex: 1;
  overflow: hidden; display: -webkit-box;
  -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}
.l-pg-footer {
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid var(--s100);
  display: flex; justify-content: flex-end;
}
.l-pg-unduh {
  font-size: 12.5px; color: var(--n700); font-weight: 600;
  display: inline-flex; align-items: center; gap: 4px;
  padding: 5px 12px; border-radius: var(--radius-sm);
  border: 1px solid var(--n100);
  background: var(--n050);
  transition: background var(--transition);
}
.l-pg-unduh:hover { background: var(--n100); }

.l-more { text-align: center; margin-top: 36px; }
.l-more a {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--n700); font-size: 14.5px; font-weight: 600;
  border: 1.5px solid var(--n500);
  padding: 11px 26px; border-radius: var(--radius-sm);
  transition: background var(--transition), color var(--transition);
}
.l-more a:hover { background: var(--n800); color: var(--white); border-color: var(--n800); }

/* Empty state */
.l-empty {
  text-align: center; padding: 56px 24px;
  background: var(--white); border: 1px solid var(--s300);
  border-radius: var(--radius-md);
  color: var(--s500);
}
.l-empty-ico { font-size: 40px; margin-bottom: 12px; }
.l-empty strong { display: block; font-size: 15px; color: var(--s700); margin-bottom: 6px; }

/* ═══════════════════════════════════════════════════════════════
   PERIOD TABLE
═══════════════════════════════════════════════════════════════ */
.l-tbl-wrap {
  border: 1px solid var(--s300); border-radius: var(--radius-md);
  overflow: hidden; background: var(--white);
  box-shadow: var(--shadow-sm);
}
.l-tbl { width: 100%; border-collapse: collapse; }
.l-tbl th {
  background: #f9fafb; padding: 13px 18px;
  text-align: left; font-size: 11.5px;
  text-transform: uppercase; letter-spacing: .05em;
  color: var(--s500); border-bottom: 1px solid var(--s300);
  white-space: nowrap;
}
.l-tbl td {
  padding: 16px 18px; border-bottom: 1px solid var(--s100);
  font-size: 14px; vertical-align: middle;
}
.l-tbl tr:last-child td { border-bottom: none; }
.l-tbl tr:hover td { background: var(--s050); }
.l-dana { font-weight: 700; color: var(--g500); }

.l-chip {
  display: inline-block; padding: 4px 12px;
  border-radius: 40px; font-size: 12px; font-weight: 700;
}
.l-chip-ok   { background: var(--g100); color: var(--g900); }
.l-chip-warn { background: var(--a100); color: var(--a700); }
.l-chip-red  { background: #fee2e2; color: #b91c1c; }

.l-daftar-btn {
  display: inline-block; background: var(--n800); color: var(--white);
  padding: 7px 18px; border-radius: var(--radius-sm);
  font-size: 13px; font-weight: 600;
  transition: background var(--transition);
}
.l-daftar-btn:hover { background: var(--n900); color: var(--white); }

/* ═══════════════════════════════════════════════════════════════
   STEPS
═══════════════════════════════════════════════════════════════ */
.l-steps-wrap { position: relative; }
.l-steps-line {
  position: absolute; top: 28px; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--n100), var(--n500), var(--n100));
  z-index: 0;
  margin: 0 80px;
}
.l-steps {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; position: relative; z-index: 1;
}
.l-step { text-align: center; padding: 0 12px; }
.l-step-num {
  width: 56px; height: 56px;
  background: var(--n800); color: var(--white);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(10,77,140,.35);
  border: 4px solid var(--white);
  position: relative;
}
.l-step-ttl {
  font-size: 14px; font-weight: 700;
  color: var(--s900); margin-bottom: 6px;
}
.l-step-txt { font-size: 12.5px; color: var(--s500); line-height: 1.55; }

/* ═══════════════════════════════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════════════════════════════ */
.l-cta {
  background: linear-gradient(135deg, var(--n700) 0%, var(--n900) 100%);
  padding: 80px 28px; text-align: center;
  position: relative; overflow: hidden;
}
.l-cta::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px;
}
.l-cta-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.l-cta h2 {
  font-size: 30px; font-weight: 800;
  color: var(--white); letter-spacing: -.5px; margin-bottom: 12px;
}
.l-cta p { font-size: 15px; color: rgba(255,255,255,.75); margin-bottom: 32px; }
.l-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); color: var(--n800);
  padding: 15px 36px; border-radius: var(--radius-sm);
  font-weight: 700; font-size: 15px;
  box-shadow: 0 8px 32px rgba(0,0,0,.3);
  transition: transform var(--transition), box-shadow var(--transition);
}
.l-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,.35); }

/* ═══════════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════════ */
.l-footer {
  background: var(--n900);
  border-top: 3px solid var(--n700);
  color: rgba(255,255,255,.65);
  padding: 60px 28px 0;
}
.l-footer-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
}

/* Brand column */
.l-ft-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.l-ft-logo { height: 36px; filter: brightness(0) invert(1); opacity: .8; }
.l-ft-name { font-size: 17px; font-weight: 700; color: var(--white); }
.l-ft-desc { font-size: 13px; line-height: 1.8; }
.l-ft-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.l-ft-badge {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.6); border-radius: 40px;
  padding: 4px 12px; font-size: 11px;
}

/* Link columns */
.l-ft-col-title {
  font-size: 12px; font-weight: 700; color: var(--white);
  text-transform: uppercase; letter-spacing: .06em;
  margin-bottom: 16px;
}
.l-ft-links { display: flex; flex-direction: column; gap: 10px; }
.l-ft-links a {
  font-size: 13.5px; color: rgba(255,255,255,.6);
  transition: color var(--transition);
  display: flex; align-items: center; gap: 6px;
}
.l-ft-links a:hover { color: var(--white); }

/* Copyright bar */
.l-ft-copy {
  max-width: 1160px; margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12.5px; color: rgba(255,255,255,.4);
  flex-wrap: wrap; gap: 8px;
}
.l-ft-copy a { color: rgba(255,255,255,.5); }
.l-ft-copy a:hover { color: var(--white); }

/* ═══════════════════════════════════════════════════════════════
   INFO PAGE
═══════════════════════════════════════════════════════════════ */
.l-page-hd {
  background: linear-gradient(135deg, var(--n800) 0%, var(--n900) 100%);
  padding: 52px 28px;
}
.l-page-hd-inner { max-width: 1160px; margin: 0 auto; }
.l-page-hd h1 { font-size: 30px; font-weight: 800; color: var(--white); margin-bottom: 6px; }
.l-page-hd p  { font-size: 14px; color: rgba(255,255,255,.7); }

.l-info-list { display: flex; flex-direction: column; gap: 22px; }
.l-info-card {
  background: var(--white); border: 1px solid var(--s300);
  border-radius: var(--radius-md); padding: 28px;
  transition: box-shadow var(--transition);
}
.l-info-card:hover { box-shadow: var(--shadow-md); }
.l-info-head {
  display: flex; justify-content: space-between;
  align-items: flex-start; gap: 16px; margin-bottom: 14px;
}
.l-info-title {
  font-size: 17px; font-weight: 700;
  color: var(--s900); margin-bottom: 8px; line-height: 1.35;
}
.l-info-meta { display: flex; gap: 7px; flex-wrap: wrap; align-items: center; }
.l-info-date { font-size: 12px; color: var(--s500); }
.l-info-isi {
  font-size: 14.5px; line-height: 1.8; color: var(--s700);
  white-space: pre-wrap; margin-top: 14px;
  padding-top: 14px; border-top: 1px solid var(--s100);
}
.l-unduh-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--n800); color: var(--white);
  padding: 8px 18px; border-radius: var(--radius-sm);
  font-size: 13px; font-weight: 600;
  flex-shrink: 0; white-space: nowrap;
  transition: background var(--transition);
}
.l-unduh-btn:hover { background: var(--n900); color: var(--white); }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .l-hero-inner { grid-template-columns: 1fr; }
  .l-hero-visual { display: none; }
  .l-hero { padding: 64px 28px 72px; text-align: center; }
  .l-hero-desc { margin-left: auto; margin-right: auto; }
  .l-hero-actions { justify-content: center; }
  .l-hero-trust { justify-content: center; }
  .l-footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .l-nav-links { display: none; }
  .l-hamburger { display: flex; }
  .l-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .l-stat { border-right: none; border-bottom: 1px solid var(--s100); }
  .l-stat:nth-child(odd) { border-right: 1px solid var(--s100); }
  .l-stat:nth-last-child(-n+2) { border-bottom: none; }
  .l-steps { grid-template-columns: 1fr 1fr; gap: 24px; }
  .l-steps-line { display: none; }
  .l-footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .l-ft-copy { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .l-hero-title { font-size: 32px; }
  .l-hero-desc  { font-size: 14px; }
  .l-btn-primary, .l-btn-outline { padding: 13px 22px; font-size: 14px; }
  .l-sec-head h2 { font-size: 24px; }
  .l-steps { grid-template-columns: 1fr; }
  .l-cta h2 { font-size: 24px; }
  .l-pg-grid { grid-template-columns: 1fr; }
  .l-info-head { flex-direction: column; }
  .l-unduh-btn { width: 100%; justify-content: center; }
}
