
.call-copy h2 {
  margin: 0;
  color: #f1f8fd;
  font-family: var(--font-display);
  font-size: clamp(42px, 4.2vw, 54px);
  font-weight: 740;
  letter-spacing: -0.05em;
  line-height: 1.12;
}

.call-copy h2 strong,
.call-copy h2 span {
  display: block;
}

.call-copy h2 strong {
  font: inherit;
  white-space: nowrap;
}

.call-copy h2 span {
  color: #62cfff;
}

.call-lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: #a2b8c8;
  font-size: 16px;
  line-height: 1.82;
}

.call-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.call-badges span {
  border: 1px solid rgba(98, 220, 255, 0.23);
  border-radius: 999px;
  padding: 8px 11px;
  color: #bcecff;
  background: rgba(16, 76, 119, 0.24);
  font-size: 11px;
  font-weight: 680;
}

.call-proof-list {
  margin: 34px 0;
  border-top: 1px solid var(--line);
}

.call-proof {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 15px;
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
}

.call-proof > span {
  padding-top: 3px;
  color: #56ceff;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.call-proof h3 {
  margin: 0;
  color: #e7f4fb;
  font-size: 15px;
  font-weight: 700;
}

.call-proof p {
  margin: 6px 0 0;
  color: #7893a8;
  font-size: 12px;
  line-height: 1.68;
}

.call-visual {
  position: relative;
  border: 1px solid rgba(118, 203, 255, 0.24);
  border-radius: 18px;
  padding: 17px;
  background: rgba(3, 13, 24, 0.76);
  box-shadow: 0 38px 90px rgba(0, 5, 14, 0.44);
}

.call-visual::before {
  position: absolute;
  z-index: -1;
  right: -13%;
  bottom: -18%;
  width: 70%;
  height: 60%;
  border-radius: 50%;
  content: "";
  background: rgba(28, 133, 222, 0.2);
  filter: blur(72px);
}

.call-visual-meta {
  display: flex;
  min-height: 34px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  color: #638097;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.call-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #8ee5ff;
}

.call-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #44e7b1;
  box-shadow: 0 0 0 4px rgba(68, 231, 177, 0.1);
}

.call-browser {
  overflow: hidden;
  border: 1px solid rgba(111, 188, 238, 0.18);
  border-radius: 11px;
  background: #020811;
}

.call-browser-bar {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(111, 188, 238, 0.14);
  padding: 0 13px;
  color: #587187;
  background: #091725;
  font-family: var(--font-mono);
  font-size: 8px;
}

.call-browser-dots {
  display: flex;
  gap: 5px;
}

.call-browser-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #31516a;
}

.call-browser-dots i:first-child {
  background: #e46868;
}

.call-browser-dots i:nth-child(2) {
  background: #d8b65d;
}

.call-browser-dots i:last-child {
  background: #49b982;
}

.call-demo-stage {
  position: relative;
  overflow: hidden;
  background: #06131f;
}

.call-demo-stage img {
  display: block;
  width: 100%;
  height: auto;
}

.call-language-chip {
  position: absolute;
  top: 13px;
  left: 50%;
  border: 1px solid rgba(177, 226, 255, 0.3);
  border-radius: 999px;
  padding: 8px 13px;
  color: #f0f9ff;
  background: rgba(2, 13, 24, 0.82);
  box-shadow: 0 8px 24px rgba(0, 5, 13, 0.22);
  font-size: 10px;
  font-weight: 700;
  transform: translateX(-50%);
  white-space: nowrap;
}

.call-language-chip i {
  margin: 0 4px;
  color: var(--cyan);
  font-style: normal;
}

.call-participant-labels {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  pointer-events: none;
}

.call-participant-labels span {
  align-self: end;
  justify-self: start;
  margin: 0 0 9px 10px;
  border-radius: 4px;
  padding: 5px 7px;
  color: #f1f8fd;
  background: rgba(1, 10, 19, 0.72);
  font-size: 9px;
  font-weight: 650;
  line-height: 1;
}

.call-demo-captions {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 18px;
  border-left: 3px solid var(--cyan);
  padding: 13px 15px;
  background: #071a2b;
}

.call-demo-captions strong {
  align-self: center;
  color: #dff5ff;
  font-size: 12px;
}

.call-demo-captions div {
  display: grid;
  gap: 4px;
}

.call-demo-captions span {
  color: #9dc1d7;
  font-size: 11px;
  line-height: 1.45;
}

.call-demo-captions span:last-child {
  color: #69d4ff;
}

.call-demo-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(111, 188, 238, 0.14);
  padding: 6px 12px;
  color: #6d879b;
  background: #050f19;
  font-size: 8px;
}

.call-demo-footer > span:last-child {
  justify-self: end;
}

