:root {
  --bg: #f7f8f5;
  --paper: #fff;
  --ink: #182821;
  --muted: #667169;
  --line: #e2e8df;
  --green: #173f32;
  --accent: #cff799;
  --soft: #eaf2e5;
  --amber: #94621b;
  --amber-bg: #fff5df;
  --red: #9a493b;
  --radius: 24px;
  --safe: env(safe-area-inset-bottom, 0px);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: #e9ece6;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #718646;
  outline-offset: 4px;
}
button {
  border: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -1.65px;
  font-weight: 680;
}
h2 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  font-weight: 650;
}
h3 {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.3px;
}
p {
  line-height: 1.55;
}
svg {
  display: block;
  flex-shrink: 0;
}
.icon {
  width: 21px;
  height: 21px;
}
small {
  font-size: 12px;
  line-height: 1.5;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 13px;
}
.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 16px;
}
.accent-text {
  color: #608339;
}
.spacer {
  height: 20px;
}
.stack {
  display: grid;
  gap: 14px;
}
.row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.between {
  justify-content: space-between;
}
.grow {
  flex: 1;
  min-width: 0;
}
.center {
  text-align: center;
}
.full {
  width: 100%;
}
.skip {
  position: fixed;
  top: 12px;
  left: 12px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  z-index: 100;
}
.skip:focus {
  width: auto;
  height: auto;
  clip-path: none;
  background: white;
  padding: 12px;
}
#app {
  width: 100%;
  max-width: 460px;
  min-height: 100dvh;
  background: var(--bg);
  margin: 0 auto;
  position: relative;
}
.app-header {
  padding: 24px 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 760;
  letter-spacing: -1px;
  min-height: 40px;
}
.brand-mark {
  width: 27px;
  height: 31px;
  color: var(--green);
}
.brand-dot {
  color: #77a23d;
}
.header-link {
  font-size: 13px;
  background: transparent;
  color: var(--muted);
  padding: 10px 0 10px 12px;
}
.icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
}
.demo-strip {
  padding: 8px 24px;
  background: #e8efdd;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #475c31;
}
.demo-strip button {
  background: none;
  text-decoration: underline;
  font-size: 11px;
  padding: 2px;
}
.live-strip {
  background: #edf0f8;
  color: #425672;
}
.page {
  padding: 18px 24px 150px;
  animation: arrive 0.2s ease-out;
}
.page.no-footer {
  padding-bottom: 40px;
}
.intro {
  margin-bottom: 26px;
}
.intro > p {
  color: var(--muted);
  font-size: 15px;
  margin-top: 14px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 100px;
  background: var(--soft);
  color: var(--green);
  white-space: nowrap;
}
.pill .icon {
  width: 13px;
  height: 13px;
}
.pill.neutral {
  background: #edf0eb;
  color: var(--muted);
}
.pill.amber {
  background: var(--amber-bg);
  color: var(--amber);
}
.dot {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  display: inline-block;
}
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}
.card.flat {
  border: 0;
}
.card.tint {
  background: var(--soft);
  border: 0;
}
.card.dark {
  background: var(--green);
  color: white;
  border: 0;
}
.card.dark .muted {
  color: #becdc4;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 26px 0 14px;
  gap: 10px;
}
.section-title h2 {
  font-size: 19px;
  letter-spacing: -0.5px;
}
.text-button {
  padding: 10px 0;
  background: none;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--muted);
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 15px 22px;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 620;
  width: 100%;
  text-decoration: none;
  background: var(--green);
  color: white;
  transition:
    transform 0.15s,
    background 0.15s;
}
.button:hover {
  background: #225740;
}
.button:active {
  transform: scale(0.986);
}
.button.lime {
  background: var(--accent);
  color: var(--ink);
}
.button.secondary {
  background: white;
  color: var(--ink);
  border: 1px solid var(--line);
}
.button.ghost {
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  min-height: 44px;
}
.button .icon:last-child {
  margin-left: auto;
}
.button .icon:first-child {
  margin-left: 0;
}
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 460px;
  background: linear-gradient(180deg, rgba(247, 248, 245, 0.8), var(--bg) 20%);
  padding: 20px 24px calc(20px + var(--safe));
  z-index: 10;
}
.cta-note {
  text-align: center;
  margin-top: 10px;
  font-size: 11px;
  color: var(--muted);
}
.back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  font-size: 12px;
  color: var(--muted);
  padding: 0;
  min-height: 40px;
  margin: 0 0 14px;
}
.back .icon {
  width: 16px;
  height: 16px;
}
.progress-steps {
  display: flex;
  gap: 5px;
  margin: 0 0 28px;
}
.progress-steps span {
  height: 3px;
  flex: 1;
  background: var(--line);
  border-radius: 5px;
}
.progress-steps span.active {
  background: var(--green);
}
.hero {
  padding-top: 8px;
}
.hero h1 {
  font-size: 44px;
  letter-spacing: -2.25px;
  line-height: 1.05;
}
.hero h1 em {
  font-style: normal;
  color: #60843b;
}
.hero .lead {
  max-width: 315px;
  margin-top: 20px;
  font-size: 16px;
  color: var(--muted);
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 22px;
  font-size: 11px;
  color: var(--green);
  font-weight: 600;
}
.hero-label .dot {
  width: 5px;
  height: 5px;
}
.hero-visual {
  position: relative;
  margin: 32px 0 22px;
  padding: 27px 20px 17px;
  background: #e4ebda;
  border-radius: 28px;
  overflow: hidden;
}
.hero-visual:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid #cad8bd;
  border-radius: 50%;
  right: -100px;
  top: -110px;
}
.hero-visual:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border: 1px solid #cad8bd;
  border-radius: 50%;
  left: -150px;
  bottom: -160px;
}
.preview-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.96);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 14px 35px #24361b0b;
}
.preview-card .business-icon {
  background: #eee4d6;
  color: #665241;
}
.business-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--soft);
  flex-shrink: 0;
}
.preview-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: var(--muted);
  margin-bottom: 3px;
}
.preview-line {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
  font-size: 12px;
}
.check-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--soft);
  color: var(--green);
  flex-shrink: 0;
}
.check-dot .icon {
  width: 12px;
  height: 12px;
}
.preview-caption {
  font-size: 10px;
  text-align: center;
  color: #617153;
  position: relative;
  z-index: 1;
  margin-top: 14px;
}
.feature-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  color: var(--muted);
  padding: 0 1px;
}
.feature-row > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.feature-row .icon {
  width: 14px;
  height: 14px;
}
.google-tile {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  margin: 10px 0 28px;
}
.g-letter {
  font-size: 40px;
  font-weight: 750;
  line-height: 1;
  color: #4285f4;
  font-family: Arial, sans-serif;
}
.google-button {
  background: #fff;
  border: 1px solid #747775;
  color: #1f1f1f;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.google-button:hover {
  background: #f4f7fc;
}
.google-button .g-letter {
  font-size: 21px;
}
.benefits {
  display: grid;
  gap: 17px;
  margin: 28px 0;
}
.benefits .row {
  align-items: flex-start;
  font-size: 13px;
  color: var(--muted);
}
.benefits .icon {
  width: 18px;
  height: 18px;
  color: var(--green);
}
.info-box {
  background: #eef1ea;
  border-radius: 16px;
  padding: 15px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
}
.info-box.amber {
  background: var(--amber-bg);
  color: var(--amber);
}
.qr-google-page {
  display: grid;
  gap: 16px;
}
.qr-google-page .qr-google-business {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}
.qr-google-business > div {
  display: grid;
  gap: 5px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}
.qr-google-business > div:first-child {
  border-top: 0;
}
.qr-google-business strong {
  display: block;
  font-size: 12px;
  color: var(--ink);
}
.qr-google-business span {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}
.qr-google-controls-actions {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}
.qr-google-controls-actions .button {
  width: 100%;
}
.qr-google-preview-grid {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}
.qr-google-preview-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: white;
}
.qr-google-preview-card h3 {
  font-size: 13px;
  margin-bottom: 10px;
}
.qr-google-preview-frame {
  border-radius: 12px;
  background: #edf3ea;
  border: 1px dashed #cfdbcb;
  min-height: 178px;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 12px;
  overflow: hidden;
}
.qr-google-preview-frame img {
  display: block;
  max-width: 100%;
  max-height: 170px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.qr-google-preview-placeholder {
  font-size: 12px;
  text-align: center;
  color: var(--muted);
  line-height: 1.6;
}
.qr-google-preview-card .text-button {
  margin-top: 8px;
  padding-left: 0;
}
.qr-google-pill {
  margin-bottom: 12px;
}
.qr-google-pill.qr-google-pill-blocked {
  background: #fee7e2;
  color: var(--red);
}
.qr-google-pill.qr-google-pill-warning {
  background: var(--amber-bg);
  color: var(--amber);
}
.qr-google-export .error-box {
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .qr-google-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.location-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  text-align: left;
  width: 100%;
  margin-bottom: 12px;
  min-height: 90px;
}
.location-option:hover {
  border-color: #92a880;
}
.location-option .icon:last-child {
  width: 17px;
  height: 17px;
  color: var(--muted);
}
.loading-orbit {
  height: 160px;
  display: grid;
  place-items: center;
  position: relative;
  margin: 24px auto;
}
.loading-orbit:before {
  content: "";
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 2px solid var(--line);
  border-top-color: var(--green);
  animation: spin 1.8s linear infinite;
}
.loading-orbit .brand-mark {
  width: 35px;
  height: 42px;
}
.loading-list {
  display: grid;
  gap: 22px;
  max-width: 270px;
  margin: 32px auto;
  font-size: 13px;
  color: var(--muted);
}
.number-hero {
  font-size: 83px;
  line-height: 1;
  font-weight: 580;
  letter-spacing: -5px;
  margin-bottom: 8px;
}
.number-hero small {
  font-size: 17px;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: -0.3px;
}
.audit-count {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin: 10px 0 25px;
}
.audit-count p {
  padding-bottom: 12px;
  font-size: 14px;
  color: var(--muted);
  max-width: 165px;
}
.finding {
  display: flex;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.finding:last-child {
  border: 0;
}
.finding h3 {
  font-size: 14px;
  margin: 1px 0 5px;
}
.finding p {
  font-size: 12px;
  color: var(--muted);
}
.finding-icon {
  background: #eff2ea;
  width: 35px;
  height: 35px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #55783c;
}
.finding-icon .icon {
  width: 17px;
  height: 17px;
}
.audit-foot {
  margin-top: 15px;
  font-size: 11px;
  color: var(--muted);
}
.edit-label {
  display: block;
  font-size: 12px;
  font-weight: 650;
  margin: 17px 0 9px;
}
.field {
  display: block;
  width: 100%;
  padding: 15px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.6;
  resize: vertical;
}
.field:focus {
  border-color: #8ca57c;
}
.counter {
  text-align: right;
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.before-value {
  border-left: 2px solid var(--line);
  padding: 8px 12px;
  font-size: 12px;
  color: var(--muted);
  margin: 15px 0;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
  padding: 18px 0;
}
.consent input {
  margin-top: 2px;
  accent-color: var(--green);
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}
.locked-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.locked-row .icon {
  width: 15px;
  height: 15px;
}
.plan {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  text-align: left;
  width: 100%;
  position: relative;
  transition: 0.15s;
}
.plan.selected {
  border: 2px solid var(--green);
  padding: 19px;
  background: #f1f5ea;
}
.plan .selector {
  width: 21px;
  height: 21px;
  border: 1px solid #adb8a5;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.plan.selected .selector {
  background: var(--green);
  border-color: var(--green);
  color: white;
}
.plan .selector .icon {
  width: 12px;
  height: 12px;
}
.price {
  font-size: 36px;
  letter-spacing: -1.6px;
  font-weight: 650;
  margin: 15px 0 13px;
}
.price span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0;
}
.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
  font-size: 12px;
  color: var(--muted);
}
.plan-features li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.plan-features .icon {
  width: 14px;
  height: 14px;
  color: #486a34;
}
.plan-title {
  font-size: 16px;
  font-weight: 650;
}
.plan-caption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  margin: 13px 0;
}
.summary-row.total {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 18px;
  font-weight: 650;
}
.success-symbol {
  height: 82px;
  width: 82px;
  margin: 12px 0 28px;
  border-radius: 28px;
  background: var(--accent);
  display: grid;
  place-items: center;
  color: var(--green);
}
.success-symbol .icon {
  width: 35px;
  height: 35px;
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 460px;
  display: flex;
  justify-content: space-around;
  padding: 12px 16px calc(12px + var(--safe));
  background: #fbfcf9f5;
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  z-index: 10;
}
.nav-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: transparent;
  font-size: 10px;
  color: var(--muted);
  min-height: 48px;
  min-width: 70px;
}
.nav-item .icon {
  width: 21px;
  height: 21px;
}
.nav-item.active {
  color: var(--green);
  font-weight: 700;
}
.nav-item.active:before {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 24px;
  background: var(--green);
}
.dashboard-intro {
  margin: 10px 0 22px;
}
.dashboard-intro .eyebrow {
  margin-bottom: 12px;
}
.dashboard-intro h1 {
  font-size: 34px;
}
.dashboard-intro p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
}
.status-card {
  border-radius: 24px;
  background: var(--green);
  color: white;
  padding: 22px;
  overflow: hidden;
  position: relative;
}
.status-card:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid #446350;
  border-radius: 50%;
  right: -70px;
  top: -50px;
}
.status-card .row {
  position: relative;
}
.status-card h2 {
  font-size: 22px;
}
.status-card p {
  font-size: 12px;
  color: #c2d2c8;
  margin-top: 9px;
}
.status-card .check-dot {
  background: var(--accent);
  width: 35px;
  height: 35px;
  color: var(--green);
}
.status-card .check-dot .icon {
  width: 19px;
  height: 19px;
}
.mini-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}
.mini-stat {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
}
.mini-stat .stat-number {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 13px 0 5px;
}
.mini-stat p {
  font-size: 11px;
  color: var(--muted);
}
.mini-stat .icon {
  width: 18px;
  height: 18px;
  color: var(--muted);
}
.activity-tabs {
  display: flex;
  padding: 4px;
  background: #e9ede4;
  border-radius: 14px;
  margin: 20px 0;
}
.tab {
  width: 50%;
  min-height: 42px;
  border-radius: 11px;
  font-size: 13px;
  background: none;
  color: var(--muted);
}
.tab.active {
  background: white;
  color: var(--ink);
  box-shadow: 0 2px 4px #24361b07;
  font-weight: 600;
}
.post-card {
  overflow: hidden;
  border-radius: 23px;
  background: white;
  border: 1px solid var(--line);
  margin-bottom: 17px;
}
.post-visual {
  height: 135px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 19px;
  overflow: hidden;
  background: #dce7e4;
}
.post-visual .visual-title {
  position: relative;
  z-index: 1;
  max-width: 220px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -1px;
  font-weight: 650;
  color: #254d46;
}
.post-visual .visual-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 9px;
  padding: 5px 8px;
  border-radius: 20px;
  background: #ffffffba;
  color: #4c665e;
}
.post-visual.water:before {
  content: "";
  width: 110px;
  height: 150px;
  position: absolute;
  background: #a9c8bf;
  border-radius: 90% 90% 90% 10%;
  transform: rotate(-30deg);
  right: -25px;
  top: 20px;
}
.post-visual.room {
  background: #e8e1d3;
}
.post-visual.room:before {
  content: "";
  position: absolute;
  height: 120px;
  width: 90px;
  border: 1px solid #c6b89b;
  border-radius: 80px 80px 0 0;
  right: 25px;
  top: 22px;
}
.post-visual.room .visual-title {
  color: #645741;
}
.post-visual.lines {
  background: #e0e6d3;
}
.post-visual.lines:before {
  content: "";
  position: absolute;
  border: 1px solid #bcc6a2;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -70px;
  top: -40px;
  box-shadow:
    0 0 0 16px #d8dfc9,
    0 0 0 17px #bec9a7,
    0 0 0 34px #d8dfc9,
    0 0 0 35px #bec9a7;
}
.post-content {
  padding: 18px;
}
.post-content h3 {
  margin: 9px 0;
}
.post-content p {
  font-size: 12px;
  color: var(--muted);
}
.post-content .text-button {
  padding-bottom: 0;
}
.avatar {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #e8e0d2;
  color: #75634b;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 650;
  flex-shrink: 0;
}
.review-card {
  margin-bottom: 15px;
}
.review-card h3 {
  font-size: 13px;
}
.stars {
  font-size: 10px;
  letter-spacing: 2px;
  color: #b98122;
  margin-top: 3px;
}
.review-body {
  font-size: 13px;
  margin: 15px 0;
}
.reply-box {
  padding: 13px;
  border-radius: 13px;
  background: var(--soft);
  font-size: 12px;
}
.reply-box strong {
  font-size: 10px;
  display: block;
  margin-bottom: 6px;
  font-weight: 650;
  color: var(--green);
}
.review-card .button {
  margin-top: 14px;
  min-height: 42px;
  font-size: 12px;
  padding: 11px 14px;
  border-radius: 13px;
}
.review-card .field {
  font-size: 12px;
  min-height: 105px;
}
.chart {
  width: 100%;
  height: auto;
  overflow: visible;
  margin: 22px 0 10px;
}
.chart-grid {
  stroke: #e0e7db;
  stroke-width: 1;
  stroke-dasharray: 3 5;
}
.chart-area {
  fill: #e5f0d8;
}
.chart-line {
  stroke: var(--green);
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.chart-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
}
.metric-main {
  font-size: 44px;
  font-weight: 580;
  letter-spacing: -2px;
  margin-top: 16px;
}
.metric-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.metric-list .card {
  padding: 16px;
  border-radius: 19px;
}
.metric-list strong {
  font-size: 25px;
  display: block;
  margin: 10px 0 3px;
  font-weight: 620;
  letter-spacing: -0.7px;
}
.settings-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  gap: 18px;
}
.settings-row:last-child {
  border: 0;
}
.settings-row .icon {
  width: 17px;
  height: 17px;
}
.settings-toggle {
  position: relative;
  appearance: none;
  width: 42px;
  height: 25px;
  border-radius: 100px;
  background: #ced6c8;
  cursor: pointer;
  flex-shrink: 0;
}
.settings-toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: white;
  transition: transform 0.15s;
}
.settings-toggle:checked {
  background: var(--green);
}
.settings-toggle:checked:after {
  transform: translateX(17px);
}
.settings-toggle:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 115px;
  transform: translate(-50%, 12px);
  background: #1b2d24;
  color: white;
  max-width: 410px;
  width: calc(100% - 38px);
  padding: 16px 19px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 17px;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  box-shadow: 0 12px 40px #18282120;
  transition: 0.2s;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.error-box {
  margin: 18px 0;
  padding: 16px;
  border-radius: 14px;
  background: #fff0eb;
  color: var(--red);
  font-size: 13px;
}
.empty {
  text-align: center;
  padding: 32px 18px;
}
.empty > .icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 20px;
  color: #7a8e6c;
}
.empty h2 {
  font-size: 21px;
  margin-bottom: 12px;
}
.empty p {
  font-size: 13px;
  color: var(--muted);
}
.legal {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}
.legal h2 {
  font-size: 20px;
  color: var(--ink);
  margin: 25px 0 10px;
}
.legal p {
  margin-bottom: 12px;
}
.legal-footer {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  font-size: 10px;
  color: var(--muted);
}
.legal-footer button {
  font-size: 10px;
  background: none;
  text-decoration: underline;
  padding: 8px 0;
}
.desktop-label {
  display: none;
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 850px) {
  #app {
    margin: 30px max(7%, calc((100vw - 1160px) / 2)) 30px auto;
    min-height: calc(100dvh - 60px);
    box-shadow: 0 20px 90px #28391c12;
    border: 1px solid #d7dfd0;
    border-radius: 32px;
    overflow: hidden;
  }
  .sticky-cta,
  .bottom-nav {
    left: auto;
    right: max(7%, calc((100vw - 1160px) / 2));
    transform: none;
    bottom: 30px;
    width: 460px;
    border-radius: 0 0 32px 32px;
    border-left: 1px solid #d7dfd0;
    border-right: 1px solid #d7dfd0;
  }
  .desktop-label {
    display: flex;
    position: fixed;
    top: 25%;
    left: max(6%, calc((100vw - 1160px) / 2));
    width: 33%;
    flex-direction: column;
    gap: 26px;
    color: #6b7a60;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 450;
    letter-spacing: -0.8px;
  }
  .desktop-wordmark {
    font-size: 44px;
    letter-spacing: -2.5px;
    font-weight: 730;
    color: #173f32;
  }
  .desktop-wordmark span {
    font-size: 14px;
    vertical-align: top;
    margin-left: 3px;
    letter-spacing: 0;
  }
  .desktop-label small {
    font-size: 11px;
    letter-spacing: 0.3px;
    color: #86917e;
    margin-top: 60px;
  }
}
@media (max-width: 360px) {
  .app-header {
    padding: 19px 20px 15px;
  }
  .page {
    padding: 12px 20px 150px;
  }
  .hero h1 {
    font-size: 39px;
  }
  .sticky-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
  .feature-row {
    font-size: 10px;
  }
  .brand {
    font-size: 22px;
  }
  .card {
    padding: 17px;
  }
  h1 {
    font-size: 32px;
  }
  .number-hero {
    font-size: 72px;
  }
  .feature-row .icon {
    width: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  .sticky-cta,
  .bottom-nav,
  .app-header,
  .desktop-label,
  .demo-strip,
  .toast,
  .skip {
    display: none !important;
  }
  #app {
    width: 100%;
    max-width: none;
    box-shadow: none;
    border: none;
    margin: 0;
    background: white;
  }
  .page {
    padding: 0;
  }
  .card {
    break-inside: avoid;
  }
}

