:root {
  --astsl-ink: #10261c;
  --astsl-forest: #073c29;
  --astsl-forest-2: #0a5135;
  --astsl-green: #2eaf48;
  --astsl-green-dark: #148436;
  --astsl-lime: #91db69;
  --astsl-cream: #f4f1e8;
  --astsl-mist: #eef4ef;
  --astsl-line: #dce6df;
  --astsl-muted: #63736a;
  --astsl-white: #fff;
  --astsl-radius: 24px;
  --astsl-shadow: 0 24px 70px rgba(7, 48, 32, .12);
}

html {
  scroll-behavior: smooth;
}

body.astsl-landing-active {
  margin: 0;
  background: var(--astsl-white);
}

.astsl-site,
.astsl-standalone-form {
  color: var(--astsl-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.astsl-site *,
.astsl-site *::before,
.astsl-site *::after,
.astsl-standalone-form *,
.astsl-standalone-form *::before,
.astsl-standalone-form *::after {
  box-sizing: border-box;
}

.astsl-site h1,
.astsl-site h2,
.astsl-site h3,
.astsl-site p,
.astsl-site ul,
.astsl-site figure,
.astsl-site form {
  margin-top: 0;
}

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

.astsl-site a {
  color: inherit;
  text-decoration: none;
}

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

.astsl-section {
  padding: 112px 0;
}

.astsl-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 78px;
  border-bottom: 1px solid rgba(16, 38, 28, .08);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, height .25s ease;
}

.admin-bar .astsl-header {
  top: 32px;
}

.astsl-header.is-scrolled {
  height: 68px;
  box-shadow: 0 12px 34px rgba(9, 47, 32, .08);
}

.astsl-header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

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

.astsl-brand-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #eff9ed;
}

.astsl-brand-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.astsl-brand strong,
.astsl-brand small {
  display: block;
}

.astsl-brand strong {
  color: var(--astsl-forest);
  font-size: 15px;
  line-height: 1.25;
}

.astsl-brand small {
  margin-top: 3px;
  color: #77877e;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .115em;
  line-height: 1.2;
  text-transform: uppercase;
}

.astsl-nav {
  display: flex;
  align-items: center;
  gap: 31px;
}

.astsl-nav > a {
  color: #42554b;
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease;
}

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

.astsl-nav .astsl-header-login {
  padding: 10px 17px;
  border: 1px solid #b9ccc0;
  border-radius: 999px;
  color: var(--astsl-forest);
}

.astsl-nav .astsl-header-login:hover {
  border-color: var(--astsl-green);
  background: #f0faef;
}

.astsl-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--astsl-line);
  border-radius: 12px;
  background: #fff;
}

.astsl-menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--astsl-forest);
}

.astsl-eyebrow,
.astsl-kicker,
.astsl-mini-label {
  color: var(--astsl-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.astsl-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}

.astsl-eyebrow span {
  width: 24px;
  height: 2px;
  background: var(--astsl-green);
}

.astsl-kicker--light {
  color: var(--astsl-lime);
}

.astsl-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: linear-gradient(122deg, #fbfcf8 0%, #eff6ef 62%, #e7f2e6 100%);
}

.astsl-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image: linear-gradient(rgba(30, 115, 64, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(30, 115, 64, .08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.2), #000);
}

.astsl-hero-inner {
  position: relative;
  display: grid;
  min-height: 680px;
  align-items: center;
  grid-template-columns: 1.02fr .98fr;
  gap: 72px;
}

.astsl-hero-copy {
  padding: 76px 0 82px;
}

.astsl-hero h1,
.astsl-vision-hero h1 {
  max-width: 760px;
  margin: 18px 0 25px;
  color: var(--astsl-ink);
  font-size: clamp(52px, 6.4vw, 88px);
  font-weight: 780;
  letter-spacing: -.062em;
  line-height: .98;
}

.astsl-site h1 em,
.astsl-site h2 em {
  color: var(--astsl-green);
  font-style: normal;
}

.astsl-hero-lead,
.astsl-vision-hero-copy > p {
  max-width: 625px;
  color: #53655c;
  font-size: 18px;
  line-height: 1.7;
}

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

.astsl-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.astsl-button:hover {
  transform: translateY(-2px);
}

.astsl-button--primary {
  border-color: var(--astsl-green);
  background: var(--astsl-green);
  box-shadow: 0 14px 30px rgba(46, 175, 72, .2);
  color: #fff !important;
}

.astsl-button--primary:hover {
  border-color: var(--astsl-green-dark);
  background: var(--astsl-green-dark);
  box-shadow: 0 18px 38px rgba(31, 141, 61, .26);
}

.astsl-button--ghost {
  border-color: #cbd9d0;
  background: rgba(255,255,255,.64);
  color: var(--astsl-ink) !important;
}

.astsl-button--ghost:hover {
  border-color: var(--astsl-green);
  background: #fff;
}

.astsl-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--astsl-forest) !important;
}

