:root {
  --font-sans: "Cereal VF", Circular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-symbol: Arial, sans-serif;
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f6f1;
  --color-footer: #f4f3ec;
  --color-text: #222222;
  --color-muted: #6e6a66;
  --color-line: #dedbd5;
  --color-line-soft: #ebe9e4;
  --color-brand: #00492e;
  --color-brand-2: #197149;
  --color-brand-soft: #eaf3ee;
  --color-white: #ffffff;
  --color-danger: #9a3412;
  --color-warning-bg: #fff7ed;
  --color-warning-line: #fed7aa;
  --chakra-purple: #bb8eb9;
  --chakra-blue: #071077;
  --chakra-sky: #86bddb;
  --chakra-green: #06a201;
  --chakra-yellow: #d7cf13;
  --chakra-orange: #f68e15;
  --chakra-red: #b80000;
  --container: 1120px;
  --container-narrow: 760px;
  --header-height: 5rem;
  --radius-sm: 0.65rem;
  --radius-md: 1rem;
  --radius-lg: 1.4rem;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 8px 24px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 8px 18px rgba(0, 0, 0, 0.1), 0 22px 64px rgba(0, 0, 0, 0.17);
  --transition: 180ms cubic-bezier(0.2, 0, 0, 1);
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-soft: 680ms var(--motion-ease);
  --motion-slow: 7s ease-in-out;
  --focus-ring: 0 0 0 3px rgba(25, 113, 73, 0.22);
}

@font-face {
  font-family: "Cereal VF";
  src: url("../fonts/w_wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+20A0-20CF;
}

@font-face {
  font-family: "Cereal VF";
  src: url("../fonts/italics_w_wght.woff2") format("woff2");
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+20A0-20CF;
}

@font-face {
  font-family: "Cereal VF";
  src: url("../fonts/cyril_w_wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0400-04FF;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.is-video-open {
  overflow: hidden;
}

img,
svg,
video {
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--color-brand);
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--color-brand-2);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid transparent;
  box-shadow: var(--focus-ring);
}

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

h1,
h2,
h3 {
  color: var(--color-text);
  font-weight: 650;
  letter-spacing: -0.025em;
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.02;
}

h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.3rem, 2.8vw, 1.75rem);
  line-height: 1.18;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.15rem;
  line-height: 1.25;
}

p {
  margin-bottom: 1rem;
}

hr {
  width: min(calc(100% - 2rem), var(--container));
  margin: 2.75rem auto;
  border: 0;
  border-top: 1px solid var(--color-line);
}

.muted,
.grey {
  color: var(--color-muted);
}

.content-width {
  width: min(calc(100% - 3rem), var(--container));
  margin-inline: auto;
}

.content-width--narrow {
  max-width: var(--container-narrow);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: var(--header-height);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  width: min(calc(100% - 2rem), 1440px);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.site-logo {
  width: 2.9rem;
  height: 2.9rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
}

.site-logo img,
.site-logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-mark {
  color: var(--color-brand);
  overflow: visible;
}

.brand-mark__leaf {
  transform-box: fill-box;
  transform-origin: center;
  animation: brandLeaf var(--motion-slow) infinite;
}

.brand-mark__leaf--2 {
  animation-delay: -5.25s;
}

.brand-mark__leaf--3 {
  animation-delay: -3.5s;
}

.brand-mark__leaf--4 {
  animation-delay: -1.75s;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.26rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-pill);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
}

.site-nav a {
  padding: 0.58rem 0.9rem;
  border-radius: var(--radius-pill);
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 560;
  text-decoration: none;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--color-surface-soft);
  color: var(--color-brand);
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-line);
  font-size: 0.8rem;
  font-weight: 650;
}

.language-switcher a,
.footer-languages a {
  color: var(--color-muted);
  text-decoration: none;
}

.language-switcher a:hover,
.language-switcher a[aria-current="true"],
.footer-languages a:hover {
  color: var(--color-brand);
}

.header-whatsapp {
  width: 2.55rem;
  height: 2.55rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-surface-soft);
  color: var(--color-brand);
  text-decoration: none;
  transition: transform var(--transition), background var(--transition);
}

.header-whatsapp:hover {
  transform: translateY(-1px);
  background: var(--color-brand-soft);
}

.header-whatsapp svg {
  width: 1.25rem;
  height: 1.25rem;
}

.site-main,
.page--home main {
  min-height: 60vh;
  padding-top: calc(var(--header-height) + 3rem);
}

.page-hero {
  padding-block: 2.25rem 1.5rem;
  text-align: center;
}

.page-hero p {
  max-width: 760px;
  margin-inline: auto;
  color: var(--color-muted);
  font-size: 1.05rem;
}

.button,
.boton {
  min-height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.76rem 1.15rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--color-surface-soft);
  color: var(--color-text);
  font-weight: 620;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.button:hover,
.boton:hover {
  transform: translateY(-1px);
}

.button--primary,
.boton.green {
  background: linear-gradient(135deg, var(--color-brand), var(--color-brand-2));
  color: var(--color-white);
  box-shadow: 0 10px 22px rgba(0, 73, 46, 0.16);
}