/* V0.2: readable mobile controls and a real desktop workspace. */
:root {
  --bg: #f8faf9;
  --ink: #172d27;
  --green: #0b483b;
  --line: #dce6e1;
  --muted: #53665e;
  --soft: #e9f3ee;
  --accent: #d5f5b4;
  background: #edf3f0;
  font-size: 16px;
}
body {
  font-size: 1rem;
}
p {
  line-height: 1.6;
}
.field,
.review-card .field {
  font-size: 1rem;
}
h3,
.finding h3,
.review-card h3 {
  font-size: 1rem;
}
.button,
.review-card .button {
  font-size: 1rem;
  min-height: 52px;
}
.small,
.intro > p,
.benefits .row,
.finding p,
.review-body,
.post-content p,
.settings-row,
.summary-row,
.legal {
  font-size: 1rem;
}
.muted {
  color: var(--muted);
}
.info-box,
.consent,
.before-value,
.edit-label,
.plan-features,
.audit-foot,
.cta-note,
.header-link,
.back,
.text-button,
.nav-item,
.tab,
.counter,
.legal-footer button,
.settings-row small {
  font-size: 0.875rem;
}
.pill,
.demo-strip,
.demo-strip button {
  font-size: 0.8125rem;
}
.pill {
  white-space: normal;
}
.demo-strip {
  min-height: 42px;
}
.demo-strip button {
  min-height: 36px;
}
.hero h1 em {
  color: var(--green);
}
.hero-visual {
  background: #e1efe7;
}
.preview-label,
.preview-caption,
.feature-row,
.preview-line {
  font-size: 0.8125rem;
}
.feature-row {
  flex-wrap: wrap;
}
.card {
  overflow-wrap: anywhere;
}
.job-card {
  margin-bottom: 14px;
}
.job-card > p {
  margin-top: 12px;
}
.field {
  min-width: 0;
  max-width: 100%;
}
select.field {
  appearance: auto;
}
.error-box {
  font-size: 0.95rem;
}
.settings-toggle {
  min-width: 44px;
}
.settings-row label {
  flex: 1;
}
.settings-row {
  gap: 12px;
}
.review-card .field {
  min-height: 140px;
}
.page {
  padding-bottom: 175px;
}
.page.no-footer {
  padding-bottom: 30px;
}
.sticky-cta {
  background: var(--bg);
  border-top: 1px solid var(--line);
}
.bottom-nav {
  background: #fff;
}
.hero-label {
  font-size: 0.75rem;
}
.hero h1 {
  letter-spacing: -1.7px;
}
.desktop-label {
  display: none !important;
}
@media (min-width: 850px) {
  #app {
    max-width: 1040px;
    width: calc(100% - 64px);
    margin: 24px auto;
    min-height: calc(100dvh - 48px);
    border-radius: 24px;
    box-shadow: 0 12px 70px #152e2010;
  }
  .app-header {
    padding: 24px 44px;
  }
  .page {
    max-width: 760px;
    margin: auto;
    padding: 28px 40px 180px;
  }
  .page.hero {
    max-width: 760px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero .lead {
    max-width: 500px;
    font-size: 20px;
  }
  .hero-visual {
    max-width: 520px;
  }
  .preview-card {
    padding: 28px;
  }
  .preview-line {
    font-size: 1rem;
  }
  .hero-label {
    font-size: 0.875rem;
  }
  .sticky-cta,
  .bottom-nav {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 64px);
    max-width: 1040px;
    border-radius: 0;
    border-color: var(--line);
  }
  .sticky-cta {
    padding: 20px max(40px, calc((100% - 680px) / 2)) 24px;
  }
  .bottom-nav {
    justify-content: center;
    gap: 95px;
  }
  .nav-item {
    min-width: 120px;
  }
  .stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .plan .price span {
    display: block;
    margin-top: 8px;
  }
  .plan-features {
    font-size: 0.95rem;
  }
  .toast {
    max-width: 600px;
  }
  .dashboard-intro h1 {
    font-size: 44px;
  }
}
@media (max-width: 420px) {
  .page {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .settings-row {
    align-items: flex-start;
  }
  .summary-row.total {
    font-size: 1rem;
  }
  .pill {
    line-height: 1.4;
  }
  .feature-row {
    display: grid;
    gap: 8px;
  }
  .card {
    padding: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
}
.mini-stat p {
  font-size: 0.875rem;
}
.page {
  animation: none;
}
.row.between > .text-button {
  max-width: 48%;
  text-align: left;
}
.price span {
  font-size: 0.875rem;
}

/* Working space: visible quotas, calm attention items, readable reports. */
.workspace-tools {
  margin-top: 16px;
  gap: 12px;
  flex-wrap: wrap;
}
.attention-card {
  padding: 6px 18px;
}
.attention-row {
  display: flex;
  align-items: center;
  gap: 14px;
  background: none;
  border: 0;
  border-bottom: 1px solid #e5e9e3;
  color: inherit;
  width: 100%;
  padding: 18px 0;
  text-align: left;
  cursor: pointer;
  min-height: 64px;
}
.attention-row:last-child {
  border-bottom: 0;
}
.attention-row span {
  flex: 1;
}
.attention-row strong,
.attention-row small {
  display: block;
}
.attention-row small {
  font-size: 13px;
  color: #52665c;
  margin-top: 4px;
}
.quota-line {
  padding: 12px 16px;
  background: #edf3ed;
  border-radius: 12px;
  color: #214d3e;
  font-size: 14px;
}
.quota-line span {
  color: #52665c;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.metric-card {
  min-width: 0;
  margin: 0;
}
.metric-card h3 {
  line-height: 1.4;
  min-height: 40px;
}
.metric-change {
  font-size: 14px;
  color: #214d3e;
}
.metric-change small {
  display: block;
  color: #52665c;
}
.history {
  margin-top: 28px;
}
.history summary {
  cursor: pointer;
  font-weight: 600;
  padding: 8px 0;
}
.history-row {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid #e5e9e3;
  font-size: 14px;
}
.history-row time {
  font-size: 12px;
  color: #52665c;
}
.service-description {
  margin-bottom: 8px;
}
.review-card .button + .button {
  margin-top: 10px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #387d65;
  outline-offset: 4px;
}
h3,
p,
.job-card {
  overflow-wrap: anywhere;
}
@media (max-width: 560px) {
  .metrics-grid {
    grid-template-columns: 1fr;
  }
  .workspace-tools {
    align-items: flex-start;
  }
  .workspace-tools .text-button {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Guided attributes: one question at a time, without discarding form values. */
.pm-attribute-page-off { display:none !important; }
.pm-attribute-pager { display:grid; grid-template-columns:1fr 1fr; gap:12px; align-items:center; margin:24px 0 0; }
.pm-attribute-progress { margin:24px 0 12px; font-weight:700; }
[data-pm-attribute-steps] details[data-pm-point] > summary { display:none; }
.pm-attribute-pager button { min-height:44px; }
[data-pm-attribute-steps] > button[type="submit"] { width:100%; margin-top:12px; }

.pm-attribute-choices { display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; }
.pm-attribute-choice { display:flex; align-items:center; gap:10px; min-height:44px; padding:10px 14px; border:1px solid var(--line); border-radius:12px; cursor:pointer; background:#fff; }
.pm-attribute-choice:has(input:checked) { border-color:#1967d2; background:#e8f0fe; color:#174ea6; }
.pm-attribute-choice input { width:20px; height:20px; margin:0; accent-color:#1967d2; }
.pm-attribute-choice:focus-within { outline:2px solid #1967d2; outline-offset:2px; }
[data-manual-posts][data-guided] .mp-storage,
[data-manual-posts][data-guided] .mp-published,
[data-manual-posts][data-guided] .mp-automation,
[data-manual-reviews][data-guided] .mr-toolbar,
[data-manual-reviews][data-guided] .mp-automation {
  display: none;
}

/* Optimaps: a distinct identity inspired by the four colors of Google. */
:root {
  --bg: #f8fafd;
  --paper: #fff;
  --ink: #202124;
  --muted: #5f6368;
  --line: #e3e7ee;
  --green: #1967d2;
  --accent: #d3e3fd;
  --soft: #eaf2ff;
  --amber: #8b5b00;
  --amber-bg: #fff6d9;
  --red: #b3261e;
  --blue: #1967d2;
  --google-blue: #4285f4;
  --google-red: #ea4335;
  --google-yellow: #fbbc04;
  --google-green: #34a853;
  --radius: 20px;
  background: var(--bg);
  font-family:
    Inter,
    "Avenir Next",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
}
body {
  background: var(--bg);
  color: var(--ink);
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 3px solid #1967d2;
  outline-offset: 4px;
}
h1,
h2,
h3 {
  color: var(--ink);
}
h1 {
  letter-spacing: -1.8px;
  font-weight: 720;
}
h2 {
  letter-spacing: -0.8px;
  font-weight: 680;
}
h3 {
  font-weight: 650;
}
p {
  overflow-wrap: normal;
}
.brand,
.site-brand {
  letter-spacing: -1.3px;
  font-weight: 750;
  color: #202124;
}
.opti-symbol {
  position: relative;
  display: inline-flex;
  width: 29px;
  height: 34px;
  flex-shrink: 0;
}
.opti-symbol svg {
  height: 100%;
  width: 100%;
}
.opti-symbol i {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 9px;
  height: 9px;
  background: var(--google-green);
  border: 2px solid white;
  border-radius: 50%;
}
.opti-period {
  color: var(--google-blue);
}
.brand .brand-dot {
  display: none;
}
.four-colors {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.four-colors i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--google-blue);
}
.four-colors i:nth-child(2) {
  background: var(--google-red);
}
.four-colors i:nth-child(3) {
  background: var(--google-yellow);
}
.four-colors i:nth-child(4) {
  background: var(--google-green);
}
.site-icon {
  width: 22px;
  height: 22px;
  flex: none;
}
.surface-site {
  background: #fff;
}
.surface-site #app {
  max-width: none;
  width: 100%;
  margin: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 100dvh;
}
.site-header {
  height: 88px;
  max-width: 1320px;
  margin: auto;
  padding: 0 44px;
  display: flex;
  align-items: center;
  gap: 44px;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #edf0f4;
}
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 27px;
  text-decoration: none;
  white-space: nowrap;
}
.site-desktop-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-left: 28px;
}
.site-desktop-nav a,
.site-login {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #5f6368;
  background: transparent;
}
.site-desktop-nav a:hover,
.site-desktop-nav a[aria-current] {
  color: var(--blue);
}
.site-header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.site-login {
  padding: 12px 0;
  color: var(--ink);
}
.site-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 17px 23px;
  background: var(--blue);
  color: white;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  min-height: 54px;
  transition:
    background 0.15s,
    box-shadow 0.15s;
  cursor: pointer;
}
.site-button:hover {
  background: #185abc;
  box-shadow: 0 4px 14px #1967d220;
}
.site-button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.site-secondary {
  background: #fff;
  color: var(--blue);
  border-color: #c9d6eb;
}
.site-secondary:hover {
  background: #edf4ff;
}
.small-cta {
  min-height: 44px;
  padding: 12px 17px;
  font-size: 14px;
  border-radius: 10px;
}
.google-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
}
.google-icon {
  display: block;
  width: 20px;
  height: 20px;
}
.site-button:has(.google-mark) {
  gap: 12px;
  padding: 12px 20px;
}
.small-cta:has(.google-mark) {
  padding: 8px 14px;
  gap: 9px;
}
.small-cta .google-mark {
  width: 26px;
  height: 26px;
}
.small-cta .google-icon {
  width: 18px;
  height: 18px;
}
.site-inline-link .google-mark {
  width: 28px;
  height: 28px;
}
.google-tile .google-mark,
.google-tile .google-icon {
  width: 40px;
  height: 40px;
}
.site-menu-toggle {
  display: none;
  background: #f2f6ff;
  border: 1px solid #dce5f2;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
}
.site-menu-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  background: #1967d2;
  flex: 0 0 2px;
  margin: 0;
}
.site-mobile-nav[hidden] {
  display: none;
}
.site-mobile-nav {
  position: absolute;
  top: 76px;
  left: 20px;
  right: 20px;
  background: white;
  box-shadow: 0 16px 50px #20212418;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  display: grid;
  gap: 4px;
}
.site-mobile-nav a,
.site-mobile-nav button {
  padding: 14px;
  font-size: 16px;
  background: none;
  text-decoration: none;
  text-align: left;
  border-radius: 8px;
}
.site-mobile-nav a:hover,
.site-mobile-nav button:hover {
  background: var(--soft);
}
.site-main {
  max-width: 1320px;
  margin: auto;
  padding: 0 44px;
}
.site-hero {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  align-items: center;
  gap: 65px;
  padding: 78px 0 74px;
}
.site-kicker {
  font-size: 12px;
  letter-spacing: 1.35px;
  font-weight: 750;
  color: #5f6368;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  text-transform: uppercase;
  line-height: 1.5;
}
.site-hero h1 {
  font-size: clamp(42px, 4.25vw, 62px);
  line-height: 1.09;
  letter-spacing: -2.7px;
  max-width: 640px;
}
.hero-blue {
  color: var(--blue);
}
.site-hero-lead {
  font-size: 21px;
  line-height: 1.6;
  margin-top: 28px;
  color: #333b45;
}
.site-hero-description {
  font-size: 16px;
  line-height: 1.75;
  max-width: 455px;
  color: var(--muted);
  margin-top: 16px;
}
.site-hero-actions {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
  margin-top: 30px;
}
.site-demo-link,
.site-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  background: transparent;
  padding: 0;
}
.site-demo-link {
  color: #3c4043;
  font-size: 14px;
}
.site-demo-link:hover,
.site-inline-link:hover {
  text-decoration: underline;
}
.site-demo-link .site-icon,
.site-inline-link .site-icon {
  width: 18px;
  height: 18px;
}
.hero-reassurance {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #646b76;
  font-size: 12px;
  margin-top: 22px;
}
.hero-reassurance .site-icon {
  color: #188038;
  width: 16px;
  height: 16px;
}
.site-hero-product {
  padding: 28px 0 28px 20px;
  position: relative;
}
.site-hero-product:before {
  content: "";
  position: absolute;
  inset: -6px -16px -6px 36px;
  background: #edf4ff;
  border-radius: 40px 92px 40px 40px;
}
.product-preview {
  position: relative;
  background: white;
  border: 1px solid #e2e8f1;
  border-radius: 19px;
  overflow: hidden;
  box-shadow: 0 20px 55px -25px #17468350;
  transform: rotate(-2deg);
}
.preview-browser {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 19px;
  border-bottom: 1px solid #edf0f4;
  background: #fbfcfe;
  font-size: 11px;
  color: #6c7480;
}
.preview-browser > .site-icon {
  width: 15px;
  height: 15px;
  margin-left: auto;
  color: #708398;
}
.preview-browser-dots {
  display: flex;
  gap: 5px;
}
.preview-browser-dots i {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #d5dce7;
}
.preview-workspace {
  padding: 27px;
}
.preview-business {
  display: flex;
  align-items: center;
  gap: 11px;
}
.example-avatar {
  background: #e8f0fe;
  color: var(--blue);
  width: 40px;
  height: 40px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 750;
}
.preview-business strong,
.preview-business span:not(.example-avatar):not(.example-label) {
  display: block;
}
.preview-business strong {
  font-size: 13px;
}
.preview-business div > span {
  color: var(--muted);
  font-size: 11px;
  margin-top: 4px;
}
.example-label {
  margin-left: auto;
  align-self: flex-start;
  color: #667280;
  background: #f4f6f9;
  font-size: 9px;
  padding: 5px 7px;
  border-radius: 5px;
  white-space: nowrap;
}
.preview-greeting {
  padding: 28px 0 24px;
}
.preview-greeting > p {
  font-size: 11px;
  color: var(--blue);
  font-weight: 650;
  margin-bottom: 8px;
}
.preview-greeting h2 {
  font-size: 26px;
  letter-spacing: -0.8px;
  line-height: 1.2;
}
.preview-task {
  border: 1px solid #e7edf4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 12px;
  margin-top: 10px;
  min-height: 70px;
}
.preview-task-icon {
  width: 34px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #e8f0fe;
  color: var(--blue);
}
.preview-task-icon > .site-icon {
  width: 18px;
  height: 18px;
}
.preview-task > span:nth-child(2) {
  flex: 1;
  min-width: 0;
}
.preview-task strong {
  display: block;
  font-size: 11px;
  line-height: 1.4;
}
.preview-task small {
  display: block;
  font-size: 10px;
  color: #68717e;
  margin-top: 4px;
}
.preview-task > .site-icon {
  width: 16px;
  height: 16px;
  color: #8190a3;
}
.preview-status {
  font-size: 10px;
  color: #185abc;
  background: #e8f0fe;
  padding: 5px 8px;
  border-radius: 20px;
}
.preview-task.yellow .preview-task-icon {
  color: #906400;
  background: #fff4cd;
}
.preview-task.green .preview-task-icon {
  color: #188038;
  background: #e7f3eb;
}
.preview-assurance {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  color: #526777;
  padding-top: 20px;
}
.preview-assurance .site-icon {
  width: 14px;
  height: 14px;
  color: #188038;
}
.site-context-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 25px 0;
  color: #626b79;
  font-size: 14px;
}
.site-context-strip p {
  font-size: 13px;
  color: #7b818b;
}
.site-context-strip span {
  font-weight: 600;
}
.site-section {
  padding: 92px 0;
}
.site-section-heading {
  max-width: 700px;
  margin-bottom: 40px;
}
.site-section-heading h2,
.site-end-cta h2,
.site-contact-cta h2,
.split-section h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: -1.2px;
}
.site-section-heading > p:not(.site-kicker) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  max-width: 540px;
  line-height: 1.75;
}
.site-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.site-feature {
  padding: 28px 22px;
  border: 1px solid #e5e9f0;
  border-radius: 18px;
  background: #fff;
}
.feature-symbol {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #e8f0fe;
  color: #185abc;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
}
.site-feature.red .feature-symbol {
  background: #fceceb;
  color: #b3261e;
}
.site-feature.yellow .feature-symbol {
  background: #fff4cc;
  color: #8b5b00;
}
.site-feature.green .feature-symbol {
  background: #e6f4ea;
  color: #188038;
}
.site-feature h3 {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -0.5px;
  margin-bottom: 13px;
}
.site-feature p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
}
.site-section > .site-inline-link {
  margin-top: 30px;
}
.site-tinted {
  background: #f6f9ff;
  border-radius: 28px;
  padding: 58px 48px;
  margin: 0 -16px;
}
.site-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
.step-number {
  font-size: 15px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #dfeaff;
  color: #1967d2;
  font-weight: 750;
  margin-bottom: 22px;
}
.site-steps article:nth-child(2) .step-number {
  background: #fce8e6;
  color: #b3261e;
}
.site-steps article:nth-child(3) .step-number {
  background: #e0f1e5;
  color: #188038;
}
.site-steps h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.site-steps p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
}
.site-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 940px;
  margin: 0 auto;
}
.site-home-pricing .site-section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.site-home-pricing .site-kicker {
  justify-content: center;
}
.site-home-pricing .site-section-heading > p {
  margin-left: auto;
  margin-right: auto;
}
.site-plan {
  border: 1px solid #dbe3ee;
  border-radius: 22px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.site-plan.is-plus {
  border: 2px solid #669df6;
  padding: 33px;
  background: #f8fbff;
}
.site-plan-top {
  margin-bottom: 25px;
}
.site-plan-top h3 {
  font-size: 23px;
  letter-spacing: -0.7px;
}
.site-plan-top > span {
  font-size: 13px;
  color: var(--muted);
  display: block;
  margin-top: 9px;
}
.site-price {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.1;
}
.site-price > span {
  font-size: 17px;
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1.6;
}
.site-price > span > span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  font-weight: 450;
}
.plan-description {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 22px 0;
}
.site-plan ul {
  padding: 24px 0 0;
  margin: 0 0 30px;
  list-style: none;
  display: grid;
  gap: 17px;
  border-top: 1px solid #e0e7f1;
  flex: 1;
}
.site-plan li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.site-plan li .site-icon {
  color: #188038;
  width: 17px;
  height: 17px;
  margin-top: 3px;
}
.site-plan .site-button {
  width: 100%;
  font-size: 14px;
  padding: 16px 12px;
}
.site-pricing-note {
  font-size: 12px;
  color: #66717e;
  text-align: center;
  max-width: 720px;
  margin: 24px auto 0;
  line-height: 1.7;
}
.site-home-pricing > .site-inline-link {
  display: flex;
  justify-content: center;
}
.site-faq-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
}
.site-faq-section .site-section-heading > .site-inline-link {
  margin-top: 24px;
}
.site-faq {
  border-bottom: 1px solid #e0e6ef;
}
.site-faq summary {
  font-size: 16px;
  font-weight: 650;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 0;
  cursor: pointer;
  list-style: none;
  line-height: 1.5;
}
.site-faq summary::-webkit-details-marker {
  display: none;
}
.site-faq summary > span {
  font-size: 22px;
  font-weight: 400;
  color: #6b7788;
  flex-shrink: 0;
}
.site-faq[open] summary > span {
  transform: rotate(45deg);
}
.site-faq > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  padding: 0 32px 23px 0;
}
.site-end-cta {
  border: 1px solid #dce6f8;
  background: #edf4ff;
  border-radius: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 52px;
  margin-bottom: 80px;
}
.site-end-cta p:not(.site-kicker) {
  font-size: 15px;
  color: var(--muted);
  margin-top: 18px;
}
.site-end-cta .site-button {
  flex-shrink: 0;
}
.site-end-cta.has-illustration {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 28px;
  padding: 40px 16px 0 48px;
  overflow: hidden;
}
.site-end-copy {
  padding-bottom: 40px;
}
.site-end-copy .site-button {
  margin-top: 28px;
}
.site-end-image {
  display: block;
  width: 100%;
  height: auto;
  align-self: end;
}
.site-footer {
  border-top: 1px solid #e7ecf4;
  padding: 60px max(44px, calc((100% - 1232px) / 2)) 24px;
  background: #fbfcfe;
}
.site-footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
  gap: 48px;
}
.site-footer-top p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 16px;
}
.site-footer-top h2 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 19px;
}
.site-footer-top > div > a:not(.site-brand) {
  display: block;
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 14px;
}
.site-footer-top > div > a:hover {
  color: var(--blue);
}
.site-footer-trial strong {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
.site-footer-trial .site-inline-link {
  font-size: 13px;
  margin-top: 17px;
}
.site-footer-bottom {
  border-top: 1px solid #e3e8f1;
  margin-top: 48px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: #657180;
}
.site-inner-page .site-page-heading {
  text-align: center;
  padding: 74px 0 58px;
  max-width: 790px;
  margin: auto;
}
.site-page-heading .site-kicker {
  justify-content: center;
}
.site-page-heading h1 {
  font-size: clamp(35px, 4.2vw, 58px);
  line-height: 1.15;
  letter-spacing: -2px;
}
.site-page-heading > p:last-child {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 650px;
  margin: 24px auto 0;
}
.detailed-features {
  margin-bottom: 70px;
  grid-template-columns: repeat(2, 1fr);
}
.detailed-features .site-feature {
  padding: 36px;
}
.detailed-features p {
  font-size: 16px;
}
.detailed-features h3 {
  font-size: 25px;
}
.workflow-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.workflow-line > span {
  background: #fff;
  border: 1px solid #dce6f6;
  border-radius: 13px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
}
.workflow-line > .site-icon {
  color: #8495ad;
}
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.split-section p:not(.site-kicker) {
  font-size: 16px;
  color: var(--muted);
  margin: 22px 0;
}
.split-section .product-preview {
  transform: none;
}
.site-check-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 18px;
  margin-top: 30px;
}
.site-check-list li {
  display: flex;
  gap: 12px;
  font-size: 15px;
}
.site-check-list .site-icon {
  color: #188038;
  width: 19px;
  height: 19px;
}
.comparison-scroll {
  max-width: 940px;
  margin: auto;
  overflow: auto;
}
.site-comparison {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.site-comparison th,
.site-comparison td {
  padding: 23px 20px;
  font-size: 14px;
  border-bottom: 1px solid var(--line);
  line-height: 1.7;
}
.site-comparison thead th {
  background: #f5f8ff;
  font-size: 16px;
}
.site-comparison tbody th {
  font-weight: 500;
  width: 43%;
}
.site-comparison td {
  width: 28.5%;
  color: #5f6368;
}
.site-faq-full {
  max-width: 800px;
  margin: 0 auto 60px;
}
.site-contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 940px;
  margin: 0 auto 80px;
  padding: 40px;
  background: #f4f8ff;
  border-radius: 24px;
}
.site-contact-cta p {
  color: var(--muted);
  margin-top: 12px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  max-width: 1000px;
  margin: 0 auto 90px;
}
.contact-layout aside {
  padding-top: 20px;
}
.contact-layout aside h2 {
  font-size: 30px;
  line-height: 1.2;
}
.contact-layout aside > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  margin-top: 24px;
}
.contact-email {
  display: block;
  color: var(--blue);
  font-size: 16px;
  margin-top: 22px;
}
.contact-note {
  display: flex;
  gap: 12px;
  padding: 22px;
  background: #f5f8fd;
  border-radius: 15px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin: 30px 0;
}
.contact-note .site-icon {
  color: var(--blue);
}
.site-contact-form {
  border: 1px solid #dfe6f0;
  border-radius: 22px;
  padding: 32px;
  background: #fff;
  display: grid;
  gap: 22px;
}
.site-contact-form label:not(.contact-consent) {
  display: grid;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
.site-contact-form input:not([type="checkbox"]),
.site-contact-form textarea,
.site-contact-form select {
  width: 100%;
  min-width: 0;
  background: #fff;
  border: 1px solid #cdd6e4;
  border-radius: 9px;
  padding: 13px 12px;
  color: var(--ink);
  font-size: 16px;
  min-height: 48px;
}
.site-contact-form textarea {
  resize: vertical;
  line-height: 1.7;
}
.contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.contact-consent input {
  appearance: auto;
  min-width: 18px;
  width: 18px;
  height: 18px;
  margin: 2px 0;
  accent-color: var(--blue);
}
.contact-consent a {
  color: var(--blue);
}
.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.contact-test-note {
  font-size: 12px;
  line-height: 1.7;
  color: #687482;
}
.site-contact-form [role="status"]:empty {
  display: none;
}
.site-contact-form [role="status"] {
  font-size: 14px;
  line-height: 1.65;
  color: #185abc;
}
.site-contact-form [role="status"].form-error {
  color: #b3261e;
}
.site-legal {
  max-width: 760px;
  margin: 0 auto 90px;
}
.site-legal h2 {
  font-size: 24px;
  margin: 34px 0 17px;
}
.site-legal p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.9;
}
.site-legal .site-inline-link {
  margin-top: 30px;
}
.site-notice {
  padding: 20px 24px;
  border-radius: 14px;
  background: #f1f5fe;
  color: #3d5574 !important;
  font-size: 14px !important;
}
/* One identity across the public site, onboarding and customer workspace. */
#app {
  border: none;
}
.app-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-size: 25px;
}
.app-header .brand-mark {
  color: var(--blue);
}
.icon-btn {
  border-radius: 12px;
  background: #f6f9ff;
}
.header-link {
  font-weight: 600;
  color: #3c4043;
}
.demo-strip {
  background: #fff6df;
  color: #735212;
}
.live-strip {
  background: #edf4ff;
  color: #34577e;
}
.demo-strip button {
  font-size: 13px;
}
.button {
  background: var(--blue);
  border-radius: 12px;
  box-shadow: none;
  font-weight: 650;
}
.button:hover {
  background: #185abc;
}
.button.secondary {
  background: white;
  border: 1px solid #cdd9eb;
  color: #185abc;
}
.button.secondary:hover {
  background: #edf4ff;
}
.button.ghost {
  color: #48627e;
  background: transparent;
}
.google-button {
  background: #fff !important;
  color: #3c4043 !important;
  border: 1px solid #ccd5e2 !important;
}
.card {
  border: 1px solid #e1e7f0;
  border-radius: 18px;
  box-shadow: 0 2px 6px #18395903;
}
.business-icon {
  background: #e8f0fe;
  color: var(--blue);
  border-radius: 13px;
}
.progress-steps span {
  background: #e5eaf2;
}
.progress-steps span.active {
  background: var(--google-blue);
}
.progress-steps span:nth-child(2).active {
  background: var(--google-red);
}
.progress-steps span:nth-child(3).active {
  background: var(--google-green);
}
.field {
  border: 1px solid #ced8e6;
  border-radius: 11px;
  background: #fff;
  color: #202124;
}
.field:focus {
  border-color: var(--blue);
}
.consent input {
  accent-color: var(--blue);
}
.status-card {
  background: #eaf2ff;
  color: #233958;
  border: 1px solid #d7e5fd;
  border-radius: 18px;
}
.status-card h2 {
  color: #185abc;
}
.status-card p {
  color: #476388;
}
.mini-stat {
  background: white;
  border: 1px solid #e0e7f1;
  border-radius: 17px;
  padding: 22px;
}
.stat-number {
  color: #1967d2;
}
.mini-stat:nth-child(2) .stat-number {
  color: #188038;
}
.number-hero {
  color: var(--blue);
}
.finding-icon {
  background: #fff5d6;
  color: #8b5b00;
}
.info-box {
  background: #f0f5fd;
  color: #3f5d83;
  border: 1px solid #dde7f6;
  border-radius: 13px;
}
.pill {
  background: #edf3fc;
  color: #315c92;
}
.pill.warn {
  background: #fff4d5;
  color: #825500;
}
.pill.good {
  background: #e6f4ea;
  color: #137333;
}
.plan {
  border-radius: 18px;
}
.plan.selected {
  background: #f5f9ff;
  border-color: #1967d2;
}
.plan .selector {
  border-color: #c3d4ed;
}
.plan.selected .selector {
  background: #1967d2;
}
.plan-features .icon {
  color: #188038;
}
.quota-line {
  background: #edf4ff;
  color: #24528f;
}
.quota-line span,
.attention-row small,
.history-row time {
  color: #647185;
}
.attention-row {
  border-color: #e6ebf2;
}
.attention-row > .icon:first-child {
  color: var(--blue);
}
.attention-row:hover {
  background: #f8fbff;
}
.metric-change {
  color: #375a83;
}
.metric-change small {
  color: #637184;
}
.metric-main {
  color: #202124;
}
.metric-card:nth-child(4n + 1) {
  border-top: 3px solid #4285f4;
}
.metric-card:nth-child(4n + 2) {
  border-top: 3px solid #ea4335;
}
.metric-card:nth-child(4n + 3) {
  border-top: 3px solid #fbbc04;
}
.metric-card:nth-child(4n + 4) {
  border-top: 3px solid #34a853;
}
.settings-toggle:checked {
  background: #1967d2;
}
.tab.active {
  color: #185abc;
  background: #e8f0fe;
}
.bottom-nav .nav-item.active {
  color: #1967d2;
}
.bottom-nav .nav-item.active:before {
  background: #e8f0fe;
}
.loading-orbit {
  background: #e8f0fe;
  border-color: #d9e7fc;
}
.success-symbol {
  background: #e6f4ea;
  color: #188038;
}
.before-value {
  background: #f5f7fb;
  color: #626d7d;
  border-color: #e2e7ef;
}
.accent-text {
  color: #185abc;
}
.workspace-sidebar {
  display: none;
}
.workspace-page-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 25px;
}
.workspace-page-heading .intro {
  margin: 0;
}
.workspace-label {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
}
.workspace-grid {
  display: grid;
  gap: 24px;
}
.workspace-grid > div {
  min-width: 0;
}
.workspace-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
.workspace-summary .mini-stat {
  min-width: 0;
}
.workspace-summary p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
}
.workspace-summary .stat-number {
  font-size: 32px;
}
.workspace-summary .mini-stat:nth-child(3) .stat-number {
  color: #bd5a11;
}
.workspace-grid .section-title:first-child {
  margin-top: 0;
}
.workspace-business {
  border: 1px solid #e0e7f1;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  margin-bottom: 26px;
}
.workspace-business .workspace-tools {
  border-top: 1px solid #edf0f5;
  padding-top: 16px;
}
.dashboard-description p {
  font-size: 15px;
  line-height: 1.8;
}
.workspace-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 22px;
  background: #edf4ff;
  border-radius: 16px;
  margin-top: 20px;
  color: #47638a;
  font-size: 14px;
  line-height: 1.7;
}
.workspace-note .icon {
  color: #1967d2;
}
.workspace-summary .mini-stat:nth-child(2) {
  background: #f4fbf6;
}
.workspace-summary .mini-stat:nth-child(3) {
  background: #fffbef;
}
@media (min-width: 1000px) {
  .surface-workspace #app {
    max-width: none;
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 100dvh;
    padding-left: 238px;
    background: #f8fafd;
  }
  .surface-workspace .app-header {
    height: 78px;
    padding: 18px 42px;
  }
  .surface-workspace .app-header .brand {
    display: none;
  }
  .surface-workspace .app-header:before {
    content: attr(data-workspace-label);
    font-size: 14px;
    font-weight: 600;
    color: #5c6878;
  }
  .surface-workspace .demo-strip {
    position: static;
    border: 0;
    min-height: 32px;
    padding: 8px 42px;
    background: transparent;
    font-size: 12px;
  }
  .surface-workspace .demo-strip button {
    font-size: 12px;
  }
  .workspace-sidebar {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 238px;
    background: #fff;
    border-right: 1px solid #e2e8f1;
    padding: 24px 20px;
    flex-direction: column;
    z-index: 25;
  }
  .workspace-sidebar .site-brand {
    font-size: 27px;
    padding: 2px 10px;
  }
  .workspace-sidebar .rail-label {
    font-size: 10px;
    letter-spacing: 1.1px;
    color: #7a8595;
    font-weight: 650;
    margin: 46px 14px 16px;
  }
  .workspace-sidebar nav {
    display: grid;
    gap: 7px;
  }
  .workspace-sidebar nav button {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 48px;
    background: transparent;
    color: #626d7b;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    padding: 13px;
    border-radius: 10px;
  }
  .workspace-sidebar nav button:hover {
    background: #f6f9ff;
  }
  .workspace-sidebar nav button[aria-current] {
    background: #e8f0fe;
    color: #185abc;
  }
  .workspace-sidebar nav .icon {
    width: 20px;
    height: 20px;
  }
  .rail-bottom {
    margin-top: auto;
    padding: 20px 12px 0;
    border-top: 1px solid #e7edf5;
    display: grid;
    gap: 17px;
  }
  .rail-bottom > a {
    font-size: 13px;
    text-decoration: none;
    color: #68788c;
  }
  .rail-bottom > span {
    font-size: 11px;
    color: #7a8595;
  }
  .surface-workspace .page {
    max-width: 1160px;
    margin: 0 auto;
    padding: 56px 42px 65px;
  }
  .surface-workspace .page h1 {
    font-size: 36px;
    line-height: 1.14;
    letter-spacing: -1.3px;
  }
  .surface-workspace .page h1 br {
    display: none;
  }
  .surface-workspace .bottom-nav {
    display: none;
  }
  .surface-workspace .workspace-grid {
    grid-template-columns: 1.15fr 1fr;
  }
  .surface-workspace .metrics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .surface-workspace .sticky-cta {
    left: 238px;
    right: 0;
    bottom: 0;
    width: auto;
    max-width: none;
    transform: none;
    padding: 18px 42px;
    border-radius: 0;
  }
  .surface-onboarding #app {
    max-width: 820px;
    width: calc(100% - 60px);
    margin: 28px auto;
    min-height: calc(100dvh - 56px);
    box-shadow: 0 12px 60px #1739690a;
    border: 1px solid #e0e7f1;
    border-radius: 24px;
    overflow: hidden;
  }
  .surface-onboarding .page {
    max-width: 700px;
    padding: 38px 42px 170px;
  }
  .surface-onboarding .app-header {
    padding: 24px 42px;
  }
  .surface-onboarding .sticky-cta {
    max-width: 820px;
    width: calc(100% - 60px);
    padding: 18px 42px 22px;
  }
  .surface-onboarding .sticky-cta > .button,
  .surface-onboarding .sticky-cta > .cta-note {
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
  .surface-onboarding .page h1 {
    font-size: 42px;
    line-height: 1.12;
  }
  .surface-onboarding .page.no-footer {
    padding-bottom: 40px;
  }
}
@media (max-width: 1150px) {
  .site-header {
    gap: 20px;
    padding: 0 30px;
  }
  .site-desktop-nav {
    gap: 20px;
    margin-left: 10px;
  }
  .site-header-actions {
    gap: 18px;
  }
  .site-main {
    padding: 0 35px;
  }
  .site-hero {
    gap: 35px;
  }
  .site-hero h1 {
    font-size: 49px;
    letter-spacing: -2.1px;
  }
  .site-hero-product {
    padding-left: 0;
  }
  .site-feature-grid {
    gap: 14px;
  }
  .site-feature {
    padding: 25px 18px;
  }
  .site-feature h3 {
    font-size: 18px;
  }
  .site-footer {
    padding-left: 35px;
    padding-right: 35px;
  }
  .site-footer-top {
    gap: 26px;
  }
  .contact-layout {
    gap: 60px;
  }
}
@media (max-width: 999px) {
  .site-desktop-nav {
    display: none;
  }
  .site-menu-toggle {
    display: flex;
  }
  .site-header {
    height: 78px;
  }
  .site-main {
    padding: 0 28px;
  }
  .site-hero {
    padding: 60px 0;
    gap: 35px;
  }
  .site-hero h1 {
    font-size: 42px;
    letter-spacing: -1.8px;
  }
  .site-hero-lead {
    font-size: 18px;
  }
  .preview-workspace {
    padding: 20px;
  }
  .example-label {
    display: none;
  }
  .site-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-feature h3 {
    font-size: 21px;
  }
  .site-steps {
    gap: 30px;
  }
  .site-section {
    padding: 68px 0;
  }
  .site-tinted {
    padding: 38px 30px;
    margin: 0;
  }
  .site-faq-section {
    gap: 38px;
    grid-template-columns: 1fr 1.25fr;
  }
  .site-end-cta {
    padding: 38px;
    margin-bottom: 65px;
  }
  .site-end-cta.has-illustration {
    padding: 32px 12px 0 34px;
    gap: 16px;
  }
  .site-end-copy {
    padding-bottom: 32px;
  }
  .site-footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .site-inner-page .site-page-heading {
    padding: 60px 0 45px;
  }
  .contact-layout {
    gap: 35px;
  }
  .site-contact-form {
    padding: 25px;
  }
  .contact-fields {
    grid-template-columns: 1fr;
  }
  .split-section {
    gap: 40px;
  }
  .site-comparison td,
  .site-comparison th {
    padding: 20px 14px;
  }
  .surface-workspace #app {
    max-width: none;
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .surface-workspace .page {
    max-width: 780px;
    padding: 28px 24px 125px;
  }
  .surface-workspace .app-header {
    padding: 20px 24px;
  }
  .surface-workspace .bottom-nav {
    max-width: none;
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
    gap: 0;
  }
  .surface-workspace .page h1 {
    font-size: 34px;
  }
  .workspace-summary {
    gap: 12px;
  }
  .workspace-summary .mini-stat {
    padding: 17px;
  }
  .workspace-summary .stat-number {
    font-size: 30px;
  }
  .workspace-summary p {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .site-header {
    padding: 0 20px;
    gap: 12px;
    height: 74px;
  }
  .site-brand {
    font-size: 25px;
  }
  .site-header-actions {
    gap: 14px;
  }
  .site-header-actions .small-cta {
    display: none;
  }
  .site-login {
    font-size: 13px;
  }
  .site-main {
    padding: 0 22px;
  }
  .site-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 42px 0 40px;
  }
  .site-kicker {
    font-size: 10px;
    letter-spacing: 1px;
    gap: 9px;
    margin-bottom: 20px;
  }
  .site-hero h1 {
    font-size: clamp(35px, 8.9vw, 54px);
    letter-spacing: -1.7px;
    line-height: 1.12;
  }
  .site-hero-lead {
    font-size: 18px;
    line-height: 1.65;
    margin-top: 22px;
  }
  .site-hero-description {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 15px;
    max-width: 430px;
  }
  .site-hero-actions {
    margin-top: 24px;
    gap: 17px;
    align-items: flex-start;
  }
  .site-hero-actions .site-button {
    width: 100%;
    max-width: 400px;
    min-height: 56px;
  }
  .hero-reassurance {
    font-size: 12px;
    margin-top: 18px;
    gap: 8px;
  }
  .site-hero-product {
    padding: 18px 8px 18px 0;
    max-width: 480px;
    width: 100%;
    margin: auto;
  }
  .site-hero-product:before {
    inset: 0 0 0 16px;
    border-radius: 25px 70px 25px 25px;
  }
  .product-preview {
    transform: rotate(-1deg);
  }
  .preview-workspace {
    padding: 23px;
  }
  .preview-task strong {
    font-size: 11px;
  }
  .preview-task small {
    font-size: 10px;
  }
  .preview-greeting h2 {
    font-size: 27px;
  }
  .site-context-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    font-size: 13px;
    padding: 25px 0;
  }
  .site-context-strip p {
    grid-column: 1/-1;
    font-size: 12px;
  }
  .site-section {
    padding: 55px 0;
  }
  .site-section-heading {
    margin-bottom: 28px;
  }
  .site-section-heading h2,
  .split-section h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .site-section-heading > p:not(.site-kicker) {
    font-size: 15px;
    line-height: 1.8;
  }
  .site-feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .site-feature {
    padding: 26px;
  }
  .site-feature .feature-symbol {
    margin-bottom: 20px;
    width: 44px;
    height: 44px;
  }
  .site-feature h3 {
    font-size: 22px;
  }
  .site-feature p {
    font-size: 15px;
  }
  .site-tinted {
    padding: 32px 25px;
    border-radius: 22px;
  }
  .site-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .step-number {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  .site-steps article {
    padding-bottom: 26px;
    border-bottom: 1px solid #e0e7f1;
  }
  .site-steps article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .site-pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .site-plan,
  .site-plan.is-plus {
    padding: 28px;
  }
  .site-plan-top {
    margin-bottom: 22px;
  }
  .site-price {
    font-size: 49px;
  }
  .site-pricing-note {
    text-align: left;
    font-size: 12px;
  }
  .site-home-pricing .site-section-heading {
    text-align: left;
  }
  .site-home-pricing .site-kicker {
    justify-content: flex-start;
  }
  .site-home-pricing > .site-inline-link {
    justify-content: flex-start;
  }
  .site-faq-section {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .site-faq summary {
    font-size: 15px;
    padding: 22px 0;
  }
  .site-faq > p {
    font-size: 14px;
  }
  .site-end-cta {
    padding: 32px 25px;
    display: block;
    border-radius: 22px;
    margin-bottom: 55px;
  }
  .site-end-cta h2 {
    font-size: 30px;
  }
  .site-end-cta .site-button {
    margin-top: 27px;
    width: 100%;
  }
  .site-end-cta.has-illustration {
    display: block;
    padding: 0;
  }
  .site-end-copy {
    padding: 32px 25px 28px;
  }
  .site-end-image {
    width: calc(100% - 16px);
    margin: 0 auto;
  }
  .site-footer {
    padding: 40px 22px 24px;
  }
  .site-footer-top {
    gap: 32px 22px;
  }
  .site-footer-top > div:first-child,
  .site-footer-trial {
    grid-column: 1/-1;
  }
  .site-footer-trial {
    padding-top: 20px;
    border-top: 1px solid #e0e7f1;
  }
  .site-footer-bottom {
    margin-top: 30px;
    display: grid;
    gap: 12px;
    font-size: 11px;
  }
  .site-inner-page .site-page-heading {
    padding: 42px 0 38px;
    text-align: left;
  }
  .site-page-heading .site-kicker {
    justify-content: flex-start;
  }
  .site-page-heading h1 {
    font-size: 37px;
    letter-spacing: -1.3px;
  }
  .site-page-heading > p:last-child {
    font-size: 16px;
    margin-top: 20px;
  }
  .detailed-features {
    margin-bottom: 44px;
  }
  .detailed-features .site-feature {
    padding: 27px;
  }
  .detailed-features h3 {
    font-size: 24px;
  }
  .detailed-features p {
    font-size: 15px;
  }
  .workflow-line {
    display: grid;
    grid-template-columns: 1fr;
  }
  .workflow-line > span {
    text-align: center;
  }
  .workflow-line > .site-icon {
    justify-self: center;
    transform: rotate(90deg);
    width: 18px;
    height: 18px;
  }
  .split-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .split-section .product-preview {
    margin: 15px 0;
  }
  .site-comparison th,
  .site-comparison td {
    font-size: 12px;
    padding: 16px 10px;
    min-width: 110px;
  }
  .site-comparison thead th {
    font-size: 13px;
  }
  .site-comparison tbody th {
    min-width: 135px;
  }
  .comparison-scroll {
    margin: 0 -4px;
    padding: 0 4px;
  }
  .site-contact-cta {
    display: grid;
    padding: 28px;
    margin-bottom: 55px;
  }
  .site-contact-cta h2 {
    font-size: 28px;
  }
  .contact-layout {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 55px;
  }
  .contact-layout aside {
    padding: 0;
  }
  .contact-layout aside .feature-symbol {
    display: none;
  }
  .contact-layout aside h2 {
    font-size: 25px;
  }
  .contact-note {
    margin: 20px 0;
  }
  .site-contact-form {
    padding: 22px;
    gap: 22px;
    border-radius: 18px;
  }
  .contact-fields {
    grid-template-columns: 1fr;
  }
  .site-legal {
    margin-bottom: 55px;
  }
  .site-legal p {
    font-size: 15px;
  }
  .workspace-page-heading {
    display: block;
  }
  .workspace-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 22px;
  }
  .workspace-summary .mini-stat {
    padding: 14px 10px;
    border-radius: 13px;
  }
  .workspace-summary .stat-number {
    font-size: 27px;
  }
  .workspace-summary p {
    font-size: 11px;
    line-height: 1.5;
  }
  .workspace-business {
    padding: 20px;
  }
  .workspace-grid {
    gap: 22px;
  }
  .dashboard-description p {
    font-size: 15px;
  }
  .surface-workspace .page {
    padding: 25px 20px 120px;
  }
  .surface-workspace .page h1 {
    font-size: 34px;
  }
  .workspace-grid .card {
    padding: 20px;
  }
  .workspace-grid .attention-card {
    padding: 0 18px;
  }
  .surface-onboarding #app {
    max-width: none;
    box-shadow: none;
    border-radius: 0;
  }
  .surface-onboarding .page {
    padding-top: 28px;
  }
  .surface-onboarding .app-header {
    padding: 19px 22px;
  }
  .g-letter {
    font-weight: 700;
  }
  .intro .eyebrow {
    font-size: 11px;
  }
  .bottom-nav {
    padding-bottom: calc(12px + var(--safe));
    border-top: 1px solid #dfe7f1;
  }
  .nav-item {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .site-header {
    padding: 0 15px;
  }
  .site-header-actions {
    gap: 8px;
  }
  .site-main {
    padding: 0 18px;
  }
  .site-brand {
    font-size: 23px;
  }
  .opti-symbol {
    width: 26px;
    height: 31px;
  }
  .site-hero h1 {
    font-size: 34px;
    letter-spacing: -1.4px;
  }
  .site-hero .site-kicker {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
  .preview-workspace {
    padding: 18px;
  }
  .preview-status {
    font-size: 9px;
  }
  .preview-task {
    gap: 8px;
    padding: 11px 8px;
  }
  .preview-task small {
    font-size: 9px;
  }
  .site-plan,
  .site-plan.is-plus {
    padding: 23px;
  }
  .site-plan li {
    font-size: 13px;
  }
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media print {
  .workspace-sidebar,
  .site-header,
  .site-footer,
  .site-end-cta {
    display: none !important;
  }
  .surface-workspace #app {
    padding-left: 0;
  }
  .site-main {
    padding: 0;
  }
  .product-preview {
    box-shadow: none;
    transform: none;
  }
  .site-section {
    break-inside: avoid;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

.contact-phone {
  display: block;
  color: var(--ink);
  font-weight: 650;
  margin-top: 14px;
  text-decoration: none;
}
.contact-address {
  max-width: 30ch;
  font-size: 14px !important;
}
.inbox-toolbar {
  display: flex;
  gap: 20px;
  align-items: end;
  margin-bottom: 24px;
}
.inbox-toolbar > label {
  flex: 1;
}
.inbox-toolbar .button {
  width: auto;
  min-width: 150px;
  margin-bottom: 2px;
}
.inbox-item {
  margin-bottom: 18px;
}
.inbox-item h2 {
  margin-top: 18px;
}
.inbox-item h3 {
  margin-top: 22px;
}
.inbox-item a {
  color: var(--blue);
  overflow-wrap: anywhere;
}
.inbox-item time,
.inbox-item small {
  font-size: 13px;
  color: var(--muted);
}
.inbox-message {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.inbox-item-bottom {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.inbox-item-bottom .button {
  width: auto;
  font-size: 14px;
  min-height: 44px;
}
.inbox-empty {
  text-align: center;
  padding: 56px 24px !important;
}
@media (max-width: 700px) {
  .inbox-item-bottom {
    align-items: stretch;
    flex-direction: column;
  }
  .inbox-item .row.between {
    flex-wrap: wrap;
  }
  .inbox-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
}

/* Language control remains visible in both public and signed-in navigation. */
.language-picker{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;border:1px solid #dce2ed;border-radius:12px;background:#fff;color:#202124;padding:0 8px;min-height:44px;font-weight:650}
.language-picker select{font:inherit;font-size:13px;width:auto;max-width:112px;min-height:42px;border:0;background:transparent;color:inherit;padding:4px;cursor:pointer}
.language-picker:focus-within{outline:3px solid #4285f4;outline-offset:2px}
.app-header .language-picker{margin-left:auto;margin-right:10px}
html:not([lang="fr"]) .site-header{gap:12px}
@media(max-width:1100px){html:not([lang="fr"]) .site-desktop-nav{display:none}html:not([lang="fr"]) .site-menu-toggle{display:flex}}
@media(max-width:600px){.language-picker{padding:0 4px;gap:2px}.language-picker select{font-size:12px;max-width:91px}.site-header-actions{gap:6px}.site-header-actions .site-login{display:none}.app-header .language-picker{margin-right:6px}.site-header .site-brand{min-width:0}.site-header .site-brand svg{max-width:126px}.flow-title,.easy-page-heading h1{overflow-wrap:anywhere}.button,.site-button{white-space:normal}}

/* Accessible label without enlarging the mobile language control. */
.language-picker .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:600px){.app-header{gap:8px;padding-left:16px;padding-right:16px}.app-header .brand{min-width:0}.app-header .brand svg{width:100%;height:100%}.app-header .header-link{font-size:12px;padding:8px 0}.app-header .language-picker{margin-right:0}.app-header .icon-btn{flex-shrink:0}}

@media(max-width:360px){.app-header .brand,.site-header .site-brand{font-size:20px;gap:5px}.app-header .opti-symbol,.site-header .opti-symbol{display:none}.app-header .language-picker{margin-left:auto}.app-header .icon-btn{width:44px;min-width:44px}.language-picker select{max-width:88px}}

/* Language choices: flags in the public footer, with accessible language names. */
.site-footer .language-flags{display:grid;grid-template-columns:repeat(6,44px);gap:4px;max-width:100%;margin-top:30px;justify-content:start}
.language-flags a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid transparent;border-radius:12px;text-decoration:none;background:transparent;transition:background .15s,border-color .15s}
.language-flags a span{font-size:25px;line-height:1}
.language-flags a:hover{background:#eaf1ff;border-color:#c9d9ff}
.language-flags a[aria-current="true"]{background:#eaf1ff;border-color:#4285f4}
.language-flags a:focus-visible{outline:3px solid #4285f4;outline-offset:3px}
.site-footer .language-flags+.site-footer-bottom{margin-top:20px}
@media(prefers-reduced-motion:reduce){.language-flags a{transition:none}}

/* Public-site acquisition sections. No changes to the application workspace. */
.marketing-hero {
  gap: 48px;
  padding-top: 62px;
}
.marketing-hero h1 {
  font-size: clamp(42px, 4.3vw, 64px);
  line-height: 1.11;
}
.marketing-google-word {
  white-space: nowrap;
}
.marketing-google-word i {
  font-style: normal;
}
.marketing-google-word i:nth-child(1),
.marketing-google-word i:nth-child(4) {
  color: #4285f4;
}
.marketing-google-word i:nth-child(2),
.marketing-google-word i:nth-child(6) {
  color: #ea4335;
}
.marketing-google-word i:nth-child(3) {
  color: #fbbc04;
}
.marketing-google-word i:nth-child(5) {
  color: #34a853;
}
.marketing-one-click {
  color: #1967d2;
  white-space: nowrap;
  position: relative;
}
.marketing-one-click:after {
  content: "";
  position: absolute;
  height: 7px;
  border-radius: 8px;
  background: #fbbc044d;
  bottom: -6px;
  left: 0;
  right: 0;
  transform: rotate(-2deg);
}
.marketing-hero .site-hero-description {
  max-width: 510px;
}
.marketing-hero .site-hero-description strong {
  color: #303a47;
  font-weight: 650;
}
.marketing-hero .hero-reassurance {
  flex-wrap: wrap;
  line-height: 1.7;
}
.marketing-independent {
  font-size: 11px;
  color: #6b7280;
  margin-top: 12px;
}
.marketing-hero-visual {
  position: relative;
  padding: 35px 15px 42px 25px;
  isolation: isolate;
  min-width: 0;
}
.marketing-hero-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50% 44% 34% 38%;
  background: linear-gradient(140deg, #e8f0fe, #f2f7ff 60%, #e6f4ea);
  z-index: -2;
  transform: rotate(-7deg);
}
.marketing-orbit {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}
.marketing-orbit-one {
  width: 45px;
  height: 45px;
  background: #fbbc04;
  right: 0;
  top: 0;
}
.marketing-orbit-two {
  width: 19px;
  height: 19px;
  background: #ea4335;
  left: 0;
  bottom: 24px;
}
.marketing-google-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 22px 50px #1e3a6421;
  overflow: hidden;
  transform: rotate(1deg);
}
.marketing-card-toolbar {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px 18px;
  font-size: 12px;
  color: #596477;
}
.marketing-card-toolbar .google-mark {
  background: transparent;
  width: 25px;
  height: 25px;
}
.marketing-small-tag {
  margin-left: auto;
  padding: 5px 7px;
  border-radius: 6px;
  background: #f3f5f7;
  color: #586473;
  font-size: 9px;
  white-space: nowrap;
}
.marketing-cover-art {
  height: 120px;
  background: linear-gradient(120deg, #d8e6ff, #e7f0ff 48%, #e4f0e8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #355fac;
  font-size: 13px;
  font-weight: 650;
}
.marketing-cover-art svg {
  width: 83px;
  height: 83px;
}
.marketing-card-content {
  padding: 21px;
}
.marketing-business {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.marketing-avatar {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #eef3ff;
  color: #3165c6;
  font-weight: 750;
  font-size: 14px;
  flex-shrink: 0;
}
.marketing-business strong,
.marketing-business h3 {
  display: block;
  font-size: 19px;
  font-weight: 750;
  color: #202938;
  letter-spacing: -0.4px;
  margin: 0;
}
.marketing-business div > span {
  display: block;
  margin-top: 4px;
  color: #6c7481;
  font-size: 12px;
}
.marketing-google-actions {
  display: flex;
  gap: 8px;
  margin: 20px 0;
}
.marketing-google-actions span {
  flex: 1;
  border: 1px solid #dbe4f5;
  border-radius: 25px;
  padding: 8px 3px;
  text-align: center;
  font-size: 11px;
  color: #1967d2;
}
.marketing-proposal {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  background: #f3f7ff;
}
.marketing-proposal strong {
  font-size: 14px;
}
.marketing-proposal p {
  font-size: 12px;
  line-height: 1.7;
  margin: 6px 0 0;
  color: #586780;
}
.marketing-spark {
  font-size: 28px;
  color: #4285f4;
}
.marketing-mini-checks {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 18px 0;
  font-size: 12px;
  color: #3c4859;
}
.marketing-mini-checks li:before {
  content: "✓";
  color: #188038;
  margin-right: 9px;
  font-weight: 750;
}
.marketing-card-content > .site-button {
  width: 100%;
  font-size: 14px;
}
.marketing-float-note {
  position: absolute;
  bottom: 14px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  background: #fff;
  box-shadow: 0 8px 30px #17335e1a;
  border: 1px solid #e8eef5;
  border-radius: 12px;
}
.marketing-float-note > span {
  background: #e6f4ea;
  color: #137333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
}
.marketing-float-note strong {
  display: block;
  font-size: 12px;
}
.marketing-float-note small {
  display: block;
  font-size: 10px;
  color: #6a7586;
  margin-top: 3px;
}
.marketing-section-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}
.marketing-section-action > span {
  color: #637083;
  font-size: 13px;
}
.marketing-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 30px 0;
}
.marketing-tabs button {
  border: 1px solid #dce3ed;
  background: white;
  color: #5d6877;
  padding: 13px 22px;
  border-radius: 30px;
  font-weight: 650;
  font-size: 14px;
  min-height: 48px;
}
.marketing-tabs button[aria-selected="true"] {
  background: #1967d2;
  color: white;
  border-color: #1967d2;
  box-shadow: 0 4px 12px #1967d222;
}
.marketing-profile-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  position: relative;
  align-items: stretch;
}
.marketing-profile {
  border: 1px solid #dde3ec;
  border-radius: 18px;
  overflow: hidden;
  background: white;
  min-width: 0;
}
.marketing-profile.is-after {
  border: 1px solid #a8d9b6;
  box-shadow: 0 8px 30px #1880380b;
}
.marketing-profile-top {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  font-size: 11px;
  letter-spacing: 0.4px;
  background: #f7f8fa;
  color: #616a77;
}
.is-after .marketing-profile-top {
  background: #eaf5ed;
  color: #137333;
}
.marketing-profile-top .google-mark {
  background: white;
  flex-shrink: 0;
}
.marketing-profile-body {
  padding: 24px;
}
.marketing-mock-label {
  font-size: 10px;
  color: #687483;
  margin: 10px 0 18px;
}
.marketing-photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin: 20px 0 24px;
}
.marketing-photo-strip > span {
  aspect-ratio: 1.15;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #e8f0fe;
  color: #6081b4;
  overflow: hidden;
}
.marketing-photo-strip > span:nth-child(2) {
  background: #e6f4ea;
  color: #74a18a;
}
.marketing-photo-strip > span:nth-child(3) {
  background: #fef3d3;
  color: #af965a;
}
.marketing-photo-strip > span:nth-child(4) {
  background: #fce8e6;
  color: #b98483;
}
.marketing-photo-strip svg {
  width: 65%;
  height: 65%;
}
.marketing-photo-strip > span.is-empty {
  background: #f5f6f8;
  color: #bac2cd;
  border: 1px dashed #d8dee7;
  font-size: 25px;
}
.marketing-field-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  margin-top: 20px;
}
.marketing-field-title > span {
  font-size: 10px;
  color: #68778b;
  text-align: right;
}
.is-after .marketing-field-title > span {
  color: #188038;
}
.marketing-description,
.marketing-empty-description {
  font-size: 12px;
  line-height: 1.75;
  color: #59677a;
  margin: 12px 0;
  min-height: 84px;
}
.marketing-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.marketing-empty-description {
  padding: 16px;
  border-radius: 9px;
  background: #f8f9fb;
}
.marketing-service-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 14px;
  min-height: 68px;
  align-content: start;
}
.marketing-service-tags > span {
  font-size: 10px;
  color: #5e6c7e;
  background: #f2f5f9;
  border-radius: 6px;
  padding: 7px 9px;
}
.is-after .marketing-service-tags > span {
  background: #eff8f1;
  color: #22693a;
}
.marketing-profile-stats {
  border-top: 1px solid #e9edf2;
  margin-top: 15px;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 10px;
  color: #6c7787;
}
.marketing-profile-stats strong {
  display: block;
  font-size: 14px;
  color: #303d50;
  margin-bottom: 5px;
}
.marketing-transform {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 47px;
  width: 47px;
  background: #1967d2;
  color: white;
  border: 5px solid #f8fafd;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  z-index: 1;
}
.marketing-disclosure {
  color: #677285;
  font-size: 12px;
  line-height: 1.8;
  max-width: 890px;
  margin: 22px auto 0;
  text-align: center;
}
.marketing-results {
  background: #eaf1fd;
  border-radius: 28px;
  padding: 50px 38px;
}
.marketing-results .site-section-heading {
  max-width: 720px;
}
.marketing-simulation-label {
  display: inline-block;
  background: #fff3cd;
  border: 1px solid #f2df9b;
  color: #795f1e;
  border-radius: 7px;
  font-weight: 750;
  font-size: 11px;
  letter-spacing: 0.6px;
  padding: 9px 12px;
  margin-top: 22px;
}
.marketing-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.marketing-result {
  border-radius: 17px;
  background: white;
  padding: 25px 24px;
  border: 1px solid #dee7f6;
}
.marketing-result > p {
  font-size: 13px;
  font-weight: 650;
  color: #4f5e74;
  min-height: 38px;
  margin: 0;
}
.marketing-result > strong {
  display: block;
  color: #1967d2;
  font-size: 57px;
  letter-spacing: -3px;
  line-height: 1.4;
}
.marketing-result.green > strong {
  color: #188038;
}
.marketing-result.yellow > strong {
  color: #9d7200;
}
.marketing-result > strong span {
  font-size: 32px;
}
.marketing-result-bar {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 48px;
  margin: 12px 0 22px;
}
.marketing-result-bar i {
  flex: 1;
  background: #d2e3fc;
  border-radius: 4px 4px 0 0;
  height: 30%;
}
.marketing-result-bar i:nth-child(2) {
  height: 43%;
}
.marketing-result-bar i:nth-child(3) {
  height: 40%;
}
.marketing-result-bar i:nth-child(4) {
  height: 57%;
}
.marketing-result-bar i:nth-child(5) {
  height: 72%;
}
.marketing-result-bar i:nth-child(6) {
  height: 76%;
}
.marketing-result-bar i:nth-child(7) {
  height: 100%;
  background: #4285f4;
}
.marketing-result.green .marketing-result-bar i {
  background: #ceead6;
}
.marketing-result.green .marketing-result-bar i:last-child {
  background: #34a853;
}
.marketing-result.yellow .marketing-result-bar i {
  background: #feefc3;
}
.marketing-result.yellow .marketing-result-bar i:last-child {
  background: #fbbc04;
}
.marketing-result-values {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  font-size: 11px;
  color: #68778c;
  border-top: 1px solid #edf0f5;
  padding-top: 15px;
}
.marketing-result-values b {
  display: block;
  font-size: 19px;
  color: #24334a;
  margin-top: 6px;
}
.marketing-result small {
  display: block;
  font-size: 9px;
  color: #7b8492;
  margin-top: 17px;
  line-height: 1.6;
}
.marketing-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.marketing-review {
  margin: 0;
  padding: 27px 23px;
  background: white;
  border: 1px solid #e0e6ef;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
}
.marketing-review-person {
  display: flex;
  align-items: center;
  gap: 10px;
}
.marketing-review-avatar {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #e8f0fe;
  color: #1967d2;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
}
.marketing-review-avatar.color-1 {
  background: #fce8e6;
  color: #b3261e;
}
.marketing-review-avatar.color-2 {
  background: #e6f4ea;
  color: #188038;
}
.marketing-review-person figcaption {
  flex: 1;
  min-width: 0;
}
.marketing-review-person strong {
  display: block;
  font-size: 13px;
}
.marketing-review-person time {
  display: block;
  font-size: 10px;
  color: #4f5b6c;
  margin-top: 5px;
}
.marketing-review-person .google-mark {
  width: 23px;
  height: 23px;
  background: none;
}
.marketing-review-person .google-icon {
  width: 17px;
  height: 17px;
}
.marketing-stars {
  color: #c68b00;
  letter-spacing: 3px;
  font-size: 18px;
  margin-top: 20px;
}
.marketing-review blockquote {
  font-size: 20px;
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: -0.4px;
  color: #263247;
  margin: 15px 0 28px;
}
.marketing-review > a {
  font-size: 11px;
  color: #1967d2;
  margin-top: auto;
  line-height: 1.6;
}
.marketing-floating {
  position: fixed;
  z-index: 45;
  bottom: max(20px, env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 1px solid #dfe6f1;
  padding: 10px 12px 10px 22px;
  border-radius: 18px;
  box-shadow: 0 8px 38px #16345b26;
  width: max-content;
  max-width: calc(100% - 32px);
}
.marketing-floating > div strong {
  font-size: 13px;
  display: block;
}
.marketing-floating > div span {
  font-size: 11px;
  color: #68788e;
  display: block;
  margin-top: 5px;
}
.marketing-floating .site-button {
  font-size: 13px;
  min-height: 49px;
  padding: 10px 17px;
}
.marketing-floating-free {
  display: none;
}
.surface-site:has(.marketing-floating) .site-footer {
  padding-bottom: 140px;
}
.surface-site:has(.marketing-floating) #toast {
  bottom: 115px;
}
.marketing-tabs button:focus-visible,
[data-marketing-scroll]:focus-visible {
  outline: 3px solid #4285f4;
  outline-offset: 4px;
}
@media (max-width: 1000px) {
  .marketing-hero {
    gap: 20px;
  }
  .marketing-hero h1 {
    font-size: 46px;
  }
  .marketing-results {
    padding: 38px 25px;
  }
  .marketing-result {
    padding: 20px 16px;
  }
  .marketing-review {
    padding: 23px 18px;
  }
  .marketing-review blockquote {
    font-size: 18px;
  }
  .marketing-cover-art {
    gap: 10px;
  }
  .marketing-cover-art span {
    font-size: 11px;
  }
}
@media (max-width: 760px) {
  .marketing-hero {
    grid-template-columns: 1fr;
    padding-top: 38px;
  }
  .marketing-hero h1 {
    font-size: clamp(36px, 8.4vw, 57px);
  }
  .marketing-hero-visual {
    max-width: 490px;
    width: 100%;
    margin: 15px auto 0;
  }
  .marketing-hero .site-hero-description {
    font-size: 15px;
  }
  .marketing-profile-pair {
    gap: 25px;
  }
  .marketing-profile-body {
    padding: 18px;
  }
  .marketing-business h3 {
    font-size: 17px;
  }
  .marketing-field-title {
    align-items: start;
  }
  .marketing-results-grid,
  .marketing-reviews-grid {
    grid-template-columns: 1fr;
  }
  .marketing-result {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
    padding: 24px;
  }
  .marketing-result > p {
    grid-column: 1/-1;
    min-height: 0;
  }
  .marketing-result > strong {
    font-size: 54px;
  }
  .marketing-result-bar {
    align-self: center;
  }
  .marketing-result-values,
  .marketing-result > small {
    grid-column: 1/-1;
  }
  .marketing-review blockquote {
    font-size: 22px;
  }
  .marketing-floating > div {
    display: none;
  }
  .marketing-floating {
    gap: 0;
    padding: 8px;
    max-width: calc(100% - 28px);
    border-radius: 16px;
  }
  .marketing-floating .site-button {
    font-size: 14px;
    min-height: 52px;
  }
  .marketing-tabs button {
    padding: 12px 15px;
    font-size: 12px;
  }
  .marketing-disclosure {
    text-align: left;
  }
  .marketing-results {
    border-radius: 20px;
  }
  .marketing-section-action .site-button {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .marketing-profile-pair {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .marketing-transform {
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .marketing-profile-body {
    padding: 21px;
  }
  .marketing-profile-top {
    padding: 13px 18px;
  }
  .marketing-profile-pair .is-before .marketing-photo-strip {
    display: none;
  }
  .marketing-profile-pair .is-before .marketing-empty-description {
    min-height: 0;
  }
  .marketing-profile-pair .is-before .marketing-service-tags {
    min-height: 0;
  }
  .marketing-transform {
    display: none;
  }
  .marketing-section-action {
    flex-direction: column;
    gap: 11px;
  }
  .marketing-section-action .site-button {
    width: 100%;
    font-size: 14px;
  }
  .marketing-card-content {
    padding: 18px;
  }
  .marketing-card-content .site-button {
    font-size: 13px;
  }
  .marketing-hero-visual {
    padding: 22px 5px 36px 10px;
  }
  .marketing-float-note {
    left: -5px;
  }
  .marketing-cover-art {
    height: 100px;
  }
  .marketing-results {
    padding: 32px 18px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .marketing-results h2 {
    font-size: 29px;
  }
  .marketing-floating {
    bottom: max(10px, env(safe-area-inset-bottom));
    display: block;
    min-width: 280px;
  }
  .marketing-floating .site-button {
    width: 100%;
    font-size: 14px;
    gap: 10px;
  }
  .marketing-floating-free {
    display: block;
    font-size: 10px;
    text-align: center;
    color: #6b7686;
    margin-top: 5px;
    margin-bottom: 1px;
  }
  .marketing-hero .site-kicker {
    font-size: 9px;
    gap: 7px;
  }
  .marketing-hero .hero-reassurance {
    font-size: 11px;
  }
  .marketing-tabs {
    justify-content: flex-start;
    gap: 6px;
  }
  .marketing-tabs button {
    font-size: 11px;
    padding: 10px 11px;
  }
  .marketing-profile-stats {
    justify-content: flex-start;
    gap: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marketing-floating,
  .marketing-google-card {
    transition: none;
  }
}
@media print {
  .marketing-floating {
    display: none;
  }
}

@media (min-width: 761px) {
  .marketing-floating {
    left: auto;
    right: 24px;
    transform: none;
  }
}

/* Google-style public reproductions, kept distinct from real account data. */
.surface-site .marketing-profile.google-profile-example.is-before,
.surface-site .marketing-profile.google-profile-example.is-after {
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  border-radius: 0;
  overflow: visible;
}
.google-profile-example-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #5f6368;
  font:
    13px/1.4 Arial,
    sans-serif;
}
.google-profile-example-label strong {
  border-radius: 6px;
  background: #e8eaed;
  padding: 7px 10px;
  font-size: 11px;
  letter-spacing: 0.6px;
  color: #3c4043;
}
.is-after .google-profile-example-label strong {
  background: #e6f4ea;
  color: #137333;
}
.google-profile-window {
  border: 1px solid #dadce0;
  border-radius: 18px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 18px #2021240a;
}
.google-profile-search {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px;
  border: 1px solid #dadce0;
  border-radius: 25px;
  padding: 9px 13px;
  color: #202124;
  font:
    13px/1.4 Arial,
    sans-serif;
  box-shadow: 0 1px 3px #20212413;
}
.google-profile-search > span:not(.google-mark) {
  flex: 1;
}
.google-profile-search .google-mark {
  width: 22px;
  height: 22px;
  padding: 0;
  background: none;
}
.google-profile-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.google-profile-preview {
  background: white;
  color: #202124;
  font-family: Arial, Helvetica, sans-serif;
}
.google-profile-gallery {
  display: grid;
  grid-template-columns: 1.85fr 1fr;
  gap: 3px;
  height: 175px;
}
.google-profile-cover {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #f1f3f4;
}
.google-profile-cover .editorial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}
.google-profile-placeholder {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 25px;
  color: #80868b;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  background: linear-gradient(145deg, #f5f6f7, #e8eaed);
}

.google-profile-placeholder {
  color: #4f5965;
}
.google-profile-placeholder .google-profile-icon {
  width: 34px;
  height: 34px;
}
.google-profile-photo-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  padding: 6px 9px;
  background: #202124b8;
  color: white;
  font-size: 11px;
}
.google-profile-photo-count .google-profile-icon {
  width: 16px;
  height: 16px;
}
.google-profile-map {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #eef2e9;
}
.google-profile-map svg {
  width: 100%;
  height: 100%;
  display: block;
}
.google-profile-map > span {
  position: absolute;
  inset: 59% 0 auto;
  text-align: center;
  color: #4a4e51;
  font-size: 11px;
  font-weight: 700;
}
.google-profile-map small {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffffd9;
  color: #61666b;
  padding: 2px 4px;
  font-size: 8px;
}
.google-profile-identity {
  padding: 21px 22px 12px;
}
.google-profile-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.surface-site .google-profile-name h3 {
  font:
    400 27px/1.2 Arial,
    sans-serif;
  letter-spacing: -0.5px;
  margin: 0;
  color: #202124;
}
.google-profile-name > span {
  font-size: 24px;
  color: #5f6368;
}
.google-profile-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.3;
}
.google-profile-stars {
  color: #fbbc04;
  letter-spacing: 1px;
  font-size: 15px;
}
.google-profile-review-count {
  color: #1a73e8;
}
.google-profile-identity > p {
  font-size: 13px;
  margin: 7px 0 0;
  color: #5f6368;
}
.google-profile-fiction {
  display: block;
  color: #5f6368;
  font-size: 10px;
  margin-top: 8px;
}
.google-profile-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 5px 20px 18px;
}
.google-profile-actions > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #1967d2;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}
.google-profile-actions > span > svg {
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 1px solid #dadce0;
  border-radius: 50%;
}
.google-profile-actions > span.primary > svg {
  color: white;
  background: #1a73e8;
  border-color: #1a73e8;
}
.google-profile-nav {
  display: flex;
  justify-content: space-around;
  gap: 5px;
  padding: 0 18px;
  border-bottom: 1px solid #dadce0;
  font-size: 13px;
  color: #5f6368;
}
.google-profile-nav span {
  padding: 14px 3px 12px;
  position: relative;
}
.google-profile-nav .active {
  color: #1a73e8;
  font-weight: 700;
}
.google-profile-nav .active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #1a73e8;
  border-radius: 3px 3px 0 0;
}
.google-profile-information {
  padding: 16px 22px 7px;
}
.google-profile-information > p {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 14px;
}
.google-profile-information > p > svg {
  color: #70757a;
}
.google-profile-open {
  color: #188038;
  font-weight: 400;
}
.google-profile-link {
  color: #1a73e8;
}
.google-profile-missing {
  color: #5f6368;
}
.google-profile-about,
.google-profile-services {
  border-top: 1px solid #e8eaed;
  padding: 19px 22px;
}
.google-profile-section-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}
.google-profile-section-title h4 {
  font:
    400 17px/1.3 Arial,
    sans-serif;
  color: #202124;
  margin: 0;
}
.google-profile-section-title > span {
  color: #70757a;
  font-size: 10px;
}
.google-profile-about > p {
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}
.google-profile-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.google-profile-services-grid > div {
  border: 1px solid #e0e3e7;
  border-radius: 8px;
  padding: 12px;
  min-width: 0;
}
.google-profile-services-grid strong {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.google-profile-services-grid p {
  font-size: 11px;
  color: #5f6368;
  line-height: 1.5;
  margin: 6px 0 0;
}
.google-profile-takeaway {
  font:
    12px/1.6 Arial,
    sans-serif;
  color: #68717c;
  padding: 0 8px;
  margin: 16px 0 0;
}
.is-after .google-profile-takeaway {
  color: #137333;
}
.google-profile-preview.is-compact .google-profile-gallery {
  height: 115px;
}
.google-profile-preview.is-compact .google-profile-identity {
  padding: 14px 17px 10px;
}
.surface-site .google-profile-preview.is-compact h3 {
  font-size: 23px;
}
.google-profile-preview.is-compact .google-profile-rating {
  margin-top: 6px;
  font-size: 11px;
}
.google-profile-preview.is-compact .google-profile-identity > p {
  font-size: 11px;
  margin-top: 5px;
}
.google-profile-preview.is-compact .google-profile-fiction {
  font-size: 9px;
  margin-top: 5px;
}
.google-profile-preview.is-compact .google-profile-actions {
  padding: 4px 14px 10px;
  gap: 5px;
}
.google-profile-preview.is-compact .google-profile-actions > span {
  gap: 4px;
  font-size: 10px;
}
.google-profile-preview.is-compact .google-profile-actions svg {
  width: 30px;
  height: 30px;
  padding: 6px;
}
.google-profile-preview.is-compact .google-profile-nav {
  font-size: 11px;
}
.google-profile-preview.is-compact .google-profile-nav > span {
  padding: 10px 2px;
}
.google-profile-preview.is-compact .google-profile-about,
.google-profile-preview.is-compact .google-profile-services {
  padding: 13px 17px;
}
.google-profile-preview.is-compact .google-profile-section-title {
  margin-bottom: 8px;
}
.google-profile-preview.is-compact h4 {
  font-size: 13px;
}
.google-profile-preview.is-compact .google-profile-about > p {
  font-size: 11px;
  line-height: 1.55;
}
.google-profile-preview.is-compact .google-profile-services-grid {
  gap: 6px;
}
.google-profile-preview.is-compact .google-profile-services-grid > div {
  padding: 7px 8px;
}
.google-profile-preview.is-compact .google-profile-services-grid strong {
  font-size: 10px;
}
@media (max-width: 760px) {
  .google-profile-example-label {
    font-size: 11px;
    gap: 9px;
  }
  .google-profile-gallery {
    height: 150px;
    grid-template-columns: 1.8fr 1fr;
  }
  .google-profile-identity {
    padding: 18px 17px 12px;
  }
  .surface-site .google-profile-name h3 {
    font-size: 24px;
  }
  .google-profile-information,
  .google-profile-about,
  .google-profile-services {
    padding-left: 17px;
    padding-right: 17px;
  }
  .google-profile-information > p {
    gap: 12px;
    font-size: 12px;
  }
  .google-profile-about > p {
    font-size: 12px;
  }
  .google-profile-actions {
    padding-left: 14px;
    padding-right: 14px;
  }
  .google-profile-services-grid > div {
    padding: 10px;
  }
  .google-profile-services-grid strong {
    font-size: 11px;
  }
}
@supports (content-visibility: auto) {
  .site-home > section:not(:first-child),
  .site-inner-page > section:not(:first-child),
  .site-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }
}

/* Optimaps public identity: human photography, bold type, Google blue and warm accents. */
/* Homepage examples: the two states remain readable without JavaScript. */
.surface-site .marketing-score-comparison {
  padding: 76px 0;
}
.marketing-score-comparison .site-section-heading {
  max-width: 750px;
}
.marketing-score-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
  align-items: center;
  margin-top: 34px;
}
.marketing-score-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px 22px;
  align-items: center;
  background: #f2f5fa;
  border: 1px solid #e0e6ef;
  padding: 30px;
  border-radius: 26px;
  color: #172544;
  height: 100%;
  box-sizing: border-box;
}
.marketing-score-card.is-after {
  background: #1859e8;
  color: white;
  border-color: #1859e8;
  box-shadow: 0 20px 45px -25px #1859e880;
}
.marketing-score-card-heading {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}
.marketing-score-phase {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  padding: 6px 10px;
  display: inline-block;
  border-radius: 7px;
  background: white;
  color: #526079;
}
.is-after .marketing-score-phase {
  background: #d9fce6;
  color: #116638;
}
.surface-site .marketing-score-card h3 {
  font-size: 28px;
  color: inherit;
  margin: 14px 0 4px;
}
.marketing-score-card-heading p {
  font-size: 13px;
  margin: 0;
}
.marketing-score-meter {
  width: 150px;
  aspect-ratio: 1;
  position: relative;
  grid-row: span 2;
}
.marketing-score-meter svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 9px;
}
.marketing-score-track {
  stroke: #dce3ed;
}
.marketing-score-fill {
  stroke: #dd9514;
  stroke-linecap: round;
}
.is-after .marketing-score-track {
  stroke: #ffffff30;
}
.is-after .marketing-score-fill {
  stroke: #91efb4;
}
.marketing-score-meter > div {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.marketing-score-meter strong {
  font-size: 53px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -3px;
  font-variant-numeric: tabular-nums;
}
.marketing-score-meter span {
  font-size: 13px;
  font-weight: 650;
}
.surface-site .marketing-score-count {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  align-self: end;
}
.marketing-score-count strong {
  display: block;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 3px;
}
.marketing-score-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 650;
  align-self: start;
}
.marketing-score-card li {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.marketing-score-card li > span {
  font-weight: 800;
}
.is-after li > span {
  color: #91efb4;
}
.surface-site .marketing-score-card-note {
  grid-column: 1 / -1;
  font-size: 12px;
  margin: 10px 0 0;
  padding-top: 15px;
  border-top: 1px solid #dce3ed;
}
.is-after .marketing-score-card-note {
  border-color: #ffffff40;
}
.marketing-score-gain {
  text-align: center;
  color: #1859e8;
}
.marketing-score-gain > span {
  font-size: 34px;
  line-height: 1;
  display: block;
}
.marketing-score-gain strong {
  font-size: 24px;
  font-weight: 800;
  display: block;
  letter-spacing: -1px;
}
.marketing-score-gain small {
  display: block;
  font-size: 10px;
  line-height: 1.4;
  color: #526079;
}
.marketing-score-explanation,
.marketing-score-details {
  max-width: 850px;
  margin: 24px auto 0;
  font-size: 13px;
  color: #526079;
}
.marketing-score-explanation {
  text-align: center;
}
.marketing-score-details {
  border: 1px solid #e0e6ef;
  border-radius: 14px;
  padding: 0 20px;
  background: white;
}
.marketing-score-details summary {
  padding: 16px 0;
  cursor: pointer;
  font-weight: 750;
  color: #172544;
}
.marketing-score-details table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin: 16px 0;
}
.marketing-score-details caption {
  text-align: left;
  margin-bottom: 12px;
  font-weight: 700;
}
.marketing-score-details th,
.marketing-score-details td {
  padding: 9px 5px;
  border-bottom: 1px solid #e0e6ef;
  text-align: center;
}
.marketing-score-details th:first-child {
  text-align: left;
  font-weight: 600;
}
.marketing-score-comparison .marketing-section-action p {
  font-size: 13px;
  color: #526079;
  margin: 16px 0 0;
}
.marketing-score-comparison .marketing-section-action {
  flex-direction: column;
  gap: 0;
}
.surface-site .marketing-results .site-section-heading h2 {
  color: white;
}
.surface-site .marketing-results .site-section-heading > p:not(.site-kicker) {
  color: #d6e2fc;
}
.surface-site .marketing-results .site-kicker {
  color: #adc8ff;
}
.surface-site .marketing-results .marketing-disclosure {
  color: #cddcff;
  font-size: 12px;
  margin-top: 24px;
}
.surface-site .marketing-results .marketing-result {
  display: block;
}
.marketing-interaction-total {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: white;
  margin: 35px auto;
}
.marketing-interaction-total > div > span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #cddcff;
}
.marketing-interaction-total strong {
  display: block;
  font-size: 64px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -3px;
}
.marketing-interaction-total > div:first-child strong {
  color: #cddcff;
}
.marketing-interaction-arrow {
  font-size: 34px;
  color: #91efb4;
}
.marketing-interaction-total > p {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 0 10px;
}
.marketing-interaction-total small {
  display: block;
  color: #cddcff;
  font-size: 11px;
  font-weight: 500;
}
.marketing-interaction-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.marketing-interaction-heading svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: #1859e8;
}
.surface-site .marketing-interaction-heading h3 {
  font-size: 16px;
  letter-spacing: -0.025em;
  margin: 0;
  line-height: 1.35;
  color: #172544;
}
.surface-site .marketing-result .marketing-interaction-growth {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: 21px 0;
  min-height: 0;
}
.marketing-interaction-growth strong {
  color: #1859e8;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -1.5px;
}
.marketing-interaction-growth span {
  color: #526079;
  font-size: 11px;
  font-weight: 500;
}
.green .marketing-interaction-growth strong,
.green .marketing-interaction-heading svg {
  color: #137d3a;
}
.yellow .marketing-interaction-growth strong,
.yellow .marketing-interaction-heading svg {
  color: #936800;
}
.marketing-interaction-bars {
  display: grid;
  gap: 20px;
  margin-bottom: 25px;
}
.marketing-interaction-row > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  color: #526079;
  font-size: 12px;
}
.marketing-interaction-row strong {
  color: #172544;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
}
.marketing-interaction-row strong small {
  display: inline;
  margin: 0;
  font-size: 11px;
  font-weight: 550;
  color: #526079;
}
.marketing-interaction-row svg {
  display: block;
  width: 100%;
  height: 10px;
}
.marketing-interaction-track {
  fill: #f0f3f8;
}
.marketing-interaction-fill {
  fill: #a4b1c5;
}
.is-after .marketing-interaction-fill {
  fill: #4285f4;
}
.green .is-after .marketing-interaction-fill {
  fill: #34a853;
}
.yellow .is-after .marketing-interaction-fill {
  fill: #f4b400;
}
.surface-site .marketing-results .marketing-result > small {
  display: block;
  color: #526079;
  font-size: 10px;
  margin: 0;
}
@media (max-width: 1050px) {
  .marketing-score-card {
    grid-template-columns: 112px minmax(0, 1fr);
    padding: 24px;
    gap: 12px 16px;
  }
  .marketing-score-meter {
    width: 112px;
    grid-row: auto;
  }
  .marketing-score-meter strong {
    font-size: 43px;
  }
  .marketing-score-card ul {
    grid-column: 1 / -1;
    font-size: 13px;
  }
  .marketing-score-count {
    align-self: center;
  }
  .marketing-score-pair {
    grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr);
  }
}
@media (max-width: 650px) {
  .surface-site .marketing-score-comparison {
    padding: 48px 0;
  }
  .marketing-score-pair {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .marketing-score-card {
    padding: 24px;
    gap: 12px 20px;
  }
  .marketing-score-gain {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .marketing-score-gain small br {
    display: none;
  }
  .marketing-score-gain small {
    font-size: 12px;
  }
  .marketing-score-gain > span {
    transform: rotate(90deg);
  }
  .marketing-score-details {
    padding: 0 14px;
  }
  .marketing-score-details th:first-child {
    width: 65%;
  }
  .marketing-interaction-total {
    flex-wrap: wrap;
    gap: 16px;
  }
  .marketing-interaction-total strong {
    font-size: 55px;
  }
  .marketing-interaction-total > p {
    flex-basis: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
  }
}
.surface-site {
  --ink: #172544;
  --muted: #526079;
  --blue: #1859e8;
  --soft: #eef4ff;
  --line: #e0e6ef;
  background: #fff;
  color: var(--ink);
  font-family: "Inter", "Avenir Next", "Segoe UI", Arial, sans-serif;
}
.surface-site #app {
  background: #fff;
}
.surface-site h1,
.surface-site h2,
.surface-site h3 {
  font-family: "Inter", "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-weight: 780;
  letter-spacing: -0.045em;
}
.surface-site h2 {
  font-weight: 750;
}
.surface-site h3 {
  font-weight: 730;
}
.surface-site p {
  line-height: 1.65;
}
.surface-site .site-main {
  max-width: 1280px;
  padding: 0 40px;
}
.surface-site .site-header {
  max-width: 1360px;
  height: 86px;
  gap: 24px;
  border: 0;
}
.surface-site .site-desktop-nav {
  gap: 25px;
  margin-left: 15px;
}
.surface-site .site-desktop-nav a,
.surface-site .site-login {
  font-weight: 700;
}
.surface-site .site-login {
  background: #eef4ff;
  border-radius: 14px;
  padding: 12px 17px;
  color: #164ab5;
}
.surface-site .site-button {
  min-height: 55px;
  border-radius: 15px;
  background: #1859e8;
  border: 1px solid #1859e8;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  gap: 12px;
  box-shadow:
    0 8px 0 -4px #0d3d9e,
    0 15px 28px -12px #1859e84d;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.surface-site .site-button:hover {
  background: #124ac8;
  transform: translateY(-3px);
  box-shadow:
    0 10px 0 -4px #0d3d9e,
    0 19px 30px -12px #1859e84d;
}
.surface-site .site-button:active {
  transform: translateY(1px);
}
.surface-site .site-secondary {
  background: white;
  color: #164ab5;
  border-color: #d7e1f5;
  box-shadow: none;
}
.surface-site .site-secondary:hover {
  background: #f2f6ff;
  box-shadow: none;
}
.surface-site .site-header .site-button {
  font-size: 13px;
  min-height: 44px;
  border-radius: 13px;
}
.surface-site .site-kicker {
  color: #2458b8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.105em;
  margin: 0 0 18px;
}
.surface-site .site-section {
  padding: 88px 0;
}
.surface-site .site-section-heading {
  max-width: 740px;
  margin-bottom: 36px;
}
.surface-site .site-section-heading h2 {
  font-size: clamp(32px, 3.7vw, 48px);
  line-height: 1.13;
}
.surface-site .site-section-heading p:not(.site-kicker) {
  color: #526079;
  font-size: 16px;
}
.surface-site .hero-blue {
  color: #1859e8;
}
.surface-site .site-tinted {
  background: #f0f5ff;
  border-radius: 30px;
  padding: 48px;
}

/* The first screen starts with a person; a small live example invites a click. */
.surface-site .playful-hero {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px 45px;
  align-items: center;
  padding: 42px 0 28px;
}
.playful-hero-copy,
.playful-stage {
  min-width: 0;
}
.playful-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  background: #eef4ff;
  padding: 9px 14px;
  color: #2253aa;
  font-size: 12px;
  font-weight: 750;
  margin: 0 0 25px;
}
.playful-eyebrow > span {
  font-size: 17px;
}
.surface-site .playful-hero h1 {
  font-size: clamp(48px, 4.9vw, 67px);
  line-height: 1.055;
  letter-spacing: -0.052em;
  margin: 0 0 25px;
}
.playful-hero-lead {
  font-size: 17px;
  max-width: 495px;
  margin: 0 0 23px;
  color: #526079;
}
.playful-hero-lead strong {
  display: block;
  color: #172544;
  font-size: 19px;
  font-weight: 750;
  margin-bottom: 6px;
}
.playful-main-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.playful-text-button {
  background: transparent;
  color: #164ab5;
  padding: 12px 0;
  font-size: 14px;
  min-height: 44px;
  font-weight: 700;
  cursor: pointer;
}
.playful-text-button span {
  margin-left: 12px;
  display: inline-block;
  transition: transform 0.2s;
}
.playful-text-button:hover span {
  transform: translateY(3px);
}
.playful-reassurance {
  color: #425272;
  font-size: 12px;
  font-weight: 650;
  margin: 13px 0 0;
}
.playful-reassurance > span {
  color: #218144;
  margin-right: 6px;
}
.playful-independent {
  font-size: 12px;
  color: #66738b;
  margin: 17px 0 0;
}
.opti-collage {
  height: 614px;
  position: relative;
  isolation: isolate;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.opti-collage:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% -2% 14% 9%;
  border-radius: 44% 56% 61% 39%;
  background: #edf3ff;
  transform: rotate(-12deg);
}
.opti-main-photo {
  position: absolute;
  width: 89%;
  height: 460px;
  right: 0;
  top: 20px;
  margin: 0;
  border: 7px solid white;
  border-radius: 34px;
  overflow: hidden;
  transform: rotate(3deg);
  box-shadow: 0 14px 38px #14254a19;
}
.opti-main-photo .editorial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}
.opti-main-photo:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, #14233b95);
  pointer-events: none;
}
.opti-main-photo figcaption {
  max-width: 48%;
  position: absolute;
  z-index: 1;
  bottom: 28px;
  right: 22px;
  color: white;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.25;
  text-align: right;
  text-shadow: 0 1px 9px #14233b90;
}
.opti-photo-sticker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #ffda54;
  color: #323322;
  padding: 15px 20px;
  border-radius: 15px;
  transform: rotate(-7deg);
  box-shadow: 0 7px 0 -3px #e9b52f;
  font-size: 14px;
  line-height: 1.3;
}
.opti-photo-sticker > span:first-child {
  font-size: 25px;
}
.opti-photo-sticker strong {
  font-weight: 800;
}
.opti-hero-profile {
  position: absolute;
  left: -15px;
  bottom: 8px;
  width: 292px;
  z-index: 3;
  background: #fff;
  border: 1px solid #e2e8f2;
  padding: 14px;
  border-radius: 24px;
  box-shadow: 0 18px 45px #17254424;
  transform: rotate(-3deg);
  transition: transform 0.25s;
}
.opti-hero-profile:hover,
.opti-hero-profile:focus-within {
  transform: rotate(0);
}
.opti-collage-note {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 42%;
  margin: 0;
  font-size: 13px;
  color: #53617c;
  font-weight: 650;
}
.opti-color-line {
  display: block;
  height: 5px;
  width: 96px;
  background: linear-gradient(
    to right,
    #4285f4 25%,
    #ea4335 25% 50%,
    #fbbc05 50% 75%,
    #34a853 75%
  );
  border-radius: 8px;
  margin-bottom: 12px;
}
.playful-hero-footnote {
  grid-column: 2;
  font-size: 10px;
  color: #67748a;
  margin: 3px 0 0;
  text-align: center;
}
.playful-ribbon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 25px calc(50% - 50vw) 0;
  padding: 22px max(24px, calc((100vw - 1200px) / 2));
  background: #1859e8;
  color: white;
}
.playful-ribbon > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}
.playful-ribbon > span > span {
  font-size: 20px;
  color: #ffda54;
}
.playful-ribbon .google-mark {
  width: 27px;
  height: 27px;
  padding: 4px;
  background: white;
  border-radius: 50%;
}
.playful-ribbon button {
  color: white;
  background: #ffffff19;
  border: 1px solid #ffffff50;
  border-radius: 12px;
  padding: 12px 16px;
  min-height: 44px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

/* Before JavaScript, let both example states flow without covering adjacent content. */
.surface-site #app:not(.has-profile-comparisons) .opti-collage {
  height: auto;
  padding-top: 495px;
}
.surface-site #app:not(.has-profile-comparisons) .opti-hero-profile {
  position: relative;
  left: auto;
  bottom: auto;
  width: min(100%, 420px);
  transform: none;
}
.surface-site #app:not(.has-profile-comparisons) .opti-collage-note {
  position: relative;
  width: auto;
  margin: 20px 0 0;
}
@media (max-width: 760px) {
  .surface-site #app:not(.has-profile-comparisons) .opti-collage {
    padding-top: 400px;
  }
}

