:root {
  --bg: #ffffff;
  --bg-soft: #f6f9fc;
  --ink: #141a25;
  --muted: #667084;
  --brand: #4f9f8b;
  --brand-dark: #3f8877;
  --accent: #f0dfa8;
  --accent-label: #8f6f1a;
  --ring: rgba(79, 159, 139, 0.32);
  --radius: 16px;
  --shadow: 0 12px 38px rgba(35, 52, 70, 0.08);
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --surface-muted: #f6f9fc;
  --surface-line: #e3e9ef;
  --icon-warning: #e8c84a;
  --icon-primary: #4b9784;
  --on-brand: #ffffff;
  --cta-input-border: rgba(255, 255, 255, 0.25);
  --cta-input-bg: rgba(255, 255, 255, 0.14);
  --cta-input-text: #ffffff;
  --cta-input-placeholder: rgba(255, 255, 255, 0.75);
  --cta-input-focus: rgba(255, 255, 255, 0.55);
  --toggle-glyph: #6e7f93;
  --toggle-track: var(--brand);
  --toggle-thumb: #ffffff;
  --hamburger-bar: #30425b;
  --window-dot: #d4dae2;
  --text-strong-muted: #2f435f;
  --header-bg-top: rgba(246, 249, 252, 0.98);
  --header-bg-scrolled: rgba(255, 255, 255, 0.98);
  --hero-card-blue: #d6e7fb;
  --hero-card-green: #5ea88f;
  --hero-card-text: #20314b;
  --hero-card-muted: #5c6d82;
  --noise-dot: rgba(0, 0, 0, 0.04);
}

