


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
[hidden] { display: none !important; }


:root {
  --bg-primary: #0b1220;
  --bg-secondary: #111a2e;
  --bg-tertiary: #1a253b;
  --accent: #3b82f6;
  --accent-hover: #60a5fa;
  --warm: #f59e0b;
  --warm-soft: #fbbf24;
  --text-primary: #e2e8f0;
  --text-secondary: #94a3b8;
  --text-muted: #8b9ab0;
  --line: rgba(148, 163, 184, 0.18);
  --panel: #16203a;
  --shadow: 0 18px 44px rgba(2, 6, 18, 0.55);
  --radius: 14px;
  --tap: 0.2s ease;
}

[data-theme="light"] {
  --bg-primary: #f4f7fd;
  --bg-secondary: #ffffff;
  --bg-tertiary: #e8eefb;
  --accent: #1d4ed8;
  --accent-hover: #2563eb;
  --warm: #b45309;
  --warm-soft: #d97706;
  --text-primary: #0b1220;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --line: rgba(11, 18, 32, 0.14);
  --panel: #ffffff;
  --shadow: 0 18px 44px rgba(11, 18, 32, 0.14);
}


[data-mm-header]{--mm-bg:#111a2e;--mm-text:#e2e8f0;--mm-primary:#3b82f6;--mm-overlay-bg:rgba(4,9,20,0.72);--mm-transition:0.3s ease}
[data-mm-header]{position:relative}
[data-mm-toggle]{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}
[data-mm-toggle] span{display:block;width:24px;height:2px;background:var(--mm-text);transition:var(--mm-transition)}
[data-mm-menu]{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;height:100dvh;background:var(--mm-bg);transform:translateX(100%);transition:transform var(--mm-transition);z-index:1100;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:60px 24px 24px}
[data-mm-menu].mm-open{transform:translateX(0)}
[data-mm-menu] ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}
[data-mm-menu] ul li a{display:block;padding:14px 0;color:var(--mm-text);text-decoration:none;font-size:16px;border-bottom:1px solid rgba(148,163,184,0.16);transition:color var(--mm-transition)}
[data-mm-menu] ul li a:hover{color:var(--mm-primary)}
[data-mm-close]{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:var(--mm-text);padding:4px 8px}
[data-mm-overlay]{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--mm-overlay-bg);opacity:0;visibility:hidden;transition:opacity var(--mm-transition),visibility var(--mm-transition);z-index:1050}
[data-mm-overlay].mm-visible{opacity:1;visibility:visible}
@media(min-width:768px){
  [data-mm-toggle]{display:none!important}
  [data-mm-menu]{position:static!important;width:auto!important;max-width:none!important;height:auto!important;background:transparent!important;transform:none!important;padding:0!important;overflow:visible!important;flex-direction:row!important}
  [data-mm-menu] ul{flex-direction:row;gap:0;align-items:center}
  [data-mm-menu] ul li a{padding:8px 16px;border-bottom:none;font-size:inherit}
  [data-mm-close]{display:none!important}
  [data-mm-overlay]{display:none!important}
}
@media(prefers-reduced-motion:reduce){
  [data-mm-menu],[data-mm-overlay],[data-mm-toggle] span{transition:none!important}
}


