:root { --bg: #f4f1ea; --ink: #172033; --muted: #5d6b7a; --line: #e4ddd2; --teal: #0f6e6b; --sand: #efe6d8; --card: #fffcf8; }
* { box-sizing: border-box; }
body.hb { margin: 0; background: var(--bg); color: var(--ink); font-family: Manrope, "Segoe UI", sans-serif; }
body.nav-lock { overflow: hidden; }
a { color: inherit; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; background: #fff; padding: 8px; z-index: 40; }
.hb-wrap { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.hb-bar { position: sticky; top: 0; z-index: 20; background: rgba(244, 241, 234, 0.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.hb-hero { position: relative; }
.hb-hero::before { content: ""; position: absolute; inset: 18px 8% auto; height: 1px; background: linear-gradient(90deg, transparent, var(--teal), transparent); opacity: 0.45; }
.hb-cards a:hover, .hb-grid a:hover { transform: translateY(-2px); border-color: rgba(15, 110, 107, 0.35); }
.hb-bar-row { min-height: 74px; display: flex; align-items: center; gap: 18px; }
.hb-mark { display: inline-flex; text-decoration: none; flex: none; }
.hb-nav { display: flex; gap: 16px; margin-left: 12px; }
.hb-nav a { text-decoration: none; color: var(--muted); font-size: 0.92rem; }
.hb-nav a.is-on, .hb-nav a:hover { color: var(--ink); }
.hb-nav .hb-portal { display: none; }
.hb-tools { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.hb-btn, .hb-portal { display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px; border-radius: 999px; text-decoration: none; border: 0; cursor: pointer; }
.hb-btn { background: var(--ink); color: #f4f1ea; }
.hb-btn.is-quiet, .hb-portal { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.hb-portal.is-pay { background: var(--teal); color: #f3fffe; box-shadow: none; }
.hb-lang { display: flex; gap: 8px; font-size: 0.78rem; }
.hb-lang a { text-decoration: none; color: var(--muted); }
.hb-lang .is-on { color: var(--teal); }
.hb-burger { display: none; width: 42px; height: 42px; border-radius: 999px; border: 1px solid var(--line); background: transparent; position: relative; }
.hb-burger::before, .hb-burger::after { content: ""; position: absolute; left: 11px; right: 11px; height: 1.5px; background: var(--ink); }
.hb-burger::before { top: 16px; }
.hb-burger::after { top: 24px; }
.hb-hero { padding: 64px 0 28px; }
.hb-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 36px; align-items: start; }
.hb-kicker { letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.75rem; color: var(--teal); }
h1 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; font-size: clamp(3rem, 6vw, 5.3rem); line-height: 0.98; letter-spacing: -0.03em; margin: 8px 0; }
h2 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; font-size: clamp(2rem, 3vw, 2.8rem); letter-spacing: -0.03em; margin: 0; }
.hb-lead, .hb-copy { color: var(--muted); font-size: 1.05rem; }
.hb-actions, .hb-trust { display: flex; gap: 10px; flex-wrap: wrap; }
.hb-trust { list-style: none; padding: 0; color: var(--muted); }
.hb-stack { display: grid; gap: 10px; }
.hb-stack article, .hb-card, .hb-cards a, .hb-cards article, .hb-grid a { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 18px 18px 16px; }
.hb-stack strong { display: block; margin-bottom: 4px; }
.hb-stack p, .hb-cards span, .hb-grid span { margin: 0; color: var(--muted); }
.hb-marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 14px 0; color: var(--muted); }
.hb-marquee div { display: flex; gap: 32px; width: max-content; animation: hb-move 28s linear infinite; }
@keyframes hb-move { to { transform: translateX(-50%); } }
.hb-section { padding: 68px 0; }
.hb-section.is-sand { background: var(--sand); }
.hb-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 22px; }
.hb-head p { max-width: 28rem; color: var(--muted); }
.hb-cards, .hb-grid { display: grid; gap: 12px; }
.hb-cards { grid-template-columns: repeat(3, 1fr); }
.hb-grid { grid-template-columns: repeat(2, 1fr); }
.hb-cards a, .hb-grid a { text-decoration: none; display: flex; flex-direction: column; gap: 8px; min-height: 160px; }
.hb-cards strong, .hb-grid strong { font-size: 1.2rem; }
.hb-cards em { margin-top: auto; font-style: normal; color: var(--teal); }
.hb-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hb-steps b { color: var(--teal); font-family: "Instrument Serif", Georgia, serif; font-size: 1.8rem; }
.hb-close { padding: 28px 0 72px; }
.hb-close .hb-wrap { background: var(--ink); color: #f4f1ea; border-radius: 28px; padding: 36px; display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.hb-close p { color: rgba(244,241,234,.75); max-width: 36rem; }
.hb-page { padding: 54px 0 72px; }
.hb-two { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 22px; }
.hb-narrow { max-width: 740px; }
.hb-points { padding-left: 18px; }
.hb-points li, .hb-copy { margin: 10px 0; }
.hb-mails { display: grid; gap: 6px; }
.hb-form { display: grid; gap: 12px; }
.hb-form label { display: grid; gap: 6px; font-size: 0.82rem; }
.hb-field { width: 100%; min-height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 10px 12px; }
.hb-hp { position: absolute; left: -9999px; }
.hb-note.is-ok { color: #166534; }
.hb-note.is-bad { color: #9f1239; }
.hb-foot { border-top: 1px solid var(--line); padding-top: 28px; }
.hb-foot-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; gap: 18px; }
.hb-foot a, .hb-demo { display: block; color: var(--muted); text-decoration: none; margin-top: 6px; }
.hb-base { padding: 18px 0 28px; color: var(--muted); font-size: 0.85rem; }
@media (max-width: 980px) {
    .hb-burger { display: inline-block; }
    .hb-nav { display: none; position: absolute; left: 12px; right: 12px; top: 78px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 8px; flex-direction: column; max-height: calc(100dvh - 100px); overflow: auto; box-shadow: 0 18px 40px rgba(23, 32, 51, 0.12); }
    .hb-nav.is-open { display: flex; }
    .hb-nav a { min-height: 44px; display: flex; align-items: center; }
    .hb-hero { padding-top: 28px; }
    .hb-hero-grid, .hb-cards, .hb-grid, .hb-steps, .hb-two, .hb-foot-grid, .hb-head, .hb-close .hb-wrap { grid-template-columns: 1fr; display: grid; }
    .hb-tools .hb-portal, .hb-tools .hb-btn { display: none; }
    .hb-nav.is-open .hb-portal { display: inline-flex; }
    h1 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
    .hb-close .hb-wrap { border-radius: 20px; padding: 22px; }
}
@media (max-width: 420px) {
    .hb-lang { display: none; }
}
@media (prefers-reduced-motion: reduce) { .hb-marquee div { animation: none; } }