/* Four different formats explain what people get, with the free action first. */
.opti-section-intro {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 35px;
}
.opti-section-intro h2 {
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.13;
  margin: 0;
}
.opti-section-intro > p {
  font-size: 16px;
  color: #526079;
  margin: 0 0 3px;
}
.opti-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.opti-benefit {
  min-width: 0;
  padding: 30px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.opti-benefit h3 {
  font-size: 30px;
  line-height: 1.14;
  margin: 10px 0 16px;
}
.opti-benefit > p:not(.opti-benefit-eyebrow) {
  font-size: 14px;
  margin: 18px 0;
}
.opti-benefit-eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin: 0;
}
.opti-benefit-icon {
  font-size: 43px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.opti-benefit-main {
  grid-column: 1 / -1;
  background: #1859e8;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 42px;
  align-items: center;
}
.surface-site .opti-benefit-main h3 {
  color: white;
  font-size: 35px;
}
.opti-benefit-main .opti-benefit-icon {
  color: #ffda54;
}
.opti-benefit-main p:not(.opti-benefit-eyebrow) {
  color: #e2ebff;
  font-size: 15px;
}
.opti-benefit-main .site-button {
  background: white;
  border-color: white;
  color: #124ac8;
  box-shadow: 0 6px 0 -3px #a7c1ff;
  margin: 12px 0;
}
.opti-benefit-main small {
  display: block;
  color: #e2ebff;
  font-size: 11px;
}
.opti-advice-preview {
  color: #172544;
  background: white;
  border-radius: 22px;
  padding: 23px;
  transform: rotate(2deg);
  box-shadow: 0 15px 35px #0d3d9e55;
}
.opti-advice-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 750;
  padding-bottom: 22px;
}
.opti-advice-row {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e7ecf5;
  padding: 20px 0;
}
.opti-advice-row > span {
  width: 29px;
  height: 29px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e0f3e6;
  color: #207243;
  font-weight: 800;
}
.opti-advice-row strong {
  font-size: 14px;
}
.surface-site .opti-benefit-main .opti-advice-row p {
  color: #637089;
  font-size: 12px;
  margin: 3px 0 0;
}
.opti-advice-row > b {
  margin-left: auto;
  white-space: nowrap;
  font-size: 10px;
  padding: 6px 8px;
  border-radius: 7px;
  background: #fff4ca;
  color: #765515;
}
.opti-advice-last {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #edf4ff;
  color: #174cb7;
  padding: 15px;
  border-radius: 12px;
  font-size: 13px;
}
.surface-site .opti-benefit-main .opti-advice-note {
  color: #647089;
  font-size: 10px;
  text-align: center;
  margin: 15px 0 0;
}
.opti-benefit-photos {
  background: #fff0b5;
}
.opti-benefit-replies {
  background: #ffe6df;
}
.opti-benefit-page {
  background: #daf0e1;
}
.opti-benefit-picture {
  width: 100%;
  height: 180px;
  position: relative;
  margin: 6px 0 0;
  border-radius: 16px;
  overflow: hidden;
}
.opti-benefit-picture .editorial-image {
  height: 100%;
  object-fit: cover;
}
.opti-benefit-picture > span {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: white;
  color: #172544;
  padding: 10px;
  font-size: 11px;
  font-weight: 750;
}
.opti-benefit-picture .google-mark {
  width: 21px;
  height: 21px;
}
.opti-premium-note {
  font-size: 10px;
  color: #48546a;
  font-weight: 650;
  margin-top: auto;
  padding-top: 15px;
}
.opti-benefit .site-secondary {
  font-size: 12px;
  padding: 12px;
  min-height: 48px;
  gap: 8px;
  margin-top: 13px;
  width: 100%;
  background: #ffffffad;
  color: #172544;
  border-color: #17254412;
}
.opti-reply-path {
  display: grid;
  gap: 9px;
  width: 100%;
  margin: 10px 0 28px;
}
.opti-reply-path > * {
  font-size: 13px;
  background: #ffffffa1;
  padding: 14px 16px;
  border-radius: 12px;
}
.opti-reply-path > :nth-child(2) {
  margin-left: 18px;
}
.opti-reply-path > strong {
  margin-left: 36px;
  background: white;
  color: #247447;
}
.opti-mini-page {
  width: 100%;
  background: white;
  border: 4px solid #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px #295a3814;
  margin: 8px 0 0;
  transform: rotate(-2deg);
}
.opti-mini-page > div {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 8px 7px;
}
.opti-mini-page i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c9dacf;
}
.opti-mini-page > div > span {
  margin-left: auto;
  font-size: 8px;
  color: #5c6e62;
}
.opti-mini-page .editorial-image {
  height: 105px;
  object-fit: cover;
  object-position: center 40%;
}
.opti-mini-page > p {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  padding: 14px;
  margin: 0;
  color: #31563c;
}
.opti-benefits > .editorial-caption {
  margin-top: 18px;
}
/* One stable frame transforms on desktop and mobile. No autoplay. */
.playful-demo {
  min-width: 0;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.profile-demo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: #5f6368;
  margin: 0 0 10px;
}
.profile-demo-toolbar strong {
  font-size: 11px;
  font-weight: 650;
  background: #e8eaed;
  color: #3c4043;
  padding: 5px 10px;
  border-radius: 20px;
}
.is-complete .profile-demo-toolbar strong {
  background: #e6f4ea;
  color: #137333;
}
.playful-demo-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0 0 14px;
  min-height: 48px;
  border: 1px solid #2463eb;
  border-radius: 12px;
  background: #2463eb;
  color: white;
  padding: 12px 16px;
  font-weight: 650;
  font-size: 14px;
  cursor: pointer;
}
.playful-demo-trigger[hidden] {
  display: none;
}
.playful-demo-trigger:hover {
  background: #185abc;
}
.playful-toggle-track {
  display: block;
  flex: none;
  width: 35px;
  height: 20px;
  padding: 3px;
  border-radius: 20px;
  background: #afc8ff;
}
.playful-toggle-track i {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
  transition: transform 0.25s;
}
.playful-demo-trigger[aria-pressed="true"] .playful-toggle-track {
  background: #c7ecb7;
}
.playful-demo-trigger[aria-pressed="true"] .playful-toggle-track i {
  background: #397f39;
  transform: translateX(15px);
}
.playful-demo-panels > div {
  min-width: 0;
}
.has-profile-comparisons .playful-demo-panels {
  display: grid;
  align-items: start;
}
.has-profile-comparisons .playful-demo-panels > div {
  grid-area: 1 / 1;
}
/* Reserve the larger view's space without exposing it to sight or assistive tech. */
.has-profile-comparisons .playful-demo-panels > [hidden] {
  display: block;
  visibility: hidden;
  pointer-events: none;
}
.has-profile-comparisons .profile-demo-static-label {
  display: none;
}
.profile-demo-static-label {
  font-size: 14px;
  margin: 12px 0;
}
.playful-demo-status {
  min-height: 40px;
  font-size: 11px;
  color: #5f6368;
  margin: 12px 2px 0;
}
.playful-demo > noscript {
  color: #5f6368;
  font-size: 12px;
}
.playful-demo .google-profile-window {
  box-shadow: 0 2px 8px #2021240a;
  border-radius: 14px;
}
.playful-demo .google-profile-search {
  margin: 12px;
  box-shadow: none;
}
.playful-demo .google-profile-gallery {
  height: 166px;
}
.playful-demo.is-compact .google-profile-gallery {
  height: 116px;
}
.playful-demo.is-compact .google-profile-search {
  font-size: 12px;
  padding: 7px 11px;
  margin: 10px;
}
.playful-demo.is-compact .google-profile-search .google-mark {
  height: 20px;
  width: 20px;
}
.playful-demo.is-compact .google-profile-services-grid strong {
  font-weight: 700;
}

