:root {
  --ink: #101312;
  --deep: #080a09;
  --paper: #f7f7f2;
  --muted: #5b625e;
  --soft: #e9ece6;
  --green: #00f27a;
  --green2: #00be62;
  --green3: #9dffc8;
  --line: rgba(16, 19, 18, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Space Grotesk", Arial, sans-serif;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--green);
  box-shadow: 3px 3px 0 rgba(0, 242, 122, 0.28);
}
.logo-text {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 24px;
  letter-spacing: 0.14em;
  color: #fff;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 19, 18, 0.96);
  backdrop-filter: blur(18px);
}
.topbar-inner {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav {
  display: flex;
  gap: 32px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.nav a:hover {
  color: var(--green);
}
.mini-cta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: var(--green);
  color: var(--ink);
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero {
  position: relative;
  isolation: isolate;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}
.hero-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #101312 0%,
    rgba(16, 19, 18, 0.94) 34%,
    rgba(16, 19, 18, 0.58) 64%,
    rgba(16, 19, 18, 0.18) 100%
  );
}
.hero-grid {
  min-height: calc(100vh - 80px);
  display: grid;
  grid-template-columns: 1.02fr 0.78fr;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
  padding-block: 24px 72px !important;
  justify-content: center;
}
.hero-grid > div {
  box-sizing: border-box;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(0, 242, 122, 0.4);
  background: rgba(0, 242, 122, 0.1);
  color: var(--green3);
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.badge span {
  width: 8px;
  height: 8px;
  background: var(--green);
}

.order-card {
  align-self: center;
  background: var(--paper);
  color: var(--ink);
  padding: 28px;
  box-shadow: 10px 10px 0 var(--green);
}
.kicker,
.section-kicker {
  display: inline-flex;
  color: #00a855;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.order-card h2 {
  margin: 18px 0 14px;
  font-size: 36px;
  line-height: 0.96;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
.check-line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 16px;
  margin-top: 16px;
  font-weight: 800;
  font-size: 14px;
}
.trust-strip {
  position: relative;
  z-index: 10;
  margin-top: 0px;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  background: var(--ink);
  padding: 12px;
  box-shadow: 0 18px 60px rgba(16, 19, 18, 0.18);
}
.trust-card {
  background: var(--paper);
  padding: 22px;
}
.icon {
  color: var(--green2);
  font-weight: 900;
}

.trust-card p,
.muted {
  color: var(--muted);
  line-height: 1.7;
}
.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  padding-block: 96px;
}

.pain-grid {
  display: grid;
  gap: 20px;
}
.technical-card {
  background: #fff;
  padding: 26px;
  box-shadow: 6px 6px 0 rgba(16, 19, 18, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.03);
}


.service-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 36px;
}
.service-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 16px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
  line-height: 1.5;
}
.figure-box {
  position: relative;
}
.figure-box:before {
  content: "";
  position: absolute;
  left: -24px;
  top: -24px;
  width: 96px;
  height: 96px;
  background: var(--green);
}
.figure-box img {
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
  box-shadow: 12px 12px 0 var(--green);
}
figcaption {
  margin-top: 22px;
  border-left: 4px solid var(--green);
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
}
.process {
  position: relative;
  padding-block: 48px;
  padding-bottom: 0;
}
.process:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 128px;
  background: var(--ink);
}
.process-box {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  background: #fff;
  box-shadow: 0 30px 80px rgba(16, 19, 18, 0.16);
  overflow: hidden;
}
.process-dark {
  background: var(--ink);
  color: #fff;
  padding: 48px;
}
.process-light {
  padding: 48px;
}
.process-dark img {
  margin-top: 38px;
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}

.step h3 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -0.03em;
}
.objections {
  padding-block: 80px;
}
.objection-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.proof {
  background: var(--soft);
  padding-block: 80px;
}
.proof-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
}
.proof-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.proof-card {
  background: var(--ink);
  color: #fff;
  padding: 26px;
}
.proof-card h3 {
 
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.faq {
  padding-block: 96px;
}
.faq-head {
  text-align: center;
  max-width: 850px;
  margin: auto;
}
.faq-list {
  max-width: 880px;
  margin: 48px auto 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
details {
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
details:last-child {
  border-bottom: 0;
}
summary {
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.03em;
}
details p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.8;
}
.final-cta {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  padding-block: 84px;
}
.final-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 75% 35%,
      rgba(0, 242, 122, 0.25),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      transparent 0 46%,
      rgba(0, 242, 122, 0.08) 46% 52%,
      transparent 52%
    );
}
.final-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.final-title {
  font-size: clamp(40px, 6vw, 88px);
  line-height: 0.9;
}
.footer {
  background: var(--deep);
  color: #fff;
  padding-block: 40px;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.footer p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.7;
}
.mobile-bar {
  display: none;
}
@media (max-width: 900px) {
  .nav,
  .mini-cta,
  .order-card {
    display: none;
  }
  .hero-grid,
  .split,
  .service-grid,
  .process-box,
  .objection-grid,
  .proof-grid,
  .final-grid {
    grid-template-columns: 1fr;
  }
  .trust-grid,
  .services-list,
  .card-grid,
  .proof-cards {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    min-height: auto;
  }
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .mobile-bar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(247, 247, 242, 0.96);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px;
    box-shadow: 0 -12px 32px rgba(16, 19, 18, 0.16);
  }
  .mobile-bar .btn {
    width: 100%;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  /* .process-dark,
  .process-light {
	width: calc(100% - 82px) !important;
  } */
}