.button--primary:hover,
.boton.green:hover {
  background: linear-gradient(135deg, var(--color-brand-2), #24865c);
  color: var(--color-white);
}

.button--secondary {
  border: 1px solid var(--color-line);
  background: var(--color-surface);
  color: var(--color-text);
}

.button--secondary:hover {
  background: var(--color-surface-soft);
  color: var(--color-brand);
}

.button:disabled,
.boton:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 4.5rem;
}

.service-card,
.contact-card,
.legal-copy > section,
.section2 {
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
}

.service-card {
  padding: 1.45rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-card p {
  flex: 1;
  color: var(--color-muted);
}

.service-card__body {
  width: 100%;
  flex: 1;
}

.service-card__price {
  margin: 1rem 0 1.15rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--color-line-soft);
}

.service-card__price span {
  color: var(--color-muted);
  font-size: 0.84rem;
}

.service-card__price strong {
  color: var(--color-brand);
  font-size: 0.95rem;
}

.service-card__price--muted strong {
  color: var(--color-muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 1rem;
  padding-bottom: 4.5rem;
}

.contact-card {
  padding: 1.5rem;
}

.contact-card--form {
  grid-row: span 2;
}

.contact-card--wide {
  align-self: start;
}

.contact-card ul,
.legal-copy ul {
  margin: 0.5rem 0 1rem;
  padding-left: 1.25rem;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.form-row {
  min-width: 0;
  display: grid;
  gap: 0.4rem;
}

.form-row label,
.form-label {
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 620;
}

.form-row input,
.form-row select,
.form-row textarea,
.field {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: var(--color-surface);
  color: var(--color-text);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-row input,
.form-row select,
.field {
  min-height: 3rem;
  padding: 0.68rem 0.82rem;
}

.form-row textarea {
  min-height: 8rem;
  padding: 0.78rem 0.82rem;
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus,
.field:focus {
  border-color: var(--color-brand-2);
  outline: 0;
  box-shadow: var(--focus-ring);
}

.form-row--consent {
  gap: 0.55rem;
}

.check-label {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: var(--color-muted);
  font-weight: 400;
}

.check-label input {
  width: 1rem;
  min-height: 1rem;
  margin-top: 0.2rem;
  flex: 0 0 auto;
}

.form-actions {
  display: flex;
  justify-content: flex-start;
}

.form-status {
  min-height: 1.3em;
  margin: 0;
  color: var(--color-brand);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.legal-copy {
  padding-bottom: 4rem;
}

.legal-copy > section {
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.legal-copy > section h2 {
  font-size: 1.2rem;
}

.legal-copy > section:last-child {
  margin-bottom: 0;
}

.payment-page {
  padding-bottom: 4rem;
}

.payment-card {
  padding: clamp(1.4rem, 4vw, 2rem);
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
  text-align: left;
}

.payment-card--success {
  border-color: #bfe7bf;
  background: #f7fcf7;
}

.payment-card--error {
  border-color: #f0c3c3;
  background: #fff9f9;
}

.payment-card h1 {
  font-size: clamp(1.65rem, 4vw, 2.4rem);
}

.payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.error-page .page-hero {
  min-height: 54vh;
  display: grid;
  place-items: center;
  align-content: center;
}

.error-code {
  margin-bottom: 0.25rem;
  color: var(--color-brand);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 750;
  letter-spacing: -0.05em;
}

.site-footer {
  position: relative;
  margin-top: 2rem;
  padding: 5rem 1.5rem 2.3rem;
  background: var(--color-footer);
  text-align: center;
}

.site-footer::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2rem;
  border-radius: 0 0 2rem 2rem;
  background: var(--color-bg);
  box-shadow: var(--shadow-md);
  content: "";
}

.site-footer__logo {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto 1rem;
  display: block;
}

.site-footer__text {
  max-width: 520px;
  margin-inline: auto;
}

.site-footer__text h2 {
  font-size: 1.35rem;
}

.site-footer__text p {
  color: var(--color-muted);
}

.site-footer__legal {
  width: min(100%, 760px);
  margin: 1.4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
}

.site-footer__legal a {
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.site-footer__consumer {
  width: min(100%, 760px);
  margin: 0.72rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.85rem;
}

.site-footer__consumer a {
  color: var(--color-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.18em;
}

.site-footer__consumer a:hover {
  color: var(--color-brand);
}

.site-footer__provider {
  width: min(100%, 760px);
  margin: 1.2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem 0.8rem;
  color: var(--color-muted);
  font-size: 0.82rem;
}

.site-footer__provider strong {
  color: var(--color-text);
}

.site-footer__bottom {
  width: min(100%, var(--container));
  margin: 2rem auto 0;
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--color-muted);
  font-size: 0.78rem;
}

.footer-languages {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.sticky-whatsapp {
  position: fixed;
  right: 1.3rem;
  bottom: 1.3rem;
  z-index: 18;
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #31dc76, #14b553);
  color: var(--color-white);
  box-shadow: 0 12px 28px rgba(16, 94, 69, 0.3), 0 4px 10px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition);
}

.sticky-whatsapp:hover {
  transform: translateY(-2px) scale(1.02);
  color: var(--color-white);
  box-shadow: 0 16px 34px rgba(16, 94, 69, 0.36), 0 5px 12px rgba(0, 0, 0, 0.14);
}

.sticky-whatsapp svg {
  width: 1.7rem;
  height: 1.7rem;
}


.home-workspace {
  width: min(calc(100% - 3rem), 1280px);
  margin: 0 auto 2.75rem;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(540px, 1.22fr);
  align-items: stretch;
  gap: clamp(2rem, 4vw, 4.75rem);
}

.home-workspace__left {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 1.35rem;
}

.home-workspace__matrix {
  min-width: 0;
  height: 100%;
  padding: 1.15rem 1.25rem 1.35rem;
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
}

.home-workspace__matrix-head {
  display: flex;
  justify-content: center;
  margin-bottom: 0.25rem;
  text-align: center;
}

.home-workspace__matrix-head h2 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--color-muted);
  font-weight: 620;
}

.home-intro {
  width: min(92%, 470px);
  margin-inline: auto;
  display: grid;
  gap: 1.15rem;
  align-items: center;
}

.home-intro--with-video {
  grid-template-columns: 128px minmax(0, 1fr);
}

.home-intro__copy h1 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.4rem, 1.55vw, 1.72rem);
  line-height: 1.04;
}

.home-intro__copy p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.52;
}

.home-intro__media {
  min-width: 0;
}

.hero-video-trigger {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: center;
  cursor: pointer;
}

.hero-video-thumb {
  position: relative;
  width: 7.35rem;
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: var(--color-footer);
  box-shadow: var(--shadow-lg);
  transition: transform var(--transition);
}

.hero-video-trigger:hover .hero-video-thumb {
  transform: translateY(-2px);
}

.hero-video-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-video-thumb::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.72);
  content: "";
  pointer-events: none;
}

