@charset "UTF-8";
@font-face {
  font-display: fallback;
  font-family: "DM Sans";
  src: local("DM Sans Regular"), url(/assets/DMSans-Regular-f4c37daf53f130725687b7b6ebb890a87c46aba0ad63cf233e3afb3fc1ad1146.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: fallback;
  font-family: "DM Sans";
  src: local("DM Sans Medium"), url(/assets/DMSans-Medium-825b1bbbf002e5e8472a1332e0afba75ff59228a39c2f611b7f194c942b2e31e.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: fallback;
  font-family: "DM Sans";
  src: local("DM Sans Bold"), url(/assets/DMSans-Bold-7359a93cfdc3f46a7b40ebfe9d500ab79fb867a5177a8cf2e3ef5916f6da6198.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-from-above {
  from {
    opacity: 0;
    transform: translateY(-100vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  font-display: block;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body {
  background: #ffffff;
  color: #000000;
  font: 400 15px/25px "DM Sans", sans-serif;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

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

blockquote {
  margin: 0;
}

cite {
  font-style: normal;
}

dd,
dl,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
}

img {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 400;
  font-size: 14px;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

pre,
code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace, monospace;
}

:root {
  --dm-bg-primary: #ffffff;
  --dm-bg-secondary: #f8fafc;
  --dm-bg-tertiary: #f1f5f9;
  --dm-bg-elevated: #ffffff;
  --dm-text-primary: #0f172a;
  --dm-text-secondary: #64748b;
  --dm-text-tertiary: #94a3b8;
  --dm-text-inverse: #ffffff;
  --dm-border: #e2e8f0;
  --dm-border-light: #ebebeb;
  --dm-card-bg: #ffffff;
  --dm-card-border: #e2e8f0;
  --dm-card-shadow: rgba(0, 0, 0, 0.08);
  --dm-accent: #662fe0;
  --dm-accent-light: #bb9bff;
  --dm-accent-bg: #f3efff;
}

.dark-mode {
  --dm-bg-primary: #0f0826;
  --dm-bg-secondary: #100828;
  --dm-bg-tertiary: #1a0f3a;
  --dm-bg-elevated: #1a0f3a;
  --dm-text-primary: #ffffff;
  --dm-text-secondary: rgba(255, 255, 255, 0.7);
  --dm-text-tertiary: rgba(255, 255, 255, 0.5);
  --dm-text-inverse: #0f172a;
  --dm-border: rgba(255, 255, 255, 0.1);
  --dm-border-light: rgba(255, 255, 255, 0.1);
  --dm-card-bg: rgba(255, 255, 255, 0.05);
  --dm-card-border: rgba(255, 255, 255, 0.1);
  --dm-card-shadow: rgba(102, 47, 224, 0.15);
  --dm-accent: #662fe0;
  --dm-accent-light: #bb9bff;
  --dm-accent-bg: rgba(102, 47, 224, 0.2);
}

.dark-mode body {
  background-color: #0f0826;
  color: #ffffff;
}

.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6 {
  color: #ffffff;
}
.dark-mode a:not([class*=btn]):not([class*=button]):not([class*=header__]):not([class*=footer__]):not([class*=nav]):not([class*=signup]):not([class*=lp-btn]):not([class*=cta-button]) {
  color: #bb9bff;
}
.dark-mode .page-header {
  background: #0f0826;
}
.dark-mode .page-header__title {
  color: #ffffff;
}
.dark-mode .page-header__description {
  color: rgba(255, 255, 255, 0.7);
}

.anchor {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 50%;
  padding-right: 30px;
  transform: translateY(-70%);
  background-image: url(/assets/icons/link-8a603022ae63ac39632fb80b724b15efe10ee196c06ce0af7d627654a5147eaa.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  display: none;
}

h1:hover .anchor, h2:hover .anchor, h3:hover .anchor, h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
  display: block;
}

.background {
  background: #ffffff;
  border-top: 2px solid #ededed;
  padding-top: 70px;
}

.button {
  appearance: none;
  border: 0;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  padding: 9px 16px;
  background: #0187f3;
  transition: background-color 0.2s;
}
.button:hover {
  background: rgb(40.881147541, 158.9549180328, 254.118852459);
}
.button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  background: rgb(40.881147541, 158.9549180328, 254.118852459);
}

.button--green {
  background: #5db74e;
}
.button--green:hover {
  background: rgb(126.1807228916, 197.7469879518, 114.2530120482);
}
.button--green:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  background: rgb(126.1807228916, 197.7469879518, 114.2530120482);
}

.code {
  background: #f1f1f1;
  font-size: 0.85em;
  padding: 2px;
  border-radius: 2px;
}

.container {
  margin: 0 auto;
  padding: 0 35px;
  max-width: 1070px;
}
@media (max-width: 700px) {
  .container {
    padding: 0 20px;
  }
}

.container--blog {
  max-width: 864px;
}

.container--markdown {
  max-width: 900px;
}

.container--narrow {
  max-width: 776px;
}

.container--pricing {
  max-width: 1400px;
}

.crumbs-banner {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  bottom: 20px;
  border-radius: 8px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1140px;
  padding: 24px 40px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}

.crumbs-edit {
  background-color: #f4f4f4;
  border-radius: 8px;
  left: 50%;
  max-width: 600px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 99;
}

.crumbs-edit__title {
  font-size: 18px;
  font-weight: bold;
}

.crumbs-overlay::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.crumbs-edit-close {
  appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  margin-top: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 8px;
}

.crumbs-edit__section {
  align-items: center;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 24px;
}

.crumbs-edit__description {
  margin-top: 8px;
}

.crumbs-edit__container {
  padding: 24px 24px 90px 24px;
}

.crumbs-edit__block {
  flex: 0 1 75%;
}

.crumbs-edit__block h4 {
  font-weight: 500;
}

.crumbs-edit__block p {
  margin-top: 4px;
}

.crumbs-edit__content {
  height: calc(100vh - 140px);
  max-height: 550px;
  overflow: auto;
  position: static;
}

.crumbs-edit__text {
  font-size: 14px;
}

.crumbs-edit__cta {
  background-color: #f0f0f0;
  bottom: 0;
  border-radius: 8px;
  left: 0;
  padding: 12px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.crumbs__hidden {
  height: 1px;
  position: absolute;
  left: -10000px;
  overflow: hidden;
  top: auto;
  width: 1px;
}

.crumbs-banner__title {
  font-size: 20px;
  font-weight: bold;
}

.crumbs-banner__description {
  margin-top: 8px;
}

.crumbs-banner__description a {
  text-decoration: underline;
}

.crumbs-checkbox {
  height: 0;
  visibility: hidden;
  width: 0;
}

.crumbs-toggle {
  margin-left: 12px;
}

.crumbs-toggle__checkbox {
  background: #858585;
  border-radius: 40px;
  cursor: pointer;
  display: block;
  height: 35px;
  position: relative;
  text-indent: -9999px;
  width: 62px;
}

.crumbs-toggle__checkbox--required {
  cursor: not-allowed;
  opacity: 0.5;
}

.crumbs-toggle__checkbox::after {
  background: #fff;
  border-radius: 24px;
  content: "";
  height: 25px;
  left: 5px;
  position: absolute;
  top: 5px;
  transition: 0.3s ease-in-out;
  width: 25px;
}

.crumbs-checkbox + label {
  background-color: #858585;
}

.crumbs-checkbox:checked + label {
  background-color: #0187f3;
}

.crumbs-checkbox:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.crumbs-toggle__label {
  cursor: pointer;
  font-size: 12px;
  margin: 0 0.5em 0;
}

.crumbs-toggle__wrapper {
  border: 1px solid #dddddd;
  border-radius: 40px;
  display: inline-block;
  font-size: 10px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}

.crumbs-button {
  appearance: none;
  background: #0187f3;
  border: 0;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  margin-top: 12px;
  padding: 9px 16px;
  transition: background-color 0.2s;
}
.crumbs-button:hover {
  background: rgb(40.881147541, 158.9549180328, 254.118852459);
}

.crumbs-edit-accept {
  margin-top: 0;
}

.crumbs-edit-settings {
  background: #5db74e;
}
.crumbs-edit-settings:hover {
  background: rgb(126.1807228916, 197.7469879518, 114.2530120482);
}

@media screen and (min-width: 900px) {
  .crumbs-banner {
    align-items: center;
    flex-direction: row;
  }
  .crumbs-banner__content {
    flex: 0 1 50%;
  }
  .crumbs-edit__container {
    padding: 40px 40px 80px 40px;
  }
  .crumbs-banner button {
    margin: 0 4px;
  }
  .crumbs-toggle {
    margin-left: 0;
  }
  .crumbs-edit-close {
    right: 16px;
    top: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .crumbs-banner__content {
    flex: 0 1 50%;
  }
}
@media screen and (min-width: 1300px) {
  .crumbs-banner__content {
    flex: 0 1 60%;
  }
}
.flex {
  display: flex;
}

.space-x-2 {
  gap: 0.5rem;
}

.justify-center {
  justify-content: center;
}

.bg-black {
  background-color: #000;
}

.text-white {
  color: #fff;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.text-sm {
  font-size: 16px;
}

.text-yellow-500 {
  color: #f59e0b;
}

.underline {
  text-decoration: underline;
}

.flash {
  padding: 10px;
  border-radius: 4px;
  background: #c7c7c7;
  margin-bottom: 15px;
}

.flash--error {
  background: #e8432b;
  color: #fff;
}

.flash--success {
  background: #0DAB76;
  color: #fff;
}

.form-control {
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 35px;
  font: inherit;
  font-size: 22px;
  line-height: 30px;
  display: block;
  outline: 0;
  padding: 19px;
  text-align: center;
  width: 100%;
}
.form-control:focus {
  background-color: #fff;
  border-color: #0187f3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(1, 135, 243, 0.5);
}

.full-width-image {
  width: 100%;
}

.icon-button {
  align-items: center;
  display: inline-flex;
  border-radius: 4px;
  padding: 15px 22px 15px 20px;
}

.icon-button--block {
  display: flex;
  justify-content: center;
}
.icon-button--block .icon-button__content {
  flex: 0 1 auto;
}

.icon-button--signup {
  background: #5db74e;
  color: #ffffff;
  border-radius: 4px;
}
.icon-button--signup:hover {
  background: rgb(101.2951807229, 186.686746988, 87.063253012);
}
.icon-button--signup:active {
  background: rgb(86.7379518072, 176.4668674699, 71.7831325301);
}

.icon-button--subtle {
  color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}
.icon-button--subtle:hover {
  text-decoration: underline;
}

.icon-button__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.icon-button__icon {
  flex: 0 0 auto;
  height: 32px;
  margin: 0 12px 0 0;
  width: 32px;
}

.icon-button__text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 16px;
  margin: 2px 0 0;
  text-transform: uppercase;
}

.icon-button__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.icon-button--link:hover .icon-button__title {
  text-decoration: underline;
}

.icon-button--signup:hover .icon-button__title {
  text-decoration: none;
}

.icon-button--medium {
  padding: 19px 28px 19px 24px;
}
.icon-button--medium .icon-button__title {
  font-size: 22px;
}
.icon-button--medium .icon-button__icon {
  height: 22px;
  width: 22px;
  margin: 0 10px 0 0;
}
@media (max-width: 360px) {
  .icon-button--medium {
    padding: 15px 24px 15px 20px;
  }
  .icon-button--medium .icon-button__title {
    font-size: 18px;
  }
  .icon-button--medium .icon-button__icon {
    height: 18px;
    width: 18px;
  }
}

.icon-button--small {
  padding: 13px 22px 13px 18px;
}
.icon-button--small .icon-button__title {
  font-size: 16px;
}
.icon-button--small .icon-button__icon {
  height: 18px;
  width: 18px;
  margin: 0 10px 0 0;
}

@media (max-width: 440px) {
  .icon-button__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.label {
  display: block;
  font-weight: 500;
  user-select: none;
  margin-bottom: 7px;
}

.overlay {
  display: none;
}

.dialog ~ .overlay {
  animation: slide-from-above 500ms ease-in-out forwards;
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100vh);
  z-index: 1;
}

.play {
  background: #1b81ff url(/assets/icons/play-782e379c64730958a041c8ffe0468d3f8af21f30377b044841a012d672ad2b0b.svg) center center/auto 24px no-repeat;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  text-indent: -9999px;
  width: 32px;
}
.play:hover {
  background-color: rgb(52.5, 143.0921052632, 255);
}
.play:active {
  background-color: rgb(1.5, 114.9078947368, 255);
}

.section {
  background: #ffffff;
}

.section ~ .section {
  border-top: 1px solid rgb(235.25, 246.5357142857, 255);
}

.section--shaded {
  background: #f8fcff;
  border-top: 1px solid rgb(235.25, 246.5357142857, 255);
}

.section--spaced {
  padding: 48px 0;
}
@media (min-width: 840px) {
  .section--spaced {
    padding: 72px 0 80px;
  }
}

.section__container {
  align-items: center;
  display: flex;
  height: 440px;
  justify-content: center;
}

.section__content {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 24px;
  max-width: 512px;
}

.section__illustration {
  display: block;
  height: 160px;
}

.section__image {
  align-items: center;
  background: #f8fcff;
  border: 1px solid rgb(222.5, 241.0714285714, 255);
  border-radius: 50%;
  display: flex;
  height: 320px;
  justify-content: center;
  width: 100%;
}
.section--shaded .section__image {
  background: #ffffff;
}

.section__lead {
  color: #666666;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 12px;
}

.section__link {
  color: #0187f3;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid rgb(222.5, 241.0714285714, 255);
}

.section__list {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 8px 0;
}

.section__list-item:not(:last-child) {
  margin: 0 0 2px;
}

.section__media {
  flex: 0 0 auto;
  margin: 0 0 0 48px;
  width: 320px;
}
.section--reversed .section__media {
  margin: 0 48px 0 0;
  order: -1;
}

.section__more {
  margin: 12px 0 0;
}

.section__title {
  font-size: 36px;
  line-height: 44px;
}

.section-header {
  text-align: center;
}

.section-header--left {
  text-align: left;
}

.section-header--support {
  padding-bottom: 72px;
}

.section-header__lead {
  color: #787878;
  display: inline;
  font-size: 4.625vw;
  line-height: 1.5;
}
@media (min-width: 396px) {
  .section-header__lead {
    font-size: 18px;
    line-height: 1.75;
  }
}
@media (min-width: 960px) {
  .section-header__lead {
    display: block;
  }
  .section-header__lead + .section-header__lead {
    margin-top: 3px;
  }
}
.section-header__lead a {
  text-decoration: underline;
}

@media (min-width: 960px) {
  .section-header__lead--larger {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (min-width: 960px) {
  .section-header__leads--larger {
    margin: 0 auto;
    max-width: 768px;
  }
}

.section-header__title {
  font-size: 6.75vw;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 8px;
}
@media (min-width: 468px) {
  .section-header__title {
    font-size: 30px;
  }
}
@media (min-width: 526px) {
  .section-header__title {
    font-size: 34px;
  }
}
@media (min-width: 640px) {
  .section-header__title {
    font-size: 36px;
  }
}

.section-footer {
  text-align: center;
  margin-top: 25px;
}

.section-footer--left {
  text-align: left;
}

.section-footer--support {
  padding-bottom: 72px;
}

.section-footer__lead {
  color: #787878;
  display: inline;
  font-size: 4.625vw;
  line-height: 1.5;
}
@media (min-width: 396px) {
  .section-footer__lead {
    font-size: 18px;
    line-height: 1.75;
  }
}
@media (min-width: 960px) {
  .section-footer__lead {
    display: block;
  }
  .section-footer__lead + .section-footer__lead {
    margin-top: 3px;
  }
}
.section-footer__lead a {
  text-decoration: underline;
}

@media (min-width: 960px) {
  .section-footer__lead--larger {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (min-width: 960px) {
  .section-footer__leads--larger {
    margin: 0 auto;
    max-width: 768px;
  }
}

.section-footer__title {
  font-size: 6.75vw;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 8px;
}
@media (min-width: 468px) {
  .section-footer__title {
    font-size: 30px;
  }
}
@media (min-width: 526px) {
  .section-footer__title {
    font-size: 34px;
  }
}
@media (min-width: 640px) {
  .section-footer__title {
    font-size: 36px;
  }
}

.video {
  animation: fade-in 500ms ease-in-out 250ms forwards;
  background: #000000;
  max-height: 60%;
  opacity: 0;
  position: fixed;
  top: 10%;
  margin-left: calc(50vw - 500px);
  width: 1000px;
  height: auto;
  min-height: 562px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .video {
    width: 100%;
    margin-left: 0;
    height: auto;
    min-height: 56.25vw;
  }
}

.additional-pricing-options {
  padding: 16px 24px;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(172, 172, 172, 0.1);
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 880px;
  margin: 0 auto 104px;
}
@media (min-width: 960px) {
  .additional-pricing-options {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }
}

.additional-pricing-options__text-wrapper {
  flex: 1;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .additional-pricing-options__text-wrapper {
    margin-right: 24px;
    margin-bottom: 0;
  }
}

.additional-pricing-options__text {
  color: #959595;
  font-size: 18px;
  line-height: 26px;
}
.additional-pricing-options__text a {
  font-weight: 500;
  text-decoration: underline;
}

.additional-pricing-options__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

@media (min-width: 960px) {
  .additional-pricing-options__cta {
    width: 192px;
  }
}

.addons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.addons__box {
  flex-basis: 50%;
  margin: 0 5px;
  padding: 45px;
  border-radius: 8px;
  border: 2px solid #e7e7e7;
  text-align: center;
}

.addons__title {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 28px;
}

.addons__text {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.addons__price {
  font-weight: 500;
  font-size: 19px;
}

.addons__box--red .addons__text {
  color: #f30200;
}
.addons__box--red .addons__price {
  color: #f30200;
}
.addons__box--red .addons__title span {
  color: #f30200;
}

.addons__box--blue .addons__text {
  color: #554ccb;
}
.addons__box--blue .addons__price {
  color: #554ccb;
}
.addons__box--blue .addons__title span {
  color: #554ccb;
}

@media (max-width: 850px) {
  .addons {
    flex-direction: column;
  }
  .addons__box {
    flex-basis: auto;
    margin: 0;
    margin-bottom: 20px;
  }
}
.api-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .api-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .api-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.api-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.api-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.api-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.api-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .api-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .api-page .hero-title {
    font-size: 2.5rem;
  }
}
.api-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.api-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .api-page .hero-description {
    font-size: 1.125rem;
  }
}
.api-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .api-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.api-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.api-page .hero-btn-primary:hover {
  background: #2d1470;
}
.api-page .hero-btn-secondary {
  background: transparent;
  color: #3b1d95;
  border: 1px solid #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.api-page .hero-btn-secondary:hover {
  background: rgba(59, 29, 149, 0.08);
}
.api-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.api-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .api-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .api-page .section-title {
    font-size: 1.75rem;
  }
}
.api-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.api-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.api-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.api-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.api-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.api-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.api-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.api-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .api-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .api-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.api-page .step-item {
  text-align: center;
  position: relative;
}
.api-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.api-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.api-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.api-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.api-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.api-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.api-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .api-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.api-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.api-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.api-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.api-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.api-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.api-page .benefit-description {
  color: #64748b;
}
.api-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.api-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .api-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.api-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.api-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .api-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .api-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.api-page .getting-started-steps {
  margin-bottom: 2rem;
}
.api-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.api-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.api-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.api-page .gs-step-description {
  color: #94a3b8;
}
.api-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.api-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .api-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.api-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.api-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.api-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.api-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .api-page .cta-title {
    font-size: 2rem;
  }
}
.api-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.api-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .api-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.api-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.api-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.api-page .cta-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.api-page .cta-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}
.api-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .api-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .api-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .api-page .hero-title {
  color: #ffffff;
}
.dark-mode .api-page .hero-title .hero-title-highlight,
.dark-mode .api-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .api-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .api-page .section-header .section-title,
.dark-mode .api-page .section-title {
  color: #ffffff;
}
.dark-mode .api-page .section-header .section-description,
.dark-mode .api-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .api-page section,
.dark-mode .api-page .features-section,
.dark-mode .api-page .how-it-works-section,
.dark-mode .api-page .benefits-section,
.dark-mode .api-page .comparison-section,
.dark-mode .api-page .use-cases-section,
.dark-mode .api-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .api-page section:nth-child(even),
.dark-mode .api-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .api-page .feature-card,
.dark-mode .api-page .benefit-card,
.dark-mode .api-page .step-card,
.dark-mode .api-page .use-case-card,
.dark-mode .api-page .comparison-card,
.dark-mode .api-page .info-card,
.dark-mode .api-page .workflow-step,
.dark-mode .api-page .capability-card,
.dark-mode .api-page .tool-card,
.dark-mode .api-page .integration-card,
.dark-mode .api-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .api-page .feature-card__title,
.dark-mode .api-page .benefit-card h3,
.dark-mode .api-page .step-card h3,
.dark-mode .api-page .capability-card h3,
.dark-mode .api-page .info-card h3,
.dark-mode .api-page .tool-card h3,
.dark-mode .api-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .api-page .feature-card__description,
.dark-mode .api-page .benefit-card p,
.dark-mode .api-page .step-card p,
.dark-mode .api-page .capability-card p,
.dark-mode .api-page .info-card p,
.dark-mode .api-page .tool-card p,
.dark-mode .api-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .api-page .feature-card__icon,
.dark-mode .api-page .step-number,
.dark-mode .api-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .api-page .step-title,
.dark-mode .api-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .api-page .step-description,
.dark-mode .api-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .api-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .api-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .api-page .btn--primary {
  color: #ffffff;
}
.dark-mode .api-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .api-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .api-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .api-page .cta-title {
  color: #ffffff;
}
.dark-mode .api-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .api-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .api-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .api-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .api-page pre,
.dark-mode .api-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .api-page ul li,
.dark-mode .api-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .api-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .api-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .api-page .config-mockup,
.dark-mode .api-page .code-block,
.dark-mode .api-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .api-page .hero-btn-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-mode .api-page .hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

.applied-coupon {
  background: #f0f8ff;
  border-bottom: 1px solid #d7edff;
  border-top: 1px solid #d7edff;
  margin: -20px -40px 0;
  padding: 20px 32px 24px;
  text-align: center;
}
@media (min-width: 540px) {
  .applied-coupon {
    font-size: 18px;
    line-height: 26px;
  }
}

.applied-coupon__coupon {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(26, 26, 26, 0.125);
  display: inline-block;
  padding: 12px 16px;
}

.applied-coupon__percentage {
  background: #61d33f;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  margin: 0 0.25ch 0 0;
  padding: 0 6px 1px;
}

.applied-coupon__title {
  color: #7b7b7b;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.dark-mode .applied-coupon {
  background: rgba(73, 70, 206, 0.1);
  border-color: rgba(73, 70, 206, 0.2);
}
.dark-mode .applied-coupon__coupon {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.dark-mode .applied-coupon__title {
  color: rgba(255, 255, 255, 0.5);
}

.area {
  align-items: center;
  background: #f8fcff;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 32px;
  width: 100%;
}

.area--white {
  background: #ffffff;
}

.area__icon {
  display: block;
  height: 72px;
  margin: 0 0 24px;
  object-fit: contain;
  object-position: center center;
  width: 72px;
}

.area__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.area:active .area__title {
  color: #1b81ff;
}

.area__title--large {
  font-size: 28px;
}

.areas {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, 304px);
  justify-content: center;
  margin: 48px 0 0;
}

.automatic-deployments-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.automatic-deployments-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .automatic-deployments-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .automatic-deployments-page .section-title {
    font-size: 1.75rem;
  }
}
.automatic-deployments-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.automatic-deployments-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .automatic-deployments-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .automatic-deployments-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.automatic-deployments-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.automatic-deployments-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.automatic-deployments-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.automatic-deployments-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .automatic-deployments-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .automatic-deployments-page .hero-title {
    font-size: 2.5rem;
  }
}
.automatic-deployments-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.automatic-deployments-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .automatic-deployments-page .hero-description {
    font-size: 1.125rem;
  }
}
.automatic-deployments-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .automatic-deployments-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.automatic-deployments-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.automatic-deployments-page .hero-btn-primary:hover {
  background: #2d1470;
}
.automatic-deployments-page .hero-integrations {
  display: flex;
  gap: 2rem;
  justify-content: center;
  color: #64748b;
}
@media (max-width: 640px) {
  .automatic-deployments-page .hero-integrations {
    gap: 1.5rem;
  }
}
.automatic-deployments-page .integration-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  .automatic-deployments-page .integration-item span {
    display: none;
  }
}
.automatic-deployments-page .integration-item .integration-icon {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 640px) {
  .automatic-deployments-page .integration-item .integration-icon {
    width: 2rem;
    height: 2rem;
  }
}
.automatic-deployments-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.automatic-deployments-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.automatic-deployments-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.automatic-deployments-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.automatic-deployments-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.automatic-deployments-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.automatic-deployments-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .automatic-deployments-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.automatic-deployments-page .step-item {
  text-align: center;
}
.automatic-deployments-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.automatic-deployments-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.automatic-deployments-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.automatic-deployments-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.automatic-deployments-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.automatic-deployments-page .use-cases-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.automatic-deployments-page .use-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .automatic-deployments-page .use-cases-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.automatic-deployments-page .use-case-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.automatic-deployments-page .use-case-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.automatic-deployments-page .use-case-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.automatic-deployments-page .use-case-icon .use-case-icon-img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.automatic-deployments-page .use-case-icon.use-case-icon--green {
  background: #10b981;
}
.automatic-deployments-page .use-case-icon.use-case-icon--indigo {
  background: #6366f1;
}
.automatic-deployments-page .use-case-icon.use-case-icon--amber {
  background: #f59e0b;
}
.automatic-deployments-page .use-case-icon.use-case-icon--light-green {
  background: #a7f3d0;
}
.automatic-deployments-page .use-case-icon.use-case-icon--light-green .use-case-icon-img {
  filter: none;
  opacity: 1;
}
.automatic-deployments-page .use-case-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.automatic-deployments-page .use-case-description {
  color: #64748b;
}
.automatic-deployments-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.automatic-deployments-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .automatic-deployments-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.automatic-deployments-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.automatic-deployments-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .automatic-deployments-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .automatic-deployments-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.automatic-deployments-page .getting-started-steps {
  margin-bottom: 2rem;
}
.automatic-deployments-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.automatic-deployments-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.automatic-deployments-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.automatic-deployments-page .gs-step-description {
  color: #94a3b8;
}
.automatic-deployments-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.automatic-deployments-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .automatic-deployments-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.automatic-deployments-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.automatic-deployments-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.automatic-deployments-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.automatic-deployments-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .automatic-deployments-page .cta-title {
    font-size: 2rem;
  }
}
.automatic-deployments-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.automatic-deployments-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .automatic-deployments-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.automatic-deployments-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.automatic-deployments-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.automatic-deployments-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .automatic-deployments-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .automatic-deployments-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .automatic-deployments-page .hero-title {
  color: #ffffff;
}
.dark-mode .automatic-deployments-page .hero-title .hero-title-highlight,
.dark-mode .automatic-deployments-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .automatic-deployments-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .automatic-deployments-page .section-header .section-title,
.dark-mode .automatic-deployments-page .section-title {
  color: #ffffff;
}
.dark-mode .automatic-deployments-page .section-header .section-description,
.dark-mode .automatic-deployments-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .automatic-deployments-page section,
.dark-mode .automatic-deployments-page .features-section,
.dark-mode .automatic-deployments-page .how-it-works-section,
.dark-mode .automatic-deployments-page .benefits-section,
.dark-mode .automatic-deployments-page .comparison-section,
.dark-mode .automatic-deployments-page .use-cases-section,
.dark-mode .automatic-deployments-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .automatic-deployments-page section:nth-child(even),
.dark-mode .automatic-deployments-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .automatic-deployments-page .feature-card,
.dark-mode .automatic-deployments-page .benefit-card,
.dark-mode .automatic-deployments-page .step-card,
.dark-mode .automatic-deployments-page .use-case-card,
.dark-mode .automatic-deployments-page .comparison-card,
.dark-mode .automatic-deployments-page .info-card,
.dark-mode .automatic-deployments-page .workflow-step,
.dark-mode .automatic-deployments-page .capability-card,
.dark-mode .automatic-deployments-page .tool-card,
.dark-mode .automatic-deployments-page .integration-card,
.dark-mode .automatic-deployments-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .automatic-deployments-page .feature-card__title,
.dark-mode .automatic-deployments-page .benefit-card h3,
.dark-mode .automatic-deployments-page .step-card h3,
.dark-mode .automatic-deployments-page .capability-card h3,
.dark-mode .automatic-deployments-page .info-card h3,
.dark-mode .automatic-deployments-page .tool-card h3,
.dark-mode .automatic-deployments-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .automatic-deployments-page .feature-card__description,
.dark-mode .automatic-deployments-page .benefit-card p,
.dark-mode .automatic-deployments-page .step-card p,
.dark-mode .automatic-deployments-page .capability-card p,
.dark-mode .automatic-deployments-page .info-card p,
.dark-mode .automatic-deployments-page .tool-card p,
.dark-mode .automatic-deployments-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .automatic-deployments-page .feature-card__icon,
.dark-mode .automatic-deployments-page .step-number,
.dark-mode .automatic-deployments-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .automatic-deployments-page .step-title,
.dark-mode .automatic-deployments-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .automatic-deployments-page .step-description,
.dark-mode .automatic-deployments-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .automatic-deployments-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .automatic-deployments-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .automatic-deployments-page .btn--primary {
  color: #ffffff;
}
.dark-mode .automatic-deployments-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .automatic-deployments-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .automatic-deployments-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .automatic-deployments-page .cta-title {
  color: #ffffff;
}
.dark-mode .automatic-deployments-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .automatic-deployments-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .automatic-deployments-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .automatic-deployments-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .automatic-deployments-page pre,
.dark-mode .automatic-deployments-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .automatic-deployments-page ul li,
.dark-mode .automatic-deployments-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .automatic-deployments-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .automatic-deployments-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .automatic-deployments-page .config-mockup,
.dark-mode .automatic-deployments-page .code-block,
.dark-mode .automatic-deployments-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.black-friday-banner {
  position: relative;
  background-color: #0d0836;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 50;
}
.black-friday-banner.is-hidden {
  display: none;
}

.black-friday-banner__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 40px;
  position: relative;
}

.black-friday-banner__link {
  display: block;
  text-decoration: none;
  color: #fff;
}

.black-friday-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
@media (min-width: 640px) {
  .black-friday-banner__content {
    flex-direction: row;
    gap: 24px;
    text-align: left;
  }
}

.black-friday-banner__group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.black-friday-banner__badge {
  border: 1px solid #61d33f;
  color: #61d33f;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.black-friday-banner__title-group {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.black-friday-banner__discount {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.black-friday-banner__duration {
  font-size: 12px;
  font-weight: 700;
  color: #d1d5db;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.black-friday-banner__separator {
  display: none;
}
@media (min-width: 640px) {
  .black-friday-banner__separator {
    display: block;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.black-friday-banner__tagline {
  font-size: 14px;
  color: #d1d5db;
  font-weight: 500;
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .black-friday-banner__tagline {
    display: block;
  }
}

.black-friday-banner__cta-wrapper {
  background-color: #61d33f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 8px 24px;
  border-radius: 4px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.black-friday-banner__link:hover .black-friday-banner__cta-wrapper {
  background-color: #4ab840;
  transform: translateY(-2px);
}
.black-friday-banner__link:focus-visible .black-friday-banner__cta-wrapper {
  background-color: #4ab840;
  transform: translateY(-2px);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.black-friday-banner__cta-text {
  display: inline;
}

.black-friday-banner__arrow {
  margin-left: 4px;
}

.black-friday-banner__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  color: #6b7280;
  transition: color 0.15s ease-in-out;
}
.black-friday-banner__close:hover {
  color: #fff;
}

.blog-about__buttons {
  align-items: center;
  display: flex;
}

.blog-about__logo {
  margin: 0 0 10px;
}

.blog-about__logo--light {
  display: none;
}

.dark-mode .blog-about__logo--dark {
  display: none;
}

.dark-mode .blog-about__logo--light {
  display: block;
}

.blog-article-boxes {
  margin: 0 0 20px;
}
@media (min-width: 1000px) {
  .blog-article-boxes {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
}
.blog-featured-articles + .blog-article-boxes {
  margin: 30px 0 20px;
}
@media (min-width: 1000px) {
  .blog-featured-articles + .blog-article-boxes {
    margin: 30px 0 20px;
  }
}

.blog-article-boxes__article {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
  overflow: hidden;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.blog-article-boxes__article:hover {
  border-color: #c7d2fe;
  box-shadow: 0 8px 24px -4px rgba(59, 29, 149, 0.08);
}
@media (min-width: 1000px) {
  .blog-article-boxes__article {
    flex: 0 0 auto;
    margin: 0 20px 30px 0;
    width: calc((100% - 40px) / 3);
  }
  .blog-article-boxes__article:nth-child(3n+3) {
    margin: 0 0 30px 0;
  }
}

.blog-article-boxes__article--empty {
  margin: 0 !important;
}

.blog-article-boxes__content {
  flex: 1 1 auto;
  padding: 16px 20px 20px;
}

.blog-article-boxes__date {
  color: #94a3b8;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 8px;
}

.blog-article-boxes__excerpt {
  color: #64748b;
  font-size: 16px;
  line-height: 24px;
}

.blog-article-boxes__icon {
  display: block;
  height: auto;
  width: 48px;
}
.blog-article-boxes__icon svg {
  display: block;
  width: 100%;
}

.blog-article-boxes__image {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-size: cover;
  border-radius: 12px 12px 0 0;
  display: flex;
  height: 185px;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  transition: transform 125ms ease-in-out;
}
.blog-article-boxes__image:hover {
  transform: scale(1.0125);
}
@media (max-width: 999px) {
  .blog-article-boxes__image {
    flex: 0 0 auto;
    height: 185px;
    border-radius: 12px 12px 0 0;
    max-width: none;
    order: -1;
    width: 100%;
  }
}

.blog-article-boxes__link {
  color: #0f172a;
}
.blog-article-boxes__link:hover {
  text-decoration: underline;
}

.blog-article-boxes__title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 25px;
  margin: 0 0 4px;
}

.dark-mode .blog-article-boxes__article {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .blog-article-boxes__article:hover {
  border-color: rgba(102, 47, 224, 0.3);
  box-shadow: 0 8px 24px -4px rgba(102, 47, 224, 0.15);
}
.dark-mode .blog-article-boxes__title {
  color: #ffffff;
}
.dark-mode .blog-article-boxes__date {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .blog-article-boxes__excerpt {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .blog-article-boxes__link {
  color: #ffffff;
}
.dark-mode .blog-article-boxes__category {
  color: #bb9bff;
}

.blog-author {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  display: flex;
  gap: 24px;
  padding: 32px;
}
@media (max-width: 479px) {
  .blog-author {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px;
    gap: 16px;
  }
}

.blog-author__avatar {
  background: #e2e8f0 50% 50%/cover no-repeat;
  border-radius: 50%;
  flex: 0 0 auto;
  height: 80px;
  width: 80px;
}
@media (min-width: 768px) {
  .blog-author__avatar {
    height: 96px;
    width: 96px;
  }
}

.blog-author__content {
  flex: 1 1 auto;
  min-width: 0;
}

.blog-author__label {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.blog-author__name {
  color: #1e293b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.blog-author__bio {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.blog-author__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 479px) {
  .blog-author__links {
    justify-content: center;
  }
}

.blog-author__link {
  align-items: center;
  background: transparent 0 50%/auto 16px no-repeat;
  color: #64748b;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  line-height: 1;
  padding-left: 22px;
  transition: color 0.15s ease;
}
.blog-author__link:hover {
  color: #3b1d95;
}

.blog-author__link--posts {
  background: none;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #3b1d95;
  font-weight: 600;
  padding: 8px 14px;
}
.blog-author__link--posts:hover {
  background: #3b1d95;
  border-color: #3b1d95;
  color: #ffffff;
}

.blog-author__arrow {
  font-size: 16px;
  transition: transform 0.15s ease;
}
.blog-author__link--posts:hover .blog-author__arrow {
  transform: translateX(2px);
}

.blog-author__link--dribbble {
  background-image: url(/assets/qlog/social/dribbble-e4dac936a91c10429f9a3b0b410c000f9b2ba8534f4b696a13125c2cac124838.svg);
}
.blog-author__link--dribbble:hover {
  color: #ee5a94;
}

.blog-author__link--homepage {
  background-image: url(/assets/qlog/social/homepage-090581d3b4f2f1a13f0f313cfb0819fe68cfee65d4690421a51c2fbc3159e806.svg);
}
.blog-author__link--homepage:hover {
  color: #22bf54;
}

.blog-author__link--github {
  background-image: url(/assets/qlog/social/github-0f5bf5f3802343116d1758b6b70d2cec4f288c6f0feb30a1f65682d8b5f43686.svg);
}
.blog-author__link--github:hover {
  color: #222222;
}

.blog-author__link--twitter {
  background-image: url(/assets/qlog/social/twitter-22b2f50932d0b6170ee100e3f3f33ad4f2478c0d74fe349f15dd5f441417805a.svg);
}
.blog-author__link--twitter:hover {
  color: #07a0f5;
}

.blog-author__link--pen {
  background-image: url(/assets/qlog/icons/pen-72e4a5bcca5a3c37540a75ddfe723c18124817383f40ba3284b02207f8de78de.svg);
}

.dark-mode .blog-author {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .blog-author__name {
  color: #ffffff;
}
.dark-mode .blog-author__bio {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .blog-author__link {
  color: #bb9bff;
}
.dark-mode .blog-author__link:hover {
  color: #d4bfff;
}

.blog-button {
  appearance: none;
  background: #3b1d95;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font: inherit;
  line-height: 25px;
  padding: 6px 20px;
  text-align: center;
}
.blog-button:hover {
  background: rgb(67.452247191, 33.154494382, 170.345505618);
}
.blog-button:active {
  background: rgb(50.547752809, 24.845505618, 127.654494382);
}

.blog-button--trial {
  background: #3b1d95;
}
.blog-button--trial:hover {
  background: rgb(67.452247191, 33.154494382, 170.345505618);
}
.blog-button--trial:active {
  background: rgb(50.547752809, 24.845505618, 127.654494382);
}

.dark-mode .blog-button {
  background: #662fe0;
}
.dark-mode .blog-button:hover {
  background: rgb(128.1188284519, 82.5079497908, 229.2920502092);
}
.dark-mode .blog-button:active {
  background: rgb(88.3389121339, 31.8430962343, 213.6569037657);
}

.dark-mode .blog-button--trial {
  background: #662fe0;
}
.dark-mode .blog-button--trial:hover {
  background: rgb(128.1188284519, 82.5079497908, 229.2920502092);
}
.dark-mode .blog-button--trial:active {
  background: rgb(88.3389121339, 31.8430962343, 213.6569037657);
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 24px;
  max-width: 318px;
  padding: 0;
}

.blog-categories__category {
  background: transparent url(/assets/qlog/icons/category-37bb3e4652e927cdf83f3d5e9161036a7b7d2889ad24a4c8c1ed12f581f905e3.svg) 0 50%/auto 16px no-repeat;
  flex: 0 0 50%;
  line-height: 25px;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0 0 0 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-categories__category--archive {
  background-image: url(/assets/qlog/icons/archive-2d0b36e21e24ed869dee9eabca4ffb48d25b4a58a24a7054cfa1bc8634f44c0a.svg);
}

.blog-categories__link {
  color: #64748b;
}
.blog-categories__link:hover {
  color: #3b1d95;
  text-decoration: underline;
}

.dark-mode .blog-categories__category {
  background-image: none;
  position: relative;
}
.dark-mode .blog-categories__category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  mask: url(/assets/qlog/icons/category-37bb3e4652e927cdf83f3d5e9161036a7b7d2889ad24a4c8c1ed12f581f905e3.svg) no-repeat center/contain;
  -webkit-mask: url(/assets/qlog/icons/category-37bb3e4652e927cdf83f3d5e9161036a7b7d2889ad24a4c8c1ed12f581f905e3.svg) no-repeat center/contain;
}
.dark-mode .blog-categories__category--archive::before {
  mask-image: url(/assets/qlog/icons/archive-2d0b36e21e24ed869dee9eabca4ffb48d25b4a58a24a7054cfa1bc8634f44c0a.svg);
  -webkit-mask-image: url(/assets/qlog/icons/archive-2d0b36e21e24ed869dee9eabca4ffb48d25b4a58a24a7054cfa1bc8634f44c0a.svg);
}
.dark-mode .blog-categories__link {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .blog-categories__link:hover {
  color: #bb9bff;
}

.blog-columns {
  margin: 0 auto 92px;
  max-width: 1048px;
  padding: 0 24px;
}

.blog-columns__sidebar {
  margin: 30px 0 0;
}

@media (min-width: 880px) {
  .blog-columns {
    align-items: flex-start;
    display: flex;
  }
  .blog-columns__main {
    flex: 1 1 auto;
  }
  .blog-columns__sidebar {
    flex: 0 0 318px;
    margin: 0 0 0 50px;
  }
}
.blog-empty {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  color: #999999;
  font-size: 22px;
  line-height: 28px;
  margin: 0 auto 64px;
  max-width: 768px;
  padding: 32px 24px;
  text-align: center;
}

.blog-featured-articles {
  margin: 0 0 -20px;
}
@media (min-width: 700px) {
  .blog-featured-articles {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}

.blog-featured-articles__article {
  background-size: cover;
  border-radius: 12px;
  flex: 1 1 auto;
  height: 50vh;
  margin: 0 0 20px;
  max-height: 300px;
  min-height: 192px;
  overflow: hidden;
  position: relative;
  transition: transform 125ms ease-in-out;
}
.blog-featured-articles__article:hover {
  transform: scale(1.01);
}
@media (min-width: 700px) {
  .blog-featured-articles__article:nth-child(even) {
    margin: 0 0 20px 20px;
  }
}

.blog-featured-articles__article--empty {
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

@media (min-width: 700px) {
  .blog-featured-articles__article--boxes-bottom-left {
    width: calc(40% - 10px);
  }
}

@media (min-width: 700px) {
  .blog-featured-articles__article--boxes-bottom-right {
    width: calc(60% - 10px);
  }
}

@media (min-width: 700px) {
  .blog-featured-articles__article--boxes-top-left {
    width: calc(60% - 10px);
  }
}

@media (min-width: 700px) {
  .blog-featured-articles__article--boxes-top-right {
    width: calc(40% - 10px);
  }
}

.blog-featured-articles__date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
  margin: 6px 0 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.blog-featured-articles__link {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 700px) {
  .blog-featured-articles__article--boxes-bottom-right .blog-featured-articles__link, .blog-featured-articles__article--boxes-top-left .blog-featured-articles__link {
    padding: 40px 150px 40px 40px;
  }
}

.blog-featured-articles__title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 32px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.blog-featured-articles__link:hover .blog-featured-articles__title {
  text-decoration: underline;
}

.blog-header {
  padding: 32px 0;
}
@media (min-width: 800px) {
  .blog-header {
    padding: 72px 0 40px;
  }
}

.blog-header--centered {
  margin: 0 auto;
  max-width: 768px;
  text-align: center;
}

.blog-header__lead {
  color: #64748b;
  font-size: 21px;
  margin: 10px 0 0;
  letter-spacing: -0.12px;
  line-height: 29px;
}

@media (min-width: 800px) {
  .blog-header__byline {
    margin: 0 12px 0 0;
    padding: 0 13px 0 0;
    position: relative;
  }
  .blog-header__byline::after {
    background: #cbd5e1;
    content: "";
    display: block;
    height: 1em;
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}

.blog-header__separator {
  margin: 0 6px;
}

.blog-header__category {
  text-decoration: underline;
  text-decoration-color: #94a3b8;
}
.blog-header__category:hover {
  text-decoration-color: rgb(117.3426966292, 136.6404494382, 163.6573033708);
}
.blog-header__category:active {
  text-decoration-color: rgb(91.7415730337, 111.1235955056, 138.2584269663);
}

.blog-header__meta {
  font-size: 16px;
  line-height: 1.5;
  margin: 8px 0 0;
  opacity: 0.5;
}
@media (min-width: 560px) {
  .blog-header__meta {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 800px) {
  .blog-header__meta {
    display: flex;
  }
}

.blog-header__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.125em;
}
@media (min-width: 480px) {
  .blog-header__title {
    font-size: 28px;
  }
}
@media (min-width: 560px) {
  .blog-header__title {
    font-size: 32px;
  }
}
@media (min-width: 800px) {
  .blog-header__title {
    font-size: 46px;
  }
}

.dark-mode .blog-header__title {
  color: #ffffff;
}
.dark-mode .blog-header__lead {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .blog-header__meta {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.dark-mode .blog-header__category {
  color: #bb9bff;
  text-decoration-color: rgba(187, 155, 255, 0.5);
}
.dark-mode .blog-header__byline::after {
  background: rgba(255, 255, 255, 0.2);
}

.blog-listing {
  align-items: center;
  display: flex;
}
.blog-listing:not(:last-child) {
  margin: 0 0 20px;
}

.blog-listing + .blog-listing {
  border-top: 1px solid #e2e8f0;
  padding: 20px 0 0;
}

.blog-listing__content {
  flex: 1 1 auto;
  min-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-listing__date {
  color: #94a3b8;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 4px;
}

.blog-listing__excerpt {
  color: #64748b;
  font-size: 15px;
  line-height: 23px;
}

.blog-listing__link {
  color: #0f172a;
}
.blog-listing__link:hover {
  text-decoration: underline;
}

.blog-listing__icon {
  display: block;
  height: auto;
  width: 48px;
}
.blog-listing__icon svg {
  display: block;
  width: 100%;
}

.blog-listing__image {
  border-radius: 8px;
  height: 114px;
  object-fit: cover;
  width: 100%;
}

.blog-listing__image--icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.blog-listing__image-link {
  flex: 0 0 auto;
  margin: 0 0 0 30px;
  max-width: 170px;
  transition: transform 125ms ease-in-out;
  width: 25%;
}
.blog-listing__image-link:hover {
  transform: scale(1.025);
}

.blog-listing__title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 25px;
}

.dark-mode .blog-listing + .blog-listing {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .blog-listing__link {
  color: #ffffff;
}
.dark-mode .blog-listing__date {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .blog-listing__excerpt {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .blog-listing__title {
  color: #ffffff;
}

.dark-mode pre.mermaid svg text,
.dark-mode pre.mermaid svg tspan {
  fill: #ffffff !important;
}
.dark-mode pre.mermaid svg foreignObject div,
.dark-mode pre.mermaid svg foreignObject span,
.dark-mode pre.mermaid svg foreignObject p {
  color: #ffffff !important;
}
.dark-mode pre.mermaid svg rect.actor {
  fill: #2d1b69 !important;
  stroke: rgba(187, 155, 255, 0.4) !important;
}
.dark-mode pre.mermaid svg .messageLine0,
.dark-mode pre.mermaid svg .messageLine1 {
  stroke: rgba(255, 255, 255, 0.5) !important;
}
.dark-mode pre.mermaid svg .actor-line {
  stroke: rgba(255, 255, 255, 0.2) !important;
}
.dark-mode pre.mermaid svg marker path {
  fill: rgba(255, 255, 255, 0.5) !important;
}
.dark-mode pre.mermaid svg .loopLine {
  stroke: rgba(255, 255, 255, 0.3) !important;
}
.dark-mode pre.mermaid svg .activation0,
.dark-mode pre.mermaid svg .activation1,
.dark-mode pre.mermaid svg .activation2 {
  fill: rgba(102, 47, 224, 0.3) !important;
  stroke: rgba(255, 255, 255, 0.3) !important;
}
.dark-mode pre.mermaid svg .note {
  fill: rgba(255, 255, 255, 0.08) !important;
  stroke: rgba(255, 255, 255, 0.2) !important;
}
.dark-mode pre.mermaid svg .node rect,
.dark-mode pre.mermaid svg .node polygon,
.dark-mode pre.mermaid svg .node circle,
.dark-mode pre.mermaid svg .node ellipse {
  fill: #2d1b69 !important;
  stroke: rgba(187, 155, 255, 0.4) !important;
}
.dark-mode pre.mermaid svg .node .label {
  color: #ffffff !important;
}
.dark-mode pre.mermaid svg .edgeLabel {
  background-color: #0f0826 !important;
  color: #ffffff !important;
}
.dark-mode pre.mermaid svg .edgeLabel rect {
  fill: #0f0826 !important;
}
.dark-mode pre.mermaid svg .edgePath path {
  stroke: rgba(255, 255, 255, 0.4) !important;
}
.dark-mode pre.mermaid svg .cluster rect {
  fill: rgba(255, 255, 255, 0.05) !important;
  stroke: rgba(255, 255, 255, 0.2) !important;
}
.dark-mode pre.mermaid svg line {
  stroke: rgba(255, 255, 255, 0.2) !important;
}
.dark-mode pre.mermaid svg rect.rect {
  fill: #1a0f3a !important;
  stroke: rgba(255, 255, 255, 0.2) !important;
}

.blog-markdown .blog-markdown .retention {
  background: #f4fbff;
  border: 1px solid #c6d9e5;
  padding: 15px;
}
.blog-markdown {
  font-size: 16px;
  line-height: 1.75em;
}
@media (min-width: 560px) {
  .blog-markdown {
    font-size: 18px;
  }
}
.blog-markdown > *:first-child {
  margin-top: 0 !important;
}
.blog-markdown img {
  background-color: #fff;
  box-sizing: content-box;
}
.blog-markdown h1,
.blog-markdown h2,
.blog-markdown h3,
.blog-markdown h4,
.blog-markdown h5,
.blog-markdown h6,
.blog-markdown table {
  margin: 32px 0 14px;
}
@media (min-width: 800px) {
  .blog-markdown h1,
  .blog-markdown h2,
  .blog-markdown h3,
  .blog-markdown h4,
  .blog-markdown h5,
  .blog-markdown h6,
  .blog-markdown table {
    margin: 44px 0 26px;
  }
}
.blog-markdown h1,
.blog-markdown h2,
.blog-markdown h3,
.blog-markdown h4,
.blog-markdown h5,
.blog-markdown h6 {
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}
.blog-markdown b,
.blog-markdown strong {
  font-weight: 600;
}
.blog-markdown blockquote,
.blog-markdown dl,
.blog-markdown ol,
.blog-markdown p,
.blog-markdown pre,
.blog-markdown table,
.blog-markdown ul {
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .blog-markdown blockquote,
  .blog-markdown dl,
  .blog-markdown ol,
  .blog-markdown p,
  .blog-markdown pre,
  .blog-markdown table,
  .blog-markdown ul {
    margin-bottom: 25px;
  }
}
.blog-markdown li + li {
  margin: 12px 0 0;
}
.blog-markdown ol,
.blog-markdown ul {
  margin-left: 1.5em;
}
@media (min-width: 800px) {
  .blog-markdown ol,
  .blog-markdown ul {
    margin-left: 2em;
  }
}
.blog-markdown ol {
  list-style: decimal;
}
.blog-markdown ul {
  list-style: disc;
}
.blog-markdown sup a {
  border: 0 !important;
  color: #999 !important;
  margin-left: 2px;
}
.blog-markdown div.footnotes hr {
  border-color: #e2e8f0;
  height: 2px;
  margin: 60px auto;
  max-width: 75%;
}
.blog-markdown div.footnotes > hr {
  display: none;
}
.blog-markdown div.footnotes {
  border-top: 1px solid #e2e8f0;
  color: #666;
  font-size: 12px;
  margin-top: 40px;
  padding-top: 15px;
}
.blog-markdown div.footnotes p {
  margin: 0;
}
.blog-markdown div.footnotes p a {
  border: 0;
  color: #999;
  font-weight: 600;
}
.blog-markdown div.footnotes li + li {
  margin-top: 6px;
}
.blog-markdown h1 {
  border-bottom: 2px solid #e2e8f0;
  font-size: 2em;
  font-weight: 600;
  padding-bottom: 0.3em;
}
.blog-markdown h2 {
  border-bottom: 2px solid #e2e8f0;
  font-size: 1.5em;
  padding-bottom: 0.3em;
}
.blog-markdown h3 {
  font-size: 1.25em;
}
.blog-markdown p.codeTitle {
  background: #f1f5f9;
  border-bottom: 1px dashed #cbd5e1;
  border-radius: 4px 4px 0 0;
  color: #888;
  font-size: 12px;
  margin-bottom: 0;
  padding: 8px 16px;
}
.blog-markdown pre {
  background: #f1f5f9;
  border-radius: 4px;
  line-height: 1.45;
  overflow: auto;
  padding: 16px;
  white-space: pre;
  word-wrap: normal;
}
.blog-markdown pre code {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  padding: 0;
}
.blog-markdown pre.mermaid {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 30px auto;
  overflow: visible;
  white-space: normal;
}
.blog-markdown pre.mermaid svg {
  max-width: 100%;
  height: auto;
}
.blog-markdown p.codeTitle + pre {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-markdown ol a,
.blog-markdown p a,
.blog-markdown ul a {
  border-bottom: 1px solid rgb(135.3314606742, 105.1629213483, 225.8370786517);
  color: #3b1d95;
}
.blog-markdown ol a:hover,
.blog-markdown p a:hover,
.blog-markdown ul a:hover {
  color: rgb(33.643258427, 16.5365168539, 84.9634831461);
}
.blog-markdown ol a.brandLink,
.blog-markdown p a.brandLink,
.blog-markdown ul a.brandLink {
  border-bottom: 1px solid #ddd;
  color: inherit;
  color: #555;
}
.blog-markdown ol a.brandLink:hover,
.blog-markdown p a.brandLink:hover,
.blog-markdown ul a.brandLink:hover {
  color: #222;
  text-decoration: none;
}
.blog-markdown p img {
  display: block;
  margin: auto;
  max-width: 100%;
  text-align: center;
}
.blog-markdown p.big {
  font-size: 22px;
}
.blog-markdown p.colorBox {
  background: #fffff1;
  border: 2px solid #e8e8e2;
  border-radius: 6px;
  color: #888878;
  font-size: 90%;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 20px;
}
.blog-markdown p.colorBox a {
  border-color: rgb(207.6811023622, 207.6811023622, 201.3188976378);
  color: #888878;
}
.blog-markdown p.colorBox a:hover {
  color: rgb(95.4035433071, 95.4035433071, 84.0964566929);
}
.blog-markdown p.colorBox code {
  background-color: rgba(0, 0, 0, 0.05);
}
.blog-markdown p.colorBox.blue {
  background-color: #f2f8ff;
  border-color: #cfd8e4;
  color: #6890c5;
}
.blog-markdown p.colorBox.blue a {
  border-color: rgb(214.5406698565, 225.2583732057, 239.4593301435);
  color: #6890c5;
}
.blog-markdown p.colorBox.blue a:hover {
  color: rgb(62.3014354067, 105.2679425837, 162.1985645933);
}
.blog-markdown p.colorBox.purple {
  background-color: #fbf5ff;
  border-color: #dcd3e2;
  color: #924db9;
}
.blog-markdown p.colorBox.purple a {
  border-color: rgb(213.2459677419, 186.814516129, 228.185483871);
  color: #924db9;
}
.blog-markdown p.colorBox.purple a:hover {
  color: rgb(103.9697580645, 52.3588709677, 133.1411290323);
}
.blog-markdown p.colorBox.red {
  background-color: #fff5f5;
  border-color: #ebd4d4;
  color: #dc6b6b;
}
.blog-markdown p.colorBox.red a {
  border-color: rgb(249.262295082, 230.737704918, 230.737704918);
  color: #dc6b6b;
}
.blog-markdown p.colorBox.red a:hover {
  color: rgb(202.5901639344, 47.9098360656, 47.9098360656);
}
.blog-markdown p.colorBox.green {
  background-color: #f5fff2;
  border-color: #cbdac7;
  color: #5ac249;
}
.blog-markdown p.colorBox.green a {
  border-color: rgb(193.8888888889, 232.4074074074, 187.5925925926);
  color: #5ac249;
}
.blog-markdown p.colorBox.green a:hover {
  color: rgb(61.1481481481, 142.6790123457, 47.8209876543);
}
.blog-markdown .embeddedVideo {
  margin: 20px 0;
  padding: 0 0 56.25%;
  position: relative;
}
.blog-markdown .embeddedVideo iframe {
  height: 100% !important;
  position: absolute;
  width: 100% !important;
}
@media (min-width: 800px) {
  .blog-markdown .embeddedVideo {
    margin: 60px 0;
  }
}
.blog-markdown .imageCaption {
  color: #999;
  display: block;
  font-size: 12px;
  margin-bottom: 60px;
  margin-top: 10px;
  text-align: center;
}
.blog-markdown img.right {
  float: right;
  margin: 0 -100px 40px 40px;
  max-width: 500px;
}
.blog-markdown img.left {
  float: left;
  margin: 0 40px 40px -100px;
  max-width: 500px;
}
.blog-markdown img.radius {
  border-radius: 6px;
}
.blog-markdown img.bordered {
  border: 3px solid #fff;
}
.blog-markdown img.screenshot {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.125);
  margin: 60px auto 60px auto;
  max-width: 100%;
}
.blog-markdown img.shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.blog-markdown img.center,
.blog-markdown img.centre {
  margin: 40px auto 60px auto;
  max-width: 90%;
}
.blog-markdown img.big {
  margin-left: -70px !important;
  margin-right: -70px !important;
  max-width: calc(100% + 70px + 70px) !important;
}
.blog-markdown blockquote {
  border-left: 6px solid #e2e8f0;
  padding-left: 30px;
}
.blog-markdown blockquote p {
  color: #888;
  font-size: 24px;
  font-style: italic;
  line-height: 1.7;
}
.blog-markdown code {
  background: #f1f5f9;
  border-radius: 3px;
  padding: 0.15em 0.35em;
}
.blog-markdown mark {
  background: #fffcdf;
  padding: 0.15em 0.35em;
}
.blog-markdown table {
  margin-bottom: 40px;
  width: 100%;
}
.blog-markdown table td,
.blog-markdown table th {
  padding: 8px 0;
}
.blog-markdown table thead tr td,
.blog-markdown table thead tr th {
  border-bottom: 2px solid #000;
  font-weight: 600;
}
.blog-markdown table tbody tr td {
  border-bottom: 1px solid #e2e8f0;
}
.blog-markdown table tbody tr:last-child td {
  border-bottom-color: #000;
}

@media (max-width: 920px) {
  .blog-markdown img.big {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}
.dark-mode .blog-markdown {
  color: rgba(255, 255, 255, 0.85);
}
.dark-mode .blog-markdown h1, .dark-mode .blog-markdown h2, .dark-mode .blog-markdown h3, .dark-mode .blog-markdown h4, .dark-mode .blog-markdown h5, .dark-mode .blog-markdown h6 {
  color: #ffffff;
}
.dark-mode .blog-markdown a {
  color: #bb9bff;
}
.dark-mode .blog-markdown a:hover {
  color: #d4bfff;
}
.dark-mode .blog-markdown blockquote {
  border-left-color: #662fe0;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .blog-markdown code {
  background: rgba(255, 255, 255, 0.08);
  color: #bb9bff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .blog-markdown pre {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.dark-mode .blog-markdown pre code {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.85);
}
.dark-mode .blog-markdown p.codeTitle {
  background: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .blog-markdown img {
  background-color: transparent;
}
.dark-mode .blog-markdown img.bordered {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .blog-markdown h1, .dark-mode .blog-markdown h2 {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .blog-markdown div.footnotes {
  border-top-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .blog-markdown div.footnotes p a {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .blog-markdown sup a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.dark-mode .blog-markdown mark {
  background: rgba(255, 252, 223, 0.15);
  color: #ffffff;
}
.dark-mode .blog-markdown .imageCaption {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .blog-markdown p.colorBox {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .blog-markdown p.colorBox a {
  color: #bb9bff;
  border-color: rgba(187, 155, 255, 0.4);
}
.dark-mode .blog-markdown p.colorBox a:hover {
  color: #d4bfff;
}
.dark-mode .blog-markdown ol a,
.dark-mode .blog-markdown p a,
.dark-mode .blog-markdown ul a {
  border-bottom-color: rgba(187, 155, 255, 0.4);
}
.dark-mode .blog-markdown ol a.brandLink,
.dark-mode .blog-markdown p a.brandLink,
.dark-mode .blog-markdown ul a.brandLink {
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .blog-markdown ol a.brandLink:hover,
.dark-mode .blog-markdown p a.brandLink:hover,
.dark-mode .blog-markdown ul a.brandLink:hover {
  color: #ffffff;
}
.dark-mode .blog-markdown hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .blog-markdown table th {
  background: #1a0f3a;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .blog-markdown table td {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .blog-markdown table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.03);
}
.dark-mode .blog-markdown .retention {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .blog-markdown strong {
  color: #ffffff;
}

.blog-pagination {
  display: flex;
  font-size: 16px;
  justify-content: center;
  line-height: 26px;
  margin: 0 0 60px;
}

.blog-pagination__button {
  color: #94a3b8;
  display: block;
  padding: 4px 14px 5px;
}
.blog-pagination__button:hover {
  color: rgb(102.0140449438, 123.4606741573, 153.4859550562);
}

.blog-pagination__button--text {
  background: #f8fafc;
}

.blog-pagination__button.is-current {
  background: #3b1d95;
  color: #fff;
  font-weight: 700;
}

.blog-pagination__ellipsis {
  color: #94a3b8;
  display: block;
  padding: 4px 14px 5px;
  user-select: none;
}

.blog-pagination__container {
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}
.blog-pagination__container > :first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.blog-pagination__container > :last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.blog-pagination__container > :not(:last-child) {
  border-right: 1px solid #e2e8f0;
}

.dark-mode .blog-pagination__button {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .blog-pagination__button:hover {
  color: #ffffff;
}
.dark-mode .blog-pagination__button--text {
  background: rgba(255, 255, 255, 0.05);
}
.dark-mode .blog-pagination__button.is-current {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .blog-pagination__ellipsis {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .blog-pagination__container {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .blog-pagination__container > :not(:last-child) {
  border-right-color: rgba(255, 255, 255, 0.1);
}

.blog-post {
  border-top: 1px solid #e2e8f0;
}

.blog-post__aside {
  margin: 0 0 60px;
}

.blog-post__content {
  margin: 0 0 80px;
}

.blog-post__icon {
  width: 100px;
}
.blog-post__icon svg {
  display: block;
  width: 100%;
}

.blog-post__image {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 30vh;
  margin: 0 auto 20px;
  max-width: 1000px;
  object-fit: cover;
  width: 100%;
}
@media (min-height: 756px) {
  .blog-post__image {
    height: 450px;
  }
}
@media (min-width: 560px) {
  .blog-post__image {
    margin: 0 auto 32px;
  }
}
@media (min-width: 800px) {
  .blog-post__image {
    margin: 0 auto 60px;
  }
}
@media (min-width: 1000px) {
  .blog-post__image {
    border-radius: 12px;
  }
}

.blog-post__image--icon {
  align-items: center;
  display: flex;
  height: 260px;
  justify-content: center;
}

.blog-post__title {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 52px;
}

.dark-mode .blog-post {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .blog-post__title {
  color: #ffffff;
}
.dark-mode .blog-post__image {
  background: rgba(255, 255, 255, 0.05);
}

.blog-rater {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 578px) {
  .blog-rater {
    flex-direction: row;
  }
}

.blog-rater__button {
  appearance: none;
  background: #f8fafc 6px 50%/15px no-repeat;
  border: 1px solid #e2e8f0;
  border-radius: 3px;
  color: #94a3b8;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 26px;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: 0 8px 0 26px;
}
.blog-rater__button:hover {
  border-color: #c7d2fe;
  color: rgb(117.3426966292, 136.6404494382, 163.6573033708);
}
.blog-rater__button:active {
  background-color: rgb(230.15, 237.25, 244.35);
}
.blog-rater__checkbox:checked ~ .blog-rater__button {
  background-color: #f5f3ff;
  border-color: #3b1d95;
  color: #3b1d95;
  font-weight: 600;
}

.blog-rater__checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  display: block;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  margin: -1px 0 0 -1px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.blog-rater__button--heart {
  background-image: url(/assets/qlog/reactions/heart-3e97709aad6067ca7047908149e39a358e573890790a1749bb6fb8d822007fd1.png);
}

.blog-rater__button--laughing {
  background-image: url(/assets/qlog/reactions/laughing-0c7ae5f45d41ef979d2770f78d3507ccd6047b7132e2d35c1edfd2a30508e42f.png);
}

.blog-rater__button--penguin {
  background-image: url(/assets/qlog/reactions/penguin-ea95882f1b2ebc1efa538c7d005a3bbab18fc7eb4f861a7dcf5aff9845fb5195.png);
}

.blog-rater__button--sad {
  background-image: url(/assets/qlog/reactions/sad-4e841aa6f4cc29f7adb9f228243dd0512193dafc55af05b31048beb4cfaed0d4.png);
}

.blog-rater__button--thumbsup {
  background-image: url(/assets/qlog/reactions/thumbsup-0521c4e4c9d15caab660409e8e3030f3132401e60138fd1b62dc49aec195175e.png);
}

.blog-rater__option {
  flex: 0 0 auto;
}
.blog-rater__option:not(:last-child) {
  margin: 0 4px 0 0;
}
@media (min-width: 360px) {
  .blog-rater__option:not(:last-child) {
    margin: 0 6px 0 0;
  }
}

.blog-rater__options {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
@media (min-width: 578px) {
  .blog-rater__options {
    margin: 0 0 0 20px;
  }
}

.blog-rater__text {
  color: #64748b;
  flex: 0 0 auto;
  font: inherit;
  white-space: nowrap;
}

.dark-mode .blog-rater__button {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .blog-rater__button:hover {
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
}
.dark-mode .blog-rater__button:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.blog-rater__checkbox:checked ~ .dark-mode .blog-rater__button {
  background-color: rgba(102, 47, 224, 0.2);
  border-color: #662fe0;
  color: #bb9bff;
}

.dark-mode .blog-rater__text {
  color: rgba(255, 255, 255, 0.6);
}

.blog-section ~ .blog-section {
  margin: 30px 0 0;
}

.blog-section__description {
  color: #94a3b8;
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 20px;
}

.blog-section__title {
  border-top: 4px solid #e2e8f0;
  color: #64748b;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px;
  padding: 12px 0 0;
}

.blog-section__footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
  text-align: center;
}

.blog-section__link {
  color: #3b1d95;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.blog-section__link:hover {
  text-decoration: underline;
}

.dark-mode .blog-section__title {
  border-top-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
}
.dark-mode .blog-section__description {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .blog-section__footer {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .blog-section__link {
  color: #bb9bff;
}

.blog-share {
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin: 30px 0 0;
  padding: 20px;
}
@media (min-width: 800px) {
  .blog-share {
    display: flex;
    justify-content: space-between;
  }
}

.blog-share__enjoy {
  display: block;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 336px) {
  .blog-share__enjoy {
    display: inline;
    font: inherit;
  }
}

@media (min-width: 376px) and (max-width: 511px) {
  .blog-share__extra {
    display: none;
  }
}

.blog-share__item:not(:last-child) {
  margin: 0 0 12px;
}
@media (min-width: 376px) {
  .blog-share__item:not(:last-child) {
    margin: 0 20px 0 0;
  }
}

.blog-share__link {
  background: transparent 0 50%/16px auto no-repeat;
  padding: 0 0 0 22px;
}
.blog-share__link:hover {
  text-decoration: underline;
}

.blog-share__link--linkedin {
  background-image: url(/assets/qlog/share/linkedin-438556194d989488a8165ea1fd12aad0f9f84fb88a5000c29b1551ae76064bb2.svg);
}

.blog-share__link--x {
  background-image: url(/assets/qlog/share/x-f7cbc5137e51aebe563edf4c2b0d11d4b93b9e57231904a04dee312d221fcc67.svg);
}

.blog-share__link--bluesky {
  background-image: url(/assets/qlog/share/bluesky-7a6b097c8be38d16f65d3864392337dc324b16afa65f4ad3fa665f66164a2d1a.svg);
}

.blog-share__link--mastodon {
  background-image: url(/assets/qlog/share/mastodon-35962557c1d4796d799336415f3e6466bf02f4aea92c338a8a89fdd6307c8de3.svg);
}

.blog-share__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  justify-content: center;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
@media (min-width: 376px) {
  .blog-share__list {
    flex-direction: row;
  }
}
@media (min-width: 800px) {
  .blog-share__list {
    justify-content: flex-start;
    margin: 0 0 0 20px;
  }
}

.blog-share__text {
  font: inherit;
  text-align: center;
}
@media (min-width: 800px) {
  .blog-share__text {
    text-align: center;
  }
}

.dark-mode .blog-share {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
}

.dark-mode .blog-share__link {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .blog-share__link:hover {
  color: #ffffff;
}

.blog-signup {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.blog-signup--hidden {
  display: none !important;
}

.blog-signup__button {
  flex: 0 0 auto;
  margin: 0 0 0 10px;
}

.blog-signup__error {
  color: #e63d46;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 18px;
  margin: 6px 0 0;
  width: 100%;
}

.blog-signup__input {
  background: #ececec url(/assets/qlog/icons/email-4383e31ecf5e804f7b04a9eb08cf7275c94d1410a8b1ef54c515e1be5243d77b.svg) 12px 55% no-repeat;
  border: 2px solid #ececec;
  border-radius: 3px;
  flex: 1 1 auto;
  font: inherit;
  line-height: 25px;
  outline: 0;
  padding: 4px 12px 4px 36px;
}
.blog-signup__input:focus {
  background-color: #ffffff;
  border-color: #cec8c8;
}

.blog-signup-success {
  background: transparent url(/assets/qlog/icons/tick-0089ef22281d1763977ec28223b8085002f6c4112075bcdcb28324db70ab6ae5.svg) 12px 50%/20px auto no-repeat;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  font-weight: 700;
  padding: 8px 12px 8px 40px;
}

.blog-signup-success--hidden {
  display: none !important;
}

.blog-sticky-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(135deg, #4b25bb 0%, #7b3ff2 100%);
  color: #ffffff;
  padding: 0.875rem 1rem;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.blog-sticky-banner.is-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.blog-sticky-banner__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
.blog-sticky-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex: 1;
}
.blog-sticky-banner__message {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
}
.blog-sticky-banner__message strong {
  font-weight: 600;
}
.blog-sticky-banner__button {
  background-color: #ffffff;
  color: #4b25bb;
  padding: 0.625rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.blog-sticky-banner__button:hover {
  background-color: #f8f9fa;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.blog-sticky-banner__button:active {
  transform: translateY(0);
}
.blog-sticky-banner__close {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.blog-sticky-banner__close:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.blog-sticky-banner__close:active {
  background-color: rgba(255, 255, 255, 0.25);
}
.blog-sticky-banner__close:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.blog-sticky-banner__close-icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .blog-sticky-banner {
    padding: 0.75rem 1rem;
  }
  .blog-sticky-banner__container {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .blog-sticky-banner__content {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
  }
  .blog-sticky-banner__message {
    font-size: 0.875rem;
    text-align: center;
  }
  .blog-sticky-banner__button {
    width: 100%;
    text-align: center;
    padding: 0.75rem 1.5rem;
  }
  .blog-sticky-banner__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
  }
}
@media (max-width: 480px) {
  .blog-sticky-banner__message {
    font-size: 0.8125rem;
  }
  .blog-sticky-banner__message strong {
    display: block;
    margin-top: 0.25rem;
  }
}

.blog-subhead {
  align-items: center;
  display: flex;
  margin: 0 0 6px;
}

.blog-subhead__lozenge {
  background: #61d156;
  border-radius: 2px;
  color: #ffffff;
  font-size: 8px;
  font-weight: 700;
  line-height: 14px;
  margin: 1px 0 0 5px;
  padding: 0 5px;
  text-transform: uppercase;
}

.blog-subhead__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.box {
  background: #ffffff;
  display: block;
  padding: 16px 32px;
  transition: all 100ms ease-in;
}
.box:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.box:active {
  background: #fafafa;
}

.box__description {
  color: #787878;
  font-size: 16px;
  line-height: 22px;
  margin-top: 1px;
}

.box__title {
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}
.box:hover .box__title {
  text-decoration: underline;
}

.box__updated {
  color: #787878;
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
  display: block;
}

.boxes {
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 640px;
  overflow: hidden;
}

.browser {
  border-radius: 6px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.5);
  cursor: default;
  margin: -188px auto 0;
  max-width: 1000px;
  user-select: none;
}

.browser__button {
  background: #ffffff;
  border-radius: 50%;
  flex: 0 0 auto;
  height: 17px;
  width: 17px;
}

.browser__button--green {
  background: #28c940;
}

.browser__button--red {
  background: #ff6259;
}

.browser__button--yellow {
  background: #ffbd2d;
  margin: 0 5px;
}

.browser__buttons {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.browser__content {
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  color: #1a1a1a;
  height: 480px;
  overflow: hidden;
}
@media (min-width: 560px) {
  .browser__content {
    height: 642px;
  }
}

.browser__title {
  display: none;
}
@media (min-width: 586px) {
  .browser__title {
    color: #ffffff;
    display: block;
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375em;
    text-align: center;
  }
}

.browser__toolbar {
  align-items: center;
  background: #3f3f3f;
  border-radius: 6px 6px 0 0;
  display: flex;
  padding: 0 12px;
  height: 36px;
}
@media (min-width: 768px) {
  .browser__toolbar {
    padding: 0 73px 0 12px;
  }
}

.build-pipelines-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.build-pipelines-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .build-pipelines-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .build-pipelines-page .section-title {
    font-size: 1.75rem;
  }
}
.build-pipelines-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.build-pipelines-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .build-pipelines-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .build-pipelines-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.build-pipelines-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.build-pipelines-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.build-pipelines-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.build-pipelines-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .build-pipelines-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .build-pipelines-page .hero-title {
    font-size: 2.5rem;
  }
}
.build-pipelines-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.build-pipelines-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .build-pipelines-page .hero-description {
    font-size: 1.125rem;
  }
}
.build-pipelines-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .build-pipelines-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.build-pipelines-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.build-pipelines-page .hero-btn-primary:hover {
  background: #2d1470;
}
.build-pipelines-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.build-pipelines-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.build-pipelines-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.build-pipelines-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.build-pipelines-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.build-pipelines-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.build-pipelines-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .build-pipelines-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .build-pipelines-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.build-pipelines-page .step-item {
  text-align: center;
  position: relative;
}
.build-pipelines-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.build-pipelines-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.build-pipelines-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.build-pipelines-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.build-pipelines-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.build-pipelines-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.build-pipelines-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .build-pipelines-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.build-pipelines-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.build-pipelines-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.build-pipelines-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.build-pipelines-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.build-pipelines-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.build-pipelines-page .benefit-description {
  color: #64748b;
}
.build-pipelines-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.build-pipelines-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .build-pipelines-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.build-pipelines-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.build-pipelines-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .build-pipelines-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .build-pipelines-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.build-pipelines-page .getting-started-steps {
  margin-bottom: 2rem;
}
.build-pipelines-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.build-pipelines-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.build-pipelines-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.build-pipelines-page .gs-step-description {
  color: #94a3b8;
}
.build-pipelines-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.build-pipelines-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .build-pipelines-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.build-pipelines-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.build-pipelines-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.build-pipelines-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.build-pipelines-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .build-pipelines-page .cta-title {
    font-size: 2rem;
  }
}
.build-pipelines-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.build-pipelines-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .build-pipelines-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.build-pipelines-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.build-pipelines-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.build-pipelines-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .build-pipelines-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .build-pipelines-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .build-pipelines-page .hero-title {
  color: #ffffff;
}
.dark-mode .build-pipelines-page .hero-title .hero-title-highlight,
.dark-mode .build-pipelines-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .build-pipelines-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .build-pipelines-page .section-header .section-title,
.dark-mode .build-pipelines-page .section-title {
  color: #ffffff;
}
.dark-mode .build-pipelines-page .section-header .section-description,
.dark-mode .build-pipelines-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .build-pipelines-page section,
.dark-mode .build-pipelines-page .features-section,
.dark-mode .build-pipelines-page .how-it-works-section,
.dark-mode .build-pipelines-page .benefits-section,
.dark-mode .build-pipelines-page .comparison-section,
.dark-mode .build-pipelines-page .use-cases-section,
.dark-mode .build-pipelines-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .build-pipelines-page section:nth-child(even),
.dark-mode .build-pipelines-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .build-pipelines-page .feature-card,
.dark-mode .build-pipelines-page .benefit-card,
.dark-mode .build-pipelines-page .step-card,
.dark-mode .build-pipelines-page .use-case-card,
.dark-mode .build-pipelines-page .comparison-card,
.dark-mode .build-pipelines-page .info-card,
.dark-mode .build-pipelines-page .workflow-step,
.dark-mode .build-pipelines-page .capability-card,
.dark-mode .build-pipelines-page .tool-card,
.dark-mode .build-pipelines-page .integration-card,
.dark-mode .build-pipelines-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .build-pipelines-page .feature-card__title,
.dark-mode .build-pipelines-page .benefit-card h3,
.dark-mode .build-pipelines-page .step-card h3,
.dark-mode .build-pipelines-page .capability-card h3,
.dark-mode .build-pipelines-page .info-card h3,
.dark-mode .build-pipelines-page .tool-card h3,
.dark-mode .build-pipelines-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .build-pipelines-page .feature-card__description,
.dark-mode .build-pipelines-page .benefit-card p,
.dark-mode .build-pipelines-page .step-card p,
.dark-mode .build-pipelines-page .capability-card p,
.dark-mode .build-pipelines-page .info-card p,
.dark-mode .build-pipelines-page .tool-card p,
.dark-mode .build-pipelines-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .build-pipelines-page .feature-card__icon,
.dark-mode .build-pipelines-page .step-number,
.dark-mode .build-pipelines-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .build-pipelines-page .step-title,
.dark-mode .build-pipelines-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .build-pipelines-page .step-description,
.dark-mode .build-pipelines-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .build-pipelines-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .build-pipelines-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .build-pipelines-page .btn--primary {
  color: #ffffff;
}
.dark-mode .build-pipelines-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .build-pipelines-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .build-pipelines-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .build-pipelines-page .cta-title {
  color: #ffffff;
}
.dark-mode .build-pipelines-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .build-pipelines-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .build-pipelines-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .build-pipelines-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .build-pipelines-page pre,
.dark-mode .build-pipelines-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .build-pipelines-page ul li,
.dark-mode .build-pipelines-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .build-pipelines-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .build-pipelines-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .build-pipelines-page .config-mockup,
.dark-mode .build-pipelines-page .code-block,
.dark-mode .build-pipelines-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.chat-to-team {
  background: linear-gradient(135deg, #0164b4 15%, #bf003b);
  padding: 80px 0;
}

.chat-to-team__button {
  margin: 16px 0 0;
}

.chat-to-team__container {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ebf7ff;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.125);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 640px;
  padding: 32px;
  text-align: center;
  transition: all 100ms ease-in;
}
.chat-to-team__container:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.chat-to-team__container:active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
@media (min-width: 770px) {
  .chat-to-team__container {
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
  }
}

.chat-to-team__content {
  flex: 1 1 auto;
  margin: 12px 0 0;
}
@media (min-width: 770px) {
  .chat-to-team__content {
    margin: 0;
  }
}

.chat-to-team__icon {
  flex: 0 0 auto;
}
@media (min-width: 770px) {
  .chat-to-team__icon {
    margin: 8px 32px 0 0;
  }
}

.chat-to-team__text {
  font-size: 16px;
  line-height: 24px;
  margin: 6px 0 0;
}
@media (min-width: 492px) {
  .chat-to-team__text {
    font-size: 18px;
    line-height: 26px;
  }
}

.chat-to-team__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media (min-width: 400px) {
  .chat-to-team__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 492px) {
  .chat-to-team__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.comparison-page .btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1.0625rem;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s;
  border: 2px solid transparent;
}
.comparison-page .btn--primary {
  background: #3b1d95;
  color: #ffffff;
}
.comparison-page .btn--primary:hover {
  background: #2d1470;
}
.comparison-page .btn--outline {
  background: transparent;
  color: #3b1d95;
  border-color: #3b1d95;
}
.comparison-page .btn--outline:hover {
  background: #f5f3ff;
}
.comparison-page .btn--large {
  padding: 0.875rem 2.25rem;
  font-size: 1.125rem;
}
.comparison-page .comparison-hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 5rem;
}
@media (max-width: 768px) {
  .comparison-page .comparison-hero-section {
    padding: 1rem 0 3rem;
  }
}
.comparison-page .comparison-hero__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.comparison-page .comparison-hero__badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.comparison-page .comparison-hero__title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .comparison-page .comparison-hero__title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .comparison-page .comparison-hero__title {
    font-size: 2.25rem;
  }
}
.comparison-page .comparison-hero__highlight {
  color: #3b1d95;
}
.comparison-page .comparison-hero__description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 640px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .comparison-page .comparison-hero__description {
    font-size: 1.125rem;
  }
}
.comparison-page .comparison-hero__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .comparison-page .comparison-hero__actions {
    flex-direction: column;
    align-items: center;
  }
}
.comparison-page .comparison-table-section {
  padding: 5rem 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .comparison-page .comparison-table-section {
    padding: 3rem 0;
  }
}
.comparison-page .comparison-table__header {
  text-align: center;
  margin-bottom: 3rem;
}
.comparison-page .comparison-table__title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
}
.comparison-page .comparison-table__subtitle {
  font-size: 1.125rem;
  color: #64748b;
}
.comparison-page .comparison-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
}
.comparison-page .comparison-table thead th {
  background: #f8fafc;
  padding: 1.25rem 1.5rem;
  text-align: center;
  font-weight: 600;
  color: #0f172a;
  font-size: 1rem;
  border-bottom: 2px solid #e2e8f0;
}
.comparison-page .comparison-table thead th:first-child {
  width: 40%;
  text-align: left;
}
.comparison-page .comparison-table thead th.comparison-table__col--deployhq {
  color: #3b1d95;
  background: #f5f3ff;
}
.comparison-page .comparison-table tbody tr {
  border-bottom: 1px solid #f1f5f9;
}
.comparison-page .comparison-table tbody tr:last-child {
  border-bottom: none;
}
.comparison-page .comparison-table tbody tr:hover {
  background: #fafbfc;
}
.comparison-page .comparison-table tbody td {
  padding: 1rem 1.5rem;
  font-size: 0.9375rem;
  color: #334155;
  vertical-align: middle;
  text-align: center;
}
.comparison-page .comparison-table tbody td.comparison-table__feature-name {
  text-align: left;
}
.comparison-page .comparison-table__feature-name {
  font-weight: 500;
  color: #0f172a;
}
.comparison-page .comparison-table__check {
  color: #16a34a;
  font-weight: 600;
  font-size: 1.25rem;
}
.comparison-page .comparison-table__cross {
  color: #dc2626;
  font-size: 1.25rem;
}
.comparison-page .comparison-table__partial {
  color: #f59e0b;
  font-size: 0.875rem;
  font-weight: 500;
}
.comparison-page .comparison-features-section {
  padding: 5rem 0;
  background: #f8fafc;
}
@media (max-width: 768px) {
  .comparison-page .comparison-features-section {
    padding: 3rem 0;
  }
}
.comparison-page .comparison-features__header {
  text-align: center;
  margin-bottom: 3rem;
}
.comparison-page .comparison-features__title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
}
.comparison-page .comparison-features__subtitle {
  font-size: 1.125rem;
  color: #64748b;
}
.comparison-page .comparison-features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .comparison-page .comparison-features__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.comparison-page .comparison-features__card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid #e2e8f0;
  transition: box-shadow 0.2s;
}
.comparison-page .comparison-features__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.comparison-page .comparison-features__card-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #f5f3ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #3b1d95;
  font-size: 1.25rem;
}
.comparison-page .comparison-features__card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.comparison-page .comparison-features__card-text {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.6;
}
.comparison-page .comparison-detail-section {
  padding: 5rem 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .comparison-page .comparison-detail-section {
    padding: 3rem 0;
  }
}
.comparison-page .comparison-detail__header {
  text-align: center;
  margin-bottom: 3rem;
}
.comparison-page .comparison-detail__title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
}
.comparison-page .comparison-detail__items {
  max-width: 800px;
  margin: 0 auto;
}
.comparison-page .comparison-detail__item {
  padding: 2rem 0;
  border-bottom: 1px solid #f1f5f9;
}
.comparison-page .comparison-detail__item:last-child {
  border-bottom: none;
}
.comparison-page .comparison-detail__item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.75rem;
}
.comparison-page .comparison-detail__item-text {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
}
.comparison-page .comparison-audience-section {
  padding: 5rem 0;
  background: #f8fafc;
}
@media (max-width: 768px) {
  .comparison-page .comparison-audience-section {
    padding: 3rem 0;
  }
}
.comparison-page .comparison-audience__header {
  text-align: center;
  margin-bottom: 3rem;
}
.comparison-page .comparison-audience__title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
}
.comparison-page .comparison-audience__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .comparison-page .comparison-audience__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.comparison-page .comparison-audience__card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid #e2e8f0;
}
.comparison-page .comparison-audience__card--deployhq {
  border-color: #c7d2fe;
  background: #faf9ff;
}
.comparison-page .comparison-audience__card-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: #f1f5f9;
  color: #475569;
}
.comparison-page .comparison-audience__card--deployhq .comparison-audience__card-label {
  background: #e0e7ff;
  color: #3b1d95;
}
.comparison-page .comparison-audience__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.75rem;
}
.comparison-page .comparison-audience__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comparison-page .comparison-audience__card-list li {
  font-size: 0.9375rem;
  color: #475569;
  padding: 0.375rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.5;
}
.comparison-page .comparison-audience__card-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 600;
}
.comparison-page .comparison-cta-section {
  padding: 5rem 0;
  background: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .comparison-page .comparison-cta-section {
    padding: 3rem 0;
  }
}
.comparison-page .comparison-cta__content {
  max-width: 640px;
  margin: 0 auto;
}
.comparison-page .comparison-cta__title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
}
.comparison-page .comparison-cta__text {
  font-size: 1.125rem;
  color: #64748b;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.comparison-page .comparison-cta__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .comparison-page .comparison-cta__actions {
    flex-direction: column;
    align-items: center;
  }
}
.comparison-page .comparison-faq-section {
  padding: 5rem 0;
  background: #f8fafc;
}
@media (max-width: 768px) {
  .comparison-page .comparison-faq-section {
    padding: 3rem 0;
  }
}
.comparison-page .comparison-faq__header {
  text-align: center;
  margin-bottom: 3rem;
}
.comparison-page .comparison-faq__title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
}
.comparison-page .comparison-faq__list {
  max-width: 700px;
  margin: 0 auto;
}
.comparison-page .comparison-faq__item {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  border: 1px solid #e2e8f0;
}
.comparison-page .comparison-faq__question {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.75rem;
}
.comparison-page .comparison-faq__answer {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.7;
}

.comparison-index-page .comparison-index-hero {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 5rem;
}
@media (max-width: 768px) {
  .comparison-index-page .comparison-index-hero {
    padding: 1rem 0 3rem;
  }
}
.comparison-index-page .comparison-index-hero__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.comparison-index-page .comparison-index-hero__title {
  font-size: 3rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .comparison-index-page .comparison-index-hero__title {
    font-size: 2.25rem;
  }
}
.comparison-index-page .comparison-index-hero__highlight {
  color: #3b1d95;
}
.comparison-index-page .comparison-index-hero__description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.comparison-index-page .comparison-index-grid {
  padding: 0 0 5rem;
  background: #ffffff;
}
.comparison-index-page .comparison-index-grid__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 900px) {
  .comparison-index-page .comparison-index-grid__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .comparison-index-page .comparison-index-grid__items {
    grid-template-columns: 1fr;
  }
}
.comparison-index-page .comparison-index-card {
  display: block;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.75rem;
  text-decoration: none;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.comparison-index-page .comparison-index-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 4px 16px rgba(59, 29, 149, 0.08);
}
.comparison-index-page .comparison-index-card__category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3b1d95;
  background: #f5f3ff;
  padding: 0.25rem 0.625rem;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}
.comparison-index-page .comparison-index-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.comparison-index-page .comparison-index-card__description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.comparison-index-page .comparison-index-card__link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #3b1d95;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.comparison-index-page .comparison-index-card__arrow {
  width: 1rem;
  height: 1rem;
}

.dark-mode .comparison-page .comparison-hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .comparison-page .comparison-hero__badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .comparison-page .comparison-hero__title {
  color: #ffffff;
}
.dark-mode .comparison-page .comparison-hero__highlight {
  color: #bb9bff;
}
.dark-mode .comparison-page .comparison-hero__description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .comparison-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .comparison-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .comparison-page .comparison-table-section {
  background: #0f0826;
}
.dark-mode .comparison-page .comparison-table__title {
  color: #ffffff;
}
.dark-mode .comparison-page .comparison-table__subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .comparison-page .comparison-table {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.dark-mode .comparison-page .comparison-table thead th {
  background: #1a0f3a;
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .comparison-page .comparison-table thead th.comparison-table__col--deployhq {
  color: #bb9bff;
  background: rgba(102, 47, 224, 0.2);
}
.dark-mode .comparison-page .comparison-table tbody tr {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.dark-mode .comparison-page .comparison-table tbody tr:hover {
  background: rgba(102, 47, 224, 0.08);
}
.dark-mode .comparison-page .comparison-table tbody td {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .comparison-page .comparison-table__feature-name {
  color: #ffffff;
}
.dark-mode .comparison-page .comparison-features-section {
  background: #100828;
}
.dark-mode .comparison-page .comparison-features__title {
  color: #ffffff;
}
.dark-mode .comparison-page .comparison-features__subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .comparison-page .comparison-features__card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .comparison-page .comparison-features__card:hover {
  box-shadow: 0 4px 12px rgba(102, 47, 224, 0.15);
}
.dark-mode .comparison-page .comparison-features__card-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .comparison-page .comparison-features__card-title {
  color: #ffffff;
}
.dark-mode .comparison-page .comparison-features__card-text {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .comparison-page .comparison-detail-section {
  background: #0f0826;
}
.dark-mode .comparison-page .comparison-detail__title {
  color: #ffffff;
}
.dark-mode .comparison-page .comparison-detail__item {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.dark-mode .comparison-page .comparison-detail__item-title {
  color: #ffffff;
}
.dark-mode .comparison-page .comparison-detail__item-text {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .comparison-page .comparison-audience-section {
  background: #100828;
}
.dark-mode .comparison-page .comparison-audience__title {
  color: #ffffff;
}
.dark-mode .comparison-page .comparison-audience__card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .comparison-page .comparison-audience__card--deployhq {
  border-color: rgba(102, 47, 224, 0.4);
  background: rgba(102, 47, 224, 0.1);
}
.dark-mode .comparison-page .comparison-audience__card-label {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .comparison-page .comparison-audience__card--deployhq .comparison-audience__card-label {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .comparison-page .comparison-audience__card-title {
  color: #ffffff;
}
.dark-mode .comparison-page .comparison-audience__card-list li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .comparison-page .comparison-cta-section {
  background: #0f0826;
}
.dark-mode .comparison-page .comparison-cta__title {
  color: #ffffff;
}
.dark-mode .comparison-page .comparison-cta__text {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .comparison-page .comparison-faq-section {
  background: #100828;
}
.dark-mode .comparison-page .comparison-faq__title {
  color: #ffffff;
}
.dark-mode .comparison-page .comparison-faq__item {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .comparison-page .comparison-faq__question {
  color: #ffffff;
}
.dark-mode .comparison-page .comparison-faq__answer {
  color: rgba(255, 255, 255, 0.7);
}

.dark-mode .comparison-index-page .comparison-index-hero {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .comparison-index-page .comparison-index-hero__title {
  color: #ffffff;
}
.dark-mode .comparison-index-page .comparison-index-hero__highlight {
  color: #bb9bff;
}
.dark-mode .comparison-index-page .comparison-index-hero__description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .comparison-index-page .comparison-index-grid {
  background: #0f0826;
}
.dark-mode .comparison-index-page .comparison-index-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .comparison-index-page .comparison-index-card:hover {
  border-color: rgba(102, 47, 224, 0.4);
  box-shadow: 0 4px 16px rgba(102, 47, 224, 0.15);
}
.dark-mode .comparison-index-page .comparison-index-card__category {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .comparison-index-page .comparison-index-card__title {
  color: #ffffff;
}
.dark-mode .comparison-index-page .comparison-index-card__description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .comparison-index-page .comparison-index-card__link {
  color: #bb9bff;
}

.signup-complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 80px 24px;
  text-align: center;
  background: radial-gradient(ellipse at center, #f8f7ff 0%, #fff 70%);
}
@media (width <= 639px) {
  .signup-complete {
    padding: 48px 20px;
  }
}

.signup-complete__icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(73, 70, 206, 0.08);
  margin-bottom: 28px;
}

.signup-complete__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 12px;
}
@media (width <= 639px) {
  .signup-complete__title {
    font-size: 26px;
  }
}

.signup-complete__text {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 8px;
  max-width: 440px;
}

.signup-complete__actions {
  margin-top: 24px;
  width: 100%;
  max-width: 320px;
}

.signup-complete__button {
  appearance: none;
  background: #4946ce;
  border: 0;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s, box-shadow 0.15s;
  width: 100%;
}
.signup-complete__button:hover {
  background: rgb(92.8333333333, 90.1602564103, 211.3397435897);
  box-shadow: 0 4px 12px rgba(73, 70, 206, 0.25);
}
.signup-complete__button:active {
  background: rgb(55.6666666667, 52.4551282051, 198.0448717949);
  box-shadow: none;
}

.signup-complete__alt {
  color: #6b7280;
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
}

.signup-complete__alt-link {
  color: #4946ce;
  font-weight: 500;
  text-decoration: none;
}
.signup-complete__alt-link:hover {
  text-decoration: underline;
}

.signup-complete__steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-top: 48px;
  position: relative;
}
@media (width <= 639px) {
  .signup-complete__steps {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.signup-complete__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}
.signup-complete__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: calc(50% + 28px);
  width: 24px;
  height: 1px;
  background: #d1d5db;
}
@media (width <= 639px) {
  .signup-complete__step:not(:last-child)::after {
    display: none;
  }
}

.signup-complete__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(73, 70, 206, 0.06);
  color: #4946ce;
}

.signup-complete__step-label {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
}

.dark-mode .signup-complete {
  background: radial-gradient(ellipse at center, #1a0f3a 0%, #0f0826 70%);
}
.dark-mode .signup-complete__icon-circle {
  background: rgba(73, 70, 206, 0.2);
}
.dark-mode .signup-complete__text {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .signup-complete__alt {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .signup-complete__alt-link {
  color: #bb9bff;
}
.dark-mode .signup-complete__step:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.15);
}
.dark-mode .signup-complete__step-icon {
  background: rgba(73, 70, 206, 0.15);
  color: #bb9bff;
}
.dark-mode .signup-complete__step-label {
  color: rgba(255, 255, 255, 0.5);
}

.contact-form {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 24px;
}
@media (min-width: 640px) {
  .contact-form {
    padding: 32px;
  }
}

.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 16px;
}
@media (min-width: 640px) {
  .contact-form__row {
    flex-direction: row;
  }
}

.contact-form__column {
  flex: 1;
}

.contact-form__field {
  margin: 0 0 16px;
}

.contact-form__label {
  color: #111827;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
}

.contact-form__input {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #111827;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 12px;
  transition: border-color 0.15s, box-shadow 0.15s;
  width: 100%;
}
.contact-form__input::placeholder {
  color: #9ca3af;
}
.contact-form__input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
  outline: none;
}

.contact-form__input--textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form__hint {
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 13px;
  line-height: 20px;
  margin: 24px 0 0;
  padding: 16px 0 0;
}

.contact-form__actions {
  display: flex;
  justify-content: flex-end;
  margin: 16px 0 0;
}

.contact-form__submit {
  -webkit-appearance: none;
  background: #0dab76;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  transition: background-color 0.15s;
}
.contact-form__submit:hover {
  background: #0a8f63;
}
.contact-form__submit:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.contact-form__control-checkbox {
  flex-shrink: 0;
  position: relative;
}

.contact-form__control-checkbox-indicator {
  border: 2px solid #d1d5db;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  height: 22px;
  min-height: 22px;
  min-width: 22px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  transition: background-color 0.15s, border-color 0.15s;
  width: 22px;
}
.contact-form__control-checkbox-input:checked + .contact-form__control-checkbox-indicator {
  background: #2563eb;
  border-color: #2563eb;
}
.contact-form__control-checkbox-input:checked + .contact-form__control-checkbox-indicator::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 10px;
  left: 6px;
  position: absolute;
  text-indent: 0;
  top: 2px;
  transform: rotate(45deg);
  width: 5px;
}
.contact-form__control-checkbox-input:focus + .contact-form__control-checkbox-indicator {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.contact-form__control-label {
  color: #4b5563;
  font-size: 13px;
  line-height: 1.5;
  margin-left: 10px;
}

.contact-sidebar__section {
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.contact-sidebar__section:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

.contact-sidebar__heading {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}

.contact-sidebar__text {
  color: #6b7280;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.contact-sidebar__link {
  color: #2563eb;
  font-size: 14px;
  text-decoration: none;
}
.contact-sidebar__link:hover {
  text-decoration: underline;
}

.contact-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-sidebar__list li {
  margin: 0 0 6px;
}

.dark-mode .contact-form {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .contact-form__label {
  color: #ffffff;
}
.dark-mode .contact-form__input {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.dark-mode .contact-form__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.dark-mode .contact-form__input:focus {
  border-color: #bb9bff;
  box-shadow: 0 0 0 3px rgba(102, 47, 224, 0.2);
}
.dark-mode .contact-form__hint {
  border-top-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .contact-form__control-checkbox-indicator {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark-mode .contact-form__control-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .contact-sidebar__section:not(:last-child) {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .contact-sidebar__heading {
  color: #ffffff;
}
.dark-mode .contact-sidebar__text {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .contact-sidebar__link {
  color: #bb9bff;
}

.contact-thanks {
  background: #f3f4f6;
  padding: 80px 20px;
}

.contact-thanks__content {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.contact-thanks__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.contact-thanks__checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #dcfce7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #16a34a;
  position: relative;
  z-index: 1;
}

.contact-thanks__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -8px;
  border: 3px solid #fff;
}

.contact-thanks__title {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}

.contact-thanks__lead {
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
  margin: 0 0 32px;
}

.contact-thanks__next-steps {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-align: left;
  overflow: hidden;
  background: #fff;
}

.contact-thanks__next-steps-heading {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
  padding: 16px 20px 0;
  margin: 0;
}

.contact-thanks__next-steps-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.contact-thanks__next-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  text-decoration: none;
  color: inherit;
  border-top: 1px solid #e5e7eb;
  transition: background-color 0.15s;
}
.contact-thanks__next-step:hover {
  background: #f9fafb;
}

.contact-thanks__next-step-icon {
  color: #4946ce;
  flex-shrink: 0;
}

.contact-thanks__next-step-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.contact-thanks__next-step-text strong {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}
.contact-thanks__next-step-text span {
  font-size: 13px;
  color: #6b7280;
}

.contact-thanks__another {
  display: inline-block;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
}
.contact-thanks__another:hover {
  color: #111827;
}

.currency-select {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.currency-select__button {
  color: #333333;
  display: block;
  font-size: 16px;
  line-height: 41px;
  padding: 2px 22px 0;
}
.currency-select__option:first-child .currency-select__button {
  padding: 2px 22px 0 28px;
}
.currency-select__option:last-child .currency-select__button {
  padding: 2px 28px 0 22px;
}
.currency-select__button:hover {
  background: #fafafa;
}
.currency-select__radio:checked ~ .currency-select__button {
  background: #f7f7f7;
  color: #000000;
  font-weight: 700;
}

.currency-select__option {
  cursor: pointer;
  display: block;
  flex: 0 0 auto;
  margin: 0;
}
.currency-select__option:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

.currency-select__options {
  border: 1px solid #dbdbdb;
  border-radius: 23px;
  display: flex;
  flex: 0 0 auto;
  overflow: hidden;
}

.customer-guide {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.125);
}
.customer-guide:hover {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.customer-guide:active {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}
.customer-guide + .customer-guide {
  margin: 16px 0 0;
}
@media (min-width: 600px) {
  .customer-guide + .customer-guide {
    margin: 20px 0 0;
  }
}

.customer-guide__icon {
  display: block;
  flex: 1 1 auto;
  height: 24px;
  object-fit: contain;
  object-position: center center;
  width: 24px;
}

.customer-guide__link {
  align-items: center;
  display: flex;
  padding: 16px 48px;
}
@media (min-width: 526px) {
  .customer-guide__link {
    padding: 16px 20px;
  }
}
@media (min-width: 600px) {
  .customer-guide__link {
    padding: 12px 20px;
  }
}
@media (min-width: 680px) {
  .customer-guide__link {
    padding: 12px 24px;
  }
}

.customer-guide__title {
  flex: 1 1 auto;
  font-size: 4.625vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 396px) {
  .customer-guide__title {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .customer-guide__title {
    font-weight: 700;
    text-align: left;
  }
}
@media (min-width: 680px) {
  .customer-guide__title {
    font-size: 20px;
  }
}

.customer-guide__type {
  display: none;
}
@media (min-width: 600px) {
  .customer-guide__type {
    align-items: center;
    background: #f7f7f7;
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    height: 40px;
    justify-content: center;
    margin: 0 12px 0 0;
    width: 40px;
  }
}
@media (min-width: 680px) {
  .customer-guide__type {
    height: 48px;
    margin: 0 16px 0 0;
    width: 48px;
  }
}

.customer-guides {
  margin: 32px 0 0;
}
@media (min-width: 840px) {
  .customer-guides {
    margin: 40px 0 0;
  }
}

.customers-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .customers-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .customers-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.customers-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.customers-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #fff4f2;
  color: #ff492c;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #fecdc6;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.customers-page .hero-badge .hero-badge-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.customers-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .customers-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .customers-page .hero-title {
    font-size: 2.5rem;
  }
}
.customers-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.customers-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 3rem;
}
@media (max-width: 768px) {
  .customers-page .hero-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}
.customers-page .hero-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 640px) {
  .customers-page .hero-stats {
    gap: 1.5rem;
  }
}
@media (max-width: 400px) {
  .customers-page .hero-stats {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.customers-page .hero-stat {
  text-align: center;
}
.customers-page .hero-stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #3b1d95;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .customers-page .hero-stat-number {
    font-size: 1.5rem;
  }
}
.customers-page .hero-stat-label {
  font-size: 0.875rem;
  color: #64748b;
  margin-top: 0.25rem;
}
.customers-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.customers-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.75rem;
}
@media (max-width: 768px) {
  .customers-page .section-title {
    font-size: 1.75rem;
  }
}
.customers-page .section-description {
  font-size: 1.125rem;
  color: #64748b;
  margin: 0;
}
.customers-page .reviews-section {
  padding: 5rem 0;
  background: #ffffff;
}
.customers-page .reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .customers-page .reviews-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
}
.customers-page .review-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.75rem;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}
.customers-page .review-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 8px 24px -4px rgba(59, 29, 149, 0.08);
}
.customers-page .review-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.customers-page .review-avatar {
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.customers-page .review-avatar-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.customers-page .review-info {
  flex: 1;
  min-width: 0;
}
.customers-page .review-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
}
.customers-page .review-company {
  font-size: 0.8125rem;
  color: #94a3b8;
  line-height: 1.3;
}
.customers-page .review-rating {
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.customers-page .review-star {
  color: #f59e0b;
  font-size: 0.875rem;
}
.customers-page .review-quote {
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.customers-page .review-body {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  flex: 1;
}
.customers-page .review-verified {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
  font-size: 0.75rem;
  color: #ff492c;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.customers-page .review-verified:hover {
  color: #e03e24;
}
.customers-page .review-verified-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.375rem;
}
.customers-page .case-studies-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.customers-page .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .customers-page .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .customers-page .case-studies-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
  }
}
.customers-page .case-study-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}
.customers-page .case-study-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 8px 24px -4px rgba(59, 29, 149, 0.08);
}
.customers-page .case-study-card:hover .case-study-img {
  transform: scale(1.03);
}
.customers-page .case-study-image {
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #f1f5f9;
}
.customers-page .case-study-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.customers-page .case-study-content {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.customers-page .case-study-categories {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.customers-page .case-study-category {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #3b1d95;
  background: #ede9fe;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.customers-page .case-study-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}
.customers-page .case-study-excerpt {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 1rem;
  flex: 1;
}
.customers-page .case-study-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3b1d95;
  text-decoration: none;
  transition: color 0.2s ease;
}
.customers-page .case-study-link:hover {
  color: #6366f1;
}
.customers-page .case-study-arrow {
  margin-left: 0.375rem;
  transition: transform 0.2s ease;
}
.case-study-link:hover .customers-page .case-study-arrow {
  transform: translateX(3px);
}
.customers-page .cta-section {
  padding: 5rem 0;
  background: #ffffff;
}
.customers-page .cta-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.customers-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .customers-page .cta-title {
    font-size: 1.75rem;
  }
}
.customers-page .cta-description {
  font-size: 1.125rem;
  color: #64748b;
  margin: 0 0 2rem;
}
.customers-page .cta-actions {
  margin-bottom: 1rem;
}
.customers-page .cta-disclaimer {
  font-size: 0.8125rem;
  color: #94a3b8;
  margin: 0;
}

.dark-mode .customers-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .customers-page .hero-title {
  color: #ffffff;
}
.dark-mode .customers-page .hero-title-highlight {
  color: #bb9bff;
}
.dark-mode .customers-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .customers-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .customers-page .hero-stat-number {
  color: #bb9bff;
}
.dark-mode .customers-page .hero-stat-label {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .customers-page .reviews-section {
  background: #0f0826;
}
.dark-mode .customers-page .section-title {
  color: #ffffff;
}
.dark-mode .customers-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .customers-page .review-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .customers-page .review-card:hover {
  border-color: rgba(102, 47, 224, 0.4);
  box-shadow: 0 8px 24px -4px rgba(102, 47, 224, 0.15);
}
.dark-mode .customers-page .review-name {
  color: #ffffff;
}
.dark-mode .customers-page .review-company {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .customers-page .review-quote {
  color: rgba(255, 255, 255, 0.9);
}
.dark-mode .customers-page .review-body {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .customers-page .review-verified {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .customers-page .case-studies-section {
  background: #100828;
}
.dark-mode .customers-page .case-study-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .customers-page .case-study-card:hover {
  border-color: rgba(102, 47, 224, 0.4);
  box-shadow: 0 8px 24px -4px rgba(102, 47, 224, 0.15);
}
.dark-mode .customers-page .case-study-image {
  background: rgba(255, 255, 255, 0.03);
}
.dark-mode .customers-page .case-study-category {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .customers-page .case-study-title {
  color: #ffffff;
}
.dark-mode .customers-page .case-study-excerpt {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .customers-page .case-study-link {
  color: #bb9bff;
}
.dark-mode .customers-page .case-study-link:hover {
  color: #d4bfff;
}
.dark-mode .customers-page .cta-section {
  background: #0f0826;
}
.dark-mode .customers-page .cta-title {
  color: #ffffff;
}
.dark-mode .customers-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .customers-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}

.deploy-behind-firewalls-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .deploy-behind-firewalls-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .deploy-behind-firewalls-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.deploy-behind-firewalls-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.deploy-behind-firewalls-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.deploy-behind-firewalls-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.deploy-behind-firewalls-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deploy-behind-firewalls-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .deploy-behind-firewalls-page .hero-title {
    font-size: 2.5rem;
  }
}
.deploy-behind-firewalls-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.deploy-behind-firewalls-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .deploy-behind-firewalls-page .hero-description {
    font-size: 1.125rem;
  }
}
.deploy-behind-firewalls-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .deploy-behind-firewalls-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.deploy-behind-firewalls-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.deploy-behind-firewalls-page .hero-btn-primary:hover {
  background: #2d1470;
}
.deploy-behind-firewalls-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.deploy-behind-firewalls-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .deploy-behind-firewalls-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .deploy-behind-firewalls-page .section-title {
    font-size: 1.75rem;
  }
}
.deploy-behind-firewalls-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.deploy-behind-firewalls-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.deploy-behind-firewalls-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.deploy-behind-firewalls-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.deploy-behind-firewalls-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.deploy-behind-firewalls-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.deploy-behind-firewalls-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.deploy-behind-firewalls-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .deploy-behind-firewalls-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .deploy-behind-firewalls-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.deploy-behind-firewalls-page .step-item {
  text-align: center;
}
.deploy-behind-firewalls-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.deploy-behind-firewalls-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.deploy-behind-firewalls-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.deploy-behind-firewalls-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.deploy-behind-firewalls-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.deploy-behind-firewalls-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.deploy-behind-firewalls-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .deploy-behind-firewalls-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.deploy-behind-firewalls-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.deploy-behind-firewalls-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.deploy-behind-firewalls-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.deploy-behind-firewalls-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.deploy-behind-firewalls-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.deploy-behind-firewalls-page .benefit-description {
  color: #64748b;
}
.deploy-behind-firewalls-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.deploy-behind-firewalls-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .deploy-behind-firewalls-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.deploy-behind-firewalls-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.deploy-behind-firewalls-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deploy-behind-firewalls-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .deploy-behind-firewalls-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.deploy-behind-firewalls-page .getting-started-steps {
  margin-bottom: 2rem;
}
.deploy-behind-firewalls-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.deploy-behind-firewalls-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.deploy-behind-firewalls-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.deploy-behind-firewalls-page .gs-step-description {
  color: #94a3b8;
}
.deploy-behind-firewalls-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.deploy-behind-firewalls-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .deploy-behind-firewalls-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.deploy-behind-firewalls-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.deploy-behind-firewalls-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.deploy-behind-firewalls-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.deploy-behind-firewalls-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deploy-behind-firewalls-page .cta-title {
    font-size: 2rem;
  }
}
.deploy-behind-firewalls-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.deploy-behind-firewalls-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .deploy-behind-firewalls-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.deploy-behind-firewalls-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.deploy-behind-firewalls-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.deploy-behind-firewalls-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .deploy-behind-firewalls-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .deploy-behind-firewalls-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .deploy-behind-firewalls-page .hero-title {
  color: #ffffff;
}
.dark-mode .deploy-behind-firewalls-page .hero-title .hero-title-highlight,
.dark-mode .deploy-behind-firewalls-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .deploy-behind-firewalls-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deploy-behind-firewalls-page .section-header .section-title,
.dark-mode .deploy-behind-firewalls-page .section-title {
  color: #ffffff;
}
.dark-mode .deploy-behind-firewalls-page .section-header .section-description,
.dark-mode .deploy-behind-firewalls-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deploy-behind-firewalls-page section,
.dark-mode .deploy-behind-firewalls-page .features-section,
.dark-mode .deploy-behind-firewalls-page .how-it-works-section,
.dark-mode .deploy-behind-firewalls-page .benefits-section,
.dark-mode .deploy-behind-firewalls-page .comparison-section,
.dark-mode .deploy-behind-firewalls-page .use-cases-section,
.dark-mode .deploy-behind-firewalls-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .deploy-behind-firewalls-page section:nth-child(even),
.dark-mode .deploy-behind-firewalls-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .deploy-behind-firewalls-page .feature-card,
.dark-mode .deploy-behind-firewalls-page .benefit-card,
.dark-mode .deploy-behind-firewalls-page .step-card,
.dark-mode .deploy-behind-firewalls-page .use-case-card,
.dark-mode .deploy-behind-firewalls-page .comparison-card,
.dark-mode .deploy-behind-firewalls-page .info-card,
.dark-mode .deploy-behind-firewalls-page .workflow-step,
.dark-mode .deploy-behind-firewalls-page .capability-card,
.dark-mode .deploy-behind-firewalls-page .tool-card,
.dark-mode .deploy-behind-firewalls-page .integration-card,
.dark-mode .deploy-behind-firewalls-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .deploy-behind-firewalls-page .feature-card__title,
.dark-mode .deploy-behind-firewalls-page .benefit-card h3,
.dark-mode .deploy-behind-firewalls-page .step-card h3,
.dark-mode .deploy-behind-firewalls-page .capability-card h3,
.dark-mode .deploy-behind-firewalls-page .info-card h3,
.dark-mode .deploy-behind-firewalls-page .tool-card h3,
.dark-mode .deploy-behind-firewalls-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .deploy-behind-firewalls-page .feature-card__description,
.dark-mode .deploy-behind-firewalls-page .benefit-card p,
.dark-mode .deploy-behind-firewalls-page .step-card p,
.dark-mode .deploy-behind-firewalls-page .capability-card p,
.dark-mode .deploy-behind-firewalls-page .info-card p,
.dark-mode .deploy-behind-firewalls-page .tool-card p,
.dark-mode .deploy-behind-firewalls-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deploy-behind-firewalls-page .feature-card__icon,
.dark-mode .deploy-behind-firewalls-page .step-number,
.dark-mode .deploy-behind-firewalls-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .deploy-behind-firewalls-page .step-title,
.dark-mode .deploy-behind-firewalls-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .deploy-behind-firewalls-page .step-description,
.dark-mode .deploy-behind-firewalls-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deploy-behind-firewalls-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .deploy-behind-firewalls-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deploy-behind-firewalls-page .btn--primary {
  color: #ffffff;
}
.dark-mode .deploy-behind-firewalls-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .deploy-behind-firewalls-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .deploy-behind-firewalls-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .deploy-behind-firewalls-page .cta-title {
  color: #ffffff;
}
.dark-mode .deploy-behind-firewalls-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deploy-behind-firewalls-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .deploy-behind-firewalls-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .deploy-behind-firewalls-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .deploy-behind-firewalls-page pre,
.dark-mode .deploy-behind-firewalls-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deploy-behind-firewalls-page ul li,
.dark-mode .deploy-behind-firewalls-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deploy-behind-firewalls-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .deploy-behind-firewalls-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deploy-behind-firewalls-page .config-mockup,
.dark-mode .deploy-behind-firewalls-page .code-block,
.dark-mode .deploy-behind-firewalls-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.deployhq-ai-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .deployhq-ai-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .deployhq-ai-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.deployhq-ai-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.deployhq-ai-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.deployhq-ai-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.deployhq-ai-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployhq-ai-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .deployhq-ai-page .hero-title {
    font-size: 2.5rem;
  }
}
.deployhq-ai-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.deployhq-ai-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .deployhq-ai-page .hero-description {
    font-size: 1.125rem;
  }
}
.deployhq-ai-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .deployhq-ai-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.deployhq-ai-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.deployhq-ai-page .hero-btn-primary:hover {
  background: #2d1470;
}
.deployhq-ai-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.deployhq-ai-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .deployhq-ai-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .deployhq-ai-page .section-title {
    font-size: 1.75rem;
  }
}
.deployhq-ai-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.deployhq-ai-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.deployhq-ai-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.deployhq-ai-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.deployhq-ai-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.deployhq-ai-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.deployhq-ai-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.deployhq-ai-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .deployhq-ai-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .deployhq-ai-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.deployhq-ai-page .step-item {
  text-align: center;
  position: relative;
}
.deployhq-ai-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.deployhq-ai-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.deployhq-ai-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.deployhq-ai-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.deployhq-ai-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.deployhq-ai-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.deployhq-ai-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .deployhq-ai-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.deployhq-ai-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.deployhq-ai-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.deployhq-ai-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.deployhq-ai-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.deployhq-ai-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.deployhq-ai-page .benefit-description {
  color: #64748b;
}
.deployhq-ai-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.deployhq-ai-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .deployhq-ai-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.deployhq-ai-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.deployhq-ai-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployhq-ai-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .deployhq-ai-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.deployhq-ai-page .getting-started-steps {
  margin-bottom: 2rem;
}
.deployhq-ai-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.deployhq-ai-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.deployhq-ai-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.deployhq-ai-page .gs-step-description {
  color: #94a3b8;
}
.deployhq-ai-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.deployhq-ai-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .deployhq-ai-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.deployhq-ai-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.deployhq-ai-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.deployhq-ai-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.deployhq-ai-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployhq-ai-page .cta-title {
    font-size: 2rem;
  }
}
.deployhq-ai-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.deployhq-ai-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .deployhq-ai-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.deployhq-ai-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.deployhq-ai-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.deployhq-ai-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .deployhq-ai-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .deployhq-ai-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .deployhq-ai-page .hero-title {
  color: #ffffff;
}
.dark-mode .deployhq-ai-page .hero-title .hero-title-highlight,
.dark-mode .deployhq-ai-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .deployhq-ai-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployhq-ai-page .section-header .section-title,
.dark-mode .deployhq-ai-page .section-title {
  color: #ffffff;
}
.dark-mode .deployhq-ai-page .section-header .section-description,
.dark-mode .deployhq-ai-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployhq-ai-page section,
.dark-mode .deployhq-ai-page .features-section,
.dark-mode .deployhq-ai-page .how-it-works-section,
.dark-mode .deployhq-ai-page .benefits-section,
.dark-mode .deployhq-ai-page .comparison-section,
.dark-mode .deployhq-ai-page .use-cases-section,
.dark-mode .deployhq-ai-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .deployhq-ai-page section:nth-child(even),
.dark-mode .deployhq-ai-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .deployhq-ai-page .feature-card,
.dark-mode .deployhq-ai-page .benefit-card,
.dark-mode .deployhq-ai-page .step-card,
.dark-mode .deployhq-ai-page .use-case-card,
.dark-mode .deployhq-ai-page .comparison-card,
.dark-mode .deployhq-ai-page .info-card,
.dark-mode .deployhq-ai-page .workflow-step,
.dark-mode .deployhq-ai-page .capability-card,
.dark-mode .deployhq-ai-page .tool-card,
.dark-mode .deployhq-ai-page .integration-card,
.dark-mode .deployhq-ai-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .deployhq-ai-page .feature-card__title,
.dark-mode .deployhq-ai-page .benefit-card h3,
.dark-mode .deployhq-ai-page .step-card h3,
.dark-mode .deployhq-ai-page .capability-card h3,
.dark-mode .deployhq-ai-page .info-card h3,
.dark-mode .deployhq-ai-page .tool-card h3,
.dark-mode .deployhq-ai-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .deployhq-ai-page .feature-card__description,
.dark-mode .deployhq-ai-page .benefit-card p,
.dark-mode .deployhq-ai-page .step-card p,
.dark-mode .deployhq-ai-page .capability-card p,
.dark-mode .deployhq-ai-page .info-card p,
.dark-mode .deployhq-ai-page .tool-card p,
.dark-mode .deployhq-ai-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployhq-ai-page .feature-card__icon,
.dark-mode .deployhq-ai-page .step-number,
.dark-mode .deployhq-ai-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .deployhq-ai-page .step-title,
.dark-mode .deployhq-ai-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .deployhq-ai-page .step-description,
.dark-mode .deployhq-ai-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployhq-ai-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .deployhq-ai-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployhq-ai-page .btn--primary {
  color: #ffffff;
}
.dark-mode .deployhq-ai-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .deployhq-ai-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .deployhq-ai-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .deployhq-ai-page .cta-title {
  color: #ffffff;
}
.dark-mode .deployhq-ai-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployhq-ai-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .deployhq-ai-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .deployhq-ai-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .deployhq-ai-page pre,
.dark-mode .deployhq-ai-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployhq-ai-page ul li,
.dark-mode .deployhq-ai-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployhq-ai-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .deployhq-ai-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployhq-ai-page .config-mockup,
.dark-mode .deployhq-ai-page .code-block,
.dark-mode .deployhq-ai-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.deployhq-mcp-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .deployhq-mcp-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .deployhq-mcp-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.deployhq-mcp-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.deployhq-mcp-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.deployhq-mcp-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.deployhq-mcp-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployhq-mcp-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .deployhq-mcp-page .hero-title {
    font-size: 2.5rem;
  }
}
.deployhq-mcp-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.deployhq-mcp-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .deployhq-mcp-page .hero-description {
    font-size: 1.125rem;
  }
}
.deployhq-mcp-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .deployhq-mcp-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.deployhq-mcp-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.deployhq-mcp-page .hero-btn-primary:hover {
  background: #2d1470;
}
.deployhq-mcp-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.deployhq-mcp-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .deployhq-mcp-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .deployhq-mcp-page .section-title {
    font-size: 1.75rem;
  }
}
.deployhq-mcp-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.deployhq-mcp-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.deployhq-mcp-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.deployhq-mcp-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.deployhq-mcp-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.deployhq-mcp-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.deployhq-mcp-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.deployhq-mcp-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .deployhq-mcp-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .deployhq-mcp-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.deployhq-mcp-page .step-item {
  text-align: center;
  position: relative;
}
.deployhq-mcp-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.deployhq-mcp-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.deployhq-mcp-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.deployhq-mcp-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.deployhq-mcp-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.deployhq-mcp-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.deployhq-mcp-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .deployhq-mcp-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.deployhq-mcp-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.deployhq-mcp-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.deployhq-mcp-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.deployhq-mcp-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.deployhq-mcp-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.deployhq-mcp-page .benefit-description {
  color: #64748b;
}
.deployhq-mcp-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.deployhq-mcp-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .deployhq-mcp-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.deployhq-mcp-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.deployhq-mcp-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployhq-mcp-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .deployhq-mcp-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.deployhq-mcp-page .getting-started-steps {
  margin-bottom: 2rem;
}
.deployhq-mcp-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.deployhq-mcp-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.deployhq-mcp-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.deployhq-mcp-page .gs-step-description {
  color: #94a3b8;
}
.deployhq-mcp-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.deployhq-mcp-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .deployhq-mcp-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.deployhq-mcp-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.deployhq-mcp-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.deployhq-mcp-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.deployhq-mcp-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployhq-mcp-page .cta-title {
    font-size: 2rem;
  }
}
.deployhq-mcp-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.deployhq-mcp-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .deployhq-mcp-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.deployhq-mcp-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.deployhq-mcp-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.deployhq-mcp-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .deployhq-mcp-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .deployhq-mcp-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .deployhq-mcp-page .hero-title {
  color: #ffffff;
}
.dark-mode .deployhq-mcp-page .hero-title .hero-title-highlight,
.dark-mode .deployhq-mcp-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .deployhq-mcp-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployhq-mcp-page .section-header .section-title,
.dark-mode .deployhq-mcp-page .section-title {
  color: #ffffff;
}
.dark-mode .deployhq-mcp-page .section-header .section-description,
.dark-mode .deployhq-mcp-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployhq-mcp-page section,
.dark-mode .deployhq-mcp-page .features-section,
.dark-mode .deployhq-mcp-page .how-it-works-section,
.dark-mode .deployhq-mcp-page .benefits-section,
.dark-mode .deployhq-mcp-page .comparison-section,
.dark-mode .deployhq-mcp-page .use-cases-section,
.dark-mode .deployhq-mcp-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .deployhq-mcp-page section:nth-child(even),
.dark-mode .deployhq-mcp-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .deployhq-mcp-page .feature-card,
.dark-mode .deployhq-mcp-page .benefit-card,
.dark-mode .deployhq-mcp-page .step-card,
.dark-mode .deployhq-mcp-page .use-case-card,
.dark-mode .deployhq-mcp-page .comparison-card,
.dark-mode .deployhq-mcp-page .info-card,
.dark-mode .deployhq-mcp-page .workflow-step,
.dark-mode .deployhq-mcp-page .capability-card,
.dark-mode .deployhq-mcp-page .tool-card,
.dark-mode .deployhq-mcp-page .integration-card,
.dark-mode .deployhq-mcp-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .deployhq-mcp-page .feature-card__title,
.dark-mode .deployhq-mcp-page .benefit-card h3,
.dark-mode .deployhq-mcp-page .step-card h3,
.dark-mode .deployhq-mcp-page .capability-card h3,
.dark-mode .deployhq-mcp-page .info-card h3,
.dark-mode .deployhq-mcp-page .tool-card h3,
.dark-mode .deployhq-mcp-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .deployhq-mcp-page .feature-card__description,
.dark-mode .deployhq-mcp-page .benefit-card p,
.dark-mode .deployhq-mcp-page .step-card p,
.dark-mode .deployhq-mcp-page .capability-card p,
.dark-mode .deployhq-mcp-page .info-card p,
.dark-mode .deployhq-mcp-page .tool-card p,
.dark-mode .deployhq-mcp-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployhq-mcp-page .feature-card__icon,
.dark-mode .deployhq-mcp-page .step-number,
.dark-mode .deployhq-mcp-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .deployhq-mcp-page .step-title,
.dark-mode .deployhq-mcp-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .deployhq-mcp-page .step-description,
.dark-mode .deployhq-mcp-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployhq-mcp-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .deployhq-mcp-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployhq-mcp-page .btn--primary {
  color: #ffffff;
}
.dark-mode .deployhq-mcp-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .deployhq-mcp-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .deployhq-mcp-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .deployhq-mcp-page .cta-title {
  color: #ffffff;
}
.dark-mode .deployhq-mcp-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployhq-mcp-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .deployhq-mcp-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .deployhq-mcp-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .deployhq-mcp-page pre,
.dark-mode .deployhq-mcp-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployhq-mcp-page ul li,
.dark-mode .deployhq-mcp-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployhq-mcp-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .deployhq-mcp-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployhq-mcp-page .config-mockup,
.dark-mode .deployhq-mcp-page .code-block,
.dark-mode .deployhq-mcp-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.deployment-completed {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  margin: 48px 0 0;
  text-align: center;
}
@media (min-width: 560px) {
  .deployment-completed {
    padding: 35px 0 42px;
  }
}

@keyframes deployment-completed-button {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  75% {
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.deployment-completed__button {
  animation: deployment-completed-button 500ms ease-in-out 500ms forwards;
  appearance: none;
  background: linear-gradient(135deg, #0187f3, #0066cc);
  border-radius: 8px;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 32px 0 0;
  opacity: 0;
  padding: 12px 24px;
  text-shadow: 1px 1px 1px rgba(26, 26, 26, 0.15);
  box-shadow: 0 4px 14px rgba(1, 135, 243, 0.35);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.deployment-completed__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(1, 135, 243, 0.45);
  background: linear-gradient(135deg, #1a94f5, #0077e6);
}
.deployment-completed__button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(1, 135, 243, 0.3);
  background: linear-gradient(135deg, #0077e6, #005cb8);
}

@keyframes success-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(97, 211, 63, 0.3), 0 4px 20px rgba(97, 211, 63, 0.3);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(97, 211, 63, 0), 0 4px 20px rgba(97, 211, 63, 0.3);
  }
}
@keyframes deployment-completed-circle {
  0% {
    opacity: 0.1;
    transform: scale(0.5) translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.deployment-completed__circle {
  align-items: center;
  animation: deployment-completed-circle 500ms ease-in-out forwards, success-glow 2s ease-in-out 600ms infinite;
  background: linear-gradient(135deg, #56d764, #2ec866);
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  user-select: none;
  width: 48px;
}
@media (min-width: 560px) {
  .deployment-completed__circle {
    height: 72px;
    width: 72px;
  }
}

@keyframes deployment-completed-icon {
  0% {
    transform: scale(0);
  }
  75% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.deployment-completed__icon {
  animation: deployment-completed-icon 250ms ease-in-out 500ms forwards;
  filter: brightness(0) invert(1);
  height: 24px;
  transform: scale(0);
  width: 24px;
}
@media (min-width: 560px) {
  .deployment-completed__icon {
    height: 36px;
    width: 36px;
  }
}

@keyframes deployment-completed-text {
  from {
    opacity: 0;
    transform: translateY(-25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.deployment-completed__text {
  animation: deployment-completed-text 500ms ease-in-out 125ms forwards;
  font-weight: 400;
  opacity: 0;
}

.deployment-completed__text--paragraph {
  color: #7b7b7b;
  font-size: 20px;
  line-height: 28px;
  margin: 4px 0 0;
}

.deployment-completed__text--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.285em;
  margin: 18px 0 0;
}
@media (min-width: 560px) {
  .deployment-completed__text--title {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .deployment-completed__text--paragraph {
    font-size: 16px;
    line-height: 24px;
  }
  .deployment-completed__text--title {
    font-size: 22px;
    line-height: 30px;
    margin: 14px 0 0;
  }
}
.deployment-targets-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .deployment-targets-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .deployment-targets-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.deployment-targets-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.deployment-targets-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.deployment-targets-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.deployment-targets-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployment-targets-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .deployment-targets-page .hero-title {
    font-size: 2.5rem;
  }
}
.deployment-targets-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.deployment-targets-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .deployment-targets-page .hero-description {
    font-size: 1.125rem;
  }
}
.deployment-targets-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .deployment-targets-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.deployment-targets-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.deployment-targets-page .hero-btn-primary:hover {
  background: #2d1470;
}
.deployment-targets-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.deployment-targets-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .deployment-targets-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .deployment-targets-page .section-title {
    font-size: 1.75rem;
  }
}
.deployment-targets-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.deployment-targets-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.deployment-targets-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.deployment-targets-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.deployment-targets-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.deployment-targets-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.deployment-targets-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.deployment-targets-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .deployment-targets-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .deployment-targets-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.deployment-targets-page .step-item {
  text-align: center;
  position: relative;
}
.deployment-targets-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.deployment-targets-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.deployment-targets-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.deployment-targets-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.deployment-targets-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.deployment-targets-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.deployment-targets-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .deployment-targets-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.deployment-targets-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.deployment-targets-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.deployment-targets-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.deployment-targets-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.deployment-targets-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.deployment-targets-page .benefit-description {
  color: #64748b;
}
.deployment-targets-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.deployment-targets-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .deployment-targets-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.deployment-targets-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.deployment-targets-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployment-targets-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .deployment-targets-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.deployment-targets-page .getting-started-steps {
  margin-bottom: 2rem;
}
.deployment-targets-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.deployment-targets-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.deployment-targets-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.deployment-targets-page .gs-step-description {
  color: #94a3b8;
}
.deployment-targets-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.deployment-targets-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .deployment-targets-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.deployment-targets-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.deployment-targets-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.deployment-targets-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.deployment-targets-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployment-targets-page .cta-title {
    font-size: 2rem;
  }
}
.deployment-targets-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.deployment-targets-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .deployment-targets-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.deployment-targets-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.deployment-targets-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.deployment-targets-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .deployment-targets-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .deployment-targets-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .deployment-targets-page .hero-title {
  color: #ffffff;
}
.dark-mode .deployment-targets-page .hero-title .hero-title-highlight,
.dark-mode .deployment-targets-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .deployment-targets-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-targets-page .section-header .section-title,
.dark-mode .deployment-targets-page .section-title {
  color: #ffffff;
}
.dark-mode .deployment-targets-page .section-header .section-description,
.dark-mode .deployment-targets-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-targets-page section,
.dark-mode .deployment-targets-page .features-section,
.dark-mode .deployment-targets-page .how-it-works-section,
.dark-mode .deployment-targets-page .benefits-section,
.dark-mode .deployment-targets-page .comparison-section,
.dark-mode .deployment-targets-page .use-cases-section,
.dark-mode .deployment-targets-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .deployment-targets-page section:nth-child(even),
.dark-mode .deployment-targets-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .deployment-targets-page .feature-card,
.dark-mode .deployment-targets-page .benefit-card,
.dark-mode .deployment-targets-page .step-card,
.dark-mode .deployment-targets-page .use-case-card,
.dark-mode .deployment-targets-page .comparison-card,
.dark-mode .deployment-targets-page .info-card,
.dark-mode .deployment-targets-page .workflow-step,
.dark-mode .deployment-targets-page .capability-card,
.dark-mode .deployment-targets-page .tool-card,
.dark-mode .deployment-targets-page .integration-card,
.dark-mode .deployment-targets-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .deployment-targets-page .feature-card__title,
.dark-mode .deployment-targets-page .benefit-card h3,
.dark-mode .deployment-targets-page .step-card h3,
.dark-mode .deployment-targets-page .capability-card h3,
.dark-mode .deployment-targets-page .info-card h3,
.dark-mode .deployment-targets-page .tool-card h3,
.dark-mode .deployment-targets-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .deployment-targets-page .feature-card__description,
.dark-mode .deployment-targets-page .benefit-card p,
.dark-mode .deployment-targets-page .step-card p,
.dark-mode .deployment-targets-page .capability-card p,
.dark-mode .deployment-targets-page .info-card p,
.dark-mode .deployment-targets-page .tool-card p,
.dark-mode .deployment-targets-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-targets-page .feature-card__icon,
.dark-mode .deployment-targets-page .step-number,
.dark-mode .deployment-targets-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .deployment-targets-page .step-title,
.dark-mode .deployment-targets-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .deployment-targets-page .step-description,
.dark-mode .deployment-targets-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-targets-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .deployment-targets-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployment-targets-page .btn--primary {
  color: #ffffff;
}
.dark-mode .deployment-targets-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .deployment-targets-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .deployment-targets-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .deployment-targets-page .cta-title {
  color: #ffffff;
}
.dark-mode .deployment-targets-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-targets-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .deployment-targets-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .deployment-targets-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .deployment-targets-page pre,
.dark-mode .deployment-targets-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployment-targets-page ul li,
.dark-mode .deployment-targets-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-targets-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .deployment-targets-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployment-targets-page .config-mockup,
.dark-mode .deployment-targets-page .code-block,
.dark-mode .deployment-targets-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.deployment-templates-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.deployment-templates-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .deployment-templates-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .deployment-templates-page .section-title {
    font-size: 1.75rem;
  }
}
.deployment-templates-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.deployment-templates-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .deployment-templates-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .deployment-templates-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.deployment-templates-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.deployment-templates-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.deployment-templates-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.deployment-templates-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployment-templates-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .deployment-templates-page .hero-title {
    font-size: 2.5rem;
  }
}
.deployment-templates-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.deployment-templates-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .deployment-templates-page .hero-description {
    font-size: 1.125rem;
  }
}
.deployment-templates-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .deployment-templates-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.deployment-templates-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.deployment-templates-page .hero-btn-primary:hover {
  background: #2d1470;
}
.deployment-templates-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.deployment-templates-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.deployment-templates-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.deployment-templates-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.deployment-templates-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.deployment-templates-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.deployment-templates-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .deployment-templates-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .deployment-templates-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.deployment-templates-page .step-item {
  text-align: center;
  position: relative;
}
.deployment-templates-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.deployment-templates-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.deployment-templates-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.deployment-templates-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.deployment-templates-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.deployment-templates-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.deployment-templates-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .deployment-templates-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.deployment-templates-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.deployment-templates-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.deployment-templates-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.deployment-templates-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.deployment-templates-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.deployment-templates-page .benefit-description {
  color: #64748b;
}
.deployment-templates-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.deployment-templates-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .deployment-templates-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.deployment-templates-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.deployment-templates-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployment-templates-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .deployment-templates-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.deployment-templates-page .getting-started-steps {
  margin-bottom: 2rem;
}
.deployment-templates-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.deployment-templates-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.deployment-templates-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.deployment-templates-page .gs-step-description {
  color: #94a3b8;
}
.deployment-templates-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.deployment-templates-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .deployment-templates-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.deployment-templates-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.deployment-templates-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.deployment-templates-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.deployment-templates-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployment-templates-page .cta-title {
    font-size: 2rem;
  }
}
.deployment-templates-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.deployment-templates-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .deployment-templates-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.deployment-templates-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.deployment-templates-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.deployment-templates-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .deployment-templates-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .deployment-templates-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .deployment-templates-page .hero-title {
  color: #ffffff;
}
.dark-mode .deployment-templates-page .hero-title .hero-title-highlight,
.dark-mode .deployment-templates-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .deployment-templates-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-templates-page .section-header .section-title,
.dark-mode .deployment-templates-page .section-title {
  color: #ffffff;
}
.dark-mode .deployment-templates-page .section-header .section-description,
.dark-mode .deployment-templates-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-templates-page section,
.dark-mode .deployment-templates-page .features-section,
.dark-mode .deployment-templates-page .how-it-works-section,
.dark-mode .deployment-templates-page .benefits-section,
.dark-mode .deployment-templates-page .comparison-section,
.dark-mode .deployment-templates-page .use-cases-section,
.dark-mode .deployment-templates-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .deployment-templates-page section:nth-child(even),
.dark-mode .deployment-templates-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .deployment-templates-page .feature-card,
.dark-mode .deployment-templates-page .benefit-card,
.dark-mode .deployment-templates-page .step-card,
.dark-mode .deployment-templates-page .use-case-card,
.dark-mode .deployment-templates-page .comparison-card,
.dark-mode .deployment-templates-page .info-card,
.dark-mode .deployment-templates-page .workflow-step,
.dark-mode .deployment-templates-page .capability-card,
.dark-mode .deployment-templates-page .tool-card,
.dark-mode .deployment-templates-page .integration-card,
.dark-mode .deployment-templates-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .deployment-templates-page .feature-card__title,
.dark-mode .deployment-templates-page .benefit-card h3,
.dark-mode .deployment-templates-page .step-card h3,
.dark-mode .deployment-templates-page .capability-card h3,
.dark-mode .deployment-templates-page .info-card h3,
.dark-mode .deployment-templates-page .tool-card h3,
.dark-mode .deployment-templates-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .deployment-templates-page .feature-card__description,
.dark-mode .deployment-templates-page .benefit-card p,
.dark-mode .deployment-templates-page .step-card p,
.dark-mode .deployment-templates-page .capability-card p,
.dark-mode .deployment-templates-page .info-card p,
.dark-mode .deployment-templates-page .tool-card p,
.dark-mode .deployment-templates-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-templates-page .feature-card__icon,
.dark-mode .deployment-templates-page .step-number,
.dark-mode .deployment-templates-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .deployment-templates-page .step-title,
.dark-mode .deployment-templates-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .deployment-templates-page .step-description,
.dark-mode .deployment-templates-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-templates-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .deployment-templates-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployment-templates-page .btn--primary {
  color: #ffffff;
}
.dark-mode .deployment-templates-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .deployment-templates-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .deployment-templates-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .deployment-templates-page .cta-title {
  color: #ffffff;
}
.dark-mode .deployment-templates-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-templates-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .deployment-templates-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .deployment-templates-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .deployment-templates-page pre,
.dark-mode .deployment-templates-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployment-templates-page ul li,
.dark-mode .deployment-templates-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-templates-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .deployment-templates-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployment-templates-page .config-mockup,
.dark-mode .deployment-templates-page .code-block,
.dark-mode .deployment-templates-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.deployment-zones-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .deployment-zones-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .deployment-zones-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.deployment-zones-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.deployment-zones-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.deployment-zones-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.deployment-zones-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployment-zones-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .deployment-zones-page .hero-title {
    font-size: 2.5rem;
  }
}
.deployment-zones-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.deployment-zones-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .deployment-zones-page .hero-description {
    font-size: 1.125rem;
  }
}
.deployment-zones-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .deployment-zones-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.deployment-zones-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.deployment-zones-page .hero-btn-primary:hover {
  background: #2d1470;
}
.deployment-zones-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.deployment-zones-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .deployment-zones-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .deployment-zones-page .section-title {
    font-size: 1.75rem;
  }
}
.deployment-zones-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.deployment-zones-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.deployment-zones-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.deployment-zones-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.deployment-zones-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.deployment-zones-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.deployment-zones-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.deployment-zones-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .deployment-zones-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .deployment-zones-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.deployment-zones-page .step-item {
  text-align: center;
  position: relative;
}
.deployment-zones-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.deployment-zones-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.deployment-zones-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.deployment-zones-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.deployment-zones-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.deployment-zones-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.deployment-zones-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .deployment-zones-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.deployment-zones-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.deployment-zones-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.deployment-zones-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.deployment-zones-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.deployment-zones-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.deployment-zones-page .benefit-description {
  color: #64748b;
}
.deployment-zones-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.deployment-zones-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .deployment-zones-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.deployment-zones-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.deployment-zones-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployment-zones-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .deployment-zones-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.deployment-zones-page .getting-started-steps {
  margin-bottom: 2rem;
}
.deployment-zones-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.deployment-zones-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.deployment-zones-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.deployment-zones-page .gs-step-description {
  color: #94a3b8;
}
.deployment-zones-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.deployment-zones-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .deployment-zones-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.deployment-zones-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.deployment-zones-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.deployment-zones-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.deployment-zones-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .deployment-zones-page .cta-title {
    font-size: 2rem;
  }
}
.deployment-zones-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.deployment-zones-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .deployment-zones-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.deployment-zones-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.deployment-zones-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.deployment-zones-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .deployment-zones-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .deployment-zones-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .deployment-zones-page .hero-title {
  color: #ffffff;
}
.dark-mode .deployment-zones-page .hero-title .hero-title-highlight,
.dark-mode .deployment-zones-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .deployment-zones-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-zones-page .section-header .section-title,
.dark-mode .deployment-zones-page .section-title {
  color: #ffffff;
}
.dark-mode .deployment-zones-page .section-header .section-description,
.dark-mode .deployment-zones-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-zones-page section,
.dark-mode .deployment-zones-page .features-section,
.dark-mode .deployment-zones-page .how-it-works-section,
.dark-mode .deployment-zones-page .benefits-section,
.dark-mode .deployment-zones-page .comparison-section,
.dark-mode .deployment-zones-page .use-cases-section,
.dark-mode .deployment-zones-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .deployment-zones-page section:nth-child(even),
.dark-mode .deployment-zones-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .deployment-zones-page .feature-card,
.dark-mode .deployment-zones-page .benefit-card,
.dark-mode .deployment-zones-page .step-card,
.dark-mode .deployment-zones-page .use-case-card,
.dark-mode .deployment-zones-page .comparison-card,
.dark-mode .deployment-zones-page .info-card,
.dark-mode .deployment-zones-page .workflow-step,
.dark-mode .deployment-zones-page .capability-card,
.dark-mode .deployment-zones-page .tool-card,
.dark-mode .deployment-zones-page .integration-card,
.dark-mode .deployment-zones-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .deployment-zones-page .feature-card__title,
.dark-mode .deployment-zones-page .benefit-card h3,
.dark-mode .deployment-zones-page .step-card h3,
.dark-mode .deployment-zones-page .capability-card h3,
.dark-mode .deployment-zones-page .info-card h3,
.dark-mode .deployment-zones-page .tool-card h3,
.dark-mode .deployment-zones-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .deployment-zones-page .feature-card__description,
.dark-mode .deployment-zones-page .benefit-card p,
.dark-mode .deployment-zones-page .step-card p,
.dark-mode .deployment-zones-page .capability-card p,
.dark-mode .deployment-zones-page .info-card p,
.dark-mode .deployment-zones-page .tool-card p,
.dark-mode .deployment-zones-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-zones-page .feature-card__icon,
.dark-mode .deployment-zones-page .step-number,
.dark-mode .deployment-zones-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .deployment-zones-page .step-title,
.dark-mode .deployment-zones-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .deployment-zones-page .step-description,
.dark-mode .deployment-zones-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-zones-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .deployment-zones-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployment-zones-page .btn--primary {
  color: #ffffff;
}
.dark-mode .deployment-zones-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .deployment-zones-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .deployment-zones-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .deployment-zones-page .cta-title {
  color: #ffffff;
}
.dark-mode .deployment-zones-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-zones-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .deployment-zones-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .deployment-zones-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .deployment-zones-page pre,
.dark-mode .deployment-zones-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployment-zones-page ul li,
.dark-mode .deployment-zones-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .deployment-zones-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .deployment-zones-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .deployment-zones-page .config-mockup,
.dark-mode .deployment-zones-page .code-block,
.dark-mode .deployment-zones-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.doc-buttons {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.doc-buttons__button {
  background: rgba(0, 0, 0, 0.03);
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  flex: 0 0 calc(50% - 5px);
}
.doc-buttons__button:last-child {
  margin-right: 0;
}
.doc-buttons__button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.doc-buttons__button p {
  opacity: 0.6;
  line-height: 1;
  font-size: 12px;
}

.doc-buttons__button--prev {
  padding-left: 45px;
  text-align: right;
}
.doc-buttons__button--prev:before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/arrow-8bcac2e8241aad02f5bc6e5d8ddd1b402f585fa270a33891bfc83a6ba906fb9c.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 50%;
  opacity: 0.3;
  transform: rotate(180deg) translateY(50%);
}

.doc-buttons__button--next {
  padding-right: 45px;
  margin-left: auto;
}
.doc-buttons__button--next:after {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/arrow-8bcac2e8241aad02f5bc6e5d8ddd1b402f585fa270a33891bfc83a6ba906fb9c.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  opacity: 0.3;
  transform: translateY(-50%);
}

.docker-builds-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.docker-builds-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .docker-builds-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .docker-builds-page .section-title {
    font-size: 1.75rem;
  }
}
.docker-builds-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.docker-builds-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .docker-builds-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .docker-builds-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.docker-builds-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.docker-builds-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.docker-builds-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.docker-builds-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .docker-builds-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .docker-builds-page .hero-title {
    font-size: 2.5rem;
  }
}
.docker-builds-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.docker-builds-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .docker-builds-page .hero-description {
    font-size: 1.125rem;
  }
}
.docker-builds-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .docker-builds-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.docker-builds-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.docker-builds-page .hero-btn-primary:hover {
  background: #2d1470;
}
.docker-builds-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.docker-builds-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.docker-builds-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.docker-builds-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.docker-builds-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.docker-builds-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.docker-builds-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .docker-builds-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .docker-builds-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.docker-builds-page .step-item {
  text-align: center;
}
.docker-builds-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.docker-builds-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.docker-builds-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.docker-builds-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.docker-builds-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.docker-builds-page .registries-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.docker-builds-page .registries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .docker-builds-page .registries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .docker-builds-page .registries-grid {
    grid-template-columns: 1fr;
  }
}
.docker-builds-page .registry-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1.5rem;
  background: #ffffff;
  text-align: center;
  transition: box-shadow 0.3s ease;
}
.docker-builds-page .registry-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.docker-builds-page .registry-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  background: #ede9fe;
}
.docker-builds-page .registry-icon .registry-icon-text {
  font-size: 1.5rem;
}
.docker-builds-page .registry-name {
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.docker-builds-page .registry-description {
  font-size: 0.8125rem;
  color: #64748b;
}
.docker-builds-page .benefits-section {
  padding: 5rem 0;
  background: #ffffff;
}
.docker-builds-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .docker-builds-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.docker-builds-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.docker-builds-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.docker-builds-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.docker-builds-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.docker-builds-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.docker-builds-page .benefit-description {
  color: #64748b;
}
.docker-builds-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.docker-builds-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .docker-builds-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.docker-builds-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.docker-builds-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .docker-builds-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .docker-builds-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.docker-builds-page .getting-started-steps {
  margin-bottom: 2rem;
}
.docker-builds-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.docker-builds-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.docker-builds-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.docker-builds-page .gs-step-description {
  color: #94a3b8;
}
.docker-builds-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.docker-builds-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .docker-builds-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.docker-builds-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.docker-builds-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.docker-builds-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.docker-builds-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .docker-builds-page .cta-title {
    font-size: 2rem;
  }
}
.docker-builds-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.docker-builds-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .docker-builds-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.docker-builds-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.docker-builds-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.docker-builds-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .docker-builds-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .docker-builds-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .docker-builds-page .hero-title {
  color: #ffffff;
}
.dark-mode .docker-builds-page .hero-title .hero-title-highlight,
.dark-mode .docker-builds-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .docker-builds-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .docker-builds-page .section-header .section-title,
.dark-mode .docker-builds-page .section-title {
  color: #ffffff;
}
.dark-mode .docker-builds-page .section-header .section-description,
.dark-mode .docker-builds-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .docker-builds-page section,
.dark-mode .docker-builds-page .features-section,
.dark-mode .docker-builds-page .how-it-works-section,
.dark-mode .docker-builds-page .benefits-section,
.dark-mode .docker-builds-page .comparison-section,
.dark-mode .docker-builds-page .use-cases-section,
.dark-mode .docker-builds-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .docker-builds-page section:nth-child(even),
.dark-mode .docker-builds-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .docker-builds-page .feature-card,
.dark-mode .docker-builds-page .benefit-card,
.dark-mode .docker-builds-page .step-card,
.dark-mode .docker-builds-page .use-case-card,
.dark-mode .docker-builds-page .comparison-card,
.dark-mode .docker-builds-page .info-card,
.dark-mode .docker-builds-page .workflow-step,
.dark-mode .docker-builds-page .capability-card,
.dark-mode .docker-builds-page .tool-card,
.dark-mode .docker-builds-page .integration-card,
.dark-mode .docker-builds-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .docker-builds-page .feature-card__title,
.dark-mode .docker-builds-page .benefit-card h3,
.dark-mode .docker-builds-page .step-card h3,
.dark-mode .docker-builds-page .capability-card h3,
.dark-mode .docker-builds-page .info-card h3,
.dark-mode .docker-builds-page .tool-card h3,
.dark-mode .docker-builds-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .docker-builds-page .feature-card__description,
.dark-mode .docker-builds-page .benefit-card p,
.dark-mode .docker-builds-page .step-card p,
.dark-mode .docker-builds-page .capability-card p,
.dark-mode .docker-builds-page .info-card p,
.dark-mode .docker-builds-page .tool-card p,
.dark-mode .docker-builds-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .docker-builds-page .feature-card__icon,
.dark-mode .docker-builds-page .step-number,
.dark-mode .docker-builds-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .docker-builds-page .step-title,
.dark-mode .docker-builds-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .docker-builds-page .step-description,
.dark-mode .docker-builds-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .docker-builds-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .docker-builds-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .docker-builds-page .btn--primary {
  color: #ffffff;
}
.dark-mode .docker-builds-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .docker-builds-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .docker-builds-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .docker-builds-page .cta-title {
  color: #ffffff;
}
.dark-mode .docker-builds-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .docker-builds-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .docker-builds-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .docker-builds-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .docker-builds-page pre,
.dark-mode .docker-builds-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .docker-builds-page ul li,
.dark-mode .docker-builds-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .docker-builds-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .docker-builds-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .docker-builds-page .config-mockup,
.dark-mode .docker-builds-page .code-block,
.dark-mode .docker-builds-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.docs-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  height: 64px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.docs-header__container {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 24px;
}

.docs-header__left {
  align-items: center;
  display: flex;
  gap: 24px;
}

.docs-header__branding {
  align-items: center;
  display: flex;
  text-decoration: none;
}

.docs-header__logo {
  height: 28px;
  width: auto;
}

.docs-header__divider {
  align-items: center;
  border-left: 1px solid #d1d5db;
  display: flex;
  margin-left: -10px;
  padding-left: 10px;
  text-decoration: none;
}

.docs-header__title {
  color: #1f2937;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1023px) {
  .docs-header__nav {
    display: none;
  }
}

.docs-header__nav-list {
  align-items: center;
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.docs-header__nav-link {
  border-radius: 6px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}
.docs-header__nav-link:hover {
  background: #f3f4f6;
  color: #111827;
}
.docs-header__nav-link.is-active {
  background: #eeedf9;
  color: #4946ce;
}

.docs-header__right {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .docs-header__right {
    display: none;
  }
}

.docs-header__search-form {
  margin: 0;
}

.docs-header__search-wrapper {
  align-items: center;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  padding: 6px 12px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.docs-header__search-wrapper:focus-within {
  border-color: #4946ce;
  box-shadow: 0 0 0 3px rgba(73, 70, 206, 0.1);
}

.docs-header__search-icon {
  color: #9ca3af;
  flex-shrink: 0;
}

.docs-header__search-input {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: #111827;
  font-size: 14px;
  line-height: 1;
  outline: none;
  width: 200px;
}
.docs-header__search-input::placeholder {
  color: #9ca3af;
}

.docs-header__search-shortcut {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  color: #9ca3af;
  display: flex;
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  gap: 2px;
  line-height: 1;
  padding: 2px 5px;
}
.docs-header__search-shortcut abbr {
  text-decoration: none;
}

.docs-header__support-btn {
  background: #4946ce;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  text-decoration: none;
  transition: background-color 0.15s;
  white-space: nowrap;
}
.docs-header__support-btn:hover {
  background: #3634a3;
  color: #ffffff;
}

.docs-header__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 4px;
  margin-left: auto;
  padding: 8px;
}
@media (max-width: 1023px) {
  .docs-header__toggle {
    display: flex;
  }
}

.docs-header__toggle-bar {
  background: #374151;
  border-radius: 2px;
  display: block;
  height: 2px;
  transition: transform 0.2s, opacity 0.2s;
  width: 20px;
}

.docs-header__dropdown {
  display: none;
}
@media (max-width: 1023px) {
  .docs-header.is-open .docs-header__dropdown {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: block;
    left: 0;
    padding: 12px 24px 16px;
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 99;
  }
}

.docs-header.is-open .docs-header__dropdown-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
}
.docs-header.is-open .docs-header__dropdown-nav-link {
  border-radius: 6px;
  color: #4b5563;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 12px;
  text-decoration: none;
}
.docs-header.is-open .docs-header__dropdown-nav-link:hover {
  background: #f3f4f6;
  color: #111827;
}
.docs-header.is-open .docs-header__dropdown-nav-link.is-active {
  background: #eeedf9;
  color: #4946ce;
}
.docs-header.is-open .docs-header__dropdown-search {
  border-top: 1px solid #e5e7eb;
  padding-top: 12px;
}
.docs-header.is-open .docs-header__dropdown-search .docs-header__search-input {
  width: 100%;
}
.docs-header.is-open .docs-header__dropdown-actions {
  margin-top: 12px;
}
.docs-header.is-open .docs-header__support-btn--mobile {
  background: #4946ce;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
}
.docs-header.is-open .docs-header__support-btn--mobile:hover {
  background: #3634a3;
  color: #ffffff;
}
.docs-header.is-open .docs-header__toggle-bar:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.docs-header.is-open .docs-header__toggle-bar:nth-child(2) {
  opacity: 0;
}
.docs-header.is-open .docs-header__toggle-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

.docs-header__logo--dark {
  display: none;
}

.dark-mode .docs-header {
  background: #0f0826;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .docs-header__logo--light {
  display: none;
}
.dark-mode .docs-header__logo--dark {
  display: block;
}
.dark-mode .docs-header__divider {
  border-left-color: rgba(255, 255, 255, 0.15);
}
.dark-mode .docs-header__title {
  color: #ffffff;
}
.dark-mode .docs-header__nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .docs-header__nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.dark-mode .docs-header__nav-link.is-active {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .docs-header__search-wrapper {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .docs-header__search-input {
  color: #ffffff;
}
.dark-mode .docs-header__search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .docs-header__search-icon {
  color: rgba(255, 255, 255, 0.4);
}
.dark-mode .docs-header__search-shortcut {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.4);
}
.dark-mode .docs-header__toggle-bar {
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1023px) {
  .docs-header.is-open .dark-mode .docs-header__dropdown {
    background: #0f0826;
    border-top-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
}
.dark-mode .docs-header__dropdown-nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .docs-header__dropdown-nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.dark-mode .docs-header__dropdown-nav-link.is-active {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}

.docs-layout {
  background: #ffffff;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .docs-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 220px;
    gap: 0;
  }
}

.docs-layout__sidebar {
  border-right: 1px solid #e5e7eb;
  display: none;
  overflow-y: auto;
  padding: 24px 24px 24px 0;
}
@media (min-width: 1024px) {
  .docs-layout__sidebar {
    display: block;
    max-height: calc(100vh - 64px);
    position: sticky;
    top: 64px;
  }
}

.docs-layout__main {
  min-width: 0;
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .docs-layout__main {
    padding: 32px 48px;
  }
}

.docs-layout__toc {
  display: none;
}
@media (min-width: 1024px) {
  .docs-layout__toc {
    border-left: 1px solid #e5e7eb;
    display: block;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    padding: 24px 0 24px 24px;
    position: sticky;
    top: 64px;
  }
}

.docs-breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.docs-breadcrumbs__item {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 20px;
}
.docs-breadcrumbs__item:not(:last-child)::after {
  color: #9ca3af;
  content: "/";
  margin: 0 8px;
}

.docs-breadcrumbs__link {
  color: #6b7280;
  text-decoration: none;
}
.docs-breadcrumbs__link:hover {
  color: #2563eb;
  text-decoration: underline;
}

.docs-breadcrumbs__current {
  color: #111827;
  font-weight: 500;
}

.docs-meta {
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 8px;
}

.docs-title {
  color: #111827;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 40px;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .docs-title {
    font-size: 36px;
    line-height: 44px;
  }
}

.docs-layout__sidebar-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  align-items: center;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #374151;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  margin: 0 0 24px;
  padding: 10px 16px;
  width: 100%;
}
.docs-layout__sidebar-toggle:hover {
  background: #e5e7eb;
}
@media (min-width: 1024px) {
  .docs-layout__sidebar-toggle {
    display: none;
  }
}

.docs-layout__sidebar-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  inset: 0;
  position: fixed;
  z-index: 200;
}
.docs-layout__sidebar-overlay.is-open {
  display: block;
}

.docs-layout__sidebar-panel {
  background: #ffffff;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 24px;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.2s ease;
  width: 300px;
  z-index: 201;
}
.docs-layout__sidebar-overlay.is-open .docs-layout__sidebar-panel {
  transform: translateX(0);
}

.docs-layout__sidebar-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 0;
  color: #6b7280;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0 0 16px auto;
  padding: 4px;
}
.docs-layout__sidebar-close:hover {
  color: #111827;
}

.docs-breadcrumbs__separator {
  color: #9ca3af;
  font-size: 14px;
  margin: 0 8px;
}

.docs-index-section {
  margin: 0 0 40px;
}

.docs-index-section__title {
  border-bottom: 1px solid #e5e7eb;
  color: #111827;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 16px;
  padding: 0 0 12px;
}

.docs-index-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .docs-index-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.docs-index-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: block;
  padding: 16px;
  text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.docs-index-card:hover {
  border-color: #2563eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.docs-index-card__title {
  color: #111827;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 4px;
}

.docs-index-card__description {
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.dark-mode .docs-layout {
  background: #0f0826;
}
.dark-mode .docs-layout__sidebar {
  background: #100828;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .docs-layout__toc {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .docs-layout__main {
  color: rgba(255, 255, 255, 0.85);
}
.dark-mode .docs-title {
  color: #ffffff;
}
.dark-mode .docs-meta {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .docs-breadcrumbs__link {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .docs-breadcrumbs__link:hover {
  color: #bb9bff;
}
.dark-mode .docs-breadcrumbs__current {
  color: #ffffff;
}
.dark-mode .docs-breadcrumbs__item:not(:last-child)::after,
.dark-mode .docs-breadcrumbs__separator {
  color: rgba(255, 255, 255, 0.3);
}
.dark-mode .docs-index-section__title {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .docs-index-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .docs-index-card:hover {
  border-color: rgba(102, 47, 224, 0.4);
  box-shadow: 0 1px 3px rgba(102, 47, 224, 0.15);
}
.dark-mode .docs-index-card__title {
  color: #ffffff;
}
.dark-mode .docs-index-card__description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .docs-layout__sidebar-toggle {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .docs-layout__sidebar-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
}
.dark-mode .docs-layout__sidebar-panel {
  background: #100828;
}
.dark-mode .docs-layout__sidebar-close {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .docs-layout__sidebar-close:hover {
  color: #ffffff;
}

.docs-nav {
  padding: 0;
}

.docs-nav__category {
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
  padding: 0;
  text-transform: uppercase;
}
.docs-nav__category ~ .docs-nav__category {
  margin-top: 24px;
}

.docs-nav__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.docs-nav__item {
  margin: 0;
}

.docs-nav__link {
  border-left: 2px solid transparent;
  color: #4b5563;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 12px;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s, background-color 0.15s;
}
.docs-nav__link:hover {
  color: #111827;
}
.docs-nav__item.is-active > .docs-nav__link {
  background: #eff6ff;
  border-left-color: #f97316;
  color: #2563eb;
  font-weight: 600;
}
.docs-nav__item.is-contains-active > .docs-nav__link {
  color: #111827;
  font-weight: 600;
}
.docs-nav__item--2 > .docs-nav__link {
  padding-left: 28px;
}
.docs-nav__item--3 > .docs-nav__link {
  padding-left: 44px;
}
.docs-nav__item--4 > .docs-nav__link {
  padding-left: 60px;
}
.docs-nav__item--5 > .docs-nav__link {
  padding-left: 76px;
}

.docs-nav__sublist {
  list-style: none;
  margin: 2px 0;
  padding: 0;
}

.dark-mode .docs-nav__category {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .docs-nav__link {
  color: rgba(255, 255, 255, 0.75);
}
.dark-mode .docs-nav__link:hover {
  color: #ffffff;
}
.docs-nav__item.is-active > .dark-mode .docs-nav__link {
  background: rgba(102, 47, 224, 0.2);
  border-left-color: #bb9bff;
  color: #bb9bff;
}
.docs-nav__item.is-contains-active > .dark-mode .docs-nav__link {
  color: #ffffff;
}

.docs-toc {
  padding: 0;
}

.docs-toc__heading {
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.docs-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.docs-toc__item {
  margin: 0;
}

.docs-toc__link {
  border-left: 2px solid transparent;
  color: #6b7280;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 4px 12px;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s;
}
.docs-toc__link:hover {
  color: #111827;
}
.docs-toc__link.is-active {
  border-left-color: #f97316;
  color: #111827;
  font-weight: 500;
}

.eco-banner {
  background: #ffffff;
  padding: 16px 0;
}

.eco-banner__container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.eco-banner__content {
  font-size: 14px;
  line-height: 1;
  margin-left: 12px;
  text-align: left;
}

.eco-banner__icon {
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
}

.eco-banner__link {
  color: #068af4;
}
.eco-banner__link:hover {
  text-decoration: underline;
}

.eco-banner__text {
  color: #838383;
}

@media (max-width: 880px) {
  .eco-banner__text {
    display: block;
  }
  .eco-banner__text + .eco-banner__text {
    margin: 4px 0 0;
  }
}
.not-found-card {
  max-width: 29em;
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-radius: 0.25rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  padding: 2rem 2rem 1rem;
  margin: 2rem auto 2rem;
  position: relative;
  border: 1px solid #ddd;
}

.error-message {
  font-size: 30px;
  text-align: center;
}

.error-description {
  text-align: center;
  margin: 15px 15px 15px 15px;
}

.errors {
  background: #e8432b;
  color: #ffffff;
  margin: 32px auto -32px;
  padding: 24px 24px 28px;
  text-align: center;
}
@media (min-width: 560px) {
  .errors {
    margin: 32px auto -56px;
  }
}
@media (min-width: 640px) {
  .errors {
    padding: 24px 24px 32px;
  }
}
@media (min-width: 776px) {
  .errors {
    border-radius: 6px;
    margin: 32px auto -32px;
    max-width: 706px;
  }
}
@media (min-width: 960px) {
  .errors {
    margin: 32px auto -48px;
  }
}

.errors__item {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}
.errors__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .errors__item {
    font-size: 16px;
    line-height: 24px;
  }
}

.signup-form .errors {
  border-radius: 8px;
  margin: 0 0 20px;
  max-width: none;
  padding: 16px 20px;
}

.signup-form .errors__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}

.errors__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 6px;
}
@media (min-width: 640px) {
  .errors__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}

.developer-experience-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}

.dev-experience-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .dev-experience-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.dev-experience-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.dev-experience-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .dev-experience-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .dev-experience-title {
    font-size: 1.5rem;
  }
}

.dev-experience-description {
  font-size: 1.25rem;
  color: #cbd5e1;
  margin-bottom: 2rem;
}

.dev-experience-features .dev-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.dev-experience-features .dev-feature .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.dev-experience-features .dev-feature-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.dev-experience-features .dev-feature-description {
  color: #94a3b8;
}

.dev-experience-terminal {
  background: #1e293b;
  border-radius: 0.5rem;
  border: 1px solid #334155;
  overflow: hidden;
}

.terminal-window .terminal-header {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: #0f172a;
  border-bottom: 1px solid #334155;
}
.terminal-window .terminal-header .terminal-buttons {
  display: flex;
  gap: 0.5rem;
  margin-right: 1rem;
}
.terminal-window .terminal-header .terminal-buttons .terminal-button {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.terminal-window .terminal-header .terminal-buttons .terminal-button.terminal-button--red {
  background: #ef4444;
}
.terminal-window .terminal-header .terminal-buttons .terminal-button.terminal-button--yellow {
  background: #eab308;
}
.terminal-window .terminal-header .terminal-buttons .terminal-button.terminal-button--green {
  background: #22c55e;
}
.terminal-window .terminal-header .terminal-title {
  color: #94a3b8;
  font-size: 0.875rem;
}
.terminal-window .terminal-content {
  padding: 1.5rem;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.875rem;
}
.terminal-window .terminal-content .terminal-line {
  margin-bottom: 0.5rem;
}
.terminal-window .terminal-content .terminal-line .terminal-prompt {
  color: #22c55e;
}
.terminal-window .terminal-content .terminal-line .terminal-output {
  color: #cbd5e1;
}
.terminal-window .terminal-content .terminal-line.terminal-line--success .terminal-output {
  color: #60a5fa;
}

.explore-features {
  padding: 5rem 0;
  background: #f8fafc;
}

.explore-features__header {
  text-align: center;
  margin-bottom: 3rem;
}

.explore-features__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.75rem;
}
@media (max-width: 768px) {
  .explore-features__title {
    font-size: 1.75rem;
  }
}

.explore-features__description {
  font-size: 1.125rem;
  color: #64748b;
  margin: 0;
}

.explore-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .explore-features__grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 720px;
  }
}
@media (max-width: 640px) {
  .explore-features__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 480px;
  }
}
@media (max-width: 400px) {
  .explore-features__grid {
    grid-template-columns: 1fr;
    max-width: 280px;
  }
}

.explore-features__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.2s ease;
}
.explore-features__card:hover {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.explore-features__card:hover .explore-features__icon {
  background: #ede9fe;
  border-color: #c4b5fd;
}
.explore-features__card:hover .explore-features__icon-svg {
  color: #3b1d95;
}
.explore-features__card:hover .explore-features__arrow {
  opacity: 1;
  transform: translateX(0);
}

.explore-features__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  transition: all 0.2s ease;
}

.explore-features__icon-svg {
  width: 28px;
  height: 28px;
  color: #64748b;
  transition: color 0.2s ease;
}

.explore-features__name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  margin: 0;
  line-height: 1.3;
}

.explore-features__arrow {
  font-size: 0.875rem;
  color: #3b1d95;
  margin-top: 0.5rem;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s ease;
}

.dark-mode .explore-features {
  background: #0f0826;
}
.dark-mode .explore-features__title {
  color: #ffffff;
}
.dark-mode .explore-features__description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .explore-features__card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(102, 47, 224, 0.15);
}
.dark-mode .explore-features__card:hover .explore-features__icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .explore-features__card:hover .explore-features__icon-svg {
  color: #bb9bff;
}
.dark-mode .explore-features__icon {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .explore-features__icon-svg {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .explore-features__name {
  color: #ffffff;
}
.dark-mode .explore-features__arrow {
  color: #bb9bff;
}

.faqs {
  padding: 64px 0;
}

.faqs__container {
  max-width: 1400px;
  margin: 64px auto;
  text-align: left;
}

.faqs__row {
  background-color: #f0f2f5;
  border-radius: 8px;
  margin-bottom: 12px;
  width: 100%;
  padding: 16px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
}

.faqs__row--active {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.faqs__row--active .faqs__question {
  line-height: 24px;
  color: #000;
  font-weight: 400;
  flex: 1;
  border-bottom: 1px solid rgba(172, 172, 172, 0.3);
  padding: 15px 0 20px;
}
@media (min-width: 640px) {
  .faqs__row--active .faqs__question {
    font-size: 16px;
    padding: 10px 0 15px;
  }
}
.faqs__row--active .faqs__answer {
  display: block;
}
.faqs__row--active .faqs__icon {
  transform: rotate(180deg) scaleX(-1);
}

.faqs__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 0 15px;
}
@media (min-width: 640px) {
  .faqs__question {
    font-size: 16px;
    padding: 10px 0 10px;
  }
}

.faqs__answer {
  display: none;
  margin: 20px 0 10px;
  font-size: 16px;
  color: #6b7280;
}
@media (min-width: 640px) {
  .faqs__answer {
    margin: 15px 0 5px;
  }
}

.dark-mode .faqs__row {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.dark-mode .faqs__row--active {
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .faqs__row--active .faqs__question {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.dark-mode .faqs__question {
  color: #ffffff;
}
.dark-mode .faqs__answer {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .faqs__icon {
  filter: invert(1) brightness(0.8);
}

.features {
  padding: 56px 0 40px;
}
@media (min-width: 768px) {
  .features {
    padding: 72px 0 56px;
  }
}
@media (min-width: 840px) {
  .features {
    padding: 106px 0 80px;
  }
}

.features--bordered {
  border-bottom: 4px solid #f7f7f7;
  border-top: 4px solid #f7f7f7;
}

.features__grid {
  display: grid;
  max-width: 360px;
  margin: 8px auto 0;
}
@media (min-width: 420px) {
  .features__grid {
    grid-row-gap: 2px;
    grid-template-columns: repeat(2, 1fr);
    margin: 32px auto 0;
  }
}
@media (min-width: 560px) {
  .features__grid {
    grid-row-gap: 2px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 560px;
  }
}
@media (min-width: 696px) {
  .features__grid {
    margin: 52px auto 0;
  }
}
@media (min-width: 856px) {
  .features__grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 820px;
  }
}

.features__heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 9px 0 0;
  text-align: center;
}

@media (min-width: 420px) {
  .features__heading--wrapped {
    margin: 9px auto 0;
    max-width: 100px;
  }
}

.features__icon {
  flex: 0 0 auto;
  width: auto;
}

.features__icon--automatic-deployment {
  height: 43px;
}

.features__icon--build-pipelines {
  height: 47px;
}

.features__icon--deploy-behind-firewalls {
  height: 51px;
}

.features__icon--deployhq-ai {
  height: 45px;
}

.features__icon--deployhq-mcp {
  height: 45px;
}

.features__icon--deployment-targets {
  height: 44px;
}

.features__icon--turbo-deployments {
  height: 46px;
}

.features__icon--deployment-templates {
  height: 55px;
}

.features__icon--integrations {
  height: 46px;
}

.features__icon--zero-downtime-deployments {
  height: 46px;
}

.features__icon--one-click-rollback {
  height: 46px;
}

.features__icon--docker-builds {
  height: 46px;
}

.features__icon--deployment-zones {
  height: 46px;
}

.features__icon--api {
  height: 46px;
}

.features__link {
  border: 2px solid transparent;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
  padding: 24px 16px;
  width: 100%;
}
@media (min-width: 420px) {
  .features__link {
    max-width: 172px;
    padding: 28px 28px 16px;
  }
}

.features__link--blue:hover {
  background: rgba(79, 177, 251, 0.2);
  border-color: #4fb1fb;
}

.features__link--green:hover {
  background: rgba(64, 216, 193, 0.2);
  border-color: #40d8c1;
}

.features__link--grey:hover {
  background: rgba(114, 114, 114, 0.2);
  border-color: #727272;
}

.features__link--orange:hover {
  background: rgba(255, 139, 59, 0.2);
  border-color: #ff8b3b;
}

.features__link--pink:hover {
  background: rgba(229, 89, 199, 0.2);
  border-color: #e559c7;
}

.features__link--purple:hover {
  background: rgba(180, 99, 232, 0.2);
  border-color: #b463e8;
}

.features__link--red:hover {
  background: rgba(255, 59, 83, 0.2);
  border-color: #ff3b53;
}

.features__link--yellow:hover {
  background: rgba(255, 223, 58, 0.2);
  border-color: #ffdf3a;
}

.features__link--cyan:hover {
  background: rgba(0, 188, 212, 0.2);
  border-color: #00bcd4;
}

.features__link--docker:hover {
  background: rgba(36, 150, 237, 0.2);
  border-color: #2496ed;
}

.features__link--teal:hover {
  background: rgba(0, 150, 136, 0.2);
  border-color: #009688;
}

.features__link--indigo:hover {
  background: rgba(92, 107, 192, 0.2);
  border-color: #5c6bc0;
}

.features__square {
  border-radius: 7px;
  height: 88px;
  position: absolute;
  width: 214px;
}
@media (min-width: 420px) {
  .features__square {
    width: 108px;
  }
}

.features__square--back {
  left: 0;
  top: 0;
}
.features__link--blue .features__square--back {
  background: #3f91cf;
}
.features__link--green .features__square--back {
  background: #34a997;
}
.features__link--grey .features__square--back {
  background: #494949;
}
.features__link--orange .features__square--back {
  background: #db5a00;
}
.features__link--pink .features__square--back {
  background: #c34aa9;
}
.features__link--purple .features__square--back {
  background: #8f4db9;
}
.features__link--red .features__square--back {
  background: #c62e40;
}
.features__link--yellow .features__square--back {
  background: #e4c730;
}
.features__link--cyan .features__square--back {
  background: #00acc1;
}
.features__link--docker .features__square--back {
  background: #1976d2;
}
.features__link--teal .features__square--back {
  background: #00796b;
}
.features__link--indigo .features__square--back {
  background: #3f51b5;
}

.features__square--front {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
}
.features__link--blue .features__square--front {
  background: #4fb1fb;
}
.features__link--green .features__square--front {
  background: #40d8c1;
}
.features__link--grey .features__square--front {
  background: #727272;
}
.features__link--orange .features__square--front {
  background: #ff8b3b;
}
.features__link--pink .features__square--front {
  background: #e559c7;
}
.features__link--purple .features__square--front {
  background: #b463e8;
}
.features__link--red .features__square--front {
  background: #ff3b53;
}
.features__link--yellow .features__square--front {
  background: #ffdf3a;
}
.features__link--cyan .features__square--front {
  background: #00bcd4;
}
.features__link--docker .features__square--front {
  background: #2496ed;
}
.features__link--teal .features__square--front {
  background: #009688;
}
.features__link--indigo .features__square--front {
  background: #5c6bc0;
}

.features__squares {
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 224px;
}
@media (min-width: 420px) {
  .features__squares {
    width: 118px;
  }
}

.features__subtitle {
  color: #787878;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.features__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin: 0 0 22px;
  text-align: center;
}

.features-ai-showcase {
  margin: 48px 0 64px;
}
@media (min-width: 768px) {
  .features-ai-showcase {
    margin: 64px 0 80px;
  }
}

.features-ai-showcase__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .features-ai-showcase__title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 48px;
  }
}

.features-ai-showcase__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .features-ai-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.features-ai-card {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px 24px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.features-ai-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(79, 177, 251, 0.05), rgba(147, 51, 234, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.features-ai-card:hover {
  border-color: #4fb1fb;
  box-shadow: 0 10px 30px rgba(79, 177, 251, 0.15);
  transform: translateY(-2px);
}
.features-ai-card:hover::before {
  opacity: 1;
}
.features-ai-card:hover .features-ai-card__link {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .features-ai-card {
    padding: 40px 32px;
  }
}

.features-ai-card--ai::before {
  background: linear-gradient(135deg, rgba(79, 177, 251, 0.05), rgba(59, 130, 246, 0.05));
}

.features-ai-card--mcp::before {
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.05), rgba(236, 72, 153, 0.05));
}

.features-ai-card__icon {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.features-ai-card__icon-img {
  height: 56px;
  width: auto;
}
@media (min-width: 768px) {
  .features-ai-card__icon-img {
    height: 64px;
  }
}

.features-ai-card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 12px;
  color: #111;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .features-ai-card__title {
    font-size: 22px;
    line-height: 30px;
  }
}

.features-ai-card__description {
  font-size: 15px;
  line-height: 24px;
  color: #6b7280;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .features-ai-card__description {
    font-size: 16px;
    line-height: 26px;
  }
}

.features-ai-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #4fb1fb;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.features-ai-card__arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.features-ai-card:hover .features-ai-card__arrow {
  transform: translateX(4px);
}

.features-index-page .explore-features {
  background: #ffffff;
}

.features-index-hero {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 3rem 0 4rem;
}
@media (max-width: 768px) {
  .features-index-hero {
    padding: 2rem 0 3rem;
  }
}

.features-index-hero__content {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.features-index-hero__title {
  font-size: 3rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.15;
  margin: 0 0 1.25rem;
}
@media (max-width: 768px) {
  .features-index-hero__title {
    font-size: 2.25rem;
  }
}

.features-index-hero__highlight {
  color: #3b1d95;
}

.features-index-hero__description {
  font-size: 1.125rem;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

.features-index-ai {
  padding: 4rem 0;
  background: #ffffff;
}

.features-index-ai__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.features-index-ai__badge {
  display: inline-flex;
  align-items: center;
  background: #ede9fe;
  color: #3b1d95;
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  border: 1px solid #c4b5fd;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 1rem;
}

.features-index-ai__title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.75rem;
}
@media (max-width: 768px) {
  .features-index-ai__title {
    font-size: 1.625rem;
  }
}

.features-index-ai__description {
  font-size: 1.0625rem;
  color: #64748b;
  margin: 0;
}

.features-index-ai__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .features-index-ai__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

.features-index-ai__card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none;
  background: #ffffff;
  transition: all 0.2s ease;
}
.features-index-ai__card:hover {
  border-color: #c4b5fd;
  box-shadow: 0 8px 24px rgba(59, 29, 149, 0.08);
  transform: translateY(-2px);
}
.features-index-ai__card:hover .features-index-ai__card-icon {
  background: #ede9fe;
  border-color: #c4b5fd;
}
.features-index-ai__card:hover .features-index-ai__card-svg {
  color: #3b1d95;
}
.features-index-ai__card:hover .features-index-ai__card-link {
  opacity: 1;
  transform: translateX(0);
}

.features-index-ai__card-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all 0.2s ease;
}

.features-index-ai__card-svg {
  width: 24px;
  height: 24px;
  color: #64748b;
  transition: color 0.2s ease;
}

.features-index-ai__card-body {
  flex: 1;
}

.features-index-ai__card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 0.5rem;
}

.features-index-ai__card-text {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.features-index-ai__card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #3b1d95;
  margin-top: 1rem;
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.2s ease;
}

.features-index-ai__card-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.features-index-ai__card:hover .features-index-ai__card-arrow {
  transform: translateX(3px);
}

.features-index-footer {
  padding: 0 0 3rem;
  text-align: center;
}

.features-index-footer__text {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 640px;
}
.features-index-footer__text + .features-index-footer__text {
  margin-top: 0.5rem;
}
.features-index-footer__text a {
  color: #3b1d95;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.features-index-footer__text a:hover {
  color: #2d1470;
}

.dark-mode .features-index-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .features-index-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .features-index-page .hero-title {
  color: #ffffff;
}
.dark-mode .features-index-page .hero-title .hero-title-highlight,
.dark-mode .features-index-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .features-index-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .features-index-page .section-header .section-title,
.dark-mode .features-index-page .section-title {
  color: #ffffff;
}
.dark-mode .features-index-page .section-header .section-description,
.dark-mode .features-index-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .features-index-page section,
.dark-mode .features-index-page .features-section,
.dark-mode .features-index-page .how-it-works-section,
.dark-mode .features-index-page .benefits-section,
.dark-mode .features-index-page .comparison-section,
.dark-mode .features-index-page .use-cases-section,
.dark-mode .features-index-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .features-index-page section:nth-child(even),
.dark-mode .features-index-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .features-index-page .feature-card,
.dark-mode .features-index-page .benefit-card,
.dark-mode .features-index-page .step-card,
.dark-mode .features-index-page .use-case-card,
.dark-mode .features-index-page .comparison-card,
.dark-mode .features-index-page .info-card,
.dark-mode .features-index-page .workflow-step,
.dark-mode .features-index-page .capability-card,
.dark-mode .features-index-page .tool-card,
.dark-mode .features-index-page .integration-card,
.dark-mode .features-index-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .features-index-page .feature-card__title,
.dark-mode .features-index-page .benefit-card h3,
.dark-mode .features-index-page .step-card h3,
.dark-mode .features-index-page .capability-card h3,
.dark-mode .features-index-page .info-card h3,
.dark-mode .features-index-page .tool-card h3,
.dark-mode .features-index-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .features-index-page .feature-card__description,
.dark-mode .features-index-page .benefit-card p,
.dark-mode .features-index-page .step-card p,
.dark-mode .features-index-page .capability-card p,
.dark-mode .features-index-page .info-card p,
.dark-mode .features-index-page .tool-card p,
.dark-mode .features-index-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .features-index-page .feature-card__icon,
.dark-mode .features-index-page .step-number,
.dark-mode .features-index-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .features-index-page .step-title,
.dark-mode .features-index-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .features-index-page .step-description,
.dark-mode .features-index-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .features-index-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .features-index-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .features-index-page .btn--primary {
  color: #ffffff;
}
.dark-mode .features-index-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .features-index-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .features-index-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .features-index-page .cta-title {
  color: #ffffff;
}
.dark-mode .features-index-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .features-index-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .features-index-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .features-index-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .features-index-page pre,
.dark-mode .features-index-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .features-index-page ul li,
.dark-mode .features-index-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .features-index-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .features-index-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .features-index-page .config-mockup,
.dark-mode .features-index-page .code-block,
.dark-mode .features-index-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.footer {
  background: #f5f9ff;
  color: #0f0826;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #662fe0, #bb9bff, #40cf9f, #662fe0);
  background-size: 200% 100%;
  animation: footer-gradient-shift 6s ease infinite;
}
.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__container {
    max-width: 704px;
  }
}
.footer__top {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
  gap: 32px;
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 402px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer__brand {
    width: 100%;
  }
}
.footer__logo-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.footer__logo {
  display: block;
  height: 46px;
  width: auto;
}
.footer__status {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  box-shadow: 1px 2px 6px 0px rgba(64, 207, 159, 0.1), 0px -1px 20px 0px rgba(64, 207, 159, 0.1), inset 0px 0.1px 0px 0px rgba(255, 255, 255, 0.5);
  max-width: 296px;
  transition: opacity 0.2s ease;
}
.footer__status:hover {
  opacity: 0.8;
}
.footer__status-indicator {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer__status-indicator::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #15D800;
  box-shadow: 0 0 12px 4px rgba(21, 216, 0, 0.4);
}
.footer__status-indicator--operational::before {
  background: #15D800;
}
.footer__status-indicator--minor::before {
  background: #f59e0b;
  box-shadow: 0 0 12px 4px rgba(245, 158, 11, 0.4);
}
.footer__status-indicator--major::before {
  background: #ef4444;
  box-shadow: 0 0 12px 4px rgba(239, 68, 68, 0.4);
}
.footer__status-text {
  font-size: 16px;
  color: #0f0826;
  font-weight: 500;
  line-height: 24px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer__social-link {
  width: 56px;
  height: 56px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border: 1px solid #CED6E5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 1.145px 2.291px 6.872px 0px rgba(255, 255, 255, 0.1), 0px -1.145px 22.905px 0px rgba(255, 255, 255, 0.1), inset 0px 0.115px 0px 0px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}
.footer__social-link:hover {
  transform: translateY(-1px);
}
.footer__social-link--github:hover {
  border-color: #333;
  box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.2);
}
.footer__social-link--x:hover {
  border-color: #333;
  box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.2);
}
.footer__social-link--linkedin:hover {
  border-color: #0077B5;
  box-shadow: 0 0 12px 2px rgba(0, 119, 181, 0.25);
}
.footer__social-link--bluesky:hover {
  border-color: #0085FF;
  box-shadow: 0 0 12px 2px rgba(0, 133, 255, 0.25);
}
.footer__social-icon {
  width: 28px;
  height: 27px;
}
.footer__tagline {
  font-size: 36px;
  font-weight: 400;
  line-height: 43.2px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  background: linear-gradient(90deg, #0f0826, #662fe0, #0f0826);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: footer-tagline-shimmer 4s ease-in-out infinite;
}
.footer__tagline p {
  margin: 0;
}
@media (max-width: 768px) {
  .footer__tagline {
    font-size: 32px;
    line-height: 1.2;
    align-self: flex-start;
  }
}
@media (max-width: 480px) {
  .footer__tagline {
    font-size: 24px;
  }
}
.footer__back-to-top {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border: 1px solid #662fe0;
  border-radius: 100px;
  font-size: 16px;
  line-height: 24px;
  color: #662fe0;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.footer__back-to-top:hover {
  background: rgba(102, 47, 224, 0.05);
}
@media (max-width: 768px) {
  .footer__back-to-top {
    position: static;
    align-self: center;
  }
}
.footer__back-to-top-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.footer__links {
  display: flex;
  gap: 24px;
  width: 100%;
  padding: 24px;
}
@media (max-width: 1024px) {
  .footer__links {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer__links {
    padding: 24px 0;
    gap: 32px 24px;
  }
}
@media (max-width: 480px) {
  .footer__links {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__column {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1024px) {
  .footer__column {
    flex: 0 0 calc(33.333% - 16px);
  }
}
@media (max-width: 768px) {
  .footer__column {
    flex: 0 0 calc(33.333% - 16px);
  }
}
@media (max-width: 480px) {
  .footer__column {
    flex: 1 1 100%;
  }
}
.footer__column-title {
  font-size: 20px;
  font-weight: 500;
  color: #0f0826;
  line-height: 24px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  position: relative;
}
.footer__column-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, #662fe0, #bb9bff);
  border-radius: 1px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__nav-link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0f0826;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__nav-link:hover {
  color: #662fe0;
}
.footer__nav-link--highlight {
  color: #7214ff;
  font-weight: 500;
}
.footer__integration-badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 6px;
  max-width: 170px;
}
.footer__integration-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 56px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-radius: 9px;
  padding: 12px;
  border: 1px solid #CED6E5;
  text-decoration: none;
  box-shadow: 1.145px 2.291px 6.872px 0px rgba(255, 255, 255, 0.1), 0px -1.145px 22.905px 0px rgba(255, 255, 255, 0.1), inset 0px 0.115px 0px 0px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}
.footer__integration-badge:hover {
  border-color: #662fe0;
  transform: translateY(-1px);
}
.footer__integration-icon {
  height: 22px;
  width: auto;
}
.footer__integration-name {
  font-size: 16px;
  font-weight: 600;
  color: #0f0826;
}
.footer__separator {
  width: 1152px;
  max-width: 100%;
  height: 1px;
  background: #CED6E5;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: 100%;
  text-align: center;
}
.footer__copyright {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0f0826;
  margin: 0;
}
.footer__tree-icon {
  width: 24px;
  height: 24px;
}
.footer__powered-by {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0f0826;
}
.footer__powered-link {
  color: #298a4c;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__powered-link:hover {
  color: rgb(29.3184357542, 98.6815642458, 54.3463687151);
}

.footer__logo--light {
  display: none;
}

.dark-mode .footer {
  background: #100828;
  color: white;
}
.dark-mode .footer__logo--dark {
  display: none;
}
.dark-mode .footer__logo--light {
  display: block;
}
.dark-mode .footer__social-icon, .dark-mode .footer__integration-icon {
  filter: brightness(0) invert(1);
}
.dark-mode .footer__social-link--github:hover, .dark-mode .footer__social-link--x:hover {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.15);
}
.dark-mode .footer__status-text {
  color: white;
}
.dark-mode .footer__tagline {
  background: linear-gradient(90deg, white, #bb9bff, white);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: footer-tagline-shimmer 4s ease-in-out infinite;
}
.dark-mode .footer__column-title {
  color: white;
}
.dark-mode .footer__nav-link {
  color: white;
}
.dark-mode .footer__nav-link:hover {
  color: #bb9bff;
}
.dark-mode .footer__nav-link--highlight {
  color: #bb9bff;
}
.dark-mode .footer__integration-name {
  color: white;
}
.dark-mode .footer__separator {
  background: rgba(206, 214, 229, 0.2);
}
.dark-mode .footer__copyright {
  color: white;
}
.dark-mode .footer__powered-by {
  color: white;
}
.dark-mode .footer__powered-link {
  color: #40cf9f;
}
.dark-mode .footer__powered-link:hover {
  color: rgb(104.7573221757, 217.2426778243, 179.4853556485);
}

@keyframes footer-gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes footer-tagline-shimmer {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.for-agencies-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .for-agencies-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .for-agencies-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.for-agencies-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.for-agencies-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.for-agencies-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.for-agencies-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-agencies-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .for-agencies-page .hero-title {
    font-size: 2.5rem;
  }
}
.for-agencies-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.for-agencies-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 512px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .for-agencies-page .hero-description {
    font-size: 1.125rem;
  }
}
.for-agencies-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .for-agencies-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.for-agencies-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.for-agencies-page .hero-btn-primary:hover {
  background: #2d1470;
}
.for-agencies-page .hero-btn-demo {
  border: 1px solid #cbd5e1;
  color: #475569;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  background: transparent;
}
.for-agencies-page .hero-btn-demo:hover {
  background: #f8fafc;
}
.for-agencies-page .hero-integrations {
  display: flex;
  gap: 2rem;
  justify-content: center;
  color: #64748b;
}
@media (max-width: 640px) {
  .for-agencies-page .hero-integrations {
    gap: 1.5rem;
  }
}
.for-agencies-page .integration-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  .for-agencies-page .integration-item span {
    display: none;
  }
}
.for-agencies-page .integration-item .integration-icon {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 640px) {
  .for-agencies-page .integration-item .integration-icon {
    width: 2rem;
    height: 2rem;
  }
}
.for-agencies-page .features-section {
  padding: 5rem 0;
  background: #ffffff;
}
.for-agencies-page .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.for-agencies-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .for-agencies-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .for-agencies-page .section-title {
    font-size: 1.75rem;
  }
}
.for-agencies-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 512px;
  margin: 0 auto;
}
.for-agencies-page .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .for-agencies-page .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.for-agencies-page .feature-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.for-agencies-page .feature-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.for-agencies-page .feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.for-agencies-page .feature-icon .feature-icon-img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.for-agencies-page .feature-icon.feature-icon--git {
  background: #a78bfa;
}
.for-agencies-page .feature-icon.feature-icon--zap {
  background: #dcfce7;
}
.for-agencies-page .feature-icon.feature-icon--clock {
  background: #fed7aa;
}
.for-agencies-page .feature-icon.feature-icon--code {
  background: #fecaca;
}
.for-agencies-page .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.for-agencies-page .feature-description {
  color: #64748b;
  margin-bottom: 1rem;
}
.for-agencies-page .success-stories-section {
  background: #ffffff;
  padding: 5rem 0;
}
.for-agencies-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .for-agencies-page .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.for-agencies-page .stat-item {
  text-align: center;
}
.for-agencies-page .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3b1d95;
  margin-bottom: 0.5rem;
}
.for-agencies-page .stat-item .stat-label {
  color: #64748b;
}
.for-agencies-page .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .for-agencies-page .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.for-agencies-page .case-study-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
}
.for-agencies-page .case-study-card .case-study-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.for-agencies-page .case-study-card .case-study-header .case-study-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.for-agencies-page .case-study-card .case-study-quote {
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.for-agencies-page .case-study-card .case-study-link {
  margin-bottom: 1.5rem;
}
.for-agencies-page .case-study-card .case-study-link .case-study-read-more {
  color: #3b1d95;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.for-agencies-page .case-study-card .case-study-link .case-study-read-more:hover {
  color: #2d1470;
  text-decoration: underline;
}
.for-agencies-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.for-agencies-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.for-agencies-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-agencies-page .cta-title {
    font-size: 2rem;
  }
}
.for-agencies-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.for-agencies-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .for-agencies-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.for-agencies-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.for-agencies-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.for-agencies-page .cta-btn-demo {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  background: transparent;
}
.for-agencies-page .cta-btn-demo:hover {
  background: #ffffff;
  color: #3b1d95;
}
.for-agencies-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .for-agencies-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .for-agencies-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .for-agencies-page .hero-title {
  color: #ffffff;
}
.dark-mode .for-agencies-page .hero-title .hero-title-highlight,
.dark-mode .for-agencies-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .for-agencies-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-agencies-page .section-header .section-title,
.dark-mode .for-agencies-page .section-title {
  color: #ffffff;
}
.dark-mode .for-agencies-page .section-header .section-description,
.dark-mode .for-agencies-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-agencies-page section,
.dark-mode .for-agencies-page .features-section,
.dark-mode .for-agencies-page .how-it-works-section,
.dark-mode .for-agencies-page .benefits-section,
.dark-mode .for-agencies-page .comparison-section,
.dark-mode .for-agencies-page .use-cases-section,
.dark-mode .for-agencies-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .for-agencies-page section:nth-child(even),
.dark-mode .for-agencies-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .for-agencies-page .feature-card,
.dark-mode .for-agencies-page .benefit-card,
.dark-mode .for-agencies-page .step-card,
.dark-mode .for-agencies-page .use-case-card,
.dark-mode .for-agencies-page .comparison-card,
.dark-mode .for-agencies-page .info-card,
.dark-mode .for-agencies-page .workflow-step,
.dark-mode .for-agencies-page .capability-card,
.dark-mode .for-agencies-page .tool-card,
.dark-mode .for-agencies-page .integration-card,
.dark-mode .for-agencies-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .for-agencies-page .feature-card__title,
.dark-mode .for-agencies-page .benefit-card h3,
.dark-mode .for-agencies-page .step-card h3,
.dark-mode .for-agencies-page .capability-card h3,
.dark-mode .for-agencies-page .info-card h3,
.dark-mode .for-agencies-page .tool-card h3,
.dark-mode .for-agencies-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .for-agencies-page .feature-card__description,
.dark-mode .for-agencies-page .benefit-card p,
.dark-mode .for-agencies-page .step-card p,
.dark-mode .for-agencies-page .capability-card p,
.dark-mode .for-agencies-page .info-card p,
.dark-mode .for-agencies-page .tool-card p,
.dark-mode .for-agencies-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-agencies-page .feature-card__icon,
.dark-mode .for-agencies-page .step-number,
.dark-mode .for-agencies-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .for-agencies-page .step-title,
.dark-mode .for-agencies-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .for-agencies-page .step-description,
.dark-mode .for-agencies-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-agencies-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .for-agencies-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .for-agencies-page .btn--primary {
  color: #ffffff;
}
.dark-mode .for-agencies-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .for-agencies-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .for-agencies-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .for-agencies-page .cta-title {
  color: #ffffff;
}
.dark-mode .for-agencies-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-agencies-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .for-agencies-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .for-agencies-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .for-agencies-page pre,
.dark-mode .for-agencies-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .for-agencies-page ul li,
.dark-mode .for-agencies-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-agencies-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .for-agencies-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .for-agencies-page .config-mockup,
.dark-mode .for-agencies-page .code-block,
.dark-mode .for-agencies-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.for-developers-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .for-developers-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .for-developers-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.for-developers-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.for-developers-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.for-developers-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.for-developers-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-developers-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .for-developers-page .hero-title {
    font-size: 2.5rem;
  }
}
.for-developers-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.for-developers-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 512px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .for-developers-page .hero-description {
    font-size: 1.125rem;
  }
}
.for-developers-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .for-developers-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.for-developers-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.for-developers-page .hero-btn-primary:hover {
  background: #2d1470;
}
.for-developers-page .hero-btn-demo {
  border: 1px solid #cbd5e1;
  color: #475569;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  background: transparent;
}
.for-developers-page .hero-btn-demo:hover {
  background: #f8fafc;
}
.for-developers-page .hero-integrations {
  display: flex;
  gap: 2rem;
  justify-content: center;
  color: #64748b;
}
@media (max-width: 640px) {
  .for-developers-page .hero-integrations {
    gap: 1.5rem;
  }
}
.for-developers-page .integration-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  .for-developers-page .integration-item span {
    display: none;
  }
}
.for-developers-page .integration-item .integration-icon {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 640px) {
  .for-developers-page .integration-item .integration-icon {
    width: 2rem;
    height: 2rem;
  }
}
.for-developers-page .features-section {
  padding: 5rem 0;
  background: #ffffff;
}
.for-developers-page .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.for-developers-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .for-developers-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .for-developers-page .section-title {
    font-size: 1.75rem;
  }
}
.for-developers-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 512px;
  margin: 0 auto;
}
.for-developers-page .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .for-developers-page .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.for-developers-page .feature-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.for-developers-page .feature-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.for-developers-page .feature-card.feature-card--centered {
  grid-column: 1/-1;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .for-developers-page .feature-card.feature-card--centered {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.for-developers-page .feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.for-developers-page .feature-icon .feature-icon-img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.for-developers-page .feature-icon.feature-icon--git {
  background: #6366f1;
}
.for-developers-page .feature-icon.feature-icon--zap {
  background: #10b981;
}
.for-developers-page .feature-icon.feature-icon--shield {
  background: #f3e8ff;
}
.for-developers-page .feature-icon.feature-icon--clock {
  background: #fed7aa;
}
.for-developers-page .feature-icon.feature-icon--code {
  background: #f87171;
}
.for-developers-page .feature-icon.feature-icon--check {
  background: #a7f3d0;
}
.for-developers-page .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.for-developers-page .feature-description {
  color: #64748b;
  margin-bottom: 1rem;
}
.for-developers-page .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.for-developers-page .feature-list li {
  display: flex;
  align-items: center;
  color: #64748b;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.for-developers-page .feature-list li .check-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.for-developers-page .developer-experience-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.for-developers-page .dev-experience-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .for-developers-page .dev-experience-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.for-developers-page .dev-experience-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.for-developers-page .dev-experience-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-developers-page .dev-experience-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .for-developers-page .dev-experience-title {
    font-size: 1.5rem;
  }
}
.for-developers-page .dev-experience-description {
  font-size: 1.25rem;
  color: #cbd5e1;
  margin-bottom: 2rem;
}
.for-developers-page .dev-experience-features .dev-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.for-developers-page .dev-experience-features .dev-feature .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.for-developers-page .dev-experience-features .dev-feature-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.for-developers-page .dev-experience-features .dev-feature-description {
  color: #94a3b8;
}
.for-developers-page .dev-experience-terminal {
  background: #1e293b;
  border-radius: 0.5rem;
  border: 1px solid #334155;
  overflow: hidden;
}
.for-developers-page .terminal-window .terminal-header {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: #0f172a;
  border-bottom: 1px solid #334155;
}
.for-developers-page .terminal-window .terminal-header .terminal-buttons {
  display: flex;
  gap: 0.5rem;
  margin-right: 1rem;
}
.for-developers-page .terminal-window .terminal-header .terminal-buttons .terminal-button {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.for-developers-page .terminal-window .terminal-header .terminal-buttons .terminal-button.terminal-button--red {
  background: #ef4444;
}
.for-developers-page .terminal-window .terminal-header .terminal-buttons .terminal-button.terminal-button--yellow {
  background: #eab308;
}
.for-developers-page .terminal-window .terminal-header .terminal-buttons .terminal-button.terminal-button--green {
  background: #22c55e;
}
.for-developers-page .terminal-window .terminal-header .terminal-title {
  color: #94a3b8;
  font-size: 0.875rem;
}
.for-developers-page .terminal-window .terminal-content {
  padding: 1.5rem;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.875rem;
}
.for-developers-page .terminal-window .terminal-content .terminal-line {
  margin-bottom: 0.5rem;
}
.for-developers-page .terminal-window .terminal-content .terminal-line .terminal-prompt {
  color: #22c55e;
}
.for-developers-page .terminal-window .terminal-content .terminal-line .terminal-output {
  color: #cbd5e1;
}
.for-developers-page .terminal-window .terminal-content .terminal-line.terminal-line--success .terminal-output {
  color: #60a5fa;
}
.for-developers-page .success-stories-section {
  background: #ffffff;
  padding: 5rem 0;
}
.for-developers-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .for-developers-page .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.for-developers-page .stat-item {
  text-align: center;
}
.for-developers-page .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3b1d95;
  margin-bottom: 0.5rem;
}
.for-developers-page .stat-item .stat-label {
  color: #64748b;
}
.for-developers-page .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .for-developers-page .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.for-developers-page .case-study-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
}
.for-developers-page .case-study-card .case-study-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.for-developers-page .case-study-card .case-study-header .case-study-logo {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #5b21b6, #3b1d95);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
}
.for-developers-page .case-study-card .case-study-header .case-study-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.for-developers-page .case-study-card .case-study-header .case-study-type {
  color: #64748b;
  margin: 0;
}
.for-developers-page .case-study-card .case-study-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.for-developers-page .case-study-card .case-study-metrics .case-study-metric {
  background: #f8fafc;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
}
.for-developers-page .case-study-card .case-study-metrics .case-study-metric .metric-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #22c55e;
  margin-bottom: 0.25rem;
}
.for-developers-page .case-study-card .case-study-metrics .case-study-metric .metric-label {
  font-size: 0.875rem;
  color: #64748b;
}
.for-developers-page .case-study-card .case-study-quote {
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.for-developers-page .case-study-card .case-study-link {
  margin-bottom: 1.5rem;
}
.for-developers-page .case-study-card .case-study-link .case-study-read-more {
  color: #3b1d95;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.for-developers-page .case-study-card .case-study-link .case-study-read-more:hover {
  color: #2d1470;
  text-decoration: underline;
}
.for-developers-page .case-study-card .case-study-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.for-developers-page .case-study-card .case-study-author .author-avatar {
  width: 2.5rem;
  height: 2.5rem;
  background: #e2e8f0;
  border-radius: 50%;
}
.for-developers-page .case-study-card .case-study-author .author-name {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.for-developers-page .case-study-card .case-study-author .author-title {
  font-size: 0.875rem;
  color: #64748b;
}
.for-developers-page .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .for-developers-page .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.for-developers-page .testimonial-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.for-developers-page .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.for-developers-page .testimonial-card .testimonial-author .author-avatar {
  width: 3rem;
  height: 3rem;
  background: #e2e8f0;
  border-radius: 50%;
}
.for-developers-page .testimonial-card .testimonial-author .author-name {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.for-developers-page .testimonial-card .testimonial-author .author-title {
  font-size: 0.875rem;
  color: #64748b;
}
.for-developers-page .testimonial-card .testimonial-quote {
  color: #64748b;
}
.for-developers-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.for-developers-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.for-developers-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-developers-page .cta-title {
    font-size: 2rem;
  }
}
.for-developers-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.for-developers-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .for-developers-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.for-developers-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.for-developers-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.for-developers-page .cta-btn-demo {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  background: transparent;
}
.for-developers-page .cta-btn-demo:hover {
  background: #ffffff;
  color: #3b1d95;
}
.for-developers-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .for-developers-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .for-developers-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .for-developers-page .hero-title {
  color: #ffffff;
}
.dark-mode .for-developers-page .hero-title .hero-title-highlight,
.dark-mode .for-developers-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .for-developers-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-developers-page .section-header .section-title,
.dark-mode .for-developers-page .section-title {
  color: #ffffff;
}
.dark-mode .for-developers-page .section-header .section-description,
.dark-mode .for-developers-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-developers-page section,
.dark-mode .for-developers-page .features-section,
.dark-mode .for-developers-page .how-it-works-section,
.dark-mode .for-developers-page .benefits-section,
.dark-mode .for-developers-page .comparison-section,
.dark-mode .for-developers-page .use-cases-section,
.dark-mode .for-developers-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .for-developers-page section:nth-child(even),
.dark-mode .for-developers-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .for-developers-page .feature-card,
.dark-mode .for-developers-page .benefit-card,
.dark-mode .for-developers-page .step-card,
.dark-mode .for-developers-page .use-case-card,
.dark-mode .for-developers-page .comparison-card,
.dark-mode .for-developers-page .info-card,
.dark-mode .for-developers-page .workflow-step,
.dark-mode .for-developers-page .capability-card,
.dark-mode .for-developers-page .tool-card,
.dark-mode .for-developers-page .integration-card,
.dark-mode .for-developers-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .for-developers-page .feature-card__title,
.dark-mode .for-developers-page .benefit-card h3,
.dark-mode .for-developers-page .step-card h3,
.dark-mode .for-developers-page .capability-card h3,
.dark-mode .for-developers-page .info-card h3,
.dark-mode .for-developers-page .tool-card h3,
.dark-mode .for-developers-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .for-developers-page .feature-card__description,
.dark-mode .for-developers-page .benefit-card p,
.dark-mode .for-developers-page .step-card p,
.dark-mode .for-developers-page .capability-card p,
.dark-mode .for-developers-page .info-card p,
.dark-mode .for-developers-page .tool-card p,
.dark-mode .for-developers-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-developers-page .feature-card__icon,
.dark-mode .for-developers-page .step-number,
.dark-mode .for-developers-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .for-developers-page .step-title,
.dark-mode .for-developers-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .for-developers-page .step-description,
.dark-mode .for-developers-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-developers-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .for-developers-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .for-developers-page .btn--primary {
  color: #ffffff;
}
.dark-mode .for-developers-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .for-developers-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .for-developers-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .for-developers-page .cta-title {
  color: #ffffff;
}
.dark-mode .for-developers-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-developers-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .for-developers-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .for-developers-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .for-developers-page pre,
.dark-mode .for-developers-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .for-developers-page ul li,
.dark-mode .for-developers-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-developers-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .for-developers-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .for-developers-page .config-mockup,
.dark-mode .for-developers-page .code-block,
.dark-mode .for-developers-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.for-engineering-teams-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .for-engineering-teams-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .for-engineering-teams-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.for-engineering-teams-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.for-engineering-teams-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.for-engineering-teams-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.for-engineering-teams-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-engineering-teams-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .for-engineering-teams-page .hero-title {
    font-size: 2.5rem;
  }
}
.for-engineering-teams-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.for-engineering-teams-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 512px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .for-engineering-teams-page .hero-description {
    font-size: 1.125rem;
  }
}
.for-engineering-teams-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 640px) {
  .for-engineering-teams-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.for-engineering-teams-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.for-engineering-teams-page .hero-btn-primary:hover {
  background: #2d1470;
}
.for-engineering-teams-page .hero-btn-demo {
  border: 1px solid #cbd5e1;
  color: #475569;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  background: transparent;
}
.for-engineering-teams-page .hero-btn-demo:hover {
  background: #f8fafc;
}
.for-engineering-teams-page .hero-integrations {
  display: flex;
  gap: 2rem;
  justify-content: center;
  color: #64748b;
}
@media (max-width: 640px) {
  .for-engineering-teams-page .hero-integrations {
    gap: 1.5rem;
  }
}
.for-engineering-teams-page .integration-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  .for-engineering-teams-page .integration-item span {
    display: none;
  }
}
.for-engineering-teams-page .integration-item .integration-icon {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 640px) {
  .for-engineering-teams-page .integration-item .integration-icon {
    width: 2rem;
    height: 2rem;
  }
}
.for-engineering-teams-page .features-section {
  padding: 5rem 0;
  background: #ffffff;
}
.for-engineering-teams-page .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.for-engineering-teams-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .for-engineering-teams-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .for-engineering-teams-page .section-title {
    font-size: 1.75rem;
  }
}
.for-engineering-teams-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 512px;
  margin: 0 auto;
}
.for-engineering-teams-page .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .for-engineering-teams-page .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.for-engineering-teams-page .feature-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.for-engineering-teams-page .feature-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.for-engineering-teams-page .feature-card.feature-card--centered {
  grid-column: 1/-1;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .for-engineering-teams-page .feature-card.feature-card--centered {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.for-engineering-teams-page .feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.for-engineering-teams-page .feature-icon .feature-icon-img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.for-engineering-teams-page .feature-icon.feature-icon--git {
  background: #c4b5fd;
}
.for-engineering-teams-page .feature-icon.feature-icon--zap {
  background: #86efac;
}
.for-engineering-teams-page .feature-icon.feature-icon--clock {
  background: #93c5fd;
}
.for-engineering-teams-page .feature-icon.feature-icon--code {
  background: #f9a8a8;
}
.for-engineering-teams-page .feature-icon.feature-icon--check {
  background: #fdba74;
}
.for-engineering-teams-page .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.for-engineering-teams-page .feature-description {
  color: #64748b;
  margin-bottom: 1rem;
}
.for-engineering-teams-page .success-stories-section {
  background: #ffffff;
  padding: 5rem 0;
}
.for-engineering-teams-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .for-engineering-teams-page .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.for-engineering-teams-page .stat-item {
  text-align: center;
}
.for-engineering-teams-page .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3b1d95;
  margin-bottom: 0.5rem;
}
.for-engineering-teams-page .stat-item .stat-label {
  color: #64748b;
}
.for-engineering-teams-page .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .for-engineering-teams-page .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.for-engineering-teams-page .case-study-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
}
.for-engineering-teams-page .case-study-card .case-study-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.for-engineering-teams-page .case-study-card .case-study-header .case-study-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.for-engineering-teams-page .case-study-card .case-study-quote {
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.for-engineering-teams-page .case-study-card .case-study-link {
  margin-bottom: 1.5rem;
}
.for-engineering-teams-page .case-study-card .case-study-link .case-study-read-more {
  color: #3b1d95;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.for-engineering-teams-page .case-study-card .case-study-link .case-study-read-more:hover {
  color: #2d1470;
  text-decoration: underline;
}
.for-engineering-teams-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.for-engineering-teams-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.for-engineering-teams-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .for-engineering-teams-page .cta-title {
    font-size: 2rem;
  }
}
.for-engineering-teams-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.for-engineering-teams-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .for-engineering-teams-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.for-engineering-teams-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.for-engineering-teams-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.for-engineering-teams-page .cta-btn-demo {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  background: transparent;
}
.for-engineering-teams-page .cta-btn-demo:hover {
  background: #ffffff;
  color: #3b1d95;
}
.for-engineering-teams-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .for-engineering-teams-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .for-engineering-teams-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .for-engineering-teams-page .hero-title {
  color: #ffffff;
}
.dark-mode .for-engineering-teams-page .hero-title .hero-title-highlight,
.dark-mode .for-engineering-teams-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .for-engineering-teams-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-engineering-teams-page .section-header .section-title,
.dark-mode .for-engineering-teams-page .section-title {
  color: #ffffff;
}
.dark-mode .for-engineering-teams-page .section-header .section-description,
.dark-mode .for-engineering-teams-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-engineering-teams-page section,
.dark-mode .for-engineering-teams-page .features-section,
.dark-mode .for-engineering-teams-page .how-it-works-section,
.dark-mode .for-engineering-teams-page .benefits-section,
.dark-mode .for-engineering-teams-page .comparison-section,
.dark-mode .for-engineering-teams-page .use-cases-section,
.dark-mode .for-engineering-teams-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .for-engineering-teams-page section:nth-child(even),
.dark-mode .for-engineering-teams-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .for-engineering-teams-page .feature-card,
.dark-mode .for-engineering-teams-page .benefit-card,
.dark-mode .for-engineering-teams-page .step-card,
.dark-mode .for-engineering-teams-page .use-case-card,
.dark-mode .for-engineering-teams-page .comparison-card,
.dark-mode .for-engineering-teams-page .info-card,
.dark-mode .for-engineering-teams-page .workflow-step,
.dark-mode .for-engineering-teams-page .capability-card,
.dark-mode .for-engineering-teams-page .tool-card,
.dark-mode .for-engineering-teams-page .integration-card,
.dark-mode .for-engineering-teams-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .for-engineering-teams-page .feature-card__title,
.dark-mode .for-engineering-teams-page .benefit-card h3,
.dark-mode .for-engineering-teams-page .step-card h3,
.dark-mode .for-engineering-teams-page .capability-card h3,
.dark-mode .for-engineering-teams-page .info-card h3,
.dark-mode .for-engineering-teams-page .tool-card h3,
.dark-mode .for-engineering-teams-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .for-engineering-teams-page .feature-card__description,
.dark-mode .for-engineering-teams-page .benefit-card p,
.dark-mode .for-engineering-teams-page .step-card p,
.dark-mode .for-engineering-teams-page .capability-card p,
.dark-mode .for-engineering-teams-page .info-card p,
.dark-mode .for-engineering-teams-page .tool-card p,
.dark-mode .for-engineering-teams-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-engineering-teams-page .feature-card__icon,
.dark-mode .for-engineering-teams-page .step-number,
.dark-mode .for-engineering-teams-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .for-engineering-teams-page .step-title,
.dark-mode .for-engineering-teams-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .for-engineering-teams-page .step-description,
.dark-mode .for-engineering-teams-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-engineering-teams-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .for-engineering-teams-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .for-engineering-teams-page .btn--primary {
  color: #ffffff;
}
.dark-mode .for-engineering-teams-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .for-engineering-teams-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .for-engineering-teams-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .for-engineering-teams-page .cta-title {
  color: #ffffff;
}
.dark-mode .for-engineering-teams-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-engineering-teams-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .for-engineering-teams-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .for-engineering-teams-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .for-engineering-teams-page pre,
.dark-mode .for-engineering-teams-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .for-engineering-teams-page ul li,
.dark-mode .for-engineering-teams-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .for-engineering-teams-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .for-engineering-teams-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .for-engineering-teams-page .config-mockup,
.dark-mode .for-engineering-teams-page .code-block,
.dark-mode .for-engineering-teams-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: auto;
}
.form textarea {
  min-height: 400px;
}

.form__input {
  width: 100%;
  display: block;
}

.form__heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.form__field {
  position: relative;
  flex-basis: 100%;
  margin-bottom: 20px;
}

.form__field--inline {
  display: flex;
}

.form__columns {
  display: flex;
  justify-content: space-between;
}
.form__columns .form__field {
  flex-basis: calc(50% - 10px);
}

.form__field--submit {
  display: flex;
  justify-content: center;
}
.form__field--submit .button {
  min-width: 200px;
  margin-top: 20px;
}

.form__inputSuffix {
  position: absolute;
  bottom: 7px;
  right: 14px;
  color: #999;
  user-select: none;
}

.form__input--suffix {
  padding-right: 103px !important;
  text-align: right;
}

.form__notice {
  position: relative;
  margin-left: 0;
  margin-top: 30px;
  padding: 10px;
  padding-left: 60px;
  background: rgba(255, 10, 79, 0.3);
  color: #222;
  border-radius: 4px;
  list-style-type: disc;
}
.form__notice:before {
  content: "";
  position: absolute;
  border-radius: 4px 0 0 4px;
  top: 0;
  left: 0;
  height: 100%;
  width: 40px;
  background: #ff0a4f url(/icons/error.svg) no-repeat center;
  background-size: 40px;
}
.form__notice li {
  list-style-type: none;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
}
.form__notice li:last-child {
  margin-bottom: 0;
}

.form__label {
  text-align: center;
  margin-bottom: 20px;
  line-height: 26px;
  font-weight: 500;
  font-size: 18px;
  display: block;
}

.form__hint {
  color: #999;
  font-size: 13px;
}

.form__text {
  font-size: 16px;
  margin-bottom: 20px;
}

.form__notice--success {
  background: rgba(13, 171, 118, 0.3);
}
.form__notice--success:before {
  background: #0dab76 url(/icons/success.svg) no-repeat center;
}

.form__footerText {
  margin-bottom: 0;
  margin-top: 20px;
}

@media (max-width: 700px) {
  .form__columns {
    display: block;
  }
}
.github-page .hero-section,
.gitlab-page .hero-section,
.bitbucket-page .hero-section,
.slack-page .hero-section,
.shopify-page .hero-section,
.sentry-page .hero-section,
.bugsnag-page .hero-section,
.discord-page .hero-section,
.cloudflare-page .hero-section,
.honeybadger-page .hero-section,
.microsoft-teams-page .hero-section,
.new-relic-page .hero-section,
.rollbar-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .github-page .hero-section,
  .gitlab-page .hero-section,
  .bitbucket-page .hero-section,
  .slack-page .hero-section,
  .shopify-page .hero-section,
  .sentry-page .hero-section,
  .bugsnag-page .hero-section,
  .discord-page .hero-section,
  .cloudflare-page .hero-section,
  .honeybadger-page .hero-section,
  .microsoft-teams-page .hero-section,
  .new-relic-page .hero-section,
  .rollbar-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .github-page .hero-section,
  .gitlab-page .hero-section,
  .bitbucket-page .hero-section,
  .slack-page .hero-section,
  .shopify-page .hero-section,
  .sentry-page .hero-section,
  .bugsnag-page .hero-section,
  .discord-page .hero-section,
  .cloudflare-page .hero-section,
  .honeybadger-page .hero-section,
  .microsoft-teams-page .hero-section,
  .new-relic-page .hero-section,
  .rollbar-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.github-page .hero-content,
.gitlab-page .hero-content,
.bitbucket-page .hero-content,
.slack-page .hero-content,
.shopify-page .hero-content,
.sentry-page .hero-content,
.bugsnag-page .hero-content,
.discord-page .hero-content,
.cloudflare-page .hero-content,
.honeybadger-page .hero-content,
.microsoft-teams-page .hero-content,
.new-relic-page .hero-content,
.rollbar-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.github-page .hero-badge,
.gitlab-page .hero-badge,
.bitbucket-page .hero-badge,
.slack-page .hero-badge,
.shopify-page .hero-badge,
.sentry-page .hero-badge,
.bugsnag-page .hero-badge,
.discord-page .hero-badge,
.cloudflare-page .hero-badge,
.honeybadger-page .hero-badge,
.microsoft-teams-page .hero-badge,
.new-relic-page .hero-badge,
.rollbar-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.github-page .hero-badge .hero-badge-icon,
.gitlab-page .hero-badge .hero-badge-icon,
.bitbucket-page .hero-badge .hero-badge-icon,
.slack-page .hero-badge .hero-badge-icon,
.shopify-page .hero-badge .hero-badge-icon,
.sentry-page .hero-badge .hero-badge-icon,
.bugsnag-page .hero-badge .hero-badge-icon,
.discord-page .hero-badge .hero-badge-icon,
.cloudflare-page .hero-badge .hero-badge-icon,
.honeybadger-page .hero-badge .hero-badge-icon,
.microsoft-teams-page .hero-badge .hero-badge-icon,
.new-relic-page .hero-badge .hero-badge-icon,
.rollbar-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.github-page .hero-title,
.gitlab-page .hero-title,
.bitbucket-page .hero-title,
.slack-page .hero-title,
.shopify-page .hero-title,
.sentry-page .hero-title,
.bugsnag-page .hero-title,
.discord-page .hero-title,
.cloudflare-page .hero-title,
.honeybadger-page .hero-title,
.microsoft-teams-page .hero-title,
.new-relic-page .hero-title,
.rollbar-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .github-page .hero-title,
  .gitlab-page .hero-title,
  .bitbucket-page .hero-title,
  .slack-page .hero-title,
  .shopify-page .hero-title,
  .sentry-page .hero-title,
  .bugsnag-page .hero-title,
  .discord-page .hero-title,
  .cloudflare-page .hero-title,
  .honeybadger-page .hero-title,
  .microsoft-teams-page .hero-title,
  .new-relic-page .hero-title,
  .rollbar-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .github-page .hero-title,
  .gitlab-page .hero-title,
  .bitbucket-page .hero-title,
  .slack-page .hero-title,
  .shopify-page .hero-title,
  .sentry-page .hero-title,
  .bugsnag-page .hero-title,
  .discord-page .hero-title,
  .cloudflare-page .hero-title,
  .honeybadger-page .hero-title,
  .microsoft-teams-page .hero-title,
  .new-relic-page .hero-title,
  .rollbar-page .hero-title {
    font-size: 2.5rem;
  }
}
.github-page .hero-title .hero-title-highlight,
.gitlab-page .hero-title .hero-title-highlight,
.bitbucket-page .hero-title .hero-title-highlight,
.slack-page .hero-title .hero-title-highlight,
.shopify-page .hero-title .hero-title-highlight,
.sentry-page .hero-title .hero-title-highlight,
.bugsnag-page .hero-title .hero-title-highlight,
.discord-page .hero-title .hero-title-highlight,
.cloudflare-page .hero-title .hero-title-highlight,
.honeybadger-page .hero-title .hero-title-highlight,
.microsoft-teams-page .hero-title .hero-title-highlight,
.new-relic-page .hero-title .hero-title-highlight,
.rollbar-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.github-page .hero-description,
.gitlab-page .hero-description,
.bitbucket-page .hero-description,
.slack-page .hero-description,
.shopify-page .hero-description,
.sentry-page .hero-description,
.bugsnag-page .hero-description,
.discord-page .hero-description,
.cloudflare-page .hero-description,
.honeybadger-page .hero-description,
.microsoft-teams-page .hero-description,
.new-relic-page .hero-description,
.rollbar-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .github-page .hero-description,
  .gitlab-page .hero-description,
  .bitbucket-page .hero-description,
  .slack-page .hero-description,
  .shopify-page .hero-description,
  .sentry-page .hero-description,
  .bugsnag-page .hero-description,
  .discord-page .hero-description,
  .cloudflare-page .hero-description,
  .honeybadger-page .hero-description,
  .microsoft-teams-page .hero-description,
  .new-relic-page .hero-description,
  .rollbar-page .hero-description {
    font-size: 1.125rem;
  }
}
.github-page .hero-actions,
.gitlab-page .hero-actions,
.bitbucket-page .hero-actions,
.slack-page .hero-actions,
.shopify-page .hero-actions,
.sentry-page .hero-actions,
.bugsnag-page .hero-actions,
.discord-page .hero-actions,
.cloudflare-page .hero-actions,
.honeybadger-page .hero-actions,
.microsoft-teams-page .hero-actions,
.new-relic-page .hero-actions,
.rollbar-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .github-page .hero-actions,
  .gitlab-page .hero-actions,
  .bitbucket-page .hero-actions,
  .slack-page .hero-actions,
  .shopify-page .hero-actions,
  .sentry-page .hero-actions,
  .bugsnag-page .hero-actions,
  .discord-page .hero-actions,
  .cloudflare-page .hero-actions,
  .honeybadger-page .hero-actions,
  .microsoft-teams-page .hero-actions,
  .new-relic-page .hero-actions,
  .rollbar-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.github-page .hero-btn-primary,
.gitlab-page .hero-btn-primary,
.bitbucket-page .hero-btn-primary,
.slack-page .hero-btn-primary,
.shopify-page .hero-btn-primary,
.sentry-page .hero-btn-primary,
.bugsnag-page .hero-btn-primary,
.discord-page .hero-btn-primary,
.cloudflare-page .hero-btn-primary,
.honeybadger-page .hero-btn-primary,
.microsoft-teams-page .hero-btn-primary,
.new-relic-page .hero-btn-primary,
.rollbar-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.github-page .hero-btn-primary:hover,
.gitlab-page .hero-btn-primary:hover,
.bitbucket-page .hero-btn-primary:hover,
.slack-page .hero-btn-primary:hover,
.shopify-page .hero-btn-primary:hover,
.sentry-page .hero-btn-primary:hover,
.bugsnag-page .hero-btn-primary:hover,
.discord-page .hero-btn-primary:hover,
.cloudflare-page .hero-btn-primary:hover,
.honeybadger-page .hero-btn-primary:hover,
.microsoft-teams-page .hero-btn-primary:hover,
.new-relic-page .hero-btn-primary:hover,
.rollbar-page .hero-btn-primary:hover {
  background: #2d1470;
}
.github-page .section-header,
.gitlab-page .section-header,
.bitbucket-page .section-header,
.slack-page .section-header,
.shopify-page .section-header,
.sentry-page .section-header,
.bugsnag-page .section-header,
.discord-page .section-header,
.cloudflare-page .section-header,
.honeybadger-page .section-header,
.microsoft-teams-page .section-header,
.new-relic-page .section-header,
.rollbar-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.github-page .section-title,
.gitlab-page .section-title,
.bitbucket-page .section-title,
.slack-page .section-title,
.shopify-page .section-title,
.sentry-page .section-title,
.bugsnag-page .section-title,
.discord-page .section-title,
.cloudflare-page .section-title,
.honeybadger-page .section-title,
.microsoft-teams-page .section-title,
.new-relic-page .section-title,
.rollbar-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .github-page .section-title,
  .gitlab-page .section-title,
  .bitbucket-page .section-title,
  .slack-page .section-title,
  .shopify-page .section-title,
  .sentry-page .section-title,
  .bugsnag-page .section-title,
  .discord-page .section-title,
  .cloudflare-page .section-title,
  .honeybadger-page .section-title,
  .microsoft-teams-page .section-title,
  .new-relic-page .section-title,
  .rollbar-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .github-page .section-title,
  .gitlab-page .section-title,
  .bitbucket-page .section-title,
  .slack-page .section-title,
  .shopify-page .section-title,
  .sentry-page .section-title,
  .bugsnag-page .section-title,
  .discord-page .section-title,
  .cloudflare-page .section-title,
  .honeybadger-page .section-title,
  .microsoft-teams-page .section-title,
  .new-relic-page .section-title,
  .rollbar-page .section-title {
    font-size: 1.75rem;
  }
}
.github-page .section-description,
.gitlab-page .section-description,
.bitbucket-page .section-description,
.slack-page .section-description,
.shopify-page .section-description,
.sentry-page .section-description,
.bugsnag-page .section-description,
.discord-page .section-description,
.cloudflare-page .section-description,
.honeybadger-page .section-description,
.microsoft-teams-page .section-description,
.new-relic-page .section-description,
.rollbar-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.github-page .problem-section,
.gitlab-page .problem-section,
.bitbucket-page .problem-section,
.slack-page .problem-section,
.shopify-page .problem-section,
.sentry-page .problem-section,
.bugsnag-page .problem-section,
.discord-page .problem-section,
.cloudflare-page .problem-section,
.honeybadger-page .problem-section,
.microsoft-teams-page .problem-section,
.new-relic-page .problem-section,
.rollbar-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.github-page .diagram-wrapper,
.gitlab-page .diagram-wrapper,
.bitbucket-page .diagram-wrapper,
.slack-page .diagram-wrapper,
.shopify-page .diagram-wrapper,
.sentry-page .diagram-wrapper,
.bugsnag-page .diagram-wrapper,
.discord-page .diagram-wrapper,
.cloudflare-page .diagram-wrapper,
.honeybadger-page .diagram-wrapper,
.microsoft-teams-page .diagram-wrapper,
.new-relic-page .diagram-wrapper,
.rollbar-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.github-page .diagram-wrapper svg,
.gitlab-page .diagram-wrapper svg,
.bitbucket-page .diagram-wrapper svg,
.slack-page .diagram-wrapper svg,
.shopify-page .diagram-wrapper svg,
.sentry-page .diagram-wrapper svg,
.bugsnag-page .diagram-wrapper svg,
.discord-page .diagram-wrapper svg,
.cloudflare-page .diagram-wrapper svg,
.honeybadger-page .diagram-wrapper svg,
.microsoft-teams-page .diagram-wrapper svg,
.new-relic-page .diagram-wrapper svg,
.rollbar-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.github-page .diagram-caption,
.gitlab-page .diagram-caption,
.bitbucket-page .diagram-caption,
.slack-page .diagram-caption,
.shopify-page .diagram-caption,
.sentry-page .diagram-caption,
.bugsnag-page .diagram-caption,
.discord-page .diagram-caption,
.cloudflare-page .diagram-caption,
.honeybadger-page .diagram-caption,
.microsoft-teams-page .diagram-caption,
.new-relic-page .diagram-caption,
.rollbar-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.github-page .solution-section,
.gitlab-page .solution-section,
.bitbucket-page .solution-section,
.slack-page .solution-section,
.shopify-page .solution-section,
.sentry-page .solution-section,
.bugsnag-page .solution-section,
.discord-page .solution-section,
.cloudflare-page .solution-section,
.honeybadger-page .solution-section,
.microsoft-teams-page .solution-section,
.new-relic-page .solution-section,
.rollbar-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.github-page .how-it-works-section,
.gitlab-page .how-it-works-section,
.bitbucket-page .how-it-works-section,
.slack-page .how-it-works-section,
.shopify-page .how-it-works-section,
.sentry-page .how-it-works-section,
.bugsnag-page .how-it-works-section,
.discord-page .how-it-works-section,
.cloudflare-page .how-it-works-section,
.honeybadger-page .how-it-works-section,
.microsoft-teams-page .how-it-works-section,
.new-relic-page .how-it-works-section,
.rollbar-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.github-page .steps-grid,
.gitlab-page .steps-grid,
.bitbucket-page .steps-grid,
.slack-page .steps-grid,
.shopify-page .steps-grid,
.sentry-page .steps-grid,
.bugsnag-page .steps-grid,
.discord-page .steps-grid,
.cloudflare-page .steps-grid,
.honeybadger-page .steps-grid,
.microsoft-teams-page .steps-grid,
.new-relic-page .steps-grid,
.rollbar-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .github-page .steps-grid,
  .gitlab-page .steps-grid,
  .bitbucket-page .steps-grid,
  .slack-page .steps-grid,
  .shopify-page .steps-grid,
  .sentry-page .steps-grid,
  .bugsnag-page .steps-grid,
  .discord-page .steps-grid,
  .cloudflare-page .steps-grid,
  .honeybadger-page .steps-grid,
  .microsoft-teams-page .steps-grid,
  .new-relic-page .steps-grid,
  .rollbar-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.github-page .step-item,
.gitlab-page .step-item,
.bitbucket-page .step-item,
.slack-page .step-item,
.shopify-page .step-item,
.sentry-page .step-item,
.bugsnag-page .step-item,
.discord-page .step-item,
.cloudflare-page .step-item,
.honeybadger-page .step-item,
.microsoft-teams-page .step-item,
.new-relic-page .step-item,
.rollbar-page .step-item {
  text-align: center;
}
.github-page .step-number,
.gitlab-page .step-number,
.bitbucket-page .step-number,
.slack-page .step-number,
.shopify-page .step-number,
.sentry-page .step-number,
.bugsnag-page .step-number,
.discord-page .step-number,
.cloudflare-page .step-number,
.honeybadger-page .step-number,
.microsoft-teams-page .step-number,
.new-relic-page .step-number,
.rollbar-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.github-page .step-icon-box,
.gitlab-page .step-icon-box,
.bitbucket-page .step-icon-box,
.slack-page .step-icon-box,
.shopify-page .step-icon-box,
.sentry-page .step-icon-box,
.bugsnag-page .step-icon-box,
.discord-page .step-icon-box,
.cloudflare-page .step-icon-box,
.honeybadger-page .step-icon-box,
.microsoft-teams-page .step-icon-box,
.new-relic-page .step-icon-box,
.rollbar-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.github-page .step-icon-box .step-icon-img,
.gitlab-page .step-icon-box .step-icon-img,
.bitbucket-page .step-icon-box .step-icon-img,
.slack-page .step-icon-box .step-icon-img,
.shopify-page .step-icon-box .step-icon-img,
.sentry-page .step-icon-box .step-icon-img,
.bugsnag-page .step-icon-box .step-icon-img,
.discord-page .step-icon-box .step-icon-img,
.cloudflare-page .step-icon-box .step-icon-img,
.honeybadger-page .step-icon-box .step-icon-img,
.microsoft-teams-page .step-icon-box .step-icon-img,
.new-relic-page .step-icon-box .step-icon-img,
.rollbar-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.github-page .step-title,
.gitlab-page .step-title,
.bitbucket-page .step-title,
.slack-page .step-title,
.shopify-page .step-title,
.sentry-page .step-title,
.bugsnag-page .step-title,
.discord-page .step-title,
.cloudflare-page .step-title,
.honeybadger-page .step-title,
.microsoft-teams-page .step-title,
.new-relic-page .step-title,
.rollbar-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.github-page .step-description,
.gitlab-page .step-description,
.bitbucket-page .step-description,
.slack-page .step-description,
.shopify-page .step-description,
.sentry-page .step-description,
.bugsnag-page .step-description,
.discord-page .step-description,
.cloudflare-page .step-description,
.honeybadger-page .step-description,
.microsoft-teams-page .step-description,
.new-relic-page .step-description,
.rollbar-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.github-page .benefits-section,
.gitlab-page .benefits-section,
.bitbucket-page .benefits-section,
.slack-page .benefits-section,
.shopify-page .benefits-section,
.sentry-page .benefits-section,
.bugsnag-page .benefits-section,
.discord-page .benefits-section,
.cloudflare-page .benefits-section,
.honeybadger-page .benefits-section,
.microsoft-teams-page .benefits-section,
.new-relic-page .benefits-section,
.rollbar-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.github-page .benefits-grid,
.gitlab-page .benefits-grid,
.bitbucket-page .benefits-grid,
.slack-page .benefits-grid,
.shopify-page .benefits-grid,
.sentry-page .benefits-grid,
.bugsnag-page .benefits-grid,
.discord-page .benefits-grid,
.cloudflare-page .benefits-grid,
.honeybadger-page .benefits-grid,
.microsoft-teams-page .benefits-grid,
.new-relic-page .benefits-grid,
.rollbar-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .github-page .benefits-grid,
  .gitlab-page .benefits-grid,
  .bitbucket-page .benefits-grid,
  .slack-page .benefits-grid,
  .shopify-page .benefits-grid,
  .sentry-page .benefits-grid,
  .bugsnag-page .benefits-grid,
  .discord-page .benefits-grid,
  .cloudflare-page .benefits-grid,
  .honeybadger-page .benefits-grid,
  .microsoft-teams-page .benefits-grid,
  .new-relic-page .benefits-grid,
  .rollbar-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.github-page .benefit-card,
.gitlab-page .benefit-card,
.bitbucket-page .benefit-card,
.slack-page .benefit-card,
.shopify-page .benefit-card,
.sentry-page .benefit-card,
.bugsnag-page .benefit-card,
.discord-page .benefit-card,
.cloudflare-page .benefit-card,
.honeybadger-page .benefit-card,
.microsoft-teams-page .benefit-card,
.new-relic-page .benefit-card,
.rollbar-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.github-page .benefit-card:hover,
.gitlab-page .benefit-card:hover,
.bitbucket-page .benefit-card:hover,
.slack-page .benefit-card:hover,
.shopify-page .benefit-card:hover,
.sentry-page .benefit-card:hover,
.bugsnag-page .benefit-card:hover,
.discord-page .benefit-card:hover,
.cloudflare-page .benefit-card:hover,
.honeybadger-page .benefit-card:hover,
.microsoft-teams-page .benefit-card:hover,
.new-relic-page .benefit-card:hover,
.rollbar-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.github-page .benefit-icon,
.gitlab-page .benefit-icon,
.bitbucket-page .benefit-icon,
.slack-page .benefit-icon,
.shopify-page .benefit-icon,
.sentry-page .benefit-icon,
.bugsnag-page .benefit-icon,
.discord-page .benefit-icon,
.cloudflare-page .benefit-icon,
.honeybadger-page .benefit-icon,
.microsoft-teams-page .benefit-icon,
.new-relic-page .benefit-icon,
.rollbar-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.github-page .benefit-icon .benefit-icon-img,
.gitlab-page .benefit-icon .benefit-icon-img,
.bitbucket-page .benefit-icon .benefit-icon-img,
.slack-page .benefit-icon .benefit-icon-img,
.shopify-page .benefit-icon .benefit-icon-img,
.sentry-page .benefit-icon .benefit-icon-img,
.bugsnag-page .benefit-icon .benefit-icon-img,
.discord-page .benefit-icon .benefit-icon-img,
.cloudflare-page .benefit-icon .benefit-icon-img,
.honeybadger-page .benefit-icon .benefit-icon-img,
.microsoft-teams-page .benefit-icon .benefit-icon-img,
.new-relic-page .benefit-icon .benefit-icon-img,
.rollbar-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.github-page .benefit-title,
.gitlab-page .benefit-title,
.bitbucket-page .benefit-title,
.slack-page .benefit-title,
.shopify-page .benefit-title,
.sentry-page .benefit-title,
.bugsnag-page .benefit-title,
.discord-page .benefit-title,
.cloudflare-page .benefit-title,
.honeybadger-page .benefit-title,
.microsoft-teams-page .benefit-title,
.new-relic-page .benefit-title,
.rollbar-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.github-page .benefit-description,
.gitlab-page .benefit-description,
.bitbucket-page .benefit-description,
.slack-page .benefit-description,
.shopify-page .benefit-description,
.sentry-page .benefit-description,
.bugsnag-page .benefit-description,
.discord-page .benefit-description,
.cloudflare-page .benefit-description,
.honeybadger-page .benefit-description,
.microsoft-teams-page .benefit-description,
.new-relic-page .benefit-description,
.rollbar-page .benefit-description {
  color: #64748b;
}
.github-page .getting-started-section,
.gitlab-page .getting-started-section,
.bitbucket-page .getting-started-section,
.slack-page .getting-started-section,
.shopify-page .getting-started-section,
.sentry-page .getting-started-section,
.bugsnag-page .getting-started-section,
.discord-page .getting-started-section,
.cloudflare-page .getting-started-section,
.honeybadger-page .getting-started-section,
.microsoft-teams-page .getting-started-section,
.new-relic-page .getting-started-section,
.rollbar-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.github-page .getting-started-content,
.gitlab-page .getting-started-content,
.bitbucket-page .getting-started-content,
.slack-page .getting-started-content,
.shopify-page .getting-started-content,
.sentry-page .getting-started-content,
.bugsnag-page .getting-started-content,
.discord-page .getting-started-content,
.cloudflare-page .getting-started-content,
.honeybadger-page .getting-started-content,
.microsoft-teams-page .getting-started-content,
.new-relic-page .getting-started-content,
.rollbar-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .github-page .getting-started-content,
  .gitlab-page .getting-started-content,
  .bitbucket-page .getting-started-content,
  .slack-page .getting-started-content,
  .shopify-page .getting-started-content,
  .sentry-page .getting-started-content,
  .bugsnag-page .getting-started-content,
  .discord-page .getting-started-content,
  .cloudflare-page .getting-started-content,
  .honeybadger-page .getting-started-content,
  .microsoft-teams-page .getting-started-content,
  .new-relic-page .getting-started-content,
  .rollbar-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.github-page .getting-started-badge,
.gitlab-page .getting-started-badge,
.bitbucket-page .getting-started-badge,
.slack-page .getting-started-badge,
.shopify-page .getting-started-badge,
.sentry-page .getting-started-badge,
.bugsnag-page .getting-started-badge,
.discord-page .getting-started-badge,
.cloudflare-page .getting-started-badge,
.honeybadger-page .getting-started-badge,
.microsoft-teams-page .getting-started-badge,
.new-relic-page .getting-started-badge,
.rollbar-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.github-page .getting-started-title,
.gitlab-page .getting-started-title,
.bitbucket-page .getting-started-title,
.slack-page .getting-started-title,
.shopify-page .getting-started-title,
.sentry-page .getting-started-title,
.bugsnag-page .getting-started-title,
.discord-page .getting-started-title,
.cloudflare-page .getting-started-title,
.honeybadger-page .getting-started-title,
.microsoft-teams-page .getting-started-title,
.new-relic-page .getting-started-title,
.rollbar-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .github-page .getting-started-title,
  .gitlab-page .getting-started-title,
  .bitbucket-page .getting-started-title,
  .slack-page .getting-started-title,
  .shopify-page .getting-started-title,
  .sentry-page .getting-started-title,
  .bugsnag-page .getting-started-title,
  .discord-page .getting-started-title,
  .cloudflare-page .getting-started-title,
  .honeybadger-page .getting-started-title,
  .microsoft-teams-page .getting-started-title,
  .new-relic-page .getting-started-title,
  .rollbar-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .github-page .getting-started-title,
  .gitlab-page .getting-started-title,
  .bitbucket-page .getting-started-title,
  .slack-page .getting-started-title,
  .shopify-page .getting-started-title,
  .sentry-page .getting-started-title,
  .bugsnag-page .getting-started-title,
  .discord-page .getting-started-title,
  .cloudflare-page .getting-started-title,
  .honeybadger-page .getting-started-title,
  .microsoft-teams-page .getting-started-title,
  .new-relic-page .getting-started-title,
  .rollbar-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.github-page .getting-started-steps,
.gitlab-page .getting-started-steps,
.bitbucket-page .getting-started-steps,
.slack-page .getting-started-steps,
.shopify-page .getting-started-steps,
.sentry-page .getting-started-steps,
.bugsnag-page .getting-started-steps,
.discord-page .getting-started-steps,
.cloudflare-page .getting-started-steps,
.honeybadger-page .getting-started-steps,
.microsoft-teams-page .getting-started-steps,
.new-relic-page .getting-started-steps,
.rollbar-page .getting-started-steps {
  margin-bottom: 2rem;
}
.github-page .gs-step,
.gitlab-page .gs-step,
.bitbucket-page .gs-step,
.slack-page .gs-step,
.shopify-page .gs-step,
.sentry-page .gs-step,
.bugsnag-page .gs-step,
.discord-page .gs-step,
.cloudflare-page .gs-step,
.honeybadger-page .gs-step,
.microsoft-teams-page .gs-step,
.new-relic-page .gs-step,
.rollbar-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.github-page .gs-step .check-icon,
.gitlab-page .gs-step .check-icon,
.bitbucket-page .gs-step .check-icon,
.slack-page .gs-step .check-icon,
.shopify-page .gs-step .check-icon,
.sentry-page .gs-step .check-icon,
.bugsnag-page .gs-step .check-icon,
.discord-page .gs-step .check-icon,
.cloudflare-page .gs-step .check-icon,
.honeybadger-page .gs-step .check-icon,
.microsoft-teams-page .gs-step .check-icon,
.new-relic-page .gs-step .check-icon,
.rollbar-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.github-page .gs-step-title,
.gitlab-page .gs-step-title,
.bitbucket-page .gs-step-title,
.slack-page .gs-step-title,
.shopify-page .gs-step-title,
.sentry-page .gs-step-title,
.bugsnag-page .gs-step-title,
.discord-page .gs-step-title,
.cloudflare-page .gs-step-title,
.honeybadger-page .gs-step-title,
.microsoft-teams-page .gs-step-title,
.new-relic-page .gs-step-title,
.rollbar-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.github-page .gs-step-description,
.gitlab-page .gs-step-description,
.bitbucket-page .gs-step-description,
.slack-page .gs-step-description,
.shopify-page .gs-step-description,
.sentry-page .gs-step-description,
.bugsnag-page .gs-step-description,
.discord-page .gs-step-description,
.cloudflare-page .gs-step-description,
.honeybadger-page .gs-step-description,
.microsoft-teams-page .gs-step-description,
.new-relic-page .gs-step-description,
.rollbar-page .gs-step-description {
  color: #94a3b8;
}
.github-page .getting-started-link,
.gitlab-page .getting-started-link,
.bitbucket-page .getting-started-link,
.slack-page .getting-started-link,
.shopify-page .getting-started-link,
.sentry-page .getting-started-link,
.bugsnag-page .getting-started-link,
.discord-page .getting-started-link,
.cloudflare-page .getting-started-link,
.honeybadger-page .getting-started-link,
.microsoft-teams-page .getting-started-link,
.new-relic-page .getting-started-link,
.rollbar-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.github-page .getting-started-link:hover,
.gitlab-page .getting-started-link:hover,
.bitbucket-page .getting-started-link:hover,
.slack-page .getting-started-link:hover,
.shopify-page .getting-started-link:hover,
.sentry-page .getting-started-link:hover,
.bugsnag-page .getting-started-link:hover,
.discord-page .getting-started-link:hover,
.cloudflare-page .getting-started-link:hover,
.honeybadger-page .getting-started-link:hover,
.microsoft-teams-page .getting-started-link:hover,
.new-relic-page .getting-started-link:hover,
.rollbar-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .github-page .getting-started-visual,
  .gitlab-page .getting-started-visual,
  .bitbucket-page .getting-started-visual,
  .slack-page .getting-started-visual,
  .shopify-page .getting-started-visual,
  .sentry-page .getting-started-visual,
  .bugsnag-page .getting-started-visual,
  .discord-page .getting-started-visual,
  .cloudflare-page .getting-started-visual,
  .honeybadger-page .getting-started-visual,
  .microsoft-teams-page .getting-started-visual,
  .new-relic-page .getting-started-visual,
  .rollbar-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.github-page .getting-started-visual svg,
.gitlab-page .getting-started-visual svg,
.bitbucket-page .getting-started-visual svg,
.slack-page .getting-started-visual svg,
.shopify-page .getting-started-visual svg,
.sentry-page .getting-started-visual svg,
.bugsnag-page .getting-started-visual svg,
.discord-page .getting-started-visual svg,
.cloudflare-page .getting-started-visual svg,
.honeybadger-page .getting-started-visual svg,
.microsoft-teams-page .getting-started-visual svg,
.new-relic-page .getting-started-visual svg,
.rollbar-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.github-page .cta-section,
.gitlab-page .cta-section,
.bitbucket-page .cta-section,
.slack-page .cta-section,
.shopify-page .cta-section,
.sentry-page .cta-section,
.bugsnag-page .cta-section,
.discord-page .cta-section,
.cloudflare-page .cta-section,
.honeybadger-page .cta-section,
.microsoft-teams-page .cta-section,
.new-relic-page .cta-section,
.rollbar-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.github-page .cta-content,
.gitlab-page .cta-content,
.bitbucket-page .cta-content,
.slack-page .cta-content,
.shopify-page .cta-content,
.sentry-page .cta-content,
.bugsnag-page .cta-content,
.discord-page .cta-content,
.cloudflare-page .cta-content,
.honeybadger-page .cta-content,
.microsoft-teams-page .cta-content,
.new-relic-page .cta-content,
.rollbar-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.github-page .cta-title,
.gitlab-page .cta-title,
.bitbucket-page .cta-title,
.slack-page .cta-title,
.shopify-page .cta-title,
.sentry-page .cta-title,
.bugsnag-page .cta-title,
.discord-page .cta-title,
.cloudflare-page .cta-title,
.honeybadger-page .cta-title,
.microsoft-teams-page .cta-title,
.new-relic-page .cta-title,
.rollbar-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .github-page .cta-title,
  .gitlab-page .cta-title,
  .bitbucket-page .cta-title,
  .slack-page .cta-title,
  .shopify-page .cta-title,
  .sentry-page .cta-title,
  .bugsnag-page .cta-title,
  .discord-page .cta-title,
  .cloudflare-page .cta-title,
  .honeybadger-page .cta-title,
  .microsoft-teams-page .cta-title,
  .new-relic-page .cta-title,
  .rollbar-page .cta-title {
    font-size: 2rem;
  }
}
.github-page .cta-description,
.gitlab-page .cta-description,
.bitbucket-page .cta-description,
.slack-page .cta-description,
.shopify-page .cta-description,
.sentry-page .cta-description,
.bugsnag-page .cta-description,
.discord-page .cta-description,
.cloudflare-page .cta-description,
.honeybadger-page .cta-description,
.microsoft-teams-page .cta-description,
.new-relic-page .cta-description,
.rollbar-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.github-page .cta-actions,
.gitlab-page .cta-actions,
.bitbucket-page .cta-actions,
.slack-page .cta-actions,
.shopify-page .cta-actions,
.sentry-page .cta-actions,
.bugsnag-page .cta-actions,
.discord-page .cta-actions,
.cloudflare-page .cta-actions,
.honeybadger-page .cta-actions,
.microsoft-teams-page .cta-actions,
.new-relic-page .cta-actions,
.rollbar-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .github-page .cta-actions,
  .gitlab-page .cta-actions,
  .bitbucket-page .cta-actions,
  .slack-page .cta-actions,
  .shopify-page .cta-actions,
  .sentry-page .cta-actions,
  .bugsnag-page .cta-actions,
  .discord-page .cta-actions,
  .cloudflare-page .cta-actions,
  .honeybadger-page .cta-actions,
  .microsoft-teams-page .cta-actions,
  .new-relic-page .cta-actions,
  .rollbar-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.github-page .cta-btn-primary,
.gitlab-page .cta-btn-primary,
.bitbucket-page .cta-btn-primary,
.slack-page .cta-btn-primary,
.shopify-page .cta-btn-primary,
.sentry-page .cta-btn-primary,
.bugsnag-page .cta-btn-primary,
.discord-page .cta-btn-primary,
.cloudflare-page .cta-btn-primary,
.honeybadger-page .cta-btn-primary,
.microsoft-teams-page .cta-btn-primary,
.new-relic-page .cta-btn-primary,
.rollbar-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.github-page .cta-btn-primary:hover,
.gitlab-page .cta-btn-primary:hover,
.bitbucket-page .cta-btn-primary:hover,
.slack-page .cta-btn-primary:hover,
.shopify-page .cta-btn-primary:hover,
.sentry-page .cta-btn-primary:hover,
.bugsnag-page .cta-btn-primary:hover,
.discord-page .cta-btn-primary:hover,
.cloudflare-page .cta-btn-primary:hover,
.honeybadger-page .cta-btn-primary:hover,
.microsoft-teams-page .cta-btn-primary:hover,
.new-relic-page .cta-btn-primary:hover,
.rollbar-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.github-page .cta-disclaimer,
.gitlab-page .cta-disclaimer,
.bitbucket-page .cta-disclaimer,
.slack-page .cta-disclaimer,
.shopify-page .cta-disclaimer,
.sentry-page .cta-disclaimer,
.bugsnag-page .cta-disclaimer,
.discord-page .cta-disclaimer,
.cloudflare-page .cta-disclaimer,
.honeybadger-page .cta-disclaimer,
.microsoft-teams-page .cta-disclaimer,
.new-relic-page .cta-disclaimer,
.rollbar-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .github-page .hero-section,
.dark-mode .gitlab-page .hero-section,
.dark-mode .bitbucket-page .hero-section,
.dark-mode .slack-page .hero-section,
.dark-mode .shopify-page .hero-section,
.dark-mode .sentry-page .hero-section,
.dark-mode .bugsnag-page .hero-section,
.dark-mode .discord-page .hero-section,
.dark-mode .cloudflare-page .hero-section,
.dark-mode .honeybadger-page .hero-section,
.dark-mode .microsoft-teams-page .hero-section,
.dark-mode .new-relic-page .hero-section,
.dark-mode .rollbar-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .github-page .hero-badge,
.dark-mode .gitlab-page .hero-badge,
.dark-mode .bitbucket-page .hero-badge,
.dark-mode .slack-page .hero-badge,
.dark-mode .shopify-page .hero-badge,
.dark-mode .sentry-page .hero-badge,
.dark-mode .bugsnag-page .hero-badge,
.dark-mode .discord-page .hero-badge,
.dark-mode .cloudflare-page .hero-badge,
.dark-mode .honeybadger-page .hero-badge,
.dark-mode .microsoft-teams-page .hero-badge,
.dark-mode .new-relic-page .hero-badge,
.dark-mode .rollbar-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .github-page .hero-title,
.dark-mode .gitlab-page .hero-title,
.dark-mode .bitbucket-page .hero-title,
.dark-mode .slack-page .hero-title,
.dark-mode .shopify-page .hero-title,
.dark-mode .sentry-page .hero-title,
.dark-mode .bugsnag-page .hero-title,
.dark-mode .discord-page .hero-title,
.dark-mode .cloudflare-page .hero-title,
.dark-mode .honeybadger-page .hero-title,
.dark-mode .microsoft-teams-page .hero-title,
.dark-mode .new-relic-page .hero-title,
.dark-mode .rollbar-page .hero-title {
  color: #ffffff;
}
.dark-mode .github-page .hero-title .hero-title-highlight,
.dark-mode .github-page .hero-title span[class*=highlight],
.dark-mode .gitlab-page .hero-title .hero-title-highlight,
.dark-mode .gitlab-page .hero-title span[class*=highlight],
.dark-mode .bitbucket-page .hero-title .hero-title-highlight,
.dark-mode .bitbucket-page .hero-title span[class*=highlight],
.dark-mode .slack-page .hero-title .hero-title-highlight,
.dark-mode .slack-page .hero-title span[class*=highlight],
.dark-mode .shopify-page .hero-title .hero-title-highlight,
.dark-mode .shopify-page .hero-title span[class*=highlight],
.dark-mode .sentry-page .hero-title .hero-title-highlight,
.dark-mode .sentry-page .hero-title span[class*=highlight],
.dark-mode .bugsnag-page .hero-title .hero-title-highlight,
.dark-mode .bugsnag-page .hero-title span[class*=highlight],
.dark-mode .discord-page .hero-title .hero-title-highlight,
.dark-mode .discord-page .hero-title span[class*=highlight],
.dark-mode .cloudflare-page .hero-title .hero-title-highlight,
.dark-mode .cloudflare-page .hero-title span[class*=highlight],
.dark-mode .honeybadger-page .hero-title .hero-title-highlight,
.dark-mode .honeybadger-page .hero-title span[class*=highlight],
.dark-mode .microsoft-teams-page .hero-title .hero-title-highlight,
.dark-mode .microsoft-teams-page .hero-title span[class*=highlight],
.dark-mode .new-relic-page .hero-title .hero-title-highlight,
.dark-mode .new-relic-page .hero-title span[class*=highlight],
.dark-mode .rollbar-page .hero-title .hero-title-highlight,
.dark-mode .rollbar-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .github-page .hero-description,
.dark-mode .gitlab-page .hero-description,
.dark-mode .bitbucket-page .hero-description,
.dark-mode .slack-page .hero-description,
.dark-mode .shopify-page .hero-description,
.dark-mode .sentry-page .hero-description,
.dark-mode .bugsnag-page .hero-description,
.dark-mode .discord-page .hero-description,
.dark-mode .cloudflare-page .hero-description,
.dark-mode .honeybadger-page .hero-description,
.dark-mode .microsoft-teams-page .hero-description,
.dark-mode .new-relic-page .hero-description,
.dark-mode .rollbar-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .github-page .section-header .section-title,
.dark-mode .github-page .section-title,
.dark-mode .gitlab-page .section-header .section-title,
.dark-mode .gitlab-page .section-title,
.dark-mode .bitbucket-page .section-header .section-title,
.dark-mode .bitbucket-page .section-title,
.dark-mode .slack-page .section-header .section-title,
.dark-mode .slack-page .section-title,
.dark-mode .shopify-page .section-header .section-title,
.dark-mode .shopify-page .section-title,
.dark-mode .sentry-page .section-header .section-title,
.dark-mode .sentry-page .section-title,
.dark-mode .bugsnag-page .section-header .section-title,
.dark-mode .bugsnag-page .section-title,
.dark-mode .discord-page .section-header .section-title,
.dark-mode .discord-page .section-title,
.dark-mode .cloudflare-page .section-header .section-title,
.dark-mode .cloudflare-page .section-title,
.dark-mode .honeybadger-page .section-header .section-title,
.dark-mode .honeybadger-page .section-title,
.dark-mode .microsoft-teams-page .section-header .section-title,
.dark-mode .microsoft-teams-page .section-title,
.dark-mode .new-relic-page .section-header .section-title,
.dark-mode .new-relic-page .section-title,
.dark-mode .rollbar-page .section-header .section-title,
.dark-mode .rollbar-page .section-title {
  color: #ffffff;
}
.dark-mode .github-page .section-header .section-description,
.dark-mode .github-page .section-description,
.dark-mode .gitlab-page .section-header .section-description,
.dark-mode .gitlab-page .section-description,
.dark-mode .bitbucket-page .section-header .section-description,
.dark-mode .bitbucket-page .section-description,
.dark-mode .slack-page .section-header .section-description,
.dark-mode .slack-page .section-description,
.dark-mode .shopify-page .section-header .section-description,
.dark-mode .shopify-page .section-description,
.dark-mode .sentry-page .section-header .section-description,
.dark-mode .sentry-page .section-description,
.dark-mode .bugsnag-page .section-header .section-description,
.dark-mode .bugsnag-page .section-description,
.dark-mode .discord-page .section-header .section-description,
.dark-mode .discord-page .section-description,
.dark-mode .cloudflare-page .section-header .section-description,
.dark-mode .cloudflare-page .section-description,
.dark-mode .honeybadger-page .section-header .section-description,
.dark-mode .honeybadger-page .section-description,
.dark-mode .microsoft-teams-page .section-header .section-description,
.dark-mode .microsoft-teams-page .section-description,
.dark-mode .new-relic-page .section-header .section-description,
.dark-mode .new-relic-page .section-description,
.dark-mode .rollbar-page .section-header .section-description,
.dark-mode .rollbar-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .github-page section,
.dark-mode .github-page .features-section,
.dark-mode .github-page .how-it-works-section,
.dark-mode .github-page .benefits-section,
.dark-mode .github-page .comparison-section,
.dark-mode .github-page .use-cases-section,
.dark-mode .github-page .technical-section,
.dark-mode .gitlab-page section,
.dark-mode .gitlab-page .features-section,
.dark-mode .gitlab-page .how-it-works-section,
.dark-mode .gitlab-page .benefits-section,
.dark-mode .gitlab-page .comparison-section,
.dark-mode .gitlab-page .use-cases-section,
.dark-mode .gitlab-page .technical-section,
.dark-mode .bitbucket-page section,
.dark-mode .bitbucket-page .features-section,
.dark-mode .bitbucket-page .how-it-works-section,
.dark-mode .bitbucket-page .benefits-section,
.dark-mode .bitbucket-page .comparison-section,
.dark-mode .bitbucket-page .use-cases-section,
.dark-mode .bitbucket-page .technical-section,
.dark-mode .slack-page section,
.dark-mode .slack-page .features-section,
.dark-mode .slack-page .how-it-works-section,
.dark-mode .slack-page .benefits-section,
.dark-mode .slack-page .comparison-section,
.dark-mode .slack-page .use-cases-section,
.dark-mode .slack-page .technical-section,
.dark-mode .shopify-page section,
.dark-mode .shopify-page .features-section,
.dark-mode .shopify-page .how-it-works-section,
.dark-mode .shopify-page .benefits-section,
.dark-mode .shopify-page .comparison-section,
.dark-mode .shopify-page .use-cases-section,
.dark-mode .shopify-page .technical-section,
.dark-mode .sentry-page section,
.dark-mode .sentry-page .features-section,
.dark-mode .sentry-page .how-it-works-section,
.dark-mode .sentry-page .benefits-section,
.dark-mode .sentry-page .comparison-section,
.dark-mode .sentry-page .use-cases-section,
.dark-mode .sentry-page .technical-section,
.dark-mode .bugsnag-page section,
.dark-mode .bugsnag-page .features-section,
.dark-mode .bugsnag-page .how-it-works-section,
.dark-mode .bugsnag-page .benefits-section,
.dark-mode .bugsnag-page .comparison-section,
.dark-mode .bugsnag-page .use-cases-section,
.dark-mode .bugsnag-page .technical-section,
.dark-mode .discord-page section,
.dark-mode .discord-page .features-section,
.dark-mode .discord-page .how-it-works-section,
.dark-mode .discord-page .benefits-section,
.dark-mode .discord-page .comparison-section,
.dark-mode .discord-page .use-cases-section,
.dark-mode .discord-page .technical-section,
.dark-mode .cloudflare-page section,
.dark-mode .cloudflare-page .features-section,
.dark-mode .cloudflare-page .how-it-works-section,
.dark-mode .cloudflare-page .benefits-section,
.dark-mode .cloudflare-page .comparison-section,
.dark-mode .cloudflare-page .use-cases-section,
.dark-mode .cloudflare-page .technical-section,
.dark-mode .honeybadger-page section,
.dark-mode .honeybadger-page .features-section,
.dark-mode .honeybadger-page .how-it-works-section,
.dark-mode .honeybadger-page .benefits-section,
.dark-mode .honeybadger-page .comparison-section,
.dark-mode .honeybadger-page .use-cases-section,
.dark-mode .honeybadger-page .technical-section,
.dark-mode .microsoft-teams-page section,
.dark-mode .microsoft-teams-page .features-section,
.dark-mode .microsoft-teams-page .how-it-works-section,
.dark-mode .microsoft-teams-page .benefits-section,
.dark-mode .microsoft-teams-page .comparison-section,
.dark-mode .microsoft-teams-page .use-cases-section,
.dark-mode .microsoft-teams-page .technical-section,
.dark-mode .new-relic-page section,
.dark-mode .new-relic-page .features-section,
.dark-mode .new-relic-page .how-it-works-section,
.dark-mode .new-relic-page .benefits-section,
.dark-mode .new-relic-page .comparison-section,
.dark-mode .new-relic-page .use-cases-section,
.dark-mode .new-relic-page .technical-section,
.dark-mode .rollbar-page section,
.dark-mode .rollbar-page .features-section,
.dark-mode .rollbar-page .how-it-works-section,
.dark-mode .rollbar-page .benefits-section,
.dark-mode .rollbar-page .comparison-section,
.dark-mode .rollbar-page .use-cases-section,
.dark-mode .rollbar-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .github-page section:nth-child(even),
.dark-mode .github-page .features-section:nth-child(even),
.dark-mode .gitlab-page section:nth-child(even),
.dark-mode .gitlab-page .features-section:nth-child(even),
.dark-mode .bitbucket-page section:nth-child(even),
.dark-mode .bitbucket-page .features-section:nth-child(even),
.dark-mode .slack-page section:nth-child(even),
.dark-mode .slack-page .features-section:nth-child(even),
.dark-mode .shopify-page section:nth-child(even),
.dark-mode .shopify-page .features-section:nth-child(even),
.dark-mode .sentry-page section:nth-child(even),
.dark-mode .sentry-page .features-section:nth-child(even),
.dark-mode .bugsnag-page section:nth-child(even),
.dark-mode .bugsnag-page .features-section:nth-child(even),
.dark-mode .discord-page section:nth-child(even),
.dark-mode .discord-page .features-section:nth-child(even),
.dark-mode .cloudflare-page section:nth-child(even),
.dark-mode .cloudflare-page .features-section:nth-child(even),
.dark-mode .honeybadger-page section:nth-child(even),
.dark-mode .honeybadger-page .features-section:nth-child(even),
.dark-mode .microsoft-teams-page section:nth-child(even),
.dark-mode .microsoft-teams-page .features-section:nth-child(even),
.dark-mode .new-relic-page section:nth-child(even),
.dark-mode .new-relic-page .features-section:nth-child(even),
.dark-mode .rollbar-page section:nth-child(even),
.dark-mode .rollbar-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .github-page .feature-card,
.dark-mode .github-page .benefit-card,
.dark-mode .github-page .step-card,
.dark-mode .github-page .use-case-card,
.dark-mode .github-page .comparison-card,
.dark-mode .github-page .info-card,
.dark-mode .github-page .workflow-step,
.dark-mode .github-page .capability-card,
.dark-mode .github-page .tool-card,
.dark-mode .github-page .integration-card,
.dark-mode .github-page .tech-card,
.dark-mode .gitlab-page .feature-card,
.dark-mode .gitlab-page .benefit-card,
.dark-mode .gitlab-page .step-card,
.dark-mode .gitlab-page .use-case-card,
.dark-mode .gitlab-page .comparison-card,
.dark-mode .gitlab-page .info-card,
.dark-mode .gitlab-page .workflow-step,
.dark-mode .gitlab-page .capability-card,
.dark-mode .gitlab-page .tool-card,
.dark-mode .gitlab-page .integration-card,
.dark-mode .gitlab-page .tech-card,
.dark-mode .bitbucket-page .feature-card,
.dark-mode .bitbucket-page .benefit-card,
.dark-mode .bitbucket-page .step-card,
.dark-mode .bitbucket-page .use-case-card,
.dark-mode .bitbucket-page .comparison-card,
.dark-mode .bitbucket-page .info-card,
.dark-mode .bitbucket-page .workflow-step,
.dark-mode .bitbucket-page .capability-card,
.dark-mode .bitbucket-page .tool-card,
.dark-mode .bitbucket-page .integration-card,
.dark-mode .bitbucket-page .tech-card,
.dark-mode .slack-page .feature-card,
.dark-mode .slack-page .benefit-card,
.dark-mode .slack-page .step-card,
.dark-mode .slack-page .use-case-card,
.dark-mode .slack-page .comparison-card,
.dark-mode .slack-page .info-card,
.dark-mode .slack-page .workflow-step,
.dark-mode .slack-page .capability-card,
.dark-mode .slack-page .tool-card,
.dark-mode .slack-page .integration-card,
.dark-mode .slack-page .tech-card,
.dark-mode .shopify-page .feature-card,
.dark-mode .shopify-page .benefit-card,
.dark-mode .shopify-page .step-card,
.dark-mode .shopify-page .use-case-card,
.dark-mode .shopify-page .comparison-card,
.dark-mode .shopify-page .info-card,
.dark-mode .shopify-page .workflow-step,
.dark-mode .shopify-page .capability-card,
.dark-mode .shopify-page .tool-card,
.dark-mode .shopify-page .integration-card,
.dark-mode .shopify-page .tech-card,
.dark-mode .sentry-page .feature-card,
.dark-mode .sentry-page .benefit-card,
.dark-mode .sentry-page .step-card,
.dark-mode .sentry-page .use-case-card,
.dark-mode .sentry-page .comparison-card,
.dark-mode .sentry-page .info-card,
.dark-mode .sentry-page .workflow-step,
.dark-mode .sentry-page .capability-card,
.dark-mode .sentry-page .tool-card,
.dark-mode .sentry-page .integration-card,
.dark-mode .sentry-page .tech-card,
.dark-mode .bugsnag-page .feature-card,
.dark-mode .bugsnag-page .benefit-card,
.dark-mode .bugsnag-page .step-card,
.dark-mode .bugsnag-page .use-case-card,
.dark-mode .bugsnag-page .comparison-card,
.dark-mode .bugsnag-page .info-card,
.dark-mode .bugsnag-page .workflow-step,
.dark-mode .bugsnag-page .capability-card,
.dark-mode .bugsnag-page .tool-card,
.dark-mode .bugsnag-page .integration-card,
.dark-mode .bugsnag-page .tech-card,
.dark-mode .discord-page .feature-card,
.dark-mode .discord-page .benefit-card,
.dark-mode .discord-page .step-card,
.dark-mode .discord-page .use-case-card,
.dark-mode .discord-page .comparison-card,
.dark-mode .discord-page .info-card,
.dark-mode .discord-page .workflow-step,
.dark-mode .discord-page .capability-card,
.dark-mode .discord-page .tool-card,
.dark-mode .discord-page .integration-card,
.dark-mode .discord-page .tech-card,
.dark-mode .cloudflare-page .feature-card,
.dark-mode .cloudflare-page .benefit-card,
.dark-mode .cloudflare-page .step-card,
.dark-mode .cloudflare-page .use-case-card,
.dark-mode .cloudflare-page .comparison-card,
.dark-mode .cloudflare-page .info-card,
.dark-mode .cloudflare-page .workflow-step,
.dark-mode .cloudflare-page .capability-card,
.dark-mode .cloudflare-page .tool-card,
.dark-mode .cloudflare-page .integration-card,
.dark-mode .cloudflare-page .tech-card,
.dark-mode .honeybadger-page .feature-card,
.dark-mode .honeybadger-page .benefit-card,
.dark-mode .honeybadger-page .step-card,
.dark-mode .honeybadger-page .use-case-card,
.dark-mode .honeybadger-page .comparison-card,
.dark-mode .honeybadger-page .info-card,
.dark-mode .honeybadger-page .workflow-step,
.dark-mode .honeybadger-page .capability-card,
.dark-mode .honeybadger-page .tool-card,
.dark-mode .honeybadger-page .integration-card,
.dark-mode .honeybadger-page .tech-card,
.dark-mode .microsoft-teams-page .feature-card,
.dark-mode .microsoft-teams-page .benefit-card,
.dark-mode .microsoft-teams-page .step-card,
.dark-mode .microsoft-teams-page .use-case-card,
.dark-mode .microsoft-teams-page .comparison-card,
.dark-mode .microsoft-teams-page .info-card,
.dark-mode .microsoft-teams-page .workflow-step,
.dark-mode .microsoft-teams-page .capability-card,
.dark-mode .microsoft-teams-page .tool-card,
.dark-mode .microsoft-teams-page .integration-card,
.dark-mode .microsoft-teams-page .tech-card,
.dark-mode .new-relic-page .feature-card,
.dark-mode .new-relic-page .benefit-card,
.dark-mode .new-relic-page .step-card,
.dark-mode .new-relic-page .use-case-card,
.dark-mode .new-relic-page .comparison-card,
.dark-mode .new-relic-page .info-card,
.dark-mode .new-relic-page .workflow-step,
.dark-mode .new-relic-page .capability-card,
.dark-mode .new-relic-page .tool-card,
.dark-mode .new-relic-page .integration-card,
.dark-mode .new-relic-page .tech-card,
.dark-mode .rollbar-page .feature-card,
.dark-mode .rollbar-page .benefit-card,
.dark-mode .rollbar-page .step-card,
.dark-mode .rollbar-page .use-case-card,
.dark-mode .rollbar-page .comparison-card,
.dark-mode .rollbar-page .info-card,
.dark-mode .rollbar-page .workflow-step,
.dark-mode .rollbar-page .capability-card,
.dark-mode .rollbar-page .tool-card,
.dark-mode .rollbar-page .integration-card,
.dark-mode .rollbar-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .github-page .feature-card__title,
.dark-mode .github-page .benefit-card h3,
.dark-mode .github-page .step-card h3,
.dark-mode .github-page .capability-card h3,
.dark-mode .github-page .info-card h3,
.dark-mode .github-page .tool-card h3,
.dark-mode .github-page .tech-card h3,
.dark-mode .gitlab-page .feature-card__title,
.dark-mode .gitlab-page .benefit-card h3,
.dark-mode .gitlab-page .step-card h3,
.dark-mode .gitlab-page .capability-card h3,
.dark-mode .gitlab-page .info-card h3,
.dark-mode .gitlab-page .tool-card h3,
.dark-mode .gitlab-page .tech-card h3,
.dark-mode .bitbucket-page .feature-card__title,
.dark-mode .bitbucket-page .benefit-card h3,
.dark-mode .bitbucket-page .step-card h3,
.dark-mode .bitbucket-page .capability-card h3,
.dark-mode .bitbucket-page .info-card h3,
.dark-mode .bitbucket-page .tool-card h3,
.dark-mode .bitbucket-page .tech-card h3,
.dark-mode .slack-page .feature-card__title,
.dark-mode .slack-page .benefit-card h3,
.dark-mode .slack-page .step-card h3,
.dark-mode .slack-page .capability-card h3,
.dark-mode .slack-page .info-card h3,
.dark-mode .slack-page .tool-card h3,
.dark-mode .slack-page .tech-card h3,
.dark-mode .shopify-page .feature-card__title,
.dark-mode .shopify-page .benefit-card h3,
.dark-mode .shopify-page .step-card h3,
.dark-mode .shopify-page .capability-card h3,
.dark-mode .shopify-page .info-card h3,
.dark-mode .shopify-page .tool-card h3,
.dark-mode .shopify-page .tech-card h3,
.dark-mode .sentry-page .feature-card__title,
.dark-mode .sentry-page .benefit-card h3,
.dark-mode .sentry-page .step-card h3,
.dark-mode .sentry-page .capability-card h3,
.dark-mode .sentry-page .info-card h3,
.dark-mode .sentry-page .tool-card h3,
.dark-mode .sentry-page .tech-card h3,
.dark-mode .bugsnag-page .feature-card__title,
.dark-mode .bugsnag-page .benefit-card h3,
.dark-mode .bugsnag-page .step-card h3,
.dark-mode .bugsnag-page .capability-card h3,
.dark-mode .bugsnag-page .info-card h3,
.dark-mode .bugsnag-page .tool-card h3,
.dark-mode .bugsnag-page .tech-card h3,
.dark-mode .discord-page .feature-card__title,
.dark-mode .discord-page .benefit-card h3,
.dark-mode .discord-page .step-card h3,
.dark-mode .discord-page .capability-card h3,
.dark-mode .discord-page .info-card h3,
.dark-mode .discord-page .tool-card h3,
.dark-mode .discord-page .tech-card h3,
.dark-mode .cloudflare-page .feature-card__title,
.dark-mode .cloudflare-page .benefit-card h3,
.dark-mode .cloudflare-page .step-card h3,
.dark-mode .cloudflare-page .capability-card h3,
.dark-mode .cloudflare-page .info-card h3,
.dark-mode .cloudflare-page .tool-card h3,
.dark-mode .cloudflare-page .tech-card h3,
.dark-mode .honeybadger-page .feature-card__title,
.dark-mode .honeybadger-page .benefit-card h3,
.dark-mode .honeybadger-page .step-card h3,
.dark-mode .honeybadger-page .capability-card h3,
.dark-mode .honeybadger-page .info-card h3,
.dark-mode .honeybadger-page .tool-card h3,
.dark-mode .honeybadger-page .tech-card h3,
.dark-mode .microsoft-teams-page .feature-card__title,
.dark-mode .microsoft-teams-page .benefit-card h3,
.dark-mode .microsoft-teams-page .step-card h3,
.dark-mode .microsoft-teams-page .capability-card h3,
.dark-mode .microsoft-teams-page .info-card h3,
.dark-mode .microsoft-teams-page .tool-card h3,
.dark-mode .microsoft-teams-page .tech-card h3,
.dark-mode .new-relic-page .feature-card__title,
.dark-mode .new-relic-page .benefit-card h3,
.dark-mode .new-relic-page .step-card h3,
.dark-mode .new-relic-page .capability-card h3,
.dark-mode .new-relic-page .info-card h3,
.dark-mode .new-relic-page .tool-card h3,
.dark-mode .new-relic-page .tech-card h3,
.dark-mode .rollbar-page .feature-card__title,
.dark-mode .rollbar-page .benefit-card h3,
.dark-mode .rollbar-page .step-card h3,
.dark-mode .rollbar-page .capability-card h3,
.dark-mode .rollbar-page .info-card h3,
.dark-mode .rollbar-page .tool-card h3,
.dark-mode .rollbar-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .github-page .feature-card__description,
.dark-mode .github-page .benefit-card p,
.dark-mode .github-page .step-card p,
.dark-mode .github-page .capability-card p,
.dark-mode .github-page .info-card p,
.dark-mode .github-page .tool-card p,
.dark-mode .github-page .tech-card p,
.dark-mode .gitlab-page .feature-card__description,
.dark-mode .gitlab-page .benefit-card p,
.dark-mode .gitlab-page .step-card p,
.dark-mode .gitlab-page .capability-card p,
.dark-mode .gitlab-page .info-card p,
.dark-mode .gitlab-page .tool-card p,
.dark-mode .gitlab-page .tech-card p,
.dark-mode .bitbucket-page .feature-card__description,
.dark-mode .bitbucket-page .benefit-card p,
.dark-mode .bitbucket-page .step-card p,
.dark-mode .bitbucket-page .capability-card p,
.dark-mode .bitbucket-page .info-card p,
.dark-mode .bitbucket-page .tool-card p,
.dark-mode .bitbucket-page .tech-card p,
.dark-mode .slack-page .feature-card__description,
.dark-mode .slack-page .benefit-card p,
.dark-mode .slack-page .step-card p,
.dark-mode .slack-page .capability-card p,
.dark-mode .slack-page .info-card p,
.dark-mode .slack-page .tool-card p,
.dark-mode .slack-page .tech-card p,
.dark-mode .shopify-page .feature-card__description,
.dark-mode .shopify-page .benefit-card p,
.dark-mode .shopify-page .step-card p,
.dark-mode .shopify-page .capability-card p,
.dark-mode .shopify-page .info-card p,
.dark-mode .shopify-page .tool-card p,
.dark-mode .shopify-page .tech-card p,
.dark-mode .sentry-page .feature-card__description,
.dark-mode .sentry-page .benefit-card p,
.dark-mode .sentry-page .step-card p,
.dark-mode .sentry-page .capability-card p,
.dark-mode .sentry-page .info-card p,
.dark-mode .sentry-page .tool-card p,
.dark-mode .sentry-page .tech-card p,
.dark-mode .bugsnag-page .feature-card__description,
.dark-mode .bugsnag-page .benefit-card p,
.dark-mode .bugsnag-page .step-card p,
.dark-mode .bugsnag-page .capability-card p,
.dark-mode .bugsnag-page .info-card p,
.dark-mode .bugsnag-page .tool-card p,
.dark-mode .bugsnag-page .tech-card p,
.dark-mode .discord-page .feature-card__description,
.dark-mode .discord-page .benefit-card p,
.dark-mode .discord-page .step-card p,
.dark-mode .discord-page .capability-card p,
.dark-mode .discord-page .info-card p,
.dark-mode .discord-page .tool-card p,
.dark-mode .discord-page .tech-card p,
.dark-mode .cloudflare-page .feature-card__description,
.dark-mode .cloudflare-page .benefit-card p,
.dark-mode .cloudflare-page .step-card p,
.dark-mode .cloudflare-page .capability-card p,
.dark-mode .cloudflare-page .info-card p,
.dark-mode .cloudflare-page .tool-card p,
.dark-mode .cloudflare-page .tech-card p,
.dark-mode .honeybadger-page .feature-card__description,
.dark-mode .honeybadger-page .benefit-card p,
.dark-mode .honeybadger-page .step-card p,
.dark-mode .honeybadger-page .capability-card p,
.dark-mode .honeybadger-page .info-card p,
.dark-mode .honeybadger-page .tool-card p,
.dark-mode .honeybadger-page .tech-card p,
.dark-mode .microsoft-teams-page .feature-card__description,
.dark-mode .microsoft-teams-page .benefit-card p,
.dark-mode .microsoft-teams-page .step-card p,
.dark-mode .microsoft-teams-page .capability-card p,
.dark-mode .microsoft-teams-page .info-card p,
.dark-mode .microsoft-teams-page .tool-card p,
.dark-mode .microsoft-teams-page .tech-card p,
.dark-mode .new-relic-page .feature-card__description,
.dark-mode .new-relic-page .benefit-card p,
.dark-mode .new-relic-page .step-card p,
.dark-mode .new-relic-page .capability-card p,
.dark-mode .new-relic-page .info-card p,
.dark-mode .new-relic-page .tool-card p,
.dark-mode .new-relic-page .tech-card p,
.dark-mode .rollbar-page .feature-card__description,
.dark-mode .rollbar-page .benefit-card p,
.dark-mode .rollbar-page .step-card p,
.dark-mode .rollbar-page .capability-card p,
.dark-mode .rollbar-page .info-card p,
.dark-mode .rollbar-page .tool-card p,
.dark-mode .rollbar-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .github-page .feature-card__icon,
.dark-mode .github-page .step-number,
.dark-mode .github-page .benefit-icon,
.dark-mode .gitlab-page .feature-card__icon,
.dark-mode .gitlab-page .step-number,
.dark-mode .gitlab-page .benefit-icon,
.dark-mode .bitbucket-page .feature-card__icon,
.dark-mode .bitbucket-page .step-number,
.dark-mode .bitbucket-page .benefit-icon,
.dark-mode .slack-page .feature-card__icon,
.dark-mode .slack-page .step-number,
.dark-mode .slack-page .benefit-icon,
.dark-mode .shopify-page .feature-card__icon,
.dark-mode .shopify-page .step-number,
.dark-mode .shopify-page .benefit-icon,
.dark-mode .sentry-page .feature-card__icon,
.dark-mode .sentry-page .step-number,
.dark-mode .sentry-page .benefit-icon,
.dark-mode .bugsnag-page .feature-card__icon,
.dark-mode .bugsnag-page .step-number,
.dark-mode .bugsnag-page .benefit-icon,
.dark-mode .discord-page .feature-card__icon,
.dark-mode .discord-page .step-number,
.dark-mode .discord-page .benefit-icon,
.dark-mode .cloudflare-page .feature-card__icon,
.dark-mode .cloudflare-page .step-number,
.dark-mode .cloudflare-page .benefit-icon,
.dark-mode .honeybadger-page .feature-card__icon,
.dark-mode .honeybadger-page .step-number,
.dark-mode .honeybadger-page .benefit-icon,
.dark-mode .microsoft-teams-page .feature-card__icon,
.dark-mode .microsoft-teams-page .step-number,
.dark-mode .microsoft-teams-page .benefit-icon,
.dark-mode .new-relic-page .feature-card__icon,
.dark-mode .new-relic-page .step-number,
.dark-mode .new-relic-page .benefit-icon,
.dark-mode .rollbar-page .feature-card__icon,
.dark-mode .rollbar-page .step-number,
.dark-mode .rollbar-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .github-page .step-title,
.dark-mode .github-page .gs-step-title,
.dark-mode .gitlab-page .step-title,
.dark-mode .gitlab-page .gs-step-title,
.dark-mode .bitbucket-page .step-title,
.dark-mode .bitbucket-page .gs-step-title,
.dark-mode .slack-page .step-title,
.dark-mode .slack-page .gs-step-title,
.dark-mode .shopify-page .step-title,
.dark-mode .shopify-page .gs-step-title,
.dark-mode .sentry-page .step-title,
.dark-mode .sentry-page .gs-step-title,
.dark-mode .bugsnag-page .step-title,
.dark-mode .bugsnag-page .gs-step-title,
.dark-mode .discord-page .step-title,
.dark-mode .discord-page .gs-step-title,
.dark-mode .cloudflare-page .step-title,
.dark-mode .cloudflare-page .gs-step-title,
.dark-mode .honeybadger-page .step-title,
.dark-mode .honeybadger-page .gs-step-title,
.dark-mode .microsoft-teams-page .step-title,
.dark-mode .microsoft-teams-page .gs-step-title,
.dark-mode .new-relic-page .step-title,
.dark-mode .new-relic-page .gs-step-title,
.dark-mode .rollbar-page .step-title,
.dark-mode .rollbar-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .github-page .step-description,
.dark-mode .github-page .gs-step-description,
.dark-mode .gitlab-page .step-description,
.dark-mode .gitlab-page .gs-step-description,
.dark-mode .bitbucket-page .step-description,
.dark-mode .bitbucket-page .gs-step-description,
.dark-mode .slack-page .step-description,
.dark-mode .slack-page .gs-step-description,
.dark-mode .shopify-page .step-description,
.dark-mode .shopify-page .gs-step-description,
.dark-mode .sentry-page .step-description,
.dark-mode .sentry-page .gs-step-description,
.dark-mode .bugsnag-page .step-description,
.dark-mode .bugsnag-page .gs-step-description,
.dark-mode .discord-page .step-description,
.dark-mode .discord-page .gs-step-description,
.dark-mode .cloudflare-page .step-description,
.dark-mode .cloudflare-page .gs-step-description,
.dark-mode .honeybadger-page .step-description,
.dark-mode .honeybadger-page .gs-step-description,
.dark-mode .microsoft-teams-page .step-description,
.dark-mode .microsoft-teams-page .gs-step-description,
.dark-mode .new-relic-page .step-description,
.dark-mode .new-relic-page .gs-step-description,
.dark-mode .rollbar-page .step-description,
.dark-mode .rollbar-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .github-page .step-icon,
.dark-mode .gitlab-page .step-icon,
.dark-mode .bitbucket-page .step-icon,
.dark-mode .slack-page .step-icon,
.dark-mode .shopify-page .step-icon,
.dark-mode .sentry-page .step-icon,
.dark-mode .bugsnag-page .step-icon,
.dark-mode .discord-page .step-icon,
.dark-mode .cloudflare-page .step-icon,
.dark-mode .honeybadger-page .step-icon,
.dark-mode .microsoft-teams-page .step-icon,
.dark-mode .new-relic-page .step-icon,
.dark-mode .rollbar-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .github-page .gs-step,
.dark-mode .gitlab-page .gs-step,
.dark-mode .bitbucket-page .gs-step,
.dark-mode .slack-page .gs-step,
.dark-mode .shopify-page .gs-step,
.dark-mode .sentry-page .gs-step,
.dark-mode .bugsnag-page .gs-step,
.dark-mode .discord-page .gs-step,
.dark-mode .cloudflare-page .gs-step,
.dark-mode .honeybadger-page .gs-step,
.dark-mode .microsoft-teams-page .gs-step,
.dark-mode .new-relic-page .gs-step,
.dark-mode .rollbar-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .github-page .btn--primary,
.dark-mode .gitlab-page .btn--primary,
.dark-mode .bitbucket-page .btn--primary,
.dark-mode .slack-page .btn--primary,
.dark-mode .shopify-page .btn--primary,
.dark-mode .sentry-page .btn--primary,
.dark-mode .bugsnag-page .btn--primary,
.dark-mode .discord-page .btn--primary,
.dark-mode .cloudflare-page .btn--primary,
.dark-mode .honeybadger-page .btn--primary,
.dark-mode .microsoft-teams-page .btn--primary,
.dark-mode .new-relic-page .btn--primary,
.dark-mode .rollbar-page .btn--primary {
  color: #ffffff;
}
.dark-mode .github-page .btn--outline,
.dark-mode .gitlab-page .btn--outline,
.dark-mode .bitbucket-page .btn--outline,
.dark-mode .slack-page .btn--outline,
.dark-mode .shopify-page .btn--outline,
.dark-mode .sentry-page .btn--outline,
.dark-mode .bugsnag-page .btn--outline,
.dark-mode .discord-page .btn--outline,
.dark-mode .cloudflare-page .btn--outline,
.dark-mode .honeybadger-page .btn--outline,
.dark-mode .microsoft-teams-page .btn--outline,
.dark-mode .new-relic-page .btn--outline,
.dark-mode .rollbar-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .github-page .btn--outline:hover,
.dark-mode .gitlab-page .btn--outline:hover,
.dark-mode .bitbucket-page .btn--outline:hover,
.dark-mode .slack-page .btn--outline:hover,
.dark-mode .shopify-page .btn--outline:hover,
.dark-mode .sentry-page .btn--outline:hover,
.dark-mode .bugsnag-page .btn--outline:hover,
.dark-mode .discord-page .btn--outline:hover,
.dark-mode .cloudflare-page .btn--outline:hover,
.dark-mode .honeybadger-page .btn--outline:hover,
.dark-mode .microsoft-teams-page .btn--outline:hover,
.dark-mode .new-relic-page .btn--outline:hover,
.dark-mode .rollbar-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .github-page .cta-section,
.dark-mode .gitlab-page .cta-section,
.dark-mode .bitbucket-page .cta-section,
.dark-mode .slack-page .cta-section,
.dark-mode .shopify-page .cta-section,
.dark-mode .sentry-page .cta-section,
.dark-mode .bugsnag-page .cta-section,
.dark-mode .discord-page .cta-section,
.dark-mode .cloudflare-page .cta-section,
.dark-mode .honeybadger-page .cta-section,
.dark-mode .microsoft-teams-page .cta-section,
.dark-mode .new-relic-page .cta-section,
.dark-mode .rollbar-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .github-page .cta-title,
.dark-mode .gitlab-page .cta-title,
.dark-mode .bitbucket-page .cta-title,
.dark-mode .slack-page .cta-title,
.dark-mode .shopify-page .cta-title,
.dark-mode .sentry-page .cta-title,
.dark-mode .bugsnag-page .cta-title,
.dark-mode .discord-page .cta-title,
.dark-mode .cloudflare-page .cta-title,
.dark-mode .honeybadger-page .cta-title,
.dark-mode .microsoft-teams-page .cta-title,
.dark-mode .new-relic-page .cta-title,
.dark-mode .rollbar-page .cta-title {
  color: #ffffff;
}
.dark-mode .github-page .cta-description,
.dark-mode .gitlab-page .cta-description,
.dark-mode .bitbucket-page .cta-description,
.dark-mode .slack-page .cta-description,
.dark-mode .shopify-page .cta-description,
.dark-mode .sentry-page .cta-description,
.dark-mode .bugsnag-page .cta-description,
.dark-mode .discord-page .cta-description,
.dark-mode .cloudflare-page .cta-description,
.dark-mode .honeybadger-page .cta-description,
.dark-mode .microsoft-teams-page .cta-description,
.dark-mode .new-relic-page .cta-description,
.dark-mode .rollbar-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .github-page .cta-btn-primary,
.dark-mode .gitlab-page .cta-btn-primary,
.dark-mode .bitbucket-page .cta-btn-primary,
.dark-mode .slack-page .cta-btn-primary,
.dark-mode .shopify-page .cta-btn-primary,
.dark-mode .sentry-page .cta-btn-primary,
.dark-mode .bugsnag-page .cta-btn-primary,
.dark-mode .discord-page .cta-btn-primary,
.dark-mode .cloudflare-page .cta-btn-primary,
.dark-mode .honeybadger-page .cta-btn-primary,
.dark-mode .microsoft-teams-page .cta-btn-primary,
.dark-mode .new-relic-page .cta-btn-primary,
.dark-mode .rollbar-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .github-page .cta-btn-primary:hover,
.dark-mode .gitlab-page .cta-btn-primary:hover,
.dark-mode .bitbucket-page .cta-btn-primary:hover,
.dark-mode .slack-page .cta-btn-primary:hover,
.dark-mode .shopify-page .cta-btn-primary:hover,
.dark-mode .sentry-page .cta-btn-primary:hover,
.dark-mode .bugsnag-page .cta-btn-primary:hover,
.dark-mode .discord-page .cta-btn-primary:hover,
.dark-mode .cloudflare-page .cta-btn-primary:hover,
.dark-mode .honeybadger-page .cta-btn-primary:hover,
.dark-mode .microsoft-teams-page .cta-btn-primary:hover,
.dark-mode .new-relic-page .cta-btn-primary:hover,
.dark-mode .rollbar-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .github-page .cta-disclaimer,
.dark-mode .gitlab-page .cta-disclaimer,
.dark-mode .bitbucket-page .cta-disclaimer,
.dark-mode .slack-page .cta-disclaimer,
.dark-mode .shopify-page .cta-disclaimer,
.dark-mode .sentry-page .cta-disclaimer,
.dark-mode .bugsnag-page .cta-disclaimer,
.dark-mode .discord-page .cta-disclaimer,
.dark-mode .cloudflare-page .cta-disclaimer,
.dark-mode .honeybadger-page .cta-disclaimer,
.dark-mode .microsoft-teams-page .cta-disclaimer,
.dark-mode .new-relic-page .cta-disclaimer,
.dark-mode .rollbar-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .github-page pre,
.dark-mode .github-page code,
.dark-mode .gitlab-page pre,
.dark-mode .gitlab-page code,
.dark-mode .bitbucket-page pre,
.dark-mode .bitbucket-page code,
.dark-mode .slack-page pre,
.dark-mode .slack-page code,
.dark-mode .shopify-page pre,
.dark-mode .shopify-page code,
.dark-mode .sentry-page pre,
.dark-mode .sentry-page code,
.dark-mode .bugsnag-page pre,
.dark-mode .bugsnag-page code,
.dark-mode .discord-page pre,
.dark-mode .discord-page code,
.dark-mode .cloudflare-page pre,
.dark-mode .cloudflare-page code,
.dark-mode .honeybadger-page pre,
.dark-mode .honeybadger-page code,
.dark-mode .microsoft-teams-page pre,
.dark-mode .microsoft-teams-page code,
.dark-mode .new-relic-page pre,
.dark-mode .new-relic-page code,
.dark-mode .rollbar-page pre,
.dark-mode .rollbar-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .github-page ul li,
.dark-mode .github-page ol li,
.dark-mode .gitlab-page ul li,
.dark-mode .gitlab-page ol li,
.dark-mode .bitbucket-page ul li,
.dark-mode .bitbucket-page ol li,
.dark-mode .slack-page ul li,
.dark-mode .slack-page ol li,
.dark-mode .shopify-page ul li,
.dark-mode .shopify-page ol li,
.dark-mode .sentry-page ul li,
.dark-mode .sentry-page ol li,
.dark-mode .bugsnag-page ul li,
.dark-mode .bugsnag-page ol li,
.dark-mode .discord-page ul li,
.dark-mode .discord-page ol li,
.dark-mode .cloudflare-page ul li,
.dark-mode .cloudflare-page ol li,
.dark-mode .honeybadger-page ul li,
.dark-mode .honeybadger-page ol li,
.dark-mode .microsoft-teams-page ul li,
.dark-mode .microsoft-teams-page ol li,
.dark-mode .new-relic-page ul li,
.dark-mode .new-relic-page ol li,
.dark-mode .rollbar-page ul li,
.dark-mode .rollbar-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .github-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__),
.dark-mode .gitlab-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__),
.dark-mode .bitbucket-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__),
.dark-mode .slack-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__),
.dark-mode .shopify-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__),
.dark-mode .sentry-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__),
.dark-mode .bugsnag-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__),
.dark-mode .discord-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__),
.dark-mode .cloudflare-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__),
.dark-mode .honeybadger-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__),
.dark-mode .microsoft-teams-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__),
.dark-mode .new-relic-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__),
.dark-mode .rollbar-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .github-page hr,
.dark-mode .gitlab-page hr,
.dark-mode .bitbucket-page hr,
.dark-mode .slack-page hr,
.dark-mode .shopify-page hr,
.dark-mode .sentry-page hr,
.dark-mode .bugsnag-page hr,
.dark-mode .discord-page hr,
.dark-mode .cloudflare-page hr,
.dark-mode .honeybadger-page hr,
.dark-mode .microsoft-teams-page hr,
.dark-mode .new-relic-page hr,
.dark-mode .rollbar-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .github-page .config-mockup,
.dark-mode .github-page .code-block,
.dark-mode .github-page .terminal-block,
.dark-mode .gitlab-page .config-mockup,
.dark-mode .gitlab-page .code-block,
.dark-mode .gitlab-page .terminal-block,
.dark-mode .bitbucket-page .config-mockup,
.dark-mode .bitbucket-page .code-block,
.dark-mode .bitbucket-page .terminal-block,
.dark-mode .slack-page .config-mockup,
.dark-mode .slack-page .code-block,
.dark-mode .slack-page .terminal-block,
.dark-mode .shopify-page .config-mockup,
.dark-mode .shopify-page .code-block,
.dark-mode .shopify-page .terminal-block,
.dark-mode .sentry-page .config-mockup,
.dark-mode .sentry-page .code-block,
.dark-mode .sentry-page .terminal-block,
.dark-mode .bugsnag-page .config-mockup,
.dark-mode .bugsnag-page .code-block,
.dark-mode .bugsnag-page .terminal-block,
.dark-mode .discord-page .config-mockup,
.dark-mode .discord-page .code-block,
.dark-mode .discord-page .terminal-block,
.dark-mode .cloudflare-page .config-mockup,
.dark-mode .cloudflare-page .code-block,
.dark-mode .cloudflare-page .terminal-block,
.dark-mode .honeybadger-page .config-mockup,
.dark-mode .honeybadger-page .code-block,
.dark-mode .honeybadger-page .terminal-block,
.dark-mode .microsoft-teams-page .config-mockup,
.dark-mode .microsoft-teams-page .code-block,
.dark-mode .microsoft-teams-page .terminal-block,
.dark-mode .new-relic-page .config-mockup,
.dark-mode .new-relic-page .code-block,
.dark-mode .new-relic-page .terminal-block,
.dark-mode .rollbar-page .config-mockup,
.dark-mode .rollbar-page .code-block,
.dark-mode .rollbar-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .github-page .problem-section,
.dark-mode .gitlab-page .problem-section,
.dark-mode .bitbucket-page .problem-section,
.dark-mode .slack-page .problem-section,
.dark-mode .shopify-page .problem-section,
.dark-mode .sentry-page .problem-section,
.dark-mode .bugsnag-page .problem-section,
.dark-mode .discord-page .problem-section,
.dark-mode .cloudflare-page .problem-section,
.dark-mode .honeybadger-page .problem-section,
.dark-mode .microsoft-teams-page .problem-section,
.dark-mode .new-relic-page .problem-section,
.dark-mode .rollbar-page .problem-section {
  background: #0f0826;
}
.dark-mode .github-page .solution-section,
.dark-mode .gitlab-page .solution-section,
.dark-mode .bitbucket-page .solution-section,
.dark-mode .slack-page .solution-section,
.dark-mode .shopify-page .solution-section,
.dark-mode .sentry-page .solution-section,
.dark-mode .bugsnag-page .solution-section,
.dark-mode .discord-page .solution-section,
.dark-mode .cloudflare-page .solution-section,
.dark-mode .honeybadger-page .solution-section,
.dark-mode .microsoft-teams-page .solution-section,
.dark-mode .new-relic-page .solution-section,
.dark-mode .rollbar-page .solution-section {
  background: #100828;
}
.dark-mode .github-page .diagram-wrapper svg rect[fill="#ede9fe"],
.dark-mode .gitlab-page .diagram-wrapper svg rect[fill="#ede9fe"],
.dark-mode .bitbucket-page .diagram-wrapper svg rect[fill="#ede9fe"],
.dark-mode .slack-page .diagram-wrapper svg rect[fill="#ede9fe"],
.dark-mode .shopify-page .diagram-wrapper svg rect[fill="#ede9fe"],
.dark-mode .sentry-page .diagram-wrapper svg rect[fill="#ede9fe"],
.dark-mode .bugsnag-page .diagram-wrapper svg rect[fill="#ede9fe"],
.dark-mode .discord-page .diagram-wrapper svg rect[fill="#ede9fe"],
.dark-mode .cloudflare-page .diagram-wrapper svg rect[fill="#ede9fe"],
.dark-mode .honeybadger-page .diagram-wrapper svg rect[fill="#ede9fe"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg rect[fill="#ede9fe"],
.dark-mode .new-relic-page .diagram-wrapper svg rect[fill="#ede9fe"],
.dark-mode .rollbar-page .diagram-wrapper svg rect[fill="#ede9fe"] {
  fill: rgba(102, 47, 224, 0.25);
}
.dark-mode .github-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .github-page .diagram-wrapper svg rect[fill="#f8fafc"],
.dark-mode .gitlab-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .gitlab-page .diagram-wrapper svg rect[fill="#f8fafc"],
.dark-mode .bitbucket-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .bitbucket-page .diagram-wrapper svg rect[fill="#f8fafc"],
.dark-mode .slack-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .slack-page .diagram-wrapper svg rect[fill="#f8fafc"],
.dark-mode .shopify-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .shopify-page .diagram-wrapper svg rect[fill="#f8fafc"],
.dark-mode .sentry-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .sentry-page .diagram-wrapper svg rect[fill="#f8fafc"],
.dark-mode .bugsnag-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .bugsnag-page .diagram-wrapper svg rect[fill="#f8fafc"],
.dark-mode .discord-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .discord-page .diagram-wrapper svg rect[fill="#f8fafc"],
.dark-mode .cloudflare-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .cloudflare-page .diagram-wrapper svg rect[fill="#f8fafc"],
.dark-mode .honeybadger-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .honeybadger-page .diagram-wrapper svg rect[fill="#f8fafc"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg rect[fill="#f8fafc"],
.dark-mode .new-relic-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .new-relic-page .diagram-wrapper svg rect[fill="#f8fafc"],
.dark-mode .rollbar-page .diagram-wrapper svg rect[fill="#f1f5f9"],
.dark-mode .rollbar-page .diagram-wrapper svg rect[fill="#f8fafc"] {
  fill: rgba(255, 255, 255, 0.08);
}
.dark-mode .github-page .diagram-wrapper svg rect[fill="#fee2e2"],
.dark-mode .gitlab-page .diagram-wrapper svg rect[fill="#fee2e2"],
.dark-mode .bitbucket-page .diagram-wrapper svg rect[fill="#fee2e2"],
.dark-mode .slack-page .diagram-wrapper svg rect[fill="#fee2e2"],
.dark-mode .shopify-page .diagram-wrapper svg rect[fill="#fee2e2"],
.dark-mode .sentry-page .diagram-wrapper svg rect[fill="#fee2e2"],
.dark-mode .bugsnag-page .diagram-wrapper svg rect[fill="#fee2e2"],
.dark-mode .discord-page .diagram-wrapper svg rect[fill="#fee2e2"],
.dark-mode .cloudflare-page .diagram-wrapper svg rect[fill="#fee2e2"],
.dark-mode .honeybadger-page .diagram-wrapper svg rect[fill="#fee2e2"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg rect[fill="#fee2e2"],
.dark-mode .new-relic-page .diagram-wrapper svg rect[fill="#fee2e2"],
.dark-mode .rollbar-page .diagram-wrapper svg rect[fill="#fee2e2"] {
  fill: rgba(239, 68, 68, 0.15);
}
.dark-mode .github-page .diagram-wrapper svg rect[fill="#fef3c7"],
.dark-mode .gitlab-page .diagram-wrapper svg rect[fill="#fef3c7"],
.dark-mode .bitbucket-page .diagram-wrapper svg rect[fill="#fef3c7"],
.dark-mode .slack-page .diagram-wrapper svg rect[fill="#fef3c7"],
.dark-mode .shopify-page .diagram-wrapper svg rect[fill="#fef3c7"],
.dark-mode .sentry-page .diagram-wrapper svg rect[fill="#fef3c7"],
.dark-mode .bugsnag-page .diagram-wrapper svg rect[fill="#fef3c7"],
.dark-mode .discord-page .diagram-wrapper svg rect[fill="#fef3c7"],
.dark-mode .cloudflare-page .diagram-wrapper svg rect[fill="#fef3c7"],
.dark-mode .honeybadger-page .diagram-wrapper svg rect[fill="#fef3c7"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg rect[fill="#fef3c7"],
.dark-mode .new-relic-page .diagram-wrapper svg rect[fill="#fef3c7"],
.dark-mode .rollbar-page .diagram-wrapper svg rect[fill="#fef3c7"] {
  fill: rgba(245, 158, 11, 0.15);
}
.dark-mode .github-page .diagram-wrapper svg rect[fill="#d1fae5"],
.dark-mode .gitlab-page .diagram-wrapper svg rect[fill="#d1fae5"],
.dark-mode .bitbucket-page .diagram-wrapper svg rect[fill="#d1fae5"],
.dark-mode .slack-page .diagram-wrapper svg rect[fill="#d1fae5"],
.dark-mode .shopify-page .diagram-wrapper svg rect[fill="#d1fae5"],
.dark-mode .sentry-page .diagram-wrapper svg rect[fill="#d1fae5"],
.dark-mode .bugsnag-page .diagram-wrapper svg rect[fill="#d1fae5"],
.dark-mode .discord-page .diagram-wrapper svg rect[fill="#d1fae5"],
.dark-mode .cloudflare-page .diagram-wrapper svg rect[fill="#d1fae5"],
.dark-mode .honeybadger-page .diagram-wrapper svg rect[fill="#d1fae5"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg rect[fill="#d1fae5"],
.dark-mode .new-relic-page .diagram-wrapper svg rect[fill="#d1fae5"],
.dark-mode .rollbar-page .diagram-wrapper svg rect[fill="#d1fae5"] {
  fill: rgba(16, 185, 129, 0.2);
}
.dark-mode .github-page .diagram-wrapper svg rect[stroke="#cbd5e1"],
.dark-mode .gitlab-page .diagram-wrapper svg rect[stroke="#cbd5e1"],
.dark-mode .bitbucket-page .diagram-wrapper svg rect[stroke="#cbd5e1"],
.dark-mode .slack-page .diagram-wrapper svg rect[stroke="#cbd5e1"],
.dark-mode .shopify-page .diagram-wrapper svg rect[stroke="#cbd5e1"],
.dark-mode .sentry-page .diagram-wrapper svg rect[stroke="#cbd5e1"],
.dark-mode .bugsnag-page .diagram-wrapper svg rect[stroke="#cbd5e1"],
.dark-mode .discord-page .diagram-wrapper svg rect[stroke="#cbd5e1"],
.dark-mode .cloudflare-page .diagram-wrapper svg rect[stroke="#cbd5e1"],
.dark-mode .honeybadger-page .diagram-wrapper svg rect[stroke="#cbd5e1"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg rect[stroke="#cbd5e1"],
.dark-mode .new-relic-page .diagram-wrapper svg rect[stroke="#cbd5e1"],
.dark-mode .rollbar-page .diagram-wrapper svg rect[stroke="#cbd5e1"] {
  stroke: rgba(255, 255, 255, 0.2);
}
.dark-mode .github-page .diagram-wrapper svg rect[stroke="#3b1d95"],
.dark-mode .gitlab-page .diagram-wrapper svg rect[stroke="#3b1d95"],
.dark-mode .bitbucket-page .diagram-wrapper svg rect[stroke="#3b1d95"],
.dark-mode .slack-page .diagram-wrapper svg rect[stroke="#3b1d95"],
.dark-mode .shopify-page .diagram-wrapper svg rect[stroke="#3b1d95"],
.dark-mode .sentry-page .diagram-wrapper svg rect[stroke="#3b1d95"],
.dark-mode .bugsnag-page .diagram-wrapper svg rect[stroke="#3b1d95"],
.dark-mode .discord-page .diagram-wrapper svg rect[stroke="#3b1d95"],
.dark-mode .cloudflare-page .diagram-wrapper svg rect[stroke="#3b1d95"],
.dark-mode .honeybadger-page .diagram-wrapper svg rect[stroke="#3b1d95"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg rect[stroke="#3b1d95"],
.dark-mode .new-relic-page .diagram-wrapper svg rect[stroke="#3b1d95"],
.dark-mode .rollbar-page .diagram-wrapper svg rect[stroke="#3b1d95"] {
  stroke: #662fe0;
}
.dark-mode .github-page .diagram-wrapper svg rect[stroke="#e2e8f0"],
.dark-mode .gitlab-page .diagram-wrapper svg rect[stroke="#e2e8f0"],
.dark-mode .bitbucket-page .diagram-wrapper svg rect[stroke="#e2e8f0"],
.dark-mode .slack-page .diagram-wrapper svg rect[stroke="#e2e8f0"],
.dark-mode .shopify-page .diagram-wrapper svg rect[stroke="#e2e8f0"],
.dark-mode .sentry-page .diagram-wrapper svg rect[stroke="#e2e8f0"],
.dark-mode .bugsnag-page .diagram-wrapper svg rect[stroke="#e2e8f0"],
.dark-mode .discord-page .diagram-wrapper svg rect[stroke="#e2e8f0"],
.dark-mode .cloudflare-page .diagram-wrapper svg rect[stroke="#e2e8f0"],
.dark-mode .honeybadger-page .diagram-wrapper svg rect[stroke="#e2e8f0"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg rect[stroke="#e2e8f0"],
.dark-mode .new-relic-page .diagram-wrapper svg rect[stroke="#e2e8f0"],
.dark-mode .rollbar-page .diagram-wrapper svg rect[stroke="#e2e8f0"] {
  stroke: rgba(255, 255, 255, 0.15);
}
.dark-mode .github-page .diagram-wrapper svg text[fill="#3b1d95"],
.dark-mode .gitlab-page .diagram-wrapper svg text[fill="#3b1d95"],
.dark-mode .bitbucket-page .diagram-wrapper svg text[fill="#3b1d95"],
.dark-mode .slack-page .diagram-wrapper svg text[fill="#3b1d95"],
.dark-mode .shopify-page .diagram-wrapper svg text[fill="#3b1d95"],
.dark-mode .sentry-page .diagram-wrapper svg text[fill="#3b1d95"],
.dark-mode .bugsnag-page .diagram-wrapper svg text[fill="#3b1d95"],
.dark-mode .discord-page .diagram-wrapper svg text[fill="#3b1d95"],
.dark-mode .cloudflare-page .diagram-wrapper svg text[fill="#3b1d95"],
.dark-mode .honeybadger-page .diagram-wrapper svg text[fill="#3b1d95"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg text[fill="#3b1d95"],
.dark-mode .new-relic-page .diagram-wrapper svg text[fill="#3b1d95"],
.dark-mode .rollbar-page .diagram-wrapper svg text[fill="#3b1d95"] {
  fill: #bb9bff;
}
.dark-mode .github-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .github-page .diagram-wrapper svg text[fill="#0f172a"],
.dark-mode .gitlab-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .gitlab-page .diagram-wrapper svg text[fill="#0f172a"],
.dark-mode .bitbucket-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .bitbucket-page .diagram-wrapper svg text[fill="#0f172a"],
.dark-mode .slack-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .slack-page .diagram-wrapper svg text[fill="#0f172a"],
.dark-mode .shopify-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .shopify-page .diagram-wrapper svg text[fill="#0f172a"],
.dark-mode .sentry-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .sentry-page .diagram-wrapper svg text[fill="#0f172a"],
.dark-mode .bugsnag-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .bugsnag-page .diagram-wrapper svg text[fill="#0f172a"],
.dark-mode .discord-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .discord-page .diagram-wrapper svg text[fill="#0f172a"],
.dark-mode .cloudflare-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .cloudflare-page .diagram-wrapper svg text[fill="#0f172a"],
.dark-mode .honeybadger-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .honeybadger-page .diagram-wrapper svg text[fill="#0f172a"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg text[fill="#0f172a"],
.dark-mode .new-relic-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .new-relic-page .diagram-wrapper svg text[fill="#0f172a"],
.dark-mode .rollbar-page .diagram-wrapper svg text[fill="#334155"],
.dark-mode .rollbar-page .diagram-wrapper svg text[fill="#0f172a"] {
  fill: #ffffff;
}
.dark-mode .github-page .diagram-wrapper svg text[fill="#6366f1"],
.dark-mode .gitlab-page .diagram-wrapper svg text[fill="#6366f1"],
.dark-mode .bitbucket-page .diagram-wrapper svg text[fill="#6366f1"],
.dark-mode .slack-page .diagram-wrapper svg text[fill="#6366f1"],
.dark-mode .shopify-page .diagram-wrapper svg text[fill="#6366f1"],
.dark-mode .sentry-page .diagram-wrapper svg text[fill="#6366f1"],
.dark-mode .bugsnag-page .diagram-wrapper svg text[fill="#6366f1"],
.dark-mode .discord-page .diagram-wrapper svg text[fill="#6366f1"],
.dark-mode .cloudflare-page .diagram-wrapper svg text[fill="#6366f1"],
.dark-mode .honeybadger-page .diagram-wrapper svg text[fill="#6366f1"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg text[fill="#6366f1"],
.dark-mode .new-relic-page .diagram-wrapper svg text[fill="#6366f1"],
.dark-mode .rollbar-page .diagram-wrapper svg text[fill="#6366f1"] {
  fill: #a5b4fc;
}
.dark-mode .github-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .github-page .diagram-wrapper svg text[fill="#94a3b8"],
.dark-mode .gitlab-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .gitlab-page .diagram-wrapper svg text[fill="#94a3b8"],
.dark-mode .bitbucket-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .bitbucket-page .diagram-wrapper svg text[fill="#94a3b8"],
.dark-mode .slack-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .slack-page .diagram-wrapper svg text[fill="#94a3b8"],
.dark-mode .shopify-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .shopify-page .diagram-wrapper svg text[fill="#94a3b8"],
.dark-mode .sentry-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .sentry-page .diagram-wrapper svg text[fill="#94a3b8"],
.dark-mode .bugsnag-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .bugsnag-page .diagram-wrapper svg text[fill="#94a3b8"],
.dark-mode .discord-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .discord-page .diagram-wrapper svg text[fill="#94a3b8"],
.dark-mode .cloudflare-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .cloudflare-page .diagram-wrapper svg text[fill="#94a3b8"],
.dark-mode .honeybadger-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .honeybadger-page .diagram-wrapper svg text[fill="#94a3b8"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg text[fill="#94a3b8"],
.dark-mode .new-relic-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .new-relic-page .diagram-wrapper svg text[fill="#94a3b8"],
.dark-mode .rollbar-page .diagram-wrapper svg text[fill="#64748b"],
.dark-mode .rollbar-page .diagram-wrapper svg text[fill="#94a3b8"] {
  fill: rgba(255, 255, 255, 0.6);
}
.dark-mode .github-page .diagram-wrapper svg text[fill="#cbd5e1"],
.dark-mode .gitlab-page .diagram-wrapper svg text[fill="#cbd5e1"],
.dark-mode .bitbucket-page .diagram-wrapper svg text[fill="#cbd5e1"],
.dark-mode .slack-page .diagram-wrapper svg text[fill="#cbd5e1"],
.dark-mode .shopify-page .diagram-wrapper svg text[fill="#cbd5e1"],
.dark-mode .sentry-page .diagram-wrapper svg text[fill="#cbd5e1"],
.dark-mode .bugsnag-page .diagram-wrapper svg text[fill="#cbd5e1"],
.dark-mode .discord-page .diagram-wrapper svg text[fill="#cbd5e1"],
.dark-mode .cloudflare-page .diagram-wrapper svg text[fill="#cbd5e1"],
.dark-mode .honeybadger-page .diagram-wrapper svg text[fill="#cbd5e1"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg text[fill="#cbd5e1"],
.dark-mode .new-relic-page .diagram-wrapper svg text[fill="#cbd5e1"],
.dark-mode .rollbar-page .diagram-wrapper svg text[fill="#cbd5e1"] {
  fill: rgba(255, 255, 255, 0.4);
}
.dark-mode .github-page .diagram-wrapper svg text[fill="#991b1b"],
.dark-mode .gitlab-page .diagram-wrapper svg text[fill="#991b1b"],
.dark-mode .bitbucket-page .diagram-wrapper svg text[fill="#991b1b"],
.dark-mode .slack-page .diagram-wrapper svg text[fill="#991b1b"],
.dark-mode .shopify-page .diagram-wrapper svg text[fill="#991b1b"],
.dark-mode .sentry-page .diagram-wrapper svg text[fill="#991b1b"],
.dark-mode .bugsnag-page .diagram-wrapper svg text[fill="#991b1b"],
.dark-mode .discord-page .diagram-wrapper svg text[fill="#991b1b"],
.dark-mode .cloudflare-page .diagram-wrapper svg text[fill="#991b1b"],
.dark-mode .honeybadger-page .diagram-wrapper svg text[fill="#991b1b"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg text[fill="#991b1b"],
.dark-mode .new-relic-page .diagram-wrapper svg text[fill="#991b1b"],
.dark-mode .rollbar-page .diagram-wrapper svg text[fill="#991b1b"] {
  fill: #fca5a5;
}
.dark-mode .github-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .github-page .diagram-wrapper svg text[fill="#b45309"],
.dark-mode .gitlab-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .gitlab-page .diagram-wrapper svg text[fill="#b45309"],
.dark-mode .bitbucket-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .bitbucket-page .diagram-wrapper svg text[fill="#b45309"],
.dark-mode .slack-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .slack-page .diagram-wrapper svg text[fill="#b45309"],
.dark-mode .shopify-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .shopify-page .diagram-wrapper svg text[fill="#b45309"],
.dark-mode .sentry-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .sentry-page .diagram-wrapper svg text[fill="#b45309"],
.dark-mode .bugsnag-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .bugsnag-page .diagram-wrapper svg text[fill="#b45309"],
.dark-mode .discord-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .discord-page .diagram-wrapper svg text[fill="#b45309"],
.dark-mode .cloudflare-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .cloudflare-page .diagram-wrapper svg text[fill="#b45309"],
.dark-mode .honeybadger-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .honeybadger-page .diagram-wrapper svg text[fill="#b45309"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg text[fill="#b45309"],
.dark-mode .new-relic-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .new-relic-page .diagram-wrapper svg text[fill="#b45309"],
.dark-mode .rollbar-page .diagram-wrapper svg text[fill="#92400e"],
.dark-mode .rollbar-page .diagram-wrapper svg text[fill="#b45309"] {
  fill: #fcd34d;
}
.dark-mode .github-page .diagram-wrapper svg text[fill="#065f46"],
.dark-mode .gitlab-page .diagram-wrapper svg text[fill="#065f46"],
.dark-mode .bitbucket-page .diagram-wrapper svg text[fill="#065f46"],
.dark-mode .slack-page .diagram-wrapper svg text[fill="#065f46"],
.dark-mode .shopify-page .diagram-wrapper svg text[fill="#065f46"],
.dark-mode .sentry-page .diagram-wrapper svg text[fill="#065f46"],
.dark-mode .bugsnag-page .diagram-wrapper svg text[fill="#065f46"],
.dark-mode .discord-page .diagram-wrapper svg text[fill="#065f46"],
.dark-mode .cloudflare-page .diagram-wrapper svg text[fill="#065f46"],
.dark-mode .honeybadger-page .diagram-wrapper svg text[fill="#065f46"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg text[fill="#065f46"],
.dark-mode .new-relic-page .diagram-wrapper svg text[fill="#065f46"],
.dark-mode .rollbar-page .diagram-wrapper svg text[fill="#065f46"] {
  fill: #6ee7b7;
}
.dark-mode .github-page .diagram-wrapper svg line[stroke="#3b1d95"],
.dark-mode .gitlab-page .diagram-wrapper svg line[stroke="#3b1d95"],
.dark-mode .bitbucket-page .diagram-wrapper svg line[stroke="#3b1d95"],
.dark-mode .slack-page .diagram-wrapper svg line[stroke="#3b1d95"],
.dark-mode .shopify-page .diagram-wrapper svg line[stroke="#3b1d95"],
.dark-mode .sentry-page .diagram-wrapper svg line[stroke="#3b1d95"],
.dark-mode .bugsnag-page .diagram-wrapper svg line[stroke="#3b1d95"],
.dark-mode .discord-page .diagram-wrapper svg line[stroke="#3b1d95"],
.dark-mode .cloudflare-page .diagram-wrapper svg line[stroke="#3b1d95"],
.dark-mode .honeybadger-page .diagram-wrapper svg line[stroke="#3b1d95"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg line[stroke="#3b1d95"],
.dark-mode .new-relic-page .diagram-wrapper svg line[stroke="#3b1d95"],
.dark-mode .rollbar-page .diagram-wrapper svg line[stroke="#3b1d95"] {
  stroke: #662fe0;
}
.dark-mode .github-page .diagram-wrapper svg polygon[fill="#3b1d95"],
.dark-mode .gitlab-page .diagram-wrapper svg polygon[fill="#3b1d95"],
.dark-mode .bitbucket-page .diagram-wrapper svg polygon[fill="#3b1d95"],
.dark-mode .slack-page .diagram-wrapper svg polygon[fill="#3b1d95"],
.dark-mode .shopify-page .diagram-wrapper svg polygon[fill="#3b1d95"],
.dark-mode .sentry-page .diagram-wrapper svg polygon[fill="#3b1d95"],
.dark-mode .bugsnag-page .diagram-wrapper svg polygon[fill="#3b1d95"],
.dark-mode .discord-page .diagram-wrapper svg polygon[fill="#3b1d95"],
.dark-mode .cloudflare-page .diagram-wrapper svg polygon[fill="#3b1d95"],
.dark-mode .honeybadger-page .diagram-wrapper svg polygon[fill="#3b1d95"],
.dark-mode .microsoft-teams-page .diagram-wrapper svg polygon[fill="#3b1d95"],
.dark-mode .new-relic-page .diagram-wrapper svg polygon[fill="#3b1d95"],
.dark-mode .rollbar-page .diagram-wrapper svg polygon[fill="#3b1d95"] {
  fill: #662fe0;
}
.dark-mode .github-page .diagram-caption,
.dark-mode .gitlab-page .diagram-caption,
.dark-mode .bitbucket-page .diagram-caption,
.dark-mode .slack-page .diagram-caption,
.dark-mode .shopify-page .diagram-caption,
.dark-mode .sentry-page .diagram-caption,
.dark-mode .bugsnag-page .diagram-caption,
.dark-mode .discord-page .diagram-caption,
.dark-mode .cloudflare-page .diagram-caption,
.dark-mode .honeybadger-page .diagram-caption,
.dark-mode .microsoft-teams-page .diagram-caption,
.dark-mode .new-relic-page .diagram-caption,
.dark-mode .rollbar-page .diagram-caption {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .github-page .step-icon-box,
.dark-mode .gitlab-page .step-icon-box,
.dark-mode .bitbucket-page .step-icon-box,
.dark-mode .slack-page .step-icon-box,
.dark-mode .shopify-page .step-icon-box,
.dark-mode .sentry-page .step-icon-box,
.dark-mode .bugsnag-page .step-icon-box,
.dark-mode .discord-page .step-icon-box,
.dark-mode .cloudflare-page .step-icon-box,
.dark-mode .honeybadger-page .step-icon-box,
.dark-mode .microsoft-teams-page .step-icon-box,
.dark-mode .new-relic-page .step-icon-box,
.dark-mode .rollbar-page .step-icon-box {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .github-page .step-icon-box .step-icon-img,
.dark-mode .gitlab-page .step-icon-box .step-icon-img,
.dark-mode .bitbucket-page .step-icon-box .step-icon-img,
.dark-mode .slack-page .step-icon-box .step-icon-img,
.dark-mode .shopify-page .step-icon-box .step-icon-img,
.dark-mode .sentry-page .step-icon-box .step-icon-img,
.dark-mode .bugsnag-page .step-icon-box .step-icon-img,
.dark-mode .discord-page .step-icon-box .step-icon-img,
.dark-mode .cloudflare-page .step-icon-box .step-icon-img,
.dark-mode .honeybadger-page .step-icon-box .step-icon-img,
.dark-mode .microsoft-teams-page .step-icon-box .step-icon-img,
.dark-mode .new-relic-page .step-icon-box .step-icon-img,
.dark-mode .rollbar-page .step-icon-box .step-icon-img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(50%) saturate(500%) hue-rotate(220deg) brightness(100%) contrast(100%);
}
.dark-mode .github-page .benefit-icon,
.dark-mode .gitlab-page .benefit-icon,
.dark-mode .bitbucket-page .benefit-icon,
.dark-mode .slack-page .benefit-icon,
.dark-mode .shopify-page .benefit-icon,
.dark-mode .sentry-page .benefit-icon,
.dark-mode .bugsnag-page .benefit-icon,
.dark-mode .discord-page .benefit-icon,
.dark-mode .cloudflare-page .benefit-icon,
.dark-mode .honeybadger-page .benefit-icon,
.dark-mode .microsoft-teams-page .benefit-icon,
.dark-mode .new-relic-page .benefit-icon,
.dark-mode .rollbar-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .github-page .benefit-icon .benefit-icon-img,
.dark-mode .gitlab-page .benefit-icon .benefit-icon-img,
.dark-mode .bitbucket-page .benefit-icon .benefit-icon-img,
.dark-mode .slack-page .benefit-icon .benefit-icon-img,
.dark-mode .shopify-page .benefit-icon .benefit-icon-img,
.dark-mode .sentry-page .benefit-icon .benefit-icon-img,
.dark-mode .bugsnag-page .benefit-icon .benefit-icon-img,
.dark-mode .discord-page .benefit-icon .benefit-icon-img,
.dark-mode .cloudflare-page .benefit-icon .benefit-icon-img,
.dark-mode .honeybadger-page .benefit-icon .benefit-icon-img,
.dark-mode .microsoft-teams-page .benefit-icon .benefit-icon-img,
.dark-mode .new-relic-page .benefit-icon .benefit-icon-img,
.dark-mode .rollbar-page .benefit-icon .benefit-icon-img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(50%) saturate(500%) hue-rotate(220deg) brightness(100%) contrast(100%);
}
.dark-mode .github-page .benefit-title,
.dark-mode .gitlab-page .benefit-title,
.dark-mode .bitbucket-page .benefit-title,
.dark-mode .slack-page .benefit-title,
.dark-mode .shopify-page .benefit-title,
.dark-mode .sentry-page .benefit-title,
.dark-mode .bugsnag-page .benefit-title,
.dark-mode .discord-page .benefit-title,
.dark-mode .cloudflare-page .benefit-title,
.dark-mode .honeybadger-page .benefit-title,
.dark-mode .microsoft-teams-page .benefit-title,
.dark-mode .new-relic-page .benefit-title,
.dark-mode .rollbar-page .benefit-title {
  color: #ffffff;
}
.dark-mode .github-page .benefit-description,
.dark-mode .gitlab-page .benefit-description,
.dark-mode .bitbucket-page .benefit-description,
.dark-mode .slack-page .benefit-description,
.dark-mode .shopify-page .benefit-description,
.dark-mode .sentry-page .benefit-description,
.dark-mode .bugsnag-page .benefit-description,
.dark-mode .discord-page .benefit-description,
.dark-mode .cloudflare-page .benefit-description,
.dark-mode .honeybadger-page .benefit-description,
.dark-mode .microsoft-teams-page .benefit-description,
.dark-mode .new-relic-page .benefit-description,
.dark-mode .rollbar-page .benefit-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .github-page .integrations-grid-section,
.dark-mode .gitlab-page .integrations-grid-section,
.dark-mode .bitbucket-page .integrations-grid-section,
.dark-mode .slack-page .integrations-grid-section,
.dark-mode .shopify-page .integrations-grid-section,
.dark-mode .sentry-page .integrations-grid-section,
.dark-mode .bugsnag-page .integrations-grid-section,
.dark-mode .discord-page .integrations-grid-section,
.dark-mode .cloudflare-page .integrations-grid-section,
.dark-mode .honeybadger-page .integrations-grid-section,
.dark-mode .microsoft-teams-page .integrations-grid-section,
.dark-mode .new-relic-page .integrations-grid-section,
.dark-mode .rollbar-page .integrations-grid-section {
  background: #100828;
}

.guide {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.125);
  display: block;
  padding: 36px 32px 32px;
  text-align: center;
}

.guide__icon {
  display: block;
  height: 48px;
  margin: 0 auto 16px;
  object-fit: contain;
  object-position: 50% 50%;
  width: 48px;
}

.guide__icon--wide {
  width: 72px;
}

.guide__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.dark-mode .guide {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .guide__title {
  color: #ffffff;
}

.guide-banner {
  display: block;
  margin: 0 -20px 20px;
  width: calc(100% + 20px);
}
@media (min-width: 560px) {
  .guide-banner {
    margin: 0 -20px 32px;
  }
}
@media (min-width: 701px) {
  .guide-banner {
    margin: 0 -35px 32px;
    width: calc(100% + 35px);
  }
}
@media (min-width: 800px) {
  .guide-banner {
    border-radius: 4px;
    margin: 0 auto 60px;
    max-width: 730px;
    width: 100%;
  }
}

.guides {
  margin: 32px 0 0;
}
@media (min-width: 840px) {
  .guides {
    margin: 56px 0 0;
  }
}

.guides__list {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 100%;
}
@media (min-width: 840px) {
  .guides__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.guides__missing {
  margin: 32px 0 0;
  text-align: center;
}
@media (min-width: 840px) {
  .guides__missing {
    margin: 56px 0 0;
  }
}

.guides__missing-lead {
  color: #787878;
  font-size: 4.625vw;
  line-height: 1.5;
}
@media (min-width: 396px) {
  .guides__missing-lead {
    font-size: 18px;
    line-height: 1.75;
  }
}

.guides__missing-link {
  text-decoration: underline;
}
.guides__missing-link:active {
  background: #fafafa;
}
.guides__missing-link:hover {
  color: rgb(94.5, 94.5, 94.5);
}

.header--absolute {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header--bordered {
  border-bottom: 1px solid #ebebeb;
}

.header--bordered.header--light {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.header--bordered.header--signup {
  border-bottom-color: #cddfe9;
}

.header--spaced {
  margin-bottom: 0;
}

.header__branding {
  display: block;
  flex: 0 0 auto;
  margin-right: 24px;
}
@media (min-width: 960px) {
  .header__branding {
    margin-right: 32px;
  }
}
@media (min-width: 1064px) {
  .header__branding {
    margin-right: 56px;
  }
}

.header__bar {
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 18px;
  padding: 9px 0;
  position: relative;
  text-align: right;
}
.header__bar a {
  text-decoration: underline;
}
.header__bar a:hover {
  color: #ffffff;
}

.header__nav {
  align-items: center;
  display: flex;
}
@media (min-width: 900px) {
  .header__nav {
    background: #ffffff;
    border-radius: 50px;
    margin: 0 auto;
    max-width: calc(100vw - 48px);
    padding: 6px 6px 6px 20px;
    width: fit-content;
  }
  .header--light .header__nav {
    background: rgba(255, 255, 255, 0.12);
  }
}

.header__nav--negative {
  margin-top: -6px;
}

.header__logo {
  display: block;
  height: 40px;
  width: auto;
}

.header__more {
  display: none;
}

.header__nav-item {
  margin-bottom: 24px;
}
@media (min-width: 860px) {
  .header__nav-item {
    margin: 0 16px 0 0;
  }
}
@media (min-width: 900px) {
  .header__nav-item {
    margin-right: 16px;
  }
}
@media (min-width: 1064px) {
  .header__nav-item {
    margin-right: 32px;
  }
}

.header__nav-item--login {
  margin-bottom: 24px;
}
@media (min-width: 860px) {
  .header__nav-item--login {
    margin: 0 16px 0 0;
  }
}
@media (min-width: 900px) {
  .header__nav-item--login {
    margin-right: 16px;
  }
}
@media (min-width: 1064px) {
  .header__nav-item--login {
    margin-right: 16px;
  }
}

.header__nav-item--last {
  margin: 0;
  text-align: center;
}
@media (min-width: 900px) {
  .header__nav-item--last {
    margin: 0;
  }
}

.header__nav-item--submenu {
  position: relative;
}

.header__nav-link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 396px) {
  .header__nav-link {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .header__nav-link {
    font-size: 16px;
    line-height: 22px;
  }
}
.header__nav-link:hover {
  text-decoration: underline;
}
@media (min-width: 900px) {
  .header--light .header__nav-link {
    color: #ffffff;
  }
}
.header__nav-item--submenu .header__nav-link {
  display: block;
  padding-right: 16px;
  position: relative;
}
.header__nav-item--submenu .header__nav-link::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
}
@media (min-width: 900px) {
  .header--light .header__nav-item--submenu .header__nav-link::after {
    border-top-color: #ffffff;
  }
}

.header__nav-link.is-active {
  font-weight: 700;
}
@media (min-width: 900px) {
  .header__nav-link.is-active {
    border: 1.5px solid #662fe0;
    border-radius: 50px;
    color: #662fe0;
    font-weight: 500;
    padding: 5px 16px;
  }
  .header__nav-item--submenu .header__nav-link.is-active {
    padding-right: 30px;
  }
  .header__nav-item--submenu .header__nav-link.is-active::after {
    border-top-color: #662fe0;
    right: 12px;
  }
  .header--light .header__nav-link.is-active {
    border-color: #ffffff;
    color: #ffffff;
  }
  .header--light .header__nav-item--submenu .header__nav-link.is-active::after {
    border-top-color: #ffffff;
  }
}

@media (max-width: 899px) {
  .is-menu-open {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

.header__nav-menu {
  display: none;
}
@media (max-width: 899px) {
  .is-menu-open .header__nav-menu {
    align-items: center;
    background: #ffffff;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 72px 16px 48px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
}
@media (min-width: 900px) {
  .header__nav-menu {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
  }
}

.header__nav-signup {
  background: #662fe0;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  padding: 0 32px;
  text-align: center;
}
.header__nav-signup:hover {
  background: #3B1E93;
}
.header__nav-signup:active {
  background: #3B1E93;
}
@media (min-width: 396px) {
  .header__nav-signup {
    height: 48px;
    line-height: 48px;
    padding: 0 48px;
  }
}
@media (min-width: 900px) {
  .header__nav-signup {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    white-space: nowrap;
    min-width: 140px;
  }
  .header--light .header__nav-signup {
    background: #662fe0;
    color: #ffffff;
  }
  .header--light .header__nav-signup:hover {
    background: #3B1E93;
  }
  .header--light .header__nav-signup:active {
    background: #3B1E93;
  }
}

.header__nav-login {
  background: transparent;
  border: 1px solid #7214ff;
  border-radius: 100px;
  color: #7214ff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  height: 36px;
  line-height: 34px;
  padding: 0 32px;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.header__nav-login:hover {
  background: #7214ff;
  color: #ffffff;
}
@media (min-width: 396px) {
  .header__nav-login {
    height: 48px;
    line-height: 46px;
    padding: 0 48px;
  }
}
@media (min-width: 900px) {
  .header__nav-login {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #1f2328;
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 22px;
    padding: 5px 16px;
  }
  .header__nav-login:hover {
    background: transparent;
    color: #662fe0;
    text-decoration: underline;
  }
  .header__nav-login:focus-visible {
    outline: 2px solid #7214ff;
    outline-offset: 2px;
  }
  .header--light .header__nav-login {
    color: #ffffff;
  }
  .header--light .header__nav-login:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}

.header__section {
  padding: 24px 0;
}
@media (min-width: 900px) {
  .header__section {
    margin-top: -6px;
    padding: 32px 0;
    position: relative;
  }
}

@media (min-width: 900px) {
  .header__nav-item--submenu:has(.header__submenu--features) {
    position: static;
  }
}

.header__submenu {
  display: none;
}
@media (max-width: 899px) {
  .header__submenu.is-visible {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    overflow-y: auto;
    padding: 72px 16px 48px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
}
@media (min-width: 900px) {
  .header__submenu {
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    display: block;
    left: -72px;
    margin: 11px 0 0;
    opacity: 0;
    padding: 24px 32px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition: opacity 0.15s ease, visibility 0s linear 0.3s;
    visibility: hidden;
    z-index: 100;
  }
  .header__submenu::after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 142px;
    margin-left: -8px;
    pointer-events: none;
    position: absolute;
    width: 0;
  }
  .header__submenu::before {
    bottom: 100%;
    content: "";
    height: 20px;
    left: -32px;
    position: absolute;
    width: calc(100% + 64px);
  }
  .header__nav-item--submenu:hover .header__submenu {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.15s ease, visibility 0s linear 0s;
    visibility: visible;
  }
}

.header__submenu--features a.header__submenu-item-link {
  color: inherit;
  text-decoration: none;
  background: transparent;
  border-radius: 8px;
}
.header__submenu--features a.header__submenu-item-link .header__submenu-item-title {
  color: #1f2328;
}
.header__submenu--features a.header__submenu-item-link .header__submenu-item-desc {
  color: #667085;
}
.header__submenu--features a.header__submenu-item-link .header__submenu-item-icon {
  color: #667085;
}
.header__submenu--features a.header__submenu-item-link:hover {
  background: #f3efff;
}
.header__submenu--features a.header__submenu-item-link:hover .header__submenu-item-title {
  color: #6f42c1 !important;
}
.header__submenu--features a.header__submenu-item-link:hover .header__submenu-item-icon {
  color: #6f42c1 !important;
}
@media (min-width: 900px) {
  .header__submenu--features {
    background: #ffffff;
    border: 1px solid #d0d7de;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(140, 149, 159, 0.2);
    left: 50%;
    margin-top: 0;
    max-width: calc(100vw - 48px);
    padding: 24px;
    top: 100%;
    transform: translateX(-50%);
    width: 920px;
  }
  .header__submenu--features::after {
    display: none;
  }
  .header__submenu--features::before {
    height: 50px;
    left: 0;
    width: 100%;
  }
}

.header__submenu--help a.header__submenu-item-link {
  color: inherit;
  text-decoration: none;
  background: transparent;
  border-radius: 8px;
}
.header__submenu--help a.header__submenu-item-link .header__submenu-item-title {
  color: #1f2328;
}
.header__submenu--help a.header__submenu-item-link .header__submenu-item-desc {
  color: #667085;
}
.header__submenu--help a.header__submenu-item-link .header__submenu-item-icon {
  color: #667085;
}
.header__submenu--help a.header__submenu-item-link:hover {
  background: #f3efff;
}
.header__submenu--help a.header__submenu-item-link:hover .header__submenu-item-title {
  color: #6f42c1 !important;
}
.header__submenu--help a.header__submenu-item-link:hover .header__submenu-item-icon {
  color: #6f42c1 !important;
}
.header__submenu--help .header__submenu-item-icon {
  fill: currentColor;
  stroke: none;
}
@media (min-width: 900px) {
  .header__submenu--help {
    background: #ffffff;
    border: 1px solid #d0d7de;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(140, 149, 159, 0.2);
    left: auto;
    max-width: calc(100vw - 48px);
    padding: 24px;
    right: -20px;
    width: 520px;
  }
  .header__submenu--help::after {
    display: none;
  }
  .header__submenu--help::before {
    height: 50px;
    left: 0;
    right: auto;
    width: 100%;
  }
  .header__submenu--help .header__submenu-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dark-mode .header__submenu--help {
    background: #1a0f3a;
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  }
}
.dark-mode .header__submenu--help a.header__submenu-item-link .header__submenu-item-title {
  color: #ffffff !important;
}
.dark-mode .header__submenu--help a.header__submenu-item-link .header__submenu-item-desc {
  color: rgba(255, 255, 255, 0.6) !important;
}
.dark-mode .header__submenu--help a.header__submenu-item-link .header__submenu-item-icon {
  color: rgba(255, 255, 255, 0.6) !important;
}
.dark-mode .header__submenu--help a.header__submenu-item-link:hover {
  background: rgba(102, 47, 224, 0.2);
}
.dark-mode .header__submenu--help a.header__submenu-item-link:hover .header__submenu-item-title {
  color: #bb9bff !important;
}
.dark-mode .header__submenu--help a.header__submenu-item-link:hover .header__submenu-item-icon {
  color: #bb9bff !important;
}

.header__submenu-link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 900px) {
  .header__submenu-link {
    justify-content: flex-start;
  }
}

.header__submenu-list {
  display: grid;
  grid-gap: 16px 52px;
}
.header__submenu-list + .header__submenu-list {
  margin-top: 32px;
}
@media (min-width: 900px) {
  .header__submenu-list + .header__submenu-list {
    border-top: 2px solid #eaeaea;
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media (min-width: 900px) {
  .header__submenu-list--multi {
    grid-template-columns: repeat(2, 1fr);
  }
}

.header__submenu-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
@media (min-width: 900px) {
  .header__submenu-text {
    flex: 1 1 auto;
    font-size: 16px;
  }
}
.header__submenu-link:hover .header__submenu-text {
  text-decoration: underline;
}

.header__submenu-columns {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 900px) {
  .header__submenu-columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}

.header__submenu-column {
  min-width: 0;
}
@media (min-width: 900px) {
  .header__submenu-column {
    position: relative;
  }
  .header__submenu-column:not(:first-child)::before {
    background: #e5e7eb;
    bottom: 0;
    content: "";
    left: -12px;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

.header__submenu-category {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6e7681;
  margin: 0 0 16px 0;
  padding: 0;
}

.header__submenu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header__submenu-item-link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 12px;
  color: inherit;
  text-decoration: none;
}
.header__submenu-item-link:hover {
  text-decoration: none;
}

.header__submenu-item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #667085 !important;
  margin-top: 2px;
}

.header__submenu-item-content {
  flex: 1;
  min-width: 0;
}

.header__submenu-item-title {
  font-size: 14px;
  font-weight: 500;
  color: #1f2328 !important;
  display: block;
  line-height: 1.4;
}

.header__submenu-item-desc {
  font-size: 12px;
  color: #667085 !important;
  display: block;
  margin-top: 2px;
  line-height: 1.4;
}

@media (max-width: 899px) {
  .header__submenu--features.is-visible .header__submenu-columns {
    gap: 20px;
    padding-bottom: 8px;
  }
  .header__submenu--features.is-visible .header__submenu-category {
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
    padding-bottom: 0;
    color: #667085;
  }
  .header__submenu--features.is-visible .header__submenu-items {
    gap: 6px;
  }
  .header__submenu--features.is-visible .header__submenu-item-link {
    padding: 10px 0;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .header__submenu--features.is-visible .header__submenu-item-icon {
    width: 20px;
    height: 20px;
    margin-top: 0;
  }
  .header__submenu--features.is-visible .header__submenu-item-content {
    text-align: center;
  }
  .header__submenu--features.is-visible .header__submenu-item-title {
    font-size: 14px;
  }
  .header__submenu--features.is-visible .header__submenu-item-desc {
    display: none;
  }
}
.header__toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: transparent url(/assets/icons/menu-fdba068f1a2751b5635be9fe56ce9eb717ea52cdec403d395d42f905fcc65a8b.svg) 0 0/100% 100% no-repeat;
  border: 0;
  display: block;
  flex: 0 0 auto;
  height: 21px;
  padding: 0;
  margin-left: auto;
  text-indent: -9999px;
  width: 24px;
}
.header__toggle:focus {
  outline: 2px solid #0187f3;
  outline-offset: 2px;
}
@media (min-width: 900px) {
  .header__toggle {
    display: none;
  }
}

.header__toggle--dark {
  background: transparent url(/assets/icons/menu-dark-bd6386cdc79b571a7b93603c5f552932954f2fb33d8202d1720b3eba407a8e60.svg) 0 0/100% 100% no-repeat;
}

.header__close {
  display: none;
}
.is-menu-open .header__close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: transparent url(/assets/icons/close-48adedaf7682d03643b32c45dcd4b6e5cd016ea048beb6fb93452bcd54f98988.svg) 0 0/100% 100% no-repeat;
  border: 0;
  display: block;
  flex: 0 0 auto;
  height: 32px;
  margin-left: auto;
  padding: 0;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  top: 20px;
  width: 32px;
  z-index: 10000;
}
.is-menu-open .header__close:focus {
  outline: 2px solid #0187f3;
  outline-offset: 2px;
}
@media (min-width: 900px) {
  .header__close {
    display: none !important;
  }
}

.header__logo--dark {
  display: none;
}

.header__nav-item--theme-toggle {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 860px) {
  .header__nav-item--theme-toggle {
    margin: 0 8px 0 0;
  }
}
@media (min-width: 900px) {
  .header__nav-item--theme-toggle {
    margin-right: 8px;
  }
}

.theme-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(102, 47, 224, 0.2) 0%, rgba(102, 47, 224, 0.05) 100%);
  border: 1.5px solid rgba(102, 47, 224, 0.3);
  box-shadow: 0 2px 8px rgba(102, 47, 224, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: all 0.3s ease;
  position: relative;
}
.theme-toggle:hover {
  transform: scale(1.1);
  background: linear-gradient(to bottom, rgba(102, 47, 224, 0.3) 0%, rgba(102, 47, 224, 0.1) 100%);
  border-color: rgba(102, 47, 224, 0.5);
  box-shadow: 0 4px 12px rgba(102, 47, 224, 0.25);
}
.theme-toggle:focus-visible {
  outline: 2px solid #7214ff;
  outline-offset: 2px;
}
.theme-toggle__icon {
  width: 22px;
  height: 22px;
  display: block;
  transition: opacity 0.3s ease;
}
.theme-toggle__icon--sun {
  opacity: 1;
}
.theme-toggle__icon--sun path {
  stroke: #662fe0;
  stroke-width: 2;
}
.theme-toggle__icon--moon {
  position: absolute;
  opacity: 0;
}
.theme-toggle__icon--moon path {
  stroke: #bb9bff;
  stroke-width: 2;
}

.dark-mode .header__logo--light {
  display: none;
}
.dark-mode .header__logo--dark {
  display: block;
}
@media (min-width: 900px) {
  .dark-mode .header__nav {
    background: rgba(255, 255, 255, 0.08);
  }
}
@media (min-width: 900px) {
  .dark-mode .header__nav-link {
    color: #ffffff;
  }
}
@media (min-width: 900px) {
  .dark-mode .header__nav-item--submenu .header__nav-link::after {
    border-top-color: #ffffff;
  }
}
@media (min-width: 900px) {
  .dark-mode .header__nav-link.is-active {
    border-color: #bb9bff;
    color: #bb9bff;
  }
}
@media (min-width: 900px) {
  .dark-mode .header__nav-item--submenu .header__nav-link.is-active::after {
    border-top-color: #bb9bff;
  }
}
@media (min-width: 900px) {
  .dark-mode .header__nav-login {
    color: #ffffff;
  }
  .dark-mode .header__nav-login:hover {
    color: #bb9bff;
  }
}
.dark-mode .header__nav-signup {
  color: #ffffff;
}
.dark-mode .header--bordered {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 899px) {
  .dark-mode .header__submenu.is-visible {
    background: #0f0826;
  }
}
@media (min-width: 900px) {
  .dark-mode .header__submenu {
    background: #1a0f3a;
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  }
  .dark-mode .header__submenu::after {
    border-bottom-color: #1a0f3a;
  }
  .dark-mode .header__submenu--features {
    background: #1a0f3a;
    border-color: rgba(255, 255, 255, 0.15);
  }
  .dark-mode .header__submenu--help {
    background: #1a0f3a;
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  }
}
.dark-mode .header__submenu--features a.header__submenu-item-link .header__submenu-item-title {
  color: #ffffff !important;
}
.dark-mode .header__submenu--features a.header__submenu-item-link .header__submenu-item-desc {
  color: rgba(255, 255, 255, 0.6) !important;
}
.dark-mode .header__submenu--features a.header__submenu-item-link .header__submenu-item-icon {
  color: rgba(255, 255, 255, 0.6) !important;
}
.dark-mode .header__submenu--features a.header__submenu-item-link:hover {
  background: rgba(102, 47, 224, 0.2);
}
.dark-mode .header__submenu--features a.header__submenu-item-link:hover .header__submenu-item-title {
  color: #bb9bff !important;
}
.dark-mode .header__submenu--features a.header__submenu-item-link:hover .header__submenu-item-icon {
  color: #bb9bff !important;
}
.dark-mode .header__submenu-category {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 900px) {
  .dark-mode .header__submenu-column:not(:first-child)::before {
    background: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 899px) {
  .dark-mode .is-menu-open .header__nav-menu {
    background: #0f0826;
  }
}
.dark-mode .header__toggle--dark {
  background-image: url(/assets/icons/menu-fdba068f1a2751b5635be9fe56ce9eb717ea52cdec403d395d42f905fcc65a8b.svg);
}
.dark-mode .theme-toggle {
  background: linear-gradient(to bottom, rgba(102, 47, 224, 0.2) 0%, rgba(102, 47, 224, 0) 100%);
  border-color: #662fe0;
}
.dark-mode .theme-toggle:hover {
  background: linear-gradient(to bottom, rgba(102, 47, 224, 0.3) 0%, rgba(102, 47, 224, 0.05) 100%);
}
.dark-mode .theme-toggle__icon--sun {
  opacity: 0;
}
.dark-mode .theme-toggle__icon--moon {
  opacity: 1;
}

.hero {
  background: #66b0f5;
  padding: 108px 0 56px;
}
@media (min-width: 560px) {
  .hero {
    padding: 124px 0 64px;
  }
}
@media (min-width: 900px) {
  .hero {
    padding: 154px 0 100px;
  }
}

.hero--brand {
  background: linear-gradient(to top, #1b81ff, #0069c1);
}

.hero--automatic-deployment {
  background: #b463e8;
}

.hero--bitbucket {
  background: #0052cc;
}

.hero--build-pipelines {
  background: #40d8c1;
}

.hero--deploy-behind-firewalls {
  background: #ffdf3a;
}

.hero--deployhq-ai {
  background: #ff3b53;
}

.hero--deployhq-mcp {
  background: #9333ea;
}

.hero--turbo-deployments {
  background: #ff3b53;
}

.hero--git {
  background: #de4c36;
}

.hero--slack {
  background: #4a154b;
}

.hero--cloudflare {
  background: #7d4788;
}

.hero--discord {
  background: #26262b;
}

.hero--bugsnag {
  background: #000d47;
}

.hero--microsoft-teams {
  background: #5558af;
}

.hero--new-relic {
  background: #348899;
}

.hero--honeybadger {
  background: #333333;
}

.hero--shopify {
  background: #43467f;
}

.hero--deployment-targets {
  background: #e559c7;
}

.hero--deployment-templates {
  background: #727272;
}

.hero--github {
  background: #2b3137;
}

.hero--gitlab {
  background: linear-gradient(270deg, #48367d 0%, #241842 100%);
}

.hero--integrations {
  background: #ff8b3b;
}

.hero--rollbar {
  background: #104c91;
}

.hero--sentry {
  background: #16111c;
}

.hero--wordpress {
  background: #0087be;
}

.hero--zero-downtime-deployments {
  background: #4fb1fb;
}

.hero--one-click-rollback {
  background: #00bcd4;
}

.hero--docker-builds {
  background: #2496ed;
}

.hero--deployment-zones {
  background: #009688;
}

.hero--api {
  background: #5c6bc0;
}

.hero__actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 32px 0 0;
}
@media (min-width: 720px) {
  .hero__actions {
    margin: 48px 0 0;
  }
}
@media (min-width: 900px) {
  .hero__actions {
    margin: 66px 0 -19px;
  }
}

.hero__button {
  background: #ffffff;
  border-radius: 23px;
  color: #14d700;
  display: block;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 500;
  line-height: 45px;
  padding: 0 24px;
  text-align: center;
}

.hero__container {
  max-width: 890px;
}

.hero__icon {
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.hero__icons {
  height: 48px;
  margin-bottom: 24px;
  position: relative;
}
@media (min-width: 880px) {
  .hero__icons {
    height: 74px;
    margin-bottom: 36px;
  }
}

.hero__install {
  color: rgba(255, 255, 255, 0.75);
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1.5;
  margin: 16px 0 0;
  text-align: center;
}

.hero__link {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  text-decoration: underline;
}
.hero__link::after {
  content: ".";
}
.hero__link:hover {
  color: #ffffff;
}
.hero__link:active {
  background: rgba(255, 255, 255, 0.125);
}
@media (min-width: 480px) {
  .hero__link {
    display: inline;
  }
}

.hero__logo {
  display: block;
  height: 26px;
  margin: 20px auto 24px;
}
@media (min-width: 880px) {
  .hero__logo {
    margin: 36px auto 40px;
  }
}

.hero__logo--larger {
  height: 48px;
  margin: 9px auto 13px;
}
@media (min-width: 880px) {
  .hero__logo--larger {
    margin: 25px auto 29px;
  }
}

.hero__repeated {
  background: transparent 50% 50%/auto 100% repeat-x;
  height: 100%;
  opacity: 0.5;
}
.hero--automatic-deployment .hero__repeated {
  background-image: url(/assets/features/background/automatic-deployment-7c3fa2fea943f5b0b86089a30fb985e44c05ab115909d5187b57c1feba79f7fd.svg);
}
.hero--build-pipelines .hero__repeated {
  background-image: url(/assets/features/background/build-pipelines-43ed755b0e8db9e00370fe2db17157d0f70c181b2ce0dcc100f80cc00e4fdbee.svg);
}
.hero--deploy-behind-firewalls .hero__repeated {
  background-image: url(/assets/features/background/deploy-behind-firewalls-2a898ca2fe5293039974880269e5eb5f9fb749c1bc8db09d0b4f339c2b630dec.svg);
}
.hero--deployhq-ai .hero__repeated {
  background-image: url(/assets/features/background/deployhq-ai-c4dbfd2a1633f712e09195572f2c3b0d997e9dd4a0b03bdb7e91f2cb5c348ab3.svg);
}
.hero--deployment-targets .hero__repeated {
  background-image: url(/assets/features/background/deployment-targets-67dbde1864e7de415b6ad00ac5558a09ad6637c67f1884ca72e2dee9b2a149de.svg);
}
.hero--deployment-templates .hero__repeated {
  background-image: url(/assets/features/background/deployment-templates-9211155893b924cac75f790f358ca8a4ebff5b0ba7d398d150fe063781494594.svg);
}
.hero--integrations .hero__repeated {
  background-image: url(/assets/features/background/integrations-40556d46b3b773fa726bc90c7d17e81cb7885ff688a3e5b474634871995e9ef6.svg);
}
.hero--zero-downtime-deployments .hero__repeated {
  background-image: url(/assets/features/background/zero-downtime-deployments-1ed339ac5ef85b5aee1f16a8457833ba14bf2ced6cabbe457dfff766be544f78.svg);
}
.hero--turbo-deployments .hero__repeated {
  background-image: url(/assets/features/background/turbo-deployments-003f14b3e9e5667f0f40b12d92070f9947adbd9f6bbf4ab5f552803682e17cd3.svg);
}
.hero--deployhq-mcp .hero__repeated {
  background-image: url(/assets/features/background/deployhq-mcp-93a639714954aa326367337d9bdae128e79bb3e8a756e4c22bb9cf69fb978e35.svg);
}
.hero--one-click-rollback .hero__repeated {
  background-image: url(/assets/features/background/one-click-rollback-15bf43e71a0b4a88d771b6fdb5e30c517496d7910400dab16505771b10144794.svg);
}
.hero--docker-builds .hero__repeated {
  background-image: url(/assets/features/background/docker-builds-11075e22507ecabfe35d941977f08e8a1ad44e6ae3b152fa62373d7baf183b20.svg);
}
.hero--deployment-zones .hero__repeated {
  background-image: url(/assets/features/background/deployment-zones-97b5d0f1e17b206799bcda076689dbaafd8a1ffbea46bc933b279ac522f8b76a.svg);
}
.hero--api .hero__repeated {
  background-image: url(/assets/features/background/api-70ce3bf3348dfb918f5fba5fb72cc4c7d75782ae2e11dc90caa0e0bbd87c0969.svg);
}

.hero__subtitle {
  color: #3970a3;
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 14px;
  text-align: center;
}
@media (min-width: 560px) {
  .hero__subtitle {
    font-size: 20px;
  }
}
@media (min-width: 720px) {
  .hero__subtitle {
    font-size: 24px;
  }
}
@media (min-width: 880px) {
  .hero__subtitle {
    font-size: 30px;
    margin-top: 8px;
    padding: 0 32px;
  }
}
.hero--brand .hero__subtitle, .hero--git .hero__subtitle {
  color: #ffffff;
}
.hero--automatic-deployment .hero__subtitle {
  color: rgb(133.0502793296, 29.4245810056, 199.5754189944);
}
.hero--bitbucket .hero__subtitle {
  color: #95c0ff;
}
.hero--build-pipelines .hero__subtitle {
  color: rgb(30.1826086957, 147.8173913043, 130.0173913043);
}
.hero--deploy-behind-firewalls .hero__subtitle {
  color: rgb(211, 176.7258883249, 0);
}
.hero--deployhq-ai .hero__subtitle, .hero--deployhq-mcp .hero__subtitle, .hero--turbo-deployments .hero__subtitle {
  color: rgba(255, 255, 255, 0.75);
}
.hero--deployment-targets .hero__subtitle {
  color: rgb(186.75, 29.25, 153);
}
.hero--deployment-templates .hero__subtitle {
  color: #3f3f3f;
}
.hero--github .hero__subtitle, .hero--gitlab .hero__subtitle, .hero--cloudflare .hero__subtitle, .hero--sentry .hero__subtitle, .hero--discord .hero__subtitle, .hero--honeybadger .hero__subtitle, .hero--wordpress .hero__subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.hero--shopify .hero__subtitle, .hero--new-relic .hero__subtitle, .hero--microsoft-teams .hero__subtitle, .hero--bugsnag .hero__subtitle, .hero--rollbar .hero__subtitle, .hero--slack .hero__subtitle {
  color: rgba(255, 255, 255, 0.75);
}
.hero--integrations .hero__subtitle {
  color: rgb(212, 86.5306122449, 0);
}
.hero--zero-downtime-deployments .hero__subtitle {
  color: rgb(5.0666666667, 129.2, 222.9333333333);
}
.hero--one-click-rollback .hero__subtitle {
  color: rgb(0, 97.5471698113, 110);
}
.hero--docker-builds .hero__subtitle {
  color: rgb(12.9873417722, 95.2405063291, 158.0126582278);
}
.hero--deployment-zones .hero__subtitle {
  color: rgb(0, 48, 43.52);
}
.hero--api .hero__subtitle {
  color: rgb(50.7345132743, 62.814159292, 131.2654867257);
}

.hero__title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
}
@media (min-width: 560px) {
  .hero__title {
    font-size: 40px;
  }
}
@media (min-width: 720px) {
  .hero__title {
    font-size: 48px;
  }
}
@media (min-width: 880px) {
  .hero__title {
    font-size: 65px;
  }
}

.home-hero {
  background: #150547;
  color: #ffffff;
  padding: 136px 0 236px;
}
@media (min-width: 880px) {
  .home-hero {
    padding: 142px 0 250px;
  }
}
@media (min-width: 900px) {
  .home-hero {
    padding: 202px 0 286px;
  }
}

@media (min-width: 656px) {
  .home-hero__actions {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 23px;
    display: inline-flex;
    height: 45px;
    transition: background-color 125ms ease-in;
  }
  .home-hero__actions:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.home-hero__container {
  max-width: 1030px;
}
@media (min-width: 880px) {
  .home-hero__container {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1000px) {
  .home-hero__container {
    justify-content: space-between;
  }
}

.home-hero__content {
  flex: 1 1 auto;
  margin: 0 auto;
  max-width: 840px;
  text-align: center;
}

.home-hero__illustration {
  display: none;
}
@media (min-width: 880px) {
  .home-hero__illustration {
    display: block;
    flex: 0 0 auto;
    height: 192px;
    margin-right: 48px;
    width: auto;
  }
}
@media (min-width: 1000px) {
  .home-hero__illustration {
    height: 272px;
    margin-right: 0;
  }
}

.home-hero__signup {
  background: #ffffff;
  border-radius: 23px;
  color: #14d700;
  display: block;
  font-size: 17px;
  font-weight: 600;
  height: 100%;
  line-height: 45px;
  outline: 0;
  padding: 0 32px;
  margin: 0 auto;
  max-width: 256px;
  transition: transform 125ms ease-in-out;
}
@media (min-width: 656px) {
  .home-hero__signup {
    margin: 0;
    max-width: none;
  }
}
.home-hero__signup:hover {
  background: #fafafa;
}
.home-hero__signup:active {
  transform: scale(1.05);
}

.home-hero__subtitle {
  font-size: 4.25vw;
  line-height: 1.5em;
  margin: 12px auto 32px;
  max-width: 80vw;
}
@media (min-width: 480px) {
  .home-hero__subtitle {
    font-size: 3.5vw;
    max-width: 640px;
  }
}
@media (min-width: 580px) {
  .home-hero__subtitle {
    font-size: 20px;
    line-height: 29px;
  }
}

.home-hero__title {
  font-size: 7.25vw;
  line-height: 1.25em;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  margin: 0 auto;
}
@media (min-width: 656px) {
  .home-hero__title {
    font-size: 45px;
    line-height: 55px;
    max-width: 740px;
  }
}

.home-hero__watch {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-size: 17px;
  line-height: 27px;
  margin: 12px 0 0;
  outline: 0;
}
@media (min-width: 656px) {
  .home-hero__watch {
    display: block;
    line-height: 45px;
    margin: 0;
    padding: 0 32px 0 24px;
  }
}

.how {
  margin: 56px 0 0;
}
@media (min-width: 768px) {
  .how {
    margin: 72px 0 0;
  }
}
@media (min-width: 840px) {
  .how {
    margin: 106px 0 0;
  }
}

.how__link {
  color: #068af4;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.how__logo {
  flex: 0 0 auto;
}
.how__logo:not(:last-child) {
  margin: 0 20px 0 0;
}

.how__logo-img {
  display: block;
  height: 32px;
  width: auto;
}

.how__logos {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 28px 0 0;
}

.how__more {
  margin: 16px 0 0;
}
@media (min-width: 1012px) {
  .how__more {
    margin: 30px 0 0;
  }
}

.how__step {
  flex: 0 0 auto;
  padding: 32px 24px;
  text-align: center;
}
@media (max-width: 1011px) {
  .how__step:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 1012px) {
  .how__step {
    padding: 28px 0 0;
  }
}
.how__step::before {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 48px;
  font-weight: 700;
  height: 81px;
  line-height: 67px;
  margin: 0 auto 16px;
  padding: 7px 0 0;
  text-align: center;
  width: 81px;
}

.how__step--1 {
  background: rgba(180, 99, 232, 0.15);
}
@media (min-width: 1012px) {
  .how__step--1 {
    background: transparent;
    padding-left: 32px;
    padding-right: 52px;
    width: 363px;
  }
}
.how__step--1::before {
  background: #b463e8;
  content: "1";
}

.how__step--2 {
  background: rgba(6, 138, 244, 0.15);
}
@media (min-width: 1012px) {
  .how__step--2 {
    background: transparent;
    flex: 1 1 auto;
  }
}
.how__step--2::before {
  background: #068af4;
  content: "2";
}

.how__step--3 {
  background: rgba(20, 215, 0, 0.15);
}
@media (min-width: 1012px) {
  .how__step--3 {
    background: transparent;
    padding-left: 45px;
    width: 340px;
  }
}
.how__step--3::before {
  background: #14d700;
  content: "3";
}

.how__steps {
  margin: 41px auto 0;
  max-width: 640px;
}
@media (min-width: 1012px) {
  .how__steps {
    align-items: flex-start;
    background: url(/assets/backgrounds/home-arrows-82f6fd3c80209cab0054f1a4122267269c2f15a8c005032211a0b7aaea1c0057.svg) 0 0/100% 100% no-repeat;
    display: flex;
    height: 300px;
    justify-content: space-between;
    max-width: none;
  }
}

.how__text {
  font-size: 14px;
  line-height: 1.6em;
  margin: 10px auto 0;
}
@media (min-width: 1012px) {
  .how__text {
    max-width: 258px;
  }
}
.how__step--1 .how__text {
  color: #a18ab0;
}
.how__step--2 .how__text {
  color: #798d9d;
}
.how__step--3 .how__text {
  color: #7c967a;
  max-width: 404px;
}
@media (min-width: 1012px) {
  .how__step--3 .how__text {
    max-width: 264px;
  }
}

.how__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}
.how__step--1 .how__title {
  color: #b463e8;
}
.how__step--2 .how__title {
  color: #068af4;
}
.how__step--3 .how__title {
  color: #14d700;
}

.how-row {
  align-items: flex-start;
  display: flex;
  margin: 0 0 55px;
}

.how-row__column {
  flex: 1 1 50%;
}
.how-row__column:last-child:not(:first-child) {
  margin: 0 0 0 90px;
}

.integrations-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .integrations-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .integrations-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.integrations-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.integrations-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.integrations-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.integrations-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .integrations-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .integrations-page .hero-title {
    font-size: 2.5rem;
  }
}
.integrations-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.integrations-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .integrations-page .hero-description {
    font-size: 1.125rem;
  }
}
.integrations-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .integrations-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.integrations-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.integrations-page .hero-btn-primary:hover {
  background: #2d1470;
}
.integrations-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.integrations-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .integrations-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .integrations-page .section-title {
    font-size: 1.75rem;
  }
}
.integrations-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.integrations-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.integrations-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.integrations-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.integrations-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.integrations-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.integrations-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.integrations-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .integrations-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .integrations-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.integrations-page .step-item {
  text-align: center;
  position: relative;
}
.integrations-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.integrations-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.integrations-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.integrations-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.integrations-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.integrations-page .integrations-grid-section {
  padding: 5rem 0;
  background: #ffffff;
}
.integrations-page .integrations-grid-section .explore-features__grid {
  grid-template-columns: repeat(3, 1fr);
  max-width: 720px;
}
@media (max-width: 640px) {
  .integrations-page .integrations-grid-section .explore-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .integrations-page .integrations-grid-section .explore-features__grid {
    grid-template-columns: 1fr;
  }
}
.integrations-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.integrations-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .integrations-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.integrations-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.integrations-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.integrations-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.integrations-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.integrations-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.integrations-page .benefit-description {
  color: #64748b;
}
.integrations-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.integrations-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .integrations-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.integrations-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.integrations-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .integrations-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .integrations-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.integrations-page .getting-started-steps {
  margin-bottom: 2rem;
}
.integrations-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.integrations-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.integrations-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.integrations-page .gs-step-description {
  color: #94a3b8;
}
.integrations-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.integrations-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .integrations-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.integrations-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.integrations-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.integrations-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.integrations-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .integrations-page .cta-title {
    font-size: 2rem;
  }
}
.integrations-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.integrations-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .integrations-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.integrations-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.integrations-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.integrations-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .integrations-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .integrations-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .integrations-page .hero-title {
  color: #ffffff;
}
.dark-mode .integrations-page .hero-title .hero-title-highlight,
.dark-mode .integrations-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .integrations-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .integrations-page .section-header .section-title,
.dark-mode .integrations-page .section-title {
  color: #ffffff;
}
.dark-mode .integrations-page .section-header .section-description,
.dark-mode .integrations-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .integrations-page section,
.dark-mode .integrations-page .features-section,
.dark-mode .integrations-page .how-it-works-section,
.dark-mode .integrations-page .benefits-section,
.dark-mode .integrations-page .comparison-section,
.dark-mode .integrations-page .use-cases-section,
.dark-mode .integrations-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .integrations-page section:nth-child(even),
.dark-mode .integrations-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .integrations-page .feature-card,
.dark-mode .integrations-page .benefit-card,
.dark-mode .integrations-page .step-card,
.dark-mode .integrations-page .use-case-card,
.dark-mode .integrations-page .comparison-card,
.dark-mode .integrations-page .info-card,
.dark-mode .integrations-page .workflow-step,
.dark-mode .integrations-page .capability-card,
.dark-mode .integrations-page .tool-card,
.dark-mode .integrations-page .integration-card,
.dark-mode .integrations-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .integrations-page .feature-card__title,
.dark-mode .integrations-page .benefit-card h3,
.dark-mode .integrations-page .step-card h3,
.dark-mode .integrations-page .capability-card h3,
.dark-mode .integrations-page .info-card h3,
.dark-mode .integrations-page .tool-card h3,
.dark-mode .integrations-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .integrations-page .feature-card__description,
.dark-mode .integrations-page .benefit-card p,
.dark-mode .integrations-page .step-card p,
.dark-mode .integrations-page .capability-card p,
.dark-mode .integrations-page .info-card p,
.dark-mode .integrations-page .tool-card p,
.dark-mode .integrations-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .integrations-page .feature-card__icon,
.dark-mode .integrations-page .step-number,
.dark-mode .integrations-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .integrations-page .step-title,
.dark-mode .integrations-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .integrations-page .step-description,
.dark-mode .integrations-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .integrations-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .integrations-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .integrations-page .btn--primary {
  color: #ffffff;
}
.dark-mode .integrations-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .integrations-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .integrations-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .integrations-page .cta-title {
  color: #ffffff;
}
.dark-mode .integrations-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .integrations-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .integrations-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .integrations-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .integrations-page pre,
.dark-mode .integrations-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .integrations-page ul li,
.dark-mode .integrations-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .integrations-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .integrations-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .integrations-page .config-mockup,
.dark-mode .integrations-page .code-block,
.dark-mode .integrations-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.key-features {
  padding-bottom: 100px;
  text-align: center;
}

.key-features ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.key-features__feature {
  background: transparent url(/assets/icons/star-8bfd118157707bf903ad674d334797bcdf92c66741cec54f4aac4b7abf0842b5.svg) 0 3px/15px 14px no-repeat;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 29px;
}
.key-features__feature:not(:last-child) {
  margin: 0 0 20px;
}

.key-features--check .key-features__feature {
  background: transparent url(/assets/icons/check-43bed43b4609f494272b4a897b9ac14a86152fe689e37bb4cca9ee1529fd3b75.svg) 0 3px/15px 14px no-repeat;
}
.key-features--check .key-features__feature a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.key-features__title {
  border-bottom: 2px solid #000000;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 21px;
  padding: 0 0 9px;
  display: inline-block;
}

.key-features__more {
  font-size: 28px;
  line-height: 20px;
  padding: 0 0 0 29px;
  margin-top: 42px;
  margin-left: -29px;
}

.landing-page__content {
  font-size: 4.25vw;
  line-height: 1.8125em;
}
@media (min-width: 396px) {
  .landing-page__content {
    font-size: 16px;
  }
}
.landing-page__content > * + * {
  margin: 8px 0 0;
}

.landing-page__demo {
  border-radius: 4px;
  display: block;
  margin: 32px 0 0;
  width: 100%;
}
@media (min-width: 840px) {
  .landing-page__demo {
    margin: 32px 0 -32px;
  }
}
@media (min-width: 960px) {
  .landing-page__demo {
    margin: 32px -48px -32px;
    width: calc(100% + 96px);
  }
}
@media (min-width: 1120px) {
  .landing-page__demo {
    margin: 48px -96px -24px;
    width: calc(100% + 192px);
  }
}

.landing-page__header {
  margin: 0 0 12px;
}

.landing-page__illustration {
  display: block;
  margin: 32px 0 -40px;
  max-width: 560px;
  width: 100%;
}
@media (min-width: 768px) {
  .landing-page__illustration {
    margin: 48px 48px -56px 0;
  }
}
@media (min-width: 840px) {
  .landing-page__illustration {
    margin: 48px 48px -80px 0;
  }
}

.landing-page__lead {
  font-size: 4.625vw;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 12px;
}
@media (min-width: 396px) {
  .landing-page__lead {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 640px) {
  .landing-page__lead {
    font-size: 20px;
    line-height: 30px;
  }
}

.landing-page__link {
  border-bottom: 2px solid #CED6E5;
  color: #0386f1;
}

.landing-page__list {
  list-style: disc;
  padding: 0 0 0 32px;
}

.landing-page__list-item:not(:last-child) {
  margin: 0 0 4px;
}

.landing-page__quote {
  padding: 0 0 0 32px;
  position: relative;
  margin: 16px 0;
}
.landing-page__quote::before {
  background: #E6EAF2 url(/assets/icons/speechmarks-d8fe6df4d6983431b329022a974c9ec595ae9df4194f59ea896e17f2166d2ab8.svg) 50% 12px/16px auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 32px;
}

.landing-page__quote-cite {
  background: url(/assets/testimonials/noah-37a4538a6f6d122f58bd769638131e64a25dbeb09966204c2ca0b3cad183ab38.jpg) 20px 0/24px auto no-repeat;
  color: #7C889C;
  display: block;
  margin: 8px 0 0;
  padding: 0 0 12px 52px;
}

.landing-page__quote-text {
  font-size: 16px;
  font-style: italic;
  line-height: 1.425em;
  max-width: 266px;
  padding: 12px 0 0 20px;
}
@media (min-width: 420px) {
  .landing-page__quote-text {
    font-size: 18px;
    max-width: 496px;
  }
}
@media (min-width: 656px) {
  .landing-page__quote-text {
    font-size: 22px;
    max-width: none;
  }
}

.landing-page__section {
  background: #ffffff;
  padding: 32px 0 40px;
}
@media (min-width: 768px) {
  .landing-page__section {
    padding: 48px 0 56px;
  }
}
@media (min-width: 840px) {
  .landing-page__section {
    padding: 72px 0 80px;
  }
}
.landing-page__section + .landing-page__section {
  border-top: 1px solid #CED6E5;
}

.landing-page__section--shaded {
  background: #E6EAF2;
}

.landing-page__title {
  font-size: 6.75vw;
  font-weight: 700;
  line-height: 1.125em;
  margin: 0 0 16px;
}
@media (min-width: 400px) {
  .landing-page__title {
    font-size: 6.25vw;
  }
}
@media (min-width: 580px) {
  .landing-page__title {
    font-size: 5.25vw;
  }
}
@media (min-width: 728px) {
  .landing-page__title {
    font-size: 36px;
    line-height: 44px;
  }
}

.landing-page-hero__logo {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: auto;
}
@media (max-width: 840px) {
  .landing-page-hero__logo {
    margin-top: 25px;
    margin-bottom: -15px;
  }
}

.landing-page-hero__content {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}

.landing-page-hero__left,
.landing-page-hero__right {
  flex-basis: calc(50% - 20px);
}

.landing-page-hero__left--only-child {
  flex-basis: 100%;
  max-width: 850px;
  text-align: center;
  margin: auto;
}
@media (min-width: 840px) {
  .landing-page-hero__left--only-child .landing-page-hero__title {
    font-size: 50px;
  }
}
.landing-page-hero__title {
  font-size: 7.25vw;
  line-height: 1.25em;
  font-weight: 500;
  margin: 0 0 6px;
}
@media (min-width: 468px) {
  .landing-page-hero__title {
    font-size: 20px;
  }
}
@media (min-width: 526px) {
  .landing-page-hero__title {
    font-size: 24px;
  }
}
@media (min-width: 640px) {
  .landing-page-hero__title {
    font-size: 28px;
  }
}

.landing-page-hero__text {
  font-size: 4.25vw;
  line-height: 1.5em;
  padding-top: 3px;
}
@media (min-width: 396px) {
  .landing-page-hero__text {
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  .landing-page-hero__text {
    font-size: 18px;
  }
}

.landing-page-hero__buttons {
  margin: 32px auto auto auto;
  max-width: 280px;
}
.landing-page-hero__buttons .icon-button:not(:last-child) {
  margin-bottom: 5px;
}

.landing-page-hero__video {
  background-color: #E6EAF2;
  background-image: url(/assets/icons/play-782e379c64730958a041c8ffe0468d3f8af21f30377b044841a012d672ad2b0b.svg);
  background-size: 75px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 56.25%;
}

@media (max-width: 990px) {
  .landing-page-hero__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.large-numbered-list {
  margin: 16px 0 0;
}
@media (min-width: 601px) {
  .large-numbered-list {
    margin: 24px 0 0;
  }
}
@media (min-width: 768px) {
  .large-numbered-list {
    margin: 32px 0 0;
  }
}
@media (min-width: 840px) {
  .large-numbered-list {
    margin: 48px 0 0;
  }
}

.large-numbered-list__content {
  font-size: 16px;
  line-height: 27px;
}

.large-numbered-list__item {
  padding: 0 0 0 115px;
  position: relative;
}
.large-numbered-list__item:not(:last-child) {
  margin: 0 0 16px;
}
@media (min-width: 601px) {
  .large-numbered-list__item:not(:last-child) {
    margin: 0 0 52px;
  }
}
.large-numbered-list__item::before {
  background: #666;
  border-radius: 50%;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 56px;
  height: 88px;
  left: 0;
  line-height: 1em;
  padding: 15px 0 0;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 88px;
}

.large-numbered-list__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin: 0 0 11px;
  padding: 2px 0 0;
}

.large-numbered-list__link {
  border-bottom: 2px solid #eaeaea;
  color: #0386f1;
  font-weight: 500;
}

.large-numbered-list__item--blue::before {
  background: #0386f1;
}

.large-numbered-list__item--pink::before {
  background: #fd004f;
}

.large-numbered-list__item--purple::before {
  background: #703d8c;
}

.large-numbered-list__item--orange::before {
  background: #ff8254;
}

.large-numbered-list__item:nth-child(1)::before {
  content: "1";
}

.large-numbered-list__item:nth-child(2)::before {
  content: "2";
}

.large-numbered-list__item:nth-child(3)::before {
  content: "3";
}

.large-numbered-list__item:nth-child(4)::before {
  content: "4";
}

.large-numbered-list__item:nth-child(5)::before {
  content: "5";
}

.large-numbered-list__item:nth-child(6)::before {
  content: "6";
}

@media (max-width: 500px) {
  .large-numbered-list__item {
    padding: 0;
  }
  .large-numbered-list__item::before {
    display: none;
  }
}
.legal-document {
  font-size: 16px;
  line-height: 26px;
  list-style: none;
  margin: 0 auto;
  max-width: 800px;
  padding: 48px 0;
}
@media (max-width: 700px) {
  .legal-document {
    padding: 32px 0;
  }
}
@media (max-width: 480px) {
  .legal-document {
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0;
  }
}
.legal-document a {
  border-bottom: 1px solid #c7e5fa;
  color: #39a5ef;
}

.legal-document__number {
  font-weight: bold;
  padding: 0 8px 0 0;
}

.legal-document__row {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.legal-document__row:not(:last-child) {
  margin: 0 0 12px;
}
@media (max-width: 480px) {
  .legal-document__row:not(:last-child) {
    margin: 0 0 8px;
  }
}

.legal-document__section {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.legal-document__section:not(:last-child) {
  margin: 0 0 24px;
}
@media (max-width: 480px) {
  .legal-document__section:not(:last-child) {
    margin: 0 0 16px;
  }
}

.legal-document__subtitle {
  margin: 0 0 12px;
}
@media (max-width: 480px) {
  .legal-document__subtitle {
    margin: 0 0 8px;
  }
}

.legal-document__title {
  font-weight: 700;
  margin: 0 0 12px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .legal-document__title {
    margin: 0 0 8px;
  }
}

@media (min-width: 360px) {
  .legal-page-content {
    padding: 24px 0 32px;
  }
}
@media (min-width: 480px) {
  .legal-page-content {
    padding: 40px 0 48px;
  }
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 16px;
  margin: 32px 0 0 0;
}
@media (min-width: 400px) {
  .logo-grid {
    grid-gap: 24px;
  }
}
@media (min-width: 464px) {
  .logo-grid {
    margin: 32px 32px 0 0;
  }
}
@media (min-width: 556px) {
  .logo-grid {
    grid-gap: 32px;
  }
}
@media (min-width: 840px) {
  .logo-grid {
    margin: 48px 32px 0 0;
  }
}

.logo-grid--integrations {
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 464px) {
  .logo-grid--integrations {
    margin: 32px 96px 0 0;
  }
}
@media (min-width: 840px) {
  .logo-grid--integrations {
    margin: 48px 96px 0 0;
  }
}

.logo-grid li {
  padding: 100% 0 0;
  position: relative;
}

.logo-grid__icon {
  height: 100%;
  left: 0;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}

.markdown {
  line-height: 1.5;
  font-size: 21px;
}
.markdown > *:first-child {
  margin-top: 0 !important;
}
.markdown img {
  box-sizing: content-box;
  background-color: #fff;
}
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6,
.markdown table {
  margin-top: 44px;
  margin-bottom: 26px;
  font-weight: 700;
  line-height: 1.25;
}
.markdown b,
.markdown strong {
  font-weight: 600;
}
.markdown p,
.markdown blockquote,
.markdown ul,
.markdown ol,
.markdown dl,
.markdown table,
.markdown pre {
  margin-bottom: 25px;
}
.markdown ul,
.markdown ol {
  margin-left: 2em;
}
.markdown ol li {
  list-style: decimal;
}
.markdown ul li {
  list-style: disc;
}
.markdown sup a {
  border: 0 !important;
  margin-left: 2px;
  color: #999 !important;
}
.markdown div.footnotes > hr {
  display: none;
}
.markdown div.footnotes {
  color: #666;
  font-size: 12px;
  margin-top: 40px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
}
.markdown div.footnotes p {
  margin: 0;
}
.markdown div.footnotes p a {
  color: #999;
  font-weight: 600;
  border: 0;
}
.markdown div.footnotes li + li {
  margin-top: 6px;
}
.markdown h1 {
  font-size: 2em;
  font-weight: 700;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3em;
}
.markdown h2 {
  font-size: 1.5em;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3em;
}
.markdown h3 {
  font-size: 1.25em;
}
.markdown hr {
  height: 2px;
  border-color: #efefef;
  max-width: 75%;
  margin: 60px auto;
}
.markdown p.codeTitle {
  margin-bottom: 0;
  background: #eee;
  border-radius: 4px 4px 0 0;
  font-size: 12px;
  color: #888;
  padding: 8px 16px;
  border-bottom: 1px dashed #dcdcdc;
}
.markdown p.codeTitle + pre {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.markdown pre {
  background: #f2f2f2;
  font-family: "SFMono-Regular", monospace;
  font-size: 90%;
  padding: 16px;
  white-space: pre;
  word-wrap: normal;
  line-height: 1.45;
  overflow: auto;
  border-radius: 4px;
}
.markdown pre code {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
}
.markdown pre.mermaid {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 30px auto;
  overflow: visible;
  white-space: normal;
}
.markdown pre.mermaid svg {
  max-width: 100%;
  height: auto;
}
.markdown ul a,
.markdown ol a,
.markdown p a {
  color: #39a5ef;
  border-bottom: 1px solid rgb(198.5607476636, 229.3457943925, 250.4392523364);
}
.markdown ul a:hover,
.markdown ol a:hover,
.markdown p a:hover {
  color: rgb(16.4112149533, 127.1869158879, 203.0887850467);
}
.markdown ul a.brandLink,
.markdown ol a.brandLink,
.markdown p a.brandLink {
  color: inherit;
  color: #555;
  border-bottom: 1px solid #ddd;
}
.markdown ul a.brandLink:hover,
.markdown ol a.brandLink:hover,
.markdown p a.brandLink:hover {
  text-decoration: none;
  color: #222;
}
.markdown p img {
  text-align: center;
  margin: auto;
  display: block;
  max-width: 100%;
}
.markdown p.big {
  font-size: 22px;
}
.markdown p.colorBox {
  background: #fffff1;
  border: 2px solid #e8e8e2;
  color: #888878;
  font-size: 90%;
  font-weight: 500;
  padding: 20px;
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.markdown p.colorBox a {
  color: #888878;
  border-color: rgb(207.6811023622, 207.6811023622, 201.3188976378);
}
.markdown p.colorBox a:hover {
  color: rgb(95.4035433071, 95.4035433071, 84.0964566929);
}
.markdown p.colorBox code {
  background-color: rgba(0, 0, 0, 0.05);
}
.markdown p.colorBox.blue {
  background-color: #f2f8ff;
  border-color: #cfd8e4;
  color: #6890c5;
}
.markdown p.colorBox.blue a {
  color: #6890c5;
  border-color: rgb(214.5406698565, 225.2583732057, 239.4593301435);
}
.markdown p.colorBox.blue a:hover {
  color: rgb(62.3014354067, 105.2679425837, 162.1985645933);
}
.markdown p.colorBox.purple {
  background-color: #fbf5ff;
  border-color: #dcd3e2;
  color: #924db9;
}
.markdown p.colorBox.purple a {
  color: #924db9;
  border-color: rgb(213.2459677419, 186.814516129, 228.185483871);
}
.markdown p.colorBox.purple a:hover {
  color: rgb(103.9697580645, 52.3588709677, 133.1411290323);
}
.markdown p.colorBox.red {
  background-color: #fff5f5;
  border-color: #ebd4d4;
  color: #dc6b6b;
}
.markdown p.colorBox.red a {
  color: #dc6b6b;
  border-color: rgb(249.262295082, 230.737704918, 230.737704918);
}
.markdown p.colorBox.red a:hover {
  color: rgb(202.5901639344, 47.9098360656, 47.9098360656);
}
.markdown p.colorBox.green {
  background-color: #f5fff2;
  border-color: #cbdac7;
  color: #5ac249;
}
.markdown p.colorBox.green a {
  color: #5ac249;
  border-color: rgb(193.8888888889, 232.4074074074, 187.5925925926);
}
.markdown p.colorBox.green a:hover {
  color: rgb(61.1481481481, 142.6790123457, 47.8209876543);
}
.markdown .embeddedVideo {
  position: relative;
  margin: 60px 0;
  padding: 0 0 56.25%;
}
.markdown .embeddedVideo iframe {
  height: 100% !important;
  position: absolute;
  width: 100% !important;
}
.markdown .imageCaption {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  margin-bottom: 60px;
}
.markdown img.right {
  float: right;
  max-width: 500px;
  margin: 0 -100px 40px 40px;
}
.markdown img.left {
  float: left;
  max-width: 500px;
  margin: 0 40px 40px -100px;
}
.markdown img.radius {
  border-radius: 6px;
}
.markdown img.bordered {
  border: 3px solid #fff;
}
.markdown img.shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.markdown img.screenshot {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
  max-width: 85%;
  margin: 60px auto 60px auto;
}
.markdown img.center,
.markdown img.centre {
  max-width: 90%;
  margin: 40px auto 60px auto;
}
.markdown img.big {
  margin-left: -70px !important;
  margin-right: -70px !important;
  max-width: calc(100% + 70px + 70px) !important;
}
.markdown blockquote {
  border-left: 6px solid #efefef;
  padding-left: 30px;
}
.markdown blockquote p {
  font-size: 24px;
  line-height: 1.7;
  font-style: italic;
  color: #888;
}
.markdown code {
  font-family: "SFMono-Regular", monospace;
  font-size: 90%;
  background: #efefef;
  border-radius: 3px;
  padding: 0.15em 0.35em;
}
.markdown mark {
  background: #fffcdf;
  padding: 0.15em 0.35em;
}
.markdown table {
  width: 100%;
  margin-bottom: 40px;
}
.markdown table td,
.markdown table th {
  padding: 8px 0;
}
.markdown table thead tr td,
.markdown table thead tr th {
  border-bottom: 2px solid #000;
  font-weight: 600;
}
.markdown table tbody tr td {
  border-bottom: 1px solid #efefef;
}
.markdown table tbody tr:last-child td {
  border-bottom-color: #000;
}

@media (max-width: 920px) {
  .markdown img.big {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}
.no-search-results {
  border: 2px dashed #eaeaea;
  padding: 64px 0;
  text-align: center;
  margin: 32px 0 0;
}

.no-search-results__text {
  color: #686868;
  font-size: 20px;
  line-height: 28px;
}

.no-search-results__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 6px;
}

.dark-mode .no-search-results {
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-mode .no-search-results__title {
  color: #ffffff;
}
.dark-mode .no-search-results__text {
  color: rgba(255, 255, 255, 0.6);
}

.oauth-illustration {
  align-items: center;
  display: flex;
  height: 320px;
  justify-content: space-between;
  margin: 0 auto;
}

.oauth-illustration__line {
  background: rgba(0, 0, 0, 0.05);
  flex: 1 1 auto;
  height: 4px;
  margin: 0 16px;
  width: 100%;
}

.oauth-illustration__logo {
  display: block;
  flex: 0 0 auto;
  height: 84px;
  width: auto;
}

.oauth-illustration__logo--small {
  height: 48px;
}

.one-click-rollback-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.one-click-rollback-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .one-click-rollback-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .one-click-rollback-page .section-title {
    font-size: 1.75rem;
  }
}
.one-click-rollback-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.one-click-rollback-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .one-click-rollback-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .one-click-rollback-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.one-click-rollback-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.one-click-rollback-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.one-click-rollback-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.one-click-rollback-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .one-click-rollback-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .one-click-rollback-page .hero-title {
    font-size: 2.5rem;
  }
}
.one-click-rollback-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.one-click-rollback-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .one-click-rollback-page .hero-description {
    font-size: 1.125rem;
  }
}
.one-click-rollback-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .one-click-rollback-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.one-click-rollback-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.one-click-rollback-page .hero-btn-primary:hover {
  background: #2d1470;
}
.one-click-rollback-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.one-click-rollback-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.one-click-rollback-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.one-click-rollback-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.one-click-rollback-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.one-click-rollback-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.one-click-rollback-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .one-click-rollback-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .one-click-rollback-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.one-click-rollback-page .step-item {
  text-align: center;
  position: relative;
}
.one-click-rollback-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.one-click-rollback-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.one-click-rollback-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.one-click-rollback-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.one-click-rollback-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.one-click-rollback-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.one-click-rollback-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .one-click-rollback-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.one-click-rollback-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.one-click-rollback-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.one-click-rollback-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.one-click-rollback-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.one-click-rollback-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.one-click-rollback-page .benefit-description {
  color: #64748b;
}
.one-click-rollback-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.one-click-rollback-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .one-click-rollback-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.one-click-rollback-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.one-click-rollback-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .one-click-rollback-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .one-click-rollback-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.one-click-rollback-page .getting-started-steps {
  margin-bottom: 2rem;
}
.one-click-rollback-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.one-click-rollback-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.one-click-rollback-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.one-click-rollback-page .gs-step-description {
  color: #94a3b8;
}
.one-click-rollback-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.one-click-rollback-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .one-click-rollback-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.one-click-rollback-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.one-click-rollback-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.one-click-rollback-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.one-click-rollback-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .one-click-rollback-page .cta-title {
    font-size: 2rem;
  }
}
.one-click-rollback-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.one-click-rollback-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .one-click-rollback-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.one-click-rollback-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.one-click-rollback-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.one-click-rollback-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .one-click-rollback-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .one-click-rollback-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .one-click-rollback-page .hero-title {
  color: #ffffff;
}
.dark-mode .one-click-rollback-page .hero-title .hero-title-highlight,
.dark-mode .one-click-rollback-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .one-click-rollback-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .one-click-rollback-page .section-header .section-title,
.dark-mode .one-click-rollback-page .section-title {
  color: #ffffff;
}
.dark-mode .one-click-rollback-page .section-header .section-description,
.dark-mode .one-click-rollback-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .one-click-rollback-page section,
.dark-mode .one-click-rollback-page .features-section,
.dark-mode .one-click-rollback-page .how-it-works-section,
.dark-mode .one-click-rollback-page .benefits-section,
.dark-mode .one-click-rollback-page .comparison-section,
.dark-mode .one-click-rollback-page .use-cases-section,
.dark-mode .one-click-rollback-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .one-click-rollback-page section:nth-child(even),
.dark-mode .one-click-rollback-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .one-click-rollback-page .feature-card,
.dark-mode .one-click-rollback-page .benefit-card,
.dark-mode .one-click-rollback-page .step-card,
.dark-mode .one-click-rollback-page .use-case-card,
.dark-mode .one-click-rollback-page .comparison-card,
.dark-mode .one-click-rollback-page .info-card,
.dark-mode .one-click-rollback-page .workflow-step,
.dark-mode .one-click-rollback-page .capability-card,
.dark-mode .one-click-rollback-page .tool-card,
.dark-mode .one-click-rollback-page .integration-card,
.dark-mode .one-click-rollback-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .one-click-rollback-page .feature-card__title,
.dark-mode .one-click-rollback-page .benefit-card h3,
.dark-mode .one-click-rollback-page .step-card h3,
.dark-mode .one-click-rollback-page .capability-card h3,
.dark-mode .one-click-rollback-page .info-card h3,
.dark-mode .one-click-rollback-page .tool-card h3,
.dark-mode .one-click-rollback-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .one-click-rollback-page .feature-card__description,
.dark-mode .one-click-rollback-page .benefit-card p,
.dark-mode .one-click-rollback-page .step-card p,
.dark-mode .one-click-rollback-page .capability-card p,
.dark-mode .one-click-rollback-page .info-card p,
.dark-mode .one-click-rollback-page .tool-card p,
.dark-mode .one-click-rollback-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .one-click-rollback-page .feature-card__icon,
.dark-mode .one-click-rollback-page .step-number,
.dark-mode .one-click-rollback-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .one-click-rollback-page .step-title,
.dark-mode .one-click-rollback-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .one-click-rollback-page .step-description,
.dark-mode .one-click-rollback-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .one-click-rollback-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .one-click-rollback-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .one-click-rollback-page .btn--primary {
  color: #ffffff;
}
.dark-mode .one-click-rollback-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .one-click-rollback-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .one-click-rollback-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .one-click-rollback-page .cta-title {
  color: #ffffff;
}
.dark-mode .one-click-rollback-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .one-click-rollback-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .one-click-rollback-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .one-click-rollback-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .one-click-rollback-page pre,
.dark-mode .one-click-rollback-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .one-click-rollback-page ul li,
.dark-mode .one-click-rollback-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .one-click-rollback-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .one-click-rollback-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .one-click-rollback-page .config-mockup,
.dark-mode .one-click-rollback-page .code-block,
.dark-mode .one-click-rollback-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}
.pagination .page-item:not(:last-child) {
  margin: 0 8px 0 0;
}
.pagination .page-item a {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  color: #686868;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 2px 12px;
}
.pagination .page-item.active a {
  background: #0187f3;
  border-color: #0187f3;
  color: #ffffff;
  font-weight: 500;
}

.dark-mode .pagination .page-item a {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .pagination .page-item a:hover {
  border-color: rgba(102, 47, 224, 0.4);
  color: #ffffff;
}
.dark-mode .pagination .page-item.active a {
  background: #662fe0;
  border-color: #662fe0;
  color: #ffffff;
}

.pricing-discounts__wrapper {
  padding: 20px 0 96px;
}

.pricing-discounts {
  display: flex;
  margin: 30px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  flex-direction: column;
}
@media (min-width: 840px) {
  .pricing-discounts {
    flex-direction: row;
  }
}

.pricing-discounts__column {
  flex: 1;
  text-align: center;
  background-color: white;
  padding: 40px 30px;
  transition: all 300ms ease-in-out;
  border: 1px solid white;
}
.pricing-discounts__column:hover {
  filter: brightness(0.98);
}
@media (min-width: 840px) {
  .pricing-discounts__column {
    padding: 60px 50px;
  }
  .pricing-discounts__column:hover {
    filter: brightness(1);
    transform: scale(1.05);
    box-shadow: 0 22.64px 28.29px rgba(0, 0, 0, 0.2);
    border-right: 1px solid white !important;
    border-radius: 6px;
  }
}
.pricing-discounts__column:not(:last-child) {
  border-bottom: 1px solid #f1f3f5;
}
@media (min-width: 840px) {
  .pricing-discounts__column:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid #f1f3f5;
  }
}
.pricing-discounts__column:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pricing-discounts__column:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pricing-discounts__icon {
  height: 60px;
  margin-bottom: 15px;
  border-radius: 9999px;
  padding: 12px;
}
.pricing-discounts__icon.pricing-discounts__icon--open-source {
  background-color: #b463e8;
}
.pricing-discounts__icon.pricing-discounts__icon--student {
  background-color: #ff3b53;
}
.pricing-discounts__icon.pricing-discounts__icon--non-profit {
  background-color: #40d8c1;
}

.pricing-discounts__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 840px) {
  .pricing-discounts__title {
    font-size: 26px;
  }
}

.pricing-discounts__content {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.325em;
  color: #959595;
}
@media (min-width: 840px) {
  .pricing-discounts__content {
    font-size: 20px;
  }
}

.pricing-discounts__cta {
  font-size: 18px;
  font-weight: 600;
  color: #058add;
}
.pricing-discounts__cta:hover {
  text-decoration: underline;
}
@media (min-width: 840px) {
  .pricing-discounts__cta {
    font-size: 20px;
  }
}

.dark-mode .pricing-discounts__wrapper {
  background: #0f0826;
}
.dark-mode .pricing-discounts__column {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .pricing-discounts__title {
  color: #ffffff;
}
.dark-mode .pricing-discounts__content {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .pricing-discounts__price {
  color: #bb9bff;
}
.dark-mode .pricing-discounts__cta {
  color: #bb9bff;
}

.pricing-option, .pricing-option--enterprise, .pricing-option-best {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #C0C8D3;
  padding: 16px;
  gap: 24px;
}
.pricing-option:hover, .pricing-option--enterprise:hover, .pricing-option-best:hover {
  border-color: #3D1B95;
}
.pricing-option:hover .pricing-option__name, .pricing-option--enterprise:hover .pricing-option__name, .pricing-option-best:hover .pricing-option__name {
  color: #3D1B95;
}
.pricing-option:hover .pricing-option__button, .pricing-option--enterprise:hover .pricing-option__button, .pricing-option-best:hover .pricing-option__button,
.pricing-option:hover .pricing-option-best__button,
.pricing-option--enterprise:hover .pricing-option-best__button,
.pricing-option-best:hover .pricing-option-best__button,
.pricing-option:hover .pricing-option__button--enterprise,
.pricing-option--enterprise:hover .pricing-option__button--enterprise,
.pricing-option-best:hover .pricing-option__button--enterprise {
  color: #3D1B95;
  border-color: #3D1B95;
}

.pricing-option-best {
  border: 2px solid #3b1d95;
}
.pricing-option-best:hover {
  border-color: #2C166F;
}
.pricing-option-best:hover .pricing-option__name {
  color: #2C166F;
}
.pricing-option-best:hover .pricing-option-best__button {
  background: #2C166F;
  color: white;
  border-color: #2C166F;
}
.pricing-option-best:hover .popular-tag {
  background-color: #2C166F;
}

.pricing-option--enterprise {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  padding: 24px 24px 8px;
  gap: 24px;
  min-height: 240px;
  height: auto;
}
.pricing-option--enterprise .pricing-option__header {
  grid-row: 1;
  grid-column: 1;
}
.pricing-option--enterprise .enterprise-divider {
  display: none;
}
.pricing-option--enterprise .features-container {
  grid-row: 2;
  grid-column: 1;
}
.pricing-option--enterprise .pricing-option__button-container {
  flex-direction: column;
  margin-bottom: 0;
}
@media (min-width: 640px) and (max-width: 839px) {
  .pricing-option--enterprise .pricing-option__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 24px;
    margin-top: 4px;
  }
  .pricing-option--enterprise .pricing-option__button-container {
    flex-direction: row;
  }
}
@media (min-width: 840px) {
  .pricing-option--enterprise {
    grid-template-columns: 240px auto 1fr;
    grid-template-rows: 1fr;
    padding: 32px 32px 24px;
    gap: 32px;
  }
  .pricing-option--enterprise .pricing-option__header {
    grid-column: 1;
    grid-row: 1;
  }
  .pricing-option--enterprise .enterprise-divider {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    padding: 0;
  }
  .pricing-option--enterprise .features-container {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
  }
  .pricing-option--enterprise .pricing-option__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 48px;
    margin-top: 4px;
    margin-bottom: auto;
  }
  .pricing-option--enterprise .pricing-option__button-container {
    flex-direction: row;
    margin-top: 0;
    justify-content: flex-start;
  }
}

.pricing-option-best__button, .pricing-option__button,
.pricing-option__button--enterprise {
  border: 1px solid #9EABBC;
  border-radius: 4px;
  color: #0F1115;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 24px;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 48px;
  gap: 2px;
}

.pricing-option-best__button {
  background: #3b1d95;
  color: white;
}

.pricing-option__link-button {
  color: #0F1115;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 16px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  text-decoration: none;
}
.pricing-option__link-button:hover {
  color: #3D1B95;
}

.pricing-option__button--fullwidth {
  flex: 1;
  min-width: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  gap: 2px;
  width: 100%;
}
@media (min-width: 640px) {
  .pricing-option__button--fullwidth {
    padding: 0;
  }
}

.pricing-option__text {
  margin-right: 4px;
}

.pricing-option__tooltip {
  display: flex;
  position: relative;
}
.pricing-option__tooltip:hover .pricing-option__tip {
  opacity: 1;
  transform: translate(-50%, -12px);
  visibility: visible;
}

.pricing-option__tip {
  background-color: #373737;
  border-radius: 4px;
  bottom: 110%;
  color: white;
  font-size: 14px;
  left: 50%;
  min-width: 200px;
  opacity: 0;
  padding: 8px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 1;
}
.pricing-option__tip::before {
  background: transparent;
  border: 6px solid transparent;
  border-top-color: #373737;
  bottom: -12px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1001;
}

.pricing-option__info-icon {
  position: relative;
  background: transparent url(/assets/icons/info-a755618cc218eda19b6e08883a0747d916c7233acaa1133bcfd61d4c2cb045ae.svg) no-repeat;
  width: 16px;
  height: 16px;
}

.pricing-option__header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.pricing-option__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #171717;
  margin-bottom: 6px;
}

.pricing-option__description {
  font-size: 16px;
  line-height: 24px;
  color: #36414E;
}

.price-container {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pricing-option__price {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  color: #171717;
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
}

.pricing-option__price-detail {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  color: #62758E;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.pricing-option__price-detail .price-breakdown {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #3B1D95;
}

.features-container {
  z-index: 0;
  display: flex;
  margin: 24px 0;
  width: 100%;
  padding: 0 8px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  color: #36414e;
  font-weight: 400;
  line-height: 1;
  justify-content: center;
}

.pricing-option--enterprise .features-container {
  margin-bottom: 0;
}

.features-and-buttons {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 839px) {
  .features-and-buttons {
    gap: 24px;
  }
}
.pricing-option--enterprise .features-and-buttons {
  gap: 12px;
}

.features-section {
  flex-grow: 1;
}

.enterprise-features {
  margin-bottom: 0;
}

.pricing-option__features-header {
  padding-bottom: 8px;
}

.pricing-option__features-header-bold {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
}

.pricing-option__features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-option__feature {
  display: flex;
  margin-top: 8px;
  min-height: 20px;
  align-items: center;
  gap: 8px;
}

.pricing-option__feature-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #36414e;
  margin: auto 0;
}

.pricing-option__feature-text--excluded {
  color: #62758E;
}

.pricing-option__feature-included-icon {
  background: transparent url(/assets/icons/check-line-e7be69632dab83c7286af07870ac3ca243e3c5850bd539706011ddd6a0846c22.svg) no-repeat;
  width: 15px;
  height: 16px;
}

.pricing-option__feature-excluded-icon {
  background: transparent url(/assets/icons/close-line-8fd77b1feccd1fbff746c45b2b1092d5a283d5b5f5db9c2b656a4b674f8f4a20.svg) no-repeat;
  width: 15px;
  height: 16px;
}

@media (max-width: 767px) {
  .feature-not-included {
    display: none;
  }
}
@media (max-width: 767px) {
  .pricing-option__feature:has(.pricing-option__feature-excluded-icon) {
    display: none;
  }
}
.popular-tag {
  color: #fff;
  align-self: start;
  border-radius: 2px;
  position: absolute;
  z-index: 0;
  min-height: 28px;
  gap: 8px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  right: 12px;
  top: -12px;
  height: 28px;
  padding: 5px 8px;
  background-color: #3b1d95;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.enterprise-divider__line {
  border-left: 1px solid #C0C8D3;
  height: 100%;
  min-height: 180px;
  width: 0;
}

.pricing-option__button-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  gap: 16px;
}
@media (max-width: 639px) {
  .pricing-option__button-container {
    flex-direction: column;
    gap: 12px;
  }
  .pricing-option__button-container .pricing-option__button--fullwidth,
  .pricing-option__button-container .pricing-option__link-button {
    width: 100%;
    box-sizing: border-box;
  }
}

.enterprise-buttons {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
}
@media (min-width: 840px) {
  .enterprise-buttons {
    flex: 1;
  }
}

.enterprise-cta-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 840px) {
  .enterprise-cta-section {
    flex: 1;
    align-self: flex-end;
    margin-top: 24px;
  }
}

@media (max-width: 839px) {
  .pricing-option__button,
  .pricing-option__button--enterprise,
  .pricing-option__button--fullwidth {
    height: 48px;
    min-height: 48px;
  }
}
.dark-mode .pricing-option, .dark-mode .pricing-option--enterprise,
.dark-mode .pricing-option-best {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .pricing-option:hover, .dark-mode .pricing-option--enterprise:hover,
.dark-mode .pricing-option-best:hover {
  border-color: #bb9bff;
}
.dark-mode .pricing-option:hover .pricing-option__name, .dark-mode .pricing-option--enterprise:hover .pricing-option__name,
.dark-mode .pricing-option-best:hover .pricing-option__name {
  color: #bb9bff;
}
.dark-mode .pricing-option:hover .pricing-option__button, .dark-mode .pricing-option--enterprise:hover .pricing-option__button,
.dark-mode .pricing-option:hover .pricing-option__button--enterprise,
.dark-mode .pricing-option--enterprise:hover .pricing-option__button--enterprise,
.dark-mode .pricing-option-best:hover .pricing-option__button,
.dark-mode .pricing-option-best:hover .pricing-option__button--enterprise {
  color: #ffffff;
  border-color: #bb9bff;
  background: rgba(187, 155, 255, 0.15);
}
.dark-mode .pricing-option:hover .pricing-option-best__button, .dark-mode .pricing-option--enterprise:hover .pricing-option-best__button,
.dark-mode .pricing-option-best:hover .pricing-option-best__button {
  background: #5425c0;
  border-color: #5425c0;
}
.dark-mode .pricing-option__name {
  color: #ffffff;
}
.dark-mode .pricing-option__price {
  color: #ffffff;
}
.dark-mode .pricing-option__description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .pricing-option__price-detail {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .pricing-option__price-detail .price-breakdown {
  color: #bb9bff;
}
.dark-mode .features-container {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .pricing-option__features-header,
.dark-mode .pricing-option__features-header-bold {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .pricing-option__feature-text {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .pricing-option__feature-text--excluded {
  color: rgba(255, 255, 255, 0.4);
}
.dark-mode .pricing-option__feature-included-icon {
  filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(700%) hue-rotate(90deg) brightness(95%) contrast(90%);
}
.dark-mode .pricing-option__feature-excluded-icon {
  filter: brightness(0) saturate(100%) invert(50%) sepia(10%) saturate(200%) hue-rotate(180deg) brightness(100%) contrast(80%);
}
.dark-mode .pricing-option__button,
.dark-mode .pricing-option__button--enterprise,
.dark-mode .pricing-option__button--fullwidth {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .pricing-option__button:hover,
.dark-mode .pricing-option__button--enterprise:hover,
.dark-mode .pricing-option__button--fullwidth:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .pricing-option-best__button {
  background: #662fe0;
  color: #ffffff;
  border-color: #662fe0;
}
.dark-mode .pricing-option-best__button:hover {
  background: #5425c0;
}
.dark-mode .pricing-option__link-button {
  color: #bb9bff;
}
.dark-mode .pricing-option__link-button:hover {
  color: #ffffff;
}
.dark-mode .pricing-option__info-icon {
  filter: invert(70%) sepia(20%) saturate(500%) hue-rotate(210deg) brightness(100%) contrast(90%);
}
.dark-mode .pricing-option--enterprise {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(102, 47, 224, 0.3);
}
.dark-mode .enterprise-divider__line {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .pricing-option__header {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .popular-tag {
  background-color: #662fe0;
}
.dark-mode .pricing-option__tip {
  background-color: #1a0f3a;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-mode .pricing-option__tip::before {
  border-top-color: #1a0f3a;
}

.pricing-options {
  margin: 32px 0 24px;
  width: 100%;
}

.pricing-options__column {
  margin: 0;
  width: 100%;
}

.pricing-options__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 480px) {
  .pricing-options {
    margin: 48px 0 24px;
  }
}
@media (min-width: 840px) {
  .pricing-options {
    margin: 0px 0 56px;
  }
  .pricing-options__column {
    flex: 1 1 calc(50% - 24px);
    max-width: none;
    min-width: 232px;
  }
  .pricing-options__column--enterprise {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 48px;
    margin-bottom: 24px;
  }
  .pricing-options__list {
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    padding: 0 35px; /* Keep the existing padding for desktop */
  }
}
@media (min-width: 1200px) {
  .pricing-options__column {
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
  }
  .pricing-options__list {
    justify-content: space-between;
  }
}
.pricing {
  align-self: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 64px;
}

.pricing-page {
  padding-top: 3rem;
}

.section-header__trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 15px;
  color: #36414E;
  font-weight: 400;
  line-height: 24px;
}

.trust-badge__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent url(/assets/icons/check-line-e7be69632dab83c7286af07870ac3ca243e3c5850bd539706011ddd6a0846c22.svg) no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.pricing-testimonials {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 48px;
}

.pricing-testimonials__header {
  text-align: center;
  margin-bottom: 32px;
}

.capterra-badge__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.capterra-badge__logo {
  width: 24px;
  height: 24px;
  background: transparent url(/assets/icons/logos/capterra-2da66a49659ccf77eede60171740feacf93ead9c57098ef858d67f7c55d73a2e.svg) no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.capterra-badge__stars {
  display: inline-flex;
  width: 80px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 16' fill='%23f5a623'%3E%3Cpolygon points='8,0 10,5.5 16,5.5 11,9 13,15 8,11.5 3,15 5,9 0,5.5 6,5.5'/%3E%3Cpolygon points='24,0 26,5.5 32,5.5 27,9 29,15 24,11.5 19,15 21,9 16,5.5 22,5.5'/%3E%3Cpolygon points='40,0 42,5.5 48,5.5 43,9 45,15 40,11.5 35,15 37,9 32,5.5 38,5.5'/%3E%3Cpolygon points='56,0 58,5.5 64,5.5 59,9 61,15 56,11.5 51,15 53,9 48,5.5 54,5.5'/%3E%3Cpolygon points='72,0 74,5.5 80,5.5 75,9 77,15 72,11.5 67,15 69,9 64,5.5 70,5.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.capterra-badge__score {
  font-size: 14px;
  font-weight: 500;
  color: #36414E;
}

.pricing-testimonials__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px) {
  .pricing-testimonials__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pricing-testimonial {
  text-align: center;
  padding: 24px 16px;
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
  transition: background-color 0.15s ease;
}
.pricing-testimonial:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.pricing-testimonial__stars {
  display: block;
  width: 80px;
  height: 16px;
  margin: 0 auto 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 16' fill='%23f5a623'%3E%3Cpolygon points='8,0 10,5.5 16,5.5 11,9 13,15 8,11.5 3,15 5,9 0,5.5 6,5.5'/%3E%3Cpolygon points='24,0 26,5.5 32,5.5 27,9 29,15 24,11.5 19,15 21,9 16,5.5 22,5.5'/%3E%3Cpolygon points='40,0 42,5.5 48,5.5 43,9 45,15 40,11.5 35,15 37,9 32,5.5 38,5.5'/%3E%3Cpolygon points='56,0 58,5.5 64,5.5 59,9 61,15 56,11.5 51,15 53,9 48,5.5 54,5.5'/%3E%3Cpolygon points='72,0 74,5.5 80,5.5 75,9 77,15 72,11.5 67,15 69,9 64,5.5 70,5.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.pricing-testimonial__quote {
  font-size: 15px;
  font-style: italic;
  line-height: 1.5;
  color: #36414E;
  margin: 0 0 16px;
}
.pricing-testimonial__quote::before {
  content: "“";
}
.pricing-testimonial__quote::after {
  content: "”";
}

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

.pricing-testimonial__name {
  font-size: 14px;
  font-weight: 600;
  color: #171717;
}

.pricing-testimonial__role {
  font-size: 13px;
  color: #62758E;
}

.pricing-testimonial__company {
  font-size: 12px;
  color: #9EABBC;
}

.pricing-option__cta-note {
  font-size: 12px;
  color: #62758E;
  text-align: center;
  margin-top: 8px;
  line-height: 16px;
}

.dark-mode .pricing-page {
  background: #0f0826;
}

.dark-mode .section-header__trust-badge {
  color: rgba(255, 255, 255, 0.7);
}

.dark-mode .trust-badge__icon {
  filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(700%) hue-rotate(90deg) brightness(95%) contrast(90%);
}

.dark-mode .capterra-badge__logo {
  filter: brightness(0) invert(1) opacity(0.9);
}

.dark-mode .capterra-badge__score {
  color: rgba(255, 255, 255, 0.7);
}

.dark-mode .pricing-testimonial:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.dark-mode .pricing-testimonial__quote {
  color: rgba(255, 255, 255, 0.7);
}

.dark-mode .pricing-testimonial__name {
  color: #ffffff;
}

.dark-mode .pricing-testimonial__role {
  color: rgba(255, 255, 255, 0.5);
}

.dark-mode .pricing-testimonial__company {
  color: rgba(255, 255, 255, 0.4);
}

.dark-mode .pricing-option__cta-note {
  color: rgba(255, 255, 255, 0.5);
}

.payment-toggle__header {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  padding: 0 35px;
  margin: 72px auto 24px;
}

.payment-toggle {
  justify-content: center;
  align-items: stretch;
  border-radius: 8px;
  border: 1px solid #c0c8d3;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  height: 48px;
  padding: 4px;
  background-color: #dee2e8;
}

.toggle-option {
  color: #0f1115;
  align-self: stretch;
  border-radius: 999px;
  padding: 0 24px;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.toggle-option-selected {
  cursor: pointer;
}

.toggle-option[data-active=true] {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.toggle-option-selected {
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  display: flex;
  padding: 0 24px;
  gap: 8px;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
  position: relative;
}

.toggle-option-selected:hover {
  background-color: #f8f9fa;
  text-decoration: none;
  color: inherit;
}

.toggle-text {
  color: #0f1115;
  font-size: 16px;
  font-weight: 400;
  margin: auto 0;
  white-space: nowrap;
}

.toggle-text-bold {
  color: #0f1115;
  font-size: 16px;
  font-weight: 700;
  margin: auto 0;
  white-space: nowrap;
}

.promo-tag {
  color: #fff;
  border-radius: 2px;
  height: 22px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  padding: 0 6px;
  background-color: #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.integrations-container {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: flex-end;
  margin-left: auto;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.integrations-container:hover {
  opacity: 0.8;
  text-decoration: none;
}

.integrations-label {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  align-self: stretch;
  margin: auto 0;
}

.integration-icons {
  align-self: stretch;
  display: flex;
  margin: 0 8px;
  align-items: center;
  justify-content: center;
}

.integration-icon {
  align-items: center;
  border-radius: 799.2px;
  border: 0.5px solid #f0f2f5;
  box-shadow: 0px 0.8px 2.4px 0px rgba(0, 0, 0, 0.1), 0px 0.8px 1.6px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  align-self: stretch;
  display: flex;
  padding: 6px;
  gap: 6px;
  justify-content: start;
  width: 32px;
  height: 32px;
  margin: 0px -5px;
  position: relative;
}

.integration-icons .integration-icon:nth-child(1) {
  margin-left: 0;
  z-index: 9; /* Slack icon - highest z-index to appear on top */
}

.integration-icons .integration-icon:nth-child(2) {
  z-index: 8; /* DigitalOcean icon */
}

.integration-icons .integration-icon:nth-child(3) {
  z-index: 7; /* Shopify icon */
}

.integration-icons .integration-icon:nth-child(4) {
  z-index: 6; /* Cloudflare icon */
}

.integration-icons .integration-icon:nth-child(5) {
  z-index: 5; /* GitHub icon */
}

.integration-icons .integration-icon:nth-child(6) {
  z-index: 4; /* GitLab icon */
}

.integration-icons .integration-icon:nth-child(7) {
  z-index: 3; /* Bitbucket icon */
}

.integration-icons .integration-icon:nth-child(8) {
  z-index: 2; /* Sentry icon */
}

.integration-icons .integration-icon:nth-child(9) {
  margin-right: 0;
  z-index: 1; /* Discord icon - lowest z-index to appear at the bottom */
}

.icon {
  align-self: stretch;
  display: flex;
  min-height: 20px;
  margin: auto;
  width: 19px;
  background: transparent center/contain no-repeat;
}

.slack-icon {
  background-image: url(/assets/icons/slack-bdd1bd942e1cb8f5e13242663f706dd5a28de51d83a765c9e8103b665e4368fc.svg);
}

.digitalocean-icon {
  background-image: url(/assets/icons/digital_ocean-ba6d452aa4ee5cfd0541362891d972fea6c5fb69d7ac2b1f5c0112eab1bb54b5.svg);
}

.shopify-icon {
  background-image: url(/assets/icons/shopify-c76248766dfb94ee0e23f15d5623c66140ef92fa9889d6ff541aa4c653c68538.svg);
}

.cloudflare-icon {
  background-image: url(/assets/icons/cloudflare-030c82d785860ddd1018ffe4d0f9e93e8b5b4763fb0df909a9a3a209d50a18d6.svg);
}

.github-icon {
  background-image: url(/assets/icons/github-b91aa5d27323e51a2063d90938e56bb1ae9f55166929b0d2fe38cbc778ae76c3.svg);
}

.gitlab-icon {
  background-image: url(/assets/icons/gitlab-32cde9c2215a07db9d03ded289388fad4f5c3be21a9be723e201ac920ced8d3b.svg);
}

.bitbucket-icon {
  background-image: url(/assets/icons/bitbucket-3bd2edbddd8bdcb7048cf6e98fbfba8257002b88847cc77d35679b8be4b87e22.svg);
}

.sentry-icon {
  background-image: url(/assets/icons/sentry-9e88d68984de1e3919ff6431077ccb7d183966aeaaea4975801a7c9899bfe5cd.svg);
}

.discord-icon {
  background-image: url(/assets/icons/discord-121ce93e50b12ccc268f61e8638a4a4717647e205e4a8dc412bbfc7ccac94d7a.svg);
}

.more-text {
  color: #62758e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  align-self: center;
  margin: 0;
}

@media (min-width: 481px) and (max-width: 839px) {
  .payment-toggle__header {
    padding: 0 24px;
    margin: 56px auto 20px;
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .payment-toggle__header {
    padding: 0 16px;
    margin: 48px auto 16px;
    gap: 16px;
  }
  .integrations-container {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .integration-icons {
    margin: 0 4px;
  }
  .integration-icon {
    width: 28px;
    height: 28px;
    margin: 0px -6px;
  }
  .icon {
    min-height: 16px;
    width: 15px;
  }
  .payment-toggle {
    min-width: auto;
    width: 100%;
  }
  .toggle-option,
  .toggle-option-selected {
    padding: 0 16px;
  }
  .toggle-text,
  .toggle-text-bold {
    font-size: 14px;
  }
  .promo-tag {
    font-size: 10px;
    padding: 0 4px;
  }
}
.dark-mode .payment-toggle__header {
  color: #ffffff;
}
.dark-mode .payment-toggle {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-mode .toggle-option {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .toggle-option[data-active=true],
.dark-mode .toggle-option-selected {
  background: #1a0f3a;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.dark-mode .toggle-option[data-active=true]:hover,
.dark-mode .toggle-option-selected:hover {
  background: #1a0f3a;
  color: #ffffff;
}
.dark-mode .toggle-text,
.dark-mode .toggle-text-bold {
  color: inherit;
}
.dark-mode .integrations-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .more-text {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .payment-toggle__title {
  color: #ffffff;
}

.search {
  color: #000000;
  margin: 32px auto 0;
  max-width: 640px;
  position: relative;
}

.search--results {
  margin: 0;
  width: auto;
}

.search__input {
  appearance: none;
  background: #f8f8f8 url(/assets/icons/search-b5eea7a9da6890cfd6620337f65efcd4079f7aca2588e4bf3bbbc7ed38059307.svg) 28px 50%/21px 21px no-repeat;
  border: 1px solid #dbdbdb;
  border-radius: 32px;
  font: inherit;
  display: block;
  font-size: 18px;
  line-height: 28px;
  outline: 0;
  padding: 17px 28px 17px 61px;
  width: 100%;
}
.search__input:focus {
  background-color: #ffffff;
}
.search--expanded .search__input {
  border-radius: 3px 3px 0 0;
}
.search--results .search__input {
  border: 1px solid #d7d7d7;
}

.search__link {
  display: block;
  padding: 16px 32px;
}

.search__mark {
  background: #ffe200;
}

.search__result:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}

.search__result--selected {
  background: #fffce5;
}

.search__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.search__results {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  left: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 100%;
}

.search-result {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid #e8e8e8;
  text-decoration: none;
  color: inherit;
}
.search-result:first-child {
  padding-top: 0;
}

.search-result__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.search-result__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #4946ce;
  margin: 0 0 2px;
}
.search-result:hover .search-result__title {
  text-decoration: underline;
}

.search-result__tag {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 12px;
  white-space: nowrap;
  flex-shrink: 0;
}

.search-result__tag--article {
  color: #6d28d9;
  background-color: #ede9fe;
}

.search-result__tag--guide {
  color: #16803c;
  background-color: #dcfce7;
}

.search-result__tag--git_tutorial {
  color: #a16207;
  background-color: #fef9c3;
}

.search-result__tag--blog_post {
  color: #0369a1;
  background-color: #e0f2fe;
}

.search-result__url {
  color: #3a7d34;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 4px;
}

.search-result__excerpt {
  font-size: 15px;
  line-height: 22px;
  color: #444;
  margin: 0 0 4px;
}

.search-result__updated {
  color: #767676;
  font-size: 13px;
  line-height: 18px;
  display: block;
}

.dark-mode .search-result {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .search-result__title {
  color: #bb9bff;
}
.dark-mode .search-result__tag--article {
  color: #c4b5fd;
  background-color: rgba(109, 40, 217, 0.25);
}
.dark-mode .search-result__tag--guide {
  color: #86efac;
  background-color: rgba(22, 128, 60, 0.25);
}
.dark-mode .search-result__tag--git_tutorial {
  color: #fcd34d;
  background-color: rgba(161, 98, 7, 0.25);
}
.dark-mode .search-result__tag--blog_post {
  color: #7dd3fc;
  background-color: rgba(3, 105, 161, 0.25);
}
.dark-mode .search-result__url {
  color: #6ee7b7;
}
.dark-mode .search-result__excerpt {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .search-result__updated {
  color: rgba(255, 255, 255, 0.45);
}

.search-results {
  list-style: none;
  padding: 0;
  margin: 0;
}

.signup {
  background-image: linear-gradient(to top, rgba(9, 171, 255, 0), rgba(9, 171, 255, 0.12));
  padding: 107px 0 20px;
}
@media (min-width: 560px) {
  .signup {
    padding: 115px 0 20px;
  }
}
@media (min-width: 768px) {
  .signup {
    padding: 123px 0 20px;
  }
}
@media (min-width: 900px) {
  .signup {
    padding: 147px 0 20px;
  }
}
@media (min-width: 960px) {
  .signup {
    padding: 155px 0 20px;
  }
}

.signup__forgotten {
  margin-left: auto;
  line-height: 1;
  text-decoration: underline;
  color: #0187f3;
  margin-bottom: 20px;
}

.signup__rocket {
  display: block;
  height: 72px;
  margin: 0 auto 17px;
}
@media (min-width: 900px) {
  .signup__rocket {
    margin: 0 auto 34px;
  }
}

.signup__rockets {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .signup__rockets {
    margin-bottom: 56px;
  }
}

.signup__rockets-item {
  display: none;
  height: 48px;
}
@media (min-width: 768px) {
  .signup__rockets-item {
    display: block;
    height: auto;
  }
}

.signup__rockets-item--1 {
  display: block;
}

.signup__step2 {
  display: none;
}

.signup-split {
  display: flex;
}
@media (max-width: 989px) {
  .signup-split {
    flex-direction: column;
  }
}

.signup-split__left {
  background: #1a1a2e;
  color: #fff;
  flex: 1 1 50%;
  display: flex;
  align-items: flex-start;
  padding: 60px;
}
@media (max-width: 989px) {
  .signup-split__left {
    padding: 48px 32px;
  }
}
@media (max-width: 639px) {
  .signup-split__left {
    padding: 36px 24px;
  }
}

.signup-split__left-content {
  max-width: 480px;
  margin: 0 auto;
}

.signup-split__heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}
@media (max-width: 639px) {
  .signup-split__heading {
    font-size: 28px;
  }
}

.signup-split__heading-accent {
  color: #4946ce;
}

.signup-split__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 32px;
}
@media (max-width: 639px) {
  .signup-split__subtitle {
    margin-bottom: 24px;
  }
}

.signup-split__features {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
@media (max-width: 639px) {
  .signup-split__features {
    margin-bottom: 32px;
  }
}

.signup-split__feature {
  align-items: center;
  display: flex;
  font-size: 15px;
  gap: 12px;
  line-height: 1.4;
  padding: 8px 0;
}

.signup-split__feature-icon {
  align-items: center;
  background: rgba(73, 70, 206, 0.2);
  border-radius: 50%;
  color: #7c7aff;
  display: flex;
  flex-shrink: 0;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.signup-split__testimonial {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
}

.signup-split__testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}

.signup-split__testimonial-quote {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 16px;
}

.signup-split__testimonial-author {
  align-items: center;
  display: flex;
  gap: 12px;
}

.signup-split__testimonial-avatar {
  align-items: center;
  background: #4946ce;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.signup-split__testimonial-info {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 2px;
}
.signup-split__testimonial-info strong {
  color: #fff;
  font-weight: 600;
}
.signup-split__testimonial-info span {
  color: rgba(255, 255, 255, 0.5);
}

.signup-split__right {
  background: #fff;
  flex: 1 1 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 60px;
}
@media (max-width: 989px) {
  .signup-split__right {
    padding: 48px 32px;
  }
}
@media (max-width: 639px) {
  .signup-split__right {
    padding: 36px 24px;
  }
}

.signup-split__right-content {
  max-width: 420px;
  width: 100%;
}

.signup-form__hp {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
  overflow: hidden;
}

.dark-mode .signup-split__left {
  background: #0f0826;
}
.dark-mode .signup-split__right {
  background: linear-gradient(160deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .signup-split__heading-accent {
  color: #7c7aff;
}

.signup-banner {
  background: #1a1a1a;
  color: #ffffff;
  padding: 48px 0;
  text-align: center;
}
@media (min-width: 480px) {
  .signup-banner {
    padding: 56px 0;
  }
}
@media (min-width: 560px) {
  .signup-banner {
    padding: 56px 0;
  }
}
@media (min-width: 768px) {
  .signup-banner {
    padding: 72px 0;
  }
}

.signup-banner__button {
  border-radius: 24px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
  margin: 24px auto 0;
  max-width: 280px;
  width: 100%;
}
@media (min-width: 480px) {
  .signup-banner__button {
    border-radius: 35px;
    font-size: 22px;
    line-height: 69px;
    margin: 32px auto 0;
    max-width: 390px;
  }
}

.signup-banner__button--blue {
  background: #068af4;
}
.signup-banner__button--blue:hover {
  background: rgb(26.128, 149.944, 249.372);
}
.signup-banner__button--blue:active {
  background: rgb(5.388, 123.924, 219.112);
}

.signup-banner__button--green {
  background: #61d33f;
}
.signup-banner__button--green:hover {
  background: rgb(114.0720338983, 215.7542372881, 83.7457627119);
}
.signup-banner__button--green:active {
  background: rgb(82.1313559322, 202.1694915254, 46.3305084746);
}

.signup-banner__lead {
  color: #b7b7b7;
}

.dark-mode .signup-banner {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}

.signup-banner__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 192px;
}
@media (min-width: 329px) {
  .signup-banner__title {
    max-width: 640px;
  }
}
@media (min-width: 960px) {
  .signup-banner__title {
    max-width: none;
  }
}

.cta-section {
  background-color: #0F0826;
  color: #fff;
  padding: 64px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  min-width: auto;
}
.dark-mode .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.cta-subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
  margin: 12px 0 0;
}

.cta-button {
  border: 1px solid transparent;
  border-radius: 4px;
  background: #3b1d95;
  color: white;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  height: 48px;
  gap: 2px;
  margin: 24px 0 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.cta-button:hover {
  background: #4a2aab;
  color: white;
}

.signup-box {
  background: #f5fbff;
  border-bottom: 1px solid #e6f4fe;
  border-top: 1px solid #e6f4fe;
  margin: 32px auto;
  width: 100%;
}
.signup-box[fieldset] {
  border: none;
  padding: 0;
  margin: 32px auto;
}
.signup-box__section {
  border: none;
  padding: 0;
  margin: 0;
}
.signup-box__section:not(:first-child) {
  margin-top: 24px;
}
.signup-box__legend {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
  padding: 0;
}
.signup-box__description {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}
@media (min-width: 560px) {
  .signup-box {
    margin: 48px auto;
  }
}
@media (min-width: 768px) {
  .signup-box {
    margin: 56px auto;
  }
}
@media (min-width: 776px) {
  .signup-box {
    background: #f5fbff;
    border: 1px solid #e6f4fe;
    border-radius: 6px;
    max-width: 706px;
  }
}
@media (min-width: 960px) {
  .signup-box {
    margin: 64px auto 96px;
  }
}

.signup-box--step1 {
  padding: 32px 24px;
}
@media (min-width: 480px) {
  .signup-box--step1 {
    padding: 46px 10%;
  }
}
@media (min-width: 776px) {
  .signup-box--step1 {
    padding: 46px 118px;
  }
}

.signup-box--step2 {
  padding: 32px 24px 36px;
  position: relative;
}
@media (min-width: 480px) {
  .signup-box--step2 {
    padding: 32px 32px 36px;
  }
}
@media (min-width: 776px) {
  .signup-box--step2 {
    padding: 52px 70px 56px;
  }
}

.signup-box__button {
  appearance: none;
  background: #61d33f;
  border: 0;
  border-radius: 24px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  margin-top: 12px;
  outline: 0;
  padding: 0 19px;
  text-align: center;
  width: 100%;
}
.signup-box__button:hover {
  background: rgb(114.0720338983, 215.7542372881, 83.7457627119);
}
.signup-box__button:active {
  background: rgb(82.1313559322, 202.1694915254, 46.3305084746);
}
@media (min-width: 400px) {
  .signup-box__button {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .signup-box__button {
    border-radius: 35px;
    font-size: 22px;
    line-height: 70px;
    margin-top: 27px;
  }
}
.signup-box__button:disabled {
  background: #eaeaea;
  color: #7b7b7b;
  cursor: not-allowed;
}
.signup-box__button--purple {
  background: #4946ce;
}
.signup-box__button--purple:hover {
  background: rgb(92.8333333333, 90.1602564103, 211.3397435897);
}
.signup-box__button--purple:active {
  background: rgb(55.6666666667, 52.4551282051, 198.0448717949);
}

.signup-box__checkbox-group {
  align-items: center;
  display: flex;
  margin: 24px 0;
}
@media (min-width: 480px) {
  .signup-box__checkbox-group {
    margin: 32px 0;
  }
}
@media (min-width: 560px) {
  .signup-box__checkbox-group {
    margin: 42px 0;
  }
}
@media (min-width: 640px) {
  .signup-box__checkbox-group {
    padding: 0 0 0 56px;
  }
}

.signup-box__column {
  margin-bottom: 24px;
}
@media (min-width: 560px) {
  .signup-box__column {
    flex: 1 1 auto;
    margin: 0 12px;
  }
}

.signup-box__identity {
  background: #ffffee;
  border: 1px solid #e8e7c6;
  border-radius: 6px 6px 0 0;
  font-size: 13px;
  line-height: 1.6;
  padding: 20px 16px;
  text-align: center;
  top: 0;
  margin: -33px -25px 24px;
}
@media (min-width: 480px) {
  .signup-box__identity {
    margin: -33px -33px 24px;
  }
}
@media (min-width: 560px) {
  .signup-box__identity {
    font-size: 15px;
    padding: 20px 28px;
    margin: -33px -33px 32px;
  }
}
@media (min-width: 776px) {
  .signup-box__identity {
    margin: -53px -71px 32px;
  }
}
.signup-box__identity span {
  display: block;
  font-weight: 500;
}

.signup-box__input {
  appearance: none;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 24px;
  font: inherit;
  font-size: 16px;
  line-height: 26px;
  display: block;
  outline: 0;
  padding: 10px 19px;
  text-align: center;
  width: 100%;
}
@media (min-width: 400px) {
  .signup-box__input {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .signup-box__input {
    font-size: 22px;
    line-height: 30px;
    padding: 8px 19px;
  }
}
.signup-box__input:focus {
  background-color: #fff;
  border-color: #0187f3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(1, 135, 243, 0.5);
}

@media (min-width: 480px) {
  .signup-box__input--large {
    border-radius: 35px;
    padding: 19px;
  }
}

.signup-box__input--textarea {
  border-radius: 12px;
  text-align: left;
  padding: 14px 19px;
}

.signup-box__label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 400px) {
  .signup-box__label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 480px) {
  .signup-box__label {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

@media (min-width: 560px) {
  .signup-box__row {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
@media (min-width: 856px) {
  .signup-box__row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 480px) {
  .signup-box__row + .signup-box__row {
    margin-top: 32px;
  }
}

.signup-box__row--checkbox {
  display: flex;
}

.signup-form__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
}
@media (max-width: 639px) {
  .signup-form__title {
    font-size: 24px;
  }
}

.signup-form__subtitle {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 4px;
}

.signup-form__trial-note {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 24px;
}

.signup-form__identity {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 14px 16px;
}
.signup-form__identity p {
  margin: 0;
}

.signup-form__identity-error {
  color: #b91c1c;
  font-weight: 600;
  margin-top: 8px;
}

.signup-form__row {
  display: flex;
  gap: 12px;
}
@media (max-width: 479px) {
  .signup-form__row {
    flex-direction: column;
    gap: 0;
  }
}
.signup-form__row .signup-form__field {
  flex: 1;
}

.signup-form__field {
  margin-bottom: 16px;
}

.signup-form__label {
  color: #111827;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.signup-form__input {
  appearance: none;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #111827;
  display: block;
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  padding: 10px 12px;
  transition: border-color 0.15s, box-shadow 0.15s;
  width: 100%;
}
.signup-form__input::placeholder {
  color: #9ca3af;
}
.signup-form__input:focus {
  border-color: #4946ce;
  box-shadow: 0 0 0 3px rgba(73, 70, 206, 0.1);
}

.signup-form__helper {
  color: #6b7280;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.signup-form__checkboxes {
  margin: 20px 0;
}

.signup-form__checkbox {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.signup-form__checkbox input[type=checkbox] {
  accent-color: #4946ce;
  flex-shrink: 0;
  height: 18px;
  margin-top: 2px;
  width: 18px;
}
.signup-form__checkbox label {
  color: #4b5563;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
}
.signup-form__checkbox a {
  color: #4946ce;
  text-decoration: underline;
}
.signup-form__checkbox a:hover {
  color: rgb(50, 47.1153846154, 177.8846153846);
}

.signup-form__submit {
  appearance: none;
  background: #4946ce;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  outline: none;
  text-align: center;
  transition: background-color 0.15s;
  width: 100%;
}
.signup-form__submit:hover {
  background: rgb(92.8333333333, 90.1602564103, 211.3397435897);
}
.signup-form__submit:active {
  background: rgb(55.6666666667, 52.4551282051, 198.0448717949);
}
.signup-form__submit:disabled {
  background: #d1d5db;
  color: #6b7280;
  cursor: not-allowed;
}

.signup-form__signin {
  color: #6b7280;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

.signup-form__signin-link {
  color: #4946ce;
  font-weight: 500;
  text-decoration: none;
}
.signup-form__signin-link:hover {
  text-decoration: underline;
}

.signup-form__input-group {
  display: flex;
  align-items: stretch;
}

.signup-form__input--with-suffix {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
  flex: 1;
  min-width: 0;
}

.signup-form__input-suffix {
  align-items: center;
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-bottom-right-radius: 8px;
  border-left: 0;
  border-top-right-radius: 8px;
  color: #6b7280;
  display: flex;
  font-size: 14px;
  padding: 0 12px;
  white-space: nowrap;
}

.signup-form__password-wrapper {
  position: relative;
}

.signup-form__input--password {
  padding-right: 44px;
}

.signup-form__password-toggle {
  align-items: center;
  appearance: none;
  background: none;
  border: 0;
  color: #9ca3af;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  outline: none;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.signup-form__password-toggle:hover {
  color: #6b7280;
}
.signup-form__password-toggle:focus-visible {
  color: #4946ce;
}

.signup-form__password-toggle-icon {
  display: flex;
  flex-shrink: 0;
}

.dark-mode .signup-form__title {
  color: #ffffff;
}
.dark-mode .signup-form__subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .signup-form__trial-note {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .signup-form__label {
  color: #ffffff;
}
.dark-mode .signup-form__input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.dark-mode .signup-form__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.dark-mode .signup-form__input:focus {
  border-color: #7c7aff;
  box-shadow: 0 0 0 3px rgba(73, 70, 206, 0.25);
}
.dark-mode .signup-form__input-suffix {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .signup-form__helper {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .signup-form__identity {
  background: rgba(251, 191, 36, 0.1);
  border-color: rgba(251, 191, 36, 0.25);
  color: rgba(255, 255, 255, 0.85);
}
.dark-mode .signup-form__identity-error {
  color: #fca5a5;
}
.dark-mode .signup-form__checkbox label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .signup-form__checkbox a {
  color: #bb9bff;
}
.dark-mode .signup-form__checkbox a:hover {
  color: #d4c0ff;
}
.dark-mode .signup-form__submit:disabled {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.dark-mode .signup-form__signin {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .signup-form__signin-link {
  color: #bb9bff;
}
.dark-mode .signup-form__password-toggle {
  color: rgba(255, 255, 255, 0.4);
}
.dark-mode .signup-form__password-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .signup-form__password-toggle:focus-visible {
  color: #bb9bff;
}

.small-numbered-list {
  margin-top: 24px;
}
@media (min-width: 560px) {
  .small-numbered-list {
    margin-top: 28px;
  }
}
@media (min-width: 768px) {
  .small-numbered-list {
    margin-top: 35px;
  }
}

.small-numbered-list__item {
  padding: 4px 0 0 66px;
  position: relative;
}
@media (min-width: 560px) {
  .small-numbered-list__item {
    padding: 11px 0 0 70px;
  }
}
@media (min-width: 768px) {
  .small-numbered-list__item {
    padding: 13px 0 0 74px;
  }
}
.small-numbered-list__item + .small-numbered-list__item {
  margin-top: 22px;
}
.small-numbered-list__item::before {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 25px;
  height: 42px;
  left: 0;
  line-height: 38px;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 42px;
}
@media (min-width: 560px) {
  .small-numbered-list__item::before {
    font-size: 29px;
    height: 46px;
    line-height: 42px;
    width: 46px;
  }
}
@media (min-width: 768px) {
  .small-numbered-list__item::before {
    font-size: 33px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }
}

.small-numbered-list__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35em;
}
@media (min-width: 560px) {
  .small-numbered-list__title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .small-numbered-list__title {
    font-size: 20px;
  }
}

.small-numbered-list__item:nth-child(1)::before {
  background: #ff3b53;
  content: "1";
}

.small-numbered-list__item:nth-child(2)::before {
  background: #e559c7;
  content: "2";
}

.small-numbered-list__item:nth-child(3)::before {
  background: #068af4;
  content: "3";
}

.small-numbered-list__item:nth-child(4)::before {
  background: #40d8c1;
  content: "4";
}

.social-proof {
  background-color: #EBE5FA;
  padding: 64px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-proof-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.social-proof-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  width: 100%;
  max-width: 1534px;
  overflow: hidden;
}

.logo-marquee-container {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.logo-marquee {
  display: flex;
  align-items: center;
  gap: 48px;
  animation: marquee 80s linear infinite;
  flex-shrink: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.logo-wall {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}

.company-logo {
  height: auto;
  flex-shrink: 0;
}

.divider-vertical {
  width: 0;
  height: 24px;
  border-left: 1px solid #dad0f6;
  opacity: 0.5;
}

.divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: #dad0f6;
  opacity: 0.5;
  margin: 32px 0;
}

.g2-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rating-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #0F0826;
  border-radius: 4px;
  padding: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
}

.rating-logo {
  background-color: #fff;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g2-icon {
  background: transparent url(/assets/icons/logos/g2-73dd04ffd56d6db7e41fa95214c179b22abd61920405808c99004068550e0f4a.svg) no-repeat center;
  width: 24px;
  height: 24px;
}

.rating-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 4px 4px;
  border-radius: 2px;
}

.rating-star-icon {
  background: transparent url(/assets/icons/rating-star-1ad9b2431aa35fd84dbc5d2275fe52cee6dcad9807be8978a28142a82623ccb1.svg) no-repeat;
  width: 20px;
  height: 20px;
}

.rating-score {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 16px;
  color: #fff;
}

.score {
  font-weight: 600;
}

.score-max {
  font-weight: 500;
  opacity: 0.5;
}

.rating-text {
  color: var(--text-primary);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.7;
  margin: 4px 0 0;
}

.disney-icon {
  background: transparent url(/assets/icons/logos/disney-b1e13a8e42bbdc1774f4249183b2431b846a5ef7ec21e6424c596d05bb20ef7d.svg) no-repeat;
  width: 104.62px;
  height: 44px;
}

.wordpress-icon {
  background: transparent url(/assets/icons/logos/wordpress-9b187b2e92dc9499b9d39fd5141d6202858031a0edc17dd4c2d470fc7ac4b198.svg) no-repeat;
  width: 167.48px;
  height: 38px;
}

.thinkbdw-icon {
  background: transparent url(/assets/icons/logos/thinkbdw-475c145fce023173cb93d791f591995db61a12d710626c0930125b8c2fc40bc1.svg) no-repeat;
  width: 133.7px;
  height: 35px;
}

.paystack-icon {
  background: transparent url(/assets/icons/logos/paystack-5fada191e52da7888ce84cbd17699ff0ff94d6ebe67a239e55e81e011b12c64e.svg) no-repeat;
  width: 157px;
  height: 28px;
}

.jdgroup-icon {
  background: transparent url(/assets/icons/logos/jd-group-1221b0e1e44970468e497517738d0f1fbcc519b1fb5a66f2462a3c2bf36ed967.svg) no-repeat;
  width: 122.86px;
  height: 40px;
}

.ponderosa-icon {
  background: transparent url(/assets/icons/logos/ponderosa-c60e381cb07ff70206e6627611a633efb8b60ca82947392b814394abc0ada60a.svg) no-repeat;
  width: 142.7px;
  height: 32px;
}

.design-icon {
  background: transparent url(/assets/icons/logos/970design-c1f4aaed996e1594c3bfb28c89839d9ce4f8d3b49d46cbeb428250bb50abe9ff.svg) no-repeat;
  width: 176.9px;
  height: 20.01px;
}

.tokeet-icon {
  background: transparent url(/assets/icons/logos/tokeet-c36445574a68ac5e2f67ccf35408da9f8be3d45a1473ce34d5abf96d7f9d8bc3.svg) no-repeat;
  width: 135px;
  height: 40px;
}

.yotpo-icon {
  background: transparent url(/assets/icons/logos/yotpo-8f102c4941d40eddcc2f2986498040e1efa913668d2197a1909133ed056b66f3.svg) no-repeat;
  width: 135px;
  height: 40px;
}

.dark-mode .social-proof {
  background-color: #100828;
}
.dark-mode .social-proof-title {
  color: #ffffff;
}
.dark-mode .divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.15);
}
.dark-mode .divider-horizontal {
  background-color: rgba(255, 255, 255, 0.15);
}
.dark-mode .rating-text {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.dark-mode .thinkbdw-icon,
.dark-mode .wordpress-icon,
.dark-mode .disney-icon,
.dark-mode .paystack-icon,
.dark-mode .jdgroup-icon,
.dark-mode .ponderosa-icon,
.dark-mode .design-icon,
.dark-mode .tokeet-icon,
.dark-mode .yotpo-icon {
  filter: brightness(0) invert(1) opacity(0.8);
}

.squares {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin: 20px 0 0;
}

.squares__item {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  color: #5a5a5a;
  font-size: 4.25vw;
  line-height: 1.8125em;
  padding: 12px 0;
  text-align: center;
}
@media (min-width: 396px) {
  .squares__item {
    font-size: 16px;
  }
}

.steps {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
}

.steps__step {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  max-width: 550px;
}

.steps__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.steps__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url(/assets/icons/text-8283655c31b866b43fe7731938991cefc4011861824cdfba85032f611aef1d55.svg) 13px 50%/16px 16px no-repeat;
  border: 0;
  display: block;
  width: 100%;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 30px;
  margin: 19px 0 0;
  outline: 0;
  padding: 0 13px 0 35px;
}

.steps__explanation {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.steps__step {
  position: relative;
  flex-basis: 33.33%;
  margin: 0 6px;
  text-align: center;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.steps__step::before {
  display: block;
  position: absolute;
  font-size: 80px;
  font-weight: 500;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 50px;
  width: 90px;
  color: #ffffff;
}

.steps__header {
  padding: 20px;
  padding-bottom: 30px;
}

.steps__number {
  line-height: 100px;
  font-size: 90px;
  font-weight: 500;
}

.steps__step--1 .steps__header {
  color: #0187f3;
  background: rgba(1, 135, 243, 0.1);
}
.steps__step--1 .steps__button {
  background-color: #0187f3;
}
.steps__step--1 .steps__button:hover {
  background-color: rgb(15.4856557377, 147.5635245902, 254.0143442623);
}
.steps__step--1 .steps__button:active {
  background-color: rgb(0.8954918033, 120.8913934426, 217.6045081967);
}

.steps__step--2 .steps__header {
  color: #6055b6;
  background: rgba(96, 85, 182, 0.1);
}
.steps__step--2 .steps__button {
  background-color: #6055b6;
}
.steps__step--2 .steps__button:hover {
  background-color: rgb(112.6851851852, 102.8395061728, 189.6604938272);
}
.steps__step--2 .steps__button:active {
  background-color: rgb(83.4814814815, 72.549382716, 168.950617284);
}
.steps__step--2 .steps__header {
  background: rgba(96, 85, 182, 0.1);
}

.steps__step--3 .steps__header {
  background: rgba(240, 8, 89, 0.1);
  color: #f00859;
}
.steps__step--3 .steps__button {
  background: #f00859 url(/assets/icons/rocket-6ee2038d05342349ab826078d2e311107fc61b4efcf526b4ac74ed2417b82dd9.svg) 13px 50%/16px 16px no-repeat;
}
.steps__step--3 .steps__button:hover {
  background-color: rgb(247.3709677419, 26.1290322581, 103.372983871);
}
.steps__step--3 .steps__button:active {
  background-color: rgb(215.3225806452, 7.1774193548, 79.8487903226);
}

.steps__title {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 1050px) {
  .steps {
    flex-direction: column;
    align-items: center;
  }
  .steps__step {
    margin: 0 0px 20px 0;
    flex-basis: auto;
  }
}
.stores {
  display: flex;
  margin: 24px 0 0;
}

.stores__img {
  display: block;
  height: 48px;
  width: auto;
}

.stores__item {
  flex: 0 0 auto;
}
.stores__item:not(:last-child) {
  margin: 0 16px 0 0;
}

.stores__link {
  display: block;
}

.stores__link--inactive {
  opacity: 0.125;
}

.support-article {
  background: #ffffff;
  padding: 0 0 96px;
}

.support-article__breadcrumb {
  flex: 0 0 auto;
}
.support-article__breadcrumb:not(:last-child) {
  background: transparent url(/assets/icons/caret-9651338cedb9dcf1d095e4471b9642f9f5f747e07dc5a6fd488b2f661414ce9c.svg) 100% 50%/8px 12px no-repeat;
  margin: 0 22px 0 0;
  padding: 0 26px 0 0;
}

.support-article__breadcrumb-link {
  display: block;
  font-size: 16px;
  line-height: 22px;
}
.support-article__breadcrumb-link:hover {
  text-decoration: underline;
}

.support-article__breadcrumb-link--home {
  font-weight: 700;
}

.support-article__breadcrumb-list {
  align-items: center;
  display: flex;
}

.support-article__breadcrumbs {
  background: #f4f4f4;
  border-top: 1px solid #ebebeb;
  color: #787878;
  padding: 16px 0;
  margin-bottom: 48px;
}

.support-article__close {
  display: none;
}
@media (max-width: 839px) {
  .support-article__close.is-visible {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/assets/icons/close-48adedaf7682d03643b32c45dcd4b6e5cd016ea048beb6fb93452bcd54f98988.svg) 0 0/22px auto no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 22px;
    outline: 0;
    position: absolute;
    right: 24px;
    text-indent: -9999px;
    top: 24px;
    width: 22px;
  }
}

.support-article__nav {
  display: none;
}
@media (max-width: 839px) {
  .support-article__nav {
    background: #ffffff;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    padding: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .support-article__nav.is-open {
    display: block;
  }
}
@media (min-width: 840px) {
  .support-article__nav {
    background: #f5f5f5;
    display: block;
  }
}

@media (min-width: 840px) {
  .support-article__container {
    display: grid;
    grid-gap: 48px;
    grid-template-columns: 192px 1fr;
  }
}
@media (min-width: 960px) {
  .support-article__container {
    grid-template-columns: 284px 1fr;
  }
}

.support-article__header {
  margin: 2px 0 20px;
}

.support-article__main {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.support-article__main img {
  display: block;
  max-width: 100%;
}

.support-article__results {
  color: #686868;
  font-size: 18px;
  line-height: 26px;
  margin: 28px 0 24px;
}

.support-article__sidebar {
  grid-column: 1;
  grid-row: 1;
  margin-top: 24px;
}
@media (min-width: 840px) {
  .support-article__sidebar {
    margin: 0;
  }
}

.support-article__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.support-article__meta {
  font-size: 16px;
  line-height: 1.5;
  margin: 8px 0 0;
  opacity: 0.5;
}

.support-article__byline {
  margin: 0;
}

.support-article__toggle {
  background: #ececec;
  color: #616161;
  display: block;
  outline: 0;
  text-align: center;
  text-shadow: none;
  width: 100%;
}
.support-article__toggle:hover {
  background: rgb(229.625, 229.625, 229.625);
}
.support-article__toggle:active {
  background: rgb(223.25, 223.25, 223.25);
}
@media (min-width: 840px) {
  .support-article__toggle {
    display: none;
  }
}

.dark-mode .support-article {
  background: #0f0826;
  color: rgba(255, 255, 255, 0.85);
}
.dark-mode .support-article__breadcrumbs {
  background: rgba(255, 255, 255, 0.05);
  border-top-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .support-article__breadcrumb-link {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .support-article__breadcrumb-link:hover {
  color: #ffffff;
}
.dark-mode .support-article__title {
  color: #ffffff;
}
@media (max-width: 839px) {
  .dark-mode .support-article__nav {
    background: #0f0826;
  }
}
@media (min-width: 840px) {
  .dark-mode .support-article__nav {
    background: rgba(255, 255, 255, 0.05);
  }
}
.dark-mode .support-article__toggle {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .support-article__toggle:hover {
  background: rgba(255, 255, 255, 0.15);
}
.dark-mode .support-article__toggle:active {
  background: rgba(255, 255, 255, 0.2);
}
.dark-mode .support-article__results {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .support-article a {
  color: #bb9bff;
}
.dark-mode .support-article code {
  background: rgba(255, 255, 255, 0.08);
  color: #bb9bff;
}
.dark-mode .support-article pre {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.support-content {
  background: #f5fbff;
  border-bottom: 1px solid #e6f4fe;
  border-top: 1px solid #e6f4fe;
  padding: 72px 0 96px;
}

.support-nav {
  padding: 24px 0;
}

.support-nav__link {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.support-nav__item.is-active > .support-nav__link {
  background: #068af4;
  color: #ffffff;
  font-weight: 700;
}
.support-nav__item--1 > .support-nav__link {
  padding: 5px 24px 5px 24px;
}
.support-nav__item--2 > .support-nav__link {
  padding: 5px 24px 5px 40px;
}
.support-nav__item--3 > .support-nav__link {
  padding: 5px 24px 5px 56px;
}
.support-nav__item--4 > .support-nav__link {
  padding: 5px 24px 5px 72px;
}
.support-nav__item--5 > .support-nav__link {
  padding: 5px 24px 5px 88px;
}
.support-nav__item.is-contains-active > .support-nav__link {
  font-weight: 700;
}

.support-nav__list {
  padding: 8px 0 16px;
}

.support-nav__sublist {
  margin: 5px 0;
}

.support-nav__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 24px 10px;
  text-transform: uppercase;
}
.support-nav__title ~ .support-nav__title {
  margin: 20px 24px 10px;
}

.dark-mode .support-nav__link {
  color: rgba(255, 255, 255, 0.85);
}
.dark-mode .support-nav__link:hover {
  color: #ffffff;
}
.dark-mode .support-nav__item.is-active > .support-nav__link {
  background: rgba(102, 47, 224, 0.3);
  color: #ffffff;
}
.dark-mode .support-nav__title {
  color: rgba(255, 255, 255, 0.6);
}

.support-section {
  margin-bottom: 56px;
}
.support-section:last-child {
  margin-bottom: 0;
}

.support-section__header {
  margin-bottom: 48px;
}

.support-section__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.dark-mode .support-section__title {
  color: #ffffff;
}

.supported-servers {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 16px 0;
}
@media (min-width: 352px) {
  .supported-servers {
    margin: 24px 0;
  }
}
@media (min-width: 676px) {
  .supported-servers {
    margin: 32px 0;
  }
}
@media (min-width: 960px) {
  .supported-servers {
    justify-content: space-between;
    margin: 40px -96px;
  }
}

.supported-servers__image {
  display: block;
  height: 18px;
  width: auto;
}
@media (min-width: 436px) {
  .supported-servers__image {
    height: 24px;
  }
}
@media (min-width: 520px) {
  .supported-servers__image {
    height: 30px;
  }
}
@media (min-width: 676px) {
  .supported-servers__image {
    height: 40px;
  }
}

.supported-servers__image--protocol {
  height: 32px;
  width: 72px;
}

.supported-servers__image--aws {
  height: 28px;
  width: auto;
}
@media (min-width: 436px) {
  .supported-servers__image--aws {
    height: 32px;
  }
}
@media (min-width: 520px) {
  .supported-servers__image--aws {
    height: 42px;
  }
}
@media (min-width: 676px) {
  .supported-servers__image--aws {
    height: 56px;
  }
}

.supported-servers__image--heroku {
  height: 60px;
  width: auto;
}
@media (min-width: 436px) {
  .supported-servers__image--heroku {
    height: 70px;
  }
}
@media (min-width: 520px) {
  .supported-servers__image--heroku {
    height: 80px;
  }
}
@media (min-width: 676px) {
  .supported-servers__image--heroku {
    height: 100px;
  }
}

.supported-servers__item {
  flex: 0 0 auto;
}
.supported-servers__item:not(:last-child) {
  margin: 0 16px 0 0;
}
@media (min-width: 370px) {
  .supported-servers__item:not(:last-child) {
    margin: 0 24px 0 0;
  }
}
@media (min-width: 436px) {
  .supported-servers__item:not(:last-child) {
    margin: 0 32px 0 0;
  }
}
@media (min-width: 960px) {
  .supported-servers__item:not(:last-child) {
    margin: 0;
  }
}

.supported-servers__item--protocol {
  display: none;
}
@media (min-width: 960px) {
  .supported-servers__item--protocol {
    display: block;
  }
}

.highlight .hll {
  background-color: #d6d6d6;
}

.highlight {
  background: #ffffff;
  color: #4d4d4c;
}

.highlight .c {
  color: #8e908c;
} /* Comment */
.highlight .err {
  color: #c82829;
} /* Error */
.highlight .k {
  color: #8959a8;
} /* Keyword */
.highlight .l {
  color: #f5871f;
} /* Literal */
.highlight .n {
  color: #4d4d4c;
} /* Name */
.highlight .o {
  color: #3e999f;
} /* Operator */
.highlight .p {
  color: #4d4d4c;
} /* Punctuation */
.highlight .cm {
  color: #8e908c;
} /* Comment.Multiline */
.highlight .cp {
  color: #8e908c;
} /* Comment.Preproc */
.highlight .c1 {
  color: #8e908c;
} /* Comment.Single */
.highlight .cs {
  color: #8e908c;
} /* Comment.Special */
.highlight .gd {
  color: #c82829;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gh {
  color: #4d4d4c;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #718c00;
} /* Generic.Inserted */
.highlight .gp {
  color: #8e908c;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #3e999f;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .kc {
  color: #8959a8;
} /* Keyword.Constant */
.highlight .kd {
  color: #8959a8;
} /* Keyword.Declaration */
.highlight .kn {
  color: #3e999f;
} /* Keyword.Namespace */
.highlight .kp {
  color: #8959a8;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #8959a8;
} /* Keyword.Reserved */
.highlight .kt {
  color: #eab700;
} /* Keyword.Type */
.highlight .ld {
  color: #718c00;
} /* Literal.Date */
.highlight .m {
  color: #f5871f;
} /* Literal.Number */
.highlight .s {
  color: #718c00;
} /* Literal.String */
.highlight .na {
  color: #4271ae;
} /* Name.Attribute */
.highlight .nb {
  color: #4d4d4c;
} /* Name.Builtin */
.highlight .nc {
  color: #eab700;
} /* Name.Class */
.highlight .no {
  color: #c82829;
} /* Name.Constant */
.highlight .nd {
  color: #3e999f;
} /* Name.Decorator */
.highlight .ni {
  color: #4d4d4c;
} /* Name.Entity */
.highlight .ne {
  color: #c82829;
} /* Name.Exception */
.highlight .nf {
  color: #4271ae;
} /* Name.Function */
.highlight .nl {
  color: #4d4d4c;
} /* Name.Label */
.highlight .nn {
  color: #eab700;
} /* Name.Namespace */
.highlight .nx {
  color: #4271ae;
} /* Name.Other */
.highlight .py {
  color: #4d4d4c;
} /* Name.Property */
.highlight .nt {
  color: #3e999f;
} /* Name.Tag */
.highlight .nv {
  color: #c82829;
} /* Name.Variable */
.highlight .ow {
  color: #3e999f;
} /* Operator.Word */
.highlight .w {
  color: #4d4d4c;
} /* Text.Whitespace */
.highlight .mf {
  color: #f5871f;
} /* Literal.Number.Float */
.highlight .mh {
  color: #f5871f;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #f5871f;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #f5871f;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #718c00;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #4d4d4c;
} /* Literal.String.Char */
.highlight .sd {
  color: #8e908c;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #718c00;
} /* Literal.String.Double */
.highlight .se {
  color: #f5871f;
} /* Literal.String.Escape */
.highlight .sh {
  color: #718c00;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #f5871f;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #718c00;
} /* Literal.String.Other */
.highlight .sr {
  color: #718c00;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #718c00;
} /* Literal.String.Single */
.highlight .ss {
  color: #718c00;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #4d4d4c;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #c82829;
} /* Name.Variable.Class */
.highlight .vg {
  color: #c82829;
} /* Name.Variable.Global */
.highlight .vi {
  color: #c82829;
} /* Name.Variable.Instance */
.highlight .il {
  color: #f5871f;
} /* Literal.Number.Integer.Long */
/* Dark mode syntax highlighting */
.dark-mode .highlight .hll {
  background-color: rgba(255, 255, 255, 0.1);
}

.dark-mode .highlight {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
}

.dark-mode .highlight .c {
  color: #6b7280;
} /* Comment */
.dark-mode .highlight .err {
  color: #f87171;
} /* Error */
.dark-mode .highlight .k {
  color: #c084fc;
} /* Keyword */
.dark-mode .highlight .l {
  color: #fb923c;
} /* Literal */
.dark-mode .highlight .n {
  color: rgba(255, 255, 255, 0.85);
} /* Name */
.dark-mode .highlight .o {
  color: #67e8f9;
} /* Operator */
.dark-mode .highlight .p {
  color: rgba(255, 255, 255, 0.85);
} /* Punctuation */
.dark-mode .highlight .cm {
  color: #6b7280;
} /* Comment.Multiline */
.dark-mode .highlight .cp {
  color: #6b7280;
} /* Comment.Preproc */
.dark-mode .highlight .c1 {
  color: #6b7280;
} /* Comment.Single */
.dark-mode .highlight .cs {
  color: #6b7280;
} /* Comment.Special */
.dark-mode .highlight .gd {
  color: #f87171;
} /* Generic.Deleted */
.dark-mode .highlight .gh {
  color: #ffffff;
  font-weight: bold;
} /* Generic.Heading */
.dark-mode .highlight .gi {
  color: #86efac;
} /* Generic.Inserted */
.dark-mode .highlight .gp {
  color: #6b7280;
  font-weight: bold;
} /* Generic.Prompt */
.dark-mode .highlight .gu {
  color: #67e8f9;
  font-weight: bold;
} /* Generic.Subheading */
.dark-mode .highlight .kc {
  color: #c084fc;
} /* Keyword.Constant */
.dark-mode .highlight .kd {
  color: #c084fc;
} /* Keyword.Declaration */
.dark-mode .highlight .kn {
  color: #67e8f9;
} /* Keyword.Namespace */
.dark-mode .highlight .kp {
  color: #c084fc;
} /* Keyword.Pseudo */
.dark-mode .highlight .kr {
  color: #c084fc;
} /* Keyword.Reserved */
.dark-mode .highlight .kt {
  color: #fbbf24;
} /* Keyword.Type */
.dark-mode .highlight .ld {
  color: #86efac;
} /* Literal.Date */
.dark-mode .highlight .m {
  color: #fb923c;
} /* Literal.Number */
.dark-mode .highlight .s {
  color: #86efac;
} /* Literal.String */
.dark-mode .highlight .na {
  color: #93c5fd;
} /* Name.Attribute */
.dark-mode .highlight .nb {
  color: rgba(255, 255, 255, 0.85);
} /* Name.Builtin */
.dark-mode .highlight .nc {
  color: #fbbf24;
} /* Name.Class */
.dark-mode .highlight .no {
  color: #f87171;
} /* Name.Constant */
.dark-mode .highlight .nd {
  color: #67e8f9;
} /* Name.Decorator */
.dark-mode .highlight .ni {
  color: rgba(255, 255, 255, 0.85);
} /* Name.Entity */
.dark-mode .highlight .ne {
  color: #f87171;
} /* Name.Exception */
.dark-mode .highlight .nf {
  color: #93c5fd;
} /* Name.Function */
.dark-mode .highlight .nl {
  color: rgba(255, 255, 255, 0.85);
} /* Name.Label */
.dark-mode .highlight .nn {
  color: #fbbf24;
} /* Name.Namespace */
.dark-mode .highlight .nx {
  color: #93c5fd;
} /* Name.Other */
.dark-mode .highlight .py {
  color: rgba(255, 255, 255, 0.85);
} /* Name.Property */
.dark-mode .highlight .nt {
  color: #67e8f9;
} /* Name.Tag */
.dark-mode .highlight .nv {
  color: #f87171;
} /* Name.Variable */
.dark-mode .highlight .ow {
  color: #67e8f9;
} /* Operator.Word */
.dark-mode .highlight .w {
  color: rgba(255, 255, 255, 0.85);
} /* Text.Whitespace */
.dark-mode .highlight .mf {
  color: #fb923c;
} /* Literal.Number.Float */
.dark-mode .highlight .mh {
  color: #fb923c;
} /* Literal.Number.Hex */
.dark-mode .highlight .mi {
  color: #fb923c;
} /* Literal.Number.Integer */
.dark-mode .highlight .mo {
  color: #fb923c;
} /* Literal.Number.Oct */
.dark-mode .highlight .sb {
  color: #86efac;
} /* Literal.String.Backtick */
.dark-mode .highlight .sc {
  color: rgba(255, 255, 255, 0.85);
} /* Literal.String.Char */
.dark-mode .highlight .sd {
  color: #6b7280;
} /* Literal.String.Doc */
.dark-mode .highlight .s2 {
  color: #86efac;
} /* Literal.String.Double */
.dark-mode .highlight .se {
  color: #fb923c;
} /* Literal.String.Escape */
.dark-mode .highlight .sh {
  color: #86efac;
} /* Literal.String.Heredoc */
.dark-mode .highlight .si {
  color: #fb923c;
} /* Literal.String.Interpol */
.dark-mode .highlight .sx {
  color: #86efac;
} /* Literal.String.Other */
.dark-mode .highlight .sr {
  color: #86efac;
} /* Literal.String.Regex */
.dark-mode .highlight .s1 {
  color: #86efac;
} /* Literal.String.Single */
.dark-mode .highlight .ss {
  color: #86efac;
} /* Literal.String.Symbol */
.dark-mode .highlight .bp {
  color: rgba(255, 255, 255, 0.85);
} /* Name.Builtin.Pseudo */
.dark-mode .highlight .vc {
  color: #f87171;
} /* Name.Variable.Class */
.dark-mode .highlight .vg {
  color: #f87171;
} /* Name.Variable.Global */
.dark-mode .highlight .vi {
  color: #f87171;
} /* Name.Variable.Instance */
.dark-mode .highlight .il {
  color: #fb923c;
} /* Literal.Number.Integer.Long */
.testimonials {
  background: #f5f5f5;
  padding: 72px 0 88px;
}

.testimonials__avatar {
  display: block;
  flex: 0 0 auto;
  height: 42px;
  margin: 6px 16px 0 0;
  width: 42px;
}

.testimonials__body {
  margin: 0 0 8px;
}
.testimonials__body span {
  color: #4a90e2;
}

.testimonials__cite {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonials__item {
  background: #ffffff;
  border-radius: 5px;
}

.testimonials__link {
  align-items: flex-start;
  display: flex;
  padding: 20px 24px 24px;
}

.testimonials__list {
  display: grid;
  grid-gap: 24px;
  margin: 32px auto 0;
  max-width: 560px;
}
@media (min-width: 696px) {
  .testimonials__list {
    grid-template-columns: repeat(2, 1fr);
    margin: 52px 0 0;
    max-width: none;
  }
}
@media (min-width: 1048px) {
  .testimonials__list {
    grid-gap: 32px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonials__quote {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}

.testimonials__cite {
  font-weight: 500;
}
.testimonials__cite a {
  text-decoration: underline;
}

.dark-mode .testimonials {
  background: #100828;
}
.dark-mode .testimonials__item {
  background: rgba(255, 255, 255, 0.05);
}
.dark-mode .testimonials__body {
  color: rgba(255, 255, 255, 0.85);
}
.dark-mode .testimonials__cite {
  color: rgba(255, 255, 255, 0.7);
}

.turbo-deployments-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .turbo-deployments-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .turbo-deployments-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.turbo-deployments-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.turbo-deployments-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.turbo-deployments-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.turbo-deployments-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .turbo-deployments-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .turbo-deployments-page .hero-title {
    font-size: 2.5rem;
  }
}
.turbo-deployments-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.turbo-deployments-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .turbo-deployments-page .hero-description {
    font-size: 1.125rem;
  }
}
.turbo-deployments-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .turbo-deployments-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.turbo-deployments-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.turbo-deployments-page .hero-btn-primary:hover {
  background: #2d1470;
}
.turbo-deployments-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.turbo-deployments-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .turbo-deployments-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .turbo-deployments-page .section-title {
    font-size: 1.75rem;
  }
}
.turbo-deployments-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.turbo-deployments-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.turbo-deployments-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.turbo-deployments-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.turbo-deployments-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.turbo-deployments-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.turbo-deployments-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.turbo-deployments-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .turbo-deployments-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .turbo-deployments-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.turbo-deployments-page .step-item {
  text-align: center;
}
.turbo-deployments-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.turbo-deployments-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.turbo-deployments-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.turbo-deployments-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.turbo-deployments-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.turbo-deployments-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.turbo-deployments-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .turbo-deployments-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.turbo-deployments-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.turbo-deployments-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.turbo-deployments-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.turbo-deployments-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.turbo-deployments-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.turbo-deployments-page .benefit-description {
  color: #64748b;
}
.turbo-deployments-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.turbo-deployments-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .turbo-deployments-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.turbo-deployments-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.turbo-deployments-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .turbo-deployments-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .turbo-deployments-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.turbo-deployments-page .getting-started-steps {
  margin-bottom: 2rem;
}
.turbo-deployments-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.turbo-deployments-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.turbo-deployments-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.turbo-deployments-page .gs-step-description {
  color: #94a3b8;
}
.turbo-deployments-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.turbo-deployments-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .turbo-deployments-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.turbo-deployments-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.turbo-deployments-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.turbo-deployments-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.turbo-deployments-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .turbo-deployments-page .cta-title {
    font-size: 2rem;
  }
}
.turbo-deployments-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.turbo-deployments-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .turbo-deployments-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.turbo-deployments-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.turbo-deployments-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.turbo-deployments-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .turbo-deployments-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .turbo-deployments-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .turbo-deployments-page .hero-title {
  color: #ffffff;
}
.dark-mode .turbo-deployments-page .hero-title .hero-title-highlight,
.dark-mode .turbo-deployments-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .turbo-deployments-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .turbo-deployments-page .section-header .section-title,
.dark-mode .turbo-deployments-page .section-title {
  color: #ffffff;
}
.dark-mode .turbo-deployments-page .section-header .section-description,
.dark-mode .turbo-deployments-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .turbo-deployments-page section,
.dark-mode .turbo-deployments-page .features-section,
.dark-mode .turbo-deployments-page .how-it-works-section,
.dark-mode .turbo-deployments-page .benefits-section,
.dark-mode .turbo-deployments-page .comparison-section,
.dark-mode .turbo-deployments-page .use-cases-section,
.dark-mode .turbo-deployments-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .turbo-deployments-page section:nth-child(even),
.dark-mode .turbo-deployments-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .turbo-deployments-page .feature-card,
.dark-mode .turbo-deployments-page .benefit-card,
.dark-mode .turbo-deployments-page .step-card,
.dark-mode .turbo-deployments-page .use-case-card,
.dark-mode .turbo-deployments-page .comparison-card,
.dark-mode .turbo-deployments-page .info-card,
.dark-mode .turbo-deployments-page .workflow-step,
.dark-mode .turbo-deployments-page .capability-card,
.dark-mode .turbo-deployments-page .tool-card,
.dark-mode .turbo-deployments-page .integration-card,
.dark-mode .turbo-deployments-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .turbo-deployments-page .feature-card__title,
.dark-mode .turbo-deployments-page .benefit-card h3,
.dark-mode .turbo-deployments-page .step-card h3,
.dark-mode .turbo-deployments-page .capability-card h3,
.dark-mode .turbo-deployments-page .info-card h3,
.dark-mode .turbo-deployments-page .tool-card h3,
.dark-mode .turbo-deployments-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .turbo-deployments-page .feature-card__description,
.dark-mode .turbo-deployments-page .benefit-card p,
.dark-mode .turbo-deployments-page .step-card p,
.dark-mode .turbo-deployments-page .capability-card p,
.dark-mode .turbo-deployments-page .info-card p,
.dark-mode .turbo-deployments-page .tool-card p,
.dark-mode .turbo-deployments-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .turbo-deployments-page .feature-card__icon,
.dark-mode .turbo-deployments-page .step-number,
.dark-mode .turbo-deployments-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .turbo-deployments-page .step-title,
.dark-mode .turbo-deployments-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .turbo-deployments-page .step-description,
.dark-mode .turbo-deployments-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .turbo-deployments-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .turbo-deployments-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .turbo-deployments-page .btn--primary {
  color: #ffffff;
}
.dark-mode .turbo-deployments-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .turbo-deployments-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .turbo-deployments-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .turbo-deployments-page .cta-title {
  color: #ffffff;
}
.dark-mode .turbo-deployments-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .turbo-deployments-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .turbo-deployments-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .turbo-deployments-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .turbo-deployments-page pre,
.dark-mode .turbo-deployments-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .turbo-deployments-page ul li,
.dark-mode .turbo-deployments-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .turbo-deployments-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .turbo-deployments-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .turbo-deployments-page .config-mockup,
.dark-mode .turbo-deployments-page .code-block,
.dark-mode .turbo-deployments-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.tutorial-video {
  margin: -108px auto 64px;
  max-width: 960px;
}

.tutorial-video__container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.tutorial-video__iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tutorials-cta {
  align-items: center;
  background: #de4c36;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  margin: 32px -20px -48px;
  padding: 32px 20px 36px;
}
@media (min-width: 700px) {
  .tutorials-cta {
    border-radius: 3px;
    margin: 32px 0 0;
    padding: 20px 24px 24px;
  }
}
@media (min-width: 800px) {
  .tutorials-cta {
    flex-direction: row;
    padding: 20px 24px;
  }
}
@media (min-width: 840px) {
  .tutorials-cta {
    margin: 64px 0 0;
  }
}

.tutorials-cta__action {
  flex: 0 0 auto;
}

.tutorials-cta__button {
  background: #ffffff;
  color: #de4c36;
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  margin: 12px 0 0;
  padding: 0 2.2em;
  text-shadow: none;
}
@media (min-width: 480px) {
  .tutorials-cta__button {
    font-size: 18px;
  }
}
@media (min-width: 528px) {
  .tutorials-cta__button {
    font-size: 20px;
  }
}
@media (min-width: 800px) {
  .tutorials-cta__button {
    margin: 0;
  }
}
.tutorials-cta__button:hover {
  background: #fafafa;
}
.tutorials-cta__button:active {
  background: #f7f7f7;
}

.tutorials-cta__content {
  flex: 1 1 auto;
  text-align: center;
}
@media (min-width: 800px) {
  .tutorials-cta__content {
    text-align: left;
  }
}

.tutorials-cta__text {
  font-size: 16px;
  line-height: 1.325;
}
@media (min-width: 480px) {
  .tutorials-cta__text {
    font-size: 18px;
  }
}
@media (min-width: 528px) {
  .tutorials-cta__text {
    font-size: 20px;
  }
}

.tutorials-cta__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 4px;
}
@media (min-width: 480px) {
  .tutorials-cta__title {
    font-size: 22px;
  }
}
@media (min-width: 528px) {
  .tutorials-cta__title {
    font-size: 24px;
  }
}

.tutorials-pagination {
  border-bottom: 2px solid #eaeaea;
  border-top: 2px solid #eaeaea;
  border-radius: 3px;
  margin: 32px 0;
}
@media (min-width: 840px) {
  .tutorials-pagination {
    margin: 64px 0;
  }
}

.tutorials-pagination__link {
  color: #de4c36;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 24px;
}
@media (min-width: 560px) {
  .tutorials-pagination__link {
    font-size: 18px;
    padding: 20px 24px;
  }
}
.tutorials-pagination__link:hover {
  text-decoration: underline;
}

.tutorials-pagination__link--next {
  background: transparent url(/assets/icons/next-b7835e0e01e87208e8589826f2004471233a70e42fb461416df47b2a23e21c53.svg) right 0 top 50%/14px 20px no-repeat;
  text-align: right;
}

.tutorials-pagination__link--previous {
  background: transparent url(/assets/icons/previous-57c75b602634d033b9e83d1fbf796249913404ebf33176b9f3616be945c15c8f.svg) left 0 top 50%/14px 20px no-repeat;
}

.tutorials-pagination__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 512px) {
  .tutorials-pagination__list {
    flex-direction: row;
  }
}

.tutorials-pagination__list-item:last-child {
  border-top: 2px solid #eaeaea;
}
@media (min-width: 512px) {
  .tutorials-pagination__list-item:last-child {
    border-top: 0;
  }
}

.ui__again {
  flex: 0 0 auto;
  margin-left: auto;
  text-decoration: underline;
}

.ui__container {
  margin: 0 auto;
  max-width: 768px;
  padding: 24px 16px;
}
@media (min-width: 440px) {
  .ui__container {
    padding: 32px 16px;
  }
}
@media (min-width: 560px) {
  .ui__container {
    padding: 48px 32px;
  }
}

.ui__content {
  position: relative;
}

.ui__header {
  align-items: center;
  background-image: linear-gradient(94deg, #3023ae, #c86dd7);
  color: #ffffff;
  display: flex;
  font-size: 13px;
  height: 56px;
  line-height: 20px;
  padding: 0 16px;
}
@media (min-width: 396px) {
  .ui__header {
    height: 72px;
  }
}
@media (min-width: 480px) {
  .ui__header {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 440px) {
  .ui__header {
    padding: 0 24px;
  }
}
@media (min-width: 560px) {
  .ui__header {
    padding: 0 32px;
  }
}
@media (min-width: 586px) {
  .ui__header {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 720px) {
  .ui__header {
    font-size: 19px;
    line-height: 26px;
  }
}

.ui__logo {
  display: none;
}
@media (min-width: 396px) {
  .ui__logo {
    display: block;
    height: 40px;
    width: auto;
  }
}
@media (min-width: 720px) {
  .ui__logo {
    height: 48px;
  }
}

.ui__title {
  margin: 0 16px 0 0;
  flex: 1 1 auto;
}
@media (min-width: 396px) {
  .ui__title {
    margin: 0 0 0 16px;
  }
}
@media (min-width: 526px) {
  .ui__title {
    margin-left: 24px;
    max-width: none;
  }
}
.ui__title span {
  display: none;
}
@media (min-width: 526px) {
  .ui__title span {
    display: inline;
  }
}

.ui__scrollbar {
  background: #e3e3e3;
  border-radius: 5px;
  height: 312px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 10px;
}

.ui-dots, .ui-dots::after, .ui-dots::before {
  background: #d4d4d4;
  border-radius: 50%;
  display: block;
  height: 2px;
  width: 2px;
  position: relative;
  margin: 0 4px;
}
@media (min-width: 560px) {
  .ui-dots, .ui-dots::after, .ui-dots::before {
    height: 4px;
    margin: 0 8px;
    width: 4px;
  }
}
.ui-dots::after, .ui-dots::before {
  content: "";
  position: absolute;
  top: 0;
}
.ui-dots::after {
  left: 100%;
  margin: 0 0 0 3px;
}
@media (min-width: 560px) {
  .ui-dots::after {
    margin: 0 0 0 5px;
  }
}
.ui-dots::before {
  right: 100%;
  margin: 0 3px 0 0;
}
@media (min-width: 560px) {
  .ui-dots::before {
    margin: 0 5px 0 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.ui-spinner {
  animation: spin 600ms infinite linear;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  border-top: 2px solid #0187f3;
  display: block;
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
  filter: drop-shadow(0 0 3px rgba(1, 135, 243, 0.5));
}
@media (min-width: 560px) {
  .ui-spinner {
    height: 24px;
    width: 24px;
  }
}

.ui-stages {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
@media (min-width: 440px) {
  .ui-stages {
    padding: 0 12px;
  }
}
@media (min-width: 480px) {
  .ui-stages {
    padding: 0 24px;
  }
}
@media (min-width: 560px) {
  .ui-stages {
    justify-content: space-around;
    padding: 0;
  }
}

.ui-stages__border {
  display: none;
}
@media (min-width: 640px) {
  .ui-stages__border {
    display: block;
    flex: 0 0 auto;
    height: 14px;
    transition: background 200ms ease-in-out;
    width: 3px;
    border-radius: 2px;
  }
}

.ui-stages__border--complete {
  background: #61d33f;
}

.ui-stages__border--failed {
  background: #e8432b;
}

.ui-stages__border--pending {
  background: #eaeaea;
}

.ui-stages__border--running {
  background: #0187f3;
}

@keyframes stage-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 135, 243, 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(1, 135, 243, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 135, 243, 0);
  }
}
.ui-stages__circle {
  border-radius: 50%;
  cursor: pointer;
  flex: 0 0 auto;
  height: 84px;
  position: relative;
  transition: all 200ms ease-in-out;
  user-select: none;
  width: 84px;
}

.ui-stages__circle--complete {
  background: linear-gradient(135deg, #56d764, #2ec866);
  box-shadow: 0 4px 20px rgba(97, 211, 63, 0.4);
}

.ui-stages__circle--failed {
  background: linear-gradient(135deg, #f05545, #d63220);
  box-shadow: 0 4px 20px rgba(232, 67, 43, 0.4);
}

.ui-stages__circle--pending {
  background: #eaeaea;
  box-shadow: none;
}

.ui-stages__circle--running {
  background: linear-gradient(135deg, #2ea6ff, #0077e6);
  box-shadow: 0 4px 20px rgba(1, 135, 243, 0.45);
  animation: stage-pulse 2s infinite;
}

@keyframes connector-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
.ui-stages__connector {
  display: none;
}
@media (min-width: 640px) {
  .ui-stages__connector {
    display: block;
    flex: 1 1 auto;
    height: 3px;
    border-radius: 2px;
    transition: background 200ms ease-in-out;
  }
}

.ui-stages__connector--complete {
  background: #61d33f;
}

.ui-stages__connector--failed {
  background: #e8432b;
}

.ui-stages__connector--pending {
  background: #eaeaea;
}

.ui-stages__connector--complete-to-failed {
  background: linear-gradient(to right, #61d33f, #e8432b);
}

.ui-stages__connector--complete-to-running {
  background: linear-gradient(90deg, #61d33f, #0187f3, #0187f3);
  background-size: 200% 100%;
  animation: connector-flow 1.5s linear infinite;
}

.ui-stages__connector--running {
  background: #0187f3;
}

.ui-stages__connector--running-to-pending {
  background: linear-gradient(90deg, #0187f3, #0187f3, #eaeaea);
  background-size: 200% 100%;
  animation: connector-flow 1.5s linear infinite;
}

.ui-stages__circle--selected {
  transform: scale(1.175) !important;
}

.ui-stages__icon {
  filter: invert(100%);
  height: 36px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.ui-stages__circle--pending .ui-stages__icon {
  filter: none;
  opacity: 0.4;
}

.ui-stages__spinner {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom-color: #ffffff;
  border-radius: 50%;
  height: 78px;
  margin: 3px;
  width: 78px;
}

.ui-stages__text {
  color: #1a1a1a;
  font-weight: 700;
  left: 50%;
  margin: 7px 0 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}
.ui-stages__circle--pending .ui-stages__text {
  color: #d4d4d4;
}
.ui-stages__circle--selected .ui-stages__text {
  color: #1a1a1a;
  font-weight: 700;
}

@media (max-width: 620px) {
  .ui-stages__circle {
    height: 60px;
    width: 60px;
  }
  .ui-stages__icon {
    height: 28px;
  }
}
@media (max-width: 480px) {
  .ui-stages__circle {
    height: 48px;
    width: 48px;
  }
  .ui-stages__icon {
    height: 22px;
  }
  .ui-stages__text {
    font-size: 14px;
  }
  .ui-stages__circle--selected {
    transform: scale(1.1) !important;
  }
}
@media (max-width: 440px) {
  .ui-stages__text {
    font-size: 10px;
  }
}
.dark-mode .ui-stages__text {
  color: #1a1a1a;
}
.dark-mode .ui-stages__circle--pending .ui-stages__text {
  color: #d4d4d4;
}

.ui-steps {
  margin-top: 48px;
}
@media (min-width: 440px) {
  .ui-steps {
    margin-top: 56px;
  }
}
@media (min-width: 560px) {
  .ui-steps {
    margin-top: 72px;
  }
}

.ui-steps__header {
  align-items: center;
  display: flex;
  padding: 12px;
}
@media (min-width: 560px) {
  .ui-steps__header {
    padding: 16px;
  }
}

.ui-steps__indicator {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 16px;
  justify-content: center;
  margin-right: 12px;
  width: 16px;
}
@media (min-width: 560px) {
  .ui-steps__indicator {
    height: 24px;
    margin-right: 16px;
    width: 24px;
  }
}

.ui-steps__icon {
  display: block;
  height: 100%;
  width: 100%;
}

.ui-steps__item {
  border: 1px solid #e0e0e0;
  border-left: 3px solid #0187f3;
  border-radius: 6px;
  margin-bottom: 12px;
  transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
@media (min-width: 560px) {
  .ui-steps__item {
    margin-bottom: 16px;
  }
}
.ui-steps__item:last-child {
  margin-bottom: 0;
}

.ui-steps__list {
  border-top: 2px solid #eaeaea;
  max-height: 165px;
  overflow-y: auto;
}

.ui-steps__list-item {
  border-bottom: 1px solid #eaeaea;
  font-size: 13px;
  line-height: 1.5;
  max-width: 100%;
  overflow: hidden;
  padding: 6px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 560px) {
  .ui-steps__list-item {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.ui-steps__list-item span {
  font-weight: 500;
}
.ui-steps__list-item:last-child {
  border-bottom: 0;
}

@keyframes progress-shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
.ui-steps__progress {
  background: #eaeaea;
  border-radius: 6px;
  flex: 0 0 auto;
  margin-top: 1px;
  height: 8px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
@media (min-width: 560px) {
  .ui-steps__progress {
    width: 92px;
  }
}
@media (min-width: 800px) {
  .ui-steps__progress {
    height: 12px;
    width: 160px;
  }
}

.ui-steps__progress-fill {
  background: linear-gradient(90deg, #0187f3, #2ea6ff);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  transition: width 100ms ease-out;
}
.ui-steps__progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: progress-shimmer 1.5s infinite;
}

.ui-steps__text {
  flex: 1 1 auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25em;
  min-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 400px) {
  .ui-steps__text {
    font-size: 14px;
  }
}
@media (min-width: 456px) {
  .ui-steps__text {
    font-size: 16px;
  }
}
@media (min-width: 560px) {
  .ui-steps__text {
    font-size: 20px;
  }
}

.video-list {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  margin: 0 -20px;
}
@media (min-width: 480px) {
  .video-list {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    margin: 0;
    overflow: hidden;
  }
}

.video-list--faqs {
  margin: 0 auto;
  max-width: 756px;
}

.video-list-item {
  border-bottom: 1px solid #d7d7d7;
}
.video-list-item:last-child {
  border-bottom: 0;
}

.video-list-item__container {
  align-items: center;
  display: flex;
  padding: 16px 20px;
}
.video-list-item__container:hover {
  background: #fafafa;
}
.video-list-item__container:active {
  background: #f7f7f7;
}
@media (min-width: 480px) {
  .video-list-item__container {
    padding: 20px 24px;
  }
}

.video-list-item__duration {
  display: none;
}
@media (min-width: 560px) {
  .video-list-item__duration {
    background: url(/assets/icons/clock-d1a8b30b6006ed404a21b1bc1900895ca5aacb53a60d2d5b6f866541851fa42b.svg) 0 45%/20px 20px no-repeat;
    color: #8a8a8a;
    display: block;
    font-family: "SFMono-Regular", monospace;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 0 0 28px;
    margin: 0 0 0 16px;
  }
}

.video-list-item__container:hover .video-list-item__link {
  text-decoration: underline;
}
.video-list-item__container:active .video-list-item__link {
  color: #1b81ff;
}

.video-list-item__title {
  flex: 1 1 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 480px) {
  .video-list-item__title {
    font-size: 24px;
  }
}
@media (min-width: 560px) {
  .video-list-item__title {
    text-align: left;
  }
}

.video-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.video-modal__close {
  border: 0;
  cursor: pointer;
  padding: 8px 12px 8px 28px;
  position: absolute;
  right: 24px;
  top: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}
.video-modal__close::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/assets/icons/close-48adedaf7682d03643b32c45dcd4b6e5cd016ea048beb6fb93452bcd54f98988.svg) center/contain no-repeat;
  filter: invert(1);
}
.video-modal__close:hover {
  opacity: 0.8;
}

.video-modal__container {
  max-width: 1280px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.video-modal__container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-part {
  margin-bottom: 32px;
}
@media (min-width: 840px) {
  .video-part {
    margin-bottom: 64px;
  }
}
.video-part:last-child {
  margin-bottom: 0;
}

.video-part__header {
  margin: 0 0 24px;
  text-align: center;
}
@media (min-width: 480px) {
  .video-part__header {
    margin: 0 0 32px;
  }
}

.video-part__summary {
  color: #8a8a8a;
  font-size: 4.625vw;
  line-height: 1.375;
  margin: 0 auto;
  max-width: 360px;
}
@media (min-width: 396px) {
  .video-part__summary {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .video-part__summary {
    font-size: 20px;
    max-width: 640px;
  }
}

.video-part__title {
  font-size: 6.75vw;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 8px;
}
@media (min-width: 468px) {
  .video-part__title {
    font-size: 28px;
  }
}
.video-part__title span {
  color: #8a8a8a;
}

.videos {
  margin: 32px auto 0;
  max-width: 756px;
}
@media (min-width: 840px) {
  .videos {
    margin: 56px auto 0;
  }
}

.zero-downtime-page .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.zero-downtime-page .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .zero-downtime-page .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .zero-downtime-page .section-title {
    font-size: 1.75rem;
  }
}
.zero-downtime-page .section-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}
.zero-downtime-page .hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 2rem 0 6rem;
}
@media (max-width: 1024px) {
  .zero-downtime-page .hero-section {
    padding: 1.5rem 0 5rem;
  }
}
@media (max-width: 768px) {
  .zero-downtime-page .hero-section {
    padding: 1rem 0 4rem;
  }
}
.zero-downtime-page .hero-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.zero-downtime-page .hero-badge {
  display: inline-flex;
  align-items: center;
  background: #e0e7ff;
  color: #3b1d95;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #c7d2fe;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.zero-downtime-page .hero-badge .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.zero-downtime-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .zero-downtime-page .hero-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .zero-downtime-page .hero-title {
    font-size: 2.5rem;
  }
}
.zero-downtime-page .hero-title .hero-title-highlight {
  color: #3b1d95;
}
.zero-downtime-page .hero-description {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .zero-downtime-page .hero-description {
    font-size: 1.125rem;
  }
}
.zero-downtime-page .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 640px) {
  .zero-downtime-page .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.zero-downtime-page .hero-btn-primary {
  background: #3b1d95;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.zero-downtime-page .hero-btn-primary:hover {
  background: #2d1470;
}
.zero-downtime-page .problem-section {
  padding: 5rem 0;
  background: #ffffff;
}
.zero-downtime-page .diagram-wrapper {
  max-width: 800px;
  margin: 0 auto 2rem;
}
.zero-downtime-page .diagram-wrapper svg {
  width: 100%;
  height: auto;
}
.zero-downtime-page .diagram-caption {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.zero-downtime-page .solution-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.zero-downtime-page .how-it-works-section {
  padding: 5rem 0;
  background: #ffffff;
}
.zero-downtime-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .zero-downtime-page .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .zero-downtime-page .steps-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}
.zero-downtime-page .step-connector {
  display: none;
}
@media (min-width: 1025px) {
  .zero-downtime-page .step-connector {
    display: block;
    position: absolute;
    top: 2rem;
    height: 2px;
    background: #e2e8f0;
  }
  .zero-downtime-page .step-connector.step-connector--1 {
    left: calc(25% + 0.75rem);
    right: calc(75% - 0.75rem + 1.5rem);
  }
  .zero-downtime-page .step-connector.step-connector--2 {
    left: calc(50% + 0.75rem);
    right: calc(50% - 0.75rem + 1.5rem);
  }
  .zero-downtime-page .step-connector.step-connector--3 {
    left: calc(75% + 0.75rem);
    right: calc(25% - 0.75rem + 1.5rem);
  }
}
.zero-downtime-page .step-item {
  text-align: center;
  position: relative;
}
.zero-downtime-page .step-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #3b1d95;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.zero-downtime-page .step-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all 0.2s ease;
}
.zero-downtime-page .step-icon-box .step-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.zero-downtime-page .step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.zero-downtime-page .step-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}
.zero-downtime-page .benefits-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.zero-downtime-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .zero-downtime-page .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.zero-downtime-page .benefit-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  transition: box-shadow 0.3s ease;
}
.zero-downtime-page .benefit-card:hover {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.zero-downtime-page .benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
}
.zero-downtime-page .benefit-icon .benefit-icon-img {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(47%) sepia(12%) saturate(737%) hue-rotate(182deg) brightness(90%) contrast(88%);
}
.zero-downtime-page .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.zero-downtime-page .benefit-description {
  color: #64748b;
}
.zero-downtime-page .getting-started-section {
  background: #0f172a;
  color: #ffffff;
  padding: 5rem 0;
}
.zero-downtime-page .getting-started-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .zero-downtime-page .getting-started-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.zero-downtime-page .getting-started-badge {
  background: #3b1d95;
  color: #a5b4fc;
  border: 1px solid #2d1470;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.zero-downtime-page .getting-started-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .zero-downtime-page .getting-started-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .zero-downtime-page .getting-started-title {
    font-size: 1.5rem;
  }
}
.zero-downtime-page .getting-started-steps {
  margin-bottom: 2rem;
}
.zero-downtime-page .gs-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.zero-downtime-page .gs-step .check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.zero-downtime-page .gs-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.zero-downtime-page .gs-step-description {
  color: #94a3b8;
}
.zero-downtime-page .getting-started-link {
  color: #a5b4fc;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.zero-downtime-page .getting-started-link:hover {
  color: #c7d2fe;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .zero-downtime-page .getting-started-visual {
    max-width: 400px;
    margin: 0 auto;
  }
}
.zero-downtime-page .getting-started-visual svg {
  width: 100%;
  height: auto;
}
.zero-downtime-page .cta-section {
  background: linear-gradient(90deg, #3b1d95, #2d1470);
  color: #ffffff;
  padding: 5rem 0;
}
.zero-downtime-page .cta-content {
  text-align: center;
  max-width: 512px;
  margin: 0 auto;
}
.zero-downtime-page .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .zero-downtime-page .cta-title {
    font-size: 2rem;
  }
}
.zero-downtime-page .cta-description {
  font-size: 1.25rem;
  color: #bfdbfe;
  margin-bottom: 2rem;
}
.zero-downtime-page .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .zero-downtime-page .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
.zero-downtime-page .cta-btn-primary {
  background: #ffffff;
  color: #3b1d95;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}
.zero-downtime-page .cta-btn-primary:hover {
  background: #f8fafc;
}
.zero-downtime-page .cta-disclaimer {
  color: #c7d2fe;
  font-size: 0.875rem;
}

.dark-mode .zero-downtime-page .hero-section {
  background: linear-gradient(135deg, #0f0826 0%, #100828 50%, #1a0f3a 100%);
}
.dark-mode .zero-downtime-page .hero-badge {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
  border-color: rgba(102, 47, 224, 0.4);
}
.dark-mode .zero-downtime-page .hero-title {
  color: #ffffff;
}
.dark-mode .zero-downtime-page .hero-title .hero-title-highlight,
.dark-mode .zero-downtime-page .hero-title span[class*=highlight] {
  color: #bb9bff;
}
.dark-mode .zero-downtime-page .hero-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .zero-downtime-page .section-header .section-title,
.dark-mode .zero-downtime-page .section-title {
  color: #ffffff;
}
.dark-mode .zero-downtime-page .section-header .section-description,
.dark-mode .zero-downtime-page .section-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .zero-downtime-page section,
.dark-mode .zero-downtime-page .features-section,
.dark-mode .zero-downtime-page .how-it-works-section,
.dark-mode .zero-downtime-page .benefits-section,
.dark-mode .zero-downtime-page .comparison-section,
.dark-mode .zero-downtime-page .use-cases-section,
.dark-mode .zero-downtime-page .technical-section {
  background-color: #0f0826;
}
.dark-mode .zero-downtime-page section:nth-child(even),
.dark-mode .zero-downtime-page .features-section:nth-child(even) {
  background-color: #100828;
}
.dark-mode .zero-downtime-page .feature-card,
.dark-mode .zero-downtime-page .benefit-card,
.dark-mode .zero-downtime-page .step-card,
.dark-mode .zero-downtime-page .use-case-card,
.dark-mode .zero-downtime-page .comparison-card,
.dark-mode .zero-downtime-page .info-card,
.dark-mode .zero-downtime-page .workflow-step,
.dark-mode .zero-downtime-page .capability-card,
.dark-mode .zero-downtime-page .tool-card,
.dark-mode .zero-downtime-page .integration-card,
.dark-mode .zero-downtime-page .tech-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(102, 47, 224, 0.1);
}
.dark-mode .zero-downtime-page .feature-card__title,
.dark-mode .zero-downtime-page .benefit-card h3,
.dark-mode .zero-downtime-page .step-card h3,
.dark-mode .zero-downtime-page .capability-card h3,
.dark-mode .zero-downtime-page .info-card h3,
.dark-mode .zero-downtime-page .tool-card h3,
.dark-mode .zero-downtime-page .tech-card h3 {
  color: #ffffff;
}
.dark-mode .zero-downtime-page .feature-card__description,
.dark-mode .zero-downtime-page .benefit-card p,
.dark-mode .zero-downtime-page .step-card p,
.dark-mode .zero-downtime-page .capability-card p,
.dark-mode .zero-downtime-page .info-card p,
.dark-mode .zero-downtime-page .tool-card p,
.dark-mode .zero-downtime-page .tech-card p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .zero-downtime-page .feature-card__icon,
.dark-mode .zero-downtime-page .step-number,
.dark-mode .zero-downtime-page .benefit-icon {
  background: rgba(102, 47, 224, 0.2);
  color: #bb9bff;
}
.dark-mode .zero-downtime-page .step-title,
.dark-mode .zero-downtime-page .gs-step-title {
  color: #ffffff;
}
.dark-mode .zero-downtime-page .step-description,
.dark-mode .zero-downtime-page .gs-step-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .zero-downtime-page .step-icon {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #bb9bff;
}
.dark-mode .zero-downtime-page .gs-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .zero-downtime-page .btn--primary {
  color: #ffffff;
}
.dark-mode .zero-downtime-page .btn--outline {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .zero-downtime-page .btn--outline:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .zero-downtime-page .cta-section {
  background: linear-gradient(135deg, #1a0f3a 0%, #2d1470 50%, #1a0f3a 100%);
}
.dark-mode .zero-downtime-page .cta-title {
  color: #ffffff;
}
.dark-mode .zero-downtime-page .cta-description {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .zero-downtime-page .cta-btn-primary {
  background: #662fe0;
  color: #ffffff;
}
.dark-mode .zero-downtime-page .cta-btn-primary:hover {
  background: #5425c0;
}
.dark-mode .zero-downtime-page .cta-disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .zero-downtime-page pre,
.dark-mode .zero-downtime-page code {
  background: rgba(255, 255, 255, 0.05);
  color: #bb9bff;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .zero-downtime-page ul li,
.dark-mode .zero-downtime-page ol li {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .zero-downtime-page a:not(.btn):not([class*=btn]):not(.header__):not(.footer__) {
  color: #bb9bff;
}
.dark-mode .zero-downtime-page hr {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .zero-downtime-page .config-mockup,
.dark-mode .zero-downtime-page .code-block,
.dark-mode .zero-downtime-page .terminal-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.page-features-deploy_behind_firewalls .header--bordered {
  border-bottom-color: rgba(0, 0, 0, 0.125);
}

.lp-main {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #0f0826;
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
}

.dark-mode .lp-main {
  background: #0f0826;
  color: white;
}
.dark-mode .lp-testimonials__badge p {
  color: white;
}
.dark-mode .lp-btn--primary {
  color: #ffffff;
}
.dark-mode .lp-btn--secondary {
  color: #bb9bff;
  border-color: #bb9bff;
}
.dark-mode .lp-btn--secondary:hover {
  background: rgba(187, 155, 255, 0.1);
}
.dark-mode .lp-hero,
.dark-mode .lp-integrations,
.dark-mode .lp-testimonials,
.dark-mode .lp-community,
.dark-mode .lp-case-study {
  background: transparent;
}
.dark-mode .lp-testimonials__glow-img--light {
  display: none;
}
.dark-mode .lp-testimonials__glow-img--dark {
  display: block;
}
.dark-mode .lp-hero__bg-img--light {
  display: none;
}
.dark-mode .lp-hero__bg-img--dark {
  display: block;
}
.dark-mode .lp-hero__img-wrap {
  border-radius: 24px;
  box-shadow: -2px -2px 60px 10px rgba(187, 155, 255, 0.4), 0px 4px 60px 10px rgba(187, 155, 255, 0.25);
}
.dark-mode .lp-hero__img-wrap .browser {
  border-radius: 24px;
}
.dark-mode .lp-stats {
  background: #100828;
}
.dark-mode .lp-stats__grid {
  background-image: url(/assets/stats-bg-dark-4119bcc5550cad57e75d56d1c2680eacdd5eb1f8583d8898e60359583fd9d702.png);
}
.dark-mode .lp-stat__label {
  color: white;
}
.dark-mode .lp-stats__divider {
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
}
.dark-mode .lp-features,
.dark-mode .lp-build,
.dark-mode .lp-logos {
  background: transparent;
}
.dark-mode .lp-section-hdr__title,
.dark-mode .lp-feature__title,
.dark-mode .lp-case-study__title,
.dark-mode .lp-case-study__date,
.dark-mode .lp-case-study__excerpt,
.dark-mode .lp-int-card__title {
  color: white;
}
.dark-mode .lp-section-hdr__lead,
.dark-mode .lp-hero__subtitle,
.dark-mode .lp-feature__text {
  color: rgba(255, 255, 255, 0.8);
}
.dark-mode .lp-hero__title {
  color: white;
}
.dark-mode .lp-hero__title--highlight {
  background: linear-gradient(135deg, #bb9bff 0%, #b463e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.dark-mode .lp-logos__heading {
  color: rgba(255, 255, 255, 0.8);
}
.dark-mode .lp-logos__divider {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.dark-mode .thinkbdw-icon,
.dark-mode .wordpress-icon,
.dark-mode .disney-icon,
.dark-mode .paystack-icon,
.dark-mode .jdgroup-icon,
.dark-mode .ponderosa-icon,
.dark-mode .design-icon,
.dark-mode .tokeet-icon,
.dark-mode .yotpo-icon {
  filter: brightness(0) saturate(100%) invert(93%) sepia(6%) saturate(621%) hue-rotate(207deg) brightness(105%) contrast(101%);
}
.dark-mode .lp-feature,
.dark-mode .lp-card,
.dark-mode .lp-case-study__card {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px -2px 10px 0px rgba(233, 223, 255, 0.3), 0px -2px 40px 0px rgba(187, 155, 255, 0.15);
}
.dark-mode .lp-test-card {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .lp-card__text,
.dark-mode .lp-feature__text-secondary {
  color: rgba(255, 255, 255, 0.7);
}
.dark-mode .lp-card__note-text {
  color: rgba(255, 255, 255, 0.5);
}
.dark-mode .lp-card__tech-item,
.dark-mode .lp-feature__tech-item,
.dark-mode .lp-int-card__icon-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 1.145px 2.291px 6.872px 0 rgba(255, 255, 255, 0.1);
}
.dark-mode .lp-int-card__icon-item img[alt*=GitHub],
.dark-mode .lp-int-card__icon-item img[alt*=SVN],
.dark-mode .lp-card__tech-item img[alt*=GitHub],
.dark-mode .lp-card__tech-item img[alt*=SVN],
.dark-mode .lp-feature__tech-item img[alt*=GitHub],
.dark-mode .lp-feature__tech-item img[alt*=SVN] {
  filter: brightness(0) invert(1);
}
.dark-mode .lp-tab {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  color: #E6EAF2;
  border: none;
  box-shadow: 1px 1px 6px 0px rgba(255, 255, 255, 0.1), 0px -1px 20px 0px rgba(255, 255, 255, 0.1);
}
.dark-mode .lp-tab:hover:not(.dark-mode .lp-tab--active) {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}
.dark-mode .lp-tab--active {
  background: linear-gradient(to bottom, rgba(114, 20, 255, 0.4), rgba(114, 20, 255, 0.1));
  color: #E6EAF2;
  box-shadow: 1px 1px 6px 0px rgba(114, 20, 255, 0.4), 0px -1px 20px 0px rgba(114, 20, 255, 0.1);
}
.dark-mode .lp-tab--active:hover {
  background: linear-gradient(to bottom, rgba(114, 20, 255, 0.5), rgba(114, 20, 255, 0.15));
}
.dark-mode .lp-main .cta-section {
  background: #100828 !important;
}
.dark-mode .lp-main .cta-container {
  background: linear-gradient(to right, rgba(114, 20, 255, 0.5), rgba(201, 37, 171, 0.3));
  border-color: #662fe0;
  box-shadow: 0px -2px 10px 0px rgba(233, 223, 255, 0.3), 0px -2px 40px 0px rgba(187, 155, 255, 0.15);
}
.dark-mode .lp-main .cta-title {
  color: #f5f5f5;
}
.dark-mode .lp-g2-inline__text,
.dark-mode .lp-g2-inline__score {
  color: white;
}
.dark-mode .lp-test-card__quote-text {
  color: #d4c4ff;
}
.dark-mode .lp-test-card__quote p {
  color: rgba(255, 255, 255, 0.85);
}
.dark-mode .lp-test-card__name,
.dark-mode .lp-test-card__company {
  color: white;
}
.dark-mode .lp-test-card__more {
  color: rgb(187, 155, 255);
}
.dark-mode .lp-test-card__more:hover {
  color: rgb(147, 51, 234);
}
.dark-mode .lp-arrow {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(187, 155, 255, 0.2);
  color: rgba(187, 155, 255, 0.9);
}
.dark-mode .lp-arrow:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(187, 155, 255, 0.4);
}
.dark-mode .lp-deploy {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  box-shadow: 0px -2px 10px 0px rgba(233, 223, 255, 0.3), 0px -2px 40px 0px rgba(187, 155, 255, 0.15);
  border-radius: 20px;
}
.dark-mode .lp-deploy__item--push {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border: 1px solid #ced6e5;
  box-shadow: 1px 2px 6px 0px rgba(255, 255, 255, 0.05), 0px -1px 20px 0px rgba(255, 255, 255, 0.1);
}
.dark-mode .lp-deploy__item--auto,
.dark-mode .lp-deploy__item--manual {
  box-shadow: 1px 1px 6px 0px rgba(255, 255, 255, 0.04), 0px -1px 20px 0px rgba(201, 37, 171, 0.3);
}
.dark-mode .lp-deploy__label,
.dark-mode .lp-deploy__time {
  color: white;
}
.dark-mode .deployment-completed__button {
  color: white;
}
.dark-mode .o-core-features {
  color: white;
}
.dark-mode .o-core-features * {
  color: white;
}
.dark-mode .o-core-features__headline {
  color: white;
}
.dark-mode .o-core-features__tabs {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}
.dark-mode .o-core-features__tab {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.8);
}
.dark-mode .o-core-features__tab--active {
  background: rgba(102, 47, 224, 0.2);
  border-color: rgba(102, 47, 224, 0.5);
  color: #bb9bff;
  box-shadow: 0 12px 32px rgba(102, 47, 224, 0.3);
}
.dark-mode .o-core-features__panel {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0px -2px 10px 0px rgba(233, 223, 255, 0.3), 0px -2px 40px 0px rgba(187, 155, 255, 0.15);
}
.dark-mode .o-core-features__content {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-mode .o-core-features__build-mockup, .dark-mode .o-core-features__config-mockup {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  box-shadow: 0px -2px 10px 0px rgba(233, 223, 255, 0.3), 0px -2px 40px 0px rgba(187, 155, 255, 0.15);
}
.dark-mode .o-core-features__feature-title {
  color: white;
}
.dark-mode .o-core-features__feature-description {
  color: rgba(255, 255, 255, 0.75);
}
.dark-mode .o-core-features__placeholder {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.65);
}
.dark-mode .o-core-features__build-template {
  background: linear-gradient(180deg, rgba(187, 155, 255, 0.05) 0%, rgba(187, 155, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 1.145px 2.291px 6.872px 0 rgba(255, 255, 255, 0.1);
}
.dark-mode .o-core-features__build-template:hover {
  background: linear-gradient(180deg, rgba(187, 155, 255, 0.1) 0%, rgba(187, 155, 255, 0) 100%);
  border-color: rgba(255, 255, 255, 0.25);
}
.dark-mode .o-core-features__build-template--selected {
  background: rgba(64, 207, 159, 0.2);
  border-color: rgba(64, 207, 159, 0.6);
}
.dark-mode .o-core-features__build-title, .dark-mode .o-core-features__build-label, .dark-mode .o-core-features__config-title {
  color: white;
}
.dark-mode .o-core-features__build-command code {
  color: white;
}
.dark-mode .o-core-features__benefit span {
  color: white;
}
.dark-mode .o-core-features__config-input {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-mode .o-core-features__config-release {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-mode .o-core-features__config-release--active {
  background: rgba(64, 207, 159, 0.18);
  border-color: rgba(64, 207, 159, 0.5);
}
.dark-mode .o-core-features__config-rule {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-mode .o-core-features__config-rule-branch {
  background: rgba(255, 255, 255, 0.08);
  color: white;
}
.dark-mode .o-core-features__config-rule-arrow {
  color: rgba(255, 255, 255, 0.6);
}
.dark-mode .o-core-features__config-rule-server {
  background: rgba(255, 223, 58, 0.22);
  color: #FFDF3A;
}
.dark-mode .o-core-features__config-item {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-mode .o-core-features__template-card {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-mode .o-core-features__template-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}
.dark-mode .o-core-features__template-card--selected {
  background: rgba(255, 223, 58, 0.25);
  border-color: rgba(255, 223, 58, 0.7);
  box-shadow: 0 12px 32px rgba(255, 223, 58, 0.2);
}
.dark-mode .o-core-features__ai-analysis-pill {
  color: #FFDF3A;
  background: rgba(255, 223, 58, 0.25);
  border-color: rgba(255, 223, 58, 0.7);
  box-shadow: 0 4px 20px rgba(255, 223, 58, 0.25);
}
.dark-mode .lp-trust {
  background: transparent;
}
.dark-mode .lp-trust__title {
  color: white;
}
.dark-mode .lp-trust-badge {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .lp-trust-badge:hover {
  border-color: rgba(187, 155, 255, 0.3);
  box-shadow: 0 4px 12px rgba(102, 47, 224, 0.3);
}
.dark-mode .lp-trust-badge__rating {
  color: rgba(255, 255, 255, 0.9);
}
.dark-mode .lp-community__container {
  border-color: #662fe0;
  box-shadow: 0px -2px 10px 0px rgba(187, 155, 255, 0.15), 0px -1px 20px 0px rgba(201, 37, 171, 0.3);
}
.dark-mode .lp-community__text--purple {
  color: #bb9bff;
}

.lp-btn {
  display: inline-block;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.lp-btn--primary {
  background: #662fe0;
  color: #ffffff;
}
.lp-btn--primary:hover {
  background: rgb(88.3389121339, 31.8430962343, 213.6569037657);
}
.lp-btn--secondary {
  background: transparent;
  color: #662fe0;
  border: 1px solid #662fe0;
}
.lp-btn--secondary:hover {
  background: rgba(102, 47, 224, 0.05);
}
.lp-btn--lg {
  padding: 12px 24px;
  font-size: 16px;
}

.lp-hero__badge,
.lp-testimonials__badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px 10px 10px;
  border: 1px solid #BB9BFF;
  border-radius: 62px;
  background: rgba(15, 8, 38, 0.45);
  backdrop-filter: blur(8px);
  margin: 0 auto;
  width: fit-content;
}
@media (max-width: 480px) {
  .lp-hero__badge,
  .lp-testimonials__badge {
    border-radius: 1000px;
    gap: 8px;
    padding: 7px 14px 7px 7px;
  }
}

.lp-hero__badge-text {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 480px) {
  .lp-hero__badge-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.lp-testimonials__badge p {
  color: #0f0826;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.lp-section-hdr {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .lp-section-hdr {
    margin-bottom: 32px;
  }
}
.lp-section-hdr--center {
  text-align: center;
  max-width: 868px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.lp-section-hdr--center::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(187, 155, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}
.lp-section-hdr__title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .lp-section-hdr__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .lp-section-hdr__title {
    font-size: 32px;
    line-height: 38.4px;
  }
}
.lp-section-hdr__lead {
  font-size: 18px;
  line-height: 28px;
  color: #0f0826;
  margin: 0 0 12px;
}

.lp-hero {
  position: relative;
  padding: 80px 20px;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .lp-hero {
    padding: 80px 20px 60px;
  }
}
@media (max-width: 480px) {
  .lp-hero {
    padding: 80px 32px 40px;
  }
}
.lp-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.lp-hero__bg-img {
  position: absolute;
  top: -0.5%;
  left: -2.6%;
  width: 105.19%;
  height: 101.71%;
  object-fit: cover;
  max-width: none;
}
.lp-hero__bg-img--dark {
  display: none;
}
.lp-hero__wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .lp-hero__wrap {
    max-width: 660px;
  }
}
.lp-hero__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.lp-hero__badge {
  margin-bottom: 24px;
}
.lp-hero__avatars {
  display: grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  position: relative;
}
.lp-hero__avatar {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  grid-area: 1/1;
  border: 2px solid rgba(187, 155, 255, 0.4);
}
@media (max-width: 480px) {
  .lp-hero__avatar {
    width: 25px;
    height: 25px;
  }
}
.lp-hero__avatar:nth-child(1) {
  margin-left: 0;
}
.lp-hero__avatar:nth-child(2) {
  margin-left: 21px;
}
@media (max-width: 480px) {
  .lp-hero__avatar:nth-child(2) {
    margin-left: 14px;
  }
}
.lp-hero__avatar:nth-child(3) {
  margin-left: 42px;
}
@media (max-width: 480px) {
  .lp-hero__avatar:nth-child(3) {
    margin-left: 28px;
  }
}
.lp-hero__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-hero__badge-text {
  margin: 0;
}
.lp-hero__title {
  font-size: 96px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 24px;
  color: #0f0826;
  letter-spacing: -2.88px;
}
@media (max-width: 1024px) {
  .lp-hero__title {
    font-size: 64px;
    letter-spacing: -1.92px;
  }
}
@media (max-width: 768px) {
  .lp-hero__title {
    font-size: 48px;
    letter-spacing: -1.44px;
  }
}
.lp-hero__title--highlight {
  background: linear-gradient(135deg, #662fe0 0%, #b463e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lp-hero__rotator {
  display: inline;
}
@media (min-width: 769px) {
  .lp-hero__rotator {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
  }
}
.lp-hero__rotator-item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media (min-width: 769px) {
  .lp-hero__rotator-item {
    display: inline-block;
    position: absolute;
    left: 0;
    white-space: nowrap;
  }
}
.lp-hero__rotator-item.is-active {
  display: inline;
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .lp-hero__rotator-item.is-active {
    display: inline-block;
    position: relative;
  }
}
.lp-hero__subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #0f0826;
  margin: 0 0 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .lp-hero__subtitle {
    max-width: 640px;
  }
}
.lp-hero__ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .lp-hero__ctas {
    flex-direction: column;
  }
}
.lp-hero__visual {
  max-width: 960px;
  margin: 0 auto;
}
.lp-hero__img-wrap {
  position: relative;
  border-radius: 30px;
  overflow: visible;
  box-shadow: -2px -2px 40px rgba(187, 155, 255, 0.3), 0 4px 40px rgba(187, 155, 255, 0.2);
  border: 0.5px solid #3b1e93;
}
.lp-hero__img-wrap .browser {
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
}
.lp-hero__img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-logos {
  padding: 0 20px 80px;
  background: #ffffff;
}
@media (max-width: 480px) {
  .lp-logos {
    padding: 0 20px 24px;
  }
}
.lp-logos__heading {
  text-align: center;
  font-size: 20px;
  margin: 0 0 40px;
  color: #0f0826;
}
.lp-logos__marquee-container {
  display: flex;
  width: 100%;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}
.lp-logos__marquee {
  display: flex;
  align-items: center;
  gap: 48px;
  animation: lp-marquee 80s linear infinite;
  flex-shrink: 0;
}
.lp-logos__divider {
  width: 0;
  height: 24px;
  border-left: 1px solid rgba(15, 8, 38, 0.1);
  opacity: 0.5;
}

@keyframes lp-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.lp-features {
  padding: 0 20px 80px;
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
}
.lp-features .container {
  max-width: 1200px;
  padding: 0;
}
@media (max-width: 768px) {
  .lp-features .container {
    max-width: 660px;
  }
}
@media (max-width: 768px) {
  .lp-features {
    padding: 0 20px 60px;
  }
}
@media (max-width: 480px) {
  .lp-features {
    padding: 0 16px 24px;
  }
}
.lp-features__glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 868px;
  height: 170px;
  pointer-events: none;
}
.lp-features__glow::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(187, 155, 255, 0.3) 0%, transparent 70%);
}
.lp-features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .lp-features__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .lp-features__grid {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .lp-features__grid {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.lp-features__grid--two-top {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .lp-features__grid--two-top {
    grid-template-columns: 1fr;
  }
}
.lp-features__grid--bottom {
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  .lp-features__grid--bottom {
    grid-template-columns: 1fr;
  }
}
.lp-features__grid--two {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .lp-features__grid--two {
    grid-template-columns: 1fr;
  }
}

.lp-card {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-radius: 20px;
  padding: 60px;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  box-shadow: 0px -2px 10px 0px rgba(233, 223, 255, 0.3), 0px -2px 40px 0px rgba(187, 155, 255, 0.15);
}
@media (max-width: 768px) {
  .lp-card {
    padding: 50px 30px;
  }
}
@media (max-width: 640px) {
  .lp-card {
    padding: 40px 24px;
  }
}
@media (max-width: 480px) {
  .lp-card {
    padding: 30px 20px;
  }
}
.lp-card:hover {
  transform: translateY(-4px);
}
.lp-card__icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(102, 47, 224, 0.1) 0%, rgba(187, 155, 255, 0.1) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  font-size: 32px;
}
.lp-card__icon svg {
  width: 24px;
  height: 24px;
  fill: #662fe0;
}
.lp-card__icon--numbered {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-card__icon--numbered span {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 -0.5px 12px 0 rgba(255, 255, 255, 0.25);
}
.lp-card__icon--numbered-1 {
  background: rgba(102, 47, 224, 0.8);
  box-shadow: 0 -0.5px 8px 4px rgba(102, 47, 224, 0.3);
}
.lp-card__icon--numbered-1 span {
  background: #662fe0;
}
.lp-card__icon--numbered-2 {
  background: rgba(145, 39, 201, 0.8);
  box-shadow: 0 -0.5px 8px 4px rgba(145, 39, 201, 0.3);
}
.lp-card__icon--numbered-2 span {
  background: #9127c9;
}
.lp-card__icon--numbered-3 {
  background: rgba(201, 37, 171, 0.8);
  box-shadow: 0 -0.5px 8px 4px rgba(201, 37, 171, 0.3);
}
.lp-card__icon--numbered-3 span {
  background: #c925ab;
}
.lp-card__body {
  margin-bottom: 24px;
}
.lp-card__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .lp-card__title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .lp-card__title {
    font-size: 24px;
  }
}
.lp-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: #606F88;
  margin: 0 0 16px;
}
.lp-card__link {
  color: #662fe0;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}
.lp-card__link:hover {
  text-decoration: underline;
}
.lp-card__tech {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .lp-card__tech {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .lp-card__tech {
    gap: 16px;
  }
}
.lp-card__tech:last-child {
  margin-bottom: 0;
}
.lp-card__tech-item {
  width: 56px;
  height: 56px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #ceccd3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  box-shadow: 1.145px 2.291px 6.872px 0 rgba(255, 255, 255, 0.1), 0 -1.145px 22.905px 0 rgba(255, 255, 255, 0.1), inset 0 0.115px 0 0 rgba(255, 255, 255, 0.5);
}
@media (max-width: 480px) {
  .lp-card__tech-item {
    width: 48px;
    height: 48px;
    padding: 10px;
  }
}
.lp-card__tech-item:hover {
  transform: scale(1.05);
}
.lp-card__tech-item img, .lp-card__tech-item svg {
  width: 27px;
  height: 27px;
  max-width: 36px;
  max-height: 36px;
}
@media (max-width: 480px) {
  .lp-card__tech-item img, .lp-card__tech-item svg {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
  }
}
.lp-card__note {
  margin-top: 16px;
}
.lp-card__note-text {
  font-size: 14px;
  color: #606F88;
  margin: 0;
}
@media (max-width: 480px) {
  .lp-card__note-text {
    font-size: 13px;
  }
}
.lp-card--wide {
  grid-column: span 1;
}
.lp-card--visual {
  background: linear-gradient(135deg, #E6EAF2 0%, #ffffff 100%);
}
.lp-card--full-width {
  grid-column: span 1;
}
.lp-card__split {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .lp-card__split {
    flex-direction: column;
    gap: 40px;
  }
}
.lp-card__split-left {
  flex: 1;
}
.lp-card__split-right {
  flex: 1;
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .lp-card__split-right {
    width: 100%;
  }
}

.lp-deploy {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border-radius: 20px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px -2px 10px 0px rgba(233, 223, 255, 0.3), 0px -2px 40px 0px rgba(187, 155, 255, 0.15);
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .lp-deploy {
    padding: 24px 16px;
  }
}
.lp-deploy__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 8px;
  padding: 12px 28px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .lp-deploy__item {
    padding: 12px 16px;
    height: auto;
    min-height: 48px;
  }
}
.lp-deploy__item--push {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  border: 1px solid #ceccd3;
  box-shadow: 1px 1px 6px 0px rgba(255, 255, 255, 0.1), 0px -1px 20px 0px rgba(255, 255, 255, 0.1);
}
.lp-deploy__item--auto, .lp-deploy__item--manual {
  background: linear-gradient(to bottom, rgba(201, 37, 171, 0.3), rgba(201, 37, 171, 0.08));
  box-shadow: 1px 1px 6px 0px rgba(255, 255, 255, 0.1), 0px -1px 20px 0px rgba(255, 255, 255, 0.1);
  justify-content: space-between;
}
.lp-deploy__label {
  font-size: 14px;
  color: #0f0826;
}
.lp-deploy__item--push .lp-deploy__label {
  font-size: 16px;
  font-weight: 500;
}
.lp-deploy__time {
  font-family: "Courier New", monospace;
  font-size: 14px;
  color: #0f0826;
}

.o-core-features {
  --panel-color: 255, 223, 58;
  padding: 0 0 40px;
  color: #0f0826;
}
.o-core-features #panel-build {
  --panel-color: 255, 223, 58;
}
.o-core-features #panel-atomic {
  --panel-color: 145, 39, 201;
}
.o-core-features #panel-auto {
  --panel-color: 64, 207, 159;
}
.o-core-features #panel-turbo {
  --panel-color: 21, 216, 0;
}
.o-core-features #panel-templates {
  --panel-color: 255, 139, 59;
}
.o-core-features #panel-agent {
  --panel-color: 255, 59, 83;
}
.o-core-features #panel-ai {
  --panel-color: 102, 47, 224;
}
.o-core-features__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .o-core-features__container {
    max-width: 660px;
  }
}
.o-core-features__panels {
  position: relative;
}
.o-core-features__panel {
  display: none;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 60px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px -2px 10px 0px rgba(233, 223, 255, 0.3), 0px -2px 40px 0px rgba(187, 155, 255, 0.15), inset 0px 0.5px 0px 0px rgba(255, 255, 255, 0.5);
  animation: fadeInPanel 0.4s ease;
}
@media (max-width: 640px) {
  .o-core-features__panel {
    padding: 28px 18px;
    gap: 20px;
  }
}
.o-core-features__panel[hidden] {
  display: none;
}
.o-core-features__panel--active {
  display: grid;
}
.o-core-features__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.o-core-features__icon-wrapper {
  display: grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  place-items: start;
  position: relative;
  width: 50px;
  height: 50px;
}
.o-core-features__icon-bg {
  grid-area: 1/1;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: rgba(var(--panel-color), 0.8);
  box-shadow: 0px -0.5px 8px 4px rgba(var(--panel-color), 0.3);
}
.o-core-features__icon-inner {
  grid-area: 1/1;
  width: 38px;
  height: 38px;
  margin-left: 6px;
  margin-top: 6px;
  border-radius: 6px;
  background: rgb(var(--panel-color));
  box-shadow: 0px -0.5px 12px 0px rgba(255, 255, 255, 0.25);
}
.o-core-features__icon-svg {
  grid-area: 1/1;
  width: 24px;
  height: 24px;
  margin-left: 13px;
  margin-top: 13px;
  filter: brightness(0) invert(1);
}
.o-core-features__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.o-core-features__feature-title {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  margin: 0;
  color: #0f0826;
}
.o-core-features__feature-description {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #0f0826;
}
.o-core-features__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.o-core-features__benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  gap: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 8px;
  box-shadow: 1px 2px 6px 0px rgba(64, 207, 159, 0.1), 0px -1px 20px 0px rgba(64, 207, 159, 0.1), inset 0px 0.1px 0px 0px rgba(255, 255, 255, 0.5);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0f0826;
}
@media (max-width: 640px) {
  .o-core-features__benefit {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: flex-start;
    gap: 12px 16px;
    padding: 12px 16px;
  }
}
.o-core-features__check {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #40cf9f;
}
@media (max-width: 640px) {
  .o-core-features__check {
    align-self: flex-start;
    margin-top: 2px;
  }
}
.o-core-features__benefit-plus {
  width: 22.5px;
  height: 22.5px;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 640px) {
  .o-core-features__benefit-plus {
    margin-left: 0;
    justify-self: end;
    align-self: flex-start;
  }
}
.o-core-features__link {
  color: #662fe0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.o-core-features__link:hover {
  text-decoration: underline;
}
.o-core-features__visual {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
}
.o-core-features__feature-img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.o-core-features__build-mockup {
  width: 100%;
  max-width: 400px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  padding: 60px 36px;
  box-shadow: 0px -2px 10px 0px rgba(233, 223, 255, 0.3), 0px -2px 40px 0px rgba(187, 155, 255, 0.15), inset 0px 0.5px 0px 0px rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.o-core-features__build-header {
  margin-bottom: 0;
}
.o-core-features__build-title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #0f0826;
  margin: 0;
}
@media (max-width: 480px) {
  .o-core-features__build-title {
    font-size: 16px;
    line-height: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
.o-core-features__build-section {
  margin-bottom: 0;
}
.o-core-features__build-section:first-of-type {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.o-core-features__build-label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #0f0826;
  margin-bottom: 12px;
}
.o-core-features__build-templates {
  display: grid;
  grid-template-columns: repeat(4, 56px);
  gap: 24px;
  justify-content: center;
}
@media (max-width: 480px) {
  .o-core-features__build-templates {
    gap: 12px;
    grid-template-columns: repeat(4, 48px);
  }
}
.o-core-features__build-template {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 12px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02));
  border: 1px solid #ceccd3;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 1.145px 2.291px 6.872px 0px rgba(255, 255, 255, 0.1), 0px -1.145px 22.905px 0px rgba(255, 255, 255, 0.1), inset 0px 0.115px 0px 0px rgba(255, 255, 255, 0.5);
}
.o-core-features__build-template:hover {
  border-color: #662fe0;
  transform: translateY(-1px);
}
.o-core-features__build-template--selected {
  border-color: #40cf9f;
  background: linear-gradient(to bottom, rgba(64, 207, 159, 0.05), rgba(64, 207, 159, 0));
}
@media (max-width: 480px) {
  .o-core-features__build-template {
    width: 48px;
    height: 48px;
    padding: 10px;
  }
}
.o-core-features__build-logo {
  width: 27px;
  height: 27px;
  object-fit: contain;
}
.o-core-features__build-logo[src*=gulp] {
  width: auto;
  max-width: 27px;
  max-height: 27px;
}
@media (max-width: 480px) {
  .o-core-features__build-logo {
    width: 24px;
    height: 24px;
  }
  .o-core-features__build-logo[src*=gulp] {
    max-width: 24px;
    max-height: 24px;
  }
}
.o-core-features__build-command {
  background: linear-gradient(180deg, rgba(var(--panel-color), 0.5) 0%, rgba(var(--panel-color), 0.15) 100%);
  border-radius: 8px;
  padding: 14px 27px;
  box-shadow: 1.145px 2.291px 6.872px 0px rgba(255, 255, 255, 0.1), 0px -1.145px 22.905px 0px rgba(255, 255, 255, 0.1), inset 0px 0.115px 0px 0px rgba(255, 255, 255, 0.5);
}
.o-core-features__build-command code {
  font-family: "Monaco", "Menlo", "Courier New", monospace;
  font-size: 14px;
  line-height: 20px;
  color: #0f0826;
  display: block;
}
.o-core-features__config-mockup {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  padding: 60px 36px;
  box-shadow: 0px -2px 10px 0px rgba(233, 223, 255, 0.3), 0px -2px 40px 0px rgba(187, 155, 255, 0.15), inset 0px 0.5px 0px 0px rgba(255, 255, 255, 0.5);
}
.o-core-features__config-header {
  margin-bottom: 0;
}
.o-core-features__config-title {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #0f0826;
  margin: 0;
}
.o-core-features__config-section {
  margin-bottom: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.o-core-features__config-section:last-child {
  flex: 0;
}
.o-core-features__config-label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #0f0826;
  margin-bottom: 12px;
}
.o-core-features__config-input {
  background: rgb(255, 255, 255);
  border: 1px solid rgba(15, 8, 38, 0.1);
  border-radius: 8px;
  padding: 16px 20px;
  width: 100%;
}
.o-core-features__config-input code {
  font-family: "Monaco", "Menlo", "Courier New", monospace;
  font-size: 13px;
  line-height: 20px;
  color: #0f0826;
  display: block;
  word-break: break-all;
  overflow-wrap: anywhere;
  white-space: normal;
}
.o-core-features__config-status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(64, 207, 159, 0.1);
  border-radius: 8px;
}
.o-core-features__config-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #40cf9f;
  box-shadow: 0px 0px 8px 0px rgba(64, 207, 159, 0.5);
}
.o-core-features__config-indicator--active {
  animation: pulse 2s ease-in-out infinite;
}
.o-core-features__config-status-text {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #0f0826;
}
.o-core-features__config-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.o-core-features__config-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(15, 8, 38, 0.1);
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #0f0826;
}
.o-core-features__config-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.o-core-features__config-release {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(15, 8, 38, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
}
.o-core-features__config-release:last-child {
  margin-bottom: 0;
}
.o-core-features__config-release--active {
  background: rgba(64, 207, 159, 0.15);
  border-color: rgba(64, 207, 159, 0.3);
}
.o-core-features__config-release-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Monaco", "Menlo", "Courier New", monospace;
  font-size: 13px;
  line-height: 20px;
  color: #0f0826;
  flex: 1;
  min-width: 0;
  flex-wrap: wrap;
}
.o-core-features__config-release-info span {
  word-break: break-word;
  overflow-wrap: anywhere;
}
.o-core-features__config-badge {
  padding: 4px 12px;
  background: rgba(15, 8, 38, 0.1);
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #0f0826;
  cursor: pointer;
  transition: background 0.2s ease;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
}
.o-core-features__config-badge:hover {
  background: rgba(15, 8, 38, 0.15);
}
.o-core-features__config-badge--success {
  background: rgba(64, 207, 159, 0.2);
  color: #0f0826;
}
.o-core-features__config-badge--success:hover {
  background: rgba(64, 207, 159, 0.3);
}
.o-core-features__config-rule {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(15, 8, 38, 0.1);
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-width: 0;
  flex-wrap: wrap;
}
.o-core-features__config-rule-branch {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  font-weight: 500;
  color: #0f0826;
  flex-shrink: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.o-core-features__config-rule-arrow {
  color: rgba(15, 8, 38, 0.4);
  font-size: 16px;
  flex-shrink: 0;
}
.o-core-features__config-rule-server {
  padding: 6px 12px;
  background: #ffdf3a;
  border-radius: 6px;
  font-weight: 500;
  color: #0f0826;
  flex-shrink: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
}
.o-core-features__template-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.o-core-features__template-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(15, 8, 38, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.o-core-features__template-card:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(15, 8, 38, 0.2);
  transform: translateY(-2px);
}
.o-core-features__template-card--selected {
  background: rgba(255, 223, 58, 0.3);
  border-color: rgba(255, 223, 58, 0.6);
  box-shadow: 0px 2px 12px 0px rgba(255, 223, 58, 0.2);
}
.o-core-features__template-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
.o-core-features__template-name {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #0f0826;
  text-align: center;
}
@media (max-width: 480px) {
  .o-core-features__template-grid {
    grid-template-columns: 1fr;
  }
  .o-core-features__template-card {
    width: 100%;
  }
}
.o-core-features__config-preview {
  background: rgba(255, 223, 58, 0.2);
  border: 1px solid rgba(255, 223, 58, 0.4);
  border-radius: 8px;
  padding: 16px;
}
.o-core-features__config-preview code {
  font-family: "Monaco", "Menlo", "Courier New", monospace;
  font-size: 13px;
  line-height: 20px;
  color: #0f0826;
  display: block;
}
.o-core-features__ai-mockup {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(15, 8, 38, 0.08);
  box-shadow: 0 10px 24px rgba(15, 8, 38, 0.08);
}
.o-core-features__ai-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.o-core-features__ai-label {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(15, 8, 38, 0.7);
  word-break: break-word;
  overflow-wrap: anywhere;
}
.o-core-features__ai-status {
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(15, 8, 38, 0.08);
  color: #0f0826;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.o-core-features__ai-status--failed {
  background: rgba(255, 86, 86, 0.15);
  color: #FF3B53;
}
.o-core-features__ai-log {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  background: #0f0826;
  color: #E9DFFF;
  font-family: "Monaco", "Menlo", "Courier New", monospace;
  font-size: 12px;
  line-height: 18px;
  word-break: break-word;
}
.o-core-features__ai-log-line {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  min-width: 0;
}
.o-core-features__ai-log-line--error {
  color: #FF8B3B;
}
.o-core-features__ai-log-prefix {
  color: rgba(255, 255, 255, 0.7);
  min-width: 75px;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.o-core-features__ai-log-prefix--error {
  color: #FF3B53;
  font-weight: 600;
  min-width: 52px;
}
.o-core-features__ai-log-message {
  flex: 1;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.o-core-features__ai-log-message--error {
  color: inherit;
}
@media (max-width: 480px) {
  .o-core-features__ai-label-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .o-core-features__ai-log {
    font-size: 11px;
    line-height: 16px;
    padding: 14px;
  }
  .o-core-features__ai-log-line {
    flex-direction: column;
    gap: 4px;
  }
  .o-core-features__ai-log-prefix {
    min-width: auto;
    font-size: 11px;
  }
  .o-core-features__ai-analysis {
    padding: 14px;
  }
}
.o-core-features__ai-banner-icon {
  width: 18px;
  height: 18px;
  color: #FF8B3B;
  flex-shrink: 0;
}
.o-core-features__ai-analysis {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 223, 58, 0.8);
}
.o-core-features__ai-analysis-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.o-core-features__ai-analysis-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.o-core-features__ai-analysis-title {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.o-core-features__ai-analysis-text {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: rgba(15, 8, 38, 0.9);
  margin: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.o-core-features__ai-analysis-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  color: #FF8B3B;
  background: rgba(255, 223, 58, 0.18);
  border: 1px solid rgba(255, 223, 58, 0.55);
  box-shadow: 0 4px 12px rgba(184, 120, 0, 0.15);
  flex-shrink: 0;
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}
.o-core-features__ai-suggestions {
  margin: 0;
  padding-left: 20px;
  list-style: decimal;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: rgba(15, 8, 38, 0.85);
  word-break: break-word;
  overflow-wrap: anywhere;
}
.o-core-features__ai-suggestions li {
  margin-bottom: 4px;
}
.o-core-features__ai-suggestions li:last-child {
  margin-bottom: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.o-core-features__speed-bar {
  position: relative;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(15, 8, 38, 0.15);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 0.5px 0px 0px rgba(255, 255, 255, 0.5);
}
.o-core-features__speed-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 8px;
  transition: width 0.5s ease;
}
.o-core-features__speed-fill--slow {
  background: linear-gradient(90deg, rgba(255, 107, 107, 0.6) 0%, rgba(255, 107, 107, 0.8) 100%);
}
.o-core-features__speed-fill--fast {
  background: linear-gradient(90deg, rgba(64, 207, 159, 0.6) 0%, rgba(64, 207, 159, 0.9) 100%);
}
.o-core-features__speed-text {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translateY(-50%);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #0f0826;
  z-index: 1;
}
.o-core-features__speed-detail {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: rgba(15, 8, 38, 0.7);
  margin: 0 0 12px 0;
}
.o-core-features__speed-result {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(64, 207, 159, 0.15);
  border: 1px solid rgba(64, 207, 159, 0.3);
  border-radius: 12px;
}
.o-core-features__speed-result-text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0f0826;
}
@media (min-width: 1024px) {
  .o-core-features__panel {
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .o-core-features__panel {
    animation: none;
  }
  .o-core-features__tab {
    transition: none;
  }
}

@keyframes fadeInPanel {
  from {
    opacity: 0;
    transform: translateY(15px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(0.9);
  }
}
.lp-build {
  padding: 0 20px 80px;
  background: #ffffff;
}
.lp-build .container {
  max-width: 1200px;
  padding: 0;
}
@media (max-width: 768px) {
  .lp-build .container {
    max-width: 660px;
  }
}
@media (max-width: 768px) {
  .lp-build {
    padding: 0 20px 60px;
  }
}
@media (max-width: 480px) {
  .lp-build {
    padding: 0 20px 24px;
  }
}
.lp-build__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 48px;
}

.lp-tab {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(233, 223, 255, 0.3) 0%, rgba(187, 155, 255, 0.3) 100%);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  color: #0f0826;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  text-decoration: none;
  box-shadow: inset 2px 2px 12px 0 rgba(255, 255, 255, 0.5);
}
.lp-tab__icon {
  width: 24px;
  height: 24px;
}
.lp-tab:hover:not(.lp-tab--active) {
  background: linear-gradient(180deg, rgba(233, 223, 255, 0.5) 0%, rgba(187, 155, 255, 0.5) 100%);
}
.lp-tab--active {
  background: linear-gradient(180deg, rgba(102, 47, 224, 0.6) 0%, rgba(102, 47, 224, 0.3) 100%);
  color: #ffffff;
  border: none;
  box-shadow: 2px 2px 8px 0 rgba(114, 20, 255, 0.3), 0 -1.145px 22.905px 0 rgba(114, 20, 255, 0.1), inset 2px 2px 12px 0 rgba(114, 20, 255, 0.1);
}
.lp-tab--active .lp-tab__icon {
  filter: brightness(0) invert(1);
}
.lp-tab--active:hover {
  background: linear-gradient(180deg, rgba(102, 47, 224, 0.7) 0%, rgba(102, 47, 224, 0.4) 100%);
}

.lp-check {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.lp-check > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 1px 2px 6px 0 rgba(64, 207, 159, 0.1), 0 -1px 20px 0 rgba(64, 207, 159, 0.1), inset 0 0.1px 0 0 rgba(255, 255, 255, 0.5);
}
.lp-check__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .lp-check__row {
    gap: 16px;
  }
}
.lp-check__icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  filter: drop-shadow(0 0.5px 12px rgba(64, 207, 159, 0.6));
}
.lp-check__plus {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}
.lp-check span {
  font-size: 16px;
  font-weight: 500;
  color: #0f0826;
  line-height: 150%;
  flex: 1;
}
@media (max-width: 768px) {
  .lp-check span {
    font-size: 14px;
  }
}

.lp-config {
  width: 377px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 24px 36px 60px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 -2px 10px 0 rgba(233, 223, 255, 0.3), 0 -2px 40px 0 rgba(187, 155, 255, 0.15), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .lp-config {
    width: 100%;
  }
}
.lp-config__hdr {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  width: 100%;
  margin-bottom: 16px;
}
.lp-config__hdr h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  color: #0f0826;
}
.lp-config__hdr p {
  font-size: 14px;
  font-weight: 700;
  line-height: 142.857%;
  color: #0f0826;
  margin: 0;
}
.lp-config__divider {
  width: 100%;
  height: 1px;
  background: #CED6E5;
  margin: 10px 0;
}
.lp-config__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 142.857%;
  color: #0f0826;
  margin: 0 0 16px;
}
.lp-config__tech {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .lp-config__tech {
    gap: 12px;
  }
}
.lp-config__tech-item {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #CED6E5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 1.145px 2.291px 6.872px 0 rgba(255, 255, 255, 0.1), 0 -1.145px 22.905px 0 rgba(255, 255, 255, 0.1), inset 0 0.115px 0 0 rgba(255, 255, 255, 0.5);
}
.lp-config__tech-item img, .lp-config__tech-item svg {
  width: 27px;
  height: 27px;
  max-width: 27px;
  max-height: 27px;
}
.lp-config__cmd {
  display: flex;
  width: 100%;
  padding: 14px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(255, 223, 58, 0.5) 0%, rgba(255, 223, 58, 0.15) 100%);
  box-shadow: 1.145px 2.291px 6.872px 0 rgba(255, 255, 255, 0.1), 0 -1.145px 22.905px 0 rgba(255, 255, 255, 0.1), inset 0 0.115px 0 0 rgba(255, 255, 255, 0.5);
}
.lp-config__cmd pre {
  font-family: "Roboto Mono", "Monaco", "Courier New", monospace;
  font-size: 14px;
  line-height: 142.857%;
  color: #0f0826;
  margin: 0;
  white-space: pre;
  width: 100%;
}

.lp-main .cta-section {
  background: linear-gradient(to right, #9fe7cf, rgba(159, 231, 207, 0.2));
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  text-align: left;
  display: block;
}
.lp-main .cta-icon {
  position: absolute;
  pointer-events: none;
  opacity: 0.4;
}
.lp-main .cta-icon--left {
  width: 158px;
  height: 158px;
  left: calc(50% - 510px - 79px);
  top: 50%;
  transform: translateY(-50%);
}
.lp-main .cta-icon--right {
  width: 180px;
  height: 180px;
  right: calc(50% - 510px - 90px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .lp-main .cta-icon {
    display: none;
  }
}
.lp-main .cta-container {
  max-width: 1020px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #40cf9f, rgba(21, 216, 0, 0.12));
  border: 0.5px solid #15d800;
  border-radius: 20px;
  box-shadow: -0.5px -2px 30px 0px rgba(64, 207, 159, 0.6), 0.5px -2px 30px 0px rgba(64, 207, 159, 0.2);
  padding: 40px 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .lp-main .cta-container {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .lp-main .cta-container {
    padding: 30px 20px;
  }
}
.lp-main .cta-content {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
}
@media (max-width: 768px) {
  .lp-main .cta-content {
    flex-direction: column !important;
    gap: 24px;
  }
}
.lp-main .cta-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .lp-main .cta-title {
    font-size: 20px;
    white-space: normal;
    text-align: center;
  }
}
.lp-main .cta-button {
  background: #662fe0;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  padding: 12px 24px;
  margin: 0;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.lp-main .cta-button:hover {
  background: rgb(88.3389121339, 31.8430962343, 213.6569037657);
}

.lp-integrations {
  padding: 80px 20px 80px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 480px) {
  .lp-integrations {
    padding: 40px 20px 24px;
  }
}
.lp-integrations .container {
  max-width: 1200px;
}
@media (max-width: 480px) {
  .lp-integrations .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .lp-integrations .container {
    max-width: 660px;
  }
}
.lp-integrations__glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 868px;
  height: 170px;
  pointer-events: none;
}
.lp-integrations__glow::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(187, 155, 255, 0.3) 0%, transparent 70%);
}
.lp-integrations__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .lp-integrations__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .lp-integrations__grid {
    max-width: 660px;
  }
}
@media (max-width: 640px) {
  .lp-integrations__grid {
    grid-template-columns: 1fr;
  }
}

.lp-int-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  padding: 60px 36px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  box-shadow: 0 -2px 10px 0 rgba(233, 223, 255, 0.3), 0 -2px 40px 0 rgba(187, 155, 255, 0.15), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.5);
  width: 100%;
  min-width: 0;
}
@media (max-width: 480px) {
  .lp-int-card {
    overflow: hidden;
  }
}
.lp-int-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lp-int-card__icon--purple {
  background: #662fe0;
  box-shadow: 0 -0.5px 8px 4px rgba(102, 47, 224, 0.3);
}
.lp-int-card__icon--purple::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: #662fe0;
  border-radius: 6px;
  box-shadow: 0 -0.5px 12px 0 rgba(255, 255, 255, 0.25);
}
.lp-int-card__icon--purple svg {
  position: relative;
  z-index: 1;
}
.lp-int-card__icon--purple-light {
  background: #9127c9;
  box-shadow: 0 -0.5px 8px 4px rgba(145, 39, 201, 0.3);
}
.lp-int-card__icon--purple-light::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: #9127c9;
  border-radius: 6px;
  box-shadow: 0 -0.5px 12px 0 rgba(255, 255, 255, 0.25);
}
.lp-int-card__icon--purple-light svg {
  position: relative;
  z-index: 1;
}
.lp-int-card__icon--pink {
  background: #c925ab;
  box-shadow: 0 -0.5px 8px 4px rgba(201, 37, 171, 0.3);
}
.lp-int-card__icon--pink::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: #c925ab;
  border-radius: 6px;
  box-shadow: 0 -0.5px 12px 0 rgba(255, 255, 255, 0.25);
}
.lp-int-card__icon--pink svg {
  position: relative;
  z-index: 1;
}
.lp-int-card__icon--green {
  background: #15d800;
  box-shadow: 0 -0.5px 8px 4px rgba(21, 216, 0, 0.3);
}
.lp-int-card__icon--green::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: #15d800;
  border-radius: 6px;
  box-shadow: 0 -0.5px 12px 0 rgba(255, 255, 255, 0.25);
}
.lp-int-card__icon--green svg {
  position: relative;
  z-index: 1;
}
.lp-int-card__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  color: #0f0826;
}
.lp-int-card__icons {
  display: flex;
  gap: 19px;
  align-items: center;
  width: 100%;
}
@media (max-width: 480px) {
  .lp-int-card__icons {
    flex-wrap: wrap;
  }
}
.lp-int-card__icon-item {
  width: 56px;
  height: 56px;
  border: 1px solid #ceccd3;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 1.145px 2.291px 6.872px 0 rgba(255, 255, 255, 0.1), 0 -1.145px 22.905px 0 rgba(255, 255, 255, 0.1), inset 0 0.115px 0 0 rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.lp-int-card__icon-item img, .lp-int-card__icon-item svg {
  width: 27px;
  height: 27px;
  max-width: 27px;
  max-height: 27px;
  object-fit: contain;
}
.lp-int-card__icon-item img[alt*=SVN] {
  width: 48px;
  height: auto;
  max-width: 48px;
  max-height: 32px;
}
.lp-int-card__icon-item .icon {
  width: 27px;
  min-height: 27px;
  display: block;
  background: transparent center/contain no-repeat;
}

.lp-testimonials {
  padding: 0 20px 80px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .lp-testimonials {
    padding: 0 20px 24px;
  }
}
.lp-testimonials__glow {
  position: absolute;
  top: 35%;
  left: 7%;
  right: 7%;
  bottom: 20%;
  pointer-events: none;
  overflow: visible;
}
.lp-testimonials__glow img {
  position: absolute;
  top: -80%;
  left: -26%;
  width: 152%;
  height: 261%;
  object-fit: fill;
}
.lp-testimonials__glow-img--dark {
  display: none;
}
.lp-testimonials .lp-section-hdr {
  margin-bottom: 24px;
}
.lp-testimonials__g2 {
  display: flex;
  justify-content: center;
  margin: 0 0 12px;
}
@media (max-width: 640px) {
  .lp-testimonials__g2 {
    width: 100%;
    margin: 0 0 8px;
  }
}
.lp-testimonials__badge {
  margin: 40px 0 60px;
  max-width: max-content;
}
.lp-testimonials__avatars {
  display: flex;
}
.lp-testimonials__avatars img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 2px solid rgba(187, 155, 255, 0.4);
  margin-left: -12px;
}
.lp-testimonials__avatars img:first-child {
  margin-left: 0;
}
.lp-testimonials__slider {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0;
  column-gap: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .lp-testimonials__slider {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .lp-testimonials__slider {
    max-width: 660px;
  }
}
.lp-testimonials__divider {
  width: 1px;
  background: linear-gradient(to bottom, #662fe0, #bb9bff);
  align-self: stretch;
  justify-self: center;
}
@media (max-width: 1024px) {
  .lp-testimonials__divider {
    display: none;
  }
}
.lp-testimonials__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 40px auto 0;
}

.lp-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(187, 155, 255, 0.3);
  background: rgba(255, 255, 255, 0.8);
  color: #662fe0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lp-arrow:hover:not(:disabled) {
  background: rgb(255, 255, 255);
  border-color: rgba(187, 155, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 47, 224, 0.15);
}
.lp-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.lp-arrow svg {
  width: 24px;
  height: 24px;
}

.lp-g2-inline {
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
  flex-wrap: wrap;
}
.lp-g2-inline:hover {
  opacity: 0.8;
}
@media (max-width: 640px) {
  .lp-g2-inline {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    gap: 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.lp-g2-inline__logo {
  width: 61px;
  height: 63px;
  flex-shrink: 0;
}
.lp-g2-inline__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp-g2-inline__content {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .lp-g2-inline__content {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
}
.lp-g2-inline__text {
  font-size: 18px;
  font-weight: 400;
  color: #0f0826;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .lp-g2-inline__text {
    white-space: normal;
    width: 100%;
    text-align: center;
  }
}
.lp-g2-inline__rating {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (max-width: 640px) {
  .lp-g2-inline__rating {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.lp-g2-inline__score {
  font-size: 18px;
  font-weight: 600;
  color: #ff3b53;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .lp-g2-inline__score {
    white-space: normal;
    width: 100%;
    text-align: center;
  }
}
.lp-g2-inline__stars {
  display: flex;
  gap: 2px;
}

.lp-test-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
@media (max-width: 640px) {
  .lp-test-card {
    padding: 0;
    min-height: auto;
  }
}
.lp-test-card__quote {
  font-size: 18px;
  line-height: 28px;
  color: #0f0826;
  margin: 0 0 auto;
  font-style: normal;
  flex: 1;
}
.lp-test-card__quote p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #0f0826;
}
.lp-test-card__quote-text {
  font-size: 18px;
  font-weight: 400;
  color: #662FE0;
  display: block;
  margin-bottom: 8px;
  line-height: 28px;
}
.lp-test-card__more {
  color: #662FE0;
  font-weight: 400;
  text-decoration: underline;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.lp-test-card__more:hover {
  text-decoration: underline;
}
.lp-test-card__author {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 32px;
  flex-shrink: 0;
}
.lp-test-card__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.lp-test-card__info {
  flex: 1;
}
.lp-test-card__name {
  font-size: 16px;
  font-weight: 400;
  color: #0f0826;
  margin: 0 0 10px;
  line-height: 24px;
}
.lp-test-card__company {
  font-size: 16px;
  font-weight: 700;
  color: #0f0826;
  margin: 0;
}
.lp-test-card__logo {
  height: 16px;
  width: auto;
}

.lp-community {
  padding: 0 20px 80px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .lp-community {
    padding: 0 20px 24px;
  }
}
.lp-community__container {
  max-width: 878px;
  width: 100%;
  background: linear-gradient(to right, rgba(114, 20, 255, 0.5), rgba(201, 37, 171, 0.3));
  border: 0.5px solid #bb9bff;
  border-radius: 20px;
  box-shadow: 0 -2px 10px 0 rgba(233, 223, 255, 0.3), 0 -2px 40px 0 rgba(187, 155, 255, 0.15);
  padding: 24px 60px;
}
@media (max-width: 768px) {
  .lp-community__container {
    max-width: 640px;
    padding: 24px 30px;
  }
}
.lp-community__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-community__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .lp-community__text {
    white-space: normal;
  }
}
.lp-community__text--white {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lp-community__dot {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 8px;
}
.lp-community__link {
  margin-left: 0;
}
.lp-community__text--purple {
  color: #662FE0;
  text-decoration: none;
}
.lp-community__text--purple:hover {
  text-decoration: underline;
}

.lp-guide {
  padding: 0 20px 80px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 480px) {
  .lp-guide {
    padding: 0 20px 24px;
  }
}
.lp-guide__glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 868px;
  height: 170px;
  pointer-events: none;
}
.lp-guide__glow::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(187, 155, 255, 0.3) 0%, transparent 70%);
}
.lp-guide__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1024px) {
  .lp-guide__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .lp-guide__grid {
    max-width: 660px;
  }
}
.lp-guide__content {
  padding: 60px 0;
}
.lp-guide__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin: 26px 0 16px;
}
.lp-guide__text {
  font-size: 16px;
  line-height: 1.6;
  color: #606F88;
  margin: 0 0 24px;
}
.lp-guide__visual {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.lp-guide__img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-stats {
  padding: 0 20px 80px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .lp-stats {
    padding: 0 32px 24px;
  }
}
.lp-stats__container {
  max-width: 1200px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .lp-stats__container {
    max-width: 704px;
  }
}
.lp-stats__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  background-image: url(/assets/stats-bg-light-e9c90d9e7f0657e8834b52a1c2cae24ce5ab108f5b159ef5e90f44b858bc92bd.png);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  height: 116px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .lp-stats__grid {
    height: 124px;
  }
}
@media (max-width: 480px) {
  .lp-stats__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    height: auto;
    padding: 20px;
  }
}
.lp-stats__divider {
  width: 1px;
  height: 116px;
  background: linear-gradient(to bottom, transparent 0%, #CED6E5 50%, transparent 100%);
}
@media (max-width: 768px) {
  .lp-stats__divider {
    height: 124px;
  }
}
@media (max-width: 480px) {
  .lp-stats__divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, #CED6E5 50%, transparent 100%);
    margin: 10px 0;
  }
}

.lp-stat {
  text-align: center;
  padding: 23px 20px;
}
@media (max-width: 768px) {
  .lp-stat {
    padding: 16px 10px;
  }
}
.lp-stat__num {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  color: #662fe0;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .lp-stat__num {
    font-size: 28px;
    line-height: 34px;
  }
}
.lp-stat__label {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0f0826;
  margin: 0;
}
@media (max-width: 768px) {
  .lp-stat__label {
    font-size: 14px;
  }
}

.lp-trust {
  padding: 0 20px 80px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .lp-trust {
    padding: 0 20px 24px;
  }
}
.lp-trust .container {
  max-width: 1200px;
}
@media (max-width: 480px) {
  .lp-trust .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .lp-trust .container {
    max-width: 660px;
  }
}
.lp-trust__bg {
  display: none;
}
.lp-trust__layout {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .lp-trust__layout {
    flex-direction: column;
    gap: 48px;
  }
}
.lp-trust__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lp-trust__title {
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  color: #0f0826;
}
@media (max-width: 768px) {
  .lp-trust__title {
    font-size: 32px;
  }
}
.lp-trust__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media (max-width: 640px) {
  .lp-trust__ctas {
    flex-direction: column;
  }
}
.lp-trust__badges {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .lp-trust__badges {
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }
}

.lp-trust-point {
  display: flex;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(102, 47, 224, 0.1);
  background: white;
  box-shadow: 0 12px 30px rgba(9, 28, 76, 0.04);
}
.lp-trust-point__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(102, 47, 224, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lp-trust-point__icon img {
  width: 24px;
  height: 24px;
}
.lp-trust-point__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lp-trust-point__label {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #0f0826;
}
.lp-trust-point__copy {
  margin: 0;
  color: #606F88;
  line-height: 1.5;
}

.lp-trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.lp-trust-badge:hover {
  border-color: rgba(102, 47, 224, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.lp-trust-badge__logo {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-trust-badge__logo-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
a[href*="g2.com"] .lp-trust-badge__logo {
  width: 32px;
  height: 32px;
}
a[href*="g2.com"] .lp-trust-badge__logo-img {
  width: 56px;
  height: 56px;
}
.lp-trust-badge__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lp-trust-badge__stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.lp-trust-badge__star {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.lp-trust-badge__rating {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #0f0826;
}

.lp-placeholder {
  background: rgba(102, 47, 224, 0.05);
  border: 2px dashed rgba(102, 47, 224, 0.3);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  color: #606F88;
  font-size: 14px;
  margin: 8px 0;
}

.lp-hero__placeholder {
  background: linear-gradient(135deg, rgba(102, 47, 224, 0.05) 0%, rgba(187, 155, 255, 0.05) 100%);
  border: 2px dashed rgba(102, 47, 224, 0.3);
  border-radius: 30px;
  padding: 80px 40px;
  text-align: center;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lp-hero__placeholder p {
  font-size: 24px;
  font-weight: 600;
  color: #0f0826;
  margin: 0 0 8px;
}
.lp-hero__placeholder small {
  font-size: 14px;
  color: #606F88;
}

.lp-guide__placeholder {
  background: linear-gradient(135deg, rgba(102, 47, 224, 0.05) 0%, rgba(187, 155, 255, 0.05) 100%);
  border: 2px dashed rgba(102, 47, 224, 0.3);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lp-guide__placeholder p {
  font-size: 18px;
  font-weight: 600;
  color: #0f0826;
  margin: 0 0 8px;
}
.lp-guide__placeholder small {
  font-size: 14px;
  color: #606F88;
}

.lp-test-card__placeholder-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(102, 47, 224, 0.2) 0%, rgba(187, 155, 255, 0.2) 100%);
  border: 2px dashed rgba(102, 47, 224, 0.4);
  flex-shrink: 0;
}

.lp-test-card__company {
  font-size: 14px;
  color: #606F88;
  margin: 0;
}

.lp-card__icon span {
  font-size: 24px;
}

.lp-case-study {
  padding: 0 20px 80px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
}
@media (max-width: 480px) {
  .lp-case-study {
    padding: 0 20px 24px;
  }
}
.lp-case-study__glow {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(187, 155, 255, 0.3) 0%, transparent 70%);
  pointer-events: none;
}
.lp-case-study__header {
  text-align: center;
  padding: 24px 10px;
  max-width: 856px;
  position: relative;
  z-index: 1;
}
.lp-case-study__container {
  max-width: 1200px;
  width: 100%;
  padding: 10px;
}
@media (max-width: 768px) {
  .lp-case-study__container {
    max-width: 660px;
  }
}
.lp-case-study__card {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  box-shadow: 0 -2px 10px 0 rgba(233, 223, 255, 0.3), 0 -2px 40px 0 rgba(187, 155, 255, 0.15), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.5);
  padding: 60px;
  display: flex;
  gap: 60px;
  align-items: center;
  min-height: 420px;
}
@media (max-width: 1024px) {
  .lp-case-study__card {
    flex-direction: column;
    gap: 40px;
    padding: 40px 30px;
    min-height: auto;
  }
}
.lp-case-study__content {
  flex: 0 0 460px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .lp-case-study__content {
    flex: 1;
    width: 100%;
  }
}
.lp-case-study__icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: rgba(201, 37, 171, 0.8);
  box-shadow: 0 -0.5px 8px 4px rgba(201, 37, 171, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-case-study__icon::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: #c925ab;
  border-radius: 6px;
  box-shadow: 0 -0.5px 12px 0 rgba(255, 255, 255, 0.25);
}
.lp-case-study__icon span {
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.lp-case-study__icon-svg {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
}
.lp-case-study__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-case-study__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  color: #0f0826;
  margin: 0;
}
.lp-case-study__excerpt {
  font-size: 18px;
  line-height: 28px;
  color: #465673;
  margin: 0;
}
.lp-case-study__meta {
  font-size: 16px;
  line-height: 24px;
  color: #99a1af;
}
.lp-case-study__meta p {
  margin: 0;
}
.lp-case-study__date {
  margin-bottom: 0;
}
.lp-case-study__actions {
  padding-top: 16px;
}
.lp-case-study__link {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #3b1e93;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.lp-case-study__link:hover {
  text-decoration: none;
}
.lp-case-study__image {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-case-study__image-wrapper {
  width: 460px;
  height: 300px;
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  box-shadow: 0 -2px 10px 0 rgba(233, 223, 255, 0.3), 0 -2px 40px 0 rgba(187, 155, 255, 0.15), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.5);
  padding: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .lp-case-study__image-wrapper {
    width: 100%;
    height: 250px;
  }
}
.lp-case-study__image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  object-fit: cover;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 1;
}
.lp-case-study__image-wrapper img.is-loading {
  opacity: 0;
}
.lp-case-study__skeleton {
  position: absolute;
  inset: 24px;
  border-radius: 16px;
  background: linear-gradient(90deg, #f0edf5 25%, #e6e0f0 50%, #f0edf5 75%);
  background-size: 200% 100%;
  animation: lp-case-study-shimmer 1.5s ease-in-out infinite;
}
@keyframes lp-case-study-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.lp-case-study__placeholder {
  height: 254px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(102, 47, 224, 0.05) 0%, rgba(187, 155, 255, 0.05) 100%);
  border: 2px dashed rgba(102, 47, 224, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lp-case-study__placeholder p {
  font-size: 16px;
  font-weight: 600;
  color: #0f0826;
  margin: 0 0 8px;
}
.lp-case-study__placeholder small {
  font-size: 14px;
  color: #99a1af;
}
.lp-case-study__img {
  width: 412px;
  height: 252px;
  border-radius: 16px;
  display: block;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .lp-case-study__img {
    width: 100%;
    height: 202px;
  }
}
.lp-case-study__arrows {
  margin: 40px auto 0;
}

.lp-final {
  padding: 0 20px 80px;
  background: linear-gradient(to bottom, #100828 0%, #391c8e 51.502%, #100828 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .lp-final {
    padding: 0 16px 60px;
  }
}
@media (max-width: 480px) {
  .lp-final {
    padding: 40px 20px;
  }
}
.lp-final__container {
  max-width: 1200px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 30px;
  box-shadow: 0 -2px 40px 0 rgba(187, 155, 255, 0.15), 0 -2px 40px 0 rgba(152, 46, 202, 0.2);
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .lp-final__container {
    max-width: 660px;
    padding: 40px 24px;
  }
}
@media (max-width: 480px) {
  .lp-final__container {
    padding: 40px 24px;
  }
}
.lp-final__content {
  max-width: 768px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.lp-final__pill {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 61.909px;
  padding: 9.905px 19.811px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .lp-final__pill {
    padding: 8px 16px;
  }
}
.lp-final__pill-text {
  font-size: 18px;
  line-height: 28px;
  color: white;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .lp-final__pill-text {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
    text-align: center;
  }
}
.lp-final__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 57.6px;
  letter-spacing: -1.44px;
  text-align: center;
  margin: 0;
  background: linear-gradient(to bottom, #ffffff 0.124%, rgba(255, 255, 255, 0.4) 100.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 100%;
}
@media (max-width: 768px) {
  .lp-final__title {
    font-size: 38px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
@media (max-width: 480px) {
  .lp-final__title {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.8px;
  }
}
.lp-final__subtitle {
  font-size: 18px;
  line-height: 28px;
  color: white;
  text-align: center;
  margin: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .lp-final__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.lp-final__button {
  background: #662fe0;
  border-radius: 60px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
@media (max-width: 480px) {
  .lp-final__button {
    width: 100%;
  }
}
.lp-final__button:hover {
  background: #3B1E93;
  color: white;
}
.lp-final__live-deployments {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.lp-final__live-card {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border: 0.5px solid #40cf9f;
  border-radius: 8px;
  box-shadow: 1px 1px 12px 0 rgba(21, 216, 0, 0.1), 0 -1px 20px 0 rgba(21, 216, 0, 0.2);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-final__live-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .lp-final__live-content {
    flex-wrap: wrap;
  }
}
.lp-final__live-icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lp-final__live-icon::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #15d800;
  box-shadow: 0 0 8px 2px rgba(21, 216, 0, 0.6);
}
.lp-final__live-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .lp-final__live-text {
    white-space: normal;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
}

.ftp-icon {
  background-image: url(/assets/servers/ftp-9796c6c87f7f92590c0ebd8b734d1f4519e31ce82b735670ac6e2c789426d00e.svg);
}

.sftp-icon {
  background-image: url(/assets/servers/sftp-1575c5ac0b0ec87448e6b1888e61960031360031c85a021b9b0150af3c9d1dbf.svg);
}

.bugsnag-icon {
  background-image: url(/assets/logos/bugsnag-beb5e11b5d0667c7c0801be86cc1417528d7a3794128ce8c747b393c45676e4a.svg);
}

.docker-icon {
  background-image: url(/assets/logos/docker-4c8f6e8d4458f9fbe874737859e7544cccfd751827ed541018aa2132688bbc50.svg);
}

.rollbar-icon {
  background-image: url(/assets/logos/rollbar-793746217da732070b995b3ebe162a3fc6b464c0bfae20fbf57956acc67ec673.svg);
}

.honeybadger-icon {
  background-image: url(/assets/logos/honeybadger-e266db83cf3abf3f059fce4a0857296c340e7d54c9280ef8c00b8f306b0b4cd9.svg);
}

.teams-icon {
  background-image: url(/assets/logos/microsoft-teams-7ede872030cf4be51dd1255a2d33c379283221ad1a259f5e9debbbb7f40bca49.svg);
}

.sentry-icon {
  background-image: url(/assets/icons/sentry-9e88d68984de1e3919ff6431077ccb7d183966aeaaea4975801a7c9899bfe5cd.svg);
}

@media (max-width: 699px) {
  .blog-featured-articles {
    display: grid;
    grid-gap: 20px;
    margin: 0;
  }
}

.blog-featured-articles + .blog-article-boxes {
  margin: 32px 0 24px;
}

@media (max-width: 699px) {
  .blog-featured-articles__article {
    margin: 0;
  }
}

@media (max-width: 699px) {
  .blog-featured-articles__article--empty {
    display: none;
  }
}

.blog-header {
  padding-top: 24px;
}

.blog-header__lead {
  color: #787878;
  font-size: 4.625vw;
  line-height: 1.5em;
}
@media (min-width: 396px) {
  .blog-header__lead {
    font-size: 18px;
    line-height: 26px;
  }
}

.blog-header__title {
  font-weight: 700;
}

@media (min-width: 756px) {
  .blog-markdown {
    font-size: 22px;
  }
}
.blog-markdown pre code {
  font-size: 14px;
}
@media (min-width: 560px) {
  .blog-markdown pre code {
    font-size: 16px;
  }
}
@media (min-width: 756px) {
  .blog-markdown pre code {
    font-size: 18px;
  }
}

.blog-post {
  border-top: 0;
}

.u-medium {
  font-weight: 500;
}

.u-relative {
  position: relative;
}

.u-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  display: block;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  margin: -1px 0 0 -1px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-skip-links {
  position: relative;
  z-index: 9999;
}

.u-skip-link {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  left: -9999px;
  padding: 8px 16px;
  position: absolute;
  text-decoration: none;
  top: 0;
  z-index: 10000;
}
.u-skip-link:focus, .u-skip-link:active {
  left: 0;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
