:root {
  --ink: #101827;
  --navy: #0d1726;
  --navy-2: #172235;
  --gold: #c9a25b;
  --gold-2: #e5c27a;
  --cream: #f7f1e6;
  --paper: #fffaf0;
  --muted: #6a7282;
  --line: rgba(16, 24, 39, .11);
  --white: #fff;
  --green: #098778;
  --shadow: 0 24px 80px rgba(13, 23, 38, .18);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; }

.cursor-glow {
  position: fixed; inset: auto auto 12% -12%;
  width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,91,.18), transparent 68%);
  pointer-events: none; z-index: -1; filter: blur(8px);
}

.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  height: 78px; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 56px);
  color: var(--white);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease, height .25s ease;
}
.site-header.scrolled {
  height: 68px; background: rgba(255,250,240,.92); color: var(--navy);
  backdrop-filter: blur(18px); box-shadow: 0 10px 32px rgba(13,23,38,.08);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; border-radius: 14px; object-fit: cover; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.brand span { font-size: 22px; line-height: 1; }
.brand em { font-style: normal; color: var(--gold-2); }
.site-header.scrolled .brand em { color: var(--gold); }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 800; }
.desktop-nav a { opacity: .86; }
.desktop-nav a:hover { opacity: 1; color: var(--gold-2); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { display: flex; align-items: center; gap: 3px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 4px; background: rgba(255,255,255,.11); backdrop-filter: blur(14px); }
.site-header.scrolled .language-switch { border-color: rgba(13,23,38,.12); background: var(--white); }
.lang-btn { border: 0; background: transparent; padding: 8px 11px; border-radius: 999px; cursor: pointer; color: inherit; font-weight: 900; font-size: 12px; display: inline-flex; align-items: center; gap: 6px; line-height: 1; white-space: nowrap; }
.lang-btn .flag { font-size: 14px; line-height: 1; }
.lang-btn .label { line-height: 1; }
.lang-btn.active { background: var(--white); color: var(--navy); }
.site-header.scrolled .lang-btn.active { background: var(--navy); color: var(--white); }
.header-whatsapp { background: #25d366; color: #05260f; font-weight: 1000; padding: 11px 17px; border-radius: 999px; font-size: 13px; box-shadow: 0 12px 30px rgba(37,211,102,.25); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; position: relative; color: inherit; }
.menu-toggle span { position: absolute; left: 8px; right: 8px; height: 2px; background: currentColor; border-radius: 9px; transition: transform .2s ease; }
.menu-toggle span:first-child { top: 15px; }
.menu-toggle span:last-child { top: 25px; }
.menu-toggle.active span:first-child { transform: translateY(5px) rotate(45deg); }
.menu-toggle.active span:last-child { transform: translateY(-5px) rotate(-45deg); }
.mobile-drawer {
  position: fixed; inset: 78px 18px auto 18px; z-index: 999;
  display: none; flex-direction: column; padding: 16px;
  border: 1px solid rgba(255,255,255,.35); border-radius: 24px;
  background: rgba(13,23,38,.92); color: var(--white); backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.mobile-drawer.open { display: flex; }
.mobile-drawer a { padding: 15px 10px; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 900; }
.mobile-drawer a:last-child { border-bottom: 0; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); animation: heroZoom 12s ease forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(6,12,22,.78) 0%, rgba(6,12,22,.56) 38%, rgba(6,12,22,.25) 70%, rgba(6,12,22,.62) 100%); }
.hero-content { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(28px, 5vw, 70px); align-items: center; padding: 130px 0 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--gold-2); font-size: 13px; font-weight: 1000; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 18px; }
.eyebrow span:first-child { width: 38px; height: 1px; background: currentColor; opacity: .9; }
.eyebrow.dark { color: var(--gold); }
.brand-line { margin: -6px 0 16px; color: rgba(255,255,255,.78); font-weight: 900; letter-spacing: .08em; font-size: clamp(14px, 1.2vw, 17px); text-transform: none; }
.hero h1 { margin: 0; font-size: clamp(46px, 7.1vw, 96px); line-height: .92; max-width: 880px; letter-spacing: -.07em; text-wrap: balance; }
.hero-text { font-size: clamp(17px, 1.7vw, 22px); line-height: 1.72; color: rgba(255,255,255,.84); max-width: 720px; margin: 28px 0; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { border: 0; border-radius: 999px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 1000; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #17100a; box-shadow: 0 18px 44px rgba(201,162,91,.32); }
.btn.glass { border: 1px solid rgba(255,255,255,.3); color: var(--white); background: rgba(255,255,255,.11); backdrop-filter: blur(16px); }
.btn.dark { background: var(--navy); color: var(--white); box-shadow: 0 18px 44px rgba(13,23,38,.18); }
.btn.full { width: 100%; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 36px; max-width: 650px; }
.trust-row div { padding: 18px; border-radius: 22px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(14px); }
.trust-row strong { display: block; font-size: 25px; line-height: 1; }
.trust-row span { display: block; margin-top: 5px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 800; }
.concierge-card { background: rgba(255,250,240,.95); color: var(--navy); border-radius: var(--radius-xl); padding: 30px; box-shadow: 0 34px 110px rgba(0,0,0,.34); border: 1px solid rgba(255,255,255,.28); position: relative; overflow: hidden; }
.concierge-card:before { content: ""; position: absolute; width: 210px; height: 210px; border-radius: 50%; background: rgba(201,162,91,.23); right: -75px; top: -75px; }
.card-topline { color: var(--gold); text-transform: uppercase; font-size: 12px; letter-spacing: .13em; font-weight: 1000; }
.concierge-card h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.05; letter-spacing: -.04em; margin: 14px 0 22px; position: relative; }
.lead-form { display: grid; gap: 12px; position: relative; }
label span { display: block; font-size: 12px; font-weight: 900; color: var(--muted); margin-bottom: 7px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 15px; padding: 13px 14px; background: var(--white); color: var(--navy); outline: none; }
input:focus, select:focus, textarea:focus { border-color: rgba(201,162,91,.75); box-shadow: 0 0 0 4px rgba(201,162,91,.13); }
.scroll-indicator { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.46); border-radius: 999px; display: flex; justify-content: center; padding-top: 8px; }
.scroll-indicator span { width: 4px; height: 8px; border-radius: 99px; background: var(--white); animation: bounce 1.4s infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); opacity: 1; } 60% { transform: translateY(14px); opacity: .25; } }

