:root {
  --bg: #07111f;
  --surface: #0d1b2d;
  --surface-2: #12243a;
  --surface-3: #172b43;
  --text: #f5f8fc;
  --muted: #a8b8ca;
  --subtle: #7890a8;
  --line: rgba(175, 201, 225, 0.14);
  --brand: #63e6be;
  --brand-2: #7dd3fc;
  --accent: #a7f3d0;
  --warn: #f7d794;
  --danger: #fda4af;
  --success: #86efac;
  --shadow: 0 24px 70px rgba(0,0,0,.26);
  --shadow-soft: 0 14px 38px rgba(0,0,0,.18);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(99, 230, 190, .10), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(125, 211, 252, .09), transparent 26rem),
    var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; height: auto; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(125, 211, 252, .9); outline-offset: 3px; }
::selection { background: rgba(99, 230, 190, .3); }

.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 92px 0; position: relative; }
.section-tight { padding: 68px 0; }
.section-alt { background: rgba(255,255,255,.018); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--brand); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; border-radius: 999px; }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::before { display: none; }
h1,h2,h3 { line-height: 1.08; margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 6.2vw, 5.55rem); max-width: 870px; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: 1.18rem; letter-spacing: -.02em; }
p { margin: 0; color: var(--muted); }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.28rem); max-width: 740px; color: #c5d3e1; }
.kicker { color: var(--brand); font-weight: 800; }
.text-link { color: var(--brand-2); text-decoration: underline; text-decoration-color: rgba(125,211,252,.35); text-underline-offset: 4px; }
.text-link:hover { text-decoration-color: currentColor; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; background: #fff; color: #06101d; padding: 10px 14px; border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(7,17,31,.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.navbar { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; letter-spacing: -.025em; white-space: nowrap; }
.brand img { width: 39px; height: 39px; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: 1rem; }
.brand small { color: var(--subtle); font-weight: 700; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a { color: #c5d2df; font-weight: 700; font-size: .92rem; padding: 10px 11px; border-radius: 10px; }
.nav-links a:hover { color: #fff; background: rgba(255,255,255,.055); }
.nav-cta { color: #07111f !important; background: var(--brand) !important; padding-inline: 15px !important; }
.nav-cta:hover { filter: brightness(1.04); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); color: #fff; align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { width: 20px; height: 2px; background: currentColor; border-radius: 999px; display: block; position: relative; transition: .2s ease; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }
body.nav-open .menu-toggle span { background: transparent; }
body.nav-open .menu-toggle span::before { top: 0; transform: rotate(45deg); }
body.nav-open .menu-toggle span::after { top: 0; transform: rotate(-45deg); }

.hero { padding: 96px 0 72px; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: 40px; border: 1px solid rgba(125,211,252,.11); border-radius: 50%; box-shadow: inset 0 0 0 80px rgba(125,211,252,.015), inset 0 0 0 160px rgba(99,230,190,.01); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(350px,.85fr); gap: 64px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { margin-bottom: 24px; }
.hero-copy .lead { margin-top: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 18px; border-radius: 12px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, filter .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--brand); color: #06131c; box-shadow: 0 10px 28px rgba(99,230,190,.15); }
.button-primary:hover { filter: brightness(1.05); }
.button-secondary { background: rgba(255,255,255,.04); border-color: var(--line); color: #ecf4fb; }
.button-secondary:hover { background: rgba(255,255,255,.075); }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.12); color: #dce8f3; }
.button-small { min-height: 40px; padding-inline: 14px; font-size: .9rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 28px; }
.trust-item { display: flex; gap: 9px; align-items: center; color: #a9bbcc; font-size: .9rem; font-weight: 700; }
.trust-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(99,230,190,.08); }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.device-card { width: min(100%, 430px); border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: linear-gradient(180deg, rgba(19,39,61,.94), rgba(10,26,43,.95)); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.device-top { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.window-dots { display: flex; gap: 7px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.18); }
.secure-pill { display: flex; align-items: center; gap: 7px; color: var(--brand); font-size: .77rem; font-weight: 800; background: rgba(99,230,190,.08); border: 1px solid rgba(99,230,190,.14); border-radius: 999px; padding: 6px 9px; }
.device-body { padding: 28px; }
.network-row { padding: 17px 0; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.network-row:last-child { border-bottom: 0; }
.wifi-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(125,211,252,.08); border: 1px solid rgba(125,211,252,.12); color: var(--brand-2); flex: 0 0 auto; }
.network-copy { min-width: 0; flex: 1; }
.network-copy strong { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.network-copy span { display: block; color: var(--subtle); font-size: .8rem; margin-top: 3px; }
.password-mask { letter-spacing: .18em; color: #d7e4ef; font-weight: 800; }
.floating-badge { position: absolute; background: rgba(9,22,37,.95); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 12px 14px; box-shadow: var(--shadow-soft); color: #dce7f2; font-size: .84rem; font-weight: 800; }
.badge-a { left: -10px; top: 78px; }
.badge-b { right: -22px; bottom: 70px; color: var(--brand); }

.notice { display: flex; gap: 12px; padding: 15px 16px; border-radius: 14px; background: rgba(125,211,252,.065); border: 1px solid rgba(125,211,252,.13); color: #cfe5f5; }
.notice strong { color: #fff; }
.notice p { font-size: .93rem; }
.notice.warning { background: rgba(247,215,148,.055); border-color: rgba(247,215,148,.18); }
.notice.success { background: rgba(134,239,172,.06); border-color: rgba(134,239,172,.16); }
.notice-icon { width: 28px; height: 28px; flex: 0 0 auto; border-radius: 8px; display: grid; place-items: center; background: rgba(255,255,255,.05); }

.tool-shell { display: grid; grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(10,25,42,.88); box-shadow: var(--shadow); overflow: hidden; }
.tool-controls { padding: 30px; border-right: 1px solid var(--line); background: rgba(255,255,255,.018); }
.tool-output { padding: 30px; min-height: 565px; }
.tool-title-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.tool-title-row h3 { font-size: 1.3rem; }
.tool-badge { color: var(--brand); font-size: .78rem; font-weight: 850; padding: 6px 9px; border-radius: 999px; background: rgba(99,230,190,.08); border: 1px solid rgba(99,230,190,.14); }
.field { display: grid; gap: 8px; margin-bottom: 18px; }
.field label { color: #e8f1f8; font-weight: 800; font-size: .9rem; }
.field-hint { color: var(--subtle); font-size: .77rem; }
.select, .input { width: 100%; min-height: 49px; padding: 0 14px; border-radius: 11px; border: 1px solid rgba(255,255,255,.13); background: #0a1829; color: #f5f8fc; }
.select:hover, .input:hover { border-color: rgba(255,255,255,.22); }
.select:focus, .input:focus { border-color: var(--brand-2); box-shadow: 0 0 0 3px rgba(125,211,252,.10); outline: none; }
.check-row { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); margin: 8px 0 18px; }
.check-row input { margin-top: 4px; accent-color: var(--brand); width: 18px; height: 18px; }
.check-row label { color: #c8d6e3; font-size: .88rem; }
.form-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.form-error { min-height: 22px; color: var(--danger); font-size: .84rem; margin-top: 10px; }
.output-empty { min-height: 485px; display: grid; place-items: center; text-align: center; border: 1px dashed rgba(255,255,255,.12); border-radius: 18px; padding: 30px; }
.output-empty-icon { width: 68px; height: 68px; margin: 0 auto 16px; border-radius: 20px; display: grid; place-items: center; color: var(--brand); background: rgba(99,230,190,.07); border: 1px solid rgba(99,230,190,.12); }
.output-empty p { max-width: 390px; }
.result-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.result-header p { margin-top: 7px; }
.result-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.result-steps { counter-reset: step; display: grid; gap: 12px; margin-top: 22px; }
.result-step { counter-increment: step; display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; padding: 14px 0; }
.result-step::before { content: counter(step); width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: #07111f; background: var(--brand); font-weight: 900; }
.result-step strong { display: block; color: #f7fbff; }
.result-step p { margin-top: 4px; font-size: .92rem; }
.command-box { margin-top: 20px; padding: 16px; border: 1px solid var(--line); background: #06111f; border-radius: 14px; overflow-x: auto; }
.command-box .command-label { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 10px; color: var(--subtle); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.command-box code { color: #b7f7df; font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: .88rem; white-space: pre-wrap; overflow-wrap: anywhere; }
.result-note { margin-top: 20px; }
.result-source { margin-top: 18px; font-size: .82rem; color: var(--subtle); }
.result-source a { color: var(--brand-2); text-decoration: underline; text-underline-offset: 3px; }
.status-message { margin-top: 12px; min-height: 21px; color: var(--success); font-size: .82rem; font-weight: 700; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.card:hover { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.035); }
.card-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 20px; color: var(--brand); background: rgba(99,230,190,.065); border: 1px solid rgba(99,230,190,.12); }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .92rem; }

.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step-card { position: relative; padding: 27px 24px; border-left: 1px solid var(--line); }
.step-num { color: var(--brand); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.step-card h3 { margin-bottom: 10px; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.sticky-copy { position: sticky; top: 110px; }
.check-list { display: grid; gap: 13px; }
.check-item { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.022); }
.check-icon { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; background: rgba(99,230,190,.08); color: var(--brand); font-weight: 900; }
.check-item h3 { font-size: 1rem; margin-bottom: 5px; }
.check-item p { font-size: .88rem; }

.platform-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.platform { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.022); }
.platform .platform-name { color: #fff; font-weight: 850; display: block; margin-bottom: 6px; }
.platform p { font-size: .84rem; }

.security-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; padding: 30px; border: 1px solid rgba(247,215,148,.18); border-radius: 24px; background: linear-gradient(135deg, rgba(247,215,148,.045), rgba(255,255,255,.02)); }
.security-panel h2 { font-size: clamp(1.8rem,3.2vw,2.7rem); }
.security-points { display: grid; gap: 12px; }
.security-points div { padding: 14px 16px; border-radius: 12px; background: rgba(0,0,0,.12); border: 1px solid rgba(255,255,255,.07); color: #cbd8e4; }
.security-points strong { color: var(--warn); }

.faq-list { max-width: 900px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.022); overflow: hidden; }
.faq-question { width: 100%; border: 0; background: transparent; color: #fff; padding: 20px 22px; display: flex; justify-content: space-between; gap: 20px; align-items: center; text-align: left; cursor: pointer; font-weight: 850; }
.faq-question span:last-child { color: var(--brand); font-size: 1.5rem; line-height: 1; transition: transform .2s ease; }
.faq-question[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 22px 20px; }
.faq-answer p { font-size: .94rem; }
.faq-question[aria-expanded="true"] + .faq-answer { display: block; }

.cta-panel { padding: 52px; border-radius: 30px; border: 1px solid rgba(99,230,190,.16); background: radial-gradient(circle at 0 0, rgba(99,230,190,.12), transparent 30rem), rgba(255,255,255,.028); text-align: center; }
.cta-panel h2 { max-width: 780px; margin: 0 auto; }
.cta-panel p { max-width: 660px; margin: 20px auto 0; }
.cta-panel .button { margin-top: 26px; }

.site-footer { border-top: 1px solid var(--line); background: rgba(3,10,18,.45); }
.footer-main { display: grid; grid-template-columns: 1.25fr .75fr .9fr; gap: 56px; padding: 56px 0 42px; }
.footer-brand p { max-width: 360px; margin-top: 16px; font-size: .9rem; }
.footer-title { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--subtle); font-weight: 850; margin-bottom: 16px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #bfcedc; font-size: .91rem; width: fit-content; }
.footer-links a:hover { color: var(--brand); }
.footer-bottom { border-top: 1px solid var(--line); padding: 19px 0 24px; text-align: center; color: #8ea2b6; font-size: .86rem; }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: var(--brand); }

.page-hero { padding: 76px 0 46px; }
.page-hero h1 { font-size: clamp(2.45rem,5vw,4.3rem); max-width: 760px; }
.page-hero .lead { margin-top: 20px; }
.prose-wrap { display: grid; grid-template-columns: 260px minmax(0,760px); gap: 56px; align-items: start; padding-bottom: 90px; }
.prose-nav { position: sticky; top: 110px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.024); }
.prose-nav strong { display: block; margin-bottom: 10px; }
.prose-nav a { display: block; color: #aebfd0; padding: 7px 0; font-size: .88rem; }
.prose-nav a:hover { color: var(--brand); }
.prose { color: #c0cfdd; }
.prose h2 { font-size: 1.72rem; margin: 42px 0 14px; }
.prose h3 { margin: 28px 0 10px; }
.prose p, .prose ul { margin: 0 0 16px; }
.prose ul { padding-left: 20px; }
.prose li { margin: 7px 0; }
.prose a { color: var(--brand-2); text-decoration: underline; text-underline-offset: 3px; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.contact-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.024); }
.contact-card h3 { margin-bottom: 8px; }
.contact-card .button { margin-top: 16px; }
.error-page { min-height: 68vh; display: grid; place-items: center; text-align: center; padding: 90px 0; }
.error-code { color: var(--brand); font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.error-page h1 { margin: 14px auto 18px; max-width: 720px; }
.error-page p { max-width: 580px; margin: 0 auto; }
.error-page .hero-actions { justify-content: center; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-visual { min-height: 430px; }
  .tool-shell { grid-template-columns: 1fr; }
  .tool-controls { border-right: 0; border-bottom: 1px solid var(--line); }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .platform-grid { grid-template-columns: repeat(2,1fr); }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .sticky-copy { position: static; }
  .footer-main { gap: 30px; }
  .prose-wrap { grid-template-columns: 1fr; gap: 24px; }
  .prose-nav { position: static; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 72px 0; }
  .navbar { min-height: 68px; }
  .brand small { display: none; }
  .menu-toggle { display: flex; }
  .nav-links { position: fixed; inset: 69px 14px auto 14px; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(7,17,31,.98); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; max-height: calc(100vh - 92px); overflow-y: auto; }
  body.nav-open .nav-links { display: flex; }
  .nav-links a { padding: 12px 14px; }
  .nav-cta { text-align: center; }
  .hero { padding: 70px 0 50px; }
  .hero-visual { min-height: 390px; }
  .floating-badge { display: none; }
  .device-card { width: min(100%, 390px); }
  .device-body { padding: 22px; }
  .tool-controls, .tool-output { padding: 22px; }
  .tool-output { min-height: auto; }
  .output-empty { min-height: 360px; }
  .result-header { flex-direction: column; }
  .result-actions { justify-content: flex-start; }
  .steps-grid { grid-template-columns: 1fr; }
  .security-panel { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding-top: 46px; }
  .contact-grid { grid-template-columns: 1fr; }
  .cta-panel { padding: 38px 24px; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  h2 { font-size: 2rem; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; gap: 12px; }
  .hero-visual { min-height: 340px; }
  .device-card { border-radius: 20px; }
  .device-body { padding: 18px; }
  .network-row { gap: 11px; }
  .password-mask { font-size: .78rem; }
  .card-grid, .platform-grid { grid-template-columns: 1fr; }
  .tool-title-row { align-items: flex-start; flex-direction: column; }
  .tool-controls, .tool-output { padding: 18px; }
  .form-actions .button { flex: 1 1 auto; }
  .result-actions { width: 100%; }
  .result-actions .button { flex: 1 1 auto; }
  .prose-nav { display: none; }
}

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


/* Guide library */
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.guide-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); display: flex; flex-direction: column; min-height: 250px; }
.guide-card:hover { border-color: rgba(125,211,252,.25); background: rgba(255,255,255,.038); transform: translateY(-1px); }
.guide-card h2, .guide-card h3 { margin: 14px 0 12px; font-size: 1.32rem; line-height: 1.18; }
.guide-card p { font-size: .92rem; }
.guide-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--subtle); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.guide-meta span:first-child { color: var(--brand); }
.guide-link { margin-top: auto; padding-top: 20px; color: var(--brand-2); font-weight: 800; font-size: .9rem; width: fit-content; }
.guide-link:hover { color: #fff; }
.guide-section-action { margin-top: 28px; text-align: center; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--subtle); font-size: .82rem; font-weight: 700; }
.breadcrumbs a:hover { color: var(--brand); }
.article-hero h1 { max-width: 930px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 24px; color: var(--subtle); font-size: .83rem; font-weight: 700; }
.article-meta span { display: inline-flex; align-items: center; gap: 8px; }
.article-meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); opacity: .75; }
.article-body { max-width: 790px; }
.article-note { padding: 18px 20px; margin-bottom: 30px; border-radius: 14px; border: 1px solid rgba(247,215,148,.18); background: rgba(247,215,148,.055); color: #cbd8e4; }
.article-note strong { color: var(--warn); }
.article-cta { margin-top: 48px; padding: 30px; border: 1px solid rgba(99,230,190,.16); border-radius: 22px; background: rgba(99,230,190,.045); }
.article-cta h2 { margin-top: 0; }
.article-cta .button { margin-top: 10px; }

@media (max-width: 780px) {
  .brand { gap: 9px; min-width: 0; }
  .brand img { width: 36px; height: 36px; flex: 0 0 auto; }
  .brand span { min-width: 0; }
  .brand strong { font-size: .88rem; letter-spacing: -.03em; }
  .guide-grid { grid-template-columns: 1fr; }
}
@media (max-width: 390px) {
  .container { width: min(calc(100% - 22px), var(--max)); }
  .brand img { width: 34px; height: 34px; }
  .brand strong { font-size: .79rem; }
  .menu-toggle { width: 42px; height: 42px; flex: 0 0 auto; }
}

.brand small { display:none !important; }