/* The compact hero teaser keeps its Google identity; full examples remain below. */
.is-hero-teaser .google-profile-gallery,
.is-hero-teaser .google-profile-actions,
.is-hero-teaser .google-profile-nav,
.is-hero-teaser .google-profile-services {
  display: none;
}
.is-hero-teaser .google-profile-about > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
}
.is-hero-teaser .profile-demo-toolbar {
  font-size: 10px;
  margin-bottom: 9px;
}
.is-hero-teaser .profile-demo-toolbar strong {
  font-size: 9px;
  padding: 4px 7px;
}
.is-hero-teaser .playful-demo-trigger {
  font-size: 12px;
  padding: 10px 12px;
  gap: 8px;
  min-height: 44px;
  margin-bottom: 10px;
}
.is-hero-teaser .playful-demo-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.is-hero-teaser .google-profile-takeaway {
  font-size: 10px;
}
.surface-site .marketing-comparison > .site-section-heading {
  margin-inline: auto;
  text-align: center;
}
.surface-site .marketing-tabs {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 35px;
  border: 1px solid #e0e6ef;
  border-radius: 18px;
  padding: 5px;
  gap: 5px;
  background: #f5f7fc;
}
.surface-site .marketing-tabs button {
  font:
    700 14px "Avenir Next",
    "Segoe UI",
    sans-serif;
  min-height: 44px;
  padding: 12px 20px;
  color: #53617a;
  background: transparent;
  border: 0;
  border-radius: 13px;
}
.surface-site .marketing-tabs button[aria-selected="true"] {
  background: white;
  color: #1859e8;
  box-shadow: 0 3px 12px #17254412;
}
.surface-site .marketing-tabs button:hover {
  background: #fff;
}
.profile-comparison-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 65px;
  padding: 36px;
  background: #f0f5ff;
  border-radius: 30px;
  align-items: start;
}
.profile-comparison-copy {
  padding: 55px 10px 0;
  min-width: 0;
}
.surface-site .profile-comparison-copy h3 {
  font-size: 37px;
  line-height: 1.15;
  margin: 0 0 20px;
}
.profile-comparison-copy > p:not(.site-kicker) {
  color: #53617a;
  font-size: 15px;
}
.profile-comparison-benefits {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: grid;
  gap: 25px;
}
.profile-comparison-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.profile-comparison-benefits li > span {
  flex: none;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  background: #d7efde;
  color: #247447;
  border-radius: 50%;
  font-size: 14px;
}
.profile-comparison-benefits strong {
  font-size: 15px;
  font-weight: 750;
}
.profile-comparison-benefits p {
  color: #53617a;
  font-size: 13px;
  margin: 5px 0 0;
}
.profile-comparison-copy .profile-comparison-instruction {
  font-size: 14px;
  color: #164ab5;
  margin: 30px 0 20px;
  font-weight: 700;
}
.profile-comparison-copy .profile-comparison-validation {
  font-size: 11px;
  margin-top: 15px;
}
.surface-site .marketing-disclosure {
  font-size: 11px;
  line-height: 1.7;
  max-width: 890px;
  color: #647089;
  margin: 20px auto 0;
}

