.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 248, 240, 0.82);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  transition:
    border-color var(--transition),
    box-shadow var(--transition);
}

.site-header.is-scrolled {
  border-bottom-color: var(--border);
  box-shadow: 0 12px 30px rgba(28, 64, 65, 0.08);
}

.site-header__bar,
.site-header__panel,
.site-nav,
.site-header__actions,
.breadcrumb,
.cross-sell,
.site-footer__bottom {
  display: flex;
  align-items: center;
}

.site-header__bar {
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
}

.site-header__panel {
  gap: 18px;
}

.site-nav {
  gap: 18px;
}

.site-header__actions {
  gap: 10px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--highlight), var(--secondary-soft));
  color: var(--primary);
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(15, 118, 110, 0.16);
}

.brand__mark-primary {
  font-size: 1rem;
  line-height: 1;
}

.brand__mark-dot {
  position: absolute;
  right: 8px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--secondary);
}

.brand__mark--footer {
  flex: 0 0 38px;
}

.brand__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand__text strong {
  font-size: 1.05rem;
  line-height: 1.1;
}

.brand__text span {
  color: var(--text-faint);
  font-size: 0.76rem;
}

.site-nav__link,
.product-menu summary {
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 600;
}

.site-nav__link:hover,
.product-menu summary:hover,
.footer-link-list a:hover {
  color: var(--text);
}

.product-menu {
  position: relative;
}

.product-menu summary {
  list-style: none;
  cursor: pointer;
}

.product-menu summary::after {
  content: "▼";
  margin-left: 8px;
  color: var(--text-faint);
  font-size: 0.62rem;
}

.product-menu[open] summary::after {
  content: "▲";
}

.product-menu summary::-webkit-details-marker {
  display: none;
}

.product-menu__panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 210px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.product-menu__link {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--text-soft);
}

.product-menu__link:hover {
  background: var(--highlight);
  color: var(--text);
}

.nav-toggle {
  display: none;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  background: var(--surface);
  color: var(--text);
  font-weight: 700;
}

.page-hero {
  padding: 56px 0 72px;
}

.page-hero--home {
  padding: 40px 0 60px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 0%, rgba(15, 118, 110, 0.05), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(234, 88, 12, 0.05), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(15, 118, 110, 0.08), transparent 40%),
    linear-gradient(180deg, #FFFFFF 0%, var(--bg) 100%);
}

.page-hero--home::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 118, 110, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.5;
  pointer-events: none;
}

.page-hero--product {
  background:
    radial-gradient(circle at 12% 78%, rgba(15, 118, 110, 0.1), transparent 24%),
    radial-gradient(circle at top right, rgba(234, 122, 84, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 251, 246, 0.96), rgba(244, 234, 221, 0.52) 72%);
}

.breadcrumb {
  gap: 8px;
  margin-bottom: 24px;
  color: var(--text-faint);
  font-size: 0.88rem;
}

