:root {
  --s2-green: #19c99a;
  --s2-green-dark: #087d5c;
  --s2-mint: #e9fbf5;
  --s2-ink: #373737;
  --s2-muted: #6f7075;
  --s2-line: #dde4e2;
  --s2-bg: #f5f8f7;
}

.s2-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 80px;
}

.s2-progress {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 14px 20px;
  margin-bottom: 38px;
  background: #fff;
  border: 1px solid var(--s2-line);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(32, 73, 61, .08);
}

.s2-progress__summary {
  display: grid;
  flex: 0 0 auto;
  gap: 2px;
  padding-right: 24px;
  border-right: 1px solid var(--s2-line);
}

.s2-progress__summary span,
.s2-progress li small {
  color: var(--s2-muted);
  font-size: 12px;
}

.s2-progress__summary strong {
  color: var(--s2-green-dark);
  font-size: 18px;
}

.s2-progress ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s2-progress li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 9px 12px;
  border-radius: 10px;
  background: #f4f6f5;
}

.s2-progress li > span {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #e4e9e7;
  color: #666;
  font-weight: 700;
}

.s2-progress li.is-current {
  background: var(--s2-mint);
}

.s2-progress li.is-current > span,
.s2-progress li.is-complete > span {
  background: var(--s2-green-dark);
  color: #fff;
}

.s2-progress li.is-current small,
.s2-progress li.is-complete small {
  color: var(--s2-green-dark);
  font-weight: 700;
}

.s2-page-head {
  max-width: 720px;
  margin-bottom: 30px;
}

.s2-page-head h1,
.s2-intro h1,
.s2-complete h1 {
  margin: 7px 0 8px;
  color: var(--s2-ink);
  font-family: Raleway, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
}

.s2-page-head p,
.s2-intro > p,
.s2-complete section > p {
  color: var(--s2-muted);
  font-size: 17px;
  line-height: 1.7;
}

.s2-company-form {
  max-width: 940px;
  margin: 0 auto;
}

.s2-company-step,
.s2-panel {
  padding: clamp(24px, 4vw, 44px);
  background: #fff;
  border: 1px solid var(--s2-line);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(32, 73, 61, .08);
}

.s2-company-step > header,
.s2-panel > header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--s2-line);
}

.s2-company-step h2,
.s2-panel h2 {
  margin: 0 0 5px;
  color: var(--s2-ink);
  font-family: Raleway, sans-serif;
  font-size: 25px;
}

.s2-company-step header p,
.s2-panel header p {
  margin: 0;
  color: var(--s2-muted);
}

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

.s2-span-2 {
  grid-column: 1 / -1;
}

.s2-location-search {
  position: relative;
}

.s2-location-search [data-location-status] {
  display: block;
  position: static;
  min-height: 0;
  margin-top: 6px;
  color: var(--s2-muted);
  font-size: 12px;
  line-height: 17px;
}

.s2-location-results {
  overflow: hidden;
  margin-top: 8px;
  border: 1px solid var(--s2-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 73, 61, .12);
}

.s2-location-results button {
  display: block;
  width: 100%;
  padding: 13px 15px;
  border: 0;
  border-bottom: 1px solid #eef1f0;
  background: #fff;
  color: var(--s2-ink);
  text-align: left;
  cursor: pointer;
}

.s2-location-results button:hover,
.s2-location-results button:focus {
  background: var(--s2-mint);
  outline: none;
}

.s2-location-results button small {
  display: block;
  margin-top: 3px;
  color: var(--s2-muted);
}

.s2-text-button {
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: var(--s2-green-dark);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.s2-manual-location {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
  border: 1px dashed #a9dccc;
  border-radius: 14px;
  background: #f5fcf9;
}

.s2-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 30px;
}

.s2-actions--end {
  justify-content: flex-end;
}

.s2-subsection {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--s2-line);
}

.s2-subsection h3 {
  margin: 0 0 5px;
  font-size: 20px;
}

.s2-subsection > div:first-child p {
  margin: 0 0 18px;
  color: var(--s2-muted);
}

.s2-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.s2-photo-slot {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border: 1px dashed #a9dccc;
  border-radius: 14px;
  background: #f7fcfa;
}

.s2-photo-slot img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  object-fit: cover;
}

.s2-photo-slot input[type="file"] {
  width: 100%;
  font-size: 12px;
}

.s2-photo-slot input[type="number"] {
  width: 64px;
  min-height: 36px;
}

.s2-hours {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.s2-hours > div {
  display: grid;
  grid-template-columns: 120px 1fr 24px 1fr;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f7f9f8;
}

.s2-hours select {
  min-height: 42px;
  border: 1px solid var(--s2-line);
  border-radius: 8px;
  background: #fff;
}

.s2-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
}

.s2-split {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: start;
  gap: 32px;
}

.s2-intro {
  position: sticky;
  top: 24px;
  padding: 36px;
  border: 1px solid #bdeede;
  border-radius: 20px;
  background: var(--s2-mint);
}

.s2-intro__note {
  margin-top: 24px;
  padding: 14px;
  border: 1px dashed #a8ddcc;
  border-radius: 12px;
  color: var(--s2-green-dark);
}

.s2-complete {
  display: grid;
  min-height: calc(100vh - 90px);
  padding: 48px 20px;
  place-items: center;
  background: var(--s2-bg);
}

.s2-complete section {
  width: min(620px, 100%);
  padding: 52px;
  border: 1px solid var(--s2-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(32, 73, 61, .12);
  text-align: center;
}

.s2-complete__icon,
.s2-welcome__icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--s2-green);
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.s2-complete__actions {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.s2-welcome {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  padding: 24px;
  place-items: center;
}

.s2-welcome__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 37, 33, .58);
  backdrop-filter: blur(5px);
}

.s2-welcome__dialog {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  padding: 38px 40px 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .24);
  text-align: left;
}

.s2-welcome__logo {
  display: block;
  width: 108px;
  height: auto;
  margin-bottom: 20px;
}

.s2-welcome__close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.s2-welcome__close button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f1f4f3;
  color: #58585b;
  font-size: 22px;
}

.s2-welcome__dialog h2 {
  margin: 0 0 18px;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  line-height: 1.16;
  text-align: center;
}

.s2-welcome__dialog > p:not(.s1-eyebrow) {
  color: var(--s2-muted);
  font-size: 13px;
  line-height: 1.55;
}

.s2-welcome__dialog ol {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.s2-welcome__steps::before {
  position: absolute;
  z-index: 0;
  top: 39px;
  bottom: 39px;
  left: 29px;
  width: 2px;
  background: #cdeee3;
  content: "";
}

.s2-welcome__dialog li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 12px 14px;
  border: 1px solid var(--s2-line);
  border-radius: 12px;
  background: #fff;
}

.s2-welcome__dialog li.is-complete {
  border-color: #a9e8d3;
  background: #f4fcf9;
}

.s2-welcome__dialog li.is-complete > span {
  border-color: var(--s2-green-dark);
  background: var(--s2-green-dark);
  color: #fff;
}

