.onepress-home-preview {
    --op-primary: #a7cc46;
    --op-primary-hover: #add34a;
    --op-secondary: #fec930;
    --op-heading: #333333;
    --op-text: #777777;
    --op-muted: #8a8a8a;
    --op-soft: #f8f9f9;
    --op-white: #ffffff;
    --op-dark: #202020;
    --op-border: #e9e9e9;
    --op-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: var(--op-text);
    background: #ffffff;
    overflow-x: hidden;
}

html,
body {
    overflow-x: hidden !important;
}

body:has(.onepress-home-preview) > footer:not(.op-footer),
body:has(.onepress-home-preview) footer.bg-gray-100,
body:has(.onepress-home-preview) footer.border-t {
    display: none !important;
}

body:has(.onepress-home-preview) {
    padding-top: 0 !important;
}

body:has(.onepress-home-preview) #masthead,
body:has(.onepress-home-preview) .site-header,
body:has(.onepress-home-preview) header[role="banner"],
body:has(.onepress-home-preview) > header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 2147483000 !important;
    transform: none !important;
}


body:has(.onepress-home-preview) .onepress-home-preview {
    margin-top: 0 !important;
}

body #masthead.site-header,
body #masthead.site-header.header-fixed,
body #masthead.site-header.is-sticky,
body #masthead.site-header.h-on-top {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2147483000 !important;
    width: 100% !important;
    min-height: 66px !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(17, 24, 39, 0.10) !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08) !important;
    transform: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

body #masthead.site-header .container {
    width: min(100% - 56px, 1280px) !important;
    max-width: 1280px !important;
    min-height: 66px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

body #masthead .onepress-menu,
body #masthead .onepress-menu a,
body #masthead #nav-toggle {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
}

body #masthead .onepress-menu a {
    color: #333333 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

body #masthead .onepress-menu a:hover,
body #masthead .onepress-menu li:hover > a {
    color: var(--op-primary) !important;
}

body #masthead .onepress-menu .menu-btn > a,
body #masthead .menu-btn > a {
    background: var(--op-primary) !important;
    color: #333333 !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16) !important;
}

body #masthead .onepress-menu .menu-btn > a:hover,
body #masthead .menu-btn > a:hover {
    background: var(--op-primary-hover) !important;
    color: #333333 !important;
}

.onepress-home-preview *,
.onepress-home-preview *::before,
.onepress-home-preview *::after {
    box-sizing: border-box;
}

.onepress-home-preview a {
    color: var(--op-primary);
}

.onepress-home-preview img {
    max-width: 100%;
    height: auto;
}

.op-container {
    width: min(1110px, calc(100% - 56px));
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.op-container-wide {
    width: min(1230px, calc(100% - 56px));
    max-width: 1230px;
}

.op-section {
    padding: 78px 0;
}

.op-section-white {
    background: #ffffff;
}

.op-section-soft {
    background: #f8f9f9;
}

.op-section-inverse {
    background: #202020;
    color: #ffffff;
}

.op-section-title-area {
    text-align: center;
    margin: 0 auto 52px;
}

.op-section-title-area h5 {
    margin: 0 0 12px;
    color: #b9b9b9;
    font: 700 13px/1.35 "Ubuntu", Arial, sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.op-section-title-area h2 {
    margin: 0;
    color: var(--op-heading);
    font: 700 clamp(2.15rem, 4vw, 3.2rem)/1.16 "Ubuntu", Arial, sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.op-section-title-area p {
    color: var(--op-text);
    margin: 22px auto 0;
    max-width: 760px;
}

.op-inverse-title h5 {
    color: var(--op-primary);
}

.op-inverse-title h2 {
    color: #ffffff !important;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.75);
}

.op-hero {
    position: relative;
    min-height: calc(100vh - 66px);
    overflow: hidden;
    color: #ffffff;
}

.op-hero-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(10, 3, 1, 0.70), rgba(10, 3, 1, 0.70)), url('/wp-content/uploads/2022/10/DJI_0607.jpg');
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.op-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1230px, calc(100% - 56px));
    max-width: 1230px;
    padding: 82px 0 88px;
}

.op-hero-grid {
    display: grid;
    grid-template-columns: minmax(330px, 0.92fr) minmax(450px, 1.08fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}

.op-kicker {
    margin: 0 0 20px;
    color: var(--op-primary);
    font: 700 15px/1.25 "Ubuntu", Arial, sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.op-hero-copy h1 {
    max-width: 660px;
    margin: 0 0 22px;
    color: #ffffff;
    font: 700 clamp(1.05rem, 1.55vw, 1.38rem)/1.62 "Ubuntu", Arial, sans-serif;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.85);
}

.op-hero-list {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.op-hero-list li {
    position: relative;
    margin: 10px 0;
    padding-left: 30px;
    color: #ffffff;
    font: 700 18px/1.35 "Ubuntu", Arial, sans-serif;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.op-hero-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--op-primary);
}

.op-hero-list span {
    color: inherit;
}

.op-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.op-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border: 0;
    text-transform: uppercase;
    text-decoration: none !important;
    font: 700 14px/1 "Ubuntu", Arial, sans-serif;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.op-btn-primary {
    background: var(--op-primary);
    color: #ffffff !important;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.18);
}

.op-btn-primary:hover {
    background: var(--op-primary-hover);
    color: #ffffff !important;
}

.op-btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.75);
    color: #ffffff !important;
    background: transparent;
}

.op-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
}

.op-btn-dark {
    background: #333333;
    color: #ffffff !important;
}

.op-btn-block {
    width: 100%;
}

