/* GO-GENIE landing — layout tuned to reference asset 264×1024 (JPEG) */

:root {
  --color-navy: #262B43E5;
  --color-navy-deep: #07172f;
  --color-blue: #0d7eea;
  --color-blue-dark: #0966c7;
  --color-accent: #0d7eea;
  --color-text: #3d4a57;
  --color-text-muted: #6b7785;
  --color-border-soft: rgba(15, 40, 75, 0.08);
  --shadow-card: 0 10px 40px rgba(11, 35, 71, 0.07);
  --radius-card: 14px;
  --radius-btn: 999px;
  --font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  /* Header / hero top — mockup blue-gray */
  --header-bar: #4a89b5;
  --header-bar-rgb: 74, 137, 181;
  /* Reference screenshot intrinsic size */
  --ref-w: 264;
  --ref-h: 1024;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

address {
  font-style: normal;
}

.container {
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
}

/* ---------- Hero shell: gradient + images/1.png blended into background ---------- */
.hero-wrap {
  padding-bottom: 0;
  overflow-x: hidden;
}

.hero-wrap__top {
  position: relative;
  z-index: 0;
  background: linear-gradient(
    180deg,
    var(--header-bar) 0%,
    #6caeeb 32%,
    #a8d4f5 68%,
    #ffffff 100%
  );
  padding-bottom: 0;
}

/* ---------- Nav bar (full width) + inner row ---------- */
.nav-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  /* background: rgba(var(--header-bar-rgb), 0.78); */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.14); */
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 76px;
  padding: 0 48px;
}

.nav__left {
  display: flex;
  align-items: center;
  gap: 40px;
  min-width: 0;
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.nav__logo img {
  display: block;
  height: 27px;
  width: auto;
  max-width: min(140px, 36vw);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__drop {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

/* Tabler Icons: ti ti-chevron-down (icon name: chevron-down) */
.nav__chev {
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.92);
}

.nav__chev--white {
  color: #fff;
}

.nav__chev--blue {
  color: #3F89BD;
}

.nav__actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 15px;
}

.nav__ghost {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 6px;
}

.nav__signin {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--header-bar);
  background: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 35, 70, 0.12);
}

.nav__lang {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
  padding: 2px 0 2px 2px;
  border-radius: 4px;
}

.nav__flag-svg {
  display: block;
  flex-shrink: 0;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

/* ---------- Hero copy ---------- */
.hero {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 12px 24px 0;
}

.hero__inner {
  margin: 0 auto;
}

.hero__title {
  margin: 18px 0 18px;
  font-size: clamp(28px, 4.2vw, 40px);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.025em;
  color: #fff;
}

.hero__sub {
  margin: 0 auto 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.94);
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #3F89BD;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(7, 40, 90, 0.15);
}

.hero__cta-arrow {
  font-size: 16px;
  line-height: 1;
  margin-top: -1px;
  font-weight: 600;
}

/* ---------- Hero illustration: blends into gradient (black → transparent via blend) ---------- */
.hero-wrap__illus {
  position: relative;
  z-index: 1;
  margin-top: 0;
  line-height: 0;
  pointer-events: none;
}

.hero-wrap__illus-img {
  width: 100%;
  height: auto;
  /* Black (#000) picks up the hero gradient underneath → seamless “transparent” header */
  mix-blend-mode: screen;
}

/* ---------- Sections ---------- */
.section {
  padding: 76px 0;
}

.section__title {
  margin: 0 0 16px;
  text-align: center;
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-navy);
}

.section__title--dark {
  color: #1a2f45;
}

.section__title--split {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section__title-accent {
  color: var(--color-accent);
}

.section__lead {
  margin: 0 auto 44px;
  /* max-width: 720px; */
  text-align: center;
  font-size: 16px;
  color: var(--color-text-muted);
}

.section__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 36px auto 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  padding: 12px 26px;
  border-radius: var(--radius-btn);
  background: #fff;
}

