@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800;900&display=swap');

:root {
  --grb-blue: #0675c9;
  --grb-blue-dark: #093f7d;
  --grb-orange: #ff8a00;
  --grb-orange-dark: #f26a00;
  --grb-ink: #102033;
  --grb-muted: #627084;
  --grb-line: #dce8f4;
  --grb-soft: #f5f9fd;
}

body.conversion-page {
  margin: 0;
  color: var(--grb-ink);
  background: #ffffff;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
}

.conversion-page header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #ffffff;
  border-bottom: 1px solid rgba(6, 117, 201, 0.12);
  box-shadow: 0 8px 24px rgba(9, 63, 125, 0.08);
}

.conversion-page .btn-primary,
.grb-btn-primary {
  background: linear-gradient(135deg, var(--grb-orange), var(--grb-orange-dark));
  border: 0;
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
  padding: 12px 20px;
  box-shadow: 0 12px 26px rgba(242, 106, 0, 0.24);
}

.conversion-page .btn-outline,
.grb-btn-outline {
  border: 1.5px solid var(--grb-blue);
  color: var(--grb-blue);
  font-weight: 700;
  border-radius: 10px;
  padding: 11px 18px;
  background: #ffffff;
}

.grb-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(5, 90, 168, 0.96), rgba(8, 125, 207, 0.9)),
    radial-gradient(circle at 80% 20%, rgba(255, 138, 0, 0.35), transparent 32%);
  color: #ffffff;
}

.google-profile-page .grb-hero {
  background:
    linear-gradient(115deg, rgba(8, 69, 132, 0.98), rgba(6, 117, 201, 0.94)),
    linear-gradient(45deg, rgba(255, 138, 0, 0.2), transparent 48%);
}

.grb-qr-stand-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fe 100%);
}

.grb-qr-stand-section::before {
  position: absolute;
  top: 12%;
  left: -150px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(43, 176, 241, 0.1);
  content: "";
  filter: blur(8px);
  pointer-events: none;
}

.grb-qr-stand-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(310px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 68px;
}

.grb-qr-stand-visual {
  position: relative;
  display: flex;
  min-height: 590px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.grb-qr-stand-product {
  position: relative;
  z-index: 2;
  width: min(380px, 80%);
  perspective: 1100px;
}

.grb-qr-stand-board {
  position: relative;
  z-index: 2;
  padding: 18px 18px 31px;
  border: 8px solid #edf3fa;
  border-radius: 48px 48px 19px 19px;
  background: linear-gradient(135deg, #ffffff 0%, #f7faff 54%, #dfe8f1 100%);
  box-shadow: 0 32px 58px rgba(11, 61, 119, 0.24), 0 0 0 8px rgba(255, 255, 255, 0.72);
  transform: rotateY(-5deg) rotateX(1deg);
}

.grb-qr-stand-board::before {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 38px 38px 12px 12px;
  content: "";
  pointer-events: none;
}

.grb-qr-stand-print {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 15px 15px 12px;
  border: 1px solid rgba(6, 55, 125, 0.12);
  border-radius: 34px 34px 9px 9px;
  background: linear-gradient(180deg, #115bd8 0%, #0b4fc9 47%, #fff7ef 47%, #fff7ef 100%);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.16), 0 10px 20px rgba(13, 62, 125, 0.12);
  text-align: center;
}

.grb-qr-stand-logo {
  display: inline-flex;
  min-width: 124px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 9px;
  border-radius: 3px;
  background: #ffffff;
  color: #0a4da5;
  box-shadow: 0 5px 14px rgba(2, 34, 99, 0.18);
}

.grb-qr-stand-logo > i {
  color: #ffac00;
  font-size: 23px;
}

.grb-qr-stand-logo > span {
  display: grid;
  justify-items: start;
  line-height: 0.92;
  text-align: left;
}

.grb-qr-stand-logo strong,
.grb-qr-stand-logo b,
.grb-qr-stand-logo em {
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.grb-qr-stand-logo b { color: #ef7411; }
.grb-qr-stand-logo em { color: #0a4da5; }

.grb-qr-stand-pay-title {
  margin: 13px 0 12px;
  color: #ffffff;
  font-size: 43px;
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.grb-qr-stand-pay-title em {
  color: #81baff;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.08em;
}

.grb-qr-code {
  width: 210px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 22px rgba(7, 42, 101, 0.18);
}

.grb-qr-code svg {
  display: block;
  width: 100%;
  height: auto;
}

.grb-qr-stand-print-copy {
  margin-top: 13px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.grb-qr-stand-print-copy strong,
.grb-qr-stand-print-copy span {
  display: block;
}

.grb-qr-stand-print-copy b {
  color: #f06d10;
}

.grb-qr-stand-print-copy em {
  color: #095dcf;
  font-style: normal;
}

.grb-qr-stand-print-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 11px 0 9px;
}

.grb-qr-stand-print-rule span {
  width: 54px;
  height: 2px;
  background: #f36e13;
}

.grb-qr-stand-print-rule i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f36e13;
}

.grb-qr-stand-print-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.grb-qr-stand-print-socials span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 6px 12px rgba(37, 52, 86, 0.2);
}

.grb-qr-stand-print-socials .is-google { background: #ffffff; color: #4285f4; }
.grb-qr-stand-print-socials .is-youtube { background: #ef2228; }
.grb-qr-stand-print-socials .is-facebook { background: #2478dc; }
.grb-qr-stand-print-socials .is-instagram { background: linear-gradient(135deg, #f7bc63, #df2476 58%, #5037d2); }

.grb-qr-stand-print-powered {
  display: block;
  margin-top: 8px;
  color: #34404d;
  font-size: 8px;
}

.grb-qr-stand-print-powered strong {
  margin-left: 3px;
  color: #0b5bd4;
  font-size: 9px;
}

.grb-qr-stand-foot {
  position: relative;
  z-index: 1;
  width: 96%;
  height: 78px;
  margin: -19px auto 0;
  border: 8px solid #e8f0f7;
  border-top: 0;
  border-radius: 0 0 44px 44px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 43%, #d4e0eb 100%);
  box-shadow: 0 25px 32px rgba(11, 61, 119, 0.22), inset 0 -10px 14px rgba(66, 98, 130, 0.1);
  transform: perspective(600px) rotateX(8deg);
}

.grb-qr-stand-foot::before {
  position: absolute;
  top: 13px;
  right: 18%;
  left: 18%;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}

.grb-qr-stand-visual::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  height: 410px;
  border: 1px dashed rgba(6, 117, 201, 0.24);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.grb-qr-stand-shell {
  position: relative;
  z-index: 2;
  width: min(300px, 70%);
  padding: 9px;
  border: 6px solid #f0f5fb;
  border-radius: 31px 31px 12px 12px;
  background: #ffffff;
  box-shadow: 0 28px 45px rgba(11, 61, 119, 0.22), 0 0 0 1px rgba(6, 117, 201, 0.1);
  transform: perspective(1000px) rotateY(-5deg) rotateX(1deg);
}

.grb-qr-stand-shell::before {
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 24px 24px 8px 8px;
  content: "";
  pointer-events: none;
}

.grb-qr-stand-shell img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px 22px 7px 7px;
}

.grb-qr-stand-base {
  position: relative;
  z-index: 1;
  width: min(350px, 80%);
  height: 58px;
  margin-top: -9px;
  border: 6px solid #edf3fa;
  border-top: 0;
  border-radius: 0 0 36px 36px;
  background: linear-gradient(180deg, #ffffff 0%, #dce7f1 100%);
  box-shadow: 0 22px 28px rgba(11, 61, 119, 0.2), inset 0 -8px 12px rgba(66, 98, 130, 0.1);
  transform: perspective(500px) rotateX(9deg);
}

.grb-qr-stand-visual::after {
  position: absolute;
  right: 16%;
  bottom: 35px;
  left: 16%;
  height: 30px;
  border-radius: 50%;
  background: rgba(5, 43, 91, 0.18);
  content: "";
  filter: blur(12px);
}

.grb-qr-stand-orbit {
  position: absolute;
  z-index: 3;
  inset: 25px 0 52px;
  pointer-events: none;
}

.grb-qr-stand-orbit-item {
  position: absolute;
  display: grid;
  width: 82px;
  justify-items: center;
  gap: 6px;
  color: var(--grb-blue-dark);
  text-align: center;
}

.grb-qr-stand-orbit-item i {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: linear-gradient(145deg, #0e78ca, #073277);
  color: #ffd02a;
  font-size: 20px;
  box-shadow: 0 9px 18px rgba(6, 73, 145, 0.25), 0 0 0 4px rgba(6, 117, 201, 0.08);
}

.grb-qr-stand-orbit-item small {
  color: #45627d;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
}

.grb-qr-stand-orbit-payment { top: 76px; left: 2px; }
.grb-qr-stand-orbit-review { top: 20px; right: 3px; }
.grb-qr-stand-orbit-page { bottom: 63px; left: 4px; }
.grb-qr-stand-orbit-social { right: 0; bottom: 40px; }

.grb-qr-stand-free-badge {
  position: absolute;
  z-index: 4;
  bottom: 19px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 138, 0, 0.4);
  border-radius: 999px;
  background: #fff7ed;
  color: #b25700;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(255, 138, 0, 0.13);
}

.grb-qr-stand-content {
  position: relative;
  z-index: 1;
}

.grb-qr-stand-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(6, 117, 201, 0.16);
  border-radius: 999px;
  background: #eef8ff;
  color: var(--grb-blue-dark);
  font-size: 12px;
  font-weight: 900;
}

.grb-qr-stand-content h2 {
  max-width: 650px;
  margin: 18px 0 14px;
  color: var(--grb-blue-dark);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.08;
}

.grb-qr-stand-content > p {
  max-width: 650px;
  margin: 0;
  color: var(--grb-muted);
  font-size: 17px;
  line-height: 1.65;
}

.grb-qr-stand-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 27px;
}

.grb-qr-stand-option {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 76px;
  padding: 12px;
  border: 1px solid var(--grb-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(9, 63, 125, 0.07);
}

.grb-qr-stand-option-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #e8f5ff;
  color: #0874c5;
  font-size: 19px;
}

.grb-qr-stand-option-icon.is-orange { background: #fff0dd; color: #ed8500; }
.grb-qr-stand-option-icon.is-blue { background: #e9efff; color: #3d5fd2; }
.grb-qr-stand-option-icon.is-pink { background: #ffeaf5; color: #d22a88; }

.grb-qr-stand-option strong,
.grb-qr-stand-option div > span {
  display: block;
}

.grb-qr-stand-option strong {
  color: var(--grb-blue-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.grb-qr-stand-option div > span {
  margin-top: 4px;
  color: var(--grb-muted);
  font-size: 11px;
  line-height: 1.25;
}

.grb-qr-stand-offer {
  display: grid;
  gap: 5px;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 138, 0, 0.3);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff8ef, #ffffff);
}

.grb-qr-stand-offer strong {
  color: #b25700;
  font-size: 16px;
  font-weight: 900;
}

.grb-qr-stand-offer strong i {
  margin-right: 6px;
}

.grb-qr-stand-offer span {
  color: #7b6a58;
  font-size: 13px;
  line-height: 1.45;
}

.grb-qr-stand-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .grb-qr-stand-grid {
    grid-template-columns: minmax(270px, 0.82fr) minmax(0, 1.18fr);
    gap: 38px;
  }

  .grb-qr-stand-visual {
    min-height: 540px;
  }

  .grb-qr-stand-shell {
    width: min(260px, 76%);
  }

  .grb-qr-stand-product {
    width: min(340px, 86%);
  }

  .grb-qr-stand-base {
    width: min(305px, 86%);
  }

  .grb-qr-stand-orbit-item {
    transform: scale(0.9);
  }

  .grb-qr-stand-options {
    gap: 9px;
  }
}

@media (max-width: 767px) {
  .grb-qr-stand-section {
    padding: 62px 0 70px;
  }

  .grb-qr-stand-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .grb-qr-stand-visual {
    min-height: 550px;
  }

  .grb-qr-stand-shell {
    width: min(260px, 64vw);
  }

  .grb-qr-stand-product {
    width: min(360px, 76vw);
  }

  .grb-qr-stand-base {
    width: min(304px, 75vw);
  }

  .grb-qr-stand-orbit {
    inset: 20px 2px 48px;
  }

  .grb-qr-stand-orbit-item {
    transform: scale(0.82);
  }

  .grb-qr-stand-orbit-payment { left: -8px; }
  .grb-qr-stand-orbit-review { right: -8px; }
  .grb-qr-stand-orbit-page { left: -8px; }
  .grb-qr-stand-orbit-social { right: -8px; }

  .grb-qr-stand-free-badge {
    bottom: 12px;
  }

  .grb-qr-stand-content h2 {
    font-size: clamp(30px, 9vw, 43px);
  }

  .grb-qr-stand-content > p {
    font-size: 16px;
  }

  .grb-qr-stand-options {
    grid-template-columns: 1fr;
  }
}

.website-page .grb-hero {
  background:
    linear-gradient(115deg, rgba(7, 70, 134, 0.98), rgba(6, 117, 201, 0.92)),
    linear-gradient(45deg, rgba(255, 138, 0, 0.28), transparent 50%);
}

.google-profile-page .grb-section-plan-cta,
.google-profile-page .gpr-card-plan-cta,
.google-profile-page .gpr-results-cta-actions .grb-btn-primary {
  min-height: 50px;
  min-width: 190px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.15;
  box-shadow: 0 16px 32px rgba(239, 105, 0, 0.28);
}

.google-profile-page .grb-section-plan-cta,
.google-profile-page .gpr-card-plan-cta {
  gap: 9px;
}

.google-profile-page .gpr-card-plan-cta {
  width: 100%;
  margin-top: 18px;
}

.google-profile-page .gpr-proof-open > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  max-width: calc(100% - 24px);
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.google-profile-page .gpr-report-action {
  min-height: 48px!important;
  padding: 11px 15px!important;
  border-radius: 10px!important;
  font-size: 12px!important;
}

.google-profile-page .gpr-results-showcase.is-public-report .gpr-public-report-plan-cta {
  min-height: 48px;
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, var(--grb-orange), var(--grb-orange-dark));
  box-shadow: 0 14px 28px rgba(239, 105, 0, 0.24);
}

.google-profile-page .gpr-results-showcase.is-public-report .gpr-public-report-plan-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--grb-orange), var(--grb-orange-dark));
}

.grb-hero .container {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 42px;
  padding-top: 48px;
  padding-bottom: 54px;
}

.google-profile-page .grb-hero .container {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
}

.grb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.grb-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(34px, 4.7vw, 62px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0;
}

.grb-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.7;
}

.grb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.grb-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
  max-width: 720px;
}

.grb-proof {
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.grb-proof strong {
  display: block;
  font-size: 20px;
}

.grb-proof span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.grb-hero-panel {
  background: #ffffff;
  color: var(--grb-ink);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 28px 70px rgba(7, 38, 82, 0.28);
}

.grb-smart-visual {
  position: relative;
  background: #ffffff;
  color: var(--grb-ink);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 30px 70px rgba(5, 32, 75, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.grb-smart-visual::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.72), rgba(255, 255, 255, 0.08));
  opacity: 0.55;
}

.grb-smart-preview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--grb-line);
}

.grb-smart-preview-head > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.grb-preview-logo {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--grb-blue), var(--grb-blue-dark));
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(6, 117, 201, 0.22);
}

.grb-preview-logo i {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}

.grb-smart-preview-head strong,
.grb-smart-preview-head span:not(.grb-preview-logo):not(.grb-badge) {
  display: block;
}

.grb-smart-preview-head strong {
  color: var(--grb-blue-dark);
  font-size: 19px;
  font-weight: 800;
}

.grb-smart-preview-head span:not(.grb-preview-logo):not(.grb-badge) {
  color: var(--grb-muted);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 4px;
}

.grb-smart-preview-body {
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  margin-top: 18px;
}

.grb-smart-qr {
  position: relative;
  min-height: 158px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #d8eaf7;
  background:
    linear-gradient(90deg, rgba(9, 63, 125, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(9, 63, 125, 0.12) 1px, transparent 1px),
    #f8fbff;
  background-size: 18px 18px;
}

.grb-smart-qr span {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 10px solid var(--grb-blue-dark);
  border-radius: 6px;
  background: #ffffff;
}

.grb-smart-qr span:nth-child(1) {
  top: 18px;
  left: 18px;
}

.grb-smart-qr span:nth-child(2) {
  top: 18px;
  right: 18px;
}

.grb-smart-qr span:nth-child(3) {
  bottom: 18px;
  left: 18px;
}

.grb-smart-qr span:nth-child(4) {
  right: 26px;
  bottom: 28px;
  width: 28px;
  height: 28px;
  border-width: 8px;
  border-color: var(--grb-orange);
}

.grb-smart-qr strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  white-space: nowrap;
  padding: 7px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--grb-blue-dark);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(9, 63, 125, 0.12);
}

