/* ============================================================
   RESET & VARIABLES
   ============================================================ */
:root{
  --bg:       #070e1a;
  --bg2:      #0c1a30;
  --text:     rgba(255,255,255,.92);
  --muted:    rgba(255,255,255,.65);
  --line:     rgba(255,255,255,.10);
  --card:     rgba(255,255,255,.06);
  --hover:    rgba(255,255,255,.10);

  --navy:     #102040;
  --blue:     #2563eb;
  --blue-l:   #60a5fa;
  --orange:   #f59e0b;
  --orange-l: #fbbf24;
  --green:    #22c55e;

  --r:  18px;
  --r2: 14px;
  --sh: 0 20px 50px rgba(0,0,0,.40);
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; font-size:16px; }

body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1100px 700px at 10% -5%, rgba(37,99,235,.22), transparent 55%),
    radial-gradient(900px 600px at 92% 8%,  rgba(245,158,11,.18), transparent 55%),
    var(--bg);
  min-height: 100vh;
}

a{ color:inherit; text-decoration:none; }
img{ width:100%; display:block; }
p{ line-height:1.65; }
h1,h2,h3{ line-height:1.15; }
button{ font-family:inherit; }

:focus-visible{
  outline:3px solid rgba(245,158,11,.5);
  outline-offset:2px;
  border-radius:10px;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.container{
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}
.small{ font-size:.9rem; }
.muted{ color:var(--muted); }
.mt{ margin-top:20px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:sticky; top:0; z-index:100;
  backdrop-filter:blur(14px);
  background:rgba(7,14,26,.60);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex; align-items:center;
  justify-content:space-between;
  padding:12px 0; gap:14px;
}

/* Brand */
.brand{
  display:flex; align-items:center;
  gap:12px; text-decoration:none;
}
.brand-logo{
  width:48px; height:48px;
  border-radius:16px;
  background:#fff;
  padding:4px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.20);
  box-shadow:0 8px 24px rgba(0,0,0,.28);
  flex-shrink:0;
}
.brand-text strong{ display:block; font-size:1rem; letter-spacing:.2px; }
.brand-text small{ display:block; color:var(--muted); font-size:.8rem; margin-top:2px; }

/* Nav */
.nav{ display:flex; align-items:center; gap:6px; }
.nav-link{
  padding:9px 12px;
  border-radius:12px;
  color:var(--muted);
  border:1px solid transparent;
  font-weight:500;
  transition:all .18s ease;
  white-space:nowrap;
}
.nav-link:hover{
  color:var(--text);
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.12);
}
.nav-link.active{
  color:var(--text);
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.16);
}

.nav-cta{
  display:inline-flex; align-items:center; gap:7px;
  padding:9px 14px;
  color:#040d1a;
  font-weight:800;
  border-radius:12px;
  border:0;
  background:linear-gradient(135deg, var(--orange) 0%, var(--blue) 100%);
  transition:filter .18s ease, transform .18s ease;
}
.nav-cta:hover{ filter:brightness(1.06); transform:translateY(-1px); }
.nav-cta svg{ flex-shrink:0; }

/* Hamburger */
.nav-toggle{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  cursor:pointer; padding:10px;
  flex-direction:column; justify-content:center; gap:5px;
}
.nav-toggle span{
  display:block; height:2px;
  background:rgba(255,255,255,.85);
  border-radius:8px;
  transition:all .2s ease;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px; padding:11px 18px;
  border-radius:12px;
  font-weight:700; font-size:.95rem;
  cursor:pointer; border:0;
  transition:all .18s ease;
  white-space:nowrap;
}
.btn.primary{
  color:#040d1a;
  background:linear-gradient(135deg, var(--orange) 0%, var(--blue) 100%);
}
.btn.primary:hover{ filter:brightness(1.06); transform:translateY(-2px); }

.btn.ghost{
  color:var(--text);
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.05);
}
.btn.ghost:hover{ background:rgba(255,255,255,.09); transform:translateY(-2px); }