.section--tracking {
  padding-top: 72px;
  padding-bottom: 88px;
  background: #fff;
}

/* ---------- Real-Time Carbon Tracking (mockup) ---------- */
.rtc-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 0 0 18px;
  text-align: center;
}

.rtc-heading__main {
  /* font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #262B43E5; */
  font-family: Inter;
  font-weight: 500;
  
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #262B43E5;

}

.rtc-heading__accent {
  font-family: Inter;
  font-weight: 500;
  
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;  
  color: #3F89BD;
}

.section__lead--tracking {
  /* max-width: 640px; */
  margin-bottom: 48px;
}

.section--tracking .cards {
  gap: 24px;
}

.section--tracking .card {
  text-align: left;
  padding: 28px 26px 64px;
  border-radius: 16px;
  border: 1px solid rgba(74, 137, 181, 0.08);
  box-shadow: 0 10px 36px rgba(74, 137, 181, 0.12), 0 2px 8px rgba(31, 45, 61, 0.04);
}

.section--tracking .card__title {
  color: #262B43E5;
}

.section--tracking .card__text {
  /* color: #5c6b78;
  font-size: 15px;
  line-height: 1.55; */
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #262B43B2;

}

.section--tracking .card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  margin-bottom: 16px;
  color: inherit;
}

.section--tracking .card__icon .ti {
  font-size: 24px;
  line-height: 1;
}

.section--tracking .card__icon--rtc-blue {
  background: #e3f2fc;
  color: #1976d2;
}

.section--tracking .card__icon--rtc-green {
  background: #e8f5e9;
  color: #2e7d32;
}

.section--tracking .card__icon--rtc-yellow {
  background: #fff8e1;
  color: #f57c00;
}

.tracking__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 44px auto 0;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #5a9fd4;
  background: transparent;
  border: 1px solid #9cc9ea;
  border-radius: 999px;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.tracking__cta:hover {
  background: rgba(90, 159, 212, 0.08);
  border-color: #7ab8e0;
}

.section--built {
  background: linear-gradient(180deg, #ffffff 0%, #F9FAFA 100%);

}

.section--report {
  background: #F9FAFA;
  padding-top: 88px;
  padding-bottom: 96px;
}

/* ---------- Report section header (match tracking style) ---------- */
.report-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 0 0 18px;
  text-align: center;
}

.report-heading__main {
  color: #262B43E5;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;

}

.report-heading__accent {
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #3F89BD;
}

.section__lead--report {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  
  color: #262B43E5;
}

/* ---------- Report rows ---------- */
.report-rows {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 8px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.report-row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px 48px;
  padding: 48px 56px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 12px 40px rgba(31, 45, 61, 0.08), 0 2px 8px rgba(31, 45, 61, 0.04);
  border: 1px solid rgba(74, 137, 181, 0.08);
}

.report-row__text {
  flex: 0 1 380px;
  min-width: 0;
}

.report-row__title {
  margin: 0 0 14px;
  font-family: Inter;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0px;  
  color: #262B43E5;
}

.report-row__desc {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #262B43E5;
}

.report-row__viz {
  flex: 1 1 480px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  /* background: linear-gradient(145deg, #f4f9fc 0%, #eef5fa 100%); */
  position: absolute;
  right: 30px;
  top: -39px;
}

.report-row__viz img {
  display: block;
  width: 350px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.section--scales {
  padding-top: 88px;
  padding-bottom: 96px;
  background: #fff;
}

/* ---------- Scales section header ---------- */
.scales-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0 0.35em;
  margin: 0 0 20px;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  
}

.scales-heading__main {
  color: #262B43E5;
}

.scales-heading__accent {
  color: #3F89BD;
}

.section__lead--scales {
  margin-bottom: 56px;

  font-weight: 400;

  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  
  color: #262B43E5;
}

.section__lead--scales sup {
  font-size: 0.65em;
  font-weight: 600;
}

