:root {
  --ink: #102a2c;
  --ink-soft: #52696a;
  --ink-faint: #768889;
  --paper: #f7faf9;
  --surface: #ffffff;
  --line: #dce8e5;
  --mint: #1cb79b;
  --mint-dark: #0f806f;
  --mint-pale: #e7f8f3;
  --blue: #4f7edb;
  --blue-pale: #edf3ff;
  --amber: #d99b36;
  --amber-pale: #fff4df;
  --navy: #143f43;
  --shadow: 0 24px 70px rgba(21, 63, 67, 0.11);
  --shadow-small: 0 12px 36px rgba(21, 63, 67, 0.08);
  --radius: 24px;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

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

.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;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--navy);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(247, 250, 249, 0.82);
  backdrop-filter: blur(18px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.scrolled {
  border-color: rgba(220, 232, 229, 0.9);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 7px 30px rgba(21, 63, 67, 0.05);
}

.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 31px;
  height: 31px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  padding: 5px;
  border-radius: 9px;
  background: linear-gradient(145deg, #1cc2a2, #118d7c);
  box-shadow: 0 7px 18px rgba(28, 183, 155, 0.25);
  transform: rotate(5deg);
}

.brand-mark span {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.96);
}

.brand-mark span:nth-child(2),
.brand-mark span:nth-child(3) {
  opacity: 0.72;
}

.brand-name {
  font-size: 20px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.site-nav a {
  position: relative;
  color: #3c5657;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--mint);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--mint-dark);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 150px 0 90px;
  background:
    linear-gradient(rgba(20, 63, 67, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 63, 67, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 78% 30%, rgba(28, 183, 155, 0.09), transparent 28%);
  background-size: 52px 52px, 52px 52px, auto;
}

.hero::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -360px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(28, 183, 155, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(28, 183, 155, 0.025), 0 0 0 160px rgba(28, 183, 155, 0.018);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}

.hero-glow-one {
  top: 145px;
  right: 7%;
  width: 310px;
  height: 310px;
  background: rgba(127, 225, 205, 0.17);
}

.hero-glow-two {
  bottom: 90px;
  left: -130px;
  width: 300px;
  height: 300px;
  background: rgba(79, 126, 219, 0.07);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 70px;
  align-items: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--mint-dark);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: var(--mint);
}

.hero h1 {
  margin: 0;
  font-size: clamp(48px, 5.2vw, 72px);
  line-height: 1.12;
  letter-spacing: -0.065em;
}

.hero h1 em {
  color: var(--mint-dark);
  font-style: normal;
}

.hero-lead {
  max-width: 580px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 720;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

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

.button:hover svg {
  transform: translateX(3px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #17aa90, #0d806f);
  box-shadow: 0 12px 30px rgba(15, 128, 111, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 16px 34px rgba(15, 128, 111, 0.3);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: #b8cfca;
  background: #fff;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  margin: 28px 0 0;
  color: var(--ink-faint);
  font-size: 12px;
  list-style: none;
}

.hero-notes li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hero-notes svg {
  width: 16px;
  height: 16px;
  color: var(--mint);
}

.hero-product {
  position: relative;
  min-width: 0;
  perspective: 1200px;
}

.product-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(196, 218, 212, 0.88);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotateY(-3deg) rotateX(1deg);
  transform-origin: center;
}

.window-topbar {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid #e9efed;
  background: #fbfdfc;
}

.window-dots {
  display: flex;
  gap: 5px;
}

.window-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cfdad8;
}

.window-dots span:first-child {
  background: #ef9d8e;
}

.window-dots span:nth-child(2) {
  background: #e9c371;
}

.window-dots span:last-child {
  background: #75c8ad;
}

.window-title {
  color: #78908d;
  font-size: 10px;
  font-weight: 650;
}

.window-user {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  justify-self: end;
  border-radius: 8px;
  color: #fff;
  background: var(--navy);
  font-size: 8px;
  font-weight: 700;
}

.window-body {
  min-height: 415px;
  display: grid;
  grid-template-columns: 66px 1fr;
}

.window-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 18px 12px;
  background: #143f43;
}

.mini-logo {
  width: 26px;
  height: 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: var(--mint);
}

.mini-logo span {
  border-radius: 2px;
  background: #fff;
}

.side-item {
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 8px;
  border-radius: 9px;
  opacity: 0.55;
}

.side-item.active {
  background: rgba(255, 255, 255, 0.12);
  opacity: 1;
}

.side-item i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 2px;
  background: #eaf8f5;
}

.side-item b {
  width: 15px;
  height: 3px;
  border-radius: 9px;
  background: rgba(234, 248, 245, 0.65);
}

