/* Conversion-led redesign. Native CSS only; existing form and office data stay intact. */
.leadgen-v3 {
  --page: #f7f8fb;
  --surface: #ffffff;
  --ink: #15213d;
  --muted: #5c667d;
  --line: #dfe4ee;
  --brand: #243e91;
  --brand-deep: #172b6d;
  --brand-soft: #eef2ff;
  --action: #f2b800;
  --action-hover: #dba600;
  --error: #b42318;
  --success: #157347;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font-body);
}

.leadgen-v3 .container { width: min(calc(100% - 48px), 1240px); }
.leadgen-v3 .section { padding: clamp(84px, 9vw, 124px) 0; }
.leadgen-v3 .eyebrow { margin: 0 0 18px; color: var(--brand); font-size: 14px; font-weight: 800; letter-spacing: .08em; line-height: 1.6; }
.leadgen-v3 h1, .leadgen-v3 h2, .leadgen-v3 h3 { font-family: var(--font-display); letter-spacing: -.025em; }
.leadgen-v3 .button { min-height: 50px; border-radius: 8px; padding: 0 24px; background: var(--action); color: #17244a; box-shadow: none; font-weight: 800; white-space: nowrap; }
.leadgen-v3 .button:hover { background: var(--action-hover); box-shadow: none; transform: translateY(-1px); }
.leadgen-v3 .button:active, .leadgen-v3 button:active { transform: translateY(1px); }
.leadgen-v3 .button:focus-visible, .leadgen-v3 a:focus-visible, .leadgen-v3 button:focus-visible, .leadgen-v3 select:focus-visible, .leadgen-v3 input:focus-visible, .leadgen-v3 summary:focus-visible { outline: 3px solid #3569d4; outline-offset: 3px; }

/* Navigation */
.leadgen-v3 .site-header, .leadgen-v3 .site-header.scrolled { position: sticky; top: 0; z-index: 20; width: 100%; color: var(--ink); background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--line); box-shadow: none; backdrop-filter: blur(12px); }
.leadgen-v3 .nav-wrap { height: 72px; gap: 28px; }
.leadgen-v3 .brand-logo { width: 168px; height: auto; }
.leadgen-v3 .brand-stock { padding-left: 16px; border-left: 1px solid var(--line); color: #69728a; font-size: 12px; white-space: nowrap; }
.leadgen-v3 .site-nav { gap: 26px; }
.leadgen-v3 .site-nav a { color: #2e3851; font-size: 15px; }
.leadgen-v3 .site-nav a:hover { color: var(--brand); }
.leadgen-v3 .nav-actions { gap: 18px; }
.leadgen-v3 .phone-link { color: var(--brand); font-size: 17px; }
.leadgen-v3 .phone-link span { margin-bottom: 3px; color: #7a8397; font-size: 11px; }
.leadgen-v3 .button-small { min-height: 44px; padding-inline: 18px; }
.leadgen-v3 .menu-toggle { color: var(--brand); }

/* Hero */
.leadgen-v3 main { display: flex; flex-direction: column; }
.leadgen-v3 .hero { order: 1; position: relative; min-height: 720px; margin-top: 0; color: var(--ink); background: var(--page); overflow: hidden; }
.leadgen-v3 .hero-media { position: absolute; inset: 0 0 0 49%; background: url("hero-office-v2.webp") 56% center / cover no-repeat; }
.leadgen-v3 .hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #f7f8fb 0%, #f7f8fb 45%, rgba(247, 248, 251, .9) 52%, rgba(247, 248, 251, .08) 77%); }
.leadgen-v3 .hero-grid { position: relative; z-index: 2; min-height: 720px; padding: 62px 0 64px; display: grid; grid-template-columns: minmax(0, 1fr) 480px; align-items: center; gap: clamp(58px, 8vw, 112px); }
.leadgen-v3 .hero-copy { max-width: 660px; padding-bottom: 24px; }
.leadgen-v3 .hero h1 { max-width: 650px; margin: 0; color: var(--brand-deep); font-size: clamp(50px, 4.6vw, 64px); line-height: 1.18; letter-spacing: -.038em; }
.leadgen-v3 .hero-lede { max-width: 34rem; margin: 30px 0 0; color: #4f5a72; font-size: 19px; line-height: 1.85; }
.leadgen-v3 .hero-proof { display: none; }
.leadgen-v3 .lead-card { width: 100%; max-width: 480px; justify-self: end; padding: 34px 32px 30px; color: var(--ink); background: rgba(255, 255, 255, .98); border: 1px solid rgba(255, 255, 255, .92); border-radius: 14px; box-shadow: 0 24px 70px rgba(23, 43, 109, .18); }
.leadgen-v3 .form-heading { margin-bottom: 24px; }
.leadgen-v3 .form-kicker { margin: 0 0 7px; color: var(--brand); font-size: 13px; font-weight: 800; line-height: 1.6; }
.leadgen-v3 .form-heading h2 { margin: 0; color: var(--brand-deep); font-size: 28px; line-height: 1.4; }
.leadgen-v3 .form-heading p:not(.form-kicker) { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.leadgen-v3 .field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.leadgen-v3 .lead-card label { display: block; margin-bottom: 16px; color: #364158; font-size: 13px; font-weight: 700; line-height: 1.55; }
.leadgen-v3 .lead-card select, .leadgen-v3 .lead-card input, .leadgen-v3 .phone-field { border-color: #cfd6e4; border-radius: 7px; background: #fff; }
.leadgen-v3 .lead-card select, .leadgen-v3 .lead-card input { height: 50px; margin-top: 8px; color: var(--ink); }
.leadgen-v3 .phone-field { height: 50px; margin-top: 8px; }
.leadgen-v3 .phone-field input { height: 48px; margin: 0; }
.leadgen-v3 .lead-card select:focus, .leadgen-v3 .lead-card input:focus, .leadgen-v3 .phone-field:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(36, 62, 145, .13); }
.leadgen-v3 .lead-card [aria-invalid="true"] { border-color: var(--error); }
.leadgen-v3 .button-block { width: 100%; min-height: 54px; margin-top: 2px; }
.leadgen-v3 .form-note { margin: 12px 0 0; color: #687187; font-size: 11px; line-height: 1.7; text-align: center; }
.leadgen-v3 .form-status { min-height: 0; margin: 8px 0 0; color: var(--success); font-size: 13px; text-align: center; }
.leadgen-v3 .form-status.is-error { color: var(--error); }
.leadgen-v3 .form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.leadgen-v3 .trust-strip { position: static; width: 100%; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); backdrop-filter: none; }
.leadgen-v3 .trust-items { min-height: 98px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.leadgen-v3 .trust-items span { display: flex; align-items: baseline; justify-content: center; gap: 9px; color: #657086; font-size: 13px; border-right: 1px solid var(--line); }
.leadgen-v3 .trust-items span:last-child { border-right: 0; }
.leadgen-v3 .trust-items span::before { display: none; }
.leadgen-v3 .trust-items strong { color: var(--brand); font-size: 20px; font-weight: 900; }

/* Solutions */
.leadgen-v3 .solutions { order: 3; background: #fff; }
.leadgen-v3 .section-heading { max-width: 760px; margin: 0 0 54px; }
.leadgen-v3 .section-heading h2, .leadgen-v3 .city-copy h2, .leadgen-v3 .process-intro h2, .leadgen-v3 .faq-intro h2 { margin: 0; color: var(--brand-deep); font-size: clamp(34px, 3.6vw, 46px); line-height: 1.3; }
.leadgen-v3 .section-heading > p { max-width: 42rem; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.leadgen-v3 .solution-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(36px, 6vw, 76px); align-items: stretch; }
.leadgen-v3 .solution-photo { min-height: 610px; margin: 0; border-radius: 12px; overflow: hidden; }
.leadgen-v3 .solution-photo img { width: 100%; height: 100%; object-fit: cover; }
.leadgen-v3 .solution-grid { display: grid; grid-template-columns: 1fr; gap: 0; background: transparent; }
.leadgen-v3 .solution-card, .leadgen-v3 .solution-card.featured { position: relative; min-height: 0; padding: 32px 0; color: var(--ink); background: transparent; border: 0; border-top: 1px solid var(--line); border-radius: 0; box-shadow: none; transition: border-color .2s; }
.leadgen-v3 .solution-card:last-child { border-bottom: 1px solid var(--line); }
.leadgen-v3 .solution-card:hover { transform: none; box-shadow: none; border-color: #aeb8cc; }
.leadgen-v3 .card-index, .leadgen-v3 .card-icon, .leadgen-v3 .solution-card > a { display: none; }
.leadgen-v3 .solution-card h3 { margin: 0 0 12px; color: var(--brand); font-size: 25px; line-height: 1.4; }
.leadgen-v3 .solution-card p, .leadgen-v3 .solution-card.featured p { margin: 0; color: var(--muted); line-height: 1.9; }
.leadgen-v3 .solution-card ul { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 20px 0 0; padding: 0; list-style: none; }
.leadgen-v3 .solution-card li, .leadgen-v3 .solution-card.featured li { margin: 0; padding: 0; color: #46516a; font-size: 13px; }
.leadgen-v3 .solution-card li::before { display: none; }

/* City browser */
.leadgen-v3 .city-section { order: 4; color: var(--ink); background: var(--page); }
.leadgen-v3 .city-watermark, .leadgen-v3 .city-proof { display: none; }
.leadgen-v3 .city-layout { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr); gap: clamp(36px, 6vw, 76px); align-items: start; }
.leadgen-v3 .city-copy > p:not(.eyebrow) { max-width: 34rem; margin: 22px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.leadgen-v3 .city-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 30px 0 22px; }
.leadgen-v3 .city-chip { min-width: 0; height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 13px; color: #33405c; background: #fff; border: 1px solid #d5dbe7; border-radius: 7px; font-size: 14px; }
.leadgen-v3 .city-chip small { color: #7a8498; font-size: 11px; }
.leadgen-v3 .city-chip:hover { border-color: var(--brand); background: #fff; color: var(--brand); }
.leadgen-v3 .city-chip.active { color: #fff; background: var(--brand); border-color: var(--brand); font-weight: 800; }
.leadgen-v3 .city-chip.active small { color: rgba(255, 255, 255, .72); }
.leadgen-v3 .city-selection-line { margin: 0 0 13px; color: #677188; font-size: 14px; }
.leadgen-v3 .city-selection-line strong { color: var(--brand); }
.leadgen-v3 .city-main-cta { min-width: 178px; }
.leadgen-v3 .city-showcase { min-height: 0; color: var(--ink); background: #fff; border: 1px solid #d8deea; border-radius: 12px; box-shadow: none; overflow: hidden; }
.leadgen-v3 .city-showcase-head { min-height: 94px; display: flex; align-items: center; gap: 20px; padding: 22px 28px; color: var(--brand-deep); background: var(--brand-soft); border-bottom: 4px solid var(--action); }
.leadgen-v3 .city-showcase-head > span { padding-right: 18px; border-right: 1px solid #cbd4ee; color: #5e6b8c; font-size: 13px; font-weight: 800; }
.leadgen-v3 .city-showcase-head strong, .leadgen-v3 .city-showcase-head small { display: block; }
.leadgen-v3 .city-showcase-head strong { font-size: 27px; line-height: 1.1; }
.leadgen-v3 .city-showcase-head small { margin-top: 4px; color: #65708a; }
.leadgen-v3 .city-showcase-head svg { width: 28px; margin-left: auto; fill: none; stroke: var(--brand); stroke-width: 1.8; }
.leadgen-v3 .district-panel { padding: 30px 28px; }
.leadgen-v3 .district-label { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 15px; }
.leadgen-v3 .district-label span { color: var(--brand-deep); font-weight: 800; }
.leadgen-v3 .district-label small { color: #717b90; }
.leadgen-v3 .district-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.leadgen-v3 .district-chip { min-height: 48px; padding: 0 10px; color: #35415a; background: #fff; border: 1px solid #d6dce8; border-radius: 7px; font-weight: 700; }
.leadgen-v3 .district-chip:hover { color: var(--brand); border-color: var(--brand); }
.leadgen-v3 .district-chip.active { color: #fff; background: var(--brand); border-color: var(--brand); }
.leadgen-v3 .place-summary { margin-top: 26px; padding: 22px 22px; background: #fff9df; border-left: 4px solid var(--action); }
.leadgen-v3 .place-summary small, .leadgen-v3 .place-summary strong { display: block; }
.leadgen-v3 .place-summary small { color: #737c8e; }
.leadgen-v3 .place-summary strong { margin-top: 3px; color: var(--brand); font-size: 23px; }
.leadgen-v3 .place-summary p { margin: 10px 0 0; color: #5c667c; font-size: 13px; line-height: 1.75; }
.leadgen-v3 .place-summary b { color: var(--brand); }
.leadgen-v3 .city-showcase-foot { min-height: 94px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 22px; padding: 20px 28px; background: #fff; border-top: 1px solid var(--line); }
.leadgen-v3 .city-showcase-foot div strong, .leadgen-v3 .city-showcase-foot div span { display: block; }
.leadgen-v3 .city-showcase-foot div strong { color: var(--brand); font-size: 18px; }
.leadgen-v3 .city-showcase-foot div span { color: #747e93; font-size: 11px; }
.leadgen-v3 .city-showcase-foot a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; color: #fff; background: var(--brand); border-radius: 7px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.leadgen-v3 .office-results { margin-top: 34px; padding: 28px; color: var(--ink); background: #fff; border: 1px solid #d8deea; border-radius: 12px; box-shadow: none; }
.leadgen-v3 .office-results[hidden] { display: none; }
.leadgen-v3 .office-results-head h3 { color: var(--brand); }
.leadgen-v3 .results-close { border-radius: 7px; }
.leadgen-v3 .office-grid { gap: 12px; }
.leadgen-v3 .office-card { min-height: 260px; border-radius: 8px; box-shadow: none; }
.leadgen-v3 .office-card:hover { border-color: var(--brand); box-shadow: none; transform: none; }

/* Services */
.leadgen-v3 .services { order: 5; background: #fff; }
.leadgen-v3 .services .centered { max-width: 720px; margin-inline: 0; text-align: left; }
.leadgen-v3 .service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 52px; background: transparent; border: 0; border-top: 1px solid var(--line); }
.leadgen-v3 .service-grid article { min-height: 220px; display: grid; grid-template-columns: 56px 1fr; align-content: center; column-gap: 24px; padding: 38px 0; background: transparent; border-bottom: 1px solid var(--line); }
.leadgen-v3 .service-grid svg { grid-row: 1 / 3; width: 34px; height: 34px; margin: 5px 0 0; color: var(--brand); }
.leadgen-v3 .service-grid h3 { margin: 0 0 12px; color: var(--brand-deep); font-size: 22px; line-height: 1.45; }
.leadgen-v3 .service-grid p { max-width: 30rem; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.leadgen-v3 .service-grid .service-featured { grid-column: 1 / -1; min-height: 180px; grid-template-columns: 56px 1fr; background: linear-gradient(100deg, #f2f5ff 0%, #fff 72%); }
.leadgen-v3 .service-featured .service-label { margin: 0 0 5px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.leadgen-v3 .service-featured h3 { margin-bottom: 6px; }
.leadgen-v3 .service-featured a { display: inline-block; margin-top: 15px; color: var(--brand); font-size: 14px; font-weight: 800; text-decoration: none; }
.leadgen-v3 .service-featured a:hover { text-decoration: underline; }

/* One-page Singapore business overview: all service lines remain in the same scroll flow. */
.leadgen-v3 .home-sg-section { order: 6; color: #fff; background: radial-gradient(circle at 88% 8%, rgba(242,184,0,.18), transparent 26%), linear-gradient(132deg, #081942 0%, #102c72 72%, #173982 100%); }
.leadgen-v3 .home-sg-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr); column-gap: clamp(50px, 8vw, 120px); align-items: end; margin-bottom: 54px; }
.leadgen-v3 .home-sg-heading .eyebrow { grid-column: 1 / -1; color: #f7c933; }
.leadgen-v3 .home-sg-heading h2 { margin: 0; color: #fff; font-size: clamp(42px, 5vw, 66px); line-height: 1.13; letter-spacing: -.045em; }
.leadgen-v3 .home-sg-heading > p:last-child { margin: 0 0 6px; color: #d1daf1; font-size: 16px; line-height: 1.9; }
.leadgen-v3 .home-sg-layout { display: grid; grid-template-columns: minmax(330px, .75fr) minmax(0, 1.25fr); border: 1px solid rgba(255,255,255,.2); }
.leadgen-v3 .home-sg-brief { padding: clamp(32px, 4.5vw, 54px); color: var(--ink); background: #fff; }
.leadgen-v3 .home-sg-code { color: var(--brand); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.leadgen-v3 .home-sg-brief h3 { margin: 22px 0 18px; color: var(--brand-deep); font-size: clamp(31px, 3.2vw, 44px); line-height: 1.2; }
.leadgen-v3 .home-sg-brief > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.leadgen-v3 .home-sg-brief dl { margin: 34px 0 30px; }
.leadgen-v3 .home-sg-brief dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); }
.leadgen-v3 .home-sg-brief dt { color: var(--muted); font-size: 13px; }
.leadgen-v3 .home-sg-brief dd { margin: 0; color: var(--brand-deep); font-size: 13px; font-weight: 900; }
.leadgen-v3 .home-sg-services { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.18); }
.leadgen-v3 .home-sg-services article { min-height: 250px; padding: clamp(28px, 3.5vw, 42px); background: rgba(13,38,96,.92); }
.leadgen-v3 .home-sg-services article > span { color: #f7c933; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.leadgen-v3 .home-sg-services h3 { margin: 36px 0 14px; color: #fff; font-size: 24px; }
.leadgen-v3 .home-sg-services p { margin: 0; color: #cbd5ed; font-size: 14px; line-height: 1.85; }
.leadgen-v3 .home-sg-foot { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 24px; color: #bfc9e3; font-size: 12px; }
.leadgen-v3 .home-sg-foot p { margin: 0; }
.leadgen-v3 .home-sg-foot a { color: #f7c933; font-weight: 800; white-space: nowrap; }

/* Singapore services: a structured corporate dossier rather than a brochure image dump. */
.singapore-page .sg-hero { min-height: 720px; display: grid; align-items: center; padding: 136px 0 80px; color: #fff; background: radial-gradient(circle at 86% 18%, rgba(247,189,0,.22), transparent 24%), linear-gradient(130deg, #081942 0%, #102c72 68%, #183b8e 100%); }
.singapore-page .sg-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .65fr); align-items: center; gap: clamp(52px, 9vw, 130px); }
.singapore-page .sg-hero .eyebrow { color: #f7c933; }
.singapore-page .sg-hero h1 { max-width: 760px; margin: 0; font-size: clamp(54px, 6vw, 82px); line-height: 1.08; letter-spacing: -.055em; }
.singapore-page .sg-hero-copy > p:not(.eyebrow) { max-width: 690px; margin: 28px 0 0; color: #d7def3; font-size: 18px; line-height: 1.9; }
.singapore-page .sg-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.singapore-page .sg-hero-actions > a:last-child { color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; }
.singapore-page .sg-dossier { position: relative; overflow: hidden; background: #fff; color: var(--brand-deep); border-top: 7px solid var(--accent); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.singapore-page .sg-dossier::after { content: "ACRA"; position: absolute; right: -10px; bottom: -25px; color: rgba(16,39,102,.045); font-size: 92px; font-weight: 900; letter-spacing: -.08em; }
.singapore-page .sg-dossier-head { display: flex; justify-content: space-between; gap: 20px; padding: 24px 28px; border-bottom: 1px solid var(--line); font-size: 12px; letter-spacing: .08em; }
.singapore-page .sg-dossier-head span { color: var(--muted); }
.singapore-page .sg-dossier-price { padding: 34px 28px 28px; }
.singapore-page .sg-dossier-price small { color: var(--muted); font-weight: 700; }
.singapore-page .sg-dossier-price strong { display: block; margin: 12px 0 8px; color: var(--brand-deep); font-size: clamp(32px, 3vw, 42px); line-height: 1.16; letter-spacing: -.04em; }
.singapore-page .sg-dossier-price strong span { margin-right: 5px; color: var(--accent-deep); font-size: 25px; }
.singapore-page .sg-dossier-price p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.singapore-page .sg-dossier dl { position: relative; z-index: 1; margin: 0; padding: 0 28px 28px; }
.singapore-page .sg-dossier dl div { display: flex; justify-content: space-between; padding: 15px 0; border-top: 1px solid var(--line); }
.singapore-page .sg-dossier dt { color: var(--muted); font-size: 13px; }
.singapore-page .sg-dossier dd { margin: 0; font-size: 13px; font-weight: 900; }
.singapore-page .sg-service { background: #fff; }
.singapore-page .sg-price-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.singapore-page .sg-price-grid article { min-height: 240px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.singapore-page .sg-price-grid .sg-price-main { grid-row: span 2; padding: 40px; background: var(--brand-deep); color: #fff; }
.singapore-page .sg-price-grid article > span { color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .06em; }
.singapore-page .sg-price-grid .sg-price-main > span { color: #c8d1eb; }
.singapore-page .sg-price-grid strong { display: block; margin: 14px 0 16px; color: var(--brand-deep); font-size: clamp(27px, 2.6vw, 36px); line-height: 1.2; }
.singapore-page .sg-price-grid strong small { font-size: 17px; }
.singapore-page .sg-price-grid .sg-price-main strong { max-width: 8em; color: #fff; font-size: clamp(38px, 4vw, 52px); }
.singapore-page .sg-price-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.singapore-page .sg-price-grid .sg-price-main > p { color: #c8d1eb; }
.singapore-page .sg-price-grid ul { display: grid; gap: 11px; margin: 30px 0 0; padding: 0; list-style: none; }
.singapore-page .sg-price-grid li { position: relative; padding-left: 20px; color: #f0f3fb; font-size: 13px; line-height: 1.6; }
.singapore-page .sg-price-grid li::before { content: ""; position: absolute; left: 0; top: .65em; width: 8px; height: 2px; background: var(--accent); }
.singapore-page .sg-price-grid article > a { display: inline-block; margin-top: 22px; color: var(--brand); font-size: 13px; font-weight: 800; text-decoration: none; }
.singapore-page .sg-price-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.singapore-page .sg-requirements { background: #f4f6fb; }
.singapore-page .sg-two-column { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(46px, 8vw, 120px); align-items: start; }
.singapore-page .sg-side-title { position: sticky; top: 120px; }
.singapore-page .sg-side-title h2 { margin: 0; color: var(--brand-deep); font-size: clamp(35px, 4vw, 50px); line-height: 1.25; }
.singapore-page .sg-side-title > p:last-child { margin: 20px 0 0; color: var(--muted); line-height: 1.8; }
.singapore-page .sg-side-title .sg-official-sources { font-size: 13px; }
.singapore-page .sg-side-title .sg-official-sources a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.singapore-page .sg-requirement-list { border-top: 1px solid #cbd3e5; }
.singapore-page .sg-requirement-list article { display: grid; grid-template-columns: 50px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid #cbd3e5; }
.singapore-page .sg-requirement-list article > span { color: var(--brand); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.singapore-page .sg-requirement-list h3 { margin: 0 0 9px; color: var(--brand-deep); font-size: 21px; }
.singapore-page .sg-requirement-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.singapore-page .sg-process { background: #fff; }
.singapore-page .sg-timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.singapore-page .sg-timeline li { position: relative; min-height: 310px; padding: 32px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.singapore-page .sg-timeline li:first-child { border-left: 1px solid var(--line); }
.singapore-page .sg-timeline li > span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 54px; color: var(--brand-deep); background: var(--accent); border-radius: 50%; font-weight: 900; }
.singapore-page .sg-timeline small { color: var(--brand); font-weight: 800; }
.singapore-page .sg-timeline h3 { margin: 10px 0 14px; color: var(--brand-deep); font-size: 20px; }
.singapore-page .sg-timeline p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.singapore-page .sg-faq { background: #eef2fb; }
.singapore-page .sg-faq-list { border-top: 1px solid #cbd3e5; }
.singapore-page .sg-faq-list details { padding: 0; border-bottom: 1px solid #cbd3e5; }
.singapore-page .sg-faq-list summary { position: relative; padding: 25px 44px 25px 0; color: var(--brand-deep); font-size: 18px; font-weight: 800; cursor: pointer; list-style: none; }
.singapore-page .sg-faq-list summary::-webkit-details-marker { display: none; }
.singapore-page .sg-faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--brand); font-size: 27px; font-weight: 400; }
.singapore-page .sg-faq-list details[open] summary::after { content: "−"; }
.singapore-page .sg-faq-list details p { max-width: 760px; margin: -4px 0 25px; color: var(--muted); font-size: 14px; line-height: 1.9; }

/* Process and FAQ */
.leadgen-v3 .process-section { order: 7; background: var(--brand-soft); }
.leadgen-v3 .process-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(46px, 8vw, 110px); }
.leadgen-v3 .process-intro > p { margin: 22px 0 32px; color: var(--muted); line-height: 1.9; }
.leadgen-v3 .button-dark { color: #fff; background: var(--brand); }
.leadgen-v3 .button-dark:hover { background: var(--brand-deep); }
.leadgen-v3 .process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cbd4ec; }
.leadgen-v3 .process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 32px 0; border-bottom: 1px solid #cbd4ec; }
.leadgen-v3 .process-list > li > span { color: var(--brand); font-size: 22px; font-weight: 900; }
.leadgen-v3 .process-list h3 { margin: 0 0 10px; color: var(--brand-deep); font-size: 22px; line-height: 1.45; }
.leadgen-v3 .process-list p { margin: 0; color: var(--muted); line-height: 1.85; }
.leadgen-v3 .quote-section { display: none; }
.leadgen-v3 .faq-section { order: 8; background: #fff; }
.leadgen-v3 .faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(46px, 8vw, 110px); }
.leadgen-v3 .faq-intro > p { margin: 22px 0 30px; color: var(--muted); line-height: 1.9; }
.leadgen-v3 .text-link { color: var(--brand); font-weight: 800; }
.leadgen-v3 .faq-list { border-top-color: var(--line); }
.leadgen-v3 .faq-list details { border-bottom-color: var(--line); }
.leadgen-v3 .faq-list summary { color: var(--ink); }
.leadgen-v3 .faq-list summary span::before, .leadgen-v3 .faq-list summary span::after { background: var(--brand); }
.leadgen-v3 .faq-list summary { padding-top: 29px; padding-bottom: 29px; line-height: 1.65; }
.leadgen-v3 .faq-list details p { padding-bottom: 30px; color: var(--muted); line-height: 1.95; }
.leadgen-v3 .faq-more { display: flex; align-items: center; gap: 18px; padding-top: 28px; }
.leadgen-v3 .faq-more small { max-width: 260px; color: var(--muted); line-height: 1.55; }

/* Full FAQ library: the numbered category rail mirrors a searchable reference manual. */
.faq-library-page main { display: block; padding-top: 0; }
.faq-library-page .faq-library-hero { padding: 86px 0 74px; color: #fff; background: var(--brand-deep); }
.faq-library-page .breadcrumbs { display: flex; gap: 9px; margin-bottom: 54px; color: rgba(255,255,255,.62); font-size: 13px; }
.faq-library-page .breadcrumbs a:hover { color: #fff; }
.faq-library-page .faq-library-hero .eyebrow { color: #ffd34a; }
.faq-library-page .faq-library-hero h1 { max-width: 1120px; margin: 0; font-size: clamp(42px, 5vw, 62px); line-height: 1.22; letter-spacing: -.025em; }
.faq-library-page .faq-library-lede { max-width: 760px; margin: 26px 0 38px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.85; }
.faq-library-page .faq-library-meta { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid rgba(255,255,255,.18); }
.faq-library-page .faq-library-meta span { min-width: 205px; padding: 22px 32px 0 0; color: rgba(255,255,255,.66); }
.faq-library-page .faq-library-meta strong { color: #fff; font-size: 22px; }
.faq-library-page .faq-directory { padding: 36px 0 58px; background: var(--brand-soft); border-bottom: 1px solid #dce2f3; }
.faq-library-page .faq-source-note { margin: 0 0 28px; color: var(--muted); font-size: 13px; }
.faq-library-page .faq-source-note a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.faq-library-page .faq-hot-block { display: grid; grid-template-columns: 280px 1fr; gap: clamp(42px, 8vw, 110px); margin: 8px 0 54px; padding: 42px 0 54px; border-top: 1px solid #cbd4ec; border-bottom: 1px solid #cbd4ec; }
.faq-library-page .faq-hot-heading p { margin: 0 0 10px; color: var(--brand); font-size: 13px; font-weight: 800; }
.faq-library-page .faq-hot-heading h2 { margin: 0 0 14px; color: var(--brand-deep); font-size: 27px; line-height: 1.42; }
.faq-library-page .faq-hot-heading span { color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq-library-page .faq-hot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #cbd4ec; border: 1px solid #cbd4ec; }
.faq-library-page .faq-hot-grid a { min-height: 132px; display: grid; grid-template-columns: 34px 1fr; align-content: center; padding: 26px 24px; background: #fff; }
.faq-library-page .faq-hot-grid a:hover { background: #f9faff; }
.faq-library-page .faq-hot-grid span { grid-row: 1 / 3; color: var(--brand); font: 800 12px/1.6 Arial,sans-serif; }
.faq-library-page .faq-hot-grid strong { color: var(--ink); font-size: 16px; line-height: 1.72; }
.faq-library-page .faq-hot-grid small { margin-top: 6px; color: var(--muted); }
.faq-library-page .faq-directory-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.faq-library-page .faq-directory-heading h2 { margin: 0; color: var(--brand-deep); font-size: 24px; }
.faq-library-page .faq-directory-heading span { color: var(--muted); font-size: 13px; }
.faq-library-page .faq-directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbd4ec; border-left: 1px solid #cbd4ec; }
.faq-library-page .faq-directory-grid a { display: grid; grid-template-columns: 40px 1fr; min-height: 120px; padding: 26px 24px; background: #fff; border-right: 1px solid #cbd4ec; border-bottom: 1px solid #cbd4ec; }
.faq-library-page .faq-directory-grid a:hover { background: #f9faff; }
.faq-library-page .faq-directory-grid span { grid-row: 1 / 3; color: var(--brand); font: 800 13px/1.5 Arial,sans-serif; }
.faq-library-page .faq-directory-grid strong { color: var(--brand-deep); font-size: 17px; }
.faq-library-page .faq-directory-grid small { margin-top: 5px; color: var(--muted); }
.faq-library-page .faq-library { padding: 42px 0 110px; }
.faq-library-page .faq-category { display: grid; grid-template-columns: 280px 1fr; gap: clamp(42px, 8vw, 110px); padding: 68px 0; scroll-margin-top: 84px; border-bottom: 1px solid var(--line); }
.faq-library-page .faq-category-heading { align-self: start; position: sticky; top: 104px; }
.faq-library-page .faq-category-heading p { margin: 0 0 14px; color: var(--brand); font: 800 13px/1 Arial,sans-serif; letter-spacing: .12em; }
.faq-library-page .faq-category-heading h2 { margin: 0 0 12px; color: var(--brand-deep); font-size: 30px; line-height: 1.4; }
.faq-library-page .faq-category-heading span { color: var(--muted); font-size: 13px; }
.faq-library-page .faq-library-list { border-top: 1px solid var(--line); }
.faq-library-page .faq-library-list details { scroll-margin-top: 88px; border-bottom: 1px solid var(--line); }
.faq-library-page .faq-library-list summary { display: grid; grid-template-columns: 44px 1fr 24px; gap: 18px; align-items: start; padding: 29px 0; list-style: none; color: var(--ink); font-weight: 800; line-height: 1.7; }
.faq-library-page .faq-library-list summary::-webkit-details-marker { display: none; }
.faq-library-page .faq-number { padding-top: 2px; color: var(--brand); font: 800 12px/1.5 Arial,sans-serif; }
.faq-library-page .faq-question { font-size: 17px; }
.faq-library-page .faq-toggle { position: relative; width: 20px; height: 20px; margin-top: 3px; }
.faq-library-page .faq-toggle::before, .faq-library-page .faq-toggle::after { content: ""; position: absolute; top: 9px; left: 3px; width: 14px; height: 2px; background: var(--brand); }
.faq-library-page .faq-toggle::after { transform: rotate(90deg); }
.faq-library-page details[open] .faq-toggle::after { transform: rotate(0); }
.faq-library-page .faq-answer { padding: 0 42px 34px 62px; }
.faq-library-page .faq-answer p { margin: 0; color: #4f5c70; line-height: 2; white-space: pre-line; }
.faq-library-page .faq-answer a { display: inline-block; margin-top: 14px; color: var(--brand); font-size: 13px; font-weight: 800; }
.faq-library-page .faq-answer-contact { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.faq-library-page .faq-consult { color: #fff; background: var(--brand); }
.faq-library-page .faq-consult-inner { min-height: 270px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.faq-library-page .faq-consult p { margin: 0 0 8px; color: #ffd34a; font-weight: 800; }
.faq-library-page .faq-consult h2 { max-width: 720px; margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.3; }
.faq-library-page .faq-consult-actions { flex: 0 0 auto; display: grid; gap: 14px; text-align: center; }
.faq-library-page .faq-consult-actions .button { background: var(--action); }
.faq-library-page .faq-consult-actions > a:last-child { color: rgba(255,255,255,.82); font-size: 14px; font-weight: 800; }

/* Human handoff: the same direct contact appears after AI/search visitors finish reading. */
.leadgen-v3 .contact-handoff { order: 10; padding: clamp(76px, 8vw, 108px) 0; background: var(--brand-soft); scroll-margin-top: 86px; }
.leadgen-v3 .contact-handoff-inner { display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: center; gap: clamp(48px, 9vw, 128px); }
.leadgen-v3 .contact-handoff-copy { max-width: 680px; }
.leadgen-v3 .contact-handoff-copy h2 { margin: 0; color: var(--brand-deep); font-size: clamp(34px, 3.8vw, 48px); line-height: 1.3; }
.leadgen-v3 .contact-handoff-copy > p:not(.eyebrow) { max-width: 36rem; margin: 22px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.leadgen-v3 .contact-phone { display: inline-grid; gap: 3px; color: var(--brand); font: 900 clamp(28px, 3vw, 40px)/1.2 var(--font-display); letter-spacing: .02em; }
.leadgen-v3 .contact-phone span { color: #66718a; font: 800 13px/1.5 var(--font-body); letter-spacing: .08em; }
.leadgen-v3 .contact-handoff-copy small { display: block; margin-top: 22px; color: #747e94; line-height: 1.7; }
.leadgen-v3 .contact-qr-card { display: grid; grid-template-columns: 1fr; align-items: center; gap: 20px; padding: 24px; text-align: center; background: #fff; border: 1px solid #d7deef; border-radius: 14px; box-shadow: 0 20px 54px rgba(23,43,109,.12); }
.leadgen-v3 .contact-qr-crop { position: relative; width: min(100%, 260px); aspect-ratio: 1; justify-self: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.leadgen-v3 .contact-qr-crop img { position: absolute; top: -60%; left: 50%; width: 152%; max-width: none; height: auto; transform: translateX(-50%); }
.leadgen-v3 .contact-qr-card strong, .leadgen-v3 .contact-qr-card span { display: block; }
.leadgen-v3 .contact-qr-card strong { color: var(--brand-deep); font-size: 17px; line-height: 1.55; }
.leadgen-v3 .contact-qr-card span { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.7; }

/* Final action and footer */
.leadgen-v3 .final-cta { order: 9; color: var(--brand-deep); background: var(--action); }
.leadgen-v3 .final-cta-inner { min-height: 250px; gap: 50px; }
.leadgen-v3 .final-cta h2 { max-width: 760px; color: var(--brand-deep); font-size: clamp(34px, 3.6vw, 46px); line-height: 1.3; }
.leadgen-v3 .final-cta p { line-height: 1.85; }
.leadgen-v3 .final-cta p { color: rgba(23, 43, 109, .76); }
.leadgen-v3 .button-light { color: #fff; background: var(--brand); }
.leadgen-v3 .button-light:hover { background: var(--brand-deep); }
.leadgen-v3 .site-footer { padding: 60px 0 26px; color: #fff; background: #111f4f; }
.leadgen-v3 .footer-statement { display: none; }
.leadgen-v3 .footer-grid { grid-template-columns: 1.45fr repeat(3, 1fr); }
.leadgen-v3 .footer-logo-wrap .brand-logo { filter: none; }
.leadgen-v3 .footer-contact .footer-phone { color: #ffd34a !important; }
.leadgen-v3 .footer-bottom { margin-top: 44px; }

/* Compact desktop contact hanger. Mobile keeps the existing bottom action bar. */
.leadgen-v3 .floating-contact { position: fixed; z-index: 19; right: 14px; bottom: 72px; width: 232px; display: flex; align-items: center; gap: 0; padding: 3px; background: rgba(255,255,255,.96); border: 1px solid rgba(36,62,145,.13); border-radius: 12px; box-shadow: 0 14px 34px rgba(23,43,109,.16); backdrop-filter: blur(12px); transition: transform .22s ease, box-shadow .22s ease; }
.leadgen-v3 .floating-contact:hover { transform: translateX(-4px); box-shadow: 0 18px 42px rgba(23,43,109,.22); }
.leadgen-v3 .floating-contact a { transition: transform .18s ease, background .18s ease; }
.leadgen-v3 .floating-contact a:active { transform: scale(.97); }
.leadgen-v3 .floating-contact-chat { min-width: 0; height: 48px; display: flex; flex: 1 1 auto; align-items: center; gap: 10px; padding: 0 12px 0 7px; color: var(--brand-deep); background: var(--action); border-radius: 9px 0 0 9px; font-size: 15px; font-weight: 900; }
.leadgen-v3 .floating-contact-chat:hover { background: #ffc514; box-shadow: 0 10px 24px rgba(242,184,0,.26); }
.leadgen-v3 .floating-contact-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; color: var(--brand); background: rgba(255,255,255,.86); border-radius: 50%; transition: transform .18s ease; }
.leadgen-v3 .floating-contact-icon svg { width: 21px; height: 21px; }
.leadgen-v3 .floating-contact-chat:hover .floating-contact-icon { transform: translateX(2px); }
.leadgen-v3 .floating-contact-phone { width: 50px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--brand); border-left: 1px solid rgba(255,255,255,.55); border-radius: 0 9px 9px 0; }
.leadgen-v3 .floating-contact-phone:hover { background: var(--brand-deep); box-shadow: 0 10px 24px rgba(23,43,109,.25); }
.leadgen-v3 .floating-contact svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.leadgen-v3 .floating-contact-phone svg { width: 22px; height: 22px; transition: transform .18s ease; }
.leadgen-v3 .floating-contact-phone:hover svg { transform: rotate(-8deg); }

@media (max-width: 1500px) {
  .leadgen-v3 .floating-contact { display: none; }
}

@media (max-width: 1100px) {
  .singapore-page .sg-hero-grid { grid-template-columns: 1fr .8fr; gap: 42px; }
  .singapore-page .sg-price-grid { grid-template-columns: 1fr 1fr; }
  .singapore-page .sg-price-grid .sg-price-main { grid-row: auto; grid-column: 1 / -1; }
  .singapore-page .sg-timeline { grid-template-columns: 1fr 1fr; }
  .leadgen-v3 .site-nav { gap: 18px; }
  .leadgen-v3 .brand-stock { display: none; }
  .leadgen-v3 .hero-grid { grid-template-columns: minmax(0, 1fr) 420px; gap: 34px; }
  .leadgen-v3 .hero h1 { font-size: 54px; }
  .leadgen-v3 .solution-layout, .leadgen-v3 .city-layout { gap: 40px; }
  .leadgen-v3 .city-tabs, .leadgen-v3 .district-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .leadgen-v3 .home-sg-heading, .leadgen-v3 .home-sg-layout { grid-template-columns: 1fr; }
  .leadgen-v3 .home-sg-heading { gap: 24px; }
  .leadgen-v3 .home-sg-heading > p:last-child { max-width: 42rem; }
  .singapore-page .sg-hero { min-height: auto; padding: 120px 0 70px; }
  .singapore-page .sg-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .singapore-page .sg-dossier { width: min(100%, 560px); }
  .singapore-page .sg-two-column { grid-template-columns: 1fr; gap: 35px; }
  .singapore-page .sg-side-title { position: static; }
  .leadgen-v3 .container { width: min(calc(100% - 36px), 760px); }
  .leadgen-v3 .nav-wrap { height: 68px; }
  .leadgen-v3 .site-nav, .leadgen-v3 .nav-actions .button-small { display: none; }
  .leadgen-v3 .menu-toggle { display: grid; place-items: center; margin-left: auto; }
  .leadgen-v3 .site-nav.open { position: absolute; top: 68px; left: 0; width: 100%; display: grid; gap: 0; padding: 10px 18px 18px; background: #fff; border-bottom: 1px solid var(--line); }
  .leadgen-v3 .site-nav.open a { padding: 12px 4px; }
  .leadgen-v3 .hero { min-height: 0; }
  .leadgen-v3 .hero-media { inset: 0 0 auto 0; height: 190px; background-position: 56% center; }
  .leadgen-v3 .hero-shade { inset: 0 0 auto 0; height: 190px; background: linear-gradient(180deg, rgba(247, 248, 251, .05), #f7f8fb); }
  .leadgen-v3 .hero-grid { min-height: 0; padding: 150px 0 54px; grid-template-columns: 1fr; gap: 30px; }
  .leadgen-v3 .hero-copy { max-width: 650px; padding-bottom: 0; }
  .leadgen-v3 .hero h1 { max-width: 620px; font-size: clamp(43px, 8vw, 58px); }
  .leadgen-v3 .hero h1 { line-height: 1.18; }
  .leadgen-v3 .lead-card { max-width: none; justify-self: stretch; }
  .leadgen-v3 .trust-items { grid-template-columns: 1fr 1fr; }
  .leadgen-v3 .trust-items span { min-height: 72px; border-bottom: 1px solid var(--line); }
  .leadgen-v3 .trust-items span:nth-child(2) { border-right: 0; }
  .leadgen-v3 .trust-items span:nth-child(3), .leadgen-v3 .trust-items span:nth-child(4) { border-bottom: 0; }
  .leadgen-v3 .solution-layout, .leadgen-v3 .city-layout, .leadgen-v3 .process-layout, .leadgen-v3 .faq-layout { grid-template-columns: 1fr; }
  .leadgen-v3 .solution-photo { min-height: 420px; }
  .leadgen-v3 .solution-grid { grid-template-columns: 1fr 1fr; gap: 0 28px; }
  .leadgen-v3 .solution-card:last-child { grid-column: 1 / -1; }
  .leadgen-v3 .city-tabs, .leadgen-v3 .district-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .leadgen-v3 .office-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .leadgen-v3 .contact-handoff-inner { grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; }
  .leadgen-v3 .contact-qr-card { padding: 20px; }
  .leadgen-v3 .footer-grid { grid-template-columns: 1fr 1fr; }
  .faq-library-page .faq-directory-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-library-page .faq-hot-block { grid-template-columns: 210px 1fr; gap: 44px; }
  .faq-library-page .faq-hot-grid { grid-template-columns: 1fr; }
  .faq-library-page .faq-category { grid-template-columns: 210px 1fr; gap: 44px; }
}

@media (max-width: 620px) {
  .leadgen-v3 .home-sg-heading { margin-bottom: 34px; }
  .leadgen-v3 .home-sg-heading h2 { font-size: 39px; }
  .leadgen-v3 .home-sg-services { grid-template-columns: 1fr; }
  .leadgen-v3 .home-sg-services article { min-height: 0; padding: 28px 23px; }
  .leadgen-v3 .home-sg-services h3 { margin-top: 22px; }
  .leadgen-v3 .home-sg-foot { align-items: flex-start; flex-direction: column; }
  .leadgen-v3 .service-grid .service-featured { grid-column: auto; }
  .singapore-page .sg-hero { padding: 104px 0 54px; }
  .singapore-page .sg-hero h1 { font-size: 45px; }
  .singapore-page .sg-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .singapore-page .sg-hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 28px; }
  .singapore-page .sg-dossier-price strong { font-size: 34px; }
  .singapore-page .sg-price-grid { grid-template-columns: 1fr; }
  .singapore-page .sg-price-grid .sg-price-main { grid-column: auto; }
  .singapore-page .sg-price-grid article, .singapore-page .sg-price-grid .sg-price-main { min-height: 0; padding: 27px 23px; }
  .singapore-page .sg-timeline { grid-template-columns: 1fr; }
  .singapore-page .sg-timeline li { min-height: 0; padding: 25px 22px; border-left: 1px solid var(--line); }
  .singapore-page .sg-timeline li > span { margin-bottom: 30px; }
  .leadgen-v3 { padding-bottom: 64px; }
  .leadgen-v3 .floating-contact { display: none; }
  .leadgen-v3 .container { width: calc(100% - 28px); }
  .leadgen-v3 .section { padding: 76px 0; }
  .leadgen-v3 .brand-logo { width: 142px; }
  .leadgen-v3 .phone-link { display: none; }
  .leadgen-v3 .hero-media, .leadgen-v3 .hero-shade { height: 150px; }
  .leadgen-v3 .hero-grid { padding: 118px 0 44px; }
  .leadgen-v3 .hero h1 { font-size: clamp(38px, 10.5vw, 48px); line-height: 1.18; letter-spacing: -.025em; }
  .leadgen-v3 .hero-lede { margin-top: 24px; font-size: 17px; line-height: 1.8; }
  .leadgen-v3 .lead-card { padding: 27px 21px 24px; border-radius: 10px; box-shadow: 0 16px 40px rgba(23, 43, 109, .15); }
  .leadgen-v3 .field-grid { grid-template-columns: 1fr; gap: 0; }
  .leadgen-v3 .trust-items { grid-template-columns: 1fr; }
  .leadgen-v3 .trust-items span { min-height: 58px; justify-content: space-between; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .leadgen-v3 .trust-items span:last-child { border-bottom: 0 !important; }
  .leadgen-v3 .section-heading { margin-bottom: 30px; }
  .leadgen-v3 .section-heading h2, .leadgen-v3 .city-copy h2, .leadgen-v3 .process-intro h2, .leadgen-v3 .faq-intro h2, .leadgen-v3 .final-cta h2 { font-size: 33px; line-height: 1.34; }
  .leadgen-v3 .solution-photo { min-height: 280px; }
  .leadgen-v3 .solution-grid, .leadgen-v3 .service-grid { grid-template-columns: 1fr; }
  .leadgen-v3 .solution-card:last-child { grid-column: auto; }
  .leadgen-v3 .city-tabs, .leadgen-v3 .district-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .leadgen-v3 .city-chip { height: 46px; }
  .leadgen-v3 .city-showcase-head, .leadgen-v3 .district-panel, .leadgen-v3 .city-showcase-foot { padding-left: 17px; padding-right: 17px; }
  .leadgen-v3 .district-label { display: block; }
  .leadgen-v3 .district-label small { display: block; margin-top: 4px; }
  .leadgen-v3 .city-showcase-foot { grid-template-columns: 1fr 1fr; }
  .leadgen-v3 .city-showcase-foot a { grid-column: 1 / -1; }
  .leadgen-v3 .office-results { width: calc(100% - 28px); padding: 20px 14px; }
  .leadgen-v3 .office-grid { grid-template-columns: 1fr; }
  .leadgen-v3 .service-grid article { min-height: 0; grid-template-columns: 42px 1fr; padding: 25px 0; }
  .leadgen-v3 .faq-list summary { font-size: 16px; }
  .leadgen-v3 .faq-more { align-items: stretch; flex-direction: column; }
  .leadgen-v3 .faq-more .button { width: 100%; }
  .faq-library-page main { padding-top: 0; }
  .faq-library-page .faq-library-hero { padding: 58px 0 52px; }
  .faq-library-page .breadcrumbs { margin-bottom: 36px; }
  .faq-library-page .faq-library-hero h1 { font-size: 39px; }
  .faq-library-page .faq-library-hero h1 br { display: none; }
  .faq-library-page .faq-library-lede { font-size: 16px; }
  .faq-library-page .faq-library-meta { display: grid; grid-template-columns: 1fr 1fr; }
  .faq-library-page .faq-library-meta span { min-width: 0; padding-right: 12px; }
  .faq-library-page .faq-library-meta span:last-child { grid-column: 1 / -1; }
  .faq-library-page .faq-library-meta strong { white-space: nowrap; }
  .faq-library-page .faq-directory-grid { grid-template-columns: 1fr; }
  .faq-library-page .faq-hot-block { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; padding: 34px 0 42px; }
  .faq-library-page .faq-hot-grid { grid-template-columns: 1fr; }
  .faq-library-page .faq-hot-grid a { min-height: 104px; }
  .faq-library-page .faq-directory-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .faq-library-page .faq-directory-grid a { min-height: 92px; }
  .faq-library-page .faq-library { padding-bottom: 70px; }
  .faq-library-page .faq-category { grid-template-columns: 1fr; gap: 24px; padding: 52px 0; }
  .faq-library-page .faq-category-heading { position: static; }
  .faq-library-page .faq-library-list summary { grid-template-columns: 34px 1fr 20px; gap: 10px; }
  .faq-library-page .faq-question { font-size: 16px; }
  .faq-library-page .faq-answer { padding-left: 44px; padding-right: 18px; }
  .faq-library-page .faq-answer-contact { display: grid; gap: 0; }
  .faq-library-page .faq-consult-inner { min-height: 0; padding: 58px 0; align-items: stretch; flex-direction: column; gap: 30px; }
  .faq-library-page .faq-consult-actions { width: 100%; }
  .leadgen-v3 .contact-handoff-inner { grid-template-columns: 1fr; gap: 38px; }
  .leadgen-v3 .contact-handoff-copy h2 { font-size: 33px; }
  .leadgen-v3 .contact-qr-card { width: min(100%, 390px); justify-self: start; }
  .leadgen-v3 .contact-qr-crop { width: min(100%, 280px); }
  .leadgen-v3 .final-cta-inner { min-height: 0; padding: 58px 0; align-items: stretch; flex-direction: column; gap: 24px; }
  .leadgen-v3 .final-cta .button { width: 100%; }
  .leadgen-v3 .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .leadgen-v3 .footer-bottom { display: block; }
  .leadgen-v3 .mobile-bar { display: grid; grid-template-columns: .8fr 1.2fr; position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; height: 64px; background: #fff; border-top: 1px solid var(--line); }
  .leadgen-v3 .mobile-bar a { display: flex; align-items: center; justify-content: center; color: var(--brand); font-weight: 800; }
  .leadgen-v3 .mobile-bar a:last-child { color: #17244a; background: var(--action); }
  .leadgen-v3 .mobile-bar svg { width: 20px; margin-right: 7px; fill: none; stroke: currentColor; stroke-width: 1.8; }
}

@media (prefers-reduced-motion: reduce) {
  .leadgen-v3 *, .leadgen-v3 *::before, .leadgen-v3 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
