/* websitebuilder.net.au — marketing site. Dark only, by design. */
:root {
  --bg: #0B1220; --bg-2: #0F1A2C; --bg-3: #152238; --bg-4: #1B2B45;
  --line: rgba(255,255,255,.08); --line-2: rgba(255,255,255,.16);
  --ink: #E9EEF6; --ink-2: #AEB9C9; --ink-3: #7A8797;
  --gold: #E8B04B; --gold-2: #F3C56B; --gold-ink: #1A1408; --blue: #5B93F5; --blue-soft: rgba(91,147,245,.16); --ok: #3DD68C; --warn: #F59E6B;
  --display: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --mono: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  --radius: 12px; --radius-sm: 8px; --container: 1140px;
  --shadow: 0 20px 60px -24px rgba(0,0,0,.7);
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; overflow-x: clip; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, svg, video { max-width: 100%; display: block; }
a { color: var(--gold-2); text-underline-offset: 2px; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.1; letter-spacing: -0.022em; margin: 0 0 .45em; text-wrap: balance; font-weight: 700; overflow-wrap: anywhere; }
h1 { font-size: clamp(36px, 6.2vw, 64px); }
h2 { font-size: clamp(28px, 4vw, 42px); }
h3 { font-size: 21px; letter-spacing: -0.01em; }
p { margin: 0 0 1em; overflow-wrap: anywhere; }
p:last-child { margin-bottom: 0; }
code { font-family: var(--mono); font-size: .9em; background: var(--bg-3); border: 1px solid var(--line); padding: 2px 6px; border-radius: 6px; overflow-wrap: anywhere; }
.lead { font-size: clamp(18px, 2.2vw, 21px); color: var(--ink-2); max-width: 58ch; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: 20px; }
.narrow { max-width: 760px; }
section { padding-block: 84px; position: relative; }
@media (max-width: 720px) { section { padding-block: 56px; } }
.sec-tint { background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.sec-line { border-top: 1px solid var(--line); }
.eyebrow { font-family: var(--display); font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin: 0 0 14px; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--gold); border-radius: 2px; }
.center { text-align: center; }
.center .eyebrow::before { display: none; }
.center .lead { margin-inline: auto; }
.section-head { max-width: 64ch; margin-bottom: 40px; }
.section-head.center { margin-inline: auto; }
.muted { color: var(--ink-3); }
.skip { position: absolute; left: 16px; top: -60px; background: var(--gold); color: var(--gold-ink); padding: 10px 14px; border-radius: 8px; z-index: 100; font-weight: 700; text-decoration: none; }
.skip:focus { top: 12px; }
[hidden] { display: none !important; }

/* aurora background */
.aurora { position: fixed; inset: -20% -10%; z-index: -1; pointer-events: none; overflow: hidden; }
.aurora i { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55; will-change: transform; }
.aurora i:nth-child(1) { width: 60vw; height: 60vw; left: -10vw; top: -10vh; background: radial-gradient(circle, rgba(91,147,245,.55), transparent 60%); animation: drift1 26s ease-in-out infinite alternate; }
.aurora i:nth-child(2) { width: 50vw; height: 50vw; right: -12vw; top: 20vh; background: radial-gradient(circle, rgba(232,176,75,.35), transparent 60%); animation: drift2 32s ease-in-out infinite alternate; }
.aurora i:nth-child(3) { width: 40vw; height: 40vw; left: 30vw; bottom: -20vh; background: radial-gradient(circle, rgba(61,214,140,.22), transparent 60%); animation: drift1 38s ease-in-out infinite alternate-reverse; }
@keyframes drift1 { from { transform: translate(0,0) scale(1); } to { transform: translate(8vw, 6vh) scale(1.15); } }
@keyframes drift2 { from { transform: translate(0,0) scale(1.1); } to { transform: translate(-10vw, 8vh) scale(.95); } }

/* announcement bar */
.announce { background: linear-gradient(90deg, var(--bg-4), var(--bg-3)); border-bottom: 1px solid var(--line); font-size: 14px; }
.announce-in { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 40px; padding-block: 6px; }
.announce .pill { background: var(--gold); color: var(--gold-ink); }
.announce-close { margin-left: 6px; border: 0; background: transparent; color: var(--ink-3); font-size: 18px; cursor: pointer; padding: 4px 8px; border-radius: 6px; line-height: 1; }
.announce-close:hover { color: var(--ink); background: var(--line); }
.pill { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; background: var(--blue-soft); color: var(--blue); }

/* header */
.hdr { position: sticky; top: 0; z-index: 40; background: rgba(11,18,32,.72); backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid var(--line); transition: box-shadow .2s; }
.hdr.scrolled { box-shadow: 0 10px 30px -20px rgba(0,0,0,.8); }
.hdr-in { display: flex; align-items: center; gap: 18px; min-height: 68px; }
.brand { text-decoration: none; color: var(--ink); display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 30px; height: 30px; }
.brand b { font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; white-space: nowrap; }
.brand b span { color: var(--gold); font-weight: 600; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 2px; }
.nav a { text-decoration: none; color: var(--ink-2); padding: 9px 12px; border-radius: 8px; font-weight: 500; font-size: 15px; transition: background .15s, color .15s; }
.nav a:hover, .nav a[aria-current] { background: var(--line); color: var(--ink); }
.nav .btn { margin-left: 8px; }
.nav a.btn-primary { color: var(--gold-ink); background: var(--gold); }
.nav a.btn-primary:hover { background: var(--gold-2); color: var(--gold-ink); }
.nav-toggle { display: none; }
.burger { display: none; width: 44px; height: 44px; margin-left: auto; flex-direction: column; justify-content: center; gap: 5px; padding: 10px; cursor: pointer; border-radius: 8px; }
.burger span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }
@media (max-width: 860px) {
  .burger { display: flex; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--bg-2); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; padding: 8px 20px 18px; gap: 2px; box-shadow: var(--shadow); }
  .nav a { padding: 13px 12px; font-size: 16px; }
  .nav .btn { margin: 8px 0 0; }
  .nav-toggle:checked ~ .nav { display: flex; }
  .nav-toggle:checked ~ .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked ~ .burger span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked ~ .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* buttons */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1.5px solid transparent; border-radius: 10px; padding: 12px 22px; font-weight: 600; text-decoration: none; line-height: 1.2; font-family: var(--body); cursor: pointer; font-size: 16px; transition: transform .12s ease, background .15s, border-color .15s, box-shadow .15s; overflow: hidden; }
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--gold); color: var(--gold-ink); box-shadow: 0 8px 24px -10px rgba(232,176,75,.6); }
.btn-primary:hover { background: var(--gold-2); box-shadow: 0 12px 28px -10px rgba(232,176,75,.75); }
.btn-primary::after { content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent); transform: skewX(-20deg); transition: left .6s ease; }
.btn-primary:hover::after { left: 130%; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { background: var(--line); border-color: var(--ink-3); }
.btn-lg { padding: 15px 28px; font-size: 17.5px; }
.btn-sm { padding: 8px 14px; font-size: 14px; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }
.center .btn-row { justify-content: center; }
@media (max-width: 480px) { .btn { white-space: normal; text-align: center; } .btn-row .btn { flex: 1 1 auto; } }

/* hero */
.hero { padding-block: 72px 60px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 56px; align-items: center; }
@media (max-width: 920px) { .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; } .hero { padding-block: 44px 40px; } }
.hero h1 { margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--gold); position: relative; }
.hero .lead { margin-bottom: 28px; }
.hero-note { font-size: 14px; color: var(--ink-3); margin-top: 16px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.hero-note svg { width: 16px; height: 16px; color: var(--ok); }
.hero-art { position: relative; }
.hero-art svg { width: 100%; height: auto; filter: drop-shadow(0 30px 50px rgba(0,0,0,.55)); }

/* trust strip */
.strip { border-block: 1px solid var(--line); background: var(--bg-2); padding-block: 16px; }
.strip ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 30px; justify-content: center; font-size: 14.5px; color: var(--ink-2); font-weight: 500; }
.strip li { display: inline-flex; align-items: center; gap: 8px; }
.strip svg { width: 18px; height: 18px; color: var(--ok); flex: none; }