:root,[data-bs-theme=light] {
    --ar-gray-100: #f6f9fc;
    --ar-gray-200: #edf1f5;
    --ar-gray-300: #e3e9ef;
    --ar-gray-400: #d7dde2;
    --ar-gray-500: #b4bbc3;
    --ar-gray-600: #858c97;
    --ar-gray-700: #576071;
    --ar-gray-800: #434a57;
    --ar-gray-900: #121519;
    --ar-primary: #448c74;
    --ar-secondary: #edf1f5;
    --ar-success: #3fca90;
    --ar-info: #3f7fca;
    --ar-warning: #edcb50;
    --ar-danger: #ed5050;
    --ar-light: #fff;
    --ar-dark: #121519;
    --ar-primary-rgb: 68, 140, 116;
    --ar-secondary-rgb: 237, 241, 245;
    --ar-success-rgb: 63, 202, 144;
    --ar-info-rgb: 63, 127, 202;
    --ar-warning-rgb: 237, 203, 80;
    --ar-danger-rgb: 237, 80, 80;
    --ar-light-rgb: 255, 255, 255;
    --ar-dark-rgb: 18, 21, 25;
    --ar-primary-text-emphasis: #336a58;
    --ar-secondary-text-emphasis: #576071;
    --ar-success-text-emphasis: #2ea875;
    --ar-info-text-emphasis: #2e66a8;
    --ar-warning-text-emphasis: #e8bd22;
    --ar-danger-text-emphasis: #e82222;
    --ar-light-text-emphasis: #576071;
    --ar-dark-text-emphasis: #121519;
    --ar-primary-bg-subtle: #ecf4f1;
    --ar-secondary-bg-subtle: #f6f9fc;
    --ar-success-bg-subtle: #ecfaf4;
    --ar-info-bg-subtle: #ecf2fa;
    --ar-warning-bg-subtle: #fdfaee;
    --ar-danger-bg-subtle: #fdeeee;
    --ar-light-bg-subtle: #fff;
    --ar-dark-bg-subtle: #ececed;
    --ar-primary-border-subtle: #dae8e3;
    --ar-secondary-border-subtle: #edf1f5;
    --ar-success-border-subtle: #d9f4e9;
    --ar-info-border-subtle: #d9e5f4;
    --ar-warning-border-subtle: #fbf5dc;
    --ar-danger-border-subtle: #fbdcdc;
    --ar-light-border-subtle: #f6f9fc;
    --ar-dark-border-subtle: #edf1f5;
    --ar-white-rgb: 255, 255, 255;
    --ar-black-rgb: 0, 0, 0;
    --ar-font-sans-serif: "Inter", sans-serif;
    --ar-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --ar-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --ar-root-font-size: 1rem;
    --ar-body-font-family: var(--ar-font-sans-serif);
    --ar-body-font-size: 1rem;
    --ar-body-font-weight: 400;
    --ar-body-line-height: 1.5;
    --ar-body-color: #576071;
    --ar-body-color-rgb: 87, 96, 113;
    --ar-body-bg: #fff;
    --ar-body-bg-rgb: 255, 255, 255;
    --ar-emphasis-color: #000;
    --ar-emphasis-color-rgb: 0, 0, 0;
    --ar-secondary-color: #858c97;
    --ar-secondary-color-rgb: 133, 140, 151;
    --ar-secondary-bg: #edf1f5;
    --ar-secondary-bg-rgb: 237, 241, 245;
    --ar-tertiary-color: rgba(87, 96, 113, 0.5);
    --ar-tertiary-color-rgb: 87, 96, 113;
    --ar-tertiary-bg: #f6f9fc;
    --ar-tertiary-bg-rgb: 246, 249, 252;
    --ar-heading-color: var(--ar-gray-900);
    --ar-link-color: #448c74;
    --ar-link-color-rgb: 68, 140, 116;
    --ar-link-decoration: underline;
    --ar-link-hover-color: #37715d;
    --ar-link-hover-color-rgb: 55, 113, 93;
    --ar-link-hover-decoration: none;
    --ar-code-color: #e3116c;
    --ar-highlight-color: #576071;
    --ar-highlight-bg: #fff3cd;
    --ar-border-width: 1px;
    --ar-border-style: solid;
    --ar-border-color: #e3e9ef;
    --ar-border-color-translucent: rgba(0, 0, 0, 0.1);
    --ar-border-radius: 1rem;
    --ar-border-radius-sm: calc(var(--ar-border-radius) * 0.75);
    --ar-border-radius-lg: calc(var(--ar-border-radius) * 1.125);
    --ar-border-radius-xl: calc(var(--ar-border-radius) * 1.5);
    --ar-border-radius-xxl: calc(var(--ar-border-radius) * 2.25);
    --ar-border-radius-2xl: var(--ar-border-radius-xxl);
    --ar-border-radius-pill: 50rem;
    --ar-box-shadow: 0 0.4375rem 1.25rem rgba(208, 208, 196, 0.32);
    --ar-box-shadow-sm: 0 0.375rem 0.75rem -0.125rem rgba(208, 208, 196, 0.24);
    --ar-box-shadow-lg: 0 0.5rem 1.75rem -0.125rem rgba(208, 208, 196, 0.48);
    --ar-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --ar-focus-ring-width: 0.25rem;
    --ar-focus-ring-opacity: 0.25;
    --ar-focus-ring-color: rgba(68, 140, 116, 0.25);
    --ar-form-valid-color: #3fca90;
    --ar-form-valid-border-color: #3fca90;
    --ar-form-invalid-color: #ed5050;
    --ar-form-invalid-border-color: #ed5050
}