.breadcrumb a {
  color: var(--text-soft);
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.5rem, 5.2vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.hero-text {
  max-width: 640px;
  margin-top: 18px;
  font-size: 1rem;
}

.hero-text--soft {
  color: var(--text-faint);
}

.hero-copy .button-row {
  margin-top: 24px;
}

.hero-copy .pill-list {
  margin-top: 20px;
}

.home-stage {
  position: relative;
  min-height: clamp(560px, calc(100svh - 148px), 660px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 12px;
}

.home-center {
  position: relative;
  z-index: 2;
  max-width: 660px;
  text-align: center;
}

.home-center h1 {
  max-width: 640px;
  margin: 0 auto;
  font-size: clamp(2.9rem, 6.1vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.home-center h1 span {
  display: block;
}

.home-title-soft {
  font-size: 0.84em;
  color: rgba(15, 118, 110, 0.42);
}

.home-center .hero-text {
  max-width: 520px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.02rem;
}

.home-center .button-row,
.home-center .pill-list {
  justify-content: center;
}

.home-center .button-row {
  margin-top: 22px;
}

.home-center .pill-list {
  margin-top: 16px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  margin-bottom: 16px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-pill);
  background: rgba(255, 250, 244, 0.94);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(24, 61, 64, 0.08);
}

.home-floating-card {
  position: absolute;
  width: 240px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-strong), inset 0 2px 4px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  animation: float-card var(--float-duration, 7.4s) ease-in-out infinite alternate;
  animation-delay: var(--float-delay, 0s);
  transition: transform var(--transition);
}

.home-floating-card:hover {
  z-index: 10;
}

.home-floating-card h3 {
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--text);
}

.home-floating-card p {
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.home-floating-card--note {
  top: 56px;
  left: 10px;
  width: 278px;
  background: linear-gradient(135deg, rgba(255, 244, 223, 0.85), rgba(255, 229, 214, 0.75));
  --float-tilt: -4deg;
  --float-delay: -1.2s;
  --float-duration: 8.2s;
  --float-shift: 16px;
}

.home-floating-card--note p {
  color: #7b6454;
}

.home-floating-card--manager {
  top: 62px;
  right: 24px;
  width: 256px;
  background: linear-gradient(135deg, rgba(235, 252, 248, 0.85), rgba(222, 244, 241, 0.75));
  --float-delay: -3.4s;
  --float-duration: 7.8s;
  --float-shift: 14px;
}

.home-floating-card--skills {
  left: 28px;
  bottom: 46px;
  width: 236px;
  background: linear-gradient(135deg, rgba(255, 243, 214, 0.85), rgba(255, 234, 194, 0.75));
  --float-delay: -2.1s;
  --float-duration: 6.9s;
  --float-shift: 10px;
}

.home-floating-card--tags {
  right: 72px;
  bottom: 40px;
  width: 214px;
  background: linear-gradient(135deg, rgba(242, 248, 255, 0.85), rgba(233, 242, 255, 0.75));
  --float-delay: -4.1s;
  --float-duration: 6.4s;
  --float-shift: 11px;
}

.home-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-chip {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 11px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 700;
}

.home-chip--mint {
  background: #e3f6f2;
  color: #0f766e;
}

.home-chip--blue {
  background: #e9f1ff;
  color: #325a93;
}

.home-chip--amber {
  background: #fff0d1;
  color: #9a6712;
}

.hero-visual {
  min-width: 0;
}

.suite-panel {
  display: grid;
  gap: 18px;
}

.suite-panel__main {
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.96), rgba(240, 249, 247, 0.92));
}

.suite-panel__side {
  display: grid;
  gap: 18px;
}

.preview-window {
  overflow: hidden;
  box-shadow: var(--shadow-strong);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 241, 0.96));
}

.preview-window__bar {
  display: flex;
  gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(90deg, rgba(15, 118, 110, 0.08), rgba(234, 122, 84, 0.08));
  color: var(--text-faint);
  font-size: 0.84rem;
  font-weight: 700;
}

.preview-window__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.92fr);
  gap: 18px;
  padding: 18px;
}

.metric-card {
  background: linear-gradient(180deg, rgba(255, 244, 223, 0.84), rgba(255, 251, 242, 0.94));
}

.feature-card--large {
  min-height: 100%;
}

.step-card {
  flex: 1 1 220px;
}

.step-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--highlight), var(--secondary-soft));
  color: var(--primary-strong);
  font-weight: 800;
}

.download-panel {
  padding: 30px;
  box-shadow: var(--shadow-strong);
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.96), rgba(239, 250, 247, 0.94));
}

.download-grid {
  margin-top: 24px;
}

.cross-sell {
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.screenshot-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gallery-image {
  display: block;
  width: 100%;
  margin-top: 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fffdfa;
  box-shadow: var(--shadow);
}

.site-footer {
  padding: 24px 0 32px;
  border-top: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.96), rgba(245, 238, 230, 0.98));
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.site-footer__brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.site-footer__brand strong,
.footer-group__title {
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 800;
}

.footer-link-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.site-footer__bottom {
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  color: var(--text-faint);
  font-size: 0.84rem;
}
