:root {
  color-scheme: light dark;
  --page: #f4f8fd;
  --page-soft: #eaf1f9;
  --surface: rgba(255,255,255,.9);
  --surface-solid: #ffffff;
  --surface-soft: #edf3fa;
  --text: #172333;
  --muted: #627386;
  --line: #cad8e7;
  --accent: #9fb8d4;
  --accent-strong: #6686a7;
  --accent-text: #101821;
  --danger: #a43d52;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(51, 73, 101, .16);
  --entry-pattern: url("vokme-entry-light-seamless-1024.webp");
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background-color: var(--page);
  background-image: linear-gradient(rgba(244,248,253,.76), rgba(244,248,253,.76)), var(--entry-pattern);
  background-repeat: repeat;
  background-size: auto, 760px 760px;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent-strong); }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; height: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; border-radius: 10px; background: var(--text); color: var(--page); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--accent-strong); outline-offset: 3px; }
.site-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid color-mix(in srgb, var(--line) 82%, transparent); background: color-mix(in srgb, var(--surface-solid) 84%, transparent); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; padding-top: env(safe-area-inset-top); }
.brand { display: inline-flex; align-items: center; min-width: 144px; min-height: 48px; }
.brand img { display: block; width: 150px; }
.site-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.site-nav a { min-height: 48px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 13px; color: var(--muted); font-weight: 680; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--surface-soft); color: var(--text); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid color-mix(in srgb, var(--accent) 72%, var(--line)); border-radius: 15px; background: var(--accent); color: var(--accent-text); font-weight: 820; text-decoration: none; box-shadow: 0 12px 28px rgba(80, 108, 139, .18); transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.button:hover { background: color-mix(in srgb, var(--accent) 86%, white); color: var(--accent-text); transform: translateY(-1px); box-shadow: 0 16px 34px rgba(80,108,139,.24); }
.button-small { min-height: 44px; padding-inline: 18px; border-radius: 13px; }
.button-secondary { background: var(--surface); color: var(--text); box-shadow: none; }
.button-secondary:hover { background: var(--surface-soft); }
.hero { overflow: hidden; padding: 94px 0 88px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .78fr); align-items: center; gap: 76px; }
.eyebrow { display: inline-flex; align-items: center; min-height: 32px; padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface-soft); color: var(--accent-strong); font-size: .8rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin: 18px 0 20px; font-size: clamp(2.55rem, 6vw, 5rem); line-height: .99; letter-spacing: -.055em; }
h2 { margin-bottom: 14px; font-size: clamp(1.75rem, 3.6vw, 2.8rem); line-height: 1.08; letter-spacing: -.035em; }
h3 { margin-bottom: 8px; font-size: 1.14rem; }
.hero-lead, .page-hero p { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-actions.centered { justify-content: center; }
.trust-list { display: grid; gap: 10px; margin: 30px 0 0; padding: 0; color: var(--muted); list-style: none; }
.trust-list li { position: relative; padding-left: 27px; }
.trust-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-strong); font-weight: 900; }
.hero-visual { display: flex; justify-content: center; }
.product-card { width: min(100%, 410px); padding: 22px; border: 1px solid var(--line); border-radius: 32px; background: var(--surface); box-shadow: var(--shadow); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.product-card-head { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.product-card-head img { border-radius: 15px; box-shadow: 0 10px 24px rgba(54,95,142,.2); }
.product-card-head strong, .product-card-head span { display: block; }
.product-card-head strong { font-size: 1.25rem; }
.product-card-head span { color: var(--muted); font-size: .88rem; }
.product-status { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface-soft); color: var(--muted); font-size: .82rem; }
.product-status i { width: 8px; height: 8px; border-radius: 50%; background: #38a77b; box-shadow: 0 0 0 4px rgba(56,167,123,.12); }
.product-chat { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 11px; min-height: 74px; border-bottom: 1px solid var(--line); }
.product-chat.secret { margin-top: 4px; border: 1px solid var(--line); border-radius: 16px; padding: 0 10px; background: color-mix(in srgb, var(--surface-soft) 88%, var(--accent) 12%); }
.product-chat div { min-width: 0; }
.product-chat b, .product-chat small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-chat small, .product-chat time { color: var(--muted); font-size: .76rem; }
.avatar { width: 46px; height: 46px; border-radius: 16px; }
.avatar-one { background: linear-gradient(135deg, #6d7df4, #ba8df0); }
.avatar-two { background: linear-gradient(135deg, #ffb361, #f47878); }
.avatar-three { background: linear-gradient(135deg, #5ba1e7, #75d9d5); }
.product-open { min-height: 46px; display: flex; align-items: center; justify-content: center; margin-top: 18px; border-radius: 14px; background: var(--accent); color: var(--accent-text); font-weight: 820; text-decoration: none; }
.section { padding: 88px 0; }
.section-soft { border-block: 1px solid var(--line); background: color-mix(in srgb, var(--page-soft) 86%, transparent); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2 { margin-top: 15px; }
.section-heading p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.feature-grid-wide { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 10px 28px rgba(33, 52, 74, .06); backdrop-filter: blur(16px); }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.feature-icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 28px; border-radius: 14px; background: var(--surface-soft); color: var(--accent-strong); font-size: 1.2rem; font-weight: 900; }
.split-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.split-panel div { max-width: 760px; }
.split-panel h2 { margin-top: 15px; }
.split-panel p { margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.page-hero { min-height: 54vh; display: grid; align-items: center; padding: 86px 0 70px; text-align: center; }
.page-hero .narrow, .page-hero .legal { margin-inline: auto; }
.page-hero h1, .page-hero p { margin-inline: auto; }
.legal { max-width: 840px; padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line); border-radius: 30px; background: var(--surface); box-shadow: var(--shadow); text-align: left; backdrop-filter: blur(18px); }
.legal h1, .legal p { margin-left: 0; }
.legal h2 { margin-top: 38px; font-size: 1.5rem; }
.legal p { font-size: 1rem; }
.faq-list { max-width: 880px; display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 8px 24px rgba(33,52,74,.05); }
summary { min-height: 62px; display: flex; align-items: center; padding: 15px 19px; cursor: pointer; font-weight: 780; }
details p { margin: 0; padding: 0 19px 19px; color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); background: color-mix(in srgb, var(--surface-solid) 88%, transparent); padding: 44px 0 calc(44px + env(safe-area-inset-bottom)); backdrop-filter: blur(14px); }
.footer-inner { display: flex; justify-content: space-between; gap: 32px; }
.footer-inner img { width: 132px; }
.footer-inner p { max-width: 420px; margin: 8px 0 0; color: var(--muted); }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; }
.footer-inner nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); text-decoration: none; }
.footer-inner nav a:hover { color: var(--text); }
@media (prefers-color-scheme: dark) {
  :root {
    --page: #08111c;
    --page-soft: #0d1825;
    --surface: rgba(15, 27, 41, .91);
    --surface-solid: #0d1825;
    --surface-soft: #152336;
    --text: #f2f7fb;
    --muted: #99aabd;
    --line: #2b3d52;
    --accent: #c8daee;
    --accent-strong: #a9c1da;
    --accent-text: #101821;
    --shadow: 0 28px 90px rgba(0,0,0,.42);
    --entry-pattern: url("vokme-entry-dark-seamless-1024.webp");
  }
  body { background-image: linear-gradient(rgba(5,12,21,.64), rgba(5,12,21,.64)), var(--entry-pattern); }
  .brand img, .footer-inner img { filter: brightness(1.18) saturate(.82); }
  .site-header { background: rgba(8,17,28,.84); }
  .product-open { box-shadow: 0 12px 28px rgba(0,0,0,.22); }
}
@media (max-width: 940px) {
  .site-nav { display: none; }
  .header-inner { gap: 14px; }
  .header-inner > .button { margin-left: auto; }
  .hero { padding-top: 62px; }
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .trust-list { max-width: 620px; margin-inline: auto; text-align: left; }
  .feature-grid, .feature-grid-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  body { background-size: auto, 560px 560px; }
  .site-container { width: min(100% - 24px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand { min-width: 108px; }
  .brand img { width: 112px; }
  .button-small { padding-inline: 13px; font-size: .88rem; }
  .hero { padding: 48px 0 62px; }
  h1 { font-size: clamp(2.35rem, 13vw, 3.5rem); }
  .hero-actions .button { width: 100%; }
  .product-card { border-radius: 26px; padding: 17px; }
  .section { padding: 64px 0; }
  .feature-grid, .feature-grid-wide { grid-template-columns: 1fr; }
  .split-panel, .footer-inner { align-items: stretch; flex-direction: column; }
  .split-panel .button { width: 100%; }
  .footer-inner nav { justify-content: flex-start; }
  .page-hero { min-height: auto; padding: 60px 0 48px; }
  .legal { padding: 22px 18px; border-radius: 22px; }
}
@media (prefers-reduced-motion: no-preference) {
  .button, .site-nav a, .feature-card, details, .product-card { transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .2s ease, background-color .2s ease, border-color .2s ease; }
  .button:active, .site-nav a:active { transform: scale(.97); }
  .feature-card:hover, details:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(41,58,77,.12); }
  .product-card:hover { transform: translateY(-4px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