.call-duration {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9dc2d7;
}

.call-duration i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #43e7b0;
  box-shadow: 0 0 0 4px rgba(67, 231, 176, 0.09);
}

.call-demo-controls {
  display: flex;
  gap: 6px;
}

.call-demo-controls span {
  display: grid;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(115, 178, 218, 0.2);
  border-radius: 50%;
  color: #abc5d6;
  background: #0b2133;
  place-items: center;
}

.call-demo-controls span.is-active {
  border-color: rgba(98, 220, 255, 0.4);
  color: #03111e;
  background: var(--cyan);
}

.call-demo-controls svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.product-card {
  min-height: 330px;
  border: 1px solid #d5e2eb;
  border-radius: 14px;
  padding: 28px;
  background: rgba(248, 251, 254, 0.88);
  box-shadow: 0 16px 46px rgba(40, 78, 109, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.product-card:hover {
  border-color: #9ac6e6;
  box-shadow: 0 22px 56px rgba(40, 78, 109, 0.12);
  transform: translateY(-4px);
}

.product-icon {
  margin-top: 0;
  border-color: #bed9ec;
  color: #176cc9;
  background: #e8f4fc;
}

.product-card h3 {
  margin: 25px 0 0;
  color: var(--light-text);
  font-size: 22px;
  font-weight: 720;
}

.product-card p {
  margin: 14px 0 0;
  color: var(--light-muted);
  font-size: 14px;
  line-height: 1.75;
}

.product-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.product-card li {
  border: 1px solid #d4e5f1;
  border-radius: 5px;
  padding: 6px 8px;
  color: #3f657e;
  background: #f1f7fb;
  font-size: 11px;
  font-weight: 650;
}

.decision-section {
  color: var(--light-text);
  background:
    linear-gradient(90deg, rgba(50, 100, 140, 0.045) 1px, transparent 1px) 50% 0 / 72px 72px,
    radial-gradient(circle at 88% 12%, rgba(40, 139, 223, 0.14), transparent 26rem),
    #edf3f7;
}

.decision-section .section-kicker {
  color: #176cc9;
}

.decision-section .section-head h2 {
  color: #0b2237;
}

.decision-section .section-head h2 span {
  color: #176cc9;
}

.decision-section .section-intro {
  color: #526d82;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.decision-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(35, 85, 121, 0.14);
  border-radius: 14px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(98, 220, 255, 0.05), transparent 48%),
    #071a2d;
  box-shadow: 0 22px 54px rgba(20, 57, 84, 0.1);
}

.decision-card::after {
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(98, 220, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.decision-card > span {
  color: #5bcdf9;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.decision-card h3 {
  margin: 24px 0 0;
  color: #eff9ff;
  font-size: 24px;
}

.decision-card p {
  max-width: 520px;
  margin: 14px 0 0;
  color: #8da7ba;
  font-size: 14px;
  line-height: 1.76;
}

.decision-card strong {
  display: block;
  margin-top: 24px;
  color: #aee9ff;
  font-size: 12px;
  font-weight: 680;
}

.trust-standard {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(400px, 1.2fr);
  align-items: center;
  gap: 56px;
  margin-top: 18px;
  border: 1px solid rgba(22, 98, 158, 0.15);
  border-radius: 14px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 50px rgba(45, 86, 116, 0.08);
}

.trust-standard span {
  color: #176cc9;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.trust-standard h3 {
  margin: 10px 0 0;
  color: #0b2237;
  font-size: 24px;
  line-height: 1.38;
}

.trust-standard ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-standard li {
  position: relative;
  padding-left: 18px;
  color: #506a7e;
  font-size: 12px;
  line-height: 1.65;
}

.trust-standard li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: #26a8e8;
  box-shadow: 0 0 0 4px rgba(38, 168, 232, 0.1);
}

.scene-list {
  border-top: 1px solid var(--line);
}

.scene-row {
  display: grid;
  grid-template-columns: 100px 1fr 1.15fr;
  min-height: 150px;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid var(--line);
  transition: background 200ms ease;
}

.scene-row:hover {
  background: rgba(18, 51, 82, 0.46);
}

.scene-row > span {
  color: #5ccfff;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.scene-row h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
}

.scene-row p {
  margin: 0;
  color: #8fa6b9;
  font-size: 14px;
  line-height: 1.76;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 70px;
}

.service-copy h2 {
  margin: 0;
  color: #f1f8fd;
  font-family: var(--font-display);
  font-size: clamp(40px, 4.5vw, 60px);
  font-weight: 740;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.service-copy h2 span {
  display: block;
  color: #62cfff;
}

.service-copy > p {
  max-width: 520px;
  margin: 24px 0 0;
  color: #93aabd;
  font-size: 16px;
  line-height: 1.82;
}

.service-proof {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--line);
}

.service-proof div {
  min-height: 112px;
  padding: 22px;
  background: #091b30;
}

.service-proof strong {
  display: block;
  color: #e8f6ff;
  font-size: 16px;
}

.service-proof span {
  display: block;
  margin-top: 8px;
  color: #7892a8;
  font-size: 12px;
  line-height: 1.6;
}

.service-steps {
  position: relative;
  display: grid;
  gap: 12px;
}

.service-step {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 112px;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 22px;
  background: #091b30;
}

.service-step > span {
  display: grid;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(98, 220, 255, 0.28);
  border-radius: 9px;
  color: var(--cyan);
  background: rgba(30, 104, 164, 0.12);
  font-family: var(--font-mono);
  font-size: 10px;
  place-items: center;
}

.service-step h3 {
  margin: 0;
  font-size: 18px;
}

.service-step p {
  margin: 7px 0 0;
  color: #839db1;
  font-size: 13px;
  line-height: 1.65;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 10px;
  color: #e4f2fb;
  cursor: pointer;
  font-size: 18px;
  font-weight: 680;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  content: "+";
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 400;
  place-items: center;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 800px;
  margin: -5px 0 0;
  padding: 0 10px 30px;
  color: #8fa7ba;
  font-size: 15px;
  line-height: 1.8;
}

.contact-section {
  position: relative;
  overflow: hidden;
  color: #102a43;
  background:
    linear-gradient(90deg, rgba(35, 99, 132, 0.055) 1px, transparent 1px) 50% / 72px 72px,
    #eaf2f5;
}

.contact-section::after {
  position: absolute;
  top: -210px;
  left: -170px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(17, 113, 164, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(17, 113, 164, 0.025), 0 0 0 120px rgba(17, 113, 164, 0.02);
  content: "";
  pointer-events: none;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  align-items: start;
  gap: clamp(46px, 7vw, 104px);
}

.contact-copy {
  position: sticky;
  top: 118px;
}

.contact-copy .section-kicker {
  color: #1278a8;
}

.contact-copy h2 {
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.contact-copy h2 span {
  color: #147eaf;
}

.contact-copy > p {
  margin: 24px 0 0;
  color: #536d7d;
  font-size: 15px;
  line-height: 1.85;
}

.contact-promises {
  display: grid;
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid rgba(19, 80, 111, 0.16);
}

.contact-promises div {
  display: grid;
  gap: 5px;
  border-bottom: 1px solid rgba(19, 80, 111, 0.16);
  padding: 17px 0;
}

.contact-promises strong {
  color: #123b52;
  font-size: 13px;
}

.contact-promises span {
  color: #627987;
  font-size: 12px;
  line-height: 1.7;
}

.contact-email {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #0c6d9a;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 760;
}

.contact-email span {
  font-size: 16px;
  transition: transform 180ms ease;
}

.contact-email:hover span,
.contact-email:focus-visible span {
  transform: translate(3px, -3px);
}

.contact-form {
  border: 1px solid rgba(18, 65, 90, 0.13);
  border-radius: 14px;
  padding: clamp(28px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 80px rgba(30, 74, 99, 0.13);
}

.form-heading > span {
  color: #1683b7;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.form-heading h3 {
  margin: 12px 0 0;
  color: #102a43;
  font-size: 25px;
  letter-spacing: -0.02em;
}

.form-heading p {
  margin: 8px 0 0;
  color: #708694;
  font-size: 12px;
}

.form-heading b {
  color: #d94c4c;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px 16px;
  margin-top: 30px;
}

.form-grid label {
  display: grid;
  gap: 8px;
}

.form-grid label > span {
  color: #294d60;
  font-size: 12px;
  font-weight: 690;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cbd9e0;
  border-radius: 7px;
  outline: none;
  padding: 0 14px;
  color: #102a43;
  background: #fbfdfe;
  font: inherit;
  font-size: 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.form-grid textarea {
  min-height: 132px;
  resize: vertical;
  padding-top: 13px;
  line-height: 1.7;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: #96a8b2;
}

.form-grid input:hover,
.form-grid select:hover,
.form-grid textarea:hover {
  border-color: #9fb7c3;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: #1685b8;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 133, 184, 0.12);
}

.form-wide {
  grid-column: 1 / -1;
}

.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  color: #667d8a;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.65;
}

.form-consent input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin: 1px 0 0;
  accent-color: #127dac;
}

.form-consent a {
  margin: 0 3px;
  color: #0c729f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

.form-submit-row .button {
  min-width: 172px;
  border: 0;
  cursor: pointer;
}

.form-submit-row .button:disabled {
  cursor: wait;
  opacity: 0.64;
}

.form-status {
  flex: 1;
  margin: 0;
  color: #718793;
  font-size: 11px;
  line-height: 1.6;
}

.form-status[data-state="success"] {
  color: #087850;
  font-weight: 680;
}

.form-status[data-state="error"] {
  color: #b43e3e;
  font-weight: 680;
}

.form-status[data-state="loading"] {
  color: #0d719f;
}

.closing {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(103, 192, 242, 0.05) 1px, transparent 1px) 50% / 70px 70px,
    radial-gradient(circle at 50% 100%, rgba(32, 129, 225, 0.26), transparent 30rem),
    #061529;
}

.closing::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(98, 220, 255, 0.55), transparent);
}

.closing-label {
  margin: 0;
  color: #68cfff;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.closing h2 {
  max-width: 850px;
  margin: 22px auto 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 740;
  letter-spacing: -0.045em;
  line-height: 1.14;
}

.closing p {
  max-width: 650px;
  margin: 22px auto 0;
  color: #91a9bb;
  font-size: 16px;
  line-height: 1.8;
}

.closing-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.closing-download {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  color: #9fdffc;
  font-size: 12px;
  font-weight: 680;
}

.closing-download span {
  transition: transform 180ms ease;
}

.closing-download:hover span,
.closing-download:focus-visible span {
  transform: translateX(4px);
}

.closing-tags span {
  border: 1px solid rgba(123, 199, 244, 0.2);
  border-radius: 6px;
  padding: 9px 12px;
  color: #c4d9e7;
  background: rgba(10, 36, 61, 0.58);
  font-size: 12px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 38px 0 30px;
  background: #020914;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.footer-brand strong {
  display: block;
  font-size: 16px;
}

.footer-brand p {
  margin: 7px 0 0;
  color: #6f879b;
  font-size: 12px;
}

.footer-contact {
  display: inline-flex;
  margin-top: 10px;
  color: #8fdcf9;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.footer-contact:hover,
.footer-contact:focus-visible {
  color: #d9f5ff;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 22px;
}

.footer-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #8ca3b5;
  font-size: 12px;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--cyan);
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(126, 184, 224, 0.1);
  padding-top: 22px;
  color: #587187;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.footer-meta a:hover {
  color: #9bdfff;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(98, 220, 255, 0.72);
  outline-offset: 4px;
}

.saas-section {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(29, 171, 230, 0.13), transparent 26rem),
    linear-gradient(180deg, #f6fbfe 0%, #edf6fa 100%);
}

.saas-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(16, 99, 139, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 99, 139, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
}

.saas-section .section-kicker {
  color: #1289bd;
}

.saas-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(310px, 0.72fr);
  align-items: stretch;
  gap: 18px;
}

