:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #172e28;
  background: #f7faf7;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
button,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(1190px, calc(100% - 64px));
  margin-inline: auto;
}
.site-header {
  border-bottom: 1px solid #e3eae5;
  background: #fff;
}
.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 46px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.065em;
  font-size: 25px;
  white-space: nowrap;
}
.brand-dot {
  color: #61b38b;
}
.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #205f4d;
  display: grid;
  grid-template-columns: repeat(2, 7px);
  grid-template-rows: repeat(2, 7px);
  place-content: center;
  gap: 4px;
  transform: rotate(-6deg);
}
.brand-mark span {
  background: #f5fff9;
  border-radius: 2px;
}
.brand-mark span:last-child {
  background: #8ce3b1;
}
.header-inner nav {
  display: flex;
  gap: 32px;
  font-size: 13px;
  font-weight: 700;
  color: #4e6259;
}
.header-inner nav a:hover,
.header-inner nav a:focus-visible {
  color: #187a59;
}
.header-cta {
  margin-left: auto;
  border: 1px solid #c8ded1;
  border-radius: 100px;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 800;
  color: #1b684f;
  white-space: nowrap;
}
.header-cta span {
  margin-left: 6px;
}
.hero {
  min-height: 357px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-block: 50px 38px;
}
.hero-copy {
  max-width: 770px;
}
.eyebrow,
.section-kicker,
.panel-label,
.generator-type,
.preview-state {
  font-size: 11px;
  letter-spacing: 0.11em;
  font-weight: 800;
}
.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #32775c;
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #68bf8d;
  box-shadow: 0 0 0 4px #dff3e5;
}
.hero h1 {
  font-size: clamp(46px, 5.45vw, 78px);
  letter-spacing: -0.073em;
  line-height: 1.1;
  margin: 21px 0 17px;
  font-weight: 800;
}
.hero h1 em,
.info-section h2 em {
  font-style: normal;
  color: #23805f;
}
.hero p {
  max-width: 555px;
  line-height: 1.8;
  color: #697a70;
  font-size: 15px;
  margin: 0;
}
.hero-notes {
  display: flex;
  gap: 26px;
  margin-top: 21px;
  color: #426957;
  font-size: 12px;
  font-weight: 700;
}
.hero-stamp {
  width: 158px;
  height: 158px;
  border: 1px solid #d2e6d7;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: rotate(13deg);
  margin-right: 66px;
  background: #ebf6e8;
  position: relative;
}
.hero-stamp:after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px dashed #afcfbb;
  border-radius: 50%;
}
.stamp-orbit {
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 800;
  color: #398163;
}
.stamp-arrow {
  position: absolute;
  right: 28px;
  top: 25px;
  font-size: 23px;
  color: #28835d;
}
.generator-wrap {
  background: #fff;
  border: 1px solid #e4ebe5;
  border-radius: 22px;
  box-shadow: 0 25px 70px rgba(35, 75, 57, 0.06);
  overflow: hidden;
  margin-bottom: 100px;
}
.generator-head {
  padding: 30px 38px 26px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #e8eee9;
}
.section-kicker {
  color: #6d9e80;
}
.generator-head h2 {
  margin: 8px 0 0;
  font-size: 27px;
  letter-spacing: -0.045em;
}
.generator-type {
  border-radius: 20px;
  border: 1px solid #cce4d4;
  background: #eff9f1;
  color: #357e58;
  padding: 9px 13px;
}
.workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  min-height: 463px;
}
.editor-panel {
  padding: 36px 40px 30px;
  border-right: 1px solid #e9eee9;
}
.panel-label {
  color: #819087;
}
.tabs {
  display: flex;
  gap: 9px;
  margin: 24px 0 30px;
}
.tab {
  border: 1px solid #e2e9e2;
  border-radius: 11px;
  background: #fff;
  color: #5a6c62;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 800;
}
.tab span {
  font-size: 16px;
  margin-right: 7px;
}
.tab.active {
  border-color: #185e49;
  background: #eaf5ee;
  color: #1e634b;
}
.tab:hover {
  border-color: #75b696;
}
.editor-panel label {
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 11px;
}
.editor-panel textarea {
  display: block;
  width: 100%;
  min-height: 128px;
  resize: vertical;
  border: 1px solid #dbe6de;
  border-radius: 12px;
  padding: 17px 18px;
  color: #163329;
  outline: none;
  background: #fbfdfb;
  line-height: 1.6;
  font-size: 15px;
}
.editor-panel textarea::placeholder {
  color: #9bac9f;
}
.editor-panel textarea:focus {
  border-color: #44a473;
  box-shadow: 0 0 0 4px #e8f5ed;
}
.editor-panel textarea[aria-invalid="true"] {
  border-color: #d65b56;
}
.input-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 9px;
  color: #8b9a8f;
  font-size: 11px;
}
.input-error {
  color: #bd4540;
  font-size: 12px;
  font-weight: 700;
  margin: 8px 0 0;
}
.form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 31px;
}
.button-primary {
  background: #195f4a;
  border: 1px solid #195f4a;
  border-radius: 10px;
  color: white;
  padding: 16px 24px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 7px 16px rgba(25, 95, 74, 0.16);
}
.button-primary:hover {
  background: #104a39;
}
.button-primary span {
  margin-left: 13px;
  font-size: 17px;
}
.button-quiet {
  border: 0;
  background: none;
  color: #778b7d;
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
}
.button-quiet:hover {
  text-decoration: underline;
}
.privacy-note {
  border-top: 1px solid #eaf0ea;
  padding-top: 22px;
  margin: 32px 0 0;
  font-size: 11px;
  line-height: 1.6;
  color: #8a998f;
}
.lock-icon {
  display: inline-grid;
  place-items: center;
  border: 1px solid #d0ddd3;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  color: #31775b;
  margin-right: 6px;
}
.preview-panel {
  padding: 34px 38px 27px;
  background: #f1f8f0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.preview-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.preview-state {
  font-size: 9px;
  color: #81a48a;
}
.preview-state.ready {
  color: #23784f;
}
.qr-frame {
  width: min(245px, 100%);
  aspect-ratio: 1;
  background: #fff;
  margin-top: 24px;
  border: 1px solid #e0ebdf;
  border-radius: 16px;
  box-shadow: 0 16px 35px rgba(47, 91, 61, 0.08);
  display: grid;
  place-items: center;
  padding: 17px;
}
.qr-frame canvas {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
}
.qr-empty {
  width: 68%;
  height: 68%;
  position: relative;
  color: #cbdccb;
  display: grid;
  place-items: center;
}
.empty-corner {
  position: absolute;
  width: 38%;
  height: 38%;
  border: 10px solid #d3e4d5;
  border-radius: 6px;
}
.top-left {
  top: 0;
  left: 0;
}
.top-right {
  top: 0;
  right: 0;
}
.bottom-left {
  bottom: 0;
  left: 0;
}
.empty-center {
  font-size: 38px;
}
.preview-caption {
  font-size: 12px;
  color: #7f9282;
  margin: 16px 0 20px;
  text-align: center;
  min-height: 20px;
}
.button-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  padding: 14px 18px;
  background: #fff;
  color: #246a4e;
  border: 1px solid #bfdac8;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}
