/* ============================================================
   MODEL 4 — VERDANT PROFESSIONAL
   Kombinasi terbaik kompetitor (Wiraland/Bintang/Sedaya/Jewel).
   Warna brand hijau #224f3a, background terang, clean profesional.
   Serif Playfair Display + sans Plus Jakarta Sans.
   ============================================================ */

:root {
  --green: #224f3a;          /* brand utama */
  --green-d: #173a2a;        /* hijau lebih gelap (footer, hover) */
  --green-l: #2f6a4e;        /* hijau hover/terang */
  --gold: #c8a15a;           /* aksen emas lembut */
  --gold-d: #b08a42;
  --bg: #fbfaf7;             /* background terang hangat */
  --bg2: #f3f0e9;            /* panel terang sekunder */
  --ink: #1d2a22;            /* teks utama (hijau-kehitaman) */
  --ink2: #5c6a61;           /* teks sekunder */
  --line: #e3ded2;           /* garis pemisah */
  --wa: #25d366;             /* hijau WhatsApp */
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, 92%); margin: 0 auto; }
::selection { background: var(--green); color: var(--bg); }

/* ---------- TOPBAR (konsultasi) ---------- */
.topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  background: var(--green-d); border-bottom: 1px solid rgba(200,161,90,.2);
  font-size: .84rem;
}
.tb-in { display: flex; align-items: center; justify-content: center; gap: .7rem; padding: .5rem 0; flex-wrap: wrap; }
.tb-label { color: #a9c3b2; }
.topbar a { display: inline-flex; align-items: center; gap: .45rem; color: #cfe3d4; font-weight: 700; transition: color .25s; }
.topbar a:hover { color: #fff; }
.topbar svg { width: 15px; height: 15px; fill: var(--wa); flex: none; }

/* ---------- NAV ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  margin-top: 36px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 4vw; background: rgba(251,250,247,.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s;
}
.nav.solid { border-color: var(--line); box-shadow: 0 6px 24px -18px rgba(23,58,42,.35); }
.brand { display: flex; align-items: center; gap: .75rem; }
.brand-logo-img { width: 42px; height: auto; display: block; }
.brand-txt { display: flex; flex-direction: column; line-height: 1.4; gap: .18rem; }
.brand-txt strong { font-size: 1.02rem; letter-spacing: .18em; font-weight: 800; color: var(--green); }
.brand-txt span { font-family: var(--serif); font-style: italic; font-size: .74rem; color: var(--ink2); line-height: 1.3; }
.nav nav { display: flex; gap: 2rem; }
.nav nav a { font-size: .88rem; font-weight: 600; letter-spacing: .04em; color: var(--ink2); transition: color .25s; }
.nav nav a:hover { color: var(--green); }

/* ---------- HERO ---------- */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -1; background-size: cover; background-position: center; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(96deg, rgba(251,250,247,.97) 34%, rgba(251,250,247,.72) 58%, rgba(34,79,58,.18)); }
.hero-in { padding: 7rem 0; max-width: 700px; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .78rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--green);
}
.hero-kicker::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.hero-title { font-family: var(--serif); font-size: clamp(3.2rem, 8.6vw, 6.4rem); font-weight: 600; line-height: .98; letter-spacing: -.01em; margin: 1.4rem 0 1rem; color: var(--green-d); }
.hero-title em { font-style: italic; color: var(--green); }
.hero-tag { font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 2.6vw, 1.7rem); color: var(--gold-d); }
.hero-sub { color: var(--ink2); max-width: 520px; margin: 1.4rem 0 2.4rem; font-size: 1.03rem; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn {
  display: inline-block; padding: .95rem 2.1rem; border-radius: 999px;
  font-size: .9rem; font-weight: 700; transition: all .3s;
}
.btn.solid { background: var(--green); color: #fff; box-shadow: 0 12px 26px -12px rgba(34,79,58,.55); }
.btn.solid:hover { background: var(--green-d); transform: translateY(-2px); }
.btn.ghost { border: 2px solid var(--green); color: var(--green); }
.btn.ghost:hover { background: var(--green); color: #fff; }

/* ---------- STATS STRIP (ala Jewel) ---------- */
.keunggulan { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; margin: 4rem auto; }
.k-item { border-top: 3px solid var(--gold); padding: 1.6rem .4rem 0; }
.k-num { font-family: var(--serif); font-weight: 600; font-size: 2.7rem; color: var(--green); display: block; line-height: 1.05; }
.k-item h3 { font-size: .92rem; font-weight: 700; margin: .5rem 0 .3rem; color: var(--ink); }
.k-item p { color: var(--ink2); font-size: .87rem; }

/* ---------- SECTION ---------- */
.proyek { padding: 2rem 0 5rem; }
.sec-t { font-family: var(--serif); font-weight: 600; font-size: clamp(1.9rem, 3.8vw, 2.8rem); margin-bottom: 2.4rem; color: var(--green-d); }
.sec-t em { font-style: italic; color: var(--green); }
.proyek > .sec-t { text-align: center; }
.sec-sub { color: var(--ink2); font-size: .95rem; margin: -.6rem 0 1.8rem; max-width: 640px; }

/* ---------- CARDS ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; cursor: pointer;
  transition: transform .35s ease, box-shadow .35s ease;
  opacity: 0; transform: translateY(24px);
}
.card.in { opacity: 1; transform: none; transition: opacity .6s ease var(--d, 0ms), transform .6s ease var(--d, 0ms), box-shadow .35s; }
.card:hover { transform: translateY(-6px); box-shadow: 0 26px 48px -20px rgba(34,79,58,.3); }
.card-img { aspect-ratio: 4/3; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.card:hover .card-img img { transform: scale(1.06); }
.card-body { padding: 1.6rem 1.6rem 1.4rem; }
.kicker { font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--green); }
.card h3 { font-family: var(--serif); font-weight: 600; font-size: 1.55rem; margin: .45rem 0 .6rem; color: var(--green-d); }
.card-sum { color: var(--ink2); font-size: .89rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-foot { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 1.3rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.arrow { font-size: .78rem; font-weight: 700; letter-spacing: .08em; color: var(--ink2); transition: color .3s; }
.card:hover .arrow { color: var(--green); }

/* ---------- CTA ---------- */
.cta { background: var(--green-d); color: #eef5ef; text-align: center; padding: 6rem 0; }
.cta h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(2rem, 4.6vw, 3.3rem); }
.cta h2 em { font-style: italic; color: var(--gold); }
.cta p { color: #b9d0bf; margin: 1.2rem 0 2.2rem; }
.soc { display: flex; gap: 2.6rem; justify-content: center; flex-wrap: wrap; }
.soc a { display: inline-flex; align-items: center; gap: .55rem; font-size: .98rem; color: #cfe3d4; border-bottom: 1px solid transparent; padding-bottom: .15rem; transition: color .25s, border-color .25s; line-height: 1; }
.soc a:hover { color: var(--gold); border-color: var(--gold); }
.soc a svg { width: 18px !important; height: 18px !important; flex-shrink: 0; display: inline-block; vertical-align: middle; }
.soc a span { display: inline; }

/* ---------- PROJECT PAGE ---------- */
.p-hero { position: relative; min-height: 80svh; display: flex; align-items: flex-end; overflow: hidden; }
.p-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 30%; }
.p-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(23,58,42,.05), rgba(23,58,42,.9)); }
.p-hero-in { position: relative; padding: 8rem 0 4.2rem; color: #eef5ef; }
.crumb { font-family: var(--serif); font-style: italic; font-size: .95rem; color: #cfe3d4; }
.crumb:hover { color: #fff; }
.p-hero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(2.7rem, 6.5vw, 4.8rem); margin: .8rem 0 .7rem; }
.lead { max-width: 620px; color: #d9e8dc; font-size: 1.02rem; }
.p-meta { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.8rem; }
.meta-badge { border: 1px solid rgba(200,161,90,.55); color: #ecd9ac; padding: .5rem 1.1rem; border-radius: 999px; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.meta-badge.alt { border-color: rgba(207,227,212,.4); color: #cfe3d4; }
.btn-wa {
  display: inline-flex; align-items: center; gap: .6rem; margin-top: 2rem; padding: .95rem 2.3rem; border-radius: 999px;
  background: var(--green); color: #fff; font-weight: 700; font-size: .9rem;
  transition: background .3s, transform .3s;
}
.btn-wa svg { width: 18px; height: 18px; fill: currentColor; flex: none; }
.btn-wa:hover { background: var(--green-l); transform: translateY(-2px); }
.btn-wa.big { font-size: 1rem; padding: 1.05rem 2.8rem; }
.btn-wa.ghost-wa { margin-top: 0; background: transparent; border: 2px solid var(--green); color: var(--green); }
.btn-wa.ghost-wa:hover { background: rgba(34,79,58,.08); }

/* cta chip (kartu proyek) */
.cta-chip { display: inline-flex; align-items: center; gap: .4rem; color: var(--green); font-size: .84rem; font-weight: 700; }
.cta-chip svg { width: 16px; height: 16px; fill: var(--wa); flex: none; }

/* footer wa */
.foot-wa { color: #a9c3b2; font-size: .88rem; margin-top: .4rem; }
.foot-wa a { color: #cfe3d4; font-weight: 700; }

.p-info { padding: 4.5rem 0; }
.p-info-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 3.5rem; }
.tipe-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.4rem; }
.tipe-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.7rem; opacity: 0; transform: translateY(18px); }
.tipe-card.in { opacity: 1; transform: none; transition: all .55s ease; }
.tipe-kode { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; color: var(--green); margin-bottom: 1rem; }
.tipe-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem .6rem; }
.tipe-card dt { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink2); }
.tipe-card dd { font-size: .95rem; font-weight: 600; margin-bottom: .35rem; }
.tipe-note { margin-top: 1rem; padding-top: .9rem; border-top: 1px solid var(--line); color: var(--ink2); font-size: .85rem; }

.banks { margin-top: 2rem; }
.banks h4 { font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--ink2); margin-bottom: .8rem; }
.bank-chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.bank-chips span { background: #fff; border: 1px solid var(--line); padding: .45rem 1.1rem; border-radius: 999px; font-size: .82rem; font-weight: 700; color: var(--green); }
.banks-note { margin-top: .9rem; color: var(--ink2); font-size: .86rem; }

.p-side .sec-t { font-size: 1.6rem; }
.p-side .sec-t.mt { margin-top: 2.6rem; }
.loc { font-size: 1.05rem; font-weight: 500; }
.hl { font-family: var(--serif); font-style: italic; color: var(--green); font-size: 1.18rem; margin-top: .5rem; }
.btn-map { display: inline-block; margin: 1.2rem 0 .4rem; font-size: .88rem; font-weight: 700; color: var(--green); border-bottom: 2px solid var(--gold); padding-bottom: .2rem; }
.btn-map:hover { color: var(--green-d); }
.acc-row { display: flex; gap: 1.2rem; padding: .65rem 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.acc-row:last-child { border-bottom: 0; }
.acc-t { min-width: 3.4rem; font-family: var(--serif); font-weight: 600; color: var(--green); font-size: 1.02rem; }
.promo { margin-top: 1.4rem; background: #f2f7f2; border: 1px solid #d9e8dc; color: var(--green-d); padding: .9rem 1.1rem; border-radius: 12px; font-size: .88rem; font-weight: 600; }

.p-specs { background: var(--bg2); padding: 4.5rem 0; }
.spec-list { max-width: 760px; }
.spec-row { display: grid; grid-template-columns: 220px 1fr; gap: 1.5rem; padding: .85rem 0; border-bottom: 1px solid var(--line); opacity: 0; }
.spec-row.in { opacity: 1; transition: opacity .55s; }
.spec-row span:first-child { color: var(--ink2); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }

.p-gallery { padding: 4.5rem 0; }
.g-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.g-item { position: relative; overflow: hidden; cursor: zoom-in; border-radius: 14px; aspect-ratio: 4/3; opacity: 0; transform: translateY(16px); }
.g-item.in { opacity: 1; transform: none; transition: all .55s ease; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.g-item:hover img { transform: scale(1.05); }
.g-item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 2rem 1rem .75rem;
  background: linear-gradient(transparent, rgba(23,58,42,.85)); color: #eef5ef;
  font-family: var(--serif); font-style: italic; font-size: .82rem;
  opacity: 0; transition: opacity .35s;
}
.g-item:hover figcaption { opacity: 1; }
.g-item:nth-child(3n+1) { grid-row: span 2; aspect-ratio: 3/4; }

.p-cta { background: var(--green-d); color: #eef5ef; text-align: center; padding: 5.5rem 0; }
.p-cta h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.9rem, 4vw, 3rem); }
.p-cta h2 em { font-style: italic; color: var(--gold); }
.p-cta p { color: #b9d0bf; margin: 1rem 0 2rem; }

/* ---------- FLOATING WA (ala Bintang/Sedaya) ---------- */
.wa-float {
  position: fixed; right: 1.3rem; bottom: 1.3rem; z-index: 80;
  display: inline-flex; align-items: center; gap: .55rem;
  background: var(--wa); color: #fff; font-weight: 700; font-size: .88rem;
  padding: .85rem 1.4rem; border-radius: 999px;
  box-shadow: 0 14px 30px -10px rgba(37,211,102,.6);
  transition: transform .3s, box-shadow .3s;
  animation: waPulse 2.4s ease-in-out infinite;
}
.wa-float svg { width: 20px; height: 20px; fill: #fff; flex: none; }
.wa-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 34px -10px rgba(37,211,102,.7); }
@keyframes waPulse {
  0%, 100% { box-shadow: 0 14px 30px -10px rgba(37,211,102,.6), 0 0 0 0 rgba(37,211,102,.35); }
  50% { box-shadow: 0 14px 30px -10px rgba(37,211,102,.6), 0 0 0 12px rgba(37,211,102,0); }
}

/* ---------- FORM PESAN -> WA (ala Sedaya) ---------- */
.waform { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.8rem; box-shadow: 0 20px 44px -26px rgba(23,58,42,.25); }
.waform h3 { font-family: var(--serif); font-weight: 600; font-size: 1.4rem; color: var(--green-d); margin-bottom: .3rem; }
.waform p { color: var(--ink2); font-size: .88rem; margin-bottom: 1.2rem; }
.waform label { display: block; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--ink2); margin: 1rem 0 .35rem; }
.waform input, .waform select, .waform textarea {
  width: 100%; font-family: var(--sans); font-size: .95rem; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line); border-radius: 10px;
  padding: .8rem 1rem; transition: border-color .25s, box-shadow .25s;
}
.waform input:focus, .waform select:focus, .waform textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(34,79,58,.12);
}
.waform textarea { min-height: 96px; resize: vertical; }
.waform .btn-wa { width: 100%; justify-content: center; margin-top: 1.3rem; border: 0; cursor: pointer; }
.waform-hint { font-size: .78rem; color: var(--ink2); text-align: center; margin-top: .8rem; }

/* ---------- LIGHTBOX ---------- */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(23,58,42,.94); display: grid; place-items: center; padding: 2rem; animation: fadeIn .25s ease; }
@keyframes fadeIn { from { opacity: 0; } }
.lightbox figure { max-width: min(1100px, 94vw); max-height: 88svh; display: flex; flex-direction: column; gap: .8rem; }
.lightbox img { max-width: 100%; max-height: 82svh; object-fit: contain; margin: 0 auto; border-radius: 12px; }
.lightbox figcaption { text-align: center; font-family: var(--serif); font-style: italic; font-size: .9rem; color: #ecd9ac; }
.lb-x { position: absolute; top: 1.2rem; right: 1.6rem; background: rgba(251,250,247,.12); border: 0; border-radius: 50%; width: 44px; height: 44px; color: #eef5ef; font-size: 1.6rem; cursor: pointer; }

/* ---------- FOOTER ---------- */
.foot { background: var(--green-d); color: #b9d0bf; padding: 4rem 0 0; }
.foot .brand-txt strong { color: #fff; }
.foot .brand-txt span { color: #a9c3b2; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1.2fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.foot h4 { font-family: var(--serif); font-weight: 600; font-size: .95rem; color: var(--gold); margin-bottom: 1rem; }
.foot-addr { color: #a9c3b2; font-size: .88rem; margin-top: 1rem; }
.foot a { color: #b9d0bf; font-size: .9rem; }
.foot a:hover { color: var(--gold); }
.soc-col a { display: block; padding: .3rem 0; }
.foot-base { border-top: 1px solid rgba(200,161,90,.14); padding: 1.4rem 0; text-align: center; color: #a9c3b2; font-size: .78rem; }

/* ---------- SEO sub-judul keyword di H1 ---------- */
.hero-title .seo-h1-sub {
  display: block !important;
  font-family: var(--sans, inherit) !important;
  font-size: clamp(.72rem, 1.6vw, .95rem) !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  line-height: 1.4 !important;
  margin-top: .85rem !important;
  color: inherit !important;
  opacity: .68 !important;
  padding-inline: 0 !important;
}

/* ---------- Keunggulan proyek (perks) ---------- */
.perks { margin-top: 2rem; }
.perks h4 { font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--ink2); margin-bottom: .8rem; }
.perk-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.perk-list li { position: relative; padding-left: 1.6rem; font-size: .95rem; color: var(--ink); line-height: 1.5; }
.perk-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 700; }

/* ---------- Tentang perusahaan (about) ---------- */
.about { padding: 4rem 0 2rem; }
.about-in { max-width: 760px; margin: 0 auto; text-align: center; }
.about .sec-t { text-align: center; }
.about-in p { color: var(--ink2); font-family: var(--serif); font-size: 1.05rem; line-height: 1.85; margin-top: 1.2rem; }
.about-in .about-tag { font-size: 1.2rem; color: var(--green); font-style: italic; letter-spacing: .08em; margin-top: 1.6rem; }

/* ---------- TABLET (<= 1024px) ---------- */
@media (max-width: 1024px) and (min-width: 641px) {
  .hero { min-height: 72svh; }
  .p-hero { min-height: 64svh; }
  .g-grid { grid-template-columns: repeat(2, 1fr); }
  .g-item:nth-child(3n+1) { grid-row: span 1; aspect-ratio: 4/3; }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .keunggulan { grid-template-columns: repeat(2, 1fr); }
  .p-info-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .g-grid { grid-template-columns: repeat(2, 1fr); }
  .g-item:nth-child(3n+1) { grid-row: span 1; aspect-ratio: 4/3; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .tb-label { display: none; }
  .nav { margin-top: 32px; padding: .9rem 4vw; }
  .nav nav { display: none; }
  .hero { min-height: 88svh; }
  .p-hero { min-height: 72svh; }
  .cards { grid-template-columns: 1fr; }
  .keunggulan { grid-template-columns: 1fr; }
  .g-grid { grid-template-columns: 1fr; }
  .g-item { aspect-ratio: 4/3; }
  .spec-row { grid-template-columns: 1fr; gap: .2rem; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-cta .btn { width: 100%; text-align: center; }
  .btn-wa { padding: .9rem 1.6rem; font-size: .78rem; }
  .btn-wa.big { width: 100%; justify-content: center; font-size: .88rem; padding: 1.05rem 1.4rem; }
  .btn-wa.ghost-wa { width: 100%; justify-content: center; }
  .cta-chip { font-size: .8rem; }
  .p-cta, .cta { padding: 4rem 0; }
  .lightbox { padding: 1rem; }
  .wa-float { right: 1rem; bottom: 1rem; padding: .8rem 1.15rem; font-size: .8rem; }
  .wa-float span { display: none; }   /* HP: icon saja biar ringkas */
}

/* ---------- KONTAK (m4): info + form ---------- */
.kontak { padding: 4.5rem 0 5rem; }
.kontak-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.kontak-info h3 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--green-d); line-height: 1.25; }
.kontak-info > p { color: var(--ink2); margin: .9rem 0 1.4rem; font-size: .95rem; }
.k-rows { display: grid; gap: .7rem; margin-bottom: 1.2rem; }
.k-row { display: flex; gap: .7rem; align-items: flex-start; font-size: .93rem; color: var(--ink); }
.k-ico { flex: none; }
.k-wa { color: var(--green); font-weight: 700; }
.k-wa:hover { color: var(--green-d); }
.kontak-info .soc { justify-content: flex-start; gap: 1.8rem; margin-top: 1.6rem; }
.kontak-info .soc a { color: var(--green); border-color: var(--line); }
.kontak-info .soc a:hover { color: var(--gold-d); border-color: var(--gold-d); }
.waform, .kontak-info { opacity: 0; transform: translateY(18px); }
.waform.in, .kontak-info.in { opacity: 1; transform: none; transition: all .55s ease; }
@media (max-width: 980px) {
  .kontak-grid { grid-template-columns: 1fr; gap: 2.2rem; }
}
.kontak { scroll-margin-top: 90px; }

/* --- Tim Marketing footer --- */
.mkt-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .3rem; }
.mkt-item { display: inline-flex; align-items: center; gap: .4rem; font-size: .84rem; line-height: 1.4; text-decoration: none; }
.mkt-wa { width: 1em; height: 1em; fill: #25D366; flex-shrink: 0; }
.mkt-name { font-weight: 600; }
.mkt-sep { opacity: .5; font-weight: 400; }
.mkt-num { font-weight: 400; opacity: .85; font-variant-numeric: tabular-nums; }
.mkt-item:hover .mkt-wa { fill: #1ebe5b; }
