:root {
  --bg: #f7fbff;
  --bg-soft: #eef5fb;
  --bg-alt: #fbfdff;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --surface-muted: #f5f9fd;
  --ink: #081220;
  --ink-2: #17324f;
  --muted: #556579;
  --muted-2: #708297;
  --line: rgba(218, 228, 239, 0.96);
  --line-strong: rgba(201, 214, 229, 0.98);
  --accent: #0a7adf;
  --accent-deep: #0d3d71;
  --accent-soft: #edf5ff;
  --accent-soft-2: #f3f8ff;
  --accent-cyan: #0ea5e9;
  --gold: #f5c84a;
  --success: #16a34a;
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 36px;
  --shadow-sm: 0 14px 34px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 26px 68px rgba(15, 23, 42, 0.1);
  --shadow-lg: 0 42px 110px rgba(15, 23, 42, 0.14);
  --container: 1240px;
}

.policy-hero {
  display: grid;
  gap: 28px;
}

.policy-summary-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.policy-summary-card,
.policy-card {
  border: 1px solid rgba(20, 34, 56, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.96)),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 48px rgba(19, 39, 74, 0.08);
}

.policy-summary-card {
  padding: 24px;
}

.policy-summary-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--text-muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-summary-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text-strong);
  font-size: 1.1rem;
}

.policy-summary-card p {
  margin: 0;
}

.policy-card-hero {
  padding: 38px;
}

.policy-lead {
  margin: 0 0 14px;
  color: var(--text-muted);
  font-weight: 600;
}

.policy-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.policy-toc a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(20, 34, 56, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text-strong);
  font-weight: 600;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.policy-toc a:hover,
.policy-toc a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(33, 104, 196, 0.28);
  box-shadow: 0 12px 24px rgba(19, 39, 74, 0.08);
}

.policy-layout {
  display: grid;
  gap: 20px;
}

.policy-card {
  padding: 30px;
}

.policy-card h2 {
  margin-bottom: 14px;
}

.policy-list {
  margin: 0;
  padding-left: 20px;
}

.policy-list li + li {
  margin-top: 10px;
}

.policy-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 4px solid rgba(33, 104, 196, 0.42);
  border-radius: 18px;
  background: rgba(231, 241, 255, 0.6);
}

.policy-contact p {
  margin: 0;
}

.policy-contact p + p {
  margin-top: 10px;
}

.policy-copy {
  display: grid;
  gap: 12px;
}

.policy-copy .policy-list {
  margin-top: 4px;
}

.profile-shell {
  display: flex;
  justify-content: center;
}

.profile-card {
  width: min(760px, 100%);
  padding: 56px 48px;
  text-align: center;
}

.profile-name {
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.profile-copy-group {
  display: grid;
  gap: 14px;
  margin: 0 auto 28px;
  max-width: 34ch;
}

.profile-copy {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.profile-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(20, 34, 56, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent-deep);
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.profile-email:hover,
.profile-email:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(33, 104, 196, 0.28);
  box-shadow: 0 12px 24px rgba(19, 39, 74, 0.08);
}

@media (max-width: 860px) {
  .policy-summary-grid {
    grid-template-columns: 1fr;
  }

  .policy-card-hero,
  .policy-card,
  .policy-summary-card {
    padding: 24px;
  }

  .profile-card {
    padding: 40px 24px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 28%, #f9fbff 100%);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

::selection {
  background: rgba(10, 122, 223, 0.18);
  color: var(--ink);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.inline-link {
  color: var(--accent-deep);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.inline-link:hover,
.inline-link:focus-visible {
  color: var(--accent);
}

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

button {
  cursor: pointer;
}

main,
section,
footer,
header,
nav {
  scroll-margin-top: 120px;
}

h1,
h2,
h3,
p,
ul,
ol,
figure {
  margin: 0;
}

:focus-visible {
  outline: 3px solid rgba(10, 122, 223, 0.24);
  outline-offset: 3px;
}

.site-chrome {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.site-chrome::before,
.site-chrome::after {
  content: "";
  position: absolute;
  inset: 0;
}

.site-chrome::before {
  background:
    radial-gradient(circle at 10% 8%, rgba(14, 165, 233, 0.14), transparent 26%),
    radial-gradient(circle at 86% 4%, rgba(90, 160, 255, 0.15), transparent 28%),
    radial-gradient(circle at 76% 78%, rgba(245, 200, 74, 0.11), transparent 22%),
    radial-gradient(circle at 0% 72%, rgba(34, 197, 94, 0.08), transparent 20%);
  filter: blur(18px);
}

.site-chrome::after {
  background-image:
    linear-gradient(rgba(128, 149, 174, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 149, 174, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 88%);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 220;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--surface-strong);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-sm);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: 116px 0;
}

.section-first {
  padding-top: 48px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #156fb1;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(10, 122, 223, 0.95), rgba(245, 200, 74, 0.92));
  box-shadow: 0 0 0 6px rgba(10, 122, 223, 0.12);
}

.section-head {
  max-width: 780px;
  display: grid;
  gap: 18px;
  margin-bottom: 54px;
}

.section-head h2,
.editorial-main h2,
.cta-panel h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-wrap: balance;
  word-break: keep-all;
}

.download-title {
  font-size: clamp(2.3rem, 4.6vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-wrap: balance;
  word-break: keep-all;
}

.section-head p,
.hero-lead,
.value-card p,
.caption-card p,
.feature-body p,
.editorial-side p,
.workflow-card p,
.faq-item p,
.cta-copy p,
.footer-brand p,
.architecture-card strong,
.error-copy p {
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  padding-top: 18px;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 12px 18px;
  border-radius: 28px;
  border: 1px solid rgba(224, 232, 242, 0.96);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease;
}

.site-header.is-scrolled .header-inner {
  border-color: rgba(206, 218, 232, 0.98);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(216, 226, 239, 0.98);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
}

.brand-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand-text strong {
  font-size: 1.14rem;
  line-height: 1.14;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.brand-text small {
  color: var(--muted-2);
  font-size: 0.78rem;
  letter-spacing: -0.01em;
  text-transform: none;
  word-break: keep-all;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 6px;
  border-radius: 999px;
  background: rgba(244, 249, 255, 0.76);
  border: 1px solid rgba(223, 231, 242, 0.8);
}

.site-nav a,
.footer-links a {
  color: var(--muted);
  font-weight: 700;
  transition: color 0.2s ease, transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ink);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.05);
}

.page-tabs-shell {
  padding-top: 16px;
}

.page-tabs {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 30px;
  border: 1px solid rgba(224, 233, 243, 0.96);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
}

.page-tabs-label {
  color: #62748a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-tabs-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.page-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(219, 228, 239, 0.98);
  background: rgba(246, 249, 255, 0.76);
  color: #5f7085;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.page-tab:hover,
.page-tab:focus-visible {
  transform: translateY(-1px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.page-tab.is-active {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #0e5dd7 0%, #1677ff 54%, #38a5ff 100%);
  box-shadow: 0 16px 34px rgba(22, 119, 255, 0.24);
}

.nav-toggle {
  display: none;
  position: relative;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(220, 230, 242, 0.96);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.nav-toggle span {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 0.24s ease, opacity 0.24s ease, top 0.24s ease;
}

.nav-toggle span:nth-child(1) {
  top: 18px;
}

.nav-toggle span:nth-child(2) {
  top: 25px;
}

.nav-toggle span:nth-child(3) {
  top: 32px;
}

body.nav-open .nav-toggle span:nth-child(1) {
  top: 25px;
  transform: rotate(45deg);
}

body.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3) {
  top: 25px;
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.header-cta {
  padding: 14px 18px;
  color: var(--ink);
  border: 1px solid rgba(205, 219, 234, 0.98);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.button {
  padding: 16px 24px;
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0d3d71, #0a7adf 74%, #1aa4e5 100%);
  box-shadow: 0 18px 34px rgba(10, 122, 223, 0.24);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(209, 221, 235, 0.98);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.hero {
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 22px;
  max-width: 640px;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(3.08rem, 5.35vw, 5.1rem);
  line-height: 0.93;
  letter-spacing: -0.065em;
  text-wrap: balance;
  word-break: keep-all;
}

.hero h1 span {
  background: linear-gradient(135deg, #0a1322 0%, #0d3d71 42%, #0a7adf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  font-size: 1.11rem;
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.download-stack {
  display: grid;
  gap: 14px;
}

.download-note {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(221, 230, 241, 0.98);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.download-note strong {
  color: #156fb1;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.download-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.58;
}

.hero-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-summary-grid {
  margin-bottom: 32px;
}

.hero-summary-card {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 20px 18px;
  border-radius: 24px;
  border: 1px solid rgba(216, 226, 239, 0.98);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-sm);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.hero-summary-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.hero-summary-card span {
  color: #156fb1;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  word-break: keep-all;
  line-break: strict;
}

.hero-summary-card strong {
  font-size: 1.02rem;
  line-height: 1.38;
  letter-spacing: -0.02em;
  word-break: keep-all;
  line-break: strict;
}

.hero-visual {
  position: relative;
}

.hero-window,
.showcase-shell,
.architecture-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 34px;
  border: 1px solid rgba(208, 221, 235, 0.98);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 248, 255, 0.98));
  box-shadow: var(--shadow-lg);
}

.hero-window {
  padding: 22px 22px 26px;
}

.hero-window::before,
.showcase-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--spotlight-x, 50%) var(--spotlight-y, 24%), rgba(10, 122, 223, 0.14), transparent 36%),
    radial-gradient(circle at 82% 0%, rgba(245, 200, 74, 0.12), transparent 28%);
  z-index: -1;
}

.window-toolbar {
  display: inline-flex;
  gap: 8px;
  padding: 0 0 16px 2px;
}

.window-toolbar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
}

.window-toolbar span:nth-child(1) {
  background: #ff5f57;
}

.window-toolbar span:nth-child(2) {
  background: #ffbd2e;
}

.window-toolbar span:nth-child(3) {
  background: #28c840;
}

.visual-badge,
.showcase-legend {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(212, 223, 237, 0.98);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  color: var(--ink-2);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visual-badge {
  top: 18px;
  right: 18px;
}

.showcase-legend {
  top: 18px;
  left: 18px;
  gap: 10px;
}

.showcase-legend span:last-child {
  color: var(--muted-2);
}

.hero-window img,
.showcase-image {
  width: 100%;
  height: auto;
  border-radius: 26px;
  border: 1px solid rgba(205, 218, 233, 0.96);
  box-shadow: 0 26px 50px rgba(15, 23, 42, 0.14);
}

.floating-card {
  position: absolute;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  min-width: 196px;
  border-radius: 22px;
  border: 1px solid rgba(212, 223, 237, 0.98);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.floating-card strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.floating-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.floating-card-a {
  left: -16px;
  bottom: 86px;
}

.floating-card-b {
  right: -18px;
  top: 104px;
}

.floating-card-c {
  right: 68px;
  bottom: -14px;
}

.principle-grid,
.value-grid,
.caption-grid,
.workflow-grid,
.footer-grid {
  display: grid;
  gap: 20px;
}

.principle-grid {
  margin-top: 72px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.principle-card,
.value-card,
.caption-card,
.workflow-card,
.cta-panel,
.editorial-panel,
.faq-item,
.feature-card,
.showcase-shell,
.hero-window,
.hero-summary-card,
.architecture-card,
.architecture-shell {
  will-change: transform;
}

.principle-card,
.value-card,
.caption-card,
.workflow-card,
.editorial-panel,
.faq-item,
.feature-card,
.cta-panel,
.architecture-card {
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-sm);
}

.principle-card {
  padding: 28px;
  border-radius: 28px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.principle-card p,
.feature-label,
.value-index,
.workflow-step,
.architecture-label,
.architecture-index {
  color: #156fb1;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.principle-card h2 {
  margin-top: 14px;
  font-size: 1.14rem;
  line-height: 1.38;
  letter-spacing: -0.03em;
}

.principle-card:hover,
.value-card:hover,
.caption-card:hover,
.workflow-card:hover,
.feature-card:hover,
.editorial-panel:hover,
.cta-panel:hover,
.architecture-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-card {
  position: relative;
  overflow: hidden;
  padding: 34px 30px 32px;
  border-radius: 30px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.value-card::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% 10%;
  height: 120px;
  background: radial-gradient(circle, rgba(10, 122, 223, 0.1), transparent 70%);
  pointer-events: none;
}

.value-index {
  display: inline-flex;
  margin-bottom: 18px;
}

.value-card h3,
.caption-card h3,
.workflow-card h3,
.feature-body h3,
.architecture-card h3,
.cta-panel h2,
.error-copy h1 {
  font-size: clamp(1.28rem, 2vw, 1.78rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.value-card p,
.caption-card p,
.workflow-card p {
  margin-top: 14px;
}

.architecture-section .section-head {
  max-width: 820px;
}

.architecture-shell {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  padding: 24px;
}

.architecture-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(10, 122, 223, 0.08), transparent 22%),
    radial-gradient(circle at 92% 92%, rgba(245, 200, 74, 0.08), transparent 20%);
  pointer-events: none;
}

.architecture-card {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 26px;
  border-radius: 30px;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.architecture-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(248, 251, 255, 0.86));
  pointer-events: none;
}

.architecture-card > * {
  position: relative;
  z-index: 1;
}

.architecture-card-tall {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
  min-height: 380px;
}

.architecture-card-wide {
  grid-column: 4 / span 5;
  grid-row: 1 / span 2;
  min-height: 380px;
}

.architecture-card-top {
  grid-column: 9 / span 4;
  grid-row: 1;
}

.architecture-card-bottom {
  grid-column: 9 / span 4;
  grid-row: 2;
}

.architecture-index {
  display: inline-flex;
  width: fit-content;
  min-width: 50px;
  min-height: 42px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(198, 214, 234, 0.98);
  background: rgba(237, 245, 255, 0.82);
}

.architecture-label {
  margin-top: 2px;
}

.architecture-card strong {
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.5;
}

.architecture-tags,
.feature-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.architecture-tags {
  margin-top: auto;
  padding-top: 12px;
}

.architecture-tags span,
.feature-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 226, 238, 0.98);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink-2);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.section-head-split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: end;
  gap: 24px;
}

.spotlight-section .container,
.faq-section .container {
  position: relative;
}

.showcase-shell {
  padding: 26px;
}

.callout {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(210, 223, 238, 0.98);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.callout-left {
  left: 6%;
  top: 44%;
}

.callout-center {
  left: 31%;
  top: 28%;
}

.callout-calendar {
  right: 21%;
  top: 39%;
}

.callout-meal {
  right: 8%;
  top: 27%;
}

.caption-grid {
  margin-top: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.caption-card,
.workflow-card {
  padding: 28px;
  border-radius: 28px;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.feature-layout {
  display: grid;
  gap: 24px;
}

.feature-card {
  --accent-rgb: 10, 122, 223;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 36px;
  align-items: center;
  padding: 26px;
  border-radius: 32px;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(var(--accent-rgb), 0.08), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.8), transparent 24%);
  pointer-events: none;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 180px;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 0.72), transparent);
}

.feature-card-timetable {
  --accent-rgb: 10, 122, 223;
}

.feature-card-planner {
  --accent-rgb: 6, 182, 212;
}

.feature-card-calendar {
  --accent-rgb: 59, 130, 246;
}

.feature-card-meal {
  --accent-rgb: 245, 158, 11;
}

.feature-card-schedule {
  --accent-rgb: 20, 184, 166;
}

.feature-card-weather {
  --accent-rgb: 96, 165, 250;
  grid-template-columns: 1fr;
}

.feature-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 340px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(var(--accent-rgb), 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.98)),
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.08), rgba(255, 255, 255, 0));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.feature-media img {
  width: auto;
  max-width: 100%;
  max-height: 520px;
  border-radius: 20px;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.feature-card-timetable .feature-media img {
  max-width: 330px;
}

.feature-card-planner .feature-media img {
  max-width: 560px;
}

.feature-card-calendar .feature-media img {
  max-width: 500px;
}

.feature-media-landscape {
  min-height: 280px;
}

.feature-media-landscape img {
  width: 100%;
  height: auto;
  max-width: 360px;
}

.feature-body {
  position: relative;
  display: grid;
  gap: 16px;
  align-content: center;
}

.feature-body p {
  max-width: 54ch;
}

.feature-body-textonly {
  max-width: 760px;
}

.feature-points {
  margin-top: 4px;
}

.usage-section {
  overflow: clip;
}

.usage-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.usage-card {
  --usage-accent-rgb: 22, 119, 255;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.98));
  box-shadow: var(--shadow-sm);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.usage-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 156px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--usage-accent-rgb), 0.82), transparent);
}

