/* ==========================================================================
   SEDARI — Marketplace Virtual Office. Premium corporate redesign.
   Design-engineering principles (Emil Kowalski's skill):
   custom easings · only transform/opacity animate · scale(0.97) on press ·
   never animate from scale(0) · UI <300ms · hover gated · reduced-motion safe.
   ========================================================================== */

:root {
  --ink: #0B1A2B; --navy: #0F2A4A; --navy-700: #14365E;
  --brand: #1E5BC6; --brand-600: #1A4FAE;
  --gold: #C9A24B; --gold-soft: #E2C77E;
  --paper: #F6F8FB; --paper-2: #EEF2F8; --white: #FFFFFF;
  --text: #16263A; --muted: #5A6B7E;
  --line: rgba(15,42,74,0.12); --line-soft: rgba(15,42,74,0.07);
  --shadow-sm: 0 1px 2px rgba(11,26,43,0.06), 0 2px 6px rgba(11,26,43,0.05);
  --shadow-md: 0 6px 18px rgba(11,26,43,0.08), 0 2px 6px rgba(11,26,43,0.05);
  --shadow-lg: 0 24px 60px rgba(11,26,43,0.16), 0 8px 24px rgba(11,26,43,0.08);
  --radius: 16px; --radius-sm: 11px; --radius-lg: 22px;
  --container: 1180px;
  --ease-out: cubic-bezier(0.23,1,0.32,1);
  --ease-in-out: cubic-bezier(0.77,0,0.175,1);
  /* Helvetica everywhere — clean, neutral, matches the brand graphics */
  --font-display: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", system-ui, sans-serif;
  --font-sans: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", system-ui, sans-serif;
}

*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { font-family: var(--font-sans); color: var(--text); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; letter-spacing: -0.022em; color: var(--ink); }
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 6px; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--ink); --btn-fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-sans); font-weight: 600; font-size: 0.95rem; letter-spacing: 0.01em;
  padding: 12px 22px; border-radius: 999px; border: 1px solid transparent;
  background: var(--btn-bg); color: var(--btn-fg); cursor: pointer; white-space: nowrap;
  transition: transform 160ms var(--ease-out), background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
  will-change: transform;
}
.btn:active { transform: scale(0.97); }
.btn-lg { padding: 15px 26px; font-size: 1rem; }
.btn-primary { --btn-bg: var(--ink); box-shadow: var(--shadow-sm); }
.btn-gold { --btn-bg: var(--gold); --btn-fg: #2A1E05; box-shadow: 0 8px 22px rgba(201,162,75,0.35); }
.btn-ghost { --btn-bg: transparent; --btn-fg: var(--ink); border-color: var(--line); }
.btn-outline-light { --btn-bg: transparent; --btn-fg: #fff; border-color: rgba(255,255,255,0.35); }
.btn-pkg { --btn-bg: var(--paper-2); --btn-fg: var(--ink); border-color: var(--line); }
@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover { background: var(--navy-700); box-shadow: var(--shadow-md); transform: translateY(-1px); }
  .btn-gold:hover { background: var(--gold-soft); transform: translateY(-1px); }
  .btn-ghost:hover { border-color: var(--ink); background: rgba(11,26,43,0.03); }
  .btn-outline-light:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.6); }
  .btn-pkg:hover { --btn-bg: var(--ink); --btn-fg: #fff; transform: translateY(-1px); }
  .btn:hover:active { transform: scale(0.97); }
}
.wa-dot { width: 8px; height: 8px; border-radius: 50%; background: #25D366; box-shadow: 0 0 0 3px rgba(37,211,102,0.25); flex: none; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0); transition: background-color 240ms ease, box-shadow 240ms ease, border-color 240ms ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled, .site-header.is-solid { background: rgba(255,255,255,0.85); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom-color: var(--line-soft); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; flex: none; display: grid; place-items: center; background: var(--ink); color: var(--gold); border-radius: 11px; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; box-shadow: var(--shadow-sm); }
.brand-text { display: flex; flex-direction: column; line-height: 1; font-weight: 800; letter-spacing: 0.03em; color: var(--ink); font-size: 1.02rem; }
.brand-sub { font-weight: 600; font-size: 0.6rem; letter-spacing: 0.14em; color: var(--muted); margin-top: 4px; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav > a:not(.btn) { font-weight: 600; font-size: 0.94rem; color: var(--text); position: relative; padding: 6px 0; transition: color 180ms ease; }
.nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 220ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .nav > a:not(.btn):hover { color: var(--ink); } .nav > a:not(.btn):hover::after { transform: scaleX(1); } }
.nav-cta { margin-left: 4px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; }
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 220ms var(--ease-out), opacity 160ms ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Section heads ---------- */
.section-eyebrow { font-weight: 700; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.section-head { max-width: 640px; margin-bottom: clamp(30px, 4vw, 46px); }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); margin-top: 12px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-lead { color: var(--muted); font-size: 1.05rem; margin-top: 14px; }

/* ---------- Hero + Search ---------- */
.hero { position: relative; padding: clamp(44px, 7vw, 84px) 0 clamp(40px, 6vw, 64px); overflow: hidden; }
.hero-glow { position: absolute; inset: -20% -10% auto -10%; height: 560px; pointer-events: none; z-index: 0;
  background: radial-gradient(56% 60% at 80% 12%, rgba(30,91,198,0.12), transparent 70%), radial-gradient(46% 54% at 10% 6%, rgba(201,162,75,0.12), transparent 70%); }
.hero-inner { position: relative; z-index: 1; max-width: 880px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--brand-600); }
.eyebrow-line { width: 30px; height: 2px; background: var(--gold); border-radius: 2px; }
.hero h1 { font-size: clamp(2.3rem, 5.4vw, 4.1rem); font-weight: 800; margin: 18px 0 0; letter-spacing: -0.035em; }
.hero h1 .hl { color: var(--brand); }
.hero-lead { font-size: clamp(1.02rem, 1.4vw, 1.2rem); color: var(--muted); max-width: 40em; margin-top: 20px; }
.hero-lead strong { color: var(--text); font-weight: 700; }