.op-pill,
.op-payment-icons a {
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(167, 204, 70, 0.14);
    color: var(--op-primary);
    font: 800 12px/1 "Ubuntu", Arial, sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.op-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.op-hero-map-panel {
    width: 100%;
    min-width: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.op-hero-map-shell,
.op-hero-map-wrap,
.op-hero-map-wrap.public-area-map-svg-wrap,
.op-hero-map-wrap .public-area-map-svg-wrap {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.op-hero-map-wrap {
    min-height: 560px !important;
    height: 560px;
    padding: 0 !important;
    overflow: visible !important;
}

.op-hero-map-wrap svg.public-area-map-svg,
.op-hero-map-wrap svg[data-public-area-map="1"] {
    width: 100% !important;
    max-width: 690px !important;
    height: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    background: transparent !important;
    aspect-ratio: auto !important;
}

.op-hero-map-wrap .public-area-map-label {
    opacity: 0.94;
}

.op-map-fallback {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.45);
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.op-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    justify-content: center;
}

.op-service-card {
    position: relative;
    background: var(--op-white);
    border: 1px solid var(--op-border);
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.op-service-card img {
    width: 100%;
    aspect-ratio: 640 / 400;
    object-fit: cover;
    display: block;
}

.op-service-body {
    padding: 25px 28px 28px;
}

.op-service-body h3 {
    margin: 0 0 12px;
    color: var(--op-heading);
    font: 700 18px/1.3 "Ubuntu", Arial, sans-serif;
    text-align: left;
}

.op-service-body p {
    margin: 0;
    color: var(--op-text);
    font-size: 15px;
}

.op-card-cover-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.op-service-card:hover {
    box-shadow: var(--op-shadow);
}

.op-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: start;
}

.op-pricing-card {
    background: var(--op-white);
    border: 1px solid var(--op-border);
    border-top: 4px solid transparent;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    padding: 34px 26px 28px;
    text-align: center;
}

.op-pricing-card:hover,
.op-pricing-card.is-featured {
    border-top-color: var(--op-primary);
}

.op-pricing-card h3 {
    margin: 0 0 22px;
    color: var(--op-heading);
    font: 700 22px/1.25 "Ubuntu", Arial, sans-serif;
}

.op-price {
    position: relative;
    color: var(--op-heading);
    font: 700 72px/1 "Ubuntu", Arial, sans-serif;
}

.op-price::before {
    content: "starting at\A";
    white-space: pre-wrap;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: green;
    opacity: 0.42;
    font-size: 14px;
    font-weight: 600;
}

.op-price::after {
    content: "*";
    position: absolute;
    color: red;
    opacity: 0.22;
    font-size: 28px;
    transform: translate(3px, 30px);
}

.op-price span {
    font-size: 26px;
    vertical-align: super;
    margin-right: 2px;
}

.op-price-tagline {
    margin: 10px 0 24px;
    color: rgba(0, 0, 0, 0.58);
    font-weight: 300;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
}

.op-pricing-card ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    font-size: 18px;
    color: var(--op-text);
}

.op-pricing-card li {
    padding: 11px 8px;
    border-top: 1px solid var(--op-border);
}

.op-pricing-card li:nth-child(odd) {
    background: rgba(127, 127, 127, 0.05);
}

.op-pricing-card .op-price-note {
    color: rgba(207, 46, 46, 0.8);
    font-size: 12px;
    line-height: 1.45;
    background: transparent !important;
}

.op-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.op-feature-card {
    text-align: center;
    color: #ffffff;
}

.op-feature-icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: var(--op-primary);
    color: #ffffff;
    display: grid;
    place-items: center;
    font: 800 42px/1 "Ubuntu", Arial, sans-serif;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.op-feature-card:hover .op-feature-icon {
    background: var(--op-secondary);
    color: #ffffff;
    transform: translateY(-2px);
}

.op-feature-card h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font: 700 18px/1.3 "Ubuntu", Arial, sans-serif;
}

.op-feature-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
}

.op-project-grid {
    display: block;
    border: 1px solid var(--op-border);
    background: var(--op-white);
}

.op-project-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.op-project-card {
    appearance: none;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-right: 1px solid var(--op-border);
    border-bottom: 1px solid var(--op-border);
    background: var(--op-white);
    text-align: center;
    cursor: pointer;
}

.op-project-row .op-project-card:nth-child(4n) {
    border-right: 0;
}

.op-project-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.op-project-card span {
    display: block;
    margin: 0;
    padding: 16px 12px;
    color: var(--op-heading);
    font: 700 16px/1.25 "Ubuntu", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.op-project-card:hover span,
.op-project-card.is-active span {
    color: var(--op-primary);
}

.op-project-card.is-active {
    box-shadow: inset 0 -4px 0 var(--op-primary);
}

.op-project-detail-wrap {
    border-top: 0;
    border-bottom: 1px solid var(--op-border);
    background: var(--op-white);
}

.op-project-detail-wrap-bottom {
    border-bottom: 0;
}

.op-project-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 44px 54px;
}

.op-project-detail[hidden] {
    display: none !important;
}

.op-project-detail h3 {
    margin: 0 0 16px;
    color: var(--op-heading);
    font: 700 28px/1.2 "Ubuntu", Arial, sans-serif;
}

.op-project-detail p {
    margin: 0;
    color: var(--op-text);
    font-size: 16px;
}

.op-project-detail a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 20px;
    background: var(--op-primary);
    /* color: #ffffff !important; */
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.op-parallax {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 78px 0;
}

.op-parallax::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.70);
    z-index: 1;
}

.op-parallax-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
}

.op-counter-bg {
    background-image: url('/wp-content/uploads/2023/05/dji_fly_20230519_090714_227_1684501687523_photo-scaled.webp');
}

.op-cta-bg {
    background-image: url('/wp-content/uploads/2019/05/dream-home.jpg');
}

.op-parallax .op-container {
    position: relative;
    z-index: 2;
}

.op-counter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    text-align: center;
}

.op-counter-item strong {
    display: block;
    font: 800 clamp(3rem, 7vw, 5rem)/1 "Ubuntu", Arial, sans-serif;
    color: var(--op-primary);
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 1);
    letter-spacing: 3px;
}

.op-counter-item span {
    margin-left: -10px;
}

.op-counter-item p {
    margin: 12px 0 0;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.op-review-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: var(--op-white);
    border: 1px solid var(--op-border);
    padding: 18px 22px;
    margin-bottom: 22px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.op-google-review-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.op-google-review-brand img {
    display: block;
    width: 235px;
    max-width: 46vw;
    height: auto;
    object-fit: contain;
}

.op-review-rating-text {
    color: var(--op-heading);
    font: 700 14px/1.2 "Open Sans", Arial, sans-serif;
    opacity: 0.72;
    white-space: nowrap;
}

.op-review-summary a {
    color: var(--op-primary);
    font-weight: 800;
    text-decoration: none;
}

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

.op-review-card {
    background: var(--op-white);
    border: 1px solid var(--op-border);
    padding: 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.op-review-head {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.op-review-head > span {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--op-primary);
    color: #ffffff;
    font-weight: 800;
}

.op-review-head h3 {
    margin: 0;
    text-align: left;
    color: var(--op-heading);
    font: 700 16px/1.2 "Ubuntu", Arial, sans-serif;
}

.op-review-head p {
    margin: 2px 0 0;
    color: #f6b400;
}

.op-review-card > p {
    margin: 0;
    color: var(--op-text);
}

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

.op-about-card {
    text-align: center;
}

.op-about-card img {
    width: 100%;
    aspect-ratio: 625 / 363;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.op-about-card h3 {
    margin: 20px 0 10px;
    font: 700 20px/1.3 "Ubuntu", Arial, sans-serif;
}

.op-about-card a {
    color: #ffffff;
    text-decoration: none;
}

.op-about-card a:hover {
    text-decoration: underline;
}

.op-about-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

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

.op-team-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    background: var(--op-white);
    color: var(--op-text);
    border: 1px solid var(--op-border);
    box-shadow: 0 14px 30px rgba(23, 32, 51, 0.08);
    overflow: hidden;
}

.op-team-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #eef4e6;
    display: grid;
    place-items: center;
    color: var(--op-primary);
    font: 800 46px/1 "Ubuntu", Arial, sans-serif;
    overflow: hidden;
}

.op-team-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 2;
}