.window-content {
  padding: 23px;
  background: #f7faf9;
}

.content-heading,
.card-title,
.form-heading,
.form-actions,
.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-heading > div,
.card-title > div,
.form-heading > div,
.panel-header > div {
  display: flex;
  flex-direction: column;
}

.content-heading span,
.content-heading strong,
.card-title strong,
.card-title small,
.form-heading strong,
.form-heading small,
.panel-header small,
.panel-header strong {
  line-height: 1.45;
}

.content-heading span {
  color: #78908d;
  font-size: 8px;
}

.content-heading strong {
  font-size: 15px;
}

.content-heading button,
.form-actions button {
  padding: 7px 12px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--mint-dark);
  font-size: 8px;
}

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

.summary-row article {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px;
  border: 1px solid #e6efed;
  border-radius: 12px;
  background: #fff;
}

.summary-row article > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.summary-row small {
  overflow: hidden;
  color: #829491;
  font-size: 7px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.summary-row strong {
  overflow: hidden;
  font-size: 9px;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.summary-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  border-radius: 8px;
}

.summary-icon.mint {
  background: var(--mint-pale);
  box-shadow: inset 0 0 0 7px rgba(28, 183, 155, 0.25);
}

.summary-icon.blue {
  background: var(--blue-pale);
  box-shadow: inset 0 0 0 7px rgba(79, 126, 219, 0.2);
}

.summary-icon.amber {
  background: var(--amber-pale);
  box-shadow: inset 0 0 0 7px rgba(217, 155, 54, 0.2);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.85fr;
  gap: 10px;
  margin-top: 10px;
}

.activity-card,
.overview-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e6efed;
  border-radius: 12px;
  background: #fff;
}

.card-title strong {
  font-size: 9px;
}

.card-title small,
.card-title > span {
  color: #849693;
  font-size: 6px;
}

.activity-card ul {
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
}

.activity-card li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eef3f1;
}

.activity-card li:last-child {
  border-bottom: 0;
}

.activity-card li > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.activity-card li strong,
.activity-card li small,
.activity-card time {
  overflow: hidden;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-card li strong {
  font-size: 7px;
}

.activity-card li small,
.activity-card time {
  color: #91a09e;
  font-size: 6px;
}

.file-icon {
  width: 20px;
  height: 22px;
  border-radius: 5px;
  background: var(--mint-pale);
}

.file-blue {
  background: var(--blue-pale);
}

.file-amber {
  background: var(--amber-pale);
}

.ring {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  margin: 17px auto 12px;
  border-radius: 50%;
  background: conic-gradient(var(--mint) 0 69%, #e6f0ed 69% 100%);
}

.ring::before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
}

.ring span {
  position: absolute;
  font-size: 8px;
  font-weight: 700;
}

.ring-legend {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #849693;
  font-size: 6px;
}

.ring-legend span {
  display: flex;
  align-items: center;
  gap: 3px;
}

.ring-legend i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mint);
}

.ring-legend span:last-child i {
  background: #dfeae7;
}

.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(215, 230, 226, 0.94);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 35px rgba(21, 63, 67, 0.13);
  backdrop-filter: blur(10px);
}

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

.floating-card-bottom {
  bottom: -34px;
  left: 27px;
}

.floating-card > div {
  display: flex;
  flex-direction: column;
}

.floating-card small,
.floating-card strong {
  line-height: 1.5;
}

.floating-card small {
  color: #879a96;
  font-size: 8px;
}

.floating-card strong {
  font-size: 10px;
}

.floating-icon,
.floating-avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--mint-dark);
  background: var(--mint-pale);
}

.floating-icon svg {
  width: 18px;
  height: 18px;
}

.floating-avatar {
  border-radius: 50%;
  color: #fff;
  background: var(--mint);
  font-size: 14px;
  font-weight: 800;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: #fff;
}

.trust-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.trust-inner > p {
  margin: 0;
  color: var(--ink-faint);
  font-size: 12px;
  font-weight: 650;
}

.trust-items {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #486061;
  font-size: 13px;
  font-weight: 650;
}

.trust-items i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b2c5c1;
}

.section {
  padding: 120px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 50px;
}

.section-heading h2,
.workflow-copy h2,
.about-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.24;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child,
.workflow-copy > p,
.about-copy > p {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.9;
}

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

.feature-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  border-color: #bdd8d2;
  box-shadow: var(--shadow-small);
  transform: translateY(-5px);
}