.search-card { display: flex; gap: 10px; align-items: stretch; margin-top: 32px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); flex-wrap: wrap; }
.search-field { flex: 1 1 220px; display: flex; align-items: center; gap: 10px; padding: 4px 14px; background: var(--paper); border: 1px solid transparent; border-radius: 12px; transition: border-color 180ms ease, background-color 180ms ease; }
.search-field:focus-within { border-color: var(--brand); background: #fff; }
.search-field .ico { width: 20px; height: 20px; flex: none; color: var(--muted); }
.search-field input, .search-field select { width: 100%; border: none; background: transparent; font-family: var(--font-sans); font-size: 0.98rem; color: var(--text); padding: 12px 0; outline: none; }
.search-field--select { flex: 0 1 210px; }
.search-field select { cursor: pointer; appearance: none; }
.search-submit { flex: 0 0 auto; }

.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 14px 30px; padding: 24px 0 0; margin-top: 26px; border-top: 1px solid var(--line); }
.hero-trust li { font-size: 0.9rem; color: var(--muted); }
.hero-trust strong { display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--ink); line-height: 1; margin-bottom: 4px; }

/* ---------- Listings ---------- */
.listings { padding: clamp(44px, 7vw, 80px) 0; background: var(--paper); }
.listings-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; max-width: none; flex-wrap: wrap; }
.loc-filters { display: inline-flex; gap: 6px; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--shadow-sm); flex-wrap: wrap; }
.loc-filter { font-family: var(--font-sans); font-weight: 600; font-size: 0.9rem; color: var(--muted); background: transparent; border: none; cursor: pointer; padding: 9px 18px; border-radius: 999px; transition: color 180ms ease, background-color 220ms var(--ease-out), transform 160ms var(--ease-out); }
.loc-filter:active { transform: scale(0.97); }
.loc-filter.is-active { background: var(--ink); color: #fff; }
@media (hover: hover) and (pointer: fine) { .loc-filter:not(.is-active):hover { color: var(--ink); background: var(--paper-2); } }
.results-meta { color: var(--muted); font-size: 0.92rem; margin: 6px 0 22px; }
.no-results { color: var(--muted); padding: 40px 0; text-align: center; }

.office-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ---------- Office card ---------- */
.office-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform 280ms var(--ease-out), box-shadow 280ms ease, border-color 280ms ease; }
@media (hover: hover) and (pointer: fine) { .office-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(30,91,198,0.25); } }
.oc-media { position: relative; display: block; aspect-ratio: 16 / 11; overflow: hidden; }
.oc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .office-card:hover .oc-media img { transform: scale(1.05); } }
.oc-badge { position: absolute; top: 12px; left: 12px; font-weight: 800; font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; color: #2A1E05; background: var(--gold); padding: 6px 11px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.oc-region { position: absolute; bottom: 12px; left: 12px; font-weight: 600; font-size: 0.74rem; color: #fff; background: rgba(11,26,43,0.62); backdrop-filter: blur(4px); padding: 5px 11px; border-radius: 999px; }
.oc-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1 1 auto; }
.oc-title { font-size: 1.32rem; }
.oc-title a { transition: color 160ms ease; }
@media (hover: hover) and (pointer: fine) { .oc-title a:hover { color: var(--brand); } }
.oc-addr { display: flex; align-items: flex-start; gap: 7px; color: var(--muted); font-size: 0.9rem; margin-top: 8px; }
.ico-pin, .ico-pin svg { width: 15px; height: 15px; flex: none; margin-top: 2px; color: var(--brand); }
.oc-facs { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 14px 0 0; }
.oc-facs li { font-size: 0.76rem; font-weight: 600; color: var(--navy); background: var(--paper-2); padding: 5px 10px; border-radius: 8px; }
.oc-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; }
.oc-price-label { display: block; font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.oc-price-num { font-family: var(--font-display); font-weight: 700; font-size: 1.22rem; color: var(--ink); }
.oc-price-num small { font-family: var(--font-sans); font-weight: 600; font-size: 0.74rem; color: var(--muted); }
.oc-foot .btn { padding: 10px 16px; font-size: 0.88rem; }

/* ---------- Steps ---------- */
.steps { padding: clamp(54px, 8vw, 92px) 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 28px; box-shadow: var(--shadow-sm); transition: transform 280ms var(--ease-out), box-shadow 280ms ease; }
@media (hover: hover) and (pointer: fine) { .step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); } }
.step-num { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--ink); color: var(--gold); font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; margin-bottom: 18px; }
.step-card h3 { font-size: 1.32rem; margin-bottom: 10px; }
.step-card p { color: var(--muted); font-size: 1rem; }

