/* Home route owner: public parity-pattern landing surface with Zemiax runtime truth. */
html:has(body.panel-guest:not(.panel-guest-auth)) {
  background: #ffffff;
}

html[data-theme="dark"]:has(body.panel-guest:not(.panel-guest-auth)) {
  background: #1c1e23;
}

body.panel-guest:not(.panel-guest-auth) {
  --home-bg: #ffffff;
  --home-ink: #111513;
  --home-copy: #24312b;
  --home-muted: #6e7772;
  --home-soft: #f4f7f5;
  --home-blue-soft: #eef2fe;
  --home-blue-border: #cdd9ff;
  --home-green: #35b779;
  --home-green-dark: #27845a;
  --home-border: rgba(26, 42, 32, 0.1);
  --home-shadow: 0 18px 46px rgba(26, 52, 34, 0.08);
  background: var(--home-bg);
  color: var(--home-ink);
  overflow-x: clip;
}

body.panel-guest:not(.panel-guest-auth)::before,
body.panel-guest:not(.panel-guest-auth)::after {
  content: none;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) {
  --home-bg: #1c1e23;
  --home-ink: #f3f7f4;
  --home-copy: #d6ded9;
  --home-muted: #9fa9a3;
  --home-soft: #1f242c;
  --home-blue-soft: #202631;
  --home-blue-border: rgba(138, 159, 220, 0.28);
  --home-green: #44d28a;
  --home-green-dark: #58de9a;
  --home-border: rgba(230, 247, 237, 0.12);
  --home-shadow: none;
}

body.panel-guest:not(.panel-guest-auth) .guest-main,
body.panel-guest:not(.panel-guest-auth) .public-shell-structured {
  background: var(--home-bg);
}

body.panel-guest:not(.panel-guest-auth) .guest-main {
  padding-top: 29px;
}

body.panel-guest:not(.panel-guest-auth) .guest-main > .container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

body.panel-guest:not(.panel-guest-auth) .public-shell-structured {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 76px;
}