.section { padding: clamp(72px, 9vw, 126px) 0; }
.intro-strip { padding: 32px 0; background: var(--navy); color: var(--white); }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.12); border-radius: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.10); }
.strip-item { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); padding: 26px; }
.strip-item span { color: var(--gold-2); font-weight: 1000; }
.strip-item strong { display: block; font-size: 19px; margin: 8px 0 8px; }
.strip-item p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.6; }

.section-head { display: grid; grid-template-columns: minmax(0, .95fr) minmax(260px, .55fr); gap: 34px; align-items: end; margin-bottom: 34px; }
.section-head.centered { display: block; text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-head h2, .showcase-copy h2, .process-title h2, .china-copy h2, .contact-card h2 { font-size: clamp(34px, 4.8vw, 64px); line-height: .98; letter-spacing: -.055em; margin: 0; }
.section-head p, .showcase-copy p, .process-title p, .china-copy p, .contact-card p { color: var(--muted); line-height: 1.75; font-size: 16px; }
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.filter-pill { border: 1px solid rgba(16,24,39,.12); background: rgba(255,255,255,.66); color: var(--navy); border-radius: 999px; padding: 10px 15px; cursor: pointer; font-weight: 900; }
.filter-pill.active { background: var(--navy); color: var(--white); }
.property-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 22px; align-items: stretch; }
.property-card { border-radius: var(--radius-xl); background: rgba(255,255,255,.74); border: 1px solid rgba(16,24,39,.10); overflow: hidden; box-shadow: 0 22px 60px rgba(13,23,38,.08); transition: transform .25s ease, opacity .2s ease, filter .25s ease; }
.property-card:hover { transform: translateY(-7px); }
.property-card.hidden { opacity: .08; transform: scale(.97); pointer-events: none; filter: grayscale(1); }
.property-media { position: relative; aspect-ratio: 1.16 / 1; overflow: hidden; background: var(--navy); }
.property-card.featured .property-media { aspect-ratio: 1.45 / 1; }
.property-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.property-card:hover .property-media img { transform: scale(1.06); }
.property-badges { position: absolute; left: 16px; top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
.property-badges span { background: rgba(13,23,38,.77); color: var(--white); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.18); padding: 8px 10px; border-radius: 999px; font-size: 12px; font-weight: 1000; }
.property-body { padding: 23px; }
.property-location { color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 1000; }
.property-body h3 { margin: 9px 0 10px; font-size: 26px; line-height: 1.08; letter-spacing: -.04em; }
.property-body p { margin: 0 0 18px; color: var(--muted); line-height: 1.65; }
.property-specs { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 18px; }
.property-specs span { background: rgba(13,23,38,.06); color: var(--navy); border-radius: 999px; padding: 7px 10px; font-size: 12px; font-weight: 900; }
.property-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding-top: 16px; }
.property-footer strong { font-size: 22px; }
.link-btn { border: 0; background: transparent; color: var(--gold); font-weight: 1000; cursor: pointer; padding: 0; }

