:root {
  --font-body: "Poppins", "Segoe UI", sans-serif;
  --font-display: "Inter", "Segoe UI", sans-serif;
  --bg: #f4f6fb;
  --bg-alt: #e9eef6;
  --ink: #0d1623;
  --ink-soft: #5a6577;
  --ink-muted: #7b8697;
  --surface: #ffffff;
  --surface-soft: #f8fbff;
  --line: rgba(13, 22, 35, 0.1);
  --line-strong: rgba(13, 22, 35, 0.16);
  --dark: #0d1623;
  --dark-soft: #122033;
  --dark-panel: #131f31;
  --green: #63b714;
  --green-deep: #47960f;
  --blue: #2663ff;
  --blue-deep: #1d4fd4;
  --gold: #f0be1f;
  --shadow-lg: 0 24px 60px rgba(15, 26, 42, 0.12);
  --shadow-md: 0 18px 36px rgba(15, 26, 42, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1220px;
  --header-height: 84px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: linear-gradient(180deg, #f8fafe 0%, var(--bg) 100%);
  color: var(--ink);
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(99, 183, 20, 0.08), transparent 20%),
    radial-gradient(circle at 86% 8%, rgba(38, 99, 255, 0.08), transparent 22%);
  pointer-events: none;
  z-index: -1;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 104px 0;
}

.section-light {
  background: transparent;
}

.section-alt {
  background: var(--bg-alt);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(248, 250, 254, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(13, 22, 35, 0.06);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0;
}

.brand-logo {
  display: block;
  width: 190px;
  height: auto;
}

.brand-logo-dark {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: var(--ink);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(38, 99, 255, 0.18);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  border-radius: 999px;
}

.hero-section {
  padding: 44px 0 84px;
  background: transparent;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(36px, 4.6vw, 64px);
  align-items: center;
  min-height: calc(100svh - var(--header-height) - 36px);
}

.hero-copy {
  max-width: 36rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-transform: uppercase;
  color: var(--blue);
}

.hero-copy h1,
.manifesto-card h2,
.results-copy h2,
.about-copy h2,
.expert-copy h2,
.process-copy h2,
.section-heading h2,
.sustainability-copy h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5.6vw, 5.35rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 650;
}

.hero-copy h1 {
  max-width: 8.9ch;
  font-size: clamp(3.85rem, 5.6vw, 4.375rem);
  line-height: 0.94;
  letter-spacing: -0.068em;
  font-weight: 600;
  text-wrap: balance;
}

.manifesto-card h2,
.results-copy h2,
.about-copy h2,
.expert-copy h2,
.process-copy h2,
.section-heading h2,
.sustainability-copy h2,
.contact-copy h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
}

.hero-lead,
.manifesto-card p,
.results-copy p,
.about-copy p,
.expert-copy p,
.process-copy p,
.section-heading p,
.contact-copy p,
.contact-form-card p {
  margin: 20px 0 0;
  font-size: 1.02rem;
  line-height: 1.82;
  color: var(--ink-soft);
}

.hero-lead {
  max-width: 32rem;
  margin-top: 24px;
  font-size: 1.04rem;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:focus-visible,
.menu-toggle:focus-visible,
.site-nav a:focus-visible,
.contact-link:focus-visible,
.text-link:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.button-primary {
  background: linear-gradient(135deg, var(--green-deep), var(--green));
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(99, 183, 20, 0.24);
}

.button-ghost {
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.hero-points li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.proof-card {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.proof-card strong {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.proof-card span {
  display: block;
  margin-top: 8px;
  color: var(--ink-muted);
  line-height: 1.65;
  font-size: 0.92rem;
}

.hero-visual {
  --hero-parallax: 0px;
  --hero-parallax-soft: 0px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 18px;
  align-items: stretch;
}

.hero-visual-main {
  position: relative;
  min-height: 620px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(99, 183, 20, 0.24), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(38, 99, 255, 0.24), transparent 28%),
    linear-gradient(180deg, var(--dark-soft), var(--dark));
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(8, 16, 26, 0.18);
}

.hero-visual-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.92), transparent 88%);
  opacity: 0.2;
  transform: translate3d(0, calc(var(--hero-parallax-soft) * -0.75), 0);
}

