/* Hide theme chrome on all WSLH pages */
.home header:not(.wslh-page header),.home .site-header,.home .wp-site-blocks>header,.home nav:not(.wslh-nav),.home .site-navigation,.home .wp-block-navigation,.home footer:not(.wslh-footer),.home .site-footer,.home .wp-site-blocks>footer,.home .site-branding,.home .wp-block-site-title,.home .site-title,.home .site-description,header.wp-block-template-part,footer.wp-block-template-part,.home .wp-block-template-part:not(.wslh-page .wp-block-template-part) {
	display: none !important;
}
.page header:not(.wslh-page header),.page .site-header,.page .wp-site-blocks>header,.page nav.wp-block-navigation,.page .site-navigation,.page footer:not(.wslh-footer),.page .site-footer,.page .wp-site-blocks>footer,.page .site-branding,.page .wp-block-site-title,.page .site-title,.page .site-description,.page header.wp-block-template-part,.page footer.wp-block-template-part,.page .wp-block-template-part:not(.wslh-page .wp-block-template-part) {
	display: none !important;
}

.home .wp-site-blocks,
.page .wp-site-blocks {
	padding-top: 0 !important;
}

.home .entry-content,
.page .entry-content {
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.home .site-content,.home .entry-content,.home main,
.page .site-content,.page .entry-content,.page main {
	max-width: 100% !important;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');
.wslh-page {
    --navy: #0B1D33;
    --navy-light: #132B4A;
    --gold: #C4A265;
    --gold-light: #D4B97A;
    --cream: #FAF7F2;
    --cream-dark: #F0EBE1;
    --charcoal: #2A2A2A;
    --white: #FFFFFF;
    --text-body: #4A4A4A;
    --text-light: #8A8A8A;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--charcoal);
    background: var(--white);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
.wslh-page *, .wslh-page *::before, .wslh-page *::after { box-sizing: border-box; }
/* Hide WP auto-title */
.page-title,.entry-title,h1.page-title,h1.entry-title,.wp-block-post-title { display: none !important; }

/* ââ NAV ââââââââââââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-nav {
    background: var(--navy);
    padding: 18px 24px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wslh-page .wslh-nav-logo {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
    letter-spacing: 0.5px;
}
.wslh-page .wslh-nav-logo span { color: var(--gold); }
.wslh-page .wslh-nav-cta {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid var(--gold);
    padding: 10px 28px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}
.wslh-page .wslh-nav-cta:hover {
    background: var(--gold);
    color: var(--navy);
}

/* ââ HERO âââââââââââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy);
    text-align: center;
    padding: 120px 24px 80px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
    overflow: hidden;
}
.wslh-page .wslh-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(196,162,101,0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(196,162,101,0.05) 0%, transparent 50%),
        linear-gradient(180deg, rgba(11,29,51,0.3) 0%, var(--navy) 100%);
}
.wslh-page .wslh-hero-content {
    position: relative;
    z-index: 1;
    max-width: 860px;
}
.wslh-page .wslh-hero-label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0 0 32px;
    opacity: 0.9;
}
.wslh-page .wslh-hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.2rem, 5.5vw, 4rem);
    font-weight: 500;
    color: var(--white);
    margin: 0 0 28px;
    line-height: 1.1;
}
.wslh-page .wslh-hero h1 em {
    color: var(--gold);
    font-style: italic;
}
.wslh-page .wslh-hero-sub {
    font-size: 1.1rem;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
    max-width: 620px;
    margin: 0 auto 40px;
    line-height: 1.7;
}
.wslh-page .wslh-hero-trust {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    letter-spacing: 0.03em;
    margin: 24px 0 0;
}

/* ââ BUTTONS ââââââââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-btn {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--navy);
    background: var(--gold);
    padding: 18px 48px;
    text-decoration: none;
    border: 2px solid var(--gold);
    transition: background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.wslh-page .wslh-btn:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(196,162,101,0.3);
}
.wslh-page .wslh-btn-outline {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    background: transparent;
    padding: 18px 48px;
    text-decoration: none;
    border: 2px solid var(--gold);
    transition: background 0.3s, color 0.3s;
}
.wslh-page .wslh-btn-outline:hover {
    background: var(--gold);
    color: var(--navy);
}
.wslh-page .wslh-btn-dark {
    background: var(--navy);
    border-color: var(--navy);
    color: var(--cream);
}
.wslh-page .wslh-btn-dark:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--navy);
}

/* ââ SCROLL INDICATOR âââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.wslh-page .wslh-scroll span {
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
}
.wslh-page .wslh-scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: wslhPulse 2s ease-in-out infinite;
}
@keyframes wslhPulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.8; }
}

/* ââ PROOF BAR ââââââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-proof {
    background: var(--cream);
    border-top: 1px solid var(--cream-dark);
    border-bottom: 1px solid var(--cream-dark);
    padding: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-proof-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.wslh-page .wslh-proof-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 36px 40px;
    flex: 1;
    min-width: 180px;
    text-align: center;
}
.wslh-page .wslh-proof-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--navy);
    line-height: 1;
}
.wslh-page .wslh-proof-label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-light);
}

/* ââ SECTION HEADERS ââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-section-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0 0 16px;
    display: block;
}
.wslh-page .wslh-section-label-light { color: var(--gold-light); }
.wslh-page .wslh-section-header {
    text-align: center;
    margin-bottom: 48px;
}
.wslh-page .wslh-section-header h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 500;
    color: var(--navy);
    margin: 0 0 16px;
    line-height: 1.2;
}
.wslh-page .wslh-section-header p {
    font-size: 1.05rem;
    color: var(--text-body);
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto;
}

/* ââ PROBLEM SECTION ââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-problem {
    padding: 88px 24px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
    background: var(--white);
}
.wslh-page .wslh-problem-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.wslh-page .wslh-problem-text h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 500;
    color: var(--navy);
    margin: 0 0 20px;
    line-height: 1.2;
}
.wslh-page .wslh-problem-text h2 em { color: var(--gold); font-style: italic; }
.wslh-page .wslh-problem-text p {
    font-size: 1rem;
    color: var(--text-body);
    line-height: 1.8;
    margin: 0;
}
.wslh-page .wslh-pain-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wslh-page .wslh-pain-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--cream-dark);
    font-size: 0.95rem;
    color: var(--text-body);
    line-height: 1.65;
}
.wslh-page .wslh-pain-list li:last-child { border-bottom: none; }
.wslh-page .wslh-pain-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: var(--cream);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gold);
    margin-top: 2px;
}

/* ââ VALUE SECTION (navy) âââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-value {
    padding: 48px 24px;
    background: var(--navy);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-value .wslh-section-header h2 { color: var(--white); }
.wslh-page .wslh-value .wslh-section-header p { color: rgba(255,255,255,0.6); }
.wslh-page .wslh-value-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}
.wslh-page .wslh-value-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(196,162,101,0.15);
    border-bottom: 3px solid var(--gold);
    padding: 40px 32px;
    transition: transform 0.2s, border-color 0.2s;
}
.wslh-page .wslh-value-card:hover {
    transform: translateY(-4px);
    border-color: rgba(196,162,101,0.4);
}
.wslh-page .wslh-value-card-num {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: rgba(196,162,101,0.2);
    line-height: 1;
    margin: 0 0 16px;
}
.wslh-page .wslh-value-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--white);
    margin: 0 0 12px;
}
.wslh-page .wslh-value-card p {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    margin: 0;
}

/* ââ OFFER STACK ââââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-offer {
    padding: 88px 24px;
    background: var(--cream);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-offer-stack {
    max-width: 740px;
    margin: 0 auto;
}
.wslh-page .wslh-offer-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 28px;
    background: var(--white);
    border: 1px solid var(--cream-dark);
    margin-bottom: 14px;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.wslh-page .wslh-offer-item:hover {
    border-color: var(--gold);
    box-shadow: 0 4px 20px rgba(196,162,101,0.1);
}
.wslh-page .wslh-offer-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.wslh-page .wslh-offer-item h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--navy);
    margin: 0 0 4px;
}
.wslh-page .wslh-offer-item p {
    font-size: 0.88rem;
    color: var(--text-light);
    line-height: 1.6;
    margin: 0;
}
.wslh-page .wslh-offer-value {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 8px;
    display: block;
}
.wslh-page .wslh-offer-total {
    text-align: center;
    margin-top: 40px;
    padding: 36px;
    border: 2px solid var(--gold);
    background: var(--white);
}
.wslh-page .wslh-offer-total p {
    font-size: 0.88rem;
    color: var(--text-light);
    margin: 0 0 8px;
}
.wslh-page .wslh-offer-total .wslh-price {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: var(--navy);
    font-weight: 600;
    margin: 0;
}
.wslh-page .wslh-offer-total .wslh-price-note {
    font-size: 0.95rem;
    color: var(--text-body);
    margin: 8px 0 0;
}

/* ââ TESTIMONIALS âââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-testimonials {
    background: var(--white);
    padding: 88px 24px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-test-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
}
.wslh-page .wslh-test-card {
    padding: 36px;
    border: 1px solid var(--cream-dark);
    background: var(--cream);
    position: relative;
}
.wslh-page .wslh-test-card::before {
    content: '\201C';
    position: absolute;
    top: 10px;
    left: 22px;
    font-size: 5rem;
    line-height: 1;
    color: var(--gold);
    font-family: Georgia, serif;
    opacity: 0.25;
}
.wslh-page .wslh-test-stars {
    color: var(--gold);
    font-size: 1rem;
    letter-spacing: 2px;
    margin: 0 0 16px;
}
.wslh-page .wslh-test-card blockquote {
    font-size: 0.95rem;
    color: var(--text-body);
    line-height: 1.7;
    font-style: italic;
    margin: 18px 0 20px;
}
.wslh-page .wslh-test-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.wslh-page .wslh-test-avatar {
    width: 40px;
    height: 40px;
    background: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: var(--gold);
}
.wslh-page .wslh-test-name {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--navy);
}
.wslh-page .wslh-test-detail {
    font-size: 0.75rem;
    color: var(--text-light);
}

/* ââ PROCESS ââââââââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-process {
    padding: 88px 24px;
    background: var(--navy);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-process .wslh-section-header h2 { color: var(--white); }
.wslh-page .wslh-process .wslh-section-header p { color: rgba(255,255,255,0.55); }
.wslh-page .wslh-process-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    text-align: center;
}
.wslh-page .wslh-step-num {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: rgba(196,162,101,0.15);
    line-height: 1;
    margin: 0 0 16px;
}
.wslh-page .wslh-process-grid h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--white);
    margin: 0 0 12px;
}
.wslh-page .wslh-process-grid p {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
    max-width: 280px;
    margin: 0 auto;
}
.wslh-page .wslh-step-time {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 16px;
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid rgba(196,162,101,0.3);
}

/* ââ FAQ ââââââââââââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-faq {
    padding: 88px 24px;
    background: var(--cream);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-faq-list {
    max-width: 760px;
    margin: 0 auto;
}
.wslh-page .wslh-faq-list details {
    border-bottom: 1px solid var(--cream-dark);
}
.wslh-page .wslh-faq-list summary {
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--navy);
    list-style: none;
    gap: 16px;
}
.wslh-page .wslh-faq-list summary::-webkit-details-marker { display: none; }
.wslh-page .wslh-faq-list summary::after {
    content: '+';
    font-size: 1.4rem;
    color: var(--gold);
    font-weight: 300;
    flex-shrink: 0;
}
.wslh-page .wslh-faq-list details[open] summary::after { content: '\2212'; }
.wslh-page .wslh-faq-list summary:hover { color: var(--gold); }
.wslh-page .wslh-faq-list .wslh-faq-answer {
    font-size: 0.95rem;
    color: var(--text-body);
    line-height: 1.8;
    padding: 0 0 22px;
    margin: 0;
}

/* ââ CTA SECTION ââââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-cta-section {
    padding: 88px 24px;
    background: var(--white);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-cta-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.wslh-page .wslh-cta-text h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 500;
    color: var(--navy);
    margin: 0 0 20px;
    line-height: 1.2;
}
.wslh-page .wslh-cta-text h2 em { color: var(--gold); font-style: italic; }
.wslh-page .wslh-cta-text p {
    font-size: 1rem;
    color: var(--text-body);
    line-height: 1.7;
    margin: 0 0 24px;
}
.wslh-page .wslh-trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wslh-page .wslh-trust-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    color: var(--text-body);
    margin-bottom: 12px;
}
.wslh-page .wslh-trust-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
    flex-shrink: 0;
}
.wslh-page .wslh-cta-box {
    background: var(--navy);
    padding: 48px;
    text-align: center;
}
.wslh-page .wslh-cta-box h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    color: var(--white);
    margin: 0 0 8px;
}
.wslh-page .wslh-cta-box .wslh-cta-sub {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.5);
    margin: 0 0 32px;
}
.wslh-page .wslh-cta-box .wslh-cta-info {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin: 0 0 24px;
}
.wslh-page .wslh-cta-box .wslh-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.wslh-page .wslh-cta-box .wslh-cta-note {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.3);
    margin-top: 16px;
}

/* ââ FINAL CTA ââââââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-final {
    padding: 80px 24px;
    background: var(--navy);
    text-align: center;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
    position: relative;
    overflow: hidden;
}
.wslh-page .wslh-final::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(196,162,101,0.06) 0%, transparent 70%);
}
.wslh-page .wslh-final-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}
.wslh-page .wslh-final h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 500;
    color: var(--white);
    margin: 0 0 16px;
}
.wslh-page .wslh-final p {
    font-size: 1rem;
    color: rgba(255,255,255,0.55);
    margin: 0 0 32px;
}

/* ââ FOOTER âââââââââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-footer {
    padding: 48px 24px 32px;
    background: #060E19;
    text-align: center;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);
    margin: 0 0 8px;
}
.wslh-page .wslh-footer-logo span { color: var(--gold); }
.wslh-page .wslh-footer-tagline {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.08em;
    margin: 0 0 24px;
}
.wslh-page .wslh-footer-links {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    margin: 0 0 24px;
}
.wslh-page .wslh-footer-links a {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    transition: color 0.3s;
}
.wslh-page .wslh-footer-links a:hover { color: var(--gold); }
.wslh-page .wslh-footer-copy {
    font-size: 0.68rem;
    color: rgba(255,255,255,0.2);
    margin: 0;
}

/* ââ NAV LINKS ââââââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}
.wslh-page .wslh-nav-links a {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 400;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: color 0.3s;
}
.wslh-page .wslh-nav-links a:hover,
.wslh-page .wslh-nav-links a.wslh-nav-active {
    color: var(--gold);
}

/* ââ PAGE HERO (subpages) ââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-page-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy);
    text-align: center;
    padding: 100px 24px 80px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
    overflow: hidden;
}
.wslh-page .wslh-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(196,162,101,0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(196,162,101,0.05) 0%, transparent 50%),
        linear-gradient(180deg, rgba(11,29,51,0.3) 0%, var(--navy) 100%);
}
.wslh-page .wslh-page-hero-compact { min-height: 45vh; }
.wslh-page .wslh-page-hero-content {
    position: relative;
    z-index: 1;
    max-width: 860px;
}
.wslh-page .wslh-page-hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 500;
    color: var(--white);
    margin: 0 0 24px;
    line-height: 1.15;
}
.wslh-page .wslh-page-hero h1 em {
    color: var(--gold);
    font-style: italic;
}

/* ââ ABOUT: MISSION ââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-about-mission {
    padding: 88px 24px;
    background: var(--white);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-about-mission-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 64px;
    align-items: center;
}
.wslh-page .wslh-about-mission-text h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 500;
    color: var(--navy);
    margin: 0 0 24px;
    line-height: 1.2;
}
.wslh-page .wslh-about-mission-text h2 em { color: var(--gold); font-style: italic; }
.wslh-page .wslh-about-mission-text p {
    font-size: 1rem;
    color: var(--text-body);
    line-height: 1.8;
    margin: 0 0 16px;
}
.wslh-page .wslh-about-mission-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.wslh-page .wslh-about-stat {
    background: var(--cream);
    padding: 32px 24px;
    text-align: center;
    border-bottom: 3px solid var(--gold);
}

/* ââ ABOUT: FREE SECTION âââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-about-free {
    padding: 88px 24px;
    background: var(--cream);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-about-free-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.wslh-page .wslh-about-free-inner h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 500;
    color: var(--navy);
    margin: 0 0 20px;
    line-height: 1.2;
}
.wslh-page .wslh-about-free-inner p {
    font-size: 1rem;
    color: var(--text-body);
    line-height: 1.8;
    margin: 0 0 16px;
}
.wslh-page .wslh-about-free-points {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}
.wslh-page .wslh-about-free-point {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: var(--text-body);
}

/* ââ ABOUT: MARKETS GRID âââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-about-markets {
    padding: 88px 24px;
    background: var(--white);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-about-market-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}
.wslh-page .wslh-about-market-item {
    padding: 20px 24px;
    background: var(--cream);
    border-left: 3px solid var(--gold);
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--navy);
    transition: background 0.3s, transform 0.2s;
}
.wslh-page .wslh-about-market-item:hover {
    background: var(--cream-dark);
    transform: translateX(4px);
}

/* ââ BUYER / SELLER TYPE CARDS âââââââââââââââââââââââââââââ */
.wslh-page .wslh-buyer-types {
    padding: 88px 24px;
    background: var(--cream);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-buyer-type-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}
.wslh-page .wslh-buyer-type-card {
    background: var(--white);
    border: 1px solid var(--cream-dark);
    border-top: 3px solid var(--gold);
    padding: 36px 28px;
    transition: transform 0.2s, box-shadow 0.3s;
}
.wslh-page .wslh-buyer-type-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.wslh-page .wslh-buyer-type-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--navy);
    margin: 0 0 12px;
}
.wslh-page .wslh-buyer-type-card p {
    font-size: 0.9rem;
    color: var(--text-body);
    line-height: 1.7;
    margin: 0;
}

/* ââ CONTACT PAGE ââââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-contact-section {
    padding: 88px 24px;
    background: var(--white);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-contact-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.wslh-page .wslh-contact-info h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 500;
    color: var(--navy);
    margin: 0 0 16px;
    line-height: 1.2;
}
.wslh-page .wslh-contact-info h2 em { color: var(--gold); font-style: italic; }
.wslh-page .wslh-contact-info > p {
    font-size: 1rem;
    color: var(--text-body);
    line-height: 1.7;
    margin: 0 0 32px;
}
.wslh-page .wslh-contact-methods {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 32px;
}
.wslh-page .wslh-contact-method {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.wslh-page .wslh-contact-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: var(--cream);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.wslh-page .wslh-contact-method h4 {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--navy);
    margin: 0 0 4px;
}
.wslh-page .wslh-contact-method p {
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.6;
    margin: 0;
}
.wslh-page .wslh-contact-link {
    font-size: 0.92rem;
    color: var(--gold);
    text-decoration: none;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}
.wslh-page .wslh-contact-link:hover { text-decoration: underline; }
.wslh-page .wslh-contact-highlight {
    font-weight: 500;
    color: var(--navy) !important;
}
.wslh-page .wslh-contact-trust {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 8px;
}

/* ââ CONTACT FORM BOX ââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-contact-form-box {
    background: var(--navy);
    padding: 48px;
    text-align: center;
}
.wslh-page .wslh-contact-form-box h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    color: var(--white);
    margin: 0 0 8px;
}
.wslh-page .wslh-contact-form-info {
    text-align: left;
    margin: 24px 0;
    padding: 24px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(196,162,101,0.15);
}
.wslh-page .wslh-contact-form-info h4 {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.wslh-page .wslh-contact-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wslh-page .wslh-contact-checklist li {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
    padding: 6px 0 6px 20px;
    position: relative;
}
.wslh-page .wslh-contact-checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
}

/* ââ AGENTS TEASER âââââââââââââââââââââââââââââââââââââââââ */
.wslh-page .wslh-agents-teaser {
    padding: 64px 24px;
    background: var(--cream);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}
.wslh-page .wslh-agents-teaser-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.wslh-page .wslh-agents-teaser-text h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--navy);
    margin: 0 0 8px;
}
.wslh-page .wslh-agents-teaser-text p {
    font-size: 0.92rem;
    color: var(--text-body);
    line-height: 1.7;
    margin: 0;
    max-width: 520px;
}