:root[data-theme="dark"] {
  --bg: #121519;
  --bg-soft: #191c20;
  --ink: #f2f7fb;
  --muted: #98a8ba;
  --brand: #69b6a3;
  --brand-dark: #8fd0bf;
  --accent: #d9b663;
  --accent-label: #f3d36a;
  --ring: rgba(105, 182, 163, 0.34);
  --shadow: 0 14px 45px rgba(0, 0, 0, 0.4);
  --surface: #1a2332;
  --surface-strong: #171a1e;
  --surface-muted: #232d3a;
  --surface-line: rgba(255, 255, 255, 0.1);
  --icon-warning: #f0d566;
  --icon-primary: #66b8a3;
  --on-brand: #f2f7fb;
  --cta-input-border: rgba(242, 247, 251, 0.35);
  --cta-input-bg: rgba(242, 247, 251, 0.12);
  --cta-input-text: #f2f7fb;
  --cta-input-placeholder: rgba(242, 247, 251, 0.72);
  --cta-input-focus: rgba(242, 247, 251, 0.58);
  --toggle-glyph: #9fb2c7;
  --toggle-track: #3d7f6f;
  --hamburger-bar: #c5d3e0;
  --window-dot: #47586c;
  --text-strong-muted: #c5d3e0;
  --header-bg-top: rgba(18, 21, 25, 0.98);
  --header-bg-scrolled: rgba(23, 30, 40, 0.96);
  --hero-card-blue: #1e3147;
  --hero-card-green: #1f5c52;
  --hero-card-text: #edf6ff;
  --hero-card-muted: #c5d3e0;
  --noise-dot: rgba(255, 255, 255, 0.04);
  --ar-gray-100: #121519;
  --ar-gray-200: #191c20;
  --ar-gray-300: #232d3a;
  --ar-gray-400: #2b3746;
  --ar-gray-500: #6e7f93;
  --ar-gray-600: #98a8ba;
  --ar-gray-700: #c5d3e0;
  --ar-gray-800: #d8e1ea;
  --ar-gray-900: #f2f7fb;
  --ar-body-bg: #191c20;
  --ar-body-bg-rgb: 25, 28, 32;
  --ar-body-color: #98a8ba;
  --ar-body-color-rgb: 152, 168, 186;
  --ar-secondary-bg: #232d3a;
  --ar-secondary-bg-rgb: 35, 45, 58;
  --ar-border-color: rgba(255, 255, 255, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: var(--ar-gray-100);
}

body {
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: var(--ar-gray-100);
  line-height: 1.5;
}

.bg-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.08;
  background-image: radial-gradient(var(--noise-dot) 0.6px, transparent 0.6px);
  background-size: 3px 3px;
  z-index: -1;
}

.container {
  width: 100%;
  max-width: 1320px;
  padding-inline: 0.75rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.hero,
.feature-strip,
.workflow,
.albums,
.testimonials,
.integrations,
.pricing,
.cta,
.site-footer,
.page-band,
.detail-band {
  position: relative;
  z-index: 0;
}

.hero::before,
.feature-strip::before,
.workflow::before,
.albums::before,
.testimonials::before,
.integrations::before,
.pricing::before,
.cta::before,
.site-footer::before,
.page-band::before,
.detail-band::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -1;
}

.hero::before,
.workflow::before,
.testimonials::before,
.pricing::before,
.site-footer::before {
  background: var(--ar-gray-100);
}

.feature-strip::before,
.albums::before,
.integrations::before,
.cta::before {
  background: var(--ar-body-bg);
}

.page-band-soft::before,
.detail-band-soft::before {
  background: var(--ar-gray-100);
}

.page-band-light::before,
.detail-band-light::before {
  background: var(--ar-body-bg);
}



.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(8px);
  background: var(--header-bg-top);
  border-bottom: 1px solid var(--surface-line);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: var(--header-bg-scrolled);
  box-shadow: 0 8px 24px rgba(35, 52, 70, 0.08);
}

:root[data-theme="dark"] .site-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.site-header.menu-open {
  border-bottom-color: rgba(152, 168, 186, 0.22);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--ink);
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.brand-logo {
  width: auto;
  height: 44px;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}

.main-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.725rem 0.9rem;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--brand-dark);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 0;
  height: 42px;
  padding: 0 0.2rem;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--toggle-glyph);
  font: inherit;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
}

.theme-glyph {
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.theme-switch {
  width: 68px;
  height: 34px;
  border-radius: 999px;
  background: var(--toggle-track);
  position: relative;
  transition: background-color 180ms ease;
}

.theme-switch-thumb {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--toggle-thumb);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease;
}

