:root {
  --bg: #071711;
  --bg-soft: #0c2119;
  --surface: rgba(225, 255, 239, 0.06);
  --surface-strong: rgba(225, 255, 239, 0.1);
  --card: #eaf8ef;
  --text: #ecfff2;
  --text-dim: rgba(236, 255, 242, 0.72);
  --ink: #0c251a;
  --accent: #4ac487;
  --accent-strong: #c8ff91;
  --accent-deep: #0f7a56;
  --border: rgba(209, 255, 228, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 40px));
  --fs-body: clamp(0.98rem, 0.35vw + 0.92rem, 1.06rem);
  --fs-body-sm: clamp(0.88rem, 0.2vw + 0.84rem, 0.95rem);
  --fs-label: clamp(0.82rem, 0.18vw + 0.79rem, 0.9rem);
  --fs-nav: clamp(0.9rem, 0.2vw + 0.86rem, 0.98rem);
  --fs-title-1: clamp(2.6rem, 6vw, 5.8rem);
  --fs-title-2: clamp(2rem, 4vw, 4rem);
  --fs-title-3: clamp(1.45rem, 2vw, 2.4rem);
}

body.light-mode {
  --bg: #eef8f1;
  --bg-soft: #f7fcf8;
  --surface: rgba(16, 70, 49, 0.05);
  --surface-strong: rgba(16, 70, 49, 0.08);
  --card: #ffffff;
  --text: #153124;
  --text-dim: rgba(21, 49, 36, 0.7);
  --ink: #0f251b;
  --accent: #2ec57f;
  --accent-strong: #9be85b;
  --accent-deep: #157250;
  --border: rgba(19, 61, 42, 0.12);
  --shadow: 0 22px 60px rgba(21, 62, 43, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: var(--fs-body);
  line-height: 1.7;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(74, 196, 135, 0.22), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(200, 255, 145, 0.16), transparent 22%),
    radial-gradient(circle at bottom right, rgba(39, 148, 104, 0.16), transparent 26%),
    linear-gradient(180deg, #071711 0%, #0b1f17 40%, #04100b 100%);
}

body.light-mode {
  background:
    radial-gradient(circle at top left, rgba(74, 196, 135, 0.14), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(155, 232, 91, 0.16), transparent 22%),
    radial-gradient(circle at bottom right, rgba(39, 148, 104, 0.12), transparent 26%),
    linear-gradient(180deg, #f5fbf7 0%, #eff9f3 45%, #e7f4eb 100%);
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 220ms ease, opacity 220ms ease, transform 220ms ease;
}

button {
  font: inherit;
}

.page-shell {
  overflow: clip;
}

.login-page-shell {
  min-height: 100vh;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(7, 23, 17, 0.74);
  border-bottom: 1px solid rgba(209, 255, 228, 0.08);
}

body.light-mode .site-header {
  background: rgba(244, 251, 246, 0.88);
  border-bottom-color: rgba(19, 61, 42, 0.08);
}

.topbar {
  border-bottom: 1px solid rgba(209, 255, 228, 0.08);
  background: rgba(5, 18, 13, 0.88);
}

body.light-mode .topbar {
  background: rgba(226, 244, 232, 0.84);
  border-bottom-color: rgba(19, 61, 42, 0.08);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 14px;
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(170px, 230px) minmax(0, 1fr) minmax(280px, auto);
  align-items: center;
  gap: 14px;
  min-height: 86px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  min-width: 0;
  max-width: 270px;
}

.site-header .brand {
  max-width: 248px;
  gap: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 84px;
  flex-shrink: 0;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(200, 255, 145, 0.95), rgba(74, 196, 135, 0.95));
  color: #0a1b14;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(74, 196, 135, 0.28);
}

.site-header .brand-mark {
  display: none;
}

.brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  position: relative;
}

.brand-copy strong {
  font-size: clamp(0.96rem, 0.3vw + 0.9rem, 1.1rem);
  color: var(--text);
  line-height: 1.05;
}

.site-header .brand-copy strong {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #f5e4a2, #fff2c9, #d7a93c, #fff2c9, #f5e4a2);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: goldShimmer 6s linear infinite;
}