.usage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(var(--usage-accent-rgb), 0.08), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.72), transparent 24%);
  pointer-events: none;
}

.usage-card > * {
  position: relative;
  z-index: 1;
}

.usage-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.usage-card-intro {
  --usage-accent-rgb: 22, 119, 255;
  grid-column: span 4;
}

.usage-card-topbar {
  --usage-accent-rgb: 14, 165, 233;
  grid-column: span 8;
}

.usage-card-toolbar {
  --usage-accent-rgb: 16, 185, 129;
  grid-column: span 5;
}

.usage-card-layout {
  --usage-accent-rgb: 245, 158, 11;
  grid-column: span 7;
}

.usage-card-cards {
  --usage-accent-rgb: 99, 102, 241;
  grid-column: 1 / -1;
}

.usage-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(var(--usage-accent-rgb), 0.16);
  background: rgba(var(--usage-accent-rgb), 0.08);
  color: #156fb1;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.usage-card h3 {
  font-size: clamp(1.3rem, 2vw, 1.82rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.usage-card p {
  margin: 0;
}

.usage-callout {
  display: grid;
  gap: 6px;
  margin-top: 4px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(var(--usage-accent-rgb), 0.12);
  background: rgba(255, 255, 255, 0.8);
}

.usage-callout strong,
.usage-items strong {
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.usage-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
}

.usage-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.usage-items li {
  display: grid;
  gap: 6px;
  padding: 14px 0;
  border-top: 1px solid rgba(220, 231, 242, 0.92);
}

.usage-items li:first-child {
  padding-top: 0;
  border-top: 0;
}

.usage-items p,
.usage-callout p {
  color: var(--ink-2);
}

.usage-card-setup,
.usage-card-guide {
  grid-column: 1 / -1;
}

.usage-card-setup {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 22px;
  align-items: start;
  padding: 28px 30px;
}

.usage-setup-copy {
  display: grid;
  gap: 14px;
}

.usage-mini-steps,
.usage-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.usage-mini-steps li,
.usage-detail-list li {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(220, 231, 242, 0.96);
  background: rgba(255, 255, 255, 0.78);
}

.usage-mini-steps strong,
.usage-detail-list strong,
.usage-settings-section h4 {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.usage-mini-steps span,
.usage-detail-list span,
.usage-guide-note p {
  color: var(--ink-2);
}

.usage-settings-preview {
  width: min(100%, 560px);
  justify-self: end;
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(20, 30, 55, 0.98), rgba(34, 50, 86, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(88, 195, 220, 0.16), transparent 28%);
  color: #eef4ff;
  box-shadow: 0 20px 44px rgba(18, 28, 48, 0.2);
}

.usage-settings-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.usage-settings-topbar strong {
  display: block;
  font-size: clamp(1.24rem, 1.7vw, 1.72rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.usage-settings-topbar p,
.usage-settings-section p {
  color: rgba(231, 239, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.5;
}

.usage-settings-actions span {
  color: rgba(231, 239, 255, 0.82);
  font-size: 0.86rem;
  line-height: 1.45;
}

.usage-settings-actions {
  display: grid;
  gap: 8px;
  justify-items: end;
  text-align: right;
}

.usage-settings-button,
.usage-settings-search-btn,
.usage-settings-sync {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #59c1ff, #5ed2b3);
  color: #08243a;
  font-weight: 800;
  font-size: 0.94rem;
}

.usage-settings-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.usage-settings-tabs span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(135, 165, 216, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(231, 239, 255, 0.88);
  font-weight: 700;
  font-size: 0.94rem;
}

.usage-settings-tabs .is-active {
  background: linear-gradient(135deg, rgba(89, 193, 255, 0.3), rgba(94, 210, 179, 0.24));
  border-color: rgba(126, 222, 210, 0.38);
  color: #f4fbff;
}

.usage-settings-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(137, 166, 216, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.usage-settings-section {
  display: grid;
  gap: 6px;
}

.usage-settings-field {
  display: grid;
  gap: 6px;
}

.usage-settings-field > span {
  color: rgba(231, 239, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 700;
}

.usage-settings-field > div {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(141, 170, 218, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.usage-settings-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.usage-settings-sync {
  width: 100%;
  margin-top: 4px;
  justify-content: center;
}

.usage-card-guide {
  gap: 24px;
}

.usage-guide-head {
  max-width: 58ch;
}

.product-feature-renewal {
  overflow: clip;
}

.product-feature-intro-copy {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.product-feature-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.product-feature-group-card {
  gap: 18px;
  align-content: start;
  padding: 26px;
}

.product-feature-group-info {
  --usage-accent-rgb: 31, 95, 185;
}

.product-feature-group-tools {
  --usage-accent-rgb: 14, 165, 233;
}

.product-feature-group-settings {
  --usage-accent-rgb: 16, 185, 129;
}

.product-feature-group-head {
  display: grid;
  gap: 10px;
}

.product-feature-group-head h2 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.product-feature-group-head p {
  color: var(--ink-2);
  line-height: 1.65;
}

.product-feature-name-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-feature-name-list li {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 225, 239, 0.96);
  background: rgba(255, 255, 255, 0.78);
  color: #234566;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.product-feature-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.product-feature-scene-card {
  gap: 16px;
  align-content: start;
  padding: 20px;
}

.product-feature-scene-media {
  min-height: 188px;
  margin: 0;
  padding: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(214, 225, 239, 0.96);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 249, 255, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.product-feature-scene-media img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 188px;
  height: auto;
}

.product-feature-scene-copy {
  display: grid;
  gap: 10px;
}

.product-feature-scene-copy h3 {
  font-size: clamp(1.3rem, 1.9vw, 1.72rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.product-feature-scene-copy p {
  color: var(--ink-2);
  line-height: 1.62;
}

.product-feature-scene-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-feature-scene-tags span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(31, 95, 185, 0.08);
  color: #315f98;
  font-size: 0.82rem;
  font-weight: 800;
}

.usage-guide-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 28px;
  align-items: start;
}

.usage-guide-visual {
  position: relative;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 255, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.usage-guide-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.usage-guide-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.usage-guide-hotspot {
  position: absolute;
  pointer-events: auto;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.usage-guide-hotspot.is-active,
.usage-guide-hotspot[aria-selected="true"] {
  border-color: rgba(89, 193, 255, 0.46);
  background: linear-gradient(135deg, rgba(89, 193, 255, 0.22), rgba(94, 210, 179, 0.18));
  color: #0d3b5f;
}

.usage-guide-hotspot:focus-visible {
  outline: 3px solid rgba(10, 122, 223, 0.36);
  outline-offset: 3px;
  border-color: rgba(22, 119, 255, 0.4);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.92),
    0 14px 30px rgba(15, 23, 42, 0.1);
}

.usage-guide-hotspot-topbar {
  top: 22px;
  right: 32px;
}

.usage-guide-hotspot-toolbar {
  left: 18px;
  top: 34%;
}

.usage-guide-panels {
  display: grid;
}

.usage-guide-panel {
  display: grid;
  gap: 16px;
  min-height: 100%;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.98));
  box-shadow: var(--shadow-sm);
}

.usage-guide-panel[hidden] {
  display: none;
}

.usage-guide-panel h4 {
  font-size: clamp(1.34rem, 2vw, 1.86rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.usage-guide-note {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(214, 225, 239, 0.92);
  background: rgba(255, 255, 255, 0.74);
}

.editorial-section {
  overflow: clip;
}

.editorial-panel,
.cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 32px;
  border-radius: 36px;
}

.editorial-panel::before,
.cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(10, 122, 223, 0.12), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(245, 200, 74, 0.09), transparent 26%);
  pointer-events: none;
}

.editorial-panel {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  padding: 44px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 255, 0.92));
}

.editorial-main h2 {
  margin-top: 18px;
}

.editorial-side {
  display: grid;
  gap: 24px;
}

.editorial-points {
  display: grid;
  gap: 16px;
}

.editorial-points div {
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: rgba(255, 255, 255, 0.72);
}

.editorial-points span {
  display: block;
  color: #156fb1;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.editorial-points strong {
  display: block;
  margin-top: 10px;
  font-size: 1.06rem;
  line-height: 1.34;
  letter-spacing: -0.02em;
}

.workflow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.workflow-card {
  position: relative;
  overflow: hidden;
}

.workflow-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -28% auto;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(10, 122, 223, 0.1), transparent 72%);
  pointer-events: none;
}

.workflow-step {
  width: fit-content;
  min-width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0 14px;
  border-radius: 18px;
  border: 1px solid rgba(196, 214, 233, 0.98);
  background: rgba(237, 245, 255, 0.82);
}

.workflow-card h3 {
  margin-top: 18px;
}

.faq-list {
  max-width: 940px;
  display: grid;
  gap: 16px;
}

.faq-item {
  padding: 0 24px;
  border-radius: 26px;
}

.faq-item summary {
  list-style: none;
  position: relative;
  padding: 24px 56px 24px 0;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  cursor: pointer;
  word-break: keep-all;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before,
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 4px;
  top: calc(50% - 1px);
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-deep);
  transition: transform 0.24s ease;
}

.faq-item summary::after {
  transform: rotate(90deg);
}

.faq-item[open] summary::after {
  transform: rotate(0deg);
}

.faq-item p {
  padding: 0 0 24px;
  max-width: 70ch;
}

.cta-panel {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: center;
  padding: 46px;
  background: linear-gradient(135deg, rgba(236, 245, 255, 0.94), rgba(255, 255, 255, 0.98) 58%, rgba(255, 248, 225, 0.52) 100%);
}

.cta-copy {
  display: grid;
  gap: 18px;
}

.cta-copy-right {
  justify-items: end;
  text-align: right;
}

.cta-copy-right .hero-actions {
  justify-content: flex-end;
}

.site-footer {
  padding: 88px 0 36px;
}

.footer-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(215, 226, 239, 0.98);
}

.brand-footer .brand-mark {
  width: 48px;
  height: 48px;
}

.footer-brand {
  display: grid;
  gap: 18px;
  max-width: 560px;
}

.footer-links {
  display: grid;
  gap: 14px;
  justify-content: end;
}

.footer-meta {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 18px;
  padding-top: 18px;
}

.footer-meta small,
.footer-brand p {
  color: var(--muted);
}

.footer-meta-links {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.footer-meta-link {
  color: var(--muted);
}

.footer-meta-link:hover,
.footer-meta-link:focus-visible {
  color: var(--accent-deep);
}

.footer-credit {
  margin: 0;
  color: var(--muted);
  text-align: left;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 981px) {
  .feature-card:nth-child(even):not(.feature-card-weather) .feature-media {
    order: 2;
  }

  .feature-card:nth-child(even):not(.feature-card-weather) .feature-body {
    order: 1;
  }
}

@media (max-width: 1240px) {
  .hero-grid,
  .section-head-split,
  .editorial-panel,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 40px;
  }

  .hero-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .principle-grid,
  .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-grid,
  .caption-grid {
    grid-template-columns: 1fr;
  }

  .floating-card {
    display: none;
  }

  .architecture-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .architecture-card-tall,
  .architecture-card-wide,
  .architecture-card-top,
  .architecture-card-bottom {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }
}

@media (max-width: 980px) {
  .container {
    width: min(var(--container), calc(100% - 36px));
  }

  .section {
    padding: 96px 0;
  }

  .section-first {
    padding-top: 36px;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: 24px;
    border: 1px solid rgba(214, 225, 239, 0.98);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
  }

  .site-nav a {
    min-height: auto;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.is-active {
    background: var(--bg-soft);
    box-shadow: none;
  }

  body.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .header-cta {
    display: none;
  }

  .callout,
  .showcase-legend,
  .visual-badge {
    display: none;
  }

  .feature-card {
    grid-template-columns: 1fr;
  }

  .workflow-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .footer-meta {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-meta-links {
    position: static;
    transform: none;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  html {
    font-size: 15.5px;
  }

  .container {
    width: calc(100% - 28px);
  }

  .site-header {
    padding-top: 12px;
  }

  .header-inner {
    min-height: 72px;
    padding: 10px 12px;
    gap: 14px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .brand-text small {
    font-size: 0.72rem;
    letter-spacing: -0.01em;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .header-cta {
    width: 100%;
  }

  .hero-summary-grid,
  .workflow-grid,
  .principle-grid,
  .architecture-shell {
    grid-template-columns: 1fr;
  }

  .hero-summary-card {
    min-height: auto;
  }

  .architecture-card {
    min-height: auto;
  }

  .hero-window,
  .showcase-shell,
  .editorial-panel,
  .cta-panel,
  .feature-card,
  .value-card,
  .caption-card,
  .workflow-card,
  .principle-card,
  .faq-item,
  .architecture-shell,
  .architecture-card,
  .hero-summary-card {
    border-radius: 24px;
  }

  .hero-window,
  .showcase-shell,
  .editorial-panel,
  .cta-panel,
  .architecture-shell {
    padding: 18px;
  }

  .feature-card,
  .value-card,
  .caption-card,
  .workflow-card,
  .editorial-panel,
  .cta-panel,
  .architecture-card,
  .hero-summary-card {
    padding: 22px;
  }

  .feature-media {
    min-height: 260px;
    padding: 12px;
  }

  .feature-media img {
    max-height: 420px;
  }

  .faq-item {
    padding: 0 18px;
  }

  .faq-item summary {
    padding-right: 42px;
  }

  .footer-meta {
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .js-enabled .reveal {
    opacity: 1;
    transform: none;
  }
}

.error-page .site-footer {
  padding-top: 44px;
}

.error-main {
  padding: 56px 0 24px;
}

.error-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border-radius: 36px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 248, 255, 0.96));
  box-shadow: var(--shadow-lg);
}

.error-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(10, 122, 223, 0.12), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(245, 200, 74, 0.09), transparent 28%);
  pointer-events: none;
}

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

.error-code {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: rgba(255, 255, 255, 0.84);
  color: #156fb1;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.error-copy h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.error-copy p {
  max-width: 54ch;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.error-preview {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  border: 1px solid rgba(206, 219, 235, 0.98);
  background: rgba(255, 255, 255, 0.94);
  padding: 18px;
  box-shadow: 0 26px 52px rgba(15, 23, 42, 0.12);
}

.error-preview img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(205, 218, 233, 0.96);
}

@media (max-width: 980px) {
  .error-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .error-main {
    padding-top: 32px;
  }

  .error-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .error-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ===== Next-step refinement ===== */
.button-tertiary {
  color: var(--ink-2);
  background: rgba(242, 247, 253, 0.86);
  border: 1px solid rgba(212, 223, 236, 0.98);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.hero-status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-status-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
  color: var(--ink-2);
  font-size: 0.94rem;
  font-weight: 700;
}

.launch-grid,
.updates-grid {
  display: grid;
  gap: 20px;
}

.launch-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
}

.launch-card,
.update-card,
.release-card,
.release-hero-card,
.release-summary-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.96));
  box-shadow: var(--shadow-sm);
}

