.page-shell {
  background: #f6f8fb;
  color: #26313d;
  font-family: "Montserrat", Arial, sans-serif;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: #1f2933;
  color: #fff;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 27, 34, .9), rgba(20, 27, 34, .58) 58%, rgba(20, 27, 34, .34));
  z-index: 1;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 68px 0 48px;
}

.page-kicker {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 800;
  color: #f58b2a;
  margin-bottom: 10px;
}

.page-hero h1 {
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.08;
  margin: 0 0 14px;
  letter-spacing: 0;
  color: #fff;
}

.page-hero p {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #e7edf2;
}

.page-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 46px 0;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: 30px;
  align-items: start;
}

.page-panel,
.contact-card,
.form-panel {
  background: #fff;
  border: 1px solid #e4e9ef;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(28, 39, 54, .06);
}

.page-panel {
  padding: 32px;
}

.page-content {
  font-size: 15.5px;
  line-height: 1.82;
}

.page-content--document {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 38px 42px;
}

.page-content h2,
.page-content h3 {
  color: #1f2933;
  margin: 30px 0 12px;
  letter-spacing: 0;
  line-height: 1.22;
}

.page-content h2 {
  font-size: 25px;
  font-weight: 800;
}

.page-content h3 {
  font-size: 20px;
  font-weight: 800;
}

.page-content p {
  margin: 0 0 15px;
}

.page-content ul,
.page-content ol {
  padding-left: 22px;
}

.page-content li {
  margin-bottom: 8px;
}

.page-content a {
  color: #dd7418;
}

.content-eyebrow {
  color: #df761c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.content-lead {
  color: #243241;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 700;
  margin: 0 0 22px;
}

.content-body > :first-child {
  margin-top: 0;
}

.form-panel {
  padding: 26px;
}

.form-panel h2,
.contact-card h2 {
  font-size: 23px;
  margin: 0 0 18px;
  color: #1f2933;
  letter-spacing: 0;
}

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

.page-shell--partner .page-form,
.page-shell--careers .page-form,
.page-shell--contact .page-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row--full,
.form-row--message,
.form-row--partner_type,
.form-row--business_name,
.form-row--subject {
  grid-column: 1 / -1;
}

.form-row label {
  font-weight: 700;
  color: #344150;
  font-size: 13px;
}

.page-form input,
.page-form select,
.page-form textarea {
  width: 100%;
  border: 1px solid #d9e1ea;
  border-radius: 6px;
  padding: 12px 13px;
  font-size: 15px;
  color: #26313d;
  background: #fff;
  min-height: 46px;
}

.page-form textarea {
  min-height: 118px;
  resize: vertical;
}

.page-form input:focus,
.page-form select:focus,
.page-form textarea:focus {
  outline: none;
  border-color: #f58b2a;
  box-shadow: 0 0 0 3px rgba(245, 139, 42, .16);
}

.form-error {
  color: #ba2d2d;
  font-size: 13px;
}

.page-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  background: #f58b2a;
  color: #fff !important;
  padding: 13px 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.2;
  min-height: 46px;
}

.page-button i {
  color: currentColor;
  font-size: 17px;
}

.page-button:hover {
  background: #df761c;
  color: #fff;
}

.page-button--whatsapp {
  background: #1da851;
  color: #fff !important;
}

.page-button--whatsapp:hover {
  background: #168642;
}

.page-button--light {
  background: #fff;
  color: #df761c !important;
  border: 1px solid #d9e1ea;
}

.page-button--light:hover {
  background: #f6f8fb;
  color: #1f2933;
}

.page-form .page-button {
  grid-column: 1 / -1;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-card {
  padding: 26px;
}

.contact-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  color: #4b5967;
  line-height: 1.55;
}

.contact-item i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff2e6;
  color: #df761c;
  border-radius: 8px;
}

.contact-item strong {
  display: block;
  color: #1f2933;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-actions .page-button {
  min-width: 164px;
  box-shadow: 0 10px 18px rgba(31, 41, 51, .08);
}

.map-frame {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 8px;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 26px;
}

.feature-tile {
  background: #fff;
  border: 1px solid #e4e9ef;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(28, 39, 54, .05);
}

.feature-tile i {
  color: #f58b2a;
  font-size: 24px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff2e6;
  border-radius: 8px;
}

.feature-tile h3 {
  font-size: 18px;
  margin: 10px 0 6px;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.25;
}

.feature-tile p {
  margin: 0;
  line-height: 1.6;
  color: #607080;
  font-size: 14px;
}

.process-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.process-list div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e4e9ef;
  border-radius: 8px;
  background: #f9fbfd;
}

.process-list strong {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #243241;
  color: #fff;
}

.process-list span {
  color: #405061;
  font-weight: 700;
}

.page-shell--legal .page-hero {
  min-height: 260px;
}

.page-shell--legal .page-hero::before {
  background: linear-gradient(90deg, rgba(31, 41, 51, .94), rgba(31, 41, 51, .76));
}

.page-shell--legal .page-section {
  padding-top: 34px;
}

.reviews-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid #e4e9ef;
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(28, 39, 54, .06);
  margin-bottom: 24px;
}

.reviews-summary h2 {
  font-size: 28px;
  line-height: 1.22;
  margin: 0 0 8px;
  letter-spacing: 0;
}

.reviews-summary p {
  margin: 0;
  color: #607080;
  line-height: 1.7;
}

.reviews-score {
  border-radius: 8px;
  background: #243241;
  color: #fff;
  text-align: center;
  padding: 18px 12px;
}

.reviews-score strong {
  display: block;
  font-size: 40px;
  line-height: 1;
}

.reviews-score span,
.reviews-score small {
  display: block;
  color: #dbe4ec;
}

.reviews-intro {
  margin-bottom: 24px;
}

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

.site-review-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid #e4e9ef;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(28, 39, 54, .05);
}

.site-review-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.site-review-head h3 {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
}

.site-review-head a {
  color: #df761c;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
}

.site-review-rating {
  white-space: nowrap;
  color: #cfd6dd;
  font-size: 15px;
}

.site-review-rating .is-filled {
  color: #f5a623;
}

.site-review-card > p {
  color: #445466;
  line-height: 1.72;
  margin: 0 0 16px;
}

.site-review-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
  color: #728191;
  font-size: 13px;
  font-weight: 700;
}

.site-review-reply {
  margin-top: 16px;
  border-top: 1px solid #e4e9ef;
  padding-top: 14px;
}

.site-review-reply strong {
  color: #243241;
}

.site-review-reply p {
  margin: 6px 0 0;
  color: #607080;
  line-height: 1.6;
}

.review-empty-wide {
  grid-column: 1 / -1;
  text-align: center;
}

.page-pagination {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}

.page-pagination a,
.page-pagination span {
  border: 1px solid #d9e1ea;
  background: #fff;
  border-radius: 6px;
  padding: 10px 14px;
  color: #243241;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .page-grid,
  .feature-strip {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero {
    min-height: 270px;
  }

  .page-shell--partner .page-form,
  .page-shell--careers .page-form,
  .page-shell--contact .page-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .page-hero h1 {
    font-size: 30px;
  }

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

  .page-hero-content {
    padding: 52px 0 36px;
  }

  .page-section {
    padding: 30px 0;
  }

  .page-panel,
  .form-panel,
  .contact-card {
    padding: 20px;
  }

  .page-content--document {
    padding: 24px 20px;
  }

  .content-lead {
    font-size: 16px;
  }

  .contact-actions .page-button {
    width: 100%;
  }

  .reviews-summary,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-score {
    text-align: left;
  }
}