/* ---------- Why ---------- */
.why { padding: clamp(54px, 8vw, 92px) 0; background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.why::before { content: ""; position: absolute; inset: auto -10% -40% 45%; height: 460px; background: radial-gradient(50% 50% at 50% 50%, rgba(201,162,75,0.16), transparent 70%); pointer-events: none; }
.section-head--light h2 { color: #fff; }
.section-head--light .section-eyebrow { color: var(--gold-soft); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; z-index: 1; }
.why-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 28px 24px; transition: transform 280ms var(--ease-out), border-color 280ms ease, background-color 280ms ease; }
@media (hover: hover) and (pointer: fine) { .why-card:hover { transform: translateY(-5px); border-color: rgba(201,162,75,0.5); background: rgba(255,255,255,0.07); } }
.why-ico { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: rgba(201,162,75,0.18); color: var(--gold); font-size: 1.3rem; margin-bottom: 16px; }
.why-card h3 { color: #fff; font-size: 1.16rem; margin-bottom: 8px; }
.why-card p { color: rgba(255,255,255,0.72); font-size: 0.94rem; }

/* ---------- CTA band ---------- */
.cta-band { padding: clamp(40px, 6vw, 72px) 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  background: radial-gradient(70% 140% at 100% 0%, rgba(30,91,198,0.4), transparent 60%), linear-gradient(135deg, var(--ink), var(--navy));
  border-radius: var(--radius-lg); padding: clamp(34px, 5vw, 56px); color: #fff; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.cta-inner::after { content: ""; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(50% 50% at 50% 50%, rgba(201,162,75,0.3), transparent 70%); pointer-events: none; }
.cta-copy { position: relative; z-index: 1; }
.cta-copy h2 { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.4rem); }
.cta-copy p { color: rgba(255,255,255,0.78); margin-top: 10px; max-width: 34em; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 13px; position: relative; z-index: 1; }

/* ---------- Stats ---------- */
.stats { padding: clamp(52px, 7vw, 84px) 0; background: var(--ink); color: #fff; }
.stats-head { max-width: 640px; margin-bottom: clamp(28px, 4vw, 44px); }
.stats-head h2 { color: #fff; }
.stats-head .section-eyebrow { color: var(--gold); }
.stats-head .section-lead { color: rgba(255,255,255,0.72); }
.stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.stat-card { background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 32px 28px; transition: transform 280ms var(--ease-out), border-color 280ms ease; }
@media (hover: hover) and (pointer: fine) { .stat-card:hover { transform: translateY(-4px); border-color: rgba(201,162,75,0.5); } }
.stat-num { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(2.8rem, 6vw, 4.2rem); line-height: 1; color: var(--gold); letter-spacing: -0.03em; }
.stat-label { display: block; margin-top: 12px; color: rgba(255,255,255,0.74); }
.stat-label strong { color: #fff; }

/* ---------- Bukan VO Biasa: pillars + services ---------- */
.notbasic { padding: clamp(54px, 8vw, 92px) 0; }
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pillar-card { text-align: center; padding: 34px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform 280ms var(--ease-out), box-shadow 280ms ease; }
@media (hover: hover) and (pointer: fine) { .pillar-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); } }
.pillar-ico { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 16px; background: var(--ink); color: var(--gold); font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; }
.pillar-card h3 { font-size: 1.3rem; margin-bottom: 8px; }
.pillar-card p { color: var(--muted); font-size: 0.98rem; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 22px; }
.service-card { padding: 28px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); border-left: 3px solid var(--gold); transition: transform 280ms var(--ease-out), box-shadow 280ms ease; }
@media (hover: hover) and (pointer: fine) { .service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); } }
.service-card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.service-card p { color: var(--muted); font-size: 0.96rem; }
.service-card strong { color: var(--text); }