/* ââ RESPONSIVE âââââââââââââââââââââââââââââââââââââââââââââ */
@media (max-width: 968px) {
    .wslh-page .wslh-problem-grid,
    .wslh-page .wslh-cta-grid,
    .wslh-page .wslh-contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .wslh-page .wslh-value-grid,
    .wslh-page .wslh-process-grid,
    .wslh-page .wslh-test-grid,
    .wslh-page .wslh-buyer-type-grid { grid-template-columns: 1fr; gap: 24px; }
    .wslh-page .wslh-proof-item { flex: 1 1 50%; }
    .wslh-page .wslh-cta-box,
    .wslh-page .wslh-contact-form-box { padding: 32px 24px; }
    .wslh-page .wslh-about-mission-inner { grid-template-columns: 1fr; gap: 40px; }
    .wslh-page .wslh-agents-teaser-inner { flex-direction: column; text-align: center; }
    .wslh-page .wslh-agents-teaser-text p { max-width: none; }
    .wslh-page .wslh-nav-links { display: none; }
}
@media (max-width: 600px) {
    .wslh-page .wslh-proof-item { flex: 1 1 50%; padding: 24px 16px; }
    .wslh-page .wslh-nav-cta { padding: 8px 16px; font-size: 0.68rem; }
    .wslh-page .wslh-footer-links { flex-direction: column; gap: 10px; }
    .wslh-page .wslh-offer-item { padding: 20px 16px; }
    .wslh-page .wslh-about-market-grid { grid-template-columns: 1fr; }
    .wslh-page .wslh-about-mission-stats { grid-template-columns: 1fr 1fr; gap: 16px; }
}