.showcase { background: var(--paper); }
.showcase-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: center; }
.showcase-copy p { max-width: 580px; }
.area-mosaic { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; min-height: 560px; }
.area-card { position: relative; border-radius: var(--radius-xl); overflow: hidden; min-height: 220px; display: flex; align-items: end; padding: 22px; color: var(--white); box-shadow: 0 25px 70px rgba(13,23,38,.13); }
.area-card.large { grid-row: span 2; }
.area-card:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.68)), var(--bg); background-size: cover; background-position: center; transition: transform .7s ease; }
.area-card:hover:before { transform: scale(1.08); }
.area-card span { position: relative; z-index: 1; font-size: 28px; line-height: 1; font-weight: 1000; letter-spacing: -.04em; }

.services { background: var(--navy); color: var(--white); position: relative; overflow: hidden; }
.services:before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -220px; top: -220px; background: radial-gradient(circle, rgba(201,162,91,.22), transparent 70%); }
.services .section-head p, .services .section-head h2 { color: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; padding: 28px; border-radius: var(--radius-lg); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.10); min-height: 220px; overflow: hidden; }
.service-card:after { content: ""; position: absolute; width: 110px; height: 110px; right: -35px; bottom: -35px; border-radius: 50%; background: rgba(201,162,91,.15); }
.service-card span { color: var(--gold-2); font-weight: 1000; }
.service-card h3 { font-size: 24px; margin: 28px 0 12px; }
.service-card p { margin: 0; color: rgba(255,255,255,.70); line-height: 1.7; }

.calculator-shell { background: rgba(255,255,255,.80); border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: 0 24px 80px rgba(13,23,38,.10); overflow: hidden; }
.calc-tabs { display: flex; gap: 0; overflow-x: auto; border-bottom: 1px solid var(--line); background: rgba(13,23,38,.04); }
.calc-tab { flex: 1 0 auto; border: 0; padding: 18px 20px; background: transparent; cursor: pointer; font-weight: 1000; color: var(--muted); }
.calc-tab.active { background: var(--navy); color: var(--white); }
.calc-panels { padding: 28px; }
.calc-panel { display: none; }
.calc-panel.active { display: block; }
.field-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 16px; }
.calc-result { min-height: 64px; margin-top: 18px; padding: 18px; border-radius: 18px; background: var(--navy); color: var(--white); font-size: 18px; line-height: 1.55; font-weight: 800; }
.calc-result small { color: rgba(255,255,255,.66); font-weight: 700; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: .75fr 1.1fr; gap: 58px; align-items: start; }
.timeline { border-left: 1px solid rgba(201,162,91,.55); padding-left: 28px; display: grid; gap: 18px; }
.timeline div { background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; position: relative; }
.timeline div:before { content: ""; position: absolute; left: -36px; top: 28px; width: 15px; height: 15px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 8px rgba(201,162,91,.18); }
.timeline span { color: var(--gold); font-weight: 1000; }
.timeline h3 { margin: 8px 0; font-size: 22px; }
.timeline p { color: var(--muted); margin: 0; line-height: 1.65; }