.s2-welcome__dialog li.is-current {
  border-color: #a8e8d5;
  background: #fff;
}

.s2-welcome__dialog li > span {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #a8e8d5;
  background: #effbf7;
  color: var(--s2-green-dark);
  font-weight: 800;
}

.s2-welcome__dialog li.is-current > span {
  border-color: var(--s2-green);
  background: var(--s2-green);
  color: #fff;
}

.s2-welcome__dialog li strong,
.s2-welcome__dialog li small {
  display: block;
}

.s2-welcome__dialog li strong {
  margin-bottom: 3px;
  font-size: 13px;
}

.s2-welcome__dialog li small {
  color: var(--s2-muted);
  font-size: 11px;
  line-height: 1.45;
}

.s2-welcome__note {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 4px 0 16px;
  padding: 13px 14px;
  border: 1px solid #a8e8d5;
  border-radius: 11px;
  background: var(--s2-mint);
  color: var(--s2-green-dark);
  font-size: 11px;
  line-height: 1.55;
}

.s2-welcome__note > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
}

.s2-welcome__note p {
  margin: 0 !important;
}

.s2-complete__redirect {
  margin: 18px auto 0 !important;
  padding: 10px 14px;
  border-radius: 10px;
  background: #eefaf6;
  color: var(--s2-green-dark);
  font-size: 14px;
}

.s2-welcome__dialog form .s1-btn {
  width: 100%;
}

.s2-welcome__dialog .s2-text-button {
  display: block;
  margin: 13px auto 0;
}

.s2-welcome__optional {
  display: block;
  margin-top: 20px;
  color: #a2a2a3;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.s2-dashboard-progress {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  margin: 0 0 28px;
  padding: 24px;
  border: 1px solid #bdeede;
  border-radius: 14px;
  background: var(--s2-mint);
}

.s2-dashboard-progress h3 {
  margin: 0 0 6px;
}

.s2-dashboard-progress p {
  margin: 0;
}

.s2-dashboard-progress__bar {
  overflow: hidden;
  height: 8px;
  margin-top: 16px;
  border-radius: 999px;
  background: #d5e7e1;
}

.s2-dashboard-progress__bar span {
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: inherit;
  background: var(--s2-green);
}

.s2-home-main-categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 34px;
}

.s2-home-main-categories a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 11px;
  padding: 15px;
  border: 1px solid var(--s2-line);
  border-radius: 13px;
  background: #fff;
  color: var(--s2-ink);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.s2-home-main-categories a:hover {
  border-color: #8edfc5;
  box-shadow: 0 12px 26px rgba(32, 73, 61, .09);
  transform: translateY(-2px);
}

.s2-home-main-categories__all {
  border-style: dashed !important;
  background: var(--s2-mint) !important;
}

.s2-home-main-categories i {
  grid-row: 1 / 3;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 10px;
  background: var(--s2-mint);
  color: var(--s2-green-dark);
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
}

.s2-home-main-categories span {
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.s2-home-main-categories a {
  min-width: 0;
}

.s2-home-main-categories a > span {
  overflow-wrap: break-word;
}

.s2-home-main-categories small,
.s2-category-carousel small {
  color: var(--s2-muted);
}

.s2-category-section {
  background: #f4f8f6;
}

.s2-category-carousel {
  display: grid;
  grid-auto-columns: minmax(210px, 1fr);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 16px;
  scroll-snap-type: x mandatory;
}

.s2-category-carousel a {
  overflow: hidden;
  min-width: 210px;
  border: 1px solid var(--s2-line);
  border-radius: 14px;
  background: #fff;
  color: var(--s2-ink);
  text-decoration: none;
  scroll-snap-align: start;
}

.s2-category-carousel a > span {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  background-position: center;
  background-size: cover;
}

.s2-category-carousel strong,
.s2-category-carousel small {
  display: block;
  padding: 0 14px;
}

.s2-category-carousel strong {
  padding-top: 12px;
}

.s2-category-carousel small {
  padding-bottom: 14px;
}

@media (max-width: 820px) {
  .s2-progress {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .s2-progress__summary {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid var(--s2-line);
  }

  .s2-progress ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s2-split,
  .s2-form-grid,
  .s2-manual-location {
    grid-template-columns: 1fr;
  }

  .s2-span-2 {
    grid-column: auto;
  }

  .s2-intro {
    position: static;
  }

  .s2-photo-grid {
    grid-template-columns: 1fr;
  }

  .s2-home-main-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .s2-shell {
    width: min(100% - 24px, 1180px);
    padding-top: 24px;
  }

  .s2-progress ol {
    gap: 6px;
  }

  .s2-progress li {
    justify-content: center;
    padding: 8px 4px;
  }

  .s2-progress li small {
    display: none;
  }

  .s2-actions,
  .s2-dashboard-progress {
    grid-template-columns: 1fr;
    flex-direction: column-reverse;
  }

  .s2-actions .s1-btn {
    width: 100%;
  }

  .s2-hours > div {
    grid-template-columns: 1fr 1fr;
  }

  .s2-hours > div strong {
    grid-column: 1 / -1;
  }

  .s2-hours > div span {
    display: none;
  }

  .s2-complete section,
  .s2-welcome__dialog {
    padding: 28px 22px;
  }

  .s2-home-main-categories {
    grid-template-columns: 1fr;
  }
}

/* Launch polish: canonical Sprint 1/2 surfaces */
.s1-btn--primary,
a.s1-btn--primary,
button.s1-btn--primary {
  color: #fff !important;
}

.s1-home-page .s1-hero {
  position: relative;
  min-height: 522px;
  overflow: hidden;
  padding-top: 112px;
  background: #edfbf6;
}

.s1-hero__map {
  position: absolute;
  inset: 112px 0 0;
  height: 522px;
  overflow: hidden;
  pointer-events: none;
}

.s1-hero__map > img {
  position: absolute;
  top: 0;
  left: 468px;
  width: 972px;
  height: 483px;
  object-fit: cover;
  opacity: .95;
}

.s1-hero__map-fade,
.s1-hero__map-top-fade {
  position: absolute;
  inset: 0;
}

.s1-hero__map-fade {
  width: 87%;
  background: linear-gradient(
    90deg,
    #edfbf6 0%,
    rgba(237, 251, 246, .88) 45%,
    rgba(237, 251, 246, .25) 78%,
    rgba(237, 251, 246, 0) 100%
  );
}

.s1-hero__map-top-fade {
  height: 56px;
  opacity: .7;
  background: linear-gradient(
    180deg,
    rgba(237, 251, 246, .55),
    rgba(237, 251, 246, 0)
  );
}

.s1-home-page .s1-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: 522px;
  grid-template-columns: 620px minmax(0, 1fr);
  align-items: start;
  gap: 48px;
  padding: 32px 80px 56px;
}

.s1-home-page .s1-hero__copy {
  align-self: start;
  overflow: hidden;
}

.s1-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0 0 12px !important;
  padding: 7px 16px 7px 14px;
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 999px;
  background: rgba(252, 254, 252, .9);
  box-shadow: 0 8px 20px -2px rgba(13, 26, 20, .16);
  color: #2e3833;
  font: 500 13px/1.35 Poppins, sans-serif;
  white-space: nowrap;
  backdrop-filter: blur(15px);
}