.hero-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  padding-left: 0.1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--color-brand);
  box-shadow: var(--shadow-md);
  font-size: 0.9rem;
  transform: translate(-50%, -50%);
}

.hero-video-kicker {
  margin-top: 0.45rem;
  color: var(--color-brand);
  font-size: 0.74rem;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-video-title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-video-subtitle {
  max-width: 8.2rem;
  color: var(--color-muted);
  font-size: 0.8rem;
  line-height: 1.38;
}

.hero-video-modal[hidden] {
  display: none;
}

.hero-video-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.hero-video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
}

.hero-video-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100vw - 2rem));
}

.hero-video-player {
  width: 100%;
  max-height: min(80vh, 760px);
  display: block;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius-lg);
  background: #000000;
  box-shadow: var(--shadow-lg);
  object-fit: contain;
}

.hero-video-close,
.decode-modal__close {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--color-surface);
  color: var(--color-text);
  box-shadow: var(--shadow-md);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.hero-video-close {
  position: absolute;
  right: -0.65rem;
  top: -0.65rem;
  z-index: 2;
}


.calc {
  width: min(calc(100% - 3rem), 1080px);
  margin-inline: auto;
}

.calc-form-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.65rem 1.2rem;
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
}

.calc-form-card__head {
  margin-bottom: 1rem;
}

.calc-form-card__head h2 {
  margin-bottom: 0.28rem;
  font-size: 1.1rem;
}

.calc-form-card__head p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.48;
}

.calc-inps-header.modern {
  width: 100%;
  display: grid;
  gap: 0.7rem;
}

.calc-inps-header.modern .form-row {
  display: grid;
  grid-template-columns: minmax(7.5rem, 9.2rem) minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
}

.calc-inps-header.modern .form-row label {
  margin: 0;
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 620;
}

.calc-inps-header.modern .field {
  width: 100%;
  max-width: none;
  min-height: 2.72rem;
  margin: 0;
  padding: 0.6rem 0.72rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: var(--color-bg);
  color: var(--color-text);
  font-size: 1rem;
  text-align: left;
}

.calc-inps-header.modern .input-mock {
  display: flex;
  align-items: center;
  color: var(--color-muted);
}