.op-team-initials {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--op-primary);
    background: #eef4e6;
    z-index: 1;
}

.op-team-photo:not(.is-fallback) .op-team-initials {
    visibility: hidden;
}

.op-team-photo.is-fallback .op-team-initials {
    visibility: visible;
}

.op-team-body {
    padding: 24px;
}

.op-team-card h3 {
    margin: 0;
    color: var(--op-heading);
    font: 700 20px/1.2 "Ubuntu", Arial, sans-serif;
    text-align: left;
}

.op-team-title {
    margin: 7px 0 14px;
    color: var(--op-muted);
}

.op-team-card dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    margin: 0 0 18px;
}

.op-team-card dt {
    font-weight: 800;
    color: var(--op-muted);
}

.op-team-card dd {
    margin: 0;
    color: var(--op-text);
}

.op-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.op-cta-grid h2 {
    margin: 0;
    color: #ffffff;
    font: 700 clamp(1.8rem, 3vw, 2.45rem)/1.25 "Ubuntu", Arial, sans-serif;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 1);
}

.op-cta-grid .op-btn {
    min-height: 62px;
    padding: 20px 25px;
}

.op-client-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
}

.op-client-logo {
    min-height: 96px;
    display: grid;
    place-items: center;
    padding: 18px;
    background: var(--op-white);
    border: 1px solid var(--op-border);
}

.op-client-logo img {
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.74;
}

.op-footer {
    background: #222222;
    color: rgba(255, 255, 255, 0.80);
    padding: 44px 0 34px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.op-cert-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 22px;
    justify-content: center;
    align-items: center;
    max-width: 960px;
    margin: 0 auto 32px;
}

.op-cert-logo {
    display: grid;
    place-items: center;
    width: 72px;
    min-height: 72px;
}

.op-cert-logo img {
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
}

.op-payment-wrap {
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 26px;
}

.op-payment-wrap h5 {
    margin: 0 0 14px;
    color: #ffffff;
    font: 700 13px/1.2 "Ubuntu", Arial, sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.op-payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.op-payment-icons a {
    width: 54px;
    height: 36px;
    padding: 0;
    justify-content: center;
    gap: 0;
    color: var(--op-primary) !important;
    background: rgba(167, 204, 70, 0.13);
    text-decoration: none;
    font-size: 25px;
    line-height: 1;
}

.op-payment-icons a:hover {
    background: rgba(167, 204, 70, 0.24);
    color: #ffffff !important;
}

.op-payment-icons a i {
    display: inline-block;
    line-height: 1;
}

.op-payment-mark {
    display: none !important;
}

.op-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}

.op-footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.op-footer-links a:hover {
    color: var(--op-primary);
}

.op-footer p {
    margin: 10px 0 0;
}

.op-copyright {
    font-size: 12px;
    opacity: 0.72;
}

html.dark .onepress-home-preview,
html[data-theme="dark"] .onepress-home-preview,
body.dark .onepress-home-preview {
    --op-white: #111827;
    --op-heading: #f9fafb;
    --op-text: #d1d5db;
    --op-muted: #aeb7c5;
    --op-soft: #0f172a;
    --op-border: rgba(255, 255, 255, 0.14);
}

html.dark body #masthead.site-header,
html[data-theme="dark"] body #masthead.site-header,
body.dark #masthead.site-header {
    background: #111827 !important;
}

html.dark body #masthead .onepress-menu a,
html[data-theme="dark"] body #masthead .onepress-menu a,
body.dark #masthead .onepress-menu a {
    color: #f9fafb !important;
}

@media (max-width: 1180px) {
    .op-hero-grid {
        grid-template-columns: 1fr;
    }

    .op-hero-map-wrap {
        min-height: 500px !important;
        height: 500px;
    }

    .op-pricing-grid,
    .op-feature-grid,
    .op-review-grid,
    .op-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .op-project-row .op-project-card:nth-child(4n) {
        border-right: 1px solid var(--op-border);
    }

    .op-project-row .op-project-card:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 760px) {
    body #masthead.site-header .container,
    .op-container,
    .op-hero-inner {
        width: min(100% - 32px, 1110px) !important;
    }

    .op-section {
        padding: 54px 0;
    }

    .op-hero {
        min-height: auto;
    }

    .op-hero-inner {
        padding: 82px 0 54px;
    }

    .op-hero-copy h1 {
        font-size: clamp(1.1rem, 5vw, 1.55rem);
        line-height: 1.48;
    }

    .op-hero-list li {
        font-size: 17px;
    }

    .op-actions,
    .op-review-summary,
    .op-cta-grid,
    .op-project-detail {
        display: grid;
        grid-template-columns: 1fr;
    }

    .op-hero-map-wrap {
        min-height: 360px !important;
        height: 360px;
    }

    .op-service-grid,
    .op-pricing-grid,
    .op-feature-grid,
    .op-review-grid,
    .op-about-grid,
    .op-team-grid,
    .op-counter-grid,
    .op-client-grid,
    .op-cert-grid {
        grid-template-columns: 1fr;
    }

    .op-project-row {
        grid-template-columns: 1fr;
    }

    .op-project-card,
    .op-project-row .op-project-card:nth-child(2n),
    .op-project-row .op-project-card:nth-child(4n) {
        border-right: 0;
    }

    .op-project-detail {
        padding: 30px 24px;
    }

    .op-client-grid {
        gap: 14px;
    }

    .op-price {
        font-size: 58px;
    }
}