.cc-bar{position:fixed;left:0;right:0;bottom:0;z-index:1200;background:var(--panel);color:var(--text-primary);border-top:1px solid var(--line);box-shadow:0 -12px 34px rgba(2,6,18,0.5);padding:clamp(1rem,3vw,1.6rem);display:none}
.cc-bar.cc-on{display:block}
.cc-in{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}
.cc-tx{font-size:0.9rem;line-height:1.6;color:var(--text-secondary)}
.cc-tx strong{display:block;color:var(--text-primary);font-family:Georgia,'Times New Roman',serif;font-size:1.05rem;margin-bottom:0.35rem}
.cc-link{color:var(--accent)}
.cc-btns{display:flex;flex-wrap:wrap;gap:0.6rem}
.cc-b{flex:1 1 auto;min-height:44px;padding:0.7rem 1.2rem;border-radius:10px;border:1px solid var(--line);background:var(--bg-tertiary);color:var(--text-primary);font:inherit;font-size:0.9rem;cursor:pointer;transition:all var(--tap)}
.cc-b:hover{border-color:var(--accent)}
.cc-b.cc-y{background:#1d4ed8;border-color:#1d4ed8;color:#fff}
.cc-b.cc-y:hover{background:#1e40af;border-color:#1e40af}
.cc-b:active{transform:scale(0.97)}
.cc-cat{display:none;flex-direction:column;gap:0.75rem;border-top:1px solid var(--line);padding-top:1rem}
.cc-cat.cc-on{display:flex}
.cc-row{display:flex;gap:0.75rem;align-items:flex-start;font-size:0.85rem;color:var(--text-secondary)}
.cc-row input{margin-top:0.25rem;width:18px;height:18px;accent-color:var(--accent)}
.cc-row b{color:var(--text-primary);font-weight:600}




body {
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  background: var(--bg-primary);
  color: var(--text-primary);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  color: var(--text-primary);
}
h1 { font-size: clamp(2rem, 6vw, 3rem); line-height: 1.12; letter-spacing: -0.01em; }
h2 { font-size: clamp(1.5rem, 4.2vw, 2.1rem); line-height: 1.2; }
h3 { font-size: clamp(1.15rem, 2.6vw, 1.4rem); line-height: 1.3; }
h4 { font-size: 1.05rem; }
p { font-size: clamp(0.98rem, 1.6vw, 1rem); line-height: 1.7; color: var(--text-secondary); }
a { color: var(--accent); transition: color var(--tap); }
a:hover { color: var(--accent-hover); }
ul, ol { list-style-position: outside; padding-left: 1.15rem; color: var(--text-secondary); }
li { margin-bottom: 0.4rem; }
strong { color: var(--text-primary); }
table { border-collapse: collapse; width: 100%; }
button { font: inherit; transition: all var(--tap); }
button:active { transform: scale(0.95); }
input:focus, textarea:focus, select:focus { outline: none; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.45); }
header { flex: 0 0 auto; }
footer { flex: 0 0 auto; }


main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
}
section { flex: 1 1 auto; background: var(--bg-secondary); }
.cnt { width: clamp(320px, 92%, 1180px); margin: 0 auto; }


section:nth-child(odd) { background: #0e1626; padding: 3rem 1rem 5rem; }
section:nth-child(even) { padding: 5rem 1rem 3rem; }
[data-theme="light"] section:nth-child(odd) { background: #eaf0fb; }


.hd {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--line);
}
.hd-in {
  width: clamp(320px, 94%, 1180px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 1.25rem);
  padding: 0.75rem 0;
}
.hd-lg { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; flex: 0 0 auto; }
.hd-lg img { height: 2.1rem; width: auto; display: block; }
.hd-nm { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-size: 1.1rem; color: var(--text-primary); letter-spacing: 0.01em; }
.hd-ph { display: none; font-size: 0.85rem; color: var(--text-secondary); text-decoration: none; }
.hd-ph b { color: var(--text-primary); }
.hd-crt {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  margin-left: auto;
}
.hd-crt:hover { background: var(--accent); color: #fff; }
.hd-crt svg { width: 17px; height: 17px; }
.hd-nv { align-items: center; }
.hd-nv a { font-size: 0.92rem; font-weight: 500; letter-spacing: 0.01em; }


.semo, .abmo, .como, .prmo, .famo { position: relative; }
.como { text-align: center; }
.wrap { display: block; }
.crd-x { display: block; }
.crd-x .btn-s { margin-top: 0.9rem; }


.bnr {
  background: var(--warm);
  color: #16110a;
  padding: 0.75rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
}
.bnr b { color: #16110a; }


.hemo {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 5rem 1rem 0;
  background: var(--bg-primary);
  perspective: 3px;
  perspective-origin: 50% 0;
}
.plx {
  position: absolute;
  inset: -1px;
  z-index: 0;
  transform: translateZ(-2px) scale(1.7);
  transform-origin: 50% 0;
  pointer-events: none;
}
.plx img { width: 100%; height: 100%; object-fit: cover; opacity: 0.32; display: block; }
.plx-v {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 32, 0.55) 0%, rgba(11, 18, 32, 0.86) 62%, var(--bg-primary) 100%);
}
.hemo > .cnt { position: relative; z-index: 1; padding-bottom: 3rem; }
.hemo h1 { max-width: 18ch; margin: 0 auto 1rem; }
.hemo .lead { max-width: 56ch; margin: 0 auto; color: var(--text-primary); font-size: clamp(1rem, 2.2vw, 1.15rem); }
.pill {
  display: inline-block;
  margin-bottom: 1.1rem;
  padding: 0.35rem 0.9rem;
  border: 1px solid var(--warm);
  border-radius: 999px;
  color: var(--warm-soft);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.shot {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 3rem auto 0;
  border-radius: 16px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.45);
  animation: floaty 6s ease-in-out infinite;
  display: block;
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@media (prefers-reduced-motion: reduce) {
  .shot { animation: none; }
}


.gst {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin: 3rem 0;
  flex-wrap: wrap;
}
.gst-i { text-align: center; }
.gst-n {
  font-size: 4rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  font-family: Georgia, 'Times New Roman', serif;
}
.gst-l {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 0.5rem;
  color: var(--text-muted);
}


.ugrd {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}


.crd {
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-tertiary);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  border: 1px solid var(--line);
  transition: transform var(--tap), box-shadow var(--tap);
}
.crd:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38); }
.crd-m {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  background: linear-gradient(135deg, var(--accent) 0%, #1e3a8a 55%, var(--warm) 165%);
  position: relative;
}
.crd-m svg { position: absolute; inset: 0; margin: auto; width: 46px; height: 46px; }
.crd-b { padding: 1.5rem; }
.crd-b h3 { margin-bottom: 0.5rem; }
.crd-b p { font-size: 0.94rem; }
.crd-n {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--warm-soft);
  margin-bottom: 0.4rem;
}