.calc-results {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.calc-results__head {
  margin: 0 auto 1rem;
  text-align: center;
}

.calc-results__head h2 {
  margin: 0;
}

.health-map {
  width: min(100%, 980px);
  margin: 1.75rem auto 0;
}

.calc-order-email-wrap {
  width: 100%;
  display: grid;
  gap: 0.3rem;
}

.calc-order-email-note {
  color: var(--color-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.calc-symmetric-notice {
  margin-top: 0.3rem;
  padding: 1rem;
  display: grid;
  gap: 0.35rem;
  border: 1px solid var(--color-warning-line);
  border-radius: var(--radius-md);
  background: var(--color-warning-bg);
  color: var(--color-danger);
}

.calc-symmetric-notice strong {
  font-size: 0.92rem;
}

.calc-symmetric-notice span {
  font-size: 0.84rem;
}

.calc-symmetric-whatsapp {
  width: fit-content;
  margin-top: 0.35rem;
  padding: 0.62rem 0.9rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, var(--color-brand), var(--color-brand-2));
  color: var(--color-white);
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
}

.calc-symmetric-whatsapp:hover {
  color: var(--color-white);
}

.calc-matriza-otp {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0.5rem auto 1.25rem;
}

.calc-matriza-svg {
  width: min(700px, 100%);
  margin-inline: auto;
}

.calc-matriza-svg > svg {
  width: 100%;
  height: auto;
  display: block;
}

.point,
.point7px,
.point8px,
.point8pxW,
.point8pxG,
.point8pxLS,
.point9px,
.point12px,
.point18px,
.point24px {
  isolation: isolate;
  font-family: var(--font-symbol);
}

.point {
  font-size: 7px;
}

.point7px {
  font-size: 7.199px;
}

.point8px,
.point8pxW,
.point8pxG,
.point8pxLS {
  font-size: 8px;
}

.point8pxW,
.point8pxG {
  fill: #ffffff;
}

.point8pxLS {
  letter-spacing: -0.005em;
}

.point9px {
  font-size: 9px;
}

.point12px {
  font-size: 12px;
}

.point18px {
  font-size: 18px;
}

.point24px {
  font-size: 24px;
}

.point12pxM {
  fill: #201600;
  font-family: var(--font-symbol);
  font-size: 12px;
}

.point10px {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
}

.point10sm {
  fill: #ffffff;
  stroke: #000000;
  stroke-miterlimit: 10;
}

.point10ml2 {
  fill: #dc1339;
  stroke: #f15975;
  stroke-miterlimit: 10;
  isolation: isolate;
}

.miterlimit {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
}

.blackwhite {
  fill: #ffffff;
  stroke: #000000;
}

.isolate {
  isolation: isolate;
}

.exclu {
  fill: #f15975;
  stroke: #dc1339;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  isolation: isolate;
}

.matrix-line-dashed {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-dasharray: 11.394079208374023 11.394079208374023;
}

.matrix-line-blue {
  fill: none;
  stroke: #0a0aa0;
  stroke-miterlimit: 10;
  isolation: isolate;
}

.matrix-fill-red {
  fill: #ca3d37;
  isolation: isolate;
}

.matrix-fill-orange {
  fill: #f7941d;
}

.matrix-fill-yellow {
  fill: #f8ff32;
  isolation: isolate;
}

.matrix-fill-purple {
  fill: #b788b7;
}

.matrix-node-sky,
.matrix-node-blue,
.matrix-node-purple,
.matrix-node-green,
.matrix-node-red,
.matrix-node-orange,
.matrix-node-yellow {
  fill: #ffffff;
  stroke-miterlimit: 10;
  isolation: isolate;
}

.matrix-node-sky {
  stroke: #53a4cd;
  stroke-width: 2px;
}

.matrix-node-blue {
  stroke: #184193;
  stroke-width: 2px;
}

.matrix-node-purple {
  stroke: #b788b7;
  stroke-width: 4px;
}

.matrix-node-green {
  stroke: #5cc33c;
  stroke-width: 2px;
}

.matrix-node-red {
  stroke: #ca3d37;
  stroke-width: 3px;
}

.matrix-node-orange {
  stroke: #f7941d;
  stroke-width: 2px;
}

.matrix-node-yellow {
  stroke: #f8ff32;
  stroke-width: 3px;
}

.matrix-money-symbol {
  fill: #0b9f27;
  font-family: var(--font-symbol);
  font-size: 17.05167579650879px;
  isolation: isolate;
}

.matrix-detail-circle {
  fill: #ffffff;
  stroke: #201600;
  stroke-miterlimit: 10;
}

.matrix-detail-line {
  fill: none;
  stroke: #201600;
  stroke-miterlimit: 10;
}

.matrix-detail-value {
  fill: #201600;
  font-family: var(--font-symbol);
  font-size: 14px;
}

.calc-matriza-other-otp-row {
  width: min(100%, 880px);
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 3rem;
}

.calc-matriza-other-otp-row-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.calc-matriza-other-otp-row-item > span {
  color: var(--color-muted);
}

.calc-otp-kod {
  min-width: 3rem;
  min-height: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--color-brand);
  color: var(--color-brand);
  font-size: 1rem;
  font-weight: 700;
}

.section2 {
  width: min(100%, 880px);
  padding: 1.25rem;
  align-items: stretch;
}

.calc-matriza-details-item {
  flex: 1 1 58%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.calc-matriza-details-item-inner {
  min-width: 0;
}

.calc-matriza-details-item-header,
.calc-matriza-details-item-inner-header-row {
  color: var(--color-brand);
  text-align: center;
}

.calc-matriza-details-item-header p,
.calc-matriza-details-item-inner-header-row p {
  margin: 0;
  line-height: 1.28;
}

.calc-matriza-details-item-header p:first-child,
.calc-matriza-details-item-inner-header-row p:first-child {
  font-weight: 650;
}

.calc-matriza-details-item-body {
  margin-top: 0.7rem;
}

.calc-matriza-details-item-body svg {
  width: 100%;
  height: 6rem;
  display: block;
}

.calc-matriza-details-item-3 {
  flex: 1 1 32%;
  display: grid;
  align-content: center;
  gap: 1rem;
}

.calc-matriza-details-item-inner-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.8rem;
  align-items: center;
  gap: 0.7rem;
}

.calc-matriza-details-item-inner-svg-row {
  width: 2.8rem;
}

.calc-matriza-details-item-inner-svg-row svg {
  width: 100%;
  height: auto;
  display: block;
}

.calc-matriza-details-item-inner-2 {
  margin-top: 1rem;
}

.calc-column-title {
  text-align: center;
}

.calc-column-title h1 {
  margin-bottom: 1rem;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.calc-otp-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  -webkit-overflow-scrolling: touch;
}

.calc-otp-table {
  min-width: 650px;
  padding: 0.9rem;
  background: var(--color-surface);
}

.table-row {
  --accent: var(--color-line);
  display: grid;
  grid-template-columns: 5.2rem 5.2rem 5.2rem minmax(16rem, 1fr);
  gap: 0.35rem;
}

.table-row + .table-row {
  margin-top: 0.35rem;
}

.table-area {
  min-height: 4.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem;
  border: 2px solid var(--accent);
  border-radius: 0.45rem;
  font-size: 1rem;
  font-weight: 650;
  text-align: center;
}

.table-area:last-child {
  justify-content: flex-start;
  padding-inline: 0.8rem;
  background: var(--accent);
  color: var(--color-white);
  font-size: 0.86rem;
  font-weight: 450;
  line-height: 1.35;
  text-align: left;
}

.calc-otp-table-header .table-area,
.calc-otp-table-footer .table-area {
  border-color: #dfdfdf;
  background: #ececec;
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 650;
  text-align: center;
  justify-content: center;
}

.calc-otp-table-footer .table-itog {
  font-size: 1.05rem;
}

.color-purple {
  --accent: var(--chakra-purple);
}

.color-blue {
  --accent: var(--chakra-blue);
}

.color-berez {
  --accent: var(--chakra-sky);
}

.color-green {
  --accent: var(--chakra-green);
}

.color-yellow {
  --accent: var(--chakra-yellow);
}

.color-orange {
  --accent: var(--chakra-orange);
}

.color-red {
  --accent: var(--chakra-red);
}

.calc-download-btn.boton.green {
  position: relative;
  width: fit-content;
  min-width: 14rem;
  margin: 1.9rem auto 0;
  display: flex;
  padding: 0.95rem 1.7rem;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(120deg, #174b33 0%, #246b49 34%, #3b9168 51%, #246b49 68%, #174b33 100%);
  background-size: 240% 240%;
  box-shadow: 0 12px 28px rgba(18, 55, 38, 0.25), 0 0 36px rgba(70, 173, 121, 0.2);
  color: #f8fbf8;
  font-size: 1rem;
  font-weight: 720;
  letter-spacing: 0.01em;
  animation: reportGradient 9s ease-in-out infinite, reportBreath 4.6s ease-in-out infinite;
}

.calc-download-btn::after {
  position: absolute;
  top: -140%;
  left: -45%;
  width: 38%;
  height: 380%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  content: "";
  opacity: 0.65;
  transform: rotate(24deg);
  animation: reportShine 4.2s ease-in-out infinite;
  pointer-events: none;
}

.calc-download-btn.boton.green:hover {
  background: linear-gradient(120deg, #174b33 0%, #246b49 34%, #3b9168 51%, #246b49 68%, #174b33 100%);
  background-size: 240% 240%;
  color: var(--color-white);
  box-shadow: 0 16px 34px rgba(18, 55, 38, 0.3), 0 0 44px rgba(70, 173, 121, 0.28);
}

@keyframes reportShine {
  0%, 60%, 100% {
    left: -45%;
    opacity: 0;
  }
  70% {
    opacity: 0.65;
  }
  84% {
    left: 120%;
    opacity: 0;
  }
}

.decode-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 1rem;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(5px);
}

.decode-modal {
  width: min(840px, 100%);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-lg);
}

.decode-modal__head {
  position: relative;
  min-height: 4.1rem;
  display: flex;
  align-items: center;
  padding: 1rem 4.5rem 1rem 1.25rem;
  border-bottom: 1px solid var(--color-line-soft);
}

.decode-modal__price {
  font-size: 1.05rem;
  font-weight: 700;
}

.decode-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: var(--color-surface-soft);
}

