/* File: automatic-custom-css.css - Version: 3.3.7 - Generated: 2026-09-18 04:04:04 */
@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/uploads/2026/09/inter-400.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/uploads/2026/09/inter-500.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/wp-content/uploads/2026/09/inter-600.ttf) format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/wp-content/uploads/2026/09/inter-700.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/uploads/2026/09/manrope-500.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/wp-content/uploads/2026/09/manrope-600.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/wp-content/uploads/2026/09/manrope-700.ttf) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/wp-content/uploads/2026/09/manrope-800.ttf) format("truetype");
}
/* UnionCoded approved September 2026 system. Source lives in Automatic.css Global SCSS. */
:root {
  --uc-orange:#CE4B0A;
  --uc-button-start:#C64A09;
  --uc-hover:#B94408;
  --uc-ink:#171717;
  --uc-body:#4B5563;
  --uc-page:#FAFAF8;
  --uc-warm:#F7F3EC;
  --uc-line:#D1D5DB;
  --uc-gutter:40px;
  --uc-section:clamp(72px,6vw,96px);
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--uc-page);
  color: var(--uc-body);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
body > header {
  position: relative !important;
  inset: auto !important;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Manrope, sans-serif;
  color: var(--uc-ink);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
}
a {
  color: inherit;
}
a:hover {
  color: var(--uc-orange);
}
:focus-visible {
  outline: 3px solid var(--uc-orange);
  outline-offset: 5px;
}
.uc-section {
  padding: var(--uc-section) var(--uc-gutter);
  width: 100%;
}
.uc-container {
  width: 100%;
  max-width: var(--uc-content-wide);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}
