:root {
  --bg: #f5f6fa;
  --ink: #181818;
  --muted: #5f6472;
  --line: #e5e8ef;
  --primary: #ff6a00;
  --primary-dark: #111827;
  --soft: #fff4eb;
  --site-primary: #246bfe;
  --site-dark: #0e2c6d;
  --site-soft: #eaf1ff;
  --panel: #ffffff;
  --radius: 8px;
  --shadow: 0 18px 46px rgba(15, 23, 42, .10);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

button, input, textarea, select { font: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 64px;
  padding: 0 clamp(20px, 5vw, 72px);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  color: #fff;
  background: #111827;
  letter-spacing: 0;
}

.nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
  color: #303846;
  font-size: 14px;
}

.nav a {
  border-bottom: 2px solid transparent;
  line-height: 64px;
}

.nav a:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.console-link {
  color: #303846;
  font-size: 14px;
}

.top-action {
  min-height: 36px;
  padding: 7px 16px;
  border-radius: 4px;
  color: #fff;
  background: var(--primary);
  font-weight: 700;
}

.section {
  padding: 78px clamp(20px, 5vw, 72px);
}

.hero {
  min-height: calc(100vh - 64px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 46px;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(5, 10, 25, .94), rgba(15, 23, 42, .88)),
    linear-gradient(90deg, rgba(255, 106, 0, .12), rgba(36, 107, 254, .10));
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
  pointer-events: none;
}

.hero-copy, .hero-console {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--primary);
  font-weight: 800;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6.6vw, 78px);
  line-height: 1.05;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 760px;
  font-size: 24px;
  color: rgba(255,255,255,.84);
}

.hero-price {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
}

.hero-actions, .panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 800;
}

.btn.primary {
  color: #fff;
  background: var(--primary);
}

.btn.ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.55);
}

.btn.quiet {
  color: #fff;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.18);
}

.section:not(.hero) .btn.ghost {
  color: var(--primary);
  background: #fff;
  border-color: var(--primary);
}

.section:not(.hero) .btn.quiet {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-trust span {
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 4px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.07);
  font-size: 13px;
}

.hero-console {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}

.console-head {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255,255,255,.13);
  background: rgba(0,0,0,.24);
}

.console-head span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.34);
}

.console-head span:first-child { background: #ff6a00; }
.console-head strong {
  margin-left: 8px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
}

.console-body { padding: 24px; }

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.metric-row div, .mini-card, .info-box, .feature-grid article, .pricing-card, .stat, .content-item, .lead-item, .permission-item, .workflow-line article, .value-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.hero-console .metric-row div {
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.10);
}

.metric-row div {
  padding: 18px 14px;
}

.metric-row strong {
  display: block;
  font-size: 30px;
  color: var(--primary);
}

.hero-console .metric-row span {
  color: rgba(255,255,255,.70);
}

.metric-row span {
  color: var(--muted);
  font-size: 14px;
}

.console-chart {
  height: 160px;
  display: flex;
  align-items: end;
  gap: 14px;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(0,0,0,.16);
}

.console-chart i {
  flex: 1;
  display: block;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #ffb26b, #ff6a00);
}

.flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin: 22px 0;
}

.flow span {
  padding: 9px 6px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background: rgba(255,255,255,.10);
  font-size: 14px;
  font-weight: 800;
}

.mini-card {
  padding: 22px;
  border-color: rgba(255,255,255,.14);
  color: #fff;
  background: linear-gradient(135deg, rgba(255,106,0,.95), rgba(36,107,254,.90));
}

.mini-card p, .mini-card small { color: rgba(255,255,255,.82); }

