:root {
  --ink: #071229;
  --ink-2: #0b1a38;
  --blue: #12328b;
  --gold: #d8b66a;
  --gold-light: #f3dc9d;
  --paper: #f5f7fb;
  --white: #ffffff;
  --muted: #5f6878;
  --line: rgba(7, 18, 41, 0.12);
  --shadow: 0 24px 80px rgba(2, 12, 34, 0.16);
  --radius: 1.4rem;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 7rem 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 100; background: white; padding: .7rem 1rem; border-radius: .5rem; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; top: 0; inset-inline: 0; z-index: 50; height: 82px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: rgba(7, 18, 41, 0.86); color: white;
  border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img { width: 44px; height: 44px; object-fit: contain; border-radius: 8px; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-size: .96rem; letter-spacing: .08em; }
.brand small { margin-top: .3rem; color: rgba(255,255,255,.65); font-size: .72rem; letter-spacing: .04em; }
.site-header nav { display: flex; align-items: center; gap: 1.8rem; }
.site-header nav a { position: relative; font-size: .9rem; text-decoration: none; color: rgba(255,255,255,.78); }
.site-header nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 1px; background: var(--gold); transition: right .25s ease; }
.site-header nav a:hover::after { right: 0; }
.site-header nav a:hover { color: white; }
.site-header .nav-cta { padding: .72rem 1.25rem; border: 1px solid var(--gold); border-radius: 999px; color: var(--gold-light); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; }

