.guardix-page .main-content {
  display: block;
}

.guardix-page #products,
.guardix-page #cart {
  display: none !important;
}

.guardix-shell {
  display: grid;
  gap: 28px;
}

.guardix-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: stretch;
}

.guardix-hero__copy,
.guardix-plan,
.guardix-step {
  background:
    radial-gradient(circle at top right, rgba(138, 61, 246, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(26, 28, 38, 0.98), rgba(18, 18, 24, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.guardix-hero__copy {
  padding: 34px 36px;
}

.guardix-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(138, 61, 246, 0.14);
  color: var(--brand, #a75eff);
  box-shadow: inset 0 0 0 1px rgba(167, 94, 255, 0.14);
  font-size: 13px;
  letter-spacing: 0.03em;
}

.guardix-hero__title {
  margin: 18px 0 12px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.96;
}

.guardix-hero__text {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.7;
}

.guardix-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.guardix-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(23, 24, 31, 0.95);
  color: #fff;
  text-decoration: none;
  font-family: var(--font-accent, inherit);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    text-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.guardix-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.guardix-btn:focus-visible {
  outline: 0;
  box-shadow:
    inset 0 0 0 1px var(--brand, #a75eff),
    0 0 0 2px rgba(167, 94, 255, 0.26),
    0 0 14px rgba(167, 94, 255, 0.22);
}

.guardix-btn--primary {
  border-color: rgba(167, 94, 255, 0.28);
  background: linear-gradient(180deg, rgba(25, 27, 39, 0.98), rgba(18, 18, 24, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(167, 94, 255, 0.18),
    0 0 0 1px rgba(167, 94, 255, 0.12),
    0 12px 32px rgba(138, 61, 246, 0.22);
  color: var(--brand, #a75eff);
}

.guardix-btn--primary:hover {
  color: var(--brand, #a75eff);
  text-shadow: 0 0 8px rgba(167, 94, 255, 0.45);
  box-shadow:
    inset 0 0 0 1px var(--brand, #a75eff),
    0 0 14px rgba(167, 94, 255, 0.32),
    0 0 30px rgba(138, 61, 246, 0.18);
}

.guardix-btn--secondary:hover {
  color: var(--brand, #a75eff);
  text-shadow: 0 0 8px rgba(167, 94, 255, 0.35);
  box-shadow:
    inset 0 0 0 1px var(--brand, #a75eff),
    0 0 10px rgba(167, 94, 255, 0.18);
}

.guardix-notes {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.guardix-note {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.6;
}

.guardix-plan {
  padding: 30px 28px;
}

.guardix-plan__label,
.guardix-step__index {
  font-family: var(--font-accent, inherit);
}

.guardix-plan__label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.guardix-plan__price {
  margin-top: 12px;
  font-size: clamp(40px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 0.98;
}

.guardix-plan__hint {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.6;
}

.guardix-plan__list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.guardix-plan__list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.guardix-plan__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4dc1ff;
}

.guardix-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.guardix-step {
  padding: 26px 24px;
}

.guardix-step__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 12px;
  background: rgba(138, 61, 246, 0.14);
  color: var(--brand, #a75eff);
  box-shadow: inset 0 0 0 1px rgba(167, 94, 255, 0.14);
  font-size: 14px;
  font-weight: 700;
}

.guardix-step__title {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.2;
}

.guardix-step__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

@media (max-width: 980px) {
  .guardix-hero,
  .guardix-steps {
    grid-template-columns: 1fr;
  }

  .guardix-hero__copy,
  .guardix-plan,
  .guardix-step {
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  .guardix-hero__copy,
  .guardix-plan,
  .guardix-step {
    padding: 20px;
  }

  .guardix-hero__text,
  .guardix-plan__hint {
    font-size: 16px;
  }

  .guardix-actions {
    flex-direction: column;
  }

  .guardix-btn {
    width: 100%;
  }
}

/* DonateTeam service visual unification — Phase 3 Service 3.
   Scope: Guardix only; connects hero actions to approved CTA token families. */
[data-service-slug="guardix"] .guardix-btn {
  transform: none;
  transition: var(--dt-interactive-transition-shadow, box-shadow .18s ease, color .18s ease, text-shadow .18s ease, background .18s ease);
}

[data-service-slug="guardix"] .guardix-btn:hover,
[data-service-slug="guardix"] .guardix-btn:active {
  transform: none;
}

[data-service-slug="guardix"] .guardix-btn--primary {
  background: var(--dt-primary-idle-bg);
  color: var(--dt-primary-idle-text);
  box-shadow: var(--dt-primary-idle-shadow);
  text-shadow: none;
}

[data-service-slug="guardix"] .guardix-btn--primary:hover {
  background: var(--dt-primary-hover-bg);
  color: var(--dt-primary-hover-text);
  box-shadow: var(--dt-primary-hover-shadow);
  text-shadow: none;
}

[data-service-slug="guardix"] .guardix-btn--primary:active {
  background: var(--dt-primary-pressed-bg);
  color: var(--dt-primary-pressed-text);
  box-shadow: var(--dt-primary-pressed-shadow);
}

[data-service-slug="guardix"] .guardix-btn--secondary {
  background: var(--dt-secondary-idle-bg);
  color: var(--dt-secondary-idle-text);
  box-shadow: var(--dt-secondary-idle-shadow);
  text-shadow: none;
}

[data-service-slug="guardix"] .guardix-btn--secondary:hover {
  background: var(--dt-secondary-hover-bg);
  color: var(--dt-secondary-hover-text);
  box-shadow: var(--dt-secondary-hover-shadow);
  text-shadow: var(--dt-select-hover-text-shadow);
}

[data-service-slug="guardix"] .guardix-btn--secondary:active {
  background: var(--dt-secondary-pressed-bg);
  color: var(--dt-secondary-pressed-text);
  box-shadow: var(--dt-secondary-pressed-shadow);
}

[data-service-slug="guardix"] .guardix-btn:focus-visible {
  outline: var(--dt-interactive-focus-outline);
  outline-offset: var(--dt-interactive-focus-outline-offset);
  box-shadow: var(--dt-interactive-focus-shadow);
  transform: none;
}


/* DonateTeam hero CTA and homepage navigation unification pilot.
   Scope: Guardix hero actions only; geometry remains owned by existing Guardix CSS. */
[data-service-slug="guardix"] .guardix-actions .guardix-btn {
  transform: none;
  text-shadow: none;
  transition: var(--dt-interactive-transition-shadow, box-shadow .18s ease, color .18s ease, border-color .18s ease, background .18s ease);
}

[data-service-slug="guardix"] .guardix-actions .guardix-btn:hover,
[data-service-slug="guardix"] .guardix-actions .guardix-btn:active {
  transform: none;
}

[data-service-slug="guardix"] .guardix-actions .guardix-btn--primary {
  background: var(--dt-hero-primary-idle-bg);
  color: var(--dt-hero-primary-idle-text);
  border-color: var(--dt-hero-primary-idle-border);
  box-shadow: var(--dt-hero-primary-idle-shadow);
}

[data-service-slug="guardix"] .guardix-actions .guardix-btn--primary:hover {
  background: var(--dt-hero-primary-hover-bg);
  color: var(--dt-hero-primary-hover-text);
  border-color: var(--dt-hero-primary-hover-border);
  box-shadow: var(--dt-hero-primary-hover-shadow);
}

[data-service-slug="guardix"] .guardix-actions .guardix-btn--primary:active {
  background: var(--dt-hero-primary-pressed-bg);
  color: var(--dt-hero-primary-pressed-text);
  border-color: var(--dt-hero-primary-pressed-border);
  box-shadow: var(--dt-hero-primary-pressed-shadow);
}

[data-service-slug="guardix"] .guardix-actions .guardix-btn--secondary {
  background: var(--dt-hero-secondary-idle-bg);
  color: var(--dt-hero-secondary-idle-text);
  border-color: var(--dt-hero-secondary-idle-border);
  box-shadow: var(--dt-hero-secondary-idle-shadow);
}

[data-service-slug="guardix"] .guardix-actions .guardix-btn--secondary:hover {
  background: var(--dt-hero-secondary-hover-bg);
  color: var(--dt-hero-secondary-hover-text);
  border-color: var(--dt-hero-secondary-hover-border);
  box-shadow: var(--dt-hero-secondary-hover-shadow);
}

[data-service-slug="guardix"] .guardix-actions .guardix-btn--secondary:active {
  background: var(--dt-hero-secondary-pressed-bg);
  color: var(--dt-hero-secondary-pressed-text);
  border-color: var(--dt-hero-secondary-pressed-border);
  box-shadow: var(--dt-hero-secondary-pressed-shadow);
}