/* ---------- Hemat Pajak ---------- */
.tax { padding: clamp(20px, 3vw, 36px) 0 clamp(54px, 8vw, 92px); }
.tax-inner { display: flex; align-items: center; gap: clamp(28px, 5vw, 64px); flex-wrap: wrap;
  background: radial-gradient(80% 140% at 0% 0%, rgba(30,91,198,0.35), transparent 55%), linear-gradient(135deg, var(--navy), var(--ink));
  border-radius: var(--radius-lg); padding: clamp(34px, 5vw, 56px); color: #fff; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.tax-copy { flex: 1 1 420px; position: relative; z-index: 1; }
.tax-copy .section-eyebrow { color: var(--gold-soft); }
.tax-copy h2 { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.5rem); margin-top: 12px; }
.tax-copy h2 .hl { color: var(--gold); }
.tax-copy > p { color: rgba(255,255,255,0.8); margin-top: 14px; max-width: 38em; }
.tax-copy > p strong { color: #fff; }
.tax-list { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 10px; }
.tax-list li { position: relative; padding-left: 28px; color: rgba(255,255,255,0.88); }
.tax-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #25D366; font-weight: 800; }
.tax-badge { flex: 0 0 auto; display: grid; place-items: center; text-align: center; width: 190px; height: 190px; border-radius: 50%; background: rgba(201,162,75,0.16); border: 1px solid rgba(201,162,75,0.4); position: relative; z-index: 1; }
.tax-big { font-family: var(--font-display); font-weight: 800; font-size: 3.6rem; color: var(--gold); line-height: 1; letter-spacing: -0.03em; }
.tax-small { color: rgba(255,255,255,0.8); font-size: 0.85rem; margin-top: 6px; max-width: 9em; }

/* ---------- Comparison table ---------- */
.compare { padding: clamp(54px, 8vw, 92px) 0; background: var(--paper); }
.compare-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.compare-table { width: 100%; border-collapse: collapse; background: #fff; min-width: 640px; }
.compare-table th, .compare-table td { text-align: left; padding: 16px 20px; border-bottom: 1px solid var(--line); font-size: 0.96rem; }
.compare-table thead th { font-family: var(--font-display); font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); background: var(--paper); }
.compare-table th.col-sedari, .compare-table td.col-sedari { text-align: center; background: rgba(30,91,198,0.05); }
.compare-table thead th.col-sedari { color: var(--brand); }
.compare-table td[data-y], .compare-table td[data-n] { text-align: center; width: 130px; }
.compare-table td[data-y]::before { content: "✓"; display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #18A05B; color: #fff; font-weight: 800; font-size: 0.85rem; }
.compare-table td[data-n]::before { content: "✕"; display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #E2E7EE; color: #97A4B4; font-weight: 800; font-size: 0.8rem; }
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table td:first-child { color: var(--text); max-width: 480px; }

/* ---------- Pricing ---------- */
.pricing { padding: clamp(54px, 8vw, 92px) 0; }
.pricing-toggle { display: inline-flex; gap: 6px; padding: 6px; background: var(--paper-2); border-radius: 999px; margin: 0 auto clamp(28px, 4vw, 40px); }
.pricing .section-head { margin-bottom: 26px; }
.pricing-toggle { display: flex; width: fit-content; margin-inline: auto; }
.pt-btn { font-family: var(--font-sans); font-weight: 600; font-size: 0.95rem; color: var(--muted); background: transparent; border: none; cursor: pointer; padding: 11px 26px; border-radius: 999px; transition: color 180ms ease, background-color 220ms var(--ease-out), transform 160ms var(--ease-out); }
.pt-btn:active { transform: scale(0.97); }
.pt-btn.is-active { background: var(--ink); color: #fff; box-shadow: var(--shadow-sm); }
.pricing-group { display: none; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; max-width: 880px; margin-inline: auto; }
.pricing-group.is-active { display: grid; }
.pricing-group[data-group="pt"] { max-width: 1080px; }
.price-tier { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform 280ms var(--ease-out), box-shadow 280ms ease; }
@media (hover: hover) and (pointer: fine) { .price-tier:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); } }
.price-tier.is-popular { border-color: var(--ink); box-shadow: var(--shadow-lg); }
.pt-ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #2A1E05; font-weight: 800; font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; white-space: nowrap; }
.pt-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; color: var(--brand); background: rgba(30,91,198,0.08); padding: 4px 10px; border-radius: 999px; margin-bottom: 8px; align-self: flex-start; }
.pt-name { font-size: 1.5rem; }
.pt-price { font-family: var(--font-display); font-weight: 800; font-size: 2.2rem; color: var(--ink); letter-spacing: -0.03em; margin: 10px 0 18px; }
.pt-price small { font-family: var(--font-sans); font-weight: 600; font-size: 0.9rem; color: var(--muted); letter-spacing: 0; }
.pt-feats { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 11px; align-content: start; flex: 1 1 auto; }
.pt-feats li { position: relative; padding-left: 28px; color: var(--text); font-size: 0.96rem; }
.pt-feats li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: #18A05B; font-weight: 800; }
.pt-feat-head { font-weight: 700; color: var(--muted); padding-left: 0 !important; }
.pt-feat-head::before { display: none; }
.pt-cta { width: 100%; }

/* ---------- Experts ---------- */
.experts { padding: clamp(54px, 8vw, 92px) 0; background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.experts::before { content: ""; position: absolute; inset: -30% 40% auto -10%; height: 420px; background: radial-gradient(50% 50% at 50% 50%, rgba(201,162,75,0.14), transparent 70%); pointer-events: none; }
.expert-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; position: relative; z-index: 1; }
.expert-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); padding: 30px 28px; transition: transform 280ms var(--ease-out), border-color 280ms ease, background-color 280ms ease; }
@media (hover: hover) and (pointer: fine) { .expert-card:hover { transform: translateY(-5px); border-color: rgba(201,162,75,0.5); background: rgba(255,255,255,0.07); } }
.expert-tag { display: inline-block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #2A1E05; background: var(--gold); padding: 5px 12px; border-radius: 999px; }
.expert-avatar { display: grid; place-items: center; width: 60px; height: 60px; margin: 18px 0 14px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--navy)); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; }
.expert-card h3 { color: #fff; font-size: 1.3rem; }
.expert-role { color: var(--gold-soft); font-weight: 600; font-size: 0.9rem; margin: 4px 0 12px; }
.expert-card p:last-child { color: rgba(255,255,255,0.74); font-size: 0.95rem; }

/* ---------- Vision ---------- */
.vision { padding: clamp(54px, 8vw, 92px) 0; }
.vision-inner { text-align: center; max-width: 880px; margin-inline: auto;
  background: radial-gradient(70% 140% at 100% 0%, rgba(30,91,198,0.35), transparent 60%), linear-gradient(135deg, var(--ink), var(--navy));
  border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 70px); color: #fff; box-shadow: var(--shadow-lg); }
.vision-inner .section-eyebrow { color: var(--gold); }
.vision blockquote { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.5rem, 3.4vw, 2.4rem); line-height: 1.28; letter-spacing: -0.02em; margin: 18px auto 0; max-width: 20em; }
.vision blockquote .hl { color: var(--gold); }
.vision-actions { display: flex; flex-wrap: wrap; gap: 13px; justify-content: center; margin-top: 30px; }