.s1-hero__eyebrow img {
  width: 13px;
  height: 13px;
}

.s1-home-page .s1-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #373737;
  font: 600 46px/1.12 Raleway, sans-serif;
  letter-spacing: 0;
}

.s1-home-page .s1-hero h1 span,
.s1-home-page .s1-hero h1 em {
  font: inherit;
}

.s1-home-page .s1-hero h1 em {
  font-weight: 700;
  font-style: italic;
}

.s1-home-page .s1-hero__lead {
  max-width: 620px;
  margin: 16px 0 24px !important;
  color: #58585b;
  font: 400 17px/1.55 Poppins, sans-serif;
}

.s1-home-page .s1-hero__lead strong {
  color: inherit;
  font-weight: 600;
}

.s1-home-page .s1-hero__ticker {
  height: 56px;
  margin: 0 0 28px;
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  touch-action: pan-x pan-y pinch-zoom;
  mask-image: linear-gradient(90deg, #000 0%, #000 91%, transparent 100%);
}

.s1-home-page .s1-pill__icon,
.s1-home-page .s1-pill__icon--arrow {
  width: 28px;
  min-width: 28px;
  height: 28px;
  flex: 0 0 28px;
  aspect-ratio: 1;
}

.s1-home-page .s1-hero__cta .s1-btn {
  width: auto;
  min-height: 44px;
  padding: 11px 22px;
  background: #0b7c59;
  color: #fff !important;
}

.s1-home-page .s1-hero__cta {
  gap: 11px;
}

.s1-home-page .s1-hero__visual {
  position: relative;
  min-width: 0;
  min-height: 434px;
  height: 434px;
  align-self: start;
  overflow: hidden;
  border-radius: 24px;
}

.s1-home-page .s1-hero__media,
.s1-home-page .s1-hero__media > img {
  width: 100%;
  height: 434px;
  min-height: 434px;
  border-radius: 24px;
}

.s1-home-page .s1-hero__media > img {
  object-fit: cover;
}

.s1-hero__promo-card {
  position: absolute;
  z-index: 2;
  top: 270px;
  left: 24px;
  display: flex;
  width: 260px;
  min-height: 140px;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 14px;
  background: rgba(252, 254, 252, .9);
  box-shadow: 0 8px 20px -2px rgba(13, 26, 20, .16);
  backdrop-filter: blur(15px);
}

.s1-hero__promo-head {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #47524d;
  font: 600 11px/1.3 Poppins, sans-serif;
  letter-spacing: .8px;
}

.s1-hero__promo-head > span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s1-hero__qr {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(11, 124, 89, .28);
  border-radius: 50%;
  background: rgba(11, 124, 89, .1);
  place-items: center;
}

.s1-hero__qr img {
  width: 15px;
  height: 15px;
}

.s1-hero__promo-card > i {
  width: 38px;
  height: 1px;
  background: rgba(11, 124, 89, .35);
}

.s1-hero__promo-card > strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #1f2421;
  font: 700 22px/26px Raleway, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s1-hero__promo-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  border: 1px solid rgba(11, 124, 89, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .95);
  color: #1f2924;
  font: 600 11px/1.3 Poppins, sans-serif;
}

.s1-hero__promo-chip img {
  width: 6px;
  height: 6px;
}

.s1-card-grid,
.s2-explore__modes,
.s2-explore__categories {
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  touch-action: pan-x pan-y pinch-zoom;
}

.s1-card-grid {
  margin-block: -8px;
  padding-block: 8px;
  scrollbar-width: none;
}

@media (min-width: 901px) {
  .s1-card-grid {
    grid-auto-columns: calc((100% - 72px) / 4);
  }

  .s1-promo-card {
    width: 100%;
  }
}

.s1-card-grid::-webkit-scrollbar,
.s2-explore__modes::-webkit-scrollbar,
.s2-explore__categories::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.s1-publish-flow-layout__main,
.s2-company-form,
.s2-company-step,
.s1-ad-form,
.s1-ad-section,
.s1-form-card {
  min-width: 0;
}