.decode-modal__body {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  padding: 1.25rem;
}

.decode-modal__body--single {
  grid-template-columns: 1fr;
}

.paid-orders-list {
  display: grid;
  gap: 0.65rem;
}

.paid-orders-list .button {
  width: 100%;
}

.tracking-pixel {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}


.legal-callout {
  padding: 1rem 1.1rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: var(--color-surface-soft);
  color: var(--color-text);
  font-size: 0.9rem;
}

.consumer-form {
  margin-bottom: 4rem;
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
}

.consumer-form .button {
  justify-self: start;
}


.cookie-preferences {
  margin-bottom: 4rem;
}

.cookie-preferences__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 1.1rem;
  z-index: 50;
  width: min(calc(100% - 2rem), 760px);
  padding: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-lg);
  transform: translateX(-50%);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner__copy strong {
  display: block;
  margin-bottom: 0.2rem;
}

.cookie-banner__copy p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.cookie-banner__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.cookie-banner__actions .button {
  min-height: 2.45rem;
  padding: 0.58rem 0.8rem;
  font-size: 0.75rem;
}

.cookie-banner__actions a {
  padding: 0.35rem;
  font-size: 0.72rem;
}

.site-notice {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  z-index: 70;
  width: min(calc(100% - 2rem), 520px);
  padding: 0.85rem 1rem;
  border: 1px solid var(--color-warning-line);
  border-radius: var(--radius-md);
  background: var(--color-warning-bg);
  box-shadow: var(--shadow-lg);
  color: var(--color-danger);
  font-size: 0.88rem;
  font-weight: 560;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 1rem);
  transition: opacity var(--transition), transform var(--transition);
}