body.panel-guest:not(.panel-guest-auth) .public-shell-structured > .public-section:not(.public-home-stats-section) {
  width: min(100% - 32px, 1110px);
  margin-inline: auto;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell {
  position: relative;
  width: 100%;
  height: 121px;
  min-height: 121px;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: var(--home-bg);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell > .container {
  width: min(1110px, calc(100% - 32px));
  max-width: 1110px;
  height: 121px;
  padding-inline: 0;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .row {
  height: 121px;
  min-height: 121px;
  align-items: center;
  flex-wrap: nowrap;
  margin-inline: 0;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .col-auto:first-child {
  flex: 0 0 125px;
  width: 125px;
  max-width: 125px;
  padding-inline: 0;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .col-auto.ms-auto {
  flex: 1 1 auto;
  min-width: 0;
  padding-inline: 0;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-header-top,
body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-brand {
  min-height: 92px;
  height: 92px;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-brand-mark,
body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .brand-wordmark-text {
  display: none;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .brand-wordmark,
body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .brand-wordmark-image {
  width: 92px;
  max-width: 92px;
  max-height: 92px;
  object-fit: contain;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  width: 100%;
  height: 108px;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-header-links-compact,
body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-header-utility-compact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-header-links-compact .menu-link,
body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-header-utility-compact .menu-link {
  min-height: 44px;
  padding: 12px 14px;
  color: #7d604f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-header-links-compact .menu-link,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-header-utility-compact .menu-link {
  color: #d8c7ba;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-language-pill {
  display: grid;
  grid-template-columns: 40px minmax(0, 66px) 13px;
  align-items: center;
  width: 125px;
  min-width: 125px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #6b7280;
  box-shadow: none;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-language-pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--home-green);
  color: #ffffff;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-signup-link,
body.panel-guest:not(.panel-guest-auth) .public-home-trust-inline-compact .btn,
body.panel-guest:not(.panel-guest-auth) .public-home-login-strip-compact .btn,
body.panel-guest:not(.panel-guest-auth) .public-home-services-cta,
body.panel-guest:not(.panel-guest-auth) .public-home-calculator-cta,
body.panel-guest:not(.panel-guest-auth) .public-home-reseller-cta,
body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form .btn {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #39bd7c 0%, #2e8d62 100%);
  color: #ffffff;
  box-shadow: none;
}

body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-signup-link {
  min-width: 124px;
  min-height: 42px;
  padding: 10px 30px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-hero-structured {
  position: relative;
  display: block;
  min-height: 594px;
  padding: 0 0 24px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 50% 88%, rgba(54, 197, 126, 0.22) 0%, rgba(54, 197, 126, 0.13) 24%, rgba(255, 255, 255, 0) 68%),
    linear-gradient(180deg, var(--home-bg) 0%, var(--home-bg) 72%, #edf9f2 100%);
  box-shadow: none;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-hero-structured {
  background:
    radial-gradient(ellipse at 50% 88%, rgba(68, 210, 138, 0.16) 0%, rgba(68, 210, 138, 0.08) 28%, rgba(28, 30, 35, 0) 68%),
    linear-gradient(180deg, var(--home-bg) 0%, var(--home-bg) 72%, #202631 100%);
}

body.panel-guest:not(.panel-guest-auth) .public-home-copy-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-areas:
    "rating"
    "title"
    "copy"
    "proof"
    "trust"
    "login";
  justify-items: center;
  align-items: start;
  width: min(1110px, calc(100% - 32px));
  max-width: 1110px;
  min-height: 566px;
  margin-inline: auto;
  gap: 12px;
  text-align: center;
}

body.panel-guest:not(.panel-guest-auth) .public-home-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
}

body.panel-guest:not(.panel-guest-auth) .public-home-copy .public-copy {
  max-width: 58ch;
}

body.panel-guest:not(.panel-guest-auth) .public-home-copy .public-cta-row {
  margin-top: 0.15rem;
}

body.panel-guest:not(.panel-guest-auth) .public-home-rating-row-compact {
  grid-area: rating;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--home-ink);
  box-shadow: 0 16px 36px rgba(24, 67, 43, 0.06);
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-rating-row-compact {
  background: rgba(25, 31, 28, 0.86);
}

body.panel-guest:not(.panel-guest-auth) .public-home-rating-row-compact strong,
body.panel-guest:not(.panel-guest-auth) .public-home-rating-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--home-ink);
  font-size: 0.92rem;
  font-weight: 800;
}

body.panel-guest:not(.panel-guest-auth) .public-home-rating-kicker i {
  color: #f3bc27;
}

body.panel-guest:not(.panel-guest-auth) .public-home-rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #f6cb47;
}

body.panel-guest:not(.panel-guest-auth) .public-home-proof-checks {
  color: var(--home-green);
}

body.panel-guest:not(.panel-guest-auth) .public-title.public-title-wide {
  grid-area: title;
  max-width: 920px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(3rem, 4.05vw, 3.55rem);
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: normal;
}

body.panel-guest:not(.panel-guest-auth) .public-title-highlight {
  color: var(--home-green);
}

body.panel-guest:not(.panel-guest-auth) .public-copy.public-copy-wide {
  grid-area: copy;
  max-width: 840px;
  margin: 0;
  color: var(--home-copy);
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}

body.panel-guest:not(.panel-guest-auth) .public-home-proof-list-structured {
  grid-area: proof;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 34px;
  width: min(100%, 960px);
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body.panel-guest:not(.panel-guest-auth) .public-home-proof-list-structured li {
  position: relative;
  min-width: 0;
  padding-left: 24px;
  color: var(--home-ink);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}

body.panel-guest:not(.panel-guest-auth) .public-home-proof-list-structured li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0.12rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--home-green);
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-size: 0.56rem;
  font-weight: 900;
}

body.panel-guest:not(.panel-guest-auth) .public-home-proof-list-structured li::after {
  content: none;
}

body.panel-guest:not(.panel-guest-auth) .public-home-trust-inline-compact {
  grid-area: trust;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr) minmax(140px, auto);
  align-items: center;
  gap: 12px;
  width: min(100%, 600px);
  min-height: 76px;
  margin: 42px auto 0;
  padding: 12px;
  border: 1px solid #cce8df;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--home-shadow);
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-trust-inline-compact {
  border-color: rgba(91, 168, 120, 0.3);
  background: rgba(20, 26, 23, 0.94);
}

body.panel-guest:not(.panel-guest-auth) .public-home-trust-video {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 56px;
  overflow: hidden;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(52, 183, 121, 0.22), rgba(52, 183, 121, 0.05)),
    var(--home-soft);
}

body.panel-guest:not(.panel-guest-auth) .public-home-trust-catalog-preview::before,
body.panel-guest:not(.panel-guest-auth) .public-home-trust-catalog-preview::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(53, 183, 121, 0.72);
}

body.panel-guest:not(.panel-guest-auth) .public-home-trust-catalog-preview::before {
  left: 18px;
  top: 18px;
  width: 42px;
  height: 7px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-trust-catalog-preview::after {
  right: 18px;
  bottom: 18px;
  width: 36px;
  height: 7px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-trust-play {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--home-green);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(53, 183, 121, 0.22);
}

body.panel-guest:not(.panel-guest-auth) .public-home-trust-copy {
  min-width: 0;
  text-align: left;
}

body.panel-guest:not(.panel-guest-auth) .public-home-trust-copy strong {
  display: block;
  color: var(--home-ink);
  font-size: 1rem;
  font-weight: 900;
}

body.panel-guest:not(.panel-guest-auth) .public-home-trust-copy small {
  display: block;
  color: var(--home-muted);
  line-height: 1.45;
}

body.panel-guest:not(.panel-guest-auth) .public-home-trust-inline-compact .btn {
  min-height: 44px;
  padding-inline: 18px;
  border-radius: 12px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-strip-compact {
  grid-area: login;
  width: 100%;
  max-width: 1110px;
  min-height: 102px;
  margin: 0 auto;
  padding: 24px 20px;
  border: 1px solid var(--home-blue-border);
  border-radius: 20px;
  background: var(--home-blue-soft);
  box-shadow: none;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-grid {
  display: grid;
  grid-template-columns: minmax(14rem, 1fr) minmax(14rem, 1fr) minmax(6.5rem, auto) 52px 52px minmax(10rem, auto);
  gap: 10px;
  align-items: center;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-grid > * {
  min-width: 0;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-field {
  display: grid;
  width: 100%;
  margin: 0;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-field input,
body.panel-guest:not(.panel-guest-auth) .public-home-google-button,
body.panel-guest:not(.panel-guest-auth) .public-home-login-icon,
body.panel-guest:not(.panel-guest-auth) .public-home-login-strip-compact .btn {
  min-height: 50px;
  border-radius: 10px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-field input {
  width: 100%;
  border: 1px solid #ccd5f4;
  background: #ffffff;
  color: #111111;
  font-weight: 800;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-field input::placeholder {
  color: #657086;
  opacity: 1;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-field input:focus {
  border-color: rgba(53, 201, 120, 0.56);
  box-shadow: 0 0 0 3px rgba(53, 201, 120, 0.14);
  outline: 0;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-login-field input {
  border-color: rgba(138, 159, 220, 0.32);
  background: #141a23;
  color: #eef4f8;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-login-field input::placeholder {
  color: #aeb8ca;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-link {
  align-self: center;
  grid-column: 3;
  color: #111111;
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-login-link {
  color: #edf3ff;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-icon,
body.panel-guest:not(.panel-guest-auth) .public-home-google-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  padding-inline: 0;
  border: 1px solid #d9e1fa;
  background: #ffffff;
  color: #23362a;
  text-decoration: none;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-icon {
  grid-column: 4;
}

body.panel-guest:not(.panel-guest-auth) .public-home-google-button {
  grid-column: 5;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-strip-compact .btn {
  grid-column: 6;
  min-width: 160px;
  padding-inline: 28px;
  white-space: nowrap;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-login-icon,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-google-button {
  border-color: rgba(138, 159, 220, 0.32);
  background: #141a23;
  color: #eef4f8;
}

body.panel-guest:not(.panel-guest-auth) .public-home-google-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-remember {
  position: relative;
  cursor: pointer;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-remember input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-remember-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.panel-guest:not(.panel-guest-auth) .public-home-login-remember input:checked + .public-home-login-remember-mark {
  color: var(--home-green-dark);
}

body.panel-guest:not(.panel-guest-auth) .public-home-hero-float {
  position: absolute;
  top: 108px;
  left: max(18px, calc(50% - 690px));
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  max-width: 210px;
  padding: 0 16px;
  border: 1px solid rgba(28, 40, 33, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  color: #8a918e;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 20px 48px rgba(28, 40, 33, 0.08);
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-hero-float {
  border-color: rgba(230, 247, 237, 0.12);
  background: rgba(25, 31, 28, 0.92);
  box-shadow: none;
}

body.panel-guest:not(.panel-guest-auth) .public-home-hero-float-avatar {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 52% 34%, #f8d7bf 0 22%, transparent 23%),
    radial-gradient(circle at 50% 78%, #dbc1ab 0 28%, transparent 29%),
    linear-gradient(180deg, #f6f8fb 0%, #d8e2eb 100%);
  border: 2px solid rgba(255, 255, 255, 0.94);
}

body.panel-guest:not(.panel-guest-auth) .public-home-hero-poster.public-home-hero-poster-image {
  position: absolute;
  top: 52px;
  right: max(24px, calc(50% - 660px));
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(23rem, 22vw);
  opacity: 0.42;
  pointer-events: none;
}

body.panel-guest:not(.panel-guest-auth) .public-home-hero-poster.public-home-hero-poster-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.panel-guest:not(.panel-guest-auth) .public-home-media-strip {
  width: 100%;
  min-height: 106px;
  overflow: hidden;
  border-block: 1px solid var(--home-border);
  background: #ffffff;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-media-strip {
  background: #171c1a;
}

body.panel-guest:not(.panel-guest-auth) .public-home-media-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(1110px, calc(100% - 32px));
  min-height: 106px;
  margin-inline: auto;
}

body.panel-guest:not(.panel-guest-auth) .public-home-media-card {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 148px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--home-border);
  border-radius: 999px;
  background: rgba(246, 248, 247, 0.92);
  color: var(--home-muted);
  font-size: 0.84rem;
  font-weight: 900;
  white-space: nowrap;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-media-card {
  background: #1f242c;
}

body.panel-guest:not(.panel-guest-auth) .public-home-media-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(53, 183, 121, 0.12);
  color: var(--home-green);
  font-size: 0.78rem;
}

body.panel-guest:not(.panel-guest-auth) .public-home-stats-section {
  width: 100%;
  margin-top: 0;
  padding: 26px 0 22px;
  background: var(--home-bg);
}

body.panel-guest:not(.panel-guest-auth) .public-home-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  width: min(1110px, calc(100% - 32px));
  max-width: 1110px;
  margin-inline: auto;
}

body.panel-guest:not(.panel-guest-auth) .public-home-stat-card {
  display: grid;
  gap: 4px;
  min-height: 62px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  opacity: 0.74;
}

body.panel-guest:not(.panel-guest-auth) .public-home-stat-card strong {
  color: #8f9692;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

body.panel-guest:not(.panel-guest-auth) .public-home-stat-card span {
  color: #a5aaa7;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.panel-guest:not(.panel-guest-auth) .public-section {
  margin-top: clamp(2.8rem, 5vw, 4.5rem);
}

body.panel-guest:not(.panel-guest-auth) .public-section-head-structured {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

body.panel-guest:not(.panel-guest-auth) .public-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2rem;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  background: rgba(53, 183, 121, 0.12);
  color: var(--home-green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.panel-guest:not(.panel-guest-auth) .public-section-title {
  margin: 0.55rem 0 0;
  color: var(--home-ink);
  font-size: clamp(2.1rem, 3.4vw, 3.1rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
}

body.panel-guest:not(.panel-guest-auth) .public-section-copy {
  max-width: 660px;
  margin: 0.8rem 0 0;
  color: var(--home-muted);
  line-height: 1.65;
}

body.panel-guest:not(.panel-guest-auth) .public-section-reviews .public-section-head,
body.panel-guest:not(.panel-guest-auth) .public-section-reviews .public-section-copy {
  text-align: center;
  justify-content: center;
}

body.panel-guest:not(.panel-guest-auth) .public-review-nav-compact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 8px 0 16px;
}

body.panel-guest:not(.panel-guest-auth) .public-review-grid-structured {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

body.panel-guest:not(.panel-guest-auth) .public-review-nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--home-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--home-muted);
  font-size: 0.84rem;
  font-weight: 900;
}

body.panel-guest:not(.panel-guest-auth) .public-review-nav-item.active {
  border-color: var(--home-green);
  background: var(--home-green);
  color: #ffffff;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-review-nav-item {
  background: #171c1a;
}

body.panel-guest:not(.panel-guest-auth) .public-review-card,
body.panel-guest:not(.panel-guest-auth) .public-home-step,
body.panel-guest:not(.panel-guest-auth) .public-editorial-row,
body.panel-guest:not(.panel-guest-auth) .public-home-service-card,
body.panel-guest:not(.panel-guest-auth) .public-home-services-empty,
body.panel-guest:not(.panel-guest-auth) .public-home-platform-section,
body.panel-guest:not(.panel-guest-auth) .public-home-platform-mini-card,
body.panel-guest:not(.panel-guest-auth) .public-home-calculator-card,
body.panel-guest:not(.panel-guest-auth) .public-home-reseller-banner,
body.panel-guest:not(.panel-guest-auth) .public-home-cost-factor,
body.panel-guest:not(.panel-guest-auth) .public-home-specialist-card,
body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-card {
  border: 1px solid var(--home-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--home-shadow);
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-review-card,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-step,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-editorial-row,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-service-card,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-services-empty,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-platform-section,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-platform-mini-card,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-calculator-card,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-reseller-banner,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-cost-factor,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-specialist-card,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-card {
  background: #1f242c;
}

body.panel-guest:not(.panel-guest-auth) .public-review-card {
  min-height: 204px;
  padding: 18px 16px;
  color: var(--home-ink);
}

body.panel-guest:not(.panel-guest-auth) .public-review-card.public-review-card--media {
  min-height: 334px;
  padding: 0;
  overflow: hidden;
}

body.panel-guest:not(.panel-guest-auth) .public-review-card.public-review-card--media .public-review-card-body {
  padding: 16px;
}

body.panel-guest:not(.panel-guest-auth) .public-review-card-media {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  min-height: 172px;
  border-bottom: 1px solid var(--home-border);
  background:
    linear-gradient(135deg, rgba(53, 183, 121, 0.16), rgba(79, 143, 216, 0.1)),
    #f6f8f7;
  color: var(--home-green-dark);
  text-align: center;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-review-card-media {
  background:
    linear-gradient(135deg, rgba(53, 183, 121, 0.18), rgba(79, 143, 216, 0.12)),
    #171c1a;
}

body.panel-guest:not(.panel-guest-auth) .public-review-card-media span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--home-green);
  font-size: 1.05rem;
  box-shadow: 0 12px 30px rgba(53, 183, 121, 0.16);
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-review-card-media span {
  background: #1f242c;
}

body.panel-guest:not(.panel-guest-auth) .public-review-card-media small {
  color: var(--home-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.panel-guest:not(.panel-guest-auth) .public-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

body.panel-guest:not(.panel-guest-auth) .public-review-score,
body.panel-guest:not(.panel-guest-auth) .public-review-date {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(53, 183, 121, 0.1);
  color: var(--home-ink);
  font-size: 0.78rem;
  font-weight: 900;
}

body.panel-guest:not(.panel-guest-auth) .public-review-card-body p {
  min-height: 56px;
  margin-bottom: 10px;
  color: var(--home-copy);
  font-size: 0.9rem;
}

body.panel-guest:not(.panel-guest-auth) .public-review-author-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-steps-structured {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-step {
  display: grid;
  gap: 18px;
  min-height: 198px;
  padding: 22px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-step-index {
  color: var(--home-green);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

body.panel-guest:not(.panel-guest-auth) .public-home-step-copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

body.panel-guest:not(.panel-guest-auth) .public-home-step h3 {
  margin: 0;
  color: var(--home-ink);
  font-size: 1.02rem;
  font-weight: 900;
}

body.panel-guest:not(.panel-guest-auth) .public-home-step p {
  margin: 8px 0 0;
  color: var(--home-muted);
  line-height: 1.55;
}

body.panel-guest:not(.panel-guest-auth) .public-home-services-section {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid var(--home-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: none;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-services-section {
  background: #141817;
}

body.panel-guest:not(.panel-guest-auth) .public-home-platform-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px auto 26px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-platform-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--home-border);
  border-radius: 999px;
  background: var(--home-bg);
  color: var(--home-ink);
  font-weight: 900;
}

body.panel-guest:not(.panel-guest-auth) .public-home-platform-pill i {
  color: var(--home-green);
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 20px;
  color: var(--home-ink);
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-card-top,
body.panel-guest:not(.panel-guest-auth) .public-home-service-limits,
body.panel-guest:not(.panel-guest-auth) .public-home-service-limits > div,
body.panel-guest:not(.panel-guest-auth) .public-home-service-link {
  display: flex;
  align-items: center;
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-card-top {
  justify-content: space-between;
  gap: 12px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(53, 183, 121, 0.13);
  color: var(--home-green);
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-category,
body.panel-guest:not(.panel-guest-auth) .public-home-service-price span,
body.panel-guest:not(.panel-guest-auth) .public-home-service-limits dt {
  color: var(--home-muted);
  font-size: 0.75rem;
  font-weight: 800;
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-category {
  text-align: right;
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-card h3 {
  min-height: 3.6rem;
  margin: 0;
  color: inherit;
  font-size: 1rem;
  line-height: 1.2;
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-price {
  display: grid;
  gap: 2px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-price strong {
  color: var(--home-green);
  font-size: 1.7rem;
  line-height: 1;
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-limits {
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid var(--home-border);
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-limits > div {
  gap: 6px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-limits dd {
  margin: 0;
  color: var(--home-ink);
  font-weight: 900;
}

body.panel-guest:not(.panel-guest-auth) .public-home-service-link {
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(53, 183, 121, 0.1);
  color: var(--home-green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

body.panel-guest:not(.panel-guest-auth) .public-home-services-empty {
  max-width: 38rem;
  margin: 24px auto 0;
  padding: 22px;
  text-align: center;
}

body.panel-guest:not(.panel-guest-auth) .public-home-services-empty strong {
  display: block;
  margin-bottom: 6px;
  color: var(--home-ink);
}

body.panel-guest:not(.panel-guest-auth) .public-home-services-empty p {
  margin: 0;
  color: var(--home-muted);
}

body.panel-guest:not(.panel-guest-auth) .public-home-platform-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-platform-section {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 30px);
  color: var(--home-ink);
  box-shadow: none;
}

body.panel-guest:not(.panel-guest-auth) .public-home-platform-section h3 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 900;
  line-height: 1.08;
}

body.panel-guest:not(.panel-guest-auth) .public-home-platform-section p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.62;
}

body.panel-guest:not(.panel-guest-auth) .public-home-platform-section-services {
  display: grid;
  gap: 10px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-platform-mini-card {
  display: grid;
  gap: 5px;
  padding: 14px;
  box-shadow: none;
}

body.panel-guest:not(.panel-guest-auth) .public-home-platform-mini-card span,
body.panel-guest:not(.panel-guest-auth) .public-home-platform-mini-card small {
  color: var(--home-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

body.panel-guest:not(.panel-guest-auth) .public-home-platform-mini-card strong {
  color: var(--home-ink);
  font-size: 0.94rem;
  line-height: 1.25;
}

body.panel-guest:not(.panel-guest-auth) .public-home-platform-order {
  width: fit-content;
  min-width: 160px;
  justify-self: start;
}

body.panel-guest:not(.panel-guest-auth) .public-home-calculator-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.36fr);
  gap: 18px;
  padding: clamp(22px, 3vw, 30px);
  color: var(--home-ink);
}

body.panel-guest:not(.panel-guest-auth) .public-home-calculator-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-calculator-fields label,
body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin: 0;
}

body.panel-guest:not(.panel-guest-auth) .public-home-calculator-fields span,
body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form span {
  color: var(--home-muted);
  font-size: 0.78rem;
  font-weight: 900;
}

body.panel-guest:not(.panel-guest-auth) .public-home-calculator-fields input,
body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #ccd5f4;
  border-radius: 12px;
  background: #ffffff;
  color: #111111;
  font-weight: 850;
}

body.panel-guest:not(.panel-guest-auth) .public-home-calculator-fields input {
  padding-inline: 14px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form input {
  padding-inline: 16px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-calculator-fields input::placeholder,
body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form input::placeholder {
  color: #657086;
  opacity: 1;
}

body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form input:focus {
  border-color: rgba(53, 201, 120, 0.56);
  box-shadow: 0 0 0 3px rgba(53, 201, 120, 0.14);
  outline: 0;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-calculator-fields input,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form input {
  border-color: rgba(138, 159, 220, 0.32);
  background: #202631;
  color: #eef4f8;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-calculator-fields input::placeholder,
html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form input::placeholder {
  color: #aeb8ca;
}

body.panel-guest:not(.panel-guest-auth) .public-home-calculator-total {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 142px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(53, 183, 121, 0.1);
}

body.panel-guest:not(.panel-guest-auth) .public-home-calculator-total span {
  color: var(--home-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.panel-guest:not(.panel-guest-auth) .public-home-calculator-total strong {
  color: var(--home-green-dark);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1;
}

body.panel-guest:not(.panel-guest-auth) .public-home-calculator-total p,
body.panel-guest:not(.panel-guest-auth) .public-home-reseller-banner p,
body.panel-guest:not(.panel-guest-auth) .public-home-cost-factor p,
body.panel-guest:not(.panel-guest-auth) .public-home-specialist-card p,
body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.58;
}

body.panel-guest:not(.panel-guest-auth) .public-home-calculator-cta,
body.panel-guest:not(.panel-guest-auth) .public-home-reseller-cta,
body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form .btn {
  width: fit-content;
  min-height: 46px;
  border-radius: 999px;
  padding-inline: 22px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-reseller-banner,
body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
  align-items: center;
  gap: 22px;
  padding: clamp(24px, 4vw, 38px);
  color: var(--home-ink);
}

body.panel-guest:not(.panel-guest-auth) .public-home-reseller-banner h2,
body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-card h2 {
  margin: 0.55rem 0 0;
  color: var(--home-ink);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 900;
  line-height: 1.08;
}

body.panel-guest:not(.panel-guest-auth) .public-home-reseller-banner {
  background:
    linear-gradient(135deg, rgba(53, 183, 121, 0.14), rgba(238, 242, 254, 0.92)),
    #ffffff;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-reseller-banner {
  background:
    linear-gradient(135deg, rgba(68, 210, 138, 0.13), rgba(32, 38, 49, 0.56)),
    #1f242c;
}

body.panel-guest:not(.panel-guest-auth) .public-home-cost-grid,
body.panel-guest:not(.panel-guest-auth) .public-home-specialist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.panel-guest:not(.panel-guest-auth) .public-home-cost-factor,
body.panel-guest:not(.panel-guest-auth) .public-home-specialist-card {
  display: grid;
  gap: 10px;
  min-height: 164px;
  padding: 20px;
  color: var(--home-ink);
}

body.panel-guest:not(.panel-guest-auth) .public-home-cost-factor strong,
body.panel-guest:not(.panel-guest-auth) .public-home-specialist-card strong {
  color: var(--home-ink);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.18;
}

body.panel-guest:not(.panel-guest-auth) .public-home-specialist-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(53, 183, 121, 0.13);
  color: var(--home-green);
}

body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-card {
  background:
    linear-gradient(135deg, rgba(53, 183, 121, 0.13), rgba(53, 183, 121, 0.04)),
    #ffffff;
}

html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-card {
  background:
    linear-gradient(135deg, rgba(68, 210, 138, 0.12), rgba(68, 210, 138, 0.03)),
    #1f242c;
}

body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form {
  display: grid;
  grid-template-columns: minmax(15rem, 1fr) auto;
  align-items: end;
  gap: 10px;
  min-width: min(100%, 440px);
}

body.panel-guest:not(.panel-guest-auth) .public-editorial-list-structured {
  display: grid;
  gap: 10px;
}

body.panel-guest:not(.panel-guest-auth) .public-editorial-row {
  overflow: hidden;
  box-shadow: none;
}

body.panel-guest:not(.panel-guest-auth) .public-editorial-row summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
  padding: 0 18px;
  color: var(--home-ink);
  font-size: 0.98rem;
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

body.panel-guest:not(.panel-guest-auth) .public-editorial-row summary::-webkit-details-marker {
  display: none;
}

body.panel-guest:not(.panel-guest-auth) .public-editorial-row summary::after {
  content: "+";
  color: var(--home-green);
  font-size: 1.15rem;
  font-weight: 800;
}

body.panel-guest:not(.panel-guest-auth) .public-editorial-row[open] summary::after {
  content: "-";
}

body.panel-guest:not(.panel-guest-auth) .public-editorial-row p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--home-muted);
  line-height: 1.65;
}

body.panel-guest:not(.panel-guest-auth) .guest-footer-structured {
  margin-top: 80px;
  padding: 58px 0 26px;
  background: #2f8e5f;
  color: #ffffff;
}

body.panel-guest:not(.panel-guest-auth) .guest-footer-structured > .container {
  width: min(1110px, calc(100% - 32px));
  max-width: 1110px;
  padding-inline: 0;
}

body.panel-guest:not(.panel-guest-auth) .guest-footer-structured .brand-wordmark-text,
body.panel-guest:not(.panel-guest-auth) .guest-footer-structured p,
body.panel-guest:not(.panel-guest-auth) .guest-footer-structured a,
body.panel-guest:not(.panel-guest-auth) .guest-footer-structured span,
body.panel-guest:not(.panel-guest-auth) .guest-footer-structured h2,
body.panel-guest:not(.panel-guest-auth) .guest-footer-structured h3,
body.panel-guest:not(.panel-guest-auth) .guest-footer-structured h4 {
  color: #ffffff;
}

body.panel-guest:not(.panel-guest-auth) .guest-footer-structured .guest-footer-grid-structured,
body.panel-guest:not(.panel-guest-auth) .guest-footer-structured .guest-footer-bottom-structured {
  border-color: rgba(255, 255, 255, 0.16);
  background: transparent;
}

body.panel-guest:not(.panel-guest-auth) .public-home-mobile-actions {
  display: none;
}

@media (max-width: 1199px) {
  body.panel-guest:not(.panel-guest-auth) .public-home-service-grid,
  body.panel-guest:not(.panel-guest-auth) .public-review-grid-structured,
  body.panel-guest:not(.panel-guest-auth) .public-home-steps-structured,
  body.panel-guest:not(.panel-guest-auth) .public-home-platform-section-grid,
  body.panel-guest:not(.panel-guest-auth) .public-home-cost-grid,
  body.panel-guest:not(.panel-guest-auth) .public-home-specialist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell {
    left: 0;
    width: 100%;
    max-width: none;
    height: 93px;
    min-height: 93px;
    margin: 0;
  }

  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell > .container,
  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .row {
    height: 93px;
    min-height: 93px;
  }

  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .col-auto:first-child {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .row > .col-auto.ms-auto {
    margin-left: auto;
  }

  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-header-top,
  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-brand {
    min-height: 72px;
    height: 72px;
  }

  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .brand-wordmark-image {
    width: 72px;
    max-width: 72px;
    max-height: 72px;
  }

  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-header-nav {
    position: absolute;
    top: 22px;
    right: 0;
    width: auto;
    height: 48px;
    justify-content: flex-end;
    gap: 10px;
  }

  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-header-toggle {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid var(--home-border);
    background: #ffffff;
    color: var(--home-ink);
    box-shadow: none;
  }

  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-language-pill-form,
  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-language-pill {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
  }

  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-language-pill {
    grid-template-columns: 48px;
  }

  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-language-pill-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-language-pill-copy,
  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell .guest-language-pill-caret {
    display: none;
  }

  body.panel-guest:not(.panel-guest-auth) .guest-main {
    padding-top: 7px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-hero-structured {
    min-height: auto;
    padding-bottom: 30px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-copy-hero {
    min-height: auto;
    gap: 14px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-title.public-title-wide {
    max-width: 650px;
    font-size: clamp(2rem, 7vw, 2.6rem);
    line-height: 1.06;
  }

  body.panel-guest:not(.panel-guest-auth) .public-copy.public-copy-wide {
    max-width: 600px;
    font-size: 0.98rem;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-proof-list-structured {
    grid-template-columns: 1fr;
    width: min(100%, 500px);
    margin-top: 16px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-trust-inline-compact {
    grid-template-columns: 1fr;
    width: min(100%, 500px);
    margin-top: 42px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-trust-video {
    justify-self: center;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-login-grid {
    grid-template-columns: 1fr 52px 52px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-login-field {
    grid-column: 1 / -1;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-login-link {
    justify-self: start;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-login-strip-compact .btn {
    grid-column: 1 / -1;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-hero-float,
  body.panel-guest:not(.panel-guest-auth) .public-home-hero-poster.public-home-hero-poster-image,
  body.panel-guest:not(.panel-guest-auth) .public-home-hero-poster {
    display: none;
  }

  body.panel-guest:not(.panel-guest-auth) .public-section-head-structured {
    align-items: stretch;
    flex-direction: column;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-media-strip {
    min-height: 92px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-media-track {
    width: min(100% - 30px, 1110px);
    min-height: 92px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-services-cta {
    width: 100%;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-calculator-card,
  body.panel-guest:not(.panel-guest-auth) .public-home-reseller-banner,
  body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-card,
  body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form {
    grid-template-columns: 1fr;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-calculator-fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.panel-guest:not(.panel-guest-auth) .public-shell-structured > .public-section:not(.public-home-stats-section),
  body.panel-guest:not(.panel-guest-auth) .public-home-copy-hero,
  body.panel-guest:not(.panel-guest-auth) header#smmspot-na-header.guest-header-shell > .container,
  body.panel-guest:not(.panel-guest-auth) .guest-footer-structured > .container {
    width: min(100% - 30px, 1110px);
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-rating-row-compact {
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    font-size: 0.82rem;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-login-strip-compact {
    min-height: 0;
    padding: 18px 14px;
    border-radius: 18px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-login-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-login-field,
  body.panel-guest:not(.panel-guest-auth) .public-home-login-link,
  body.panel-guest:not(.panel-guest-auth) .public-home-login-icon,
  body.panel-guest:not(.panel-guest-auth) .public-home-google-button,
  body.panel-guest:not(.panel-guest-auth) .public-home-login-strip-compact .btn {
    grid-column: 1;
    justify-self: stretch;
    width: 100%;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-login-link {
    text-align: left;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-login-field input,
  body.panel-guest:not(.panel-guest-auth) .public-home-google-button,
  body.panel-guest:not(.panel-guest-auth) .public-home-login-icon,
  body.panel-guest:not(.panel-guest-auth) .public-home-login-strip-compact .btn {
    min-height: 46px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-stats-grid,
  body.panel-guest:not(.panel-guest-auth) .public-home-service-grid,
  body.panel-guest:not(.panel-guest-auth) .public-review-grid-structured,
  body.panel-guest:not(.panel-guest-auth) .public-home-steps-structured,
  body.panel-guest:not(.panel-guest-auth) .public-home-platform-section-grid,
  body.panel-guest:not(.panel-guest-auth) .public-home-cost-grid,
  body.panel-guest:not(.panel-guest-auth) .public-home-specialist-grid {
    grid-template-columns: 1fr;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-calculator-card,
  body.panel-guest:not(.panel-guest-auth) .public-home-reseller-banner,
  body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-card {
    padding: 20px 16px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-calculator-cta,
  body.panel-guest:not(.panel-guest-auth) .public-home-reseller-cta,
  body.panel-guest:not(.panel-guest-auth) .public-home-newsletter-form .btn {
    width: 100%;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-stats-grid {
    gap: 18px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-review-card.public-review-card--media {
    min-height: 300px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-review-card-media {
    min-height: 146px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-steps-structured {
    gap: 0.75rem;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-step {
    gap: 0.65rem;
    padding: 0.9rem 0 0;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-step:nth-child(-n + 2) {
    padding-top: 0.9rem;
    border-top: 1px solid var(--home-border);
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-step:first-child {
    padding-top: 0;
    border-top: 0;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-services-section {
    padding: 24px 16px;
    border-radius: 20px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-platform-strip {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-platform-pill {
    flex: 0 0 auto;
  }

  body.panel-guest:not(.panel-guest-auth) .guest-footer-structured {
    margin-top: 56px;
    padding-top: 40px;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-mobile-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 56px;
    border-top: 1px solid var(--home-blue-border);
    background: var(--home-blue-soft);
    box-shadow: 0 -10px 24px rgba(22, 35, 56, 0.08);
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-mobile-actions a {
    display: grid;
    place-items: center;
    gap: 3px;
    min-width: 0;
    padding: 8px 4px 6px;
    border-right: 1px solid var(--home-blue-border);
    color: #111513;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-mobile-actions a:last-child {
    border-right: 0;
    color: var(--home-green-dark);
  }

  body.panel-guest:not(.panel-guest-auth) .public-home-mobile-actions i {
    font-size: 1rem;
  }

  html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-mobile-actions a {
    color: #edf3ff;
  }

  html[data-theme="dark"] body.panel-guest:not(.panel-guest-auth) .public-home-mobile-actions a:last-child {
    color: var(--home-green-dark);
  }

  body.panel-guest:not(.panel-guest-auth) {
    padding-bottom: 56px;
  }
}
