body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background: #f8fafc;
}
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }
.site-header { background: #0b1020; color: white; position: sticky; top: 0; z-index: 10; }
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { font-weight: 800; letter-spacing: -0.02em; }
.nav-links { display: flex; gap: 22px; color: #cbd5e1; font-size: 14px; }
.nav-links a:hover { color: white; }
.hero, .page-hero { color: white; background: linear-gradient(135deg, #0b1020, #312e81); padding: 72px 0; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center; }
.eyebrow, .pill { display: inline-block; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,0.12); color: #ddd6fe; font-size: 14px; }
h1 { margin: 16px 0; font-size: clamp(42px, 6vw, 68px); line-height: 1.02; letter-spacing: -0.055em; }
.lead, .page-hero p { color: #dbeafe; font-size: 19px; line-height: 1.7; max-width: 720px; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 999px; background: white; color: #111827; font-weight: 800; }
.btn.secondary { background: rgba(255,255,255,0.12); color: white; border: 1px solid rgba(255,255,255,0.18); }
section, .page-body { padding: 64px 0; }
.section-title { text-align: center; margin-bottom: 32px; }
.section-title h2 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 44px); letter-spacing: -0.04em; }
.section-title p, .card p, .content p, .content li { color: #64748b; line-height: 1.7; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: white; border: 1px solid #e2e8f0; border-radius: 22px; padding: 24px; box-shadow: 0 18px 50px rgba(15,23,42,0.08); }
.card h3 { margin: 0 0 10px; }
.icon { width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; background: #eef2ff; color: #6d5dfc; font-weight: 900; margin-bottom: 16px; }
.phone { width: 320px; height: 640px; margin: 0 auto; border-radius: 42px; background: #0f172a; border: 8px solid #1e293b; padding: 18px; box-shadow: 0 34px 90px rgba(0,0,0,0.45); }
.phone-screen { height: 100%; border-radius: 32px; background: #f8fafc; color: #111827; overflow: hidden; display: flex; flex-direction: column; }
.appbar { padding: 26px 20px 14px; display: flex; justify-content: space-between; }
.loop { margin: 10px 18px; padding: 15px; border-radius: 20px; background: white; border: 1px solid #e2e8f0; }
.tag { color: #6d5dfc; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.bar { height: 8px; background: #ede9fe; border-radius: 99px; overflow: hidden; }
.bar div { height: 100%; background: linear-gradient(90deg,#6d5dfc,#8b5cf6); }
.pro-section { background: #111827; color: white; }
.pro-card { background: linear-gradient(135deg,#1f2937,#312e81); border-radius: 32px; padding: 34px; display: grid; grid-template-columns: 1fr 0.8fr; gap: 28px; }
.price { font-size: 58px; font-weight: 900; margin: 0; letter-spacing: -0.06em; }
.policy-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.policy-link { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 18px; padding: 18px; font-weight: 800; }
.content { max-width: 820px; margin: 0 auto; }
.notice { padding: 18px; border-radius: 18px; background: #eef2ff; color: #4338ca; border: 1px solid #c7d2fe; }
footer { background: #0b1020; color: #94a3b8; padding: 34px 0; }
.foot { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.embedded .site-header, .embedded footer { display: none; }
.embedded .page-hero { padding: 32px 0; }
.embedded .page-body { padding: 28px 0; }
@media (max-width: 850px) {
  .nav-links { display: none; }
  .hero-grid, .cards, .policy-grid, .pro-card { grid-template-columns: 1fr; }
  .phone { width: 292px; height: 584px; }
}
