:root {
  --ink: #183344;
  --text: #536d78;
  --muted: #8aa1a9;
  --green: #18c65f;
  --green-dark: #087946;
  --blue: #1684ff;
  --mint: #effbf5;
  --line: rgba(13, 95, 60, .12);
  --card: rgba(255, 255, 255, .9);
  --shadow: 0 28px 90px rgba(17, 69, 57, .12);
  --soft-shadow: 0 16px 45px rgba(17, 69, 57, .08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 6%, rgba(37, 218, 126, .13), transparent 20rem),
    radial-gradient(circle at 92% 14%, rgba(22, 132, 255, .10), transparent 22rem),
    #f7fbfa;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  overflow-x: hidden;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(18px);
}

.nav {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand img {
  width: 148px;
  height: 42px;
  object-fit: contain;
}

.nav-toggle {
  display: none;
}

.nav-links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.2vw, 18px);
  color: #315567;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--green-dark);
}

.nav-links a,
.nav-group > button {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after,
.nav-group > button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  opacity: 0;
  transform: scaleX(.38);
  transition: opacity .18s ease, transform .18s ease;
}

.nav-links a:hover::after,
.nav-group > button:hover::after,
.nav-group:focus-within > button::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-group {
  position: relative;
}

.nav-group > button {
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.nav-group > button::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-62%) rotate(45deg);
  opacity: .75;
}

.nav-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  min-width: 150px;
  padding: 10px;
  border: 1px solid rgba(13, 95, 60, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 60px rgba(17, 69, 57, .14);
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu,
.nav-group.open .nav-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-menu a {
  display: flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  border-radius: 12px;
  color: #315567;
}

.nav-menu a:hover {
  color: var(--green-dark);
  background: #effbf5;
}

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

@keyframes navDrawerIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav-cta,
.button,
.store-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
}

.nav-cta {
  min-height: 40px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 12px 30px rgba(22, 132, 255, .18);
}

.nav-cta,
.button,
.store-grid a,
.feature-grid article,
.tool-grid article,
.overview-list article,
.company-card {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.nav-cta:hover,
.button:hover,
.store-grid a:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 74px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(9, 53, 54, .92), rgba(6, 128, 74, .82), rgba(9, 86, 132, .62)),
    url("static-green/picture/slider02.jpg") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, .20), transparent 24rem),
    linear-gradient(90deg, rgba(0, 31, 32, .26), transparent 58%);
}

.hero-bg {
  position: absolute;
  border-radius: 999px;
  filter: blur(6px);
  pointer-events: none;
}

.hero-bg-a {
  width: 380px;
  height: 380px;
  right: -120px;
  top: 44px;
  background: rgba(24, 198, 95, .22);
}

.hero-bg-b {
  width: 280px;
  height: 280px;
  left: 12%;
  bottom: -150px;
  background: rgba(22, 132, 255, .18);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 64px;
  align-items: center;
}

.hero-grid > *,
.panel-top > *,
.download-card > *,
.two-col > *,
.company-grid > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #8cffbc;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  margin: 0;
  line-height: 1.14;
}

h1 {
  max-width: 680px;
  color: #f8fffb;
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 1000;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 1000;
}

.overview-title {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.16;
}

h3 {
  font-size: 18px;
  font-weight: 950;
}

.hero-text {
  max-width: 700px;
  margin: 22px 0 28px;
  color: rgba(246, 255, 250, .86);
  font-size: 16px;
  overflow-wrap: anywhere;
}

.hero-actions,
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  padding: 0 24px;
}

.button.primary {
  color: #073c29;
  background: #fff;
}

.button.ghost {
  color: #effff6;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.10);
}

.hero-points {
  margin-top: 24px;
}

.hero-points span {
  padding: 7px 13px;
  color: #eafff3;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  font-size: 12px;
  font-weight: 900;
}

.hero-panel {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 34px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 38px 100px rgba(0, 31, 29, .30);
}