/* marquee */
.marquee { overflow: hidden; border-bottom: 1px solid var(--line); padding-block: 14px; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 40px; width: max-content; animation: marquee 40s linear infinite; font-family: var(--display); font-weight: 600; color: var(--ink-3); font-size: 15px; letter-spacing: .02em; }
.marquee-track span::before { content: "•"; color: var(--gold); margin-right: 40px; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* grids + cards */
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.grid-2 > *, .grid-3 > *, .grid-4 > *, .hero-grid > *, .demo > *, .matrix > *, .doc > *, .plans > *, .themes > * { min-width: 0; }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: minmax(0, 1fr); } }
.card { background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; position: relative; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.card-hover:hover { transform: translateY(-3px); border-color: var(--line-2); box-shadow: var(--shadow); }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--ink-2); margin: 0; font-size: 15.5px; }
.ico { width: 46px; height: 46px; border-radius: 12px; background: var(--blue-soft); color: var(--blue); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.ico.gold { background: rgba(232,176,75,.14); color: var(--gold); }
.ico svg { width: 24px; height: 24px; }
.step-n { font-family: var(--display); font-weight: 700; color: var(--gold); font-size: 13px; letter-spacing: .1em; margin-bottom: 10px; }
.steps-wrap { position: relative; }
.steps-line { position: absolute; left: 0; right: 0; top: 52px; height: 2px; pointer-events: none; }
.steps-line svg { width: 100%; height: 2px; }
.steps-line path { stroke: var(--line-2); stroke-width: 2; stroke-dasharray: 6 8; }
@media (max-width: 900px) { .steps-line { display: none; } }

/* live demo */
.demo { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 32px; align-items: start; }
@media (max-width: 860px) { .demo { grid-template-columns: minmax(0, 1fr); } }
.demo-form { display: grid; gap: 12px; }
.demo-form label { font-size: 13px; font-weight: 600; color: var(--ink-2); display: grid; gap: 6px; }
.demo-form input, .demo-form select { width: 100%; background: var(--bg-2); border: 1px solid var(--line-2); color: var(--ink); border-radius: 10px; padding: 11px 12px; font: inherit; font-size: 16px; }
.demo-form input:focus, .demo-form select:focus { outline: 2px solid var(--gold); outline-offset: -1px; border-color: transparent; }
.demo-themes { display: flex; gap: 8px; flex-wrap: wrap; }
.demo-themes button { border: 2px solid transparent; border-radius: 999px; width: 34px; height: 34px; cursor: pointer; padding: 0; background: var(--sw, #fff); position: relative; }
.demo-themes button.on { border-color: var(--ink); }
.demo-themes button::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--ac, #000); }
.demo-site { border-radius: 14px; overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); background: #fff; color: #111; font-family: var(--body); transition: background .3s, color .3s; }
.demo-bar { display: flex; align-items: center; gap: 6px; padding: 8px 12px; background: var(--bg-3); border-bottom: 1px solid var(--line); }
.demo-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); display: block; }
.demo-bar span { margin-left: 8px; min-width: 0; flex: 1; font-size: 11.5px; color: var(--ink-3); font-family: var(--mono); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.demo-hdr { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; font-weight: 700; font-size: 15px; }
.demo-hdr small { font-weight: 500; opacity: .75; font-size: 12px; }
.demo-hero { padding: 34px 18px 30px; text-align: center; }
.demo-hero h4 { font-size: clamp(22px, 3vw, 30px); margin: 0 0 8px; line-height: 1.12; font-family: var(--display); }
.demo-hero p { font-size: 14px; opacity: .85; margin: 0 0 14px; }
.demo-hero b { display: inline-block; padding: 9px 16px; border-radius: 8px; font-size: 13px; font-weight: 700; }
.demo-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 14px 18px 18px; }
.demo-cards i { display: block; height: 52px; border-radius: 8px; border: 1px solid rgba(0,0,0,.08); background: rgba(127,127,127,.08); }
.demo-foot { padding: 10px 18px; font-size: 11px; opacity: .8; display: flex; justify-content: space-between; gap: 8px; }

/* themes showcase */
.themes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 900px) { .themes { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .themes { grid-template-columns: 1fr; } }
.theme { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--bg-2); transition: transform .2s ease, border-color .2s ease, box-shadow .2s; display: block; text-decoration: none; color: inherit; }
.theme:hover { transform: translateY(-3px); border-color: var(--line-2); box-shadow: var(--shadow); }
.theme-img { aspect-ratio: 4/3; overflow: hidden; background: var(--bg-3); position: relative; }
.theme-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s ease; }
.theme:hover .theme-img img { transform: scale(1.04); }
.theme-meta { padding: 14px 18px; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.theme-meta b { display: block; font-family: var(--display); font-size: 16px; }
.theme-meta span { font-size: 13.5px; color: var(--ink-2); }
.sw { display: flex; gap: 4px; flex: none; }
.sw i { width: 14px; height: 14px; border-radius: 4px; display: block; border: 1px solid rgba(255,255,255,.15); }

/* template matrix */
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.chip { border: 1px solid var(--line-2); background: transparent; color: var(--ink-2); border-radius: 999px; padding: 8px 14px; font: inherit; font-size: 14px; font-weight: 500; cursor: pointer; transition: all .15s; }
.chip:hover { color: var(--ink); border-color: var(--ink-3); }
.chip.on { background: var(--gold); color: var(--gold-ink); border-color: var(--gold); }
.matrix { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 24px; align-items: start; }
@media (max-width: 860px) { .matrix { grid-template-columns: minmax(0, 1fr); } }
.matrix-ctl { display: grid; gap: 18px; }
.matrix-ctl h4 { margin: 0 0 8px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); }
.opt-list { display: grid; gap: 6px; }
.opt { text-align: left; border: 1px solid var(--line); background: var(--bg-2); color: var(--ink); border-radius: 10px; padding: 10px 12px; cursor: pointer; font: inherit; display: flex; gap: 10px; align-items: center; transition: border-color .15s, background .15s; }
.opt:hover { border-color: var(--line-2); }
.opt.on { border-color: var(--gold); background: rgba(232,176,75,.08); }
.opt b { display: block; font-size: 14.5px; }
.opt span { font-size: 12.5px; color: var(--ink-3); }
.matrix-view { border-radius: 14px; overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); background: var(--bg-3); }
.matrix-view img { width: 100%; height: auto; display: block; transition: opacity .25s; }
.matrix-view.loading img { opacity: .4; }
.matrix-cap { display: flex; justify-content: space-between; gap: 10px; padding: 8px 16px; font-size: 14px; color: var(--ink-2); border-top: 1px solid var(--line); flex-wrap: wrap; align-items: center; min-height: 44px; }
.matrix-cap a { padding: 6px 0; display: inline-block; font-weight: 600; }

