:root {
  --bg: #f6efe3;
  --panel: rgba(255, 250, 241, 0.86);
  --text: #24170b;
  --muted: #715a41;
  --line: rgba(88, 60, 29, 0.18);
  --accent: #8b2e1c;
  --accent-soft: #b4512d;
  --shadow: 0 24px 60px rgba(80, 48, 13, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(198, 127, 67, 0.26), transparent 28%),
    radial-gradient(circle at bottom right, rgba(111, 32, 17, 0.16), transparent 24%),
    linear-gradient(145deg, #f7f0e5 0%, #f2e3cb 48%, #ead6b4 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(94, 61, 24, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 61, 24, 0.08) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent);
}

.page-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 56px;
}

.hero {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.commerce {
  margin-bottom: 24px;
}

.conversion-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.conversion-bar span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(95, 69, 40, 0.07);
  font-size: 0.9rem;
}

.commerce-intro {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  margin-bottom: 18px;
}

.commerce-text {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.85;
}

.story-showcase {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  margin-bottom: 18px;
}

.story-card {
  padding: 24px;
  border: 1px solid rgba(101, 61, 27, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(139, 46, 28, 0.08), transparent 34%),
    rgba(255, 252, 247, 0.92);
}

.story-card h3 {
  margin: 0 0 12px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 1.5rem;
}

.story-card p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

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

.lookbook-card {
  min-height: 220px;
  padding: 18px;
  border: 1px solid rgba(101, 61, 27, 0.14);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.lookbook-water {
  background:
    linear-gradient(180deg, rgba(18, 55, 78, 0.08), rgba(18, 55, 78, 0.42)),
    radial-gradient(circle at top, rgba(126, 189, 214, 0.55), transparent 36%),
    linear-gradient(145deg, #ecf6fa, #d6eaf2);
}

.lookbook-fire {
  background:
    linear-gradient(180deg, rgba(89, 34, 11, 0.04), rgba(89, 34, 11, 0.4)),
    radial-gradient(circle at top, rgba(243, 185, 119, 0.55), transparent 36%),
    linear-gradient(145deg, #fff0df, #f0cfaa);
}

.lookbook-earth {
  background:
    linear-gradient(180deg, rgba(73, 57, 30, 0.04), rgba(73, 57, 30, 0.4)),
    radial-gradient(circle at top, rgba(202, 168, 122, 0.46), transparent 36%),
    linear-gradient(145deg, #f7efdf, #dfccb0);
}

.lookbook-card span,
.lookbook-card strong,
.lookbook-card p {
  position: relative;
  z-index: 1;
}

.lookbook-card span {
  margin-bottom: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lookbook-card strong {
  margin-bottom: 8px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 1.05rem;
}

.lookbook-card p {
  margin: 0;
  color: rgba(36, 23, 11, 0.82);
  line-height: 1.6;
}

.commerce-highlight,
.trust-card,
.product-card {
  border: 1px solid rgba(101, 61, 27, 0.14);
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.82);
}

.commerce-highlight {
  padding: 22px;
  background:
    radial-gradient(circle at top right, rgba(139, 46, 28, 0.09), transparent 35%),
    rgba(255, 252, 247, 0.92);
}

.commerce-highlight strong,
.product-card h3,
.trust-card h3 {
  display: block;
  margin-bottom: 10px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
}

.commerce-highlight p,
.product-copy,
.trust-list li,
.trust-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

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

.product-card {
  padding: 22px;
}

.product-media {
  margin-bottom: 16px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(101, 61, 27, 0.1);
  background: linear-gradient(145deg, rgba(255, 249, 241, 0.9), rgba(240, 224, 197, 0.7));
}

.product-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-card.featured {
  background:
    linear-gradient(145deg, rgba(139, 46, 28, 0.1), rgba(159, 108, 47, 0.04)),
    rgba(255, 252, 247, 0.96);
}

.product-tag {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(139, 46, 28, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-points,
.trust-list {
  margin: 14px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 9px;
}

.product-points li {
  color: var(--text);
  line-height: 1.65;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.commerce-chip {
  width: 100%;
  justify-content: center;
}

.commerce-detail-btn {
  width: 100%;
}

.pricing-panel {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(101, 61, 27, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(139, 46, 28, 0.06), rgba(159, 108, 47, 0.02)),
    rgba(255, 251, 245, 0.94);
}

.pricing-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.price-card {
  padding: 20px;
  border: 1px solid rgba(101, 61, 27, 0.12);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.9);
}

.featured-price {
  background:
    radial-gradient(circle at top right, rgba(139, 46, 28, 0.1), transparent 40%),
    rgba(255, 253, 249, 0.96);
}

.price-tier {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(139, 46, 28, 0.08);
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price-card h4 {
  margin: 0 0 10px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 1.08rem;
}

.price-value {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
}

.price-points {
  margin: 0 0 18px;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.price-points li {
  line-height: 1.65;
  color: var(--text);
}

.commerce-layers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.trust-card {
  padding: 22px;
}

.trust-steps {
  display: grid;
  gap: 12px;
}

.trust-steps div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
}

.trust-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(139, 46, 28, 0.08);
  color: var(--accent);
  font-weight: 800;
}

.product-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 30;
}

.product-modal.open {
  display: flex;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 20, 10, 0.45);
  backdrop-filter: blur(6px);
}

.product-modal-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: min(90vh, 860px);
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(101, 61, 27, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(139, 46, 28, 0.1), transparent 36%),
    rgba(255, 251, 244, 0.98);
  box-shadow: 0 28px 70px rgba(40, 22, 8, 0.24);
}

.modal-media {
  margin-bottom: 14px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(101, 61, 27, 0.1);
  background: linear-gradient(145deg, rgba(255, 249, 241, 0.96), rgba(240, 224, 197, 0.8));
}

.modal-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  background: rgba(95, 69, 40, 0.08);
}

.product-modal-dialog h3 {
  margin: 0 0 10px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 1.7rem;
}

.modal-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.modal-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(95, 69, 40, 0.07);
  color: var(--text);
  font-size: 0.92rem;
}

.modal-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.modal-columns strong {
  display: block;
  margin-bottom: 10px;
}

.modal-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 9px;
}

