/* =========================================================
   Koperasi Kariah Masjid Abu Al-Darda' Nilai Impian Berhad
   Design system — brand colours taken from the KMAAD logo
   (gold star/roof, deep bronze, cream, mosque-green accent)
   ========================================================= */

@import url("https://api.fontshare.com/v2/css?f[]=general-sans@500,600,700&display=swap");

:root {
  --gold: #b6862c;
  --gold-dark: #8f6a1f;
  --gold-light: #e8d19b;
  --bronze: #4a3a1f;
  --green: #0b5d3b;
  --green-dark: #073d27;
  --cream: #faf6ec;
  --cream-2: #f2ead6;
  --ink: #241d12;
  --ink-soft: #4a4032;
  --white: #ffffff;
  --danger: #a3291c;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(36, 29, 18, 0.09);
  --shadow-sm: 0 3px 10px rgba(36, 29, 18, 0.08);
  --max-width: 1180px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Fasa 2 — premium design tokens (additive, existing tokens above unchanged) */
  --ink-deep: #14100a;
  --font-display: "General Sans", var(--font);
  --gold-foil: linear-gradient(120deg, #e8d19b, #b6862c, #8f6a1f);
  --glass-bg: rgba(255, 255, 255, 0.06);
  --glass-border: rgba(255, 255, 255, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2, h3, h4 {
  font-family: var(--font);
  color: var(--green-dark);
  line-height: 1.25;
  margin: 0 0 .6em;
}
h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); font-family: var(--font-display); font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }

.eyebrow {
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--gold-dark);
  background: var(--gold-light);
  padding: .35em .9em;
  border-radius: 999px;
  margin-bottom: .9em;
}

.lead { font-size: 1.1rem; color: var(--ink-soft); }

/* Skip link */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--green-dark); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 246, 236, .96);
  backdrop-filter: saturate(150%) blur(6px);
  border-bottom: 1px solid var(--cream-2);
}
.site-header .inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 20px; max-width: var(--max-width); margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 46px; height: auto; }
.brand .name { line-height: 1.15; }
.brand .name strong { display: block; font-size: 1rem; color: var(--green-dark); }
.brand .name span { display: block; font-size: .72rem; color: var(--ink-soft); }

.nav-toggle {
  display: none;
  background: none; border: 1px solid var(--gold); border-radius: 8px;
  width: 42px; height: 38px; cursor: pointer; color: var(--green-dark);
}