.launch-card::before,
.update-card::before,
.release-card::before,
.release-hero-card::before,
.release-summary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(10, 122, 223, 0.08), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(14, 165, 233, 0.06), transparent 26%);
  pointer-events: none;
}

.launch-card > *,
.update-card > *,
.release-card > *,
.release-hero-card > *,
.release-summary-card > * {
  position: relative;
  z-index: 1;
}

.launch-label,
.release-kicker,
.update-meta span,
.release-card .release-kicker {
  color: #156fb1;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.launch-card h3,
.update-card h3,
.launch-panel h3,
.release-card h3,
.release-hero-card h3,
.release-summary-card h3 {
  font-size: clamp(1.25rem, 2vw, 1.62rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
}

.launch-card p,
.update-card p,
.launch-slot p,
.release-card p,
.release-card li,
.release-lead,
.release-note {
  color: var(--muted);
}

.launch-panel,
.updates-cta,
.release-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 24px;
  align-items: stretch;
  padding: 30px;
  border-radius: 32px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 255, 0.96));
  box-shadow: var(--shadow-md);
}

.launch-panel-copy {
  display: grid;
  gap: 16px;
}

.launch-panel-grid,
.release-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.launch-slot {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.05);
}

.launch-slot span,
.release-summary-card span {
  color: #156fb1;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.launch-slot strong,
.release-summary-card strong,
.release-hero-card strong {
  font-size: 1.05rem;
  line-height: 1.38;
  letter-spacing: -0.02em;
}

.updates-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
}