.brand-copy small {
  font-size: clamp(0.72rem, 0.16vw + 0.68rem, 0.86rem);
  color: var(--text-dim);
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.site-header .brand-copy::before,
.site-header .brand-copy::after {
  content: "";
  position: absolute;
  top: -8px;
  width: 56px;
  height: 18px;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 226, 146, 0.9) 0 1.2px, transparent 1.8px) 0 50% / 18px 18px repeat-x;
  filter: blur(0.4px);
  opacity: 0.65;
  animation: particleDrift 7.4s linear infinite;
}

.site-header .brand-copy::before {
  left: -2px;
}

.site-header .brand-copy::after {
  right: -12px;
  animation-delay: -3.2s;
}

.site-nav {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: var(--fs-nav);
  color: var(--text-dim);
  min-width: 0;
  overflow: hidden;
}

.site-nav a {
  white-space: nowrap;
  line-height: 1;
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  justify-content: flex-end;
  min-width: fit-content;
}

.icon-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(209, 255, 228, 0.12);
  background: rgba(225, 255, 239, 0.03);
  color: var(--text);
  font-size: var(--fs-body-sm);
  font-weight: 700;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.light-mode .icon-action {
  background: rgba(255, 255, 255, 0.8);
}

.icon-action:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.search-panel {
  padding-bottom: 18px;
}

.search-field {
  display: grid;
  gap: 10px;
  max-width: 420px;
}

.search-field span {
  color: var(--text);
  font-weight: 700;
  font-size: var(--fs-body-sm);
}

.search-field input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(209, 255, 228, 0.14);
  background: rgba(8, 24, 18, 0.82);
  color: var(--text);
}

body.light-mode .search-field input,
body.light-mode .field input,
body.light-mode .field select {
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  border-color: rgba(19, 61, 42, 0.12);
}

.login-main {
  min-height: calc(100vh - 120px);
  display: grid;
  align-items: center;
}

.login-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.login-intro {
  display: grid;
  gap: 22px;
}

.login-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.login-benefits span {
  min-height: 36px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(74, 196, 135, 0.14);
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
}

.login-side-card,
.login-card {
  padding: 30px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.08), rgba(225, 255, 239, 0.03));
  box-shadow: var(--shadow);
}

.login-side-card {
  display: grid;
  gap: 14px;
}

.login-side-kicker {
  color: var(--accent-strong);
  font-size: var(--fs-label);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.login-card {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
}

.login-card-head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.login-form {
  display: grid;
  gap: 18px;
}

.login-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.remember-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-dim);
  font-size: var(--fs-body-sm);
  font-weight: 700;
}

.remember-check input {
  width: 16px;
  height: 16px;
}

.login-link {
  color: var(--accent-strong);
  font-weight: 800;
}

.login-divider {
  position: relative;
  margin: 24px 0 18px;
  text-align: center;
}

.login-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(209, 255, 228, 0.12);
}

.login-divider span {
  position: relative;
  padding: 0 12px;
  background: #0d2018;
  color: var(--text-dim);
  font-size: var(--fs-body-sm);
}

.social-login-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.social-btn {
  min-height: 52px;
}

.signup-copy {
  margin-top: 18px;
  color: var(--text-dim);
  text-align: center;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 30px;
  min-width: 206px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #0b1d15;
  font-size: clamp(0.98rem, 0.3vw + 0.94rem, 1.12rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transform-origin: center;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: transparent;
  color: var(--text);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

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

.hero-grid,
.expert-grid,
.clients-layout,
.catalog-grid,
.faq-grid,
.footer-grid {
  display: grid;
  gap: 40px;
}

.hero-grid {
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 56px;
  align-items: center;
}

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

.catalog-card {
  padding: 30px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.07), rgba(225, 255, 239, 0.025));
  box-shadow: var(--shadow);
}

.page-hero {
  padding-bottom: 36px;
}

.landing-pages-section {
  padding-top: 12px;
}

.showcase-section {
  padding-top: 20px;
}

.landing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.landing-card {
  display: grid;
  gap: 10px;
  padding: 26px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.08), rgba(225, 255, 239, 0.03));
  box-shadow: var(--shadow);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.landing-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 255, 145, 0.28);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.landing-card-kicker {
  color: var(--accent-strong);
  font-size: var(--fs-label);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.products-hero {
  padding-bottom: 36px;
}

.products-page-layout {
  display: grid;
  grid-template-columns: 0.34fr 0.66fr;
  gap: 28px;
  align-items: start;
}

.products-sidebar,
.products-content {
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.08), rgba(225, 255, 239, 0.03));
  box-shadow: var(--shadow);
}