.grb-smart-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.grb-smart-review-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  border: 1px solid var(--grb-line);
}

.grb-smart-review-card i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  border-radius: 50%;
  background: #ffffff;
  color: #4285f4;
  font-size: 24px;
  box-shadow: inset 0 0 0 2px #e6edf5;
}

.grb-smart-review-card strong,
.grb-smart-review-card span {
  display: block;
}

.grb-smart-review-card strong {
  color: var(--grb-blue-dark);
  font-weight: 800;
}

.grb-smart-review-card span {
  color: var(--grb-muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
}

.grb-smart-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.grb-smart-action-grid span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 12px;
  background: #eef7ff;
  color: var(--grb-blue);
  font-size: 12px;
  font-weight: 800;
}

.grb-smart-action-grid i {
  color: var(--grb-orange-dark);
  font-size: 15px;
}

.grb-smart-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff7ed;
  border: 1px solid rgba(255, 138, 0, 0.32);
}

.grb-smart-payment span,
.grb-smart-payment strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.grb-smart-payment span {
  color: #8a4b05;
  font-size: 13px;
  font-weight: 800;
}

.grb-smart-payment strong {
  color: var(--grb-blue-dark);
  font-size: 13px;
}

.grb-smart-split {
  margin-top: 14px;
}

/* Smart Page hero showcase */
.grb-smart-showcase {
  position: relative;
  min-height: 550px;
  overflow: visible;
  isolation: isolate;
}

.grb-smart-showcase::before {
  position: absolute;
  right: 5%;
  bottom: 34px;
  left: 5%;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(38, 193, 255, 0.34), transparent 68%);
  content: "";
  filter: blur(5px);
  pointer-events: none;
}

.grb-smart-showcase::after {
  position: absolute;
  right: 4%;
  bottom: 49px;
  left: 4%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.12), 0 20px 0 rgba(255, 255, 255, 0.06);
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.grb-smart-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid rgba(107, 222, 255, 0.55);
  box-shadow: 0 0 36px rgba(45, 183, 255, 0.35), inset 0 0 36px rgba(45, 183, 255, 0.13);
  pointer-events: none;
}

.grb-smart-glow-one {
  top: 28px;
  left: 50%;
  width: 370px;
  height: 370px;
  transform: translateX(-50%);
}

.grb-smart-glow-two {
  top: 78px;
  left: 50%;
  width: 470px;
  height: 470px;
  transform: translateX(-50%);
  opacity: 0.3;
}

.grb-smart-callout {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 145px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  text-align: center;
}

.grb-smart-callout::after {
  position: absolute;
  top: 44px;
  width: 88px;
  border-top: 2px dashed rgba(210, 246, 255, 0.82);
  content: "";
  transform: translateY(-50%);
}

.grb-smart-callout-payment,
.grb-smart-callout-reviews {
  left: 0;
}

.grb-smart-callout-payment::after,
.grb-smart-callout-reviews::after {
  right: -60px;
}

.grb-smart-callout-website,
.grb-smart-callout-social {
  right: 0;
}

.grb-smart-callout-website::after,
.grb-smart-callout-social::after {
  left: -60px;
}

.grb-smart-callout-payment,
.grb-smart-callout-website {
  top: 160px;
}

@media (min-width: 768px) {
  .grb-smart-callout-payment,
  .grb-smart-callout-reviews {
    left: -24px;
  }

  .grb-smart-callout-website,
  .grb-smart-callout-social {
    right: -24px;
  }
}

.grb-smart-callout-reviews,
.grb-smart-callout-social {
  bottom: 83px;
}

.grb-smart-callout-icon {
  display: inline-flex;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  align-items: center;
  justify-content: center;
  border: 2px solid #9ce8ff;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #1179cd, #031760 70%);
  color: #ffd129;
  font-size: 35px;
  box-shadow: 0 0 0 7px rgba(43, 198, 255, 0.08), 0 0 30px rgba(43, 198, 255, 0.48);
}

.grb-smart-callout strong,
.grb-smart-callout > span:last-child {
  display: block;
}

.grb-smart-callout strong {
  margin-top: 11px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
}

.grb-smart-callout > span:last-child {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  line-height: 1.3;
}

.grb-smart-phone {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  width: 222px;
  height: 500px;
  padding: 9px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 47px;
  background: linear-gradient(145deg, #eef8ff 0%, #172c46 8%, #030d1c 46%, #0c2945 100%);
  box-shadow: 0 32px 54px rgba(0, 12, 56, 0.56), 0 0 0 5px rgba(1, 18, 56, 0.36), 0 0 38px rgba(47, 199, 255, 0.38);
  transform: translateX(-50%);
}

.grb-smart-phone::before {
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 41px;
  content: "";
  pointer-events: none;
}

.grb-smart-phone-button {
  position: absolute;
  left: -4px;
  width: 3px;
  border-radius: 4px 0 0 4px;
  background: #6f9ab9;
  box-shadow: 0 0 4px rgba(135, 219, 255, 0.7);
}

.grb-smart-phone-button-top {
  top: 126px;
  height: 49px;
}

.grb-smart-phone-button-bottom {
  top: 190px;
  height: 74px;
}

.grb-smart-phone-speaker {
  position: absolute;
  z-index: 5;
  top: 17px;
  left: 50%;
  width: 88px;
  height: 22px;
  border-radius: 999px;
  background: #020711;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(255, 255, 255, 0.22);
  transform: translateX(-50%);
}

.grb-smart-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 38px 14px 10px;
  border: 1px solid rgba(116, 210, 255, 0.6);
  border-radius: 36px;
  background: linear-gradient(155deg, #0d4eb1 0%, #073e9c 40%, #071e6e 100%);
  color: #102033;
  box-shadow: inset 0 0 30px rgba(0, 13, 82, 0.36);
}

.grb-smart-screen::before {
  position: absolute;
  top: -100px;
  right: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(43, 207, 255, 0.21);
  content: "";
  filter: blur(2px);
  pointer-events: none;
}

.grb-smart-status-bar {
  position: absolute;
  top: 13px;
  right: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.94);
  font-size: 10px;
  font-weight: 800;
}

.grb-smart-status-icons {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
}

.grb-smart-brandmark {
  position: relative;
  z-index: 1;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffb000, #ef3e1b 62%, #e02b13);
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 139, 0, 0.12), 0 7px 17px rgba(255, 117, 0, 0.34);
}

.grb-smart-brandmark span {
  font-size: 13px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.grb-smart-screen h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.grb-hero .grb-smart-tagline {
  position: relative;
  z-index: 1;
  margin: 3px 0 8px;
  color: #dfeaff;
  font-size: 9px;
  line-height: 1.25;
  text-align: center;
}

.grb-smart-phone-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(206, 229, 255, 0.9);
  border-radius: 12px;
  background: linear-gradient(155deg, #ffffff, #f2f6fc);
  box-shadow: 0 7px 14px rgba(3, 17, 72, 0.15);
}

.grb-smart-phone-review-card {
  display: block;
  padding: 5px 8px 4px;
}

.grb-smart-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: #14396d;
  font-size: 9px;
  font-weight: 900;
}

.grb-smart-card-heading span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.grb-smart-card-heading i {
  color: #4285f4;
  font-size: 12px;
}

.grb-smart-card-heading strong {
  color: #ed8b00;
  font-size: 10px;
}

.grb-smart-stars {
  display: flex;
  gap: 2px;
  margin-top: 2px;
  color: #ffb000;
  font-size: 11px;
}

.grb-smart-card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3px;
  padding: 3px 5px;
  border-radius: 6px;
  background: #eef5ff;
  color: #0961ad;
  font-size: 8px;
  font-weight: 900;
}

.grb-smart-payment-card {
  margin-top: 5px;
  padding: 6px 8px 2px;
}

.grb-smart-card-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px;
  color: #142f59;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.grb-smart-card-title small {
  color: #6c7789;
  font-size: 8px;
  font-weight: 700;
  white-space: nowrap;
}

.grb-smart-payment-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 11px;
  gap: 6px;
  align-items: center;
  min-height: 22px;
  border-top: 1px solid #e2eaf4;
  color: #1c2c43;
  font-size: 10px;
}

.grb-smart-payment-row:first-of-type {
  margin-top: 4px;
}

.grb-smart-payment-row > i:first-child {
  color: #0b70c2;
  font-size: 14px;
  text-align: center;
}

.grb-smart-payment-row > i:last-child {
  color: #7d8b9c;
  font-size: 10px;
}

.grb-smart-social-card {
  margin-top: 5px;
  padding: 6px 8px;
}

.grb-smart-social-card strong,
.grb-smart-contact-card strong {
  display: block;
  color: #142f59;
  font-size: 9px;
  font-weight: 900;
}

.grb-smart-social-card > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 3px;
}

.grb-smart-social-card > div > span {
  display: inline-flex;
  min-height: 19px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
}

