/* =========================================================
   SAVIX ADS — ABOUT PAGE
   Designed to match the existing Savix Ads website:
   DM Sans + Space Grotesk
   #0d100d / #c7f36b / #f4f5f2
========================================================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  background: #f4f5f2;
  color: #121411;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}


/* ================= ABOUT PAGE / SHARED CONTENT ================= */

/* ================= SHARED ================= */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.7px;
  color: #899187;
}

.eyebrow > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7f36b;
}

.dark-eyebrow {
  color: #899187;
}

.section {
  padding: 130px 0;
}

.section-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 60px;
}

.section-head h2,
.ecosystem-head h2,
.principles-head h2,
.cta h2 {
  font: 600 clamp(48px, 6vw, 82px)/.98 "Space Grotesk";
  letter-spacing: -4px;
}

.section-head h2 em,
.ecosystem-head h2 em,
.principles-head h2 em,
.cta h2 em {
  font-style: normal;
  color: #657b40;
}

.section-head > p,
.ecosystem-head > p {
  color: #6d736b;
  font-size: 15px;
  line-height: 1.8;
  max-width: 470px;
}

/* ================= ABOUT HERO ================= */

.about-hero {
  min-height: 760px;
  background: #0d100d;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.about-grid,
.cta-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.about-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.about-glow-a {
  width: 700px;
  height: 700px;
  right: -230px;
  top: 10px;
  background: radial-gradient(circle, #c7f36b18, transparent 65%);
}

.about-glow-b {
  width: 480px;
  height: 480px;
  left: -300px;
  bottom: -180px;
  background: radial-gradient(circle, #c7f36b11, transparent 66%);
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 60px;
  align-items: center;
  padding-top: 145px;
}

.about-hero-copy {
  max-width: 680px;
}

.about-hero .eyebrow {
  color: #c7f36b;
}

.about-hero h1 {
  font: 600 clamp(55px, 7vw, 92px)/.94 "Space Grotesk";
  letter-spacing: -5px;
  margin: 24px 0;
}

.about-hero h1 em {
  font-style: normal;
  color: #c7f36b;
}

.hero-text {
  max-width: 590px;
  color: #aeb6aa;
  font-size: 16px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  letter-spacing: 2px;
  color: #697067;
}

.scroll-cue span {
  margin-left: 12px;
  color: #c7f36b;
}

/* ================= HERO NETWORK ================= */

.about-hero-visual {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.network {
  position: relative;
  width: min(500px, 100%);
  aspect-ratio: 1;
}

.network-ring {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff1a;
  border-radius: 50%;
}

.ring-one { width: 92%; height: 92%; }
.ring-two { width: 68%; height: 68%; border-color: #c7f36b25; }
.ring-three { width: 43%; height: 43%; }

.network-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 37%;
  height: 1px;
  background: linear-gradient(90deg, #c7f36b55, transparent);
  transform-origin: left center;
}

.line-one { transform: rotate(-28deg); }
.line-two { transform: rotate(152deg); }
.line-three { transform: rotate(28deg); }
.line-four { transform: rotate(-152deg); }

.node {
  position: absolute;
  width: 98px;
  height: 98px;
  border: 1px solid #ffffff25;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #10140fdd;
  box-shadow: 0 16px 50px #00000045;
}

.node span {
  font: 500 9px "Space Grotesk";
  color: #c7f36b;
  letter-spacing: 1px;
}

.node b {
  margin-top: 4px;
  font: 600 12px "Space Grotesk";
}

.node-advertiser { left: 7%; top: 14%; }
.node-publisher { right: 5%; top: 45%; }
.node-data { left: 21%; bottom: 9%; }

.network-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #c7f36b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 80px #c7f36b1c;
}

.network-core img {
  width: 92px;
  height: auto;
  filter: brightness(0) saturate(100%);
  opacity: .88;
}

.network-core small {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #46562d;
  margin-top: 7px;
}

/* ================= TICKER ================= */

.ticker {
  background: #c7f36b;
  overflow: hidden;
  padding: 17px 0;
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 30px;
  font: 700 13px "Space Grotesk";
  letter-spacing: 1.2px;
  animation: marquee 28s linear infinite;
}

.ticker-track b {
  font-size: 15px;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ================= STORY ================= */

.story {
  background: #f4f5f2;
}

.story-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.story-statement {
  padding: 48px 0;
  border-top: 1px solid #d3d7cf;
  border-bottom: 1px solid #d3d7cf;
  position: relative;
}

.statement-number {
  display: block;
  color: #9ca39a;
  font-size: 10px;
  margin-bottom: 50px;
}

.story-statement h3 {
  font: 600 clamp(42px, 5vw, 67px)/.96 "Space Grotesk";
  letter-spacing: -3px;
}

.story-statement h3 em {
  font-style: normal;
  color: #657b40;
}

.story-copy {
  max-width: 590px;
  padding-top: 38px;
}

.story-copy p {
  color: #6d736b;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 24px;
}

.story-copy strong {
  color: #22271f;
}

/* ================= ECOSYSTEM ================= */

.ecosystem {
  background: #e9ece6;
  padding-top: 120px;
}

.ecosystem-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 60px;
}

.ecosystem-head h2 {
  margin-top: 20px;
}

.ecosystem-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ecosystem-panel {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 35px clamp(30px, 7vw, 105px) 70px;
}

.ecosystem-panel.dark {
  background: #10130f;
  color: #fff;
}

.ecosystem-panel.green {
  background: #c7f36b;
  color: #121411;
}

.panel-index {
  position: absolute;
  top: 32px;
  left: clamp(30px, 7vw, 105px);
  font: 600 11px "Space Grotesk";
  opacity: .4;
}

.panel-copy {
  max-width: 470px;
  position: relative;
  z-index: 2;
  margin-top: 95px;
}

.panel-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  opacity: .6;
}

.panel-copy h3 {
  font: 600 clamp(44px, 5vw, 70px)/.95 "Space Grotesk";
  letter-spacing: -3px;
  margin: 17px 0 25px;
}

.dark .panel-copy h3 em {
  color: #c7f36b;
  font-style: normal;
}

.green .panel-copy h3 em {
  color: #596d37;
  font-style: normal;
}

.panel-copy p {
  max-width: 420px;
  font-size: 14px;
  line-height: 1.8;
  color: #9fa79b;
  margin-bottom: 28px;
}

.green .panel-copy p {
  color: #526044;
}

.panel-copy a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}

.panel-copy a span {
  color: #8daa5d;
}

.shape-target {
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 520px;
  height: 520px;
  border: 1px solid #ffffff16;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff16;
  font: 700 12px "Space Grotesk";
  letter-spacing: 2px;
}

.shape-target i {
  position: absolute;
  border: 1px solid #ffffff16;
  border-radius: 50%;
}

.shape-target i:nth-child(1) { width: 420px; height: 420px; }
.shape-target i:nth-child(2) { width: 320px; height: 320px; }
.shape-target i:nth-child(3) { width: 220px; height: 220px; }

.shape-growth {
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 390px;
  height: 390px;
  border: 1px solid #12141120;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 82px;
  font: 700 12px "Space Grotesk";
  letter-spacing: 2px;
  color: #596d37;
}

.shape-growth i {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid #12141120;
  border-radius: 50%;
}

.shape-growth span {
  position: absolute;
  bottom: 42px;
  font-size: 9px;
  letter-spacing: 2px;
}

/* ================= DIFFERENCE ================= */

.difference {
  background: #f4f5f2;
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d5d9d1;
  border-bottom: 1px solid #d5d9d1;
}

.difference-card {
  min-height: 330px;
  padding: 28px 26px 36px;
  border-right: 1px solid #d5d9d1;
  position: relative;
}

.difference-card:last-child {
  border-right: 0;
}

.featured-difference {
  background: #10130f;
  color: #fff;
  border-color: #10130f;
}

.card-number {
  position: absolute;
  top: 24px;
  right: 25px;
  font-size: 10px;
  color: #969d93;
}

.difference-icon {
  font: 400 38px "Space Grotesk";
  color: #7d9850;
  margin-bottom: 105px;
}

.difference-card h3 {
  font: 600 24px "Space Grotesk";
  margin-bottom: 12px;
}

.difference-card p {
  font-size: 12px;
  color: #747c72;
  line-height: 1.7;
}

.featured-difference p {
  color: #a4aca0;
}

/* ================= PRINCIPLES ================= */

.principles {
  background: #11140f;
  color: #fff;
  padding: 135px 0;
}

.principles-head {
  max-width: 700px;
  margin-bottom: 65px;
}

.principles-head .eyebrow {
  color: #c7f36b;
}

.principles-head h2 {
  margin-top: 20px;
}

.principles-head h2 em {
  color: #c7f36b;
}

.principles-list {
  border-top: 1px solid #ffffff18;
}

.principle {
  display: grid;
  grid-template-columns: 60px 1fr 1.45fr;
  gap: 30px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #ffffff18;
}

.principle > span {
  color: #c7f36b;
  font-size: 10px;
  font-weight: 700;
}

.principle h3 {
  font: 600 26px "Space Grotesk";
}

.principle p {
  color: #929a90;
  font-size: 13px;
}

/* ================= CAPABILITIES ================= */

.capabilities {
  background: #e9ece6;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #cdd1c9;
  border-left: 1px solid #cdd1c9;
}

.capability {
  min-height: 180px;
  padding: 27px;
  border-right: 1px solid #cdd1c9;
  border-bottom: 1px solid #cdd1c9;
  position: relative;
}

.capability span {
  display: block;
  font-size: 10px;
  color: #8a9287;
  margin-bottom: 52px;
}

.capability b {
  display: block;
  font: 600 27px "Space Grotesk";
}

.capability small {
  display: block;
  color: #727970;
  font-size: 11px;
  margin-top: 6px;
}

/* ================= CTA ================= */

.about-cta {
  background: #0d100d;
  color: #fff;
  padding: 145px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.about-cta .cta-inner {
  position: relative;
  z-index: 2;
}

.about-cta .eyebrow {
  color: #c7f36b;
}

.about-cta h2 {
  margin: 22px 0;
}

.about-cta h2 em {
  color: #c7f36b;
}

.about-cta p {
  max-width: 600px;
  margin: 0 auto;
  color: #9ba39a;
  font-size: 14px;
  line-height: 1.8;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

/* ================= FOOTER ================= */

footer {
  background: #0d100d;
  color: #fff;
  border-top: 1px solid #ffffff10;
}

.footer-main {
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-brand-logo {
  width: 146px;
  height: auto;
}

.footer-main p {
  color: #6f786e;
  font-size: 12px;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  gap: 75px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-links b,
.footer-contact span {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #657064;
  margin-bottom: 5px;
}

.footer-links a {
  font-size: 11px;
  color: #a7afa4;
}

.footer-links a:hover {
  color: #c7f36b;
}

.footer-contact {
  text-align: right;
}

.footer-contact a {
  display: block;
  margin-top: 7px;
  color: #c7f36b;
  font: 600 18px "Space Grotesk";
}

.footer-bottom {
  border-top: 1px solid #ffffff10;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  color: #5f675e;
  font-size: 9px;
}

/* ================= REVEAL ================= */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .7s ease,
    transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ================= RESPONSIVE ================= */


/* ================= ABOUT PAGE RESPONSIVE ================= */

@media (max-width: 1000px) {
  .about-hero-inner,
  .section-head,
  .ecosystem-head,
  .story-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .about-hero {
    min-height: auto;
    padding-bottom: 100px;
  }

  .about-hero-visual {
    min-height: 450px;
  }

  .ecosystem-panels {
    grid-template-columns: 1fr;
  }

  .difference-grid {
    grid-template-columns: 1fr 1fr;
  }

  .difference-card {
    border-bottom: 1px solid #d5d9d1;
  }

  .difference-card:nth-child(2) {
    border-right: 0;
  }

  .capability-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact {
    text-align: left;
  }

  .principle {
    grid-template-columns: 50px 1fr;
  }

  .principle p {
    grid-column: 2;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 600px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .about-hero {
    padding-bottom: 80px;
  }

  .about-hero h1 {
    font-size: 50px;
    letter-spacing: -2.5px;
  }

  .about-hero-visual {
    min-height: 330px;
  }

  .network {
    width: 360px;
    max-width: 100%;
  }

  .network-core {
    width: 118px;
    height: 118px;
  }

  .network-core img {
    width: 76px;
  }

  .node {
    width: 75px;
    height: 75px;
  }

  .node b {
    font-size: 10px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .section {
    padding: 85px 0;
  }

  .section-head h2,
  .ecosystem-head h2,
  .principles-head h2,
  .about-cta h2 {
    font-size: 48px;
    letter-spacing: -2px;
  }

  .story-statement h3 {
    font-size: 46px;
  }

  .ecosystem-panel {
    min-height: 650px;
    padding: 85px 24px;
  }

  .panel-index {
    left: 24px;
  }

  .panel-copy {
    margin-top: 20px;
  }

  .panel-copy h3 {
    font-size: 46px;
  }

  .difference-grid,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .difference-card,
  .difference-card:nth-child(2) {
    border-right: 0;
  }

  .difference-card:last-child {
    border-bottom: 0;
  }

  .principles {
    padding: 90px 0;
  }

  .principle {
    grid-template-columns: 45px 1fr;
    gap: 15px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-links {
    gap: 55px;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-bottom {
    padding-bottom: 28px;
    gap: 15px;
    flex-direction: column;
  }

  .shape-target {
    right: -250px;
  }

  .shape-growth {
    right: -170px;
  }
}


/* =========================================================
   FOOTER — LOGO LEFT / EMAIL RIGHT
   Match the homepage footer layout
   ========================================================= */

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 40px;
}

/* Remove the middle Explore / Company columns */
.footer-links {
  display: none !important;
}

/* Keep support email in the top-right corner */
.footer-contact {
  grid-column: 2;
  justify-self: end;
  align-self: start;
  text-align: right;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 1000px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact {
    grid-column: 2;
    justify-self: end;
    text-align: right;
  }
}

@media (max-width: 600px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-contact {
    grid-column: 1;
    justify-self: start;
    text-align: left;
    margin-top: 30px !important;
  }
}