:root[data-theme="dark"] .theme-switch-thumb {
  transform: translateX(34px);
}

:root[data-theme="dark"] .pill,
:root[data-theme="dark"] .eyebrow,
:root[data-theme="dark"] .shortcut-badge {
  color: var(--accent-label);
  background: var(--icon-warning);
}

.mobile-theme-toggle {
  width: auto;
  justify-content: center;
  margin-top: 0.35rem;
}

:root[data-theme="dark"] .detail-card ul {
  color: var(--text-strong-muted);
}

.main-nav a[aria-current="page"],
.mobile-nav a[aria-current="page"] {
  color: var(--brand-dark);
  font-weight: 700;
}

.mobile-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid var(--surface-line);
  background: var(--surface);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

@media (min-width: 992px) {
  .theme-toggle {
    margin-left: auto;
  }

  .site-header .nav-login,
  .site-header .nav-cta {
    min-height: 42px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .site-header .nav-login {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
    margin-left: 0.2rem;
  }

  .site-header .nav-cta {
    margin-left: -0.15rem;
  }
}

.mobile-nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background: var(--hamburger-bar);
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header.menu-open .mobile-nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.menu-open .mobile-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .mobile-nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--ar-border-radius);
  border: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 0.825rem 1.75rem;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--brand);
  color: var(--on-brand);
  box-shadow: 0 2px 8px rgba(79, 159, 139, 0.2);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--brand-dark);
}

.btn-ghost {
  border: 1px solid var(--surface-line);
  color: var(--ink);
  background: var(--surface);
}

.btn-login-subtle {
  color: var(--muted);
  border-color: color-mix(in srgb, var(--surface-line) 72%, transparent);
  background: color-mix(in srgb, var(--surface-muted) 68%, transparent);
  padding: 0.68rem 1.05rem;
  font-weight: 500;
  gap: 0.45rem;
}

.btn-login-subtle .btn-icon {
  width: 0.92rem;
  height: 0.92rem;
  flex: 0 0 auto;
  opacity: 0.86;
}

.btn-login-subtle:hover,
.btn-login-subtle:focus-visible {
  color: var(--ink);
  border-color: color-mix(in srgb, var(--surface-line) 88%, transparent);
  background: var(--surface);
}

:root[data-theme="dark"] .btn-ghost {
  border-color: rgba(152, 168, 186, 0.18);
  background: rgba(18, 28, 40, 0.72);
}

:root[data-theme="dark"] .btn-login-subtle {
  border-color: rgba(152, 168, 186, 0.2);
  background: rgba(18, 28, 40, 0.52);
}

.hero {
  padding: 4.8rem 0 2.3rem;
}

.hero .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  justify-items: center;
}

.page-hero {
  text-align: center;
  padding: 4rem 0 1.8rem;
}

.detail-band {
  padding: 2.2rem 0;
}

.page-hero h1 {
  max-width: 18ch;
  margin-inline: auto;
  font-size: calc(1.3875rem + 1.65vw);
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .page-hero h1 {
    font-size: 2.625rem;
  }
}

.hero-content {
  max-width: 780px;
  text-align: center;
  margin: 0 auto;
}

.hero-content h1 {
  font-size: calc(1.425rem + 2.1vw);
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .hero-content h1 {
    font-size: 3rem;
  }
}

.pill,
.eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--accent-label);
  background: rgba(240, 223, 168, 0.62);
  padding: 0.3rem 0.64rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Inter", sans-serif;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-top: 0.8rem;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

.lead {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 400;
}

@media (min-width: 1200px) {
  .lead {
    font-size: 1.5rem;
  }
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 600;
  line-height: 1.3;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.3875rem + 1.65vw);
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.625rem;
  }
}

.hero-stat-card {
  position: absolute;
  width: 220px;
  border-radius: 14px;
  padding: 0.9rem 0.85rem;
  border: 1px solid rgba(79, 159, 139, 0.18);
  font-size: 0.86rem;
  line-height: 1.35;
}

