:root {
  --white: #ffffff;
  --surface: #f0f3f2;
  --line: #d8dfde;
  --green: #4ac481;
  --green-dark: #02836c;
  --teal: #407075;
  --ink-soft: #464c55;
  --ink: #1f2124;
  --blue-highlight: #02836c;
  --container: 1248px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Work Sans", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  width: min(var(--container), 94vw, calc(100vw - 1.5rem));
  margin-inline: auto;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  font-family: "Bona Nova", serif;
  letter-spacing: -0.01em;
}

p {
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-solid {
  min-height: 54px;
  padding: 0 2rem;
  border-radius: 4px;
  color: var(--white);
  background: #009774;
  box-shadow: 0 9px 22px rgba(0, 151, 116, 0.3);
}

.btn-dark {
  min-height: 56px;
  padding: 0 2rem;
  border-radius: 0;
  color: var(--white);
  background: #1a2029;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(31, 33, 36, 0.06);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  gap: 1rem;
}

.logo img {
  width: 176px;
}

.site-nav-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-link {
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.1;
  color: #14181c;
}

.nav-link.active {
  color: var(--blue-highlight);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: var(--surface);
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  margin-inline: auto;
  background: var(--ink);
}

.hero-legacy,
.plans-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-legacy {
  padding: 86px 0 208px;
  background: url("../images/hero-skyscrapper.webp") center / cover no-repeat;
}

.hero-overlay,
.skyline-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 23, 27, 0.74), rgba(13, 16, 19, 0.7));
}

.hero-content {
  text-align: center;
  max-width: 980px;
}

.hero-content h1 {
  margin-inline: auto;
  max-width: 860px;
  font-size: clamp(2.8rem, 6.2vw, 5.3rem);
}

.hero-content p {
  margin: 1.3rem auto 0;
  max-width: 820px;
  font-size: clamp(1.03rem, 1.95vw, 1.24rem);
  color: rgba(255, 255, 255, 0.93);
}

.hero-content .btn {
  margin-top: 2rem;
}

.hero-curve {
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -130px;
  height: 255px;
  background: var(--white);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.legacy-section {
  padding: 92px 0;
}

.section-center {
  text-align: center;
}

.section-center h2 {
  font-size: clamp(2.4rem, 4.7vw, 4.5rem);
}

.section-center p {
  margin: 0.7rem auto 0;
  max-width: 760px;
  color: rgba(31, 33, 36, 0.78);
  font-size: 1.08rem;
}

.legacy-divider {
  height: 1px;
  margin: 34px 0 30px;
  background: rgba(31, 33, 36, 0.1);
}

.steps-legacy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.2rem;
}

.step-legacy {
  text-align: center;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 14px;
  border-radius: 50%;
  color: var(--white);
  background: #008b75;
  font-size: 1.2rem;
}

.step-legacy h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.45rem);
}

.step-legacy p {
  margin: 0.8rem auto 0;
  max-width: 360px;
  font-size: 1.02rem;
  color: rgba(31, 33, 36, 0.82);
}

.why-choose {
  padding-top: 28px;
}

.choose-panels {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.choose-panel-left,
.choose-panel-right {
  padding: clamp(2.4rem, 5.6vw, 4.6rem);
  min-height: 460px;
}

.choose-panel-left {
  background: var(--green);
}

.choose-panel-left h3 {
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  max-width: 540px;
}

.choose-panel-left .btn {
  margin-top: 2rem;
  min-width: 250px;
}

.choose-panel-right {
  color: var(--white);
  background: #1b2128;
}

.choose-panel-right > p {
  max-width: 500px;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.92);
}

.check-list-dark {
  display: grid;
  gap: 1.05rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.03rem;
}

.check-list-dark li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.95);
}

.check-list-dark i {
  color: #58d7a1;
  margin-top: 0.3rem;
}

.skyline-cta {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  color: var(--white);
  background: url("../images/hero-skyscrapper.webp") center / cover no-repeat;
}

.skyline-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.skyline-content h2 {
  font-size: clamp(2.4rem, 5.1vw, 4.8rem);
}

.skyline-content p {
  margin-top: 0.8rem;
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.95);
}

.skyline-content .btn {
  margin-top: 1.8rem;
}

.infra-section {
  background: var(--white);
}

.infra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.infra-text {
  padding: clamp(2rem, 5vw, 4rem);
  background: #f7f8f8;
}

.infra-kicker {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(31, 33, 36, 0.58);
}

.infra-text h3 {
  margin-top: 1rem;
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
}

.infra-text p + p {
  margin-top: 1rem;
  max-width: 580px;
  font-size: 1.03rem;
  color: rgba(31, 33, 36, 0.82);
}

.infra-media {
  min-height: 420px;
}

.infra-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legacy-strip {
  margin: 0;
  padding: 13px 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #152320;
  background: #50d290;
}

.newsletter-legacy {
  padding: 72px 0 0;
  background: #e8efef;
}

.newsletter-card {
  display: grid;
  grid-template-columns: 1.15fr 1.45fr;
  gap: 2.4rem;
  align-items: center;
  padding: 36px 40px;
  border: 3px solid #1a1f25;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 2px 0 #1a1f25;
}

.newsletter-title {
  font-size: clamp(2.4rem, 4.9vw, 4.9rem);
}

.newsletter-title span {
  color: var(--blue-highlight);
}

.newsletter-form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  border: 2px solid #1a1f25;
  border-radius: 8px;
  overflow: hidden;
}