.uc-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  min-width: 0;
}
.uc-stack > .uc-button {
  align-self: flex-start;
}
.uc-stack--small {
  gap: 12px;
}
.uc-grid {
  display: grid;
  gap: 40px;
  width: 100%;
}
.uc-grid--two {
  grid-template-columns: var(--grid-2, repeat(2, minmax(0, 1fr)));
}
.uc-grid--three {
  grid-template-columns: var(--grid-3, repeat(3, minmax(0, 1fr)));
  gap: 28px;
}
.uc-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.uc-align-center {
  align-items: center;
}
.uc-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.uc-between {
  justify-content: space-between;
}
.uc-eyebrow {
  font: 700 13px/1.5 Inter, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--uc-orange);
}
.uc-title {
  font-size: clamp(46px, 4.3vw, 60px);
  line-height: 1.06;
  max-width: 1160px;
}
.uc-title--home {
  font-size: 56px;
}
.uc-heading {
  font-size: clamp(32px, 2.9vw, 42px);
}
.uc-subheading {
  font-size: 23px;
}
.uc-lead {
  font-size: 18px;
  line-height: 1.55;
  max-width: 960px;
}
.uc-copy {
  max-width: 70ch;
}
.uc-small {
  font-size: 14px;
  line-height: 1.6;
}
.uc-accent {
  color: var(--uc-orange);
}
.uc-button, .uc-form .bricks-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px;
  width: auto;
  background: var(--uc-orange);
  border: 1px solid var(--uc-orange);
  border-radius: 6px;
  color: #fff;
  font: 600 16px/1.4 Inter, sans-serif;
  text-decoration: none;
  text-transform: none;
  transition: box-shadow 0.28s ease, border-color 0.28s ease, color 0.28s ease;
  cursor: pointer;
}
.uc-button--outline {
  background: transparent;
  color: var(--uc-orange);
}
.uc-text-link {
  color: var(--uc-ink);
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 12px;
}
.uc-card {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--uc-line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.uc-warm {
  background: var(--uc-warm);
}
.uc-dark {
  background: var(--uc-ink);
  color: #e4e4e4;
}
.uc-dark h2, .uc-dark h3, .uc-dark h4 {
  color: #fff;
}
.uc-header {
  background: var(--uc-ink);
  padding: 18px var(--uc-gutter);
  color: #fff;
}
.uc-header__inner {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
}
.uc-brand-logo {
  width: 235px;
  height: auto;
  display: block;
  object-fit: contain;
}
.uc-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}
.uc-nav a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
.uc-nav a:not(.uc-button):hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.uc-menu-toggle {
  display: none;
}
.uc-footer {
  padding: 44px var(--uc-gutter);
  background: var(--uc-ink);
  color: #d6d6d6;
}
.uc-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
}
.uc-footer__links a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.uc-footer__links a:hover {
  color: #fff;
  text-decoration-thickness: 2px;
}
.uc-footer .uc-brand-logo {
  width: 200px;
}
.uc-hero {
  padding-block: 72px;
}
.uc-hero:not(:has(.uc-hero__visual)) {
  padding-block: 48px 32px;
}
.uc-hero__visual {
  position: relative;
  padding: 12px 38px 34px 0;
  min-width: 0;
}
.uc-browser {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 30px #17171715;
}
.uc-browser__bar {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--uc-orange);
  padding: 5px 12px;
  background: #fff;
}
.uc-browser__image {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: top;
}
.uc-phone {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29%;
  border: 7px solid #171717;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px #17171722;
}
.uc-phone__image {
  width: 100%;
  height: 255px;
  object-fit: cover;
  object-position: top;
}
.uc-caption {
  font-size: 12px;
  color: var(--uc-body);
}
.uc-proof-strip {
  padding: 30px var(--uc-gutter);
  background: var(--uc-warm);
}
.uc-proof {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  font-weight: 600;
  color: var(--uc-ink);
}
.uc-symbol {
  color: var(--uc-orange);
  font: 600 32px/1 Manrope, sans-serif;
}
.uc-photo-placeholder {
  min-height: 470px;
  background: repeating-linear-gradient(135deg, #f0ebe5 0, #f0ebe5 1px, #f7f4ef 1px, #f7f4ef 16px);
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  border: 1px solid var(--uc-line);
  border-radius: 8px;
}
.uc-photo-placeholder .uc-heading {
  max-width: 9ch;
}
.uc-numbered {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding-block: 18px;
  border-bottom: 1px solid var(--uc-line);
}
.uc-numbered .uc-subheading {
  font-size: 21px;
}
.uc-numbered p {
  font-size: 16px;
}
.uc-number {
  color: var(--uc-orange);
  font: 800 34px/1.2 Manrope, sans-serif;
}
.uc-project-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
  border: 1px solid var(--uc-line);
}
.uc-project-image--large {
  height: 600px;
}
.uc-project-image--full {
  height: auto;
  max-height: none;
}
.uc-project-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.uc-process {
  padding-block: 48px;
}
.uc-process .uc-numbered {
  border-bottom: 0;
  padding-block: 0;
}
.uc-process .uc-numbered + .uc-numbered {
  border-left: 1px solid #ffffff55;
  padding-left: 28px;
}
.uc-process .uc-container {
  gap: 24px;
}
.uc-process .uc-heading {
  font-size: 36px;
}
.uc-cta {
  padding-block: 56px;
}
.uc-cta__mark {
  font: 800 17px/1.6 Manrope, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 30px;
  border-left: 2px solid var(--uc-orange);
  color: var(--uc-ink);
}
.uc-client-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  align-items: center;
  gap: 28px;
}
.uc-client-logo {
  width: 100%;
  height: 56px;
  object-fit: contain;
}
.uc-review {
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
.uc-review p {
  margin: 0;
}
.uc-review cite {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: var(--uc-ink);
}
.uc-review {
  border-left: 1px solid var(--uc-line);
  margin: 0;
}
.uc-review cite {
  text-transform: none;
}
.uc-stars {
  color: var(--uc-orange);
  letter-spacing: 0.16em;
}
.uc-price-card {
  border-top: 4px solid var(--uc-orange);
}
.uc-price-card {
  display: grid;
  grid-template-rows: 88px 130px 1fr auto;
  gap: 20px;
  padding: 28px;
}
.uc-price-card > .uc-stack:first-child {
  gap: 10px;
}
.uc-price-card > .uc-stack:first-child .uc-subheading {
  font: 700 16px/1.4 Inter, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.uc-price-card p, .uc-price-card li {
  font-size: 16px;
}
.uc-price-card .uc-monthly {
  font-size: 22px;
}
.uc-price-card .uc-price {
  color: var(--uc-orange);
}
.uc-price-card .uc-list {
  border-top: 1px solid var(--uc-line);
  padding-top: 24px;
}
.uc-price {
  font: 700 48px/1.1 Manrope, sans-serif;
  letter-spacing: -0.04em;
  color: var(--uc-ink);
}
.uc-price small {
  font: 400 14px/1.5 Inter, sans-serif;
  letter-spacing: 0;
  color: var(--uc-body);
}
.uc-monthly {
  font-size: 22px;
  font-weight: 700;
  color: var(--uc-ink);
}
.uc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 22px;
}
.uc-list li::marker {
  color: var(--uc-orange);
}
.uc-price-card .uc-button {
  width: 100%;
}
.uc-divider {
  border-top: 1px solid var(--uc-line);
  padding-top: 20px;
}
.uc-table-wrap {
  overflow-x: auto;
  width: 100%;
}
.uc-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  color: var(--uc-body);
}
.uc-table {
  display: table;
}
.uc-table thead {
  display: table-header-group;
}
.uc-table tbody {
  display: table-row-group;
}
.uc-table tr {
  display: table-row;
}
.uc-table th, .uc-table td {
  display: table-cell;
}
.uc-table th, .uc-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--uc-line);
  vertical-align: top;
}
.uc-table thead {
  background: #fff;
  color: var(--uc-ink);
}
.uc-table tbody tr:nth-child(odd) {
  background: #f0f0ef;
}
.uc-table th:not(:first-child), .uc-table td {
  text-align: center;
}
.uc-table tbody th {
  width: 40%;
  font-weight: 500;
  color: var(--uc-ink);
}
.uc-faq {
  border-bottom: 1px solid var(--uc-line);
  padding: 20px 0;
}
.uc-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--uc-ink);
  padding: 8px 0;
}
.uc-faq summary {
  display: list-item;
}
.uc-faq p {
  padding-block: 16px;
}
.uc-form-layout {
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 1fr);
  align-items: start;
}
.uc-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}
.uc-form .form-group {
  padding: 0;
  margin: 0;
  width: 100%;
  grid-column: 1/-1;
}
.uc-form[data-uc-kind="quote"] .form-group:has([name="uc_name01"], [name="uc_email1"], [name="uc_phone1"], [name="uc_web001"]) {
  grid-column: auto;
}
.uc-form .submit-button-wrapper, .uc-form .message {
  grid-column: 1/-1;
}
.uc-form label, .uc-form .label {
  font: 600 15px/1.5 Inter, sans-serif;
  color: var(--uc-ink);
  display: block;
  padding-bottom: 7px;
}
.uc-form label, .uc-form .label {
  text-transform: none;
}
.uc-form .form-group:has([name="uc_honey1"]) {
  display: none !important;
}
.uc-form input:not([type=checkbox]):not([type=radio]), .uc-form select, .uc-form textarea {
  border: 1px solid #9ca3af;
  border-radius: 6px;
  min-height: 50px;
  background: #fff;
  color: var(--uc-ink);
  font: 400 16px/1.5 Inter, sans-serif;
  padding: 12px 14px;
  width: 100%;
}
.uc-form textarea {
  min-height: 150px;
  resize: vertical;
}
.uc-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: var(--uc-orange);
}
.uc-form .options-wrapper {
  padding: 0;
}
.uc-form .message {
  width: 100%;
  border-radius: 6px;
  padding: 18px;
  font-size: 16px;
}
.uc-form .message.danger {
  background: #fff0ee;
  border: 1px solid #a32920;
  color: #82221c;
}
.uc-form .message.success {
  background: #eaf5ed;
  border: 1px solid #28643b;
  color: #184326;
}
.uc-form button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.uc-staging-note {
  background: var(--uc-warm);
  border-left: 3px solid var(--uc-orange);
  padding: 14px 18px;
  font-size: 14px;
}
.uc-order-summary {
  background: var(--uc-warm);
}
.uc-order-summary strong {
  color: var(--uc-ink);
}
.uc-feature-panel {
  min-height: 340px;
  justify-content: center;
  background: var(--uc-warm);
  padding: 40px;
  border-radius: 8px;
}
.uc-feature-item {
  padding: 16px 20px;
  background: #fff;
  border: 1px solid var(--uc-line);
  border-radius: 6px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 16px;
}
.uc-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 10px;
  background: var(--uc-warm);
  color: var(--uc-orange);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
}
.uc-article {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.uc-article-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  line-height: 1.8;
}
.uc-article-content > * {
  margin-block: 0;
}
.uc-article-content :is(h2, h3) {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.uc-article-content p {
  line-height: inherit;
}
.uc-article-content h2 {
  font-size: 32px;
  padding-top: 20px;
}
.uc-article-content h3 {
  font-size: 25px;
  padding-top: 16px;
}
.uc-article-content a {
  color: var(--uc-orange);
  text-decoration: underline;
}
.uc-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.uc-resource-card {
  overflow: hidden;
  padding: 0;
}
.uc-resource-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.uc-resource-card__body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.uc-resource-card h2 {
  font-size: 24px;
}
.uc-search {
  display: flex;
  gap: 12px;
  max-width: 700px;
  width: 100%;
}
.uc-search {
  margin-bottom: 28px;
}
.uc-toc {
  padding: 24px;
  border: 1px solid var(--uc-line);
  border-radius: 8px;
  background: var(--uc-warm);
}
.uc-toc ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}
.uc-toc a {
  text-decoration: underline;
}
.uc-nav a[aria-current="page"]:not(.uc-button) {
  text-decoration: underline;
  text-decoration-color: var(--uc-orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.uc-search input {
  padding: 12px 16px;
  min-width: 0;
  flex: 1;
  border: 1px solid #9ca3af;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
}
.uc-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 32px;
}
.uc-pagination a, .uc-pagination span {
  min-width: 44px;
  padding: 10px 15px;
  border: 1px solid var(--uc-line);
  border-radius: 4px;
}
.uc-pagination .current {
  background: var(--uc-orange);
  color: #fff;
}
.uc-utility {
  min-height: 55vh;
  justify-content: center;
}
.uc-success-icon {
  color: var(--uc-orange);
  font-size: 50px;
}
@media (max-width: 991px) {
  :root {
    --uc-gutter:24px;
    --uc-section:64px;
  }
  .uc-nav {
    gap: 20px;
  }
  .uc-brand-logo {
    width: 200px;
  }
  .uc-menu-toggle {
    display: inline-flex;
    background: transparent;
    border: 1px solid #777;
    padding: 10px 14px;
    min-height: 44px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
  }
  .uc-nav {
    display: none;
    position: absolute;
    z-index: 100;
    top: calc(100% + 18px);
    left: calc(-1 * var(--uc-gutter));
    right: calc(-1 * var(--uc-gutter));
    width: auto;
    max-width: none;
    padding: 24px;
    background: var(--uc-ink);
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    box-shadow: 0 14px 20px #0002;
  }
  .uc-nav.is-open {
    display: flex;
  }
  .uc-nav a {
    padding: 12px;
    min-height: 44px;
  }
  .uc-grid {
    gap: 28px;
  }
  .uc-title--home {
    font-size: 46px;
  }
  .uc-browser__image {
    height: 340px;
  }
  .uc-phone__image {
    height: 220px;
  }
  .uc-grid--three, .uc-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .uc-price-grid {
    grid-template-columns: 1fr;
  }
  .uc-price-card {
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
  }
  .uc-client-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  :root {
    --uc-gutter:20px;
    --uc-section:48px;
  }
  body {
    font-size: 16px;
  }
  .uc-container {
    gap: 28px;
  }
  .uc-header {
    padding-block: 16px;
  }
  .uc-brand-logo {
    width: 185px;
  }
  .uc-menu-toggle {
    display: inline-flex;
    background: transparent;
    border: 1px solid #777;
    padding: 10px 14px;
    min-height: 44px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
  }
  .uc-nav {
    display: none;
    position: absolute;
    z-index: 100;
    top: calc(100% + 16px);
    left: calc(-1 * var(--uc-gutter));
    right: calc(-1 * var(--uc-gutter));
    padding: 24px;
    background: var(--uc-ink);
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    box-shadow: 0 14px 20px #0002;
  }
  .uc-nav.is-open {
    display: flex;
  }
  .uc-nav a {
    padding: 12px;
    min-height: 44px;
  }
  .uc-grid--two, .uc-grid--three, .uc-grid--four, .uc-resource-grid, .uc-form-layout {
    grid-template-columns: 1fr;
  }
  .uc-title, .uc-title--home {
    font-size: 38px;
    line-height: 1.12;
  }
  .uc-heading {
    font-size: 32px;
  }
  .uc-subheading {
    font-size: 22px;
  }
  .uc-lead {
    font-size: 18px;
  }
  .uc-hero {
    padding-block: 44px;
  }
  .uc-hero__visual {
    padding: 0 32px 28px 0;
  }
  .uc-browser__image {
    height: 330px;
  }
  .uc-phone__image {
    height: 210px;
  }
  .uc-proof-strip .uc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }
  .uc-proof {
    font-size: 14px;
    gap: 10px;
  }
  .uc-symbol {
    font-size: 26px;
  }
  .uc-photo-placeholder {
    min-height: 300px;
    padding: 32px;
  }
  .uc-numbered {
    gap: 14px;
    grid-template-columns: 44px 1fr;
  }
  .uc-project-image {
    height: 300px;
  }
  .uc-project-image--large {
    height: 400px;
  }
  .uc-client-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .uc-client-logo {
    max-height: 65px;
  }
  .uc-card {
    padding: 24px;
  }
  .uc-resource-card {
    padding: 0;
  }
  .uc-table {
    min-width: 650px;
  }
  .uc-table th, .uc-table td {
    padding: 14px 12px;
  }
  .uc-cta__mark {
    border-left: 0;
    border-top: 1px solid var(--uc-orange);
  }
  .uc-order-summary {
    grid-row: 1;
  }
  .uc-search {
    flex-wrap: wrap;
  }
  .uc-footer__links {
    gap: 12px 24px;
  }
  .uc-footer .uc-row {
    align-items: flex-start;
  }
  .uc-feature-panel {
    min-height: 280px;
    padding: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
/* Mockup fidelity pass: shared native Bricks classes. */
.uc-payment-strip + .uc-section {
  padding-top: 24px;
}
.uc-icon {
  color: var(--uc-orange);
  font-size: 34px;
  line-height: 1;
  width: 42px;
  flex-shrink: 0;
  text-align: center;
}
.uc-hero--home {
  padding-block: 32px;
}
.uc-hero--home > .uc-container > .uc-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
  gap: 28px;
}
.uc-hero--home .uc-browser__image {
  height: 420px;
}
.uc-hero--home .uc-phone__image {
  height: 280px;
}
.uc-hero--home .uc-caption {
  font-size: 11px;
  text-align: right;
}
.uc-hero--home .uc-stack:has(> .uc-hero__visual) {
  gap: 8px;
}
.uc-hero--split {
  padding-block: var(--uc-section);
}
.uc-hero--split .uc-title {
  font-size: 56px;
}
.uc-proof + .uc-proof {
  border-left: 1px solid var(--uc-orange);
  padding-left: 24px;
}
.uc-editorial .uc-grid {
  align-items: stretch;
}
.uc-editorial .uc-stack:not(.uc-photo-placeholder) {
  gap: 14px;
}
.uc-editorial .uc-numbered:last-child {
  border-bottom: 0;
}
.uc-photo-placeholder {
  background: #ececea;
  border: 0;
  border-radius: 0;
  align-items: center;
  text-align: center;
  min-height: 420px;
  color: #727985;
}
.uc-photo-placeholder .uc-icon {
  font-size: 64px;
  width: auto;
  color: #9298a0;
}
.uc-hero--split .uc-photo-placeholder {
  min-height: 360px;
}
.uc-clients {
  padding-block: 36px;
  border-block: 1px solid #e7e7e2;
}
.uc-clients .uc-container {
  gap: 24px;
}
.uc-clients .uc-eyebrow {
  color: var(--uc-body);
  text-align: center;
}
.uc-reviews {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.uc-review {
  grid-column: span 2;
  position: relative;
}
.uc-review:nth-last-child(-n+2) {
  grid-column: span 3;
}
.uc-review cite {
  padding-top: 12px;
  border-top: 1px solid var(--uc-line);
}
.uc-info-strip {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-block: 28px;
}
.uc-info-strip > .uc-stack {
  flex: 1;
}
.uc-info-strip .uc-preview-row + .uc-preview-row {
  border-left: 1px solid var(--uc-orange);
  padding-left: 40px;
}
.uc-info-strip .uc-icon {
  font-size: 44px;
  width: 52px;
}
.uc-info-strip p {
  font-size: 16px;
}
.uc-preview-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.uc-preview-row > .uc-stack {
  flex: 1;
  min-width: 0;
}
.uc-preview-row p {
  font-size: 16px;
}
.uc-preview-row .uc-subheading {
  font-size: 22px;
}
.uc-numbered > .uc-number {
  font-size: 34px;
  font-weight: 700;
}
.uc-cta .uc-grid {
  grid-template-columns: minmax(0, 3fr) minmax(200px, 1fr);
  gap: 60px;
}
.uc-cta .uc-heading {
  font-size: 36px;
}
.uc-cta__mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border: 0;
}
.uc-cta__mark .uc-row {
  gap: 0;
  justify-content: center;
}
.uc-cta__mark .uc-icon {
  font-size: 38px;
  width: 34px;
}
.uc-cta__mark .uc-icon:nth-child(2) {
  font-size: 48px;
  width: 46px;
}
.uc-cta__mark p {
  font-size: 13px;
  letter-spacing: 0.16em;
}
.uc-payment-strip {
  padding-block: 24px;
}
.uc-payment-strip .uc-preview-row {
  align-items: center;
}
.uc-payment-strip .uc-stack {
  gap: 4px;
  border-left: 1px solid var(--uc-orange);
  padding-left: 24px;
}
.uc-price-card .uc-list {
  list-style: none;
  padding-left: 0;
}
.uc-price-card .uc-list li {
  position: relative;
  padding-left: 28px;
}
.uc-price-card .uc-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--uc-orange);
  font-weight: 700;
}
.uc-form-panel .uc-heading {
  font-size: 36px;
}
.uc-quote-aside {
  gap: 26px;
  height: 100%;
}
.uc-quote-aside .uc-numbered {
  padding-block: 16px 24px;
}
.uc-form .options-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.uc-form .options-wrapper li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--uc-line);
  border-radius: 6px;
  flex: 1;
  min-width: 150px;
}
.uc-form .options-wrapper label {
  padding: 0;
  font-weight: 400;
}
.uc-form input[type=radio] {
  accent-color: var(--uc-orange);
  width: 18px;
  height: 18px;
}
.uc-feature-preview {
  background: linear-gradient(130deg, #f3f1ed, #fff3eb);
  border-radius: 8px;
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
}
.uc-feature-preview > :only-child {
  grid-column: 1/-1;
}
.uc-feature-preview > .uc-caption {
  grid-column: 1/-1;
  text-align: right;
  font-size: 11px;
}
.uc-preview-card {
  padding: 22px;
  gap: 20px;
  box-shadow: 0 7px 22px #1717170e;
  min-width: 0;
  border-color: #e5e7eb;
}
.uc-preview-card .uc-subheading {
  font: 700 17px/1.3 Inter, sans-serif;
  color: var(--uc-ink);
  letter-spacing: -0.02em;
}
.uc-preview-card .uc-preview-row {
  gap: 10px;
}
.uc-preview-card .uc-preview-row + .uc-preview-row {
  border-top: 1px solid #eee;
  padding-top: 16px;
}
.uc-preview-card .uc-icon {
  font-size: 22px;
  width: 24px;
}
.uc-preview-card p {
  font-size: 14px;
  line-height: 1.5;
}
.uc-preview-card .uc-small {
  font-size: 12px;
}
.uc-preview-card .uc-stack {
  gap: 4px;
}
.uc-preview-card--offset {
  transform: translateY(40px);
  grid-row: span 2;
}
.uc-feature-preview:has(> .uc-preview-card:nth-last-child(2):first-child) {
  grid-template-columns: 1fr;
}
.uc-feature-preview:has(> .uc-preview-card:nth-last-child(2):first-child) .uc-preview-card {
  min-height: 300px;
  justify-content: center;
}
.uc-package-summary {
  gap: 12px;
}
.uc-badge {
  background: var(--uc-orange);
  color: #fff;
  border-radius: 30px;
  padding: 6px 12px;
}
.uc-section--compact {
  padding-block: clamp(48px, 4vw, 64px);
}
.uc-section--compact .uc-container > .uc-button {
  align-self: center;
}
.uc-project-feature {
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
  gap: 40px;
}
.uc-project-feature .uc-project-image--large {
  height: 470px;
}
.uc-project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 32px;
}
.uc-project-card .uc-project-image {
  height: 350px;
}
.uc-about-approach {
  padding-block: var(--uc-section);
}
.uc-about-approach .uc-numbered {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 0;
  padding-block: 0;
}
.uc-about-approach .uc-numbered + .uc-numbered {
  border-left: 1px solid var(--uc-orange);
  padding-left: 30px;
}
.uc-profile {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: center;
}
.uc-profile .uc-photo-placeholder {
  min-height: 180px;
  padding: 16px;
}
.uc-profile .uc-photo-placeholder p {
  font-size: 12px;
}
.uc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.uc-breadcrumb .uc-text-link {
  font-size: 14px;
  color: var(--uc-orange);
}
.uc-menu-support {
  display: none;
}
.uc-form[data-uc-kind="general"] .form-group:has([name="uc_name01"], [name="uc_email1"]) {
  grid-column: auto;
}
.uc-form[data-uc-kind="order"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.uc-form[data-uc-kind="order"] .form-group:has([name="uc_name01"], [name="uc_email1"], [name="uc_org001"], [name="uc_phone1"], [name="uc_web001"]) {
  grid-column: auto;
}
.uc-form .form-group:has([name="uc_pkg001[]"]) .options-wrapper {
  flex-direction: column;
}
.uc-form .form-group:has([name="uc_pkg001[]"]) .options-wrapper li {
  padding: 18px;
}
.uc-form .form-group:has([name="uc_pkg001[]"]) .options-wrapper li:has(input:checked) {
  border-color: var(--uc-orange);
  background: var(--uc-warm);
}
.uc-form .form-group:has([name="uc_pkg001[]"]) label {
  font-weight: 600;
}
.uc-card.uc-preview-row {
  flex-direction: row;
  align-items: center;
}
.uc-order-summary .uc-heading {
  font-size: 28px;
}
.uc-order-summary .uc-price {
  font-size: 38px;
}
.uc-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  align-items: start;
}
.uc-article-main {
  width: 100%;
  gap: 24px;
}
.uc-article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 28px;
  max-height: calc(100dvh - 56px);
  overflow-y: auto;
}
.uc-article-sidebar .uc-heading, .uc-article-sidebar .uc-subheading {
  font-size: 22px;
}
.uc-article-sidebar .uc-text-link, .uc-article-sidebar li, .uc-article-sidebar a {
  font-size: 14px;
}
.uc-article-sidebar .uc-toc {
  padding: 22px;
  background: #fff;
}
.uc-article-sidebar ol {
  padding-left: 0;
}
.uc-article-main .uc-title {
  font-size: 48px;
}
.uc-resource-placeholder {
  display: grid;
  place-items: center;
  height: 200px;
  background: var(--uc-warm);
  color: var(--uc-orange);
  font-size: 64px;
}
.uc-resource-card__body {
  flex: 1;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}