.btn.wa{
  color:#fff;
  background:linear-gradient(135deg, #25d366, #128c7e);
  border:0;
}
.btn.wa:hover{ filter:brightness(1.06); transform:translateY(-2px); }

.btn.full{ width:100%; }

/* ============================================================
   LABELS / BADGES
   ============================================================ */
.label{
  display:inline-block;
  font-size:.82rem; font-weight:700;
  letter-spacing:1.2px; text-transform:uppercase;
  color:var(--orange-l);
  margin-bottom:8px;
}

.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:7px 14px;
  border-radius:999px;
  border:1px solid rgba(245,158,11,.30);
  background:rgba(245,158,11,.10);
  font-size:.88rem; font-weight:600;
  color:var(--orange-l);
  margin-bottom:16px;
}
.badge .dot{
  width:7px; height:7px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 3px rgba(34,197,94,.25);
  animation:pulse-dot 2s infinite;
}
@keyframes pulse-dot{
  0%,100%{ box-shadow:0 0 0 3px rgba(34,197,94,.25); }
  50%{ box-shadow:0 0 0 6px rgba(34,197,94,.12); }
}

/* ============================================================
   HERO
   ============================================================ */
.hero{ position:relative; padding:60px 0 30px; }
.hero-bg{
  position:absolute; inset:-120px 0 0 0; height:420px;
  background:
    radial-gradient(500px 260px at 10% 30%, rgba(37,99,235,.26), transparent 55%),
    radial-gradient(500px 280px at 75% 25%, rgba(245,158,11,.20), transparent 55%);
  z-index:-1; pointer-events:none;
}

.hero-inner{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px; align-items:center;
}

.hero-copy h1{
  font-size:clamp(2rem, 4vw, 3.2rem);
  letter-spacing:-.3px; margin-bottom:12px;
}
.hero-copy > p{ color:var(--muted); max-width:60ch; font-size:1.05rem; }

.hero-actions{
  display:flex; gap:10px; flex-wrap:wrap;
  margin-top:20px;
}

