:root {
  --dark: #061317;
  --dark-2: #11191d;
  --card: #27333a;
  --card-2: #192327;
  --orange: #ff5b1d;
  --youtube-red: #ff0033;
  --youtube-red-dark: #b90020;
  --white: #ffffff;
  --black: #222222;
  --muted: #b9bfc0;
  --gray: #777777;
  --line: #dedede;
  --green: #a7f568;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--dark);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.nav-wrap {
  position: absolute;
  top: 38px;
  left: 50%;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  width: min(1480px, calc(100% - 150px));
  transform: translateX(-50%);
}

.nav-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 84px;
  padding: 12px 34px;
  background: #2a343b;
  border-radius: 24px;
}

.logo {
  display: grid;
  min-width: 200px;
  line-height: 0.86;
}

.script {
  color: var(--orange);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 35px;
}

.mark {
  color: var(--white);
  font-size: 42px;
  font-weight: 1000;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 50px);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 260px;
  min-height: 84px;
  color: var(--white);
  background: var(--orange);
  border-radius: 24px;
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-dark {
  position: relative;
  overflow: hidden;
  min-height: 930px;
  padding-top: 130px;
  background: var(--dark);
}

.hero-person {
  position: absolute;
  left: 50%;
  bottom: 120px;
  z-index: 4;
  overflow: hidden;
  width: min(640px, 45vw);
  aspect-ratio: 4 / 5;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.48);
  transform: translateX(-50%);
  filter: contrast(1.04) brightness(0.96);
  mix-blend-mode: normal;
  opacity: 1;
  pointer-events: none;
}

.hero-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.hero-label {
  position: absolute;
  left: 50%;
  bottom: 298px;
  z-index: 6;
  color: var(--white);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.hero-name {
  position: absolute;
  left: 50%;
  bottom: 8px;
  z-index: 6;
  color: var(--white);
  font-size: clamp(145px, 21.5vw, 365px);
  font-weight: 1000;
  line-height: 0.72;
  transform: translateX(-50%);
  white-space: nowrap;
}

.stats-and-logos {
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 72px;
  background: var(--dark);
}

.stat-row {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  width: min(1400px, calc(100% - 190px));
  margin: 0 auto 62px;
}

.stat-row article {
  min-height: 286px;
  padding: 34px 38px;
  background: var(--card);
  border: 2px solid #44545f;
  border-radius: 30px;
  overflow: hidden;
}

.stat-row span {
  display: block;
  min-height: 44px;
  font-size: 18px;
}

.stat-row strong {
  display: block;
  margin: 24px 0;
  font-size: 60px;
  line-height: 1;
}

.stat-row p {
  margin: 0;
  font-size: 21px;
  line-height: 1.42;
}

.logo-rain {
  display: grid;
  gap: 20px;
  opacity: 1;
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: logoRun 38s linear infinite;
}

.logo-track.reverse {
  animation-direction: reverse;
}

.logo-track span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  padding: 10px 18px 10px 10px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.logo-track img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(1);
}

.logo-track .audience-chip {
  padding: 10px 18px 10px 10px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
}

.logo-track .audience-chip::before {
  content: none;
}

.logo-track .audience-chip img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(1) contrast(1.04);
}

.logo-track .logo-chip {
  padding: 18px 28px;
  color: rgba(255, 255, 255, 0.58);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.08);
  font-size: 22px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 28px;
  padding: 13px 27px;
  color: var(--white);
  background: var(--orange);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 950;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  letter-spacing: 0;
}

.intro-white,
.foundation,
.services-light,
.final-cta {
  color: var(--black);
  background: var(--white);
}

.intro-white {
  overflow: hidden;
  width: 100%;
  padding: 92px clamp(24px, 6vw, 140px) 86px;
  text-align: center;
  border-radius: 26px 26px 0 0;
}

.intro-white h1 {
  max-width: 1000px;
  margin: 0 auto 28px;
  font-size: clamp(48px, 6vw, 96px);
  line-height: 1.08;
}

.intro-white p:not(.pill) {
  max-width: 820px;
  margin: 0 auto 34px;
  color: #333333;
  font-size: 20px;
  line-height: 1.55;
}