.products-sidebar {
  position: sticky;
  top: 108px;
}

.products-tab-list {
  display: grid;
  gap: 12px;
}

.products-chooser {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.products-choice-card {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(209, 255, 228, 0.12);
  background: rgba(225, 255, 239, 0.04);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease;
}

.products-choice-card strong {
  font-size: clamp(1.1rem, 0.8vw + 1rem, 1.35rem);
  line-height: 1.2;
}

.products-choice-card small {
  color: var(--text-dim);
  font-size: var(--fs-body-sm);
}

.products-choice-card.is-active {
  border-color: rgba(200, 255, 145, 0.35);
  background:
    linear-gradient(135deg, rgba(74, 196, 135, 0.22), rgba(200, 255, 145, 0.18));
}

.products-choice-card:hover,
.products-tab:hover {
  transform: translateY(-3px);
}

.products-choice-kicker {
  color: var(--accent-strong);
  font-size: var(--fs-label);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.products-tab-title {
  margin-top: 8px;
}

.products-tab {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(209, 255, 228, 0.12);
  background: rgba(225, 255, 239, 0.03);
  color: var(--text);
  text-align: left;
  font-weight: 800;
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.products-tab.is-active {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #0b1d15;
}

.products-panel {
  display: none;
}

.products-panel.is-active {
  display: block;
}

.products-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.products-count {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(74, 196, 135, 0.14);
  color: var(--accent-strong);
  font-size: var(--fs-body-sm);
  font-weight: 800;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(209, 255, 228, 0.1);
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.06), rgba(225, 255, 239, 0.02));
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.product-card:hover,
.catalog-card:hover,
.insight-card:hover,
.story-card:hover,
.vertical-card:hover,
.video-card:hover,
.faq-item:hover,
.report-block:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 255, 145, 0.24);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  background: rgba(225, 255, 239, 0.03);
}

.product-card h3 {
  font-size: clamp(1.15rem, 1vw + 1rem, 1.45rem);
  line-height: 1.18;
}

.product-card p {
  color: var(--accent-strong);
  font-weight: 800;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  font-size: var(--fs-label);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

h1 {
  font-size: var(--fs-title-1);
  max-width: 12ch;
  text-wrap: balance;
}

.hero-title {
  max-width: 13.5ch;
  display: grid;
  gap: 0.04em;
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-size: clamp(3.1rem, 6.9vw, 6.4rem);
}

.hero-title span {
  display: block;
}

.hero-title small {
  display: block;
  margin-top: 0.26em;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.02rem, 1.25vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  color: var(--accent-strong);
}

h2 {
  font-size: var(--fs-title-2);
  max-width: 12ch;
  text-wrap: balance;
}

h3 {
  font-size: var(--fs-title-3);
  text-wrap: balance;
}

p {
  margin: 0;
  font-size: var(--fs-body);
  line-height: 1.75;
  color: var(--text-dim);
}

.hero-text {
  max-width: 36ch;
  margin-top: 30px;
  font-size: clamp(1rem, 0.34vw + 0.96rem, 1.1rem);
  line-height: 1.72;
}

.hero-badges {
  display: grid;
  gap: 10px;
}

.hero-badges span {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(8, 24, 18, 0.78);
  border: 1px solid rgba(209, 255, 228, 0.14);
  color: var(--text);
  font-size: var(--fs-body-sm);
  font-weight: 700;
  width: fit-content;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions-copy {
  margin-top: 34px;
}

.hero-actions-copy .button-primary {
  min-height: 68px;
  padding: 0 36px;
  font-size: clamp(1rem, 0.42vw + 0.96rem, 1.18rem);
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: var(--fs-body-sm);
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-3px) scale(1.01);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #0d2118;
  box-shadow: 0 16px 40px rgba(74, 196, 135, 0.3);
}

.button-secondary {
  border: 1px solid var(--border);
  background: rgba(225, 255, 239, 0.03);
}

body.light-mode .button-secondary {
  background: rgba(255, 255, 255, 0.78);
}

.hero-card {
  position: relative;
  min-height: 760px;
  border-radius: 40px;
  padding: 32px 42px;
  background:
    radial-gradient(circle at top, rgba(200, 255, 145, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(225, 255, 239, 0.1), rgba(225, 255, 239, 0.02));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.energy-grid {
  position: absolute;
  top: 28px;
  right: 28px;
  display: grid;
  grid-template-columns: repeat(3, 52px);
  gap: 10px;
  opacity: 0.7;
}

.energy-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(209, 255, 228, 0.16);
  background: rgba(225, 255, 239, 0.05);
  color: var(--accent-strong);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 700;
}

.hero-portrait {
  position: absolute;
  inset: 14px 20px 0;
  width: calc(100% - 40px);
  height: calc(100% - 14px);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.35));
  animation: portraitFloat 5.8s ease-in-out infinite;
}