.modal-list li {
  line-height: 1.7;
  color: var(--text);
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.checkout-showcase {
  margin-top: 18px;
}

.checkout-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
}

.checkout-panel {
  padding: 22px;
  border: 1px solid rgba(101, 61, 27, 0.14);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.9);
}

.checkout-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.checkout-head h3 {
  margin: 0;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
}

.cart-count {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(139, 46, 28, 0.08);
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 700;
}

.cart-items {
  display: grid;
  gap: 12px;
}

.cart-empty {
  padding: 18px;
  border-radius: 18px;
  background: rgba(95, 69, 40, 0.06);
  color: var(--muted);
  line-height: 1.7;
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(101, 61, 27, 0.1);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.92);
}

.cart-line strong {
  display: block;
  margin-bottom: 6px;
}

.cart-line p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.cart-line-price {
  text-align: right;
  white-space: nowrap;
}

.cart-summary {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.cart-summary div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.cart-total {
  padding-top: 10px;
  border-top: 1px solid rgba(101, 61, 27, 0.12);
}

.checkout-steps {
  display: grid;
  gap: 12px;
}

.checkout-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(101, 61, 27, 0.08);
}

.checkout-step:last-child {
  border-bottom: 0;
}

.checkout-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(139, 46, 28, 0.08);
  color: var(--accent);
  font-weight: 800;
}

.checkout-step strong {
  display: block;
  margin-bottom: 6px;
}

.checkout-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.checkout-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.checkout-methods span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(95, 69, 40, 0.07);
  font-size: 0.9rem;
}

.checkout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.social-proof,
.faq-section {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(101, 61, 27, 0.14);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.9);
}

.section-copy p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.review-card {
  padding: 20px;
  border: 1px solid rgba(101, 61, 27, 0.12);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.94);
}

.review-stars {
  margin-bottom: 10px;
  color: var(--accent);
  letter-spacing: 0.08em;
}