.china-desk { background: linear-gradient(135deg, var(--navy), #0b2d38); color: var(--white); }
.china-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 42px; align-items: center; }
.china-copy p { color: rgba(255,255,255,.72); }
.contact-pills { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.contact-pills a { border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 11px 14px; font-weight: 1000; background: rgba(255,255,255,.07); }
.qr-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.qr-card { background: var(--white); color: var(--navy); padding: 18px; border-radius: var(--radius-xl); box-shadow: 0 28px 90px rgba(0,0,0,.24); text-align: center; }
.qr-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 22px; background: #f5f5f5; }
.qr-card strong { display: block; margin-top: 12px; }
.qr-card.qr-only { padding: 16px; }
.qr-card.qr-only img { background: #fff; }


.insights { background: var(--cream); }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-card { padding: 28px; border-radius: var(--radius-xl); background: rgba(255,255,255,.76); border: 1px solid var(--line); min-height: 220px; transition: transform .25s ease; }
.insight-card:hover { transform: translateY(-6px); }
.insight-card span { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 1000; }
.insight-card h3 { font-size: 25px; letter-spacing: -.04em; line-height: 1.15; margin: 22px 0 12px; }
.insight-card p { color: var(--muted); line-height: 1.65; margin: 0; }

.contact { background: var(--paper); padding-bottom: 40px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.05fr; gap: 26px; align-items: start; }
.contact-card, .contact-form { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 30px; box-shadow: 0 24px 70px rgba(13,23,38,.08); }
.contact-list { display: grid; gap: 13px; margin-top: 24px; }
.contact-list a, .contact-list p { margin: 0; display: flex; gap: 12px; align-items: flex-start; color: var(--navy); line-height: 1.55; font-weight: 800; }
.contact-list span:first-child { color: var(--gold); min-width: 22px; }
.contact-form { display: grid; gap: 14px; }
.map-card { margin-top: 24px; border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(13,23,38,.08); }
.map-card iframe { width: 100%; height: 380px; border: 0; display: block; filter: saturate(.85) contrast(.95); }

.site-footer { background: var(--navy); color: var(--white); padding: 52px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr 1.2fr; gap: 34px; }
.footer-brand { display: flex; align-items: center; gap: 12px; font-size: 22px; }
.footer-brand div { display: grid; gap: 2px; }
.footer-brand small { display: block; color: rgba(255,255,255,.58); font-size: 13px; letter-spacing: .08em; }
.footer-brand img { width: 42px; height: 42px; border-radius: 14px; object-fit: cover; }
.footer-grid p { color: rgba(255,255,255,.64); line-height: 1.65; }
.footer-grid a { display: block; color: rgba(255,255,255,.7); margin-top: 10px; }
.footer-grid strong { color: var(--gold-2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.11); margin-top: 34px; padding-top: 20px; color: rgba(255,255,255,.48); font-size: 13px; }
.float-wa { position: fixed; right: 18px; bottom: 18px; z-index: 990; background: #25d366; color: #03220d; border-radius: 999px; padding: 14px 18px; font-weight: 1000; box-shadow: 0 18px 42px rgba(37,211,102,.32); }

.property-modal { position: fixed; inset: 0; z-index: 2000; display: none; }
.property-modal.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,8,16,.72); backdrop-filter: blur(12px); }
.modal-panel { position: relative; width: min(1080px, calc(100% - 34px)); max-height: min(88svh, 900px); overflow: auto; margin: 6svh auto; background: var(--paper); border-radius: 34px; box-shadow: 0 50px 150px rgba(0,0,0,.45); }
.modal-close { position: absolute; right: 18px; top: 18px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.86); font-size: 26px; cursor: pointer; }
.modal-gallery { display: grid; grid-template-columns: 1.3fr 1fr; gap: 8px; padding: 8px; }
.modal-gallery img { width: 100%; height: 360px; object-fit: cover; border-radius: 28px; }
.modal-gallery img + img { height: 176px; }
.modal-content { padding: 26px 32px 34px; }
.modal-content h2 { margin: 0; font-size: 40px; letter-spacing: -.05em; }
.modal-content p { color: var(--muted); line-height: 1.7; }
.modal-specs { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px; }
.modal-specs span { padding: 8px 12px; border-radius: 999px; background: rgba(13,23,38,.07); font-weight: 900; }
.modal-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (max-width: 1060px) {
  .desktop-nav, .header-whatsapp { display: none; }
  .menu-toggle { display: block; }
  .hero-content, .showcase-grid, .process-grid, .china-grid, .contact-grid { grid-template-columns: 1fr; }
  .concierge-card { max-width: 640px; }
  .property-grid { grid-template-columns: 1fr 1fr; }
  .property-card.featured { grid-column: span 2; }
  .services-grid, .insight-grid { grid-template-columns: repeat(2, 1fr); }
  .field-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--max)); }
  .site-header { padding: 0 14px; height: 68px; }
  .brand span { font-size: 18px; }
  .brand img { width: 38px; height: 38px; }
  .language-switch { gap: 1px; padding: 3px; }
  .lang-btn { padding: 7px 9px; font-size: 11px; gap: 5px; }
  .lang-btn .flag { font-size: 13px; }
  .hero { min-height: auto; }
  .hero-content { padding: 100px 0 60px; }
  .hero h1 { font-size: clamp(42px, 13vw, 66px); }
  .hero-text { font-size: 16px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(5,10,18,.78), rgba(5,10,18,.5) 42%, rgba(5,10,18,.82)); }
  .trust-row, .strip-grid, .property-grid, .services-grid, .insight-grid, .qr-board, .footer-grid { grid-template-columns: 1fr; }
  .property-card.featured { grid-column: auto; }
  .section-head { grid-template-columns: 1fr; }
  .area-mosaic { grid-template-columns: 1fr; min-height: auto; }
  .area-card.large { grid-row: auto; }
  .field-grid { grid-template-columns: 1fr; }
  .calc-tabs { display: grid; grid-template-columns: repeat(2, 1fr); }
  .calc-tab { padding: 14px 12px; }
  .modal-gallery { grid-template-columns: 1fr; }
  .modal-gallery img, .modal-gallery img + img { height: 240px; }
  .modal-content h2 { font-size: 32px; }
  .float-wa { right: 12px; bottom: 12px; padding: 12px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Bonas Casas Premium additions */
.proof-band { background: #fffaf0; border-top: 1px solid rgba(16,24,39,.08); border-bottom: 1px solid rgba(16,24,39,.08); padding: 26px 0; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(13,23,38,.08); border-radius: 24px; overflow: hidden; }
.proof-grid div { background: rgba(255,255,255,.82); padding: 22px; }
.proof-grid strong { display: block; color: var(--navy); font-size: 16px; letter-spacing: -.02em; }
.proof-grid span { display: block; color: var(--muted); margin-top: 7px; line-height: 1.55; font-weight: 700; }
.link-btn { display:inline-flex; align-items:center; justify-content:center; border:0; background: transparent; color: var(--gold); font-weight: 1000; cursor: pointer; padding:0; }
.inner-page .site-header { background: rgba(13,23,38,.96); color: var(--white); backdrop-filter: blur(18px); }
.page-hero { min-height: 58svh; padding: 150px 0 80px; color: var(--white); position: relative; overflow: hidden; background: var(--navy); }
.page-hero:before { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(4,9,16,.82), rgba(4,9,16,.56), rgba(4,9,16,.75)), var(--page-bg); background-size: cover; background-position: center; transform: scale(1.03); }
.page-hero .container { position: relative; z-index:1; }
.page-hero h1 { margin:0; font-size: clamp(44px, 6.4vw, 86px); line-height:.94; letter-spacing:-.065em; max-width: 920px; }
.page-hero p { max-width: 760px; color: rgba(255,255,255,.78); font-size: 19px; line-height:1.72; }
.listing-controls { display:grid; grid-template-columns: 1fr .7fr .7fr .7fr; gap: 14px; padding: 18px; border:1px solid var(--line); background: rgba(255,255,255,.78); border-radius: var(--radius-xl); box-shadow: 0 20px 70px rgba(13,23,38,.08); margin-top: -48px; position: relative; z-index: 3; }
.listing-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.listing-card { background: rgba(255,255,255,.82); border:1px solid var(--line); border-radius: var(--radius-xl); overflow:hidden; box-shadow: 0 22px 70px rgba(13,23,38,.10); }
.listing-card img { width:100%; height: 280px; object-fit: cover; }
.listing-card .property-body { padding: 24px; }
.listing-card .btn { margin-top: 18px; }
.detail-hero { min-height: 72svh; padding: 150px 0 70px; color:var(--white); position:relative; display:flex; align-items:end; background: var(--navy); overflow:hidden; }
.detail-hero:before { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(4,9,16,.22), rgba(4,9,16,.88)), var(--detail-bg); background-size:cover; background-position:center; }
.detail-hero .container { position:relative; z-index:1; }
.detail-hero h1 { font-size: clamp(42px, 6vw, 84px); line-height:.95; letter-spacing:-.06em; margin:0; max-width:980px; }
.detail-meta { display:flex; flex-wrap:wrap; gap:10px; margin:24px 0; }
.detail-meta span { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); border-radius:999px; padding:10px 14px; font-weight:900; }
.detail-layout { display:grid; grid-template-columns: 1.05fr .48fr; gap:34px; align-items:start; }
.detail-copy, .detail-aside { background: rgba(255,255,255,.82); border:1px solid var(--line); border-radius: var(--radius-xl); padding: 30px; box-shadow: 0 22px 70px rgba(13,23,38,.08); }
.detail-copy h2, .detail-aside h2 { font-size: clamp(30px, 3.8vw, 52px); line-height:1; letter-spacing:-.05em; margin: 0 0 18px; }
.detail-copy p, .detail-copy li, .detail-aside p { color: var(--muted); line-height:1.75; }
.gallery-grid { display:grid; grid-template-columns: 1.35fr 1fr 1fr; gap:12px; margin-top: 28px; }
.gallery-grid img { width:100%; height: 260px; object-fit: cover; border-radius: 24px; }
.gallery-grid img:first-child { grid-row: span 2; height: 532px; }
.fee-note { font-size:13px; color: var(--muted); margin-top:14px; line-height:1.55; }
@media (max-width: 1060px) { .proof-grid, .listing-grid, .detail-layout { grid-template-columns: 1fr 1fr; } .listing-controls { grid-template-columns: 1fr 1fr; } .gallery-grid { grid-template-columns: 1fr 1fr; } .gallery-grid img:first-child { grid-row:auto; height:260px; } }
@media (max-width: 720px) { .proof-grid, .listing-grid, .detail-layout, .listing-controls, .gallery-grid { grid-template-columns: 1fr; } .page-hero, .detail-hero { padding-top: 120px; } .listing-controls { margin-top: 18px; } }