/* pricing */
.billing { display: inline-flex; align-items: center; gap: 12px; background: var(--bg-3); border: 1px solid var(--line); border-radius: 999px; padding: 6px; margin-bottom: 30px; }
.billing button { border: 0; background: transparent; color: var(--ink-2); font: inherit; font-weight: 600; padding: 8px 16px; border-radius: 999px; cursor: pointer; }
.billing button.on { background: var(--gold); color: var(--gold-ink); }
.billing .save { font-size: 12px; color: var(--ok); font-weight: 700; margin-right: 6px; }
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 880px; margin: 0 auto; }
@media (max-width: 680px) { .plans { grid-template-columns: minmax(0, 1fr); } }
.plan { background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--line); border-radius: 18px; padding: 32px; display: grid; gap: 16px; align-content: start; position: relative; }
.plan.featured { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(232,176,75,.12), var(--shadow); }
.plan.featured::before { content: "Most popular"; position: absolute; top: -13px; left: 24px; background: var(--gold); color: var(--gold-ink); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.plan h3 { font-size: 24px; margin: 0; }
.price { font-family: var(--display); font-size: 46px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; display: flex; align-items: baseline; gap: 6px; }
.price small { font-family: var(--body); font-size: 15px; font-weight: 500; color: var(--ink-3); letter-spacing: 0; }
.price .num { display: inline-block; min-width: 2ch; transition: transform .2s, opacity .2s; }
.price.flip .num { transform: translateY(-6px); opacity: 0; }
.gst { font-size: 13px; color: var(--ink-3); margin-top: -8px; }
.gst details { display: inline; }
.gst summary { display: inline-block; cursor: pointer; color: var(--blue); list-style: none; padding: 4px 0; }
.gst summary::-webkit-details-marker { display: none; }
.plan ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 15.5px; }
.plan li { display: flex; gap: 10px; align-items: flex-start; }
.plan li span { min-width: 0; overflow-wrap: anywhere; }
.plan li svg { width: 18px; height: 18px; color: var(--ok); flex: none; margin-top: 3px; }
.plan li.no { color: var(--ink-3); }
.plan li.no svg { color: var(--ink-3); }
.compare { width: 100%; border-collapse: collapse; font-size: 15px; }
.compare th, .compare td { padding: 13px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare th { font-family: var(--display); font-size: 14px; color: var(--ink-2); }
.compare td:not(:first-child), .compare th:not(:first-child) { text-align: center; width: 130px; }
.compare tr:hover td { background: rgba(255,255,255,.02); }
.compare .y { color: var(--ok); font-weight: 700; }
.compare .n { color: var(--ink-3); }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: var(--radius); }
.table-wrap table { min-width: 560px; }
.helper { display: grid; gap: 12px; max-width: 640px; margin: 0 auto; }
.helper .q { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; background: var(--bg-3); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; font-size: 15px; }
.helper .q .seg { display: flex; gap: 4px; background: var(--bg); padding: 3px; border-radius: 999px; }
.helper .q .seg button { border: 0; background: transparent; color: var(--ink-2); padding: 6px 12px; border-radius: 999px; font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; }
.helper .q .seg button.on { background: var(--gold); color: var(--gold-ink); }
.helper-out { text-align: center; padding: 18px; border-radius: 12px; background: rgba(232,176,75,.08); border: 1px dashed rgba(232,176,75,.4); font-weight: 600; }