.hero-stat-card strong {
  display: block;
  font-size: 0.9rem;
  font-family: "Inter", sans-serif;
  margin-bottom: 0.3rem;
  color: var(--hero-card-text);
}

.hero-stat-card p {
  margin: 0;
  color: var(--hero-card-muted);
}

.hero-stat-card--left {
  left: -84px;
  top: 132px;
  background: var(--hero-card-blue);
}

.hero-stat-card--right {
  right: -80px;
  bottom: -28px;
  background: var(--hero-card-green);
  border-color: rgba(49, 115, 95, 0.55);
}

.hero-stat-card--right strong,
.hero-stat-card--right p {
  color: var(--on-brand);
}

.hero-visual {
  position: relative;
  width: min(920px, 100%);
  padding-top: 1.5rem;
}

.highlight {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 0.12em 0.04em;
}

.highlight::before {
  content: "";
  position: absolute;
  left: -0.24em;
  right: -0.24em;
  top: 50%;
  height: 0.9em;
  z-index: -1;
  background: url("hero-brush.svg") center / 100% 100% no-repeat;
  transform: translateY(-50%) rotate(-0.5deg);
  opacity: 0.98;
}

.highlight::after {
  content: none;
}

.hero-lead {
  max-width: 62ch;
  color: var(--muted);
  margin: 1rem auto 1.45rem;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .hero-lead {
    font-size: 1.5rem;
  }
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.trust-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.trust-list li {
  font-size: 0.88rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: var(--surface-muted);
  border: 1px solid var(--surface-line);
}

.app-window {
  background: linear-gradient(180deg, #fffffe, #f7f6f2);
  border: 1px solid var(--surface-line);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
  width: min(860px, 100%);
}

:root[data-theme="dark"] .app-window {
  background: linear-gradient(180deg, #182431, #13202c);
}

.window-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.52rem 0.72rem;
  border-bottom: 1px solid var(--surface-line);
}

.window-topbar > span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--window-dot);
  display: inline-block;
}

.topbar-title {
  justify-self: center;
  font-weight: 600;
  font-size: 0.79rem;
  color: var(--muted);
}

.shortcut-badge {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-label);
  background: rgba(240, 223, 168, 0.62);
  border-radius: 8px;
  padding: 0.25rem 0.4rem;
}

.app-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 300px;
}

.app-sidebar {
  border-right: 1px solid var(--surface-line);
  padding: 1rem 0.9rem;
}

.app-sidebar h3 {
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}

.app-sidebar a {
  display: block;
  text-decoration: none;
  color: var(--muted);
  margin: 0.5rem 0;
  font-size: 0.9rem;
}

.app-sidebar a.active {
  color: var(--brand-dark);
  font-weight: 700;
}

.kanban {
  display: grid;
  gap: 0.8rem;
  padding: 0.85rem;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
}

.kanban article {
  background: var(--surface-strong);
  border: 1px solid var(--surface-line);
  border-radius: 10px;
  padding: 0.68rem;
}

.kanban p {
  margin: 0.5rem 0;
  font-weight: 700;
}

.kanban small {
  color: var(--muted);
}

.feature-strip {
  padding: 2rem 0 2.5rem;
}

.feature-strip .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.feature-strip article {
  background: var(--surface);
  border: 1px solid var(--surface-line);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.feature-strip h3 {
  font-size: 1.14rem;
  margin: 0.85rem 0 0.4rem;
}

.feature-strip p {
  color: var(--muted);
  margin: 0.5rem 0 0;
}

.feature-svg {
  display: inline-block;
  margin-bottom: 0.9rem;
}

.feature-strip .text-warning {
  color: var(--icon-warning);
}

.feature-strip .text-primary {
  color: var(--icon-primary);
}

.detail-card .text-warning,
.price-head-label .text-warning,
.faq-item .text-warning {
  color: var(--icon-warning);
}

.detail-card .text-primary,
.price-head-label .text-primary,
.faq-item .text-primary {
  color: var(--icon-primary);
}

.feature-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.feature-icon.chat {
  border-radius: 50%;
  background: var(--icon-warning);
}

.feature-icon.chat::before {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 7px;
  width: 13px;
  height: 10px;
  background: var(--icon-warning);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.feature-icon.chat::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--icon-primary);
  box-shadow: 15px 0 0 var(--icon-primary), 30px 0 0 var(--icon-primary);
}