.astsl-hero-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  color: #6c7d73;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.astsl-hero-tags i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--astsl-green);
}

.astsl-hero-visual {
  position: relative;
  min-height: 510px;
}

.astsl-logo-stage {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 310px;
  height: 310px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  box-shadow: 0 40px 90px rgba(8, 61, 39, .15), inset 0 0 0 18px rgba(238, 247, 235, .7);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(12px);
}

.astsl-logo-stage img {
  width: 270px;
  height: 270px;
  object-fit: contain;
}

.astsl-signal-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(46, 175, 72, .22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.astsl-signal-orbit::after {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 4px solid #edf6eb;
  border-radius: 50%;
  background: var(--astsl-green);
  content: "";
}

.astsl-signal-orbit--one {
  width: 410px;
  height: 410px;
}

.astsl-signal-orbit--one::after {
  top: 43px;
  right: 62px;
}

.astsl-signal-orbit--two {
  width: 500px;
  height: 500px;
  border-style: dashed;
}

.astsl-signal-orbit--two::after {
  bottom: 74px;
  left: 51px;
}

.astsl-floating-card {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(210, 227, 215, .8);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--astsl-shadow);
  backdrop-filter: blur(12px);
}

.astsl-floating-card--top {
  top: 63px;
  right: -8px;
  width: 174px;
  padding: 18px 20px;
}

.astsl-floating-card--top small,
.astsl-floating-card--top strong,
.astsl-floating-card--top span {
  display: block;
}