/* ==========================================================================
   DETAIL PAGE
   ========================================================================== */
.detail { padding-bottom: clamp(54px, 8vw, 90px); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 0.88rem; color: var(--muted); padding: 22px 0 6px; }
.breadcrumb a { transition: color 160ms ease; }
@media (hover: hover) and (pointer: fine) { .breadcrumb a:hover { color: var(--brand); } }
.breadcrumb span[aria-current] { color: var(--ink); font-weight: 600; }

.detail-head { padding: 14px 0 22px; }
.detail-badge { display: inline-block; font-weight: 800; font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; color: #2A1E05; background: var(--gold); padding: 6px 12px; border-radius: 999px; margin-bottom: 14px; }
.detail-head h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
.detail-sub { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 1.02rem; margin-top: 12px; }

/* Gallery */
.gallery { margin-bottom: clamp(28px, 4vw, 44px); }
.gal-main { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line-soft); aspect-ratio: 16 / 9; background: var(--paper-2); }
.gal-main img { width: 100%; height: 100%; object-fit: cover; transition: opacity 220ms var(--ease-out); }
.gal-thumbs { display: flex; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.gal-thumb { width: 110px; aspect-ratio: 16 / 11; padding: 0; border: 2px solid transparent; border-radius: 12px; overflow: hidden; cursor: pointer; background: none; transition: border-color 180ms ease, transform 160ms var(--ease-out); }
.gal-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gal-thumb:active { transform: scale(0.97); }
.gal-thumb.is-active { border-color: var(--brand); }
@media (hover: hover) and (pointer: fine) { .gal-thumb:hover { border-color: var(--gold); } }

/* Detail grid */
.detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: clamp(28px, 4vw, 52px); align-items: start; }
.detail-content section { padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.detail-content section:last-child { border-bottom: none; }
.detail-content h2 { font-size: 1.5rem; margin-bottom: 14px; }
.detail-desc { color: var(--muted); font-size: 1.06rem; }
.detail-address { display: flex; align-items: flex-start; gap: 9px; color: var(--text); font-size: 1rem; margin-bottom: 18px; }
.fac-grid { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; padding: 0; }
.fac-grid li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.98rem; color: var(--text); }
.fac-grid svg { width: 20px; height: 20px; flex: none; color: #18A05B; margin-top: 2px; }
.map-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 9; box-shadow: var(--shadow-sm); }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