.newsletter-form input {
  min-height: 64px;
  border: 0;
  padding: 0 1rem;
  font: inherit;
  font-size: 1rem;
}

.newsletter-form input:focus {
  outline: 0;
}

.newsletter-form .btn {
  min-height: 64px;
  font-size: 1rem;
  border-radius: 0;
  box-shadow: none;
}

.newsletter-note {
  margin-top: 0.7rem;
  text-align: center;
  font-size: 0.98rem;
  color: rgba(31, 33, 36, 0.76);
}

.form-note {
  margin-top: 0.4rem;
  min-height: 1.2em;
  text-align: center;
  font-size: 0.98rem;
  color: var(--green-dark);
}

.site-footer {
  margin-top: -2px;
  padding: 22px 0 26px;
  color: var(--white);
  background: var(--green-dark);
}

.footer-nav-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.8rem;
  font-size: 0.97rem;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 1rem;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  margin-top: 10px;
}

.footer-logo {
  width: 136px;
  opacity: 0.94;
}

.footer-social {
  display: flex;
  gap: 0.7rem;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.18);
  font-size: 1.2rem;
}

.footer-copy {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}

.plans-hero {
  padding: 46px 0;
  background: url("../images/hero-skyscrapper.webp") center / cover no-repeat;
}

.plans-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.plans-hero-content h1 {
  font-size: clamp(2.5rem, 5.5vw, 5rem);
}

.plans-hero-content p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.93);
  font-size: 1.1rem;
}

.plans-section {
  padding: 98px 0 104px;
  background: #1f2124;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.plan-box {
  display: flex;
  flex-direction: column;
  padding: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
}

.plan-box .plan-name {
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.plan-box h2 {
  margin-top: 0.52rem;
  font-size: clamp(2.15rem, 2.8vw, 3.05rem);
}

.plan-box .plan-rate {
  margin-top: 0.9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 1.02rem;
  font-weight: 600;
}

.plan-box ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.9rem;
  font-size: 1rem;
}

.plan-box li {
  display: flex;
  align-items: center;
  gap: 0.48rem;
}

.plan-box li i {
  color: #66d9aa;
  font-size: 0.9rem;
}

.plan-box .btn {
  margin-top: 1.8rem;
}

.plan-box.featured {
  color: var(--ink);
  border: 0;
  background: linear-gradient(180deg, #75de9f, var(--green));
}

.plan-box.featured .plan-rate {
  border-bottom-color: rgba(31, 33, 36, 0.23);
}

.plan-box.featured li i {
  color: var(--ink);
}

@media (max-width: 1120px) {
  .choose-panel-left,
  .choose-panel-right {
    min-height: auto;
  }

  .steps-legacy,
  .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-box.featured {
    order: -1;
    grid-column: 1 / -1;
  }

  .newsletter-card {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 940px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 249, 0.98));
    border: 1px solid rgba(31, 33, 36, 0.09);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 16px 28px rgba(18, 28, 33, 0.14);
    transition: max-height 0.28s ease, opacity 0.2s ease, visibility 0s linear 0.28s;
  }

  .site-nav.is-open {
    max-height: calc(100vh - 96px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: max-height 0.28s ease, opacity 0.2s ease;
  }

  .site-nav-list {
    display: grid;
    gap: 0.45rem;
    width: 100%;
    margin: 0;
    padding: 0.85rem 0.8rem 1rem;
  }

  .site-nav-list li + li {
    margin-top: 0;
  }

  .site-nav .nav-link,
  .site-nav .nav-dropdown-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    font-size: 0.98rem;
    color: #162028;
    background: transparent;
  }

  .site-nav .nav-link.active,
  .site-nav .nav-link:hover,
  .site-nav .nav-dropdown-toggle:hover,
  .site-nav .dropdown.is-open > .nav-dropdown-toggle {
    color: #0e6557;
    background: rgba(2, 131, 108, 0.12);
  }

  .site-nav .nav-link:focus-visible,
  .site-nav .nav-dropdown-toggle:focus-visible,
  .site-nav .dropdown-item:focus-visible {
    outline: 2px solid #0f7c69;
    outline-offset: 2px;
  }

  .site-nav .dropdown-menu {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    min-width: 0;
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.3rem;
    border: 1px solid #d7e4e2;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(31, 33, 36, 0.08);
    background: rgba(245, 250, 249, 0.97);
  }

  .site-nav .dropdown-item {
    padding: 0.6rem 0.65rem;
    line-height: 1.35;
    white-space: normal;
  }

  .site-nav .dropdown-item:hover {
    background: rgba(2, 131, 108, 0.1);
  }

  .site-nav .btn.btn-solid {
    width: 100%;
    min-height: 44px;
    margin-top: 0.2rem;
    border-radius: 10px;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0, 151, 116, 0.25);
  }

  .choose-panels,
  .infra-grid {
    grid-template-columns: 1fr;
  }

  .hero-legacy {
    padding: 64px 0 122px;
  }

  .hero-curve {
    bottom: -90px;
    height: 170px;
  }

  .newsletter-form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .legacy-section,
  .plans-section {
    padding: 54px 0;
  }

  .steps-legacy,
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .skyline-cta {
    padding: 76px 0;
  }

  .newsletter-card {
    padding: 1.2rem;
    border-width: 2px;
    border-radius: 14px;
  }

  .footer-nav-row {
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav,
  .site-nav .nav-link,
  .site-nav .nav-dropdown-toggle,
  .site-nav .dropdown-menu {
    transition: none;
  }
}

/* About Us Page */
.about-page {
  background: var(--white);
}

