/* Get More Google Reviews — polished marketing layout */

.footer-grid--wide { grid-template-columns: 1.35fr 1fr 1fr 0.9fr 0.9fr; }
.footer-disclaimer { font-size: 12px; color: rgba(255,255,255,.55); margin: 0 0 8px; line-height: 1.5; }
@media (max-width: 1024px) { .footer-grid--wide { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid--wide { grid-template-columns: 1fr; } }

/* ---- Section system ---- */
.gmr-section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  position: relative;
}

.gmr-section--tight { padding: clamp(2.5rem, 5vw, 3.5rem) 0; }

.gmr-section--white { background: #fff; }

.gmr-section--soft {
  background: linear-gradient(180deg, #f8faf9 0%, #f3f5f7 100%);
}

.gmr-section--mint {
  background:
    radial-gradient(900px 380px at 8% 0%, rgba(19, 119, 82, 0.14), transparent 55%),
    radial-gradient(700px 320px at 95% 100%, rgba(19, 119, 82, 0.08), transparent 50%),
    linear-gradient(180deg, #ecfdf5 0%, #f7faf8 48%, #fff 100%);
}

.gmr-section--hero {
  background:
    radial-gradient(1000px 480px at 88% -8%, rgba(19, 119, 82, 0.12), transparent 58%),
    radial-gradient(600px 300px at 0% 100%, rgba(19, 119, 82, 0.06), transparent 55%),
    linear-gradient(165deg, #f0fdf7 0%, #ffffff 55%, #f8faf9 100%);
}

.gmr-section--band {
  background:
    radial-gradient(ellipse 70% 80% at 20% 20%, rgba(255,255,255,.14), transparent 55%),
    linear-gradient(135deg, #137752 0%, #0b4f36 100%);
  color: #fff;
}

.gmr-section--band .smb-h2,
.gmr-section--band .smb-lead { color: #fff; }
.gmr-section--band .smb-lead { color: rgba(255,255,255,.88); max-width: 52ch; }

.gmr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--smb-green);
}

.gmr-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--smb-green);
}

.gmr-section-head {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.gmr-section-head--center {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.gmr-section-head--center .smb-lead { margin-left: auto; margin-right: auto; }

/* ---- Layout grids (varied widths) ---- */
.gmr-layout {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.75rem);
  align-items: center;
}

@media (min-width: 900px) {
  .gmr-layout--7-5 { grid-template-columns: 1.15fr 0.85fr; }
  .gmr-layout--5-7 { grid-template-columns: 0.85fr 1.15fr; }
  .gmr-layout--1-2 { grid-template-columns: 1fr 2fr; }
  .gmr-layout--2-1 { grid-template-columns: 2fr 1fr; }
  .gmr-layout--1-3 { grid-template-columns: 1fr 2.4fr; }
  .gmr-layout--3-1 { grid-template-columns: 2.4fr 1fr; }
  .gmr-layout--flip .gmr-layout__media { order: -1; }
}

.gmr-layout__copy .smb-lead + .smb-lead { margin-top: 0.85rem; }

/* ---- Hero ---- */
.page-gmr .gmr-hero { padding-bottom: clamp(2.5rem, 5vw, 4rem); }

.page-gmr .gmr-hero h1 { max-width: 20ch; }

.gmr-hero-note {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: var(--smb-muted);
}

.gmr-hero-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.35rem;
  position: relative;
}

.gmr-mock-form {
  width: min(100%, 340px);
  border-radius: 18px;
  border: 1px solid rgba(19, 119, 82, 0.12);
  background: #fff;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(19, 119, 82, 0.06);
  padding: 1.35rem 1.2rem 1.15rem;
  z-index: 2;
}

.gmr-mock-form h3 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--smb-text);
}

.gmr-mock-field { margin-bottom: 0.65rem; }
.gmr-mock-field label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--smb-muted);
  margin-bottom: 0.25rem;
}
.gmr-mock-field input,
.gmr-mock-field textarea {
  width: 100%;
  border: 1px solid var(--smb-line);
  border-radius: 10px;
  padding: 0.5rem 0.6rem;
  font-size: 0.75rem;
  background: #f8faf9;
  color: var(--smb-text);
}
.gmr-mock-field textarea { min-height: 76px; resize: none; line-height: 1.4; }