.grb-smart-social-instagram { background: linear-gradient(135deg, #fdc468, #df2476 58%, #5437d5); }
.grb-smart-social-facebook { background: #1877f2; }
.grb-smart-social-youtube { background: #ff1d25; }
.grb-smart-social-more { background: #0b61c3; font-size: 7px !important; }

.grb-smart-contact-card {
  margin-top: 5px;
  padding: 6px 8px;
}

.grb-smart-contact-card > span {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: #66758a;
  font-size: 9px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grb-smart-contact-address {
  margin-top: 2px !important;
  color: #718096 !important;
  font-size: 8.5px !important;
}

.grb-smart-contact-card i {
  color: #0a6fc0;
}

.grb-smart-showcase-label {
  position: absolute;
  z-index: 4;
  bottom: -28px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: calc(100% - 30px);
  padding: 8px 12px;
  border: 1px solid rgba(179, 236, 255, 0.55);
  border-radius: 999px;
  background: rgba(3, 42, 110, 0.62);
  color: #e8fbff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

@media (max-width: 1100px) and (min-width: 992px) {
  .grb-smart-callout {
    width: 132px;
  }

  .grb-smart-callout-icon {
    width: 76px;
    height: 76px;
    flex-basis: 76px;
    font-size: 28px;
  }

  .grb-smart-callout strong {
    margin-top: 8px;
    font-size: 12px;
  }

  .grb-smart-callout > span:last-child {
    font-size: 9px;
  }

  .grb-smart-phone {
    top: 0;
    width: 208px;
    height: 478px;
  }
}

@media (max-width: 767px) {
  .grb-smart-showcase {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: 0;
    padding-bottom: 4px;
    overflow: visible;
  }

  .grb-smart-showcase::before,
  .grb-smart-showcase::after,
  .grb-smart-glow {
    display: none;
  }

  .grb-smart-phone {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    width: min(73vw, 260px);
    height: 500px;
    transform: none;
  }

  .grb-smart-callout {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: grid;
    grid-template-rows: auto auto;
    width: auto;
    min-height: 74px;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 7px;
    padding: 8px;
    border: 1px solid rgba(166, 231, 255, 0.74);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(4, 35, 104, 0.9), rgba(6, 105, 184, 0.74));
    box-shadow: 0 14px 30px rgba(1, 26, 83, 0.33), inset 0 0 18px rgba(103, 212, 255, 0.11);
    text-align: left;
  }

  .grb-smart-callout::after {
    display: none;
  }

  .grb-smart-callout-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
    flex-basis: 42px;
    grid-row: 1 / span 2;
    box-shadow: 0 0 0 4px rgba(43, 198, 255, 0.08), 0 0 16px rgba(43, 198, 255, 0.42);
  }

  .grb-smart-callout strong {
    margin-top: 0;
    grid-column: 2;
    font-size: 10px;
  }

  .grb-smart-callout > span:last-child {
    grid-column: 2;
    font-size: 8px;
  }

  .grb-smart-callout-payment { grid-column: 1; grid-row: 2; }
  .grb-smart-callout-website { grid-column: 2; grid-row: 2; }
  .grb-smart-callout-reviews { grid-column: 1; grid-row: 3; }
  .grb-smart-callout-social { grid-column: 2; grid-row: 3; }

  .grb-smart-showcase-label {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-column: 1 / -1;
    grid-row: 4;
    justify-self: center;
    margin-top: 2px;
    transform: none;
  }
}

@media (max-width: 480px) {
  .grb-smart-phone {
    width: 226px;
    height: 484px;
    padding: 7px;
    border-radius: 39px;
  }

  .grb-smart-phone-speaker {
    top: 13px;
    width: 73px;
    height: 18px;
  }

  .grb-smart-screen {
    padding: 36px 11px 4px;
    border-radius: 30px;
  }

  .grb-smart-status-bar {
    top: 10px;
    right: 12px;
    left: 12px;
  }

  .grb-smart-brandmark {
    width: 42px;
    height: 42px;
  }

  .grb-smart-screen h3 {
    font-size: 21px;
  }

  .grb-hero .grb-smart-tagline {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .grb-smart-phone-review-card,
  .grb-smart-payment-card,
  .grb-smart-social-card,
  .grb-smart-contact-card {
    border-radius: 10px;
  }

  .grb-smart-payment-row {
    min-height: 21px;
    font-size: 9px;
  }

  .grb-smart-payment-card {
    padding-top: 7px;
  }

  .grb-smart-card-title {
    font-size: 11px;
  }

  .grb-smart-card-title small {
    font-size: 7.5px;
  }

  .grb-smart-social-card > div {
    gap: 4px;
    margin-top: 3px;
  }

  .grb-smart-contact-card > span {
    font-size: 8px;
  }
}

.grb-profile-visual {
  position: relative;
  background: #ffffff;
  color: var(--grb-ink);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 30px 70px rgba(5, 32, 75, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.grb-profile-visual::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.8), rgba(255, 255, 255, 0.08));
  opacity: 0.55;
}

.grb-website-visual {
  position: relative;
  min-height: 430px;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  color: var(--grb-ink);
  box-shadow: 0 30px 70px rgba(5, 32, 75, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.grb-website-visual::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.78), rgba(255, 255, 255, 0.08));
  opacity: 0.55;
}

.grb-website-visual img {
  display: block;
  width: 100%;
  max-height: 410px;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid var(--grb-line);
  background: #f8fbff;
}

.grb-website-browser {
  overflow: hidden;
  min-height: 360px;
  border-radius: 18px;
  border: 1px solid var(--grb-line);
  background: #f8fbff;
}

.grb-browser-top {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  background: #eef7ff;
  border-bottom: 1px solid var(--grb-line);
}

.grb-browser-top strong {
  margin-left: auto;
  color: var(--grb-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

.grb-browser-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--grb-orange);
}

.grb-browser-top span:nth-child(2) {
  background: #facc15;
}

.grb-browser-top span:nth-child(3) {
  background: #22c55e;
}

.grb-browser-hero {
  display: grid;
  place-items: center;
  min-height: 172px;
  padding: 28px;
  text-align: center;
  background: linear-gradient(135deg, var(--grb-blue-dark), var(--grb-blue));
  color: #ffffff;
}

.grb-browser-hero small {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
}

.grb-browser-hero strong {
  display: block;
  max-width: 440px;
  font-size: 28px;
  font-weight: 900;
}

.grb-browser-hero span {
  display: block;
  max-width: 360px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

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

.grb-browser-grid span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  min-height: 92px;
  padding: 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid var(--grb-line);
  box-shadow: 0 10px 24px rgba(9, 63, 125, 0.08);
}

.grb-browser-grid i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef7ff;
  color: var(--grb-blue);
  font-size: 18px;
}

.grb-browser-grid strong {
  color: var(--grb-blue-dark);
  font-size: 14px;
  font-weight: 900;
}

.grb-browser-grid em {
  color: var(--grb-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.grb-website-stage-card {
  margin-top: 14px;
  padding: 15px;
  border-radius: 16px;
  background: #fff7ed;
  border: 1px solid rgba(255, 138, 0, 0.32);
}

.grb-website-stage-card strong {
  display: block;
  color: var(--grb-blue-dark);
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
}

.grb-website-stage-card div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.grb-website-stage-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px;
  border-radius: 10px;
  background: #ffffff;
  color: var(--grb-blue-dark);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.grb-search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--grb-line);
  border-radius: 999px;
  color: #516070;
  background: #f8fbff;
  font-weight: 600;
}

.grb-search-bar i {
  color: var(--grb-blue);
}

.grb-map-preview {
  position: relative;
  height: 178px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(6, 117, 201, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(6, 117, 201, 0.12) 1px, transparent 1px),
    linear-gradient(135deg, #e7f4ff, #fff7ed);
  background-size: 42px 42px, 42px 42px, auto;
  border: 1px solid #d8eaf7;
}

.grb-map-preview::after {
  content: "Google Maps Local Pack";
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: var(--grb-blue-dark);
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.78);
  padding: 7px 10px;
  border-radius: 999px;
}

.grb-map-pin {
  position: absolute;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
  background: var(--grb-orange);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(242, 106, 0, 0.24);
}

.grb-map-pin::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.grb-map-pin-1 {
  left: 54%;
  top: 24%;
}

.grb-map-pin-2 {
  left: 28%;
  top: 44%;
  background: var(--grb-blue);
}

.grb-map-pin-3 {
  left: 72%;
  top: 56%;
  background: var(--grb-blue-dark);
}

.grb-map-pin span,
.grb-map-pin {
  line-height: 1;
}

.grb-map-pin {
  font-size: 0;
}

.grb-map-pin::before {
  display: block;
  color: #ffffff;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 15px;
}

.grb-map-pin-1::before {
  content: "1";
}

.grb-map-pin-2::before {
  content: "2";
}

.grb-map-pin-3::before {
  content: "3";
}

.grb-business-card {
  margin: -28px 18px 0;
  position: relative;
  z-index: 2;
  background: #ffffff;
  border: 1px solid var(--grb-line);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 18px 42px rgba(9, 63, 125, 0.15);
}

.grb-business-card > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

.grb-google-dot {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #4285f4;
  font-weight: 900;
  box-shadow: inset 0 0 0 2px #e6edf5;
}

.grb-stars {
  color: #ffb300;
  margin-top: 10px;
  font-weight: 900;
}

.grb-stars span {
  color: var(--grb-muted);
  font-size: 13px;
  margin-left: 8px;
}

.grb-business-card p {
  color: var(--grb-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 8px 0 14px;
}

.grb-card-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.grb-card-actions span {
  text-align: center;
  background: #eef7ff;
  color: var(--grb-blue);
  border-radius: 10px;
  padding: 8px 6px;
  font-size: 12px;
  font-weight: 800;
}

.grb-included-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.grb-included-split div {
  border-radius: 14px;
  padding: 14px;
  background: #f6fbff;
  border: 1px solid #d8eaf7;
}

.grb-included-split div:last-child {
  background: #fff7ed;
  border-color: rgba(255, 138, 0, 0.32);
}

.grb-included-split strong,
.grb-included-split span {
  display: block;
}

.grb-included-split strong {
  color: var(--grb-blue-dark);
  font-size: 14px;
}

.grb-included-split span {
  color: var(--grb-muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
}

.grb-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  border-bottom: 1px solid var(--grb-line);
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.grb-panel-top h2 {
  margin: 0;
  font-size: 24px;
  color: var(--grb-blue-dark);
  font-weight: 800;
}

.grb-badge {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 8px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--grb-orange);
  font-size: 12px;
  font-weight: 800;
}

.grb-check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.grb-check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  color: #22344a;
  line-height: 1.45;
}

.grb-check-list li::before {
  content: "\2713";
  flex: 0 0 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 138, 0, 0.16);
  color: var(--grb-orange-dark);
  font-weight: 900;
}

.grb-section {
  padding: 78px 0;
}

.grb-section-soft {
  background: var(--grb-soft);
}

.grb-section-head {
  max-width: 850px;
  margin: 0 auto 36px;
  text-align: center;
}

.grb-section-head h2 {
  color: var(--grb-blue-dark);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  margin-bottom: 12px;
}

.grb-section-head p {
  color: var(--grb-muted);
  font-size: 17px;
  line-height: 1.65;
}

.grb-related-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f9fe 100%),
    radial-gradient(circle at 90% 15%, rgba(255, 138, 0, 0.14), transparent 32%);
}

.grb-related-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(282px, calc((100% - 32px) / 3));
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 16px;
  scrollbar-width: thin;
}

.grb-related-card {
  position: relative;
  min-height: 226px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  scroll-snap-align: start;
  padding: 22px 22px 20px;
  border: 1px solid #d8e8f8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.07);
  color: var(--grb-ink);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.grb-related-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.grb-related-card:nth-child(even) {
  background: #fffaf4;
  border-color: rgba(255, 138, 0, 0.3);
}

.grb-related-card:hover {
  transform: translateY(-3px);
  border-color: var(--grb-orange);
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.12);
}

.grb-related-label {
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid rgba(6, 117, 201, 0.18);
  border-radius: 999px;
  background: #eef7ff;
  color: var(--grb-blue-dark);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.grb-related-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  border-radius: 14px;
  background: #fff1e1;
  color: var(--grb-orange-dark);
  font-size: 20px;
}

.grb-related-card strong {
  display: block;
  margin-top: 18px;
  color: var(--grb-blue-dark);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 950;
}

.grb-related-copy {
  display: block;
  margin-top: 10px;
  color: var(--grb-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.grb-related-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--grb-blue);
  font-size: 14px;
  font-weight: 950;
}

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

.grb-grid-5 {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grb-feature {
  background: #ffffff;
  border: 1px solid var(--grb-line);
  border-radius: 14px;
  padding: 22px;
  min-height: 176px;
  box-shadow: 0 14px 38px rgba(9, 63, 125, 0.07);
}

.grb-feature-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 138, 0, 0.12);
  color: var(--grb-orange-dark);
  font-size: 23px;
  margin-bottom: 14px;
}

.grb-feature h3 {
  font-size: 19px;
  color: var(--grb-blue-dark);
  font-weight: 800;
  margin-bottom: 9px;
}

.grb-feature p {
  color: var(--grb-muted);
  line-height: 1.62;
  margin: 0;
}