.s2-company-progress,
.s1-form-progress--hero {
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.s2-company-progress i,
.s1-form-progress--hero i {
  overflow: hidden;
  border-radius: 999px;
  background: #dfe5e3;
}

.s2-company-progress b,
.s1-form-progress--hero b {
  border-radius: inherit;
}

@media (max-width: 900px) {
  .s1-site-header .s1-header-login {
    white-space: nowrap;
  }

  .s1-home-page .s1-hero {
    min-height: 650px;
    padding-top: 92px;
  }

  .s1-hero__map {
    inset-block-start: 92px;
    height: 650px;
  }

  .s1-hero__map > img {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .s1-hero__map-fade {
    width: 100%;
    height: 400px;
    background: linear-gradient(
      180deg,
      #edfbf6 0%,
      rgba(237, 251, 246, .88) 45%,
      rgba(237, 251, 246, .25) 78%,
      rgba(237, 251, 246, 0) 100%
    );
  }

  .s1-home-page .s1-hero__inner {
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding: 40px;
  }

  .s1-home-page .s1-hero__copy,
  .s1-home-page .s1-hero__visual {
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;
  }

  .s1-home-page .s1-hero h1 {
    width: 100%;
    max-width: 100%;
  }

  .s1-home-page .s1-hero__lead {
    max-width: 100%;
  }

  .s1-home-page .s1-hero__cta {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .s1-home-page .s1-hero__cta .s1-btn,
  .s1-home-page .s1-hero__cta .s1-link {
    width: auto;
    min-width: 0;
  }

  .s1-home-page .s1-hero__visual,
  .s1-home-page .s1-hero__media,
  .s1-home-page .s1-hero__media > img {
    min-height: 247px;
    height: 247px;
  }

  .s1-hero__promo-card {
    top: 115px;
    left: 16px;
    width: 213px;
    min-height: 112px;
    padding: 11px 13px;
    border-radius: 12px;
  }

  .s1-hero__qr {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .s1-hero__promo-card > strong {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  input,
  select,
  textarea,
  .s1-input,
  .s1-textarea {
    font-size: 16px !important;
  }

  .s1-home-page .s1-hero {
    min-height: 615px;
    padding-top: 78px;
  }

  .s1-hero__map {
    inset-block-start: 78px;
    height: 615px;
  }

  .s1-hero__map > img {
    width: 410px;
    height: 442px;
    inset: 24px auto auto -10px;
  }

  .s1-hero__map-fade {
    width: 100%;
    height: 390px;
  }

  .s1-hero__map-top-fade {
    height: 32px;
  }

  .s1-home-page .s1-hero__inner {
    min-height: 615px;
    gap: 28px;
    padding: 28px 20px;
  }

  .s1-home-page .s1-hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .s1-home-page .s1-hero__lead {
    margin: 12px 0 18px !important;
    font-size: 17px;
  }

  .s1-home-page .s1-hero__visual,
  .s1-home-page .s1-hero__media,
  .s1-home-page .s1-hero__media > img {
    min-height: 218px;
    height: 218px;
  }

  .s1-hero__promo-card {
    top: 97px;
    left: 12px;
    width: 187px;
    min-height: 101px;
    gap: 6px;
    padding: 10px 12px;
  }

  .s1-hero__promo-card > strong {
    font-size: 16px;
    line-height: 20px;
  }

  .s1-hero__qr {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }

  .s1-carousel__viewport,
  .s1-card-grid,
  .s2-explore__modes,
  .s2-explore__categories {
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    touch-action: pan-x pan-y pinch-zoom;
  }
}

/* Public plans */
.s2-public-plans-page {
  background: #f5faf8;
}

.s2-public-plans {
  min-height: calc(100vh - 180px);
  padding: 152px 0 96px;
}

.s2-public-plans__intro {
  max-width: 820px;
  margin-bottom: 48px;
  text-align: center;
}

.s2-public-plans__eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  color: #0b7c59;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.s2-public-plans__intro h1 {
  max-width: 760px;
  margin: 0 auto 16px;
  font-family: "Raleway", sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
}

.s2-public-plans__intro p {
  max-width: 680px;
  margin: 0 auto;
  color: #58585b;
  font-size: 17px;
  line-height: 1.7;
}

.s2-public-plans__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.s2-public-plan {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 520px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid #dce5e2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(23, 60, 49, 0.08);
}

.s2-public-plan--featured {
  border-color: #1ac996;
  box-shadow: 0 22px 56px rgba(11, 124, 89, 0.15);
  transform: translateY(-10px);
}

.s2-public-plan__badge {
  align-self: flex-start;
  margin-bottom: 24px;
}

.s2-public-plan h2 {
  margin: 0 0 12px;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
}

.s2-public-plan__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
}

.s2-public-plan__price strong {
  color: #0b7c59;
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  line-height: 1;
}

.s2-public-plan__price span,
.s2-public-plan > p {
  color: #58585b;
}

.s2-public-plan > p {
  min-height: 52px;
  margin: 0 0 22px;
  line-height: 1.55;
}

.s2-public-plan ul {
  display: grid;
  gap: 14px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.s2-public-plan li {
  position: relative;
  padding-left: 28px;
  color: #373737;
}

.s2-public-plan li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #0b7c59;
  content: "✓";
  font-weight: 700;
}

.s2-public-plan .s1-btn {
  margin-top: auto;
}

@media (max-width: 900px) {
  .s2-public-plans {
    padding-top: 128px;
  }

  .s2-public-plans__grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .s2-public-plan {
    min-height: 0;
  }

  .s2-public-plan--featured {
    transform: none;
  }
}

@media (max-width: 560px) {
  .s1-home-page .s1-hero__cta {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .s1-home-page .s1-hero__cta .s1-btn,
  .s1-home-page .s1-hero__cta .s1-link {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    text-align: center;
  }

  .s2-public-plans {
    padding: 112px 0 64px;
  }

  .s2-public-plans__intro {
    margin-bottom: 32px;
    text-align: left;
  }

  .s2-public-plans__intro h1 {
    font-size: 38px;
  }

  .s2-public-plan {
    padding: 24px;
  }
}
.s2-location-error[hidden] {
  display: none !important;
}

/* Create Company · approved Sprint 2 visual system */
.s2-company-page {
  min-height: 100vh;
  background: #f4f7f6;
}

.s2-company-page .s1-site-header--account {
  position: static;
  border-bottom: 1px solid #e2e5e5;
}

.s2-company-page .s1-site-header--account .s1-site-header__inner {
  min-height: 68px;
  padding: 0 40px;
}

.s1-create-ad-page .s1-site-header--account {
  position: static;
  border-bottom: 1px solid #e2e5e5;
}

.s1-create-ad-page .s1-site-header--account .s1-site-header__inner {
  min-height: 68px;
  padding: 0 40px;
}

.s1-create-ad-page .s1-create-ad {
  min-height: calc(100vh - 68px);
  padding: 48px 24px 0;
}

.s1-create-ad-page .s1-publish-flow {
  padding: 16px;
  border-color: #e5e8e8;
  border-radius: 16px;
  box-shadow: none;
}

.s1-create-ad-page .s1-publish-flow__eyebrow {
  margin: 0;
  color: #a2a2a3;
  font-size: 10px;
  font-weight: 700;
}

.s1-create-ad-page .s1-publish-flow__summary {
  margin: 4px 0 0 !important;
  color: #0b7c59;
  font-size: 12px;
  font-weight: 600;
}

.s1-create-ad-page .s1-publish-flow__tasks {
  gap: 4px;
  margin-top: 12px;
}

.s1-create-ad-page .s1-publish-flow__tasks li {
  min-height: 34px;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  padding: 7px 8px;
  border-radius: 10px;
}

.s1-create-ad-page .s1-publish-flow__tasks li > span {
  width: 20px;
  height: 20px;
  font-size: 10px;
}

.s1-create-ad-page .s1-publish-flow__tasks strong {
  font-size: 12.5px;
  font-weight: 500;
}

.s1-create-ad-page .s1-publish-flow__tasks small {
  display: none;
}

.s1-create-ad-page .s1-publish-flow__tasks li.is-active {
  grid-template-columns: 20px minmax(0, 1fr) auto;
  color: #373737;
}

.s1-create-ad-page .s1-publish-flow__tasks li.is-active strong {
  font-weight: 600;
}

.s1-create-ad-page .s1-publish-flow__tasks li.is-active small {
  display: block;
  margin: 0;
  padding: 2px 6px;
  border-radius: 999px;
  background: #eafbf5;
  color: #0b7c59;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.s1-create-ad-page .s1-create-ad__hero {
  margin-bottom: 16px;
}

.s1-create-ad-page .s1-create-ad__hero .s1-eyebrow {
  gap: 8px;
  font-size: 12px;
}

.s1-create-ad-page .s1-create-ad__hero h1 {
  margin: 10px 0 6px;
  font-size: 28px;
  line-height: 34px;
}

.s1-create-ad-page .s1-create-ad__hero p {
  font-size: 14.5px;
  line-height: 22px;
}

.s1-create-ad-page .s1-form-progress--hero {
  gap: 8px;
  margin: 0;
  padding-bottom: 4px;
}

.s1-create-ad-page .s1-form-progress--hero strong {
  justify-self: start;
  font-size: 18px;
  line-height: 23px;
}

.s1-create-ad-page .s1-photo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.s1-create-ad-page .s1-photo-slot {
  position: relative;
  border-radius: 12px;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

.s1-create-ad-page .s1-photo-slot.is-cover {
  border-color: #1ac996;
  box-shadow: 0 0 0 1px #1ac996, 0 8px 20px rgba(26, 201, 150, .12);
}

.s1-create-ad-page .s1-photo-preview em {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  padding: 4px 7px;
  border-radius: 999px;
  background: #0b7c59;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.s1-create-ad-page .s1-photo-slot__actions {
  position: absolute;
  top: 38px;
  right: 8px;
  z-index: 8;
  display: grid;
  width: max-content;
  min-width: 150px;
  padding: 6px;
  border: 1px solid #dce6e2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(13, 74, 58, .16);
}

.s1-create-ad-page .s1-photo-slot__actions[hidden] {
  display: none;
}

.s1-create-ad-page .s1-photo-slot.has-image .s1-file-button {
  display: none;
}

.s1-create-ad-page .s1-photo-slot__actions button {
  min-width: 0;
  min-height: 34px;
  padding: 7px 10px;
  border: 0;
  border-radius: 7px;
  background: #fff;
  color: #0b7c59;
  font: 600 11px Poppins, sans-serif;
  text-align: left;
  cursor: pointer;
}

.s1-create-ad-page .s1-photo-slot__actions button:hover {
  border-color: #1ac996;
  background: #edfbf6;
}

.s1-create-ad-page .s1-photo-slot:not(.has-image) .s1-photo-slot__actions,
.s1-create-ad-page .s1-photo-slot:not(.has-image) .s1-delete-photo {
  display: none;
}

.s1-create-ad-page .s1-photo-grid.is-touch-reordering {
  touch-action: none;
  user-select: none;
}

.s1-create-ad-page .s1-photo-slot.is-dragging {
  z-index: 5;
  opacity: .78;
  transform: scale(.97);
}

.s1-create-ad-page .s1-photo-slot.is-drop-target {
  box-shadow: 0 0 0 2px #1ac996, 0 10px 24px rgba(26, 201, 150, .2);
}

.s1-photo-help__mobile {
  display: none;
}

@media (pointer: coarse) {
  .s1-photo-help__desktop {
    display: none;
  }

  .s1-photo-help__mobile {
    display: inline;
  }
}

.s2-company-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 64px;
}

.s2-company-form {
  width: 100%;
  max-width: 942px;
}

.s2-company-step {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.s2-company-progress {
  display: grid;
  gap: 7px;
  margin-bottom: 20px;
  color: #58585b;
  font-size: 13px;
}

.s2-company-progress strong {
  justify-self: start;
  color: #0b7c59;
  font-weight: 700;
}

.s2-company-progress i {
  overflow: hidden;
  height: 6px;
  margin-top: 6px;
  border-radius: 999px;
  background: #e2e5e5;
}

.s2-company-progress b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #1ac996;
}

.s2-company-step > .s2-company-heading {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: 0;
}

.s2-company-heading h1 {
  margin: 0 0 6px;
  color: #373737;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.s2-company-heading p {
  margin: 0;
  color: #58585b;
  font-size: 14.5px;
  line-height: 22px;
}

.s2-company-card {
  position: relative;
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
  padding: 20px;
  border: 1px solid #e2e5e5;
  border-radius: 16px;
  background: #fff;
}

.s2-company-card.has-open-combobox {
  z-index: 80;
}

.s2-company-card .s1-field > span,
.s2-location-block .s1-field > span {
  color: #373737;
  font-size: 13.5px;
  font-weight: 500;
}

.s2-company-card .s1-input,
.s2-company-card .s1-textarea,
.s2-location-block .s1-input {
  border-color: #e2e5e5;
  border-radius: 14px;
  font-size: 14.5px;
}

.s2-company-card .s1-input {
  min-height: 50px;
  padding: 12px 16px;
}

.s2-company-card .s1-textarea {
  min-height: 88px;
  padding: 14px 16px;
}

.s2-location-block {
  margin-bottom: 16px;
}

.s2-location-block .s2-location-search .s1-input {
  min-height: 50px;
  border: 1.5px solid #bfeede;
  padding: 12px 16px 12px 46px;
}

.s2-field-note {
  display: block;
  margin-top: 6px;
  color: #a2a2a3;
  font-size: 12.5px;
  line-height: 18px;
}

.s2-location-results {
  border-color: #e2e5e5;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 41, .08);
}

.s2-location-results button:first-child {
  background: #edfbf6;
}

.s2-location-results button {
  padding: 12px 14px;
}

.s2-text-button {
  font-size: 13px;
  font-weight: 600;
}

.s2-manual-location {
  margin-top: 12px;
  padding: 16px;
  border-color: #bfeede;
  border-radius: 14px;
  background: #edfbf6;
}

.s2-company-actions {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.s2-company-actions .s1-btn {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  box-shadow: 0 6px 8px rgba(26, 201, 150, .3);
}

.s2-ghost-action {
  display: grid;
  width: 100%;
  min-height: 47px;
  padding: 12px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #0b7c59;
  font: 600 15px Poppins, sans-serif;
  place-items: center;
  text-decoration: none;
  cursor: pointer;
}

.s2-next-note {
  margin: 8px 0 0;
  color: #a2a2a3;
  font-size: 12.5px;
  text-align: center;
}

.s2-company-card.s2-subsection {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #e2e5e5;
}

.s2-company-card.s2-subsection h3 {
  color: #373737;
  font-size: 15px;
}

.s2-company-card.s2-subsection > div:first-child p {
  margin-bottom: 0;
  color: #a2a2a3;
  font-size: 12.5px;
}

.s2-form-stack {
  display: grid;
  gap: 14px;
}

.s2-business-media {
  display: grid;
  grid-template-columns: minmax(210px, .72fr) minmax(0, 1.7fr);
  gap: 18px;
  min-width: 0;
}

.s2-business-media__item {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 12px;
  padding: 16px;
  border: 1px solid #dfe7e4;
  border-radius: 16px;
  background: #fff;
}

.s2-business-media__item.is-uploading {
  cursor: progress;
  opacity: .74;
}

.s2-business-media__item.is-uploading::after {
  content: "Guardando…";
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  padding: 6px 10px;
  border-radius: 999px;
  background: #0b7c59;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.s2-business-media__item header strong,
.s2-business-media__item header small {
  display: block;
}

.s2-business-media__item header strong {
  color: #373737;
  font-size: 14px;
}

.s2-business-media__item header small {
  margin-top: 2px;
  color: #858587;
  font-size: 11px;
}

.s2-business-media__preview {
  display: grid;
  overflow: hidden;
  border: 1px solid #bfeede;
  background: #edfbf6;
  color: #0b7c59;
  place-items: center;
}

.s2-business-media__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s2-business-media__preview--avatar {
  width: 132px;
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  font-size: 42px;
  font-weight: 700;
}

.s2-business-media__preview--cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
}

.s2-business-media__preview--cover > span {
  display: grid;
  max-width: 190px;
  gap: 8px;
  padding: 14px;
  font-size: 11px;
  line-height: 1.4;
  place-items: center;
  text-align: center;
}

.s2-cover-placeholder strong {
  font-size: 13px;
}

.s2-cover-placeholder small {
  color: #858587;
  font-size: 10px;
}

.s2-cover-placeholder__mobile-icon {
  display: none;
}

.s2-business-media__preview--cover .s2-cover-placeholder__mobile-icon {
  width: 38px;
  height: 38px;
  border: 1px solid #8be3c7;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 400;
  place-items: center;
}

.s2-business-media__native input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.s2-business-media__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.s2-business-media__actions label,
.s2-business-media__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid #bfeede;
  border-radius: 11px;
  background: #fff;
  color: #0b7c59;
  font: 600 12px Poppins, sans-serif;
  line-height: 1.2;
  cursor: pointer;
}

.s2-business-media__actions label:hover,
.s2-business-media__actions button:hover {
  border-color: #1ac996;
  background: #edfbf6;
}

.s2-company-form .s1-textarea.is-invalid,
.s2-company-form .s1-input.is-invalid {
  border-color: #d74747;
  background: #fff8f8;
  box-shadow: 0 0 0 3px rgba(215, 71, 71, .1);
}

.s2-company-form .s1-field-error {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid #f1b8b8;
  border-radius: 10px;
  background: #fff2f2;
  color: #a72f2f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.s2-company-form .s1-field-error::before {
  content: "!";
  display: grid;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d74747;
  color: #fff;
  font-size: 11px;
  place-items: center;
}

.s2-company-form .s1-field-error[hidden] {
  display: none;
}

.s2-image-cropper {
  width: min(680px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(22, 57, 47, .3);
}

.s2-image-cropper::backdrop {
  background: rgba(20, 38, 33, .62);
  backdrop-filter: blur(8px);
}

.s2-image-cropper__dialog {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 22px;
}

.s2-image-cropper__dialog > header,
.s2-image-cropper__dialog > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.s2-image-cropper__dialog > header span {
  color: #0b7c59;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.s2-image-cropper__dialog > header h2 {
  margin: 2px 0 0;
  font-size: 22px;
}

.s2-image-cropper__dialog > header button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f2f5f4;
  color: #58585b;
  font-size: 24px;
  cursor: pointer;
  place-items: center;
}

.s2-image-cropper__stage {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #17211e;
  cursor: grab;
  touch-action: none;
}

.s2-image-cropper__stage[data-crop-aspect="avatar"] {
  width: min(100%, 460px);
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 18px;
}

.s2-image-cropper__stage:active {
  cursor: grabbing;
}

.s2-image-cropper__stage canvas {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.s2-image-cropper__mask {
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, .92);
  pointer-events: none;
}

.s2-image-cropper__mask.is-avatar {
  border-radius: 50%;
  box-shadow: 0 0 0 999px rgba(12, 24, 20, .58);
}

.s2-image-cropper__mask.is-cover {
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(11, 124, 89, .18);
}

.s2-image-cropper__zoom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #58585b;
  font-size: 13px;
}

.s2-image-cropper__dialog > p {
  margin: -6px 0 0;
  color: #858587;
  font-size: 12px;
}

.s2-image-cropper__dialog > footer {
  justify-content: flex-end;
}

.s2-image-cropper__dialog > footer .s1-btn {
  width: auto;
  min-width: 140px;
  border-radius: 12px;
}

.s2-cover-gallery {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.s2-cover-display {
  position: relative;
  min-width: 0;
}

.s2-cover-display__media {
  position: relative;
  display: grid;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid #bfeede;
  border-radius: 14px;
  background: #edfbf6;
  place-items: center;
}

.s2-cover-display__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s2-cover-empty {
  display: grid;
  max-width: 150px;
  gap: 8px;
  color: #0b7c59;
  font-size: 11px;
  line-height: 1.4;
  place-items: center;
  text-align: center;
}

.s2-cover-empty strong {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid #8be3c7;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  place-items: center;
}

.s2-cover-badge,
.s2-cover-count {
  position: absolute;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}

.s2-cover-badge {
  top: 10px;
  left: 10px;
  background: #0b7c59;
}

.s2-cover-count {
  right: 10px;
  bottom: 10px;
  background: rgba(55, 55, 55, .78);
}

.s2-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 112px));
  justify-content: start;
  gap: 10px;
  min-width: 0;
}

.s2-photo-slot {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 7px;
  padding: 7px;
  border: 1px solid #dce6e2;
  border-radius: 12px;
  background: #fff;
  font-size: 10px;
}

.s2-photo-slot.is-cover {
  border: 2px solid #1ac996;
  padding: 6px;
  box-shadow: 0 8px 20px rgba(26, 201, 150, .12);
}

.s2-photo-slot.is-uploading {
  cursor: progress;
  opacity: .72;
}

.s2-photo-slot.is-uploading::after {
  content: "Guardando foto…";
  position: absolute;
  inset: auto 8px 8px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(11, 124, 89, .92);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.s2-photo-slot > input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.s2-photo-preview {
  position: relative;
  display: grid;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  background: #edfbf6;
  color: #0b7c59;
  place-items: center;
  text-align: center;
}

.s2-photo-preview strong {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid #8be3c7;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  place-items: center;
}

.s2-photo-preview span {
  font-size: 10px;
  font-weight: 600;
}

.s2-photo-preview img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.s2-photo-upload {
  display: grid;
  min-height: 34px;
  padding: 5px;
  border: 1px solid #bfeede;
  border-radius: 8px;
  color: #0b7c59;
  font-weight: 600;
  place-items: center;
  text-align: center;
  cursor: pointer;
}

.s2-photo-slot:not(.has-image) .s2-photo-upload {
  position: absolute;
  inset: 7px;
  z-index: 2;
  border: 0;
  opacity: 0;
}

.s2-photo-slot:not(.has-image) .s2-photo-cover-control,
.s2-photo-slot:not(.has-image) .s2-photo-remove {
  display: none;
}

.s2-photo-cover-control {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #58585b;
  cursor: pointer;
}

.s2-photo-cover-control input {
  accent-color: #1ac996;
}

.s2-photo-native,
.s2-photo-order,
.s2-photo-delete-control {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.s2-photo-remove {
  min-height: 28px;
  padding: 3px 7px;
  border: 0;
  background: transparent;
  color: #9b4545;
  font: 600 10px Poppins, sans-serif;
  cursor: pointer;
}

.s2-photo-error {
  margin: 0;
  color: #b63833;
  font-size: 10px;
  line-height: 1.35;
}

.s2-photo-options input[type="number"] {
  width: 42px;
  min-height: 30px;
  padding: 4px;
  border: 1px solid #e2e5e5;
  border-radius: 8px;
}

.s2-photo-delete {
  color: #9a4d45;
}

.s2-hours {
  gap: 4px;
}

.s2-hours-mode {
  display: grid;
  gap: 12px;
}

.s2-same-hours {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 12px minmax(0, 1fr);
  gap: 8px;
  align-items: end;
  padding: 14px;
  border: 1px solid #bfeede;
  border-radius: 14px;
  background: #edfbf6;
}

.s2-same-hours[hidden],
.s2-hours[hidden] {
  display: none !important;
}

.s2-same-hours > span {
  padding-bottom: 14px;
  color: #a2a2a3;
  text-align: center;
}

.s2-same-hours .s1-input {
  min-height: 44px;
  background: #fff;
}

.s2-hours > div {
  grid-template-columns: 72px minmax(0, 1fr) 12px minmax(0, 1fr) auto;
  gap: 8px;
  padding: 8px 10px;
  background: #fff;
}

.s2-hours > div strong {
  font-size: 13px;
  font-weight: 500;
}

.s2-hours select {
  min-width: 0;
  min-height: 40px;
  border-color: #e2e5e5;
  border-radius: 12px;
  font-size: 12px;
}

.s2-day-closed {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #58585b;
  font-size: 11px;
}

.s2-hours > div.is-closed {
  background: #f4f6f5;
  color: #a2a2a3;
}

@media (max-width: 600px) {
  .s2-company-page .s1-site-header--account .s1-site-header__inner {
    min-height: 68px;
    padding: 0 20px;
  }

  .s2-company-shell {
    width: calc(100% - 28px);
    padding-top: 24px;
  }

  .s2-company-heading h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .s2-company-card {
    padding: 18px;
  }

  .s2-business-media {
    grid-template-columns: 1fr;
  }

  .s2-business-media__preview--avatar {
    width: 116px;
  }

  .s2-business-media__preview--cover {
    cursor: pointer;
  }

  .s2-cover-placeholder__mobile-icon {
    display: grid;
  }

  .s2-image-cropper__dialog {
    padding: 18px;
  }

  .s2-image-cropper__dialog > footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .s2-image-cropper__dialog > footer .s1-btn {
    min-width: 0;
  }

  .s2-cover-gallery {
    grid-template-columns: 1fr;
  }

  .s2-cover-display {
    width: min(100%, 360px);
  }

  .s2-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .s2-photo-slot {
    min-width: 0;
    padding: 6px;
  }

  .s2-photo-upload {
    min-height: 38px;
    padding: 5px 3px;
    font-size: 9px;
    line-height: 1.25;
    white-space: normal;
  }

  .s2-photo-cover-control {
    align-items: flex-start;
    font-size: 9px;
  }

  .s2-hours > div {
    grid-template-columns: 1fr 1fr;
    padding: 10px 0;
  }

  .s2-same-hours {
    grid-template-columns: 1fr 12px 1fr;
    padding: 12px;
  }

  .s2-hours > div strong {
    grid-column: 1 / -1;
  }

  .s2-day-closed {
    grid-column: 1 / -1;
  }
}

/* Create Company · canonical Figma controls */
.s2-company-page .s1-publish-flow {
  padding: 16px;
  border-color: #e5e8e8;
  border-radius: 16px;
  box-shadow: none;
}

.s2-company-page .s1-publish-flow__eyebrow {
  margin: 0;
  color: #a2a2a3;
  font-size: 10px;
  font-weight: 700;
}

.s2-company-page .s1-publish-flow__summary {
  margin: 4px 0 0 !important;
  color: #0b7c59;
  font-size: 12px;
  font-weight: 600;
}

.s2-company-page .s1-publish-flow__tasks {
  gap: 4px;
  margin-top: 12px;
}

.s2-company-page .s1-publish-flow__tasks li {
  min-height: 34px;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  padding: 7px 8px;
  border-radius: 10px;
}

.s2-company-page .s1-publish-flow__tasks li > span {
  width: 20px;
  height: 20px;
  font-size: 10px;
}

.s2-company-page .s1-publish-flow__tasks strong {
  font-size: 12.5px;
  font-weight: 500;
}

.s2-company-page .s1-publish-flow__tasks small {
  display: none;
}

.s2-company-page .s1-publish-flow__tasks li.is-active {
  grid-template-columns: 20px minmax(0, 1fr) auto;
  color: #373737;
}

.s2-company-page .s1-publish-flow__tasks li.is-active strong {
  font-weight: 600;
}

.s2-company-page .s1-publish-flow__tasks li.is-active small {
  display: block;
  margin: 0;
  padding: 2px 6px;
  border-radius: 999px;
  background: #eafbf5;
  color: #0b7c59;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.s2-company-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #0b7c59;
  font-size: 12px;
  font-weight: 600;
}

.s2-company-kicker > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #1ac996;
}

.s2-company-progress {
  height: auto;
  gap: 8px;
  margin-bottom: 0;
  padding-bottom: 4px;
  background: transparent;
}

.s2-company-progress strong {
  font-size: 18px;
  line-height: 23px;
}

.s2-company-progress i {
  height: 6px;
  margin-top: 0;
}

.s2-company-heading {
  margin-top: 10px;
}

.s2-category-combobox {
  position: relative;
  z-index: 1;
}

.s2-category-combobox.is-open {
  z-index: 120;
}

.s2-category-control {
  position: relative;
}

.s2-category-control .s1-input {
  padding-right: 48px;
}

.s2-category-control > span {
  position: absolute;
  top: 50%;
  right: 17px;
  color: #58585b;
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform .18s ease;
}

.s2-category-combobox.is-open .s2-category-control > span {
  transform: translateY(-50%) rotate(180deg);
}

.s2-category-native {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.s2-category-options {
  position: absolute;
  z-index: 120;
  top: calc(100% + 4px);
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 240px;
  padding: 4px 0;
  overflow-y: auto;
  border: 1px solid #e2e5e5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 41, .08);
}

.s2-category-options[hidden] {
  display: none !important;
}

.s2-category-options button {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: 0;
  background: #fff;
  color: #373737;
  font: 400 13.5px Poppins, sans-serif;
  text-align: left;
  cursor: pointer;
}

.s2-category-options button:hover,
.s2-category-options button:focus,
.s2-category-options button[aria-selected="true"] {
  background: #edfbf6;
  color: #0b7c59;
  font-weight: 600;
  outline: none;
}

.s2-category-options p {
  margin: 0;
  padding: 12px 14px;
  color: #a2a2a3;
  font-size: 13px;
}

.s2-location-search__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 16px;
  color: #0b7c59;
  font-size: 16px;
  font-weight: 600;
  transform: translateY(-50%);
  pointer-events: none;
}

.s2-location-block .s2-location-search .s1-input {
  padding-left: 46px;
}

.s2-location-results button {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.s2-location-result__icon {
  flex: 0 0 auto;
  color: #0b7c59;
  font-size: 14px;
  font-weight: 600;
}

.s2-location-result__content {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.s2-location-result__content > span {
  overflow: hidden;
  color: #373737;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s2-location-result__content small {
  margin: 0;
  font-size: 12px;
}

.s2-text-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.s2-text-button__caret {
  display: inline-block;
  font-size: 14px;
  transition: transform .18s ease;
}

.s2-text-button.is-open .s2-text-button__caret {
  transform: rotate(180deg);
}

.s2-manual-location[hidden] {
  display: none !important;
}

.s2-prefixed-input {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid #e2e5e5;
  border-radius: 12px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.s2-prefixed-input:focus-within {
  border-color: #1ac996;
  box-shadow: 0 0 0 3px rgba(26, 201, 150, .12);
}

.s2-prefixed-input > span {
  padding-left: 16px;
  color: #58585b;
  font-size: 14px;
  white-space: nowrap;
}

.s2-prefixed-input .s1-input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding-left: 3px;
}

.s2-hours-mode {
  display: grid;
  gap: 12px;
}

.s2-hours-mode .s2-same-hours {
  margin-top: -4px;
  margin-bottom: 2px;
}

.s2-check-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: #373737;
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
}

.s2-check-control input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.s2-check-control__box {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 1.5px solid #e2e5e5;
  border-radius: 4px;
  background: #fff;
}

.s2-check-control input:focus-visible + .s2-check-control__box {
  outline: 3px solid rgba(26, 201, 150, .22);
  outline-offset: 2px;
}

.s2-check-control input:checked + .s2-check-control__box {
  border-color: #0b7c59;
  background: #0b7c59;
}

.s2-check-control input:checked + .s2-check-control__box::after {
  position: absolute;
  inset: 0;
  display: grid;
  color: #fff;
  content: "✓";
  font-size: 12px;
  font-weight: 700;
  place-items: center;
}

.s2-check-control--feature {
  display: flex;
  width: 100%;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid #e2e5e5;
  border-radius: 12px;
  background: #fff;
  transition: border-color .18s ease, background .18s ease, opacity .18s ease;
}

.s2-check-control--feature:hover {
  border-color: #bfeede;
  background: #f8fffc;
}

.s2-check-control--feature > span:last-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.s2-check-control--feature strong {
  color: #373737;
  font-size: 13px;
  font-weight: 600;
}

.s2-check-control--feature small {
  color: #85888a;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
}

.s2-check-control--feature:has(input:checked) {
  border-color: #a6ead5;
  background: #edfbf6;
}

.s2-check-control.is-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.s2-select {
  position: relative;
  min-width: 0;
}

.s2-select__native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.s2-select__trigger {
  position: relative;
  width: 100%;
  min-height: 44px;
  padding: 10px 38px 10px 13px;
  border: 1px solid #e2e5e5;
  border-radius: 12px;
  background: #fff;
  color: #373737;
  font: 500 12.5px Poppins, sans-serif;
  text-align: left;
  cursor: pointer;
}

.s2-select__trigger::after {
  position: absolute;
  top: 50%;
  right: 14px;
  color: #0b7c59;
  content: "⌄";
  font-size: 14px;
  transform: translateY(-55%);
  transition: transform .18s ease;
}

.s2-select.is-open .s2-select__trigger {
  border-color: #1ac996;
  box-shadow: 0 0 0 3px rgba(26, 201, 150, .12);
}

.s2-select.is-open .s2-select__trigger::after {
  transform: translateY(-45%) rotate(180deg);
}

.s2-select__menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 6px);
  left: 0;
  width: max(100%, 150px);
  max-height: 224px;
  overflow-y: auto;
  padding: 5px;
  border: 1px solid #e2e5e5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(27, 49, 42, .12);
}

.s2-select__menu[hidden] {
  display: none !important;
}

.s2-select__menu button {
  display: block;
  width: 100%;
  padding: 9px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #373737;
  font: 500 12px Poppins, sans-serif;
  text-align: left;
  cursor: pointer;
}

.s2-select__menu button:hover,
.s2-select__menu button:focus,
.s2-select__menu button[aria-selected="true"] {
  background: #edfbf6;
  color: #0b7c59;
  outline: none;
}

.s2-select.is-disabled .s2-select__trigger {
  background: #f2f4f3;
  color: #a2a2a3;
  cursor: not-allowed;
}

.s2-company-actions {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 0;
  padding-top: 8px;
}

.s2-company-actions__end {
  display: flex;
  align-items: center;
  gap: 12px;
}

.s2-company-actions .s1-btn {
  width: auto;
  min-height: 38px;
  padding: 10px 18px;
  border-radius: 999px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
}

.s2-ghost-action {
  display: inline-flex;
  width: auto;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f1f4f4;
  font-size: 13px;
}

.s2-company-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 99px;
  background: #f1f4f4;
}