.calc-note {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(185,142,74,.10);
  border: 1px solid rgba(185,142,74,.20);
  color: rgba(16,24,39,.72);
  font-size: 13px;
  line-height: 1.65;
}

.privacy-check { display:flex; align-items:flex-start; gap:10px; font-size:12px; line-height:1.45; color:rgba(255,255,255,.72); margin:2px 0 12px; }
.contact-form .privacy-check { color:rgba(16,24,39,.72); }
.privacy-check input { margin-top:3px; accent-color:var(--gold); }
.privacy-check a { color:var(--gold-2); text-decoration:underline; }
.contact-form .privacy-check a { color:var(--gold); }
.map-card { position:relative; min-height:360px; overflow:hidden; }
.map-card iframe:not([src]) { display:none; }
.map-consent { min-height:360px; display:grid; place-items:center; align-content:center; text-align:center; padding:32px; background:linear-gradient(135deg, rgba(13,23,38,.08), rgba(185,142,74,.12)); border-radius:var(--radius-xl); }
.map-consent strong { font-size:24px; color:var(--navy); }
.map-consent p { max-width:520px; color:rgba(16,24,39,.68); }
.cookie-banner { position:fixed; left:18px; right:18px; bottom:18px; z-index:1000; background:rgba(13,23,38,.96); color:#fff; border:1px solid rgba(255,255,255,.16); border-radius:24px; box-shadow:0 24px 80px rgba(0,0,0,.35); padding:18px; display:grid; grid-template-columns:1fr auto; gap:18px; align-items:center; max-width:980px; margin:auto; }
.cookie-banner p { margin:6px 0 0; color:rgba(255,255,255,.72); line-height:1.55; }
.cookie-actions { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }
.cookie-actions .btn { padding:11px 16px; }
.legal-content { max-width:920px; background:#fff; border-radius:28px; padding:34px; box-shadow:0 24px 80px rgba(13,23,38,.10); }
.legal-content h2 { margin-top:26px; color:var(--navy); }
.legal-content p, .legal-content li { line-height:1.75; color:rgba(16,24,39,.78); }
.legal-hero { min-height:380px; }
@media (max-width:680px) {
  .hero { min-height:92svh; padding:92px 0 42px; align-items:center; }
  .hero-content { grid-template-columns:1fr; gap:18px; }
  .hero h1 { font-size:clamp(38px, 12vw, 52px); line-height:1; letter-spacing:-.055em; }
  .hero-text { font-size:15px; line-height:1.62; margin:18px 0; }
  .brand-line { margin: -8px 0 12px; font-size:13px; }
  .concierge-card { display:none; }
  .trust-row { grid-template-columns:repeat(3,1fr); gap:8px; margin-top:20px; }
  .trust-row div { padding:12px 8px; }
  .trust-row strong { font-size:20px; }
  .trust-row span { font-size:11px; }
  .scroll-indicator { display:none; }
  .cookie-banner { grid-template-columns:1fr; left:12px; right:12px; bottom:12px; }
  .cookie-actions { justify-content:flex-start; }
}


.credentials-section { background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%); }
.credentials-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 34px; align-items: center; }
.credentials-copy h2 { font-size: clamp(34px, 4.6vw, 58px); line-height: .98; letter-spacing: -.05em; margin: 0 0 16px; color: var(--navy); }
.credentials-copy > p:last-of-type { color: var(--muted); line-height: 1.8; margin: 0 0 22px; }
.credentials-list { display: grid; gap: 14px; }
.credential-item { background: rgba(255,255,255,.84); border: 1px solid rgba(13,23,38,.08); border-radius: 22px; padding: 18px 20px; box-shadow: 0 14px 40px rgba(16,24,39,.06); }
.credential-item strong { display: block; color: var(--navy); font-size: 17px; letter-spacing: -.02em; }
.credential-item span { display: block; color: var(--muted); margin-top: 6px; line-height: 1.65; font-weight: 600; }
.credentials-visual { display: flex; justify-content: center; }
.credential-badge-card { background: #ffffff; border-radius: 28px; padding: 18px; border: 1px solid rgba(13,23,38,.08); box-shadow: 0 24px 70px rgba(16,24,39,.10); }
.credential-badge-card img { display: block; width: min(100%, 520px); height: auto; border-radius: 18px; }
@media (max-width: 1060px) { .credentials-grid { grid-template-columns: 1fr; } .credentials-visual { order: -1; } }


/* V20 premium credentials enhancements */
.header-credential {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(185,142,74,.38);
  color: var(--navy);
  background: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .035em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(16,24,39,.07);
}
.site-header:not(.scrolled) .header-credential {
  background: rgba(255,255,255,.14);
  color: #fff;
  border-color: rgba(255,255,255,.30);
}
.site-header.scrolled .header-credential {
  background: rgba(185,142,74,.12);
}
.premium-proof {
  background: linear-gradient(135deg, #071222 0%, #0d1726 58%, #162337 100%);
  border: 0;
  padding: 30px 0;
}
.premium-proof .proof-grid {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.10);
}
.premium-proof .proof-grid div {
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.07));
  border-right: 1px solid rgba(255,255,255,.08);
}
.premium-proof .proof-grid strong {
  color: #fff;
}
.premium-proof .proof-grid span {
  color: rgba(255,255,255,.68);
}
.premium-credentials {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(185,142,74,.10), transparent 30%),
    linear-gradient(180deg, #fffaf2 0%, #ffffff 88%);
}
.premium-credentials::before { content: none; }
.credentials-section .credentials-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: clamp(36px, 5vw, 62px);
  align-items: start;
}
.credentials-copy h2 {
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.02;
  letter-spacing: -.05em;
  color: var(--navy);
  margin: 0 0 18px;
}
.credentials-copy > p:last-of-type {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.82;
  max-width: 760px;
  margin-bottom: 26px;
}
.credential-highlight {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 22px;
}
.credential-highlight div {
  border-radius: 20px;
  padding: 18px 18px 16px;
  background: #fff;
  color: var(--navy);
  border: 1px solid rgba(13,23,38,.10);
  box-shadow: 0 10px 26px rgba(16,24,39,.06);
}
.credential-highlight span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.credential-highlight strong {
  display: block;
  color: var(--navy);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.3;
  letter-spacing: -.02em;
}
.credentials-list {
  display: grid;
  gap: 12px;
}
.credential-item {
  background: #fff;
  border: 1px solid rgba(13,23,38,.08);
  border-left: 4px solid rgba(185,142,74,.72);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 10px 26px rgba(16,24,39,.05);
}
.credential-item strong {
  display: block;
  color: var(--navy);
  font-size: 17px;
  letter-spacing: -.02em;
}
.credential-item span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 650;
}
.credentials-visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.credential-badge-card {
  position: relative;
  width: min(100%, 520px);
  border-radius: 28px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(13,23,38,.10);
  box-shadow: 0 20px 55px rgba(13,23,38,.11);
}
.badge-card-kicker {
  position: static;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  background: #f6efe0;
  color: var(--navy);
  border: 1px solid rgba(185,142,74,.35);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.credential-badge-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(13,23,38,.08);
  background: #fff;
}
.badge-card-foot {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(13,23,38,.08);
  background: transparent;
  color: var(--navy);
  display: block;
}
.badge-card-foot strong {
  color: var(--navy);
  font-size: 18px;
  letter-spacing: -.02em;
}
.badge-card-foot span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 1180px) {
  .header-credential { display: none; }
}
@media (max-width: 1060px) {
  .credentials-section .credentials-grid { grid-template-columns: 1fr; }
  .credentials-visual { order: -1; }
}
@media (max-width: 720px) {
  .credential-highlight { grid-template-columns: 1fr; }
}