/* faq */
.faq { display: grid; gap: 10px; max-width: 780px; margin: 0 auto; }
.faq details { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 0 20px; transition: border-color .15s; }
.faq details[open] { border-color: var(--line-2); }
.faq summary { cursor: pointer; font-weight: 600; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 20px; height: 20px; color: var(--gold); flex: none; transition: transform .2s; }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq details p { color: var(--ink-2); padding-bottom: 16px; margin: 0; font-size: 15.5px; }

/* australia map */
.au-map { position: relative; }
.au-map svg { width: 100%; height: auto; }
.au-map .land { fill: var(--bg-3); stroke: var(--line-2); stroke-width: 1.5; }
.au-map .city { fill: var(--gold); }
.au-map .ring { fill: none; stroke: var(--gold); stroke-width: 1.5; opacity: .8; transform-origin: center; transform-box: fill-box; animation: ring 2.6s ease-out infinite; }
.au-map .ring:nth-of-type(2) { animation-delay: .5s; } .au-map .ring:nth-of-type(3) { animation-delay: 1s; } .au-map .ring:nth-of-type(4) { animation-delay: 1.5s; } .au-map .ring:nth-of-type(5) { animation-delay: 2s; }
@keyframes ring { 0% { transform: scale(.4); opacity: .9; } 100% { transform: scale(2.6); opacity: 0; } }
.au-map text { fill: var(--ink-2); font-family: var(--body); font-size: 11px; font-weight: 600; }

