/* DigiTrust category-launch experience. Loaded after the shared site styles. */
:root {
  --launch-ink: #07121f;
  --launch-ink-2: #0b2035;
  --launch-blue: #2f6df6;
  --launch-blue-bright: #6fa8ff;
  --launch-teal: #22c7a9;
  --launch-teal-soft: #dffbf4;
  --launch-gold: #f4c86b;
  --launch-paper: #fbfcfe;
  --launch-line: rgba(151, 177, 203, 0.25);
  --launch-shadow: 0 30px 100px rgba(4, 17, 31, 0.16);
}

.launch-body { background: var(--launch-paper); }
.launch-body p { color: #52657a; }
.launch-body .section { padding-top: 88px; padding-bottom: 88px; }

.launch-bar {
  position: relative;
  z-index: 80;
  color: #dbe8f5;
  background: #050e18;
  border-bottom: 1px solid rgba(111, 168, 255, 0.22);
}
.launch-bar-inner {
  max-width: 1240px;
  min-height: 42px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  flex-wrap: wrap;
  text-align: center;
  font-size: 13px;
}
.launch-bar strong { color: #fff; }
.launch-bar a { color: #9ec5ff; font-weight: 900; text-underline-offset: 3px; }
.launch-bar-divider { width: 1px; height: 16px; background: rgba(255,255,255,0.22); }

.launch-nav {
  position: sticky;
  top: 0;
  z-index: 70;
  min-height: 74px;
  padding: 12px clamp(18px, 4vw, 56px);
  color: var(--launch-ink);
  background: rgba(251, 252, 254, 0.92);
  border-bottom: 1px solid rgba(151, 177, 203, 0.25);
  backdrop-filter: blur(20px);
}
.launch-nav .brand img { width: 148px; }
.launch-nav .brand-name { font-size: 17px; }
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex: 1;
}
.launch-nav .navlinks { gap: 18px; }
.launch-nav .navlinks a { color: #334b61; font-size: 13px; letter-spacing: .01em; }
.launch-nav .navlinks a:hover { color: var(--launch-blue); }
.nav-toggle {
  display: none;
  min-width: 46px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #c8d6e3;
  border-radius: 12px;
  color: var(--launch-ink);
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}

.launch-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 16% 8%, rgba(47, 109, 246, 0.34), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(34, 199, 169, 0.18), transparent 28%),
    linear-gradient(142deg, #050d16 0%, #071827 48%, #0b2035 100%);
}
.launch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image:
    linear-gradient(rgba(160, 190, 220, .10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(160, 190, 220, .10) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 95%);
}
.launch-hero::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -250px;
  bottom: -310px;
  border: 1px solid rgba(111, 168, 255, .3);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(111,168,255,.025), 0 0 0 160px rgba(34,199,169,.02);
}
.launch-hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 104px 24px 94px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 64px;
  align-items: center;
}
.launch-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #b8d5ff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.launch-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--launch-blue-bright), var(--launch-teal));
}
.launch-title {
  max-width: 820px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(52px, 7vw, 88px);
  line-height: .95;
  letter-spacing: -.067em;
}
.launch-subtitle {
  max-width: 720px;
  margin: 0 0 16px;
  color: #f4f8fc !important;
  font-size: clamp(21px, 2.3vw, 29px);
  line-height: 1.38;
  letter-spacing: -.02em;
}
.launch-copy {
  max-width: 720px;
  margin: 0;
  color: #b9c9d9 !important;
  font-size: 17px;
  line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-actions .btn { min-height: 52px; padding-left: 22px; padding-right: 22px; }
.btn.marketplace { color: #071827; background: #fff; border-color: rgba(255,255,255,.72); }
.btn.marketplace:hover { background: #eef6ff; }
.btn.text-link { color: #b8d5ff; background: transparent; border-color: transparent; box-shadow: none; }
.credibility-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.credibility-pill {
  padding: 8px 11px;
  border: 1px solid rgba(162, 196, 229, .27);
  border-radius: 999px;
  color: #d6e5f3;
  background: rgba(255,255,255,.055);
  font-size: 12px;
  font-weight: 850;
}

.trust-record {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(149, 192, 234, .28);
  border-radius: 30px;
  background: rgba(8, 25, 42, .82);
  box-shadow: 0 38px 120px rgba(0,0,0,.34);
  backdrop-filter: blur(16px);
}
.trust-record::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.04);
  border-radius: 22px;
}
.trust-record-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(155, 188, 219, .18);
}
.trust-record-header span { color: #89b4e3; font-size: 11px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.trust-record-header h2 { margin: 6px 0 0; color: #fff; font-size: 24px; letter-spacing: -.035em; }
.record-seal {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(34,199,169,.52);
  border-radius: 50%;
  color: #8df1d9;
  background: rgba(34,199,169,.08);
  font-size: 19px;
  font-weight: 950;
  box-shadow: 0 0 0 8px rgba(34,199,169,.035);
}
.trust-record-rail { position: relative; display: grid; gap: 0; padding: 18px 0 8px; }
.trust-record-step {
  position: relative;
  min-height: 62px;
  padding: 10px 0 10px 50px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}
.trust-record-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 43px;
  bottom: -11px;
  width: 1px;
  background: linear-gradient(var(--launch-blue-bright), rgba(34,199,169,.48));
}
.trust-node {
  position: absolute;
  left: 7px;
  top: 20px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(151, 197, 242, .58);
  border-radius: 50%;
  color: #dcecff;
  background: #0c2843;
  font-size: 10px;
  font-weight: 950;
  box-shadow: 0 0 0 5px rgba(47,109,246,.08);
}
.trust-record-step strong { display: block; color: #f7fbff; font-size: 15px; }
.trust-record-step small { display: block; margin-top: 2px; color: #8fa6bb; font-size: 12px; line-height: 1.45; }
.record-state { color: #8df1d9; font-size: 10px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.trust-record-footer {
  padding: 16px;
  border-radius: 17px;
  color: #dcecff;
  background: linear-gradient(120deg, rgba(47,109,246,.18), rgba(34,199,169,.10));
  font-size: 13px;
  line-height: 1.55;
}

.editorial-section { padding: 96px 24px; }
.editorial-section.dark { color: #fff; background: var(--launch-ink); }
.editorial-section.soft { background: #f2f6fa; }
.editorial-section.blueprint {
  background:
    linear-gradient(rgba(47,109,246,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47,109,246,.035) 1px, transparent 1px),
    #f9fbfd;
  background-size: 52px 52px;
}
.editorial-wrap { max-width: 1180px; margin: 0 auto; }
.editorial-narrow { max-width: 920px; margin: 0 auto; }
.section-label { margin-bottom: 14px; color: #166b9c; font-size: 12px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.dark .section-label { color: #8dbdff; }
.display-heading { margin: 0 0 18px; color: var(--launch-ink); font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.055em; }
.dark .display-heading { color: #fff; }
.intro-copy { max-width: 800px; color: #5b6f84; font-size: 19px; line-height: 1.7; }
.dark .intro-copy { color: #b8c8d8; }

.question-stack { margin-top: 44px; border-top: 1px solid #ccd9e5; }
.question-row {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid #ccd9e5;
}
.question-number { color: #6d8195; font-size: 12px; font-weight: 950; letter-spacing: .14em; }
.question-row strong { color: var(--launch-ink); font-size: clamp(21px, 2.6vw, 32px); letter-spacing: -.035em; }
.question-row span:last-child { color: #2077bd; font-size: 12px; font-weight: 900; text-transform: uppercase; }

.trust-model-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid #cbd9e6; border-radius: 26px; overflow: hidden; background: #fff; box-shadow: var(--launch-shadow); }
.trust-model-item { min-height: 254px; padding: 26px 22px; border-right: 1px solid #d7e2ec; }
.trust-model-item:last-child { border-right: 0; }
.trust-model-item em { display: block; margin-bottom: 34px; color: #2e75b6; font-size: 11px; font-style: normal; font-weight: 950; letter-spacing: .14em; }
.trust-model-item h3 { color: var(--launch-ink); font-size: 21px; }
.trust-model-item p { margin-bottom: 0; font-size: 14px; line-height: 1.6; }

.industry-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.industry-card {
  position: relative;
  min-height: 390px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(150, 177, 203, .28);
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(145deg, #081827, #0d2d4a);
  box-shadow: 0 18px 58px rgba(5,18,31,.15);
}
.industry-card:nth-child(2) { background: linear-gradient(145deg, #08231e, #0b4a3e); }
.industry-card:nth-child(3) { background: linear-gradient(145deg, #191624, #30264c); }
.industry-card::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -130px;
  top: -120px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(255,255,255,.025);
}
.industry-tag { position: relative; z-index: 2; color: #9cc7f4; font-size: 11px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.industry-card:nth-child(2) .industry-tag { color: #96efd8; }
.industry-card:nth-child(3) .industry-tag { color: #d5c1ff; }
.industry-card h3 { position: relative; z-index: 2; margin: 28px 0 14px; color: #fff; font-size: 30px; }
.industry-card p { position: relative; z-index: 2; color: #b8c9da; font-size: 15px; }
.industry-card ul { position: relative; z-index: 2; margin: 4px 0 26px; padding-left: 18px; color: #e2ebf4; line-height: 1.8; }
.industry-link { position: relative; z-index: 2; margin-top: auto; color: #fff; font-weight: 950; text-decoration: none; }
.industry-link::after { content: "  →"; color: #8dbdff; }

.pilot-panel {
  margin-top: 40px;
  padding: clamp(28px, 5vw, 58px);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 52px;
  align-items: start;
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(140deg, #06111d, #0b263f 62%, #0d3c38);
  box-shadow: var(--launch-shadow);
}
.pilot-panel h3 { color: #fff; font-size: clamp(32px, 4vw, 52px); letter-spacing: -.05em; }
.pilot-panel p { color: #b9cad9; }
.pilot-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 28px 0; }
.fact-card { padding: 16px; border: 1px solid rgba(160,197,231,.18); border-radius: 17px; background: rgba(255,255,255,.055); }
.fact-card span { display: block; color: #91b8db; font-size: 10px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.fact-card strong { display: block; margin-top: 5px; color: #fff; font-size: 17px; }
.pilot-deliverables { margin: 0; padding: 0; list-style: none; }
.pilot-deliverables li { padding: 15px 0; display: grid; grid-template-columns: 32px 1fr; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.1); color: #e5eef6; }
.pilot-deliverables li:last-child { border-bottom: 0; }
.pilot-deliverables span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: #061a16; background: #82e9d1; font-size: 12px; font-weight: 950; }

.marketplace-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr); gap: 52px; align-items: center; }
.marketplace-card { padding: 28px; border: 1px solid #d1deea; border-radius: 28px; background: #fff; box-shadow: var(--launch-shadow); }
.marketplace-card img { max-width: 280px; margin: 0 auto 20px; display: block; border-radius: 18px; }
.marketplace-card .status-line { padding: 15px 0; display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid #e1e8ef; color: #496075; font-size: 13px; }
.marketplace-card .status-line strong { color: var(--launch-ink); }
.marketplace-card .btn { width: 100%; margin-top: 18px; }

.proof-strip { margin-top: 42px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.proof-point { padding: 22px; border: 1px solid #d2dee9; border-radius: 20px; background: #fff; }
.proof-point span { color: #2174b2; font-size: 11px; font-weight: 950; letter-spacing: .13em; }
.proof-point strong { display: block; margin: 18px 0 8px; color: var(--launch-ink); font-size: 18px; }
.proof-point p { margin: 0; font-size: 14px; }

.launch-cta { position: relative; overflow: hidden; padding: 96px 24px; color: #fff; text-align: center; background: #050e18; }
.launch-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 20%, rgba(47,109,246,.28), transparent 40%); }
.launch-cta .editorial-narrow { position: relative; z-index: 2; }
.launch-cta h2 { color: #fff; font-size: clamp(42px, 5.8vw, 72px); letter-spacing: -.06em; }
.launch-cta p { max-width: 780px; margin-left: auto; margin-right: auto; color: #b8c8d8; }
.launch-cta .hero-actions { justify-content: center; }

.page-hero { position: relative; overflow: hidden; padding: 94px 24px 78px; color: #fff; background: linear-gradient(145deg, #050e18, #0a2137); }
.page-hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(111,168,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(111,168,255,.07) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom,#000,transparent); }
.page-hero-inner { position: relative; z-index: 2; max-width: 1080px; margin: 0 auto; }
.page-hero h1 { max-width: 900px; margin: 12px 0 22px; color: #fff; font-size: clamp(48px, 6.4vw, 78px); line-height: .98; letter-spacing: -.062em; }
.page-hero .lead { max-width: 820px; color: #dbe7f2; }
.page-hero .sublead { color: #aebfd0; }
.page-hero .hero-actions { margin-top: 28px; }

.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.use-case-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.use-case-card { padding: 26px; border: 1px solid #d1dee9; border-radius: 24px; background: #fff; box-shadow: 0 14px 40px rgba(7,18,31,.07); }
.use-case-card span { color: #2077bd; font-size: 11px; font-weight: 950; letter-spacing: .13em; }
.use-case-card h3 { margin-top: 20px; color: var(--launch-ink); }
.use-case-card p { font-size: 15px; }
.stakeholder-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.stakeholder { padding: 18px; border: 1px solid #d5e0ea; border-radius: 18px; color: #1e3a50; background: #f9fbfd; font-weight: 850; }
.procurement-steps { margin-top: 36px; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.procurement-step { position: relative; min-height: 160px; padding: 20px; border: 1px solid #d2dee9; border-radius: 20px; background: #fff; }
.procurement-step:not(:last-child)::after { content: "→"; position: absolute; right: -11px; top: 50%; z-index: 2; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #1d4ed8; background: #eef5ff; transform: translateY(-50%); font-weight: 950; }
.procurement-step span { color: #1d6ca7; font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.procurement-step strong { display: block; margin: 18px 0 8px; color: var(--launch-ink); }
.procurement-step p { margin: 0; font-size: 13px; }

.form-summary { margin-bottom: 30px; padding: 24px; border: 1px solid #cfe0ec; border-radius: 22px; background: #f4f9fd; }
.form-summary h3 { color: var(--launch-ink); }
.form-summary p { margin-bottom: 0; font-size: 15px; }
.field-note { color: #66798d; font-size: 12px; line-height: 1.45; }

.category-footer-note { max-width: 850px; color: #9fb0c1; }

@media (max-width: 1100px) {
  .launch-hero-grid { grid-template-columns: 1fr; }
  .trust-record { max-width: 720px; }
  .trust-model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-model-item { border-bottom: 1px solid #d7e2ec; }
  .trust-model-item:nth-child(2n) { border-right: 0; }
  .trust-model-item:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .industry-grid, .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marketplace-panel { grid-template-columns: 1fr; }
  .marketplace-card { max-width: 560px; }
  .procurement-steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .procurement-step::after { display: none !important; }
}

@media (max-width: 980px) {
  .launch-nav { flex-wrap: wrap; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-menu {
    display: none;
    width: 100%;
    padding: 18px 0 8px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    border-top: 1px solid #d7e1ea;
  }
  .nav-menu.open { display: flex; }
  .launch-nav .navlinks { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
  .launch-nav .navlinks a { padding: 11px 4px; border-bottom: 1px solid #e4ebf2; }
  .launch-nav .nav-cta { display: flex; }
  .launch-nav .nav-cta .btn { width: 100%; }
  .pilot-panel, .two-column { grid-template-columns: 1fr; }
  .stakeholder-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .launch-bar-divider { display: none; }
  .launch-hero-grid { padding: 76px 20px 68px; gap: 44px; }
  .launch-title { font-size: 50px; }
  .hero-actions .btn { width: 100%; }
  .editorial-section { padding: 72px 20px; }
  .question-row { grid-template-columns: 46px 1fr; gap: 14px; }
  .question-row span:last-child { display: none; }
  .trust-model-grid, .industry-grid, .proof-strip, .use-case-grid, .stakeholder-grid, .procurement-steps { grid-template-columns: 1fr; }
  .trust-model-item, .trust-model-item:nth-child(2n), .trust-model-item:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid #d7e2ec; }
  .trust-model-item:last-child { border-bottom: 0; }
  .pilot-facts { grid-template-columns: 1fr; }
  .industry-card { min-height: 340px; }
  .trust-record-step { grid-template-columns: 1fr; }
  .record-state { display: none; }
  .page-hero { padding: 72px 20px 60px; }
  .page-hero h1 { font-size: 48px; }
}

@media (max-width: 520px) {
  .launch-title, .page-hero h1 { font-size: 41px; }
  .launch-nav .brand img { width: 135px; }
  .launch-nav .brand-name { display: none; }
  .launch-bar-inner { padding-left: 14px; padding-right: 14px; }
  .trust-record { padding: 20px; }
  .trust-record-header h2 { font-size: 21px; }
  .record-seal { width: 46px; height: 46px; }
  .pilot-panel { padding: 26px 20px; }
}
.aws-brand-lockup {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  display: flex;
  gap: 18px;
  justify-content: center;
  min-height: 112px;
  padding: 14px 16px;
}

.aws-brand-lockup-digitrans {
  height: auto;
  max-width: 150px;
  width: 42%;
}

.aws-brand-lockup-divider {
  background: rgba(15, 23, 42, 0.2);
  height: 54px;
  width: 1px;
}

.aws-brand-lockup-marketplace {
  height: auto;
  max-width: 150px;
  width: 42%;
}

.aws-brand-lockup-note {
  color: var(--muted, #526072);
  font-size: 0.78rem;
  line-height: 1.45;
  margin: 10px 0 4px;
  text-align: center;
}

@media (max-width: 520px) {
  .aws-brand-lockup {
    gap: 12px;
    padding: 12px;
  }

  .aws-brand-lockup-divider {
    height: 44px;
  }
}