.feature-icon.pie::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: conic-gradient(var(--icon-primary) 0 74%, var(--icon-warning) 74% 100%);
}

.feature-icon.pie::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 34px;
  width: 14px;
  height: 14px;
  border-radius: 0 0 0 100%;
  background: var(--ar-gray-100);
}

.feature-icon.star::before {
  content: "";
  position: absolute;
  inset: 4px;
  background: linear-gradient(90deg, var(--icon-primary) 0 48%, var(--icon-warning) 52% 100%);
  clip-path: polygon(50% 4%, 62% 36%, 96% 36%, 68% 57%, 78% 92%, 50% 71%, 22% 92%, 32% 57%, 4% 36%, 38% 36%);
}

.feature-icon.bell::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 40px;
  height: 44px;
  border-radius: 22px 22px 18px 18px;
  background: var(--icon-primary);
}

.feature-icon.bell::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 8px;
  width: 12px;
  height: 8px;
  border-radius: 999px;
  background: var(--icon-warning);
}

.feature-icon.doc::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 14px;
  background: var(--icon-warning);
}

.feature-icon.doc::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  background: var(--icon-primary);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  box-shadow: -26px 18px 0 -5px var(--icon-primary), -26px 38px 0 -5px var(--icon-primary);
}

.feature-icon.shield::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 8px;
  width: 40px;
  height: 50px;
  background: var(--icon-warning);
  clip-path: polygon(50% 0, 100% 14%, 100% 68%, 50% 100%, 0 68%, 0 14%);
}

.feature-icon.shield::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 30px;
  width: 14px;
  height: 8px;
  border-left: 5px solid var(--icon-primary);
  border-bottom: 5px solid var(--icon-primary);
  transform: rotate(-45deg);
}

.detail-section {
  margin: 0.6rem auto 2.3rem;
}

.detail-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.detail-card {
  border-radius: 12px;
  border: 1px solid var(--surface-line);
  background: var(--surface);
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.detail-card .feature-icon {
  width: 52px;
  height: 52px;
  margin: 0 0 0.75rem;
}

.detail-card .feature-svg {
  width: 52px;
  height: 52px;
  margin: 0 0 0.75rem;
}

.detail-card h3 {
  font-size: 1.08rem;
}

.detail-card p {
  color: var(--muted);
  margin: 0.55rem 0 0.7rem;
}

.detail-card ul {
  margin: 0;
  padding-left: 1.05rem;
  color: var(--text-strong-muted);
}

.detail-card li + li {
  margin-top: 0.35rem;
}

.price-table {
  margin-top: 1.2rem;
  border-radius: 14px;
  border: 1px solid var(--surface-line);
  overflow: hidden;
  background: var(--surface);
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 0.85rem 0.95rem;
  border-bottom: 1px solid var(--surface-line);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-head {
  background: rgba(79, 159, 139, 0.14);
  font-weight: 700;
}

.price-head-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.price-head-label .feature-icon {
  width: 24px;
  height: 24px;
  margin: 0;
}

.price-head-label .feature-svg {
  width: 24px;
  height: 24px;
  margin: 0;
}

.faq-list {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  border-radius: 12px;
  border: 1px solid var(--surface-line);
  background: var(--surface);
  padding: 0.95rem;
}

.faq-item h3 {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
}

.faq-item h3 .feature-icon {
  width: 26px;
  height: 26px;
  margin: 0;
  flex: 0 0 auto;
}

.faq-item h3 .feature-svg {
  width: 26px;
  height: 26px;
  margin: 0;
  flex: 0 0 auto;
}

/* Icon spacing baseline (desktop) */
.feature-strip .feature-svg {
  margin-bottom: 1rem;
}

.detail-card .feature-svg {
  margin-bottom: 0.8rem;
}

.faq-item h3 .feature-svg {
  margin-right: 0.05rem;
}

.faq-item p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.workflow {
  padding: 2.5rem 0;
}

.section-head h2 {
  margin-top: 0.7rem;
  font-size: calc(1.3875rem + 1.65vw);
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .section-head h2 {
    font-size: 2.625rem;
  }
}

.timeline {
  margin: 1.35rem 0 0;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.timeline li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--surface-line);
  border-radius: 11px;
  background: var(--surface-muted);
}

.timeline li span {
  color: var(--muted);
  text-align: right;
}

.albums {
  padding: 2.2rem 0;
}

.albums .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: center;
}