.feature-card.featured {
  grid-row: span 2;
  min-height: 678px;
  color: #f4fffc;
  border-color: transparent;
  background: linear-gradient(155deg, #17494c 0%, #12383b 52%, #0d302f 100%);
}

.feature-number {
  position: absolute;
  top: 26px;
  right: 28px;
  color: #9bafab;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.featured .feature-number {
  color: rgba(255, 255, 255, 0.43);
}

.feature-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 27px;
  border-radius: 16px;
  color: var(--mint-dark);
  background: var(--mint-pale);
}

.feature-icon svg {
  width: 27px;
  height: 27px;
}

.featured .feature-icon {
  color: #dffbf5;
  background: rgba(58, 211, 180, 0.14);
}

.feature-card h3 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.85;
}

.featured p {
  color: rgba(226, 242, 239, 0.75);
}

.feature-visual {
  position: absolute;
  right: 26px;
  bottom: 30px;
  left: 26px;
  height: 290px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.025);
  background-size: 32px 32px;
}

.people-visual .person {
  position: absolute;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 5px solid #153e40;
  border-radius: 50%;
  color: #fff;
  background: #2a716d;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.people-visual .p1 {
  top: 45px;
  left: 44px;
}

.people-visual .p2 {
  top: 106px;
  right: 38px;
  background: #397d9c;
}

.people-visual .p3 {
  bottom: 40px;
  left: 70px;
  background: #987641;
}

.connector {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgba(92, 222, 196, 0.8), rgba(92, 222, 196, 0.06));
  transform-origin: left;
}

.connector.c1 {
  top: 85px;
  left: 90px;
  width: 135px;
  transform: rotate(25deg);
}

.connector.c2 {
  top: 123px;
  left: 109px;
  width: 104px;
  transform: rotate(102deg);
}

.people-visual b {
  position: absolute;
  top: 124px;
  left: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(119, 229, 207, 0.36);
  border-radius: 28px;
  color: #e9fffa;
  background: linear-gradient(145deg, rgba(40, 173, 149, 0.58), rgba(25, 104, 97, 0.62));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  font-size: 11px;
  transform: translate(-50%, -50%) rotate(-3deg);
}

.workflow {
  overflow: hidden;
  background: #eef5f3;
}

.workflow-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 80px;
  align-items: center;
}

.steps {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
  padding: 15px 17px;
  border: 1px solid transparent;
  border-radius: 15px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.steps li.active,
.steps li:hover {
  border-color: #d6e7e3;
  background: rgba(255, 255, 255, 0.75);
}

.steps li > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--mint-dark);
  background: #dff2ed;
  font-size: 12px;
  font-weight: 760;
}

.steps li.active > span {
  color: #fff;
  background: var(--mint-dark);
  box-shadow: 0 8px 20px rgba(15, 128, 111, 0.22);
}

.steps h3,
.steps p {
  margin: 0;
}

.steps h3 {
  font-size: 15px;
}

.steps p {
  margin-top: 2px;
  color: var(--ink-faint);
  font-size: 12px;
}

.workflow-panel {
  overflow: hidden;
  border: 1px solid #d8e5e2;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.panel-header {
  min-height: 74px;
  padding: 14px 22px;
  border-bottom: 1px solid #e6eeec;
}

.panel-header small {
  color: var(--mint-dark);
  font-size: 9px;
  font-weight: 700;
}

.panel-header strong {
  font-size: 15px;
}

.panel-header > span {
  padding: 5px 9px;
  border-radius: 99px;
  color: var(--mint-dark);
  background: var(--mint-pale);
  font-size: 8px;
  font-weight: 700;
}

.panel-layout {
  min-height: 390px;
  display: grid;
  grid-template-columns: 155px 1fr;
}

.panel-tabs {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 14px;
  border-right: 1px solid #e7efed;
  background: #f8fbfa;
}

.panel-tabs button {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border: 0;
  border-radius: 9px;
  color: #708481;
  background: transparent;
  font-size: 9px;
  text-align: left;
}

.panel-tabs button.active {
  color: var(--mint-dark);
  background: var(--mint-pale);
  font-weight: 700;
}

.panel-tabs i {
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 4px;
  opacity: 0.75;
}

.panel-form {
  padding: 25px;
}

.form-heading {
  padding-bottom: 18px;
  border-bottom: 1px solid #ebf1ef;
}

.form-heading strong {
  font-size: 13px;
}

.form-heading small {
  color: #869895;
  font-size: 8px;
}

.form-heading > span {
  color: var(--mint-dark);
  font-size: 8px;
  font-weight: 700;
}

.field-row {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #edf2f0;
  font-size: 9px;
}

.field-row label {
  color: #81928f;
}

.field-row div {
  padding: 8px 10px;
  border: 1px solid #dfebe8;
  border-radius: 8px;
  color: #3f5859;
  background: #fbfdfc;
}