/* Final Phase 8 tuning: keep dark/inverse copy readable regardless of saved app theme. */
.onepress-home-preview .op-section-inverse .op-section-title-area h2,
.onepress-home-preview .op-parallax .op-section-title-area h2 {
    color: #ffffff !important;
    opacity: 1 !important;
}

.onepress-home-preview .op-section-inverse .op-feature-card p {
    color: rgba(255, 255, 255, 0.88) !important;
}


/* Final sticky/payment polish: no body spacer, compact sticky header, SVG payment marks. */
body:has(.onepress-home-preview) {
    padding-top: 0 !important;
}

body:has(.onepress-home-preview) #masthead,
body:has(.onepress-home-preview) .site-header,
body:has(.onepress-home-preview) header[role="banner"],
body:has(.onepress-home-preview) > header,
body #masthead.site-header,
body #masthead.site-header.header-fixed,
body #masthead.site-header.is-sticky,
body #masthead.site-header.h-on-top {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: 2147483000 !important;
    transform: none !important;
    margin-top: 0 !important;
    min-height: 66px !important;
}

body #masthead.site-header .container {
    min-height: 66px !important;
    display: flex !important;
    align-items: center !important;
}

body #masthead.site-header .site-branding,
body #masthead.site-header .site-brand-inner,
body #masthead.site-header .site-logo-div {
    display: flex !important;
    align-items: center !important;
}

body #masthead.site-header img,
body #masthead.site-header .custom-logo {
    max-height: 46px !important;
    width: auto !important;
}

.op-payment-icons {
    gap: 12px;
}

.op-payment-icons a {
    width: 68px;
    height: 42px;
    padding: 0 !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    background: rgba(167, 204, 70, 0.20) !important;
    border: 1px solid rgba(167, 204, 70, 0.24);
    overflow: hidden;
}

.op-payment-icons a:hover {
    background: rgba(167, 204, 70, 0.30) !important;
}

.op-payment-icons a i {
    display: none !important;
}

.op-payment-svg {
    display: block;
    width: 56px;
    height: 28px;
    overflow: visible;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.op-payment-svg text {
    dominant-baseline: alphabetic;
}

.op-payment-svg-visa text {
    fill: #1a4aa8;
    font-size: 19px;
    font-style: italic;
    letter-spacing: -1px;
}

.op-payment-svg-mastercard circle:first-child {
    fill: #eb001b;
    opacity: 0.92;
}

.op-payment-svg-mastercard circle:nth-child(2) {
    fill: #f79e1b;
    opacity: 0.92;
    mix-blend-mode: screen;
}

.op-payment-svg-discover text {
    fill: #333333;
    font-size: 12px;
    letter-spacing: -0.8px;
}

.op-payment-svg-discover path {
    fill: #f58220;
}

.op-payment-svg-amex rect {
    fill: #2e77bc;
}

.op-payment-svg-amex text {
    fill: #ffffff;
    font-size: 14px;
    letter-spacing: -0.4px;
}

.op-payment-svg-bitcoin circle {
    fill: #f7931a;
}

.op-payment-svg-bitcoin text {
    fill: #ffffff;
    font-size: 20px;
}

.op-payment-svg-paypal text {
    fill: #003087;
    font-size: 15px;
    letter-spacing: -0.5px;
}

.op-payment-svg-googlepay text:first-child {
    fill: #4285f4;
    font-size: 20px;
    font-weight: 900;
}

.op-payment-svg-googlepay text:nth-child(2) {
    fill: #3c4043;
    font-size: 15px;
    font-weight: 800;
}

.op-payment-svg-applepay text:first-child {
    fill: #111111;
    font-size: 22px;
}

.op-payment-svg-applepay text:nth-child(2) {
    fill: #111111;
    font-size: 15px;
}

@media (max-width: 760px) {
    body:has(.onepress-home-preview) #masthead,
    body:has(.onepress-home-preview) .site-header,
    body:has(.onepress-home-preview) header[role="banner"],
    body:has(.onepress-home-preview) > header,
    body #masthead.site-header,
    body #masthead.site-header.header-fixed,
    body #masthead.site-header.is-sticky,
    body #masthead.site-header.h-on-top {
        min-height: 58px !important;
    }

    body #masthead.site-header .container {
        min-height: 58px !important;
    }

    body #masthead.site-header img,
    body #masthead.site-header .custom-logo {
        max-height: 38px !important;
    }

    body #masthead #nav-toggle,
    body #masthead .menu-toggle,
    body #masthead button[aria-controls] {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .op-hero-inner {
        padding-top: 48px !important;
    }
}

/* Phase 8 global area/page polish. */
.op-area-links-section {
    padding-top: 72px;
    padding-bottom: 76px;
    background:
        radial-gradient(circle at 12% 12%, rgba(168, 213, 72, .10), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fbfcf8 48%, #ffffff 100%) !important;
}

.op-area-links-card {
    border: 1px solid var(--op-border);
    background: #fff;
    padding: 34px;
    box-shadow: 0 18px 48px rgba(0,0,0,.06);
}

.op-area-links-title {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.op-area-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 26px;
}

.op-area-link,
.op-area-link span {
    color: #2f3035 !important;
}

.op-area-link {
    display: flex;
    align-items: center;
    min-height: 49px;
    padding: 12px 14px;
    border: 1px solid rgba(168, 213, 72, .38);
    background: linear-gradient(135deg, #ffffff 0%, #fbfdf4 48%, rgba(168, 213, 72, .19) 100%);
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .035);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.op-area-link:hover,
.op-area-link:focus {
    transform: translateY(-2px);
    border-color: rgba(168, 213, 72, .95);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(168, 213, 72, .34) 62%, rgba(254, 201, 48, .36) 100%);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .08);
}

.op-pill-link {
    text-decoration: none !important;
    color: var(--op-primary) !important;
    cursor: pointer;
}

.op-pill-link:hover,
.op-pill-link:focus {
    background: rgba(168, 213, 72, .20) !important;
    color: #2f3035 !important;
}

