/* ========== STERLING HOME OFFER — v2.0 ========== */

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: 'Open Sans', 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.2;
    margin: 0;
}

.sho-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* === STICKY HEADER === */
.sho-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    height: 72px;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.sho-header.scrolled {
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.sho-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sho-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.sho-logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    color: #1B3A5C;
    letter-spacing: 0.3px;
}

.sho-logo-gold { color: #C9973A; }

.sho-nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.sho-nav-links > a {
    color: #1B3A5C;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.2s;
    white-space: nowrap;
}

.sho-nav-links > a:hover { color: #C9973A; }

.sho-header-phone {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700 !important;
    color: #1B3A5C !important;
}

.sho-header-cta {
    background: #C9973A !important;
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 0.88rem !important;
    transition: all 0.3s !important;
    box-shadow: 0 2px 8px rgba(201,151,58,0.3);
}

.sho-header-cta:hover {
    background: #b8882f !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(201,151,58,0.4);
}

.sho-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.sho-mobile-toggle span {
    display: block;
    width: 24px;
    height: 2.5px;
    background: #1B3A5C;
    border-radius: 2px;
    transition: all 0.3s;
}

/* === HERO === */
.sho-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 140px 24px 80px;
    overflow: hidden;
}

.sho-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #0a1a2e 0%, #1B3A5C 35%, #1e4570 60%, #15325a 100%);
    z-index: 0;
}

.sho-hero-bg::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -150px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(201,151,58,0.1) 0%, transparent 65%);
    border-radius: 50%;
}

.sho-hero-bg::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(201,151,58,0.06) 0%, transparent 65%);
    border-radius: 50%;
}

.sho-hero-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.sho-hero-badge {
    display: inline-block;
    background: rgba(201,151,58,0.15);
    border: 1px solid rgba(201,151,58,0.3);
    color: #C9973A;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 28px;
    letter-spacing: 0.3px;
}