.uc-confirmation .uc-stack {
  align-items: center;
  text-align: center;
}
.uc-confirmation .uc-title {
  font-size: 44px;
}
.uc-confirmation .uc-row {
  justify-content: center;
}
.uc-confirmation .uc-card {
  width: 100%;
  max-width: 680px;
  gap: 12px;
  text-align: left;
}
.uc-confirmation .uc-success-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--uc-orange);
  color: #fff;
  font-size: 44px;
}
.uc-404 {
  font: 700 110px/1 Manrope, sans-serif;
  letter-spacing: -0.06em;
  color: var(--uc-ink);
}
.uc-utility .uc-feature-preview {
  grid-template-columns: 1fr;
  min-height: 300px;
  align-content: center;
  justify-items: center;
}
.uc-utility .uc-feature-preview > .uc-icon {
  width: auto;
  font-size: 140px;
}
@media (max-width: 991px) {
  .uc-article-layout {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 28px;
  }
  .uc-hero--split .uc-grid, .uc-grid--two:has(> .uc-feature-preview) {
    grid-template-columns: 1fr;
  }
  .uc-proof-strip .uc-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .uc-proof-strip .uc-row .uc-proof {
    border: 0;
    padding-left: 0;
  }
  .uc-title--home, .uc-hero--split .uc-title {
    font-size: 46px;
  }
  .uc-hero--home > .uc-container > .uc-grid {
    grid-template-columns: 1fr;
  }
  .uc-feature-preview {
    padding: 20px;
    gap: 12px;
  }
  .uc-preview-card {
    padding: 16px;
  }
  .uc-client-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .uc-price-card {
    grid-template-rows: auto auto 1fr auto;
  }
  .uc-cta .uc-grid {
    grid-template-columns: 2fr 1fr;
    gap: 32px;
  }
  .uc-info-strip {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .uc-proof-strip .uc-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .uc-article-layout {
    display: flex;
    flex-direction: column;
  }
  .uc-article-sidebar {
    position: static;
    width: 100%;
    max-height: none;
    overflow: visible;
  }
  .uc-article-main .uc-title, .uc-confirmation .uc-title {
    font-size: 36px;
  }
  .uc-utility .uc-grid {
    grid-template-columns: 1fr;
  }
  .uc-form[data-uc-kind="order"] {
    grid-template-columns: 1fr;
  }
  .uc-hero--home, .uc-hero--split {
    padding-block: 32px;
  }
  .uc-hero--home > .uc-container > .uc-grid, .uc-hero--split .uc-grid, .uc-project-feature, .uc-project-grid, .uc-cta .uc-grid {
    grid-template-columns: 1fr;
  }
  .uc-title--home, .uc-hero--split .uc-title {
    font-size: 38px;
  }
  .uc-hero--home .uc-browser__image {
    height: 320px;
  }
  .uc-hero--home .uc-phone__image {
    height: 220px;
  }
  .uc-hero .uc-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .uc-hero .uc-row .uc-text-link {
    justify-content: center;
  }
  .uc-button {
    width: 100%;
  }
  .uc-stack > .uc-button {
    align-self: stretch;
  }
  .uc-form .form-group {
    grid-column: 1/-1 !important;
  }
  .uc-form .options-wrapper {
    flex-direction: column;
  }
  .uc-proof + .uc-proof {
    border: 0;
    padding-left: 0;
  }
  .uc-icon {
    font-size: 28px;
    width: 34px;
  }
  .uc-client-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .uc-client-logo {
    height: 44px;
  }
  .uc-reviews {
    grid-template-columns: 1fr;
  }
  .uc-review, .uc-review:nth-last-child(-n+2) {
    grid-column: auto;
  }
  .uc-photo-placeholder, .uc-hero--split .uc-photo-placeholder {
    min-height: 300px;
  }
  .uc-process .uc-numbered + .uc-numbered, .uc-about-approach .uc-numbered + .uc-numbered {
    border: 0;
    padding-left: 0;
  }
  .uc-process .uc-heading {
    font-size: 30px;
  }
  .uc-cta .uc-heading {
    font-size: 30px;
  }
  .uc-info-strip .uc-preview-row + .uc-preview-row {
    border: 0;
    padding-left: 0;
  }
  .uc-info-strip > .uc-stack {
    flex-basis: 100%;
  }
  .uc-feature-preview {
    padding: 20px;
  }
  .uc-preview-card--offset {
    transform: none;
  }
  .uc-preview-card .uc-subheading {
    font-size: 15px;
  }
  .uc-preview-card .uc-preview-row {
    flex-direction: column;
  }
  .uc-preview-row {
    gap: 16px;
  }
  .uc-project-feature .uc-project-image--large {
    height: 330px;
  }
  .uc-project-card .uc-project-image {
    height: 300px;
  }
  .uc-menu-toggle {
    font-size: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    position: relative;
  }
  .uc-menu-toggle::before, .uc-menu-toggle::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    left: 10px;
    top: 15px;
  }
  .uc-menu-toggle::after {
    top: 27px;
    box-shadow: 0 -6px #fff;
  }
  .uc-menu-toggle[aria-expanded=true]::before {
    transform: rotate(45deg);
    top: 21px;
  }
  .uc-menu-toggle[aria-expanded=true]::after {
    transform: rotate(-45deg);
    top: 21px;
    box-shadow: none;
  }
  .uc-menu-support {
    display: block;
    border-top: 1px solid #ffffff55;
    padding-top: 24px !important;
  }
  .uc-footer .uc-row {
    width: 100%;
  }
  .uc-profile {
    grid-template-columns: 110px 1fr;
    gap: 18px;
  }
}
/* Homepage composition: shared wide containers, bounded reading measures. */
.home .uc-hero--home {
  padding-block: 44px 32px;
}
.home .uc-hero--home > .uc-container > .uc-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 36px;
  align-items: start;
}
.home .uc-hero--home > .uc-container > .uc-grid > .uc-stack:first-child {
  padding-top: 36px;
}
.home .uc-title--home {
  font-size: clamp(68px, 4.4vw, 72px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.05em;
  max-width: 11.8em;
}
.home .uc-hero .uc-lead {
  font-size: 21px;
  line-height: 1.5;
  max-width: 44ch;
}
.home .uc-hero .uc-stack {
  gap: 26px;
}
.home .uc-hero .uc-row {
  gap: 24px;
}
.home .uc-hero__visual {
  padding: 0 42px 38px 0;
}
.home .uc-browser {
  box-shadow: 0 16px 36px #17171720;
}
.home .uc-browser__bar {
  padding: 7px 14px;
}
.home .uc-hero--home .uc-browser__image {
  height: auto;
  aspect-ratio: 1.4393939394;
  object-fit: contain;
  object-position: top;
}
.home .uc-phone {
  width: 30%;
  border-width: 6px;
  border-radius: 28px;
  box-shadow: 0 16px 32px #17171730;
}
.home .uc-hero--home .uc-phone__image {
  width: 100%;
  height: auto;
  aspect-ratio: 0.4623921085;
  object-fit: contain;
}
.home .uc-hero--home .uc-stack:has(> .uc-hero__visual) {
  gap: 12px;
}
.home .uc-hero--home .uc-caption {
  font-size: 12px;
}
.home .uc-proof-strip {
  padding-block: 30px;
}
.home .uc-proof {
  font-size: 18px;
  gap: 22px;
}
.home .uc-proof .uc-icon {
  font-size: 38px;
}
.home .uc-editorial {
  padding-block: 40px 48px;
}
.home .uc-editorial .uc-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: 48px;
}
.home .uc-editorial .uc-photo-placeholder {
  min-height: 560px;
  height: 100%;
}
.home .uc-editorial .uc-stack:not(.uc-photo-placeholder) {
  gap: 18px;
}
.home .uc-editorial .uc-heading {
  max-width: 20ch;
}
.home .uc-editorial .uc-numbered {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding-block: 22px;
}
.home .uc-editorial .uc-numbered .uc-subheading {
  font-size: 24px;
}
.home .uc-editorial .uc-numbered p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 43ch;
}
.home .uc-editorial .uc-numbered > .uc-number {
  font-size: 38px;
}
.home .uc-home-projects {
  padding-block: 24px 40px;
}
.home .uc-home-projects .uc-container {
  gap: 30px;
}
.home .uc-home-projects .uc-project-image {
  height: auto;
  aspect-ratio: 1.38;
  object-position: top;
  box-shadow: 0 10px 24px #17171718;
}
.home .uc-home-projects .uc-subheading {
  font-size: 24px;
}
.uc-project-proof {
  padding-block: 26px;
  border-block: 1px solid var(--uc-line);
}
.uc-project-proof .uc-container {
  gap: 14px;
}
.uc-project-proof .uc-eyebrow {
  text-align: center;
  color: var(--uc-body);
}
.uc-project-proof .uc-grid {
  align-items: center;
  gap: 28px;
}
.uc-project-proof .uc-text-link {
  justify-content: center;
  font-size: 17px;
  text-align: center;
}
.home .uc-reviews--compact {
  padding-block: 40px 48px;
}
.uc-reviews--compact .uc-container {
  gap: 24px;
}
.uc-reviews--compact .uc-reviews {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.uc-reviews--compact .uc-review, .uc-reviews--compact .uc-review:nth-last-child(-n+2) {
  grid-column: auto;
  padding: 24px;
  gap: 18px;
  font-size: 17px;
  line-height: 1.55;
  display: grid;
  grid-template-rows: 1fr auto;
  border-top: 3px solid var(--uc-orange);
}
.home .uc-process {
  padding-block: 40px;
}
.home .uc-process .uc-heading {
  font-size: 40px;
}
.home .uc-process .uc-numbered p {
  font-size: 18px;
  line-height: 1.5;
}
.home .uc-process .uc-numbered .uc-number {
  font-size: 36px;
}
.home .uc-info-strip {
  display: block;
  padding-block: 30px;
}
.home .uc-info-strip > .uc-container > .uc-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
.home .uc-info-strip .uc-preview-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}
.home .uc-info-strip .uc-preview-row:first-child {
  padding-right: 32px;
}
.home .uc-info-strip .uc-preview-row + .uc-preview-row {
  padding-left: 32px;
}
.home .uc-info-strip .uc-stack {
  gap: 8px;
}
.home .uc-info-strip .uc-subheading {
  font-size: 24px;
  line-height: 1.2;
}
.home .uc-info-strip p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 46ch;
}
.home .uc-cta:not(.uc-info-strip) {
  padding-block: 42px;
  background: var(--uc-page);
}
.home .uc-cta .uc-heading {
  font-size: 40px;
}
.home .uc-cta .uc-lead {
  font-size: 20px;
  max-width: 62ch;
}
@media (max-width: 1199px) {
  .home .uc-title--home {
    font-size: 58px;
  }
  .home .uc-hero--home > .uc-container > .uc-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .home .uc-editorial .uc-grid {
    gap: 32px;
  }
  .home .uc-info-strip .uc-subheading {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .home .uc-hero--home > .uc-container > .uc-grid, .home .uc-editorial .uc-grid {
    grid-template-columns: 1fr;
  }
  .home .uc-hero--home > .uc-container > .uc-grid > .uc-stack:first-child {
    padding-top: 0;
  }
  .home .uc-hero--home .uc-stack:has(> .uc-hero__visual) {
    max-width: 720px;
    width: 100%;
  }
  .home .uc-editorial .uc-photo-placeholder {
    min-height: 420px;
  }
  .home .uc-info-strip > .uc-container > .uc-grid {
    gap: 24px;
  }
  .home .uc-info-strip .uc-preview-row {
    grid-template-columns: 1fr;
  }
  .home .uc-info-strip .uc-preview-row + .uc-preview-row {
    padding-left: 24px;
  }
  .uc-reviews--compact .uc-review {
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home .uc-title--home {
    font-size: 40px;
    line-height: 1.06;
  }
  .home .uc-process .uc-heading, .home .uc-cta .uc-heading {
    font-size: 32px;
  }
  .home .uc-hero--home {
    padding-block: 32px 24px;
  }
  .home .uc-hero .uc-lead {
    font-size: 18px;
  }
  .home .uc-hero .uc-row {
    gap: 8px;
  }
  .home .uc-hero .uc-stack {
    gap: 20px;
  }
  .home .uc-hero__visual {
    padding: 0 30px 28px 0;
  }
  .home .uc-hero--home .uc-browser__image {
    aspect-ratio: 1.4393939394;
  }
  .home .uc-phone {
    width: 34%;
    border-width: 4px;
    border-radius: 17px;
  }
  .home .uc-proof {
    font-size: 15px;
    gap: 12px;
  }
  .home .uc-proof .uc-icon {
    font-size: 28px;
  }
  .home .uc-proof-strip {
    padding-block: 24px;
  }
  .home .uc-editorial {
    padding-block: 30px;
  }
  .home .uc-editorial .uc-photo-placeholder {
    min-height: 360px;
  }
  .home .uc-editorial .uc-numbered .uc-subheading {
    font-size: 22px;
  }
  .home .uc-editorial .uc-numbered p {
    font-size: 16px;
  }
  .home .uc-home-projects {
    padding-block: 20px 30px;
  }
  .home .uc-home-projects .uc-project-image {
    aspect-ratio: 1.2;
  }
  .uc-project-proof .uc-grid, .uc-reviews--compact .uc-reviews {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .uc-project-proof .uc-text-link {
    justify-content: flex-start;
    text-align: left;
  }
  .uc-project-proof .uc-eyebrow {
    text-align: left;
  }
  .home .uc-reviews--compact {
    padding-block: 30px;
  }
  .home .uc-info-strip > .uc-container > .uc-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home .uc-info-strip .uc-preview-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
  }
  .home .uc-info-strip .uc-preview-row + .uc-preview-row {
    padding-left: 0;
  }
  .home .uc-info-strip .uc-preview-row:first-child {
    padding-right: 0;
  }
  .home .uc-info-strip p, .home .uc-process .uc-numbered p, .home .uc-cta .uc-lead {
    font-size: 16px;
  }
  .home .uc-info-strip .uc-subheading {
    font-size: 22px;
  }
  .home .uc-info-strip .uc-icon {
    width: 40px;
    font-size: 36px;
  }
}
/* September 16 active homepage handoff. Native uc-* class pills; homepage scope. */
.home .uc-hero--home {
  padding-block: 64px 64px;
  background: var(--uc-page);
}
.home .uc-hero--home > .uc-container > .uc-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: start;
}
.home .uc-hero--home > .uc-container > .uc-grid > .uc-stack:first-child {
  padding-top: 0;
  gap: 24px;
}
.home .uc-home-hero-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.home .uc-title--home {
  font: 700 56px/1.1 Manrope, sans-serif;
  letter-spacing: -0.05em;
  max-width: none;
}
.home .uc-home-hero-heading .uc-accent {
  color: var(--uc-orange);
}
.home .uc-hero .uc-lead {
  font: 400 20px/1.55 Inter, sans-serif;
  max-width: 47ch;
}
.home .uc-hero .uc-row {
  gap: 28px;
  padding-top: 4px;
}
.home .uc-hero__visual {
  padding: 0;
}
.home .uc-hero--home .uc-stack:has(> .uc-hero__visual) {
  gap: 16px;
  max-width: none;
}
.home .uc-browser {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px #20292D20;
}
.home .uc-browser__bar {
  padding: 3px 10px;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #CE4B0A;
}
.home .uc-hero--home .uc-browser__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.677;
  object-fit: cover;
  object-position: top;
}
.home .uc-hero--home .uc-caption {
  font: 400 14px/1.5 Inter, sans-serif;
  text-align: left;
}
.home .uc-home-proof.uc-section {
  background: var(--uc-charcoal);
  color: #fff;
  padding-block: 44px;
}
.home .uc-home-proof .uc-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 44px;
}
.home .uc-home-proof .uc-heading {
  color: #fff;
  font-size: 38px;
}
.home .uc-home-proof .uc-text-link {
  color: #fff;
}
.home .uc-home-proof .uc-stack {
  gap: 16px;
}
.home .uc-home-proof blockquote {
  margin: 0;
  padding: 16px 0 16px 76px;
  border-left: 1px solid #ffffff66;
  position: relative;
  font: 400 22px/1.5 Inter, sans-serif;
}
.home .uc-home-proof blockquote::before {
  content: "“";
  position: absolute;
  left: 28px;
  top: 0;
  color: var(--uc-orange);
  font: 700 70px/1.2 Manrope, sans-serif;
}
.home .uc-home-proof .uc-caption {
  color: #d9dfe1;
  font: 400 16px/1.5 Inter, sans-serif;
}
.home .uc-home-projects {
  padding-block: 64px 72px;
}
.home .uc-home-projects .uc-container {
  gap: 28px;
}
.home .uc-home-projects .uc-row {
  align-items: end;
}
.home .uc-home-projects .uc-row .uc-stack {
  gap: 12px;
}
.home .uc-home-projects .uc-grid {
  gap: 32px;
}
.home .uc-home-projects .uc-grid > .uc-stack {
  gap: 18px;
}
.home .uc-home-projects .uc-project-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.88;
  object-fit: cover;
  object-position: top;
  border-radius: 3px;
  box-shadow: none;
}
.home .uc-home-project-caption {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home .uc-home-project-caption p {
  font-size: 18px;
  line-height: 1.55;
}
.home .uc-home-project-caption .uc-text-link {
  align-self: start;
}
.home .uc-editorial {
  padding-block: 80px;
  background: var(--uc-warm);
}
.home .uc-editorial .uc-grid {
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.home .uc-editorial .uc-stack:not(.uc-photo-placeholder) {
  gap: 20px;
}
.home .uc-editorial .uc-heading {
  max-width: none;
}
.home .uc-editorial .uc-grid > .uc-stack:first-child {
  max-width: 570px;
}
.home .uc-editorial .uc-grid > .uc-stack:last-child {
  gap: 0;
}
.home .uc-editorial .uc-numbered {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding-block: 22px;
}
.home .uc-editorial .uc-numbered:first-child {
  padding-top: 0;
}
.home .uc-editorial .uc-numbered:last-child {
  padding-bottom: 0;
  border: 0;
}
.home .uc-editorial .uc-numbered .uc-stack {
  gap: 8px;
}
.home .uc-editorial .uc-numbered .uc-subheading {
  font-size: 22px;
}
.home .uc-editorial .uc-numbered p {
  font-size: 18px;
  line-height: 1.5;
}
.home .uc-editorial .uc-numbered > .uc-number {
  font-size: 30px;
  font-weight: 600;
}
.home .uc-process {
  padding-block: 84px;
  background: var(--uc-page);
  color: var(--uc-body);
}
.home .uc-process .uc-container {
  gap: 36px;
}
.home .uc-process .uc-container > .uc-stack {
  gap: 12px;
}
.home .uc-process .uc-heading {
  font-size: 40px;
}
.home .uc-process .uc-numbered {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding-block: 12px;
}
.home .uc-process .uc-numbered + .uc-numbered {
  border-left: 1px solid var(--uc-line);
  padding-left: 28px;
}
.home .uc-process .uc-numbered .uc-number {
  font-size: 32px;
  font-weight: 600;
}
.home .uc-process .uc-numbered .uc-subheading {
  font-size: 22px;
}
.home .uc-process .uc-numbered .uc-stack {
  gap: 12px;
}
.home .uc-process .uc-numbered p {
  font-size: 18px;
  line-height: 1.55;
}
.home .uc-home-faq {
  padding-block: 92px;
  border-top: 1px solid #e4e5e2;
}
.home .uc-home-faq .uc-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 64px;
}
.home .uc-home-faq .uc-grid > .uc-stack:first-child {
  gap: 14px;
}
.home .uc-home-faq .uc-grid > .uc-stack:last-child {
  gap: 0;
  border: 1px solid var(--uc-line);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.home .uc-home-faq .uc-faq {
  padding: 0;
  border-bottom: 1px solid var(--uc-line);
}
.home .uc-home-faq .uc-faq:last-child {
  border-bottom: 0;
}
.home .uc-home-faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  padding: 22px 24px;
  font: 500 18px/1.5 Inter, sans-serif;
  color: var(--uc-ink);
}
.home .uc-home-faq summary::-webkit-details-marker {
  display: none;
}
.home .uc-home-faq summary::after {
  content: "+";
  font-size: 24px;
  line-height: 1;
}
.home .uc-home-faq details[open] summary::after {
  content: "−";
}
.home .uc-home-faq details[open] {
  background: #F4F5F5;
}
.home .uc-home-faq .uc-faq p {
  padding: 0 24px 24px;
  font-size: 18px;
  line-height: 1.6;
}
.home .uc-home-faq .uc-faq p a {
  text-decoration: underline;
}
.home .uc-home-invitation {
  padding-block: 88px;
  background: var(--uc-warm);
}
.home .uc-home-invitation .uc-grid {
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 64px;
}
.home .uc-home-invitation .uc-stack {
  gap: 24px;
}
.home .uc-home-invitation .uc-stack:first-child {
  max-width: 650px;
}
.home .uc-home-invitation .uc-stack:last-child {
  justify-self: end;
  width: auto;
  align-items: start;
  gap: 16px;
}
.home .uc-home-proof a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px var(--uc-orange);
}
.home summary:focus-visible {
  outline-offset: -4px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .uc-title--home {
    font-size: 48px;
  }
  .home .uc-hero--home > .uc-container > .uc-grid {
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .home .uc-desktop-break {
    display: none;
  }
  .home .uc-hero--home > .uc-container > .uc-grid, .home .uc-editorial .uc-grid, .home .uc-home-proof .uc-grid, .home .uc-home-faq .uc-grid, .home .uc-home-invitation .uc-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .home .uc-title--home {
    font-size: 52px;
  }
  .home .uc-hero--home {
    padding-block: 48px 56px;
  }
  .home .uc-hero .uc-stack {
    gap: 24px;
  }
  .home .uc-home-proof blockquote {
    border-left: 0;
    border-top: 1px solid #ffffff44;
    padding: 28px 0 0 48px;
  }
  .home .uc-home-proof blockquote::before {
    left: 0;
    top: 16px;
  }
  .home .uc-home-projects .uc-grid, .home .uc-process .uc-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .home .uc-process .uc-numbered + .uc-numbered {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--uc-line);
    padding-top: 28px;
  }
  .home .uc-home-projects, .home .uc-editorial, .home .uc-process, .home .uc-home-faq, .home .uc-home-invitation {
    padding-block: 56px;
  }
  .home .uc-home-invitation .uc-stack:last-child {
    justify-self: start;
  }
}
@media (max-width: 767px) {
  .home .uc-title--home {
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -0.045em;
  }
  .home .uc-home-hero-heading {
    gap: 6px;
  }
  .home .uc-process .uc-heading, .home .uc-home-proof .uc-heading {
    font-size: 30px;
    line-height: 1.2;
  }
  .home .uc-hero--home {
    padding-block: 40px 48px;
  }
  .home .uc-hero--home > .uc-container > .uc-grid {
    gap: 32px;
  }
  .home .uc-hero--home > .uc-container > .uc-grid > .uc-stack:first-child {
    gap: 24px;
  }
  .home .uc-hero .uc-lead {
    font-size: 18px;
    line-height: 1.55;
  }
  .home .uc-hero .uc-row {
    gap: 12px;
    padding-top: 4px;
  }
  .home .uc-hero--home .uc-browser__image {
    aspect-ratio: 1.677;
  }
  .home .uc-home-proof.uc-section {
    padding-block: 40px;
  }
  .home .uc-home-proof blockquote {
    font-size: 20px;
  }
  .home .uc-home-proof .uc-caption {
    font-size: 15px;
  }
  .home .uc-home-projects, .home .uc-editorial, .home .uc-process, .home .uc-home-faq, .home .uc-home-invitation {
    padding-block: 48px;
  }
  .home .uc-home-projects .uc-row {
    gap: 16px;
  }
  .home .uc-home-projects .uc-project-image {
    aspect-ratio: 1.88;
  }
  .home .uc-home-projects .uc-subheading, .home .uc-editorial .uc-numbered .uc-subheading, .home .uc-process .uc-numbered .uc-subheading {
    font-size: 21px;
  }
  .home .uc-home-project-caption p, .home .uc-editorial .uc-numbered p, .home .uc-process .uc-numbered p, .home .uc-home-faq .uc-faq p {
    font-size: 17px;
  }
  .home .uc-editorial .uc-numbered {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 16px;
    padding-block: 22px;
  }
  .home .uc-process .uc-container {
    gap: 28px;
  }
  .home .uc-home-faq summary {
    font-size: 17px;
    padding: 20px;
    gap: 16px;
  }
  .home .uc-home-faq .uc-faq p {
    padding: 0 20px 22px;
  }
  .home .uc-home-invitation .uc-stack:last-child {
    width: 100%;
    align-items: stretch;
  }
  .home .uc-home-invitation .uc-text-link {
    justify-content: center;
  }
}
/* Homepage orange buttons: reference split-arrow treatment, September 16 follow-up. */
/* Homepage dark surfaces: gradient from the user-selected legacy reference. */
.home .uc-home-proof.uc-section {
  background: var(--uc-dark-surface);
}
/* Shared UnionCoded design system. Native class pills; Automatic.css Global SCSS.
   Page-specific composition rules above intentionally remain scoped. */