.panel-top {
  display: grid;
  grid-template-columns: 64px 1fr 68px;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.panel-top img {
  width: 64px;
  height: 64px;
  padding: 5px;
  border-radius: 18px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 16px 30px rgba(27, 140, 72, .18);
}

.panel-top strong,
.panel-top span {
  display: block;
}

.panel-top strong {
  color: var(--ink);
  font-size: 22px;
  font-weight: 1000;
}

.panel-top span {
  color: #78909b;
  font-size: 13px;
  font-weight: 850;
}

.panel-top i {
  width: 68px;
  height: 38px;
  border-radius: 999px;
  background: var(--green);
  position: relative;
}

.panel-top i::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
}

.terminal-window {
  padding: 46px 24px 24px;
  min-height: 270px;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  color: #2bff83;
  background: linear-gradient(145deg, #000, #031c12);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: inset 0 0 0 1px rgba(47, 255, 132, .08);
}

.traffic-lights {
  position: absolute;
  top: 18px;
  left: 22px;
  display: flex;
  gap: 8px;
}

.traffic-lights span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.traffic-lights span:nth-child(1) { background: #ff4d4d; }
.traffic-lights span:nth-child(2) { background: #ffce3e; }
.traffic-lights span:nth-child(3) { background: #42c968; }

.terminal-window p {
  margin: 0 0 7px;
  overflow-wrap: anywhere;
}

.panel-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.panel-metrics div {
  padding: 14px 16px;
  border-radius: 18px;
  background: #effaf5;
  border: 1px solid rgba(24,198,95,.14);
}

.panel-metrics span,
.panel-metrics b {
  display: block;
}

.panel-metrics span {
  color: #7b929b;
  font-size: 12px;
  font-weight: 900;
}

.panel-metrics b {
  color: var(--green-dark);
  font-size: 16px;
}

.quick-links {
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 8%, rgba(24,198,95,.12), transparent 18rem),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(243,250,246,.96));
}

.quick-links .container {
  width: min(1180px, calc(100% - 48px));
}

.ecosystem .section-head {
  margin-bottom: 24px;
}

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

.ecosystem-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(13, 95, 60, .12);
  border-radius: 24px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(24,198,95,.34), rgba(22,132,255,.18)) border-box;
  box-shadow: 0 18px 46px rgba(17, 69, 57, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ecosystem-card:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 198, 95, .42);
  box-shadow: 0 24px 62px rgba(17, 69, 57, .14);
}

.ecosystem-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 6.5;
  object-fit: cover;
  background: #f1fbf6;
}

.ecosystem-card strong,
.ecosystem-card span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ecosystem-card strong {
  padding: 14px 16px 0;
  color: #15394a;
  font-size: 14px;
  font-weight: 1000;
}

.ecosystem-card span {
  padding: 5px 16px 16px;
  color: #6c8390;
  font-size: 12px;
  font-weight: 850;
}

.section {
  padding: 86px 0;
}