.update-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.update-meta strong {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(214, 225, 239, 0.98);
  color: var(--ink-2);
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

.updates-cta {
  align-items: center;
}

.updates-cta h3,
.release-hero-card h2 {
  font-size: clamp(1.4rem, 2.5vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.release-page .section-first {
  padding-top: 48px;
}

.release-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 26px;
  align-items: start;
}

.release-hero-card {
  gap: 18px;
}

.release-hero-card .hero-actions {
  margin-top: 4px;
}

.release-hero-card h1 {
  font-size: clamp(2.4rem, 5vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-wrap: balance;
  word-break: keep-all;
}

.release-hero-panel {
  grid-template-columns: 1fr;
}

.release-summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.release-note {
  font-size: 0.98rem;
}

.release-timeline {
  display: grid;
  gap: 22px;
}

.release-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.release-card-version {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink-2);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.release-card ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

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

.release-mini {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.05);
}

.release-mini strong {
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

.release-mini p {
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 1200px) {
  .launch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .updates-grid,
  .release-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .release-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .launch-panel,
  .updates-cta,
  .release-hero-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .launch-panel-grid,
  .release-summary-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero-status-strip {
    gap: 8px;
  }

  .hero-status-strip span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .launch-grid,
  .updates-grid,
  .release-archive {
    grid-template-columns: 1fr;
  }

  .launch-card,
  .update-card,
  .release-card,
  .release-hero-card,
  .release-summary-card,
  .launch-slot,
  .release-mini {
    padding: 20px;
    border-radius: 22px;
  }

  .release-card-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ===== Corporate UI refinement ===== */
:root {
  --bg: #f7faff;
  --bg-soft: #f2f7fd;
  --bg-alt: #ffffff;
  --surface: rgba(255, 255, 255, 0.94);
  --surface-strong: #ffffff;
  --surface-muted: #f8fbff;
  --ink: #0b1324;
  --ink-2: #21354d;
  --muted: #4f6278;
  --muted-2: #70839a;
  --line: rgba(223, 232, 242, 0.92);
  --line-strong: rgba(212, 223, 236, 0.98);
  --accent: #1677ff;
  --accent-deep: #0c4ec8;
  --accent-soft: #edf4ff;
  --accent-soft-2: #f6f9ff;
  --accent-cyan: #4cb2ff;
  --gold: #ffd86b;
  --shadow-sm: 0 12px 28px rgba(21, 31, 57, 0.05);
  --shadow-md: 0 22px 56px rgba(21, 31, 57, 0.07);
  --shadow-lg: 0 38px 96px rgba(21, 31, 57, 0.09);
  --container: 1280px;
}

body {
  background:
    radial-gradient(circle at 0% 8%, rgba(120, 188, 255, 0.16), transparent 28%),
    radial-gradient(circle at 100% 4%, rgba(255, 220, 104, 0.12), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 28%, #f5f9ff 100%);
}

.site-chrome::before {
  background:
    radial-gradient(circle at 8% 8%, rgba(68, 149, 255, 0.1), transparent 24%),
    radial-gradient(circle at 82% 8%, rgba(255, 214, 102, 0.1), transparent 18%),
    radial-gradient(circle at 96% 76%, rgba(88, 164, 255, 0.08), transparent 20%);
  filter: blur(26px);
}

.site-chrome::after {
  background-image: none;
}

.container {
  width: min(var(--container), calc(100% - 56px));
}

.section {
  position: relative;
  padding: 128px 0;
}

main > .section:not(.hero):not(.section-first)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(var(--container), calc(100% - 56px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(215, 226, 239, 0.9), transparent);
}

.site-header {
  padding-top: 20px;
}

.header-inner {
  min-height: 84px;
  padding: 10px 14px 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(228, 236, 244, 0.94);
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 20px 60px rgba(21, 31, 57, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.site-header.is-scrolled .header-inner {
  border-color: rgba(220, 231, 242, 0.98);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 24px 68px rgba(21, 31, 57, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: 0 10px 26px rgba(21, 31, 57, 0.06);
}

.brand-text strong {
  font-size: 1.22rem;
  line-height: 1.14;
}

.brand-text small {
  letter-spacing: -0.01em;
}

.site-nav {
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(228, 236, 244, 0.9);
  background: rgba(246, 249, 255, 0.84);
}

.site-nav a {
  min-height: 44px;
  padding: 0 16px;
  color: #607086;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(21, 31, 57, 0.05);
}

.header-cta {
  min-height: 52px;
  padding: 0 22px;
  font-size: 0.95rem;
  border-color: rgba(216, 227, 239, 0.98);
}

.header-cta,
.button {
  min-height: 56px;
}

.button {
  padding: 0 28px;
}

.button-primary {
  background: linear-gradient(135deg, #0e5dd7 0%, #1677ff 54%, #38a5ff 100%);
  box-shadow: 0 18px 44px rgba(22, 119, 255, 0.28);
}

.button-secondary {
  border: 1px solid rgba(219, 230, 242, 0.98);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(21, 31, 57, 0.05);
}

.button-tertiary {
  min-height: auto;
  padding-inline: 6px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: #38608d;
}

.button-tertiary:hover,
.button-tertiary:focus-visible {
  transform: none;
  color: var(--ink);
}

.eyebrow {
  color: #1570d8;
  font-size: 0.82rem;
}

.eyebrow::before {
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #1f8bff, #ffd86b);
  box-shadow: 0 0 0 7px rgba(22, 119, 255, 0.1);
}

.hero-grid {
  gap: 72px;
  align-items: center;
}

.hero-copy {
  gap: 24px;
  max-width: 620px;
}

.hero h1 {
  max-width: 9ch;
  font-size: clamp(3.5rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.078em;
}

.hero h1 span {
  background: linear-gradient(100deg, #173252 0%, #1677ff 48%, #5db7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 58ch;
  font-size: 1.12rem;
  color: #58697d;
}

.hero-summary-grid {
  gap: 0;
  padding: 8px;
  border-radius: 34px;
  border: 1px solid rgba(226, 234, 244, 0.96);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 46px rgba(21, 31, 57, 0.05);
}

.hero-summary-card {
  min-height: auto;
  padding: 20px 22px;
  border: 0;
  border-right: 1px solid rgba(234, 241, 248, 0.96);
  border-radius: 26px;
  background: transparent;
  box-shadow: none;
}

.hero-summary-card:last-child {
  border-right: 0;
}

.hero-summary-card:hover {
  transform: none;
  box-shadow: none;
}

.hero-summary-card strong {
  font-size: 1.06rem;
}

.hero-status-strip {
  align-items: center;
  gap: 18px;
}

.hero-status-strip span {
  min-height: auto;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  color: #3e5670;
  font-size: 0.98rem;
  position: relative;
}

.hero-status-strip span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  vertical-align: middle;
  background: linear-gradient(135deg, #1677ff, #66b9ff);
  box-shadow: 0 0 0 6px rgba(22, 119, 255, 0.08);
}

.hero-visual {
  padding-left: 8px;
}

.hero-window,
.showcase-shell,
.architecture-shell {
  border-color: rgba(226, 234, 244, 0.98);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
}

.hero-window {
  padding: 28px;
  border-radius: 42px;
  box-shadow: 0 42px 110px rgba(21, 31, 57, 0.12);
}

.hero-window::before,
.showcase-shell::before {
  background:
    radial-gradient(circle at var(--spotlight-x, 38%) var(--spotlight-y, 18%), rgba(22, 119, 255, 0.12), transparent 32%),
    radial-gradient(circle at 88% 0%, rgba(255, 216, 107, 0.12), transparent 22%);
}

.hero-window::after {
  content: "";
  position: absolute;
  inset: auto 8% -12% 8%;
  height: 24%;
  z-index: -2;
  filter: blur(26px);
  background: radial-gradient(circle, rgba(22, 119, 255, 0.14), transparent 62%);
}

.visual-badge,
.showcase-legend,
.callout {
  border-color: rgba(224, 233, 243, 0.98);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(21, 31, 57, 0.08);
}

.visual-badge,
.showcase-legend {
  letter-spacing: 0.06em;
}

.hero-window img,
.showcase-image {
  border-color: rgba(216, 228, 241, 0.98);
  box-shadow: 0 28px 70px rgba(21, 31, 57, 0.16);
}

.floating-card {
  padding: 15px 18px;
  border-radius: 24px;
  border-color: rgba(226, 234, 244, 0.96);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 42px rgba(21, 31, 57, 0.1);
}

.floating-card strong {
  font-size: 1.02rem;
}

.floating-card span {
  color: #607086;
  font-size: 0.92rem;
}

.floating-card-a {
  left: -20px;
  bottom: 72px;
}

.floating-card-b {
  right: -16px;
  top: 118px;
}

.floating-card-c {
  right: 54px;
  bottom: -10px;
}

.principle-grid {
  margin-top: 88px;
  gap: 18px;
}

.principle-card,
.value-card,
.caption-card,
.workflow-card,
.editorial-panel,
.faq-item,
.feature-card,
.cta-panel,
.architecture-card,
.launch-card,
.update-card,
.release-card,
.release-summary-card,
.release-hero-card,
.launch-slot,
.release-mini {
  border: 1px solid rgba(227, 235, 245, 0.96);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.92));
  box-shadow: 0 18px 44px rgba(21, 31, 57, 0.05);
}

.principle-card {
  padding: 30px;
  border-radius: 30px;
}

.principle-card p,
.feature-label,
.value-index,
.workflow-step,
.architecture-label,
.architecture-index,
.launch-label,
.release-kicker,
.update-meta span,
.release-card .release-kicker {
  color: #1677ff;
}

.value-card,
.caption-card,
.workflow-card {
  border-radius: 32px;
}

.value-card {
  padding: 38px 32px 34px;
}

.value-card h3 {
  font-size: clamp(1.34rem, 2vw, 1.85rem);
}

.architecture-shell {
  padding: 28px;
  border-radius: 42px;
  border-color: rgba(226, 234, 244, 0.98);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 28px 72px rgba(21, 31, 57, 0.08);
}

.architecture-card {
  padding: 28px;
  border-radius: 30px;
}

.architecture-card::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(249, 252, 255, 0.95));
}

.architecture-index {
  border-color: rgba(214, 227, 243, 0.98);
  background: #f3f8ff;
}

.architecture-tags span,
.feature-points span {
  min-height: 38px;
  border-color: rgba(226, 234, 244, 0.98);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.showcase-shell {
  padding: 30px;
  border-radius: 42px;
  box-shadow: 0 34px 84px rgba(21, 31, 57, 0.1);
}

.callout {
  min-height: 40px;
  padding: 0 14px;
  font-size: 0.9rem;
}

.feature-layout {
  gap: 28px;
}

.feature-card {
  gap: 46px;
  padding: 34px;
  border-radius: 36px;
}

.feature-card::before {
  background:
    radial-gradient(circle at 0% 0%, rgba(var(--accent-rgb), 0.08), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.78), transparent 22%);
}

.feature-card::after {
  width: 120px;
  height: 3px;
  border-radius: 999px;
  opacity: 0.75;
}

.feature-media {
  min-height: 360px;
  padding: 22px;
  border-radius: 30px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.feature-media img {
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(21, 31, 57, 0.14);
}

.feature-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(var(--accent-rgb), 0.14);
  background: rgba(var(--accent-rgb), 0.08);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.feature-body {
  gap: 18px;
}

.feature-body h3 {
  font-size: clamp(1.55rem, 2.2vw, 2.08rem);
  line-height: 1.14;
}

.editorial-panel,
.cta-panel {
  padding: 48px;
  border-radius: 40px;
  background: linear-gradient(140deg, rgba(248, 251, 255, 0.98), rgba(255, 255, 255, 0.98) 58%, rgba(255, 241, 202, 0.58) 100%);
  box-shadow: 0 28px 76px rgba(21, 31, 57, 0.08);
}

.editorial-panel::before,
.cta-panel::before {
  background:
    radial-gradient(circle at 0% 0%, rgba(22, 119, 255, 0.12), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(255, 216, 107, 0.12), transparent 24%);
}

.editorial-points div {
  border-color: rgba(227, 235, 245, 0.96);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: none;
}

.workflow-card {
  padding: 30px;
}

.workflow-step {
  min-width: 56px;
  height: 56px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f3f8ff, #edf5ff);
  box-shadow: none;
}

.faq-item {
  background: rgba(255, 255, 255, 0.95);
}

.faq-item summary {
  font-size: 1.12rem;
}

.launch-grid,
.updates-grid {
  gap: 22px;
}

.launch-card,
.update-card,
.release-card,
.release-hero-card,
.release-summary-card {
  padding: 28px;
  border-radius: 32px;
}

.launch-panel,
.updates-cta,
.release-hero-panel {
  padding: 32px;
  border-radius: 36px;
  border-color: rgba(227, 235, 245, 0.96);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  box-shadow: 0 26px 66px rgba(21, 31, 57, 0.07);
}

.launch-slot,
.release-mini {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
}

.updates-cta {
  align-items: center;
}

.updates-cta .button-primary {
  justify-self: end;
}

.release-hero-grid {
  gap: 22px;
  align-items: stretch;
}

.release-hero-card {
  gap: 22px;
}

.release-hero-card h1 {
  font-size: clamp(2.7rem, 5.2vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.068em;
}

.release-summary-card {
  min-height: 180px;
}

.release-timeline {
  position: relative;
  gap: 26px;
  padding-left: 34px;
}

.release-timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(22, 119, 255, 0.28), rgba(22, 119, 255, 0.06));
}

.release-card {
  margin-left: 14px;
}

.release-card::after {
  content: "";
  position: absolute;
  left: -41px;
  top: 32px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1677ff, #60b8ff);
  box-shadow: 0 0 0 8px rgba(22, 119, 255, 0.1);
}

.release-card-version,
.update-meta strong {
  border-color: rgba(226, 234, 244, 0.98);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
}

.site-footer {
  padding: 96px 0 42px;
}

.footer-grid {
  padding-bottom: 32px;
}

.footer-links {
  gap: 16px;
}

.footer-links a {
  color: #5d7087;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ink);
  transform: translateX(2px);
}

.error-panel {
  border-radius: 42px;
  border-color: rgba(226, 234, 244, 0.98);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
  box-shadow: 0 34px 84px rgba(21, 31, 57, 0.09);
}

@media (max-width: 1240px) {
  .hero-summary-grid {
    gap: 10px;
    padding: 10px;
  }

  .hero-summary-card {
    border-right: 0;
    border: 1px solid rgba(232, 240, 248, 0.98);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-sm);
  }

  .hero-visual {
    padding-left: 0;
  }

  .updates-cta .button-primary {
    justify-self: start;
  }
}

@media (max-width: 980px) {
  .container {
    width: min(var(--container), calc(100% - 36px));
  }

  .section {
    padding: 100px 0;
  }

  .site-header {
    padding-top: 14px;
  }

  .header-inner {
    min-height: 76px;
    border-radius: 28px;
  }

  .site-nav {
    border-radius: 24px;
    box-shadow: 0 20px 52px rgba(21, 31, 57, 0.08);
  }

  .page-tabs {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 26px;
  }

  .page-tabs-label {
    white-space: normal;
  }

  .page-tabs-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav a {
    min-height: 46px;
  }

  .hero-summary-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
  }

  .hero-summary-card {
    border: 1px solid rgba(227, 235, 245, 0.96);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.92));
    box-shadow: var(--shadow-sm);
  }

  .hero-status-strip {
    gap: 12px 16px;
  }

  .hero-status-strip span {
    width: auto;
  }

  .hero-window,
  .showcase-shell,
  .architecture-shell,
  .editorial-panel,
  .cta-panel,
  .launch-panel,
  .updates-cta,
  .release-hero-panel {
    border-radius: 32px;
  }

  .launch-panel,
  .updates-cta,
  .release-hero-panel {
    padding: 28px;
  }

  .release-timeline {
    padding-left: 24px;
  }

  .release-card {
    margin-left: 10px;
  }

  .release-card::after {
    left: -31px;
  }
}

@media (max-width: 720px) {
  .container {
    width: calc(100% - 24px);
  }

  .section {
    padding: 84px 0;
  }

  main > .section:not(.hero):not(.section-first)::before {
    width: calc(100% - 24px);
  }

  .header-inner {
    padding: 10px 12px;
    border-radius: 24px;
  }

  .page-tabs-shell {
    padding-top: 12px;
  }

  .page-tabs {
    padding: 14px;
    border-radius: 22px;
  }

  .page-tabs-nav {
    gap: 8px;
  }

  .page-tab {
    min-height: 46px;
    padding: 0 14px;
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .brand-text strong {
    font-size: 1.04rem;
    line-height: 1.16;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 13vw, 4.6rem);
  }

  .button,
  .header-cta {
    min-height: 54px;
  }

  .button-tertiary {
    min-height: 46px;
    width: 100%;
    justify-content: center;
    padding-inline: 0;
    border: 1px solid rgba(227, 235, 245, 0.96);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 24px rgba(21, 31, 57, 0.05);
    color: var(--ink);
  }

  .hero-status-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-status-strip span {
    min-height: auto;
    padding: 14px 16px;
    border: 1px solid rgba(227, 235, 245, 0.96);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
  }

  .hero-status-strip span::before {
    margin-right: 12px;
  }

  .hero-window,
  .showcase-shell,
  .editorial-panel,
  .cta-panel,
  .feature-card,
  .value-card,
  .caption-card,
  .workflow-card,
  .principle-card,
  .faq-item,
  .architecture-shell,
  .architecture-card,
  .hero-summary-card,
  .launch-card,
  .update-card,
  .release-card,
  .release-summary-card,
  .release-hero-card,
  .launch-slot,
  .release-mini {
    border-radius: 24px;
  }

  .hero-window,
  .showcase-shell,
  .architecture-shell,
  .editorial-panel,
  .cta-panel,
  .launch-panel,
  .updates-cta,
  .release-hero-panel {
    padding: 18px;
  }

  .feature-card,
  .value-card,
  .caption-card,
  .workflow-card,
  .editorial-panel,
  .cta-panel,
  .architecture-card,
  .hero-summary-card,
  .launch-card,
  .update-card,
  .release-card,
  .release-summary-card,
  .release-hero-card,
  .launch-slot,
  .release-mini {
    padding: 20px;
  }

  .feature-card {
    gap: 28px;
  }

  .feature-media {
    min-height: 250px;
    padding: 14px;
    border-radius: 24px;
  }

  .release-timeline {
    padding-left: 0;
  }

  .release-timeline::before,
  .release-card::after {
    display: none;
  }

  .release-card {
    margin-left: 0;
  }
}

.hero-window img,
.showcase-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.feature-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.image-note {
  margin-top: 24px;
  padding: 18px 22px;
  border-radius: 24px;
  border: 1px solid rgba(227, 235, 245, 0.96);
  background: rgba(255, 255, 255, 0.86);
  color: #5e7088;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(21, 31, 57, 0.05);
}

@media (max-width: 720px) {
  .image-note {
    padding: 16px 18px;
    border-radius: 20px;
  }
}

/* ===== Home simplification ===== */
body.home-page {
  background:
    linear-gradient(180deg, #f8fbff 0%, #ffffff 34%, #f8fbff 100%);
}

.home-page .site-chrome::before {
  background:
    radial-gradient(circle at 10% 8%, rgba(68, 149, 255, 0.05), transparent 24%),
    radial-gradient(circle at 84% 8%, rgba(255, 214, 102, 0.05), transparent 18%),
    radial-gradient(circle at 96% 72%, rgba(88, 164, 255, 0.04), transparent 18%);
  filter: blur(32px);
}

.home-page .site-chrome::after {
  opacity: 0.14;
}

.home-page .section {
  padding: 136px 0;
}

.home-page .section-first {
  padding-top: 68px;
}

.home-page .hero-grid {
  grid-template-columns: minmax(0, 0.64fr) minmax(0, 1.36fr);
  gap: 34px;
}

.home-page .hero-copy {
  max-width: 520px;
  gap: 20px;
}

.home-page .hero-visual {
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
}

.home-page .hero h1 {
  max-width: 14ch;
  font-size: clamp(3.7rem, 6.1vw, 6.1rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.home-page .hero-lead {
  max-width: 45ch;
  font-size: 1.08rem;
}

.home-page .hero-status-strip {
  margin-top: 4px;
  gap: 12px;
}

.home-page .hero-status-strip span {
  min-height: 38px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 18px rgba(21, 31, 57, 0.04);
}

.home-page .hero-capture-shell {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  border: 1px solid rgba(210, 221, 236, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(244, 249, 255, 0.56)),
    rgba(255, 255, 255, 0.52);
  box-shadow: 0 28px 68px rgba(21, 31, 57, 0.08);
}

.home-page .hero-capture-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--spotlight-x, 42%) var(--spotlight-y, 20%), rgba(22, 119, 255, 0.08), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(255, 216, 107, 0.07), transparent 22%);
  pointer-events: none;
}

.home-page .hero-capture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.home-page .hero-capture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 38px;
  box-shadow: 0 18px 42px rgba(21, 31, 57, 0.08);
}

.home-page .hero-capture-hint {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(212, 223, 237, 0.98);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  color: var(--ink-2);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  pointer-events: none;
}

.home-image-popup[hidden] {
  display: none !important;
}

body.home-image-popup-open {
  overflow: hidden;
}

.home-image-popup {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 34px);
}

.home-image-popup-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(10, 18, 31, 0.46);
  backdrop-filter: blur(8px);
}

.home-image-popup-dialog {
  --home-image-popup-viewport-gap: 36px;
  --home-image-popup-body-gap: 186px;
  position: relative;
  z-index: 1;
  width: min(96vw, 1560px);
  max-height: min(calc(100vh - var(--home-image-popup-viewport-gap)), 94vh);
  max-height: min(calc(100dvh - var(--home-image-popup-viewport-gap)), 94dvh);
  margin: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border-radius: 32px;
  border: 1px solid rgba(216, 228, 241, 0.78);
  background: linear-gradient(180deg, rgba(253, 255, 255, 0.97), rgba(243, 249, 255, 0.96));
  box-shadow: 0 28px 72px rgba(10, 18, 31, 0.22);
}

.home-image-popup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 2px 6px 0;
}

.home-image-popup-head strong {
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.home-image-popup-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-image-popup-zoom,
.home-image-popup-close {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(220, 230, 241, 0.96);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(10, 18, 31, 0.06);
}

.home-image-popup-zoom {
  min-width: 104px;
}

.home-image-popup-zoom[aria-pressed="true"] {
  border-color: rgba(89, 193, 255, 0.46);
  background: linear-gradient(135deg, rgba(89, 193, 255, 0.18), rgba(94, 210, 179, 0.16));
  color: #0d3b5f;
}

.home-image-popup-close {
  min-width: 88px;
}

.home-image-popup-dialog.is-zoomed .home-image-popup-body {
  place-items: start;
}

.home-image-popup-dialog.is-zoomed .home-image-popup-body img {
  width: max(100%, 980px);
  max-width: none;
  max-height: none;
}

.home-image-popup-body {
  min-height: 0;
  max-height: calc(100vh - var(--home-image-popup-body-gap));
  max-height: calc(100dvh - var(--home-image-popup-body-gap));
  overflow: auto;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: 26px;
  border: 1px solid rgba(220, 231, 242, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 255, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(22, 119, 255, 0.06), transparent 34%);
}

.home-image-popup-body img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border-radius: 24px;
  border: 1px solid rgba(205, 218, 233, 0.96);
  box-shadow: 0 18px 44px rgba(10, 18, 31, 0.14);
  object-fit: contain;
  margin: 0 auto;
}

.home-page .value-grid {
  gap: 18px;
}

.home-page .value-card,
.home-page .architecture-card,
.home-page .cta-panel {
  box-shadow: 0 12px 28px rgba(21, 31, 57, 0.04);
}

.home-page .value-card,
.home-page .architecture-card {
  padding: 30px 28px;
  border-radius: 28px;
}

.home-page .value-card::before {
  inset: auto -8% -34% 14%;
  height: 92px;
  background: radial-gradient(circle, rgba(22, 119, 255, 0.06), transparent 70%);
}