.s2-company-dots i {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #c7cccc;
}

.s2-company-dots i.is-active {
  width: 22px;
  background: #1ac996;
}

@media (max-width: 980px) {
  .s2-company-page .s1-publish-flow__summary {
    text-align: left;
  }

  .s2-company-page .s1-publish-flow__tasks li.is-active {
    grid-template-columns: 20px minmax(0, 1fr);
  }

  .s2-company-page .s1-publish-flow__tasks li.is-active small {
    display: none;
  }
}

@media (max-width: 560px) {
  .s2-company-page .s1-publish-flow__summary {
    text-align: center;
  }

  .s2-location-result__content > span {
    white-space: normal;
  }

  .s2-company-actions {
    flex-wrap: wrap;
  }

  .s2-company-actions__end {
    width: 100%;
    justify-content: flex-end;
  }

  .s2-company-actions .s1-btn {
    max-width: calc(100% - 54px);
    white-space: normal;
    text-align: center;
  }
}

/* Final launch polish: keep card shadows inside the visual viewport without
   creating a visible container edge below either Home carousel. */
.s1-home-page .s1-carousel__viewport {
  margin-block: -10px -18px;
  padding-block: 10px 28px;
}

.s1-home-page .s1-card-grid {
  margin-block: 0;
  padding-block: 0;
  overscroll-behavior-y: auto;
  touch-action: pan-x pan-y pinch-zoom;
}

