html.itv-inertia {
  scroll-behavior: auto;
}

.itv-page--landing {
  position: relative;
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 18%, rgba(219, 242, 226, 0.9) 0%, transparent 36%),
    radial-gradient(circle at 88% 8%, rgba(242, 231, 209, 0.55) 0%, transparent 28%),
    radial-gradient(circle at 50% 72%, rgba(109, 201, 88, 0.08) 0%, transparent 32%),
    var(--itv-page);
}

.itv-cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 460px;
  height: 460px;
  margin: -230px 0 0 -230px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 4;
  background: radial-gradient(circle, rgba(109, 201, 88, 0.16) 0%, rgba(219, 242, 226, 0.08) 38%, transparent 70%);
  mix-blend-mode: multiply;
  will-change: transform;
}

.itv-lights {
  position: absolute;
  inset: -80px 0 auto 0;
  height: 720px;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.itv-light {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.85;
}
.itv-light--1 {
  width: 320px;
  height: 320px;
  right: 6%;
  top: 40px;
  background: rgba(109, 201, 88, 0.28);
  animation: itv-drift 16s ease-in-out infinite;
}
.itv-light--2 {
  width: 260px;
  height: 260px;
  left: 8%;
  top: 120px;
  background: rgba(242, 231, 209, 0.55);
  animation: itv-drift 19s ease-in-out infinite reverse;
}
.itv-light--3 {
  width: 200px;
  height: 200px;
  right: 38%;
  top: 280px;
  background: rgba(56, 102, 66, 0.16);
  animation: itv-drift 13s ease-in-out infinite 1.2s;
}

.itv-hero { padding: 20px 0 8px; position: relative; }
.itv-hero .itv-wrap { position: relative; z-index: 1; }
.itv-hero__grid {
  display: grid;
  gap: 28px;
  align-items: center;
}
.itv-hero__copy h1 {
  font-size: clamp(1.7rem, 4.4vw, 2.85rem);
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 14px;
}
.itv-hero__copy h1 span {
  color: var(--itv-green);
  text-shadow: 0 0 28px rgba(109, 201, 88, 0.28);
}
.itv-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 10px;
}
.itv-hero .itv-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.itv-kicker--badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 10px;
}
.itv-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--itv-green-bright);
  box-shadow: 0 0 0 4px rgba(109, 201, 88, 0.18), 0 0 12px rgba(109, 201, 88, 0.7);
  animation: itv-pulse 2.2s ease-in-out infinite;
}

.itv-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
}
.itv-hero__glow {
  position: absolute;
  width: min(92%, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(109, 201, 88, 0.38) 0%, rgba(219, 242, 226, 0.12) 55%, transparent 72%);
  filter: blur(18px);
  animation: itv-glow-breathe 5.5s ease-in-out infinite;
  z-index: 0;
}
.itv-hero__ring {
  position: absolute;
  width: min(100%, 448px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(109, 201, 88, 0.35);
  box-shadow:
    0 0 0 10px rgba(219, 242, 226, 0.55),
    0 0 42px rgba(109, 201, 88, 0.35),
    inset 0 0 28px rgba(109, 201, 88, 0.12);
  animation: itv-ring 7s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
.itv-hero__orb {
  width: min(100%, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #eef6ef;
  position: relative;
  z-index: 2;
  box-shadow:
    0 24px 60px rgba(56, 102, 66, 0.16),
    0 0 40px rgba(109, 201, 88, 0.22);
}
.itv-hero__orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 42%;
  transform: scale(1.02);
  animation: itv-orb 12s ease-in-out infinite;
}
.itv-float {
  position: absolute;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  box-shadow: 0 8px 24px rgba(56, 102, 66, 0.12), 0 0 18px rgba(109, 201, 88, 0.22);
  animation: itv-float 3.8s ease-in-out infinite;
}
.itv-float--wave { width: 56px; height: 56px; top: 8%; left: 8%; }
.itv-float--dots { width: 56px; height: 56px; bottom: 16%; left: 4%; animation-delay: .45s; }
.itv-float--heart {
  width: 48px;
  height: 48px;
  top: 6%;
  right: 10%;
  animation-delay: .9s;
}
.itv-leaf {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 60% 40% 70% 30%;
  background: rgba(106, 152, 77, 0.22);
  filter: blur(1px);
  z-index: 2;
  pointer-events: none;
}
.itv-leaf--1 { right: -6px; bottom: 18%; transform: rotate(-18deg); }
.itv-leaf--2 { left: 10%; top: 42%; width: 46px; height: 46px; background: rgba(56, 102, 66, 0.14); }

.itv-trust { padding: 8px 0 36px; }
.itv-trust__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 8px;
  background: #fff;
  border-radius: 22px;
  padding: 16px 14px;
  box-shadow: 0 12px 40px rgba(56, 102, 66, 0.08);
}
.itv-trust__row p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--itv-muted);
  display: flex;
  gap: 10px;
  align-items: center;
}
.itv-trust__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 13px;
  background: var(--itv-mint);
  color: var(--itv-green);
  display: grid;
  place-items: center;
  transition: transform .25s ease, background .25s ease;
}
.itv-trust__icon .itv-ico,
.itv-icon .itv-ico {
  width: 22px;
  height: 22px;
}
.itv-float .itv-ico { width: 26px; height: 26px; }
.itv-trust__row p:hover .itv-trust__icon {
  transform: translateY(-2px) scale(1.06);
  background: #cfead8;
}

