/* First marketing design slice: shared navigation, homepage introduction and proof. */
.marketing-header {
  --marketing-ink: #07354a;
  --marketing-ink-deep: #052f43;
  border-bottom: 0;
  background: #faf9f6;
}
.marketing-header-inner {
  grid-template-columns: 280px minmax(0, 1fr) 280px;
  width: min(100%, 1800px);
  min-height: 116px;
  padding-inline: clamp(28px, 3vw, 56px);
}
.marketing-header .marketing-brand,
.marketing-header .marketing-brand img { width: 258px; }
.marketing-header .marketing-desktop-nav { gap: clamp(24px, 2.6vw, 44px); }
.marketing-header .marketing-nav-link,
.marketing-header .marketing-sign-in,
.marketing-header .marketing-solutions-disclosure summary {
  color: #123447;
  font-size: 16px;
  font-weight: 500;
}
.marketing-header .marketing-solutions-disclosure summary { min-height: 44px; }
.marketing-header .marketing-solutions-disclosure summary img { width: 12px; height: 12px; opacity: .65; }
.marketing-header .marketing-solutions-disclosure > nav {
  top: calc(100% + 8px);
  width: 350px;
  border: 1px solid #e4e5df;
  border-radius: 14px;
  background: #fffefa;
  box-shadow: 0 14px 36px #0c323512;
}
.marketing-header .marketing-solutions-disclosure > nav a { border: 0; border-radius: 8px; }
.marketing-header .marketing-solutions-disclosure > nav span { font-family: inherit; font-size: 15px; font-weight: 550; }
.marketing-header .marketing-solutions-disclosure > nav small { margin-top: 3px; font-size: 13px; line-height: 1.5; }
.marketing-header .marketing-account-actions { gap: 32px; }
.marketing-header .marketing-sign-in { display: inline-flex; align-items: center; min-height: 44px; }
.marketing-header .marketing-header-cta {
  width: auto;
  min-height: 54px;
  padding: 16px 27px;
  border: 1px solid #07354a;
  border-radius: 16px;
  background: #07354a;
  font-size: 16px;
  font-weight: 500;
}
.marketing-header .marketing-header-cta:hover { background: #104a60; border-color: #104a60; }
.marketing-header summary:focus-visible { outline: 3px solid #ae7d32; outline-offset: 5px; border-radius: 4px; }
.marketing-header .marketing-menu-button { border-color: #cbd3d5; border-radius: 10px; font-weight: 500; }

.marketing-home-page {
  --marketing-ink: #07354a;
  --marketing-ink-deep: #052f43;
  --marketing-paper: #faf9f6;
  --marketing-copy: #5e687b;
  background: var(--marketing-paper);
}
.marketing-home-page .marketing-hero { border: 0; background: #faf9f6; }
.marketing-home-page .marketing-hero-inner {
  position: relative;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  width: min(100%, 1800px);
  min-height: min(825px, calc(100svh - 116px));
  padding: 34px clamp(30px, 4.75vw, 86px) 70px;
}
.marketing-home-page .marketing-hero-copy {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 0;
  padding: 32px 0 12px;
  background: none;
}
.marketing-home-page .marketing-hero .marketing-eyebrow {
  margin-bottom: 30px;
  color: #0b425c;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .17em;
}
.marketing-home-page .marketing-hero .marketing-hero-heading {
  position: relative;
  width: 108%;
  max-width: 750px;
  margin: 0 0 38px;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(46px, 4.4vw, 76px);
  font-weight: 400;
  letter-spacing: -.047em;
  line-height: 1.13;
  text-wrap: initial;
}
.marketing-home-page .marketing-hero .marketing-hero-heading span { display: block; }
.marketing-home-page .marketing-hero-deck {
  max-width: 580px;
  margin: 0 40px 0 0;
  color: #5e687b;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.55;
}
.marketing-home-page .marketing-hero-audience {
  max-width: 560px;
  margin: 28px 44px 32px 0;
  padding-top: 29px;
  color: #5e687b;
  font-size: clamp(16px, 1.08vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.marketing-home-page .marketing-hero-audience::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  border-top: 1px solid #bb934b;
  content: "";
}
.marketing-home-page .marketing-hero-actions { display: flex; flex-wrap: nowrap; gap: 20px; }
.marketing-home-page .marketing-hero-actions .marketing-button {
  min-height: 60px;
  padding: 17px 25px;
  border-radius: 11px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.marketing-home-page .marketing-hero-actions .marketing-button-primary { color: #fff; background: #07354a; border-color: #07354a; }
.marketing-home-page .marketing-hero-actions .marketing-button-primary:hover { background: #104a60; border-color: #104a60; }
.marketing-home-page .marketing-hero-actions .marketing-button-secondary { background: transparent; border-color: #bec5cd; }
.marketing-home-page .marketing-hero-actions .marketing-button-secondary:hover { background: #fffefa; border-color: #07354a; }
.marketing-home-page .marketing-hero .marketing-trial-note { margin: 15px 0 0 10px; color: #717b8d; font-size: 15px; }
.marketing-home-page .marketing-hero .marketing-trial-note span { padding-inline: 0; color: inherit; }

.marketing-lifecycle-explorer { position: relative; min-width: 0; margin: 0 -65px 0 -42px; }
.marketing-lifecycle-scene { position: relative; isolation: isolate; }
.marketing-lifecycle-art { width: 100%; height: auto; aspect-ratio: 4 / 3; mix-blend-mode: multiply; }
.marketing-lifecycle-tabs { position: absolute; inset: 0; }
.marketing-lifecycle-tab {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  color: #15364a;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.marketing-lifecycle-tab--planning { left: 16%; top: 29%; }
.marketing-lifecycle-tab--funding { left: 15%; top: 42%; }
.marketing-lifecycle-tab--design { left: 24%; top: 57%; }
.marketing-lifecycle-tab--permits { left: 36%; top: 67%; }
.marketing-lifecycle-tab--procurement { left: 54%; top: 76%; }
.marketing-lifecycle-tab--award { left: 78%; top: 77%; }
.marketing-lifecycle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 51px;
  height: 51px;
  border: 1.5px solid #bb964f;
  border-radius: 50%;
  background: #fffefa;
  box-shadow: 0 3px 9px #20313b12;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}
.marketing-lifecycle-icon img { width: 26px; height: 26px; }
.marketing-lifecycle-label {
  position: absolute;
  left: calc(100% + 8px);
  padding: 2px 4px;
  border-radius: 3px;
  background: #faf9f6e8;
  white-space: nowrap;
  line-height: 1.4;
}
.marketing-lifecycle-tab--permits .marketing-lifecycle-label,
.marketing-lifecycle-tab--procurement .marketing-lifecycle-label,
.marketing-lifecycle-tab--award .marketing-lifecycle-label { top: calc(100% + 8px); left: 50%; transform: translateX(-50%); }
.marketing-lifecycle-tab[aria-selected="true"] .marketing-lifecycle-icon {
  border-color: #a88648;
  background: #07354a;
  box-shadow: 0 0 0 4px #faf9f6, 0 0 0 5px #bb964f88;
}
.marketing-lifecycle-tab[aria-selected="true"] .marketing-lifecycle-icon img { filter: brightness(0) invert(1); }
.marketing-lifecycle-tab[aria-selected="true"] .marketing-lifecycle-label { font-weight: 600; }
.marketing-lifecycle-tab:hover .marketing-lifecycle-icon { box-shadow: 0 0 0 4px #faf9f6, 0 0 0 5px #bb964f88; }
.marketing-lifecycle-tab:focus-visible { outline: 3px solid #0b6486; outline-offset: 7px; border-radius: 50%; }
.marketing-lifecycle-information {
  position: absolute;
  z-index: 3;
  display: grid;
  align-items: start;
  top: 13%;
  right: 10%;
  width: 252px;
  min-height: 205px;
  padding: 18px 20px;
  border: 1px solid #e5e2d9;
  border-radius: 12px;
  background: #fffefaf5;
  box-shadow: 0 10px 30px #18344512;
}
.marketing-lifecycle-panel { grid-area: 1 / 1; }
/* Retain the largest panel's space while hiding inactive content and focus targets. */
.marketing-lifecycle-panel[aria-hidden="true"] { visibility: hidden; pointer-events: none; }
.marketing-lifecycle-panel:focus-visible { outline: 2px solid #0b6486; outline-offset: 6px; border-radius: 3px; }
.marketing-lifecycle-panel-label { margin: 0 0 8px; color: #8c6a32; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.marketing-lifecycle-panel h2 { margin: 0 0 8px; color: #17394b; font-family: inherit; font-size: 16px; font-weight: 550; line-height: 1.35; letter-spacing: -.015em; }
.marketing-lifecycle-panel-copy { margin: 0 0 12px; color: #596675; font-size: 13px; line-height: 1.5; }
.marketing-lifecycle-panel-link { display: inline-flex; align-items: center; gap: 8px; min-height: 24px; color: #0a435d; font-size: 12px; font-weight: 550; text-underline-offset: 4px; }
.marketing-lifecycle-panel-link img { width: 14px; height: 14px; }
.marketing-lifecycle-hint { margin: 9px 0 0; color: #697382; font-size: 12px; text-align: center; }
.marketing-lifecycle-hint span { color: #234658; }
.marketing-lifecycle-fallback { padding: 24px; }
.marketing-lifecycle-fallback h2 { font-size: 20px; }

.marketing-home-proof.marketing-section {
  width: min(100% - 80px, 1280px);
  padding-block: 108px 120px;
  scroll-margin-top: 28px;
}
.marketing-home-proof:focus { outline: none; }
.marketing-home-proof-intro { margin: 0 auto 54px; text-align: center; }
.marketing-home-proof-intro .marketing-eyebrow { margin-bottom: 20px; color: #47706e; }
.marketing-home-proof-intro h2 {
  max-width: none;
  margin: 0;
  color: #07354a;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.045em;
}
.marketing-home-proof .marketing-home-proof-deck { margin: 24px auto 0; color: #647071; font-size: 19px; line-height: 1.6; }
.marketing-project-preview {
  overflow: hidden;
  border: 1px solid #d9e5df;
  border-radius: 26px;
  background: #d8eeea url("/assets/project_intelligence/project-gradient-03-desktop-3b039663.webp") center top / 100% 100% no-repeat;
  box-shadow: 0 28px 70px -42px #174c4f55;
  color: #174b50;
}
.marketing-preview-identity { padding: 48px 54px 36px; }
.marketing-preview-owner { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 20px; color: #365f60; font-size: 13px; line-height: 1.5; }
.marketing-preview-owner > span { color: #7a9189; }
.marketing-preview-identity h3 { max-width: 680px; margin: 0; font-family: "Times New Roman", Times, serif; font-size: clamp(42px, 5.2vw, 68px); font-weight: 400; line-height: 1.1; letter-spacing: -.035em; }
.marketing-project-preview .marketing-preview-scope { max-width: 660px; margin: 24px 0 0; color: #365f60; font-size: 17px; line-height: 1.65; }
.marketing-preview-summary { margin: 0 24px 24px; border: 1px solid #ffffffb3; border-radius: 16px; background: #fffffff5; box-shadow: 0 9px 30px #174c4f08; }
.marketing-preview-facts { display: grid; grid-template-columns: .85fr 1fr 1.2fr; gap: 36px; margin: 0 30px; padding: 32px 0; }
.marketing-preview-facts > div { min-width: 0; }
.marketing-preview-facts dt { margin: 0 0 17px; color: #4e7470; font-size: 12px; font-weight: 600; letter-spacing: .035em; }
.marketing-preview-facts dd { margin: 0; }
.marketing-preview-facts .marketing-preview-value { color: #214e50; font-family: "Times New Roman", Times, serif; font-size: 28px; font-weight: 400; letter-spacing: -.025em; line-height: 1.2; overflow-wrap: anywhere; }
.marketing-preview-facts .marketing-preview-milestone { font-size: 25px; }
.marketing-preview-facts .marketing-preview-detail { margin-top: 12px; color: #657571; font-size: 13px; line-height: 1.6; }
.marketing-preview-facts .marketing-preview-forecast { margin-top: 5px; color: #657571; font-size: 12px; line-height: 1.6; }
.marketing-preview-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 30px; padding: 24px 0; border-top: 1px solid #e7ede9; }
.marketing-preview-footer p { display: flex; align-items: flex-start; gap: 10px; margin: 0; color: #506f69; font-size: 13px; line-height: 1.6; }
.marketing-preview-footer p > img { width: 18px; height: 18px; margin-top: 1px; opacity: .7; }
.marketing-preview-footer small { display: block; margin-top: 2px; color: #697b76; font-size: 12px; }
.marketing-preview-link { display: inline-flex; flex-shrink: 0; justify-content: center; align-items: center; gap: 16px; min-height: 48px; padding: 12px 20px; border: 1px solid #d9e4df; border-radius: 9px; color: #174b50; background: #f6f9f6; font-size: 14px; font-weight: 500; text-decoration: none; }
.marketing-preview-link img { width: 18px; height: 18px; }
.marketing-preview-link:hover { border-color: #819b90; background: #edf3ef; }
.marketing-preview-link:focus-visible { outline: 2px solid #174b50; outline-offset: 4px; }
.marketing-preview-empty { padding: 48px; text-align: center; background: #fff; }
.marketing-preview-empty h3 { margin: 0; font-family: "Times New Roman", Times, serif; font-size: 32px; font-weight: 400; }
.marketing-project-preview.marketing-preview-empty p { margin: 20px auto 28px; max-width: 520px; color: #617372; line-height: 1.6; }


.marketing-preview-progress { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 0; margin: 42px 0 0; padding: 0; list-style: none; }
.marketing-preview-progress li { position: relative; min-width: 0; padding: 0 10px 0 0; }
.marketing-preview-progress li::before { position: absolute; content: ""; top: 7px; left: 0; right: 0; height: 1px; background: #386e6a40; }
.marketing-preview-progress li:last-child::before { display: none; }
.marketing-preview-progress-marker { position: relative; display: block; width: 15px; height: 15px; margin-bottom: 13px; border: 1px solid #608983; border-radius: 50%; background: #edf5ed; }
.marketing-preview-progress strong { display: block; max-width: 120px; color: #10383b; font-size: 12px; font-weight: 500; line-height: 1.45; }
.marketing-preview-progress small { display: block; margin-top: 4px; color: #254e4d; font-size: 11px; line-height: 1.4; }
.marketing-preview-progress .is-evidenced .marketing-preview-progress-marker { background: #427c71; border-color: #427c71; }
.marketing-preview-progress .is-current .marketing-preview-progress-marker { background: #104f4b; border: 3px solid #e7f3e7; box-shadow: 0 0 0 2px #104f4b, 0 0 0 6px #e8f4e765; }
.marketing-preview-progress .is-current strong, .marketing-preview-progress .is-current small { font-weight: 700; color: #0b4544; }
.marketing-preview-progress .is-forecast .marketing-preview-progress-marker { border-style: dashed; background: #fff5e3; }

@media (min-width: 1800px) {
  .marketing-home-page .marketing-hero-inner { min-height: 825px; }
}
@media (max-width: 1250px) and (min-width: 1021px) {
  .marketing-home-page .marketing-coverage-inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); }
  .marketing-home-page .marketing-coverage-inner > .marketing-button { grid-column: 2; justify-self: start; }
  .marketing-header-inner { grid-template-columns: 225px minmax(0, 1fr) 220px; padding-inline: 30px; }
  .marketing-header .marketing-brand,
  .marketing-header .marketing-brand img { width: 215px; }
  .marketing-header .marketing-desktop-nav { gap: 22px; }
  .marketing-header .marketing-account-actions { gap: 20px; }
  .marketing-header .marketing-header-cta { padding-inline: 20px; }
  .marketing-home-page .marketing-hero-inner { padding-inline: 45px; min-height: 730px; }
  .marketing-home-page .marketing-hero .marketing-hero-heading { font-size: 49px; }
  .marketing-home-page .marketing-hero-actions { flex-wrap: wrap; gap: 12px; }
  .marketing-home-page .marketing-hero-actions .marketing-button { padding-inline: 20px; min-height: 54px; font-size: 14px; }
  .marketing-lifecycle-explorer { margin-right: -20px; }
  .marketing-lifecycle-information { top: 10%; width: 225px; min-height: 215px; padding: 17px; }
  .marketing-lifecycle-icon { width: 44px; height: 44px; }
  .marketing-lifecycle-tab { font-size: 12px; }
}
@media (max-width: 1020px) {
  .marketing-header-inner { grid-template-columns: minmax(0, 1fr) auto auto; min-height: 90px; gap: 18px; padding-inline: 30px; }
  .marketing-header .marketing-brand,
  .marketing-header .marketing-brand img { width: 225px; }
  .marketing-header .marketing-desktop-nav,
  .marketing-header .marketing-account-actions { display: none; }
  .marketing-home-page .marketing-hero-inner { grid-template-columns: 1fr; gap: 8px; min-height: 0; padding: 36px 7vw 52px; }
  .marketing-home-page .marketing-hero-copy { padding: 14px 0 0; }
  .marketing-home-page .marketing-hero .marketing-hero-heading { width: 100%; max-width: 740px; font-size: clamp(45px, 6.7vw, 64px); margin-bottom: 26px; }
  .marketing-home-page .marketing-hero-deck { max-width: 650px; margin-right: 0; font-size: 19px; }
  .marketing-home-page .marketing-hero-audience { max-width: 620px; margin-right: 0; font-size: 17px; }
  .marketing-lifecycle-explorer { width: 100%; max-width: 790px; margin: 18px auto 0; }
  .marketing-home-proof.marketing-section { width: calc(100% - 64px); padding-block: 76px 88px; }
  .marketing-preview-identity { padding: 36px 32px 30px; }
  .marketing-preview-facts { margin-inline: 24px; gap: 24px; }
  .marketing-preview-facts .marketing-preview-value { font-size: 25px; }
  .marketing-preview-facts .marketing-preview-milestone { font-size: 23px; }
  .marketing-preview-footer { margin-inline: 24px; }
}
@media (max-width: 680px) {
  .marketing-header-inner { min-height: 80px; gap: 9px; padding-inline: 20px; }
  .marketing-header .marketing-brand,
  .marketing-header .marketing-brand img { width: 170px; }
  .marketing-header .marketing-mobile-sign-in { font-size: 13px; padding-inline: 3px; }
  .marketing-header .marketing-menu-button { min-width: 44px; width: 44px; min-height: 44px; padding: 10px; }
  .marketing-header .marketing-menu-button > span { display: none; }
  .marketing-home-page .marketing-hero-inner { padding: 33px 24px 38px; }
  .marketing-home-page .marketing-hero-copy { padding: 0; }
  .marketing-home-page .marketing-hero .marketing-eyebrow { font-size: 10px; letter-spacing: .15em; margin-bottom: 22px; }
  .marketing-home-page .marketing-hero .marketing-hero-heading { max-width: 550px; font-size: clamp(39px, 10.6vw, 57px); margin-bottom: 25px; line-height: 1.12; }
  .marketing-home-page .marketing-hero .marketing-hero-heading span { display: inline; }
  .marketing-home-page .marketing-hero-deck { font-size: 16px; line-height: 1.6; }
  .marketing-home-page .marketing-hero-audience { margin: 23px 0 26px; padding-top: 23px; font-size: 15px; line-height: 1.55; }
  .marketing-home-page .marketing-hero-actions { display: grid; gap: 12px; }
  .marketing-home-page .marketing-hero-actions .marketing-button { width: 100%; min-height: 54px; padding-inline: 12px; font-size: 15px; white-space: normal; }
  .marketing-home-page .marketing-hero .marketing-trial-note { margin: 12px 0 0; font-size: 13px; text-align: center; }
  .marketing-lifecycle-explorer { margin-top: 28px; }
  .marketing-lifecycle-scene { display: grid; }
  .marketing-lifecycle-art { width: calc(100% + 36px); max-width: none; margin: 0 -18px 6px; }
  .marketing-lifecycle-tabs { position: static; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 4px 0 16px; }
  .marketing-lifecycle-tab { position: static; flex-direction: row; justify-content: center; gap: 5px; min-width: 0; min-height: 48px; padding: 9px 5px; transform: none; border: 1px solid #d6d9d6; border-radius: 8px; background: #fffefa; font-size: 12px; }
  .marketing-lifecycle-tab .marketing-lifecycle-icon { width: 18px; height: 20px; border: 0; border-radius: 0; box-shadow: none; background: none; }
  .marketing-lifecycle-icon img { width: 18px; height: 18px; }
  .marketing-lifecycle-tab .marketing-lifecycle-label { position: static; padding: 0; transform: none; background: none; }
  .marketing-lifecycle-tab[aria-selected="true"] { border-color: #07354a; background: #07354a; color: #fff; }
  .marketing-lifecycle-tab[aria-selected="true"] .marketing-lifecycle-icon { background: none; box-shadow: none; }
  .marketing-lifecycle-tab:focus-visible { border-radius: 8px; outline-offset: 3px; }
  .marketing-lifecycle-tab:hover .marketing-lifecycle-icon { box-shadow: none; }
  .marketing-lifecycle-information { position: static; width: 100%; min-height: 215px; padding: 22px; box-shadow: 0 5px 20px #18344508; }
  .marketing-lifecycle-panel-label { font-size: 11px; }
  .marketing-lifecycle-panel h2 { font-size: 19px; }
  .marketing-lifecycle-panel-copy { font-size: 15px; }
  .marketing-lifecycle-panel-link { min-height: 30px; font-size: 13px; }
  .marketing-lifecycle-hint { margin-top: 16px; font-size: 11px; }
  .marketing-home-proof.marketing-section { width: calc(100% - 40px); padding: 64px 0 72px; }
  .marketing-home-proof-intro { margin-bottom: 34px; }
  .marketing-home-proof-intro .marketing-eyebrow { font-size: 10px; margin-bottom: 18px; }
  .marketing-home-proof-intro h2 { max-width: 350px; margin-inline: auto; font-size: 42px; }
  .marketing-home-proof .marketing-home-proof-deck { max-width: 310px; margin-top: 20px; font-size: 16px; }
  .marketing-proof-desktop-break { display: none; }
  .marketing-project-preview { border-radius: 20px; background-image: url("/assets/project_intelligence/project-gradient-03-mobile-eb3f9b01.webp"); }
  .marketing-preview-summary { margin: 0 10px 10px; border-radius: 12px; }
  .marketing-preview-progress { display: none; }
  .marketing-preview-identity { padding: 32px 24px 38px; }
  .marketing-preview-owner { gap: 8px; margin-bottom: 18px; font-size: 12px; }
  .marketing-preview-identity h3 { font-size: 42px; }
  .marketing-project-preview .marketing-preview-scope { margin-top: 18px; font-size: 15px; }
  .marketing-preview-facts { grid-template-columns: 1fr; margin-inline: 20px; padding: 0; gap: 0; }
  .marketing-preview-facts > div { padding: 24px 0; }
  .marketing-preview-facts > div + div { border-top: 1px solid #e7ede9; }
  .marketing-preview-facts dt { margin-bottom: 12px; }
  .marketing-preview-facts .marketing-preview-value { font-size: 27px; }
  .marketing-preview-facts .marketing-preview-detail { margin-top: 9px; font-size: 14px; }
  .marketing-preview-footer { display: grid; gap: 22px; margin-inline: 20px; padding-block: 24px; }
  .marketing-preview-link { width: 100%; min-height: 50px; }
  .marketing-preview-empty { padding: 32px 24px; }
}
@media (max-width: 360px) {
  .marketing-header-inner { padding-inline: 16px; gap: 6px; }
  .marketing-header .marketing-brand,
  .marketing-header .marketing-brand img { width: 148px; }
  .marketing-lifecycle-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  .marketing-lifecycle-icon { transition: none; }
  .marketing-home-page .marketing-hero-actions .marketing-button { transition: none; transform: none; }
}