.showcase-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 640px;
}

.showcase-photo-shell {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 0.86 / 1;
  display: grid;
  place-items: center;
  background:
    url("./assets/about-bg.png") center/cover no-repeat;
  border-radius: 44px;
}

.showcase-chakra {
  position: absolute;
  inset: 16% 8%;
  border-radius: 50%;
  background:
    repeating-conic-gradient(
      from 0deg,
      rgba(200, 255, 145, 0.22) 0deg 2deg,
      transparent 2deg 8deg
    );
  mask: radial-gradient(circle, transparent 32%, #000 33%);
  animation: chakraSpin 18s linear infinite;
  opacity: 0.95;
}

.showcase-orbit {
  position: absolute;
  inset: 2% 0;
  border-radius: 50%;
  border: 1px solid rgba(209, 255, 228, 0.22);
  animation: orbitSpin 24s linear infinite;
}

.showcase-orbit-dot {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 32%, #d8ffc0, #3d0d27 70%);
  box-shadow: 0 12px 30px rgba(61, 13, 39, 0.2);
}

.dot-one {
  top: 8%;
  left: 14%;
}

.dot-two {
  right: 4%;
  top: 46%;
}

.dot-three {
  left: 24%;
  bottom: 8%;
}

.showcase-photo {
  position: relative;
  z-index: 1;
  width: min(88%, 470px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.25));
}

.showcase-copy {
  display: grid;
  gap: 22px;
}

.showcase-copy h2 {
  max-width: 18ch;
}

.showcase-copy p {
  max-width: 64ch;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(209, 255, 228, 0.22);
  border-radius: 50%;
  animation: orbitPulse 7s ease-in-out infinite;
}

.orbit-one {
  inset: 9% 8%;
}

.orbit-two {
  inset: 17% 18%;
  animation-delay: -3.5s;
}

.trust-panel,
.cta-panel,
.expert-band {
  display: grid;
  gap: 28px;
  padding: 34px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background:
    linear-gradient(135deg, rgba(225, 255, 239, 0.06), rgba(225, 255, 239, 0.02)),
    #0c1b15;
  box-shadow: var(--shadow);
}

.breaker-panel {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 12px 0 4px;
  text-align: center;
}

.breaker-panel h2 {
  max-width: 20ch;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.15;
}

.breaker-line {
  width: min(52vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(209, 255, 228, 0.34), transparent);
}

.landing-pages-section .section-heading h2 {
  max-width: 18ch;
  margin-inline: auto;
  text-align: center;
}

.landing-pages-section .section-heading p {
  max-width: 60ch;
  margin: 16px auto 0;
  text-align: center;
}

.stat-card,
.vertical-card,
.story-card,
.insight-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.stat-card {
  padding: 24px 20px;
  background: rgba(225, 255, 239, 0.03);
  text-align: center;
}

.stat-card strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--accent-strong);
}

.stat-card span {
  display: block;
  margin-top: 8px;
  font-size: var(--fs-body-sm);
  color: var(--text-dim);
}

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

.section-heading.center {
  text-align: center;
  margin-inline: auto;
}

.section-heading p:last-child {
  margin-top: 16px;
}

.achievement-heading {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}