.hero-visual-screen {
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px;
  overflow: hidden;
}

.hero-visual-screen img {
  width: 100%;
  max-width: 680px;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.18));
}

.hero-visual-photo {
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(8, 16, 26, 0.02), rgba(8, 16, 26, 0.2)),
    rgba(255, 255, 255, 0.02);
}

.hero-visual-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 12, 20, 0.12) 0%, rgba(6, 12, 20, 0) 36%),
    linear-gradient(0deg, rgba(6, 12, 20, 0.28) 0%, rgba(6, 12, 20, 0) 34%);
  pointer-events: none;
}

.hero-visual-photo img {
  height: 100%;
  max-width: none;
  border-radius: inherit;
  object-fit: cover;
  object-position: center 10%;
  transform: translate3d(0, calc(var(--hero-parallax) * -1), 0) scale(1.08);
  transform-origin: center top;
  filter: saturate(0.95) contrast(1.03) brightness(0.9);
  will-change: transform;
}

.hero-floating {
  position: absolute;
  z-index: 2;
  min-width: 170px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-md);
}

.hero-floating span {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.hero-floating strong {
  display: block;
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  font-weight: 650;
}

.hero-floating-a {
  left: 24px;
  bottom: 28px;
  animation: floatY 6s ease-in-out infinite;
}

.hero-floating-b {
  right: 28px;
  top: 22px;
  animation: floatY 6.5s ease-in-out infinite reverse;
}

.hero-visual-rail {
  display: grid;
  gap: 18px;
  transform: translate3d(0, calc(var(--hero-parallax-soft) * 0.55), 0);
  will-change: transform;
}

.rail-card {
  min-height: 301px;
  padding: 22px 20px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rail-card span {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
}

.rail-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.36rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 650;
}

.manifesto-section {
  padding-top: 26px;
  padding-bottom: 76px;
}

.manifesto-card {
  padding: 56px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 20%, rgba(99, 183, 20, 0.14), transparent 26%),
    linear-gradient(180deg, #090e15, #0d1623);
  color: #f7f9fc;
  text-align: center;
  box-shadow: 0 30px 70px rgba(8, 16, 26, 0.16);
}

.manifesto-card .section-kicker {
  color: rgba(255, 255, 255, 0.52);
}

.manifesto-card h2 span {
  color: #a7df5d;
}

.manifesto-card p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(244, 248, 252, 0.7);
}

.manifesto-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.manifesto-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(244, 248, 252, 0.82);
  font-size: 0.9rem;
}

.strip-section {
  padding: 0 0 88px;
}

.strip-row {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.strip-label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.strip-items {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.strip-items span {
  color: var(--ink);
  font-size: 0.98rem;
}

.results-layout,
.about-layout,
.expert-layout,
.process-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: start;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}

.text-link::after {
  content: "→";
  margin-left: 10px;
}

.results-grid,
.about-panels,
.expert-grid,
.service-grid {
  display: grid;
  gap: 18px;
}

.results-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.result-card,
.about-panel,
.expert-card,
.service-card,
.contact-form-card {
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.result-card {
  min-height: 238px;
  padding: 26px;
  border-radius: 26px;
}

.result-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(38, 99, 255, 0.12), rgba(99, 183, 20, 0.16));
  color: var(--blue-deep);
  font-weight: 700;
}

.result-card h3,
.about-panel h3,
.expert-card h3,
.process-board h3,
.service-card h3,
.contact-form-card h3 {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: 1.42rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 620;
}

.result-card p,
.about-panel p,
.expert-card p,
.service-card p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.accent-card {
  background:
    linear-gradient(145deg, rgba(99, 183, 20, 0.08), rgba(38, 99, 255, 0.08)),
    #ffffff;
}

.results-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 14%, rgba(99, 183, 20, 0.12), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(118, 255, 26, 0.08), transparent 18%),
    linear-gradient(180deg, #0d5a63 0%, #0a4f59 100%);
}

.results-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.results-section .results-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  gap: 42px;
}

.results-section .results-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.results-section .section-kicker {
  color: rgba(184, 255, 80, 0.92);
}