.plans {
  background:
    radial-gradient(circle at 84% 18%, rgba(22, 132, 255, .10), transparent 25rem),
    linear-gradient(180deg, #f6fbfa, #ffffff);
}

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

.billing-switch {
  width: fit-content;
  display: inline-flex;
  gap: 0;
  margin-top: 22px;
  padding: 6px;
  border: 1px solid rgba(13, 95, 60, .10);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 16px 38px rgba(17, 69, 57, .08);
}

.billing-switch button {
  border: 0;
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  color: #54717e;
  background: transparent;
  font-size: 13px;
  font-weight: 1000;
  font-family: inherit;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.billing-switch button.active {
  color: #fff;
  background: #1684ff;
  box-shadow: 0 12px 28px rgba(22, 132, 255, .18);
}

.billing-switch button + button {
  margin-left: -8px;
}

.billing-switch button + button.active {
  background: #20a34f;
  box-shadow: 0 12px 28px rgba(32, 163, 79, .18);
}

.billing-switch b {
  position: absolute;
  right: -34px;
  top: -10px;
  padding: 3px 9px;
  border-radius: 999px;
  color: #12364a;
  background: #ffc400;
  font-size: 10px;
  white-space: nowrap;
}

.plan-card {
  overflow: hidden;
  border: 1px solid rgba(13, 95, 60, .12);
  border-radius: 30px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--soft-shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 198, 95, .32);
  box-shadow: 0 28px 74px rgba(17, 69, 57, .14);
}

.plan-card.featured {
  background:
    radial-gradient(circle at 88% 10%, rgba(24,198,95,.18), transparent 15rem),
    #ffffff;
}

.plan-flag {
  height: 150px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 24% 22%, rgba(255,255,255,.86), transparent 24%),
    linear-gradient(135deg, #e9fff2, #f4fbff);
}

.plan-flag img {
  max-width: 210px;
  max-height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(17, 69, 57, .10));
}

.plan-body {
  padding: 24px;
}

.plan-body span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: #087946;
  background: #e8fbf0;
  font-size: 11px;
  font-weight: 950;
}

.plan-body h3 {
  margin-top: 14px;
  white-space: nowrap;
}

.plan-body strong {
  display: block;
  margin: 12px 0 6px;
  color: #0b8b4a;
  font-size: 32px;
  line-height: 1;
  font-weight: 1000;
}

.plan-body em {
  display: block;
  color: #6c7f88;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.plan-hint {
  display: block;
  margin-top: 6px;
  color: #0b8b4a;
  font-size: 11px;
  font-weight: 900;
}

.plan-body p {
  min-height: 76px;
  margin: 0 0 20px;
  color: #667f8b;
  font-size: 13px;
}

.plan-details {
  display: grid;
  gap: 8px;
  min-height: 248px;
  margin: 22px 0 22px;
  padding: 0;
  list-style: none;
}

.plan-details li {
  min-width: 0;
  color: #415762;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.35;
}

.plan-details b {
  font-weight: 950;
}

.plan-details .blue {
  color: #124dff;
}

.plan-details .red {
  color: #ff2727;
}