.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 385px;
  min-height: 76px;
  margin-bottom: 70px;
  color: var(--black);
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: 12px;
  font-size: 19px;
  font-weight: 950;
  text-transform: uppercase;
}

.video-card {
  position: relative;
  overflow: hidden;
  display: block;
  width: min(1100px, 100%);
  aspect-ratio: 16 / 8.2;
  margin: 0 auto;
  background: var(--dark);
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.16);
}

.video-card::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.22));
  content: "";
  pointer-events: none;
}

.video-card video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.foundation {
  padding: 84px clamp(24px, 6vw, 130px) 96px;
  text-align: center;
}

.foundation h2,
.services-copy h2,
.why-copy h2,
.mind-copy h2,
.philosophy h2,
.insights h2,
.contact-panel h2 {
  margin-bottom: 28px;
  font-size: clamp(44px, 5.2vw, 82px);
  line-height: 1.1;
}

.foundation h2 span,
.services-copy h2 span,
.mind-copy h2 span,
.contact-panel h2 span {
  color: var(--gray);
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 36px 0 32px;
}

.tabs button {
  min-width: 182px;
  padding: 22px 28px;
  color: var(--gray);
  background: #f1f2f3;
  border: 0;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 850;
  cursor: pointer;
}

.tabs button.active {
  color: var(--white);
  background: var(--black);
}

.foundation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  text-align: left;
}

.foundation-grid article {
  min-height: 380px;
  padding: 42px;
  border: 2px solid var(--line);
  border-radius: 28px;
}

.foundation-grid span {
  display: block;
  margin-bottom: 26px;
  color: #bebebe;
  font-size: 78px;
  font-weight: 900;
}

.foundation-grid h3 {
  margin-bottom: 24px;
  font-size: 31px;
}

.foundation-grid p {
  color: var(--black);
  font-size: 20px;
  line-height: 1.5;
}

.services-light {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(380px, 0.62fr) minmax(600px, 1fr);
  gap: 72px;
  align-items: center;
  padding: 92px clamp(24px, 6vw, 150px);
}

.services-copy p:not(.pill) {
  max-width: 560px;
  color: var(--black);
  font-size: 20px;
  line-height: 1.55;
}

.arrows {
  display: flex;
  gap: 18px;
  margin-top: 70px;
}

.arrows button {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  color: var(--black);
  background: var(--green);
  border: 0;
  border-radius: 50%;
  font-size: 34px;
  cursor: pointer;
}

.service-cards {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 8px 0 24px;
  scrollbar-width: thin;
}

.service-card {
  flex: 0 0 min(620px, 76vw);
  min-height: 600px;
  padding: 52px;
  border-radius: 30px;
  scroll-snap-align: start;
}