/* Three selected steps use real-life scenes instead of a pretend dashboard. */
.surface-site .playful-journey {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 65px;
  padding: 48px;
  background: #fff5d8;
  border-radius: 30px;
  margin: 0 0 20px;
  align-items: center;
}
.playful-journey h2 {
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 20px;
}
.playful-journey h2 em {
  font-style: normal;
  color: #1859e8;
}
.playful-journey-intro > p:not(.site-kicker) {
  color: #53617a;
  font-size: 15px;
}
.playful-steps {
  display: grid;
  gap: 9px;
  margin: 25px 0;
}
.playful-steps button {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  border: 1px solid transparent;
  background: transparent;
  text-align: left;
  color: #172544;
  font-size: 14px;
  padding: 15px;
  min-height: 55px;
  border-radius: 13px;
  cursor: pointer;
}
.playful-steps button[aria-pressed="true"] {
  border-color: #ead99b;
  background: white;
  color: #164ab5;
  box-shadow: 0 5px 14px #6d55120a;
}
.playful-steps button > span {
  font-size: 12px;
  font-weight: 800;
}
.playful-steps button > b {
  margin-left: auto;
  font-weight: 700;
}
.playful-journey-screens {
  min-width: 0;
}
.playful-step-screen[hidden] {
  display: none;
}
.opti-journey-photo {
  position: relative;
  height: 300px;
  margin: 0;
  border: 6px solid white;
  border-radius: 23px;
  overflow: hidden;
  box-shadow: 0 12px 24px #45391e14;
}
.opti-journey-photo .editorial-image {
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.opti-journey-photo figcaption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 12px 15px;
  border-radius: 12px;
  background: #fff;
  color: #172544;
  font-size: 13px;
  font-weight: 750;
}
.playful-step-caption {
  margin: 21px 0 0;
  min-height: 138px;
}
.playful-step-caption h3 {
  font-size: 22px;
  margin: 0 0 8px;
}
.playful-step-caption p {
  font-size: 14px;
  color: #53617a;
  margin: 0;
}
.playful-step-caption small {
  display: block;
  font-size: 10px;
  color: #6b715f;
  margin-top: 10px;
}
.playful-step-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: #53617a;
}
.playful-step-controls button {
  min-height: 44px;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 750;
  color: #164ab5;
  background: transparent;
  cursor: pointer;
}