.sho-hero h1 {
    font-size: 3.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.sho-hero-sub {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.sho-hero-sub strong {
    color: #C9973A;
}

.sho-hero-desc {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 36px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Form */
.sho-hero-form {
    max-width: 560px;
    margin: 0 auto 24px;
}

.sho-hero-form-row {
    display: flex;
    gap: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
}

.sho-hero-input {
    flex: 1;
    border: none;
    padding: 18px 22px;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    outline: none;
    background: #fff;
    min-width: 0;
}

.sho-hero-input::placeholder {
    color: #999;
}

.sho-hero-btn {
    background: #C9973A;
    color: #fff;
    border: none;
    padding: 18px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.3s;
}

.sho-hero-btn:hover {
    background: #b8882f;
}

/* Hero Trust */
.sho-hero-trust {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.sho-hero-trust span {
    color: rgba(255,255,255,0.65);
    font-size: 0.85rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

/* === TRUST STRIP === */
.sho-trust-strip {
    background: #F5F7FA;
    padding: 40px 24px;
    border-bottom: 1px solid #e8ecf0;
}

.sho-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    text-align: center;
}

.sho-trust-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #1B3A5C;
    line-height: 1.1;
}

.sho-trust-label {
    font-size: 0.82rem;
    color: #6b7c8a;
    font-weight: 500;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* === HOW IT WORKS === */
.sho-how {
    padding: 100px 24px;
    background: #fff;
}

.sho-section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1B3A5C;
    text-align: center;
    margin-bottom: 60px;
}

.sho-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    max-width: 960px;
    margin: 0 auto;
}

.sho-step {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}

.sho-step-icon {
    width: 72px;
    height: 72px;
    background: rgba(201,151,58,0.08);
    border: 2px solid rgba(201,151,58,0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.sho-step-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #C9973A;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.sho-step h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1B3A5C;
    margin-bottom: 8px;
}

.sho-step p {
    font-size: 0.92rem;
    color: #6b7c8a;
    line-height: 1.6;
}

.sho-step-arrow {
    color: #C9973A;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 30px;
    flex-shrink: 0;
    opacity: 0.4;
}

/* === LEAD FORM === */
.sho-lead {
    background: linear-gradient(160deg, #0d1f33 0%, #1B3A5C 50%, #1e4570 100%);
    padding: 100px 24px;
    text-align: center;
}

.sho-lead-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.sho-lead-sub {
    color: rgba(255,255,255,0.65);
    font-size: 1.05rem;
    margin-bottom: 44px;
}

.sho-lead-form {
    max-width: 680px;
    margin: 0 auto;
}

.sho-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 20px;
}

.sho-form-full {
    grid-column: 1 / -1;
}

.sho-lead-form input,
.sho-lead-form select {
    width: 100%;
    padding: 16px 18px;
    border: 2px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    font-size: 0.95rem;
    font-family: 'Open Sans', sans-serif;
    background: rgba(255,255,255,0.07);
    color: #fff;
    outline: none;
    transition: border-color 0.3s, background 0.3s;
    -webkit-appearance: none;
    appearance: none;
}

.sho-lead-form input::placeholder {
    color: rgba(255,255,255,0.45);
}

.sho-lead-form select {
    color: rgba(255,255,255,0.45);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' opacity='0.4' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 40px;
}

.sho-lead-form select option {
    background: #1B3A5C;
    color: #fff;
}

.sho-lead-form input:focus,
.sho-lead-form select:focus {
    border-color: #C9973A;
    background: rgba(255,255,255,0.1);
}

.sho-lead-btn {
    width: 100%;
    padding: 18px 32px;
    background: #C9973A;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 16px rgba(201,151,58,0.3);
}

.sho-lead-btn:hover {
    background: #b8882f;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(201,151,58,0.4);
}

.sho-form-disclaimer {
    color: rgba(255,255,255,0.35);
    font-size: 0.78rem;
    margin-top: 14px;
}

/* === WHY STERLING === */
.sho-why {
    padding: 100px 24px;
    background: #fff;
}

.sho-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 48px;
    max-width: 1000px;
    margin: 0 auto;
}

.sho-feature {
    text-align: center;
}

.sho-feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(201,151,58,0.08) 0%, rgba(201,151,58,0.04) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.sho-feature h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1B3A5C;
    margin-bottom: 8px;
}

.sho-feature p {
    font-size: 0.9rem;
    color: #6b7c8a;
    line-height: 1.6;
}

/* === TESTIMONIALS === */
.sho-testimonials {
    padding: 100px 24px;
    background: #F5F7FA;
}

.sho-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1060px;
    margin: 0 auto;
}

.sho-testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.04);
    transition: transform 0.3s, box-shadow 0.3s;
}

.sho-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}

.sho-stars {
    color: #C9973A;
    font-size: 1.2rem;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.sho-testimonial-card blockquote {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.7;
    margin: 0 0 20px;
    font-style: italic;
}

.sho-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sho-author-avatar {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #1B3A5C, #2a5580);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    flex-shrink: 0;
}

.sho-testimonial-author strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #1B3A5C;
}

.sho-testimonial-author span {
    font-size: 0.8rem;
    color: #8a9baa;
}

/* === SERVICE AREAS === */
.sho-areas {
    padding: 80px 24px;
    background: #fff;
    text-align: center;
}

.sho-areas-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 800px;
    margin: 0 auto;
}

.sho-area-tag {
    display: inline-block;
    padding: 10px 22px;
    background: #F5F7FA;
    color: #1B3A5C;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #e0e5ea;
    transition: all 0.2s;
}

.sho-area-tag:hover {
    background: #1B3A5C;
    color: #fff;
    border-color: #1B3A5C;
}