.site-notice--visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.page .calc-hidden {
  display: none;
}


@media (min-width: 901px) and (max-width: 1120px) {
  .home-workspace {
    grid-template-columns: minmax(330px, 0.82fr) minmax(500px, 1.18fr);
    gap: 2rem;
  }

  .home-intro {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    width: min(calc(100% - 1.2rem), 1440px);
  }

  .site-nav a {
    padding-inline: 0.72rem;
  }

  .home-workspace {
    width: min(calc(100% - 3rem), 720px);
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.35rem;
  }

  .home-workspace__left {
    grid-template-rows: auto;
    gap: 1.2rem;
  }

  .home-intro {
    width: min(100%, 580px);
  }

  .home-intro--with-video {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-intro__copy {
    order: 1;
  }

  .home-intro__media {
    order: 2;
  }

  .home-intro__copy p {
    max-width: 560px;
    margin-inline: auto;
  }

  .hero-video-trigger {
    max-width: 430px;
    margin-inline: auto;
    padding: 0.75rem;
    display: grid;
    grid-template-columns: 5.4rem minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 1rem;
    align-items: center;
    border: 1px solid var(--color-line-soft);
    border-radius: var(--radius-lg);
    background: var(--color-surface);
    box-shadow: var(--shadow-md);
    text-align: left;
  }

  .hero-video-thumb {
    grid-row: 1 / 4;
    width: 5.4rem;
  }

  .hero-video-kicker {
    margin-top: 0;
  }

  .hero-video-subtitle {
    max-width: none;
  }

  .calc-form-card {
    width: min(100%, 680px);
    height: auto;
    display: block;
    margin-inline: auto;
    padding: 1.15rem;
  }

  .home-workspace__matrix {
    width: 100%;
    height: auto;
  }

  .section2 {
    flex-direction: column;
  }

  .calc-matriza-details-item-3 {
    width: min(100%, 420px);
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 4.55rem;
  }

  .site-header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 0.5rem;
  }

  .site-logo {
    width: 2.5rem;
    height: 2.5rem;
  }

  .site-nav {
    justify-self: stretch;
    justify-content: center;
    border: 0;
    box-shadow: none;
    background: transparent;
    gap: 0;
  }

  .site-nav a {
    padding: 0.5rem 0.55rem;
    font-size: 0.82rem;
  }

  .header-whatsapp {
    display: none;
  }

  .language-switcher {
    font-size: 0.75rem;
  }

  .content-width {
    width: min(calc(100% - 2rem), var(--container));
  }

  .services-list,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card--form {
    grid-row: auto;
  }

  .calc-inps-header.modern .form-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .calc-matriza-other-otp-row:not(.section2) {
    align-items: stretch;
    flex-direction: column;
    gap: 0.65rem;
  }

  .calc-matriza-other-otp-row-item {
    justify-content: space-between;
  }

  .section2 {
    display: flex;
  }

  .calc-matriza-details-item {
    grid-template-columns: 1fr 1fr;
  }

  .decode-modal__body {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    flex-direction: column;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-banner__actions {
    justify-content: flex-start;
  }
}


@media (max-width: 560px) {
  h1 {
    font-size: clamp(1.85rem, 10vw, 2.6rem);
  }

  .site-header__inner {
    width: calc(100% - 0.8rem);
  }

  .site-nav a {
    padding-inline: 0.42rem;
    font-size: 0.76rem;
  }

  .site-nav a:first-child {
    display: none;
  }

  .language-switcher {
    gap: 0.18rem;
    font-size: 0.7rem;
  }

  .page--home main,
  .site-main {
    padding-top: calc(var(--header-height) + 2rem);
  }

  .page-hero {
    padding-top: 1.6rem;
  }

  .home-workspace {
    width: calc(100% - 1.5rem);
  }

  .hero-video-trigger {
    grid-template-columns: 4.7rem minmax(0, 1fr);
    padding: 0.65rem;
  }

  .hero-video-thumb {
    width: 4.7rem;
  }

  .hero-video-subtitle {
    font-size: 0.75rem;
  }

  .calc {
    width: calc(100% - 1rem);
  }

  .calc-form-card {
    padding: 0.95rem;
  }

  .calc-matriza-otp {
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
  }

  .calc-matriza-svg {
    width: max(420px, 100%);
  }

  .section2 {
    padding: 0.9rem;
  }

  .calc-matriza-details-item {
    grid-template-columns: 1fr;
  }

  .calc-matriza-details-item-body svg {
    height: 5.5rem;
  }

  .calc-matriza-details-item-3 {
    width: 100%;
  }

  .calc-download-btn {
    width: min(100%, 18rem);
    min-width: 0;
  }

  .sticky-whatsapp {
    right: 0.8rem;
    bottom: 0.8rem;
    width: 3.25rem;
    height: 3.25rem;
  }


  .cookie-banner {
    bottom: 0.65rem;
    width: calc(100% - 1rem);
  }

  .service-card,
  .contact-card,
  .legal-copy > section {
    padding: 1.15rem;
  }
}

@media (max-width: 400px) {
  .site-nav a {
    padding-inline: 0.32rem;
    font-size: 0.72rem;
  }

  .site-header__actions {
    gap: 0.2rem;
  }

  .language-switcher {
    font-size: 0.66rem;
  }

  .calc-matriza-svg {
    width: 400px;
  }
}

@keyframes brandLeaf {
  0%, 58%, 100% {
    stroke: var(--color-brand);
    opacity: 1;
    transform: scale(1);
  }
  68% {
    stroke: #4ca477;
    opacity: 0.82;
    transform: scale(1.045);
  }
  78% {
    stroke: #8abd70;
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes reportGradient {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes reportBreath {
  0%, 100% {
    box-shadow: 0 12px 28px rgba(18, 55, 38, 0.23), 0 0 24px rgba(70, 173, 121, 0.14);
  }
  50% {
    box-shadow: 0 15px 34px rgba(18, 55, 38, 0.29), 0 0 42px rgba(70, 173, 121, 0.28);
  }
}

@keyframes playAura {
  0%, 100% {
    box-shadow: 0 8px 22px rgba(0, 73, 46, 0.16), 0 0 0 0 rgba(25, 113, 73, 0.12);
  }
  50% {
    box-shadow: 0 10px 28px rgba(0, 73, 46, 0.2), 0 0 0 0.55rem rgba(25, 113, 73, 0);
  }
}

@keyframes heroAura {
  0%, 100% {
    box-shadow: var(--shadow-lg);
  }
  50% {
    box-shadow: 0 0 0 1px rgba(0, 73, 46, 0.04), 0 12px 24px rgba(0, 0, 0, 0.11), 0 24px 68px rgba(25, 113, 73, 0.13);
  }
}

@keyframes whatsappFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
}

@keyframes footerMark {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(25, 113, 73, 0));
  }
  50% {
    transform: scale(1.018);
    filter: drop-shadow(0 8px 18px rgba(25, 113, 73, 0.12));
  }
}

.hero-video-thumb {
  animation: heroAura 7.5s ease-in-out infinite;
}

.hero-play {
  animation: playAura 3.8s ease-in-out infinite;
}

.sticky-whatsapp {
  animation: whatsappFloat 5.8s ease-in-out infinite;
}

.site-footer__logo {
  animation: footerMark 8.5s ease-in-out infinite;
}

.calc-inps-header.modern .field,
.contact-card input,
.contact-card select,
.contact-card textarea,
.consumer-form input,
.consumer-form select,
.consumer-form textarea {
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition), background var(--transition);
}

