/* Identity Inspector — Coming Soon (DE/EN) */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #0d0e12; color: #e9e9ec; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }
a { color: inherit; }

/* Header */
.topbar { border-bottom: 1px solid #1e2027; position: sticky; top: 0; background: rgba(13,14,18,0.92); backdrop-filter: blur(8px); z-index: 50; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { height: 34px; }
.brand .wm { font-family: 'Fraunces', Georgia, serif; font-weight: 600; font-size: 19px; letter-spacing: -0.01em; }
.brand .wm .ac { color: #e23b3b; }
.langsw a { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; color: #7c7e88; text-decoration: none; padding: 6px 9px; border-radius: 5px; }
.langsw a.on { background: #e23b3b; color: #fff; }
.langsw a:hover:not(.on) { color: #e9e9ec; background: #1e2027; }

/* Hero */
.hero { padding: 76px 0 56px; text-align: center; background: radial-gradient(circle at 50% -10%, #1c1e27 0%, #0d0e12 62%); }
.badge { display: inline-block; padding: 6px 15px; margin-bottom: 24px; background: rgba(226,59,59,0.14); border: 1px solid rgba(226,59,59,0.4); color: #ff6b6b; border-radius: 99px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; }
.hero h1 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(30px, 5.5vw, 52px); line-height: 1.08; letter-spacing: -0.02em; max-width: 800px; margin: 0 auto 18px; }
.hero .lead { font-size: 18px; color: #b6b8c0; max-width: 640px; margin: 0 auto 28px; }
.checks { list-style: none; display: inline-flex; flex-direction: column; gap: 8px; text-align: left; margin: 0 auto 30px; }
.checks li { padding-left: 28px; position: relative; color: #cfd0d6; font-size: 15px; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: #2ecc71; font-weight: 700; }
.cta { display: inline-block; padding: 14px 30px; background: #e23b3b; color: #fff; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 15px; box-shadow: 0 4px 18px rgba(226,59,59,0.35); transition: transform .12s, box-shadow .2s; }
.cta:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(226,59,59,0.5); }

/* Sections */
section.block { padding: 60px 0; border-top: 1px solid #16181f; }
h2 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(24px, 4vw, 34px); letter-spacing: -0.01em; margin-bottom: 10px; text-align: center; }
.section-sub { text-align: center; color: #9698a2; max-width: 600px; margin: 0 auto 38px; }

.grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.card { background: #14161d; border: 1px solid #1f2230; border-radius: 12px; padding: 24px; }
.card h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: 19px; margin-bottom: 8px; }
.card p { color: #9da0aa; font-size: 14.5px; }
.card .ico { font-size: 24px; margin-bottom: 12px; display: block; }

/* Steps */
.steps { counter-reset: step; display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.step { background: #14161d; border: 1px solid #1f2230; border-radius: 12px; padding: 24px; position: relative; }
.step::before { counter-increment: step; content: counter(step); display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; background: #e23b3b; color: #fff; border-radius: 50%; font-weight: 700; font-size: 14px; margin-bottom: 12px; }
.step h3 { font-size: 17px; margin-bottom: 6px; }
.step p { color: #9da0aa; font-size: 14px; }

/* Why list */
.why { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.why li { list-style: none; padding: 16px 18px 16px 46px; background: #14161d; border: 1px solid #1f2230; border-radius: 10px; position: relative; font-size: 15px; }
.why li::before { content: "→"; position: absolute; left: 18px; color: #e23b3b; font-weight: 700; }
.why li strong { color: #fff; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq details { background: #14161d; border: 1px solid #1f2230; border-radius: 10px; margin-bottom: 12px; padding: 4px 20px; }
.faq summary { cursor: pointer; padding: 16px 0; font-weight: 600; font-size: 16px; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: #e23b3b; font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 0 18px; color: #a9abb4; font-size: 14.5px; }

/* CTA band */
.band { text-align: center; padding: 64px 0; background: radial-gradient(circle at 50% 120%, #1c1e27 0%, #0d0e12 60%); border-top: 1px solid #16181f; }

/* Footer */
footer.site { padding: 36px 0; border-top: 1px solid #16181f; text-align: center; font-size: 13px; color: #6b6d77; }
footer.site a { color: #8a8c96; text-decoration: none; margin: 0 5px; }
footer.site a:hover { color: #d4d5da; }
footer.site .co { margin-bottom: 8px; }

@media (max-width: 600px) { .hero { padding: 56px 0 40px; } section.block { padding: 46px 0; } }

/* Free-tier note under hero CTA */
.hero-note { margin-top: 14px; font-size: 13px; color: #7c7e88; letter-spacing: 0.04em; }

/* Logo-Emblem */
.brand .emblem { height: 36px; width: auto; }
.hero-emblem { width: 104px; height: 104px; margin: 0 auto 22px; display: block; }
@media (max-width: 600px) { .hero-emblem { width: 84px; height: 84px; } }