/* === BOTTOM CTA === */
.sho-bottom-cta {
    background: linear-gradient(160deg, #0d1f33, #1B3A5C);
    padding: 80px 24px;
    text-align: center;
}

.sho-bottom-cta h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.sho-bottom-cta > .sho-container > p {
    color: rgba(255,255,255,0.6);
    font-size: 1.05rem;
    margin-bottom: 32px;
}

.sho-bottom-form {
    display: flex;
    max-width: 520px;
    margin: 0 auto;
    gap: 0;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
}

.sho-bottom-form input {
    flex: 1;
    border: none;
    padding: 16px 20px;
    font-size: 0.95rem;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background: transparent;
    outline: none;
    min-width: 0;
}

.sho-bottom-form input::placeholder {
    color: rgba(255,255,255,0.4);
}

.sho-bottom-form button {
    background: #C9973A;
    color: #fff;
    border: none;
    padding: 16px 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.3s;
}

.sho-bottom-form button:hover {
    background: #b8882f;
}

/* === FOOTER === */
.sho-footer {
    background: #0a1520;
    padding: 60px 24px 0;
    color: rgba(255,255,255,0.55);
}

.sho-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.sho-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 10px;
}

.sho-footer-logo span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
}

.sho-footer-tagline {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.4);
}

.sho-footer-col h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.sho-footer-col a {
    display: block;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 0.9rem;
    padding: 4px 0;
    transition: color 0.2s;
}

.sho-footer-col a:hover {
    color: #C9973A;
}

.sho-footer-col p {
    font-size: 0.9rem;
    margin: 4px 0;
}

.sho-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-size: 0.82rem;
}

.sho-footer-bottom p {
    margin: 0;
}

.sho-footer-legal {
    display: flex;
    gap: 20px;
}

.sho-footer-legal a {
    color: rgba(255,255,255,0.35);
    text-decoration: none;
    font-size: 0.82rem;
    transition: color 0.2s;
}

.sho-footer-legal a:hover {
    color: rgba(255,255,255,0.7);
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
    .sho-nav-links {
        display: none;
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 24px;
        gap: 16px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.1);
        border-top: 1px solid #eee;
    }

    .sho-nav-links.open {
        display: flex;
    }

    .sho-mobile-toggle {
        display: flex;
    }

    .sho-hero h1 {
        font-size: 2.2rem;
    }

    .sho-hero-sub {
        font-size: 1.05rem;
    }

    .sho-hero-form-row {
        flex-direction: column;
        border-radius: 12px;
    }

    .sho-hero-btn {
        border-radius: 0 0 12px 12px;
    }

    .sho-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .sho-steps {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

    .sho-step-arrow {
        display: none;
    }

    .sho-section-title {
        font-size: 1.7rem;
    }

    .sho-form-grid {
        grid-template-columns: 1fr;
    }

    .sho-features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .sho-testimonial-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .sho-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sho-footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .sho-hero {
        padding: 120px 16px 60px;
    }

    .sho-hero h1 {
        font-size: 1.8rem;
    }

    .sho-hero-trust {
        flex-direction: column;
        gap: 8px;
    }

    .sho-features-grid {
        grid-template-columns: 1fr;
    }

    .sho-trust-num {
        font-size: 1.5rem;
    }

    .sho-bottom-form {
        flex-direction: column;
    }

    .sho-bottom-form button {
        border-radius: 0 0 12px 12px;
    }

    .sho-lead-title {
        font-size: 1.6rem;
    }

    .sho-bottom-cta h2 {
        font-size: 1.6rem;
    }
}

/* === ASTRA OVERRIDES (front page) === */
body.page-template-page-home .site-header,
body.page-template-page-home .ast-above-header,
body.page-template-page-home .ast-below-header,
body.page-template-page-home .ast-mobile-header-wrap {
    display: none !important;
}

body.page-template-page-home .site-content .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

body.page-template-page-home #primary {
    margin: 0 !important;
    padding: 0 !important;
}

body.page-template-page-home .entry-header,
body.page-template-page-home .entry-title {
    display: none !important;
}

body.page-template-page-home .ast-separate-container .ast-article-single,
body.page-template-page-home .ast-separate-container .ast-article-post {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

body.page-template-page-home .ast-separate-container #primary {
    padding: 0 !important;
}

body.page-template-page-home .site-footer,
body.page-template-page-home .ast-small-footer,
body.page-template-page-home .ast-footer-overlay,
body.page-template-page-home footer.site-footer {
    display: none !important;
}

body.page-template-page-home #page {
    overflow-x: hidden;
}