/* cta band */
.cta-band { background: linear-gradient(135deg, var(--bg-4), var(--bg-2)); border-block: 1px solid var(--line); position: relative; overflow: hidden; }
.cta-band .glow { position: absolute; inset: 0; background: radial-gradient(60% 80% at 50% 120%, rgba(232,176,75,.28), transparent 70%); pointer-events: none; }
.cta-band .container { position: relative; }

/* prose */
.prose { max-width: 72ch; }
.prose h2 { font-size: 26px; margin-top: 1.8em; scroll-margin-top: 90px; }
.prose h3 { font-size: 19px; margin-top: 1.4em; scroll-margin-top: 90px; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .45em; }
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; }
.prose th, .prose td { border-bottom: 1px solid var(--line); padding: 10px 8px; text-align: left; vertical-align: top; }
.callout { background: rgba(232,176,75,.08); border-left: 3px solid var(--gold); padding: 14px 18px; border-radius: 8px; margin: 22px 0; font-size: 15.5px; }
.callout.blue { background: var(--blue-soft); border-color: var(--blue); }
.summary-box { background: var(--bg-3); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; margin: 20px 0 28px; font-size: 15.5px; }
.summary-box b { font-family: var(--display); }
.summary-box ul { margin: 8px 0 0; }
.anchor { color: var(--ink-3); text-decoration: none; margin-left: 8px; opacity: 0; font-weight: 400; padding: 4px; }
@media (hover: none), (max-width: 900px) { .anchor { display: none; } }
h2:hover .anchor, h3:hover .anchor { opacity: 1; }
.doc { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 48px; align-items: start; }
@media (max-width: 900px) { .doc { grid-template-columns: minmax(0, 1fr); gap: 24px; } }
.toc { position: sticky; top: 90px; font-size: 14px; }
.toc h4 { margin: 0 0 10px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); }
.toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; border-left: 1px solid var(--line); }
.toc a { display: block; padding: 6px 12px; min-height: 28px; color: var(--ink-2); text-decoration: none; border-left: 2px solid transparent; margin-left: -1px; border-radius: 0 6px 6px 0; }
.toc a:hover { color: var(--ink); background: var(--line); }
.toc a.on { color: var(--gold); border-left-color: var(--gold); }
@media (max-width: 900px) { .toc { position: static; } .toc ol { display: flex; flex-wrap: wrap; border: 0; gap: 6px; } .toc a { border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; } }
.search { position: relative; margin-bottom: 20px; }
.search input { width: 100%; background: var(--bg-2); border: 1px solid var(--line-2); color: var(--ink); border-radius: 10px; padding: 12px 14px 12px 42px; font: inherit; font-size: 16px; }
.search input:focus { outline: 2px solid var(--gold); outline-offset: -1px; }
.search svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--ink-3); }
.search-empty { color: var(--ink-3); font-size: 15px; }
.copy { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line-2); background: var(--bg-3); color: var(--ink); border-radius: 8px; padding: 6px 10px; font: inherit; font-size: 13px; cursor: pointer; }
.copy:hover { border-color: var(--ink-3); }
.copy svg { width: 14px; height: 14px; }
.copy.done { border-color: var(--ok); color: var(--ok); }
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.checks label { display: flex; gap: 12px; align-items: flex-start; background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; cursor: pointer; }
.checks input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--gold); flex: none; }
.checks label.done { opacity: .6; text-decoration: line-through; }
.progress { height: 6px; background: var(--bg-3); border-radius: 999px; overflow: hidden; margin: 8px 0 16px; }
.progress i { display: block; height: 100%; background: var(--gold); border-radius: 999px; transition: width .3s; width: 0; }
.kbd { display: inline-block; font-family: var(--mono); font-size: 12.5px; background: var(--bg-3); border: 1px solid var(--line-2); border-bottom-width: 2px; border-radius: 6px; padding: 2px 7px; min-width: 24px; text-align: center; }
.diagram { margin: 24px 0; }
.diagram svg { width: 100%; height: auto; }
.diagram .box { fill: var(--bg-3); stroke: var(--line-2); }
.diagram .lbl { fill: var(--ink); font-family: var(--body); font-size: 13px; font-weight: 600; }
.diagram .sub { fill: var(--ink-3); font-family: var(--mono); font-size: 11px; }
.diagram .flow { fill: none; stroke: var(--gold); stroke-width: 2; stroke-dasharray: 6 6; animation: dash 1.6s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -24; } }
.glossary dt { font-weight: 700; font-family: var(--display); margin-top: 14px; }
.glossary dd { margin: 4px 0 0; color: var(--ink-2); }
.shortcuts { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 8px 24px; font-size: 15px; }
.shortcuts div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); }