/* === STATE PAGE STYLES === */
.wslh-state-hero {
	background: #1a1a1a;
	padding: 100px 24px 80px;
	text-align: center;
}
.wslh-state-hero-inner {
	max-width: 800px;
	margin: 0 auto;
}
.wslh-state-hero .wslh-section-label {
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #C4A265;
	margin-bottom: 16px;
}
.wslh-state-hero h1 {
	font-family: "Playfair Display", serif;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.15;
	margin: 0 0 20px;
}
.wslh-state-hero h1 em {
	font-style: italic;
	color: #C4A265;
}
.wslh-state-hero p {
	font-family: "Inter", sans-serif;
	font-size: 1.1rem;
	color: rgba(255,255,255,0.7);
	line-height: 1.7;
	max-width: 600px;
	margin: 0 auto 28px;
}
.wslh-state-hero .wslh-btn {
	margin-top: 8px;
}
.wslh-state-content {
	padding: 60px 24px;
	background: #fff;
}
.wslh-state-inner {
	max-width: 800px;
	margin: 0 auto;
	font-family: "Inter", sans-serif;
	color: #1a1a1a;
	line-height: 1.7;
}
.wslh-state-inner h2 {
	font-family: "Playfair Display", serif;
	font-size: 1.8rem;
	font-weight: 600;
	color: #1a1a1a;
	margin: 2.5rem 0 1rem;
	line-height: 1.3;
}
.wslh-state-inner h3 {
	font-family: "Inter", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #1a1a1a;
	margin: 2rem 0 0.5rem;
}
.wslh-state-inner p {
	font-size: 1.05rem;
	margin-bottom: 1.2rem;
	color: #333;
}
.wslh-state-inner ul, .wslh-state-inner ol {
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
}
.wslh-state-inner li {
	margin-bottom: 0.5rem;
	font-size: 1.05rem;
	color: #333;
}
.wslh-state-inner strong {
	color: #1a1a1a;
}
.wslh-state-cta {
	text-align: center;
	margin: 3rem 0 1rem;
	padding-top: 2rem;
	border-top: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
	.wslh-state-hero { padding: 80px 16px 60px; }
	.wslh-state-hero h1 { font-size: 2rem; }
	.wslh-state-content { padding: 40px 16px; }
	.wslh-state-inner h2 { font-size: 1.4rem; }
}