@media (max-width: 640px) {
  .s1-home-page .s1-hero {
    min-height: 0;
    padding-top: 32px;
  }

  .s1-home-page .s1-hero__map {
    inset-block-start: 32px;
  }

  .s1-home-page .s1-hero__inner {
    min-height: 0;
    padding-top: 18px;
  }

  .s1-home-page .s1-hero__eyebrow {
    margin-bottom: 22px;
  }

  .s1-home-page .s1-hero h1 {
    margin-top: 0;
  }

  .s1-home-page .s1-growth__inner {
    padding: 44px 22px 48px;
  }

  .s1-home-page .s1-growth h2 {
    max-width: 300px;
    margin-inline: auto;
    font-size: 30px;
    line-height: 1.16;
  }

  .s1-home-page .s1-growth p {
    margin: 14px auto 24px;
    font-size: 15px;
    line-height: 1.5;
  }

  .s1-home-page .s1-growth__points {
    display: grid;
    width: fit-content;
    max-width: 100%;
    justify-items: start;
    gap: 12px;
    margin: 0 auto 28px;
    text-align: left;
  }

  .s1-home-page .s1-growth .s1-btn {
    width: min(100%, 260px);
    min-width: 0;
  }

  .s2-location-search .s1-input {
    min-width: 0;
    padding-inline: 42px 16px;
    text-overflow: clip;
  }

  .s2-location-status {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