.calc-inps-header.modern .field:focus,
.contact-card input:focus,
.contact-card select:focus,
.contact-card textarea:focus,
.consumer-form input:focus,
.consumer-form select:focus,
.consumer-form textarea:focus {
  transform: translateY(-1px);
}

.table-row {
  transition: transform 360ms var(--motion-ease);
}

.motion-reveal {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(14px) scale(0.995);
}

.motion-reveal.motion-visible {
  opacity: 1;
  filter: none;
  transform: none;
  transition: opacity var(--motion-soft), transform var(--motion-soft), filter var(--motion-soft);
  transition-delay: var(--motion-delay, 0ms);
}

@media (hover: hover) {
  .service-card,
  .contact-card,
  .payment-card,
  .about-article > section:not(.about-faq-section) {
    transition: transform 420ms var(--motion-ease), box-shadow 420ms var(--motion-ease), border-color 420ms var(--motion-ease);
  }

  .service-card:hover,
  .contact-card:hover,
  .payment-card:hover,
  .about-article > section:not(.about-faq-section):hover {
    transform: translateY(-3px);
    box-shadow: 0 0 0 1px rgba(0, 73, 46, 0.035), 0 12px 30px rgba(0, 0, 0, 0.09);
  }

  .table-row:hover {
    transform: translateX(3px);
  }

  .site-nav a:hover {
    transform: translateY(-1px);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }

  .motion-reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

.payment-checkout {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  align-items: center;
  padding-bottom: 4rem;
}

.payment-checkout__panel {
  width: min(calc(100% - 2rem), 680px);
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
}

.payment-checkout__panel h1 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
}

.payment-checkout__customer,
.payment-checkout__notes,
.payment-checkout__legal {
  color: var(--color-muted);
}

.payment-checkout__amount {
  margin: 1.35rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.8rem;
}