.main-nav ul {
  display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap;
}
.main-nav a {
  text-decoration: none; font-weight: 600; font-size: .93rem; color: var(--ink);
  padding: 10px 12px; border-radius: 8px; display: block;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--green-dark); background: var(--cream-2); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch {
  display: flex; gap: 4px; font-size: .8rem; font-weight: 700;
}
.lang-switch a {
  padding: 5px 9px; border-radius: 7px; text-decoration: none; border: 1px solid var(--gold-light);
  color: var(--ink-soft);
}
.lang-switch a[aria-current="true"] { background: var(--green-dark); color: #fff; border-color: var(--green-dark); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 24px; border-radius: 999px; font-weight: 700; font-size: .95rem;
  text-decoration: none; border: 2px solid transparent; cursor: pointer;
  min-height: 44px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn-primary { background: var(--green-dark); color: #fff; }
.btn-primary:hover { background: var(--green); box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-dark); box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.btn-outline { background: transparent; border-color: var(--green-dark); color: var(--green-dark); }
.btn-outline:hover { background: var(--green-dark); color: #fff; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(182,134,44,.18), transparent 60%),
    linear-gradient(160deg, var(--green-dark) 0%, var(--green) 55%, #0e6b45 100%);
  color: #fff;
  padding: 76px 0 90px;
}
.hero .container { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.hero h1 { color: #fff; }
.hero .lead { color: rgba(255,255,255,.88); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 1.6em; }
.hero-badge {
  display: inline-flex; gap: 8px; align-items: center; background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25); padding: 7px 14px; border-radius: 999px;
  font-size: .82rem; margin-bottom: 1.1em;
}
.hero-emblem {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22);
  border-radius: 22px; padding: 26px; text-align: center; backdrop-filter: blur(4px);
}
.hero-emblem img { width: 180px; margin: 0 auto 10px; }
.hero-emblem .reg { font-size: .78rem; color: rgba(255,255,255,.8); }
.hero-stats { display: flex; gap: 22px; margin-top: 22px; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-size: 1.5rem; color: #fff; }
.hero-stats div span { font-size: .78rem; color: rgba(255,255,255,.78); }

.wave {
  display: block; width: 100%; height: 60px; margin-top: -2px;
}

/* ---------- Sections ---------- */
section { padding: 64px 0; }
.section-tight { padding: 40px 0; }
.section-alt { background: var(--white); }
.section-green { background: var(--green-dark); color: #fff; }
.section-green h2 { color: #fff; }
.section-head { max-width: 700px; margin-bottom: 2.2em; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* Grids & cards */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff; border: 1px solid var(--cream-2); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow-sm);
}
.card .icon {
  width: 48px; height: 48px; border-radius: 12px; background: var(--cream-2);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
  font-size: 1.4rem;
}
.card .amount { font-weight: 800; color: var(--gold-dark); font-size: 1.05rem; margin-top: .4em; }

.stat-card { text-align: center; padding: 22px; }
.stat-card strong { display: block; font-size: 2rem; color: var(--green-dark); }
.stat-card span { font-size: .85rem; color: var(--ink-soft); }

.list-check { list-style: none; padding: 0; margin: 0; }
.list-check li { position: relative; padding-left: 30px; margin-bottom: .7em; }
.list-check li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: var(--green);
  font-weight: 800; background: var(--cream-2); width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: .72rem;
}

.timeline { display: grid; gap: 18px; }
.timeline .step {
  display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: flex-start;
}
.timeline .step .num {
  width: 44px; height: 44px; border-radius: 50%; background: var(--green-dark); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800;
}

table.data-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; }
table.data-table th, table.data-table td { padding: 12px 14px; border-bottom: 1px solid var(--cream-2); text-align: left; font-size: .92rem; }
table.data-table th { background: var(--green-dark); color: #fff; font-weight: 700; }
table.data-table tr:last-child td { border-bottom: none; }

.badge-row { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.badge-row img { width: 130px; border-radius: 10px; border: 1px solid var(--cream-2); box-shadow: var(--shadow-sm); }

.org-chart { display: grid; gap: 14px; text-align: center; }
.org-chart .top { max-width: 260px; margin: 0 auto; }
.org-chart .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 560px; margin: 0 auto; }
.org-chart .row-units { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 10px; }
.org-chart .person {
  background: #fff; border: 1px solid var(--cream-2); border-radius: 10px; padding: 12px 10px; box-shadow: var(--shadow-sm);
  font-size: .88rem;
}
.org-chart .person strong { display: block; color: var(--green-dark); }
.org-chart .role { color: var(--gold-dark); font-size: .78rem; font-weight: 700; }

/* ---------- Forms ---------- */
.form-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px;
  border: 1px solid var(--cream-2);
}
fieldset { border: 1px solid var(--cream-2); border-radius: 10px; padding: 18px; margin: 0 0 22px; }
legend { font-weight: 700; color: var(--green-dark); padding: 0 8px; }
.form-row { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; margin-bottom: 4px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; }
.field .hint { font-size: .78rem; color: var(--ink-soft); margin-top: 4px; }
input, select, textarea {
  width: 100%; padding: 12px 14px; border-radius: 9px; border: 1px solid #ddd2b8;
  font-family: var(--font); font-size: .95rem; background: #fffdf8;
}
input:focus, select:focus, textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.checkbox-row { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; }
.checkbox-row input { width: auto; margin-top: 3px; }
.form-msg { padding: 12px 16px; border-radius: 9px; margin-bottom: 16px; font-size: .9rem; display: none; }
.form-msg.ok { display: block; background: #e5f3ea; color: var(--green-dark); border: 1px solid #bfe3cc; }
.form-msg.err { display: block; background: #fbe9e7; color: var(--danger); border: 1px solid #f0c4bd; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bronze); color: #f3ead4; padding: 54px 0 22px; }
.site-footer h4 { color: #fff; font-size: .95rem; letter-spacing: .03em; }
.site-footer a { text-decoration: none; color: #e4d8b6; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: .55em; font-size: .9rem; }
.footer-bottom {
  margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .8rem; color: #cfc09a;
}
.footer-brand { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.footer-brand img { width: 44px; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { font-size: .82rem; color: var(--ink-soft); margin-bottom: 18px; }
.breadcrumb a { color: var(--green); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(120deg, var(--gold-dark), var(--gold));
  color: #fff; border-radius: 20px; padding: 44px; text-align: center;
}
.cta-banner h2 { color: #fff; }

/* ---------- Fasa 2: Motion toggle ---------- */
.motion-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid rgba(182,134,44,.35); border-radius: 999px;
  background: transparent; padding: 6px 10px; cursor: pointer;
  min-height: 32px;
}
.motion-toggle .track {
  position: relative; width: 30px; height: 18px; border-radius: 999px; background: #e7dcc4; flex: none;
}
.motion-toggle .knob {
  position: absolute; top: 2px; left: 2px; width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold); transform: translateX(0); transition: transform .25s cubic-bezier(.22,1,.36,1), background .25s ease;
}
.motion-toggle[aria-pressed="true"] .knob { background: var(--green-dark); transform: translateX(12px); }
.motion-toggle .label { font-size: .74rem; font-weight: 700; color: var(--ink-soft); }

/* ---------- Fasa 2: Living Emblem (hero 3D slot) ---------- */
.living-emblem-wrap { display: flex; align-items: center; justify-content: center; }
.living-emblem {
  width: 100%; max-width: 380px; aspect-ratio: 1 / 1; margin: 0 auto;
  position: relative;
}
.living-emblem canvas { display: block; width: 100% !important; height: 100% !important; }
.living-emblem.is-fallback {
  display: flex; align-items: center; justify-content: center;
}
.living-emblem.is-fallback img {
  width: 62%; filter: drop-shadow(0 18px 30px rgba(182,134,44,.28));
}

/* ---------- Fasa 2: Trust strip + certificate modal ---------- */
.trust-cert-btn {
  cursor: pointer; border: 1px solid var(--cream-2); background: #fff;
  font: inherit; text-align: center; width: 100%;
}
.trust-cert-btn:hover { border-color: var(--gold); box-shadow: var(--shadow); }
.cert-modal-backdrop {
  position: fixed; inset: 0; z-index: 200; background: rgba(20,16,10,.55);
  backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 24px;
}
.cert-modal-backdrop.open { display: flex; }
.cert-modal {
  max-width: 460px; width: 100%; max-height: 90vh; overflow-y: auto;
  background: rgba(255,255,255,.97); border: 1px solid rgba(182,134,44,.3);
  border-radius: 22px; padding: 32px; position: relative;
}
.cert-modal-close {
  position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(182,134,44,.3); background: var(--cream); cursor: pointer; font-size: 1.1rem; line-height: 1;
}
.cert-modal-canvas-box {
  width: 100%; min-height: 220px; border-radius: 14px; border: 1px solid rgba(182,134,44,.3);
  margin-bottom: 18px; background: #fff; display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.cert-modal-canvas-box canvas { width: 100%; height: auto; display: block; }
.cert-modal-status { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: .85rem; color: var(--ink-soft); text-align: center; padding: 12px; }

/* ---------- Fasa 2: Visi/Misi foil-chip grid ---------- */
.visi-grid .card { display: flex; flex-direction: column; gap: 10px; }
.foil-chip { width: 36px; height: 36px; border-radius: 10px; margin-bottom: 4px; }

/* ---------- Fasa 2: Services count-up grid + total assembly ---------- */
.services-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.svc-card { text-align: center; }
.svc-card .svc-label { font-size: .74rem; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-soft); font-weight: 700; }
.svc-card .svc-amount { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--gold-dark); margin-top: .3em; }
.total-assembly {
  background: var(--ink-deep); border-radius: 24px; padding: 44px; text-align: center; color: #fff; margin-top: 22px;
}
.total-assembly .eyebrow-dark { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6); font-weight: 700; }
.total-assembly .total-figure {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(2.4rem, 6vw, 3.5rem);
  background: var(--gold-foil); -webkit-background-clip: text; background-clip: text; color: transparent; margin: .2em 0;
}
.total-assembly .total-sub { font-size: .85rem; color: rgba(255,255,255,.65); }

/* ---------- Fasa 2: Animated rate table ---------- */
.rate-table-anim { display: grid; gap: 10px; }
.rate-table-anim .rate-head {
  display: grid; grid-template-columns: 1.4fr 1fr 1.6fr; gap: 10px; padding: 10px 16px;
  background: rgba(7,61,39,.06); border-radius: 10px; font-size: .78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .03em; color: var(--green-dark);
}
.rate-row {
  display: grid; grid-template-columns: 1.4fr 1fr 1.6fr; gap: 10px; align-items: center;
  padding: 14px 16px; background: #fff; border: 1px solid var(--cream-2); border-radius: 10px;
}
.rate-row .rate-name strong { display: block; color: var(--ink); }
.rate-row .rate-name span { font-size: .78rem; color: var(--ink-soft); }
.rate-row .rate-amount { font-family: var(--font-display); font-weight: 700; color: var(--gold-dark); }
.rate-bar-track { height: 10px; background: rgba(182,134,44,.12); border-radius: 999px; overflow: hidden; }
.rate-bar-fill { height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--gold-dark), var(--gold)); transition: width 1s cubic-bezier(.22,1,.36,1); }

/* ---------- Fasa 2: Membership wizard ---------- */
.wizard-head { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; flex-wrap: wrap; }
.wizard-ring {
  width: 66px; height: 66px; border-radius: 50%; flex: none;
  background: conic-gradient(var(--green-dark) 0%, rgba(182,134,44,.15) 0);
  display: flex; align-items: center; justify-content: center;
}
.wizard-ring .inner {
  width: 52px; height: 52px; border-radius: 50%; background: #fff; display: flex;
  align-items: center; justify-content: center; font-weight: 800; font-size: .82rem; color: var(--green-dark);
}
.wizard-head .wizard-titles strong { display: block; font-size: 1.05rem; color: var(--green-dark); }
.wizard-head .wizard-titles span { font-size: .82rem; color: var(--ink-soft); }
.wizard-step { display: none; }
.wizard-step.active { display: block; }
.wizard-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.wizard-nav .btn { min-width: 130px; justify-content: center; }

.payment-choice { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.payment-pill {
  border: 2px solid var(--cream-2); background: #fff; border-radius: 999px; padding: 10px 18px;
  font-weight: 700; font-size: .88rem; cursor: pointer; color: var(--ink-soft); min-height: 44px;
}
.payment-pill[aria-pressed="true"] { border-color: var(--green-dark); background: var(--green-dark); color: #fff; }
.payment-panel { display: none; }
.payment-panel.active { display: block; }
.bayarcash-box {
  border: 1px dashed var(--gold); border-radius: 12px; padding: 18px; text-align: center; background: var(--cream-2);
}
.bayarcash-box.is-paid { border-style: solid; border-color: var(--green); background: #e5f3ea; }

.file-field { margin-bottom: 14px; }
.file-field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; }
.file-field .file-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.file-field input[type="file"] { width: auto; flex: 1; min-width: 200px; min-height: 44px; padding: 8px 10px; }
.file-field .file-name { font-size: .82rem; color: var(--ink-soft); }

.review-list { display: grid; gap: 8px; margin-bottom: 20px; }
.review-list .row { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--cream-2); font-size: .9rem; }
.review-list .row span:first-child { color: var(--ink-soft); }
.review-list .row span:last-child { font-weight: 700; text-align: right; }

.wizard-success { text-align: center; padding: 30px 10px; }
.wizard-success .badge-check {
  width: 60px; height: 60px; border-radius: 50%; background: var(--green-dark); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 16px;
}

/* ---------- Fasa 2: Gold-sweep CTA ---------- */
@keyframes goldSweep { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
.cta-gold-sweep {
  background-color: var(--ink-deep);
  background-image: linear-gradient(100deg, var(--ink-deep) 40%, rgba(182,134,44,.35) 50%, var(--ink-deep) 60%);
  background-size: 250% 100%;
  animation: goldSweep 6s linear infinite;
}
@media (prefers-reduced-motion: reduce) { .cta-gold-sweep { animation: none; } }
.cta-gold-sweep.motion-off { animation: none; background-image: none; }

/* ---------- Utilities ---------- */
.mt-0{margin-top:0} .mb-0{margin-bottom:0}
.text-center{text-align:center}
.small{font-size:.85rem;color:var(--ink-soft)}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-emblem { justify-self: start; max-width: 260px; }
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .org-chart .row-2, .org-chart .row-units { grid-template-columns: 1fr; }
  .living-emblem { max-width: 240px; }
  .services-grid-5 { grid-template-columns: repeat(3, 1fr); }
  .rate-table-anim .rate-head { display: none; }
  .rate-row { grid-template-columns: 1fr; gap: 8px; }
  .rate-row .rate-amount { order: -1; }
}
@media (max-width: 640px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .header-actions .btn-gold { display: none; }
  .header-actions .motion-toggle .label { display: none; }
  .brand .name span { display: none; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--cream);
    border-bottom: 1px solid var(--cream-2); box-shadow: var(--shadow);
    display: none;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; padding: 10px 16px 16px; }
  .header-actions { gap: 8px; }
  .grid-3, .grid-4, .grid-2, .form-row { grid-template-columns: 1fr; }
  section { padding: 44px 0; }
  .hero { padding: 50px 0 60px; }
  .footer-grid { grid-template-columns: 1fr; }

  /* Fasa 2 components: 1 column, stacked hero, lighter emblem */
  .living-emblem { max-width: 200px; }
  .visi-grid.grid-4 { grid-template-columns: 1fr; }
  .services-grid-5 { grid-template-columns: 1fr; }
  .total-assembly { padding: 30px 22px; }
  .wizard-head { gap: 12px; }
  .wizard-ring { width: 54px; height: 54px; }
  .wizard-ring .inner { width: 42px; height: 42px; font-size: .72rem; }
  .wizard-nav { flex-direction: column-reverse; }
  .wizard-nav .btn { width: 100%; }
  .payment-choice { flex-direction: column; }
  .payment-pill { width: 100%; text-align: center; }
  .cert-modal { padding: 22px; max-width: 100%; }
}