.section-heading {
  max-width: 880px;
  margin-bottom: 30px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.band {
  background: #fff;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.feature-grid article {
  min-height: 236px;
  padding: 24px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.feature-grid article:hover, .pricing-card:hover, .value-grid article:hover {
  border-color: rgba(255,106,0,.45);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.feature-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--primary);
  font-weight: 900;
}

.feature-grid p, .pricing-card li, .content-item p, .lead-item p, .info-box p, .value-grid p, .workflow-line p {
  color: var(--muted);
}

.workflow-section {
  background: #fff;
}

.workflow-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.workflow-line article {
  min-height: 190px;
  padding: 22px;
  border-top: 3px solid var(--primary);
}

.workflow-line strong {
  color: var(--primary);
  font-size: 26px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.value-grid article {
  min-height: 180px;
  padding: 24px;
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.value-grid span {
  color: var(--primary);
  font-weight: 900;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.pricing-card {
  position: relative;
  padding: 24px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pricing-card.recommended {
  border-color: var(--primary);
  box-shadow: 0 18px 50px rgba(255, 106, 0, .16);
}

.pricing-card.recommended::before {
  content: "最适合中小企业";
  position: absolute;
  right: 16px;
  top: -13px;
  padding: 4px 9px;
  border-radius: 4px;
  color: #fff;
  background: var(--primary);
  font-size: 12px;
  font-weight: 900;
}

.badge {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 4px;
  background: var(--soft);
  color: #b84b00;
  font-weight: 800;
  font-size: 13px;
}

.price {
  margin: 14px 0;
  font-size: 34px;
  font-weight: 900;
}

.price small {
  color: var(--muted);
  font-size: 14px;
}

.pricing-card ul {
  padding-left: 18px;
  margin: 0;
}

.hero-panel, .builder, .workspace-layout, .site-frame {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.builder {
  padding: 26px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: #303846;
  font-weight: 800;
}

input, textarea, select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 11px 12px;
  background: #fff;
  color: var(--ink);
}

input:focus, textarea:focus, select:focus {
  outline: 2px solid rgba(255,106,0,.16);
  border-color: var(--primary);
}

textarea { resize: vertical; }

label small { color: var(--muted); }

.workspace {
  background: #eef2f7;
}

.workspace-layout {
  display: grid;
  grid-template-columns: 232px 1fr;
  min-height: 640px;
  overflow: hidden;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  background: #111827;
  border-right: 1px solid #202938;
}

.sidebar button {
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  padding: 10px 12px;
  background: transparent;
  color: rgba(255,255,255,.70);
  text-align: left;
  cursor: pointer;
  font-weight: 800;
}

.sidebar button.active {
  color: #fff;
  background: var(--primary);
}

.tab-panels { padding: 24px; }

.tab-panel { display: none; }
.tab-panel.active { display: block; }

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.stat { padding: 18px; }

.stat strong {
  display: block;
  color: var(--primary);
  font-size: 30px;
}

.split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.timeline span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid #ffd6b8;
  border-radius: 4px;
  background: var(--soft);
  color: #8a3b00;
  text-align: center;
  font-weight: 800;
}

.info-box { padding: 18px; }

.phone-shell {
  max-width: 760px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 18px;
  background: #121826;
}

.mobile-card {
  max-width: 390px;
  margin: 14px auto 0;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.poster-card {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 22px;
  align-items: center;
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(17,24,39,.98), rgba(30,41,59,.94)),
    linear-gradient(90deg, rgba(255,106,0,.18), rgba(36,107,254,.12));
  position: relative;
  overflow: hidden;
}

.poster-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255,106,0,.18);
}

.poster-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.poster-copy span {
  color: #ffb26b;
  font-weight: 900;
}

.poster-copy h3 {
  margin: 0;
  font-size: 34px;
}

.poster-copy p, .poster-copy small {
  margin: 0;
  color: rgba(255,255,255,.78);
}

.poster-copy strong {
  font-size: 23px;
}

.poster-copy b {
  margin-top: 12px;
  color: #ffdfc2;
  font-size: 22px;
}

.poster-card img {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 180px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
}

.card-url-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.08);
}

.mobile-card .cover {
  padding: 28px 22px;
  color: #fff;
  background: linear-gradient(135deg, #111827, var(--primary));
}

.avatar {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  font-size: 28px;
  font-weight: 900;
}

.mobile-card .body { padding: 18px; }

.quick-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 16px 0;
}

.quick-actions button {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 10px 6px;
  background: #fff;
  cursor: pointer;
  font-weight: 800;
}

.qr {
  display: grid;
  place-items: center;
  height: 120px;
  border-radius: 4px;
  background: #fff;
  color: #111827;
  font-weight: 900;
}

.qr img {
  width: 112px;
  height: 112px;
}