.review-body {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.review-meta {
  margin-top: 14px;
}

.review-meta strong {
  display: block;
  margin-bottom: 4px;
}

.review-meta span {
  color: var(--muted);
  font-size: 0.92rem;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.faq-item {
  border: 1px solid rgba(101, 61, 27, 0.12);
  border-radius: 20px;
  background: rgba(255, 253, 249, 0.94);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  background: transparent;
  text-align: left;
  font-weight: 700;
}

.faq-icon {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--accent);
}

.faq-answer {
  display: none;
  padding: 0 20px 18px;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.step strong {
  display: block;
  margin-bottom: 6px;
}

.step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--accent);
  background: rgba(139, 46, 28, 0.08);
  font-weight: 800;
}

.hero-copy,
.hero-card,
.panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 34px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
}

h1 {
  font-size: clamp(2.2rem, 4.8vw, 4.4rem);
  line-height: 1.04;
}

.hero-text,
.panel-heading p,
.hero-card li,
.status,
small {
  color: var(--muted);
}

.hero-text {
  margin: 18px 0 0;
  max-width: 58ch;
  font-size: 1.02rem;
  line-height: 1.8;
}

.hero-card {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-card p {
  margin: 0 0 12px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 1.15rem;
}

.hero-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}

.panel {
  padding: 26px;
}

.panel-heading {
  margin-bottom: 20px;
}

.panel-heading h2 {
  margin-bottom: 8px;
  font-size: 1.5rem;
}

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

.quick-questions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.chip {
  padding: 10px 14px;
  color: var(--text);
  background: rgba(95, 69, 40, 0.07);
}

label {
  display: grid;
  gap: 8px;
}

label span {
  font-size: 0.95rem;
  font-weight: 700;
}

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

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(101, 61, 27, 0.18);
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--text);
  background: rgba(255, 252, 247, 0.94);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(139, 46, 28, 0.45);
  box-shadow: 0 0 0 4px rgba(139, 46, 28, 0.08);
  transform: translateY(-1px);
}

textarea {
  resize: vertical;
}

.full-span {
  grid-column: 1 / -1;
}

.actions,
.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.model-card {
  padding: 18px 18px 16px;
  border: 1px solid rgba(101, 61, 27, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(139, 46, 28, 0.08), rgba(159, 108, 47, 0.03)),
    rgba(255, 251, 244, 0.94);
}

.model-card-title {
  margin: 0 0 6px;
  font-weight: 800;
}

.model-card-body {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.model-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.model-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(95, 69, 40, 0.07);
  color: var(--text);
  font-size: 0.9rem;
}

button {
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;
}

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

button:disabled {
  opacity: 0.56;
  cursor: not-allowed;
  transform: none;
}

.primary {
  color: #fff7f1;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-soft) 100%);
  box-shadow: 0 14px 32px rgba(139, 46, 28, 0.22);
}

.primary.alt {
  background: linear-gradient(135deg, #5d421f 0%, #9f6c2f 100%);
}

.secondary {
  color: var(--accent);
  background: rgba(139, 46, 28, 0.08);
}

.ghost {
  color: var(--text);
  background: rgba(95, 69, 40, 0.07);
}

.status {
  min-height: 28px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(120, 84, 40, 0.06);
}

.status.error {
  color: #8e2411;
  background: rgba(175, 54, 26, 0.11);
}

.status.success {
  color: #5d421f;
  background: rgba(134, 95, 30, 0.12);
}

.report-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 12px;
}

.outline-item {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  background: rgba(95, 69, 40, 0.07);
  color: var(--muted);
}

.outline-item.done {
  background: rgba(115, 93, 35, 0.14);
  color: var(--text);
}

.outline-item.pending {
  opacity: 0.72;
}

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

.section-card {
  padding: 18px;
  border: 1px solid rgba(101, 61, 27, 0.12);
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.88);
}

.section-card h3 {
  margin: 0 0 10px;
  font-size: 1.02rem;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
}

.section-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.8;
  white-space: pre-wrap;
}

.result-box {
  min-height: 580px;
  margin-top: 14px;
  line-height: 1.7;
}

.report-box {
  min-height: 420px;
}

.print-frame {
  position: fixed;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 980px) {
  .hero,
  .workflow,
  .commerce-intro,
  .story-showcase,
  .lookbook-grid,
  .product-grid,
  .pricing-grid,
  .commerce-layers,
  .checkout-shell,
  .review-grid,
  .modal-columns,
  .workspace {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 100%);
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .hero-copy,
  .hero-card,
  .panel {
    padding: 20px;
    border-radius: 22px;
  }

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