.results-section .results-copy h2 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: clamp(2.3rem, 4.2vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.results-section .results-copy p {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  color: rgba(231, 240, 245, 0.76);
  font-size: 1.06rem;
}

.results-section .text-link {
  justify-content: center;
  min-height: 50px;
  margin-top: 26px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.results-section .text-link::after {
  content: ">";
  margin-left: 10px;
}

.results-section .results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.results-section .result-card {
  min-height: 280px;
  padding: 34px 32px 30px;
  border-radius: 28px;
  background: rgba(12, 104, 117, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.results-section .result-card:hover {
  transform: translateY(-4px);
  transition: transform 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
  background: rgba(13, 112, 126, 0.82);
  border-color: rgba(184, 255, 80, 0.18);
}

.results-section .result-number {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid rgba(184, 255, 80, 0.9);
  background: transparent;
  color: #b8ff50;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
}

.results-section .result-card h3 {
  margin-top: 78px;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}

.results-section .result-card p {
  margin-top: 16px;
  color: rgba(227, 238, 243, 0.8);
  font-size: 1.02rem;
  line-height: 1.7;
}

.results-section .accent-card {
  background:
    radial-gradient(circle at 14% 12%, rgba(184, 255, 80, 0.14), transparent 28%),
    rgba(14, 109, 122, 0.8);
}

.about-panels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-panel,
.expert-card,
.service-card,
.contact-form-card {
  padding: 26px;
  border-radius: 24px;
}

.panel-list,
.process-benefits,
.service-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.panel-list li,
.process-benefits li,
.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.panel-list li::before,
.process-benefits li::before,
.service-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  flex: 0 0 auto;
}

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

.process-section {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5fb 100%);
}

.process-board {
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 18%, rgba(99, 183, 20, 0.12), transparent 24%),
    linear-gradient(180deg, #101928, #0d1623);
  color: #ffffff;
  box-shadow: 0 28px 60px rgba(13, 22, 35, 0.14);
}

.process-tabs {
  display: flex;
  gap: 14px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.process-tabs .is-active {
  color: #ffffff;
}

.process-stage + .process-stage {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stage-label {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.process-stage p:last-child {
  margin: 12px 0 0;
  color: rgba(244, 248, 252, 0.72);
  line-height: 1.75;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.service-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(38, 99, 255, 0.12), rgba(99, 183, 20, 0.12));
  color: var(--blue-deep);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-meta small {
  display: block;
  max-width: 180px;
  color: var(--ink-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  text-align: right;
}

.service-list strong {
  color: var(--ink);
}

.service-link {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  color: var(--blue-deep);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.service-link::after {
  content: ">";
  margin-left: 10px;
  transition: transform 0.2s ease;
}

.service-link:hover::after {
  transform: translateX(3px);
}

.sustainability-section {
  background:
    radial-gradient(circle at 14% 14%, rgba(99, 183, 20, 0.2), transparent 24%),
    radial-gradient(circle at 84% 22%, rgba(38, 99, 255, 0.16), transparent 26%),
    linear-gradient(180deg, #101928 0%, #0d1623 100%);
  color: #ffffff;
}

.sustainability-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(300px, 1.06fr);
  gap: 34px;
  align-items: center;
}

.sustainability-copy .section-kicker,
.sustainability-copy p,
.quote,
.sustainability-panel span {
  color: rgba(244, 248, 252, 0.74);
}

.quote {
  margin: 20px 0 0;
  padding-left: 20px;
  border-left: 3px solid rgba(167, 223, 93, 0.56);
  font-size: 1.08rem;
  line-height: 1.82;
}

.sustainability-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.sustainability-panel article {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sustainability-panel strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 620;
}

.sustainability-panel span {
  display: block;
  margin-top: 8px;
  line-height: 1.7;
  font-size: 0.94rem;
}

.contact-section {
  padding-bottom: 92px;
}

.contact-links {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.contact-link {
  display: block;
  padding: 20px;
  border-radius: 22px;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.contact-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.contact-link strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 620;
}

.contact-link span {
  display: block;
  margin-top: 8px;
  color: var(--ink-soft);
  line-height: 1.7;
  font-size: 0.94rem;
}

.contact-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(99, 183, 20, 0.1), rgba(38, 99, 255, 0.1)),
    #ffffff;
  border: 1px solid rgba(13, 22, 35, 0.08);
  color: var(--ink);
  box-shadow: var(--shadow-md);
  transition: transform 0.24s ease, box-shadow 0.24s ease, color 0.24s ease;
}

.social-icon-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: var(--blue-deep);
}

.social-icon-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.contact-form-card {
  box-shadow: var(--shadow-lg);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.field {
  display: grid;
  gap: 8px;
}

.field-full {
  grid-column: 1 / -1;
}

.field-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.field label {
  font-size: 0.92rem;
  font-weight: 500;
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(13, 22, 35, 0.12);
  border-radius: 16px;
  background: #fbfdff;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(38, 99, 255, 0.4);
  box-shadow: 0 0 0 4px rgba(38, 99, 255, 0.08);
}

.form-actions {
  margin-top: 22px;
}

.form-note,
.form-feedback {
  margin: 14px 0 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.form-feedback {
  min-height: 1.4em;
}

.form-feedback.is-success {
  color: #2f7d11;
}

.form-feedback.is-error {
  color: #b42318;
}

.site-footer {
  padding: 34px 0;
  background: #09121d;
  color: rgba(244, 248, 252, 0.76);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-copy {
  font-size: 0.88rem;
  line-height: 1.5;
}

.footer-mark img {
  width: 182px;
}

.site-header.is-scrolled .brand-logo-light {
  display: none;
}

.site-header.is-scrolled .brand-logo-dark {
  display: block;
}

.footer-mark .brand-logo {
  width: 176px;
}

.footer-mark .brand-logo-dark {
  display: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.footer-links a {
  color: rgba(244, 248, 252, 0.76);
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-left: auto;
}

.footer-credit {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.footer-credit-label {
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 248, 252, 0.36);
  white-space: nowrap;
}

.footer-credit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.footer-credit-link {
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-credit-link:hover,
.footer-credit-link:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.footer-credit-logo {
  display: block;
  width: 44px;
  height: auto;
  opacity: 0.78;
}

.social-icon-link-footer {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(244, 248, 252, 0.84);
  box-shadow: none;
}

.social-icon-link-footer:hover {
  color: #ffffff;
  border-color: rgba(184, 255, 80, 0.28);
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(145deg, #63b714, #4ca80e);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(56, 122, 12, 0.3);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 24px 48px rgba(56, 122, 12, 0.36);
}

.floating-whatsapp::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(99, 183, 20, 0.26);
  animation: whatsappPulse 2.8s ease-out infinite;
}

.floating-whatsapp svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes whatsappPulse {
  0% {
    opacity: 0.82;
    transform: scale(0.92);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@media (max-width: 1120px) {
  .hero-shell,
  .results-layout,
  .about-layout,
  .expert-layout,
  .process-layout,
  .contact-layout,
  .sustainability-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    grid-template-columns: 1fr;
  }

  .hero-visual-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strip-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .section {
    padding: 84px 0;
  }

  .results-grid,
  .about-panels,
  .expert-grid,
  .service-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .site-nav {
    position: fixed;
    top: calc(var(--header-height) + 8px);
    left: 16px;
    right: 16px;
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(13, 22, 35, 0.08);
    box-shadow: 0 24px 60px rgba(4, 12, 20, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--surface-soft);
  }

  .menu-toggle {
    display: inline-block;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 76px;
  }

  .container {
    width: min(calc(100% - 20px), var(--container));
  }

  .hero-section {
    padding-top: 18px;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 12vw, 4rem);
  }

.hero-actions,
.footer-inner,
.footer-brand,
.footer-links,
.footer-meta {
  flex-direction: column;
  align-items: flex-start;
}

  .button,
  .nav-cta {
    width: 100%;
  }

  .hero-visual-main,
  .manifesto-card,
  .result-card,
  .about-panel,
  .expert-card,
  .process-board,
  .service-card,
  .contact-form-card,
  .contact-link {
    border-radius: 24px;
  }

  .hero-visual-main {
    min-height: 420px;
    padding: 18px;
  }

  .hero-visual-screen {
    padding: 24px;
  }

  .hero-visual-photo {
    padding: 0;
  }

  .hero-visual-photo img {
    object-position: center 12%;
  }

  .hero-visual-rail {
    grid-template-columns: 1fr;
  }

  .hero-floating {
    min-width: 148px;
    padding: 14px 16px;
  }

  .hero-floating-a {
    left: 16px;
    bottom: 16px;
  }

  .hero-floating-b {
    right: 16px;
    top: 16px;
  }

  .manifesto-card,
  .process-board,
  .contact-form-card {
    padding: 24px;
  }

  .footer-inner {
    align-items: flex-start;
  }

.footer-socials {
  width: 100%;
  justify-content: flex-start;
}

.footer-credit {
  align-items: flex-start;
}

.footer-meta {
  width: 100%;
  margin-left: 0;
}

  .hero-visual-photo img {
    object-position: center 10%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-visual-main::before,
  .hero-visual-photo img,
  .hero-visual-rail {
    transform: none !important;
    will-change: auto;
  }
}

section[id] {
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(7, 18, 29, 0.72), rgba(7, 18, 29, 0));
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    backdrop-filter 0.28s ease;
}

.site-header.is-scrolled {
  background: rgba(248, 250, 254, 0.9);
  border-bottom-color: rgba(13, 22, 35, 0.06);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 28px rgba(13, 22, 35, 0.08);
}

.site-header .site-nav a {
  color: rgba(244, 248, 252, 0.78);
}

.site-header .site-nav a:hover {
  color: #ffffff;
}

.site-header.is-scrolled .site-nav a {
  color: var(--ink-soft);
}

.site-header.is-scrolled .site-nav a:hover {
  color: var(--ink);
}

.site-header .nav-cta {
  background: linear-gradient(135deg, #a8ff18, #6ab913);
  color: #0d1623 !important;
  box-shadow: 0 16px 34px rgba(99, 183, 20, 0.28);
}

.site-header .menu-toggle {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.site-header .menu-toggle span {
  background: #ffffff;
}

.site-header.is-scrolled .menu-toggle {
  border-color: rgba(13, 22, 35, 0.08);
  background: #ffffff;
}

.site-header.is-scrolled .menu-toggle span {
  background: var(--ink);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-height) + 48px) 0 38px;
  background:
    radial-gradient(circle at 14% 78%, rgba(99, 183, 20, 0.22), transparent 22%),
    radial-gradient(circle at 88% 14%, rgba(168, 255, 24, 0.16), transparent 18%),
    linear-gradient(135deg, #0b3a42 0%, #0d4a56 44%, #0a2d37 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 29, 0.58) 0%, rgba(7, 18, 29, 0.26) 34%, rgba(7, 18, 29, 0) 64%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(48px, 6vw, 96px);
  min-height: calc(100svh - var(--header-height) - 180px);
}

.hero-copy {
  max-width: 34rem;
  padding-top: 12px;
}

.hero-section .eyebrow {
  margin-bottom: 22px;
  color: rgba(185, 255, 78, 0.92);
}

.hero-section .hero-copy h1 {
  max-width: 7.4ch;
  font-size: clamp(4rem, 6vw, 5.65rem);
  line-height: 0.9;
  letter-spacing: -0.082em;
  color: #ffffff;
}

.hero-section .hero-lead {
  max-width: 30rem;
  margin-top: 24px;
  color: rgba(232, 240, 246, 0.8);
}

.hero-section .button-primary {
  background: linear-gradient(135deg, #a8ff18, #70c51a);
  color: #0d1623;
  box-shadow: 0 18px 38px rgba(99, 183, 20, 0.28);
}

.hero-section .button-ghost {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.hero-inline-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin-top: 38px;
}

.hero-inline-metric {
  min-width: 180px;
  max-width: 220px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-inline-metric strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.hero-inline-metric span {
  display: block;
  margin-top: 8px;
  color: rgba(232, 240, 246, 0.72);
  line-height: 1.65;
  font-size: 0.94rem;
}

.hero-visual {
  position: relative;
  display: block;
  min-height: clamp(560px, 62vw, 720px);
}

.hero-photo-shape {
  position: absolute;
  z-index: 0;
  display: block;
  height: auto;
  opacity: 0.2;
  mix-blend-mode: screen;
  transform: translate3d(0, calc(var(--hero-parallax-soft) * -0.85), 0);
  will-change: transform;
}

.hero-photo-shape-a {
  top: -56px;
  left: -16%;
  width: 150%;
  max-width: 1124px;
  opacity: 0.24;
  transform: translate3d(0, calc(var(--hero-parallax-soft) * -0.85), 0);
}

.hero-visual-main.hero-visual-main-banner {
  min-height: inherit;
  max-width: 620px;
  margin-left: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.hero-visual-main.hero-visual-main-banner::before {
  content: "";
  position: absolute;
  inset: auto -8% 4% 10%;
  height: 88%;
  border-radius: 46px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  opacity: 0.4;
  transform: translate3d(0, calc(var(--hero-parallax-soft) * -0.55), 0);
  mask-image: none;
}

.hero-visual-main.hero-visual-main-banner .hero-visual-screen {
  height: clamp(540px, 64vw, 700px);
  padding: 0;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 88px rgba(3, 10, 18, 0.34);
}

.hero-visual-main.hero-visual-main-banner .hero-visual-photo::after {
  background:
    linear-gradient(180deg, rgba(6, 12, 20, 0.1) 0%, rgba(6, 12, 20, 0) 34%),
    linear-gradient(0deg, rgba(6, 12, 20, 0.24) 0%, rgba(6, 12, 20, 0) 28%);
}

.hero-visual-main.hero-visual-main-banner .hero-visual-photo img {
  object-position: center 14%;
  transform: translate3d(0, calc(var(--hero-parallax) * -1), 0) scale(1.06);
}

.hero-floating {
  background: rgba(248, 250, 254, 0.94);
  box-shadow: 0 18px 38px rgba(4, 12, 20, 0.24);
  backdrop-filter: blur(14px);
}

.hero-floating-a {
  left: -20px;
  bottom: 26px;
}

.hero-floating-b {
  top: 28px;
  right: -22px;
}

.hero-summary {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 22px;
  padding: 28px 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 48px rgba(13, 22, 35, 0.1);
}

.hero-summary-item {
  padding-right: 24px;
  border-right: 1px solid rgba(13, 22, 35, 0.08);
}

.hero-summary-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.hero-summary-item span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
}

.hero-summary-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.16rem;
  line-height: 1.28;
  letter-spacing: -0.035em;
  color: var(--ink);
}

@media (max-width: 1120px) {
  .results-section .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 0;
  }

  .hero-visual {
    min-height: 0;
  }

  .hero-visual-main.hero-visual-main-banner {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-summary {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-summary-item {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 22, 35, 0.08);
  }

  .hero-summary-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 920px) {
  .results-section .results-grid {
    grid-template-columns: 1fr;
  }

  .results-section .result-card {
    min-height: 0;
  }

  .results-section .result-card h3 {
    margin-top: 30px;
  }

  .site-header {
    background: rgba(7, 18, 29, 0.38);
    backdrop-filter: blur(14px);
  }

  .site-nav a {
    color: var(--ink-soft) !important;
  }

  .hero-section {
    padding: calc(var(--header-height) + 24px) 0 24px;
  }

  .hero-section .hero-copy h1 {
    max-width: 8ch;
    font-size: clamp(3.05rem, 11vw, 4.6rem);
  }

  .hero-inline-metrics {
    gap: 18px 24px;
    margin-top: 30px;
  }

  .hero-photo-shape {
    display: none;
  }

  .hero-visual-main.hero-visual-main-banner .hero-visual-screen {
    height: 500px;
    border-radius: 28px;
  }

  .hero-floating-a {
    left: 18px;
    bottom: 18px;
  }

  .hero-floating-b {
    top: 18px;
    right: 18px;
  }
}

@media (max-width: 720px) {
  .hero-section {
    padding-top: calc(var(--header-height) + 18px);
  }

  .hero-section .eyebrow {
    margin-bottom: 16px;
    font-size: 0.74rem;
    letter-spacing: 0.16em;
  }

  .hero-section .hero-copy h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
    line-height: 0.94;
  }

  .hero-section .hero-lead {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .hero-inline-metric {
    max-width: none;
  }

  .hero-visual-main.hero-visual-main-banner .hero-visual-screen {
    height: 420px;
    border-radius: 24px;
  }

  .hero-summary {
    padding: 22px 22px 24px;
    border-radius: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo-shape,
  .hero-visual-main.hero-visual-main-banner::before {
    transform: none !important;
    will-change: auto;
  }

  .floating-whatsapp::before {
    animation: none;
  }
}