.achievement-panel {
  padding: 34px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(209, 255, 228, 0.12);
  background:
    radial-gradient(circle at top, rgba(200, 255, 145, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(225, 255, 239, 0.06), rgba(225, 255, 239, 0.025));
  box-shadow: var(--shadow);
}

.achievement-kicker {
  margin-bottom: 10px;
  font-weight: 800;
  color: var(--accent-strong);
}

.achievement-title {
  max-width: none;
  margin: 0 auto;
  font-size: clamp(1.12rem, 1.4vw + 0.9rem, 1.9rem);
  line-height: 1.18;
  font-weight: 700;
  white-space: nowrap;
  color: var(--text);
}

.achievement-description {
  max-width: 50ch;
  margin: 14px auto 0;
  font-size: var(--fs-body-sm);
  line-height: 1.6;
  font-weight: 600;
  color: rgba(236, 255, 242, 0.84);
  text-wrap: pretty;
}

.vertical-grid,
.story-grid,
.achievement-grid,
.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.vertical-card,
.story-card,
.achievement-card,
.insight-card {
  position: relative;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.06), rgba(225, 255, 239, 0.02));
}

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

.achievement-card {
  padding: 12px;
  display: grid;
  gap: 14px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.08), rgba(225, 255, 239, 0.03));
  box-shadow: var(--shadow);
}

.achievement-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 220ms ease;
}

.achievement-card:hover img {
  transform: scale(1.03);
}

.achievement-card figcaption {
  display: grid;
  gap: 6px;
  padding: 0 6px 6px;
}

.achievement-label {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  padding: 0 12px;
  align-items: center;
  border-radius: 999px;
  background: rgba(74, 196, 135, 0.14);
  color: var(--accent-strong);
  font-size: clamp(0.7rem, 0.1vw + 0.68rem, 0.76rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.achievement-card strong {
  color: var(--text);
  font-size: clamp(0.95rem, 0.18vw + 0.92rem, 1.02rem);
  font-weight: 700;
  line-height: 1.35;
}

.achievement-card-hidden {
  display: none;
}

.achievement-card-hidden.is-visible-card {
  display: block;
}

.achievement-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.clients-layout {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
}

.clients-copy {
  display: grid;
  gap: 16px;
}

.clients-gallery {
  display: grid;
}

.client-photo-card {
  padding: 14px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.06), rgba(225, 255, 239, 0.02));
  box-shadow: var(--shadow);
}

.client-photo-card img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  border-radius: 22px;
}

.vertical-card h3,
.insight-card h3 {
  margin-top: 14px;
  margin-bottom: 12px;
}

.card-index,
.insight-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(74, 196, 135, 0.14);
  color: var(--accent-strong);
  font-size: var(--fs-label);
  font-weight: 700;
}

.expert-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  margin-bottom: 26px;
}

.expert-frame {
  position: relative;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 255, 145, 0.2), transparent 34%),
    rgba(225, 255, 239, 0.04);
  border: 1px solid var(--border);
  overflow: hidden;
  min-height: 560px;
}

.expert-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.expert-copy {
  display: grid;
  gap: 18px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: var(--accent-strong);
  font-weight: 700;
}

.expert-band {
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
}

.expert-band-points {
  display: grid;
  gap: 12px;
}

.expert-band-points span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(225, 255, 239, 0.04);
  border: 1px solid rgba(209, 255, 228, 0.1);
}

.stories-section {
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.025), rgba(225, 255, 239, 0)),
    radial-gradient(circle at 10% 20%, rgba(200, 255, 145, 0.06), transparent 18%);
}

.story-card {
  display: grid;
  gap: 20px;
}

.story-card strong {
  color: var(--accent-strong);
  font-size: var(--fs-body-sm);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.calculator-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.calculator-copy,
.calculator-card {
  padding: 30px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.08), rgba(225, 255, 239, 0.03));
  box-shadow: var(--shadow);
}

.calculator-copy {
  display: grid;
  gap: 16px;
}

.calculator-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.calculator-points span {
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(74, 196, 135, 0.14);
  color: var(--accent-strong);
  font-size: var(--fs-label);
  font-weight: 800;
}

.calculator-form {
  display: grid;
  gap: 22px;
}

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

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

.field span {
  color: var(--text);
  font-weight: 700;
  font-size: var(--fs-body-sm);
}

.field input,
.field select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(209, 255, 228, 0.14);
  background: rgba(8, 24, 18, 0.76);
  color: var(--text);
  outline: none;
}

.field input:focus,
.field select:focus {
  border-color: rgba(200, 255, 145, 0.45);
}

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

.calculator-result {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(209, 255, 228, 0.12);
}

.calculator-report {
  display: grid;
  gap: 22px;
}

.calculator-report-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.calculator-report-head h3 {
  margin-bottom: 8px;
}

.calculator-report-head p {
  margin: 0;
  color: var(--text-dim);
}