.saas-console {
  overflow: hidden;
  border: 1px solid rgba(12, 72, 107, 0.14);
  border-radius: 20px;
  background: #06192a;
  box-shadow: 0 32px 86px rgba(13, 62, 89, 0.18), inset 0 1px rgba(255, 255, 255, 0.04);
}

.saas-console-head {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(117, 185, 224, 0.13);
  padding: 14px 20px;
  background: linear-gradient(90deg, rgba(12, 45, 70, 0.98), rgba(6, 26, 44, 0.98));
}

.saas-console-head > div,
.saas-console-head > div span,
.saas-online {
  display: flex;
  align-items: center;
}

.saas-console-head > div {
  gap: 11px;
}

.saas-console-head img {
  border-radius: 9px;
}

.saas-console-head > div span {
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
}

.saas-console-head strong {
  color: #f2f9ff;
  font-size: 14px;
}

.saas-console-head small {
  color: #7090a7;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.saas-online {
  gap: 8px;
  border: 1px solid rgba(84, 215, 174, 0.16);
  border-radius: 999px;
  padding: 8px 11px;
  color: #a8e8d3;
  background: rgba(36, 147, 111, 0.08);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.saas-online i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #52dcae;
  box-shadow: 0 0 0 4px rgba(82, 220, 174, 0.1), 0 0 14px rgba(82, 220, 174, 0.45);
}

.saas-console-body {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 440px;
}

.saas-rail {
  display: grid;
  align-content: start;
  gap: 7px;
  border-right: 1px solid rgba(117, 185, 224, 0.1);
  padding: 20px 12px;
  background: rgba(2, 17, 30, 0.72);
}

.saas-rail span {
  display: grid;
  grid-template-columns: 22px 1fr;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 9px;
  color: #6f8aa0;
  font-size: 11px;
}

.saas-rail b {
  color: #42657d;
  font-family: var(--font-mono);
  font-size: 8px;
}

.saas-rail .is-active {
  border-color: rgba(72, 196, 244, 0.18);
  color: #dff6ff;
  background: rgba(35, 139, 184, 0.14);
}