.home-page .architecture-section .section-head {
  max-width: 760px;
}

.home-page .architecture-shell {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.home-page .architecture-shell::after {
  display: none;
}

.home-page .architecture-card {
  gap: 14px;
  min-height: auto;
}

.home-page .architecture-card::before {
  display: none;
}

.home-page .architecture-card > * {
  position: static;
  z-index: auto;
}

.home-page .architecture-card p {
  margin: 0;
  color: var(--muted);
}

.home-page .cta-panel {
  padding: 42px 44px;
  gap: 24px;
  background: linear-gradient(140deg, rgba(248, 251, 255, 0.96), rgba(255, 255, 255, 0.98) 60%, rgba(255, 244, 219, 0.42) 100%);
}

.home-page .cta-panel::before {
  background:
    radial-gradient(circle at 0% 0%, rgba(22, 119, 255, 0.07), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(255, 216, 107, 0.06), transparent 20%);
}

.home-page .cta-copy {
  max-width: 520px;
  gap: 16px;
}

.home-page .value-card:hover,
.home-page .architecture-card:hover,
.home-page .cta-panel:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(21, 31, 57, 0.06);
}

@media (max-width: 980px) {
  .home-page .hero-grid,
  .home-page .cta-panel {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .home-page .architecture-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .home-page .section {
    padding: 104px 0;
  }

  .home-page .section-first {
    padding-top: 44px;
  }

  .home-page .hero-grid {
    gap: 34px;
  }

  .home-page .hero h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .home-page .hero-window,
  .home-page .hero-capture-shell,
  .home-page .value-card,
  .home-page .architecture-card,
  .home-page .cta-panel {
    border-radius: 24px;
  }

  .home-page .hero-capture img {
    border-radius: 24px;
  }

  .home-page .hero-capture-hint {
    right: 14px;
    bottom: 14px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .home-image-popup {
    padding: 12px;
  }

  .home-image-popup-dialog {
    --home-image-popup-viewport-gap: 24px;
    --home-image-popup-body-gap: 132px;
    width: min(100%, 100vw - 24px);
    padding: 12px;
    border-radius: 24px;
  }

  .home-image-popup-head {
    gap: 10px;
    padding: 0 2px;
  }

  .home-image-popup-actions {
    gap: 8px;
  }

  .home-image-popup-head strong {
    font-size: 0.92rem;
  }

  .home-image-popup-zoom,
  .home-image-popup-close {
    min-width: 84px;
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .home-image-popup-body {
    padding: 8px;
    border-radius: 18px;
    overscroll-behavior: contain;
  }

  .home-image-popup-body img {
    border-radius: 16px;
  }

  .home-page .cta-panel {
    padding: 28px 24px;
  }
}

/* ===== Site relaunch simplification ===== */
.page-title {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
  word-break: keep-all;
}

.hero-note {
  margin: 0;
  color: var(--ink-2);
  font-weight: 700;
}

.button.is-disabled,
.header-cta.is-disabled {
  pointer-events: none;
  opacity: 0.64;
  box-shadow: none;
}

.home-feature-grid,
.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.download-status-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.download-guide {
  display: grid;
  gap: 14px;
}

.download-guide-item {
  padding-top: 14px;
  border-top: 1px solid rgba(220, 231, 242, 0.92);
}

.download-guide-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.download-guide-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.96rem;
  letter-spacing: -0.02em;
}

.download-guide-item p {
  margin: 0;
}

body.home-page {
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 32%, #f5f9ff 100%);
}

body.product-page {
  background:
    linear-gradient(180deg, #f3f8ff 0%, #ffffff 24%, #f7fbff 100%);
}

body.launch-page {
  background:
    linear-gradient(180deg, #f4f7fb 0%, #ffffff 38%, #f7f9fc 100%);
}

.home-page .site-chrome::before {
  background:
    radial-gradient(circle at 10% 8%, rgba(68, 149, 255, 0.08), transparent 24%),
    radial-gradient(circle at 84% 8%, rgba(255, 214, 102, 0.08), transparent 18%),
    radial-gradient(circle at 96% 72%, rgba(88, 164, 255, 0.06), transparent 18%);
  filter: blur(32px);
}

.product-page .site-chrome::before {
  background:
    radial-gradient(circle at 12% 6%, rgba(22, 119, 255, 0.1), transparent 24%),
    radial-gradient(circle at 82% 10%, rgba(14, 165, 233, 0.08), transparent 20%),
    radial-gradient(circle at 92% 72%, rgba(96, 165, 250, 0.07), transparent 18%);
  filter: blur(34px);
}

.launch-page .site-chrome::before {
  background:
    radial-gradient(circle at 14% 10%, rgba(110, 140, 180, 0.12), transparent 26%),
    radial-gradient(circle at 82% 8%, rgba(22, 119, 255, 0.06), transparent 18%),
    radial-gradient(circle at 84% 78%, rgba(34, 197, 94, 0.05), transparent 16%);
  filter: blur(34px);
}

.home-page .site-chrome::after,
.product-page .site-chrome::after,
.launch-page .site-chrome::after {
  opacity: 0.14;
}

.home-page .hero-copy,
.product-page .hero-copy,
.launch-page .hero-copy {
  gap: 18px;
}

.home-page .hero-note,
.product-page .hero-note,
.launch-page .hero-note {
  margin: -2px 0 2px;
}

.product-page .hero-grid,
.launch-page .hero-grid {
  gap: 56px;
  align-items: center;
}

.product-page .hero-grid {
  grid-template-columns: 1fr;
}

.product-page .hero-copy,
.launch-page .hero-copy {
  max-width: 620px;
}

.product-page .hero-copy {
  max-width: 760px;
}

.product-page .page-title,
.launch-page .page-title {
  max-width: 13ch;
}

.home-page .hero-summary-grid {
  margin-top: 6px;
}

.home-page .editorial-panel {
  align-items: start;
}

.home-page .caption-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .home-feature-preset-section,
.product-page .home-feature-preset-section {
  padding-top: 24px;
}

.home-page .home-feature-preset-shell,
.product-page .home-feature-preset-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(213, 224, 238, 0.96);
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 74px rgba(18, 34, 58, 0.08);
}

.home-page .home-feature-preset-shell::before,
.home-page .home-feature-preset-shell::after,
.product-page .home-feature-preset-shell::before,
.product-page .home-feature-preset-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-page .home-feature-preset-shell::before,
.product-page .home-feature-preset-shell::before {
  background-image:
    linear-gradient(rgba(132, 151, 178, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 151, 178, 0.09) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.82));
}

.home-page .home-feature-preset-shell::after,
.product-page .home-feature-preset-shell::after {
  background:
    radial-gradient(circle at 16% 8%, rgba(111, 172, 252, 0.1), transparent 20%),
    radial-gradient(circle at 88% 10%, rgba(255, 214, 102, 0.12), transparent 18%),
    radial-gradient(circle at 52% 100%, rgba(161, 191, 239, 0.1), transparent 24%);
}

.home-page .home-feature-preset-shell > *,
.product-page .home-feature-preset-shell > * {
  position: relative;
  z-index: 1;
}

.home-page .home-feature-preset-head,
.product-page .home-feature-preset-head {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 38px;
}

.home-page .home-feature-preset-head h2,
.product-page .home-feature-preset-head h1 {
  max-width: 11ch;
  font-size: clamp(2.7rem, 4.8vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  color: #10243a;
}

.home-page .home-feature-preset-head h2 span,
.product-page .home-feature-preset-head h1 span {
  color: #1f5fb9;
}

.product-page .home-feature-preset-head {
  grid-template-columns: 1fr;
  justify-items: start;
  gap: 0;
}

.product-page .home-feature-preset-head h1 {
  max-width: none;
}

.home-page .home-feature-preset-summary,
.product-page .home-feature-preset-summary {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.home-page .home-feature-preset-summary p,
.product-page .home-feature-preset-summary p {
  max-width: 46ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.home-page .home-feature-preset-stats,
.product-page .home-feature-preset-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-page .home-feature-preset-stats span,
.product-page .home-feature-preset-stats span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(213, 224, 238, 0.92);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 18px rgba(19, 39, 74, 0.06);
  color: #37597f;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.home-page .home-feature-preset-groups,
.product-page .home-feature-preset-groups {
  display: grid;
  gap: 28px;
}

.home-page .home-feature-preset-group,
.product-page .home-feature-preset-group {
  display: grid;
  gap: 18px;
}

.home-page .home-feature-preset-group + .home-feature-preset-group,
.product-page .home-feature-preset-group + .home-feature-preset-group {
  padding-top: 28px;
  border-top: 1px solid rgba(211, 223, 238, 0.88);
}

.home-page .home-feature-preset-group-head,
.product-page .home-feature-preset-group-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.home-page .home-feature-preset-group-index,
.product-page .home-feature-preset-group-index {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(213, 224, 238, 0.94);
  box-shadow: 0 12px 20px rgba(18, 34, 58, 0.08);
  color: #24578f;
  font-size: 1.24rem;
  font-weight: 900;
  line-height: 1;
}

.home-page .home-feature-preset-group-copy,
.product-page .home-feature-preset-group-copy {
  display: grid;
  gap: 6px;
}

.home-page .home-feature-preset-group-copy h3,
.product-page .home-feature-preset-group-copy h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.home-page .home-feature-preset-group-copy p,
.product-page .home-feature-preset-group-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.home-page .home-feature-preset-grid,
.product-page .home-feature-preset-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .home-feature-preset-card,
.product-page .home-feature-preset-card {
  --preset-ink: #37597f;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 132px;
  padding: 20px 22px;
  border-radius: 28px;
  border: 1px solid rgba(188, 206, 228, 0.94);
  box-shadow:
    0 16px 30px rgba(19, 39, 74, 0.14),
    0 2px 0 rgba(255, 255, 255, 0.42) inset;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-page .home-feature-preset-card::before,
.product-page .home-feature-preset-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 48%),
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.44), transparent 28%);
  pointer-events: none;
}

.home-page .home-feature-preset-card:hover,
.product-page .home-feature-preset-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 20px 34px rgba(19, 39, 74, 0.16),
    0 2px 0 rgba(255, 255, 255, 0.52) inset;
}

.home-page .home-feature-preset-icon,
.product-page .home-feature-preset-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.52);
  box-shadow:
    0 12px 20px rgba(16, 34, 58, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.7) inset;
  color: var(--preset-ink);
}

.home-page .home-feature-preset-icon svg,
.product-page .home-feature-preset-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.home-page .home-feature-preset-card-copy,
.product-page .home-feature-preset-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.home-page .home-feature-preset-card-copy h4,
.product-page .home-feature-preset-card-copy h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.home-page .home-feature-preset-card-copy p,
.product-page .home-feature-preset-card-copy p {
  margin: 0;
  color: rgba(20, 34, 56, 0.82);
  font-size: 0.98rem;
  line-height: 1.42;
  font-weight: 700;
  word-break: keep-all;
}

