@charset "UTF-8";
/* =========================================================
   GPU Cloud — SCSS Template
   - Modern dark UI, glass cards, gradients, subtle noise
   - Mobile-first, responsive grid
   ========================================================= */
/* -------------------------
   Tokens
------------------------- */
/* -------------------------
   Mixins
------------------------- */
/* -------------------------
   Base
------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #111628;
  background-color: #fcfcfc;
}
body.is-pending {
  opacity: 0;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: #03b986;
  text-decoration: none;
}

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

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.muted {
  color: #777;
}

/* -------------------------
   Background decorations
------------------------- */
.bg-blobs {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.bg-blobs .blob {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.28;
  transform: translate3d(0, 0, 0);
}
.bg-blobs .blob--1 {
  left: -120px;
  top: -160px;
  background: radial-gradient(circle at 30% 30%, rgba(3, 185, 134, 0.9), rgba(3, 185, 134, 0) 60%);
}
.bg-blobs .blob--2 {
  right: -160px;
  top: 80px;
  background: radial-gradient(circle at 30% 30%, rgba(44, 230, 164, 0.9), rgba(44, 230, 164, 0) 60%);
}
.bg-blobs .blob--3 {
  left: 40%;
  bottom: -220px;
  background: radial-gradient(circle at 30% 30%, rgba(92, 201, 255, 0.8), rgba(92, 201, 255, 0) 60%);
  opacity: 0.18;
}
.bg-blobs .grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: radial-gradient(circle at 30% 20%, #000 25%, transparent 70%);
          mask-image: radial-gradient(circle at 30% 20%, #000 25%, transparent 70%);
}

/* -------------------------
   Layout helpers
------------------------- */
.container {
  width: min(100% - 32px, 1600px);
  margin-inline: auto;
}

.section {
  padding: 86px 0;
}
.section--alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.section__head {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
  max-width: 820px;
}

.section__title {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -0.02em;
}

.section__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #777;
}

/* -------------------------
   Buttons
------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, opacity 180ms ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(3, 185, 134, 0.35);
}
.btn--full {
  width: 100%;
}
.btn--lg {
  padding: 14px 18px;
  border-radius: 16px;
}
.btn--primary {
  position: relative;
  background: linear-gradient(90deg, #2abd62 0%, #4ECF4D 100%);
  color: #fff;
  overflow: hidden;
}
.btn--primary span {
  z-index: 1;
}
.btn--primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #00A77A 0%, #4ECF4D 100%);
  transition: opacity 180ms ease;
}
.btn--primary:hover:after {
  opacity: 0;
}
.btn--ghost {
  color: #1D2939;
  background-color: #f7f7fb;
}
.btn--ghost:hover {
  background-color: #dddddd;
}
.btn--secondary {
  color: #03b986;
  border-color: #03b986;
}
.btn--secondary:hover {
  color: #039b71;
  border-color: #039b71;
  background-color: #feffff;
}

.btn-mini {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #111628;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.btn-mini:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-mini--ghost {
  background: transparent;
}

/* -------------------------
   Welcome
------------------------- */
.welcome-layout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/welcome-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 101;
  transition: all 160ms ease;
  opacity: 1;
}
.welcome-layout.hide {
  opacity: 0;
  visibility: hidden;
}
.welcome-layout:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(17, 22, 40, 0.8);
}
.welcome-layout:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(30px);
  z-index: -1;
}
.welcome-layout__in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.welcome-layout__text {
  max-width: 900px;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  font-size: 26px;
}
.welcome-layout__actions {
  display: flex;
}
.welcome-layout__actions .welcome-layout__item {
  background: #fff;
  padding: 60px 40px;
  font-size: 24px;
  margin: 0 10px;
  border-radius: 40px;
  width: 450px;
  font-weight: bold;
  text-align: center;
}
.welcome-layout__actions .welcome-layout__item.disabled-item {
  cursor: not-allowed;
  background: #c1c1c1;
}
.welcome-layout__actions .welcome-layout__item span {
  color: #ddd;
}
.welcome-layout__actions .welcome-layout__item:first-child {
  cursor: pointer;
}