/* Shared OnePress-style footer used by home, county, and city preview pages. */
.op-footer {
    background: #222222;
    color: rgba(255, 255, 255, 0.80);
    padding: 56px 0 46px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.op-footer-logo-grid {
    display: grid !important;
    grid-template-columns: repeat(7, 82px);
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: 34px 52px;
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 10px;
}

.op-footer-logo-grid img {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

.op-footer-divider {
    height: 1px;
    max-width: 980px;
    margin: 48px auto 0;
    background: rgba(255,255,255,.10);
}

.op-payment-area {
    text-align: center;
    margin-top: 42px;
}

.op-payment-area h3 {
    margin: 0 0 26px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.op-payment-row.footer-social-icons {
    display: grid !important;
    grid-template-columns: repeat(8, 72px);
    justify-content: center;
    justify-items: center;
    align-items: center;
    gap: 0 30px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.op-payment-row.footer-social-icons a {
    width: 72px !important;
    height: 54px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 1 !important;
}

.op-payment-row.footer-social-icons a i {
    color: #fff !important;
    font-size: 42px !important;
    line-height: 1 !important;
}

.op-payment-row.footer-social-icons a[title="Bitcoin"] i,
.op-payment-row.footer-social-icons a[title="Google"] i,
.op-payment-row.footer-social-icons a[title="Apple"] i {
    font-size: 45px !important;
}

.op-payment-row.footer-social-icons a:hover i {
    color: var(--op-primary) !important;
}

.op-payment-area + .op-footer-divider {
    margin-top: 46px;
    margin-bottom: 30px;
}

.op-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    margin-bottom: 16px;
}

.op-footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.op-footer-links a:hover {
    color: var(--op-primary);
}

.op-footer-address {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
}

.op-footer-copy {
    margin-top: 0 !important;
    font-size: 12px;
    opacity: .72;
}

@media (max-width: 980px) {
    .op-area-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .op-footer-logo-grid {
        grid-template-columns: repeat(4, 76px) !important;
        gap: 30px 44px !important;
    }

    .op-footer-logo-grid img {
        width: 72px !important;
        height: 72px !important;
    }

    .op-payment-row.footer-social-icons {
        grid-template-columns: repeat(4, 72px) !important;
        gap: 18px 34px !important;
    }
}

@media (max-width: 560px) {
    .op-area-links-card {
        padding: 22px;
    }

    .op-area-link-grid {
        grid-template-columns: 1fr;
    }

    .op-footer-logo-grid {
        grid-template-columns: repeat(3, 70px) !important;
        gap: 28px 30px !important;
    }

    .op-footer-logo-grid img {
        width: 66px !important;
        height: 66px !important;
    }

    .op-payment-row.footer-social-icons {
        grid-template-columns: repeat(4, 58px) !important;
        gap: 16px 22px !important;
    }

    .op-payment-row.footer-social-icons a {
        width: 58px !important;
        height: 48px !important;
    }

    .op-payment-row.footer-social-icons a i {
        font-size: 36px !important;
    }
}

/* Phase 8 home consistency fix: hero review card, 50/50 market/map block, shared cards. */
.onepress-home-preview .op-home-review-card,
.onepress-home-preview .op-home-review-card * {
    box-sizing: border-box;
}

.onepress-home-preview .op-home-review-card {
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: 0 18px 48px rgba(0,0,0,.24);
    color: #2f3035;
    padding: clamp(22px, 2.2vw, 32px);
    align-self: center;
}

.onepress-home-preview .op-home-review-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

.onepress-home-preview .op-home-review-link:hover,
.onepress-home-preview .op-home-review-link:focus-visible {
    text-decoration: none !important;
    outline: none;
}

.onepress-home-preview .op-home-review-eyebrow {
    display: block;
    margin: 0 0 18px !important;
    padding: 12px 14px;
    background: linear-gradient(90deg, var(--op-green, #a8d548) 0%, #f6ffdf 50%, rgba(255,255,255,.96) 100%);
    border-left: 5px solid var(--op-green-dark, #7aa31e);
    color: #182019 !important;
    font-size: clamp(15px, 1.35vw, 21px) !important;
    line-height: 1.15 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-weight: 950 !important;
    letter-spacing: .095em !important;
    text-transform: uppercase;
}

.onepress-home-preview .op-home-google-review-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 18px;
}

.onepress-home-preview .op-home-google-review-row img {
    display: block;
    width: min(175px, 48%) !important;
    max-width: 175px !important;
    height: auto;
    margin: 0 !important;
    flex: 0 0 auto;
}

.onepress-home-preview .op-home-review-stats {
    min-width: 124px;
    padding-left: 16px;
    border-left: 1px solid rgba(32,32,32,.14);
    color: #2f3035;
}

.onepress-home-preview .op-home-review-stats strong {
    display: block;
    font: 950 42px/1 "Ubuntu", Arial, sans-serif;
    color: #202020;
    letter-spacing: -.04em;
}

.onepress-home-preview .op-home-review-stars {
    display: flex;
    gap: 2px;
    margin: 4px 0 3px;
    color: #f6b900;
    font-size: 14px;
    line-height: 1;
}

.onepress-home-preview .op-home-review-stats span,
.onepress-home-preview .op-home-review-stats em {
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
}

.onepress-home-preview .op-home-review-stats span {
    margin-top: 3px;
    color: #6b717a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.onepress-home-preview .op-home-review-stats em {
    margin-top: 4px;
    color: var(--op-green-dark, #7aa31e);
    font-size: 15px;
    font-weight: 950;
}

.onepress-home-preview .op-home-review-card h2 {
    margin: 0 0 16px;
    font: 900 25px/1.14 "Ubuntu", Arial, sans-serif;
    color: #2f3035;
}

.onepress-home-preview .op-home-review-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.onepress-home-preview .op-home-review-card li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 25px;
    font: 800 15px/1.35 "Open Sans", Arial, sans-serif;
    color: #555b64;
}

.onepress-home-preview .op-home-review-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--op-green-dark, #7aa31e);
    font-weight: 900;
}

.onepress-home-preview .op-home-market-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.onepress-home-preview .op-area-links-card,
.onepress-home-preview .op-home-map-card {
    border: 1px solid rgba(168, 213, 72, .28);
    background: linear-gradient(135deg, #ffffff 0%, #fbfdf4 64%, rgba(168,213,72,.10) 100%);
    box-shadow: 0 18px 48px rgba(0,0,0,.06);
    padding: clamp(26px, 3vw, 42px);
    min-height: 100%;
}

.onepress-home-preview .op-area-links-title,
.onepress-home-preview .op-home-map-title {
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.onepress-home-preview .op-area-links-title h2,
.onepress-home-preview .op-home-map-title h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
    line-height: 1.08;
}

.onepress-home-preview .op-area-links-title p,
.onepress-home-preview .op-home-map-title p {
    max-width: 680px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.onepress-home-preview .op-area-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.onepress-home-preview .op-area-link {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 14px 18px;
    border: 1px solid rgba(168, 213, 72, .34);
    background: linear-gradient(135deg, #ffffff 0%, #fbfdf4 55%, rgba(168,213,72,.16) 100%);
    color: #2f3035 !important;
    font: 900 16px/1.2 "Open Sans", Arial, sans-serif;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.035);
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.onepress-home-preview .op-area-link span {
    color: #2f3035 !important;
}

.onepress-home-preview .op-area-link:hover,
.onepress-home-preview .op-area-link:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(137, 180, 46, .75);
    background: linear-gradient(135deg, #ffffff 0%, #f6ffdf 46%, rgba(168,213,72,.28) 100%);
    box-shadow: 0 16px 34px rgba(0,0,0,.08);
    outline: none;
}

.onepress-home-preview .op-home-inline-map-shell,
.onepress-home-preview .op-home-inline-map-shell .public-area-map-section,
.onepress-home-preview .op-home-inline-map-shell .public-area-map-card,
.onepress-home-preview .op-home-inline-map-shell .public-area-map-layout,
.onepress-home-preview .op-home-inline-map-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.onepress-home-preview .op-home-inline-map-shell .public-area-map-head,
.onepress-home-preview .op-home-inline-map-shell .public-area-map-header,
.onepress-home-preview .op-home-inline-map-shell .public-area-map-stat-row,
.onepress-home-preview .op-home-inline-map-shell .public-area-map-stats,
.onepress-home-preview .op-home-inline-map-shell .public-area-map-directory,
.onepress-home-preview .op-home-inline-map-shell .public-area-map-copy,
.onepress-home-preview .op-home-inline-map-shell .public-area-map-intro,
.onepress-home-preview .op-home-inline-map-shell .public-area-map-kicker,
.onepress-home-preview .op-home-inline-map-shell .public-area-map-title {
    display: none !important;
}

.onepress-home-preview .op-home-inline-map-wrap {
    margin-top: 22px !important;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.onepress-home-preview .op-home-inline-map-wrap svg {
    display: block !important;
    width: 100% !important;
    max-width: 620px !important;
    height: auto !important;
    max-height: 430px !important;
    margin: 0 auto !important;
}

.onepress-home-preview .ip-pricing-bridge .lp-section {
    padding-top: 72px;
    padding-bottom: 80px;
}

@media (max-width: 980px) {
    .onepress-home-preview .op-home-market-grid {
        grid-template-columns: 1fr;
    }

    .onepress-home-preview .op-home-review-card {
        margin-top: 14px;
    }

    .onepress-home-preview .op-home-inline-map-wrap {
        min-height: 300px;
    }
}

@media (max-width: 640px) {
    .onepress-home-preview .op-home-google-review-row {
        align-items: flex-start;
        gap: 14px;
    }

    .onepress-home-preview .op-home-review-stats strong {
        font-size: 34px;
    }

    .onepress-home-preview .op-home-review-card h2 {
        font-size: 22px;
    }

    .onepress-home-preview .op-area-link-grid {
        grid-template-columns: 1fr;
    }

    .onepress-home-preview .op-home-inline-map-wrap {
        min-height: 260px;
    }
}

/* Phase 8 immediate fix: force home hero review card and 50/50 market/map layout. */
.onepress-home-preview .op-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .86fr) !important;
    gap: clamp(32px, 4vw, 62px) !important;
    align-items: center !important;
}

.onepress-home-preview .op-home-review-card {
    display: block !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 0 0 auto !important;
    padding: clamp(22px, 2.3vw, 32px) !important;
    background: rgba(255,255,255,.96) !important;
    color: #2f3035 !important;
    border: 1px solid rgba(255,255,255,.78) !important;
    box-shadow: 0 24px 58px rgba(0,0,0,.28) !important;
    text-align: left !important;
    text-decoration: none !important;
}

.onepress-home-preview .op-home-review-card,
.onepress-home-preview .op-home-review-card * {
    font-family: "Open Sans", Arial, sans-serif !important;
    text-decoration: none !important;
}

.onepress-home-preview .op-home-review-link,
.onepress-home-preview .op-home-review-link:visited,
.onepress-home-preview .op-home-review-link:hover,
.onepress-home-preview .op-home-review-link:focus-visible {
    display: block !important;
    color: inherit !important;
    text-decoration: none !important;
    outline: none !important;
}

.onepress-home-preview .op-home-review-eyebrow {
    display: block !important;
    margin: 0 0 18px !important;
    padding: 12px 14px !important;
    background: linear-gradient(90deg, #a7cc46 0%, #f6ffdf 54%, rgba(255,255,255,.96) 100%) !important;
    border-left: 5px solid #7aa31e !important;
    color: #182019 !important;
    font-size: clamp(15px, 1.25vw, 20px) !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
    letter-spacing: .09em !important;
    text-transform: uppercase !important;
}

.onepress-home-preview .op-home-google-review-row {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin: 0 0 18px !important;
}

.onepress-home-preview .op-home-google-review-row img {
    display: block !important;
    width: 175px !important;
    max-width: 48% !important;
    height: auto !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}

.onepress-home-preview .op-home-review-stats {
    min-width: 124px !important;
    padding-left: 16px !important;
    border-left: 1px solid rgba(32,32,32,.14) !important;
    color: #2f3035 !important;
}

.onepress-home-preview .op-home-review-stats strong {
    display: block !important;
    color: #202020 !important;
    font: 950 42px/1 "Ubuntu", Arial, sans-serif !important;
    letter-spacing: -.04em !important;
}

.onepress-home-preview .op-home-review-stars {
    display: flex !important;
    gap: 2px !important;
    margin: 4px 0 3px !important;
    color: #f6b900 !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

.onepress-home-preview .op-home-review-stars i {
    display: inline-block !important;
    color: #f6b900 !important;
}

.onepress-home-preview .op-home-review-stats span,
.onepress-home-preview .op-home-review-stats em {
    display: block !important;
    font-style: normal !important;
}

.onepress-home-preview .op-home-review-stats span {
    margin-top: 3px !important;
    color: #6b717a !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

.onepress-home-preview .op-home-review-stats em {
    margin-top: 4px !important;
    color: #7aa31e !important;
    font-size: 15px !important;
    font-weight: 950 !important;
}

.onepress-home-preview .op-home-review-card h2 {
    margin: 0 0 16px !important;
    color: #2f3035 !important;
    font: 900 25px/1.14 "Ubuntu", Arial, sans-serif !important;
    letter-spacing: -.02em !important;
}

.onepress-home-preview .op-home-review-card ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.onepress-home-preview .op-home-review-card li {
    position: relative !important;
    margin: 0 0 10px !important;
    padding-left: 25px !important;
    color: #555b64 !important;
    font: 800 15px/1.35 "Open Sans", Arial, sans-serif !important;
}

.onepress-home-preview .op-home-review-card li::before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    top: -1px !important;
    color: #7aa31e !important;
    font-weight: 900 !important;
}

.onepress-home-preview .op-home-market-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: clamp(22px, 3vw, 34px) !important;
    align-items: stretch !important;
}

.onepress-home-preview .op-home-map-card,
.onepress-home-preview .op-area-links-card {
    min-width: 0 !important;
    min-height: 100% !important;
    padding: clamp(24px, 2.8vw, 40px) !important;
    border: 1px solid rgba(168,213,72,.30) !important;
    background: linear-gradient(135deg, #ffffff 0%, #fbfdf4 64%, rgba(168,213,72,.12) 100%) !important;
    box-shadow: 0 18px 48px rgba(0,0,0,.07) !important;
}

.onepress-home-preview .op-home-inline-map-wrap {
    min-height: 420px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin-top: 22px !important;
}

.onepress-home-preview .op-home-inline-map-wrap svg {
    width: 100% !important;
    max-width: 620px !important;
    height: auto !important;
    max-height: 440px !important;
    margin: 0 auto !important;
}

.onepress-home-preview .op-area-link-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 28px !important;
}

.onepress-home-preview .op-area-link,
.onepress-home-preview .op-area-link span {
    color: #2f3035 !important;
    text-decoration: none !important;
}

.onepress-home-preview .op-area-link {
    display: flex !important;
    align-items: center !important;
    min-height: 56px !important;
    padding: 14px 18px !important;
    border: 1px solid rgba(168, 213, 72, .34) !important;
    background: linear-gradient(135deg, #ffffff 0%, #fbfdf4 55%, rgba(168,213,72,.16) 100%) !important;
    font: 900 16px/1.2 "Open Sans", Arial, sans-serif !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.035) !important;
}

.onepress-home-preview .op-area-link:hover,
.onepress-home-preview .op-area-link:focus-visible {
    transform: translateY(-2px) !important;
    border-color: rgba(137,180,46,.75) !important;
    background: linear-gradient(135deg, #ffffff 0%, #f6ffdf 46%, rgba(168,213,72,.28) 100%) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.08) !important;
    outline: none !important;
}

@media (max-width: 1080px) {
    .onepress-home-preview .op-hero-grid,
    .onepress-home-preview .op-home-market-grid {
        grid-template-columns: 1fr !important;
    }

    .onepress-home-preview .op-home-review-card {
        max-width: 680px !important;
        margin: 22px auto 0 !important;
    }
}

@media (max-width: 640px) {
    .onepress-home-preview .op-home-review-card {
        padding: 20px !important;
    }

    .onepress-home-preview .op-home-google-review-row {
        align-items: flex-start !important;
        gap: 14px !important;
    }

    .onepress-home-preview .op-home-google-review-row img {
        width: 150px !important;
        max-width: 50% !important;
    }

    .onepress-home-preview .op-home-review-stats strong {
        font-size: 34px !important;
    }

    .onepress-home-preview .op-home-review-card h2 {
        font-size: 22px !important;
    }

    .onepress-home-preview .op-area-link-grid {
        grid-template-columns: 1fr !important;
    }

    .onepress-home-preview .op-home-inline-map-wrap {
        min-height: 280px !important;
    }
}


/* Phase 8 final review/map polish: consistent Google rating stars, pill labels, and review links. */
.op-google-rating-stars,
.op-google-rating-stars i,
.op-city-rating-stars,
.op-city-rating-stars i,
.op-market-rating-stars,
.op-market-rating-stars i,
.op-home-review-stars,
.op-home-review-stars i {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
    color: #f6b400 !important;
    font-size: clamp(15px, 1.7vw, 22px) !important;
    line-height: 1 !important;
    letter-spacing: .035em !important;
    text-shadow: 0 1px 0 rgba(0,0,0,.12) !important;
}

.op-google-review-link,
.op-google-review-link:visited,
.op-google-review-link:hover,
.op-google-review-link:focus-visible {
    color: inherit !important;
    text-decoration: none !important;
    outline: none !important;
}

.op-city-page .op-city-content-card > .lp-pill,
.op-county-page .op-county-content-card > .lp-pill,
.op-market-page .op-market-content-card > .lp-pill,
.onepress-home-preview .op-area-links-card .lp-pill,
.onepress-home-preview .op-home-map-card .lp-pill {
    display: inline-flex !important;
    align-items: center !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 0 18px !important;
    padding: .42rem .86rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(168, 213, 72, .55) !important;
    background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(246,255,223,.90)) !important;
    color: #7aa31e !important;
    font: 900 .74rem/1 "Open Sans", Arial, sans-serif !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}


/* Phase 8 final: hard-force home hero Google block and map/market split. */
.onepress-home-preview .op-home-hero-review-card {
    display: block !important;
    max-width: 520px !important;
    margin-left: auto !important;
    padding: clamp(22px, 2.3vw, 32px) !important;
    background: rgba(255,255,255,.96) !important;
    color: #2f3035 !important;
    border: 1px solid rgba(255,255,255,.78) !important;
    box-shadow: 0 24px 58px rgba(0,0,0,.28) !important;
    text-align: left !important;
}
.onepress-home-preview .op-home-hero-review-card .op-home-review-link {
    color: inherit !important;
    text-decoration: none !important;
}
.onepress-home-preview .op-home-market-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: clamp(24px, 3.4vw, 40px) !important;
    align-items: stretch !important;
}
.onepress-home-preview .op-home-map-card,
.onepress-home-preview .op-area-links-card {
    min-width: 0 !important;
    width: 100% !important;
}
@media (max-width: 920px) {
    .onepress-home-preview .op-home-market-grid {
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 760px) {
    .onepress-home-preview .op-home-hero-review-card {
        max-width: none !important;
        margin: 26px 0 0 !important;
    }
}

/* op-service-grid-3x2-final-fix
   Keep the OnePress-style services table at 3 columns x 2 rows on desktop.
   Scoped only to the rendered .op-service-grid markup.
*/
@media (min-width: 981px) {
    .op-service-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 28px !important;
        align-items: stretch !important;
    }

    .op-service-grid > .op-service-card {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        float: none !important;
    }
}

@media (min-width: 641px) and (max-width: 980px) {
    .op-service-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px !important;
        align-items: stretch !important;
    }

    .op-service-grid > .op-service-card {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        float: none !important;
    }
}

@media (max-width: 640px) {
    .op-service-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        align-items: stretch !important;
    }

    .op-service-grid > .op-service-card {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        float: none !important;
    }
}
.bundle-text {
     display: block;
     width: fit-content;
     max-width: 100%;
     margin: 0.85rem auto 0;
     padding: 0.55rem 1rem;
  
     font-size: clamp(0.85rem, 1.7vw, 1rem);
     font-weight: 900;
     line-height: 1.15;
     letter-spacing: 0.08em;
     text-align: center;
     text-transform: uppercase;
  
     color: #111827;
     background:
        radial-gradient(circle at 20% 20%, rgba(255, 214, 10, 0.38), transparent 35%),
        linear-gradient(135deg, rgba(255, 214, 10, 0.18), rgba(164, 211, 63, 0.24), rgba(39, 174, 96, 0.16));
     border: 1px solid rgba(164, 211, 63, 0.7);
     border-radius: 999px;
  
     box-shadow:
        0 0 0 1px rgba(255, 214, 10, 0.35),
        0 0 18px rgba(164, 211, 63, 0.55),
        0 0 34px rgba(255, 214, 10, 0.35),
        0 12px 26px rgba(15, 23, 42, 0.16);
  
     text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85),
        0 0 14px rgba(255, 214, 10, 0.35);
  }
  
  /* .bundle-text::before {
     content: "★";
     margin-right: 0.45rem;
     color: #8fbf2f;
     text-shadow: 0 0 12px rgba(164, 211, 63, 0.75);
  }
  
  .bundle-text::after {
     content: "★";
     margin-left: 0.45rem;
     color: #8fbf2f;
     text-shadow: 0 0 12px rgba(164, 211, 63, 0.75);
  } */
  
  @media (max-width: 640px) {
     .bundle-text {
        width: 100%;
        padding: 0.65rem 0.85rem;
        font-size: 0.78rem;
        letter-spacing: 0.065em;
     }
  }
/* Homepage premium-feature mobile accordion: keep each description directly below its selected tile. */
@media (max-width: 760px) {
    .onepress-home-preview .op-project-detail-wrap {
        display: none;
    }

    .onepress-home-preview .op-project-row > .op-project-detail {
        grid-column: 1 / -1;
        width: 100%;
        padding: 28px 22px 32px;
        border-bottom: 1px solid var(--op-border);
        background: var(--op-white);
    }

    .onepress-home-preview .op-project-row > .op-project-detail h3 {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .onepress-home-preview .op-project-row > .op-project-detail p {
        font-size: 18px !important;
        line-height: 1.45;
    }
}

/* Full CMS content inside Premium Features panels. */
.op-project-content {
    min-width: 0;
    color: var(--op-text);
    font-size: 16px;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.op-project-content > :first-child {
    margin-top: 0 !important;
}

.op-project-content > :last-child {
    margin-bottom: 0 !important;
}

.op-project-content h1,
.op-project-content h2,
.op-project-content h3,
.op-project-content h4,
.op-project-content h5,
.op-project-content h6 {
    color: var(--op-heading);
    font-family: "Ubuntu", Arial, sans-serif;
    line-height: 1.3;
}

.op-project-content h2,
.op-project-content h3,
.op-project-content h4 {
    margin-top: 1.5em;
    margin-bottom: 0.65em;
}

.op-project-content p {
    margin: 0 0 1.15em;
    line-height: 1.7;
}

.op-project-content ul,
.op-project-content ol {
    margin: 0 0 1.25em;
    padding-left: 1.5em;
}

.op-project-content li + li {
    margin-top: 0.35em;
}

.op-project-content img,
.op-project-content video,
.op-project-content iframe {
    max-width: 100%;
}

.op-project-content img,
.op-project-content video {
    height: auto;
}

.op-project-content .aligncenter {
    display: block;
    margin: 1.25em auto;
}

.op-project-content .alignleft {
    float: left;
    margin: 0.35em 1.25em 1em 0;
}

.op-project-content .alignright,
.op-project-content img[align="right"] {
    float: right;
    margin: 0.35em 0 1em 1.25em;
}

.op-project-content::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 760px) {
    .op-project-content .alignleft,
    .op-project-content .alignright,
    .op-project-content img[align="right"] {
        float: none;
        display: block;
        margin: 1.1em auto;
    }
}

/*
|--------------------------------------------------------------------------
| Premium-feature inline content links
|--------------------------------------------------------------------------
|
| Links inside CMS feature descriptions should render as normal text links,
| not as OnePress call-to-action buttons.
|
*/

body .project-wrapper .project-content a.ip-premium-inline-link,
body .project-wrapper .project-contents a.ip-premium-inline-link,
body .op-project-content a.ip-premium-inline-link {
    display: inline !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    color: #6f8f22 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-weight: 600 !important;
    line-height: inherit !important;
    letter-spacing: normal !important;
    text-align: inherit !important;
    text-decoration: underline !important;
    text-transform: none !important;

    transform: none !important;
    transition: color 0.15s ease !important;
    vertical-align: baseline !important;
    cursor: pointer !important;
}

body .project-wrapper .project-content a.ip-premium-inline-link:hover,
body .project-wrapper .project-content a.ip-premium-inline-link:focus,
body .project-wrapper .project-contents a.ip-premium-inline-link:hover,
body .project-wrapper .project-contents a.ip-premium-inline-link:focus,
body .op-project-content a.ip-premium-inline-link:hover,
body .op-project-content a.ip-premium-inline-link:focus {
    display: inline !important;
    padding: 0 !important;

    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;

    color: #4f6d12 !important;
    text-decoration: underline !important;
    transform: none !important;
}

/*
|--------------------------------------------------------------------------
| Center section eyebrow labels
|--------------------------------------------------------------------------
|
| Keep the eyebrow itself shrink-wrapped and centered on homepage layouts.
| The later inline public-area override applies the same rule to city,
| county, and market pages.
|
*/

.op-section-title-area {
    text-align: center !important;
}

.op-section-title-area > .op-section-eyebrow,
.op-section-eyebrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 auto 12px !important;
    padding: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}
