:root {
  --red: #e2242e;
  --red2: #ff3b45;
  --ink: #0b0c0f;
  --ink2: #14161b;
  --paper: #f5f3ef;
  --white: #fff;
  --muted: #666b73;
  --line: #dad8d3;
  --radius: 18px;
  --shell: min(1160px, calc(100% - 40px));
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 10px;
  top: -60px;
  background: #fff;
  padding: 10px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  background: rgba(11, 12, 15, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--red);
  clip-path: polygon(0 0, 100% 0, 100% 76%, 76% 100%, 0 100%);
  font: 800 15px/1 Space Grotesk;
}
.brand-logo {
  width: 54px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-logo {
  width: 64px;
  height: 57px;
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font: 700 17px/1 Space Grotesk;
  letter-spacing: 0.07em;
}
.brand small {
  font-size: 10px;
  color: #a6a9b1;
  margin-top: 5px;
  letter-spacing: 0.04em;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #d9d9dc;
  font-size: 13px;
  font-weight: 600;
}
.site-header nav a:hover {
  color: #fff;
}
.nav-cta {
  background: var(--red);
  padding: 12px 18px;
  color: #fff !important;
  border-radius: 8px;
}
.menu-toggle {
  display: none;
  background: 0;
  border: 0;
}
.hero {
  min-height: 760px;
  padding: 160px 0 90px;
  background: radial-gradient(
    circle at 75% 48%,
    #292d35 0,
    #121419 30%,
    #0b0c0f 64%
  );
  color: #fff;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.07fr 0.93fr;
  align-items: center;
  gap: 70px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 11px;
  font-weight: 800;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
}
.eyebrow span {
  width: 28px;
  height: 2px;
  background: currentColor;
}
.hero h1,
.section h2 {
  font: 700 clamp(44px, 6vw, 76px)/0.98 Space Grotesk;
  margin: 0;
  letter-spacing: -0.045em;
}
.hero h1 em {
  font-style: normal;
  color: var(--red2);
}
.hero-lede {
  font-size: 18px;
  color: #b8bbc2;
  max-width: 625px;
  margin: 28px 0 34px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  border: 0;
  border-radius: 9px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font: 700 13px Manrope;
  cursor: pointer;
}
.button-primary {
  background: var(--red);
  color: #fff;
}
.button-primary:hover {
  background: #f02b35;
}
.button-ghost {
  border: 1px solid #41444c;
  color: #fff;
}
.trust-row {
  display: flex;
  gap: 34px;
  margin-top: 52px;
}
.trust-row div {
  padding-left: 14px;
  border-left: 2px solid #34373f;
}
.trust-row strong,
.trust-row span {
  display: block;
}
.trust-row strong {
  font: 700 17px Space Grotesk;
}
.trust-row span {
  font-size: 11px;
  color: #9699a1;
}
.hero-visual {
  height: 480px;
  position: relative;
}
.glow {
  position: absolute;
  width: 360px;
  height: 360px;
  background: var(--red);
  filter: blur(120px);
  opacity: 0.17;
  inset: 50px auto auto 75px;
}
.device-card {
  position: absolute;
  border: 1px solid #4a4e58;
  background: linear-gradient(145deg, #20232a, #101217);
  box-shadow: 0 34px 80px #0008;
}
.card-front {
  width: 330px;
  height: 390px;
  right: 20px;
  top: 20px;
  border-radius: 28px;
  transform: rotate(5deg);
  overflow: hidden;
}
.card-back {
  width: 280px;
  height: 340px;
  left: 0;
  bottom: 4px;
  border-radius: 25px;
  transform: rotate(-8deg);
  padding: 25px;
  color: #545963;
  font: 700 12px Space Grotesk;
}
.card-back i {
  height: 4px;
  background: #292d34;
  display: block;
  margin: 18px 0;
  border-radius: 9px;
}
.board-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#ffffff09 1px, transparent 1px),
    linear-gradient(90deg, #ffffff09 1px, transparent 1px);
  background-size: 25px 25px;
}
.chip {
  position: absolute;
  inset: 115px 85px;
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  background: #0b0c0f;
  border: 2px solid #e2242e55;
  box-shadow: 0 0 45px #e2242e2d;
}
.chip:before,
.chip:after {
  content: "";
  position: absolute;
  inset: -13px;
  border: 1px dashed #6e737d;
}
.chip span {
  font: 700 45px Space Grotesk;
  color: var(--red);
}
.chip-logo {
  width: 86%;
  height: 86%;
  object-fit: contain;
  border-radius: 5px;
}
.trace {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, var(--red), transparent);
}
.t1 {
  width: 100px;
  top: 85px;
  left: 0;
}
.t2 {
  width: 85px;
  right: 0;
  top: 285px;
  transform: rotate(180deg);
}
.t3 {
  width: 90px;
  left: 15px;
  bottom: 70px;
}
.t4 {
  width: 70px;
  right: 10px;
  top: 70px;
  transform: rotate(180deg);
}
.status-pill {
  position: absolute;
  right: -10px;
  bottom: 5px;
  background: #fff;
  color: #17191e;
  border-radius: 30px;
  padding: 13px 19px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 15px 40px #0005;
}
.status-pill b {
  width: 8px;
  height: 8px;
  background: #32c777;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.service-strip {
  background: var(--red);
  color: #fff;
  padding: 17px 0;
}
.service-strip .shell {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  overflow: hidden;
}
.service-strip i {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.7;
}
.section {
  padding: 120px 0;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 54px;
  gap: 40px;
}
.section-heading h2,
.about-copy h2,
.faq h2 {
  font-size: clamp(38px, 5vw, 62px);
}
.section-heading > p {
  max-width: 450px;
  color: var(--muted);
  font-size: 15px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
  gap: 1px;
}
.service-card {
  background: #fff;
  padding: 34px;
  min-height: 310px;
  position: relative;
  transition: 0.25s;
}
.service-card:hover {
  background: #101217;
  color: #fff;
}
.service-card .icon {
  font-size: 30px;
  color: var(--red);
  height: 55px;
}
.service-card .number {
  position: absolute;
  right: 26px;
  top: 28px;
  color: #aaa;
  font-size: 10px;
  font-weight: 800;
}
.service-card h3 {
  font: 700 21px Space Grotesk;
  margin: 23px 0 10px;
}
.service-card p {
  font-size: 13px;
  color: #767a81;
}
.service-card:hover p {
  color: #aeb1b8;
}
.service-card a {
  font-size: 12px;
  font-weight: 800;
  color: var(--red);
  position: absolute;
  bottom: 28px;
}
.about {
  background: #fff;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
}
.about-panel {
  background: #111318;
  color: #fff;
  min-height: 500px;
  border-radius: var(--radius);
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 25px 25px 0 #e2242e;
}
.meter {
  display: flex;
  justify-content: space-between;
  font: 700 12px Space Grotesk;
  letter-spacing: 0.1em;
}
.meter b {
  color: var(--red);
}
.meter-line {
  height: 7px;
  background: #2a2d34;
  margin: 15px 0 34px;
  border-radius: 20px;
}
.meter-line i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--red);
  border-radius: 20px;
}
.about-panel > p {
  font: 600 25px/1.45 Space Grotesk;
  color: #dadddf;
}
.mini-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 35px;
  border-top: 1px solid #33363d;
  padding-top: 30px;
}
.mini-stats strong,
.mini-stats span {
  display: block;
}
.mini-stats strong {
  font: 700 26px Space Grotesk;
}
.mini-stats span {
  font-size: 11px;
  color: #8f939b;
}
.about-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  margin: 25px 0;
}
.about-copy ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.about-copy li {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding: 17px 0;
  font-size: 13px;
}
.about-copy li span {
  color: var(--muted);
}
.text-link {
  font-weight: 800;
  color: var(--red);
  font-size: 13px;
}
.text-link span {
  margin-left: 12px;
}
.process {
  background: #111318;
  color: #fff;
}
.centered {
  justify-content: center;
  text-align: center;
}
.centered .eyebrow {
  justify-content: center;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #383b42;
}
.steps article {
  background: #111318;
  padding: 45px 35px;
}
.steps article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #474a52;
  color: var(--red);
  font: 700 12px Space Grotesk;
}
.steps h3 {
  font: 700 20px Space Grotesk;
  margin-top: 45px;
}
.steps p {
  color: #989ca5;
  font-size: 13px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}
