:root {
  --feedback-accent: #84c238;
  --feedback-accent-dark: #5e8a2f;
  --feedback-forest: #15351f;
  --feedback-forest-deep: #102d1b;
  --feedback-ink: #303431;
  --feedback-paper: #f7f8f4;
}

html {
  scroll-behavior: smooth;
}

.feedback-page {
  background: var(--feedback-paper);
}

.feedback-page .container {
  width: min(1240px, 92vw);
}

.feedback-hero .container {
  width: min(1380px, 95vw);
}

.feedback-hero {
  padding: 28px 0 34px;
}

.feedback-hero__panel {
  display: grid;
  grid-template-columns: minmax(420px, 0.94fr) minmax(560px, 1.06fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: center;
  overflow: hidden;
  border: 1px solid #25472e;
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 16%, rgba(132, 194, 56, 0.13), transparent 34%),
    linear-gradient(135deg, #16371f 0%, #12301e 56%, #102a1d 100%);
  color: #f9fcf6;
  padding: clamp(30px, 4.2vw, 54px);
}

.feedback-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.feedback-wordmark img {
  width: 74px;
  height: 74px;
  flex: 0 0 auto;
  filter: drop-shadow(0 14px 26px rgba(58, 95, 23, 0.28));
}

.feedback-wordmark__text {
  display: grid;
  gap: 2px;
}

.feedback-wordmark strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.15rem, 4.1vw, 3.55rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.feedback-wordmark span {
  color: #d6e5cf;
  font-size: 1rem;
}

.feedback-wordmark span b {
  color: #ffffff;
}

.feedback-hero h1 {
  max-width: 620px;
  margin-top: 34px;
  font-size: clamp(2.3rem, 3.4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.feedback-hero .lead {
  max-width: 610px;
  color: #dce9d8;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.68;
}

.feedback-hero .button.primary,
.feedback-cta .button.primary {
  background: linear-gradient(180deg, #8dcc3b 0%, #6da52e 100%);
  box-shadow: 0 12px 28px rgba(68, 111, 26, 0.25);
}

.feedback-hero .button.primary:hover,
.feedback-cta .button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(68, 111, 26, 0.32);
}

.feedback-hero .button.primary::after {
  content: "▶";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #5f9827;
  font-size: 0.66rem;
  line-height: 1;
}

.feedback-hero .button,
.feedback-cta .button {
  min-height: 52px;
  padding: 13px 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feedback-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: #d4e5cc;
  font-size: 0.92rem;
  font-weight: 700;
}

.feedback-status::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--feedback-accent);
  box-shadow: 0 0 0 4px rgba(132, 194, 56, 0.16);
}

.feedback-video-shell {
  overflow: hidden;
  scroll-margin-top: 110px;
  border: 1px solid rgba(218, 238, 207, 0.48);
  border-radius: 14px;
  background: #0a1710;
  box-shadow: 0 28px 64px rgba(4, 18, 9, 0.36);
}

.feedback-video-shell iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.feedback-section {
  padding: clamp(58px, 8vw, 104px) 0;
}

.feedback-section__heading {
  max-width: 790px;
  margin: 0 auto 44px;
  text-align: center;
}

.feedback-section__heading h2,
.feedback-access__copy h2 {
  color: #15351f;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.feedback-section__heading p,
.feedback-access__copy p {
  margin: 14px 0 0;
  color: #5c655f;
  font-size: 1.06rem;
  line-height: 1.7;
}

.feedback-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  margin-bottom: 30px;
}

.feedback-steps::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 16.666%;
  right: 16.666%;
  height: 1px;
  background: #bad4a6;
}

.feedback-step {
  position: relative;
  z-index: 1;
  padding: 0 clamp(8px, 2vw, 28px);
  text-align: center;
}

.feedback-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 3px solid var(--feedback-paper);
  border-radius: 999px;
  background: linear-gradient(180deg, #7fbd39 0%, #4f8e27 100%);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  box-shadow: 0 0 0 1px #c9dcbb;
}

.feedback-step h3 {
  margin-top: 14px;
  color: #182018;
  font-size: 1.12rem;
}

.feedback-step p {
  margin: 8px auto 0;
  color: #626b65;
  font-size: 0.94rem;
  line-height: 1.55;
}

.feedback-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #d8e3d1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(31, 52, 34, 0.08);
}

.feedback-workflow figure {
  min-width: 0;
  margin: 0;
  padding: 16px;
}

.feedback-workflow figure + figure {
  border-left: 1px solid #dfe7d9;
}

.feedback-workflow__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid #d9e1d5;
  border-radius: 11px;
  background: #eef3fa;
}

.feedback-workflow__image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feedback-workflow__zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 42%;
  aspect-ratio: 1.2 / 1;
  border: 3px solid var(--feedback-accent);
  border-radius: 11px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  box-shadow: 0 14px 30px rgba(27, 52, 34, 0.22);
}