.gmr-mock-btn {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.6rem;
  border-radius: 10px;
  border: none;
  background: var(--smb-green);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 6px 16px rgba(19, 119, 82, 0.28);
}
.gmr-mock-btn--ghost {
  background: #fff;
  border: 1.5px solid var(--smb-green);
  color: var(--smb-green);
  margin-top: 0.45rem;
  box-shadow: none;
}

.gmr-mock-arrow {
  color: var(--smb-green);
  font-size: 1.75rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-bottom: 2rem;
}

.gmr-mock-phone { width: min(100%, 210px); margin-bottom: -0.5rem; z-index: 1; }
.gmr-mock-phone .smb-phone { width: 100%; }
.gmr-mock-phone .smb-phone-screen { min-height: 360px; }

.gmr-sms-preview { padding: 38px 14px 16px; }
.gmr-sms-bubble {
  background: linear-gradient(135deg, #d1fae5 0%, #ecfdf5 100%);
  border-radius: 14px 14px 14px 4px;
  padding: 11px 12px;
  font-size: 0.7rem;
  line-height: 1.45;
  color: var(--smb-text);
  margin-bottom: 10px;
  border: 1px solid rgba(19, 119, 82, 0.12);
}
.gmr-sms-cta {
  display: block;
  text-align: center;
  padding: 0.55rem;
  border-radius: 10px;
  background: var(--smb-green);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(19, 119, 82, 0.25);
}

/* ---- Trust strip ---- */
.gmr-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1rem;
  margin-top: 2rem;
}
@media (min-width: 640px) { .gmr-trust-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .gmr-trust-grid { grid-template-columns: repeat(6, 1fr); gap: 1rem; } }

.gmr-trust-item { text-align: center; }

.gmr-trust-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 0.7rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--smb-green);
  color: #fff;
  box-shadow: 0 10px 24px rgba(19, 119, 82, 0.32);
}

.gmr-trust-item span {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--smb-text);
  line-height: 1.35;
}

/* ---- Problem photo ---- */
.gmr-photo-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.14);
  border: 1px solid rgba(19, 119, 82, 0.1);
}

.gmr-photo-wrap img,
.gmr-problem-photo {
  display: block;
  width: 100%;
  height: auto;
  min-height: 340px;
  object-fit: cover;
}

.gmr-photo-wrap img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 320px;
  object-fit: cover;
  object-position: top center;
}

.gmr-star-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  padding: 0.55rem 0.85rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--smb-text);
}
.gmr-star-badge span { color: #fdb022; letter-spacing: 1px; }

.gmr-callout {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1.5px solid rgba(19, 119, 82, 0.28);
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf7 100%);
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--smb-green-dark);
  line-height: 1.5;
}

/* ---- Steps ---- */
.gmr-steps {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .gmr-steps { grid-template-columns: repeat(4, 1fr); gap: 0.65rem; }
}

.gmr-step {
  position: relative;
  padding: 1.35rem 1.1rem 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(19, 119, 82, 0.14);
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gmr-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(19, 119, 82, 0.1);
}

.gmr-step-num {
  width: 42px;
  height: 42px;
  margin: 0 auto 0.8rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #16a34a 0%, #137752 100%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(19, 119, 82, 0.35);
}

.gmr-step h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--smb-text);
  line-height: 1.25;
}
.gmr-step p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--smb-muted);
}

@media (min-width: 768px) {
  .gmr-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -0.5rem;
    top: 42%;
    transform: translateY(-50%);
    color: var(--smb-green);
    font-weight: 800;
    font-size: 1.1rem;
    z-index: 2;
  }
}

/* ---- 5-col feature cards ---- */
.gmr-feature-cards {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 640px) { .gmr-feature-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .gmr-feature-cards { grid-template-columns: repeat(5, 1fr); } }

.gmr-feature-card {
  border-radius: 18px;
  border: 1px solid var(--smb-line);
  background: #fff;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.gmr-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(19, 119, 82, 0.35);
}

.gmr-feature-card__bar {
  height: 4px;
  background: linear-gradient(90deg, #137752, #34d399);
}

.gmr-feature-card__body { padding: 1.15rem 0.9rem 1rem; }

.gmr-feature-card-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 0.65rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--smb-green);
  color: #fff;
  box-shadow: 0 8px 18px rgba(19, 119, 82, 0.28);
}