.grb-offer-band {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  border: 1px solid rgba(255, 138, 0, 0.28);
  border-radius: 18px;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  box-shadow: 0 18px 44px rgba(242, 106, 0, 0.1);
}

.grb-offer-band h2 {
  color: var(--grb-blue-dark);
  font-weight: 800;
  margin: 0 0 8px;
}

.grb-smart-bundle-offer {
  position: relative;
  overflow: hidden;
}

.grb-smart-bundle-offer::after {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 138, 0, 0.09);
  content: "";
  pointer-events: none;
}

.grb-bundle-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 138, 0, 0.24);
  border-radius: 999px;
  color: var(--grb-orange-dark);
  background: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.grb-bundle-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 9px;
  min-width: 270px;
}

.grb-bundle-actions a {
  justify-content: center;
  width: 100%;
  text-align: center;
}

.grb-trial-pricing-note {
  border-color: rgba(255, 138, 0, 0.28);
  background: linear-gradient(135deg, #fff8ee, #ffffff);
}

.grb-pricing-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 14px;
  background: linear-gradient(135deg, #f0fdf4, #ffffff);
  box-shadow: 0 14px 34px rgba(9, 63, 125, 0.07);
}

.grb-pricing-note strong,
.grb-pricing-note p {
  display: block;
}

.grb-pricing-note strong {
  color: var(--grb-blue-dark);
  font-size: 18px;
  font-weight: 800;
  margin-top: 6px;
}

.grb-pricing-note p {
  color: var(--grb-muted);
  line-height: 1.58;
  margin: 5px 0 0;
}

.grb-current-plan-note {
  border-color: rgba(6, 117, 201, 0.18);
  background: linear-gradient(135deg, #eef7ff, #ffffff);
}

.grb-mini-label {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff1dd;
  border: 1px solid rgba(255, 138, 0, 0.24);
  color: var(--grb-blue-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.grb-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.grb-pricing-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

#pricing {
  scroll-margin-top: 104px;
}

.grb-plan {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--grb-line);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(9, 63, 125, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.grb-plan.is-featured {
  border: 2px solid var(--grb-orange);
  box-shadow: 0 24px 58px rgba(255, 138, 0, 0.16);
}

.grb-plan.is-current-plan {
  border-color: rgba(34, 197, 94, 0.42);
  box-shadow: 0 20px 46px rgba(34, 197, 94, 0.12);
}

.grb-plan-head {
  position: relative;
  min-height: 136px;
  padding: 24px 24px 20px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  border-bottom: 1px solid var(--grb-line);
}

.smart-link-page .grb-plan-head {
  min-height: 150px;
}

.grb-plan.is-featured .grb-plan-head {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
}

.grb-plan-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 32px;
  margin-bottom: 12px;
}

.grb-plan-badge {
  position: static;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  background: #eef7ff;
  color: var(--grb-blue-dark);
  border: 1px solid rgba(6, 117, 201, 0.18);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  border-radius: 9px;
  padding: 8px 10px;
  margin-bottom: 12px;
  box-shadow: 0 8px 18px rgba(9, 63, 125, 0.06);
}

.grb-plan-badges .grb-plan-badge {
  margin-bottom: 0;
}

.grb-plan-badge-free {
  background: #fff3e2;
  color: #c25700;
  border-color: rgba(255, 138, 0, 0.32);
}

.grb-plan-badge-discount {
  background: #fff3e2;
  color: #c25700;
  border-color: rgba(255, 138, 0, 0.32);
}

.grb-plan-badge-stand {
  gap: 6px;
  margin-left: auto;
  min-height: 36px;
  padding: 9px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff3c4 0%, #e7fbef 48%, #eaf6ff 100%);
  color: #065f46;
  border-color: rgba(22, 163, 74, 0.38);
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(22, 163, 74, 0.15);
}

.grb-plan-badge-stand:hover,
.grb-plan-badge-stand:focus {
  color: #064e3b;
  border-color: rgba(255, 138, 0, 0.38);
  background: linear-gradient(135deg, #ffe8a3 0%, #dcfce7 48%, #dff1ff 100%);
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(255, 138, 0, 0.16);
}

.grb-plan h3 {
  color: var(--grb-blue-dark);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  padding-right: 0;
  margin: 0 0 8px;
  line-height: 1.25;
}

.grb-plan-duration {
  color: var(--grb-muted);
  min-height: 24px;
  font-weight: 500;
}

.grb-offer-countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 16px 24px 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 138, 0, 0.26);
  border-radius: 12px;
  background: #fff7ed;
  color: #8a3a00;
  font-size: 12px;
  font-weight: 800;
}

.grb-offer-countdown strong {
  min-width: 74px;
  padding: 6px 8px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--grb-orange);
  font-size: 14px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.grb-price {
  margin: 24px 24px 16px;
  color: var(--grb-blue);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  min-height: 44px;
}

.grb-price.is-price-label {
  font-size: 34px;
  color: var(--grb-blue);
}

.grb-saving-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 10px;
  margin: -4px 24px 16px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 138, 0, 0.28);
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  box-shadow: 0 10px 24px rgba(9, 63, 125, 0.06);
}

.grb-saving-strip strong {
  color: #c25700;
  font-size: 13px;
  font-weight: 900;
}

.grb-saving-strip span {
  color: var(--grb-blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.grb-checkout-coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: -4px 24px 16px;
  padding: 9px 11px;
  border: 1px solid #b9dcf6;
  border-radius: 12px;
  background: #f2f8ff;
  color: var(--grb-blue-dark);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(9, 63, 125, 0.05);
}

.grb-checkout-coupon:hover,
.grb-checkout-coupon:focus {
  color: var(--grb-blue-dark);
  border-color: #83c0ed;
  background: #edf7ff;
  text-decoration: none;
}

.grb-checkout-coupon span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.grb-checkout-coupon small {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 5px;
  color: #006db8;
  font-size: 10px;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
}

.grb-checkout-coupon small .grb-checkout-coupon-icon {
  display: inline-flex;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 121, 0, 0.13);
  color: #ff7900;
  font-size: 10px;
  line-height: 1;
}

.grb-checkout-coupon strong {
  padding-left: 20px;
  color: #003f7d;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
}

.grb-checkout-coupon.is-single-line {
  align-items: center;
  padding: 12px 14px;
}

.grb-checkout-coupon.is-single-line span {
  display: block;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}

.grb-checkout-coupon.is-single-line strong {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.grb-direct-order-chip.is-single-line strong b {
  color: var(--grb-orange-dark);
  font-weight: 950;
  white-space: nowrap;
}

.grb-checkout-coupon.is-single-line .grb-checkout-coupon-icon {
  display: inline-flex;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 121, 0, 0.13);
  color: #ff7900;
  font-size: 11px;
  line-height: 1;
}

.grb-checkout-coupon em {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: #ff7900;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.grb-plan-stand-offer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: -2px 24px 16px;
  padding: 13px 14px;
  border: 1px solid rgba(22, 163, 74, 0.34);
  border-radius: 14px;
  background: linear-gradient(135deg, #f0fff4 0%, #edf7ff 54%, #fff8e6 100%);
  color: #0d3b2a;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(9, 63, 125, 0.08);
}

.grb-plan-stand-offer:hover,
.grb-plan-stand-offer:focus {
  color: #0b3324;
  border-color: rgba(255, 138, 0, 0.36);
  background: linear-gradient(135deg, #e7fbef 0%, #e7f4ff 54%, #fff1c7 100%);
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(255, 138, 0, 0.12);
}

.grb-plan-stand-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #ffffff;
  color: #0b84d8;
  border: 1px solid rgba(11, 132, 216, 0.18);
  box-shadow: 0 8px 18px rgba(9, 63, 125, 0.08);
}

.grb-plan-stand-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.grb-plan-stand-copy strong {
  color: var(--grb-blue-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.grb-plan-stand-copy small {
  color: #4f657b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.grb-plan-section-title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin: 0 24px 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #eef7ff;
  color: var(--grb-blue-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.grb-plan-section-title i {
  color: var(--grb-blue);
  font-size: 14px;
  line-height: 1;
}

.grb-old-price {
  color: #7a8796;
  text-decoration: line-through;
  font-size: 15px;
  margin-left: 8px;
}

.grb-plan .grb-check-list {
  margin: 0 24px;
  padding-top: 2px;
}

.grb-plan .grb-check-list li {
  padding: 8px 0;
  color: #12263f;
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;
}

.grb-plan .grb-check-list li::before {
  flex-basis: 24px;
  min-width: 24px;
}

.grb-bonus {
  margin: 18px 24px 0;
  padding: 13px;
  border-radius: 12px;
  background: #ecfeff;
  border: 1px dashed #22c55e;
  color: #0b5f4c;
  font-size: 13px;
  font-weight: 700;
}

.grb-bonus-title {
  display: block;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.grb-bonus.is-add-on {
  background: #fff7ed;
  border-color: rgba(255, 138, 0, 0.44);
  color: #8a4b05;
}

.grb-bonus.is-add-on .grb-bonus-title {
  color: #c25a00;
}

.grb-software-panel {
  margin: 18px 24px 0;
  padding-top: 18px;
  border-top: 1px solid var(--grb-line);
}

.grb-software-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-left: 4px solid var(--grb-orange);
  border-radius: 0 12px 12px 0;
  background: #fff7ed;
  color: #a84d00;
}

.grb-software-panel.is-add-on .grb-software-heading {
  border-left-color: var(--grb-orange);
  background: #fff7ed;
  color: #a84d00;
}

.grb-software-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  border-radius: 8px;
  background: #ffffff;
  color: #c25700;
  box-shadow: inset 0 0 0 1px rgba(255, 138, 0, 0.24);
}

.grb-software-panel.is-add-on .grb-software-icon {
  background: #fff7ed;
  color: #a84d00;
  box-shadow: inset 0 0 0 1px rgba(255, 138, 0, 0.22);
}

.grb-software-heading strong {
  display: block;
}

.grb-software-heading strong {
  color: var(--grb-blue-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.grb-software-panel p {
  color: var(--grb-muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 10px 0 0;
}

.grb-software-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.grb-software-list li {
  position: relative;
  padding: 7px 0 7px 27px;
  color: #12263f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.42;
}

.grb-software-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 138, 0, 0.16);
  color: var(--grb-orange-dark);
  font-size: 13px;
  font-weight: 900;
}

.grb-software-list.is-empty li::before {
  content: "\2139";
  background: #fff7ed;
  color: #c25a00;
}

.grb-software-empty {
  margin-top: 10px;
  color: #7a4a12;
  font-size: 13px;
  font-weight: 700;
}

.grb-software-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  color: var(--grb-blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.grb-software-link:hover {
  color: var(--grb-blue-dark);
  text-decoration: underline;
}

.grb-plan-actions {
  display: grid;
  gap: 12px;
  margin: auto 24px 24px;
  padding-top: 20px;
}

.grb-plan-actions .grb-btn-primary,
.grb-plan-actions .grb-btn-outline {
  width: 100%;
  margin: 0;
  text-align: center;
  text-decoration: none;
}

.grb-plan-actions .grb-checkout-coupon {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.grb-plan .grb-plan-action-muted {
  border-color: #d7e1ec;
  background: #f5f8fb;
  color: #4f5f72;
  box-shadow: none;
}

.website-plan .grb-plan-head {
  min-height: 188px;
}

.grb-plan-delivery {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
  margin-top: 10px;
  color: #36556f;
}

.grb-plan-delivery i {
  flex: 0 0 auto;
  color: #008f68;
  font-size: 18px;
}

.grb-plan-delivery span {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.grb-plan-delivery small {
  color: #60768a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.grb-plan-delivery strong {
  color: #123a57;
  font-size: 13px;
  line-height: 1.25;
}

.grb-stage-panel {
  display: grid;
  gap: 7px;
  margin: 18px 24px 0;
  padding: 13px;
  border-radius: 12px;
  background: #fff7ed;
  border: 1px solid rgba(255, 138, 0, 0.34);
}

.grb-stage-panel strong {
  color: var(--grb-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

.grb-stage-panel span {
  display: block;
  color: #7a3e00;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.grb-stage-panel .grb-stage-note {
  margin-top: 4px;
  padding-top: 7px;
  border-top: 1px solid rgba(255, 138, 0, 0.26);
  color: var(--grb-blue-dark);
  font-size: 11px;
}

.grb-stage-terms-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  margin-top: 3px;
  padding: 9px 12px;
  border: 1px solid rgba(6, 117, 201, 0.28);
  border-radius: 9px;
  background: #ffffff;
  color: var(--grb-blue);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.grb-stage-terms-link:hover {
  border-color: var(--grb-blue);
  background: #eef7ff;
  color: var(--grb-blue-dark);
}

.grb-info-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  text-decoration: none;
}

.grb-stage-panel.is-full {
  background: #eef7ff;
  border-color: rgba(6, 117, 201, 0.2);
}

.grb-stage-panel.is-full span {
  color: var(--grb-muted);
}

.home-page .grb-home-hero .container {
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.7fr);
  min-height: 540px;
  gap: 34px;
  padding-top: 38px;
  padding-bottom: 42px;
}

.home-page .grb-home-hero h1 {
  font-size: clamp(34px, 4.25vw, 56px);
}

.home-page .grb-home-hero p {
  max-width: 760px;
  line-height: 1.55;
}

.grb-home-visual {
  position: relative;
  background: #ffffff;
  color: var(--grb-ink);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 30px 70px rgba(5, 32, 75, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.grb-home-visual.is-services-only {
  align-self: center;
  padding: 20px;
}

.grb-growth-preview {
  align-self: center;
  padding: 22px;
}

.grb-growth-preview-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--grb-line);
}

.grb-growth-preview-head > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-page .grb-growth-preview-head {
  align-items: center;
}

.home-page .grb-growth-preview .grb-preview-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex-basis: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--grb-blue-dark), var(--grb-blue));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.32),
    0 14px 30px rgba(6, 117, 201, 0.24);
}

.home-page .grb-growth-preview .grb-preview-logo i {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.grb-growth-preview-head strong,
.grb-growth-preview-head span:not(.grb-preview-logo):not(.grb-badge) {
  display: block;
}

.grb-growth-preview-head strong {
  color: var(--grb-blue-dark);
  font-size: 20px;
  font-weight: 900;
}

.grb-growth-preview-head span:not(.grb-preview-logo):not(.grb-badge) {
  margin-top: 4px;
  color: var(--grb-muted);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.grb-growth-payment-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff7ed;
  border: 1px solid rgba(255, 138, 0, 0.34);
}

.grb-growth-payment-banner div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #9a4f00;
  font-size: 13px;
  font-weight: 900;
}

.grb-growth-payment-banner i {
  color: var(--grb-orange-dark);
  font-size: 17px;
}

.grb-growth-payment-banner strong {
  color: var(--grb-blue-dark);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.grb-growth-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.grb-growth-service-grid div {
  min-height: 116px;
  padding: 14px;
  border-radius: 14px;
  background: #f6fbff;
  border: 1px solid #d8eaf7;
}

.grb-growth-service-grid div.is-highlight {
  background: #fff7ed;
  border-color: rgba(255, 138, 0, 0.34);
}

.grb-growth-service-grid i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #ffffff;
  color: var(--grb-blue);
  font-size: 18px;
  box-shadow: inset 0 0 0 1px #e6edf5;
}

.grb-growth-service-grid .is-highlight i {
  color: var(--grb-orange-dark);
}

.grb-growth-service-grid strong,
.grb-growth-service-grid span {
  display: block;
}

.grb-growth-service-grid strong {
  margin-top: 10px;
  color: var(--grb-blue-dark);
  font-size: 15px;
  font-weight: 950;
}

.grb-growth-service-grid span {
  margin-top: 5px;
  color: var(--grb-muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.grb-growth-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.grb-growth-link-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #eef7ff;
  color: var(--grb-blue-dark);
  font-size: 12px;
  font-weight: 900;
}

.grb-growth-link-row span:nth-child(even) {
  background: #fff7ed;
  color: #9a4f00;
}

.grb-home-visual::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.72), rgba(255, 255, 255, 0.08));
  opacity: 0.55;
}

.grb-rating-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  border: 1px solid var(--grb-line);
}

.grb-rating-card strong {
  display: block;
  color: var(--grb-blue-dark);
  font-size: 19px;
  font-weight: 800;
}

.grb-review-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.grb-review-flow div {
  min-height: 150px;
  padding: 18px;
  border-radius: 18px;
  background: #eef7ff;
  border: 1px solid #d8eaf7;
}

.grb-review-flow div:last-child {
  background: #fff7ed;
  border-color: rgba(255, 138, 0, 0.32);
}

.grb-review-flow i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #ffffff;
  color: var(--grb-blue);
  font-size: 23px;
  margin-bottom: 14px;
}