/* 404 */
.lost { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.lost-art { width: min(420px, 80vw); margin: 0 auto 24px; }
.lost-art .pin { animation: bob 2.2s ease-in-out infinite; transform-origin: center bottom; }
.lost-art .road { stroke-dasharray: 14 12; animation: dash 1.2s linear infinite; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* footer */
.ftr { background: var(--bg-2); border-top: 1px solid var(--line); color: var(--ink-2); padding-block: 56px 28px; font-size: 14.5px; position: relative; overflow: hidden; }
.ftr a { color: inherit; text-decoration: none; display: inline-block; padding: 4px 0; min-height: 24px; }
.ftr a:hover { color: var(--ink); text-decoration: underline; }
.ftr-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.4fr; gap: 28px; }
@media (max-width: 960px) { .ftr-grid { grid-template-columns: 1fr 1fr; } .ftr-map { grid-column: 1 / -1; max-width: 360px; } }
@media (max-width: 460px) { .ftr-grid { grid-template-columns: 1fr; } }
.ftr h4 { font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); margin: 0 0 12px; font-family: var(--display); }
.ftr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.ftr .brand { color: var(--ink); margin-bottom: 12px; }
.ftr-bottom { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px; color: var(--ink-3); }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--ok); margin-right: 8px; box-shadow: 0 0 0 0 rgba(61,214,140,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(61,214,140,.6); } 70% { box-shadow: 0 0 0 8px rgba(61,214,140,0); } 100% { box-shadow: 0 0 0 0 rgba(61,214,140,0); } }