.feedback-workflow__zoom--open {
  background-image: url("/assets/products/feedback/step-open.png");
  background-position: 100% 100%;
  background-size: 390%;
}

.feedback-workflow__zoom--comment {
  background-image: url("/assets/products/feedback/step-comment.png");
  background-position: 100% 76%;
  background-size: 360%;
}

.feedback-workflow__zoom--submit {
  background-image: url("/assets/products/feedback/step-submit.png");
  background-position: 100% 100%;
  background-size: 380%;
}

.feedback-workflow figcaption {
  margin-top: 12px;
  color: #667068;
  font-size: 0.84rem;
  line-height: 1.5;
}

.feedback-access {
  padding: clamp(58px, 8vw, 98px) 0;
  border-top: 1px solid #e1e7dd;
  background: #ffffff;
}

.feedback-access__intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(520px, 1.25fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.feedback-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}

.feedback-flow__item {
  display: grid;
  justify-items: center;
  gap: 9px;
  text-align: center;
}

.feedback-flow__icon,
.feedback-mode__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 1px solid #c6dcb6;
  border-radius: 999px;
  background: #fbfcf9;
  color: #315926;
}

.feedback-flow__icon svg,
.feedback-mode__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feedback-flow__item strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
}

.feedback-flow__item span {
  color: #687069;
  font-size: 0.82rem;
  line-height: 1.5;
}

.feedback-flow__arrow {
  color: #6fa23d;
  font-size: 1.5rem;
}

.feedback-modes {
  margin-top: 48px;
  overflow: hidden;
  border: 1px solid #d9e3d2;
  border-radius: 16px;
}

.feedback-modes h3 {
  padding: 20px 24px 0;
  color: #17351f;
  font-size: 1.28rem;
  text-align: center;
}

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

.feedback-mode {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 24px clamp(18px, 3vw, 34px) 28px;
}

.feedback-mode + .feedback-mode {
  border-left: 1px solid #dfe7d9;
}

.feedback-mode__icon {
  width: 54px;
  height: 54px;
}

.feedback-mode__icon svg {
  width: 25px;
  height: 25px;
}

.feedback-mode strong {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
}

.feedback-mode p {
  margin: 5px 0 0;
  color: #687069;
  font-size: 0.88rem;
  line-height: 1.5;
}

.feedback-clarifier {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 0;
  color: #5d665f;
  font-size: 0.94rem;
  text-align: center;
}

.feedback-clarifier svg {
  width: 20px;
  height: 20px;
  color: #4f8b35;
  fill: currentColor;
}

.feedback-cta {
  padding: 0 0 28px;
  background: #ffffff;
}

.feedback-cta__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 95% 50%, rgba(132, 194, 56, 0.16), transparent 28%),
    linear-gradient(135deg, #14371f 0%, #0d2b1a 100%);
  color: #ffffff;
  padding: clamp(30px, 5vw, 58px);
}

.feedback-cta h2 {
  max-width: 650px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.feedback-cta p {
  margin: 12px 0 0;
  color: #d6e5cf;
  font-size: 1.05rem;
}

.feedback-cta .actions {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (max-width: 1020px) {
  .feedback-hero__panel,
  .feedback-access__intro {
    grid-template-columns: 1fr;
  }

  .feedback-hero__copy {
    max-width: 740px;
  }

  .feedback-hero h1 {
    max-width: 720px;
  }

  .feedback-flow {
    max-width: 680px;
    margin: 0 auto;
  }

  .feedback-cta__panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .feedback-hero__panel {
    padding: 28px 20px 22px;
  }

  .feedback-wordmark img {
    width: 60px;
    height: 60px;
  }

  .feedback-hero h1 {
    margin-top: 32px;
  }

  .feedback-steps,
  .feedback-workflow,
  .feedback-modes__rail {
    grid-template-columns: 1fr;
  }

  .feedback-steps {
    gap: 28px;
  }

  .feedback-steps::before {
    top: 22px;
    bottom: 22px;
    left: 22px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .feedback-step {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 15px;
    padding: 0;
    text-align: left;
  }

  .feedback-step h3,
  .feedback-step p {
    grid-column: 2;
    margin-right: 0;
    margin-left: 0;
  }

  .feedback-step h3 {
    margin-top: 2px;
  }

  .feedback-step p {
    margin-top: 6px;
  }

  .feedback-workflow figure + figure,
  .feedback-mode + .feedback-mode {
    border-top: 1px solid #dfe7d9;
    border-left: 0;
  }

  .feedback-flow {
    grid-template-columns: 1fr;
  }

  .feedback-flow__arrow {
    transform: rotate(90deg);
  }

  .feedback-modes h3 {
    text-align: left;
  }

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

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

  .feedback-page *,
  .feedback-page *::before,
  .feedback-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
