@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #0a0a0a;
  --fg: #f0f2f5;
  --muted: rgba(240, 242, 245, 0.58);
  --accent: #4d8af0;
  --accent-glow: rgba(77, 138, 240, 0.35);
  --panel-border: rgba(255, 255, 255, 0.08);
  --font: "Montserrat", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body { min-height: 100%; }

body {
  font-family: var(--font);
  font-weight: 400;
  background: var(--bg);
  color: var(--fg);
  overflow-x: hidden;
}

.bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 55% at 50% -18%, rgba(66, 153, 225, 0.2), transparent 55%),
    radial-gradient(ellipse 55% 38% at 95% 45%, rgba(77, 138, 240, 0.11), transparent 50%),
    radial-gradient(ellipse 45% 32% at 5% 85%, rgba(66, 153, 225, 0.08), transparent 45%);
}

.grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 70%);
}

.lang-switch {
  position: fixed;
  top: clamp(1rem, 3vw, 1.5rem);
  right: clamp(1rem, 3vw, 1.5rem);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.soon-top .lang-switch {
  position: static;
  top: auto;
  right: auto;
}

.lang-switch button {
  background: transparent;
  border: none;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  padding: 0.25rem 0.35rem;
  border-radius: 4px;
}

.lang-switch button:hover { color: var(--fg); }

.lang-switch button.is-active,
.lang-switch button[aria-pressed="true"] {
  color: var(--accent);
}

.lang-switch .lang-link {
  color: var(--muted);
  text-decoration: none;
  padding: 0.25rem 0.35rem;
  border-radius: 4px;
}

.lang-switch .lang-link:hover { color: var(--fg); }

.lang-switch .lang-link.is-active,
.lang-switch .lang-link[aria-current="true"] {
  color: var(--accent);
}

.lang-sep { color: rgba(240, 242, 245, 0.25); user-select: none; }

.soon-top {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 3rem;
  padding: 0.85rem clamp(1.25rem, 4vw, 2.5rem);
}

main.soon-main {
  position: relative;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.25rem clamp(1.25rem, 4vw, 2.5rem) 2.5rem;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 3.5rem);
}

.soon-identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
}

.logo-wrap {
  display: block;
  width: clamp(5.75rem, 13vw, 7.75rem);
  height: clamp(5.75rem, 13vw, 7.75rem);
  margin: 0 auto 0.7rem;
  filter: drop-shadow(0 12px 40px var(--accent-glow));
}

.logo-wrap img { width: 100%; height: 100%; display: block; }

.brand {
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg);
  margin: 0;
}

.hero-slogan {
  width: max-content;
  max-width: 100%;
  margin: 0.9rem 0 0;
  font-size: min(2.15rem, calc((100vw - 3rem) / 24));
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.title-accent { color: var(--accent); }

.soon-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 58rem;
  margin: 2.75rem auto 0;
  flex: 0 0 auto;
}

.soon-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.85rem;
}

.soon-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.62rem;
}

.product-name {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  background: linear-gradient(135deg, #fff 0%, rgba(232, 234, 237, 0.82) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.soon-copy h1 {
  max-width: 28rem;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: rgba(240, 242, 245, 0.92);
  margin: 0;
}

.hero-camera-line {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 500;
  color: rgba(240, 242, 245, 0.72);
}

.soon-facts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}

.workflow-badge {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--accent);
  border: 1px solid rgba(77, 138, 240, 0.35);
  border-radius: 999px;
  padding: 0.45rem 1.15rem;
  line-height: 1.35;
}

.platform-line {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 242, 245, 0.5);
}

.hero-privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28rem;
  margin: 0;
  max-width: 26rem;
}

.hero-privacy-kicker {
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg);
}

.hero-privacy-line {
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(240, 242, 245, 0.72);
}

.soon-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.soon-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(77, 138, 240, 0.45);
  background: rgba(77, 138, 240, 0.12);
  border-radius: 999px;
  padding: 0.55rem 1.2rem;
  margin: 0;
}

.soon-note {
  max-width: 24rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(240, 242, 245, 0.68);
  margin: 0;
}

.soon-contact {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  color: var(--muted);
  text-align: center;
}

.soon-contact a {
  color: var(--accent);
  text-decoration: none;
}

.soon-contact a:hover { text-decoration: underline; }

.soon-contact-sep {
  color: rgba(240, 242, 245, 0.28);
  margin: 0 0.35rem;
}

.soon-visual {
  width: min(100%, 22rem);
  margin: 0 auto;
}

.media-frame {
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}

.media-frame img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(62vh, 30rem);
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

.soon-visual-note {
  margin-top: 0.65rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(240, 242, 245, 0.35);
  text-align: center;
}

.soon-footer {
  margin-top: 1.75rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.6;
  text-align: center;
}

.soon-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1rem;
}

.soon-footer-links a {
  color: rgba(240, 242, 245, 0.72);
  text-decoration: none;
}

.soon-footer-links a:hover {
  color: var(--fg);
  text-decoration: underline;
}

.soon-footer-meta {
  font-size: 0.75rem;
  color: rgba(240, 242, 245, 0.42);
}

.soon-footer-meta a {
  color: inherit;
  text-decoration: none;
}

.soon-footer-meta a:hover { text-decoration: underline; }

@media (min-width: 960px) {
  .soon-stage {
    grid-template-columns: minmax(20rem, 26rem) minmax(16rem, 20rem);
    grid-template-rows: auto auto;
    column-gap: 2rem;
    row-gap: 0.5rem;
    align-items: stretch;
    margin-top: 3.25rem;
  }

  .soon-copy {
    grid-column: 1;
    grid-row: 1;
    justify-content: space-between;
    gap: 0;
  }

  .soon-visual {
    display: contents;
    width: auto;
    margin: 0;
  }

  .media-frame {
    grid-column: 2;
    grid-row: 1;
  }

  .soon-visual-note {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
  }

  .soon-footer {
    grid-template-columns: 1fr auto;
    align-items: center;
    text-align: left;
  }

  .soon-footer-links {
    justify-content: flex-start;
  }

  .soon-footer-meta {
    text-align: right;
  }
}

@media (max-width: 420px) {
  .hero-slogan {
    font-size: min(1.05rem, calc((100vw - 2.25rem) / 22));
  }
}

/* Legal pages (copied HTML) */
body.legal-page main.legal {
  max-width: 42rem;
  margin: 0 auto;
  padding: 3.5rem clamp(1.25rem, 4vw, 2.5rem) 3rem;
  position: relative;
}

body.legal-page h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: left;
}

body.legal-page h2 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
  color: var(--fg);
}

body.legal-page p,
body.legal-page li {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 0.75rem;
}

body.legal-page ul { padding-left: 1.25rem; margin-bottom: 1rem; }

body.legal-page a { color: var(--accent); }

.back-home {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--accent);
  text-decoration: none;
}

.back-home:hover { text-decoration: underline; }

.legal-block[hidden] { display: none !important; }