.grb-review-flow div:last-child i {
  color: var(--grb-orange-dark);
}

.grb-review-flow strong,
.grb-review-flow span {
  display: block;
}

.grb-review-flow strong {
  color: var(--grb-blue-dark);
  font-weight: 800;
}

.grb-review-flow span {
  color: var(--grb-muted);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 5px;
}

.grb-home-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.grb-home-service-grid div {
  min-height: 132px;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #d8eaf7;
  background: #f6fbff;
}

.grb-home-service-grid div:nth-child(2),
.grb-home-service-grid div:nth-child(4) {
  background: #fff7ed;
  border-color: rgba(255, 138, 0, 0.32);
}

.grb-home-service-grid i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #ffffff;
  color: var(--grb-blue);
  font-size: 21px;
  box-shadow: inset 0 0 0 1px #e6edf5;
}

.grb-home-service-grid div:nth-child(2) i,
.grb-home-service-grid div:nth-child(4) i {
  color: var(--grb-orange-dark);
}

.grb-home-service-grid strong,
.grb-home-service-grid span {
  display: block;
}

.grb-home-service-grid strong {
  color: var(--grb-blue-dark);
  margin-top: 10px;
  font-size: 15px;
  font-weight: 900;
}

.grb-home-service-grid span {
  color: var(--grb-muted);
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
}

.grb-home-qr-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid var(--grb-line);
}

.grb-home-qr-row strong {
  color: var(--grb-blue-dark);
  font-weight: 800;
}

.grb-home-qr-row p {
  color: var(--grb-muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 6px 0 0;
}

.grb-mini-qr {
  position: relative;
  width: 112px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #d8eaf7;
  background:
    linear-gradient(90deg, rgba(9, 63, 125, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(9, 63, 125, 0.12) 1px, transparent 1px),
    #ffffff;
  background-size: 16px 16px;
}

.grb-mini-qr span {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 8px solid var(--grb-blue-dark);
  border-radius: 5px;
  background: #ffffff;
}

.grb-mini-qr span:nth-child(1) {
  top: 14px;
  left: 14px;
}

.grb-mini-qr span:nth-child(2) {
  top: 14px;
  right: 14px;
}

.grb-mini-qr span:nth-child(3) {
  left: 14px;
  bottom: 14px;
}

.grb-home-split {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.grb-home-split-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grb-feature-whatsapp {
  border-color: rgba(0, 145, 90, 0.25);
  background: linear-gradient(145deg, #effcf6, #ffffff);
}

.grb-feature-whatsapp .grb-feature-icon {
  color: #008f5a;
  background: rgba(0, 145, 90, 0.12);
}

.grb-solution-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #f8fbff);
  border: 1px solid var(--grb-line);
  box-shadow: 0 18px 46px rgba(9, 63, 125, 0.08);
}

.grb-solution-panel.is-profile {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  border-color: rgba(255, 138, 0, 0.3);
}

.grb-solution-panel.is-whatsapp {
  background: linear-gradient(135deg, #effcf6, #ffffff);
  border-color: rgba(0, 145, 90, 0.24);
}

.grb-solution-panel.is-website {
  background: linear-gradient(135deg, #f8fbff, #fff7ed);
  border-color: rgba(6, 117, 201, 0.2);
}

.grb-solution-panel.is-instagram {
  background: linear-gradient(135deg, #ffffff, #f8fbff 48%, #fff7ed);
  border-color: rgba(255, 138, 0, 0.24);
}

.grb-solution-panel h2 {
  color: var(--grb-blue-dark);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 800;
  margin: 14px 0 10px;
}

.grb-solution-panel p {
  color: var(--grb-muted);
  line-height: 1.62;
}

.grb-solution-panel .grb-check-list {
  margin: 8px 0 22px;
}

.grb-solution-panel .grb-btn-primary,
.grb-solution-panel .grb-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  margin-top: auto;
  text-decoration: none;
}

.grb-home-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.grb-home-steps div {
  padding: 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--grb-line);
  box-shadow: 0 14px 38px rgba(9, 63, 125, 0.07);
}

.grb-home-steps span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--grb-orange);
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 16px;
}

.grb-home-steps strong {
  display: block;
  color: var(--grb-blue-dark);
  font-size: 19px;
  font-weight: 800;
}

.grb-home-steps p {
  color: var(--grb-muted);
  line-height: 1.58;
  margin: 8px 0 0;
}

.grb-payment-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 28px;
  align-items: center;
  padding: 32px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--grb-line);
  box-shadow: 0 18px 46px rgba(9, 63, 125, 0.08);
}

.grb-payment-flow h2,
.grb-info-box h2 {
  color: var(--grb-blue-dark);
  font-size: clamp(25px, 2.7vw, 38px);
  font-weight: 800;
  margin: 14px 0 10px;
}

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

.grb-payment-flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.grb-payment-flow-steps div {
  min-height: 190px;
  padding: 18px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid var(--grb-line);
}

.grb-payment-flow-steps div:nth-child(2) {
  background: #fff7ed;
  border-color: rgba(255, 138, 0, 0.3);
}

.grb-payment-flow-steps span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--grb-orange);
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 14px;
}

.grb-payment-flow-steps strong {
  display: block;
  color: var(--grb-blue-dark);
  font-size: 17px;
  font-weight: 900;
}

.grb-payment-flow-steps p {
  color: var(--grb-muted);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 7px;
}

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

.grb-info-box {
  padding: 28px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--grb-line);
  box-shadow: 0 18px 46px rgba(9, 63, 125, 0.08);
}

.grb-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.78fr);
  gap: 24px;
  align-items: stretch;
}

.grb-contact-card,
.grb-contact-form {
  padding: 30px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--grb-line);
  box-shadow: 0 18px 46px rgba(9, 63, 125, 0.08);
}

.grb-contact-card {
  background: linear-gradient(135deg, #f8fbff, #ffffff);
}

.grb-contact-card h2,
.grb-contact-form h2 {
  color: var(--grb-blue-dark);
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 800;
  margin: 14px 0 10px;
}

.grb-contact-card > h2:first-child {
  margin-top: 0;
}

.grb-contact-card p {
  color: var(--grb-muted);
  line-height: 1.62;
  margin-bottom: 20px;
}

.grb-contact-list {
  display: grid;
  gap: 12px;
}

.grb-contact-list > a,
.grb-contact-list > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--grb-ink);
  text-decoration: none;
  line-height: 1.55;
}

.grb-contact-row-compact {
  align-items: center;
}

.grb-contact-inline {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  color: var(--grb-ink);
  font-weight: 800;
}

.grb-contact-inline a {
  color: inherit;
  text-decoration: none;
}

.grb-contact-inline b {
  color: var(--grb-muted);
  font-weight: 700;
}

.grb-contact-list i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  border-radius: 10px;
  background: #eef7ff;
  color: var(--grb-blue);
}

.grb-contact-form form,
.grb-contact-form label {
  display: grid;
  gap: 8px;
}

.grb-contact-form form {
  gap: 14px;
}

.grb-contact-form label {
  color: var(--grb-blue-dark);
  font-weight: 800;
}

.grb-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.grb-contact-form input,
.grb-contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfddec;
  border-radius: 10px;
  padding: 11px 13px;
  color: var(--grb-ink);
  font: inherit;
  font-weight: 500;
}

.grb-contact-form textarea {
  min-height: 116px;
  resize: vertical;
}

.grb-contact-form button {
  width: fit-content;
}

.grb-form-success {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #ecfdf5;
  color: #047857;
  font-weight: 800;
}

.grb-submit-toast {
  position: fixed;
  z-index: 2147483000;
  top: 92px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 250px;
  min-height: 56px;
  max-width: min(92vw, 420px);
  padding: 13px 14px 13px 20px;
  border: 1.5px solid #bbf7d0;
  border-radius: 999px;
  background: #f0fdf4;
  color: #047857;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 14px 34px rgba(4, 120, 87, 0.18);
  transform: translateX(-50%);
  transition: opacity .25s ease, transform .25s ease;
}

@media (max-width: 900px) {
  .grb-submit-toast {
    top: 86px;
    min-width: min(88vw, 260px);
    min-height: 54px;
    padding: 12px 12px 12px 18px;
    font-size: 16px;
  }
}

.grb-submit-toast > i {
  font-size: 22px;
  line-height: 1;
}

.grb-submit-toast-close {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #047857;
  background: #dcfce7;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.grb-submit-toast-close:hover,
.grb-submit-toast-close:focus {
  color: #065f46;
  background: #bbf7d0;
}

.grb-submit-toast-close:focus {
  outline: 3px solid rgba(4, 120, 87, 0.2);
  outline-offset: 2px;
}

.grb-submit-toast.is-hiding {
  opacity: 0;
  transform: translate(-50%, -10px);
  pointer-events: none;
}

.grb-cta {
  background: linear-gradient(135deg, var(--grb-blue-dark), var(--grb-blue));
  color: #ffffff;
  text-align: center;
}

.grb-cta h2 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  margin-bottom: 12px;
}

.grb-cta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.grb-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.grb-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 20px;
  z-index: 60;
  display: none !important;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #18b957;
  color: #ffffff;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(24, 185, 87, 0.28);
}

.grb-whatsapp i {
  font-size: 25px;
  line-height: 1;
}