.service-card.green { background: #effbed; border: 1px solid #b9deb4; }
.service-card.pink { background: #fff0f6; border: 1px solid #e8bfd8; }
.service-card.blue { background: #eef5ff; border: 1px solid #bfd1ea; }
.service-card.yellow { background: #fff8dc; border: 1px solid #ecd78c; }

.service-card > span {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 22px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 999px;
  font-weight: 850;
}

.service-card h3 {
  margin-bottom: 26px;
  font-size: 47px;
  line-height: 1.12;
}

.service-card p,
.service-card li {
  color: #333333;
  font-size: 20px;
  line-height: 1.45;
}

.service-card a {
  display: inline-flex;
  margin-top: 28px;
  padding: 22px 36px;
  color: var(--white);
  background: var(--black);
  border-radius: 12px;
  font-size: 20px;
  font-weight: 780;
}

.pricing-section {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto 92px;
  padding: 38px 0 8px;
  text-align: center;
}

.pricing-section h2 {
  margin-bottom: 48px;
  color: var(--white);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
}

.pricing-section h2 span {
  color: var(--orange);
}

.pricing-intro {
  width: min(900px, 100%);
  margin: -22px auto 44px;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.65;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}

.pricing-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: clamp(30px, 4vw, 42px);
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
}

.pricing-card.featured {
  border-color: rgba(255, 91, 29, 0.52);
  box-shadow: 0 28px 70px rgba(255, 91, 29, 0.08);
}

.pricing-label {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 9px 14px;
  color: var(--orange);
  background: rgba(255, 91, 29, 0.11);
  border: 1px solid rgba(255, 91, 29, 0.28);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(25px, 2.2vw, 32px);
}

.price {
  margin-bottom: 28px;
  color: var(--white);
  font-size: clamp(44px, 5vw, 60px);
  font-weight: 950;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
}

.pricing-card ul {
  display: grid;
  gap: 17px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.pricing-card li::before {
  position: absolute;
  left: 0;
  color: var(--orange);
  content: "\2713";
  font-weight: 950;
}

.pricing-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  margin-top: auto;
  padding: 16px 22px;
  color: var(--white);
  background: var(--orange);
  border-radius: 10px;
  font-weight: 950;
}

.why-dark {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(420px, 0.7fr) minmax(420px, 1fr);
  gap: 46px;
  width: min(1480px, calc(100% - 120px));
  margin: 86px auto 60px;
  padding: 58px;
  background: var(--dark-2);
  border-radius: 26px;
}

.why-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(17, 25, 29, 0.96) 0%, rgba(17, 25, 29, 0.84) 43%, rgba(17, 25, 29, 0.22) 100%);
  z-index: 1;
}

.why-copy h2 span,
.why-copy h3 span {
  color: var(--orange);
}

.why-copy h3 {
  margin-bottom: 26px;
  font-size: 29px;
  line-height: 1.35;
}

.why-copy {
  position: relative;
  z-index: 3;
}

.why-copy p {
  color: var(--white);
  font-size: 18px;
  line-height: 1.55;
}

.why-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  margin-top: 22px;
  padding: 24px 28px;
  background: rgba(27, 36, 41, 0.96);
  border-radius: 16px;
  backdrop-filter: blur(8px);
}

.why-card b {
  color: var(--white);
  font-size: 30px;
}

.why-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}

.why-card p {
  margin: 0;
}

.color-arc {
  position: relative;
  z-index: 0;
  align-self: center;
  height: 520px;
  opacity: 0.72;
  transform: translateX(8%);
}

.color-arc span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 23px;
  height: 490px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #ff5a6f 30%, #ff0033 58%, #8f0018 100%);
  filter: blur(0.5px) drop-shadow(0 0 18px rgba(255, 0, 51, 0.45));
  transform-origin: bottom center;
  opacity: 0.92;
}

.color-arc span:nth-child(1) { transform: rotate(-50deg) translateY(-8px); }
.color-arc span:nth-child(2) { transform: rotate(-44deg) translateY(-28px); }
.color-arc span:nth-child(3) { transform: rotate(-38deg) translateY(-46px); }
.color-arc span:nth-child(4) { transform: rotate(-32deg) translateY(-64px); }
.color-arc span:nth-child(5) { transform: rotate(-26deg) translateY(-80px); }
.color-arc span:nth-child(6) { transform: rotate(-20deg) translateY(-94px); }
.color-arc span:nth-child(7) { transform: rotate(-14deg) translateY(-104px); }
.color-arc span:nth-child(8) { transform: rotate(-8deg) translateY(-112px); }
.color-arc span:nth-child(9) { transform: rotate(-2deg) translateY(-116px); }
.color-arc span:nth-child(10) { transform: rotate(4deg) translateY(-114px); }
.color-arc span:nth-child(11) { transform: rotate(10deg) translateY(-108px); }
.color-arc span:nth-child(12) { transform: rotate(16deg) translateY(-98px); }
.color-arc span:nth-child(13) { transform: rotate(22deg) translateY(-84px); }
.color-arc span:nth-child(14) { transform: rotate(28deg) translateY(-68px); }
.color-arc span:nth-child(15) { transform: rotate(34deg) translateY(-48px); }
.color-arc span:nth-child(16) { transform: rotate(40deg) translateY(-28px); }
.color-arc span:nth-child(17) { transform: rotate(46deg) translateY(-12px); }
.color-arc span:nth-child(18) { transform: rotate(52deg) translateY(0); }