.home-page .tone-sky,
.product-page .tone-sky {
  --preset-ink: #456c9d;
  background: linear-gradient(135deg, #eef5ff 0%, #dfeaff 62%, #f8fbff 100%);
}

.home-page .tone-mint,
.product-page .tone-mint {
  --preset-ink: #4d7a68;
  background: linear-gradient(135deg, #eef9ef 0%, #def1df 62%, #f9fcf8 100%);
}

.home-page .tone-aqua,
.product-page .tone-aqua {
  --preset-ink: #49728a;
  background: linear-gradient(135deg, #eefbff 0%, #dff4f9 62%, #f9fdff 100%);
}

.home-page .tone-sand,
.product-page .tone-sand {
  --preset-ink: #8a6237;
  background: linear-gradient(135deg, #fbf2dd 0%, #f2e3b8 62%, #fdf9ef 100%);
}

.home-page .tone-teal,
.product-page .tone-teal {
  --preset-ink: #46747a;
  background: linear-gradient(135deg, #eaf7f7 0%, #d7f0f0 62%, #f8fcfc 100%);
}

.home-page .tone-periwinkle,
.product-page .tone-periwinkle {
  --preset-ink: #546b9d;
  background: linear-gradient(135deg, #eef4ff 0%, #dfe8ff 62%, #f9fbff 100%);
}

.home-page .tone-sage,
.product-page .tone-sage {
  --preset-ink: #567761;
  background: linear-gradient(135deg, #edf8ef 0%, #deefdf 62%, #f8fcf8 100%);
}

.home-page .tone-lilac,
.product-page .tone-lilac {
  --preset-ink: #68729f;
  background: linear-gradient(135deg, #f4f1ff 0%, #e7e3fb 62%, #fbfbff 100%);
}

.home-page .tone-cream,
.product-page .tone-cream {
  --preset-ink: #8b6e46;
  background: linear-gradient(135deg, #fbf2dc 0%, #f5e8c7 62%, #fdf9ef 100%);
}

.home-page .tone-blue,
.product-page .tone-blue {
  --preset-ink: #4b6c97;
  background: linear-gradient(135deg, #eef6ff 0%, #daeaff 62%, #f7fbff 100%);
}

.home-page .tone-peach,
.product-page .tone-peach {
  --preset-ink: #936148;
  background: linear-gradient(135deg, #fdeee5 0%, #f7dbc8 62%, #fff8f2 100%);
}

.home-page .tone-lemon,
.product-page .tone-lemon {
  --preset-ink: #8f7035;
  background: linear-gradient(135deg, #fff5db 0%, #f5e6b4 62%, #fffaf0 100%);
}

.home-page .tone-mint-soft,
.product-page .tone-mint-soft {
  --preset-ink: #4d7468;
  background: linear-gradient(135deg, #edf9f2 0%, #dcefe4 62%, #f8fcfa 100%);
}

.home-page .tone-violet,
.product-page .tone-violet {
  --preset-ink: #626ba5;
  background: linear-gradient(135deg, #f2f2ff 0%, #e1e4fb 62%, #fafbff 100%);
}

.home-page .tone-cloud,
.product-page .tone-cloud {
  --preset-ink: #61739a;
  background: linear-gradient(135deg, #f5f7fe 0%, #e8edf9 62%, #fcfcff 100%);
}

.home-page .tone-gray,
.product-page .tone-gray {
  --preset-ink: #68717e;
  background: linear-gradient(135deg, #f5f5f6 0%, #e9eaed 62%, #fdfdfd 100%);
}

@media (max-width: 1240px) {
  .home-page .home-feature-preset-head,
  .product-page .home-feature-preset-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-page .home-feature-preset-grid,
  .product-page .home-feature-preset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-page .home-feature-preset-section,
  .product-page .home-feature-preset-section {
    padding-top: 8px;
  }

  .home-page .home-feature-preset-shell,
  .product-page .home-feature-preset-shell {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .home-page .home-feature-preset-shell::before,
  .product-page .home-feature-preset-shell::before {
    background-size: 34px 34px;
  }

  .home-page .home-feature-preset-head,
  .product-page .home-feature-preset-head {
    margin-bottom: 28px;
  }

  .home-page .home-feature-preset-head h2,
  .product-page .home-feature-preset-head h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .home-page .home-feature-preset-group + .home-feature-preset-group,
  .product-page .home-feature-preset-group + .home-feature-preset-group {
    padding-top: 22px;
  }

  .home-page .home-feature-preset-group-head,
  .product-page .home-feature-preset-group-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-page .home-feature-preset-group-index,
  .product-page .home-feature-preset-group-index {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 1.08rem;
  }

  .home-page .home-feature-preset-grid,
  .product-page .home-feature-preset-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-feature-preset-card,
  .product-page .home-feature-preset-card {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
    min-height: 112px;
    padding: 18px;
    border-radius: 22px;
  }

  .home-page .home-feature-preset-icon,
  .product-page .home-feature-preset-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }

  .home-page .home-feature-preset-icon svg,
  .product-page .home-feature-preset-icon svg {
    width: 34px;
    height: 34px;
  }

  .home-page .home-feature-preset-card-copy h4,
  .product-page .home-feature-preset-card-copy h3 {
    font-size: clamp(1.34rem, 7vw, 1.72rem);
  }

  .home-page .home-feature-preset-card-copy p,
  .product-page .home-feature-preset-card-copy p {
    font-size: 0.92rem;
  }
}

.product-page .showcase-shell {
  padding: 34px;
}

.product-page .feature-layout {
  gap: 30px;
}

.product-page .product-feature-showcase {
  position: relative;
  overflow: clip;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 72%);
}

.product-page .product-feature-showcase::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 320px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.98) 0%, rgba(236, 244, 255, 0.92) 28%, rgba(191, 216, 244, 0.62) 58%, rgba(170, 201, 236, 0.28) 100%),
    linear-gradient(180deg, rgba(182, 209, 240, 0.24), rgba(255, 255, 255, 0) 88%);
  pointer-events: none;
}

.product-page .product-feature-showcase::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: 24px;
  height: 160px;
  background: radial-gradient(circle at 50% 0%, rgba(170, 203, 240, 0.14), transparent 72%);
  pointer-events: none;
}

.product-page .product-feature-showcase .container {
  position: relative;
  z-index: 1;
}

.product-page .product-value-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-page .product-feature-head {
  max-width: none;
  margin: 0 auto 28px;
  justify-items: center;
  text-align: center;
  gap: 0;
}

.product-page .product-feature-showcase .page-title {
  max-width: none;
  color: #173f6d;
  font-size: clamp(3.4rem, 6vw, 4.8rem);
  text-shadow: 0 4px 12px rgba(255, 255, 255, 0.4);
}

.product-page .product-feature-showcase .page-title span {
  color: #1f5fb9;
}

.product-page .product-feature-preset-board {
  display: grid;
  gap: 24px;
}

.product-page .product-feature-preset-group {
  display: grid;
  gap: 20px;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(217, 228, 242, 0.98);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96)),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 40px rgba(31, 57, 92, 0.08);
}

.product-page .product-feature-preset-group-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: end;
}

.product-page .product-feature-preset-group-head h2 {
  margin: 0;
  color: #17324f;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.product-page .product-feature-preset-group-head p {
  margin: 0;
  color: #456685;
  font-size: 1rem;
  line-height: 1.62;
  word-break: keep-all;
}

.product-page .product-feature-preset-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-page .product-feature-preset-card {
  --preset-card-ink: #2f3846;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 122px;
  padding: 17px 18px;
  border-radius: 28px;
  border: 1px solid rgba(188, 206, 228, 0.94);
  box-shadow:
    0 16px 30px rgba(19, 39, 74, 0.12),
    0 2px 0 rgba(255, 255, 255, 0.42) inset;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-page .product-feature-preset-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 48%),
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.44), transparent 28%);
  pointer-events: none;
}

.product-page .product-feature-preset-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 20px 34px rgba(19, 39, 74, 0.14),
    0 2px 0 rgba(255, 255, 255, 0.52) inset;
}

.product-page .product-feature-preset-illustration,
.product-page .product-feature-preset-copy {
  position: relative;
  z-index: 1;
}

.product-page .product-feature-preset-illustration {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--preset-card-ink);
}

.product-page .product-feature-preset-illustration svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
}

.product-page .product-feature-preset-copy {
  display: grid;
  gap: 4px;
}

.product-page .product-feature-preset-copy h3 {
  margin: 0;
  color: #13263b;
  font-size: clamp(1.56rem, 1.9vw, 2rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.product-page .product-feature-preset-copy p {
  margin: 0;
  color: rgba(20, 34, 56, 0.82);
  font-size: 0.92rem;
  line-height: 1.42;
  font-weight: 700;
  word-break: keep-all;
}

.product-page .product-feature-preset-card[data-tone="sky"] {
  background: linear-gradient(135deg, #eef5ff 0%, #dfeaff 62%, #f8fbff 100%);
}

.product-page .product-feature-preset-card[data-tone="mint"] {
  background: linear-gradient(135deg, #eef9ef 0%, #def1df 62%, #f9fcf8 100%);
}

.product-page .product-feature-preset-card[data-tone="sand"] {
  background: linear-gradient(135deg, #fbf2dd 0%, #f2e3b8 62%, #fdf9ef 100%);
}

.product-page .product-feature-preset-card[data-tone="lavender"] {
  background: linear-gradient(135deg, #f4f1ff 0%, #e7e3fb 62%, #fbfbff 100%);
}

.product-page .product-feature-preset-card[data-tone="peach"] {
  background: linear-gradient(135deg, #fdeee5 0%, #f7dbc8 62%, #fff8f2 100%);
}

.product-page .product-feature-preset-card[data-tone="silver"] {
  background: linear-gradient(135deg, #f5f5f6 0%, #e9eaed 62%, #fdfdfd 100%);
}

.product-page .product-feature-group-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px;
  align-items: stretch;
}

.product-page .product-compact-grid {
  margin-top: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.product-page .product-value-grid .value-card {
  display: grid;
  align-content: start;
}

.product-page .product-feature-showcase-card {
  position: relative;
  gap: 14px;
  min-height: 100%;
  padding: 22px 20px 20px;
  border-radius: 28px;
  border: 1px solid rgba(217, 228, 242, 0.98);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
  box-shadow: 0 18px 34px rgba(31, 57, 92, 0.1);
}

.product-page .product-feature-icon-row {
  display: flex;
  gap: 10px;
}

.product-page .product-feature-icon-strip {
  display: block;
  width: fit-content;
}

.product-page .product-feature-icon-strip img {
  display: block;
  width: auto;
  max-width: 122px;
  height: 54px;
  object-fit: contain;
}

.product-page .product-feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(233, 244, 255, 0.98));
  color: #2f75c8;
  box-shadow: 0 10px 24px rgba(32, 79, 138, 0.08);
}

.product-page .product-feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.product-page .product-feature-copy {
  display: grid;
  gap: 8px;
}

.product-page .product-feature-group-category {
  color: #2a6fbe;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.3;
  word-break: keep-all;
}

.product-page .product-feature-showcase-card h3 {
  font-size: clamp(1.46rem, 1.8vw, 1.82rem);
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.product-page .product-feature-showcase-card p {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.96rem;
  line-height: 1.56;
}

.product-page .product-feature-tag-row {
  margin-top: 0;
  gap: 8px;
}

.product-page .product-feature-tag-row span {
  min-height: 34px;
  padding: 0 12px;
  font-size: 0.84rem;
  word-break: keep-all;
}

.product-page .product-feature-preview-frame {
  position: relative;
  overflow: hidden;
  margin-top: auto;
  min-height: 0;
  padding: 0;
  border-radius: 22px;
  background: transparent;
  box-shadow: none;
}

.product-page .product-feature-preview-frame-dashboard {
  display: grid;
  align-items: stretch;
}

.product-page .product-feature-dashboard-shell {
  min-height: 118px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 0 0 1px rgba(221, 232, 244, 0.96);
  display: grid;
  gap: 10px;
}

.product-page .product-feature-dashboard-top {
  display: flex;
  gap: 6px;
}

.product-page .product-feature-dashboard-top span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(111, 161, 223, 0.4);
}

.product-page .product-feature-dashboard-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px;
  gap: 10px;
  align-items: stretch;
}

.product-page .product-feature-dashboard-list {
  display: grid;
  gap: 8px;
}

.product-page .product-feature-dashboard-row {
  height: 18px;
  border-radius: 10px;
  background: rgba(193, 216, 243, 0.55);
}

.product-page .product-feature-dashboard-row.is-focus {
  height: 28px;
  background: linear-gradient(90deg, rgba(107, 162, 231, 0.72), rgba(168, 207, 248, 0.72));
}

.product-page .product-feature-dashboard-side {
  display: grid;
  gap: 8px;
  align-content: start;
}

.product-page .product-feature-dashboard-chip,
.product-page .product-feature-dashboard-card {
  border-radius: 10px;
  background: rgba(194, 219, 247, 0.56);
}

.product-page .product-feature-dashboard-chip {
  height: 16px;
}

.product-page .product-feature-dashboard-card {
  height: 34px;
}

.product-page .product-feature-dashboard-card.is-short {
  height: 22px;
}

.product-page .product-feature-preview-frame-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
  background: transparent;
  box-shadow: 0 12px 20px rgba(45, 92, 151, 0.1);
}

.product-page .product-feature-preview-frame-tools {
  display: grid;
  gap: 14px;
}

.product-page .product-feature-tool-header {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.product-page .product-feature-tool-header span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: #305f99;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(33, 83, 141, 0.1);
}

.product-page .product-feature-tool-board {
  position: relative;
  min-height: 118px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 0 0 1px rgba(221, 232, 244, 0.96);
}

.product-page .product-feature-tool-toolbar {
  display: flex;
  gap: 6px;
}

.product-page .product-feature-tool-toolbar span {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(77, 141, 223, 0.18);
}

.product-page .product-feature-tool-stroke {
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(74, 142, 221, 0.88), rgba(45, 99, 176, 0.72));
}

.product-page .product-feature-tool-stroke-a {
  left: 38px;
  right: 68px;
  top: 54px;
  height: 6px;
  transform: rotate(-7deg);
}

.product-page .product-feature-tool-stroke-b {
  left: 92px;
  right: 42px;
  top: 82px;
  height: 5px;
  transform: rotate(11deg);
}

.product-page .product-feature-tool-pen {
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 56px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3b4c63, #162437);
  transform: rotate(-32deg);
  box-shadow: 0 10px 16px rgba(12, 26, 42, 0.18);
}

.product-page .product-feature-tool-pen::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  width: 12px;
  height: 10px;
  border-radius: 0 999px 999px 0;
  background: #f3f7fb;
}

.product-page .product-feature-preview-frame-settings {
  display: grid;
  place-items: center;
}

.product-page .product-feature-settings-shell {
  width: 100%;
  min-height: 148px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 0 0 1px rgba(221, 232, 244, 0.96);
}

.product-page .product-feature-settings-sidebar {
  display: grid;
  gap: 8px;
  align-content: start;
}

.product-page .product-feature-settings-sidebar span {
  height: 18px;
  border-radius: 999px;
  background: rgba(125, 173, 234, 0.2);
}

.product-page .product-feature-settings-sidebar span.is-active {
  background: linear-gradient(90deg, rgba(72, 145, 226, 0.8), rgba(109, 176, 248, 0.6));
}

.product-page .product-feature-settings-panel {
  display: grid;
  gap: 10px;
  align-content: start;
}

.product-page .product-feature-settings-swatches {
  display: flex;
  gap: 8px;
}

.product-page .product-feature-settings-swatches span {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(214, 226, 238, 0.96);
}

.product-page .product-feature-settings-swatches span:nth-child(1) { background: #d6e7fb; }
.product-page .product-feature-settings-swatches span:nth-child(2) { background: #adcdf6; }
.product-page .product-feature-settings-swatches span:nth-child(3) { background: #8bb7ef; }
.product-page .product-feature-settings-swatches span:nth-child(4) { background: #314861; }

.product-page .product-feature-settings-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}

.product-page .product-feature-settings-row strong {
  color: #385e8d;
  font-size: 0.82rem;
  font-weight: 800;
}

.product-page .product-feature-settings-toggle {
  width: 38px;
  height: 20px;
  border-radius: 999px;
  background: rgba(170, 190, 214, 0.5);
  position: relative;
}

.product-page .product-feature-settings-toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 3px 8px rgba(31, 57, 92, 0.18);
}

.product-page .product-feature-settings-toggle.is-on {
  background: linear-gradient(90deg, rgba(69, 144, 227, 0.92), rgba(97, 177, 245, 0.88));
}

.product-page .product-feature-settings-toggle.is-on::after {
  left: 20px;
}

.product-page .product-feature-settings-bar {
  width: 78px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(72, 145, 226, 0.9), rgba(160, 212, 255, 0.45));
}

.product-page .product-feature-settings-step {
  min-width: 36px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 10px;
  background: rgba(77, 141, 223, 0.12);
  color: #386191;
  font-size: 0.82rem;
  font-weight: 800;
}

.product-page .section-head-with-summary {
  align-items: start;
  gap: 36px;
}

.product-page .section-head-with-summary > div:first-child {
  display: grid;
  gap: 18px;
}

.product-page .section-head-with-summary .feature-summary-grid {
  grid-template-columns: 1fr;
  align-content: start;
  margin: 0;
}

.product-page .section-head-with-summary .hero-summary-card {
  min-height: 0;
}

.product-page .feature-media {
  padding: 22px;
}

.product-page .feature-media img,
.product-page .feature-media-landscape img,
.product-page .feature-card-timetable .feature-media img,
.product-page .feature-card-planner .feature-media img,
.product-page .feature-card-calendar .feature-media img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}


.launch-page .section-first {
  padding-top: 56px;
}

.launch-page .release-hero-card,
.launch-page .release-hero-panel,
.launch-page .launch-panel,
.launch-page .faq-item {
  box-shadow: 0 24px 60px rgba(21, 31, 57, 0.07);
}

.launch-page .release-note {
  max-width: 52ch;
}

.launch-page .launch-showcase {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 20% 14%, rgba(147, 193, 255, 0.18), transparent 24%),
    radial-gradient(circle at 82% 74%, rgba(159, 225, 255, 0.2), transparent 20%),
    linear-gradient(180deg, #eef5ff 0%, #ffffff 78%);
}

.launch-page .launch-showcase::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 520px;
  background:
    radial-gradient(circle at 50% -10%, rgba(163, 204, 255, 0.42), transparent 38%),
    linear-gradient(135deg, #22366e 0%, #1d2758 42%, #2c3387 74%, #5470d8 100%);
  pointer-events: none;
}

.launch-page .launch-showcase::after {
  content: "";
  position: absolute;
  inset: 220px 0 auto;
  height: 440px;
  background:
    radial-gradient(circle at 18% 55%, rgba(142, 199, 255, 0.22), transparent 18%),
    radial-gradient(circle at 84% 26%, rgba(169, 237, 255, 0.18), transparent 16%),
    radial-gradient(circle at 82% 82%, rgba(132, 186, 255, 0.16), transparent 20%);
  pointer-events: none;
}

.launch-page .launch-showcase .container {
  position: relative;
  z-index: 1;
}

.launch-page .launch-showcase-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 94px) clamp(24px, 4vw, 40px) clamp(86px, 9vw, 124px);
  border-radius: 38px;
  border: 1px solid rgba(190, 204, 246, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 16%),
    linear-gradient(135deg, rgba(13, 24, 57, 0.18), rgba(26, 34, 89, 0.08)),
    transparent;
  box-shadow: 0 34px 80px rgba(19, 29, 77, 0.22);
}

.launch-page .launch-showcase-head {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  justify-items: center;
  text-align: center;
  gap: 16px;
}

.launch-page .launch-showcase .eyebrow {
  color: rgba(255, 255, 255, 0.94);
}

.launch-page .launch-showcase .eyebrow::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(226, 240, 255, 0.92));
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.18);
}