.calculator-reset {
  flex-shrink: 0;
}

.calculator-chart-card {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(209, 255, 228, 0.1);
  background: rgba(225, 255, 239, 0.04);
}

.calculator-chart-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.chart-cell {
  min-height: 88px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(209, 255, 228, 0.1);
  background:
    radial-gradient(circle at top, rgba(186, 255, 170, 0.2), rgba(8, 24, 18, 0.95));
  color: var(--accent-soft);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 700;
  display: grid;
  place-items: center;
  text-align: center;
}

.calculator-report-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.report-meta-item {
  padding: 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(209, 255, 228, 0.1);
  background: rgba(225, 255, 239, 0.05);
  text-align: center;
}

.report-meta-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--text-dim);
  font-size: var(--fs-body-sm);
  font-weight: 700;
}

.report-meta-item strong {
  display: block;
  color: var(--accent-strong);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
}

.report-sections {
  display: grid;
  gap: 16px;
}

.report-block {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(209, 255, 228, 0.1);
  background: rgba(225, 255, 239, 0.04);
}

.report-block-title {
  margin: 0 0 10px;
  color: var(--accent-soft);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.report-block-content {
  margin: 0;
  color: var(--text);
  line-height: 1.8;
  white-space: pre-line;
}

.report-offer-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(200, 255, 145, 0.2);
  background:
    linear-gradient(135deg, rgba(74, 196, 135, 0.18), rgba(8, 24, 18, 0.92));
}

.report-offer-card h4 {
  margin-bottom: 10px;
}

.report-offer-card p:last-of-type {
  margin-bottom: 0;
}

.report-offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.product-price-stack {
  display: grid;
  gap: 4px;
}

.product-price-original {
  color: rgba(214, 233, 221, 0.64);
  font-size: var(--fs-body-sm);
  font-weight: 700;
  text-decoration: line-through;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.result-box {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(209, 255, 228, 0.1);
  background: rgba(225, 255, 239, 0.04);
  text-align: center;
}

.result-box span {
  display: block;
  margin-bottom: 8px;
  color: var(--text-dim);
  font-size: var(--fs-body-sm);
  font-weight: 700;
}

.result-box strong {
  display: block;
  color: var(--accent-strong);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
}

.result-text {
  margin-top: 18px;
  color: var(--text);
  font-size: var(--fs-body);
  font-weight: 700;
}

.cta-panel {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.faq-grid {
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
}

.youtube-feature {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.youtube-copy {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.08), rgba(225, 255, 239, 0.03)),
    #0b1d16;
  box-shadow: var(--shadow);
}

.youtube-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(74, 196, 135, 0.14);
  color: var(--accent-strong);
  font-size: var(--fs-label);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.youtube-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.video-card {
  padding: 12px;
  border-radius: 24px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.06), rgba(225, 255, 239, 0.02));
  box-shadow: var(--shadow);
}

.video-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
}

.video-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 220ms ease;
}

.video-link:hover img {
  transform: scale(1.04);
}

.video-play {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(8, 24, 18, 0.82);
  border: 1px solid rgba(209, 255, 228, 0.16);
  color: var(--text);
  font-size: var(--fs-body-sm);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 0 24px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: rgba(225, 255, 239, 0.03);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer p {
  overflow: hidden;
  padding-bottom: 0;
}

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.active .faq-answer p {
  padding-bottom: 24px;
}

.site-footer {
  padding-top: 24px;
}

.footer-grid {
  grid-template-columns: 1fr auto;
  align-items: end;
  padding-top: 40px;
  border-top: 1px solid rgba(209, 255, 228, 0.08);
}

.footer-grid-home {
  grid-template-columns: 1.35fr 0.7fr 0.7fr 0.95fr;
  align-items: start;
  gap: 38px;
  padding: 56px 0 8px;
  border-top: none;
}

.footer-brand-home {
  max-width: 32rem;
}

.footer-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.footer-links-block {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-links-block h3 {
  font-size: clamp(1.18rem, 0.7vw + 1rem, 1.5rem);
  margin-bottom: 4px;
}

.footer-links-block a,
.footer-contact a {
  color: var(--text-dim);
}

.footer-links-block a:hover,
.footer-contact a:hover {
  color: var(--text);
}

.shop-hero {
  padding-bottom: 28px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.shop-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(209, 255, 228, 0.1);
  background:
    linear-gradient(180deg, rgba(225, 255, 239, 0.07), rgba(225, 255, 239, 0.02));
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.shop-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 255, 145, 0.24);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.shop-card-visual {
  min-height: 210px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at top, rgba(200, 255, 145, 0.18), transparent 38%),
    linear-gradient(160deg, rgba(15, 44, 33, 0.95), rgba(10, 28, 20, 0.9));
  border: 1px solid rgba(209, 255, 228, 0.1);
}

.shop-card-glyph {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(200, 255, 145, 0.24), transparent 24%),
    radial-gradient(circle at 70% 70%, rgba(74, 196, 135, 0.22), transparent 20%),
    linear-gradient(180deg, rgba(225, 255, 239, 0.08), rgba(225, 255, 239, 0.02));
  color: var(--accent-strong);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 700;
}