.ai-strategist {
  position: relative;
  overflow: hidden;
  width: min(1480px, calc(100% - 80px));
  margin: 0 auto 92px;
  padding: 56px clamp(24px, 4vw, 58px);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 91, 29, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #151515;
  background-size: auto, 34px 34px, auto;
  border-radius: 22px;
}

.ai-intro {
  max-width: 980px;
  margin-bottom: 54px;
}

.ai-intro h2 {
  margin-bottom: 28px;
  color: var(--white);
  font-size: clamp(46px, 6vw, 82px);
  line-height: 1.05;
}

.ai-intro h2 span {
  color: var(--orange);
}

.ai-intro p {
  max-width: 850px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
}

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

.ai-grid article {
  min-height: 270px;
  padding: 36px;
  background: rgba(22, 22, 22, 0.86);
  border: 1px solid rgba(255, 91, 29, 0.32);
  border-radius: 16px;
}

.ai-grid article > div {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  color: var(--orange);
}

.ai-grid b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--orange);
  background: rgba(255, 91, 29, 0.17);
  border-radius: 50%;
}

.ai-grid span {
  color: var(--orange);
  font-size: 27px;
  line-height: 1;
}

.ai-grid h3 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.15;
}

.ai-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.proof-section {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto 92px;
  text-align: center;
}

.proof-section h2 {
  max-width: 900px;
  margin: 0 auto 18px;
  color: var(--white);
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.05;
}

.proof-section > p:not(.pill) {
  max-width: 760px;
  margin: 0 auto 34px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

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

.proof-tile {
  position: relative;
  overflow: hidden;
  min-height: 235px;
  background-color: #151515;
  background-image: url("assets/youtube-results-proof-optimized.jpg");
  background-repeat: no-repeat;
  background-size: 305% 215%;
  border: 1px solid rgba(255, 91, 29, 0.28);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.proof-tile::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.34));
  content: "";
  pointer-events: none;
}

.proof-tile:hover,
.proof-tile:focus-visible {
  border-color: rgba(255, 91, 29, 0.62);
  box-shadow: 0 30px 90px rgba(255, 91, 29, 0.11);
  transform: translateY(-5px) scale(1.018);
}

.proof-tile.bump {
  animation: proofBump 380ms cubic-bezier(.2, 1.4, .4, 1);
}

.proof-1 {
  background-image: url("assets/proof-107k-views-optimized.jpg");
  background-position: center top;
  background-size: cover;
}
.proof-2 { background-position: 50% 0%; }
.proof-3 { background-position: 100% 0%; }
.proof-4 { background-position: 0% 100%; }
.proof-5 { background-position: 50% 100%; }
.proof-6 { background-position: 100% 100%; }

.proof-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.proof-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.proof-modal-card {
  width: min(1080px, 100%);
  padding: 14px;
  background: #101010;
  border: 1px solid rgba(255, 91, 29, 0.38);
  border-radius: 22px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
  transform: scale(0.96);
  transition: transform 180ms ease;
}

.proof-modal.open .proof-modal-card {
  transform: scale(1);
}

.proof-modal-image {
  min-height: min(62vh, 560px);
  background-image: url("assets/youtube-results-proof-optimized.jpg");
  background-repeat: no-repeat;
  background-size: 305% 215%;
  border-radius: 16px;
}

.intro-white,
.proof-section,
.meeting-proof,
.mind-panel,
.foundation,
.why-dark,
.ai-strategist,
.philosophy,
.pricing-section,
.fit-section,
.dominate-cta,
.blog-section,
.contact-section,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.proof-modal-title {
  margin: 14px 8px 4px;
  color: var(--muted);
  font-size: 16px;
  text-align: left;
}

.proof-close {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 101;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
}

.meeting-proof {
  position: relative;
  overflow: hidden;
  width: min(1480px, calc(100% - 80px));
  margin: 0 auto 92px;
  padding: clamp(54px, 7vw, 92px) clamp(22px, 5vw, 72px);
  color: var(--white);
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 38, 16, 0.22), transparent 36%),
    radial-gradient(circle at 10% 70%, rgba(255, 91, 29, 0.12), transparent 32%),
    linear-gradient(115deg, #050d0e 0%, #151111 52%, #2a080b 100%);
  border: 1px solid rgba(255, 91, 29, 0.18);
  border-radius: 22px;
  text-align: center;
}