.launch-page .launch-showcase .page-title {
  max-width: none;
  color: #ffffff;
  font-size: clamp(3.3rem, 6vw, 5.1rem);
  text-shadow: 0 14px 34px rgba(8, 17, 53, 0.28);
}

.launch-page .launch-showcase-lead {
  max-width: 46ch;
  color: rgba(244, 249, 255, 0.96);
  font-size: 1.12rem;
  font-weight: 700;
}

.launch-page .launch-showcase-orb,
.launch-page .launch-showcase-wave {
  position: absolute;
  pointer-events: none;
}

.launch-page .launch-showcase-orb {
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.76), rgba(196, 213, 255, 0.38) 42%, rgba(171, 188, 246, 0.1) 74%, transparent 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 22px 52px rgba(7, 15, 49, 0.26);
}

.launch-page .launch-showcase-orb.orb-left {
  top: 38px;
  left: -66px;
  width: 212px;
  height: 212px;
}

.launch-page .launch-showcase-orb.orb-small {
  top: 88px;
  left: 84px;
  width: 74px;
  height: 74px;
}

.launch-page .launch-showcase-wave {
  right: -8%;
  bottom: -12px;
  width: min(56vw, 660px);
  height: 188px;
  opacity: 0.92;
  background:
    linear-gradient(180deg, rgba(141, 171, 255, 0.1), rgba(133, 168, 255, 0.28)),
    linear-gradient(140deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  clip-path: polygon(0 78%, 18% 58%, 38% 66%, 58% 40%, 78% 54%, 100% 28%, 100% 100%, 0 100%);
  filter: blur(0.4px);
}

.launch-page .launch-version-strip {
  position: relative;
  z-index: 1;
  margin-top: -38px;
  margin-inline: auto;
  width: min(1120px, calc(100% - 68px));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 24px 28px;
  border-radius: 30px;
  border: 1px solid rgba(214, 225, 243, 0.96);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(218, 232, 255, 0.7)),
    rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
  box-shadow: 0 26px 56px rgba(31, 57, 92, 0.12);
}

.launch-page .launch-version-copy {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  color: #0f1f43;
  text-align: center;
}

.launch-page .launch-version-kicker {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.launch-page .launch-version-copy strong {
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #1f65bf;
}

.launch-page .launch-version-pill,
.launch-page .launch-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.launch-page .launch-version-pill {
  border: 1px solid rgba(129, 183, 242, 0.34);
  background: rgba(255, 255, 255, 0.8);
  color: #396ba7;
}

.launch-page .launch-showcase-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  margin-top: 28px;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  gap: 28px 30px;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 34px;
  border: 1px solid rgba(226, 235, 251, 0.86);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.34)),
    rgba(243, 247, 255, 0.5);
  backdrop-filter: blur(22px);
  box-shadow:
    0 30px 78px rgba(40, 63, 116, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.launch-page .launch-panel-glow,
.launch-page .launch-panel-star {
  position: absolute;
  pointer-events: none;
}

.launch-page .launch-panel-glow {
  width: 148px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(177, 240, 255, 0.52) 28%, rgba(130, 164, 255, 0.18) 62%, transparent 100%);
  filter: blur(1px);
}

.launch-page .launch-panel-glow.glow-left {
  left: -38px;
  bottom: 120px;
}

.launch-page .launch-panel-glow.glow-right {
  right: -26px;
  bottom: -24px;
  width: 170px;
}

.launch-page .launch-panel-star {
  right: 10px;
  bottom: 22px;
  width: 34px;
  height: 34px;
  opacity: 0.9;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(198, 215, 255, 0.94));
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.78);
}

.launch-page .launch-showcase-visual {
  display: grid;
  align-items: center;
}

.launch-page .launch-showcase-window {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(209, 223, 255, 0.5)),
    rgba(227, 237, 255, 0.48);
  backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 18px 34px rgba(55, 112, 182, 0.14);
}

.launch-page .launch-showcase-window img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(45, 92, 151, 0.16);
}

.launch-page .launch-showcase-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.launch-page .launch-copy-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.launch-page .launch-showcase-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(22, 119, 255, 0.14);
  background: rgba(22, 119, 255, 0.08);
  color: #156fb1;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.launch-page .launch-status-pill {
  border: 1px solid rgba(112, 126, 163, 0.14);
  background: linear-gradient(180deg, rgba(239, 243, 250, 0.96), rgba(212, 219, 231, 0.94));
  color: #556278;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.launch-page .launch-showcase-copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.6vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.launch-page .launch-showcase-copy > p {
  margin: 0;
  color: var(--ink-2);
  font-size: 1.04rem;
  line-height: 1.62;
}

.launch-page .launch-showcase .download-stack {
  display: grid;
  gap: 12px;
}

.launch-page .launch-showcase .download-note {
  position: relative;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(223, 232, 246, 0.9);
  background: rgba(255, 255, 255, 0.62);
}

.launch-page .launch-showcase-footnote {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  text-align: center;
  color: #22375a;
  font-weight: 700;
}

@media (max-width: 1240px) {
  .launch-page .launch-showcase-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .launch-page .launch-showcase::before {
    height: 460px;
  }

  .launch-page .launch-showcase-hero {
    padding-bottom: 100px;
  }

  .launch-page .launch-version-strip {
    width: calc(100% - 36px);
    margin-top: -28px;
  }
}

@media (max-width: 720px) {
  .launch-page .launch-showcase::before {
    height: 410px;
  }

  .launch-page .launch-showcase-hero {
    padding: 46px 18px 88px;
    border-radius: 28px;
  }

  .launch-page .launch-showcase-orb.orb-left {
    left: -86px;
    width: 170px;
    height: 170px;
  }

  .launch-page .launch-showcase-orb.orb-small {
    top: 104px;
    left: 54px;
    width: 58px;
    height: 58px;
  }

  .launch-page .launch-showcase-wave {
    width: 118%;
    right: -22%;
    height: 150px;
  }

  .launch-page .launch-version-strip {
    width: calc(100% - 24px);
    padding: 20px 18px;
    border-radius: 24px;
  }

  .launch-page .launch-version-copy {
    gap: 8px;
  }

  .launch-page .launch-showcase-panel {
    gap: 20px;
    padding: 18px;
    border-radius: 26px;
  }

  .launch-page .launch-showcase-window {
    padding: 12px;
    border-radius: 22px;
  }

  .launch-page .launch-copy-head {
    gap: 10px;
  }

  .launch-page .launch-showcase-footnote {
    font-size: 0.94rem;
  }
}

.home-page .home-download-section {
  position: relative;
  overflow: clip;
  padding-top: 72px;
}

.home-page .home-download-section::before,
.home-page .home-download-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-page .home-download-section::before {
  background:
    radial-gradient(circle at 8% 10%, rgba(140, 184, 255, 0.18), transparent 24%),
    radial-gradient(circle at 88% 0%, rgba(190, 216, 255, 0.2), transparent 24%),
    radial-gradient(circle at 94% 92%, rgba(211, 241, 255, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(239, 244, 251, 0.98), rgba(247, 250, 255, 0.96) 52%, rgba(255, 255, 255, 0.99));
}

.home-page .home-download-section::after {
  inset: 18px 0 0;
  background:
    radial-gradient(circle at 22% 36%, rgba(230, 242, 255, 0.68), transparent 24%),
    radial-gradient(circle at 72% 18%, rgba(224, 236, 255, 0.62), transparent 22%),
    radial-gradient(circle at 58% 100%, rgba(232, 244, 255, 0.54), transparent 24%);
  opacity: 0.86;
}

.home-page .home-download-section .container {
  position: relative;
  z-index: 1;
}

.home-page .home-download-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 28px;
  align-items: stretch;
}

.home-page .home-download-panel {
  position: relative;
  border-radius: 34px;
  border: 1px solid rgba(219, 229, 243, 0.98);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 255, 0.95)),
    rgba(255, 255, 255, 0.96);
  box-shadow:
    0 24px 58px rgba(73, 102, 146, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-page .home-download-primary,
.home-page .home-download-side {
  padding: clamp(24px, 2.8vw, 32px);
}

.home-page .home-download-primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  min-height: 420px;
}

.home-page .home-download-primary .eyebrow {
  margin-bottom: 4px;
}