.card-site-url {
  margin: 10px 0 0;
  color: var(--primary);
  text-align: center;
  font-weight: 900;
}

.content-list, .lead-list, .permission-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.content-item, .lead-item, .permission-item { padding: 18px; }

.content-head, .lead-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.item-actions button {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 800;
}

.item-actions button:hover, .quick-actions button:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.inline-form, .chat-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 10px;
}

.chat-form {
  grid-template-columns: 1fr auto;
  margin-top: 12px;
}

.chat-box, .voice-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.chat-log {
  display: grid;
  gap: 10px;
  min-height: 260px;
  max-height: 360px;
  overflow: auto;
}

.message {
  max-width: 78%;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f2f4f7;
}

.message.ai {
  margin-left: auto;
  color: #fff;
  background: var(--primary);
}

.site-frame {
  overflow: hidden;
  padding: 0;
}

.website-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 0 28px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.website-nav strong { margin-right: auto; }

.website-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  align-items: center;
  padding: 56px 28px;
  background: var(--site-soft);
}

.website-hero h2 { color: var(--site-dark); }
.website-hero .eyebrow { color: var(--site-primary); }
.website-hero .btn.primary { background: var(--site-primary); }

.visual-stack {
  display: grid;
  gap: 12px;
}

.visual-stack div {
  min-height: 92px;
  border-radius: 8px;
  background: #fff;
  border-left: 8px solid var(--site-primary);
  box-shadow: 0 12px 30px rgba(16,24,40,.08);
}

.site-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 24px 28px 34px;
}

.site-sections article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(20px);
  padding: 12px 16px;
  border-radius: 4px;
  color: #fff;
  background: #101828;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
  z-index: 50;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.gate-note { color: var(--muted); }