.google-profile-page #pricing {
  padding-top: 56px;
}

.grb-terms-hero {
  padding: 82px 0 76px;
  background:
    linear-gradient(115deg, rgba(7, 70, 134, 0.98), rgba(6, 117, 201, 0.92)),
    linear-gradient(45deg, rgba(255, 138, 0, 0.28), transparent 50%);
  color: #ffffff;
  text-align: center;
}

.grb-terms-hero .container {
  max-width: 920px;
}

.grb-terms-hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 900;
  line-height: 1.08;
}

.grb-terms-hero p {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.65;
}

.grb-terms-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.grb-terms-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 800;
}

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

.grb-payment-terms-flow article {
  position: relative;
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--grb-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(9, 63, 125, 0.08);
}

.grb-payment-terms-flow article:nth-child(3n + 2) {
  border-color: rgba(255, 138, 0, 0.32);
  background: #fffaf4;
}

.grb-payment-terms-flow article > span {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--grb-orange);
  color: #ffffff;
  font-weight: 900;
}

.grb-payment-terms-flow article > i,
.grb-terms-card > i {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eef7ff;
  color: var(--grb-blue);
  font-size: 22px;
}

.grb-payment-terms-flow h3 {
  margin: 18px 0 9px;
  color: var(--grb-blue-dark);
  font-size: 21px;
  font-weight: 900;
}

.grb-payment-terms-flow p,
.grb-terms-card p {
  margin: 0;
  color: var(--grb-muted);
  line-height: 1.65;
}

.grb-terms-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.grb-terms-card {
  padding: 28px;
  border: 1px solid var(--grb-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(9, 63, 125, 0.08);
}

.grb-terms-card-wide {
  grid-column: 1 / -1;
}

.grb-terms-card h2 {
  margin: 16px 0 12px;
  color: var(--grb-blue-dark);
  font-size: clamp(23px, 2.4vw, 32px);
  font-weight: 900;
}

.grb-terms-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.grb-terms-card li {
  position: relative;
  padding-left: 28px;
  color: #2b3e54;
  line-height: 1.55;
}

.grb-terms-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff1e1;
  color: var(--grb-orange-dark);
  font-size: 12px;
  font-weight: 900;
}

.grb-inactivity-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.grb-inactivity-timeline div {
  padding: 18px;
  border: 1px solid var(--grb-line);
  border-radius: 14px;
  background: #f8fbff;
}

.grb-inactivity-timeline div:nth-child(even) {
  border-color: rgba(255, 138, 0, 0.28);
  background: #fff8f0;
}

.grb-inactivity-timeline strong {
  display: block;
  margin-bottom: 8px;
  color: var(--grb-blue-dark);
  font-size: 16px;
  font-weight: 900;
}

.grb-inactivity-timeline p {
  font-size: 13px;
  line-height: 1.55;
}

.grb-terms-note {
  margin-top: 16px !important;
  padding: 14px 16px;
  border-left: 4px solid var(--grb-orange);
  border-radius: 0 12px 12px 0;
  background: #fff7ed;
  color: #70400c !important;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .google-profile-page #pricing .container,
  .google-profile-page #google-profile-results .container,
  .google-profile-page .grb-customer-reviews .container,
  .google-profile-page .grb-related-section .container {
    max-width: 1296px;
  }
}

@media (max-width: 1199px) {
  .grb-pricing-grid,
  .grb-grid-4,
  .grb-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grb-home-split,
  .grb-home-split-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .grb-hero .container,
  .google-profile-page .grb-hero .container,
  .home-page .grb-home-hero .container {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .grb-grid-3 {
    grid-template-columns: 1fr;
  }

  .grb-smart-visual {
    max-width: 680px;
    width: 100%;
  }

  .grb-home-visual {
    max-width: 680px;
    width: 100%;
  }

  .grb-home-split,
  .grb-contact-grid,
  .grb-payment-flow,
  .grb-info-grid {
    grid-template-columns: 1fr;
  }

  .grb-home-steps,
  .grb-payment-flow-steps {
    grid-template-columns: 1fr;
  }

  .grb-payment-terms-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grb-inactivity-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .grb-hero .container,
  .grb-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .grb-related-track {
    grid-auto-flow: row;
    grid-auto-columns: initial;
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .grb-related-card {
    min-height: auto;
    width: 100%;
  }

  .grb-proof-strip,
  .grb-pricing-grid,
  .grb-grid-4,
  .grb-grid-5 {
    grid-template-columns: 1fr;
  }

  .grb-hero h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .grb-hero p {
    font-size: 15px;
  }

  .grb-offer-band {
    grid-template-columns: 1fr;
  }

  .grb-bundle-actions {
    min-width: 0;
  }

  .grb-pricing-note {
    grid-template-columns: 1fr;
  }

  .grb-hero-actions,
  .grb-cta-actions {
    flex-direction: column;
  }

  .grb-hero-actions a,
  .grb-cta-actions a {
    width: 100%;
    text-align: center;
  }

  .grb-plan h3 {
    padding-right: 0;
  }

  .grb-plan-badge {
    position: static;
    width: fit-content;
    margin-bottom: 12px;
  }

  .smart-link-page .grb-plan-head {
    min-height: auto;
  }

  .website-plan .grb-plan-head {
    min-height: auto;
  }

  .grb-price {
    min-height: auto;
  }

  .grb-plan .grb-check-list li {
    min-height: auto;
  }

  .grb-plan,
  .grb-plan-actions,
  .grb-plan-actions > a {
    min-width: 0;
  }

  .grb-plan-actions {
    gap: 10px;
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 16px;
  }

  .grb-checkout-coupon.is-single-line {
    gap: 6px;
    padding: 9px 10px;
  }

  .grb-checkout-coupon.is-single-line strong {
    gap: 5px;
    font-size: 13px;
  }

  .grb-checkout-coupon.is-single-line .grb-checkout-coupon-icon {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .grb-checkout-coupon em {
    min-height: 26px;
    padding: 4px 8px;
    font-size: 10px;
  }

  .grb-smart-preview-head,
  .grb-smart-payment,
  .grb-smart-preview-head > div,
  .grb-growth-preview-head,
  .grb-growth-payment-banner,
  .grb-growth-preview-head > div {
    align-items: flex-start;
  }

  .grb-smart-preview-head,
  .grb-growth-preview-head {
    flex-direction: column;
  }

  .grb-included-split {
    grid-template-columns: 1fr;
  }

  .grb-smart-preview-body {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
  }

  .grb-review-flow,
  .grb-home-service-grid,
  .grb-home-qr-row,
  .grb-growth-service-grid,
  .grb-home-split-5,
  .grb-form-grid,
  .grb-browser-grid,
  .grb-website-stage-card div {
    grid-template-columns: 1fr;
  }

  .grb-growth-payment-banner {
    flex-direction: column;
  }

  .grb-growth-payment-banner strong {
    white-space: normal;
  }

  .grb-home-visual,
  .grb-website-visual,
  .grb-contact-card,
  .grb-contact-form,
  .grb-solution-panel {
    padding: 22px;
  }

  .grb-mini-qr {
    width: 128px;
  }

  .grb-smart-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grb-smart-qr {
    min-height: 152px;
  }

  .grb-smart-qr span {
    width: 34px;
    height: 34px;
    border-width: 8px;
  }

  .grb-smart-qr span:nth-child(1),
  .grb-smart-qr span:nth-child(2) {
    top: 14px;
  }

  .grb-smart-qr span:nth-child(1),
  .grb-smart-qr span:nth-child(3) {
    left: 14px;
  }

  .grb-smart-qr span:nth-child(2) {
    right: 14px;
  }

  .grb-smart-qr span:nth-child(3) {
    bottom: 14px;
  }

  .grb-smart-review-card {
    padding: 12px;
  }

  .grb-smart-review-card i {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 20px;
  }

  .grb-smart-action-grid span {
    min-height: 38px;
    padding: 8px;
  }

  .grb-smart-payment {
    padding: 12px;
  }

  .smart-link-page .grb-proof-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .smart-link-page .grb-proof {
    padding: 10px 8px;
  }

  .smart-link-page .grb-proof strong {
    font-size: 16px;
  }

  .smart-link-page .grb-proof span {
    font-size: 11px;
    line-height: 1.35;
  }

  .smart-link-page .grb-smart-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grb-whatsapp {
    right: 16px;
    bottom: 88px;
    width: 52px;
    height: 52px;
  }

  .grb-terms-hero {
    padding: 54px 0 50px;
    text-align: left;
  }

  .grb-terms-hero h1 {
    font-size: 34px;
  }

  .grb-terms-hero p {
    font-size: 15px;
  }

  .grb-terms-meta {
    justify-content: flex-start;
  }

  .grb-payment-terms-flow,
  .grb-terms-layout,
  .grb-inactivity-timeline {
    grid-template-columns: 1fr;
  }

  .grb-payment-terms-flow article {
    min-height: auto;
    padding: 22px;
  }

  .grb-terms-card,
  .grb-terms-card-wide {
    grid-column: auto;
    padding: 22px;
  }
}
/* Website portfolio */
.grb-portfolio-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(0, 119, 204, .12), transparent 26%),
        radial-gradient(circle at 94% 86%, rgba(255, 128, 0, .12), transparent 28%),
        #f7fbff;
}

.grb-portfolio-section::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    background-image: linear-gradient(rgba(0, 93, 158, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 93, 158, .035) 1px, transparent 1px);
    background-size: 34px 34px;
}

.grb-portfolio-section .container {
    position: relative;
    z-index: 1;
}

.grb-portfolio-head {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.grb-portfolio-head h2 {
    font-size: clamp(30px, 2.8vw, 38px);
    white-space: nowrap;
}

.grb-portfolio-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    padding: 7px 11px;
    border: 1px solid #c6e4f8;
    border-radius: 999px;
    color: #0069aa;
    background: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.grb-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
}

.grb-portfolio-carousel {
    position: relative;
}

.grb-portfolio-card[hidden] {
    display: none !important;
}

.grb-portfolio-controls {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: auto;
    max-width: 100%;
    margin: 20px auto 0;
    padding: 5px 6px 5px 12px;
    border: 1px solid #c8e3f4;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 8px 22px rgba(18, 60, 91, .07);
    white-space: nowrap;
}

.grb-portfolio-controls > span {
    color: #668095;
    font-size: 11px;
    font-weight: 800;
}

.grb-portfolio-more {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto !important;
    min-width: 132px;
    min-height: 34px;
    margin: 0;
    padding: 6px 13px;
    border: 1px solid #9ccfed;
    border-radius: 999px;
    color: #006eaf;
    background: #fff;
    font-size: 12px;
    font-weight: 900;
}

.grb-portfolio-section .container {
    text-align: center;
}

.grb-portfolio-grid,
.grb-portfolio-proof {
    text-align: left;
}

.grb-portfolio-more:hover {
    color: #fff;
    background: #0077cc;
}

.grb-portfolio-more i {
    transition: transform .2s ease;
}

.grb-portfolio-more.is-expanded i {
    transform: rotate(180deg);
}

.grb-portfolio-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #d5e6f4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(18, 60, 91, .09);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.grb-portfolio-card:hover {
    transform: translateY(-5px);
    border-color: #93cbee;
    box-shadow: 0 24px 55px rgba(18, 60, 91, .15);
}

.grb-portfolio-card.is-featured {
    border-color: #ffc478;
    box-shadow: 0 20px 50px rgba(206, 105, 0, .13);
}

.grb-portfolio-preview {
    position: relative;
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    color: inherit;
    background: #dceaf5;
    text-decoration: none;
}

.grb-portfolio-browser {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 34px;
    padding: 0 12px;
    border-bottom: 1px solid #dbe8f1;
    background: #f4f8fb;
}

.grb-portfolio-browser span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #aac0d1;
}

.grb-portfolio-browser span:first-child { background: #ff887c; }
.grb-portfolio-browser span:nth-child(2) { background: #f9bf59; }
.grb-portfolio-browser span:nth-child(3) { background: #61c693; }

.grb-portfolio-browser strong {
    min-width: 0;
    margin-left: 6px;
    overflow: hidden;
    color: #678096;
    font-size: 10px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grb-portfolio-preview > img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: top center;
    transition: transform .45s ease;
}

.grb-portfolio-card:hover .grb-portfolio-preview > img {
    transform: scale(1.025);
}

.grb-portfolio-featured {
    position: absolute;
    top: 47px;
    left: 13px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #fff;
    background: rgba(239, 115, 0, .94);
    box-shadow: 0 8px 20px rgba(119, 54, 0, .2);
    font-size: 10px;
    font-weight: 900;
}

.grb-portfolio-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px;
}

.grb-portfolio-category {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #0069aa;
    background: #eaf6ff;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.grb-portfolio-body h3 {
    margin: 0;
    color: #0c3d60;
    font-size: 20px;
    font-weight: 950;
}

.grb-portfolio-body p {
    min-height: 48px;
    margin: 8px 0 0;
    color: #63798b;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.55;
}

.grb-portfolio-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 0;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid #b8dcf7;
    border-radius: 999px;
    color: #0074bc;
    background: #eef7ff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.grb-portfolio-link:hover {
    color: #fff;
    background: #0077cc;
}

.grb-portfolio-link.is-muted {
    border-color: #bfe8d3;
    color: #24845a;
    background: #f1fbf6;
}

.grb-portfolio-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 12px;
    min-height: 50px;
    margin-top: auto;
    padding-top: 16px;
}