/* Shared cards carry the same generous, approachable visual language. */
.surface-site .marketing-review {
  box-shadow: none;
  border-radius: 24px;
  border: 0;
  background: #f0f5ff;
  padding: 30px;
}
.surface-site .marketing-review:nth-child(2) {
  background: #fff5d8;
}
.surface-site .marketing-review:nth-child(3) {
  background: #edf7ee;
}
.surface-site .marketing-review blockquote {
  font:
    700 23px/1.45 "Avenir Next",
    "Segoe UI",
    sans-serif;
  color: #172544;
  letter-spacing: -0.02em;
}
.surface-site .marketing-results {
  background: #172544;
  border-radius: 30px;
  padding: 48px;
  margin: 20px 0;
}
.surface-site .marketing-result {
  background: white;
  border: 0;
  border-radius: 20px;
  padding: 28px;
}
.surface-site .marketing-result > strong {
  font-size: 54px;
  font-weight: 800;
  letter-spacing: -0.055em;
}
.surface-site .marketing-simulation-label {
  background: #ffda54;
  color: #463a12;
  font-weight: 750;
}
.playful-gallery-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 32px;
}
.playful-gallery-heading h2 {
  font-size: 44px;
  line-height: 1.13;
  margin: 0;
}
.playful-gallery-controls {
  display: flex;
  gap: 10px;
}
.playful-gallery-controls button {
  border: 1px solid #d7e1f5;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  color: #164ab5;
  background: #f0f5ff;
  font-size: 20px;
  cursor: pointer;
}
.playful-gallery-controls button:hover {
  background: #e1ecff;
}
.playful-gallery-controls button:disabled,
.playful-motion-toggle:disabled {
  opacity: 0.45;
  cursor: default;
}
.playful-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 30%;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding: 4px 4px 20px;
  scrollbar-width: thin;
}
.playful-gallery .audience-card {
  border: 0;
  border-radius: 22px;
  padding: 0 20px 23px;
  box-shadow: none;
  scroll-snap-align: start;
  min-width: 0;
  background: #f0f5ff;
}
.playful-gallery .audience-card:nth-child(3n + 2) {
  background: #fff0b5;
}
.playful-gallery .audience-card:nth-child(3n) {
  background: #daf0e1;
}
.playful-gallery .audience-card-photo {
  margin: 0 -20px 22px;
  aspect-ratio: 4 / 3;
  height: auto;
}
.playful-gallery .audience-card h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
.playful-gallery .audience-card p,
.playful-gallery .audience-card-link,
.playful-gallery .audience-icon {
  display: none;
}
.playful-gallery-note {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 18px 0 0;
  font-size: 12px;
  color: #53617a;
}
.surface-site .site-price {
  border-radius: 24px;
  box-shadow: none;
  border-color: #dfe6f1;
  padding: 30px;
}
.surface-site .site-price.popular {
  border: 2px solid #1859e8;
  background: #f5f8ff;
}
.surface-site .site-price h3 {
  font-weight: 780;
  font-size: 25px;
}
.surface-site .blog-card {
  border-radius: 24px;
  box-shadow: none;
  border-color: #e0e6ef;
}
.surface-site .blog-card h3 {
  font-size: 23px;
  line-height: 1.25;
}
.surface-site .site-end-cta {
  border-radius: 30px;
  background: #1859e8;
  border: 0;
  box-shadow: none;
}
.surface-site .site-end-cta h2 {
  font-size: clamp(32px, 3.8vw, 49px);
  line-height: 1.12;
}
.surface-site .site-end-cta .site-button {
  background: white;
  color: #164ab5;
  border-color: white;
  box-shadow: 0 7px 0 -3px #9bbaff;
}
.surface-site .site-footer {
  background: #f4f7fc;
  border-color: #e7edf6;
  padding-bottom: 145px;
}
.playful-motion-toggle {
  background: transparent;
  padding: 10px 0;
  font-size: 11px;
  color: #53617a;
  min-height: 44px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* The diagnostic stays reachable throughout every public page. */
.surface-site .marketing-floating {
  transform: none;
  min-width: 0;
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 22px;
  left: auto;
  width: auto;
  max-width: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 13px 9px;
  border: 1px solid #dbe5f6;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 8px 36px #14254a26;
}
.surface-site .marketing-floating .site-button {
  min-height: 49px;
  border-radius: 13px;
  font-size: 13px;
  padding: 12px 20px;
}
.surface-site .marketing-floating .marketing-floating-free {
  display: block;
  font-size: 10px;
  font-weight: 650;
  color: #596882;
  text-align: center;
}
.surface-site .marketing-floating[hidden] {
  display: none;
}
.surface-site :is(a, button, input, textarea, summary, [tabindex]) {
  scroll-margin-block: 24px 140px;
}
.surface-site :focus-visible {
  outline: 3px solid #1859e8;
  outline-offset: 5px;
}
.surface-site .site-button:focus-visible {
  outline-color: #0b2d75;
}

/* The reference also applies to trades, guides, plans and contact. */
.surface-site .audience-hero h1,
.surface-site .audience-hub-hero h1,
.surface-site .site-inner-hero h1,
.surface-site .blog-hero h1 {
  font-size: clamp(40px, 4.8vw, 64px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.05em;
}
.surface-site .audience-cover {
  border-radius: 27px;
  border: 5px solid white;
  box-shadow: 0 12px 30px #17254416;
  transform: rotate(2deg);
}
.surface-site .audience-glance {
  border-radius: 20px;
  background: #fff6d9;
  border-color: #fff;
  box-shadow: 0 9px 24px #17254412;
}
.surface-site .audience-client-question {
  font-weight: 750;
}
.surface-site .audience-card {
  border-radius: 22px;
  box-shadow: none;
}
.surface-site .site-feature {
  border-radius: 22px;
  box-shadow: none;
}
.surface-site .site-feature-grid {
  gap: 22px;
}
.surface-site .site-feature h3 {
  font-size: 23px;
}
.surface-site .editorial-showcase > article {
  border-radius: 25px;
  background: #f0f5ff;
  border: 0;
}
.surface-site .editorial-showcase > article:nth-child(2) {
  background: #daf0e1;
}
.surface-site .site-faq-list details {
  border-radius: 15px;
}

@media (max-width: 1100px) {
  .surface-site .site-main {
    padding: 0 28px;
  }
  .surface-site .playful-hero {
    gap: 12px 28px;
  }
  .surface-site .playful-hero h1 {
    font-size: 52px;
  }
  .opti-collage {
    height: 610px;
  }
  .opti-main-photo {
    height: 435px;
  }
  .opti-hero-profile {
    width: 260px;
    left: -6px;
  }
  .opti-collage-note {
    width: 33%;
    font-size: 11px;
  }
  .opti-main-photo figcaption {
    font-size: 17px;
    bottom: 32px;
  }
  .opti-benefit-main {
    gap: 35px;
  }
  .opti-benefit {
    padding: 25px;
  }
  .opti-benefit h3 {
    font-size: 27px;
  }
  .surface-site .opti-benefit-main h3 {
    color: white;
    font-size: 33px;
  }
  .profile-comparison-layout {
    gap: 35px;
    padding: 28px;
  }
  .surface-site .playful-journey {
    gap: 35px;
    padding: 35px;
  }
  .playful-ribbon {
    gap: 12px;
  }
  .playful-ribbon > span {
    font-size: 12px;
  }
}
@media (max-width: 900px) and (min-width: 761px) {
  .surface-site .playful-hero h1 {
    font-size: 45px;
  }
  .opti-photo-sticker {
    padding: 12px;
    font-size: 12px;
  }
  .opti-main-photo {
    height: 400px;
  }
  .opti-main-photo figcaption {
    display: none;
  }
  .opti-hero-profile {
    width: 245px;
  }
  .opti-collage-note {
    display: none;
  }
  .opti-benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
  .opti-benefit-page {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px;
  }
  .opti-benefit-page .opti-mini-page {
    grid-column: 2;
    grid-row: 1 / 5;
  }
  .opti-section-intro {
    gap: 30px;
  }
}
@media (max-width: 760px) {
  .surface-site .site-main {
    padding: 0 20px;
  }
  .surface-site .site-header {
    height: 74px;
    gap: 12px;
  }
  .surface-site .site-section {
    padding: 60px 0;
  }
  .surface-site .site-section-heading h2,
  .playful-gallery-heading h2 {
    font-size: 34px;
  }
  .surface-site .site-tinted {
    padding: 27px 22px;
    border-radius: 25px;
  }
  .surface-site .playful-hero {
    display: grid;
    grid-template-columns: 1fr;
    padding: 27px 0 20px;
    gap: 24px;
  }
  .surface-site .playful-hero h1 {
    font-size: clamp(42px, 8.5vw, 60px);
    line-height: 1.06;
    letter-spacing: -0.052em;
    margin-bottom: 20px;
  }
  .playful-eyebrow {
    font-size: 11px;
    margin-bottom: 21px;
  }
  .playful-hero-lead {
    font-size: 15px;
    max-width: 550px;
    margin-bottom: 20px;
  }
  .playful-hero-lead strong {
    font-size: 17px;
  }
  .playful-main-actions .site-button {
    width: 100%;
    font-size: 13px;
    padding-inline: 12px;
  }
  .playful-main-actions {
    align-items: stretch;
    gap: 3px;
  }
  .playful-text-button {
    text-align: center;
  }
  .playful-reassurance {
    font-size: 11px;
    text-align: center;
    margin-top: 9px;
  }
  .playful-independent {
    font-size: 11px;
    text-align: center;
    margin-top: 13px;
  }
  .opti-collage {
    height: 530px;
    width: 100%;
    max-width: 500px;
    margin: 15px auto 0;
  }
  .opti-main-photo {
    width: 88%;
    height: 370px;
    right: 4px;
    top: 20px;
    border-width: 5px;
    border-radius: 25px;
  }
  .opti-main-photo figcaption {
    display: none;
    font-size: 16px;
    bottom: 26px;
    right: 15px;
  }
  .opti-photo-sticker {
    font-size: 12px;
    padding: 13px 15px;
    top: 0;
    left: 6px;
  }
  .opti-hero-profile {
    width: 245px;
    left: 0;
    bottom: 0;
    padding: 11px;
    border-radius: 20px;
  }
  .opti-collage-note {
    font-size: 10px;
    bottom: 20px;
    width: 28%;
    right: 0;
  }
  .opti-color-line {
    width: 70px;
    height: 4px;
  }
  .playful-hero-footnote {
    grid-column: 1;
    margin-top: 0;
    font-size: 9px;
    text-align: left;
  }
  .playful-ribbon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 14px;
    padding: 22px 20px;
    margin-top: 10px;
  }
  .playful-ribbon > span {
    font-size: 12px;
    gap: 8px;
  }
  .playful-ribbon button {
    font-size: 12px;
    padding: 9px;
  }
  .opti-section-intro {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-bottom: 26px;
  }
  .opti-section-intro h2 {
    font-size: 34px;
  }
  .opti-section-intro > p {
    font-size: 15px;
  }
  .opti-benefit-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .opti-benefit {
    padding: 27px;
    border-radius: 25px;
  }
  .opti-benefit-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .opti-benefit h3 {
    font-size: 30px;
  }
  .opti-benefit-main .site-button {
    width: 100%;
    padding-inline: 10px;
    font-size: 12px;
  }
  .opti-benefit-main .opti-benefit-icon {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .opti-advice-preview {
    padding: 19px;
  }
  .opti-advice-heading {
    font-size: 14px;
  }
  .opti-advice-row {
    gap: 9px;
  }
  .opti-advice-row > b {
    font-size: 9px;
    padding: 5px;
  }
  .opti-advice-row strong {
    font-size: 12px;
  }
  .surface-site .opti-benefit-main .opti-advice-row p {
    font-size: 10px;
  }
  .opti-advice-last {
    font-size: 12px;
    padding: 12px;
  }
  .opti-benefit-picture {
    height: 215px;
  }
  .opti-mini-page {
    max-width: 380px;
    align-self: center;
  }
  .opti-mini-page .editorial-image {
    height: 165px;
  }
  .opti-mini-page > p {
    font-size: 22px;
    padding: 20px;
  }
  .opti-benefit-replies .opti-benefit-icon {
    margin-bottom: 16px;
  }
  .opti-benefit .site-secondary {
    font-size: 13px;
  }
  .surface-site .marketing-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 17px;
    gap: 4px;
    margin-bottom: 25px;
  }
  .surface-site .marketing-tabs button {
    font-size: 12px;
    padding: 11px 8px;
  }
  .profile-comparison-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px 16px;
    border-radius: 25px;
  }
  .profile-comparison-copy {
    padding: 0 5px;
  }
  .surface-site .profile-comparison-copy h3 {
    font-size: 31px;
  }
  .profile-comparison-benefits {
    gap: 18px;
    margin: 23px 0;
  }
  .profile-comparison-copy .site-button {
    width: 100%;
    font-size: 12px;
    padding-inline: 8px;
  }
  .profile-comparison-copy .profile-comparison-instruction {
    margin: 23px 0 16px;
  }
  .playful-demo-trigger {
    font-size: 13px;
    gap: 12px;
    padding: 12px;
  }
  .profile-demo-toolbar {
    font-size: 11px;
    gap: 8px;
  }
  .playful-demo .google-profile-gallery {
    height: 140px;
  }
  .surface-site .playful-journey {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 28px 22px;
    border-radius: 25px;
  }
  .playful-journey h2 {
    font-size: 32px;
  }
  .playful-journey-intro .site-button {
    width: 100%;
    font-size: 12px;
    padding-inline: 10px;
  }
  .playful-steps button {
    font-size: 13px;
    gap: 11px;
    padding: 13px;
  }
  .opti-journey-photo {
    height: 270px;
  }
  .playful-step-caption {
    min-height: 148px;
  }
  .surface-site .marketing-review {
    padding: 27px;
  }
  .surface-site .marketing-review blockquote {
    font-size: 22px;
  }
  .surface-site .marketing-results {
    padding: 29px 22px;
  }
  .surface-site .marketing-result {
    padding: 25px;
  }
  .surface-site .marketing-result > strong {
    font-size: 49px;
  }
  .playful-gallery-heading {
    align-items: start;
    gap: 20px;
  }
  .playful-gallery-controls {
    gap: 6px;
    padding-top: 25px;
  }
  .playful-gallery-controls button {
    width: 40px;
    height: 44px;
  }
  .playful-gallery {
    grid-auto-columns: 83%;
    gap: 16px;
  }
  .playful-gallery .audience-card h3 {
    font-size: 22px;
  }
  .playful-gallery-note {
    flex-direction: column;
    gap: 13px;
  }
  .surface-site .site-price {
    padding: 27px;
  }
  .surface-site .site-end-cta {
    border-radius: 26px;
  }
  .surface-site .site-end-cta h2 {
    font-size: 35px;
  }
  .surface-site .site-end-cta .site-button {
    font-size: 12px;
    padding-inline: 10px;
  }
  .surface-site .marketing-floating {
    right: 12px;
    left: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    max-width: none;
    width: auto;
    padding: 8px 10px;
    gap: 7px;
    border-radius: 18px;
  }
  .surface-site .marketing-floating .site-button {
    width: 100%;
    min-height: 48px;
    font-size: 13px;
  }
  .surface-site .marketing-floating .marketing-floating-free {
    display: block;
    font-size: 10px;
  }
  .surface-site .site-footer {
    padding-bottom: 140px;
  }
  .surface-site .audience-hero h1,
  .surface-site .audience-hub-hero h1,
  .surface-site .site-inner-hero h1,
  .surface-site .blog-hero h1 {
    font-size: 40px;
  }
  .surface-site .audience-cover {
    transform: rotate(1deg);
    border-radius: 23px;
  }
}
@media (max-width: 360px) {
  .surface-site .site-main {
    padding: 0 16px;
  }
  .surface-site .playful-hero h1 {
    font-size: 39px;
  }
  .playful-eyebrow {
    font-size: 10px;
    padding: 8px 10px;
  }
  .opti-collage {
    height: 515px;
  }
  .opti-main-photo {
    height: 330px;
  }
  .opti-main-photo figcaption {
    display: none;
  }
  .opti-hero-profile {
    width: 239px;
  }
  .opti-collage-note {
    display: none;
  }
  .opti-benefit {
    padding: 23px;
  }
  .opti-benefit h3 {
    font-size: 28px;
  }
  .opti-advice-preview {
    padding: 15px;
  }
  .opti-advice-row > b {
    display: none;
  }
  .playful-ribbon {
    padding-inline: 16px;
    gap: 13px 10px;
  }
  .playful-ribbon > span {
    font-size: 11px;
  }
  .surface-site .marketing-tabs button {
    font-size: 11px;
  }
  .profile-comparison-layout {
    padding-inline: 12px;
  }
  .surface-site .playful-journey {
    padding: 25px 18px;
  }
  .opti-journey-photo {
    height: 240px;
  }
  .playful-gallery-heading h2 {
    font-size: 30px;
  }
  .surface-site .site-end-cta h2 {
    font-size: 31px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .surface-site *,
  .surface-site *:before,
  .surface-site *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.surface-site .motion-paused *,
.surface-site .motion-paused *:before,
.surface-site .motion-paused *:after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
/* Search is the homepage's primary action, on both phone and desktop. */
.surface-site .search-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  isolation: isolate;
  gap: 0;
  padding: 56px 20px 24px;
  text-align: center;
}
.search-hero-intro,
.search-hero-focus {
  width: 100%;
  min-width: 0;
}
.search-hero-intro {
  max-width: 1040px;
}
.search-hero .playful-eyebrow {
  background: #fff;
  border: 1px solid #dce6f8;
  color: #32558d;
  margin-bottom: 24px;
  font-size: 12px;
}
.surface-site .search-hero h1 {
  font-size: clamp(42px, 4.65vw, 66px);
  letter-spacing: -0.055em;
  line-height: 1.12;
  margin: 0 auto 22px;
  max-width: 1000px;
}
.search-hero-lead {
  margin: 0 auto;
  color: #58657c;
  font-size: 17px;
  line-height: 1.65;
}
.search-hero-lead strong {
  font-weight: 650;
  color: #273b5c;
}
.search-hero-focus {
  max-width: 810px;
  margin: 32px auto 0;
  padding: 28px 30px 18px;
  border: 1px solid #dbe6fb;
  border-radius: 28px;
  background: #fff;
  box-shadow:
    0 18px 65px -25px #2155b636,
    0 0 0 8px #eaf1ff70;
  box-sizing: border-box;
}
.search-hero .acq-search {
  margin: 0;
  max-width: none;
}
.search-hero .acq-search label {
  font-size: 18px;
  margin-bottom: 14px;
}
.search-hero .acq-search-field {
  border-color: #a4bff5;
  padding: 8px;
  box-shadow: 0 3px 12px #1746a608;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
}
.search-hero .acq-search-field:focus-within {
  border-color: #1859e8;
  box-shadow: 0 0 0 4px #1859e812;
}
.search-hero .acq-search-field > img {
  width: 30px;
  height: 30px;
  margin-inline: 8px 4px;
}
.search-hero .acq-search-field input {
  padding: 15px 0;
  font-size: 16px;
}
.search-hero .acq-search-field .button {
  padding: 15px 23px;
  min-height: 54px;
  border-radius: 12px;
  font-size: 15px;
}
.acq-search-hint {
  margin: 9px 0 0;
  color: #6d7890;
  font-size: 12px;
}
.search-hero .acq-result-panel .acq-fallback {
  margin: 0;
  font-size: 13px;
}
.search-hero .acq-example {
  display: block;
  margin-top: 7px;
  padding: 6px 0;
  min-height: 36px;
}
.search-hero-assurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 23px;
  list-style: none;
  padding: 14px 0 0;
  border-top: 1px solid #edf1f7;
  margin: 12px 0 0;
  font-size: 11px;
  font-weight: 650;
  color: #4c5e78;
}
.search-hero-assurance span {
  color: #20874f;
  margin-right: 3px;
}
.search-hero-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 890px;
  list-style: none;
  gap: 28px;
  padding: 0;
  margin: 36px 0 30px;
  text-align: left;
}
.search-hero-path li {
  display: flex;
  align-items: center;
  gap: 11px;
}
.search-hero-path li > span {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  height: 36px;
  width: 36px;
  border-radius: 12px;
  background: #e4edff;
  color: #1859e8;
  font-size: 15px;
  font-weight: 800;
}
.search-hero-path li:nth-child(2) > span {
  background: #fff0c0;
  color: #805b0b;
}
.search-hero-path li:nth-child(3) > span {
  background: #dff4e9;
  color: #167349;
}
.search-hero-path strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
}
.search-hero-path small {
  display: block;
  color: #63728a;
  font-size: 11px;
  margin-top: 3px;
}
.search-hero-bottom {
  width: 100%;
  max-width: 890px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #e1e8f2;
  padding-top: 20px;
  text-align: left;
}
.search-hero-bottom p {
  margin: 0;
  font-size: 12px;
  color: #63728a;
}
.search-hero-bottom strong {
  color: #243a5d;
  font-size: 14px;
}
.search-hero-bottom .playful-text-button {
  font-size: 13px;
}
.search-hero-note {
  font-size: 10px;
  color: #657187;
  max-width: 850px;
  margin: 20px 0 0;
}
.search-hero-orbit {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.search-hero-orbit::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 620px;
  top: 85px;
  left: 2.5%;
  border-radius: 50%;
  background: radial-gradient(ellipse, #eaf1ff 10%, #f8fafd00 69%);
}
.search-hero-orbit span {
  position: absolute;
  border-radius: 50%;
  opacity: 0.8;
}
.search-hero-orbit span:nth-child(1) {
  width: 15px;
  height: 15px;
  background: #4285f4;
  top: 26%;
  left: 2%;
}
.search-hero-orbit span:nth-child(2) {
  width: 28px;
  height: 28px;
  border: 6px solid #fbbc04;
  top: 13%;
  right: 4%;
}
.search-hero-orbit span:nth-child(3) {
  width: 12px;
  height: 12px;
  background: #ea4335;
  top: 66%;
  right: 1%;
}
.search-hero-orbit span:nth-child(4) {
  width: 22px;
  height: 22px;
  border: 5px solid #34a853;
  top: 70%;
  left: 3%;
}
@media (prefers-reduced-motion: no-preference) {
  .search-hero-focus {
    animation: search-arrive 0.5s ease-out both;
  }
  @keyframes search-arrive {
    from {
      opacity: 0.5;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
@media (max-width: 760px) {
  .surface-site .search-hero {
    padding: 27px 0 20px;
  }
  .surface-site .search-hero h1 {
    font-size: clamp(34px, 6.8vw, 49px);
    margin-bottom: 16px;
    line-height: 1.13;
  }
  .search-hero .playful-eyebrow {
    font-size: 10px;
    padding: 7px 10px;
    margin-bottom: 18px;
  }
  .search-hero-lead {
    font-size: 14px;
    line-height: 1.6;
    max-width: 500px;
  }
  .search-hero-focus {
    padding: 20px 18px 15px;
    margin-top: 25px;
    border-radius: 22px;
    box-shadow:
      0 14px 40px -24px #2155b636,
      0 0 0 5px #eaf1ff70;
  }
  .search-hero .acq-search label {
    font-size: 16px;
  }
  .search-hero-path {
    gap: 15px;
    margin: 28px 0 22px;
  }
  .search-hero-path li {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
  .search-hero-path strong {
    font-size: 12px;
  }
  .search-hero-path small {
    font-size: 10px;
  }
  .search-hero-orbit span {
    display: none;
  }
  .search-hero-bottom {
    gap: 12px;
  }
  .search-hero-bottom .playful-text-button {
    font-size: 12px;
    max-width: 170px;
  }
  .search-hero-bottom strong {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .search-hero .acq-search-field {
    gap: 0 7px;
  }
  .search-hero .acq-search-field > img {
    width: 25px;
    height: 25px;
    margin-inline: 4px;
  }
  .search-hero .acq-search-field input {
    font-size: 16px;
    width: calc(100% - 45px);
    padding: 12px 0;
  }
  .search-hero .acq-search-field .button {
    width: 100%;
    margin-top: 6px;
    min-height: 48px;
    padding: 12px;
  }
  .search-hero-assurance {
    gap: 6px 12px;
    font-size: 10px;
  }
  .search-hero-assurance li:last-child {
    display: none;
  }
  .search-hero .acq-example {
    font-size: 12px !important;
  }
}
@media (max-width: 380px) {
  .surface-site .search-hero h1 {
    font-size: 31px;
  }
  .search-hero .playful-eyebrow {
    font-size: 9px;
  }
  .search-hero-focus {
    padding: 18px 12px 12px;
  }
  .search-hero .acq-search label {
    font-size: 14px;
  }
  .search-hero-lead {
    font-size: 13px;
  }
  .search-hero-path {
    gap: 10px;
  }
  .search-hero-bottom {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .search-hero-bottom .playful-text-button {
    max-width: none;
  }
}

/* The search responds while typing; the icon only accelerates an optional submit. */
.search-hero .acq-search-field {
  flex-wrap: nowrap;
  gap: 10px;
}
.search-hero .acq-search-field input {
  width: auto;
  flex: 1;
  min-width: 0;
}
.acq-search-submit {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #eef3ff;
  color: #1859e8;
  cursor: pointer;
}
.acq-search-submit:hover {
  background: #e1ebff;
}
.acq-search-submit:focus-visible {
  outline: 2px solid #1859e8;
  outline-offset: 3px;
}
.acq-search-submit:disabled {
  opacity: 1;
  cursor: progress;
}
.acq-search-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid #c0d1f7;
  border-top-color: #1859e8;
  border-radius: 50%;
}
[data-acq-search][aria-busy="true"] .acq-search-submit svg {
  display: none;
}
[data-acq-search][aria-busy="true"] .acq-search-spinner {
  display: block;
}
@media (prefers-reduced-motion: no-preference) {
  [data-acq-search][aria-busy="true"] .acq-search-spinner {
    animation: acq-search-spin 0.8s linear infinite;
  }
  @keyframes acq-search-spin {
    to {
      transform: rotate(360deg);
    }
  }
}
@media (max-width: 640px) {
  .search-hero .acq-search-field {
    gap: 7px;
    padding: 7px;
  }
  .acq-search-submit {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }
  .search-hero .acq-search-field input {
    padding: 12px 0;
  }
}

/* The field container carries the visible keyboard focus ring. */
.search-hero .acq-search-field input:focus {
  outline: none;
  box-shadow: none;
}

/* Small Google-style before/after cards, immediately below the hero ribbon. */
.surface-site .recent-optimizations {
  margin-top: 0;
  padding: 68px 0 38px;
}
.recent-optimizations-heading {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.surface-site .recent-optimizations-heading > .site-kicker,
.surface-site .marketing-comparison > .site-section-heading > .site-kicker {
  display: block;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.surface-site .recent-optimizations-heading h2 {
  font-size: clamp(32px, 3.9vw, 50px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 14px 0 20px;
}
.recent-optimizations-heading > p:not(.site-kicker) {
  color: #627087;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 18px;
}
.recent-optimizations-label {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid #dde6f4;
  border-radius: 30px;
  color: #526580;
  font-size: 11px;
  font-weight: 650;
  background: #f7f9fd;
}
.recent-optimizations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
  padding: 20px;
  border-radius: 34px;
  background: #f1f5fd;
}
.recent-optimization-card {
  min-width: 0;
  padding: 18px 14px 14px;
  border: 1px solid #dfe6f0;
  border-radius: 24px;
  background: white;
  box-shadow: 0 6px 18px -12px #15305938;
}
.recent-optimization-card .profile-demo-toolbar {
  font-size: 11px;
  padding-inline: 3px;
  margin-bottom: 12px;
}
.recent-optimization-card .profile-demo-toolbar strong {
  font-size: 10px;
  padding: 5px 9px;
}
.recent-optimization-card .playful-demo-trigger {
  min-height: 46px;
  font-size: 13px;
  font-weight: 750;
  margin-bottom: 12px;
}
.recent-optimization-card .playful-demo-trigger:focus-visible {
  outline: 3px solid #92b7ff;
  outline-offset: 3px;
}
.recent-optimization-card .google-profile-window {
  overflow: hidden;
  border-radius: 17px;
  box-shadow: none;
}
.recent-optimization-card
  .google-profile-preview.is-compact
  .google-profile-identity {
  padding: 18px 16px 14px;
}
.surface-site .recent-optimization-card .google-profile-preview.is-compact h3 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}
.recent-optimization-card
  .google-profile-preview.is-compact
  .google-profile-about {
  padding: 16px;
  min-height: 126px;
}
.recent-optimization-card
  .google-profile-preview.is-compact
  .google-profile-about
  > p {
  font-size: 12px;
  line-height: 1.6;
  -webkit-line-clamp: 4;
  min-height: 77px;
}
.recent-optimizations-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 30px 16px 18px;
}
.recent-optimizations-action > p {
  margin: 0;
  color: #637087;
  font-size: 14px;
  line-height: 1.55;
}
.recent-optimizations-action > p strong {
  color: #17243c;
  font-size: 18px;
  font-weight: 800;
}
.recent-optimizations-disclosure {
  color: #637087;
  max-width: 700px;
  margin: 10px auto 0;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1000px) and (min-width: 761px) {
  .recent-optimizations-grid {
    gap: 12px;
    padding: 14px;
  }
  .recent-optimization-card {
    padding: 14px 9px 9px;
  }
  .surface-site
    .recent-optimization-card
    .google-profile-preview.is-compact
    h3 {
    font-size: 20px;
  }
  .recent-optimization-card
    .google-profile-preview.is-compact
    .google-profile-identity {
    padding-inline: 12px;
  }
}
@media (max-width: 760px) {
  .surface-site .recent-optimizations {
    padding: 44px 0 24px;
  }
  .recent-optimizations-heading {
    margin-bottom: 24px;
  }
  .recent-optimizations-heading > p:not(.site-kicker) {
    font-size: 14px;
  }
  .recent-optimizations-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 440px;
    margin-inline: auto;
    gap: 18px;
    padding: 14px;
    border-radius: 28px;
  }
  .recent-optimization-card {
    padding: 16px 12px 12px;
  }
  .recent-optimizations-action {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .recent-optimizations-action .site-button {
    max-width: 100%;
  }
  .recent-optimizations-disclosure {
    padding-inline: 8px;
  }
}

/* Public confirmed optimizations: the same cards on home and in the archive. */
.acq-reading > .eyebrow { padding-right: 36px; white-space: normal; }
.acq-reading progress {
  display: block;
  width: 100%;
  height: 10px;
  margin: 24px 0 14px;
  accent-color: #4285f4;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.acq-reading progress::-webkit-progress-bar { background: #e9effa; }
.acq-reading progress::-webkit-progress-value { background: #4285f4; transition: width .3s; }
.acq-reading-status { color: #1859e8; font-weight: 750; }
.acq-reading ol { list-style: none; padding: 0; display: grid; gap: 12px; margin: 22px 0; }
.acq-reading li { display: flex; align-items: center; gap: 12px; color: #647088; font-size: 14px; }
.acq-reading li > span { display: grid; place-items: center; width: 27px; height: 27px; flex-shrink: 0; border-radius: 50%; background: #eef2f8; font-weight: 750; }
.acq-reading li.current { color: #1859e8; font-weight: 750; }
.acq-reading li.current > span { background: #e7efff; box-shadow: 0 0 0 4px #f4f7ff; }
@media (prefers-reduced-motion: no-preference) {
  .acq-reading li.current > span { animation: acq-reading-pulse 1.4s ease-in-out infinite alternate; }
  @keyframes acq-reading-pulse { to { box-shadow: 0 0 0 6px #e7efff99; } }
}
.acq-reading li.done { color: #188038; }
.acq-reading li.done > span { background: #e8f5e9; }
.acq-reading-note, .acq-reading > small { color: #647088; font-size: 12px; line-height: 1.6; }
.acq-reading-summary { padding: 16px; margin: 18px 0; background: #eef5ff; border-radius: 14px; font-size: 13px; }
.acq-reading-summary p { margin: 6px 0 10px; }
.acq-reading-summary summary { cursor: pointer; }
@media (prefers-reduced-motion: reduce) { .acq-reading progress::-webkit-progress-value { transition: none; } }
.showcase-archive-link {
  display: flex;
  justify-content: center;
  padding: 24px 8px 0;
}
.showcase-archive-link .site-button {
  gap: 14px;
  text-align: center;
  white-space: normal;
}
.surface-site .showcase-archive {
  padding-top: 62px;
}
.surface-site .showcase-archive h1 {
  font-size: clamp(38px, 5.1vw, 68px);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 16px 0 24px;
}
.showcase-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0;
}
.showcase-filters a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  border: 1px solid #dce4f0;
  border-radius: 24px;
  padding: 9px 16px;
  color: #42546e;
  background: white;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.showcase-filters a:hover {
  border-color: #2163eb;
  color: #1756ce;
}
.showcase-filters a[aria-current="true"] {
  background: #2163eb;
  border-color: #2163eb;
  color: white;
}
.showcase-filters a span {
  font-size: 11px;
  border-radius: 12px;
  background: #eef3fc;
  color: #314b70;
  padding: 2px 7px;
}
.showcase-filters a:focus-visible,
.showcase-pagination a:focus-visible {
  outline: 3px solid #91b8ff;
  outline-offset: 3px;
}
.showcase-results-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin: 30px 0 18px;
}
.surface-site .showcase-results-heading h2 {
  font-size: 23px;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.025em;
}
.showcase-results-heading p {
  color: #68748a;
  font-size: 13px;
  margin: 0;
}
.showcase-category-group {
  margin: 0 0 32px;
}
.surface-site .showcase-category-group > h3 {
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 14px;
}
.showcase-category-group > h3 span {
  font-size: 12px;
  color: #627087;
  padding-left: 7px;
}
.showcase-card .google-profile-identity {
  min-height: 114px;
}
.showcase-card .google-profile-about {
  min-height: 176px !important;
}
.showcase-card .google-profile-about h4 {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 1.4;
}
.showcase-card .google-profile-about > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.showcase-business-category {
  font-size: 12px;
  color: #68717b;
  line-height: 1.5;
  margin: 10px 0 0;
}
.showcase-card-date {
  font-size: 11px;
  line-height: 1.6;
  color: #637087;
  margin: 16px 3px 8px;
}
.showcase-card-date time {
  font-weight: 700;
}
.showcase-card-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #167743;
  background: #eaf7ef;
  border-radius: 10px;
  padding: 6px 9px;
}
.showcase-empty {
  text-align: center;
  border: 1px solid #e0e7f2;
  border-radius: 28px;
  padding: 38px 24px;
  background: #f5f8ff;
}
.showcase-empty > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 17px;
  background: white;
  box-shadow: 0 4px 18px #1735610a;
}
.showcase-empty .google-icon {
  width: 25px;
  height: 25px;
}
.surface-site .showcase-empty h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
}
.showcase-empty > p {
  max-width: 510px;
  margin: 0 auto 24px;
  color: #637087;
  line-height: 1.65;
  font-size: 14px;
}
.showcase-examples {
  margin-top: 64px;
  border-top: 1px solid #e0e7f2;
  padding-top: 42px;
}
.surface-site .showcase-examples h2 {
  font-size: clamp(27px, 3.4vw, 40px);
  font-weight: 850;
  letter-spacing: -0.035em;
  margin: 14px 0;
}
.showcase-examples > p:not(.site-kicker) {
  color: #68748a;
  font-size: 13px;
  line-height: 1.6;
}
.showcase-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 30px 0;
  font-size: 13px;
}
.showcase-pagination a {
  padding: 12px 18px;
  min-height: 44px;
  border: 1px solid #dce4f0;
  border-radius: 18px;
  color: #1756ce;
  text-decoration: none;
  font-weight: 750;
}
.showcase-settings {
  margin-top: 24px;
}
.showcase-settings .settings-row {
  align-items: start;
  gap: 20px;
}
.showcase-settings .settings-toggle {
  flex: 0 0 auto;
  margin-top: 4px;
}
@media (max-width: 760px) {
  .surface-site .showcase-archive {
    padding-top: 34px;
  }
  .showcase-archive-link .site-button {
    width: 100%;
    max-width: 440px;
    font-size: 13px;
  }
  .showcase-filters {
    gap: 8px;
    margin: 24px 0;
  }
  .showcase-filters a {
    font-size: 12px;
    padding: 9px 12px;
  }
  .showcase-empty {
    padding: 28px 18px;
  }
  .showcase-empty .site-button {
    max-width: 100%;
    white-space: normal;
  }
  .surface-site .showcase-empty h3 {
    font-size: 22px;
  }
  .showcase-examples {
    margin-top: 42px;
    padding-top: 32px;
  }
}

.score-breakdown { margin: 0 0 24px; padding: 18px; background:#fff; border:1px solid #e1e7ef; border-radius:18px; }
.score-split { display:grid; grid-template-columns:1fr 1fr; gap:16px; font-size:14px; }
.score-split strong { display:block; font-size:22px; color:#1a73e8; }
.score-breakdown details { margin-top:16px; font-size:14px; line-height:1.6; }
.score-breakdown summary { font-weight:700; cursor:pointer; }
.score-maintenance-row { display:flex; justify-content:space-between; gap:12px; padding:14px 0; border-bottom:1px solid #edf0f5; }
.score-maintenance-row b { white-space:nowrap; }
.score-maintenance-row p { margin:3px 0 0; }
.score-breakdown .text-button { display:block; min-height:44px; white-space:normal; text-align:left; }

/* Completed profile snapshots, visible without a toggle or JavaScript. */
.recent-optimizations-grid { align-items: stretch; }
.recent-optimization-card { display: flex; flex-direction: column; }
.profile-snapshot, .profile-snapshot .google-profile-window, .profile-snapshot .google-profile-preview {
  display: flex; flex: 1; flex-direction: column; min-width: 0;
}
.profile-snapshot .profile-demo-toolbar { align-items: center; gap: 8px; }
.profile-snapshot .profile-demo-toolbar .profile-snapshot-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: #e6f4ea; color: #137333; white-space: nowrap;
}
.profile-snapshot-badge .google-profile-icon { width: 14px; height: 14px; }
.profile-snapshot .google-profile-preview.is-compact .google-profile-gallery { height: 136px; flex-shrink: 0; }
.profile-snapshot .google-profile-photo-count { right: 8px; bottom: 8px; padding: 4px 6px; font-size: 10px; }
.profile-snapshot .google-profile-placeholder { padding: 16px; gap: 8px; }
.profile-snapshot .google-profile-preview.is-compact .google-profile-actions { padding: 4px 12px 16px; gap: 4px; }
.profile-snapshot .google-profile-actions > span { flex: 1; min-width: 0; overflow-wrap: anywhere; text-align: center; }
.profile-snapshot .google-profile-preview.is-compact .google-profile-actions svg { width: 36px; height: 36px; padding: 8px; }
.profile-snapshot .google-profile-preview.is-compact .google-profile-about { min-height: 0; flex: 1; padding: 14px 16px 18px; }
.profile-snapshot .google-profile-preview.is-compact .google-profile-about > p { min-height: 0; -webkit-line-clamp: 3; }
.profile-snapshot .google-profile-section-title > span { display: none; }