.hero {
  min-height: 100svh; padding-top: 82px; color: white; overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(37, 82, 180, .38), transparent 30%),
    linear-gradient(135deg, #071229 0%, #0a1735 55%, #081127 100%);
}
.hero::before { content: ""; position: absolute; inset: 82px 0 auto; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .5; }
.hero-grid { min-height: calc(100svh - 122px); display: grid; grid-template-columns: 1.02fr .98fr; gap: 4.2rem; align-items: center; padding: 3.8rem 0; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.5rem; color: var(--blue); font-weight: 800; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
.hero .eyebrow, .process .eyebrow, .register .eyebrow { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Noto Serif SC", serif; font-weight: 600; letter-spacing: -.035em; line-height: 1.12; }
h1 { max-width: 710px; margin-bottom: 1.5rem; font-size: clamp(3rem, 5.2vw, 5.7rem); }
h1 em, .register-copy h2 em { color: var(--gold-light); font-style: normal; }
.hero-lede { max-width: 640px; margin-bottom: 2rem; color: rgba(255,255,255,.7); font-size: 1.12rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 3.25rem; }
.hero-urgency { display: inline-flex; align-items: center; flex-wrap: wrap; gap: .55rem; margin: -1.45rem 0 2.2rem; padding: .65rem .85rem; border: 1px solid rgba(216,182,106,.28); border-radius: 999px; color: rgba(255,255,255,.72); font-size: .78rem; }
.hero-urgency strong { color: var(--gold-light); font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.urgency-dot { width: .5rem; height: .5rem; border-radius: 50%; background: #6fe0a7; box-shadow: 0 0 0 .28rem rgba(111,224,167,.12); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 52px; padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #071229; box-shadow: 0 12px 30px rgba(216,182,106,.2); }
.button-primary:hover { background: var(--gold-light); box-shadow: 0 16px 36px rgba(216,182,106,.3); }
.button-ghost { border-color: rgba(255,255,255,.22); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid rgba(255,255,255,.14); }
.hero-facts div { padding: 1.4rem 1rem 0 0; }
.hero-facts div + div { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.14); }
.hero-facts dt { color: var(--gold-light); font-size: 1.8rem; font-weight: 800; line-height: 1; }
.hero-facts dt span { margin-left: .15rem; font-size: .75rem; }
.hero-facts dd { margin: .5rem 0 0; color: rgba(255,255,255,.55); font-size: .75rem; }
.hero-art { position: relative; }
.hero-image-wrap { overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgba(255,255,255,.12); border-radius: 1.5rem; box-shadow: var(--shadow); background: #071229; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.price-ticket { position: absolute; right: -1.5rem; bottom: 2rem; display: grid; min-width: 220px; padding: 1.35rem 1.5rem; background: rgba(245,247,251,.96); color: var(--ink); box-shadow: var(--shadow); border-left: 4px solid var(--gold); }
.price-ticket small { color: var(--muted); }
.price-ticket strong { margin: .15rem 0; font-size: 1.3rem; }
.price-ticket strong s { margin-right: .5rem; color: #7b8290; font-size: .9rem; font-weight: 500; }
.price-ticket span { color: #8b5f00; font-size: .78rem; font-weight: 800; }
.trust-strip { display: flex; justify-content: center; align-items: center; gap: 2rem; min-height: 64px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.55); font-size: .8rem; letter-spacing: .08em; }
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.pain-section { color: white; background: #091733; }
.pain-section .section-heading h2 { color: white; }
.pain-section .section-heading > p:last-child { color: rgba(255,255,255,.58); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pain-card { min-height: 250px; padding: 2rem; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); }
.pain-card span { display: block; margin-bottom: 3.5rem; color: var(--gold); font-family: Georgia, serif; font-size: 1.25rem; }
.pain-card h3 { margin-bottom: .65rem; font-size: 1.15rem; }
.pain-card p { margin: 0; color: rgba(255,255,255,.55); font-size: .9rem; }

.section-heading { max-width: 720px; margin-bottom: 3.4rem; }
.section-heading.narrow { max-width: 860px; }
.section-heading h2, .audience-copy h2, .session-intro h2, .register-copy h2 { margin-bottom: 1.2rem; font-size: clamp(2.35rem, 4.4vw, 4.5rem); }
.section-heading > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.05rem; }
.proof-section { background: #fff; }
.case-layout { display: grid; grid-template-columns: 1fr; gap: 0; align-items: stretch; background: var(--ink); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.case-layout > * { min-width: 0; }
.case-photo { position: relative; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #071229; }
.case-photo img { width: 100%; height: 100%; object-fit: contain; }
.case-photo figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .55rem .75rem; border-radius: 5px; background: rgba(7,18,41,.82); color: white; font-size: .72rem; backdrop-filter: blur(8px); }
.case-ledger { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 2rem; padding: 2.6rem 3.6rem 3.2rem; color: white; }
.case-ledger .case-label, .case-ledger .disclaimer { grid-column: 1 / -1; }
.case-label { margin-bottom: 1.8rem; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ledger-row { display: flex; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.68); }
.ledger-row strong { color: white; white-space: nowrap; }
.ledger-row.accent strong { color: var(--gold-light); font-size: 1.25rem; }
.ledger-row.muted { font-size: .9rem; }
.ledger-total { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-top: 1.6rem; padding: 1.2rem; background: var(--gold); color: var(--ink); }
.ledger-total strong { font-size: 2rem; }
.disclaimer { margin: 1.2rem 0 0; color: rgba(255,255,255,.42); font-size: .72rem; line-height: 1.6; }
.before-after-block { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 3rem; align-items: center; margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--line); }
.before-after-heading h3 { margin-bottom: .9rem; font-size: clamp(1.8rem, 3.4vw, 3rem); }
.before-after-heading h3 em { color: var(--blue); font-style: normal; }
.before-after-heading p { color: var(--muted); line-height: 1.75; }
.before-after-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.before-after-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--paper); box-shadow: 0 16px 36px rgba(7,18,41,.12); }
.before-after-grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #071229; transition: transform .4s ease; }
.before-after-grid figure:hover img { transform: scale(1.04); }
.before-after-grid figcaption { display: grid; gap: .15rem; padding: .9rem 1rem 1rem; background: white; }
.before-after-grid figcaption strong { color: var(--blue); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.before-after-grid figcaption span { color: var(--muted); font-size: .85rem; }
.credibility-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; align-items: center; min-width: 0; margin-top: 4rem; padding: 2.2rem; border-radius: var(--radius); background: linear-gradient(135deg, #071229, #132e63); color: white; box-shadow: 0 20px 54px rgba(7,18,41,.16); }
.credibility-copy { min-width: 0; }
.credibility-copy h3 { margin: .4rem 0 .9rem; font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.18; overflow-wrap: anywhere; }
.credibility-copy h3 em { color: var(--gold-light); font-style: normal; }
.credibility-copy > p:last-child { color: rgba(255,255,255,.78); font-size: 1.08rem; line-height: 1.8; overflow-wrap: anywhere; }
.testimonial-quotes { display: grid; gap: .75rem; margin-top: 1.35rem; }
.testimonial-quotes blockquote { margin: 0; padding: 1rem 1.1rem; border-left: 3px solid var(--gold); border-radius: .6rem; background: rgba(255,255,255,.08); color: rgba(255,255,255,.94); font-size: 1.05rem; line-height: 1.6; overflow-wrap: anywhere; }
.testimonial-quotes cite { display: block; margin-top: .35rem; color: var(--gold-light); font-size: .82rem; font-style: normal; }
.credibility-panel figure { min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(216,182,106,.38); border-radius: .9rem; background: #071229; }
.credibility-panel img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; }
.credibility-panel figcaption { padding: .8rem 1rem .9rem; color: rgba(255,255,255,.68); font-size: .82rem; line-height: 1.55; overflow-wrap: anywhere; }

.curriculum { background: var(--paper); }
.curriculum-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.topic-card { min-height: 270px; padding: 2.3rem; background: var(--paper); transition: background .25s ease, transform .25s ease; }
.topic-card:hover { position: relative; z-index: 1; background: white; transform: translateY(-4px); box-shadow: 0 16px 50px rgba(7,18,41,.1); }
.strategy { background: var(--paper); }
.strategy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.strategy-card { position: relative; min-height: 300px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.strategy-card:hover { transform: translateY(-5px); border-color: rgba(216,182,106,.75); box-shadow: 0 18px 42px rgba(7,18,41,.1); }
.strategy-card.featured { border-color: var(--gold); background: linear-gradient(145deg, #0b1c43, #122756); color: white; box-shadow: 0 18px 42px rgba(7,18,41,.16); }
.strategy-card > span { display: inline-grid; place-items: center; width: 2.3rem; height: 2.3rem; margin-bottom: 2rem; border-radius: 50%; background: rgba(216,182,106,.18); color: var(--blue); font-weight: 800; }
.strategy-card.featured > span { color: var(--gold-light); }
.strategy-card h3 { margin-bottom: .8rem; font-size: 1.4rem; }
.strategy-card strong { display: block; margin-bottom: 1rem; color: var(--blue); font-size: 1.35rem; }
.strategy-card.featured strong { color: var(--gold-light); }
.strategy-card p { margin-bottom: 1.4rem; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.strategy-card.featured p { color: rgba(255,255,255,.68); }
.strategy-card .text-link { position: absolute; right: 2rem; bottom: 1.8rem; }
.strategy-card.featured .text-link { color: var(--gold-light); }
.topic-card > span { display: inline-block; margin-bottom: 2.7rem; color: var(--gold); font-family: Georgia, serif; font-size: 1.2rem; }
.topic-card h3 { margin-bottom: .7rem; font-size: 1.15rem; }
.topic-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.process { color: white; background: var(--ink); }
.section-heading.light h2 { color: white; }
.process-list { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.process-list li { min-height: 300px; padding: 1.4rem; background: var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
.process-list li > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.35rem; }
.process-list h3 { margin-bottom: .7rem; font-size: 1rem; }
.process-list p { margin: 0; color: rgba(255,255,255,.53); font-size: .78rem; }
.process-note { margin-top: 1.4rem; padding: 1.1rem 1.25rem; border: 1px solid rgba(216,182,106,.34); color: rgba(255,255,255,.62); font-size: .82rem; }
.process-note strong { color: var(--gold-light); }

.audience { background: white; }
.audience-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 6rem; align-items: center; }
.audience-visual { position: relative; min-height: 580px; }
.audience-visual > img { width: 82%; height: 540px; object-fit: contain; border-radius: var(--radius); background: var(--paper); }
.portrait-card { position: absolute; right: 0; bottom: 0; width: 54%; padding: .7rem; background: white; box-shadow: var(--shadow); }
.portrait-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.portrait-card span { display: grid; padding: .8rem .5rem .4rem; color: var(--muted); font-size: .72rem; }
.portrait-card strong { color: var(--ink); font-size: .85rem; }
.check-list { display: grid; gap: 0; margin: 2rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 1rem 0 1rem 2.3rem; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .98rem; color: var(--blue); font-weight: 900; }
.text-link { color: var(--blue); font-weight: 800; text-decoration: none; }

.watch { background: var(--paper); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.video-card { position: relative; padding-bottom: 1.2rem; background: white; text-decoration: none; overflow: hidden; }
.video-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .35s ease; }
.video-card:hover img { transform: scale(1.03); }
.video-card h3 { margin: 1.2rem 1.2rem 0; font-size: .96rem; line-height: 1.45; }
.play { position: absolute; left: 1rem; top: 1rem; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--ink); box-shadow: 0 8px 24px rgba(7,18,41,.25); }
.video-tag { position: absolute; left: 1rem; top: 4.4rem; padding: .35rem .55rem; border-radius: 999px; background: rgba(7,18,41,.82); color: white; font-size: .68rem; font-weight: 800; letter-spacing: .04em; }
.profit-proof { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2rem; align-items: center; margin-top: 2.5rem; padding: 2rem; border: 1px solid rgba(216,182,106,.36); border-radius: var(--radius); background: linear-gradient(110deg, #071229, #122756); color: white; box-shadow: 0 18px 46px rgba(7,18,41,.15); }
.profit-proof .eyebrow { margin-bottom: .9rem; color: var(--gold); }
.profit-proof h3 { max-width: 420px; margin-bottom: .8rem; color: white; font-size: clamp(1.6rem, 3vw, 2.6rem); }
.profit-proof h3 em { color: var(--gold-light); font-style: normal; }
.profit-proof p { max-width: 500px; margin-bottom: 1rem; color: rgba(255,255,255,.68); font-size: .92rem; line-height: 1.7; }
.profit-proof .text-link { color: var(--gold-light); }
.profit-proof-numbers { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; }
.profit-proof-numbers div { display: grid; gap: .3rem; padding: 1.1rem; border: 1px solid rgba(255,255,255,.14); border-radius: .7rem; background: rgba(255,255,255,.06); }
.profit-proof-numbers small { color: rgba(255,255,255,.55); font-size: .72rem; }
.profit-proof-numbers strong { color: var(--gold-light); font-size: clamp(1.25rem, 3vw, 2rem); }
.profit-proof-numbers i { color: var(--gold); font-size: 1.4rem; font-style: normal; }
.profit-proof-numbers .profit-proof-net { grid-column: 1 / -1; grid-template-columns: auto 1fr; align-items: center; border-color: rgba(216,182,106,.46); background: rgba(216,182,106,.12); }
.profit-proof-numbers .profit-proof-net strong { justify-self: end; font-size: clamp(1.7rem, 4vw, 2.8rem); }

.sessions { background: white; }
.sessions-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 6rem; align-items: start; }
.session-intro { position: sticky; top: 120px; }
.session-intro > p:last-child { color: var(--muted); }
.countdown-card { display: grid; gap: .25rem; max-width: 330px; margin-top: 2rem; padding: 1.1rem 1.2rem; border: 1px solid rgba(7,18,41,.1); border-radius: .8rem; background: var(--paper); }
.countdown-card span { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.countdown-card strong { color: var(--blue); font-size: 1.7rem; font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.countdown-card small { color: var(--muted); font-size: .78rem; }
.session-list { border-top: 1px solid var(--line); }
.session-list button { width: 100%; display: grid; grid-template-columns: 124px minmax(0, 1fr) 32px; align-items: center; gap: 1.4rem; padding: 1.5rem 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; transition: padding .2s ease, background .2s ease; }
.session-list button:hover { padding-inline: 1rem; background: var(--paper); }
.session-list time { display: grid; gap: .2rem; min-width: 0; }
.session-list time b { font-family: Georgia, serif; font-size: 2.5rem; line-height: 1; }
.session-list time span { color: var(--gold); font-weight: 800; font-size: .78rem; }
.session-list button > span { display: grid; }
.session-list small { color: var(--muted); }
.session-list i { color: var(--blue); font-size: 1.4rem; font-style: normal; }

.register { color: white; background: linear-gradient(135deg, #0b1c43, #061126); }
.register-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 6rem; align-items: start; }
.register-copy { position: sticky; top: 120px; }
.register-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.contact-person { display: grid; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); }
.contact-person span { color: rgba(255,255,255,.48); font-size: .8rem; }
.contact-person strong { color: var(--gold-light); font-size: 1.05rem; }
.register-form { padding: 2.2rem; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); border-radius: var(--radius); backdrop-filter: blur(8px); }
.register-form fieldset { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; margin: 0 0 1.4rem; padding: 0; border: 0; }
.register-form legend { margin-bottom: .65rem; color: rgba(255,255,255,.65); font-size: .82rem; }
.session-options { display: contents; }
.radio-card { position: relative; }
.radio-card input { position: absolute; opacity: 0; }
.radio-card span { display: grid; min-height: 80px; padding: 1rem; border: 1px solid rgba(255,255,255,.14); border-radius: .7rem; color: rgba(255,255,255,.68); cursor: pointer; }
.radio-card span b { color: white; }
.radio-card span small { margin-top: .35rem; color: rgba(255,255,255,.55); font-size: .72rem; line-height: 1.4; }
.radio-card input:checked + span { border-color: var(--gold); background: rgba(216,182,106,.12); color: var(--gold-light); }
.radio-card input:focus-visible + span { outline: 3px solid rgba(255,255,255,.55); outline-offset: 2px; }
.custom-date-row { margin: 0 0 1.15rem; padding: 1rem; border: 1px dashed rgba(216,182,106,.48); border-radius: .7rem; background: rgba(216,182,106,.05); }
.custom-date-row label { display: grid; gap: .45rem; color: var(--gold-light); font-size: .82rem; font-weight: 700; }
.custom-date-row input[type="date"] { width: 100%; height: 48px; padding: 0 .9rem; border: 1px solid rgba(255,255,255,.18); border-radius: .5rem; outline: none; background: rgba(255,255,255,.08); color: white; color-scheme: dark; font-size: 1rem; }
.custom-date-row input[type="date"]:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(216,182,106,.12); }
.custom-date-row p { margin: .55rem 0 0; color: rgba(255,255,255,.45); font-size: .7rem; line-height: 1.5; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.register-form > label:not(.consent), .field-row label { display: grid; gap: .45rem; margin-bottom: .8rem; color: rgba(255,255,255,.68); font-size: .82rem; }
.register-form input[type="text"], .register-form input[type="tel"], .register-form input[type="email"] { width: 100%; height: 52px; padding: 0 1rem; border: 1px solid rgba(255,255,255,.14); border-radius: .5rem; outline: none; background: rgba(255,255,255,.06); color: white; font-size: 1rem; }
.register-form input::placeholder { color: rgba(255,255,255,.32); }
.register-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(216,182,106,.12); }
.consent { display: flex; align-items: flex-start; gap: .6rem; margin: 1rem 0; color: rgba(255,255,255,.62); font-size: .76rem; }
.consent input { margin-top: .3rem; accent-color: var(--gold); }
.button.full { width: 100%; border: 0; }
.form-note { margin: .7rem 0 0; text-align: center; color: rgba(255,255,255,.4); font-size: .7rem; }
.registration-success { display: grid; gap: .35rem; margin-top: 1rem; padding: 1rem; border: 1px solid rgba(111,224,167,.34); border-radius: .7rem; background: rgba(111,224,167,.1); color: rgba(255,255,255,.8); font-size: .82rem; line-height: 1.6; }
.registration-success strong { color: #9af0c2; font-size: .95rem; }
.faq { background: var(--paper); }
.faq-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: start; }
.faq-shell .section-heading { position: sticky; top: 110px; }
.faq-shell .section-heading > p:last-child { max-width: 34rem; color: var(--muted); line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem 0; color: var(--blue); font-size: 1.08rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--gold); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 46rem; margin: -.3rem 0 1.3rem; color: var(--muted); line-height: 1.75; }

footer { padding: 3.5rem 0 1.5rem; background: #040b1b; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; }
.footer-grid > p { margin: 0; color: rgba(255,255,255,.48); font-size: .82rem; }
.footer-links { display: flex; gap: 1.2rem; }
.footer-links a { color: rgba(255,255,255,.65); font-size: .78rem; text-decoration: none; }
.copyright { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.35); font-size: .7rem; }
.floating-whatsapp { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 45; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #062411; font-weight: 900; font-size: .8rem; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,.24); }
.exit-modal[hidden] { display: none; }
.exit-modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 1.2rem; }
.exit-modal-backdrop { position: absolute; inset: 0; background: rgba(3,10,28,.74); backdrop-filter: blur(8px); }
.exit-modal-card { position: relative; z-index: 1; width: min(560px, 100%); padding: 2.2rem; border: 1px solid rgba(216,182,106,.45); border-radius: 1.3rem; background: linear-gradient(145deg, #102657, #071229); color: white; box-shadow: 0 28px 90px rgba(0,0,0,.38); }
.exit-modal-card h2 { margin: .5rem 0 .8rem; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.1; overflow-wrap: anywhere; }
.exit-modal-card > p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.7; }
.exit-modal-close { position: absolute; top: .7rem; right: .8rem; width: 2.4rem; height: 2.4rem; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: transparent; color: white; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.exit-session-options { display: grid; gap: .65rem; margin-top: 1.25rem; }
.exit-session-button { display: grid; grid-template-columns: 74px 1fr; align-items: center; gap: .9rem; width: 100%; padding: .8rem .9rem; border: 1px solid rgba(216,182,106,.45); border-radius: .75rem; background: rgba(255,255,255,.07); color: white; text-align: left; cursor: pointer; }
.exit-session-button:hover, .exit-session-button:focus-visible { background: rgba(216,182,106,.18); border-color: var(--gold-light); outline: none; }
.exit-session-button time { display: grid; color: var(--gold-light); }
.exit-session-button time b { font-size: 1.35rem; line-height: 1; }
.exit-session-button time span { font-size: .72rem; }
.exit-session-button > span { display: grid; gap: .2rem; }
.exit-session-button strong { font-size: .9rem; }
.exit-session-button small { color: rgba(255,255,255,.65); }
.exit-modal-card small { display: block; margin-top: 1rem; color: rgba(255,255,255,.55); line-height: 1.5; }
body.exit-modal-open { overflow: hidden; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .site-header nav { display: none; position: fixed; inset: 82px 0 0; align-items: stretch; flex-direction: column; padding: 2rem; background: rgba(7,18,41,.98); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: .8rem 0; font-size: 1.2rem; }
  .site-header .nav-cta { margin-top: .5rem; text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.2rem; padding-top: 6rem; }
  .hero-art { width: min(660px, 100%); margin-inline: auto; }
  .case-layout, .audience-grid, .sessions-grid, .register-shell { grid-template-columns: 1fr; gap: 3rem; }
  .faq-shell { grid-template-columns: 1fr; gap: 2rem; }
  .faq-shell .section-heading { position: static; }
  .credibility-panel { grid-template-columns: 1fr; gap: 1.6rem; }
  .curriculum-grid { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: repeat(4, 1fr); }
  .session-intro, .register-copy { position: static; }
  .audience-visual { max-width: 650px; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid > p { display: none; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .section { padding: 4.6rem 0; }
  .site-header { height: 72px; padding-inline: 14px; }
  .site-header nav { inset: 72px 0 0; }
  .brand img { width: 38px; height: 38px; }
  .brand small { font-size: .64rem; }
  .hero { padding-top: 72px; }
  .hero-grid { min-height: auto; padding-top: 4.5rem; }
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-facts dt { font-size: 1.35rem; }
  .hero-facts dd { font-size: .65rem; }
  .hero-image-wrap { aspect-ratio: 16 / 9; }
  .price-ticket { right: .7rem; bottom: .7rem; min-width: 180px; padding: 1rem; }
  .trust-strip { gap: .7rem; padding: .6rem 1rem; flex-wrap: wrap; }
  .trust-strip i { display: none; }
  .section-heading h2, .audience-copy h2, .session-intro h2, .register-copy h2 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
  .case-photo { aspect-ratio: 16 / 9; }
  .before-after-block { grid-template-columns: 1fr; gap: 1.8rem; margin-top: 3rem; padding-top: 2.3rem; }
  .before-after-grid { gap: .7rem; }
  .credibility-panel { margin-top: 2.6rem; padding: 1.2rem; }
  .credibility-copy h3 { font-size: clamp(1.85rem, 9vw, 2.7rem); }
  .credibility-copy > p:last-child { font-size: 1rem; }
  .case-ledger { grid-template-columns: 1fr; padding: 1.5rem; }
  .ledger-total { align-items: flex-start; flex-direction: column; }
  .curriculum-grid, .video-grid { grid-template-columns: 1fr; }
  .strategy-grid { grid-template-columns: 1fr; }
  .profit-proof { grid-template-columns: 1fr; padding: 1.35rem; }
  .pain-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: auto; }
  .topic-card > span { margin-bottom: 1.4rem; }
  .process-list { grid-template-columns: 1fr; }
  .exit-modal { align-items: end; padding: .75rem; }
  .exit-modal-card { padding: 1.5rem; border-radius: 1rem 1rem .6rem .6rem; }
  .exit-modal-card h2 { font-size: 2rem; }
  .exit-modal-card > p:not(.eyebrow) { font-size: .98rem; }
  .exit-session-button { grid-template-columns: 68px 1fr; gap: .65rem; }
  .process-list li { min-height: 150px; }
  .audience-visual { min-height: 430px; }
  .audience-visual > img { height: 390px; }
  .portrait-card { width: 50%; }
  .session-list button { grid-template-columns: 86px minmax(0, 1fr) 20px; gap: .8rem; }
  .session-list time b { font-size: 2rem; }
  .register-form { padding: 1.1rem; }
  .register-form fieldset { grid-template-columns: 1fr; }
  .radio-card span { min-height: auto; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

/* Visual-first refresh: let the supplied classroom and property artwork lead. */
.hero-grid { grid-template-columns: .82fr 1.18fr; gap: clamp(1.5rem, 3vw, 3.25rem); }
.hero-copy { max-width: 590px; }
.hero-copy h1 { font-size: clamp(3rem, 4.8vw, 5.2rem); }
.hero-lede { max-width: 520px; margin-bottom: 1.4rem; font-size: 1rem; }
.hero-actions { margin-bottom: 2rem; }
.hero-image-wrap { aspect-ratio: 1.32 / 1; border-radius: 1.8rem; }
.hero-image-wrap img { object-fit: contain; }
.hero-art { transform: translateX(1.5rem); }
.trust-strip { font-size: .75rem; }

.pain-section { position: relative; overflow: hidden; background: radial-gradient(ellipse at 50% 0, #17366f, #071229 72%); }
.pain-section .section-heading { max-width: 800px; margin-bottom: 2rem; }
.pain-section .section-heading > p:last-child { display: none; }
.pain-grid { gap: .75rem; }
.pain-card { min-height: 170px; padding: 1.4rem 1.6rem; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.018)); }
.pain-card span { margin-bottom: 1.5rem; font-size: 2rem; }
.pain-card p { display: none; }

.proof-section .section-heading { margin-bottom: 2rem; }
.proof-section .section-heading > p:last-child { max-width: 470px; font-size: .92rem; }
.case-layout { display: block; border: 1px solid rgba(216,182,106,.42); background: #071229; }
.case-photo { aspect-ratio: 16 / 9; }
.case-photo img { object-fit: contain; }
.case-ledger { display: contents; }
.case-ledger .case-label, .case-ledger .ledger-row, .case-ledger .ledger-total { display: none; }
.case-ledger .disclaimer { display: block; margin: 0; padding: .75rem 1rem; background: #071229; color: rgba(255,255,255,.62); font-size: .72rem; }
.before-after-block { grid-template-columns: 1fr; gap: 1.35rem; margin-top: 2.7rem; padding-top: 2.6rem; }
.before-after-heading h3 { max-width: 780px; margin-bottom: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.before-after-heading p { display: none; }
.before-after-grid { grid-template-columns: 1fr; }
.before-after-grid figure:not(:first-child) { display: none; }
.before-after-grid img { aspect-ratio: 16 / 8; }
.before-after-grid figcaption { grid-template-columns: auto 1fr; align-items: center; gap: .8rem; }

.credibility-panel { grid-template-columns: 1fr; gap: 0; margin-top: 2.8rem; padding: 1rem; }
.credibility-copy .eyebrow, .credibility-copy h3, .credibility-copy > p, .testimonial-quotes { display: none; }
.credibility-panel figure { border-radius: 1rem; }
.credibility-panel img { aspect-ratio: 16 / 8; object-fit: contain; }
.credibility-panel figcaption { padding: .65rem .85rem; }

.curriculum-grid { grid-template-columns: repeat(3, 1fr); gap: .65rem; background: transparent; border: 0; }
.topic-card { position: relative; display: flex; min-height: 165px; flex-direction: column; justify-content: space-between; padding: 1.4rem; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: linear-gradient(145deg, white, #edf2fa); }
.topic-card > span { margin: 0; color: rgba(18,50,139,.22); font-size: 2.6rem; line-height: 1; }
.topic-card h3 { max-width: 14ch; margin: 1.1rem 0 0; font-size: 1.05rem; }
.topic-card p { display: none; }
.strategy .section-heading > p:last-child { display: none; }
.strategy-grid { gap: .75rem; }
.strategy-card { min-height: 235px; padding: 1.5rem; background: linear-gradient(160deg, white, #eef2f9); }
.strategy-card > span { margin-bottom: 2.4rem; }
.strategy-card h3 { max-width: 15ch; font-size: 1.3rem; }
.strategy-card strong { margin: 0; font-size: 1.15rem; }
.strategy-card p, .strategy-card .text-link { display: none; }
.process-list { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.process-list li { min-height: 185px; padding: 1rem; }
.process-list p { display: none; }
.process-list h3 { margin: 1rem 0 0; font-size: .92rem; }
.audience-grid { grid-template-columns: 1.15fr .85fr; gap: 3.5rem; }
.audience-visual { min-height: 480px; }
.audience-visual > img { width: 100%; height: 460px; object-fit: contain; }
.portrait-card { width: 30%; right: 1rem; bottom: .5rem; }
.check-list { display: none; }
.audience-copy h2 { max-width: 500px; }
.video-card h3 { max-width: 26ch; font-size: .9rem; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero-art { width: min(760px, 100%); transform: none; }
  .hero-image-wrap { aspect-ratio: 16 / 9; }
  .case-ledger { display: contents; }
  .curriculum-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: 1fr; gap: 2rem; }
  .audience-visual { width: min(680px, 100%); }
  .process-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .hero-grid { gap: 1.3rem; padding-top: 3rem; }
  .hero-copy h1 { font-size: clamp(2.65rem, 11.5vw, 3.8rem); }
  .hero-lede { max-width: 38ch; font-size: .94rem; }
  .hero-actions { margin-bottom: 1.5rem; }
  .hero-image-wrap { aspect-ratio: 4 / 3; border-radius: 1.15rem; }
  .hero-art { margin-top: .3rem; }
  .pain-card { min-height: 135px; padding: 1.1rem; }
  .pain-card span { margin-bottom: .8rem; font-size: 1.6rem; }
  .pain-card h3 { font-size: .95rem; }
  .before-after-grid img { aspect-ratio: 4 / 3; }
  .credibility-panel { padding: .55rem; }
  .credibility-panel img { aspect-ratio: 4 / 3; }
  .curriculum-grid { gap: .5rem; }
  .topic-card { min-height: 130px; padding: .9rem; }
  .topic-card > span { font-size: 2rem; }
  .topic-card h3 { font-size: .9rem; }
  .strategy-card { min-height: 185px; padding: 1.1rem; }
  .strategy-card > span { margin-bottom: 1.25rem; }
  .strategy-card h3 { font-size: 1.1rem; }
  .strategy-card strong { font-size: 1rem; }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-list li { min-height: 125px; }
  .audience-visual { min-height: 370px; }
  .audience-visual > img { height: 360px; }
  .portrait-card { width: 34%; right: .4rem; }
}

/* Case-led copy pass inspired by BP Group's source material. */
.pain-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pain-card { min-height: 205px; }
.pain-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.45; }
.strategy-grid { align-items: stretch; }
.strategy-card.case-strategy { min-height: 0; padding: 1.2rem; overflow: hidden; }
.case-strategy > span { display: inline-flex; width: auto; height: auto; min-height: 2rem; margin: 0 0 .8rem; padding: .35rem .75rem; border: 1px solid rgba(216,182,106,.55); border-radius: 999px; background: rgba(216,182,106,.13); color: #8a6420; font-size: .7rem; letter-spacing: .08em; }
.case-strategy.featured > span { color: var(--gold-light); }
.case-strategy h3 { min-height: 2.5em; margin: 0 0 .8rem; font-size: clamp(1.1rem, 1.7vw, 1.45rem); }
.strategy-visual { height: clamp(150px, 17vw, 235px); margin: 0 -1.2rem 1rem; overflow: hidden; background: #d9e1ed; }
.strategy-visual img { width: 100%; height: 100%; object-fit: contain; background: #071229; transition: transform .4s ease; }
.case-strategy:hover .strategy-visual img { transform: scale(1.04); }
.case-strategy strong { display: block; margin: .3rem 0 .45rem; color: var(--blue); font-size: clamp(1.05rem, 1.65vw, 1.4rem); }
.case-strategy.featured strong { color: var(--gold-light); }
.case-strategy p { display: block; min-height: 2.7em; margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.case-strategy.featured p { color: rgba(255,255,255,.72); }
.strategy-flow { display: flex; min-height: clamp(150px, 17vw, 235px); align-items: center; justify-content: center; gap: .65rem; margin: 0 -1.2rem 1rem; padding: 1rem; background: radial-gradient(circle at 50% 35%, #18366f, #071229); color: white; }
.strategy-flow b { display: grid; place-items: center; width: 5.2rem; height: 5.2rem; border: 1px solid rgba(243,220,157,.55); border-radius: 50%; background: rgba(243,220,157,.09); font-size: .82rem; }
.strategy-flow i { color: var(--gold-light); font-size: 1.1rem; font-style: normal; }
.strategy-disclaimer { max-width: 880px; margin: 1rem 0 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.process .section-heading > p:last-child { max-width: 660px; color: rgba(255,255,255,.66); }
.register-copy > p:not(.eyebrow) { max-width: 34ch; font-size: 1.05rem; line-height: 1.65; }
.page-malay .pain-card p, .page-malay .strategy-card.case-strategy p { display: -webkit-box; }
.page-malay .strategy-disclaimer { display: block; }
@media (max-width: 980px) {
  .pain-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .strategy-visual, .strategy-flow { height: 200px; min-height: 200px; }
}
@media (max-width: 680px) {
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 0; }
  .pain-card span { margin-bottom: .65rem; }
  .strategy-visual, .strategy-flow { height: 190px; min-height: 190px; }
  .case-strategy h3 { min-height: 0; }
  .case-strategy p { min-height: 0; }
  .strategy-flow b { width: 4.5rem; height: 4.5rem; font-size: .75rem; }
}

.team-approach { position: relative; overflow: hidden; color: #fff; background: radial-gradient(ellipse at 88% 0%, #1a3b78 0%, #0a1b3b 42%, #071229 78%); }
.team-approach::before { position: absolute; top: -12rem; right: -8rem; width: 34rem; height: 34rem; border: 1px solid rgba(243,220,157,.16); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(243,220,157,.025), 0 0 0 7rem rgba(243,220,157,.02); content: ""; pointer-events: none; }
.team-approach .shell { position: relative; z-index: 1; }
.team-approach-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 3rem; margin-bottom: 3rem; }
.team-approach .eyebrow { color: var(--gold-light); }
.team-approach-copy h2 { max-width: 680px; margin-bottom: 1rem; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1.02; }
.team-approach-copy > p:last-child { max-width: 610px; margin: 0; color: rgba(255,255,255,.68); font-size: 1.02rem; }
.auctioneer-card { display: flex; min-height: 138px; align-items: center; gap: 1.15rem; padding: 1.35rem 1.5rem; border: 1px solid rgba(243,220,157,.38); border-radius: 1.2rem; background: linear-gradient(125deg, rgba(243,220,157,.15), rgba(255,255,255,.035)); box-shadow: 0 20px 45px rgba(0,0,0,.16); }
.auctioneer-monogram { display: grid; width: 3.8rem; height: 3.8rem; flex: 0 0 auto; place-items: center; border: 1px solid rgba(243,220,157,.72); border-radius: 50%; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.05rem; }
.auctioneer-card > div { display: grid; gap: .25rem; }
.auctioneer-card small { color: var(--gold-light); font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.auctioneer-card strong { font-size: 1.2rem; }
.auctioneer-card strong span { color: var(--gold-light); font-size: .88em; }
.auctioneer-card p { margin: 0; color: rgba(255,255,255,.64); font-size: .82rem; }
.auctioneer-card > i { margin-left: auto; color: var(--gold-light); font-size: 1.35rem; font-style: normal; }
.expertise-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.expertise-grid article { min-height: 205px; padding: 1.5rem 1.5rem 1.6rem 0; }
.expertise-grid article + article { padding-left: 1.4rem; border-left: 1px solid rgba(255,255,255,.14); }
.expertise-grid article > span { display: inline-grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: rgba(243,220,157,.13); color: var(--gold-light); font-size: .7rem; font-weight: 800; }
.expertise-grid h3 { margin: 1.25rem 0 .45rem; font-size: 1.05rem; letter-spacing: -.02em; }
.expertise-grid p { max-width: 27ch; margin: 0; color: rgba(255,255,255,.6); font-size: .82rem; line-height: 1.6; }
.team-approach-foot { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 1.5rem; }
.team-approach-foot > span { color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.team-approach-foot a { display: inline-flex; align-items: center; gap: .65rem; color: #fff; font-weight: 800; text-decoration: none; }
.team-approach-foot a b { color: var(--gold-light); font-size: 1.2rem; }
.team-approach-note { max-width: 850px; margin: 1.2rem 0 0; color: rgba(255,255,255,.4); font-size: .68rem; line-height: 1.6; }
@media (max-width: 980px) {
  .team-approach-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .auctioneer-card { max-width: 460px; }
  .expertise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expertise-grid article { min-height: 185px; padding: 1.3rem 1.2rem 1.3rem 0; }
  .expertise-grid article + article { padding-left: 1.2rem; }
  .expertise-grid article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .expertise-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.14); }
}
@media (max-width: 680px) {
  .team-approach-head { margin-bottom: 2rem; }
  .team-approach-copy h2 { font-size: clamp(2.35rem, 10vw, 3.2rem); }
  .team-approach-copy > p:last-child { font-size: .92rem; }
  .auctioneer-card { min-height: 112px; padding: 1rem; }
  .auctioneer-monogram { width: 3.2rem; height: 3.2rem; }
  .auctioneer-card strong { font-size: 1.04rem; }
  .expertise-grid article { min-height: 175px; padding: 1rem .8rem 1rem 0; }
  .expertise-grid article + article { padding-left: .8rem; }
  .expertise-grid article:nth-child(3) { padding-left: 0; }
  .expertise-grid h3 { margin-top: 1rem; font-size: .94rem; }
  .expertise-grid p { font-size: .74rem; }
  .team-approach-foot { align-items: flex-start; flex-direction: column; gap: .8rem; }
}

/* Malay landing page: image-led hierarchy with concise supporting copy. */
.page-malay .hero { position: relative; isolation: isolate; }
.page-malay .hero-grid { position: relative; display: block; min-height: min(740px, calc(100svh - 112px)); padding-top: clamp(6rem, 12vh, 8rem); padding-bottom: 2.5rem; }
.page-malay .hero-copy { position: relative; z-index: 2; max-width: 650px; }
.page-malay .hero-copy h1 { max-width: 650px; font-family: Inter, system-ui, sans-serif; font-size: clamp(3.1rem, 5.2vw, 5.25rem); letter-spacing: -.055em; line-height: 1.02; text-wrap: balance; }
.page-malay .hero-copy h1 em { display: block; margin-top: .12em; }
.page-malay .hero-lede { max-width: 450px; margin-bottom: 1.35rem; font-size: 1rem; }
.page-malay .hero-art { position: absolute; z-index: 0; inset: 4% 0 4% auto; width: min(70%, 860px); height: 88%; margin: 0; }
.page-malay .hero-image-wrap { position: absolute; inset: 0; aspect-ratio: auto; border: 1px solid rgba(255,255,255,.16); border-radius: 2rem; }
.page-malay .hero-image-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #071229 0%, rgba(7,18,41,.72) 10%, rgba(7,18,41,.12) 60%, rgba(7,18,41,.02) 100%), linear-gradient(0deg, rgba(7,18,41,.35), transparent 42%); }
.page-malay .hero-image-wrap img { object-fit: cover; object-position: 52% center; }
.page-malay .price-ticket { display: none; }
.page-malay .hero-facts { max-width: 600px; margin-top: 1.8rem; }
.page-malay .hero-facts dt { font-size: clamp(1.35rem, 2.4vw, 2rem); }
.page-malay .hero-facts dd { max-width: 150px; line-height: 1.4; }
.page-malay .hero-actions { gap: .65rem; margin-bottom: 1.2rem; }
.page-malay .hero-urgency { margin: .25rem 0 0; }
.page-malay .trust-strip { position: relative; z-index: 1; }
.page-malay .section { padding-block: clamp(4.5rem, 8vw, 7rem); }
.page-malay h1, .page-malay h2, .page-malay h3 { font-family: Inter, system-ui, sans-serif; letter-spacing: -.045em; }
.page-malay .section-heading { margin-bottom: 2.4rem; }
.page-malay .section-heading h2, .page-malay .audience-copy h2, .page-malay .session-intro h2, .page-malay .register-copy h2 { max-width: 760px; font-size: clamp(2.2rem, 4.4vw, 4rem); }
.page-malay .section-heading > p:last-child { max-width: 560px; font-size: .96rem; }
.page-malay .pain-card { min-height: 210px; }
.page-malay .pain-card span { margin-bottom: 2.5rem; font-size: 2.3rem; }
.page-malay .pain-card p, .page-malay .strategy-card p { display: none; }
.page-malay .strategy-card { min-height: 265px; padding: 1.7rem; }
.page-malay .strategy-card > span { margin-bottom: 2.6rem; }
.page-malay .strategy-card h3 { max-width: 260px; font-size: 1.35rem; }
.page-malay .strategy-card strong { font-size: 1.55rem; }
.page-malay .topic-card { min-height: 220px; padding: 1.8rem; }
.page-malay .topic-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .88rem; }
.page-malay .video-grid { gap: 1rem; }
.page-malay .video-card { overflow: hidden; border-radius: 1.2rem; }
.page-malay .video-card img { aspect-ratio: 1.55; object-fit: cover; }
.page-malay .profit-proof { border-radius: 1.5rem; }
.page-malay .session-list button { padding-block: 1.25rem; }
@media (max-width: 980px) {
  .page-malay .hero-grid { min-height: 690px; padding-top: 7rem; }
  .page-malay .hero-art { inset: 3% -12px 7% auto; width: 74%; height: 84%; }
  .page-malay .hero-copy { max-width: 590px; }
  .page-malay .hero-copy h1 { max-width: 590px; font-size: clamp(3rem, 6vw, 4.8rem); }
}
@media (max-width: 680px) {
  .page-malay .hero-grid { min-height: 780px; padding-top: 6.7rem; padding-bottom: 3.2rem; }
  .page-malay .hero-art { inset: 5% -14px 29% auto; width: calc(100% + 28px); height: 60%; opacity: .64; }
  .page-malay .hero-image-wrap { border-radius: 0 0 1.5rem 1.5rem; }
  .page-malay .hero-image-wrap::after { background: linear-gradient(90deg, rgba(7,18,41,.56), rgba(7,18,41,.08)), linear-gradient(0deg, #071229 0%, rgba(7,18,41,.02) 60%); }
  .page-malay .hero-copy { max-width: 100%; }
  .page-malay .hero-copy h1 { max-width: 520px; font-size: clamp(3rem, 13vw, 4.5rem); }
  .page-malay .hero-lede { max-width: 360px; }
  .page-malay .hero-actions { display: flex; }
  .page-malay .hero-facts { position: absolute; inset: auto 0 0; }
  .page-malay .hero-facts div { padding-top: 1rem; }
  .page-malay .hero-facts dd { font-size: .62rem; }
  .page-malay .hero-urgency { font-size: .7rem; }
  .page-malay .pain-card { min-height: 165px; }
  .page-malay .pain-card span { margin-bottom: 1.5rem; }
}