:root {
  --uc-content-wide:1360px;
  --uc-gutter:40px;
  --uc-section:72px;
  --uc-warm:#F7F3EC;
  --uc-charcoal:#20292D;
  --uc-header-bg:#050708;
  --uc-dark-surface:radial-gradient(circle at 82% 46%,rgba(206,75,10,.25),transparent 30%),linear-gradient(115deg,#050708 0%,#081013 54%,#160C08 100%);
}
body {
  font-size: 18px;
  line-height: 1.6;
}
.uc-container.uc-article {
  max-width: var(--uc-content-wide);
}
.uc-container.uc-article > * {
  width: 100%;
  max-width: 800px;
}
.uc-title {
  font: 700 56px/1.1 Manrope, sans-serif;
  letter-spacing: -0.05em;
}
.uc-heading {
  font: 700 40px/1.18 Manrope, sans-serif;
  letter-spacing: -0.045em;
}
.uc-subheading {
  font: 700 22px/1.3 Manrope, sans-serif;
  letter-spacing: -0.025em;
}
.uc-eyebrow {
  font: 700 14px/1.5 Inter, sans-serif;
  letter-spacing: 0.07em;
}
.uc-lead {
  font: 400 20px/1.55 Inter, sans-serif;
  max-width: 70ch;
}
.uc-text-link {
  font: 600 17px/1.5 Inter, sans-serif;
  min-height: 44px;
}
.uc-header {
  padding-block: 18px;
  border: 0;
  background: var(--uc-header-bg);
}
.uc-header .uc-brand-logo {
  width: 260px;
}
.uc-nav {
  gap: 36px;
}
.uc-nav a {
  font-size: 17px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.uc-button, .uc-nav .uc-button, .uc-form .bricks-button {
  min-height: 60px;
  padding: 0 0 0 24px;
  gap: 20px;
  border: 1px solid var(--uc-orange);
  border-radius: 7px;
  background: linear-gradient(90deg, var(--uc-button-start), var(--uc-orange));
  color: #fff;
  font: 800 14.5px/1.25 Inter, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.uc-button::after, .uc-form .bricks-button::after {
  content: "→";
  display: grid;
  place-items: center;
  align-self: stretch;
  flex: 0 0 54px;
  width: 54px;
  min-height: 58px;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.16);
  color: #fff;
  font: 700 22px/1 Inter, sans-serif;
}
.uc-button:hover, .uc-nav .uc-button:hover, .uc-form .bricks-button:hover {
  background: linear-gradient(90deg, var(--uc-button-start), var(--uc-orange));
  border-color: var(--uc-hover);
  color: #fff;
  box-shadow: inset 0 0 0 100vmax #00000018;
  text-decoration: none;
}
.uc-button, .uc-button:focus, .uc-button:active, .uc-nav .uc-button, .uc-form .bricks-button {
  text-decoration: none;
}
.uc-button::after, .uc-form .bricks-button::after {
  transition: background-color 0.28s ease;
}
.uc-button:hover::after, .uc-form .bricks-button:hover::after {
  background-color: rgba(0, 0, 0, 0.26);
}
.uc-button--outline:hover {
  background: var(--uc-hover);
}
.uc-button--outline {
  background: transparent;
  color: var(--uc-orange);
}
.uc-button--outline::after {
  color: inherit;
  background: #ce4b0a12;
}
.uc-header .uc-button {
  min-height: 54px;
}
.uc-header .uc-button::after {
  min-height: 52px;
}
.uc-form .bricks-button {
  position: relative;
}
.uc-form .bricks-button .loading {
  position: absolute;
  right: 18px;
}
.uc-form .bricks-button:disabled::after {
  color: transparent;
}
.uc-footer {
  padding-block: 28px;
  background: var(--uc-dark-surface);
}
.uc-footer .uc-container {
  gap: 20px;
}
.uc-footer .uc-container > .uc-row {
  gap: 28px;
}
.uc-footer .uc-brand-logo {
  width: 240px;
}
.uc-footer__links {
  gap: 10px 22px;
}
.uc-footer__links a {
  font-size: 14px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.uc-footer .uc-container > .uc-small {
  padding-top: 16px;
  border-top: 1px solid #ffffff33;
}
.uc-home-footer-tagline {
  display: block;
  color: #fff;
  font-size: 14px;
}
.uc-footer .uc-row > .uc-stack {
  gap: 8px;
}
.uc-footer a:has(> .uc-brand-logo) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.uc-dark {
  background: var(--uc-dark-surface);
}
.uc-button:focus-visible, .uc-form .bricks-button:focus-visible, .uc-header a:focus-visible, .uc-footer a:focus-visible, .uc-menu-toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px var(--uc-orange);
}
@media (min-width: 992px) {
  .uc-nav .uc-menu-support {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .uc-nav {
    gap: 22px;
  }
  .uc-header .uc-brand-logo {
    width: 240px;
  }
  .uc-title {
    font-size: 48px;
  }
  .uc-heading {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  :root {
    --uc-gutter:28px;
    --uc-section:56px;
  }
  .uc-header {
    padding-block: 16px;
  }
  .uc-header .uc-brand-logo {
    width: 220px;
  }
  .uc-nav {
    background: var(--uc-header-bg);
    gap: 10px;
  }
  .uc-nav a {
    display: flex;
  }
  .uc-title {
    font-size: 52px;
  }
  .uc-footer .uc-row {
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  :root {
    --uc-gutter:20px;
    --uc-section:48px;
  }
  body {
    font-size: 17px;
  }
  .uc-header .uc-brand-logo {
    width: 185px;
  }
  .uc-title {
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -0.045em;
  }
  .uc-heading {
    font-size: 30px;
    line-height: 1.2;
  }
  .uc-subheading {
    font-size: 21px;
  }
  .uc-eyebrow {
    font-size: 12px;
  }
  .uc-lead {
    font-size: 18px;
  }
  .uc-text-link {
    font-size: 16px;
  }
  .uc-form .bricks-button {
    width: 100%;
  }
  .uc-footer .uc-brand-logo {
    width: 200px;
  }
  .uc-footer__links {
    gap: 8px 22px;
  }
}
/* Real device preview and client review cards. Shared native Bricks classes. */
.home .uc-hero__visual:has(.uc-phone) {
  padding: 0 44px 48px 0;
}
.home .uc-hero--home .uc-phone {
  width: 27%;
  max-width: 185px;
  border-width: 5px;
  border-radius: 23px;
  box-shadow: 0 14px 30px #11182730;
}
.home .uc-hero--home .uc-phone__image {
  width: 100%;
  height: auto;
  aspect-ratio: 0.4623921085;
  object-fit: contain;
  display: block;
}
.uc-dark.uc-reviews--compact {
  padding-block: var(--uc-section);
}
.uc-dark.uc-reviews--compact .uc-container {
  gap: 30px;
}
.uc-dark.uc-reviews--compact .uc-grid {
  gap: 24px;
}
.uc-dark.uc-reviews--compact .uc-eyebrow {
  color: #d6d6d6;
}
.uc-dark.uc-reviews--compact .uc-review {
  grid-column: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 60px 30px 30px;
  border: 1px solid #ffffff30;
  border-top: 3px solid var(--uc-orange);
  background: #ffffff09;
  color: #fff;
  font: 400 20px/1.65 Inter, sans-serif;
}
.uc-dark.uc-reviews--compact .uc-review p {
  font: inherit;
}
.uc-dark.uc-reviews--compact .uc-review cite {
  opacity: 1;
  color: #d6d6d6;
  border-top: 1px solid #ffffff30;
  padding-top: 18px;
  font: 600 15px/1.5 Inter, sans-serif;
}
@media (max-width: 991px) {
  .home .uc-hero__visual:has(.uc-phone) {
    max-width: 680px;
    width: 100%;
  }
  .uc-dark.uc-reviews--compact {
    padding-block: 56px;
  }
  .uc-dark.uc-reviews--compact .uc-review {
    padding: 54px 24px 24px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home .uc-hero__visual:has(.uc-phone) {
    padding: 0 30px 40px 0;
  }
  .home .uc-hero--home .uc-phone {
    width: 31%;
    border-width: 3px;
    border-radius: 15px;
  }
  .uc-dark.uc-reviews--compact {
    padding-block: 48px;
  }
  .uc-dark.uc-reviews--compact .uc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .uc-button, .uc-form .bricks-button, .uc-button::after, .uc-form .bricks-button::after {
    transition: none;
  }
}
/* About/Platform refinements using reusable native classes and shared spacing. */
.uc-editorial-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
figure.uc-stack {
  margin: 0;
}
figure.uc-stack .uc-caption {
  font-size: 13px;
  line-height: 1.5;
  color: var(--uc-body);
}
.uc-grid--two:has(> .uc-feature-preview) {
  column-gap: 56px;
  row-gap: 40px;
}
.uc-grid--two > .uc-stack:has(> .uc-preview-row) {
  gap: 28px;
}
.uc-about-approach .uc-numbered {
  gap: 20px;
}
.uc-about-approach .uc-numbered .uc-stack {
  gap: 12px;
}
.uc-about-approach .uc-numbered p {
  font-size: 18px;
  line-height: 1.6;
}
.uc-dark.uc-reviews--compact .uc-review::before {
  content: "“";
  position: absolute;
  top: 14px;
  left: 28px;
  font: 700 54px/1 Manrope, sans-serif;
  color: var(--uc-orange);
}
.uc-dark.uc-reviews--compact .uc-reviews {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.uc-dark.uc-reviews--compact .uc-reviews > .uc-review {
  grid-column: span 2;
}
.uc-dark.uc-reviews--compact .uc-reviews > .uc-review:nth-last-child(-n+2) {
  grid-column: span 3;
}
@media (max-width: 991px) {
  .uc-grid--two:has(> .uc-feature-preview) {
    gap: 36px;
  }
  .uc-dark.uc-reviews--compact .uc-reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .uc-dark.uc-reviews--compact .uc-reviews > .uc-review, .uc-dark.uc-reviews--compact .uc-reviews > .uc-review:nth-last-child(-n+2) {
    grid-column: auto;
  }
  .uc-dark.uc-reviews--compact .uc-reviews > .uc-review:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .uc-hero--split {
    padding-block: var(--uc-section);
  }
  .uc-grid--two:has(> .uc-feature-preview) {
    gap: 32px;
  }
  .uc-about-approach .uc-grid {
    gap: 32px;
  }
  .uc-about-approach .uc-numbered + .uc-numbered {
    padding-top: 28px;
    border-top: 1px solid var(--uc-line);
  }
  .uc-dark.uc-reviews--compact .uc-reviews {
    grid-template-columns: 1fr;
  }
  .uc-dark.uc-reviews--compact .uc-reviews > .uc-review, .uc-dark.uc-reviews--compact .uc-reviews > .uc-review:nth-last-child(-n+2) {
    grid-column: auto;
  }
}
.uc-hero.uc-hero--split {
  padding-block: var(--uc-section);
}
.uc-dark.uc-reviews--compact .uc-review {
  align-items: stretch;
}
@media (max-width: 767px) {
  .uc-feature-preview {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .uc-feature-preview .uc-preview-card--offset {
    transform: none;
    grid-row: auto;
  }
}
/* Mobile navigation drawer: native Bricks classes, shared across all pages. */
.uc-menu-top, .uc-menu-backdrop {
  display: none;
}
@media (max-width: 991px) {
  .uc-header .uc-nav {
    display: flex;
    position: fixed;
    inset: 0 0 auto auto;
    z-index: 10001;
    width: 90vw;
    max-width: 600px;
    height: 100vh;
    height: 100dvh;
    padding: max(24px, env(safe-area-inset-top)) clamp(24px, 5vw, 44px) max(28px, env(safe-area-inset-bottom));
    background: var(--uc-header-bg);
    border-left: 1px solid #ffffff20;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: -24px 0 80px #0005;
    transform: translateX(102%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.44s cubic-bezier(0.22, 0.8, 0.25, 1), visibility 0s linear 0.44s;
  }
  .uc-header .uc-nav.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .uc-menu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.36s ease, visibility 0s linear 0.44s;
  }
  .uc-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .uc-menu-top {
    display: flex;
    flex: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 28px;
    margin-bottom: clamp(20px, 5vh, 48px);
    border-bottom: 1px solid #ffffff20;
  }
  .uc-header .uc-menu-top .uc-brand-logo {
    width: clamp(155px, 45vw, 220px);
    max-width: calc(100% - 60px);
  }
  .uc-menu-close {
    position: relative;
    display: flex;
    flex: 0 0 44px;
    width: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid #ffffff38;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 0;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
  }
  .uc-menu-close::before, .uc-menu-close::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 11px;
    width: 20px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
  }
  .uc-menu-close::after {
    transform: rotate(-45deg);
  }
  .uc-menu-close:hover {
    background: #ffffff12;
    border-color: var(--uc-orange);
    transform: rotate(90deg);
  }
  .uc-menu-close:focus-visible {
    outline: 3px solid var(--uc-orange);
    outline-offset: 4px;
  }
  .uc-header .uc-nav > a:not(.uc-button):not(.uc-menu-support) {
    flex: none;
    justify-content: space-between;
    padding: 18px 0;
    min-height: 64px;
    border-bottom: 1px solid #ffffff20;
    font: 600 clamp(27px, 4vw, 38px)/1.2 Manrope, sans-serif;
    letter-spacing: -0.025em;
    text-decoration: none;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.22s ease, transform 0.22s ease, color 0.22s ease;
  }
  .uc-header .uc-nav > a:not(.uc-button):not(.uc-menu-support)::after {
    content: "↗";
    color: #ffffff65;
    font: 400 23px/1 Inter, sans-serif;
    transition: color 0.2s, transform 0.2s;
  }
  .uc-header .uc-nav > a[aria-current="page"]:not(.uc-button):not(.uc-menu-support) {
    color: var(--uc-orange);
  }
  .uc-header .uc-nav > a:not(.uc-button):not(.uc-menu-support):hover {
    color: var(--uc-orange);
  }
  .uc-header .uc-nav > a:not(.uc-button):not(.uc-menu-support):hover::after {
    color: var(--uc-orange);
    transform: translate(2px, -2px);
  }
  .uc-header .uc-nav.is-open > a:not(.uc-button):not(.uc-menu-support) {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 0.36s;
  }
  .uc-header .uc-nav.is-open > a:nth-child(2) {
    transition-delay: 0.08s;
  }
  .uc-header .uc-nav.is-open > a:nth-child(3) {
    transition-delay: 0.12s;
  }
  .uc-header .uc-nav.is-open > a:nth-child(4) {
    transition-delay: 0.16s;
  }
  .uc-header .uc-nav.is-open > a:nth-child(5) {
    transition-delay: 0.2s;
  }
  .uc-header .uc-nav > .uc-button {
    flex: none;
    width: 100%;
    margin-top: auto;
    min-height: 60px;
    padding: 0 0 0 20px;
  }
  .uc-header .uc-nav > .uc-button::after {
    min-height: 58px;
  }
  .uc-header .uc-nav > a:nth-child(5) {
    margin-bottom: 36px;
  }
  .uc-header .uc-nav > .uc-menu-support {
    display: flex;
    flex: none;
    justify-content: center;
    padding: 20px 0 0 !important;
    min-height: 44px;
    border: 0;
    color: #c7cbcd;
    font-size: 15px;
    text-decoration: none;
  }
  .uc-header .uc-menu-toggle {
    font-size: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #ffffff30;
    border-radius: 50%;
    position: relative;
  }
  .uc-menu-toggle::before, .uc-menu-toggle::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    left: 11px;
    top: 15px;
    transition: transform 0.25s, top 0.25s, box-shadow 0.25s;
  }
  .uc-menu-toggle::after {
    top: 25px;
    box-shadow: 0 -5px #fff;
  }
}
@media (max-width: 991px) and (max-height: 600px) {
  .uc-menu-top {
    padding-bottom: 16px;
    margin-bottom: 12px;
  }
  .uc-header .uc-nav > a:not(.uc-button):not(.uc-menu-support) {
    min-height: 52px;
    padding-block: 12px;
    font-size: 27px;
  }
  .uc-header .uc-nav > a:nth-child(5) {
    margin-bottom: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .uc-header .uc-nav, .uc-menu-backdrop, .uc-header .uc-nav > a, .uc-menu-toggle::before, .uc-menu-toggle::after, .uc-menu-close {
    transition: none !important;
  }
}
/* Keep links in consent labels recognizable without relying on color. */
.uc-form label a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* Complete selected-package details, using native order-summary/list classes. */
.uc-order-summary [data-package-details][hidden] {
  display: none !important;
}
.uc-order-summary [data-package-details] {
  border-top: 1px solid var(--uc-line);
  padding-top: 24px;
  gap: 24px;
}
.uc-order-summary [data-package-details] .uc-subheading {
  font-size: 18px;
  line-height: 1.4;
}
.uc-order-summary [data-package-details] .uc-list {
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.uc-order-summary [data-package-details] > p {
  font-size: 16px;
  line-height: 1.5;
}
.uc-form > .uc-order-summary {
  grid-column: 1/-1;
  grid-row: auto;
  width: 100%;
}
.uc-form .options-wrapper input[type=checkbox] {
  flex: 0 0 20px;
}
/* Compact order-agreement copy; retain checkbox size and link styling. */
.uc-form input[name="uc_terms1[]"] + label {
  font-size: 14px;
  line-height: 1.6;
}
/* Buyer guidance and verified project examples. */
.uc-price-card {
  grid-template-rows: minmax(132px, auto) 130px 1fr auto;
}
.uc-proof-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
  padding: 0 42px 32px 0;
}
.uc-proof-preview > .uc-project-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 35px #17171716;
}
.uc-project-mobile {
  width: min(100%, 220px);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: top;
  align-self: center;
  border: 5px solid #171717;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 16px 34px #17171724;
}
.uc-proof-preview > .uc-project-mobile {
  position: absolute;
  width: 27%;
  right: 0;
  bottom: 70px;
}
.uc-proof-preview > .uc-caption {
  padding-right: 20%;
  font-size: 14px;
  line-height: 1.5;
}
.uc-review .uc-text-link {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991px) {
  .uc-price-card {
    grid-template-rows: auto auto 1fr auto;
  }
}
@media (max-width: 767px) {
  .uc-proof-preview {
    padding-right: 24px;
    padding-bottom: 18px;
  }
  .uc-proof-preview > .uc-project-mobile {
    border-width: 4px;
    border-radius: 14px;
    bottom: 90px;
  }
}
/* Keep article text readable within the shared page composition. */
.uc-article-main .uc-article-content {
  max-width: 76ch;
}
/* WS Form inherits the shared Bricks form class and site tokens. */
.uc-form:not(form), .uc-form[data-uc-kind="order"]:not(form) {
  display: block;
  width: 100%;
}
.uc-form .wsf-form[data-wsf-style-id] {
  width: 100%;
  margin: 0;
  font-family: Inter, sans-serif;
  --wsf-field-radio-checked-color:var(--uc-orange);
  --wsf-field-border-color-focus:var(--uc-orange);
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-field-wrapper {
  grid-column: 1/-1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-field-wrapper:is(.uc-ws-first, .uc-ws-last, .uc-ws-email, .uc-ws-org, .uc-ws-phone, .uc-ws-website) {
  grid-column: auto;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-section, .uc-form .wsf-form[data-wsf-style-id] .wsf-group {
  padding: 0;
  margin: 0;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-section {
  grid-column: 1/-1;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-field-wrapper:has(input[type="hidden"]) {
  display: none;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-label {
  font: 600 15px/1.5 Inter, sans-serif;
  color: var(--uc-ink);
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-field-wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]), .uc-form .wsf-form[data-wsf-style-id] .wsf-field-wrapper textarea {
  box-shadow: none;
  border: 1px solid #9ca3af;
  border-radius: 6px;
  background: #fff;
  font: 400 16px/1.5 Inter, sans-serif;
  padding: 12px 14px;
  color: var(--uc-ink);
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-field-wrapper input:focus-visible, .uc-form .wsf-form[data-wsf-style-id] .wsf-field-wrapper textarea:focus-visible {
  outline: 2px solid var(--uc-orange);
  outline-offset: 3px;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-field-wrapper textarea {
  min-height: 150px;
}
.uc-form .wsf-form[data-wsf-style-id] .uc-ws-terms label {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
.uc-form .wsf-form[data-wsf-style-id] .uc-ws-terms a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.uc-form .wsf-form[data-wsf-style-id] .uc-ws-package [role="radiogroup"] {
  display: grid;
  gap: 12px;
}
.uc-form .wsf-form[data-wsf-style-id] .uc-ws-package [data-row-radio] {
  padding: 16px;
  border: 1px solid var(--uc-line);
  border-radius: 6px;
}
.uc-form .wsf-form[data-wsf-style-id] .uc-ws-package [data-row-radio]:has(input:checked) {
  border-color: var(--uc-orange);
  background: var(--uc-warm);
}
.uc-form .wsf-form[data-wsf-style-id] .uc-ws-package [data-row-radio] label {
  padding: 0;
  font-weight: 600;
  cursor: pointer;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-button.uc-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: auto;
  min-height: 60px;
  padding: 0 0 0 24px;
  border: 1px solid var(--uc-orange);
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(90deg, var(--uc-button-start), var(--uc-orange));
  font: 800 14.5px/1.25 Inter, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  transition: box-shadow 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-button.uc-button::after {
  display: grid;
  place-items: center;
  content: "→";
  width: 54px;
  flex: 0 0 54px;
  align-self: stretch;
  min-height: 58px;
  background: rgba(0, 0, 0, 0.16);
  font: 700 22px/1 Inter, sans-serif;
  transition: background-color 0.28s ease;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-button.uc-button:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 0 0 100vmax #00000018;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-button.uc-button:hover::after {
  background: #00000042;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-button.uc-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--uc-orange);
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-alert {
  grid-column: 1/-1;
  border-radius: 6px;
  padding: 18px;
  font-size: 16px;
  margin: 0 0 24px;
}
.uc-form .wsf-form[data-wsf-style-id] .wsf-alert-danger {
  background: #fff0ee;
  border: 1px solid #a32920;
  color: #82221c;
}
.uc-form .uc-order-summary {
  grid-column: 1/-1;
  grid-row: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .uc-form .wsf-form[data-wsf-style-id] .wsf-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .uc-form .wsf-form[data-wsf-style-id] .wsf-field-wrapper {
    grid-column: 1/-1 !important;
  }
  .uc-form .wsf-form[data-wsf-style-id] .wsf-button.uc-button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .uc-form .wsf-form[data-wsf-style-id] .wsf-button.uc-button, .uc-form .wsf-form[data-wsf-style-id] .wsf-button.uc-button::after {
    transition: none;
  }
}
/* Shared plan explanations: native BricksExtras popovers. */
.uc-feature-detail {
  display: flex;
  align-items: flex-start;
  gap: var(--space-xs, 10px);
}
.uc-feature-detail > span {
  flex: 1;
  min-width: 0;
}
.uc-feature-help {
  --x-popover-background:var(--uc-charcoal, #202327);
  --x-popover-transitionin:160ms;
  --x-popover-transitionout:120ms;
  --x-popover-translatey:4px;
  --x-popover-scale:1;
}
.uc-feature-help:not(.x-popover_footer) {
  flex: none;
  width: 28px;
}
.uc-feature-help .x-popover_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--uc-line);
  border-radius: 50%;
  background: transparent;
  color: var(--uc-charcoal, #202327);
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}
.uc-feature-help .x-popover_button-icon {
  font-size: 14px;
  line-height: 1;
}
.uc-feature-help .x-popover_button:is(:hover, [aria-expanded="true"]) {
  background: var(--uc-charcoal, #202327);
  border-color: var(--uc-charcoal, #202327);
  color: #fff;
}
.uc-feature-help .x-popover_button:focus-visible {
  outline: 3px solid var(--uc-orange);
  outline-offset: 3px;
}
.uc-feature-help .tippy-content {
  width: min(340px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  max-height: 70vh;
  overflow: auto;
  padding: var(--space-s, 20px);
  border-radius: 10px;
  background: var(--uc-charcoal, #202327);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}
.uc-feature-help .tippy-content p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .uc-feature-help {
    --x-popover-transitionin:0ms;
    --x-popover-transitionout:0ms;
  }
  .uc-feature-help .x-popover_button {
    transition: none;
  }
}
/* Original and discounted one-time setup prices. */
.uc-price del {
  display: inline-block;
  font-size: 0.46em;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--uc-muted, #667085);
  vertical-align: middle;
  text-decoration-thickness: 1.5px;
  margin-inline-end: 0.3em;
}
.uc-table del {
  display: block;
  font-size: 0.85em;
  font-weight: 400;
  opacity: 0.72;
}
/* Accessible package-inclusion indicators. */
.uc-plan-included, .uc-plan-excluded {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45em;
}
.uc-plan-included > span[aria-hidden] {
  color: #247443;
  font-weight: 700;
}
.uc-plan-excluded > span[aria-hidden] {
  color: #a13c3c;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1;
}
/* 2026-09-18 accessibility contrast correction */
.uc-section:not(.uc-dark):not(.uc-clients):not(.uc-project-proof) .uc-eyebrow {
  color: #bd4208;
}
.uc-dark, .uc-footer {
  background-color: #050708;
}