.itv-section { padding: 48px 0; }
.itv-section--mint { background: var(--itv-mint-bg); }
.itv-section--soft { background: #fff; }
.itv-section__head { max-width: 640px; margin-bottom: 28px; }
.itv-section__head p { color: var(--itv-muted); }
.itv-section__head .itv-kicker { color: var(--itv-green); }

.itv-cards {
  display: grid;
  gap: 12px;
}
.itv-card {
  background: #fff;
  border: 1px solid var(--itv-line);
  border-radius: var(--itv-radius);
  padding: 18px;
  box-shadow: var(--itv-shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.itv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 102, 66, 0.22);
  box-shadow: 0 18px 36px rgba(56, 102, 66, 0.1), 0 0 28px rgba(109, 201, 88, 0.16);
}
.itv-card p { margin: 0; }
.itv-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--itv-mint);
  color: var(--itv-green);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  transition: transform .25s ease, background .25s ease;
}
.itv-card:hover .itv-icon { transform: scale(1.08); background: #cfead8; }

.itv-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  counter-reset: none;
}
.itv-steps li {
  background: #fff;
  border-radius: var(--itv-radius);
  padding: 18px 18px 16px;
  box-shadow: var(--itv-shadow-sm);
  border: 1px solid var(--itv-line);
}
.itv-steps li .itv-ico {
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
}
.itv-steps span {
  display: inline-block;
  color: var(--itv-green);
  font-size: 0.8rem;
  font-weight: 700;
  font-family: var(--itv-nums);
  margin-bottom: 4px;
}
.itv-steps strong { display: block; margin-bottom: 4px; }
.itv-steps p { margin: 0; color: var(--itv-muted); }

.itv-split { display: grid; gap: 24px; align-items: center; }
.itv-panel {
  background: #fff;
  border-radius: var(--itv-radius-lg);
  padding: 22px;
  box-shadow: var(--itv-shadow);
  border: 1px solid var(--itv-line);
}
.itv-panel ul { margin: 0; padding: 0; list-style: none; }
.itv-panel li {
  margin: 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.itv-result-preview {
  margin: 0;
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--itv-shadow);
  border: 1px solid var(--itv-line);
}
.itv-result-preview figcaption {
  font-weight: 800;
  margin-bottom: 14px;
}
.itv-result-preview__level {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--itv-mint);
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 16px;
}
.itv-result-preview__level strong {
  color: var(--itv-green);
  font-size: 1.2rem;
}
.itv-result-preview ul { list-style: none; margin: 0 0 14px; padding: 0; }
.itv-result-preview li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--itv-line);
  font-size: 0.95rem;
}
.itv-result-preview em {
  font-style: normal;
  color: var(--itv-green-mid);
  font-weight: 700;
  font-size: 0.85rem;
}
.itv-result-preview p { margin: 0; color: var(--itv-muted); font-size: 0.92rem; }

