@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%);
}

.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;
}

.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-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 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-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 .grb-btn-primary,
.grb-plan .grb-btn-outline {
  margin: auto 24px 24px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
}

.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-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-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 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-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-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #ecfdf5;
  color: #047857;
  font-weight: 800;
}

.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 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grb-home-split {
    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 {
    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-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-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 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .grb-portfolio-grid { text-align: left; }
    .grb-portfolio-card:hover { transform: none; }
    .grb-portfolio-body { padding: 17px; }
    .grb-portfolio-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        min-height: 0;
        padding-top: 14px;
    }
    .grb-portfolio-proof-actions {
        justify-content: flex-start;
        width: 100%;
    }
    .grb-portfolio-review-link { min-height: 36px; }
    .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%; }
}
