.guard-hero {
  background:
    linear-gradient(90deg, rgba(5, 21, 35, 0.99) 0%, rgba(5, 21, 35, 0.96) 27%, rgba(5, 21, 35, 0.62) 48%, rgba(5, 21, 35, 0.06) 78%),
    linear-gradient(180deg, rgba(8, 29, 50, 0.08), rgba(8, 29, 50, 0.35)),
    url("/assets/swipe-guard-hero-v1.webp") 58% center / cover no-repeat;
}

.guard-hero-inner {
  min-height: 680px;
  grid-template-columns: minmax(0, 690px);
  align-items: center;
  padding-top: 68px;
  padding-bottom: 76px;
}

.guard-hero-copy {
  padding: 22px 0;
}

.guard-hero h1 {
  font-size: clamp(56px, 5.7vw, 82px);
}

.guard-hero .till-hero-lead {
  max-width: 625px;
}

.guard-hero .till-hero-support {
  max-width: none;
}

.guard-showcase {
  min-height: 650px;
}

.guard-ecosystem-panel {
  padding: 24px;
  background:
    radial-gradient(circle at 50% 35%, rgba(25, 110, 146, 0.34), transparent 48%),
    var(--product-night);
}

.guard-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.guard-source-card {
  overflow: hidden;
  border: 1px solid #51708a;
  border-radius: 10px;
  background: #fff;
}

.guard-source-card span {
  display: block;
  padding: 9px 10px;
  color: #dce8ef;
  background: #0d2a43;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.guard-source-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 0;
  object-fit: cover;
}

.guard-source-card:nth-child(1) img {
  object-position: 35% center;
}

.guard-source-card:nth-child(2) img {
  object-position: 48% center;
}

.guard-source-card:nth-child(3) img {
  object-position: 75% center;
}

.guard-connectors {
  display: grid;
  width: 72%;
  height: 45px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  border-bottom: 1px solid #4cae8a;
}

.guard-connectors i {
  position: relative;
  display: block;
}

.guard-connectors i::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 45px;
  background: #4cae8a;
  content: "";
}

.guard-hub {
  display: flex;
  width: min(340px, 84%);
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px auto 2px;
  padding: 18px;
  border: 1px solid var(--product-green);
  border-radius: 14px;
  color: #fff;
  background: #0c3149;
  box-shadow: 0 0 30px rgba(16, 209, 135, 0.16);
}

.guard-shield {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  color: var(--product-green);
  background: rgba(16, 209, 135, 0.12);
}

.guard-shield svg {
  width: 28px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.guard-hub strong,
.guard-hub small {
  display: block;
}

.guard-hub strong {
  font-size: 20px;
}

.guard-hub small {
  margin-top: 2px;
  color: #a9becc;
  font-size: 12px;
}

.guard-report-panel {
  display: grid;
  min-height: 535px;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 28%, rgba(20, 116, 93, 0.34), transparent 42%),
    var(--product-night);
}

.guard-phone {
  width: min(410px, 100%);
  padding: 13px;
  border: 1px solid #547089;
  border-radius: 31px;
  background: #061624;
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.35);
}

.guard-phone-top {
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: auto auto;
  padding: 13px 15px 15px;
  color: #fff;
}

.guard-phone-top > span {
  display: block;
  width: 30px;
  height: 30px;
  grid-row: 1 / 3;
  border-radius: 50%;
  background: var(--product-green);
}

.guard-phone-top b {
  font-size: 15px;
}

.guard-phone-top small {
  color: #8da5b6;
  font-size: 10px;
}

.guard-phone-screen {
  padding: 22px;
  border-radius: 20px;
  color: var(--product-night);
  background: #edf4f2;
}

.guard-report-date {
  margin: 0;
  color: #56706d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.guard-phone-screen h3 {
  margin: 8px 0 19px;
  font-size: 25px;
  letter-spacing: -0.02em;
}