/* -------------------------
   Header
------------------------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.header__inner {
  width: min(100% - 32px, 1600px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}
.header__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.logo-wrap {
  width: 320px;
  flex-shrink: 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.logo__mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, rgba(3, 185, 134, 0.95), rgba(44, 230, 164, 0.55));
  color: #0b0f1a;
  box-shadow: 0 10px 26px rgba(3, 185, 134, 0.22);
}
.logo__text {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #000;
}
.logo--small .logo__mark {
  width: 36px;
  height: 36px;
  border-radius: 12px;
}
.logo--small .logo__text {
  font-size: 16px;
}

.nav {
  display: none;
  gap: 18px;
  align-items: center;
}
.nav__link {
  color: #02040f;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 12px;
  transition: color 160ms ease;
}
.nav__link:hover {
  color: #03b986;
}

.burger {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}
.burger span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.85);
  transition: transform 180ms ease, opacity 180ms ease;
}
.burger:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
}
.burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.is-open span:nth-child(2) {
  opacity: 0;
}
.burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  padding: 12px 0 18px;
}
.mobile-menu__inner {
  width: min(100% - 32px, 1600px);
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 24px;
  padding: 14px;
  display: grid;
  gap: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
}
.mobile-menu__link {
  padding: 12px 12px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}
.mobile-menu__link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.07);
}
.mobile-menu__actions {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}
.mobile-menu.is-open {
  display: block;
}

/* Desktop nav breakpoint */
@media (min-width: 1024px) {
  .nav {
    display: flex;
  }
  .burger {
    display: none;
  }
  .mobile-menu {
    display: none !important;
  }
}
/* -------------------------
   Hero
------------------------- */
.hero {
  padding: 74px 0 64px;
}
.hero__inner {
  width: min(100% - 32px, 1600px);
  margin-inline: auto;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero__title {
  margin: 0 0 20px;
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.hero__subtitle {
  margin: 0 0 20px;
  max-width: 550px;
  font-size: 16px;
  line-height: 1.65;
}
.hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero__badges {
  display: flex;
  margin-top: 40px;
  width: 80%;
}
.hero__visual {
  position: relative;
}
.hero__glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(closest-side, rgba(3, 185, 134, 0.18), transparent 70%), radial-gradient(closest-side, rgba(44, 230, 164, 0.14), transparent 70%);
  filter: blur(24px);
  z-index: -1;
}

.text-gradient {
  background: linear-gradient(135deg, #2abd62, #03b986, rgba(78, 207, 77, 0.8));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.badge {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 30px 14px;
  width: 20%;
  flex-shrink: 0;
  flex-grow: 1;
  margin: 0 10px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.badge:hover {
  transform: translateY(-2px);
}
.badge__title {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.badge__value {
  margin-top: 6px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.white-section {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
}

/* -------------------------
   Mock window
------------------------- */
.mock {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.mock__topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}
.mock__title {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  margin-left: 6px;
}
.mock__right {
  margin-left: auto;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.mock__body {
  padding: 14px;
  display: grid;
  gap: 10px;
}
.mock__row {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.6fr 0.7fr 0.7fr 0.5fr;
  gap: 10px;
  align-items: center;
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.84);
}
.mock__row--head {
  background: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  padding: 6px 10px;
}
.mock__split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 2px;
}
.mock__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.mock__footer .hint {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.dot--r {
  background: #ff5c7a;
}
.dot--y {
  background: #ffd66e;
}
.dot--g {
  background: #2ce6a4;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.76);
}
.chip--accent {
  border-color: rgba(44, 230, 164, 0.35);
  background: rgba(44, 230, 164, 0.1);
  color: rgba(255, 255, 255, 0.88);
}

.status {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.status--run {
  background: rgba(44, 230, 164, 0.1);
  border-color: rgba(44, 230, 164, 0.28);
}
.status--stop {
  background: rgba(255, 255, 255, 0.06);
}
.status--idle {
  background: rgba(255, 204, 102, 0.12);
  border-color: rgba(255, 204, 102, 0.25);
}

.mock-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 12px;
  padding: 12px;
  display: grid;
  gap: 10px;
}
.mock-card__title {
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 14px;
}
.mock-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.spark {
  display: grid;
  grid-auto-flow: column;
  gap: 6px;
  align-items: end;
  height: 62px;
  padding: 10px 10px 8px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.spark span {
  display: block;
  width: 7px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(3, 185, 134, 0.95), rgba(44, 230, 164, 0.8));
  opacity: 0.85;
}

.big-number {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  transition: opacity 160ms ease;
}
.link:hover {
  opacity: 0.82;
}

/* -------------------------
   Cards
------------------------- */
.cards {
  display: grid;
  gap: 14px;
}
.cards--3 {
  grid-template-columns: 1fr;
}

.card {
  background-color: #f7f7fb;
  border-radius: 12px;
  padding: 18px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.card:hover {
  transform: translateY(-2px);
}
.card__icon {
  font-size: 24px;
  margin-bottom: 10px;
}
.card__icon img {
  width: 32px;
  height: 32px;
}
.card__title {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #03b986;
}
.card__text {
  margin: 10px 0 0;
  line-height: 1.6;
}

/* -------------------------
   Steps
------------------------- */
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.step {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.step:hover {
  transform: translateY(-2px);
}
.step__num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  background: rgba(3, 185, 134, 0.18);
  border: 1px solid rgba(3, 185, 134, 0.22);
  margin-right: 15px;
}
.step__title {
  margin: 0;
  font-size: 18px;
}
.step__text {
  margin: 8px 0 0;
  line-height: 1.6;
}

/* -------------------------
   Feature grid
------------------------- */
.feature-grid {
  display: grid;
  gap: 14px;
}

.feature {
  background-color: #f7f7fb;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.feature:hover {
  transform: translateY(-2px);
}
.feature__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.feature__icon img {
  width: 32px;
  height: 32px;
}
.feature__title {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #03b986;
}
.feature__text {
  margin: 8px 0 0;
  line-height: 1.6;
}

/* -------------------------
   Pricing
------------------------- */
.pricing {
  display: grid;
  gap: 16px;
}

.pricing__controls {
  display: grid;
  gap: 12px;
}
@media (min-width: 860px) {
  .pricing__controls {
    grid-template-columns: 1.1fr 1fr 1fr;
    align-items: end;
  }
}

.toggle {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.toggle__btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #03b986;
  padding: 12px 12px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 500;
  transition: background 160ms ease, transform 160ms ease, border-color 160ms ease;
}
.toggle__btn.is-active {
  border-color: #03b986;
}

.select {
  display: grid;
  gap: 6px;
}
.select__label {
  font-weight: 700;
  color: #111628;
  font-size: 13px;
}
.select__input {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 12px 12px;
  border-color: rgba(255, 255, 255, 0.12);
  color: #111628;
  background: rgba(255, 255, 255, 0.04);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select__input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(3, 185, 134, 0.35);
}

.pricing__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.price-card {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  width: 32.5%;
  border-radius: 12px;
  padding: 20px;
  margin: 0 0 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.price-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.price-card__name {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #03b986;
}
.price-card__tag {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(3, 185, 134, 0.18);
  border: 1px solid rgba(3, 185, 134, 0.26);
}
.price-card__tag--soft {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}
.price-card__specs {
  display: grid;
  gap: 10px;
  padding: 12px 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 10px;
}
.price-card__price {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}
.price-card__note {
  font-size: 13px;
  color: #777;
}
.price-card__actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.spec {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.spec__k {
  font-weight: 700;
}
.spec__v {
  font-weight: 800;
  text-align: right;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.price__value {
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -0.04em;
}
.price__unit {
  font-weight: 800;
}

.pricing__footnote {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* -------------------------
   Security
------------------------- */
.security {
  display: grid;
  gap: 20px;
}

.security__left {
  display: grid;
  gap: 20px;
}

.security-card {
  background-color: #f7f7fb;
  border-radius: 12px;
  padding: 20px;
}
.security-card__title {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #03b986;
}
.security-card__text {
  margin: 10px 0 0;
  line-height: 1.6;
}

.security-list {
  margin: 12px 0 0;
  padding: 0 0 0 18px;
  line-height: 1.7;
}

.panel {
  background-color: #f7f7fb;
  border-radius: 12px;
  padding: 20px;
  display: grid;
  gap: 12px;
}
.panel__title {
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #03b986;
}
.panel__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #fff;
}
.panel__note {
  font-size: 13px;
  line-height: 1.6;
}

.ok {
  font-weight: 900;
  color: #03b986;
}

/* -------------------------
   Docs
------------------------- */
.docs {
  display: grid;
  gap: 14px;
}

.docs-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  display: grid;
  gap: 12px;
}
.docs-card__title {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.code {
  margin: 0;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
  overflow: auto;
  line-height: 1.55;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.86);
}

/* -------------------------
   FAQ
------------------------- */
.faq {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.faq-item__q {
  width: 100%;
  text-align: left;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  color: #111628;
  font-weight: 900;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
}
.faq-item__q:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(3, 185, 134, 0.35);
}
.faq-item__icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 900;
}
.faq-item__a {
  padding: 0 18px 16px;
  color: #777;
  line-height: 1.7;
}
.faq-item.is-open .faq-item__icon {
  background: rgba(3, 185, 134, 0.16);
  border-color: rgba(3, 185, 134, 0.26);
}

/* -------------------------
   CTA + Form
------------------------- */
.cta {
  display: grid;
  gap: 14px;
}

.cta__left,
.cta__right {
  background-color: #f7f7fb;
  border-radius: 12px;
  padding: 20px;
}

.cta__title {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.03em;
}

.cta__text {
  margin: 10px 0 0;
  line-height: 1.6;
}

.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.cta__meta {
  margin-top: 12px;
  font-size: 13px;
}

.form {
  display: grid;
  gap: 12px;
}

.form__row {
  display: grid;
  gap: 6px;
}

.form__label {
  font-weight: 800;
  font-size: 13px;
}

.form__input {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.12);
  color: #111628;
  background: #fff;
  font-size: 14px;
}
.form__input::-moz-placeholder {
  color: #777;
}
.form__input::placeholder {
  color: #777;
}
.form__input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(3, 185, 134, 0.35);
}
.form__input--area {
  resize: vertical;
  min-height: 120px;
}

.form__hint {
  font-size: 12px;
  line-height: 1.6;
}

/* -------------------------
   Footer
------------------------- */
.footer {
  padding: 36px 0 46px;
  background: #111628;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
  color: #fff;
}
.footer .logo__text {
  color: #fff;
}
.footer__inner {
  width: min(100% - 32px, 1600px);
  margin-inline: auto;
  display: grid;
  gap: 22px;
}
.footer__text {
  margin: 12px 0 0;
  max-width: 48ch;
}
.footer__text span {
  color: #03b986;
}
.footer__meta {
  margin-top: 10px;
  font-size: 13px;
}
.footer__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.footer__title {
  font-weight: 900;
  margin-bottom: 8px;
}
.footer__link {
  display: block;
  padding: 8px 0;
  transition: opacity 150ms ease;
}
.footer__link:hover {
  opacity: 0.8;
}

/* -------------------------
   Responsive
------------------------- */
@media (min-width: 880px) {
  .hero__inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
  }
  .mock__split {
    grid-template-columns: 1.2fr 0.8fr;
  }
  .cards--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .security {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }
  .docs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cta {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
  .footer__inner {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }
  .footer__cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .hero {
    padding-top: 52px;
  }
  .mock__row {
    grid-template-columns: 1.1fr 0.9fr 0.6fr 0.8fr;
    grid-auto-flow: row;
    grid-auto-rows: auto;
  }
  .mock__row div:nth-child(5),
  .mock__row div:nth-child(6) {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