/* === CONTACT FORM STYLES === */
.wslh-form-section {
	padding: 60px 24px;
	background: #f5f5f5;
}
.wslh-form-container {
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
	border-radius: 4px;
	padding: 48px 40px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.wslh-form-container h3 {
	font-family: "Playfair Display", serif;
	font-size: 1.8rem;
	font-weight: 600;
	color: #1a1a1a;
	text-align: center;
	margin: 0 0 8px;
}
.wslh-form-container .wslh-form-sub {
	font-family: "Inter", sans-serif;
	font-size: 0.95rem;
	color: #666;
	text-align: center;
	margin: 0 0 32px;
}
.wslh-form-group {
	margin-bottom: 20px;
}
.wslh-form-group label {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
}
.wslh-form-group input,
.wslh-form-group select {
	width: 100%;
	padding: 12px 16px;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	color: #1a1a1a;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	transition: border-color 0.2s;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.wslh-form-group input:focus,
.wslh-form-group select:focus {
	outline: none;
	border-color: #C4A265;
}
.wslh-form-group select {
	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='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
}
.wslh-form-submit {
	width: 100%;
	padding: 14px 24px;
	background: #1a1a1a;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: 2px solid #1a1a1a;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 8px;
}
.wslh-form-submit:hover {
	background: #C4A265;
	border-color: #C4A265;
}
.wslh-form-note {
	font-family: "Inter", sans-serif;
	font-size: 0.8rem;
	color: #999;
	text-align: center;
	margin-top: 16px;
}
@media (max-width: 768px) {
	.wslh-form-container { padding: 32px 24px; }
	.wslh-form-container h3 { font-size: 1.4rem; }
}


/* ===== IMAGE SECTIONS FOR MAIN PAGES ===== */

/* Homepage hero with background image */
.wslh-hero {
  background-image: linear-gradient(rgba(20,20,30,0.72), rgba(20,20,30,0.82)), url('https://whosellsluxuryhomes.com/wp-content/uploads/2026/03/Modern-Luxury-Home.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Image break sections used between content blocks */
.wslh-img-break {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.wslh-img-break::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to bottom, rgba(26,26,26,0.08), rgba(26,26,26,0.15));
  pointer-events: none;
}
@media (max-width: 768px) {
  .wslh-img-break { height: 260px; }
}

/* Inline image with text overlay */
.wslh-img-feature {
  width: 100%;
  padding: 120px 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wslh-img-feature::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(20,20,30,0.7), rgba(20,20,30,0.5));
  pointer-events: none;
}
.wslh-img-feature-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
.wslh-img-feature-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  color: #fff;
  margin: 0 0 16px 0;
  font-weight: 400;
}
.wslh-img-feature-content h2 em {
  font-style: italic;
  color: #C4A265;
}
.wslh-img-feature-content p {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 768px) {
  .wslh-img-feature { padding: 80px 20px; }
  .wslh-img-feature-content h2 { font-size: 1.8rem; }
}

/* About page hero with image */
.page-slug-about .wslh-hero {
  background-image: linear-gradient(rgba(20,20,30,0.68), rgba(20,20,30,0.78)), url('https://whosellsluxuryhomes.com/wp-content/uploads/2026/03/Modern-Luxury-Home-Interior-2.jpg') !important;
}

/* Buyers page hero with image */
.page-slug-buyers .wslh-hero {
  background-image: linear-gradient(rgba(20,20,30,0.68), rgba(20,20,30,0.78)), url('https://whosellsluxuryhomes.com/wp-content/uploads/2026/03/Modern-Luxury-Home-Exterior-in-Mountainous-Coastal-State.jpg') !important;
}

/* Sellers page hero with image */
.page-slug-sellers .wslh-hero {
  background-image: linear-gradient(rgba(20,20,30,0.68), rgba(20,20,30,0.78)), url('https://whosellsluxuryhomes.com/wp-content/uploads/2026/03/Western-States-Luxury-Home-Exterior.jpg') !important;
}

/* Contact page hero with image */
.page-slug-contact .wslh-hero {
  background-image: linear-gradient(rgba(20,20,30,0.68), rgba(20,20,30,0.78)), url('https://whosellsluxuryhomes.com/wp-content/uploads/2026/03/Modern-Luxury-home-interior-in-metropolis-skyline.jpg') !important;
}


/* ===== PAGE HERO WITH BACKGROUND IMAGE ===== */
.wslh-page-hero {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
}


/* ===== LOUISIANA STATE PAGE ===== */
.wslh-la-hero {
  background: linear-gradient(135deg, rgba(20,20,30,0.75), rgba(20,20,30,0.85)), url('https://whosellsluxuryhomes.com/wp-content/uploads/2026/03/Outdoorsy-Luxury-Home.jpg');
  background-size: cover;
  background-position: center;
  padding: 160px 24px 120px;
  text-align: center;
  position: relative;
}
.wslh-la-hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wslh-la-hero .wslh-btn:hover {
  background: transparent;
  color: #C4A265;
}
@media (max-width: 768px) {
  .wslh-la-hero { padding: 120px 20px 80px; }
  .wslh-la-hero h1 { font-size: 2.2rem !important; }
}
.wslh-la-form-section button:hover,
.wslh-la-form-section-2 button:hover {
  background: #C4A265 !important;
  border-color: #C4A265 !important;
}
.wslh-la-form-section input:focus,
.wslh-la-form-section select:focus,
.wslh-la-form-section-2 input:focus,
.wslh-la-form-section-2 select:focus {
  border-color: #C4A265 !important;
  outline: none;
}
.wslh-la-process .wslh-btn:hover {
  background: #C4A265 !important;
  border-color: #C4A265 !important;
  color: #1a1a1a !important;
}


/* Louisiana page full-width fix */
.wslh-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
    overflow-x: hidden;
}