/* V24 final: clean professional credentials block */
.final-credentials {
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 78%);
  position: relative;
  overflow: hidden;
}
.final-credentials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 10%, rgba(185,142,74,.10), transparent 32%);
  pointer-events: none;
}
.credentials-shell {
  position: relative;
  z-index: 1;
}
.credentials-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .82fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(13,23,38,.09);
  border-radius: 34px;
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 26px 80px rgba(13,23,38,.10);
}
.final-credentials .credentials-copy h2 {
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -.055em;
  margin: 0 0 18px;
  color: var(--navy);
  max-width: 850px;
}
.final-credentials .credentials-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.82;
  max-width: 820px;
  margin: 0 0 26px;
}
.credential-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(13,23,38,.08);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.credential-facts div {
  padding: 18px 18px 16px;
  border-right: 1px solid rgba(13,23,38,.08);
}
.credential-facts div:last-child { border-right: 0; }
.credential-facts span {
  display: block;
  color: var(--gold);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: .10em;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.credential-facts strong {
  display: block;
  color: var(--navy);
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.28;
  letter-spacing: -.02em;
}
.credentials-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(13,23,38,.04);
  color: var(--muted);
  font-weight: 700;
  line-height: 1.65;
}
.official-badge-card {
  width: min(100%, 500px);
  background: #fff;
  border: 1px solid rgba(13,23,38,.09);
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 22px 60px rgba(13,23,38,.12);
}
.official-badge-card .badge-card-kicker {
  position: static;
  display: inline-flex;
  align-items: center;
  background: #f6efe0;
  color: var(--navy);
  border: 1px solid rgba(185,142,74,.35);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.official-badge-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(13,23,38,.08);
}
.official-badge-card .badge-card-foot {
  margin-top: 16px;
  padding: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(13,23,38,.08);
  background: transparent;
  color: var(--navy);
  display: block;
}
.official-badge-card .badge-card-foot strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
}
.official-badge-card .badge-card-foot span {
  display: block;
  color: var(--muted);
  text-align: left;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.55;
}
@media (max-width: 1060px) {
  .credentials-panel { grid-template-columns: 1fr; padding: 26px; }
  .credentials-visual { order: -1; }
}
@media (max-width: 720px) {
  .credentials-panel { border-radius: 26px; }
  .credential-facts { grid-template-columns: 1fr 1fr; }
  .credential-facts div { border-right: 0; border-bottom: 1px solid rgba(13,23,38,.08); }
  .credential-facts div:nth-child(odd) { border-right: 1px solid rgba(13,23,38,.08); }
  .credential-facts div:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 460px) {
  .credential-facts { grid-template-columns: 1fr; }
  .credential-facts div:nth-child(odd) { border-right: 0; }
  .credential-facts div:nth-last-child(-n+2) { border-bottom: 1px solid rgba(13,23,38,.08); }
  .credential-facts div:last-child { border-bottom: 0; }
}