.grb-portfolio-proof-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 8px;
}

.grb-portfolio-review-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 7px;
    width: auto !important;
    max-width: 100%;
    min-height: 34px;
    margin: 0;
    padding: 6px 10px;
    border: 1px solid #ffc988;
    border-radius: 999px;
    color: #b85200;
    background: #fff7ed;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.grb-portfolio-review-link.is-video {
    border-color: #ffc988;
    color: #b85200;
    background: #fff7ed;
}

.grb-portfolio-review-link.is-video i {
    color: #ff8500;
}

.grb-portfolio-review-stars {
    display: inline-flex;
    gap: 2px;
    color: #ff8500;
    font-size: 12px;
}

.grb-portfolio-review-arrow {
    color: #d06813;
    font-size: 9px;
}

.grb-portfolio-review-link:hover,
.grb-portfolio-review-link:focus-visible {
    border-color: #ff8a00;
    color: #fff;
    background: #ff8a00;
}

.grb-portfolio-review-link.is-video:hover,
.grb-portfolio-review-link.is-video:focus-visible {
    border-color: #ff8a00;
    color: #fff;
    background: #ff8a00;
}

.grb-portfolio-review-link:hover .grb-portfolio-review-stars,
.grb-portfolio-review-link:hover .grb-portfolio-review-arrow,
.grb-portfolio-review-link:focus-visible i {
    color: #fff;
}

.grb-portfolio-proof {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 30px;
    margin-top: 25px;
    color: #355c76;
}

.grb-portfolio-proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.grb-portfolio-proof i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    color: #0074bc;
    background: #dff2ff;
}

.grb-proof-plan-action {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px 16px;
    margin-top:26px;
    color:#587084;
    font-size:12px;
    font-weight:750;
    text-align:center;
}

.grb-proof-plan-action a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-width:190px;
    min-height:48px;
    padding:12px 22px;
    border-radius:999px;
    color:#fff;
    background:linear-gradient(135deg,#ff8a00,#ef6900);
    box-shadow:0 9px 22px rgba(239,105,0,.2);
    font-size:14px;
    font-weight:900;
    text-decoration:none;
}

.grb-proof-plan-action a:hover { color:#fff; transform:translateY(-1px); }

.grb-proof-plan-action a.is-secondary {
    color:#0077cc;
    border:1px solid #b8daf2;
    background:#fff;
    box-shadow:0 10px 24px rgba(0,119,204,.1);
}

.grb-proof-plan-action a.is-secondary:hover {
    color:#fff;
    background:#0077cc;
}

@media (max-width: 991px) {
    .grb-portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grb-portfolio-head h2 { white-space: normal; }
}

@media (max-width: 640px) {
    .grb-portfolio-section {
        overflow: clip;
    }

    .grb-portfolio-head {
        text-align: left;
    }

    .grb-portfolio-head h2 {
        font-size: 28px;
        line-height: 1.18;
    }

    .grb-portfolio-head p {
        font-size: 14px;
        line-height: 1.6;
    }

    .grb-portfolio-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0;
        overflow: visible;
    }

    .grb-portfolio-card {
        width: auto;
        min-width: 0;
    }

    .grb-portfolio-grid { text-align: left; }
    .grb-portfolio-card:hover { transform: none; }
    .grb-portfolio-body { padding: 17px; }
    .grb-portfolio-actions {
        align-items: center;
        flex-wrap: nowrap;
        gap: 8px;
        min-height: 0;
        padding-top: 14px;
    }
    .grb-portfolio-actions > .grb-portfolio-link {
        flex: 0 1 auto;
        min-width: 0;
        white-space: nowrap;
    }
    .grb-portfolio-proof-actions {
        flex: 0 1 auto;
        justify-content: flex-end;
        flex-wrap: nowrap;
        width: auto;
        min-width: 0;
    }
    .grb-portfolio-review-link {
        min-width: 0;
        min-height: 36px;
        gap: 5px;
        padding-right: 8px;
        padding-left: 8px;
        font-size: 10px;
    }
    .grb-portfolio-review-stars { gap: 1px; font-size: 11px; }
    .grb-portfolio-controls { gap: 8px; margin-top: 14px; padding-left: 10px; }
    .grb-portfolio-controls > span { font-size: 10px; }
    .grb-portfolio-more { min-width: 120px; min-height: 32px; padding: 5px 11px; font-size: 11px; }
    .grb-portfolio-body p { min-height: 0; }
    .grb-portfolio-proof {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
        gap: 12px;
    }
    .grb-portfolio-proof span { align-items: flex-start; }
    .grb-portfolio-proof span:last-child { grid-column: 1 / -1; }
    .grb-proof-plan-action { align-items: stretch; flex-direction: column; }
    .grb-proof-plan-action a { justify-content: center; width: 100%; }
}

/* Build the acrylic stand and its live sticker design entirely with HTML/CSS. */
.grb-qr-stand-image-product {
    width: min(300px, 64%);
    height: auto;
    aspect-ratio: 0.63;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: perspective(1100px) rotateY(-3deg) rotateX(1deg);
}

.grb-qr-stand-acrylic {
    position: absolute;
    z-index: 1;
    top: 2%;
    left: 50%;
    width: 86%;
    height: 86%;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 8% 8% 2% 2%;
    background:
        linear-gradient(106deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 255, 0.9) 48%, rgba(229, 242, 250, 0.86) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(213, 235, 248, 0.82));
    box-shadow:
        0 24px 36px rgba(11, 61, 119, 0.14),
        inset 8px 0 16px rgba(255, 255, 255, 0.2),
        inset -7px 0 15px rgba(9, 79, 149, 0.06);
    transform: translateX(-50%) perspective(900px) rotateY(-4deg) rotateX(2deg);
    transform-origin: 50% 100%;
}

.grb-qr-stand-acrylic::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(116deg, transparent 18%, rgba(255, 255, 255, 0.28) 42%, transparent 58%);
    content: "";
    pointer-events: none;
}

.grb-qr-stand-acrylic-support,
.grb-qr-stand-acrylic-foot {
    position: absolute;
    z-index: 2;
    display: block;
    pointer-events: none;
}

.grb-qr-stand-acrylic-support {
    right: -8%;
    bottom: -23%;
    left: -8%;
    height: 34%;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 10% 10% 18% 18%;
    background: linear-gradient(106deg, rgba(255, 255, 255, 0.25), rgba(186, 225, 245, 0.16) 55%, rgba(255, 255, 255, 0.3));
    clip-path: polygon(0 19%, 50% 0, 100% 19%, 78% 100%, 22% 100%);
    transform: translateZ(-24px) skewX(-3deg);
}

.grb-qr-stand-acrylic-foot {
    right: -11%;
    bottom: -27%;
    left: -11%;
    height: 14px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 0 0 24px 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(156, 205, 234, 0.24));
    box-shadow: 0 11px 15px rgba(11, 61, 119, 0.12);
    transform: translateZ(-28px) skewX(-3deg);
}

.grb-qr-stand-overlay {
    position: absolute;
    z-index: 3;
    top: 4.8%;
    left: 50%;
    width: 84%;
    height: auto;
    aspect-ratio: 1050 / 1650;
    overflow: hidden;
    border-radius: 0;
    clip-path: polygon(2.2% 0, 97.8% 0, 100% 2.2%, 100% 97.8%, 97.8% 100%, 2.2% 100%, 0 97.8%, 0 2.2%);
    background: transparent;
    box-shadow: 0 10px 20px rgba(11, 61, 119, 0.12);
    transform: translateX(-50%) perspective(900px) rotateY(-4deg) rotateX(2deg);
    transform-origin: 50% 100%;
}

.grb-qr-stand-overlay .grb-qr-stand-print {
    position: relative;
    isolation: isolate;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 78% 8%, rgba(113, 211, 255, 0.52), transparent 27%),
        radial-gradient(circle at 16% 36%, rgba(255, 255, 255, 0.13), transparent 30%),
        linear-gradient(180deg, #147bdd 0%, #0b5ac8 34%, #0a4fb8 39.8%, #fffaf4 40.4%, #fffaf4 100%);
    box-shadow: none;
}

.grb-qr-stand-overlay .grb-qr-stand-print::before {
    position: absolute;
    z-index: 0;
    inset: -22% -34%;
    background: radial-gradient(circle at 70% 10%, rgba(255, 255, 255, 0.22), transparent 29%);
    content: "";
    opacity: 0.8;
    pointer-events: none;
    transform: rotate(-7deg);
}

.grb-qr-stand-overlay .grb-qr-stand-print > * {
    position: relative;
    z-index: 1;
}

.grb-qr-stand-overlay .grb-qr-stand-brand-badge {
    position: absolute;
    top: 7.2%;
    left: 50%;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    background: radial-gradient(circle at 32% 25%, #ffd875 0%, #ff9e1a 34%, #f05b0c 72%, #d94308 100%);
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14), 0 7px 16px rgba(3, 47, 125, 0.28);
    transform: translateX(-50%);
}

.grb-qr-stand-overlay .grb-qr-stand-brand-badge span {
    color: #ffffff;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: -0.06em;
    line-height: 1;
}

.grb-qr-stand-overlay .grb-qr-stand-pay-title {
    position: absolute;
    top: 19%;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 35px;
    letter-spacing: -0.065em;
    line-height: 0.9;
    text-align: center;
    text-shadow: 0 2px 2px rgba(4, 47, 130, 0.18);
}

.grb-qr-stand-overlay .grb-qr-stand-pay-title em { font-size: 23px; }

.grb-qr-stand-overlay .grb-qr-code {
    position: absolute;
    top: 29%;
    left: 50%;
    width: 62%;
    max-width: none;
    margin: 0;
    padding: 5px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 9px 16px rgba(7, 42, 101, 0.22), inset 0 0 0 1px rgba(12, 66, 145, 0.08);
    transform: translateX(-50%);
}

.grb-qr-stand-overlay .grb-qr-stand-print-copy {
    position: absolute;
    top: 73%;
    left: 0;
    width: 100%;
    margin: 0;
    color: #101827;
    font-size: 11.5px;
    letter-spacing: -0.025em;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.62);
}

.grb-qr-stand-overlay .grb-qr-stand-print-rule {
    position: absolute;
    top: 82%;
    left: 0;
    width: 100%;
    gap: 8px;
    margin: 0;
}

.grb-qr-stand-overlay .grb-qr-stand-print-rule span { width: 36px; height: 2px; }
.grb-qr-stand-overlay .grb-qr-stand-print-rule i { width: 8px; height: 8px; }

.grb-qr-stand-overlay .grb-qr-stand-print-socials {
    position: absolute;
    top: 87%;
    left: 0;
    width: 100%;
    gap: 10px;
    margin: 0;
}

.grb-qr-stand-overlay .grb-qr-stand-print-socials span {
    width: 29px;
    height: 29px;
    border-width: 3px;
    font-size: 13px;
    box-shadow: 0 4px 7px rgba(45, 51, 78, 0.18);
}

.grb-qr-stand-overlay .grb-qr-stand-print-powered {
    position: absolute;
    top: 96%;
    left: 0;
    width: 100%;
    margin: 0;
    color: #354052;
    font-size: 7px;
    text-align: center;
}

.grb-qr-stand-overlay .grb-qr-stand-print-powered strong { font-size: 7.5px; }

/* Keep four large action bubbles on balanced rows, with connectors toward the stand. */
.grb-qr-stand-visual::before { display: none; }

.grb-qr-stand-orbit-item {
    width: 104px;
    gap: 8px;
}