.home-page .home-download-title {
  margin: 0;
  color: #0d1730;
  max-width: none;
  font-size: clamp(3.1rem, 5.4vw, 4.7rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  word-break: keep-all;
  text-wrap: balance;
  white-space: normal;
}

.home-page .home-download-actions {
  gap: 14px;
  flex-wrap: wrap;
}

.home-page .home-download-actions .button {
  min-height: 68px;
  padding: 0 28px;
  font-size: 1rem;
}

.home-page .home-download-actions .button.is-disabled {
  opacity: 1;
  background: linear-gradient(135deg, #7cb0fb 0%, #6f9ff1 58%, #648fe8 100%);
  box-shadow: 0 16px 30px rgba(98, 143, 225, 0.24);
}

.home-page .home-download-side {
  display: grid;
}

.home-page .home-download-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  height: 100%;
}

.home-page .home-download-info-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 166px;
  padding: 26px 24px;
  border-radius: 28px;
  border: 1px solid rgba(220, 231, 244, 0.98);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 255, 0.92)),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    0 14px 30px rgba(77, 103, 146, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.home-page .home-download-card-label {
  margin: 0;
  color: #136fe0;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.home-page .home-download-info-card h3 {
  margin: 0;
  color: #172035;
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.home-page .home-download-info-card p {
  margin: 0;
  color: #5c6d84;
  font-size: 0.96rem;
  line-height: 1.52;
}

.home-page .home-download-link {
  color: #0f57d7;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.home-page .home-download-link:hover,
.home-page .home-download-link:focus-visible {
  color: #0a7adf;
}

@media (max-width: 1120px) {
  .home-page .home-download-shell {
    grid-template-columns: 1fr;
  }

  .home-page .home-download-primary {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .home-page .home-download-section {
    padding-top: 52px;
  }

  .home-page .home-download-panel {
    border-radius: 28px;
  }

  .home-page .home-download-primary,
  .home-page .home-download-side {
    padding: 20px 18px;
  }

  .home-page .home-download-title {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
    white-space: normal;
  }

  .home-page .home-download-actions .button {
    min-height: 60px;
    width: 100%;
  }

  .home-page .home-download-info-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-download-info-card {
    min-height: auto;
    padding: 20px 18px;
    border-radius: 22px;
  }
}

/* ===== Home landing refinement ===== */
.home-page .site-chrome::after {
  opacity: 0.08;
}

.home-page .section-head-split {
  align-items: start;
  gap: clamp(20px, 3vw, 34px);
  margin-bottom: 38px;
}

.home-page #usage-overview .section-head-split {
  align-items: end;
}

.home-page .header-cta {
  flex: 0 0 auto;
  min-height: 48px;
}

.home-page .hero-grid {
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: 42px;
}

.home-page .hero-copy {
  max-width: 560px;
  gap: 20px;
}

.home-page .hero-lead {
  max-width: 46ch;
  font-size: 1.09rem;
  line-height: 1.72;
}

.home-page .hero-note {
  max-width: 43ch;
  margin-top: 4px;
  padding-left: 14px;
  border-left: 3px solid rgba(13, 61, 113, 0.14);
  color: #27415d;
  line-height: 1.6;
}

.home-page .hero-actions {
  gap: 12px;
}

.home-page .hero-actions .button {
  min-width: 176px;
  min-height: 60px;
  padding: 0 26px;
}

.home-page .hero-actions .button-primary {
  box-shadow: 0 22px 42px rgba(10, 122, 223, 0.22);
}

.home-page .hero-actions .button-secondary {
  background: rgba(255, 255, 255, 0.96);
}

.home-page .usage-grid {
  margin-top: 24px;
  gap: 18px;
}

.home-page .usage-card {
  box-shadow: 0 14px 30px rgba(21, 31, 57, 0.05);
}

.home-page .usage-card::after {
  background:
    linear-gradient(180deg, rgba(var(--usage-accent-rgb), 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.home-page .usage-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(21, 31, 57, 0.08);
}

.home-page .product-feature-catalog {
  gap: 18px;
  margin-top: 22px;
}

.home-page .product-feature-group-card {
  padding: 28px;
  gap: 20px;
}

.home-page .product-feature-group-card::after,
.home-page .product-feature-scene-card::after {
  background:
    linear-gradient(180deg, rgba(var(--usage-accent-rgb), 0.03), rgba(255, 255, 255, 0)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.home-page .product-feature-group-head {
  gap: 12px;
}

.home-page .product-feature-group-head p {
  max-width: 32ch;
  line-height: 1.68;
}

.home-page .product-feature-name-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.home-page .product-feature-name-list li {
  position: relative;
  min-height: 48px;
  justify-content: flex-start;
  padding: 12px 14px 12px 40px;
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.94);
  box-shadow: none;
}

.home-page .product-feature-name-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(var(--usage-accent-rgb), 0.88);
  box-shadow: 0 0 0 6px rgba(var(--usage-accent-rgb), 0.12);
}

.home-page .product-feature-scene-head {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 0;
  margin: 36px 0 18px;
}

.home-page .product-feature-scene-head h3 {
  margin-top: 12px;
  font-size: clamp(1.72rem, 2.7vw, 2.42rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
  color: #12253d;
  word-break: keep-all;
}

.home-page .product-feature-scene-grid {
  gap: 18px;
  margin-top: 0;
}

.home-page .product-feature-scene-card {
  gap: 18px;
  height: 100%;
  padding: 22px;
}

.home-page .product-feature-scene-media {
  min-height: 204px;
  padding: 18px;
  border-radius: 24px;
}

.home-page .product-feature-scene-copy {
  gap: 12px;
}

.home-page .product-feature-scene-copy p {
  line-height: 1.68;
}

.home-page .home-download-section::before {
  background:
    radial-gradient(circle at 10% 8%, rgba(168, 201, 255, 0.14), transparent 24%),
    radial-gradient(circle at 88% 4%, rgba(214, 228, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(243, 247, 253, 0.98), rgba(249, 251, 255, 0.96) 52%, rgba(255, 255, 255, 0.99));
}

.home-page .home-download-section::after {
  opacity: 0.58;
}

.home-page .home-download-shell {
  gap: 24px;
}

.home-page .home-download-panel {
  border-radius: 32px;
  box-shadow:
    0 18px 42px rgba(73, 102, 146, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-page .home-download-primary {
  gap: 28px;
}

.home-page .home-download-title {
  max-width: 10ch;
  font-size: clamp(2.82rem, 4.8vw, 4.18rem);
  line-height: 1.02;
}

.home-page .home-download-actions .button {
  min-height: 62px;
  padding: 0 24px;
}

.home-page .home-download-info-card {
  gap: 12px;
  min-height: 158px;
  padding: 24px 22px;
  box-shadow:
    0 10px 24px rgba(77, 103, 146, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.home-page .home-download-card-label {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-page .home-download-info-card p {
  line-height: 1.58;
}

@media (max-width: 980px) {
  .home-page .section-head-split,
  .home-page .product-feature-scene-head {
    grid-template-columns: 1fr;
  }

  .home-page .product-feature-name-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .home-page .section-head-split {
    margin-bottom: 28px;
  }

  .home-page .hero-note {
    padding-left: 0;
    padding-top: 12px;
    border-left: 0;
    border-top: 1px solid rgba(213, 224, 238, 0.98);
  }

  .home-page .product-feature-name-list {
    grid-template-columns: 1fr;
  }

  .home-page .product-feature-scene-head {
    margin: 28px 0 16px;
  }

}

.home-page .value-grid,
.product-page .value-grid,
.launch-page .value-grid {
  gap: 18px;
}

.home-page .footer-grid,
.product-page .footer-grid,
.launch-page .footer-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 981px) {
  .home-page .footer-grid,
  .product-page .footer-grid,
  .launch-page .footer-grid {
    justify-items: end;
  }

  .home-page .footer-links,
  .product-page .footer-links,
  .launch-page .footer-links {
    justify-content: end;
    text-align: right;
  }
}

.home-page .value-card,
.product-page .value-card,
.launch-page .value-card,
.home-page .cta-panel,
.product-page .cta-panel,
.launch-page .cta-panel {
  box-shadow: 0 12px 28px rgba(21, 31, 57, 0.04);
}

@media (max-width: 1240px) {
  .product-page .product-feature-preset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-page .product-feature-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-page .product-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .product-page .product-feature-showcase::before {
    height: 250px;
  }

  .product-page .product-feature-preset-group {
    padding: 24px;
  }

  .product-page .product-feature-preset-group-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-page .product-feature-preset-group-head h2 {
    font-size: clamp(1.82rem, 4.4vw, 2.4rem);
  }

  .product-page .product-feature-showcase-card {
    padding: 22px 22px 20px;
  }

  .product-page .product-feature-showcase-card h3 {
    font-size: clamp(1.56rem, 4vw, 2rem);
  }

  .product-page .product-feature-showcase-card p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 720px) {
  .cta-copy-right {
    justify-items: stretch;
  }

  .product-page .product-feature-head {
    margin-bottom: 22px;
  }

  .product-page .product-feature-showcase::before {
    height: 210px;
  }

  .product-page .product-feature-preset-grid {
    grid-template-columns: 1fr;
  }

  .product-page .product-feature-preset-group {
    padding: 20px;
  }

  .product-page .product-feature-preset-card {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    min-height: 108px;
    padding: 18px;
    border-radius: 22px;
  }

  .product-page .product-feature-preset-illustration {
    width: 64px;
    height: 64px;
  }

  .product-page .product-feature-preset-illustration svg {
    width: 40px;
    height: 40px;
  }

  .product-page .product-feature-preset-copy h3 {
    font-size: clamp(1.34rem, 7vw, 1.72rem);
  }

  .product-page .product-feature-preset-copy p {
    font-size: 0.92rem;
  }

  .product-page .product-feature-group-grid {
    grid-template-columns: 1fr !important;
  }

  .product-page .product-compact-grid {
    grid-template-columns: 1fr;
  }
}

.product-page .showcase-shell,
.launch-page .hero-window {
  border-radius: 34px;
  box-shadow: 0 24px 58px rgba(21, 31, 57, 0.08);
}

.product-page .showcase-shell::before,
.launch-page .hero-window::before {
  background:
    radial-gradient(circle at var(--spotlight-x, 42%) var(--spotlight-y, 20%), rgba(22, 119, 255, 0.08), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(255, 216, 107, 0.07), transparent 22%);
}

.product-page .showcase-image,
.launch-page .hero-window img {
  box-shadow: 0 18px 42px rgba(21, 31, 57, 0.1);
}

@media (max-width: 980px) {
  .home-feature-grid,
  .feature-grid,
  .download-status-grid {
    grid-template-columns: 1fr;
  }

  .home-page .caption-grid {
    grid-template-columns: 1fr;
  }

  .usage-grid {
    grid-template-columns: 1fr;
  }

  .usage-card-intro,
  .usage-card-topbar,
  .usage-card-toolbar,
  .usage-card-layout,
  .usage-card-cards {
    grid-column: auto;
  }

  .product-feature-catalog,
  .product-feature-scene-grid {
    grid-template-columns: 1fr;
  }

  .usage-card-setup,
  .usage-guide-stage,
  .usage-settings-topbar {
    grid-template-columns: 1fr;
  }

  .usage-card-setup {
    padding: 28px;
  }

  .usage-settings-preview {
    width: 100%;
    justify-self: stretch;
  }

  .usage-guide-hotspots {
    position: static;
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
  }

  .usage-guide-hotspot {
    position: static;
  }

  .usage-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .product-page .hero-grid,
  .launch-page .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 720px) {
  .page-title {
    font-size: clamp(2.5rem, 11vw, 4.1rem);
  }

  .usage-settings-search {
    grid-template-columns: 1fr;
  }

  .usage-settings-actions,
  .usage-settings-button,
  .usage-settings-search-btn,
  .usage-settings-sync,
  .usage-guide-hotspot {
    width: 100%;
  }

  .usage-guide-panel,
  .usage-settings-preview {
    padding: 20px;
  }

  .product-feature-group-card,
  .product-feature-scene-card {
    padding: 20px;
  }

  .product-feature-scene-media {
    border-radius: 18px;
    min-height: 168px;
    padding: 12px;
  }

  .product-feature-scene-media img {
    max-height: 168px;
  }
}

/* ===== Home chatbot ===== */
.home-chatbot {
  --chatbot-bottom-edge: 24px;
  --chatbot-trigger-edge: 16px;
  --chatbot-panel-edge: 24px;
  --chatbot-gap: 14px;
  --chatbot-trigger-height: 72px;
  --chatbot-panel-width: min(420px, calc(100vw - 48px));
  position: fixed;
  right: var(--chatbot-trigger-edge);
  bottom: var(--chatbot-bottom-edge);
  z-index: 180;
}

.chatbot-trigger,
.chatbot-head-action,
.chatbot-chip,
.chatbot-submit {
  border: 0;
  cursor: pointer;
}

.chatbot-trigger {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  min-height: 72px;
  margin-left: auto;
  padding: 12px 18px 12px 12px;
  border-radius: 999px;
  border: 1px solid rgba(205, 219, 234, 0.98);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  color: var(--ink);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.chatbot-trigger:hover,
.chatbot-trigger:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.14);
  border-color: rgba(22, 119, 255, 0.28);
}

.nav-toggle:focus-visible {
  outline: 3px solid rgba(10, 122, 223, 0.34);
  outline-offset: 4px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.88);
}

.home-chatbot.is-open .chatbot-trigger {
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
}

.chatbot-trigger-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #0d3d71, #0a7adf 74%, #1aa4e5 100%);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 14px 26px rgba(10, 122, 223, 0.26);
}

.chatbot-trigger-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: left;
}

.chatbot-trigger-copy strong {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.chatbot-trigger-copy small {
  color: var(--muted);
  font-size: 0.8rem;
}

.chatbot-panel {
  position: fixed;
  right: var(--chatbot-panel-edge);
  bottom: calc(var(--chatbot-bottom-edge) + var(--chatbot-trigger-height) + var(--chatbot-gap));
  width: var(--chatbot-panel-width);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.98);
  transform-origin: bottom right;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
}

.home-chatbot.is-open .chatbot-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.chatbot-panel-shell {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: min(680px, 72vh);
  padding: 22px;
  border-radius: 32px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98)),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 32px 86px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.chatbot-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.chatbot-panel-title {
  display: grid;
  gap: 6px;
}

.chatbot-panel-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(13, 61, 113, 0.08);
  color: #0d5bac;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chatbot-panel-title strong {
  font-size: 1.18rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.chatbot-panel-title p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.chatbot-panel-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.chatbot-head-action {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(210, 221, 234, 0.98);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink-2);
  font-size: 0.83rem;
  font-weight: 700;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.chatbot-head-action:hover,
.chatbot-head-action:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(22, 119, 255, 0.24);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.chatbot-head-close {
  color: #0d5bac;
}

.chatbot-inline-chips,
.chatbot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chatbot-chip {
  max-width: 100%;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 225, 239, 0.98);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink-2);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.chatbot-chip:hover,
.chatbot-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(22, 119, 255, 0.28);
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.chatbot-messages {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(144, 165, 189, 0.65) transparent;
}

.chatbot-message {
  display: flex;
}

.chatbot-message.is-user {
  justify-content: flex-end;
}

.chatbot-bubble {
  max-width: min(100%, 320px);
  padding: 14px 16px;
  border-radius: 22px;
  border: 1px solid rgba(215, 226, 240, 0.98);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  overflow-wrap: anywhere;
}

.chatbot-message.is-user .chatbot-bubble {
  border-color: transparent;
  background: linear-gradient(135deg, #0d3d71, #0a7adf 74%, #1aa4e5 100%);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(10, 122, 223, 0.22);
}

.chatbot-answer {
  display: grid;
  gap: 10px;
}

.chatbot-answer-title {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.3;
}

.chatbot-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.58;
}

.chatbot-answer-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--ink-2);
  font-size: 0.93rem;
  line-height: 1.5;
}

.chatbot-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(210, 221, 234, 0.98);
  background: rgba(245, 249, 255, 0.9);
  color: #0d5bac;
  font-size: 0.87rem;
  font-weight: 800;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}

.chatbot-link:hover,
.chatbot-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(22, 119, 255, 0.24);
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.chatbot-form {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.chatbot-input {
  min-width: 0;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(210, 221, 234, 0.98);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.chatbot-input::placeholder {
  color: var(--muted-2);
}

.chatbot-submit {
  min-height: 50px;
  padding: 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0d3d71, #0a7adf 74%, #1aa4e5 100%);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 16px 30px rgba(10, 122, 223, 0.24);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.chatbot-submit:hover,
.chatbot-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(10, 122, 223, 0.28);
}

.chatbot-typing {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.chatbot-typing span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(13, 91, 172, 0.46);
  animation: chatbot-pulse 1.1s ease-in-out infinite;
}

.chatbot-typing span:nth-child(2) {
  animation-delay: 0.12s;
}

.chatbot-typing span:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes chatbot-pulse {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }

  40% {
    transform: translateY(-2px);
    opacity: 1;
  }
}

@media (max-width: 720px) {
  .home-chatbot {
    --chatbot-bottom-edge: 12px;
    --chatbot-trigger-edge: 12px;
    --chatbot-panel-edge: 12px;
    --chatbot-panel-width: min(390px, calc(100vw - 24px));
  }

  .chatbot-trigger {
    width: fit-content;
    justify-content: flex-start;
  }

  .chatbot-panel {
    width: var(--chatbot-panel-width);
  }

  .chatbot-panel-shell {
    height: min(72vh, 620px);
    padding: 18px;
    border-radius: 26px;
  }

  .chatbot-panel-head {
    flex-direction: column;
  }

  .chatbot-panel-actions {
    justify-content: flex-start;
  }

  .chatbot-bubble {
    max-width: 100%;
  }

  .chatbot-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .chatbot-submit {
    width: auto;
    min-width: 92px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chatbot-trigger,
  .chatbot-panel,
  .chatbot-head-action,
  .chatbot-chip,
  .chatbot-link,
  .chatbot-submit,
  .chatbot-typing span {
    transition: none;
    animation: none;
  }
}