/* V25 FINAL RELEASE — Professional API/AICAT credentials section */
.bc-api-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 85%);
}
.bc-api-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 8%, rgba(185,142,74,.12), transparent 34%);
  pointer-events: none;
}
.bc-api-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .82fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(13,23,38,.09);
  border-radius: 36px;
  padding: clamp(28px, 5vw, 58px);
  box-shadow: 0 28px 80px rgba(13,23,38,.10);
}
.bc-api-copy h2 {
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.02;
  letter-spacing: -.055em;
  color: var(--navy);
  margin: 0 0 18px;
  max-width: 880px;
}
.bc-api-copy > p:not(.eyebrow):not(.bc-api-note) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.82;
  max-width: 820px;
  margin: 0 0 28px;
}
.bc-api-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(13,23,38,.08);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.bc-api-facts div {
  padding: 18px 18px 16px;
  border-right: 1px solid rgba(13,23,38,.08);
}
.bc-api-facts div:last-child {
  border-right: 0;
}
.bc-api-facts span {
  display: block;
  color: var(--gold);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: .10em;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.bc-api-facts strong {
  display: block;
  color: var(--navy);
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.32;
  letter-spacing: -.02em;
}
.bc-api-note {
  margin: 18px 0 0;
  padding: 15px 18px;
  border-radius: 20px;
  background: rgba(13,23,38,.04);
  color: var(--muted);
  font-weight: 700;
  line-height: 1.65;
}
.bc-api-proof {
  background: #fff;
  border: 1px solid rgba(13,23,38,.10);
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 24px 62px rgba(13,23,38,.13);
}
.bc-proof-label {
  display: inline-flex;
  align-items: center;
  background: #f6efe0;
  color: var(--navy);
  border: 1px solid rgba(185,142,74,.35);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.bc-api-proof img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(13,23,38,.08);
  background: #fff;
}
.bc-proof-caption {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(13,23,38,.08);
}
.bc-proof-caption strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  letter-spacing: -.02em;
}
.bc-proof-caption span {
  display: block;
  color: var(--muted);
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.55;
}
@media (max-width: 1060px) {
  .bc-api-wrap {
    grid-template-columns: 1fr;
    border-radius: 30px;
  }
  .bc-api-proof {
    order: -1;
  }
}
@media (max-width: 720px) {
  .bc-api-wrap {
    padding: 24px;
  }
  .bc-api-facts {
    grid-template-columns: 1fr 1fr;
  }
  .bc-api-facts div {
    border-right: 0;
    border-bottom: 1px solid rgba(13,23,38,.08);
  }
  .bc-api-facts div:nth-child(odd) {
    border-right: 1px solid rgba(13,23,38,.08);
  }
  .bc-api-facts div:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
@media (max-width: 460px) {
  .bc-api-facts {
    grid-template-columns: 1fr;
  }
  .bc-api-facts div,
  .bc-api-facts div:nth-child(odd) {
    border-right: 0;
  }
  .bc-api-facts div:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(13,23,38,.08);
  }
  .bc-api-facts div:last-child {
    border-bottom: 0;
  }
}

