:root {
    --jsh-navy: #0b2f5b;
    --jsh-navy-dark: #071f3d;
    --jsh-blue: #155aa7;
    --jsh-text: #172033;
    --jsh-muted: #556276;
    --jsh-line: #dbe3ec;
    --jsh-soft: #f4f7fa;
    --jsh-white: #ffffff;
    --jsh-shadow: 0 18px 50px rgba(7, 31, 61, .12);
}

.juan-sales-homepage .entry-title,
.juan-sales-homepage .page-title,
.juan-sales-homepage .page-header,
.juan-sales-homepage .entry-header {
    display: none !important;
}

.juan-sales-homepage .entry-content,
.juan-sales-homepage .site-main,
.juan-sales-homepage main,
.juan-sales-homepage article {
    max-width: none;
}

.juan-sales-homepage .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

.jsh-page,
.jsh-page * {
    box-sizing: border-box;
}

.jsh-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    color: var(--jsh-text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    overflow: hidden;
}

.jsh-hero {
    position: relative;
    background: linear-gradient(90deg, #fff 0%, #f8fafc 52%, #eef2f5 100%);
}

.jsh-hero__inner {
    width: min(1240px, calc(100% - 48px));
    min-height: 610px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: stretch;
}

.jsh-hero__copy {
    position: relative;
    z-index: 2;
    padding: 86px 58px 72px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jsh-eyebrow {
    margin: 0 0 12px;
    color: var(--jsh-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.jsh-hero h1,
.jsh-section-heading h2,
.jsh-manifesto h2,
.jsh-contact h2 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -.025em;
}

.jsh-hero h1 {
    margin: 0;
    color: #0c1930;
    font-size: clamp(43px, 5vw, 70px);
    line-height: 1.04;
    font-weight: 700;
}

.jsh-subtitle {
    margin: 8px 0 0;
    color: var(--jsh-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 700;
}

.jsh-rule {
    display: block;
    width: 62px;
    height: 2px;
    margin: 26px 0 26px;
    background: linear-gradient(90deg, var(--jsh-blue), #b7c9dd);
}

.jsh-intro {
    max-width: 610px;
    margin: 0;
    color: #29364a;
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.55;
}

.jsh-principle {
    margin: 28px 0 0;
    padding: 2px 0 2px 22px;
    border-left: 3px solid var(--jsh-blue);
}

.jsh-principle p,
.jsh-principle strong {
    display: block;
    margin: 0;
    font-size: 17px;
}

.jsh-principle strong {
    color: var(--jsh-blue);
}

.jsh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.jsh-button {
    min-height: 52px;
    padding: 13px 24px;
    border: 1px solid var(--jsh-navy);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .025em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.jsh-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(7, 31, 61, .16);
}

.jsh-button--primary {
    color: var(--jsh-white) !important;
    background: var(--jsh-navy);
}

.jsh-button--primary:hover {
    background: var(--jsh-navy-dark);
}

.jsh-button--secondary {
    color: var(--jsh-navy) !important;
    background: rgba(255,255,255,.78);
}

.jsh-button__icon,
.jsh-button__icon svg {
    width: 18px;
    height: 18px;
}

.jsh-button__icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.jsh-portrait {
    position: relative;
    min-height: 610px;
    margin: 0;
    overflow: hidden;
}

.jsh-portrait::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(248,250,252,.92) 0%, rgba(248,250,252,.18) 24%, transparent 48%);
    pointer-events: none;
}

.jsh-portrait img {
    width: 100%;
    height: 100%;
    min-height: 610px;
    display: block;
    object-fit: cover;
    object-position: center 18%;
    filter: saturate(.93) contrast(1.02);
}

.jsh-services {
    position: relative;
    z-index: 3;
    background: linear-gradient(110deg, var(--jsh-navy-dark), #0b417a);
    color: #fff;
}

.jsh-services__inner {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.jsh-service {
    min-height: 138px;
    padding: 29px 25px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff !important;
    text-decoration: none !important;
    border-right: 1px solid rgba(255,255,255,.15);
    transition: background .2s ease;
}

.jsh-service:last-child { border-right: 0; }
.jsh-service:hover { background: rgba(255,255,255,.08); }

.jsh-service__icon,
.jsh-service__icon svg {
    width: 54px;
    min-width: 54px;
    height: 54px;
}

.jsh-service__icon svg {
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.jsh-service strong,
.jsh-service small {
    display: block;
}

.jsh-service strong {
    margin-bottom: 5px;
    font-size: 15px;
}

.jsh-service small {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 1.45;
}

.jsh-welcome {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
    padding: 105px 0;
}

.jsh-section-heading {
    max-width: 790px;
    margin: 0 auto 52px;
    text-align: center;
}

.jsh-section-heading h2,
.jsh-manifesto h2,
.jsh-contact h2 {
    margin: 0 0 18px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.12;
}

.jsh-section-heading > p:last-child {
    margin: 0;
    color: var(--jsh-muted);
    font-size: 18px;
}

.jsh-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.jsh-card {
    padding: 35px;
    background: var(--jsh-white);
    border: 1px solid var(--jsh-line);
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(7,31,61,.06);
}

.jsh-card h3 {
    margin: 0 0 12px;
    color: var(--jsh-navy);
    font-size: 21px;
}

.jsh-card p { margin: 0; color: var(--jsh-muted); }

.jsh-manifesto {
    padding: 100px 0;
    background: var(--jsh-navy-dark);
    color: rgba(255,255,255,.88);
}

.jsh-manifesto__inner {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 38% 62%;
    gap: 75px;
}

.jsh-eyebrow--light { color: #83b7ef; }
.jsh-manifesto h2 { color: #fff; }
.jsh-manifesto__text p { margin: 0 0 22px; }
.jsh-lead { color: #fff; font-size: 22px; }

.jsh-manifesto blockquote {
    margin: 34px 0;
    padding: 8px 0 8px 24px;
    color: #fff;
    border-left: 3px solid #62a8ee;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.45;
}

.jsh-closing { color: #fff; font-size: 21px; }

.jsh-contact {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
    padding: 85px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.jsh-contact h2 { max-width: 760px; font-size: clamp(32px, 4vw, 48px); }
.jsh-contact p:last-child { margin: 0; color: var(--jsh-muted); font-size: 17px; }
.jsh-contact .jsh-button { flex-shrink: 0; }

@media (max-width: 980px) {
    .jsh-hero__inner {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .jsh-hero__copy {
        padding: 65px 32px 45px;
        order: 1;
    }

    .jsh-portrait {
        min-height: 470px;
        order: 2;
    }

    .jsh-portrait::before {
        background: linear-gradient(180deg, rgba(248,250,252,.85) 0%, transparent 25%);
    }

    .jsh-portrait img {
        min-height: 470px;
        object-position: center 20%;
    }

    .jsh-services__inner { grid-template-columns: repeat(2, 1fr); }
    .jsh-service:nth-child(2) { border-right: 0; }
    .jsh-service:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
    .jsh-manifesto__inner { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 680px) {
    .jsh-hero__copy { padding: 46px 22px 36px; }
    .jsh-hero h1 { font-size: 42px; }
    .jsh-subtitle { font-size: 27px; }
    .jsh-intro { font-size: 17px; }
    .jsh-actions { display: grid; }
    .jsh-button { width: 100%; }
    .jsh-portrait, .jsh-portrait img { min-height: 390px; }
    .jsh-services__inner { width: 100%; grid-template-columns: 1fr; }
    .jsh-service { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    .jsh-service:last-child { border-bottom: 0; }
    .jsh-welcome, .jsh-manifesto__inner, .jsh-contact { width: min(100% - 38px, 1160px); }
    .jsh-welcome { padding: 75px 0; }
    .jsh-cards { grid-template-columns: 1fr; }
    .jsh-manifesto { padding: 75px 0; }
    .jsh-manifesto blockquote { font-size: 21px; }
    .jsh-contact { padding: 70px 0; flex-direction: column; align-items: stretch; }
}