/* ---------- Scale grid ---------- */
.scale-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 48px);
  margin-top: 8px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.scale-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scale-item__icon-wrap {
  margin: 0 auto 24px;
  width: min(200px, 28vw);
  height: min(200px, 28vw);
  max-width: 200px;
  max-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: transparent;
}

.scale-item__icon {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
  object-position: center;
}

.scale-item__title {
  margin: 0 0 12px;

  font-weight: 500;

  font-size: 24px;

  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  
  color: #262B43E5;
}

.scale-item__text {
  margin: 0;
  /* max-width: 300px; */
  font-weight: 400;
  font-size: 18px;

  line-height: 25px;
  letter-spacing: 0px;
  text-align: center;

  color: #262B43B2;
}

/* ---------- Built (Our Vision + illustration + overlapping card) ---------- */
.built__eyebrow {
  margin: 0 0 10px;
  text-align: center;
  /* font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;*/
  color: var(--header-bar); 

  font-family: Inter;
  font-weight: 500;
  
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;

}

.built__title {
  margin: 0 auto 40px;
  /* max-width: 720px;
  text-align: center;
  font-size: clamp(28px, 3.4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2; */
  color: #262B43E5;

  font-family: Inter;
  font-weight: 500;
  
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;

}

.built__stack {
  /* max-width: 980px; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.built__frame {
  /* width: 100%; */
  margin: 0;
  padding: 0;
  border-radius: 28px;
  /* background: #b9daf6; */
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(74, 137, 181, 0.12);
}

.built__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center 42%;
}

.built__copy {
  width: min(100%, 1084px);
  /* margin: clamp(-40px, -6vw, -52px) 20px 0; */
  position: relative;
  z-index: 1;
  padding: 16px 8px 16px 8px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 16px 48px rgba(31, 45, 61, 0.1), 0 4px 12px rgba(31, 45, 61, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.built__copy p {
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;

}

.built__copy sup {
  font-size: 0.65em;
  font-weight: 600;
}

/* ---------- Cards ---------- */
.cards {
  display: grid;
  gap: 28px;
}

.cards--3 {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  padding: 28px 24px 30px;
  background: #fff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(13, 126, 234, 0.06);
}

.card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
}

.card__icon--blue {
  background: linear-gradient(145deg, #2b8ff0, #0d7eea);
}

.card__icon--teal {
  background: linear-gradient(145deg, #3dcfa8, #1fa97f);
}

.card__icon--yellow {
  background: linear-gradient(145deg, #ffc94d, #f5a623);
}

.card__title {
  margin: 0 0 12px;
  color: var(--color-navy);

  font-family: Inter;
  font-weight: 500;
  
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;

}

.card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-muted);
}

/* ---------- Final CTA (illustration + overlapping card) ---------- */
.section--final-cta {
  position: relative;
  padding: 56px 0 100px;
  background: #F9FAFA;
  overflow: hidden;
}

.final-cta__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta__hero-img {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  line-height: 0;
}

.final-cta__hero-img img {
  width: 100%;
  max-width: 860px;
  height: auto;
  max-height: min(400px, 48vw);
  object-fit: contain;
  object-position: center bottom;
}

.final-cta__card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-top: clamp(-72px, -10vw, -40px);
  padding: 52px 48px 48px;
  padding-top: clamp(40px, 6vw, 56px);
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 20px 56px rgba(31, 45, 61, 0.1), 0 8px 24px rgba(31, 45, 61, 0.06);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.final-cta__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0 0 22px;


  font-weight: 500;

  font-size: 36px;

  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;

}

.final-cta__title-line {
  color: #262B43E5;
}

.final-cta__title-accent {
  color: #3F89BD;
}

.final-cta__sub {
  margin: 0 0 32px;
  /* max-width: 560px; */
  margin-left: auto;
  margin-right: auto;
}

.final-cta__sub p {
  margin: 0 0 12px;

  font-weight: 400;

  font-size: 18px;

  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  
  color: #262B43E5;
}

.final-cta__sub p:last-child {
  margin-bottom: 0;
}

.final-cta__tagline {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #5c6673;
}

.final-cta__sub sup {
  font-size: 0.65em;
}

.final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, #5aa9e8 0%, #3f89bd 55%, #2d7ab0 100%);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(63, 137, 189, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.final-cta__btn:hover {
  box-shadow: 0 10px 28px rgba(63, 137, 189, 0.45);
}