.btn-p {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 8px;
  padding: 0.8rem 1.7rem;
  font-weight: 600;
  cursor: pointer;
  z-index: 0;
  text-decoration: none;
  min-height: 44px;
  line-height: 1.6;
}
.btn-p::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s;
  z-index: -1;
}
.btn-p:hover { color: #fff; }
.btn-p:hover::before { transform: scaleX(1); }
.btn-w { color: var(--warm-soft); border-color: var(--warm); }
.btn-w::before { background: var(--warm); }
.btn-w:hover { color: #16110a; }
.btn-s {
  display: inline-block;
  padding: 0.7rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--text-secondary);
  text-decoration: none;
  min-height: 44px;
  line-height: 1.8;
}
.btn-s:hover { border-color: var(--accent); color: var(--accent); }
button.btn-s { background: var(--bg-tertiary); cursor: pointer; font-size: 0.92rem; }


.btn-drop { border-color: rgba(245, 158, 11, 0.55); color: var(--text-primary); }
.btn-drop:hover { border-color: var(--warm); color: var(--warm-soft); }


.zdiv {
  height: 24px;
  background: var(--bg-secondary);
  -webkit-mask: linear-gradient(135deg, #000 25%, transparent 0) -16px 0 / 32px 32px repeat-x;
  mask: linear-gradient(135deg, #000 25%, transparent 0) -16px 0 / 32px 32px repeat-x;
  flex: 0 0 auto;
}
.zdiv-w { background: var(--warm); }


.shd { max-width: 62ch; margin-bottom: 2.25rem; }
.shd .kick {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm-soft);
  margin-bottom: 0.6rem;
}
.shd h2 { margin-bottom: 0.7rem; }


.bcrm { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.bcrm a { color: var(--text-secondary); text-decoration: none; }
.bcrm a:hover { color: var(--accent); }
.pwrap { display: flex; flex-direction: column; gap: 2.5rem; }
.pfig { margin: 0; }
.pfig img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: block;
}
.pfig figcaption { margin-top: 0.8rem; font-size: 0.82rem; color: var(--text-muted); text-align: center; }
.pbuy { min-width: 0; }
.pbuy h1 { margin-bottom: 0.5rem; }
.psub { color: var(--text-secondary); margin-bottom: 1.5rem; }
.pmeta { display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; font-size: 0.85rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.pstock { color: #4ade80; font-weight: 600; }
.pprice { display: flex; align-items: baseline; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.pnow { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 6vw, 2.8rem); font-weight: 700; color: var(--text-primary); line-height: 1; }
.pold { font-size: 1.1rem; color: var(--text-muted); text-decoration: line-through; }
.pbadge { background: var(--warm); color: #16110a; font-weight: 700; font-size: 0.8rem; padding: 0.25rem 0.6rem; border-radius: 6px; }
.qty { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem; }
.qty-b {
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  background: var(--bg-tertiary);
  color: var(--text-primary);
  border-radius: 8px;
  font-size: 1.2rem;
  cursor: pointer;
}
.qty-b:hover { border-color: var(--accent); color: var(--accent); }
.qty-v {
  width: 62px; height: 44px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-primary);
  color: var(--text-primary);
  font-size: 1rem;
}
.pblist { list-style: none; padding: 0; margin: 1.75rem 0; }
.pblist li { position: relative; padding-left: 1.6rem; margin-bottom: 0.6rem; color: var(--text-secondary); }
.pblist li::before { content: "—"; position: absolute; left: 0; color: var(--warm-soft); }
.pspec { margin: 1rem 0 0; font-size: 0.92rem; }
.pspec th, .pspec td { text-align: left; padding: 0.65rem 0.4rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.pspec th { color: var(--text-muted); font-weight: 500; width: 42%; }
.pspec td { color: var(--text-primary); }
.trst { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; margin-top: 2rem; }
.trst div { padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-tertiary); }
.trst b { display: block; margin-bottom: 0.2rem; font-size: 0.95rem; }
.trst span { font-size: 0.86rem; color: var(--text-muted); }


.faqi {
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: var(--bg-tertiary);
}
.faq-q {
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: var(--text-primary);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  min-height: 44px;
}
.faq-q::after { content: "+"; color: var(--accent); font-size: 1.4rem; flex: 0 0 auto; }
.faqi.open .faq-q::after { content: "\2212"; }
.faqi.open { box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28); border-color: var(--accent); }
.faq-a { padding: 0 1.25rem; max-height: 0; overflow: hidden; transition: 0.3s; }
.faqi.open .faq-a { max-height: 460px; padding-bottom: 1.1rem; }
.faq-a p { font-size: 0.94rem; }


.frm { display: flex; flex-direction: column; gap: 1rem; }
.fld { display: flex; flex-direction: column; gap: 0.35rem; text-align: left; }
.lbl { font-size: 0.85rem; color: var(--text-secondary); font-weight: 500; }
.inp {
  width: 100%;
  min-height: 46px;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-primary);
  color: var(--text-primary);
  font: inherit;
  font-size: 1rem;
}
.inp::placeholder { color: var(--text-muted); }
.chk { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.82rem; color: var(--text-muted); text-align: left; }
.chk input { width: 18px; height: 18px; margin-top: 0.2rem; flex: 0 0 auto; accent-color: var(--accent); }
.note { font-size: 0.82rem; color: var(--text-muted); }
.err {
  border: 1px solid #f87171;
  background: rgba(248, 113, 113, 0.1);
  color: #fecaca;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  font-size: 0.88rem;
}
.okbox {
  border: 1px solid #4ade80;
  background: rgba(74, 222, 128, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
}
.okbox h2, .okhd { color: #86efac; margin-bottom: 0.5rem; }
.steps { list-style: none; padding: 0; counter-reset: s; margin: 1.5rem 0 0; }
.steps li { counter-increment: s; position: relative; padding-left: 2.4rem; margin-bottom: 0.9rem; font-size: 0.92rem; }
.steps li::before {
  content: counter(s);
  position: absolute;
  left: 0; top: 0;
  width: 1.7rem; height: 1.7rem;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 700;
}


.qcard {
  max-width: 420px;
  margin: 2.25rem auto 0;
  padding: clamp(1.25rem, 4vw, 1.75rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 26, 46, 0.86);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow);
}
.qcard h2 { font-size: 1.15rem; margin-bottom: 0.35rem; }
.qcard .note { margin-bottom: 1rem; }


.spnl {
  position: fixed;
  top: 0; right: 0;
  width: 400px;
  max-width: 92vw;
  height: 100vh;
  height: 100dvh;
  background: var(--panel);
  border-left: 1px solid var(--line);
  box-shadow: -24px 0 60px rgba(2, 6, 18, 0.6);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  z-index: 1300;
  overflow-y: auto;
  padding: 4rem 1.5rem 2rem;
}
.spnl.spnl-on { transform: translateX(0); }
.spnl h2 { font-size: 1.25rem; margin-bottom: 0.4rem; }
.spnl-c {
  position: absolute;
  top: 12px; right: 12px;
  width: 44px; height: 44px;
  border: none;
  background: none;
  color: var(--text-secondary);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
}
.spnl-c:hover { color: var(--accent); background: var(--bg-tertiary); }
.spnl-v {
  position: fixed;
  inset: 0;
  background: rgba(4, 9, 20, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 1250;
}
.spnl-v.spnl-on { opacity: 1; visibility: visible; }
.spnl-s {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.25rem;
  font-size: 0.92rem;
}
.spnl-s b { font-size: 1.15rem; font-family: Georgia, 'Times New Roman', serif; }


.crow {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-tertiary);
  flex-wrap: wrap;
}
.crow img { width: 96px; height: 96px; object-fit: cover; border-radius: 10px; flex: 0 0 auto; }
.crow-i { flex: 1 1 200px; }
.crow-i b { display: block; font-size: 1.05rem; }
.crow-i span { font-size: 0.86rem; color: var(--text-muted); }
.ctot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 1.5rem 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}
.ctot b { font-family: Georgia, 'Times New Roman', serif; font-size: 1.8rem; }
.empty { text-align: center; padding: 3rem 1rem; }
.empty p { margin-bottom: 1.5rem; }


.swpe { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.swpe > div {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg-tertiary);
}
.swpe b { display: block; margin-bottom: 0.3rem; }
.swpe span { font-size: 0.88rem; color: var(--text-muted); }


.prz { max-width: 74ch; }
.prz h2 { margin: 2.25rem 0 0.75rem; }
.prz h3 { margin: 1.5rem 0 0.5rem; }
.prz p, .prz li { margin-bottom: 0.8rem; }
.prz ul { margin-bottom: 1rem; }
.phd { padding-bottom: 0.5rem; }
.phd p { margin-top: 0.6rem; }


.ftr {
  text-align: center;
  background: #070d18;
  color: var(--text-muted);
  padding: 2.5rem 1rem;
  font-size: 0.9rem;
  border-top: 1px solid var(--line);
}
[data-theme="light"] .ftr { background: #e2e9f8; }
.ftr a { color: var(--text-secondary); margin: 0 0.6rem; text-decoration: none; }
.ftr a:hover { color: var(--accent); }
.ftr-l { margin-bottom: 1.1rem; line-height: 2.2; }
.ftr-d {
  max-width: 68ch;
  margin: 0 auto 1.1rem;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--text-secondary);
}
.ftr-c { font-size: 0.82rem; }
.ftr-b { display: block; margin-bottom: 0.9rem; color: var(--text-secondary); }
.ftr-b a { margin: 0; }


.d-flex { display: flex; }
.d-grid { display: grid; }
.ta-c { text-align: center; }
.jc-c { justify-content: center; }
.ai-c { align-items: center; }
.fw-w { flex-wrap: wrap; }
.gap-3 { gap: 1rem; }
.mt-2 { margin-top: 0.75rem; }
.mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 2rem; }
.fs-sm { font-size: 0.86rem; }
.fw-b { font-weight: 700; }
.c-warm { color: var(--warm-soft); }
.c-mut { color: var(--text-muted); }
.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;
}