@media (max-width: 1180px) {
  .feature-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-line { grid-template-columns: repeat(3, 1fr); }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .topbar { gap: 12px; padding: 0 14px; }
  .nav, .console-link { display: none; }
  .top-action { margin-left: auto; }
  .section { padding: 48px 16px; }
  .hero { min-height: auto; }
  .hero-subtitle { font-size: 19px; }
  .metric-row, .flow, .feature-grid, .pricing-grid, .form-grid, .stat-grid, .split, .timeline, .site-sections, .website-hero, .workflow-line, .value-grid { grid-template-columns: 1fr; }
  .workspace-layout { grid-template-columns: 1fr; }
  .sidebar { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid #202938; }
  .sidebar button { white-space: nowrap; }
  .inline-form { grid-template-columns: 1fr; }
  .website-nav { overflow-x: auto; }
  .poster-card { grid-template-columns: 1fr; }
  .poster-card img { width: 150px; height: 150px; }
}

/* iOS purple glass redesign */
:root {
  --bg: #fbf9ff;
  --ink: #171127;
  --muted: #756f86;
  --line: rgba(123, 92, 255, .16);
  --primary: #7c3aed;
  --primary-dark: #3b0764;
  --soft: rgba(245, 240, 255, .92);
  --site-primary: #8b5cf6;
  --site-dark: #3b0764;
  --site-soft: #f3e8ff;
  --panel: rgba(255,255,255,.72);
  --radius: 22px;
  --shadow: 0 28px 80px rgba(91, 33, 182, .16);
}

body {
  background:
    radial-gradient(circle at 15% 8%, rgba(192,132,252,.38), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(56,189,248,.20), transparent 28%),
    linear-gradient(180deg, #ffffff, #fbf7ff 42%, #f7f3ff);
}

.topbar {
  min-height: 68px;
  background: rgba(255,255,255,.66);
  border-bottom: 1px solid rgba(124,58,237,.10);
  box-shadow: 0 16px 45px rgba(76,29,149,.08);
  backdrop-filter: blur(28px) saturate(150%);
}

.brand-mark {
  border-radius: 14px;
  background: linear-gradient(135deg, #7c3aed, #c084fc 52%, #38bdf8);
  box-shadow: 0 10px 26px rgba(124,58,237,.28);
}

.nav a:hover {
  color: #7c3aed;
  border-bottom-color: #a78bfa;
}

.top-action, .btn.primary {
  border-radius: 999px;
  background: linear-gradient(135deg, #7c3aed, #a855f7 55%, #38bdf8);
  box-shadow: 0 16px 34px rgba(124,58,237,.24);
}

.hero {
  grid-template-columns: minmax(320px, .76fr) minmax(680px, 1.24fr);
  gap: 30px;
  color: var(--ink);
  background:
    radial-gradient(circle at 58% 42%, rgba(216,180,254,.42), transparent 31%),
    radial-gradient(circle at 86% 26%, rgba(125,211,252,.24), transparent 30%),
    linear-gradient(135deg, #fff, #fbf8ff 48%, #f3e8ff);
}

.hero::before {
  background-image:
    linear-gradient(rgba(124,58,237,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,58,237,.06) 1px, transparent 1px);
  mask-image: linear-gradient(90deg, rgba(0,0,0,.45), #000 62%, transparent);
}

.hero h1 {
  background: linear-gradient(135deg, #160526, #6d28d9 50%, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle { color: #4c455f; }
.hero-price { color: #3b0764; }
.eyebrow { color: #8b5cf6; }

.hero .btn.ghost {
  color: #5b21b6;
  background: rgba(255,255,255,.52);
  border-color: rgba(124,58,237,.24);
  backdrop-filter: blur(18px);
}

.hero .btn.quiet {
  color: #3b0764;
  background: rgba(255,255,255,.44);
  border-color: rgba(124,58,237,.14);
  backdrop-filter: blur(18px);
}

.hero-trust span {
  color: #5b21b6;
  border-color: rgba(124,58,237,.18);
  background: rgba(255,255,255,.54);
  backdrop-filter: blur(18px);
}

.mobile-showcase {
  position: relative;
  z-index: 1;
  min-height: 620px;
  display: grid;
  grid-template-columns: .72fr .95fr 1.18fr .95fr .9fr;
  gap: 14px;
  align-items: center;
  perspective: 1400px;
}

.glass-screen,
.iphone-frame,
.builder,
.workspace-layout,
.site-frame,
.feature-grid article,
.pricing-card,
.workflow-line article,
.value-grid article,
.content-item,
.lead-item,
.permission-item,
.info-box,
.stat,
.chat-box,
.voice-box {
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(255,255,255,.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(28px) saturate(150%);
}

.glass-screen {
  min-height: 470px;
  padding: 24px;
  border-radius: 28px;
  color: #2a1944;
  overflow: hidden;
}

.side-screen {
  transform: translateZ(-80px);
}

.mine-screen {
  transform: translateX(42px) rotateY(10deg) scale(.96);
}

.form-screen {
  min-height: 520px;
  color: #fff;
  background: linear-gradient(160deg, rgba(124,58,237,.88), rgba(56,189,248,.70));
  transform: translateX(18px) rotateY(6deg) scale(.98);
}

.template-screen {
  min-height: 515px;
  transform: translateX(-16px) rotateY(-6deg) scale(.98);
}

.website-screen {
  min-height: 540px;
  transform: translateX(-42px) rotateY(-10deg) scale(.97);
}

.profile-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 4px 12px;
  align-items: center;
  margin: 28px 0;
}

.profile-row span {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fde68a, #c084fc 48%, #38bdf8);
}

.profile-row small { color: #9187a3; }
.mine-screen p {
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid rgba(124,58,237,.08);
  color: #695f7e;
}

.mine-screen button,
.template-screen button {
  width: 100%;
  margin-top: 22px;
  min-height: 46px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #38bdf8);
  font-weight: 900;
}

.screen-back {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  font-size: 34px;
}

.form-screen h3 { font-size: 30px; }
.form-screen p { color: rgba(255,255,255,.82); }
.form-line {
  height: 72px;
  margin-top: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
}
.form-line.active { box-shadow: inset 5px 0 #a78bfa; }
.form-line.short { height: 48px; opacity: .7; }

.iphone-frame {
  position: relative;
  min-height: 590px;
  padding: 36px 18px 22px;
  border: 10px solid #16121d;
  border-radius: 48px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,245,255,.94));
  box-shadow: 0 38px 80px rgba(31, 14, 55, .32);
  overflow: hidden;
}

.phone-notch {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 118px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: #16121d;
}

.phone-status {
  display: flex;
  justify-content: space-between;
  color: #171127;
  font-size: 13px;
  font-weight: 800;
}

.phone-card-head {
  display: grid;
  grid-template-columns: 1fr 128px;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 44px rgba(124,58,237,.12);
}

.portrait {
  height: 138px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 28%, #f8fafc 0 17px, transparent 18px),
    linear-gradient(145deg, #312e81, #a78bfa);
}

.phone-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 14px 0;
}

.phone-actions span {
  min-height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #5b21b6;
  background: linear-gradient(180deg, #fff, #f5f0ff);
  font-size: 12px;
  text-align: center;
  font-weight: 800;
}

.phone-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.phone-data div {
  padding: 12px 8px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #c084fc);
}

.phone-data strong {
  display: block;
  font-size: 22px;
}

.phone-data span {
  font-size: 12px;
}

.phone-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0;
}

.phone-buttons button {
  min-height: 46px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6, #38bdf8);
  font-weight: 900;
}

.iphone-frame section {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.68);
}

.iphone-frame h4 { margin: 0 0 8px; color: #7c3aed; }
.iphone-frame section p { margin: 0; color: #6b617c; font-size: 13px; }

.template-card {
  height: 140px;
  margin: 18px 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff, #ede9fe);
  border: 2px solid #a78bfa;
}

.template-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.template-grid i {
  min-height: 96px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(221,214,254,.8));
}

.web-icons,
.web-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.web-icons span,
.web-bottom span {
  padding: 9px 4px;
  border-radius: 14px;
  color: #6d28d9;
  background: rgba(255,255,255,.64);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.web-banner {
  min-height: 150px;
  display: grid;
  place-items: center;
  margin: 18px 0;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #1e1b4b, #7c3aed 58%, #38bdf8);
  font-weight: 900;
}

.section:not(.hero) {
  background: transparent;
}

.feature-grid article,
.pricing-card,
.workflow-line article,
.value-grid article {
  border-radius: 24px;
}

.feature-grid span,
.workflow-line strong,
.value-grid span,
.stat strong,
.metric-row strong,
.badge {
  color: #7c3aed;
}

.pricing-card.recommended {
  border-color: rgba(124,58,237,.42);
  box-shadow: 0 28px 80px rgba(124,58,237,.18);
}

.pricing-card.recommended::before,
.sidebar button.active {
  background: linear-gradient(135deg, #7c3aed, #38bdf8);
}

.badge {
  background: rgba(245,240,255,.92);
}

input, textarea, select {
  border-color: rgba(124,58,237,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.74);
}

input:focus, textarea:focus, select:focus {
  outline: 3px solid rgba(168,85,247,.14);
  border-color: #a78bfa;
}

.workspace {
  background:
    radial-gradient(circle at 20% 10%, rgba(216,180,254,.28), transparent 34%),
    linear-gradient(180deg, #fff, #f7f2ff);
}

.sidebar {
  background: rgba(31, 14, 55, .88);
  backdrop-filter: blur(22px);
}

.timeline span {
  border-color: rgba(167,139,250,.28);
  color: #5b21b6;
  background: rgba(245,240,255,.82);
}

.poster-card,
.mobile-card .cover {
  background: linear-gradient(135deg, #2e1065, #7c3aed 58%, #38bdf8);
}

.website-hero {
  background:
    radial-gradient(circle at 82% 12%, rgba(56,189,248,.22), transparent 28%),
    linear-gradient(135deg, #fff, #f3e8ff);
}

.visual-stack div {
  border-left-color: #8b5cf6;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .mobile-showcase {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    overflow-x: auto;
    padding-bottom: 18px;
  }
  .side-screen,
  .mine-screen,
  .form-screen,
  .template-screen,
  .website-screen {
    transform: none;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: 34px;
    gap: 28px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-subtitle {
    color: #4c455f;
  }
  .mobile-showcase {
    display: flex;
    min-height: 560px;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 2px 20px;
  }
  .glass-screen,
  .iphone-frame {
    flex: 0 0 84vw;
    scroll-snap-align: center;
  }
  .iphone-frame {
    order: -1;
    min-height: 560px;
  }
  .glass-screen {
    min-height: 500px;
  }
}