/* ---------- Footer ---------- */
.footer__main {
  position: relative;
  background: #4f8eb8;
  color: #fff;
  padding: 0;
  overflow: hidden;
}

/* Perspective grid (faint lines toward top) */
.footer__main-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.footer__main-bg::before {
  content: "";
  position: absolute;
  left: -25%;
  right: -25%;
  top: -20%;
  height: 75%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 40px 40px;
  transform: perspective(320px) rotateX(62deg);
  transform-origin: 50% 0%;
  opacity: 0.45;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, transparent 85%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, transparent 85%);
}

.footer__main-inner {
  position: relative;
  z-index: 1;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
}

.footer__row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.footer__row:last-child {
  border-bottom: none;
}

.footer__row--brand {
  padding: 36px 0 28px;
}

.footer__logo {
  display: block;
  font-weight: 800;
  font-size: clamp(26px, 3.5vw, 34px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.footer__row--nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px 32px;
  padding: 36px 0 40px;
}

.footer__heading {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.footer__col a {
  display: block;
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.footer__col a:last-child {
  margin-bottom: 0;
}

.footer__col a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__col sup {
  font-size: 0.65em;
}

.footer__row--meta {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 32px;
  align-items: start;
  padding: 28px 0 8px;
  border-bottom: none;
}

.footer__addr {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.footer__addr--center {
  text-align: center;
}

.footer__follow {
  text-align: right;
}

.footer__follow-label {
  margin: 0 0 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
}

.footer__social {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.footer__soc {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #4f8eb8;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.15s ease, background 0.15s ease;
}

.footer__soc:hover {
  transform: translateY(-2px);
  background: #f0f7fc;
}

.footer__soc .ti {
  font-style: normal;
}

.footer__partners {
  background: #fff;
  padding: 48px 0 56px;
}

.footer__partners-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  text-align: left;
}

.footer__partners-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.footer__partners-heading {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: #262B43E5;
}

.footer__partners-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__partners-list li {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6673;
}

.footer__partners-list li:last-child {
  margin-bottom: 0;
}

.footer__partners-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 3vw, 40px);
  min-width: 0;
}

.footer__partners-logos img {
  display: block;
  height: auto;
  max-height: 100px;
  width: auto;
  max-width: min(220px, 24vw);
  object-fit: contain;
}

.footer__strip {
  background: #3f89bd;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
}

.footer__strip .container {
  text-align: center;
}

.footer__strip p {
  margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .section {
    padding: 56px 0;
  }

  .section--built {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .section--tracking {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .section--report {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .section--scales {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .section--final-cta {
    padding: 40px 0 72px;
  }

  .nav__left .nav__links {
    display: none;
  }

  .nav {
    padding: 0 16px;
    min-height: 64px;
    gap: 12px;
  }

  .nav__left {
    gap: 0;
    min-width: 0;
    flex: 1;
  }

  .nav__actions {
    gap: 10px;
    flex-shrink: 1;
  }

  .hero {
    padding: 8px 0 0;
  }

  .hero__title {
    font-size: clamp(22px, 6vw, 32px);
    margin-top: 12px;
  }

  .hero__sub {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .hero__cta {
    padding: 12px 20px;
    font-size: 14px;
    max-width: 100%;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .rtc-heading__main,
  .rtc-heading__accent {
    font-size: clamp(24px, 5.5vw, 32px);
    line-height: 1.15;
  }

  .report-heading__main,
  .report-heading__accent {
    font-size: clamp(24px, 5.5vw, 32px);
    line-height: 1.15;
  }

  .section__lead--report {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 4px;
  }

  .section__lead--scales {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
    padding: 0 4px;
  }

  .scales-heading {
    font-size: clamp(22px, 5.5vw, 32px);
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .built__title {
    font-size: clamp(24px, 5.5vw, 32px);
    line-height: 1.2;
    margin-bottom: 28px;
  }

  .built__copy {
    width: 100%;
    padding: 20px 16px;
    border-radius: 18px;
  }

  .built__copy p {
    font-size: 16px;
    text-align: left;
  }

  .built__frame {
    border-radius: 20px;
  }

  .cards--3 {
    grid-template-columns: 1fr;
  }

  .section--tracking .card {
    padding: 24px 20px 28px;
  }

  .tracking__cta {
    margin-top: 32px;
    max-width: calc(100% - 8px);
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .report-row {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 18px 28px;
    gap: 20px;
    overflow: visible;
  }

  .report-row__text {
    flex: none;
    order: 1;
  }

  .report-row__viz {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    flex: none;
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .report-row__viz img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .report-row__title {
    font-size: clamp(20px, 4.5vw, 26px);
    line-height: 1.25;
  }

  .report-row__desc {
    font-size: 16px;
    line-height: 1.5;
  }

  .scale-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 420px;
  }

  .scale-item__icon-wrap {
    width: min(180px, 55vw);
    height: min(180px, 55vw);
  }

  .scale-item__title {
    font-size: 20px;
  }

  .scale-item__text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
  }

  .final-cta__inner {
    max-width: 100%;
  }

  .final-cta__title {
    font-size: clamp(24px, 5.5vw, 32px);
    line-height: 1.2;
  }

  .final-cta__sub p {
    font-size: 16px;
    line-height: 1.5;
  }

  .final-cta__btn {
    width: 100%;
    max-width: 320px;
    padding: 14px 24px;
  }

  .footer__row--brand {
    padding: 28px 0 22px;
  }

  .footer__row--nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
    padding: 28px 0 32px;
  }

  .footer__row--meta {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer__addr--center {
    text-align: left;
  }

  .footer__follow {
    text-align: left;
  }

  .footer__social {
    justify-content: flex-start;
  }

  .footer__partners {
    padding: 36px 0 44px;
  }

  .footer__partners-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer__partners-logos {
    justify-content: center;
  }

  .footer__partners-logos img {
    max-width: min(200px, 42vw);
  }
}

@media (max-width: 560px) {
  .container {
    padding-left: max(14px, env(safe-area-inset-left, 0px));
    padding-right: max(14px, env(safe-area-inset-right, 0px));
  }

  .section {
    padding: 44px 0;
  }

  .nav {
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 10px 12px 12px;
    min-height: 0;
  }

  .nav__actions {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 8px;
    margin-left: 0;
  }

  .nav__ghost {
    padding: 8px 12px;
    font-size: 12px;
    flex: 1 1 auto;
    text-align: center;
    min-width: 0;
  }

  .nav__signin {
    padding: 8px 14px;
    font-size: 12px;
    flex: 1 1 auto;
    text-align: center;
    min-width: 0;
  }

  .nav__lang {
    margin-left: 0;
    flex-shrink: 0;
  }

  .footer__row--nav {
    grid-template-columns: 1fr;
  }

  .footer__logo {
    font-size: 22px;
  }

  .footer__partners-heading {
    font-size: 16px;
  }

  .footer__partners-list li {
    font-size: 13px;
  }

  .footer__partners-logos img {
    max-height: 72px;
    max-width: min(160px, 38vw);
  }

  .footer__strip {
    font-size: 13px;
    line-height: 1.4;
    padding: 14px 12px;
  }

  .final-cta__card {
    padding: 28px 16px 32px;
    border-radius: 22px;
    margin-top: -20px;
  }

  .final-cta__hero-img img {
    max-height: 200px;
  }

  .built__eyebrow {
    font-size: 14px;
  }
}