.gmr-feature-card h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--smb-text);
}
.gmr-feature-card p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--smb-muted);
}

.gmr-feature-card-visual {
  margin-top: 0.85rem;
  border-radius: 10px;
  border: 1px dashed rgba(19, 119, 82, 0.25);
  background: linear-gradient(180deg, #f8faf9 0%, #f0fdf7 100%);
  padding: 0.65rem;
  font-size: 0.65rem;
  line-height: 1.4;
  color: var(--smb-muted);
  text-align: left;
}
.gmr-feature-card-visual strong { color: var(--smb-text); font-size: 0.68rem; }

/* ---- Media panels ---- */
.gmr-panel {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(19, 119, 82, 0.1);
  background: #fff;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
}

.gmr-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.gmr-mini-stack {
  display: grid;
  gap: 0.75rem;
}

.gmr-mini-card {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--smb-line);
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.gmr-mini-card h4 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--smb-text);
}
.gmr-mini-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--smb-muted);
}

/* ---- Example / note boxes ---- */
.gmr-example-box {
  margin-top: 1.25rem;
  padding: 1.05rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(19, 119, 82, 0.2);
  background: linear-gradient(180deg, #fff 0%, #f0fdf7 100%);
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--smb-text);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
}

.gmr-example-subject { font-weight: 700; margin-bottom: 0.5rem; }

.gmr-example-btn {
  display: inline-block;
  margin-top: 0.65rem;
  padding: 0.5rem 0.9rem;
  border-radius: 10px;
  background: var(--smb-green);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(19, 119, 82, 0.25);
}

.gmr-note {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(19, 119, 82, 0.06);
  border: 1px solid rgba(19, 119, 82, 0.12);
  font-size: 0.88rem;
  color: var(--smb-muted);
  line-height: 1.5;
}

/* ---- Horizontal workflow ---- */
.gmr-workflow-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.35rem;
  margin-top: 2rem;
  padding: 1.5rem 1.25rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(19, 119, 82, 0.12);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.gmr-workflow-step {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--smb-text);
}

.gmr-workflow-step span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--smb-green);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  flex-shrink: 0;
}

.gmr-workflow-arrow {
  color: var(--smb-green);
  font-weight: 800;
  font-size: 0.9rem;
  opacity: 0.7;
}

/* ---- Benefits with icons ---- */
.gmr-benefits-grid {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 640px) { .gmr-benefits-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .gmr-benefits-grid { grid-template-columns: repeat(3, 1fr); } }

.gmr-benefit {
  padding: 1.25rem 1.15rem;
  border-radius: 16px;
  border: 1px solid var(--smb-line);
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.gmr-benefit:hover {
  border-color: rgba(19, 119, 82, 0.3);
  transform: translateY(-2px);
}

.gmr-benefit-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0.75rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #ecfdf5, #d1fae5);
  color: var(--smb-green);
  border: 1px solid rgba(19, 119, 82, 0.15);
}

.gmr-benefit h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--smb-text);
}
.gmr-benefit p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--smb-muted);
}

.gmr-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
  list-style: none;
  padding: 0;
}
.gmr-pill-list li {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: var(--smb-green);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(19, 119, 82, 0.22);
}

/* ---- Compliance grid ---- */
.gmr-compliance-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 640px) { .gmr-compliance-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .gmr-compliance-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---- Comparison ---- */
.gmr-compare {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 900px) {
  .gmr-compare { grid-template-columns: 1fr 1fr 0.82fr; align-items: stretch; }
}

.gmr-compare-col {
  border-radius: 18px;
  border: 1px solid var(--smb-line);
  padding: 1.35rem 1.2rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.gmr-compare-col h3 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--smb-text);
}