.payment-checkout__amount strong {
  font-size: 1.8rem;
}

.payment-checkout__methods {
  margin-top: 1.5rem;
}

.payment-checkout__methods > h2 {
  margin-bottom: 0.25rem;
}

.payment-method {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-md);
  background: var(--color-bg);
}

.payment-method__copy {
  min-width: 0;
  display: grid;
  gap: 0.16rem;
}

.payment-method__copy strong {
  font-size: 1rem;
}

.payment-method__copy span {
  font-weight: 650;
}

.payment-method__copy small {
  color: var(--color-muted);
  line-height: 1.4;
}

.payment-method__country {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(8rem, auto) minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.payment-method__country select {
  min-height: 2.7rem;
  padding: 0.5rem 0.7rem;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: var(--color-surface);
  color: var(--color-text);
}

.payment-checkout__state {
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-md);
  background: var(--color-bg);
}

.payment-checkout__state--success {
  border-color: color-mix(in srgb, var(--color-brand) 35%, var(--color-line-soft));
}

.payment-checkout__legal {
  margin: 1.35rem 0 0;
  font-size: 0.82rem;
}

@media (max-width: 620px) {
  .payment-checkout {
    align-items: start;
    padding-bottom: 2rem;
  }

  .payment-checkout__panel {
    width: calc(100% - 1rem);
    padding: 1rem;
  }

  .payment-method {
    grid-template-columns: 1fr;
  }

  .payment-method .button {
    width: 100%;
  }

  .payment-method__country {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

.about-hero {
  padding-top: clamp(3rem, 7vw, 5.8rem);
  padding-bottom: 2.5rem;
  text-align: center;
}

.about-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 0.9rem;
  color: var(--color-brand);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.1rem, 3.45vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.about-hero > p:not(.about-hero__note) {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: var(--color-muted);
  font-size: clamp(1.03rem, 1.35vw, 1.15rem);
  line-height: 1.72;
}

.about-hero__note {
  max-width: 780px;
  margin: 1.4rem auto 0;
  padding: 1rem 1.15rem;
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-md);
  background: var(--color-surface-soft);
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
  gap: 1.4rem;
  padding-bottom: 5rem;
}


.about-article {
  min-width: 0;
}

.about-article > section {
  scroll-margin-top: calc(var(--header-height) + 1.5rem);
  margin-bottom: 1rem;
  padding: clamp(1.55rem, 3.2vw, 2.35rem);
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
}

.about-article > section:last-child {
  margin-bottom: 0;
}

.about-article h2 {
  max-width: 760px;
  margin-bottom: 1.1rem;
  font-size: clamp(1.5rem, 2.25vw, 1.95rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.about-article p,
.about-article li {
  font-size: 1.02rem;
  line-height: 1.82;
}

.about-article p {
  margin-bottom: 1.15rem;
}

.about-article ul,
.about-article ol {
  padding-left: 1.35rem;
  margin: 1.25rem 0;
}

.about-article li + li {
  margin-top: 0.65rem;
}

.about-callout {
  margin-top: 1.4rem;
  padding: 1.1rem 1.25rem;
  border-left: 3px solid var(--color-brand);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--color-brand-soft);
  color: var(--color-text);
  font-size: 0.95rem;
  line-height: 1.7;
}

.about-article > .about-faq-section {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.about-faq-section h2 {
  padding: 0 0.15rem;
}

.about-faq {
  display: grid;
  gap: 0.85rem;
}

.about-faq details {
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
}

.about-faq summary {
  padding: 1rem 1.1rem;
  cursor: pointer;
  font-weight: 650;
  line-height: 1.45;
}

.about-faq details p {
  padding: 0 1.1rem 1.05rem;
  margin: 0;
  color: var(--color-muted);
}

.about-sources ol {
  display: grid;
  gap: 0.9rem;
  padding: 0;
  list-style: none;
  counter-reset: about-source;
}

.about-sources li {
  position: relative;
  padding: 1rem 1rem 1rem 3.2rem;
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-md);
  background: var(--color-surface-soft);
  counter-increment: about-source;
}

.about-sources li::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: var(--color-brand);
  color: var(--color-white);
  content: counter(about-source);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.55rem;
  text-align: center;
}

.about-sources a,
.about-sources strong {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.about-sources span {
  display: block;
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.about-article > .about-conclusion {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-lg);
  background: var(--color-surface-soft);
}

.about-article > .about-conclusion .button {
  margin-top: 0.35rem;
}

@media (max-width: 960px) {
  .about-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.2rem;
  }
}

@media (max-width: 600px) {
  .about-hero {
    padding-top: 2.3rem;
  }

  .about-hero h1 {
    max-width: 22rem;
    font-size: clamp(2rem, 9.2vw, 2.65rem);
    line-height: 1.06;
  }

  .about-article > section:not(.about-faq-section) {
    padding: 1.25rem;
    border-radius: var(--radius-md);
  }

  .about-article p,
  .about-article li {
    font-size: 1rem;
    line-height: 1.72;
  }

  .about-article > .about-conclusion {
    padding: 1.25rem;
  }
}