.guard-message {
  padding: 13px 14px;
  border: 1px solid #cbdad6;
  border-radius: 10px;
  background: #fff;
}

.guard-message + .guard-message {
  margin-top: 9px;
}

.guard-message span,
.guard-message strong,
.guard-message small {
  display: block;
}

.guard-message span {
  color: #087b50;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.guard-message strong {
  margin-top: 3px;
  font-size: 13px;
}

.guard-message small {
  margin-top: 3px;
  color: #647773;
  font-size: 10px;
}

.guard-message-amber {
  border-color: #d7a641;
  background: #fff7e6;
}

.guard-message-amber span {
  color: #966206;
}

.guard-report-action {
  margin-top: 16px;
  padding: 12px;
  border-radius: 8px;
  color: #062317;
  background: var(--product-green);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.guard-managed-image {
  padding: 9px;
}

.guard-managed-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 52% center;
}

.guard-features {
  background: var(--product-sand);
}

.guard-tiers {
  padding: 94px max(24px, calc((100vw - var(--max-width)) / 2)) 82px;
  color: #fff;
  background: var(--product-night);
}

.guard-tier-heading {
  margin-bottom: 45px;
}

.guard-tier-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(39px, 4.5vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.guard-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.guard-tier-card {
  padding: 29px;
  border: 1px solid #426078;
  border-radius: 16px;
  background: #0d263b;
}

.guard-tier-card > span {
  color: #76e9bb;
  font-size: 11px;
  font-weight: 850;
}

.guard-tier-card h3 {
  margin: 17px 0 0;
  font-size: 24px;
}

.guard-tier-card p {
  margin: 8px 0 22px;
  color: #9fb4c3;
  font-size: 14px;
}

.guard-tier-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guard-tier-card li {
  padding: 10px 0;
  border-top: 1px solid #365169;
  color: #dce6ed;
  font-size: 13px;
}

.guard-tier-plus {
  border-color: #389d78;
  background: #0b3041;
}

.guard-tier-managed {
  border-color: var(--product-green);
  box-shadow: inset 0 4px 0 var(--product-green), 0 22px 45px rgba(0, 0, 0, 0.18);
}

.guard-fairness-note {
  max-width: 930px;
  margin: 36px 0 0;
  color: #9fb4c3;
  font-size: 13px;
  line-height: 1.6;
}

.guard-fairness-note strong {
  color: #fff;
}

@media (max-width: 1060px) {
  .guard-hero {
    background-position: 63% center;
  }

  .guard-hero-inner {
    min-height: 640px;
  }

  .guard-hero-copy {
    max-width: 630px;
  }

  .guard-tier-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .guard-hero {
    background:
      linear-gradient(180deg, rgba(5, 21, 35, 0.95) 0%, rgba(5, 21, 35, 0.82) 62%, rgba(5, 21, 35, 0.58) 100%),
      url("/assets/swipe-guard-hero-v1.webp") 68% center / cover no-repeat;
  }

  .guard-hero-inner {
    min-height: 650px;
    align-items: end;
  }

  .guard-hero h1 {
    font-size: clamp(32px, 9vw, 50px);
  }

  .guard-showcase {
    min-height: 0;
  }

  .guard-ecosystem-panel {
    padding: 16px;
  }

  .guard-source-grid {
    grid-template-columns: 1fr;
  }

  .guard-source-card img {
    aspect-ratio: 16 / 7;
  }

  .guard-connectors {
    display: none;
  }

  .guard-hub {
    margin-top: 14px;
  }

  .guard-report-panel {
    min-height: 0;
    padding: 18px;
  }

  .guard-tiers {
    padding: 72px 20px 68px;
  }
}

@media (max-width: 430px) {
  .guard-hero .till-hero-support {
    white-space: normal;
  }

  .guard-phone-screen {
    padding: 17px;
  }

  .guard-phone-screen h3 {
    font-size: 21px;
  }
}