.plan-body a {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-size: 13px;
  font-weight: 950;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.section-copy p,
.section-head p,
.company-grid p {
  color: var(--text);
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 15px;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.stat-row div {
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.stat-row b,
.stat-row span {
  display: block;
}

.stat-row b {
  color: var(--green-dark);
  font-size: 30px;
  line-height: 1;
}

.stat-row span {
  margin-top: 8px;
  color: #6f8791;
  font-size: 12px;
  font-weight: 900;
}

.mini-dashboard,
.feature-grid,
.tool-grid {
  display: grid;
  gap: 18px;
}

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

.mini-dashboard article,
.feature-grid article,
.tool-grid article,
.company-card,
.download-card {
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--soft-shadow);
}

.mini-dashboard article {
  min-height: 170px;
  padding: 26px;
  border-radius: 28px;
}

.mini-dashboard span {
  color: var(--green);
  font-weight: 1000;
}

.mini-dashboard p,
.feature-grid p,
.tool-grid p {
  margin: 10px 0 0;
  color: #6e8590;
}

.section-head {
  text-align: center;
  margin-bottom: 38px;
}

.section-head p {
  margin-left: auto;
  margin-right: auto;
}

.section-head.compact {
  margin-bottom: 30px;
}

.screens {
  background:
    radial-gradient(circle at 20% 20%, rgba(24,198,95,.12), transparent 28rem),
    linear-gradient(180deg, #fff, #f1faf5);
}

.product-showcase {
  display: grid;
  gap: 20px;
}

.showcase-stage {
  overflow: hidden;
  border: 1px solid rgba(24, 198, 95, .18);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow);
}

.stage-bar {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(13, 95, 60, .08);
  background: linear-gradient(180deg, #ffffff, #f6faf8);
}

.stage-bar span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d8dadd;
}

.stage-bar span:nth-child(1) { background: #ff5d5d; }
.stage-bar span:nth-child(2) { background: #f6c844; }
.stage-bar span:nth-child(3) { background: #33c867; }

.stage-bar strong {
  margin-left: 8px;
  color: #5f747e;
  font-size: 13px;
  font-weight: 950;
}

.showcase-stage img {
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: contain;
  background: #f8fbfa;
}

.showcase-thumbs {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.showcase-thumbs::-webkit-scrollbar {
  display: none;
}

.showcase-track {
  width: max-content;
  display: flex;
  gap: 14px;
  animation: showcase-scroll 30s linear infinite;
  will-change: transform;
}

.showcase-thumbs:hover .showcase-track {
  animation-play-state: paused;
}

@keyframes showcase-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.showcase-thumbs button {
  cursor: pointer;
  overflow: hidden;
  flex: 0 0 212px;
  padding: 0;
  border: 1px solid rgba(13, 95, 60, .12);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  font: inherit;
}

.showcase-thumbs img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  object-position: top center;
  opacity: .62;
  transition: opacity .18s ease, transform .18s ease;
}

.showcase-thumbs span {
  display: block;
  padding: 10px 8px 12px;
  color: #526f7a;
  font-size: 12px;
  font-weight: 950;
}

.showcase-thumbs button.active {
  border-color: rgba(24, 198, 95, .55);
  background: #effaf5;
}

.showcase-thumbs button.active img,
.showcase-thumbs button:hover img {
  opacity: 1;
  transform: scale(1.02);
}

.mobile-showcase {
  margin-top: 40px;
}

.mobile-showcase-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.mobile-showcase-head p,
.mobile-showcase-head h3 {
  margin: 0;
}

.mobile-showcase-head h3 {
  color: #15394a;
  font-size: 28px;
}

.phone-marquee {
  overflow: hidden;
  width: 100%;
  padding: 14px 0 22px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 20%, rgba(24,198,95,.18), transparent 20rem),
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(233,250,241,.78));
  box-shadow: inset 0 0 0 1px rgba(24, 198, 95, .10);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.phone-track {
  width: max-content;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  animation: phone-scroll 56s linear infinite;
  will-change: transform;
}

.phone-marquee:hover .phone-track {
  animation-play-state: paused;
}

.phone-track img {
  flex: 0 0 auto;
  width: 270px;
  height: auto;
  display: block;
  border-radius: 30px;
  background: #f4f7fb;
  box-shadow: 0 24px 58px rgba(17, 69, 57, .18);
}

@keyframes phone-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 11px));
  }
}

.mac-showcase {
  position: relative;
}

.mac-window {
  position: relative;
  overflow: hidden;
  padding: 24px 18px 18px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow);
}

.mac-window img {
  width: 100%;
  border-radius: 20px;
}

.mac-dots {
  position: absolute;
  top: 12px;
  left: 20px;
  display: flex;
  gap: 8px;
}

.mac-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d7dadd;
}

.shot-tabs {
  margin: 22px auto 0;
  width: fit-content;
  display: flex;
  gap: 8px;
  padding: 7px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.shot-tabs button {
  border: 0;
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 999px;
  color: #54717e;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
}

.shot-tabs button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.phone-strip {
  width: min(1180px, calc(100% - 48px));
  margin: 42px auto 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 260px);
  gap: 20px;
  overflow-x: auto;
  padding: 8px 4px 22px;
  scroll-snap-type: x mandatory;
}

.phone-strip img {
  width: 100%;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(17, 69, 57, .14);
  scroll-snap-align: start;
}

.features {
  background: #fff;
}

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

.feature-grid article {
  min-height: 220px;
  padding: 28px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.feature-grid article::after,
.tool-grid article::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -70px;
  top: -70px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(24, 198, 95, .20), transparent 68%);
  pointer-events: none;
}