.contact-row{
  display:flex; gap:10px; flex-wrap:wrap;
  margin-top:20px;
}
.contact-chip{
  display:inline-flex; align-items:center; gap:7px;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  color:var(--muted); font-size:.92rem;
  transition:all .18s ease;
}
.contact-chip:hover{ color:var(--text); background:rgba(255,255,255,.08); }
.wa-chip{ border-color:rgba(37,211,102,.30); background:rgba(37,211,102,.08); color:#4ade80; }
.wa-chip:hover{ background:rgba(37,211,102,.15); color:#86efac; }
.email-chip{ border-color:rgba(96,165,250,.28); background:rgba(96,165,250,.08); color:#93c5fd; }
.email-chip:hover{ background:rgba(96,165,250,.14); }

.hero-addr{
  display:flex; align-items:flex-start; gap:6px;
  margin-top:12px; font-size:.88rem;
}
.hero-addr svg{ flex-shrink:0; margin-top:2px; }

/* Hero visual */
.hero-visual .media-card{
  border-radius:var(--r);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  box-shadow:var(--sh);
  background:rgba(255,255,255,.04);
}
.media-card img{ height:340px; object-fit:cover; }
.media-badge{
  display:flex; align-items:center; gap:8px;
  padding:12px 14px;
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(7,14,26,.75);
  font-weight:600; font-size:.92rem;
}

/* ============================================================
   SECTION
   ============================================================ */
.section{ padding:40px 0; }
.section.alt{
  background:linear-gradient(180deg, transparent, rgba(255,255,255,.025), transparent);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.section-head{ margin-bottom:22px; }
.section-head.center{ text-align:center; }
.section-head h2{ font-size:clamp(1.6rem, 2.5vw, 2.2rem); margin-bottom:6px; }

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:16px;
}

.service-card{
  border-radius:var(--r);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  overflow:hidden;
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}
.service-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,255,255,.20);
  background:rgba(255,255,255,.08);
}
.sc-img img{ height:170px; object-fit:cover; }
.sc-body{ padding:16px; }
.sc-icon{
  width:42px; height:42px;
  border-radius:12px;
  display:grid; place-items:center;
  margin-bottom:10px;
}
.sc-icon.sw{ background:rgba(37,99,235,.20); color:#93c5fd; }
.sc-icon.hw{ background:rgba(245,158,11,.20); color:#fbbf24; }
.sc-icon.cc{ background:rgba(239,68,68,.18); color:#fca5a5; }
.sc-icon.sh{ background:rgba(34,197,94,.18); color:#86efac; }
.sc-body h3{ font-size:1.05rem; margin-bottom:6px; }
.sc-body p{ color:var(--muted); font-size:.9rem; }

/* ============================================================
   WHY SECTION
   ============================================================ */
.why-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px; align-items:center;
}
.why-split h2{ font-size:clamp(1.55rem,2.4vw,2.1rem); margin-bottom:14px; }

.why-list{
  list-style:none; display:flex; flex-direction:column; gap:10px;
  margin-bottom:20px;
}
.why-list li{
  display:flex; align-items:flex-start; gap:10px;
  color:var(--muted); font-size:.97rem;
}
.why-icon{
  flex-shrink:0;
  width:22px; height:22px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--orange), var(--blue));
  color:#040d1a;
  font-size:.75rem; font-weight:900;
  display:grid; place-items:center;
}
.cta-row{ display:flex; gap:10px; flex-wrap:wrap; }

.why-img{ position:relative; }
.why-img img{
  border-radius:var(--r);
  height:360px; object-fit:cover;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--sh);
}
.why-badge{
  position:absolute; bottom:16px; left:16px;
  display:flex; flex-direction:column; gap:2px;
  padding:12px 16px;
  border-radius:14px;
  background:rgba(7,14,26,.85);
  border:1px solid rgba(245,158,11,.35);
  backdrop-filter:blur(8px);
}
.why-badge strong{ color:var(--orange-l); font-size:1.1rem; }
.why-badge span{ color:var(--muted); font-size:.82rem; }

/* ============================================================
   CONTACT CARDS
   ============================================================ */
.contact-cards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}
.ccard{
  display:flex; align-items:flex-start; gap:14px;
  padding:20px;
  border-radius:var(--r);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  transition:all .2s ease;
}
.ccard:hover{ transform:translateY(-4px); border-color:rgba(255,255,255,.20); }