.meeting-proof::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  opacity: 0.22;
  pointer-events: none;
}

.meeting-pill {
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 10px 22px;
  color: var(--orange);
  background: rgba(255, 91, 29, 0.12);
  border: 1px solid rgba(255, 91, 29, 0.34);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.meeting-proof h2 {
  position: relative;
  max-width: 920px;
  margin: 0 auto 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
}

.meeting-proof > p {
  position: relative;
  max-width: 860px;
  margin: 0 auto 54px;
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
}

.meeting-stage {
  position: relative;
  height: clamp(360px, 46vw, 620px);
  margin: 0 auto 54px;
  perspective: 1600px;
}

.meeting-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: min(880px, 74%);
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.08);
  border: 4px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
  opacity: 0;
  transform: translate3d(72%, -50%, -180px) scale(0.72) rotateY(-16deg);
  transition: transform 680ms cubic-bezier(.2, .9, .2, 1), opacity 680ms ease, filter 680ms ease;
}

.meeting-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meeting-frame.active {
  z-index: 4;
  opacity: 1;
  filter: none;
  transform: translate3d(-50%, -50%, 0) scale(1) rotateY(0);
}

.meeting-frame.next {
  z-index: 3;
  opacity: 0.62;
  filter: brightness(0.76);
  transform: translate3d(-2%, -48%, -90px) scale(0.86) rotateY(-10deg);
}

.meeting-frame.far {
  z-index: 2;
  opacity: 0.34;
  filter: brightness(0.62);
  transform: translate3d(-93%, -46%, -170px) scale(0.76) rotateY(10deg);
}

.meeting-frame.back {
  z-index: 1;
  opacity: 0;
  filter: brightness(0.55);
  transform: translate3d(82%, -50%, -220px) scale(0.68) rotateY(-16deg);
}

.meeting-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 64px;
  padding: 18px 34px;
  color: var(--white);
  background: linear-gradient(90deg, #ff7a00, #ff1b12);
  border-radius: 999px;
  font-weight: 950;
  box-shadow: 0 20px 60px rgba(255, 91, 29, 0.22);
}

.mind-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.55fr) minmax(0, 1fr);
  gap: 42px;
  width: min(1480px, calc(100% - 120px));
  margin: 0 auto 90px;
  padding: 42px;
  background: var(--dark-2);
  border-radius: 26px;
}

.portrait-card {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  background: #153b37;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.portrait-card img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: contrast(1.04) saturate(1.04) brightness(1.02);
  mix-blend-mode: normal;
}

.yellow-shape {
  position: absolute;
  left: 18px;
  top: 104px;
  z-index: 1;
  width: 190px;
  height: 230px;
  background: #ffd000;
  border-radius: 0 0 0 80px;
  opacity: 0.14;
}

.signature {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 4;
  color: var(--white);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 28px;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  transform: rotate(-3deg);
}

.mind-copy p:not(.pill) {
  max-width: 850px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.55;
}

.philosophy {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(360px, 1fr);
  gap: 70px;
  align-items: center;
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto 88px;
  padding: 40px 0;
}

.blue-bars {
  position: relative;
  height: 360px;
}