.itv-simple {
  display: grid;
  gap: 12px;
}
.itv-simple article {
  background: #fff;
  border-radius: var(--itv-radius);
  padding: 20px;
  border: 1px solid var(--itv-line);
  box-shadow: var(--itv-shadow-sm);
}
.itv-simple__icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 10px;
  display: block;
}
.itv-simple p { margin: 0; color: var(--itv-muted); }

.itv-faq-wrap { max-width: 760px; }
.itv-faq details {
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--itv-line);
  margin-bottom: 10px;
  padding: 4px 16px;
}
.itv-faq summary {
  cursor: pointer;
  font-weight: 700;
  padding: 14px 0;
  list-style: none;
}
.itv-faq summary::-webkit-details-marker { display: none; }
.itv-faq summary::after {
  content: "+";
  float: left;
  color: var(--itv-green);
  font-weight: 400;
}
.itv-faq details[open] summary::after { content: "−"; }
.itv-faq p { color: var(--itv-muted); padding-bottom: 12px; }

.itv-final { padding: 20px 0 56px; }
.itv-final__box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #e7f6ec 0%, #fff 100%);
  border: 1px solid var(--itv-line);
  border-radius: 28px;
  padding: 36px 22px;
  text-align: center;
  box-shadow: var(--itv-shadow), 0 0 40px rgba(109, 201, 88, 0.12);
}
.itv-final__box::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -40px;
  top: -70px;
  border-radius: 50%;
  background: rgba(109, 201, 88, 0.22);
  filter: blur(36px);
  animation: itv-drift 12s ease-in-out infinite;
  pointer-events: none;
}
.itv-final__box p { color: var(--itv-muted); margin-bottom: 20px; }

.itv-hero__copy { order: -1; }

.itv-anim {
  opacity: 0;
  transform: translateY(22px);
}
.itv-anim.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
  transition-delay: calc(var(--d, 0) * 70ms);
}
.itv-steps li,
.itv-simple article,
.itv-faq details {
  transition: transform .25s ease, box-shadow .25s ease;
}
.itv-steps li:hover,
.itv-simple article:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(56, 102, 66, 0.1);
}

@keyframes itv-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
@keyframes itv-orb {
  0%, 100% { transform: scale(1.02); }
  50% { transform: scale(1.06); }
}
@keyframes itv-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 4px rgba(109, 201, 88, 0.18), 0 0 12px rgba(109, 201, 88, 0.55); }
  50% { transform: scale(1.18); box-shadow: 0 0 0 8px rgba(109, 201, 88, 0.08), 0 0 18px rgba(109, 201, 88, 0.85); }
}
@keyframes itv-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-28px, 18px) scale(1.08); }
}
@keyframes itv-glow-breathe {
  0%, 100% { opacity: .7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}
@keyframes itv-ring {
  0%, 100% { transform: scale(1); opacity: .85; }
  50% { transform: scale(1.035); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .itv-anim { opacity: 1; transform: none; }
  .itv-light,
  .itv-hero__glow,
  .itv-hero__ring,
  .itv-dot,
  .itv-cursor-glow,
  .itv-final__box::before {
    animation: none !important;
  }
  .itv-cursor-glow { display: none; }
}

@media (hover: none) {
  .itv-cursor-glow { display: none; }
}

@media (min-width: 768px) {
  .itv-hero { padding: 36px 0 16px; }
  .itv-hero__grid { grid-template-columns: .95fr 1.05fr; gap: 28px; }
  .itv-hero__copy { order: 0; }
  .itv-hero__orb { width: min(100%, 500px); }
  .itv-hero__ring { width: min(100%, 532px); }
  .itv-hero__glow { width: min(96%, 560px); }
  .itv-trust__row { grid-template-columns: repeat(4, 1fr); padding: 18px 22px; }
  .itv-cards--6 { grid-template-columns: repeat(2, 1fr); }
  .itv-simple { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .itv-section { padding: 72px 0; }
  .itv-final__box { padding: 56px 48px; }
}

@media (min-width: 1024px) {
  .itv-cards--6 { grid-template-columns: repeat(3, 1fr); }
  .itv-steps {
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }
  .itv-split { grid-template-columns: 1.1fr .9fr; gap: 48px; }
}

@media (max-width: 374px) {
  .itv-trust__row { grid-template-columns: 1fr; }
}