.album-content h2 {
  margin: 0.7rem 0 0.8rem;
  font-size: calc(1.3875rem + 1.65vw);
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .album-content h2 {
    font-size: 2.625rem;
  }
}

.album-content p {
  color: var(--muted);
  margin-bottom: 1.2rem;
}

.album-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.album-grid figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--surface-line);
  background: var(--surface-strong);
}

.album-grid figure:last-child {
  grid-column: span 2;
}

.album-grid img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  display: block;
}

.album-grid figcaption {
  padding: 0.55rem 0.75rem 0.7rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.pricing {
  padding: 2rem 0;
}

.pricing-card {
  border: 1px solid var(--surface-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem;
  background: var(--surface);
  text-align: center;
}

:root[data-theme="dark"] .pricing-card {
  box-shadow: var(--shadow);
}

.pricing-card h2 {
  margin-top: 0.7rem;
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .pricing-card h2 {
    font-size: 2rem;
  }
}

.pricing-card p {
  color: var(--muted);
}

.price {
  margin: 1rem 0 1.1rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 500;
}

.cta {
  padding: 2rem 0 3rem;
}

.cta-box {
  padding: 2rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--ar-primary) 0%, var(--brand) 100%);
  color: var(--on-brand);
  box-shadow: var(--shadow);
  text-align: center;
}

.cta-box h2 {
  max-width: 22ch;
  font-size: calc(1.3875rem + 1.65vw);
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .cta-box h2 {
    font-size: 2.625rem;
  }
}

.cta-box p {
  color: rgba(251, 255, 252, 0.88);
}

