:root {
  --ink: #071a3d;
  --muted: #66748e;
  --blue: #2367f4;
  --blue-dark: #0f47cb;
  --sky: #eaf2ff;
  --line: #dfe8f7;
  --card: #ffffff;
  --bg: #f7faff;
  --glow: 0 24px 80px rgba(35, 103, 244, .18);
  --soft-shadow: 0 18px 50px rgba(13, 37, 82, .10);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.page { min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 80% 6%, #dceaff 0, transparent 34%), linear-gradient(180deg, #f8fbff 0, #fff 34%); }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(223, 232, 247, .75); background: rgba(248, 251, 255, .84); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 46px; height: 46px; border-radius: 13px; box-shadow: 0 12px 24px rgba(14, 49, 105, .18); }
.brand strong { display: block; font-size: 22px; line-height: 1; }
.brand span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.nav { display: flex; align-items: center; gap: 28px; color: #233759; font-size: 14px; }
.nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; cursor: pointer; transition: .18s ease; white-space: nowrap; }
.btn-primary { color: white; background: linear-gradient(135deg, #2a72ff, #1757e8); box-shadow: 0 15px 34px rgba(35, 103, 244, .26); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 18px 42px rgba(35, 103, 244, .34); }
.btn-ghost { color: var(--ink); background: rgba(255, 255, 255, .72); border-color: var(--line); }
.btn-ghost:hover { border-color: #b8c9ea; color: var(--blue); }
.hero { padding: 78px 0 56px; }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 56px; align-items: center; }
.badge, .eyebrow { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 7px 12px; border-radius: 999px; background: #edf4ff; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { margin: 22px 0 18px; font-size: clamp(42px, 5.2vw, 72px); line-height: .98; letter-spacing: -.05em; }
.hero-text { color: #40516e; font-size: 18px; line-height: 1.68; max-width: 610px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.platform { margin-top: 18px; color: var(--muted); font-size: 13px; }
.hero-bullets { display: grid; gap: 10px; margin-top: 22px; padding: 0; list-style: none; color: #263a5b; }
.hero-bullets li, .check-line { display: flex; align-items: flex-start; gap: 10px; }
.hero-bullets li::before, .check-line::before { content: "✓"; display: grid; place-items: center; flex: 0 0 18px; width: 18px; height: 18px; border-radius: 999px; color: white; background: var(--blue); font-size: 12px; font-weight: 900; }
.mockup-wrap { position: relative; }
.mockup-wrap::before { content: ""; position: absolute; inset: -55px -35px; z-index: 0; border-radius: 40px; background: radial-gradient(circle at 70% 20%, rgba(35,103,244,.18), transparent 42%), linear-gradient(135deg, rgba(220,234,255,.9), rgba(255,255,255,.2)); }
.mockup { position: relative; z-index: 1; display: grid; grid-template-columns: 150px 1fr 190px; min-height: 455px; overflow: hidden; border: 1px solid #d8e4f6; border-radius: 24px; background: white; box-shadow: var(--glow); }
.mock-sidebar { padding: 20px 14px; border-right: 1px solid #ecf1fb; background: #f7faff; }
.mock-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; font-weight: 800; }
.mock-logo img { width: 24px; height: 24px; border-radius: 7px; }
.mock-menu { display: grid; gap: 8px; color: #53637c; font-size: 12px; }
.mock-menu span { padding: 10px 12px; border-radius: 10px; }
.mock-menu span:first-child { color: var(--blue); background: #eaf2ff; font-weight: 800; }
.mock-main { padding: 24px; }
.mock-title { display: flex; align-items: start; justify-content: space-between; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid #e9eff8; }
.mock-title h3 { margin: 0 0 6px; font-size: 18px; }
.mock-title p { margin: 0; color: var(--muted); font-size: 12px; }
.pill { padding: 6px 10px; border-radius: 999px; color: var(--blue); background: #edf4ff; font-size: 12px; font-weight: 800; }
.transcript-lines { display: grid; gap: 18px; padding-top: 22px; }
.line { display: grid; grid-template-columns: 54px 1fr; gap: 14px; }
.line time { color: #8290a8; font-size: 12px; }
.line strong { display: block; margin-bottom: 5px; color: var(--blue); font-size: 13px; }
.line p { margin: 0; color: #273855; line-height: 1.5; font-size: 14px; }
.mock-panel { padding: 24px 18px; border-left: 1px solid #ecf1fb; background: #fbfdff; }
.mock-panel h4 { margin: 0 0 18px; }
.speaker { display: flex; align-items: center; gap: 8px; margin: 12px 0; color: #53637c; font-size: 13px; }
.dot { width: 10px; height: 10px; border-radius: 99px; background: var(--blue); }
.dot.green { background: #36c48f; }
.dot.orange { background: #ffad32; }
.section { padding: 72px 0; }
.section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.section-head h2 { margin: 14px 0 0; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.1; letter-spacing: -.035em; }
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.feature-card { min-height: 220px; padding: 24px; border: 1px solid #e3ebf8; border-radius: 22px; background: white; box-shadow: 0 14px 36px rgba(16, 42, 86, .06); }
.feature-card:nth-child(1), .feature-card:nth-child(2), .feature-card:nth-child(3) { grid-column: span 2; }
.feature-card:nth-child(4), .feature-card:nth-child(5), .feature-card:nth-child(6) { grid-column: span 2; }
.icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 20px; border-radius: 16px; color: var(--blue); background: #edf4ff; font-size: 24px; }
.feature-card h3, .screenshot-card h3 { margin: 0 0 10px; font-size: 18px; }
.feature-card p, .screenshot-card p, .faq-item p, .local-card p, .pricing-subtitle { color: var(--muted); line-height: 1.6; }
.process-band { padding: 42px; border-radius: 24px; color: white; background: radial-gradient(circle at 78% 0, rgba(74, 156, 255, .34), transparent 36%), linear-gradient(135deg, #061a41, #103f98); box-shadow: var(--soft-shadow); }
.process-band .section-head { margin-bottom: 34px; }
.process-band .eyebrow { background: rgba(255,255,255,.1); color: #aaceff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-step { position: relative; padding: 20px; border-radius: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); }
.step-num { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 999px; background: rgba(255,255,255,.16); font-weight: 900; }
.process-step p { color: #c9dcff; line-height: 1.55; }
.screenshot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.screenshot-card { text-align: center; }
.screenshot-thumb { height: 150px; margin-bottom: 16px; border: 1px solid #dfe8f7; border-radius: 20px; background: linear-gradient(135deg, #f4f8ff, #dceaff); box-shadow: var(--soft-shadow); position: relative; overflow: hidden; }
.screenshot-thumb::before { content: ""; position: absolute; inset: 24px; border-radius: 14px; background: rgba(255,255,255,.86); box-shadow: inset 0 0 0 1px #dfe8f7; }
.online-trial-section { padding-top: 28px; }
.online-trial-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; padding: 42px; border-radius: 28px; color: white; background: radial-gradient(circle at 88% 4%, rgba(86, 185, 255, .32), transparent 34%), linear-gradient(135deg, #061a41, #1757e8); box-shadow: var(--glow); }
.online-trial-card h2 { margin: 16px 0 14px; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.08; letter-spacing: -.035em; }
.online-trial-card p { color: #d8e6ff; line-height: 1.65; }
.online-trial-card ul { display: grid; gap: 11px; padding: 0; margin: 24px 0; list-style: none; color: #eef5ff; }
.online-trial-card li::before { content: "✓"; margin-right: 10px; color: #8fd4ff; font-weight: 900; }
.trial-notice { padding: 15px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.08); color: #d8e6ff; line-height: 1.55; }
.trial-form { display: grid; gap: 14px; padding: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.11); backdrop-filter: blur(18px); }
.trial-drop { display: grid; place-items: center; gap: 8px; min-height: 150px; padding: 22px; border: 1px dashed rgba(255,255,255,.45); border-radius: 18px; background: rgba(255,255,255,.08); text-align: center; cursor: pointer; }
.trial-drop input { max-width: 100%; color: #d8e6ff; }
.trial-drop span { font-size: 18px; font-weight: 850; }
.trial-drop small { color: #c0d5ff; }
.trial-consent { display: flex; gap: 10px; align-items: flex-start; color: #d8e6ff; font-size: 13px; line-height: 1.45; }
.trial-consent input { margin-top: 3px; }
.trial-status { min-height: 22px; color: #eaf2ff; font-weight: 750; }
.trial-result { width: 100%; min-height: 190px; padding: 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; outline: none; color: var(--ink); background: white; line-height: 1.55; resize: vertical; }
.pricing-layout { display: grid; grid-template-columns: 1fr 1fr .9fr; gap: 24px; align-items: start; }
.plan { padding: 28px; border: 1px solid #dfe8f7; border-radius: 24px; background: white; box-shadow: var(--soft-shadow); }
.plan.is-pro { border-color: #77a4ff; box-shadow: 0 24px 70px rgba(35,103,244,.18); }
.plan h3 { margin: 0; font-size: 24px; }
.plan-label { color: var(--muted); margin: 6px 0 20px; }
.price { font-size: 38px; font-weight: 900; letter-spacing: -.04em; }
.plan ul, .local-card ul { display: grid; gap: 12px; padding: 0; margin: 24px 0; list-style: none; }
.plan li { color: #40516e; }
.plan li::before, .local-card li::before { content: "✓"; color: var(--blue); margin-right: 9px; font-weight: 900; }
.pricing-notes { display: grid; gap: 16px; }
.note { padding: 18px; border-radius: 18px; background: #f4f8ff; color: #40516e; }
.local-card, .cloud-card, .cta-card { padding: 38px; border-radius: 26px; background: linear-gradient(135deg, #edf4ff, #fff); border: 1px solid #dfe8f7; box-shadow: var(--soft-shadow); }
.local-cloud { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cloud-card { background: linear-gradient(135deg, #071a3d, #1757e8); color: white; }
.cloud-card p { color: #cfe0ff; line-height: 1.65; }
.faq-list { display: grid; gap: 14px; max-width: 860px; margin: 0 auto; }
.faq-item { padding: 24px 26px; border: 1px solid #dfe8f7; border-radius: 20px; background: white; }
.faq-item h3 { margin: 0 0 8px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 58px; }
.cta-card h2 { margin: 0 0 10px; font-size: 32px; }
.site-footer { padding: 26px 0 34px; border-top: 1px solid #dfe8f7; color: var(--muted); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner .brand strong { font-size: 18px; color: var(--ink); }
.footer-inner .brand img { width: 36px; height: 36px; }

@media (max-width: 980px) {
  .nav { display: none; }
  .hero-grid, .local-cloud, .pricing-layout, .online-trial-card { grid-template-columns: 1fr; }
  .mockup { grid-template-columns: 1fr; }
  .mock-sidebar, .mock-panel { display: none; }
  .feature-grid, .process-grid, .screenshot-grid { grid-template-columns: 1fr 1fr; }
  .feature-card, .feature-card:nth-child(n) { grid-column: auto; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1120px); }
  .header-inner { min-height: 68px; }
  .header-actions .btn-ghost { display: none; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 42px; }
  .feature-grid, .process-grid, .screenshot-grid { grid-template-columns: 1fr; }
  .process-band, .local-card, .cloud-card, .cta-card, .online-trial-card { padding: 26px; }
  .cta-card, .footer-inner { align-items: flex-start; flex-direction: column; }
}