.faq-grid > div:first-child > p:last-child {
  color: var(--muted);
  max-width: 380px;
}
.accordion details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.accordion details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
  font: 700 16px Space Grotesk;
  display: flex;
  justify-content: space-between;
}
summary::-webkit-details-marker {
  display: none;
}
summary i {
  font-style: normal;
  color: var(--red);
  font-size: 22px;
}
.accordion details[open] summary i {
  transform: rotate(45deg);
}
.accordion details p {
  color: var(--muted);
  font-size: 13px;
  padding-right: 40px;
}
.quote {
  background: var(--red);
  color: #fff;
}
.quote-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: center;
}
.eyebrow.light {
  color: #fff;
}
.quote-copy > p:not(.eyebrow) {
  color: #ffd8da;
  max-width: 470px;
}
.contact-lines {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 35px;
  font-weight: 700;
}
.contact-lines span {
  font-size: 12px;
  color: #ffd8da;
  margin-top: 9px;
}
.quote-form {
  background: #fff;
  color: var(--ink);
  padding: 40px;
  border-radius: var(--radius);
  box-shadow: 0 30px 60px #8d000550;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.quote-form label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d9dadd;
  background: #f8f8f8;
  padding: 13px 14px;
  border-radius: 7px;
  font: 500 13px Manrope;
  text-transform: none;
  letter-spacing: 0;
}
.quote-form textarea {
  resize: vertical;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 2px solid #e2242e44;
  border-color: var(--red);
}
.button-dark {
  width: 100%;
  background: #111318;
  color: #fff;
  margin-top: 5px;
}
.quote-form small {
  display: block;
  text-align: center;
  color: #888;
  margin-top: 12px;
}
.hidden {
  display: none;
}
footer {
  background: #090a0c;
  color: #fff;
  padding: 65px 0 25px;
}
.thanks-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 20%, rgba(226, 36, 46, 0.2), transparent 34%),
    #0b0c0f;
  color: #fff;
}
.thanks-shell {
  min-height: 100vh;
  width: min(720px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  place-items: center;
  padding: 50px 0;
}
.thanks-card {
  width: 100%;
  padding: clamp(32px, 7vw, 70px);
  background: #14161b;
  border: 1px solid #343740;
  border-radius: 22px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
}
.thanks-logo {
  width: 105px;
  height: 94px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 35px;
}
.thanks-card h1 {
  font: 700 clamp(42px, 8vw, 68px) / 1 Space Grotesk;
  letter-spacing: -0.045em;
  margin: 0 0 24px;
}
.thanks-card > p:not(.eyebrow) {
  color: #b8bbc2;
  max-width: 560px;
}
.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  border-bottom: 1px solid #2b2d33;
  padding-bottom: 50px;
}
.footer-grid p {
  color: #858991;
  font-size: 12px;
}
.footer-grid > div {
  display: flex;
  gap: 25px;
  font-size: 12px;
}
.copyright {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  color: #747881;
  font-size: 10px;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .site-header nav {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: #111318;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 24px 30px;
  }
  .site-header nav.open {
    display: flex;
  }
  .menu-toggle {
    display: grid;
    gap: 5px;
  }
  .menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
  }
  .hero {
    padding-top: 130px;
    min-height: auto;
  }
  .hero-grid,
  .about-grid,
  .faq-grid,
  .quote-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .hero-visual {
    height: 410px;
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
  }
  .about-panel {
    min-height: 400px;
  }
  .faq-grid {
    gap: 40px;
  }
  .quote-grid {
    gap: 45px;
  }
}
@media (max-width: 600px) {
  :root {
    --shell: min(100% - 28px, 1160px);
  }
  .nav-wrap {
    height: 70px;
  }
  .brand small {
    display: none;
  }
  .site-header nav {
    top: 70px;
  }
  .hero {
    padding: 115px 0 60px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-lede {
    font-size: 15px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .trust-row {
    gap: 15px;
    justify-content: space-between;
  }
  .trust-row strong {
    font-size: 14px;
  }
  .trust-row span {
    font-size: 9px;
  }
  .hero-visual {
    height: 330px;
  }
  .card-front {
    width: 230px;
    height: 280px;
    right: 15px;
  }
  .card-back {
    width: 210px;
    height: 250px;
  }
  .chip {
    width: 110px;
    height: 110px;
    inset: 85px 60px;
  }
  .chip span {
    font-size: 34px;
  }
  .status-pill {
    right: 0;
  }
  .service-strip .shell {
    justify-content: flex-start;
  }
  .section {
    padding: 80px 0;
  }
  .service-grid,
  .steps {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 285px;
  }
  .about-grid {
    gap: 50px;
  }
  .about-panel {
    padding: 32px;
    min-height: 340px;
    box-shadow: 12px 12px 0 var(--red);
  }
  .about-panel > p {
    font-size: 20px;
  }
  .about-copy li {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .steps {
    gap: 1px;
  }
  .quote-form {
    padding: 25px;
  }
  .field-row {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .copyright {
    gap: 20px;
  }
  .quote h2 {
    font-size: 45px;
  }
}