.shop-card h3 {
  font-size: clamp(1.12rem, 0.8vw + 1rem, 1.36rem);
  line-height: 1.16;
}

.shop-card-price {
  color: var(--accent-strong);
  font-size: 1rem;
  font-weight: 900;
}

.shop-card-note {
  color: var(--text-dim);
  font-size: var(--fs-body-sm);
}

.shop-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.shop-card-actions .button,
.shop-card-actions .text-link {
  min-height: 44px;
}

.footer-contact {
  display: grid;
  gap: 10px;
  text-align: right;
}

.footer-contact-home {
  text-align: left;
  justify-items: start;
}

.footer-contact h3 {
  font-size: clamp(1.02rem, 0.35vw + 0.96rem, 1.15rem);
  margin-bottom: 2px;
}

.floating-whatsapp {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 22px;
  border: 1px solid rgba(209, 255, 228, 0.18);
  background: linear-gradient(135deg, #24d366, #8ff4a9);
  box-shadow: 0 20px 45px rgba(38, 211, 102, 0.3);
  animation: whatsappBob 2.8s ease-in-out infinite;
}

.floating-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

.floating-whatsapp-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 55;
  display: grid;
  gap: 12px;
  justify-items: end;
}

.floating-theme-toggle {
  width: 62px;
  height: 62px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 45px rgba(0, 0, 0, 0.18);
  color: var(--text);
  cursor: pointer;
  animation: glassFloat 5s ease-in-out infinite;
}

.floating-theme-toggle::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 21px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
  pointer-events: none;
}

.floating-theme-toggle[data-theme="dark"] .floating-theme-icon-sun,
.floating-theme-toggle[data-theme="light"] .floating-theme-icon-moon {
  opacity: 0;
  transform: scale(0.6) rotate(-24deg);
}

.floating-theme-toggle[data-theme="light"] .floating-theme-icon-sun,
.floating-theme-toggle[data-theme="dark"] .floating-theme-icon-moon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.floating-theme-icon {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  transition: transform 280ms ease, opacity 280ms ease;
}

.floating-theme-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

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

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

@keyframes orbitPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.02);
  }
}

@keyframes whatsappBob {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 20px 45px rgba(38, 211, 102, 0.3);
  }

  50% {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 24px 60px rgba(38, 211, 102, 0.42);
  }
}

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

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

@keyframes chakraSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes orbitSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes goldShimmer {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 220% 50%;
  }
}