.rvl { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.rvl.seen { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rvl { opacity: 1; transform: none; transition: none; }
}


@media (min-width: 600px) {
  .frm-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .qcard { padding: 2rem; }
}

@media (min-width: 768px) {
  .hd-ph { display: inline-block; }
  .hd-nv a { padding: 8px 14px; }
  section:nth-child(odd) { padding: 4rem 1rem 6.5rem; }
  section:nth-child(even) { padding: 6.5rem 1rem 4rem; }
  .hemo { padding: 6.5rem 1rem 0; }
  .pwrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
  .prz { font-size: 1rem; }
  .spnl { padding: 4.5rem 2rem 2rem; }
  .cc-in { flex-direction: row; align-items: center; justify-content: space-between; }
  .cc-btns { flex: 0 0 auto; }
  .cc-b { flex: 0 0 auto; }
}

@media (min-width: 1024px) {
  .hemo h1 { font-size: 3rem; }
  .shd { margin-bottom: 3rem; }
}


@media (max-width: 767px) {
  .swpe {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0.75rem;
    padding-bottom: 0.5rem;
  }
  .swpe > div { flex: 0 0 78vw; width: 78vw; min-width: 0; scroll-snap-align: start; }
  .gst { gap: 2rem; }
  .gst-n { font-size: 2.8rem; }
}