.about-kicker,
.about-section-kicker {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  padding: 90px 0 200px;
  background: url("../images/hero-skyscrapper.webp") center / cover no-repeat;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(160deg, rgba(9, 12, 17, 0.84), rgba(8, 46, 41, 0.76));
}

.about-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  top: -170px;
  right: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 210, 144, 0.45), rgba(80, 210, 144, 0));
  animation: aboutGlow 9s ease-in-out infinite;
}

.about-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 920px;
}

.about-hero-content .about-kicker {
  color: rgba(255, 255, 255, 0.8);
}

.about-hero-content h1 {
  margin-top: 0.85rem;
  font-size: clamp(2.7rem, 6vw, 5rem);
}

.about-hero-lead {
  margin: 1.2rem auto 0;
  max-width: 780px;
  font-size: clamp(1.02rem, 1.9vw, 1.2rem);
  color: rgba(255, 255, 255, 0.94);
}

.about-hero-actions {
  margin-top: 2rem;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.about-hero-curve {
  position: absolute;
  left: -11%;
  right: -11%;
  bottom: -130px;
  height: 255px;
  background: var(--white);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.about-story,
.about-values,
.about-process,
.about-cta {
  padding: 88px 0;
}

.about-story {
  padding-top: 46px;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1.5rem;
}

.about-story-panel,
.about-story-card {
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border-radius: 18px;
}

.about-story-panel {
  border: 1px solid #d7e3e0;
  background: linear-gradient(180deg, #f8fbfb, #eef5f4);
  box-shadow: 0 14px 34px rgba(31, 33, 36, 0.07);
}

.about-story-panel .about-section-kicker {
  color: #306067;
}

.about-story-panel h2 {
  margin-top: 0.75rem;
  font-size: clamp(2rem, 3.5vw, 3.1rem);
}

.about-story-panel p {
  margin-top: 1rem;
  color: rgba(31, 33, 36, 0.82);
  max-width: 62ch;
}

.about-story-card {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(170deg, #1f262f, #131b23);
  box-shadow: 0 18px 30px rgba(16, 25, 34, 0.25);
}

.about-story-card .about-section-kicker {
  color: rgba(255, 255, 255, 0.76);
}

.about-story-card h3 {
  margin-top: 0.75rem;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.about-list {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.82rem;
}

.about-list li {
  display: flex;
  gap: 0.58rem;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.93);
}

.about-list i {
  margin-top: 0.22rem;
  color: #66d9aa;
}

.about-values {
  padding-top: 12px;
}

.about-values-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-value-card {
  min-height: 260px;
  padding: 1.4rem;
  border: 1px solid #dce8e5;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f8fbfb);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.about-value-card:hover {
  transform: translateY(-4px);
  border-color: #b8d6ce;
  box-shadow: 0 20px 34px rgba(31, 33, 36, 0.1);
}

.about-value-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: var(--white);
  background: linear-gradient(145deg, var(--green-dark), var(--green));
}

.about-value-card h3 {
  margin-top: 1rem;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.about-value-card p {
  margin-top: 0.68rem;
  color: rgba(31, 33, 36, 0.77);
}

.about-metrics {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  padding: 98px 0;
  background: linear-gradient(135deg, #1c222a, #173f3a);
}

.about-metrics::before,
.about-metrics::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.about-metrics::before {
  width: 430px;
  height: 430px;
  left: -120px;
  top: -140px;
  background: radial-gradient(circle, rgba(74, 196, 129, 0.35), rgba(74, 196, 129, 0));
}

.about-metrics::after {
  width: 380px;
  height: 380px;
  right: -130px;
  bottom: -150px;
  background: radial-gradient(circle, rgba(64, 112, 117, 0.55), rgba(64, 112, 117, 0));
}

.about-metrics-head p {
  color: rgba(255, 255, 255, 0.87);
}

.about-metrics-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.about-metric {
  padding: 1.2rem;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(2px);
  animation: aboutFloat 8s ease-in-out infinite;
}

.about-metric:nth-child(2) {
  animation-delay: 0.8s;
}

.about-metric:nth-child(3) {
  animation-delay: 1.4s;
}

.about-metric:nth-child(4) {
  animation-delay: 2s;
}

.about-metric-label {
  margin: 0;
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.about-metric-value {
  margin: 0.65rem 0 0;
  font-family: "Bona Nova", serif;
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
  line-height: 1.1;
  color: #f3fff9;
}

.about-metric-note {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.93rem;
}

.about-process {
  background: #f7faf9;
}

.about-process-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.about-process-item {
  position: relative;
  padding: 1.3rem;
  border: 1px solid #d8e6e2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(31, 33, 36, 0.05);
}

.about-process-item h3 {
  margin-top: 0.95rem;
  font-size: 1.3rem;
}

.about-process-item p {
  margin-top: 0.52rem;
  color: rgba(31, 33, 36, 0.76);
}

.about-process-step {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 700;
  color: #08342f;
  background: linear-gradient(160deg, #7de2a7, #57cc95);
}

.about-cta {
  padding-top: 0;
}

.about-cta-shell {
  padding: clamp(1.7rem, 4.6vw, 3rem);
  border: 2px solid #1f2124;
  border-radius: 22px;
  text-align: center;
  background: linear-gradient(165deg, #f5faf8, #ecf4f1);
  box-shadow: 0 2px 0 #1f2124, 0 20px 34px rgba(31, 33, 36, 0.08);
}

.about-cta-shell .about-section-kicker {
  color: #194d52;
}

.about-cta-shell h2 {
  margin-top: 0.8rem;
  font-size: clamp(2rem, 4.4vw, 3.8rem);
}

.about-cta-shell > p {
  margin: 0.95rem auto 0;
  max-width: 68ch;
  color: rgba(31, 33, 36, 0.77);
}

.about-cta-actions {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

.about-cta-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0e6d60;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-cta-link:hover {
  color: #0b5b50;
}

@keyframes aboutGlow {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.82;
  }
  50% {
    transform: translateY(12px);
    opacity: 1;
  }
}

@keyframes aboutFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 1120px) {
  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .about-hero {
    padding: 72px 0 132px;
  }

  .about-hero-curve {
    bottom: -84px;
    height: 166px;
  }

  .about-story,
  .about-values,
  .about-metrics,
  .about-process,
  .about-cta {
    padding: 64px 0;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-story,
  .about-values,
  .about-metrics,
  .about-process,
  .about-cta {
    padding: 48px 0;
  }

  .about-values-grid,
  .about-metrics-grid,
  .about-process-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-actions .btn,
  .about-cta-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero::after,
  .about-metric {
    animation: none;
  }

  .about-value-card,
  .about-metric {
    transition: none;
  }
}

/* Legal Pages */
.legal-page {
  --legal-anchor-offset: 132px;
  background:
    radial-gradient(1100px 360px at 5% -10%, rgba(59, 132, 144, 0.2), rgba(59, 132, 144, 0)),
    radial-gradient(900px 300px at 95% 0%, rgba(74, 196, 129, 0.18), rgba(74, 196, 129, 0)),
    #f2f7f6;
}

.legal-shell {
  display: grid;
  gap: 1.5rem;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(1.6rem, 3.5vw, 2.6rem);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  color: #f8fffd;
  box-shadow: 0 22px 40px rgba(12, 27, 30, 0.22);
}

.legal-page--terms .legal-hero {
  background: linear-gradient(145deg, #132b30, #14555e 55%, #1f7777);
}

.legal-page--privacy .legal-hero {
  background: linear-gradient(145deg, #1a2d39, #23556e 55%, #2e7087);
}

.legal-hero::before,
.legal-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.legal-hero::before {
  width: 380px;
  height: 380px;
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
}

.legal-hero::after {
  width: 320px;
  height: 320px;
  bottom: -180px;
  left: -90px;
  background: radial-gradient(circle, rgba(80, 210, 144, 0.34), rgba(80, 210, 144, 0));
}

.legal-kicker {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(241, 255, 251, 0.86);
}

.legal-hero h1 {
  margin-top: 0.7rem;
  font-size: clamp(2rem, 5vw, 3.35rem);
}

.legal-lead {
  margin-top: 0.85rem;
  max-width: 78ch;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  color: rgba(241, 255, 251, 0.93);
}

.legal-meta {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.legal-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(242, 255, 252, 0.96);
  background: rgba(255, 255, 255, 0.16);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  gap: 1.05rem;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 108px;
  border: 1px solid #cfdfdc;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 30px rgba(31, 33, 36, 0.08);
  backdrop-filter: blur(3px);
  padding: 1rem;
}

.legal-toc h2 {
  margin: 0;
  font-size: 1.06rem;
}

.legal-toc-list {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.38rem;
}

.legal-toc-list a {
  display: block;
  padding: 0.52rem 0.65rem;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 500;
  color: #183f46;
  background: rgba(227, 242, 238, 0.7);
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.legal-toc-list a:hover {
  border-color: #9bc8be;
  background: rgba(216, 238, 232, 0.95);
  transform: translateX(2px);
}

.legal-toc-list a:focus-visible {
  outline: 2px solid #0f7c69;
  outline-offset: 2px;
}

.legal-content {
  display: grid;
  gap: 0.95rem;
}

.legal-content [id] {
  scroll-margin-top: var(--legal-anchor-offset);
}

.legal-section {
  border: 1px solid #d4e5e2;
  border-radius: 16px;
  padding: clamp(1rem, 2.5vw, 1.45rem);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 22px rgba(31, 33, 36, 0.06);
}

.legal-section h2 {
  margin: 0;
  font-size: clamp(1.38rem, 2.2vw, 1.82rem);
}

.legal-section p {
  margin-top: 0.78rem;
  max-width: 76ch;
  color: rgba(31, 33, 36, 0.82);
}

.legal-list {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
  color: rgba(31, 33, 36, 0.84);
}

.legal-list li::marker {
  color: #0e7f6a;
}

.legal-note {
  margin-top: 0.9rem;
  padding: 0.78rem 0.9rem;
  border-left: 4px solid #0f7c69;
  border-radius: 8px;
  background: rgba(15, 124, 105, 0.1);
  color: #133f3a;
}

.legal-highlight {
  margin-top: 0.9rem;
  padding: 0.82rem 0.95rem;
  border: 1px solid #9fcfc5;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(215, 241, 233, 0.88), rgba(235, 249, 244, 0.92));
  color: #14463f;
  font-weight: 500;
}

@media (max-width: 1080px) {
  .legal-layout {
    grid-template-columns: minmax(210px, 245px) minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .legal-page {
    --legal-anchor-offset: 118px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
    top: auto;
  }

  .legal-toc-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }
}

@media (max-width: 640px) {
  .legal-shell {
    gap: 1.05rem;
  }

  .legal-hero {
    border-radius: 16px;
    padding: 1.3rem 1rem;
  }

  .legal-meta {
    gap: 0.45rem;
  }

  .legal-toc {
    padding: 0.85rem;
    border-radius: 12px;
  }

  .legal-toc-list {
    grid-template-columns: 1fr;
  }

  .legal-section {
    border-radius: 12px;
    padding: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .legal-toc-list a {
    transition: none;
    transform: none;
  }
}

/* Premium Auth, Contact, Blog */
.auth-premium,
.contact-premium,
.blog-premium {
  background:
    radial-gradient(980px 340px at 0% -10%, rgba(57, 142, 124, 0.14), rgba(57, 142, 124, 0)),
    radial-gradient(900px 300px at 100% 0%, rgba(74, 196, 129, 0.12), rgba(74, 196, 129, 0)),
    #f3f8f7;
}

.auth-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  align-items: start;
}

.auth-shell-signup {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.auth-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  padding: clamp(1.2rem, 3vw, 2rem);
  color: #f3fffb;
  background: linear-gradient(155deg, #10292d, #15535f 55%, #1b7282);
  box-shadow: 0 20px 36px rgba(16, 34, 39, 0.22);
}

.auth-panel::before,
.auth-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.auth-panel::before {
  width: 360px;
  height: 360px;
  right: -160px;
  top: -160px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
}

.auth-panel::after {
  width: 320px;
  height: 320px;
  left: -130px;
  bottom: -180px;
  background: radial-gradient(circle, rgba(80, 210, 144, 0.4), rgba(80, 210, 144, 0));
}

.auth-kicker {
  margin: 0;
  font-size: 0.81rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(241, 255, 251, 0.82);
}

.auth-spotlight h1 {
  margin-top: 0.8rem;
  font-size: clamp(1.9rem, 3.1vw, 2.8rem);
}

.auth-spotlight > p {
  margin-top: 0.8rem;
  color: rgba(241, 255, 251, 0.92);
}

.auth-meta-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.auth-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.16);
  color: rgba(245, 255, 252, 0.95);
  font-size: 0.78rem;
  font-weight: 600;
}

.auth-benefit-list {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.62rem;
}

.auth-benefit-list li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  color: rgba(241, 255, 251, 0.94);
}

.auth-benefit-list i {
  margin-top: 0.28rem;
  color: #7ee3ab;
}

.auth-form-card {
  border: 1px solid #d8e6e4;
  border-radius: 20px;
  padding: clamp(1.05rem, 2.4vw, 1.45rem);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 30px rgba(31, 33, 36, 0.08);
}

.auth-form-head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.auth-form-head p {
  margin-top: 0.5rem;
  color: rgba(31, 33, 36, 0.75);
}

.auth-form-section {
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid #e1ebea;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f8fbfb);
}

.auth-form-section-title {
  margin: 0 0 0.7rem;
  font-size: 0.82rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2c5f68;
}

.auth-form-foot {
  margin: 1.1rem 0 0;
  padding-top: 0.95rem;
  border-top: 1px solid #e7f0ef;
  text-align: center;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 20px;
  padding: clamp(1.2rem, 3vw, 2rem);
  color: #f3fffc;
  background: linear-gradient(145deg, #112a30, #1a5a67 58%, #2a768f);
  box-shadow: 0 20px 36px rgba(19, 36, 44, 0.22);
}

.contact-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 460px;
  height: 460px;
  right: -190px;
  top: -240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
}

.contact-kicker {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(241, 255, 251, 0.82);
}

.contact-hero h1 {
  margin-top: 0.72rem;
  font-size: clamp(2rem, 3.3vw, 3rem);
}

.contact-hero p {
  margin-top: 0.75rem;
  color: rgba(241, 255, 251, 0.93);
  max-width: 78ch;
}

.contact-layout {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(235px, 0.86fr) minmax(0, 1.14fr);
  gap: 1rem;
  align-items: start;
}

.contact-layout aside {
  display: grid;
  gap: 0.8rem;
}

.contact-channel-card {
  border: 1px solid #d6e7e3;
  border-radius: 16px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 24px rgba(31, 33, 36, 0.06);
}

.contact-channel-card i {
  font-size: 1.2rem;
  color: #077a66;
}

.contact-channel-card h3 {
  margin-top: 0.6rem;
  font-size: 1.25rem;
}

.contact-channel-card p {
  margin-top: 0.45rem;
  color: rgba(31, 33, 36, 0.78);
}

.contact-form-card {
  border: 1px solid #d8e8e4;
  border-radius: 18px;
  padding: clamp(1rem, 2.4vw, 1.4rem);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 30px rgba(31, 33, 36, 0.08);
}

.contact-form-head h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
}

.contact-form-head p {
  margin-top: 0.5rem;
  color: rgba(31, 33, 36, 0.75);
}

.blog-premium-hero {
  padding: 48px 0;
}

.blog-premium-hero .plans-hero-content {
  max-width: 860px;
}

.blog-hero-kicker {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(241, 255, 251, 0.8);
}

.blog-section-head {
  margin-bottom: 0.8rem;
}

.blog-section-head h5 {
  font-size: 1.15rem;
  color: #1f2124;
}

.blog-layout {
  align-items: start;
}

.blog-card {
  border: 1px solid #dce8e5;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 24px rgba(31, 33, 36, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  border-color: #b9d7d1;
  box-shadow: 0 20px 34px rgba(31, 33, 36, 0.11);
}

.blog-featured-card img,
.blog-list-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
}

.blog-list-card img {
  min-height: 190px;
}

.blog-list-card .btn,
.blog-featured-card .btn {
  margin-top: 0.65rem;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.86rem;
  color: #5e6f79;
}

.blog-side-card {
  border: 1px solid #d8e7e4;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem;
  box-shadow: 0 12px 26px rgba(31, 33, 36, 0.06);
}

@media (min-width: 992px) {
  .blog-layout .blog-side-card:first-child {
    position: sticky;
    top: 116px;
  }
}

.blog-pagination .pagination {
  gap: 0.35rem;
  flex-wrap: wrap;
}

.blog-pagination .page-link {
  border: 1px solid #cadeda;
  border-radius: 10px;
  min-width: 36px;
  text-align: center;
  color: #1f2124;
  background: #fff;
}

.blog-pagination .page-item.active .page-link {
  border-color: #03705e;
  background: #03705e;
  color: #fff;
}

.blog-back-link {
  margin-bottom: 1.1rem;
}

.blog-article-shell {
  border: 1px solid #d8e8e4;
  border-radius: 18px;
  padding: clamp(1rem, 2.6vw, 1.65rem);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 30px rgba(31, 33, 36, 0.08);
}

.blog-article-head {
  margin-bottom: 0.9rem;
}

.blog-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.16rem 0.62rem;
  border-radius: 999px;
  border: 1px solid #cfe2de;
  background: #f4faf8;
  color: #315a5f;
  font-size: 0.8rem;
  font-weight: 600;
}

.blog-article-frame {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d6e7e3;
}

.blog-article-content {
  color: rgba(31, 33, 36, 0.88);
  line-height: 1.75;
}

.blog-article-content > * + * {
  margin-top: 0.95rem;
}

.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
  margin-top: 1.5rem;
}

.blog-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.blog-article-content pre,
.blog-article-content code {
  max-width: 100%;
  overflow-x: auto;
}

.blog-article-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.blog-category-shell {
  border: 1px solid #d9e8e5;
  border-radius: 16px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.94);
}

@media (max-width: 1120px) {
  .auth-shell,
  .auth-shell-signup,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .auth-panel {
    order: 2;
  }

  .auth-form-card {
    order: 1;
  }
}

@media (max-width: 940px) {
  .auth-premium,
  .contact-premium,
  .blog-premium {
    padding-bottom: 0.25rem;
  }

  .blog-premium-hero {
    padding: 36px 0;
  }
}

@media (max-width: 640px) {
  .auth-panel,
  .auth-form-card,
  .contact-hero,
  .contact-form-card,
  .contact-channel-card,
  .blog-article-shell,
  .blog-category-shell {
    border-radius: 14px;
  }

  .auth-form-section {
    padding: 0.75rem;
  }

  .blog-featured-card img,
  .blog-list-card img {
    min-height: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-card,
  .blog-pagination .page-link {
    transition: none;
  }

  .blog-card:hover {
    transform: none;
  }
}

/* Whitepaper Page */
.whitepaper-page {
  --whitepaper-anchor-offset: 120px;
  --whitepaper-ink: #1f2124;
  --whitepaper-teal: #0f6d62;
  --whitepaper-surface: #ffffff;
  background:
    radial-gradient(940px 360px at 0% -8%, rgba(15, 109, 98, 0.16), rgba(15, 109, 98, 0)),
    radial-gradient(980px 420px at 100% -10%, rgba(22, 62, 73, 0.14), rgba(22, 62, 73, 0)),
    #eef5f3;
}

.whitepaper-page .whitepaper-shell {
  display: grid;
  gap: 1.15rem;
}

.whitepaper-page .whitepaper-shell,
.whitepaper-page .whitepaper-hero-grid,
.whitepaper-page .whitepaper-layout,
.whitepaper-page .whitepaper-content,
.whitepaper-page .whitepaper-hero-copy,
.whitepaper-page .whitepaper-visual-grid,
.whitepaper-page .whitepaper-meta,
.whitepaper-page .whitepaper-hero-actions,
.whitepaper-page .whitepaper-cta-actions,
.whitepaper-page .whitepaper-section,
.whitepaper-page .whitepaper-chart-panel,
.whitepaper-page .table-responsive {
  min-width: 0;
}

.whitepaper-page .whitepaper-hero {
  border: 1px solid #bfd5d0;
  border-radius: 22px;
  padding: clamp(1.1rem, 3vw, 1.75rem);
  color: #f7fffd;
  background:
    linear-gradient(150deg, rgba(16, 42, 52, 0.97), rgba(15, 109, 98, 0.93)),
    url("../images/hero-pattern.png");
  box-shadow: 0 18px 40px rgba(19, 35, 40, 0.24);
}

.whitepaper-page .whitepaper-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1rem;
  align-items: stretch;
}

.whitepaper-page .whitepaper-hero-copy {
  display: grid;
  align-content: start;
}

.whitepaper-page .whitepaper-visual-grid {
  display: grid;
  gap: 0.72rem;
}

.whitepaper-page .whitepaper-graphic-card {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.whitepaper-page .whitepaper-graphic-card--photo img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.whitepaper-page .whitepaper-graphic-caption {
  margin: 0;
  padding: 0.58rem 0.7rem;
  font-size: 0.84rem;
  color: rgba(241, 255, 251, 0.9);
}

.whitepaper-page .whitepaper-graphic-card--badge {
  padding: 0.82rem;
  display: grid;
  gap: 0.35rem;
}

.whitepaper-page .whitepaper-badge-label {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(241, 255, 251, 0.78);
  font-weight: 700;
}

.whitepaper-page .whitepaper-badge-value {
  margin: 0;
  font-size: clamp(1.36rem, 3vw, 1.9rem);
  font-weight: 700;
  color: #f2fffc;
}

.whitepaper-page .whitepaper-badge-note {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(241, 255, 251, 0.88);
}

.whitepaper-page .whitepaper-kicker {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(246, 255, 252, 0.8);
}

.whitepaper-page .whitepaper-hero h1 {
  margin-top: 0.78rem;
  font-size: clamp(2.1rem, 4.9vw, 3.5rem);
}

.whitepaper-page .whitepaper-lead {
  margin-top: 0.95rem;
  max-width: 76ch;
  color: rgba(243, 255, 251, 0.94);
}

.whitepaper-page .whitepaper-meta {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.whitepaper-page .whitepaper-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.13);
  padding: 0.2rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 600;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.whitepaper-page .whitepaper-hero-actions {
  margin-top: 1.05rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.whitepaper-page .whitepaper-layout {
  display: grid;
  grid-template-columns: minmax(230px, 290px) minmax(0, 1fr);
  gap: 1.05rem;
  align-items: start;
}

.whitepaper-page .whitepaper-toc {
  position: sticky;
  top: 108px;
  border: 1px solid #ccdedb;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 28px rgba(31, 33, 36, 0.08);
  padding: 1rem;
}

.whitepaper-page .whitepaper-toc h2 {
  margin: 0;
  font-size: 1.06rem;
}

.whitepaper-page .whitepaper-toc-list {
  margin: 0.82rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.38rem;
}

.whitepaper-page .whitepaper-toc-list a {
  display: block;
  border-radius: 10px;
  border: 1px solid transparent;
  background: rgba(224, 241, 236, 0.74);
  color: #163f46;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.5rem 0.62rem;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  overflow-wrap: anywhere;
  word-break: normal;
}

.whitepaper-page .whitepaper-toc-list a:hover {
  border-color: #9ec9bf;
  background: rgba(214, 236, 231, 0.98);
  transform: translateX(2px);
}

.whitepaper-page .whitepaper-toc-list a:focus-visible {
  outline: 2px solid #0e7d69;
  outline-offset: 2px;
}

.whitepaper-page .whitepaper-content {
  display: grid;
  gap: 0.94rem;
}

.whitepaper-page .whitepaper-section {
  scroll-margin-top: var(--whitepaper-anchor-offset);
  border: 1px solid #d4e4e1;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 26px rgba(31, 33, 36, 0.06);
  padding: clamp(1.02rem, 2.5vw, 1.42rem);
}

.whitepaper-page .whitepaper-content .whitepaper-section:nth-child(odd) {
  background: linear-gradient(160deg, rgba(248, 252, 251, 0.98), rgba(240, 248, 246, 0.97));
}

.whitepaper-page .whitepaper-content .whitepaper-section:nth-child(even) {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 251, 0.97));
}

.whitepaper-page .whitepaper-section h2 {
  margin: 0;
  font-size: clamp(1.46rem, 2.5vw, 2rem);
  letter-spacing: 0.01em;
}

.whitepaper-page .whitepaper-section h3 {
  margin: 0;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.whitepaper-page .whitepaper-section p {
  margin-top: 0.72rem;
  max-width: 84ch;
  color: rgba(31, 33, 36, 0.86);
  overflow-wrap: anywhere;
  word-break: normal;
}

.whitepaper-page .whitepaper-list {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.42rem;
  color: rgba(31, 33, 36, 0.85);
}

.whitepaper-page .whitepaper-list li::marker {
  color: #0d7d68;
}

.whitepaper-page .whitepaper-kpi-grid {
  margin-top: 0.92rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.74rem;
}

.whitepaper-page .whitepaper-kpi-card {
  border: 1px solid #cfe2de;
  border-radius: 12px;
  background: linear-gradient(160deg, #f8fbfb, #edf6f4);
  padding: 0.84rem 0.92rem;
}

.whitepaper-page .whitepaper-chart-panel {
  margin-top: 0.95rem;
  border: 1px solid #c8dfda;
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(245, 252, 250, 0.98), rgba(236, 248, 244, 0.98));
  padding: 0.85rem;
}

.whitepaper-page .whitepaper-chart-head p {
  margin-top: 0.46rem;
  margin-bottom: 0;
}

.whitepaper-page .whitepaper-staircase-chart {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  border: 1px solid #d4e4e0;
  border-radius: 10px;
  background: #f7fcfb;
}

.whitepaper-page .whitepaper-kpi-label {
  margin: 0;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #2d6a63;
  font-weight: 700;
}

.whitepaper-page .whitepaper-kpi-value {
  margin: 0.42rem 0 0;
  font-size: clamp(1.2rem, 2.6vw, 1.65rem);
  font-weight: 700;
  color: #173f46;
}

.whitepaper-page .whitepaper-formula {
  margin-top: 0.86rem;
  border-left: 4px solid #0f7c69;
  border-radius: 8px;
  background: rgba(15, 124, 105, 0.1);
  padding: 0.76rem 0.9rem;
  color: #133f3a;
}

.whitepaper-page .whitepaper-timeline {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
}

.whitepaper-page .whitepaper-milestone {
  border: 1px solid #c9dfda;
  border-radius: 12px;
  background: #f6fbfa;
  padding: 0.68rem;
  text-align: center;
}

.whitepaper-page .whitepaper-milestone-date {
  margin: 0;
  font-size: 0.8rem;
  color: #2d6562;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.whitepaper-page .whitepaper-milestone-value {
  margin: 0.4rem 0 0;
  color: #123f46;
  font-weight: 700;
  font-size: 1.18rem;
}


.whitepaper-page .whitepaper-roadmap-table {
  border: 1px solid #cfe1dd;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
}

.whitepaper-page .whitepaper-roadmap-table thead th {
  border-bottom: 1px solid #cfe1dd;
  background: #eef7f5;
  color: #173f46;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.whitepaper-page .whitepaper-roadmap-table td {
  border-top: 1px solid #deebea;
  color: rgba(31, 33, 36, 0.88);
  vertical-align: middle;
}

.whitepaper-page .whitepaper-roadmap-table thead th,
.whitepaper-page .whitepaper-roadmap-table td {
  overflow-wrap: anywhere;
  word-break: normal;
}

.whitepaper-page .whitepaper-risk-note {
  margin-top: 0.9rem;
  border-left: 4px solid #0f7c69;
  border-radius: 8px;
  background: rgba(15, 124, 105, 0.1);
  padding: 0.78rem 0.9rem;
  color: #143f3a;
  font-weight: 500;
}

.whitepaper-page .whitepaper-cta {
  margin-top: 0.9rem;
  border: 1px solid #b8d7d1;
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(230, 246, 241, 0.94), rgba(246, 252, 250, 0.98));
  padding: clamp(1.04rem, 2.7vw, 1.38rem);
  box-shadow: 0 10px 24px rgba(31, 33, 36, 0.08);
}

.whitepaper-page .whitepaper-cta-actions {
  margin-top: 0.78rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.whitepaper-page .whitepaper-referral-note {
  margin-top: 0.72rem;
  margin-bottom: 0;
  color: #23464d;
}

@media (max-width: 980px) {
  .whitepaper-page {
    --whitepaper-anchor-offset: 116px;
  }

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

  .whitepaper-page .whitepaper-layout {
    grid-template-columns: 1fr;
  }

  .whitepaper-page .whitepaper-toc {
    position: static;
    top: auto;
  }

  .whitepaper-page .whitepaper-toc-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .whitepaper-page .whitepaper-hero,
  .whitepaper-page .whitepaper-toc,
  .whitepaper-page .whitepaper-section,
  .whitepaper-page .whitepaper-cta {
    border-radius: 12px;
  }

  .whitepaper-page .whitepaper-toc-list {
    grid-template-columns: 1fr;
  }

  .whitepaper-page .whitepaper-kpi-grid {
    grid-template-columns: 1fr;
  }

  .whitepaper-page .whitepaper-timeline {
    grid-template-columns: 1fr;
  }

  .whitepaper-page .whitepaper-hero-actions .btn,
  .whitepaper-page .whitepaper-cta-actions .btn {
    width: 100%;
  }

  .whitepaper-page .whitepaper-roadmap-table thead th,
  .whitepaper-page .whitepaper-roadmap-table td {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whitepaper-page .whitepaper-toc-list a {
    transition: none;
    transform: none;
  }
}

@media print {
  body:has(.whitepaper-page) .site-header,
  body:has(.whitepaper-page) .site-footer,
  body:has(.whitepaper-page) .page-wrapper > .container.mt-3,
  body:has(.whitepaper-page) .whitepaper-print-control {
    display: none !important;
  }

  body:has(.whitepaper-page) .whitepaper-page {
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body:has(.whitepaper-page) .whitepaper-page .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  body:has(.whitepaper-page) .whitepaper-page .whitepaper-layout {
    display: block !important;
  }

  body:has(.whitepaper-page) .whitepaper-page .whitepaper-hero,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-graphic-card,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-toc,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-section,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-chart-panel,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-milestone,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-kpi-card,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-cta {
    border: 1px solid #d6dce0 !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  body:has(.whitepaper-page) .whitepaper-page .whitepaper-kicker,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-lead,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-kpi-label,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-kpi-value,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-referral-note,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-chip,
  body:has(.whitepaper-page) .whitepaper-page h1,
  body:has(.whitepaper-page) .whitepaper-page h2,
  body:has(.whitepaper-page) .whitepaper-page h3,
  body:has(.whitepaper-page) .whitepaper-page p,
  body:has(.whitepaper-page) .whitepaper-page li {
    color: #111 !important;
  }

  body:has(.whitepaper-page) .whitepaper-page .whitepaper-chip,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-toc-list a {
    border: 1px solid #d6dce0 !important;
    background: #fff !important;
  }

  body:has(.whitepaper-page) .whitepaper-page .whitepaper-graphic-card img {
    height: auto !important;
    max-height: 220px !important;
    filter: grayscale(100%);
  }

  body:has(.whitepaper-page) .whitepaper-page .whitepaper-staircase-chart {
    border: 1px solid #d6dce0 !important;
    background: #fff !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  body:has(.whitepaper-page) .whitepaper-page .whitepaper-roadmap-table {
    border: 1px solid #d6dce0 !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  body:has(.whitepaper-page) .whitepaper-page .whitepaper-roadmap-table thead th,
  body:has(.whitepaper-page) .whitepaper-page .whitepaper-roadmap-table td {
    border-color: #d6dce0 !important;
    color: #111 !important;
    background: #fff !important;
  }

  body:has(.whitepaper-page) .whitepaper-page .whitepaper-toc {
    position: static !important;
    margin-bottom: 0.75rem;
  }

  body:has(.whitepaper-page) .whitepaper-page .whitepaper-section {
    scroll-margin-top: 0;
  }
}