@keyframes particleDrift {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.55;
  }

  50% {
    transform: translateX(12px);
    opacity: 0.95;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  transition:
    opacity 700ms ease var(--reveal-delay, 0ms),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

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

@media (max-width: 1100px) {
  .hero-grid,
  .showcase-grid,
  .login-layout,
  .trust-panel,
  .expert-grid,
  .clients-layout,
  .catalog-grid,
  .landing-grid,
  .products-page-layout,
  .calculator-layout,
  .expert-band,
  .cta-panel,
  .youtube-feature,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .insight-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .footer-grid-home {
    grid-template-columns: repeat(2, 1fr);
  }

  .floating-whatsapp {
    width: 58px;
    height: 58px;
  }

  .floating-actions {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 1380px) {
  .header-inner {
    grid-template-columns: minmax(150px, 205px) minmax(0, 1fr) minmax(244px, auto);
    gap: 10px;
  }

  .site-nav {
    gap: 14px;
    font-size: clamp(0.78rem, 0.12vw + 0.76rem, 0.86rem);
  }

  .header-actions {
    gap: 6px;
  }

  .icon-action {
    min-height: 42px;
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  .nav-cta {
    min-width: 166px;
    min-height: 54px;
    padding-inline: 20px;
    font-size: 0.92rem;
  }
}

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

  body {
    font-size: 0.98rem;
  }

  .header-inner {
    gap: 18px;
  }

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

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid var(--border);
    background: rgba(8, 24, 18, 0.98);
    box-shadow: var(--shadow);
  }

  .topbar-inner,
  .header-inner {
    flex-wrap: wrap;
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .nav-cta {
    text-align: center;
    min-width: 190px;
  }

  .brand-copy strong {
    font-size: 0.94rem;
  }

  .brand-copy small {
    font-size: 0.68rem;
  }

  .site-header .brand {
    max-width: 100%;
  }

  .hero-card,
  .expert-frame {
    min-height: 420px;
  }

  .login-card {
    margin-left: 0;
  }

  .vertical-grid,
  .story-grid,
  .achievement-grid,
  .form-grid,
  .result-grid,
  .calculator-report-meta,
  .youtube-grid {
    grid-template-columns: 1fr;
  }

  .calculator-report-head {
    flex-direction: column;
    align-items: stretch;
  }

  .youtube-copy {
    position: static;
  }

  .products-sidebar {
    position: static;
  }

  .footer-contact,
  .footer-contact-home {
    text-align: left;
  }

  .floating-actions {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(100vw - 28px, 1180px);
    --radius-xl: 26px;
    --radius-lg: 20px;
    --fs-body: 0.96rem;
    --fs-body-sm: 0.86rem;
    --fs-label: 0.76rem;
  }

  .header-inner {
    min-height: 76px;
  }

  .brand {
    gap: 10px;
  }

  .brand-copy small {
    max-width: 180px;
  }

  h1 {
    font-size: clamp(2.1rem, 9vw, 2.7rem);
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(2.35rem, 10vw, 3.2rem);
    line-height: 0.94;
  }

  .hero-title small {
    font-size: clamp(0.94rem, 4.2vw, 1.1rem);
  }

  h2 {
    font-size: clamp(1.7rem, 7vw, 2.15rem);
  }

  h3 {
    font-size: clamp(1.3rem, 5.5vw, 1.7rem);
  }

  p {
    line-height: 1.7;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    min-width: 100%;
  }

  .calculator-copy,
  .calculator-card,
  .report-block,
  .report-offer-card {
    padding: 22px;
  }

  .calculator-chart-grid {
    gap: 10px;
  }

  .chart-cell {
    min-height: 72px;
    border-radius: 16px;
  }

  .hero-card {
    min-height: 460px;
    padding: 18px;
  }

  .showcase-visual {
    min-height: 420px;
  }

  .showcase-photo {
    width: min(86%, 360px);
  }

  .showcase-chakra {
    inset: 18% 10%;
  }

  .achievement-title {
    white-space: normal;
  }

  .site-nav {
    font-size: 0.94rem;
  }

  .icon-action,
  .nav-cta {
    min-height: 46px;
    padding-inline: 18px;
  }

  .nav-cta {
    min-width: 100%;
  }

  .floating-theme-toggle,
  .floating-whatsapp {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .shop-grid {
    grid-template-columns: 1fr;
  }

  .field input,
  .field select,
  .search-field input {
    min-height: 50px;
  }

  .energy-grid {
    grid-template-columns: repeat(3, 38px);
    gap: 8px;
    top: 18px;
    right: 18px;
  }

  .energy-grid span {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 1.1rem;
  }

  .hero-portrait {
    inset: 10px 8px 0;
    width: calc(100% - 16px);
    height: calc(100% - 10px);
  }

  .hero-side-panel {
    padding: 16px;
    border-radius: 22px;
  }

  .breaker-panel h2 {
    max-width: 16ch;
    font-size: clamp(1.28rem, 6vw, 1.65rem);
  }

  .footer-grid-home {
    grid-template-columns: 1fr;
  }

  .trust-panel,
  .login-side-card,
  .login-card,
  .products-sidebar,
  .products-content,
  .cta-panel,
  .expert-band,
  .vertical-card,
  .story-card,
  .achievement-card,
  .insight-card,
  .faq-item,
  .youtube-copy,
  .achievement-panel,
  .achievement-heading {
    padding-inline: 20px;
  }

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

  .login-form-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .products-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