.feature-grid article:hover,
.tool-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 198, 95, .28);
  box-shadow: 0 22px 58px rgba(17, 69, 57, .12);
}

.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #fff;
  border-radius: 16px;
  background:
    radial-gradient(circle at 26% 18%, rgba(255,255,255,.65), transparent 22%),
    linear-gradient(135deg, #10d760, #11b978 44%, #1684ff);
  box-shadow: 0 14px 28px rgba(24, 198, 95, .22);
  font-weight: 1000;
}

.tools {
  background: linear-gradient(180deg, #f7fbfa, #eefaf4);
}

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

.tool-grid article {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  border-radius: 28px;
  background: #fff;
}

.tool-grid img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.78), transparent 30%),
    linear-gradient(135deg, #dff7e9, #e9f5ff);
  filter: saturate(1.08) contrast(1.02);
}

.tool-grid h3,
.tool-grid p {
  padding-left: 24px;
  padding-right: 24px;
}

.tool-grid h3 {
  margin-top: 22px;
}

.tool-grid p {
  margin-bottom: 24px;
}

.download {
  padding-top: 68px;
}

.download-card {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: center;
  padding: 36px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 84% 30%, rgba(24,198,95,.18), transparent 18rem),
    linear-gradient(135deg, #ffffff, #effbf5);
}

.download-card p {
  margin: 12px 0 0;
}

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

.store-grid a {
  flex-direction: column;
  align-items: flex-start;
  min-height: 84px;
  padding: 18px 22px;
  border: 1px solid rgba(24,198,95,.18);
  background:
    radial-gradient(circle at 90% 10%, rgba(24,198,95,.16), transparent 44%),
    linear-gradient(135deg, #fff, #f3fbff);
  box-shadow: var(--soft-shadow);
}

.store-grid span {
  color: #7d929b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.store-grid b {
  color: var(--ink);
  font-size: 22px;
}

.company {
  background: #fff;
}

.company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 44px;
  align-items: center;
}

.company-card {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(24, 198, 95, .16);
  background:
    radial-gradient(circle at 88% 12%, rgba(22, 132, 255, .12), transparent 34%),
    linear-gradient(145deg, #ffffff, #f1fbf6);
  box-shadow: var(--soft-shadow);
}

.company-card strong,
.company-card span {
  display: block;
}

.company-card strong {
  color: var(--green-dark);
  font-size: 22px;
  margin-bottom: 12px;
}

.company-card span {
  color: #607985;
  font-weight: 780;
}

.footer {
  padding: 56px 0 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(24,198,95,.10), transparent 20rem),
    #f3faf6;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .8fr .8fr 1fr;
  gap: 34px;
  align-items: start;
}

.footer-grid strong,
.footer-grid h3 {
  display: block;
  margin: 0 0 12px;
  color: #183344;
  font-size: 14px;
  font-weight: 1000;
}

.footer-grid p,
.footer-grid a,
.footer-bottom {
  color: #607985;
  font-size: 12px;
  font-weight: 780;
}

.footer-grid p {
  margin: 0;
  max-width: 420px;
}

.footer-grid a {
  display: block;
  margin: 8px 0;
}

.footer-grid a:hover,
.footer-bottom a:hover {
  color: var(--green-dark);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(13, 95, 60, .10);
}