.blue-bars span {
  position: absolute;
  bottom: 0;
  width: 52px;
  height: 250px;
  background: linear-gradient(180deg, #ffffff 0%, #ff4560 40%, #ff0033 68%, #120106 100%);
  transform: skewY(-22deg);
  box-shadow: 0 0 28px rgba(255, 0, 51, 0.42);
}

.blue-bars span:nth-child(1) { left: 40px; height: 180px; }
.blue-bars span:nth-child(2) { left: 95px; height: 230px; }
.blue-bars span:nth-child(3) { left: 150px; height: 280px; }
.blue-bars span:nth-child(4) { left: 205px; height: 330px; }
.blue-bars span:nth-child(5) { left: 260px; height: 360px; }

.philosophy p,
.philosophy li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.philosophy li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.philosophy a,
.contact-panel button {
  display: inline-flex;
  margin-top: 22px;
  padding: 14px 22px;
  color: var(--white);
  background: var(--orange);
  border: 0;
  border-radius: 6px;
  font-weight: 900;
}

.insights {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto 90px;
}

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

.insight-grid article {
  overflow: hidden;
  background: var(--card-2);
  border-radius: 10px;
}

.insight-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.insight-grid h3,
.insight-grid p {
  padding-inline: 18px;
}

.insight-grid h3 {
  font-size: 20px;
}

.insight-grid p {
  color: var(--muted);
  padding-bottom: 18px;
}

.fit-section {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto 104px;
  padding: 16px 0 0;
  text-align: center;
}

.fit-section h2 {
  max-width: 920px;
  margin: 0 auto 46px;
  color: var(--white);
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 1.05;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  text-align: left;
}

.fit-card {
  min-height: 376px;
  padding: clamp(30px, 4vw, 46px);
  background: linear-gradient(180deg, #161616 0%, #111 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.fit-card.is-for {
  border-color: rgba(255, 91, 29, 0.45);
}

.fit-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.fit-heading span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  flex: 0 0 auto;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  font-size: 0;
  font-weight: 900;
}

.is-for .fit-heading span {
  color: var(--orange);
  background: rgba(255, 91, 29, 0.2);
}

.is-for .fit-heading span::before {
  content: "\2713";
  font-size: 26px;
}

.not-for .fit-heading span::before {
  content: "\00d7";
  color: rgba(255, 255, 255, 0.64);
  font-size: 30px;
}

.fit-heading h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.15;
}

.fit-card ul {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-card li {
  position: relative;
  padding-left: 40px;
  color: var(--muted);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.45;
}

.fit-card li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-size: 24px;
  font-weight: 900;
  content: "\2713";
}

.not-for li::before {
  color: rgba(255, 255, 255, 0.58);
  content: "\00d7";
}

.fit-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  margin-top: 54px;
  padding: 16px 28px;
  color: var(--orange);
  background: rgba(255, 91, 29, 0.08);
  border: 1px solid rgba(255, 91, 29, 0.58);
  border-radius: 999px;
  font-size: 0;
  font-weight: 900;
}

.fit-cta::before {
  content: "Book a Strategy Call \2193";
  font-size: 16px;
}

.testimonials {
  width: min(1480px, calc(100% - 80px));
  margin: 0 auto 92px;
  padding-top: 24px;
  text-align: center;
}

.testimonials h2 {
  max-width: 980px;
  margin: 0 auto 56px;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.1;
}

.testimonials h2 span {
  color: var(--orange);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  text-align: left;
}

