:root {
  --navy: #0b1f3a;
  --navy-2: #142f52;
  --blue: #276ee8;
  --blue-soft: #eaf2ff;
  --ink: #13233a;
  --muted: #66758b;
  --line: #dbe3ef;
  --surface: #ffffff;
  --page: #f4f7fb;
  --shadow: 0 18px 50px rgba(14, 38, 71, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--page); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.suite-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(219, 227, 239, .9);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px);
}

.suite-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; }
.suite-brand > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: white; background: var(--navy); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.suite-brand strong { font-size: 15px; letter-spacing: -.01em; }
.suite-header nav { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; }
.suite-header nav a { padding: 9px 12px; border-radius: 9px; color: #53657c; font-size: 13px; font-weight: 750; text-decoration: none; }
.suite-header nav a:hover, .suite-header nav a.active { color: var(--navy); background: var(--blue-soft); }

.page-shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.hero { display: grid; min-height: 590px; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(36px, 7vw, 88px); padding: 70px 0; }
.eyebrow-label { margin-bottom: 14px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .page-intro h1 { max-width: 760px; margin: 0; color: var(--navy); font-size: clamp(42px, 6.7vw, 78px); line-height: .98; letter-spacing: -.055em; }
.hero p, .page-intro p { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: clamp(16px, 2vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.cta { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--line); border-radius: 11px; color: var(--navy); background: white; font-weight: 800; text-decoration: none; box-shadow: 0 8px 22px rgba(14, 38, 71, .07); }
.cta.primary { border-color: var(--blue); color: white; background: var(--blue); }
.cta:hover { transform: translateY(-1px); }

.hero-demo { position: relative; min-height: 470px; }
.demo-window { position: absolute; inset: 32px 0 0 10%; overflow: hidden; border: 1px solid #cad8eb; border-radius: 26px; background: white; box-shadow: var(--shadow); }
.demo-window::before { content: ""; display: block; height: 42px; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, #ff7c73 0 10px, transparent 10px 18px, #ffc85a 18px 28px, transparent 28px 36px, #55cf89 36px 46px, transparent 46px) no-repeat 18px 16px / 46px 10px, #f8fafd; }
.demo-canvas { position: absolute; inset: 74px 24px 24px; overflow: hidden; border-radius: 18px; background: linear-gradient(135deg, #17365e, #07162b); }
.demo-canvas img { position: absolute; right: -5%; bottom: 0; width: 76%; height: 94%; object-fit: contain; object-position: right bottom; }
.demo-copy { position: absolute; z-index: 2; top: 25%; left: 7%; width: 52%; padding: 20px; border: 1px solid rgba(255,255,255,.32); border-radius: 14px; color: white; background: rgba(8, 26, 51, .78); backdrop-filter: blur(7px); }
.demo-copy b { display: block; font-size: 22px; line-height: 1.08; }
.demo-copy span { display: block; width: 70%; height: 7px; margin-top: 14px; border-radius: 20px; background: rgba(255,255,255,.55); }
.floating-label { position: absolute; z-index: 3; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); background: white; box-shadow: 0 12px 28px rgba(14,38,71,.13); font-size: 12px; font-weight: 850; }
.floating-label.one { top: 4px; right: 8%; }
.floating-label.two { right: -1%; bottom: 37px; }

.section { padding: 40px 0 92px; }
.section-heading { max-width: 720px; margin-bottom: 30px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 4vw, 48px); letter-spacing: -.045em; }
.section-heading p { margin: 12px 0 0; color: var(--muted); line-height: 1.65; }
.studio-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.studio-card { display: flex; min-height: 270px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 35px rgba(14,38,71,.07); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.studio-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.studio-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: var(--blue); background: var(--blue-soft); font-size: 20px; font-weight: 900; }
.studio-card h3 { margin: 24px 0 8px; color: var(--navy); font-size: 22px; letter-spacing: -.025em; }
.studio-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.studio-card span:last-child { margin-top: auto; padding-top: 22px; color: var(--blue); font-size: 13px; font-weight: 850; }

.page-intro { padding: 52px 0 28px; }
.page-intro h1 { font-size: clamp(38px, 5vw, 62px); }
.page-intro p { font-size: 17px; }
.studio-page { width: min(1460px, calc(100% - 36px)); margin: 0 auto; padding-bottom: 70px; }
.studio-page .playground { margin-top: 8px; }
.privacy-note { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 8px 11px; border-radius: 999px; color: #276044; background: #e8f7ef; font-size: 12px; font-weight: 800; }

.suite-header + .topbar { top: 68px; }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 54px; }
  .hero-demo { min-height: 420px; }
  .studio-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .suite-header { position: static; align-items: flex-start; flex-direction: column; gap: 9px; padding: 13px 18px; }
  .suite-header nav { width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 2px; }
  .suite-header nav a { white-space: nowrap; }
  .suite-header + .topbar { top: 0; }
  .page-shell, .studio-page { width: min(100% - 24px, 1180px); }
  .hero h1 { font-size: clamp(38px, 13vw, 58px); }
  .hero-demo { min-height: 360px; }
  .demo-window { inset: 22px 0 0; }
  .demo-canvas { inset: 66px 14px 14px; }
  .demo-copy { width: 64%; padding: 15px; }
  .floating-label.two { right: 3%; }
}