/* Price card */
.detail-aside { position: sticky; top: 92px; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-md); }
.pc-label { display: block; font-size: 0.78rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.pc-price { display: block; font-family: var(--font-display); font-weight: 700; font-size: 2.1rem; color: var(--ink); line-height: 1.1; margin-top: 4px; }
.pc-price small { font-family: var(--font-sans); font-weight: 600; font-size: 0.9rem; color: var(--muted); }
.pc-note { display: block; color: var(--muted); font-size: 0.9rem; margin-top: 6px; }
.pc-cta { width: 100%; margin-top: 18px; }
.pc-call { width: 100%; margin-top: 10px; }
.pc-perks { list-style: none; padding: 18px 0 0; margin: 18px 0 0; border-top: 1px solid var(--line); display: grid; gap: 11px; }
.pc-perks li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.92rem; color: var(--text); }
.pc-perks svg { width: 18px; height: 18px; flex: none; color: #18A05B; margin-top: 2px; }

/* Related */
.related { margin-top: clamp(36px, 5vw, 60px); }
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rel-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform 260ms var(--ease-out), box-shadow 260ms ease; }
@media (hover: hover) and (pointer: fine) { .rel-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); } }
.rel-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.rel-media img { width: 100%; height: 100%; object-fit: cover; }
.rel-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 5px; }
.rel-city { font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; color: var(--ink); }
.rel-area { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 0.86rem; }
.rel-price { font-weight: 700; color: var(--brand); font-size: 0.95rem; margin-top: 4px; }
.rel-price small { font-weight: 600; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.72); padding: clamp(48px, 7vw, 76px) 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 36px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.brand--footer .brand-text { color: #fff; }
.brand--footer .brand-mark { background: rgba(255,255,255,0.08); }
.footer-tagline { margin-top: 18px; font-size: 0.95rem; max-width: 30em; }
.footer-col h4 { font-family: var(--font-sans); color: #fff; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; font-weight: 700; }
.footer-col a { display: block; color: rgba(255,255,255,0.7); padding: 6px 0; font-size: 0.95rem; transition: color 180ms ease, transform 180ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .footer-col a:hover { color: var(--gold); transform: translateX(3px); } }
.footer-col--address p { font-size: 0.92rem; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 24px; font-size: 0.86rem; color: rgba(255,255,255,0.5); }

/* ---------- Floating WhatsApp ---------- */
.fab-wa { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #25D366; color: #fff; box-shadow: 0 10px 28px rgba(37,211,102,0.45); transition: transform 200ms var(--ease-out), box-shadow 200ms ease; }
.fab-wa::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25D366; opacity: 0.5; z-index: -1; animation: wa-pulse 2.4s var(--ease-out) infinite; }
.fab-wa:active { transform: scale(0.94); }
@media (hover: hover) and (pointer: fine) { .fab-wa:hover { transform: translateY(-2px) scale(1.04); } }
@keyframes wa-pulse { 0% { transform: scale(1); opacity: 0.5; } 70%,100% { transform: scale(1.7); opacity: 0; } }

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out); transition-delay: calc(var(--i, 0) * 70ms); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 980px) {
  .office-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .nav { position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; gap: 4px; background: rgba(255,255,255,0.97); backdrop-filter: blur(16px); padding: 14px 22px 24px; border-bottom: 1px solid var(--line); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: transform 240ms var(--ease-out), opacity 200ms ease; box-shadow: var(--shadow-md); }
  .nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .nav > a:not(.btn) { padding: 13px 4px; border-bottom: 1px solid var(--line-soft); }
  .nav > a:not(.btn)::after { display: none; }
  .nav-cta { margin: 12px 0 0; }
  .nav-toggle { display: inline-flex; }
  .steps-grid, .pillar-grid, .services-grid, .expert-grid { grid-template-columns: 1fr; }
  .rel-grid { grid-template-columns: 1fr; }
  .listings-head { align-items: flex-start; }
  .tax-badge { width: 150px; height: 150px; }
  .tax-big { font-size: 2.8rem; }
}
@media (max-width: 620px) {
  .container { padding-inline: 18px; }
  .office-grid { grid-template-columns: 1fr; }
  .fac-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .search-card { flex-direction: column; }
  .search-field--select { flex-basis: auto; }
  .search-submit { width: 100%; }
  .btn-lg { width: 100%; }
  .cta-actions .btn { width: 100%; }
  .gal-thumb { width: 84px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .js .reveal, .reveal { opacity: 1 !important; transform: none !important; transition: opacity 200ms ease !important; }
  *,*::before,*::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .btn:active, .gal-thumb:active { transform: none; }
  .fab-wa::before { animation: none; }
  .oc-media img, .gal-main img { transition: none; }
}