.testimonial-grid article {
  min-height: 220px;
  padding: 30px;
  background: #171717;
  border: 1px solid rgba(255, 91, 29, 0.42);
  border-radius: 18px;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.avatar {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.text-avatar {
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), #7a1b00);
  font-size: 20px;
  font-weight: 950;
}

.avatar.orange { background: #ff7a00; }
.avatar.blue { background: #2563eb; }
.avatar.green { background: #2f7d22; }
.avatar.pink { background: #d3196b; }
.avatar.purple { background: #6842e8; }
.avatar.red { background: #ff4b1f; }

.review-head h3 {
  margin: 0;
  color: var(--white);
  font-size: 22px;
}

.stars {
  margin: 4px 0 0;
  color: #ff7a1a;
  font-size: 18px;
  letter-spacing: 0;
}

.testimonial-grid article > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.dominate-cta {
  position: relative;
  overflow: hidden;
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto 92px;
  padding: clamp(64px, 9vw, 110px) clamp(24px, 7vw, 92px);
  text-align: center;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 91, 29, 0.22), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(255, 0, 51, 0.2), transparent 34%),
    #101010;
  border: 1px solid rgba(255, 91, 29, 0.22);
  border-radius: 32px;
}

.dominate-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 48px;
  padding: 13px 28px;
  color: var(--orange);
  background: rgba(255, 91, 29, 0.12);
  border: 1px solid rgba(255, 91, 29, 0.42);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dominate-cta h2 {
  max-width: 860px;
  margin: 0 auto 32px;
  color: var(--white);
  font-size: clamp(58px, 8vw, 104px);
  line-height: 0.95;
}

.dominate-cta h2 span {
  color: var(--orange);
}

.dominate-cta > p {
  max-width: 820px;
  margin: 0 auto 52px;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.55;
}

.dominate-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-bottom: 38px;
}

.dominate-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 260px;
  min-height: 76px;
  padding: 20px 32px;
  border-radius: 18px;
  font-size: 19px;
  font-weight: 950;
}

.dominate-actions .primary {
  color: var(--white);
  background: linear-gradient(135deg, #ff7a00, #ff0033);
}

.dominate-actions .secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dominate-cta small {
  color: var(--muted);
  font-size: 16px;
  font-weight: 850;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(360px, 1fr);
  gap: 44px;
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto 96px;
  padding: 42px;
  background: var(--card-2);
  border-radius: 18px;
}

.contact-panel p {
  color: var(--muted);
  font-size: 18px;
}

.contact-badge {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 18px;
  color: var(--orange);
  background: rgba(255, 91, 29, 0.1);
  border: 1px solid rgba(255, 91, 29, 0.35);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.contact-methods a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  font-weight: 850;
}

.contact-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  flex: 0 0 auto;
  color: var(--white);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.gmail-icon {
  background: linear-gradient(135deg, #ea4335 0 34%, #fbbc05 34% 55%, #34a853 55% 76%, #4285f4 76%);
}

.linkedin-icon {
  background: #0a66c2;
  font-family: Arial, sans-serif;
}

.facebook-icon {
  background: #1877f2;
  font-family: Arial, sans-serif;
}

.contact-panel form {
  display: grid;
  gap: 14px;
}

.contact-panel input,
.contact-panel textarea {
  width: 100%;
  padding: 15px;
  color: var(--white);
  background: #2a3338;
  border: 0;
  border-radius: 5px;
  font: inherit;
}

.footer-logo {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 0 clamp(20px, 5vw, 72px) 0;
  text-align: center;
}

.footer-logo span {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.footer-logo strong {
  font-size: clamp(78px, 15vw, 190px);
  line-height: 0.8;
}

.footer-logo small {
  color: var(--muted);
}

.footer-logo small a {
  color: var(--white);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin-top: 34px;
  padding: 30px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--muted);
}

.footer-legal,
.footer-socials {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-legal {
  justify-self: start;
}

.footer-legal span {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.18);
}

.footer-socials {
  justify-self: center;
}

.footer-socials a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.footer-socials .footer-gmail {
  width: 34px;
  height: 34px;
  color: var(--white);
  background: linear-gradient(135deg, #ea4335 0 34%, #fbbc05 34% 55%, #34a853 55% 76%, #4285f4 76%);
  border-radius: 8px;
  font-size: 16px;
}

.footer-credit {
  justify-self: end;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

.copyright-line {
  width: 100%;
  padding: 28px 0 38px;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 16px;
  text-align: left;
}

.legal-page {
  min-height: 100vh;
  padding: 54px 20px 80px;
  color: var(--white);
  background: var(--dark);
}

.legal-shell {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  background: var(--card-2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
}

.legal-shell h1 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
}

.legal-shell h2 {
  margin: 32px 0 12px;
  font-size: 24px;
}

.legal-shell p,
.legal-shell li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.legal-shell a {
  color: var(--white);
  font-weight: 850;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--white);
  font-weight: 900;
}

@keyframes logoRun {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes proofBump {
  0% { transform: scale(1); }
  45% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pricing-card,
.ai-grid article,
.foundation-grid article,
.fit-card,
.insight-grid article,
.why-card,
.stat-row article,
.contact-panel,
.mind-panel,
.philosophy {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.pricing-card:hover,
.ai-grid article:hover,
.foundation-grid article:hover,
.fit-card:hover,
.insight-grid article:hover,
.why-card:hover,
.stat-row article:hover {
  transform: translateY(-6px);
}

.pricing-card:hover,
.ai-grid article:hover,
.fit-card:hover {
  border-color: rgba(255, 91, 29, 0.58);
  box-shadow: 0 28px 80px rgba(255, 91, 29, 0.09);
}

.outline-btn,
.nav-cta,
.pricing-card a,
.dominate-actions a,
.fit-cta,
.meeting-cta,
.philosophy a,
.contact-panel button {
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.outline-btn:hover,
.nav-cta:hover,
.pricing-card a:hover,
.dominate-actions a:hover,
.fit-cta:hover,
.meeting-cta:hover,
.philosophy a:hover,
.contact-panel button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(255, 91, 29, 0.18);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .pricing-card,
  .ai-grid article,
  .foundation-grid article,
  .fit-card,
  .insight-grid article,
  .why-card,
  .stat-row article,
  .outline-btn,
  .nav-cta,
  .pricing-card a,
  .dominate-actions a,
  .fit-cta,
  .meeting-cta,
  .philosophy a,
  .contact-panel button {
    transition: none;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .nav-wrap {
    position: static;
    grid-template-columns: 1fr;
    width: auto;
    padding: 18px;
    transform: none;
  }

  .nav-pill {
    flex-direction: column;
  }

  nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-dark {
    min-height: 820px;
  }

  .hero-person {
    width: min(580px, 58vw);
    bottom: 118px;
  }

  .stat-row,
  .foundation-grid,
  .insight-grid,
  .pricing-grid,
  .ai-grid,
  .proof-grid,
  .fit-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-light,
  .why-dark,
  .mind-panel,
  .philosophy,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .why-dark,
  .ai-strategist,
  .proof-section,
  .meeting-proof,
  .mind-panel,
  .philosophy,
  .insights,
  .dominate-cta,
  .pricing-section,
  .fit-section,
  .testimonials,
  .contact-panel {
    width: calc(100% - 36px);
  }
}

@media (max-width: 720px) {
  .nav-pill {
    border-radius: 18px;
  }

  .mark {
    font-size: 34px;
  }

  nav {
    display: none;
  }

  .nav-cta {
    min-height: 62px;
  }

  .hero-dark {
    min-height: 650px;
  }

  .hero-person {
    width: min(420px, 88vw);
    bottom: 126px;
    border-radius: 22px;
  }

  .hero-label {
    bottom: 270px;
    font-size: 34px;
  }

  .hero-name {
    bottom: 38px;
    font-size: 82px;
  }

  .stat-row {
    width: calc(100% - 32px);
    margin-top: 0;
    grid-template-columns: 1fr;
  }

  .intro-white,
  .foundation,
  .services-light {
    padding-inline: 18px;
  }

  .intro-white h1,
  .foundation h2,
  .services-copy h2,
  .why-copy h2,
  .mind-copy h2,
  .philosophy h2,
  .insights h2,
  .contact-panel h2 {
    font-size: 38px;
  }

  .outline-btn {
    min-width: 0;
    width: 100%;
  }

  .tabs,
  .arrows,
  .dominate-actions {
    flex-direction: column;
  }

  .foundation-grid,
  .insight-grid,
  .pricing-grid,
  .ai-grid,
  .proof-grid,
  .fit-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card,
  .ai-grid article {
    min-height: auto;
  }

  .proof-tile {
    min-height: 190px;
  }

  .meeting-proof {
    width: calc(100% - 24px);
    padding: 42px 18px;
  }

  .meeting-stage {
    height: 340px;
    margin-bottom: 36px;
  }

  .meeting-frame {
    width: 86%;
    border-width: 3px;
  }

  .meeting-frame.next {
    opacity: 0.38;
    transform: translate3d(-8%, -48%, -90px) scale(0.78) rotateY(-8deg);
  }

  .meeting-frame.far {
    opacity: 0.22;
    transform: translate3d(-92%, -46%, -150px) scale(0.7) rotateY(8deg);
  }

  .fit-card {
    min-height: auto;
    padding: 28px;
  }

  .service-cards {
    flex-direction: column;
  }

  .service-card {
    flex-basis: auto;
    min-height: auto;
    padding: 28px;
  }

  .why-dark,
  .dominate-cta,
  .mind-panel,
  .contact-panel {
    padding: 24px;
  }

  .why-card {
    grid-template-columns: 1fr;
  }

  .color-arc {
    height: 340px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-legal,
  .footer-credit {
    justify-self: center;
  }
}