/* sticky cta + to-top */
.sticky-cta { display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 30; background: rgba(15,26,44,.92); backdrop-filter: blur(10px); border: 1px solid var(--line-2); border-radius: 14px; padding: 10px 12px; align-items: center; gap: 12px; box-shadow: var(--shadow); transform: translateY(120%); transition: transform .3s ease; }
.sticky-cta.show { transform: none; }
.sticky-cta span { font-size: 13.5px; color: var(--ink-2); flex: 1; }
@media (max-width: 720px) { .sticky-cta { display: flex; } }
.to-top { position: fixed; right: 16px; bottom: 16px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--bg-3); color: var(--ink); display: grid; place-items: center; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .2s; z-index: 29; }
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top svg { width: 20px; height: 20px; }
@media (max-width: 720px) { .to-top { bottom: 84px; } }

/* animations */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
@media print { .js .reveal { opacity: 1; transform: none; } }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal-d1 { transition-delay: .08s; } .js .reveal-d2 { transition-delay: .16s; } .js .reveal-d3 { transition-delay: .24s; }
.a-float { animation: float 6s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.a-draw { stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: draw 2.4s ease forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.a-blink { animation: blink 1.1s steps(2) infinite; }
@keyframes blink { to { opacity: 0; } }
.a-slide { animation: slidein .9s cubic-bezier(.2,.8,.2,1) both; }
@keyframes slidein { from { transform: translateX(-60px); opacity: 0; } }
.a-pop { animation: pop .5s cubic-bezier(.2,.8,.2,1) both; }
@keyframes pop { from { transform: scale(.6); opacity: 0; } }
.a-cursor { animation: cursor 6s ease-in-out infinite; }
@keyframes cursor { 0% { transform: translate(0,0); } 30% { transform: translate(-260px, 40px); } 45% { transform: translate(-260px, 40px) scale(.9); } 60% { transform: translate(60px, 120px); } 75% { transform: translate(60px, 120px) scale(.9); } 100% { transform: translate(0,0); } }
.a-dropline { animation: dropline 6s ease-in-out infinite; }
@keyframes dropline { 0%, 50% { opacity: 0; } 55%, 72% { opacity: 1; } 78%, 100% { opacity: 0; } }
.a-newblock { animation: newblock 6s ease-in-out infinite; transform-origin: top; }
@keyframes newblock { 0%, 72% { opacity: 0; transform: scaleY(0); } 80%, 100% { opacity: 1; transform: scaleY(1); } }
.a-sheet { animation: sheet 5s ease-in-out infinite; }
@keyframes sheet { 0%, 20% { transform: translateY(100%); } 35%, 75% { transform: translateY(0); } 90%, 100% { transform: translateY(100%); } }
.a-tap { animation: tap 5s ease-in-out infinite; transform-origin: center; }
@keyframes tap { 0%, 15% { opacity: 0; transform: scale(.3); } 20% { opacity: .9; transform: scale(1); } 30% { opacity: 0; transform: scale(2); } 100% { opacity: 0; } }
.a-swap { animation: swap 9s steps(1) infinite; }
@keyframes swap { 0% { --p: #12304A; --a: #D99A2B; --b: #FFFFFF; } 16.6% { --p: #9C4A2E; --a: #E0A458; --b: #FBF7F1; } 33.3% { --p: #0E7C86; --a: #FF6F59; --b: #E9F6F7; } 50% { --p: #3D6B52; --a: #C9A227; --b: #F7F8F4; } 66.6% { --p: #111111; --a: #B8332A; --b: #FFFFFF; } 83.3% { --p: #2C6E9E; --a: #F2C14E; --b: #FFFFFF; } }
.swap-site { --p: #12304A; --a: #D99A2B; --b: #FFFFFF; }
.swap-site .sp { fill: var(--p); transition: fill .6s; } .swap-site .sa { fill: var(--a); transition: fill .6s; } .swap-site .sb { fill: var(--b); transition: fill .6s; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
@media print { .hdr, .announce, .sticky-cta, .to-top, .aurora, .ftr-map { display: none !important; } body { background: #fff; color: #000; } .card, .plan { border-color: #ccc; } }