.field-large div {
  min-height: 52px;
}

.form-actions {
  margin-top: 18px;
}

.form-actions span {
  color: #92a19f;
  font-size: 7px;
}

.about {
  color: #ecfaf7;
  background: var(--navy);
}

.about-card {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 90px;
  align-items: center;
  padding: 70px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(51, 193, 164, 0.18), transparent 38%),
    rgba(255, 255, 255, 0.025);
}

.eyebrow.light {
  color: #8ce0cf;
}

.about-copy > p {
  color: rgba(224, 241, 237, 0.72);
}

.company-facts {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.company-facts div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.company-facts div:last-child {
  border-bottom: 0;
}

.company-facts dt {
  color: rgba(205, 229, 224, 0.58);
  font-size: 11px;
}

.company-facts dd {
  margin: 0;
  color: #f2fffc;
  font-size: 12px;
  font-weight: 620;
}

.privacy {
  background: #fff;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
  align-items: start;
}

.section-heading.compact {
  margin: 0;
}

.privacy-copy {
  padding: 30px 34px;
  border-left: 3px solid var(--mint);
  border-radius: 0 16px 16px 0;
  background: #f4f9f7;
}

.privacy-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.9;
}

.privacy-copy p + p {
  margin-top: 14px;
}

.site-footer {
  color: #dcecea;
  background: #0c2b2e;
}

.footer-main {
  min-height: 154px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand-footer {
  color: #fff;
}

.footer-brand p {
  margin: 8px 0 0 43px;
  color: #88a5a2;
  font-size: 12px;
}

.footer-links {
  display: flex;
  gap: 28px;
}

.footer-links a {
  color: #9db7b4;
  font-size: 12px;
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
}

.footer-bottom {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #76928f;
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #b8d7d2;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 90px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-product {
    width: min(760px, 94%);
    margin-inline: auto;
  }

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

  .feature-card.featured {
    min-height: 480px;
    grid-row: span 1;
  }

  .feature-visual {
    height: 190px;
  }

  .workflow-grid,
  .privacy-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .workflow-copy {
    max-width: 680px;
  }

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

  .steps li {
    grid-template-columns: 36px 1fr;
    padding: 13px;
  }

  .about-card {
    gap: 50px;
    padding: 52px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .header-inner {
    height: 68px;
  }

  .menu-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 10px 16px 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 30px rgba(21, 63, 67, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

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

  .site-nav a {
    padding: 13px 10px;
    border-bottom: 1px solid #eef3f1;
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a::after {
    display: none;
  }

  .hero {
    padding: 122px 0 82px;
  }

  .hero-grid {
    gap: 72px;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions .button {
    flex: 1 1 150px;
  }

  .product-window {
    transform: none;
  }

  .window-body {
    min-height: 345px;
    grid-template-columns: 48px 1fr;
  }

  .window-sidebar {
    padding-inline: 7px;
  }

  .side-item {
    width: 34px;
    padding-inline: 6px;
  }

  .window-content {
    padding: 14px;
  }

  .summary-row {
    grid-template-columns: 1fr;
  }

  .summary-row article:nth-child(n+2) {
    display: none;
  }

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

  .overview-card {
    display: none;
  }

  .floating-card-top {
    top: -28px;
    right: -8px;
  }

  .floating-card-bottom {
    bottom: -31px;
    left: 15px;
  }

  .trust-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-block: 22px;
  }

  .trust-items {
    width: 100%;
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .trust-items i {
    display: none;
  }

  .section {
    padding: 88px 0;
  }

  .section-heading {
    margin-bottom: 36px;
  }

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

  .feature-card,
  .feature-card.featured {
    min-height: 310px;
  }

  .feature-card.featured {
    min-height: 470px;
  }

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

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

  .panel-tabs {
    flex-direction: row;
    overflow-x: auto;
    padding: 12px;
    border-right: 0;
    border-bottom: 1px solid #e7efed;
  }

  .panel-tabs button {
    flex: 0 0 auto;
  }

  .panel-form {
    padding: 18px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .about-card {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 35px 25px;
    border-radius: 24px;
  }

  .company-facts div {
    grid-template-columns: 76px 1fr;
    padding-inline: 15px;
  }

  .privacy-copy {
    padding: 24px;
  }

  .footer-main {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 36px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 35px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 17px;
  }
}

@media (max-width: 430px) {
  .hero-product {
    width: 100%;
  }

  .floating-card {
    padding: 9px 11px;
  }

  .floating-icon,
  .floating-avatar {
    width: 28px;
    height: 28px;
  }

  .window-topbar {
    padding-inline: 10px;
  }

  .feature-card {
    padding: 26px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