.astsl-floating-card--top small {
  color: var(--astsl-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.astsl-floating-card--top strong {
  margin: 4px 0 1px;
  color: var(--astsl-green-dark);
  font-size: 27px;
  letter-spacing: -.04em;
}

.astsl-floating-card--top span {
  color: #74847b;
  font-size: 11px;
}

.astsl-floating-card--bottom {
  bottom: 70px;
  left: 5px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
}

.astsl-floating-card--bottom b {
  width: 12px;
  height: 12px;
  border: 3px solid #d3f1d6;
  border-radius: 50%;
  background: var(--astsl-green);
  box-shadow: 0 0 0 5px #effaef;
}

.astsl-floating-card--bottom span {
  color: #3e5147;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
}

.astsl-stat-strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid #deeadf;
  border-bottom: 1px solid #deeadf;
  background: #fff;
}

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

.astsl-stats > div {
  position: relative;
  display: grid;
  min-height: 168px;
  padding: 31px 38px 27px 0;
  grid-template-columns: 125px 1fr;
}

.astsl-stats > div + div {
  padding-left: 38px;
  border-left: 1px solid var(--astsl-line);
}

.astsl-stats strong {
  grid-row: 1 / span 2;
  color: var(--astsl-green-dark);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1;
}

.astsl-stats strong sup {
  font-size: 18px;
}

.astsl-stats span {
  align-self: end;
  color: var(--astsl-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.astsl-stats p {
  margin: 5px 0 0;
  color: var(--astsl-muted);
  font-size: 11px;
  line-height: 1.45;
}

.astsl-section-heading h2,
.astsl-why-copy h2,
.astsl-contact-copy h2,
.astsl-teaser-copy h2,
.astsl-access-copy h2,
.astsl-outcome-grid h2 {
  margin: 8px 0 22px;
  color: var(--astsl-ink);
  font-size: clamp(38px, 4.7vw, 62px);
  font-weight: 780;
  letter-spacing: -.052em;
  line-height: 1.06;
}

.astsl-heading-row {
  display: grid;
  align-items: end;
  grid-template-columns: 1.1fr .72fr;
  gap: 80px;
}

.astsl-heading-row > p,
.astsl-section-heading--center > p,
.astsl-section-intro {
  color: var(--astsl-muted);
  font-size: 16px;
  line-height: 1.75;
}

.astsl-section-heading--center {
  max-width: 750px;
  margin: 0 auto 56px;
  text-align: center;
}

.astsl-services-section {
  background: #fbfcfa;
}

.astsl-service-grid {
  display: grid;
  margin-top: 58px;
  border-top: 1px solid var(--astsl-line);
  border-left: 1px solid var(--astsl-line);
  grid-template-columns: repeat(4, 1fr);
}

.astsl-service-card {
  position: relative;
  min-height: 390px;
  padding: 32px 27px;
  overflow: hidden;
  border-right: 1px solid var(--astsl-line);
  border-bottom: 1px solid var(--astsl-line);
  background: #fff;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.astsl-service-card::after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 95px;
  height: 95px;
  border: 1px solid rgba(46, 175, 72, .2);
  border-radius: 50%;
  content: "";
  transition: transform .3s ease;
}

.astsl-service-card:hover {
  z-index: 2;
  background: #f4fbf3;
  box-shadow: 0 24px 50px rgba(12, 61, 39, .1);
  transform: translateY(-7px);
}

.astsl-service-card:hover::after {
  transform: scale(1.7);
}

.astsl-card-number {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #b4c2b9;
  font-size: 11px;
  font-weight: 800;
}

.astsl-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 15px;
  background: #eaf6e9;
  color: var(--astsl-green-dark);
}

.astsl-icon svg,
.astsl-trust-row svg,
.astsl-form-submit svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.astsl-service-card h3 {
  margin: 28px 0 14px;
  font-size: 20px;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.astsl-service-card p {
  color: var(--astsl-muted);
  font-size: 13px;
  line-height: 1.7;
}

.astsl-service-card a {
  position: absolute;
  bottom: 30px;
  left: 27px;
  color: var(--astsl-green-dark);
  font-size: 12px;
  font-weight: 800;
}

.astsl-service-card a span {
  margin-left: 7px;
}

.astsl-why-section {
  overflow: hidden;
  background: var(--astsl-cream);
}

.astsl-why-grid {
  display: grid;
  align-items: center;
  grid-template-columns: .92fr 1.08fr;
  gap: 90px;
}

.astsl-why-visual {
  position: relative;
  min-height: 590px;
}

.astsl-blueprint {
  position: absolute;
  inset: 0 38px 0 0;
  overflow: hidden;
  border-radius: 8px 90px 8px 8px;
  background-color: var(--astsl-forest);
  background-image: linear-gradient(rgba(134, 217, 104, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(134, 217, 104, .13) 1px, transparent 1px);
  background-size: 42px 42px;
  box-shadow: 0 36px 70px rgba(3, 42, 27, .17);
}

.astsl-blueprint::before,
.astsl-blueprint::after {
  position: absolute;
  border: 1px solid rgba(141, 220, 105, .33);
  border-radius: 50%;
  content: "";
}

.astsl-blueprint::before {
  top: 65px;
  left: 65px;
  width: 300px;
  height: 300px;
}

.astsl-blueprint::after {
  top: 135px;
  left: 135px;
  width: 160px;
  height: 160px;
}

.astsl-blueprint > span {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: var(--astsl-lime);
}

.astsl-blueprint > span:nth-child(1) { top: 105px; left: 112px; }
.astsl-blueprint > span:nth-child(2) { top: 246px; left: 332px; }
.astsl-blueprint > span:nth-child(3) { top: 366px; left: 158px; }
.astsl-blueprint > span:nth-child(4) { top: 451px; left: 360px; }

.astsl-blueprint b {
  position: absolute;
  bottom: 55px;
  left: 48px;
  max-width: 290px;
  color: #fff;
  font-size: 35px;
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.astsl-why-badge {
  position: absolute;
  z-index: 3;
  right: -8px;
  bottom: 58px;
  display: flex;
  width: 205px;
  align-items: center;
  gap: 13px;
  padding: 19px 20px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--astsl-shadow);
}

.astsl-why-badge strong {
  color: var(--astsl-green);
  font-size: 42px;
  letter-spacing: -.06em;
  line-height: 1;
}

.astsl-why-badge span {
  color: var(--astsl-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.astsl-why-copy > p {
  max-width: 600px;
}

.astsl-reason {
  display: grid;
  padding: 23px 0;
  border-top: 1px solid #d8d4c9;
  grid-template-columns: 58px 1fr;
  gap: 20px;
}

.astsl-reason:last-child {
  border-bottom: 1px solid #d8d4c9;
}

.astsl-reason .astsl-icon {
  width: 50px;
  height: 50px;
  background: #fff;
}

.astsl-reason h3 {
  margin: 1px 0 6px;
  font-size: 16px;
}

.astsl-reason p {
  margin: 0;
  color: var(--astsl-muted);
  font-size: 13px;
}

.astsl-process-section {
  background: #fff;
}

.astsl-process-grid {
  display: grid;
  border-top: 1px solid var(--astsl-line);
  grid-template-columns: repeat(4, 1fr);
}

.astsl-process-grid article {
  position: relative;
  padding: 32px 32px 15px 0;
}

.astsl-process-grid article + article {
  padding-left: 32px;
  border-left: 1px solid var(--astsl-line);
}

.astsl-process-grid span {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 50%;
  background: #ebf7ea;
  color: var(--astsl-green-dark);
  font-size: 10px;
  font-weight: 850;
}

.astsl-process-grid h3 {
  margin: 22px 0 8px;
  font-size: 18px;
}

.astsl-process-grid p {
  color: var(--astsl-muted);
  font-size: 13px;
}

.astsl-vision-teaser {
  padding: 110px 0;
  overflow: hidden;
  background: radial-gradient(circle at 83% 28%, rgba(78, 191, 97, .24), transparent 30%), var(--astsl-forest);
  color: #fff;
}

.astsl-teaser-grid {
  display: grid;
  align-items: center;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
}

.astsl-teaser-copy h2,
.astsl-access-copy h2 {
  color: #fff;
}

.astsl-teaser-copy p:not(.astsl-kicker),
.astsl-access-copy > p {
  color: #c8d9cf;
}

.astsl-teaser-copy > div {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 32px;
}

.astsl-text-link {
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.astsl-product-shot {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 45px 80px rgba(1, 26, 16, .3);
  transform: rotate(1.5deg);
}

.astsl-product-shot img {
  width: 100%;
  border-radius: 11px;
}

.astsl-product-shot span {
  position: absolute;
  right: 29px;
  bottom: 27px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--astsl-green);
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.astsl-contact-section {
  background: #f5f8f5;
}

.astsl-contact-grid {
  display: grid;
  align-items: start;
  grid-template-columns: .76fr 1.24fr;
  gap: 75px;
}

.astsl-contact-copy {
  position: sticky;
  top: 110px;
}

.astsl-contact-copy > p:not(.astsl-kicker) {
  color: var(--astsl-muted);
}

.astsl-contact-points {
  display: grid;
  margin-top: 35px;
  border-top: 1px solid var(--astsl-line);
}

.astsl-contact-points span {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid var(--astsl-line);
  color: #4e6156;
  font-size: 13px;
  font-weight: 700;
}

.astsl-contact-points b {
  color: var(--astsl-green-dark);
  font-size: 10px;
}

.astsl-form-panel,
.astsl-standalone-form {
  padding: 34px;
  border: 1px solid var(--astsl-line);
  border-radius: var(--astsl-radius);
  background: #fff;
  box-shadow: 0 25px 60px rgba(8, 50, 32, .07);
}

.astsl-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--astsl-line);
}

.astsl-form-heading span {
  font-size: 18px;
  font-weight: 800;
}

.astsl-form-heading small,
.astsl-form-note {
  color: #819087;
  font-size: 10px;
}

.astsl-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.astsl-field {
  display: block;
}

.astsl-field > span {
  display: block;
  margin-bottom: 7px;
  color: #3c5146;
  font-size: 11px;
  font-weight: 800;
}

.astsl-field b,
.astsl-consent b {
  color: var(--astsl-green-dark);
}

.astsl-form input[type="text"],
.astsl-form input[type="email"],
.astsl-form input[type="tel"],
.astsl-form select,
.astsl-form textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #cfddd4;
  border-radius: 10px;
  outline: none;
  background: #fbfcfb;
  box-shadow: none;
  color: var(--astsl-ink);
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.astsl-form textarea {
  min-height: 120px;
  resize: vertical;
}

.astsl-form input:focus,
.astsl-form select:focus,
.astsl-form textarea:focus {
  border-color: var(--astsl-green);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(46, 175, 72, .11);
}

.astsl-field--wide {
  margin-top: 18px;
}

.astsl-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 15px;
  color: #67786e;
  font-size: 11px;
}

.astsl-consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--astsl-green);
}

.astsl-form-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.astsl-form-submit {
  cursor: pointer;
}

.astsl-form-submit svg {
  width: 18px;
}

.astsl-form.is-sending .astsl-form-submit {
  cursor: wait;
  opacity: .68;
}

.astsl-form-status {
  display: none;
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

.astsl-form-status.is-success,
.astsl-form-status.is-error {
  display: block;
}

.astsl-form-status.is-success {
  border: 1px solid #bde2c4;
  background: #eef9ef;
  color: #176b31;
}

.astsl-form-status.is-error {
  border: 1px solid #efc7c7;
  background: #fff1f1;
  color: #9c2525;
}

.astsl-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.astsl-footer {
  padding: 70px 0 20px;
  background: #082f21;
  color: #fff;
}

.astsl-footer-main {
  display: grid;
  padding-bottom: 55px;
  grid-template-columns: 1.45fr .65fr .9fr;
  gap: 70px;
}

.astsl-brand--inverse strong {
  color: #fff;
}

.astsl-brand--inverse small {
  color: #92ad9f;
}

.astsl-footer-main > div:first-child > p,
.astsl-footer-cta p {
  max-width: 350px;
  margin: 20px 0 0;
  color: #96aea0;
  font-size: 12px;
}

.astsl-footer-links,
.astsl-footer-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.astsl-footer-links strong,
.astsl-footer-cta strong {
  margin-bottom: 10px;
  color: var(--astsl-lime);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.astsl-footer-links a,
.astsl-footer-cta a {
  color: #dce9e1;
  font-size: 12px;
}

.astsl-footer-cta a {
  margin-top: 7px;
  color: var(--astsl-lime);
  font-weight: 800;
}

.astsl-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #799588;
  font-size: 10px;
}

/* Site Vision product page */
.astsl-vision-hero {
  position: relative;
  padding: 85px 0 120px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 25%, rgba(82, 192, 91, .13), transparent 32%), linear-gradient(180deg, #f8fbf7 0%, #edf5ed 100%);
}

.astsl-vision-hero::before {
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: linear-gradient(rgba(24, 121, 60, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(24, 121, 60, .08) 1px, transparent 1px);
  background-size: 60px 60px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.astsl-vision-hero .astsl-container {
  position: relative;
}

.astsl-vision-hero-copy {
  max-width: 820px;
  margin: 0 auto 70px;
  text-align: center;
}

.astsl-product-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 0;
  padding: 7px 13px 7px 8px;
  border: 1px solid #cde0d1;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  color: var(--astsl-forest);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.astsl-product-label span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--astsl-green);
  color: #fff;
  font-size: 9px;
}

.astsl-vision-hero h1 {
  max-width: none;
  margin: 25px 0;
}

.astsl-vision-hero-copy > p:not(.astsl-product-label) {
  max-width: 750px;
  margin-inline: auto;
}

.astsl-vision-hero-copy .astsl-hero-actions {
  justify-content: center;
}

.astsl-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 32px;
  color: #687a70;
  font-size: 11px;
  font-weight: 700;
}

.astsl-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.astsl-trust-row svg {
  width: 16px;
  color: var(--astsl-green-dark);
}

.astsl-app-window {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 11px;
  border: 1px solid #c8d9ce;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 45px 90px rgba(10, 58, 37, .16);
}

.astsl-window-bar {
  display: flex;
  height: 35px;
  align-items: center;
  gap: 6px;
  padding: 0 7px;
}

.astsl-window-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cedbd2;
}

.astsl-window-bar i:nth-child(1) { background: #f19a8c; }
.astsl-window-bar i:nth-child(2) { background: #eac66d; }
.astsl-window-bar i:nth-child(3) { background: #73c681; }

.astsl-window-bar span {
  margin-left: 8px;
  color: #7b8d83;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.astsl-app-window > img {
  width: 100%;
  border-radius: 13px;
}

.astsl-app-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border: 1px solid #d8e5dc;
  border-radius: 15px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 35px rgba(9, 52, 34, .13);
  color: #65776d;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.astsl-app-float--left {
  bottom: 55px;
  left: -39px;
}

.astsl-app-float--left b {
  color: var(--astsl-green);
  font-size: 29px;
  letter-spacing: -.05em;
}

.astsl-app-float--right {
  top: 90px;
  right: -40px;
}

.astsl-app-float--right i {
  width: 12px;
  height: 12px;
  border: 3px solid #d8f2dd;
  border-radius: 50%;
  background: var(--astsl-green);
  box-shadow: 0 0 0 4px #f0faf1;
}

.astsl-app-float--right strong {
  color: var(--astsl-green-dark);
}

.astsl-vision-summary {
  background: var(--astsl-forest);
  color: #fff;
}

.astsl-summary-grid {
  display: grid;
  min-height: 130px;
  align-items: center;
  grid-template-columns: .72fr 1.28fr;
  gap: 60px;
}

.astsl-summary-grid p {
  margin: 0;
  color: #c2d5c9;
  font-size: 14px;
}

.astsl-summary-grid strong {
  color: #fff;
}

.astsl-summary-grid > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.astsl-summary-grid span {
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #c8dace;
  font-size: 10px;
  font-weight: 750;
}

.astsl-capabilities {
  background: #fff;
}

.astsl-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.astsl-feature-card {
  position: relative;
  display: flex;
  min-height: 530px;
  flex-direction: column;
  padding: 35px;
  overflow: hidden;
  border: 1px solid var(--astsl-line);
  border-radius: 22px;
  background: #f8faf8;
}

.astsl-feature-card--wide {
  display: grid;
  min-height: 440px;
  grid-column: 1 / -1;
  grid-template-columns: .75fr 1.25fr;
  gap: 30px;
}

.astsl-feature-card .astsl-icon {
  width: 45px;
  height: 45px;
  border: 1px solid #d6e9d6;
  background: #fff;
}

.astsl-feature-card .astsl-icon svg {
  width: 21px;
}

.astsl-feature-card .astsl-mini-label {
  margin: 24px 0 8px;
  font-size: 9px;
}

.astsl-feature-card h3 {
  margin: 0 0 12px;
  font-size: 25px;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.astsl-feature-card p:not(.astsl-mini-label),
.astsl-feature-card li {
  color: var(--astsl-muted);
  font-size: 13px;
}

.astsl-feature-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.astsl-feature-card li {
  position: relative;
  margin: 9px 0;
  padding-left: 20px;
}

.astsl-feature-card li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #cce7d0;
  border-radius: 50%;
  background: var(--astsl-green);
  content: "";
}

.astsl-feature-card > img {
  width: calc(100% + 18px);
  max-width: none;
  margin: auto -9px -9px;
  border: 1px solid #d8e2db;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(12, 55, 36, .1);
}

.astsl-feature-card--wide > img {
  align-self: center;
  width: 100%;
  margin: 0;
}

.astsl-access-section {
  overflow: hidden;
  background: radial-gradient(circle at 10% 90%, rgba(73, 187, 91, .2), transparent 30%), var(--astsl-forest);
  color: #fff;
}

.astsl-access-grid {
  display: grid;
  align-items: center;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
}

.astsl-access-copy > p {
  max-width: 510px;
}

.astsl-access-copy .astsl-button {
  margin-top: 25px;
}

.astsl-role-list {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.06);
}

.astsl-role-list article {
  display: grid;
  padding: 28px 30px;
  grid-template-columns: 48px 1fr;
  gap: 14px;
}

.astsl-role-list article + article {
  border-top: 1px solid rgba(255,255,255,.12);
}

.astsl-role-list article > span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid rgba(141, 219, 105, .4);
  border-radius: 50%;
  color: var(--astsl-lime);
  font-size: 10px;
  font-weight: 850;
}

.astsl-role-list small {
  color: var(--astsl-lime);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.astsl-role-list h3 {
  margin: 2px 0 7px;
  color: #fff;
  font-size: 20px;
}

.astsl-role-list p {
  margin: 0;
  color: #adbfb4;
  font-size: 12px;
}

.astsl-workflow-section {
  background: #fff;
}

.astsl-workflow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 55px;
}

.astsl-workflow > div {
  display: flex;
  width: 22%;
  min-height: 122px;
  align-items: center;
  gap: 16px;
  padding: 23px;
  border: 1px solid var(--astsl-line);
  border-radius: 17px;
  background: #fbfcfb;
}

.astsl-workflow b {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  place-items: center;
  border-radius: 50%;
  background: #e8f6e8;
  color: var(--astsl-green-dark);
  font-size: 11px;
}

.astsl-workflow span {
  color: #394d42;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}

.astsl-workflow > i {
  align-self: center;
  color: #9cb2a4;
  font-style: normal;
}

.astsl-outcome-section {
  padding: 105px 0;
  background: var(--astsl-cream);
}

.astsl-outcome-grid {
  display: grid;
  align-items: center;
  grid-template-columns: .82fr 1.18fr;
  gap: 80px;
}

.astsl-outcome-list {
  display: grid;
  margin-top: 35px;
}

.astsl-outcome-list span {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 0;
  border-top: 1px solid #d9d4c7;
  color: #52645a;
  font-size: 12px;
  font-weight: 750;
}

.astsl-outcome-list span:last-child {
  border-bottom: 1px solid #d9d4c7;
}

.astsl-outcome-list b {
  color: var(--astsl-green-dark);
  font-size: 9px;
}

.astsl-outcome-grid > img {
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(35, 44, 37, .12);
}

.astsl-vision-contact {
  background: linear-gradient(135deg, #f1f7f1, #fbfcfa);
}

.astsl-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s ease, transform .65s ease;
}

.astsl-reveal--delay {
  transition-delay: .12s;
}

.astsl-reveal.is-visible,
.astsl-site.no-observer .astsl-reveal {
  opacity: 1;
  transform: none;
}

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

@media (max-width: 1100px) {
  .astsl-nav { gap: 20px; }
  .astsl-hero-inner { gap: 28px; }
  .astsl-logo-stage { width: 270px; height: 270px; }
  .astsl-logo-stage img { width: 235px; height: 235px; }
  .astsl-signal-orbit--one { width: 355px; height: 355px; }
  .astsl-signal-orbit--two { width: 430px; height: 430px; }
  .astsl-stats > div { padding-right: 22px; grid-template-columns: 105px 1fr; }
  .astsl-stats > div + div { padding-left: 22px; }
  .astsl-stats strong { font-size: 41px; }
  .astsl-service-grid { grid-template-columns: 1fr 1fr; }
  .astsl-why-grid,
  .astsl-teaser-grid,
  .astsl-access-grid { gap: 55px; }
  .astsl-contact-grid { gap: 45px; }
  .astsl-feature-card--wide { grid-template-columns: .9fr 1.1fr; }
  .astsl-workflow > div { padding: 18px; }
}

@media (max-width: 850px) {
  .admin-bar .astsl-header { top: 46px; }
  .astsl-container { width: min(100% - 34px, 720px); }
  .astsl-section { padding: 84px 0; }
  .astsl-menu-toggle { display: block; }
  .astsl-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 17px;
    left: 17px;
    display: none;
    align-items: stretch;
    padding: 15px;
    border: 1px solid var(--astsl-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(5, 43, 28, .16);
    flex-direction: column;
    gap: 0;
  }
  .astsl-nav.is-open { display: flex; }
  .astsl-nav > a { padding: 11px 10px; }
  .astsl-nav .astsl-header-login { margin-top: 5px; text-align: center; }
  .astsl-hero-inner { min-height: auto; grid-template-columns: 1fr; }
  .astsl-hero-copy { padding: 85px 0 10px; text-align: center; }
  .astsl-eyebrow,
  .astsl-hero-actions,
  .astsl-hero-tags { justify-content: center; }
  .astsl-hero-lead { margin-inline: auto; }
  .astsl-hero-visual { min-height: 500px; }
  .astsl-stats { grid-template-columns: 1fr; }
  .astsl-stats > div { min-height: 130px; padding: 25px 0; grid-template-columns: 130px 1fr; }
  .astsl-stats > div + div { padding-left: 0; border-top: 1px solid var(--astsl-line); border-left: 0; }
  .astsl-heading-row { grid-template-columns: 1fr; gap: 15px; }
  .astsl-heading-row > p { max-width: 590px; }
  .astsl-why-grid,
  .astsl-teaser-grid,
  .astsl-contact-grid,
  .astsl-access-grid,
  .astsl-outcome-grid { grid-template-columns: 1fr; }
  .astsl-why-visual { min-height: 520px; }
  .astsl-process-grid { grid-template-columns: 1fr 1fr; }
  .astsl-process-grid article:nth-child(3) { padding-left: 0; border-left: 0; }
  .astsl-contact-copy { position: static; }
  .astsl-footer-main { grid-template-columns: 1.2fr .8fr; }
  .astsl-footer-cta { grid-column: 1 / -1; }
  .astsl-vision-hero { padding-top: 70px; }
  .astsl-app-float--left { left: -8px; }
  .astsl-app-float--right { right: -8px; }
  .astsl-summary-grid { padding: 30px 0; grid-template-columns: 1fr; gap: 18px; }
  .astsl-summary-grid > div { justify-content: flex-start; }
  .astsl-feature-card--wide { display: flex; }
  .astsl-workflow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .astsl-workflow > div { width: 100%; }
  .astsl-workflow > i { display: none; }
}

@media (max-width: 580px) {
  .astsl-container { width: min(100% - 28px, 520px); }
  .astsl-header { height: 68px; }
  .astsl-brand { min-width: 0; }
  .astsl-brand-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .astsl-brand-icon img { width: 36px; height: 36px; }
  .astsl-brand small { display: none; }
  .astsl-hero h1,
  .astsl-vision-hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .astsl-hero-copy { padding-top: 70px; }
  .astsl-hero-actions { align-items: stretch; flex-direction: column; }
  .astsl-button { width: 100%; }
  .astsl-hero-tags { font-size: 9px; }
  .astsl-hero-visual { min-height: 420px; }
  .astsl-logo-stage { width: 220px; height: 220px; }
  .astsl-logo-stage img { width: 190px; height: 190px; }
  .astsl-signal-orbit--one { width: 290px; height: 290px; }
  .astsl-signal-orbit--two { width: 360px; height: 360px; }
  .astsl-floating-card--top { top: 25px; right: -4px; width: 150px; }
  .astsl-floating-card--bottom { bottom: 45px; left: 0; }
  .astsl-stats > div { grid-template-columns: 110px 1fr; }
  .astsl-stats strong { font-size: 37px; }
  .astsl-service-grid { grid-template-columns: 1fr; }
  .astsl-service-card { min-height: 350px; }
  .astsl-why-visual { min-height: 430px; }
  .astsl-blueprint { right: 0; }
  .astsl-blueprint::before { top: 58px; left: 38px; width: 245px; height: 245px; }
  .astsl-blueprint::after { top: 113px; left: 92px; width: 135px; height: 135px; }
  .astsl-blueprint > span:nth-child(2) { left: 270px; }
  .astsl-blueprint > span:nth-child(4) { left: 290px; }
  .astsl-blueprint b { bottom: 42px; font-size: 29px; }
  .astsl-why-badge { right: -4px; bottom: 36px; width: 175px; }
  .astsl-process-grid { grid-template-columns: 1fr; }
  .astsl-process-grid article,
  .astsl-process-grid article + article { padding: 23px 0; border-top: 1px solid var(--astsl-line); border-left: 0; }
  .astsl-teaser-copy > div { align-items: stretch; flex-direction: column; }
  .astsl-text-link { text-align: center; }
  .astsl-contact-grid { gap: 35px; }
  .astsl-form-panel,
  .astsl-standalone-form { padding: 22px 17px; border-radius: 18px; }
  .astsl-form-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
  .astsl-field-grid { grid-template-columns: 1fr; }
  .astsl-form-footer { align-items: stretch; flex-direction: column; }
  .astsl-form-note { margin: 0; text-align: center; }
  .astsl-footer-main { grid-template-columns: 1fr; gap: 40px; }
  .astsl-footer-cta { grid-column: auto; }
  .astsl-footer-bottom { flex-direction: column; gap: 5px; }
  .astsl-vision-hero { padding-bottom: 85px; }
  .astsl-vision-hero-copy { margin-bottom: 45px; }
  .astsl-trust-row { align-items: center; flex-direction: column; gap: 9px; }
  .astsl-app-window { padding: 6px; border-radius: 13px; }
  .astsl-app-window > img { border-radius: 8px; }
  .astsl-window-bar { height: 27px; }
  .astsl-app-float { display: none; }
  .astsl-feature-grid { grid-template-columns: 1fr; }
  .astsl-feature-card { min-height: 460px; padding: 25px; }
  .astsl-feature-card--wide { grid-column: auto; }
  .astsl-role-list article { padding: 23px 20px; }
  .astsl-workflow { grid-template-columns: 1fr; }
  .astsl-workflow > div { min-height: 98px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .astsl-reveal { opacity: 1; transform: none; transition: none; }
  .astsl-button,
  .astsl-service-card { transition: none; }
}