.ccard-icon{
  width:52px; height:52px; flex-shrink:0;
  border-radius:14px;
  display:grid; place-items:center;
}
.wa-card .ccard-icon{ background:rgba(37,211,102,.18); color:#4ade80; }
.wa-card{ border-color:rgba(37,211,102,.20); }
.wa-card:hover{ border-color:rgba(37,211,102,.40); background:rgba(37,211,102,.06); }

.email-card .ccard-icon{ background:rgba(96,165,250,.18); color:#93c5fd; }
.email-card{ border-color:rgba(96,165,250,.20); }
.email-card:hover{ border-color:rgba(96,165,250,.38); background:rgba(96,165,250,.06); }

.maps-card .ccard-icon{ background:rgba(245,158,11,.18); color:#fbbf24; }
.maps-card{ border-color:rgba(245,158,11,.20); }
.maps-card:hover{ border-color:rgba(245,158,11,.38); background:rgba(245,158,11,.06); }

.ccard div strong{ display:block; font-size:1rem; margin-bottom:4px; }
.ccard div p{ color:var(--muted); font-size:.88rem; margin:0 0 6px; }
.ccard-action{ font-size:.85rem; font-weight:600; color:var(--orange-l); }

/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero{
  padding:36px 0 16px;
  border-bottom:1px solid var(--line);
}
.page-hero h1{ font-size:clamp(1.8rem,3vw,2.6rem); margin-bottom:6px; }
.page-hero p{ color:var(--muted); }

/* ============================================================
   IZIN USAHA
   ============================================================ */
.izin-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px; margin-bottom:28px;
}

.izin-card{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  border-radius:var(--r);
  padding:22px;
}
.izin-card-head{
  display:flex; align-items:center; gap:12px;
  margin-bottom:16px;
}
.izin-card-head h2{ font-size:1.25rem; margin:0; }

.izin-icon{
  width:44px; height:44px; flex-shrink:0;
  border-radius:12px;
  display:grid; place-items:center;
}
.izin-icon.blue{ background:rgba(37,99,235,.20); color:#93c5fd; }
.izin-icon.orange{ background:rgba(245,158,11,.20); color:#fbbf24; }

.izin-table{ display:flex; flex-direction:column; gap:0; }
.izin-row{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:12px; padding:10px 0;
  border-top:1px solid rgba(255,255,255,.08);
  font-size:.94rem;
}
.izin-row:first-child{ border-top:0; padding-top:0; }
.ik{ color:var(--muted); }
.iv a{ color:#93c5fd; text-decoration:underline; text-underline-offset:3px; }

.wa-link{
  display:inline-flex; align-items:center; gap:6px;
  color:#4ade80 !important;
  font-weight:600;
}
.wa-link:hover{ color:#86efac !important; }

.placeholder-val{
  color:var(--muted);
  font-style:italic; opacity:.8;
}

.badge-pkp{
  display:inline-flex; align-items:center; gap:6px;
  padding:5px 12px;
  border-radius:999px;
  background:rgba(34,197,94,.15);
  border:1px solid rgba(34,197,94,.30);
  color:#86efac; font-weight:700; font-size:.88rem;
}

.izin-note{
  display:flex; align-items:flex-start; gap:8px;
  margin-top:16px; padding:12px;
  border-radius:12px;
  background:rgba(37,99,235,.08);
  border:1px solid rgba(37,99,235,.20);
  color:var(--muted); font-size:.88rem;
}

/* Galeri izin */
.izin-gallery-wrap{ margin-bottom:24px; }
.izin-gallery-wrap h2{ font-size:1.4rem; margin-bottom:14px; }
.izin-gallery{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
}
.ig-item{
  border-radius:var(--r2);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
}
.ig-item img{ height:175px; object-fit:cover; }
.ig-label{
  padding:10px 12px;
  border-top:1px solid rgba(255,255,255,.08);
  color:var(--muted); font-size:.88rem;
  background:rgba(255,255,255,.03);
}

/* Izin kontak strip */
.izin-contact{
  display:flex; align-items:center;
  justify-content:space-between; gap:16px; flex-wrap:wrap;
  padding:20px 24px;
  border-radius:var(--r);
  border:1px solid rgba(245,158,11,.25);
  background:
    radial-gradient(600px 200px at 10% 50%, rgba(245,158,11,.10), transparent 55%),
    rgba(255,255,255,.04);
}
.izin-contact p{ font-size:1.05rem; font-weight:600; margin:0; }

/* ============================================================
   CONTOH PROGRAM
   ============================================================ */
.prog-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px; margin-bottom:28px;
}

.prog-card{
  border-radius:var(--r);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  overflow:hidden;
  transition:all .2s ease;
}
.prog-card:hover{
  transform:translateY(-5px);
  border-color:rgba(245,158,11,.35);
  box-shadow:0 16px 40px rgba(0,0,0,.28);
}

.prog-img{ position:relative; }
.prog-img img{ height:195px; object-fit:cover; }
.prog-tag{
  position:absolute; top:12px; left:12px;
  padding:5px 12px;
  border-radius:999px;
  background:rgba(7,14,26,.80);
  border:1px solid rgba(255,255,255,.18);
  font-size:.8rem; font-weight:700;
  backdrop-filter:blur(6px);
  color:var(--orange-l);
}

.prog-body{ padding:16px; }
.prog-body h3{ font-size:1.05rem; margin-bottom:6px; }
.prog-body p{ color:var(--muted); font-size:.9rem; margin-bottom:14px; }

/* CTA strip */
.prog-cta{
  display:flex; align-items:center;
  justify-content:space-between; gap:20px; flex-wrap:wrap;
  padding:24px 28px;
  border-radius:var(--r);
  border:1px solid rgba(245,158,11,.25);
  background:
    radial-gradient(700px 250px at 5% 50%, rgba(245,158,11,.10), transparent 55%),
    radial-gradient(700px 250px at 90% 50%, rgba(37,99,235,.10), transparent 55%),
    rgba(255,255,255,.04);
}
.prog-cta-text h2{ font-size:1.3rem; margin-bottom:6px; }
.prog-cta-text p{ color:var(--muted); font-size:.92rem; max-width:54ch; margin:0; }

/* ============================================================
   MODAL
   ============================================================ */
.modal{ position:fixed; inset:0; display:none; z-index:200; }
.modal[aria-hidden="false"]{ display:block; }
.modal-backdrop{
  position:absolute; inset:0;
  background:rgba(0,0,0,.65);
  backdrop-filter:blur(3px);
}

.modal-dialog{
  position:relative;
  width:min(700px, calc(100% - 24px));
  margin:5vh auto;
  border-radius:var(--r);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(9,18,34,.95);
  box-shadow:var(--sh);
  max-height:90vh; overflow-y:auto;
}
.modal-head{
  display:flex; align-items:center;
  justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.10);
  position:sticky; top:0;
  background:rgba(9,18,34,.98);
  z-index:2;
}
.modal-head strong{ font-size:1.05rem; }
.icon-btn{
  width:38px; height:38px; border-radius:10px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  color:var(--text); cursor:pointer; font-size:1rem;
}
.modal-body{ padding:16px; }

/* Demo inner */
.demo{
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--r2);
  background:rgba(255,255,255,.04);
  padding:16px;
}
.demo h3{ margin-bottom:4px; font-size:1.1rem; }
.demo > p{ color:var(--muted); font-size:.9rem; margin-bottom:14px; }

.field{ display:grid; gap:6px; margin-bottom:12px; }
.field label{ font-size:.88rem; color:var(--muted); }
.input{
  width:100%; padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:var(--text); font-family:inherit;
  outline:none;
}
.input:focus{ border-color:rgba(245,158,11,.40); }
select.input{ cursor:pointer; }

.row3{ display:grid; grid-template-columns:1fr 140px 1fr; gap:10px; }

.result-box{
  font-family:ui-monospace,Menlo,Monaco,Consolas,"Courier New",monospace;
  font-size:.95rem;
  color:rgba(255,255,255,.90);
  background:rgba(0,0,0,.30);
  border:1px solid rgba(255,255,255,.10);
  padding:12px;
  border-radius:12px;
  word-break:break-all;
  min-height:42px;
}
.result-box.success{ border-color:rgba(34,197,94,.30); }

.todo-item{
  display:flex; align-items:center;
  justify-content:space-between; gap:10px;
  padding:10px 12px; margin-top:8px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  font-size:.92rem;
}
.todo-item.done > span{ text-decoration:line-through; color:var(--muted); }
.todo-actions{ display:flex; gap:6px; }
.todo-btn{
  padding:6px 10px; border-radius:9px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--text); cursor:pointer; font-size:.82rem;
}
.todo-btn.done-btn{ border-color:rgba(34,197,94,.30); color:#86efac; }
.todo-btn.del-btn{ border-color:rgba(239,68,68,.28); color:#fca5a5; }

.pw-opts{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-bottom:12px;
}
.pw-opt{
  display:flex; align-items:center; gap:6px;
  font-size:.88rem; color:var(--muted); cursor:pointer;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{
  border-top:1px solid var(--line);
  background:rgba(0,0,0,.12);
  margin-top:20px;
}
.footer-inner{
  display:flex; justify-content:space-between;
  align-items:flex-start; gap:20px;
  padding:28px 0;
}

.footer-brand{
  display:flex; align-items:flex-start;
  gap:14px; max-width:320px;
}
.footer-logo{
  width:52px; height:52px; flex-shrink:0;
  border-radius:16px; background:#fff;
  padding:4px; border:1px solid rgba(255,255,255,.18);
  box-shadow:0 6px 18px rgba(0,0,0,.25);
}
.footer-brand strong{ display:block; font-size:1rem; margin-bottom:4px; }
.footer-brand p{ margin:3px 0; }

.footer-cols{
  display:flex; gap:36px;
}
.footer-cols > div{
  display:flex; flex-direction:column; gap:8px;
}
.footer-heading{
  font-size:.8rem; font-weight:700;
  text-transform:uppercase; letter-spacing:1px;
  color:var(--muted); margin-bottom:4px;
}
.footer-cols a{
  color:var(--muted); font-size:.92rem;
  transition:color .15s ease;
}
.footer-cols a:hover{ color:var(--text); }

.footer-bottom{
  border-top:1px solid var(--line);
  padding:14px 0;
  display:flex;
}
.footer-bottom .container{
  display:flex; justify-content:space-between;
  align-items:center; gap:10px; flex-wrap:wrap;
}
.footer-bottom p{ font-size:.88rem; color:var(--muted); }

/* ============================================================
   WA FLOAT BUTTON
   ============================================================ */
.wa-float{
  position:fixed;
  bottom:24px; right:24px;
  z-index:150;
  width:60px; height:60px;
  border-radius:50%;
  background:linear-gradient(135deg, #25d366, #128c7e);
  display:grid; place-items:center;
  color:#fff;
  box-shadow:0 8px 28px rgba(37,211,102,.45);
  transition:transform .2s ease, box-shadow .2s ease;
}
.wa-float:hover{
  transform:scale(1.08) translateY(-2px);
  box-shadow:0 12px 36px rgba(37,211,102,.55);
}

.wa-pulse{
  position:absolute;
  width:60px; height:60px;
  border-radius:50%;
  background:rgba(37,211,102,.35);
  animation:wa-ring 2.2s infinite;
}
@keyframes wa-ring{
  0%{ transform:scale(1); opacity:.8; }
  100%{ transform:scale(1.85); opacity:0; }
}

/* ============================================================
   AOS (mini scroll reveal)
   ============================================================ */
[data-aos]{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .55s ease, transform .55s ease;
}
[data-aos].visible{
  opacity:1;
  transform:translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1024px){
  .services-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
  .contact-cards{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}

@media (max-width:860px){
  .hero-inner{ grid-template-columns:1fr; }
  .media-card img{ height:250px; }
  .why-split{ grid-template-columns:1fr; }
  .why-img img{ height:280px; }
  .izin-grid{ grid-template-columns:1fr; }
  .prog-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}

@media (max-width:640px){
  .nav-toggle{ display:flex; }

  .nav{
    position:fixed;
    top:68px; right:14px;
    width:min(320px, calc(100% - 28px));
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    display:none;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(8,18,36,.96);
    border-radius:16px;
    padding:10px;
    box-shadow:var(--sh);
    max-height:calc(100vh - 84px);
    overflow-y:auto;
  }
  .nav[data-open="true"]{ display:flex; }
  .nav-link{ width:100%; border-radius:12px; }
  .nav-cta{ justify-content:center; }

  .brand-text small{ display:none; }

  .services-grid{ grid-template-columns:1fr; }
  .contact-cards{ grid-template-columns:1fr; }
  .izin-gallery{ grid-template-columns:1fr; }
  .prog-grid{ grid-template-columns:1fr; }
  .footer-inner{ flex-direction:column; }
  .footer-brand{ max-width:100%; }
  .footer-cols{ flex-wrap:wrap; gap:20px; }
  .footer-bottom .container{ flex-direction:column; text-align:center; }

  .prog-cta{ flex-direction:column; align-items:flex-start; }
  .izin-contact{ flex-direction:column; }

  .row3{ grid-template-columns:1fr; }

  .hero-actions .btn{ flex:1 1 calc(50% - 5px); }
}

@media (max-width:420px){
  .hero{ padding-top:44px; }
  .hero-actions .btn{ flex:1 1 100%; }
  .cta-row .btn{ flex:1 1 100%; }
  .contact-row{ flex-direction:column; }
  .contact-chip{ justify-content:center; }
  .izin-row{ grid-template-columns:1fr; gap:4px; }
  .ik{ font-size:.82rem; }
}