.button-download:disabled {
  opacity: 0.53;
  cursor: not-allowed;
}
.button-download:not(:disabled):hover {
  background: #e8f5e9;
}
.button-download > span:first-child {
  font-size: 21px;
  line-height: 10px;
}
.download-meta {
  font-size: 10px;
  font-weight: 600;
  color: #819c88;
  margin-left: auto;
}
.scan-tip {
  font-size: 10px;
  color: #8aa18c;
  margin-top: 12px;
  text-align: center;
}
.info-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  padding: 0 35px 100px;
}
.info-section h2 {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.065em;
  margin: 18px 0 0;
}
.info-copy {
  border-left: 1px solid #dce9df;
  padding-left: 34px;
  color: #66766b;
  font-size: 14px;
  line-height: 1.85;
}
.info-copy p:first-child {
  margin-top: 0;
}
.site-footer {
  background: #153c31;
  color: #d2e5d9;
}
.footer-inner {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 11px;
}
.footer-brand {
  font-size: 24px;
  color: #fff;
}
.footer-inner > span:last-child {
  color: #9db9a7;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #65bb89;
  outline-offset: 3px;
}
@media (max-width: 950px) {
  .hero-stamp {
    margin-right: 5px;
    width: 120px;
    height: 120px;
  }
  .workspace {
    grid-template-columns: 1fr;
  }
  .editor-panel {
    border-right: 0;
    border-bottom: 1px solid #e9eee9;
  }
  .preview-panel {
    padding-bottom: 35px;
  }
  .qr-frame {
    width: 240px;
  }
}
@media (max-width: 650px) {
  .container {
    width: min(100% - 32px, 1190px);
  }
  .header-inner {
    height: 70px;
    gap: 12px;
  }
  .brand {
    font-size: 21px;
  }
  .brand-mark {
    width: 28px;
    height: 28px;
  }
  .header-inner nav {
    display: none;
  }
  .header-cta {
    font-size: 11px;
    padding: 9px 12px;
  }
  .hero {
    min-height: auto;
    padding: 58px 0 38px;
  }
  .hero h1 {
    font-size: clamp(42px, 10vw, 58px);
  }
  .hero-stamp {
    display: none;
  }
  .hero-notes {
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: 10px;
  }
  .generator-wrap {
    border-radius: 16px;
    margin-bottom: 66px;
  }
  .generator-head {
    padding: 23px 21px;
  }
  .generator-head h2 {
    font-size: 22px;
  }
  .generator-type {
    font-size: 9px;
    padding: 7px 9px;
  }
  .editor-panel {
    padding: 26px 21px;
  }
  .tabs {
    margin-top: 18px;
  }
  .tab {
    padding: 11px 12px;
    font-size: 12px;
  }
  .editor-panel textarea {
    font-size: 14px;
  }
  .form-actions {
    margin-top: 23px;
  }
  .button-primary {
    padding: 14px 16px;
  }
  .privacy-note {
    margin-top: 25px;
  }
  .preview-panel {
    padding: 26px 20px;
  }
  .info-section {
    padding: 0 7px 65px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .info-copy {
    padding-left: 19px;
  }
  .footer-inner {
    min-height: 130px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-block: 26px;
  }
  .footer-inner span:last-child {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
[hidden] {
  display: none !important;
}