.footer-bottom div {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .nav {
    flex-wrap: wrap;
    min-height: auto;
    padding: 14px 0;
  }

  .nav-links {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-grid,
  .two-col,
  .download-card,
  .company-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-copy,
  .hero-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-text,
  h1,
  h2 {
    max-width: 100%;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .hero-panel {
    max-width: 560px;
  }

  .feature-grid,
  .tool-grid,
  .mini-dashboard,
  .plan-grid,
  .ecosystem-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-thumbs {
    padding-bottom: 8px;
  }

  .showcase-thumbs button {
    flex-basis: 168px;
  }
}

@media (max-width: 820px) {
  .site-header {
    overflow: visible;
  }

  .brand {
    flex: 0 0 auto;
    max-width: calc(100% - 58px);
  }

  .brand img {
    width: 132px;
  }

  .nav-cta {
    display: none;
  }

  .nav {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    min-height: auto;
    gap: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
    padding: 10px 0;
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #11c950, #0b8f3a);
    box-shadow: 0 12px 26px rgba(14, 168, 73, .22);
    cursor: pointer;
    flex: 0 0 42px;
    margin-left: 12px;
    position: static;
    z-index: 6;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: #fff;
    transition: transform .18s ease, opacity .18s ease;
  }

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

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

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

  .nav-links {
    display: none;
    order: 4;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
    padding: 10px;
    border: 1px solid rgba(13, 95, 60, .10);
    border-radius: 24px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 48px rgba(17, 69, 57, .12);
    animation: navDrawerIn .18s ease both;
  }

  .nav.open .nav-links {
    display: grid;
  }

  .nav-group {
    width: 100%;
  }

  .nav-links a,
  .nav-group > button {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 15px;
    background: linear-gradient(180deg, #f4fff8, #edf8f2);
    color: #244c5d;
    box-shadow: inset 0 0 0 1px rgba(13, 95, 60, .08);
  }

  .nav-links a::after,
  .nav-group > button::after {
    display: none;
  }

  .nav-group > button::before {
    right: 12px;
  }

  .nav-menu {
    position: static;
    display: none;
    min-width: 0;
    width: 100%;
    margin-top: 6px;
    padding: 6px;
    border-radius: 15px;
    background: #fff;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-group:hover .nav-menu,
  .nav-group:focus-within .nav-menu {
    transform: none;
  }

  .nav-group.open .nav-menu {
    display: grid;
    gap: 6px;
  }

  .nav-menu a {
    min-height: 34px;
    border-radius: 12px;
    background: #f7fbf9;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  html,
  body {
    width: 100vw;
    max-width: 100vw;
    overflow-x: clip;
  }

  .container,
  .phone-strip {
    width: calc(100% - 28px) !important;
    max-width: none;
  }

  .site-header,
  main,
  section {
    overflow: hidden;
  }

  .brand img {
    width: 132px;
  }

  .brand {
    flex: 0 0 auto;
    max-width: calc(100% - 58px);
  }

  .nav-cta {
    display: none;
  }

  .nav {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    min-height: auto;
    gap: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
    padding: 10px 0;
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #11c950, #0b8f3a);
    box-shadow: 0 12px 26px rgba(14, 168, 73, .22);
    cursor: pointer;
    flex: 0 0 42px;
    margin-left: 12px;
    position: static;
    z-index: 6;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: #fff;
    transition: transform .18s ease, opacity .18s ease;
  }

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

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

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

  .nav-links {
    display: none;
    order: 4;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
    padding: 10px;
    border: 1px solid rgba(13, 95, 60, .10);
    border-radius: 24px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 48px rgba(17, 69, 57, .12);
    animation: navDrawerIn .18s ease both;
  }

  .nav.open .nav-links {
    display: grid;
  }

  .nav-group {
    width: 100%;
  }

  .nav-links a,
  .nav-group > button {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 15px;
    background: linear-gradient(180deg, #f4fff8, #edf8f2);
    color: #244c5d;
    box-shadow: inset 0 0 0 1px rgba(13, 95, 60, .08);
  }

  .nav-links a::after,
  .nav-group > button::after {
    display: none;
  }

  .nav-group > button::before {
    right: 12px;
  }

  .nav-menu {
    position: static;
    display: none;
    min-width: 0;
    width: 100%;
    margin-top: 6px;
    padding: 6px;
    border-radius: 15px;
    background: #fff;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-group:hover .nav-menu,
  .nav-group:focus-within .nav-menu {
    transform: none;
  }

  .nav-group.open .nav-menu {
    display: grid;
    gap: 6px;
  }

  .nav-menu a {
    min-height: 34px;
    border-radius: 12px;
    background: #f7fbf9;
    box-shadow: none;
  }

  .hero {
    padding: 46px 0 54px;
  }

  .hero .container {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  h1 {
    width: 100%;
    max-width: calc(100vw - 28px);
    font-size: 30px;
    max-width: 100%;
    white-space: normal !important;
    word-break: break-all;
    line-break: anywhere;
  }

  .hero-text {
    width: 100%;
    max-width: calc(100vw - 28px);
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: anywhere;
    line-height: 1.55;
  }

  h2 {
    font-size: 28px;
  }

  .section-head {
    text-align: left;
    margin-bottom: 26px;
  }

  .section-head p {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-panel,
  .download-card {
    padding: 14px;
    border-radius: 28px;
    overflow: hidden;
  }

  .hero-copy,
  .hero-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
  }

  .terminal-window,
  .panel-metrics {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .terminal-window p,
  .plan-details li,
  .ecosystem-card span,
  .ecosystem-card strong {
    overflow-wrap: anywhere;
  }

  .hero-points span {
    font-size: 11px;
    padding: 6px 10px;
  }

  .panel-top {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 8px;
  }

  .panel-top img {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .panel-top strong {
    font-size: 18px;
  }

  .panel-top span {
    font-size: 11px;
    overflow-wrap: anywhere;
  }

  .panel-top i {
    width: 48px;
    height: 30px;
  }

  .panel-top i::after {
    width: 20px;
    height: 20px;
  }

  .terminal-window {
    min-height: 250px;
    font-size: 10.5px;
    padding: 38px 14px 16px;
    border-radius: 22px;
  }

  .traffic-lights {
    top: 15px;
    left: 16px;
    gap: 6px;
  }

  .traffic-lights span {
    width: 10px;
    height: 10px;
  }

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

  .panel-metrics,
  .feature-grid,
  .tool-grid,
  .mini-dashboard,
  .stat-row,
  .store-grid,
  .plan-grid,
  .ecosystem-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .quick-links {
    padding: 46px 0;
  }

  .ecosystem .section-head {
    margin-bottom: 20px;
  }

  .ecosystem-card {
    border-radius: 22px;
  }

  .ecosystem-card img {
    aspect-ratio: 16 / 7;
  }

  .plan-body h3 {
    white-space: normal;
  }

  .billing-switch {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 5px;
    overflow: visible;
  }

  .billing-switch button {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 10px;
    font-size: 11px;
  }

  .billing-switch b {
    right: 6px;
    top: -13px;
    font-size: 9px;
  }

  .mobile-showcase-head {
    display: block;
  }

  .mobile-showcase-head h3 {
    margin-top: 8px;
    font-size: 22px;
  }

  .phone-marquee {
    width: 100%;
    border-radius: 26px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  }

  .phone-track {
    gap: 16px;
    animation-duration: 48s;
  }

  .phone-track img {
    width: min(246px, 68vw);
    border-radius: 26px;
  }

  .feature-grid article,
  .tool-grid article {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .tool-grid img {
    height: 96px;
  }

  .download-card,
  .company-grid {
    grid-template-columns: 1fr;
  }

  .store-grid a {
    min-height: 74px;
  }

  .store-grid b {
    font-size: 19px;
  }

  .section {
    padding: 58px 0;
  }

  .phone-strip {
    grid-auto-columns: minmax(180px, 220px);
  }

  .showcase-stage {
    border-radius: 24px;
  }

  .stage-bar {
    min-height: 40px;
    padding: 0 14px;
  }

  .showcase-stage img {
    max-height: 520px;
  }

  .overview-title {
    font-size: 24px;
  }

  .footer-grid {
    gap: 20px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