.cta-form {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cta-form input {
  flex: 1;
  min-width: 230px;
  border: 1px solid var(--cta-input-border);
  background: var(--cta-input-bg);
  border-radius: 999px;
  padding: 0.72rem 0.9rem;
  color: var(--cta-input-text);
}

.cta-form input::placeholder {
  color: var(--cta-input-placeholder);
}

.cta-form input:focus-visible {
  outline: 2px solid var(--cta-input-focus);
  outline-offset: 1px;
}

.site-footer {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.testimonials {
  padding: 3rem 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.testimonial {
  border: 1px solid var(--surface-line);
  border-radius: 12px;
  background: var(--surface);
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.testimonial blockquote {
  margin: 0;
}

.testimonial p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  font-style: italic;
}

.testimonial footer {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.testimonial strong {
  color: var(--ink);
  font-weight: 700;
  font-size: 0.95rem;
}

.testimonial span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 500;
}

.curved-divider {
  width: 100%;
  height: 60px;
  color: var(--bg-soft);
  overflow: hidden;
  margin: 1rem 0 -1px;
}

.curved-divider svg {
  width: 100%;
  height: 100%;
  display: block;
}

.integrations {
  padding: 3rem 0;
}

.integrations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.integration-card {
  text-align: center;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--surface-line);
  background: var(--surface);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.integration-icon {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
  display: block;
}

.integration-card h3 {
  font-size: 1.05rem;
  margin: 0.8rem 0;
}

.integration-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

.site-footer {
  border-top: 1px solid var(--surface-line);
  padding: 2rem 0;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--ink);
}

.footer-section p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section li {
  margin-bottom: 0.65rem;
}

.footer-section a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 160ms ease;
}

.footer-section a:hover {
  color: var(--brand-dark);
}

.footer-divider {
  height: 1px;
  background: var(--surface-line);
  margin: 1.5rem 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  transition: color 160ms ease;
}

.footer-social a:hover {
  color: var(--brand-dark);
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  animation: rise 620ms cubic-bezier(0.26, 0.89, 0.41, 0.99) forwards;
}

.delay-1 {
  animation-delay: 120ms;
}

.delay-2 {
  animation-delay: 200ms;
}

.delay-3 {
  animation-delay: 290ms;
}

.delay-4 {
  animation-delay: 360ms;
}

.delay-5 {
  animation-delay: 430ms;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .nav-cta,
  .nav-login,
  .main-nav {
    display: none;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .mobile-nav {
    display: block;
    position: sticky;
    top: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border-top: 1px solid transparent;
    background: rgba(243, 246, 249, 0.98);
    transition: max-height 220ms ease, padding 220ms ease, border-color 220ms ease;
  }

  :root[data-theme="dark"] .mobile-nav {
    background: rgba(11, 18, 27, 0.96);
  }

  .site-header.menu-open .mobile-nav {
    max-height: 390px;
    padding: 0.7rem 0 0.9rem;
    border-top-color: rgba(44, 62, 82, 0.12);
  }

  .mobile-nav a:not(.btn) {
    display: block;
    text-decoration: none;
    color: var(--muted);
    padding: 0.725rem 0.2rem;
    font-size: 1rem;
    font-weight: 500;
  }

  .mobile-nav .btn {
    display: inline-flex;
    margin-top: 0.4rem;
  }

  .mobile-nav .btn-primary {
    width: 100%;
    justify-content: center;
    margin-top: 0.6rem;
  }

  .albums .container {
    grid-template-columns: 1fr;
  }

  .hero-stat-card {
    display: none;
  }

  .feature-strip .container,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .feature-strip .feature-svg {
    width: 70px;
    height: 70px;
    margin-bottom: 0.85rem;
  }

  .detail-card .feature-svg {
    width: 48px;
    height: 48px;
    margin-bottom: 0.7rem;
  }

  .price-head-label .feature-svg {
    width: 22px;
    height: 22px;
  }

  .faq-item h3 .feature-svg {
    width: 24px;
    height: 24px;
  }

  .timeline li {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline li span {
    text-align: left;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .integrations-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .hero {
    padding-top: 3.2rem;
  }

  .page-hero {
    padding-top: 3.1rem;
  }

  .kanban {
    grid-template-columns: 1fr;
  }

  .app-grid {
    grid-template-columns: 1fr;
  }

  .app-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 44, 38, 0.08);
  }

  .album-grid {
    grid-template-columns: 1fr;
  }

  .album-grid figure:last-child {
    grid-column: span 1;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .logo-card img {
    max-height: 96px;
  }

  .feature-strip .feature-svg {
    width: 64px;
    height: 64px;
    margin-bottom: 0.75rem;
  }

  .detail-card .feature-svg {
    width: 44px;
    height: 44px;
    margin-bottom: 0.62rem;
  }

  .price-head-label .feature-svg {
    width: 20px;
    height: 20px;
  }

  .faq-item h3 .feature-svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 575.98px) {
  .hero {
    padding-top: 2.9rem;
  }

  .page-hero {
    padding-top: 2.7rem;
  }

  .feature-strip .feature-svg {
    width: 58px;
    height: 58px;
    margin-bottom: 0.62rem;
  }

  .detail-card .feature-svg {
    width: 40px;
    height: 40px;
    margin-bottom: 0.55rem;
  }

  .price-head-label .feature-svg,
  .faq-item h3 .feature-svg {
    width: 20px;
    height: 20px;
  }
}