.gmr-compare-col--with {
  background: linear-gradient(180deg, #ecfdf5 0%, #fff 100%);
  border-color: rgba(19, 119, 82, 0.28);
  box-shadow: 0 14px 36px rgba(19, 119, 82, 0.1);
}

.gmr-compare-col ul { list-style: none; padding: 0; margin: 0; }
.gmr-compare-col li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin-bottom: 0.55rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--smb-text);
}
.gmr-compare-col li::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--smb-green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l3 3.5L13 5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.gmr-compare-col--without li::before {
  background: #e5e7eb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 4l8 8M12 4l-8 8' stroke='%23667085' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.gmr-demo-card {
  border-radius: 18px;
  border: 1px solid rgba(19, 119, 82, 0.15);
  background: linear-gradient(165deg, #fff 0%, #f0fdf7 100%);
  padding: 1.35rem 1.2rem;
  text-align: center;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}
.gmr-demo-stars { color: #fdb022; font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 0.5rem; }
.gmr-demo-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--smb-muted);
  font-style: italic;
}

/* ---- Audience cards ---- */
.gmr-audience-grid {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 640px) { .gmr-audience-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .gmr-audience-grid { grid-template-columns: repeat(4, 1fr); } }

.gmr-audience-col {
  padding: 1.25rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(19, 119, 82, 0.12);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.gmr-audience-col h3 {
  margin: 0 0 0.65rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(19, 119, 82, 0.2);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--smb-green-dark);
}

.gmr-audience-col ul { list-style: none; padding: 0; margin: 0; }
.gmr-audience-col li {
  font-size: 0.84rem;
  color: var(--smb-muted);
  margin-bottom: 0.35rem;
  padding-left: 0;
}
.gmr-audience-col li::before {
  content: "✓ ";
  color: var(--smb-green);
  font-weight: 800;
}

/* ---- Stats row ---- */
.gmr-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.gmr-stat {
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(19, 119, 82, 0.12);
  text-align: center;
}
.gmr-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--smb-green);
}
.gmr-stat span {
  font-size: 0.72rem;
  color: var(--smb-muted);
  font-weight: 600;
}

/* ---- Experience steps ---- */
.gmr-experience-steps {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) { .gmr-experience-steps { grid-template-columns: repeat(3, 1fr); } }

.gmr-experience-step {
  padding: 1.5rem 1.2rem;
  border-radius: 18px;
  border: 1px solid var(--smb-line);
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.gmr-experience-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #16a34a, #137752);
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: 0 10px 22px rgba(19, 119, 82, 0.32);
}

.gmr-experience-step h3 {
  margin: 0.75rem 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
}
.gmr-experience-step p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--smb-muted);
}

/* ---- Tags ---- */
.gmr-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}
.gmr-tag {
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(19, 119, 82, 0.2);
  background: #ecfdf5;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--smb-green-dark);
}

/* ---- Checklist sidebar card ---- */
.gmr-check-card {
  padding: 1.35rem 1.2rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #f0fdf7 0%, #fff 100%);
  border: 1px solid rgba(19, 119, 82, 0.18);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}

/* ---- FAQ 2-col ---- */
.page-gmr .faq-section { padding: clamp(4rem, 7vw, 5.5rem) 0; background: #fff; }

.page-gmr .faq-grid {
  max-width: 960px;
  margin: 2rem auto 0;
}
@media (min-width: 768px) {
  .page-gmr .faq-grid {
    column-count: 2;
    column-gap: 2rem;
  }
  .page-gmr .faq-item {
    break-inside: avoid;
    margin-bottom: 0;
  }
}

.page-gmr .faq-item { border-bottom: 1px solid var(--smb-line); }
.page-gmr .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
  border: none;
  background: none;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--smb-text);
  text-align: left;
  cursor: pointer;
}
.page-gmr .faq-icon {
  font-size: 1.25rem;
  color: var(--smb-green);
  font-weight: 400;
  flex-shrink: 0;
}
.page-gmr .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.page-gmr .faq-answer-inner {
  padding-bottom: 1.1rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--smb-muted);
}
.page-gmr .faq-item.open .faq-answer { max-height: 400px; }
.page-gmr .faq-item.open .faq-icon { transform: rotate(45deg); }

/* ---- Banner tweak ---- */
.page-gmr .smb-banner h2 { text-transform: none; max-width: 24ch; }

@media (max-width: 899px) {
  .gmr-mock-arrow { display: none; }
  .gmr-hero-visual { flex-direction: column; align-items: center; }
  .gmr-workflow-arrow { display: none; }
  .gmr-workflow-row { flex-direction: column; align-items: stretch; }
  .gmr-workflow-step { justify-content: flex-start; }
}