.grb-qr-stand-orbit-item i {
    width: 62px;
    height: 62px;
    border: 4px solid #ffffff;
    background: radial-gradient(circle at 32% 24%, #1593e1, #0a58bd 58%, #06266f 100%);
    font-size: 24px;
    box-shadow: 0 10px 20px rgba(6, 73, 145, 0.2), 0 0 0 6px rgba(255, 255, 255, 0.62);
}

.grb-qr-stand-orbit-item small {
    color: #194a80;
    font-size: 13px;
}

/* Keep all four action bubbles on balanced rows, with light connectors toward the stand. */
.grb-qr-stand-orbit-payment { top: 104px; left: 0; }
.grb-qr-stand-orbit-review { top: 104px; right: 0; }
.grb-qr-stand-orbit-page { bottom: 104px; left: 0; }
.grb-qr-stand-orbit-social { right: 0; bottom: 104px; }

.grb-qr-stand-orbit-item::after {
    position: absolute;
    top: 31px;
    width: 40px;
    border-top: 2px dotted rgba(6, 117, 201, 0.42);
    content: "";
}

.grb-qr-stand-orbit-payment::after,
.grb-qr-stand-orbit-page::after { right: -40px; }

.grb-qr-stand-orbit-review::after,
.grb-qr-stand-orbit-social::after { left: -40px; }

@media (max-width: 991px) {
    .grb-qr-stand-image-product { width: min(280px, 70%); }
}

@media (max-width: 767px) {
    .grb-qr-stand-image-product { width: min(264px, 62vw); }

    .grb-qr-stand-overlay .grb-qr-stand-brand-badge { width: 36px; height: 36px; }
    .grb-qr-stand-overlay .grb-qr-stand-brand-badge span { font-size: 9px; }

    .grb-qr-stand-overlay .grb-qr-stand-pay-title { font-size: 31px; }
    .grb-qr-stand-overlay .grb-qr-stand-pay-title em { font-size: 21px; }
    .grb-qr-stand-overlay .grb-qr-stand-print-copy { font-size: 10px; }
    .grb-qr-stand-overlay .grb-qr-stand-print-rule span { width: 32px; }
    .grb-qr-stand-overlay .grb-qr-stand-print-socials { gap: 7px; }
    .grb-qr-stand-overlay .grb-qr-stand-print-socials span { width: 25px; height: 25px; font-size: 12px; }

    .grb-qr-stand-orbit-item::after { width: 30px; }
    .grb-qr-stand-orbit-payment::after,
    .grb-qr-stand-orbit-page::after { right: -30px; }
    .grb-qr-stand-orbit-review::after,
    .grb-qr-stand-orbit-social::after { left: -30px; }
}

/* Final supplied composite: use it as-is and only size it to the page column. */
.grb-qr-stand-visual::before,
.grb-qr-stand-orbit,
.grb-qr-stand-visual::after { display: none; }

.grb-qr-stand-section {
    background:
        radial-gradient(circle at 15% 43%, rgba(166, 218, 245, 0.58), transparent 31%),
        linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.grb-qr-stand-visual {
    min-height: 590px;
    border-radius: 48% 48% 30% 30%;
    background:
        radial-gradient(ellipse 66% 62% at 50% 46%, rgba(174, 222, 247, 0.72) 0%, rgba(209, 237, 252, 0.58) 42%, rgba(238, 248, 254, 0.3) 68%, transparent 84%),
        linear-gradient(180deg, rgba(223, 243, 253, 0.3), rgba(249, 253, 255, 0.06));
}

.grb-qr-stand-image-product {
    width: min(535px, 100%);
    height: auto;
    aspect-ratio: 1059 / 1485;
    overflow: visible;
    transform: none;
    margin-top: -24px;
    margin-bottom: -38px;
}

.grb-qr-stand-final-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: none;
}

/* Give the supplied artwork a visible acrylic backing on the light page. */
.grb-qr-stand-image-product {
    position: relative;
    isolation: isolate;
}

.grb-qr-stand-image-product::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 25.5%;
    top: 8.6%;
    width: 49%;
    height: 82.5%;
    border: 1px solid rgba(255, 255, 255, 0.96);
    border-radius: 34px 34px 22px 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(228, 244, 252, 0.58) 52%, rgba(255, 255, 255, 0.76)),
        linear-gradient(180deg, rgba(225, 243, 252, 0.54), rgba(255, 255, 255, 0.26));
    box-shadow:
        0 25px 34px rgba(19, 88, 143, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        inset -3px 0 0 rgba(131, 190, 222, 0.2);
    transform: perspective(900px) rotateY(-3deg) rotateZ(-0.5deg);
}

.grb-qr-stand-image-product::after {
    content: "";
    position: absolute;
    z-index: -2;
    left: 27%;
    bottom: 5%;
    width: 46%;
    height: 8%;
    border-radius: 10px 10px 24px 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(178, 215, 235, 0.45));
    box-shadow: 0 16px 20px rgba(16, 77, 126, 0.2);
    transform: skewX(-8deg) rotate(-0.5deg);
}

@media (max-width: 991px) {
    .grb-qr-stand-image-product { width: min(475px, 100%); }
}

@media (max-width: 767px) {
    .grb-qr-stand-image-product {
        width: min(92vw, 430px);
        margin-top: -10px;
        margin-bottom: -22px;
    }
}

/* Stand-only PNG with clean, HTML/CSS action circles around it. */
.grb-qr-stand-image-product::before,
.grb-qr-stand-image-product::after {
    display: none;
}

.grb-qr-stand-visual .grb-qr-stand-orbit {
    display: block;
    inset: 0;
    z-index: 4;
}

.grb-qr-stand-orbit-item {
    width: 108px;
    gap: 8px;
    color: #0b4a8f;
}

.grb-qr-stand-orbit-item i {
    width: 78px;
    height: 78px;
    border: 3px solid rgba(255, 255, 255, 0.96);
    background:
        radial-gradient(circle at 32% 24%, #ffffff 0%, #f7fcff 58%, #e6f3fb 100%);
    color: #0a68d2;
    font-size: 29px;
    box-shadow:
        0 13px 24px rgba(11, 77, 136, 0.18),
        0 0 0 5px rgba(255, 255, 255, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.grb-qr-stand-orbit-item small {
    width: 116px;
    color: #0b4a8f;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.grb-qr-stand-orbit-item small strong,
.grb-qr-stand-orbit-item small span {
    display: block;
}

.grb-qr-stand-orbit-item small strong {
    font-size: 12px;
    font-weight: 900;
}

.grb-qr-stand-orbit-item small span {
    margin-top: 3px;
    color: #4d6880;
    font-size: 9px;
    font-weight: 700;
}

.grb-qr-stand-orbit-item::after {
    position: absolute;
    top: 39px;
    width: 46px;
    border-top: 2px solid rgba(0, 111, 219, 0.34);
    content: "";
}

.grb-qr-stand-orbit-payment { top: 23%; left: 0; }
.grb-qr-stand-orbit-review { top: 23%; right: 0; }
.grb-qr-stand-orbit-page { top: 63%; bottom: auto; left: 0; }
.grb-qr-stand-orbit-social { top: 63%; right: 0; bottom: auto; }

.grb-qr-stand-orbit-payment::after,
.grb-qr-stand-orbit-page::after { right: -43px; }

.grb-qr-stand-orbit-review::after,
.grb-qr-stand-orbit-social::after {
    left: -43px;
    width: 32px;
}

@media (max-width: 991px) {
    .grb-qr-stand-orbit-item {
        width: 94px;
        transform: none;
    }

    .grb-qr-stand-orbit-item i {
        width: 68px;
        height: 68px;
        font-size: 25px;
    }

    .grb-qr-stand-orbit-item small {
        width: 102px;
        font-size: 10px;
    }

    .grb-qr-stand-orbit-item small strong {
        font-size: 11px;
    }

    .grb-qr-stand-orbit-item small span {
        font-size: 8px;
    }

    .grb-qr-stand-orbit-item::after {
        width: 36px;
    }

    .grb-qr-stand-orbit-payment::after,
    .grb-qr-stand-orbit-page::after { right: -33px; }

    .grb-qr-stand-orbit-review::after,
    .grb-qr-stand-orbit-social::after {
        left: -33px;
        width: 26px;
    }
}

@media (max-width: 767px) {
    .grb-qr-stand-visual .grb-qr-stand-orbit {
        inset: 4px 0 0;
    }

    .grb-qr-stand-orbit-item {
        width: 88px;
    }

    .grb-qr-stand-orbit-item i {
        width: 62px;
        height: 62px;
        font-size: 22px;
    }

    .grb-qr-stand-orbit-item small {
        width: 92px;
        font-size: 10px;
    }

    .grb-qr-stand-orbit-item small strong {
        font-size: 10px;
    }

    .grb-qr-stand-orbit-item small span {
        font-size: 7px;
    }

    .grb-qr-stand-orbit-payment { left: -2px; }
    .grb-qr-stand-orbit-review { right: -2px; }
    .grb-qr-stand-orbit-page { left: -2px; }
    .grb-qr-stand-orbit-social { right: -2px; }
}

/* Keep the stand slightly taller while preserving its ratio. */
.grb-qr-stand-image-product {
    width: auto;
    height: min(770px, calc(100vh - 130px));
    max-width: 100%;
    aspect-ratio: 1024 / 1536;
}

.grb-qr-stand-final-image {
    width: auto;
    height: 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
    .grb-qr-stand-image-product {
        height: min(682px, calc(100vh - 110px));
    }
}

@media (max-width: 767px) {
    .grb-qr-stand-image-product {
        height: min(616px, calc(100vh - 100px));
    }
}

/* Keep the right content compact so the CTA remains fully visible in the hero. */
.grb-qr-stand-content h2 {
    margin: 14px 0 10px;
    font-size: clamp(30px, 3.6vw, 48px);
    line-height: 1.04;
}

.grb-qr-stand-content > p {
    font-size: 15px;
    line-height: 1.5;
}

.grb-qr-stand-options {
    gap: 10px;
    margin-top: 18px;
}

.grb-qr-stand-option {
    min-height: 68px;
    padding: 10px;
}

.grb-qr-stand-offer {
    gap: 4px;
    margin-top: 14px;
    padding: 11px 14px;
}

.grb-qr-stand-offer span {
    font-size: 12px;
    line-height: 1.35;
}

.grb-qr-stand-cta {
    margin-top: 14px;
}

/* Final visual polish: a subtle stand perspective and dotted action connectors. */
.grb-qr-stand-image-product {
    transform: perspective(1200px) rotateY(-3deg) rotateX(0.6deg) rotateZ(-0.35deg);
    transform-origin: center bottom;
}

.grb-qr-stand-orbit-item::after {
    border-top: 2px dotted rgba(0, 111, 219, 0.58);
}

@media (min-width: 992px) {
    .grb-qr-stand-grid {
        gap: 48px;
    }

    .grb-qr-stand-image-product {
        height: min(814px, calc(100vh - 110px));
    }
}

/* Keep pricing CTAs predictable across browsers, including direct plan links. */
.conversion-page a.grb-btn-primary,
.conversion-page a.grb-btn-outline,
.conversion-page button.grb-btn-primary,
.conversion-page button.grb-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 48px;
    max-width: 100%;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.conversion-page a.grb-btn-primary:hover,
.conversion-page a.grb-btn-primary:focus-visible,
.conversion-page button.grb-btn-primary:hover,
.conversion-page button.grb-btn-primary:focus-visible {
    color: #ffffff;
    text-decoration: none;
}

.conversion-page a.grb-btn-outline:hover,
.conversion-page a.grb-btn-outline:focus-visible,
.conversion-page button.grb-btn-outline:hover,
.conversion-page button.grb-btn-outline:focus-visible {
    color: #ffffff;
    text-decoration: none;
}

/* Poster and Google plan CTAs are direct children; give them the same stable box as Smart Page CTAs. */
.grb-plan > a.grb-btn-primary,
.grb-plan > a.grb-btn-outline {
    display: flex;
    width: calc(100% - 48px);
    min-width: 0;
    min-height: 48px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: auto 24px 24px;
    padding: 11px 16px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.grb-plan-actions > a.grb-btn-primary,
.grb-plan-actions > a.grb-btn-outline {
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

/* Let the offer label wrap instead of pushing Buy Now outside narrow cards. */
.grb-checkout-coupon.is-single-line strong {
    min-width: 0;
    flex-wrap: wrap;
    white-space: normal;
    overflow-wrap: anywhere;
}

.grb-direct-order-chip.is-single-line strong b {
    white-space: normal;
    overflow-wrap: anywhere;
}

/* Google Profile uses four cards, so keep its Smart Page-style offer compact on desktop. */
.google-profile-page .grb-direct-order-chip.is-single-line {
    gap: 6px;
    margin-right: 16px;
    margin-left: 16px;
    padding: 10px;
}

.google-profile-page .grb-direct-order-chip.is-single-line strong {
    flex-wrap: nowrap;
    gap: 5px;
    font-size: 12px;
    line-height: 1.15;
    white-space: nowrap;
}

.google-profile-page .grb-direct-order-chip.is-single-line .grb-checkout-coupon-icon {
    flex-basis: 15px;
    width: 15px;
    height: 15px;
    font-size: 9px;
}

.google-profile-page .grb-direct-order-chip.is-single-line b {
    white-space: nowrap;
}

.google-profile-page .grb-direct-order-chip.is-single-line em {
    min-height: 26px;
    padding: 4px 7px;
    font-size: 10px;
}

@media (max-width: 767px) {
    .grb-plan > a.grb-btn-primary,
    .grb-plan > a.grb-btn-outline {
        width: calc(100% - 32px);
        min-height: 46px;
        margin-right: 16px;
        margin-left: 16px;
        margin-bottom: 16px;
        padding: 10px 14px;
    }

    .grb-plan-actions > a.grb-btn-primary,
    .grb-plan-actions > a.grb-btn-outline {
        min-height: 46px;
    }

    .grb-checkout-coupon.is-single-line {
        align-items: flex-start;
    }

    .grb-checkout-coupon.is-single-line em {
        align-self: center;
    }
}