/* V26 cacheproof final css marker */


/* V30 icon audit: consistent WhatsApp icon across header, CTAs, contact links and floating button */
a[href*="wa.me"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
a[href*="wa.me"]::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../img/icon-whatsapp.svg") center / contain no-repeat;
}
.header-whatsapp::before { width: 17px; height: 17px; }
.btn[href*="wa.me"]::before { width: 19px; height: 19px; }
.float-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.float-wa::before {
  width: 20px !important;
  height: 20px !important;
}
.contact-pills a[href*="wa.me"]::before {
  width: 18px;
  height: 18px;
}
@media (max-width: 560px) {
  .header-whatsapp {
    padding: 10px 12px;
  }
  .header-whatsapp::before {
    width: 18px;
    height: 18px;
  }
  .float-wa::before {
    width: 21px !important;
    height: 21px !important;
  }
}


/* V30 contact icon audit: remove emoji symbols and use consistent professional SVG icons */
.contact-list .contact-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.contact-list .contact-icon::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-list .contact-phone::before { background-image: url("../img/icon-phone.svg"); }
.contact-list .contact-mail::before { background-image: url("../img/icon-mail.svg"); }
.contact-list .contact-location::before { background-image: url("../img/icon-location.svg"); }
.contact-list .contact-clock::before { background-image: url("../img/icon-clock.svg"); }
.contact-list .contact-whatsapp::before { background-image: url("../img/icon-whatsapp.svg"); }

/* V31 credentials: API section hides tax number and focuses on professional credibility. */
