:root {
    --jw-bg: #f5f7fb;
    --jw-surface: #ffffff;
    --jw-ink: #111827;
    --jw-muted: #4b5563;
    --jw-brand: #0c2d57;
    --jw-brand-2: #1e5aa8;
    --jw-accent: #c7902f;
    --jw-border: #e5e7eb;
    --jw-radius-md: 12px;
    --jw-section-space: 2.4rem;
}

html {
    zoom: 1;
}

@supports not (zoom: 1) {
    body.jw-body {
        transform: scale(1);
        transform-origin: top left;
        width: 100%;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body.jw-body {
    margin: 0;
    font-family: "Lato", "Open Sans", "Segoe UI", sans-serif;
    color: var(--jw-ink);
    background:
        radial-gradient(circle at 8% 0%, #dfe8f7 0%, rgba(223, 232, 247, 0) 36%),
        radial-gradient(circle at 100% 100%, #e8eefb 0%, rgba(232, 238, 251, 0) 38%),
        var(--jw-bg);
}

.jw-wrap {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

.jw-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(12, 45, 87, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jw-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.1rem 0;
}

.jw-brand {
    color: #fff;
    text-decoration: none;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.jw-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.35rem;
    margin-left: auto;
}

.jw-dropdown-trigger {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: default;
    font: inherit;
    padding: 0;
}

.jw-nav a,
.jw-dropdown-trigger {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.94rem;
}

.jw-nav a:hover,
.jw-dropdown:hover .jw-dropdown-trigger,
.jw-dropdown:focus-within .jw-dropdown-trigger {
    color: #fff;
}

.jw-topbar-lite {
    background: #ffffff;
    border-bottom: 1px solid #d9dce2;
}

.jw-brand-lite {
    color: #111827;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 800;
}

.jw-logo-mark {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 2px solid #111827;
    border-radius: 999px;
    font-size: 1rem;
    line-height: 1;
}

.jw-nav-lite a,
.jw-nav-lite .jw-dropdown-trigger {
    color: #1f2937;
    font-size: 1.15rem;
}

.jw-nav-lite a:hover,
.jw-nav-lite .jw-dropdown:hover .jw-dropdown-trigger,
.jw-nav-lite .jw-dropdown:focus-within .jw-dropdown-trigger {
    color: #000;
}

.jw-dropdown {
    position: relative;
}

.jw-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    padding: 0.35rem 0;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #dbe4f2;
    box-shadow: 0 12px 30px rgba(10, 29, 58, 0.18);
    display: none;
    z-index: 30;
}

.jw-dropdown-menu a {
    display: block;
    padding: 0.55rem 0.8rem;
    color: #1f2937;
    font-size: 0.9rem;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}

.jw-dropdown-menu a:hover {
    background: #f3f6fb;
    color: var(--jw-brand);
}

.jw-dropdown-menu a::after {
    display: none;
}

.jw-dropdown:focus-within .jw-dropdown-menu,
.jw-dropdown:hover .jw-dropdown-menu {
    display: block;
}

.jw-hero {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin: 0 calc(50% - 50vw) 0.9rem;
    min-height: 520px;
    background: #0f294e;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: none;
}

.jw-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/static/jacob/hero-main-from-zip.png") center/cover no-repeat;
    opacity: 1;
    pointer-events: none;
}

.jw-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.42));
    pointer-events: none;
}

.jw-hero-inner {
    position: relative;
    z-index: 1;
    width: min(1220px, calc(100% - 2rem));
    margin: 0 auto;
    min-height: 520px;
    padding: 3.2rem 0 2.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem;
    align-items: center;
}

.jw-hero-copy {
    text-align: left;
}

.jw-hero h1 {
    margin: 0;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: clamp(2.3rem, 4.2vw, 5.1rem);
    max-width: 580px;
}

.jw-hero p {
    margin: 1rem auto 0;
    color: rgba(255, 255, 255, 0.92);
    max-width: 760px;
    font-size: clamp(1rem, 1.4vw, 1.14rem);
    line-height: 1.72;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.jw-actions {
    display: flex;
    gap: 0.8rem;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1.4rem;
}

.jw-inline-form {
    margin: 0;
}

.jw-hero-brand {
    text-align: center;
    color: #f8fafc;
}

.jw-hero-brand-title,
.jw-hero-brand-subtitle {
    text-align: center;
}

.jw-hero-brand-mark {
    width: 116px;
    height: 116px;
    margin: 0 auto 0.9rem;
    border: 2px solid rgba(248, 250, 252, 0.72);
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 2.7rem;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-weight: 700;
}

.jw-hero-brand-title {
    margin: 0;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    letter-spacing: 0.12em;
    font-size: clamp(1.55rem, 2.1vw, 2.6rem);
    font-weight: 700;
}

.jw-hero-brand-subtitle {
    margin: 0.35rem 0 0;
    letter-spacing: 0.22em;
    font-size: 0.95rem;
    font-weight: 700;
}

.jw-btn {
    text-decoration: none;
    padding: 0.72rem 1.1rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
    border: 1px solid transparent;
}

.jw-btn-primary {
    background: linear-gradient(135deg, #2a5f9e, #1f4d84);
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(31, 77, 132, 0.35);
}

.jw-btn-soft {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.48);
}

.jw-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.jw-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

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

.jw-card {
    background: var(--jw-surface);
    border: 1px solid var(--jw-border);
    border-radius: var(--jw-radius-md);
    padding: 1rem;
    box-shadow: 0 8px 26px rgba(14, 35, 67, 0.06);
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid #93c5fd;
    outline-offset: 2px;
}

.jw-card h3,
.jw-card h4 {
    margin: 0 0 0.45rem;
    font-family: "Montserrat", "Segoe UI", sans-serif;
}

.jw-photo-card {
    overflow: hidden;
}

.jw-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 0.75rem;
}

.jw-avatar {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 999px;
    border: 3px solid #e6ecf7;
    margin-bottom: 0.75rem;
}

.jw-price {
    margin: 0 0 0.45rem;
    color: var(--jw-brand-2);
    font-weight: 700;
}

.jw-tool-icon {
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* Shift legacy saffron icons toward site-compatible blue tone */
    filter: hue-rotate(170deg) saturate(75%) brightness(0.9) contrast(1.05);
}

.jw-tools-section {
    position: relative;
    margin: 2rem calc(50% - 50vw) 0;
    padding: 4.2rem 0 3rem;
    background: url("/static/jacob/_zip_media/panorama-2117310_960_720.jpg") center/cover no-repeat;
    overflow: hidden;
}

.jw-tools-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 24, 43, 0.58);
}

.jw-tools-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.jw-tools-title {
    margin: 0;
    text-align: center;
    color: #f8fafc;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
}

.jw-tools-divider {
    width: 140px;
    height: 3px;
    margin: 0.95rem auto 2.2rem;
    background: #8ea3bf;
    border-radius: 999px;
}

.jw-tools-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
}

.jw-tool-item {
    text-align: center;
    padding: 1rem 0.8rem;
}

.jw-tool-item h3 {
    margin: 0 0 0.8rem;
    color: #ffffff;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: clamp(1.6rem, 2.1vw, 2rem);
    letter-spacing: 0.02em;
}

.jw-tool-item p {
    margin: 0 auto;
    max-width: 470px;
    color: rgba(248, 250, 252, 0.88);
    font-size: clamp(1.02rem, 1.2vw, 1.18rem);
    line-height: 1.55;
}

.jw-muted {
    color: var(--jw-muted);
}


.jw-agents-section,
.jw-testimonials-section {
    margin: 0 calc(50% - 50vw);
    padding: 2.6rem 0 2.4rem;
    background: #ececec;
    border-top: 1px solid #dadada;
}

.jw-section-heading {
    margin: 0;
    text-align: center;
    color: #3f3f46;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.jw-section-divider {
    width: 120px;
    height: 3px;
    margin: 0.9rem auto 2rem;
    border-radius: 999px;
    background: #8ea3bf;
}

.jw-agents-grid {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}

.jw-agent-item {
    text-align: left;
    padding: 0.4rem 0.2rem;
}

.jw-agent-photo {
    width: 100%;
    max-width: 255px;
    height: 230px;
    object-fit: contain;
    display: block;
    margin: 0 auto 0.8rem;
}

.jw-agent-name {
    margin: 0 0 0.55rem;
    color: #1f4d84;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: clamp(1.15rem, 1.8vw, 2.2rem);
    font-weight: 700;
}

.jw-agent-meta {
    margin: 0.15rem 0 0;
    color: #4b5563;
    font-size: 1.04rem;
}

.jw-testimonials-carousel {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 52px 1fr 52px;
    align-items: center;
    gap: 0.8rem;
}

.jw-testimonials-viewport {
    overflow: hidden;
    width: 100%;
}

.jw-testimonials-track {
    display: flex;
    transition: transform 380ms ease;
}

.jw-testimonial-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.4rem 0.2rem;
    flex: 0 0 100%;
    min-width: 100%;
}

.jw-carousel-arrow {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid #b8c2d1;
    background: rgba(255, 255, 255, 0.88);
    color: #1f3f68;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.jw-carousel-arrow:hover {
    background: #ffffff;
}

.jw-carousel-arrow:focus-visible {
    outline-color: #60a5fa;
}

.jw-testimonial-avatar {
    width: 78px;
    height: 78px;
    border-radius: 999px;
    object-fit: cover;
    flex: 0 0 78px;
}

.jw-testimonial-copy {
    padding-top: 0.05rem;
}

.jw-testimonial-text {
    margin: 0;
    color: #6b7280;
    font-size: 1.08rem;
    line-height: 1.5;
    font-style: italic;
}

.jw-testimonial-name {
    margin: 0.5rem 0 0;
    color: #2f3135;
    font-size: 1.12rem;
    font-weight: 700;
}


.jw-title {
    margin: 1.9rem 0 0.8rem;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    color: var(--jw-brand);
}

.jw-list {
    margin: 0.4rem 0 0;
    padding-left: 1.1rem;
    color: var(--jw-muted);
}

.jw-chip-btn {
    display: inline-block;
    margin-top: 0.55rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #d7deeb;
    background: #f8fbff;
    color: #1f3f68;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
}

.jw-chip-btn:hover {
    background: #edf4ff;
}

.jw-whatdo-section {
    margin-top: 1.2rem;
}

.jw-whatdo-lead {
    margin: 0 auto 2.1rem;
    max-width: 1280px;
    text-align: center;
    color: #262b31;
    font-size: clamp(1.05rem, 1.5vw, 2.95rem);
    line-height: 1.45;
}

.jw-whatdo-split {
    display: grid;
    grid-template-columns: 1.02fr 1fr;
    gap: 2rem;
    align-items: start;
}

.jw-whatdo-copy h3 {
    margin: 0 0 1rem;
    color: #3f3f46;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: clamp(2rem, 3.2vw, 5rem);
    line-height: 1.15;
}

.jw-whatdo-copy p {
    margin: 0;
    color: #22272d;
    font-size: clamp(1rem, 1.2vw, 2.65rem);
    line-height: 1.65;
}

.jw-whatdo-copy ul {
    margin: 1rem 0 0;
    padding-left: 1.55rem;
    color: #111827;
    font-size: clamp(1rem, 1.15vw, 2.4rem);
    line-height: 1.4;
}

.jw-whatdo-media img {
    width: 100%;
    height: auto;
    display: block;
}

.jw-service-stack {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 1.6rem calc(50% - 50vw) 0;
}

.jw-service-tile {
    position: relative;
    min-height: 380px;
    border-radius: 0;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jw-recent-section {
    padding: 2.4rem 0 0.4rem;
}

.jw-recent-inner {
    width: min(1280px, calc(100% - 3.5rem));
    margin: 0 auto;
}

.jw-recent-section .jw-grid-3 {
    gap: 1.9rem;
}

.jw-recent-section .jw-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0;
}

.jw-service-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.26);
}

.jw-service-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 1rem 0.8rem 1.2rem;
    color: #fff;
}

.jw-service-copy {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.jw-service-overlay h3 {
    margin: 0 0 0.25rem;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: clamp(1.8rem, 2.25vw, 3rem);
    font-weight: 600;
    color: #fff;
}

.jw-service-overlay p {
    margin: 0 0 1.1rem;
    font-size: clamp(0.95rem, 1.1vw, 1.45rem);
    color: #fff;
}

.jw-service-btn {
    justify-self: center;
    text-decoration: none;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-weight: 700;
    color: #fff;
    background: #1f4d84;
    padding: 0.9rem 2.1rem;
    font-size: clamp(1rem, 1vw, 1.2rem);
}

.jw-service-btn:hover {
    background: #183d69;
}

.jw-mid-cta {
    margin: 0 calc(50% - 50vw);
    padding: 3.2rem 0;
    color: #e5e7eb;
    background:
        linear-gradient(rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.88)),
        radial-gradient(circle at 20% 20%, rgba(148, 163, 184, 0.14), transparent 45%),
        radial-gradient(circle at 80% 80%, rgba(148, 163, 184, 0.1), transparent 45%),
        #111827;
}

.jw-mid-cta-inner {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: center;
}

.jw-mid-cta-copy h2 {
    margin: 0;
    color: #f8fafc;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: clamp(2rem, 3vw, 3.1rem);
}

.jw-mid-cta-copy p {
    margin: 0.9rem 0 0;
    font-size: 1.08rem;
    line-height: 1.62;
    color: rgba(229, 231, 235, 0.94);
}

.jw-mid-cta-copy h3 {
    margin: 1.2rem 0 0.45rem;
    color: #f8fafc;
    font-size: 1.45rem;
}

.jw-mid-cta-copy ul {
    margin: 0;
    padding-left: 1.2rem;
    line-height: 1.55;
}

.jw-mid-cta-copy li {
    margin-bottom: 0.35rem;
}

.jw-mid-cta-btn {
    display: inline-block;
    margin-top: 1.05rem;
    padding: 0.8rem 1.4rem;
    border-radius: 8px;
    background: #1f4d84;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.jw-mid-cta-btn:hover {
    background: #183d69;
}

.jw-mid-cta-brand {
    text-align: center;
}

.jw-mid-cta-mark {
    width: 98px;
    height: 98px;
    border: 2px solid rgba(226, 232, 240, 0.7);
    border-radius: 999px;
    margin: 0 auto 0.9rem;
    display: grid;
    place-items: center;
    color: #f8fafc;
    font-size: 2rem;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-weight: 700;
}

.jw-mid-cta-title {
    margin: 0;
    color: #f8fafc;
    letter-spacing: 0.09em;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: clamp(1.2rem, 1.7vw, 1.9rem);
    font-weight: 700;
}

.jw-mid-cta-subtitle {
    margin: 0.45rem 0 0;
    color: rgba(226, 232, 240, 0.9);
    letter-spacing: 0.06em;
    font-size: 0.9rem;
}

.jw-info-band {
    margin: 0 calc(50% - 50vw);
    background: #f3f4f6;
    border-top: 0;
    border-bottom: 0;
}

.jw-info-band-inner {
    width: min(900px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    padding: 1.6rem 0;
    justify-items: center;
}

.jw-info-head {
    margin: 0 0 0.6rem;
    color: #1f2937;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
}

.jw-info-text {
    margin: 0.35rem 0 0;
    color: #4b5563;
}

.jw-info-col {
    text-align: center;
}

.jw-info-text a {
    color: inherit;
    text-decoration: none;
}

.jw-info-text a:hover {
    text-decoration: underline;
}

.jw-simple-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.jw-simple-footer a {
    color: #0c2d57;
    font-weight: 700;
    text-decoration: none;
}

.jw-simple-footer a:hover {
    text-decoration: underline;
}

.jw-footer {
    margin-top: 2.4rem;
    padding: 1.1rem 0 1.8rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
}

.jw-thank-shell {
    margin-top: 1.3rem;
}

.jw-thank-top {
    background: #fff;
    border: 1px solid var(--jw-border);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.jw-thank-icon {
    width: 64px;
    height: 64px;
    display: block;
    fill: var(--jw-accent);
}

.jw-thank-call h3 {
    margin: 0;
    color: #2f3a4b;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: 1.3rem;
    text-align: right;
}

.jw-thank-call p {
    margin: 0.2rem 0 0;
    color: #32b374;
    font-weight: 700;
    text-align: right;
}

.jw-thank-hero {
    margin-top: 1rem;
    border-radius: 18px;
    padding: 4rem 1.2rem;
    text-align: center;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(8, 16, 30, 0.54), rgba(8, 16, 30, 0.68)),
        url("/static/jacob/photo-1582719478250-c89cae4dc85b.jpg") center/cover no-repeat;
}

.jw-thank-hero h2 {
    margin: 0 0 1rem;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: clamp(2rem, 5vw, 3.8rem);
}

.jw-thank-hero p {
    margin: 0.65rem auto 0;
    max-width: 900px;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.65;
}

.jw-thank-note {
    margin-top: 1.2rem;
    font-weight: 700;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.jw-schedule-thank-hero {
    background:
        linear-gradient(180deg, rgba(12, 45, 87, 0.68), rgba(12, 45, 87, 0.76)),
        url("/static/jacob/external/about-meeting.jpg") center/cover no-repeat;
}

.jw-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 90;
    padding: 18px;
}

.jw-modal-overlay.is-open {
    display: flex;
}

.jw-modal-panel {
    position: relative;
    width: min(680px, 100%);
    min-height: 200px;
    background: #eaf1fb;
    border: 1px solid #9db4d3;
    padding: 48px 34px 30px;
    border-radius: 12px;
}

.jw-modal-message {
    border: 2px solid #5b7ea9;
    border-radius: 18px;
    padding: 12px 18px;
    text-align: center;
    color: #1f4d84;
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    font-family: "Montserrat", "Segoe UI", sans-serif;
    background: #f6f9ff;
}

.jw-modal-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 0 0 3px #d1d5db;
}

@media (max-width: 900px) {
    .jw-grid-3 {
        grid-template-columns: 1fr;
    }
    .jw-grid-2 {
        grid-template-columns: 1fr;
    }
    .jw-whatdo-split {
        grid-template-columns: 1fr;
    }
    .jw-grid-4 {
        grid-template-columns: 1fr;
    }
    .jw-service-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.25rem;
        margin: 1.1rem 0 0;
    }
    .jw-service-tile {
        min-height: 320px;
    }
    .jw-agents-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .jw-testimonials-carousel {
        grid-template-columns: 38px 1fr 38px;
    }
    .jw-agent-photo {
        height: 190px;
    }
    .jw-tools-grid {
        grid-template-columns: 1fr;
    }
    .jw-mid-cta-inner {
        grid-template-columns: 1fr;
    }
    .jw-info-band-inner {
        grid-template-columns: 1fr;
    }
    .jw-tools-section {
        padding: 3rem 0 2.4rem;
    }
    .jw-hero {
        min-height: 380px;
    }
    .jw-hero-inner {
        min-height: 380px;
        grid-template-columns: 1fr;
        text-align: center;
        padding: 3.4rem 0 2.8rem;
    }
    .jw-hero-copy {
        text-align: center;
    }
    .jw-actions {
        justify-content: center;
    }
    .jw-hero-brand-mark {
        width: 84px;
        height: 84px;
        font-size: 2rem;
    }
    .jw-recent-inner {
        width: min(980px, calc(100% - 2rem));
    }
    .jw-recent-section .jw-grid-3 {
        gap: 1rem;
    }
    .jw-modal-panel {
        width: min(520px, 100%);
        min-height: 180px;
        padding: 40px 18px 18px;
    }
    .jw-modal-close {
        top: -14px;
        right: -14px;
        width: 44px;
        height: 44px;
        font-size: 1.8rem;
    }
    .jw-thank-top {
        flex-direction: column;
        align-items: flex-end;
    }
    .jw-thank-hero {
        padding: 2.8rem 1rem;
    }
}

@media (max-width: 560px) {
    .jw-service-stack {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }
}

/* Typography tuning only: keep layout, colors, content, images unchanged */
body.jw-body {
    font-size: 15px;
    line-height: 1.5;
}

.jw-brand-lite {
    font-size: 0.94rem;
    font-weight: 700;
}

.jw-nav-lite a {
    font-size: 0.9rem;
    font-weight: 500;
}

.jw-dropdown-menu a {
    font-size: 0.86rem;
}

.jw-hero h1 {
    font-size: clamp(2rem, 3.4vw, 3.8rem);
    line-height: 1.08;
    font-weight: 700;
}

.jw-hero p {
    font-size: clamp(0.95rem, 1.25vw, 1.08rem);
    line-height: 1.6;
}

.jw-hero-brand-title {
    font-size: clamp(1.3rem, 1.9vw, 2.2rem);
    font-weight: 700;
}

.jw-hero-brand-subtitle {
    font-size: 0.83rem;
    letter-spacing: 0.18em;
    font-weight: 700;
}

.jw-btn {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
}

.jw-section-heading {
    font-size: clamp(1.85rem, 2.8vw, 3rem);
    line-height: 1.15;
    font-weight: 700;
}

.jw-whatdo-lead {
    font-size: clamp(0.95rem, 1.15vw, 1.12rem);
    line-height: 1.5;
}

.jw-whatdo-copy h3 {
    font-size: clamp(1.8rem, 2.7vw, 3.4rem);
    line-height: 1.15;
    font-weight: 700;
}

.jw-whatdo-copy p {
    font-size: clamp(0.98rem, 1.05vw, 1.08rem);
    line-height: 1.62;
}

.jw-whatdo-copy ul {
    font-size: clamp(0.96rem, 1vw, 1.06rem);
    line-height: 1.42;
}

.jw-service-overlay h3 {
    font-size: clamp(1.5rem, 2vw, 2.4rem);
    line-height: 1.2;
    font-weight: 600;
}

.jw-service-overlay p {
    font-size: clamp(0.9rem, 1vw, 1.05rem);
    line-height: 1.35;
}

.jw-service-btn {
    font-size: clamp(0.86rem, 0.96vw, 1rem);
    font-weight: 700;
}

.jw-price {
    font-size: 1rem;
}

.jw-muted {
    font-size: 0.98rem;
    line-height: 1.5;
}

.jw-tools-title {
    font-size: clamp(1.95rem, 3vw, 3.1rem);
    line-height: 1.15;
    font-weight: 700;
}

.jw-tool-item h3 {
    font-size: clamp(1.45rem, 1.9vw, 2rem);
    line-height: 1.2;
    font-weight: 700;
}

.jw-tool-item p {
    font-size: clamp(0.98rem, 1.08vw, 1.1rem);
    line-height: 1.5;
}

.jw-agent-name {
    font-size: clamp(1.25rem, 1.8vw, 1.9rem);
    line-height: 1.2;
    font-weight: 700;
}

.jw-agent-meta {
    font-size: 0.98rem;
    line-height: 1.35;
}

.jw-testimonial-text {
    font-size: 1rem;
    line-height: 1.5;
}

.jw-testimonial-name {
    font-size: 1.02rem;
    line-height: 1.3;
    font-weight: 700;
}

.jw-mid-cta-copy h2 {
    font-size: clamp(1.9rem, 2.8vw, 3rem);
    line-height: 1.18;
}

.jw-mid-cta-copy h3 {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
}

.jw-mid-cta-copy p,
.jw-mid-cta-copy ul {
    font-size: 0.99rem;
    line-height: 1.58;
}

.jw-mid-cta-btn {
    font-size: 0.9rem;
    font-weight: 700;
}

.jw-info-head {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.jw-info-text {
    font-size: 0.95rem;
    line-height: 1.4;
}

.jw-footer {
    font-size: 0.84rem;
    line-height: 1.3;
}

/* Phase 1 additions: case studies, trust stats, enhanced CTA and micro-interactions */
.jw-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(14, 35, 67, 0.11);
}

.jw-service-tile:hover {
    transform: translateY(-2px);
}

.jw-agent-cta {
    display: inline-block;
    margin-top: 0.6rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.82rem;
    color: #ffffff;
    background: #1f4d84;
    padding: 0.46rem 0.7rem;
    border-radius: 6px;
}

.jw-agent-cta:hover {
    background: #183d69;
}

.jw-case-studies-section {
    margin: 2rem 0 0.8rem;
}

.jw-case-grid {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.jw-case-card {
    background: #ffffff;
    border: 1px solid #d7deea;
    border-radius: 10px;
    padding: 1rem;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.jw-case-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(12, 45, 87, 0.14);
}

.jw-case-card h3 {
    margin: 0 0 0.55rem;
    color: #0c2d57;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: 1.05rem;
}

.jw-case-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.55;
}

.jw-stats-strip {
    margin: 0 calc(50% - 50vw);
    background: #eef2f9;
    border-top: 0;
    border-bottom: 0;
    padding: 1.15rem 0;
}

.jw-stats-inner {
    width: min(980px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.jw-stat-item {
    text-align: center;
}

.jw-stat-value {
    margin: 0;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: clamp(1.5rem, 2.2vw, 2.2rem);
    font-weight: 800;
    color: #0c2d57;
}

.jw-stat-label {
    margin: 0.2rem 0 0;
    color: #4b5563;
    font-size: 0.94rem;
}

.jw-bottom-cta {
    margin: 1.7rem 0 0.4rem;
}

.jw-bottom-cta-inner {
    width: min(980px, calc(100% - 2rem));
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    border: 1px solid #d7deea;
    border-radius: 12px;
    padding: 1.3rem 1rem 1.5rem;
}

.jw-bottom-cta-inner h2 {
    margin: 0;
    color: #0c2d57;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-size: clamp(1.45rem, 2vw, 2.2rem);
}

.jw-bottom-cta-inner p {
    margin: 0.5rem 0 1rem;
    color: #4b5563;
}

@media (max-width: 900px) {
    .jw-case-grid {
        grid-template-columns: 1fr;
    }

    .jw-stats-inner {
        grid-template-columns: 1fr;
    }
}

/* Visual polish pass: cleaner rhythm without changing content or color palette */
.jw-hero {
    margin-bottom: 1.45rem;
}

.jw-whatdo-section {
    margin-top: 0.35rem;
    margin-bottom: 0.85rem;
}

.jw-whatdo-lead {
    max-width: 980px;
    margin-bottom: 1.35rem;
}

.jw-whatdo-split {
    gap: 1.45rem;
}

.jw-service-stack {
    margin-top: 1.2rem;
}

.jw-recent-section {
    padding-top: 2rem;
}

.jw-recent-inner {
    width: min(1180px, calc(100% - 2.8rem));
}

.jw-tools-section {
    margin-top: 1.6rem;
    padding-top: 3.4rem;
    padding-bottom: 2.5rem;
}

.jw-tools-divider {
    margin-bottom: 1.8rem;
}

.jw-agents-section,
.jw-testimonials-section {
    padding-top: 2.15rem;
    padding-bottom: 2rem;
}

.jw-case-studies-section {
    margin-top: 1.5rem;
}

.jw-case-grid {
    width: min(1080px, calc(100% - 2rem));
}

.jw-stats-strip {
    padding: 0.95rem 0;
}

.jw-bottom-cta {
    margin-top: 1.25rem;
}

.jw-bottom-cta-inner {
    width: min(920px, calc(100% - 2rem));
    padding-top: 1.1rem;
    padding-bottom: 1.3rem;
}

.jw-footer {
    margin-top: 1.6rem;
    padding-top: 0.95rem;
    padding-bottom: 1.35rem;
}

/* Gilezan-inspired grandeur theme overrides */
:root {
    --jw-bg: #0b0c0f;
    --jw-surface: #12151c;
    --jw-ink: #f7f2e8;
    --jw-muted: rgba(245, 242, 233, 0.72);
    --jw-brand: #c7a35a;
    --jw-brand-2: #e6c27a;
    --jw-accent: #f3d090;
    --jw-border: rgba(199, 163, 90, 0.25);
    --jw-radius-md: 14px;
    --jw-font-serif: "Playfair Display", "Times New Roman", serif;
    --jw-font-sans: "Manrope", "Segoe UI", sans-serif;
}

body.jw-body {
    font-family: var(--jw-font-sans);
    color: var(--jw-ink);
    background:
        radial-gradient(circle at 10% 10%, rgba(58, 46, 25, 0.35), transparent 45%),
        radial-gradient(circle at 90% 0%, rgba(36, 30, 18, 0.45), transparent 42%),
        #06070b;
}

.jw-wrap {
    width: min(1200px, calc(100% - 2.4rem));
}

.jw-topbar,
.jw-topbar-lite {
    background: rgba(8, 9, 12, 0.94);
    border-bottom: 1px solid rgba(199, 163, 90, 0.25);
    backdrop-filter: blur(10px);
}

.jw-topbar-inner {
    padding: 1.15rem 0;
}

.jw-brand,
.jw-brand-lite {
    color: #f7f2e8;
    font-family: var(--jw-font-serif);
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.jw-logo-mark {
    width: 36px;
    height: 36px;
    border-color: var(--jw-brand);
    color: var(--jw-brand);
    font-weight: 700;
    font-size: 1rem;
}

.jw-logo-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border: 0;
}

.jw-nav,
.jw-nav-lite {
    gap: 1.1rem;
}

.jw-nav a,
.jw-nav-lite a,
.jw-nav .jw-dropdown-trigger,
.jw-nav-lite .jw-dropdown-trigger {
    color: rgba(245, 242, 233, 0.78);
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.jw-nav a::after,
.jw-nav-lite a::after,
.jw-nav .jw-dropdown-trigger::after,
.jw-nav-lite .jw-dropdown-trigger::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: var(--jw-brand);
    transition: width 180ms ease;
}

.jw-nav a:hover,
.jw-nav-lite a:hover,
.jw-nav .jw-dropdown:hover .jw-dropdown-trigger,
.jw-nav .jw-dropdown:focus-within .jw-dropdown-trigger,
.jw-nav-lite .jw-dropdown:hover .jw-dropdown-trigger,
.jw-nav-lite .jw-dropdown:focus-within .jw-dropdown-trigger {
    color: #ffffff;
}

.jw-nav a:hover::after,
.jw-nav-lite a:hover::after,
.jw-nav .jw-dropdown:hover .jw-dropdown-trigger::after,
.jw-nav .jw-dropdown:focus-within .jw-dropdown-trigger::after,
.jw-nav-lite .jw-dropdown:hover .jw-dropdown-trigger::after,
.jw-nav-lite .jw-dropdown:focus-within .jw-dropdown-trigger::after {
    width: 100%;
}

.jw-hero {
    min-height: 620px;
    background:
        linear-gradient(120deg, rgba(10, 12, 18, 0.95), rgba(10, 12, 18, 0.7)),
        radial-gradient(circle at 15% 20%, rgba(199, 163, 90, 0.14), transparent 45%),
        radial-gradient(circle at 85% 0%, rgba(92, 110, 150, 0.18), transparent 45%),
        #07080c;
    border-top: 1px solid rgba(199, 163, 90, 0.15);
    border-bottom: 1px solid rgba(199, 163, 90, 0.15);
}

.jw-hero::after {
    opacity: 0.55;
    filter: saturate(0.75) brightness(0.75);
    transform: none;
    background: url("/static/jacob/external/hero-buildings.jpg") center/cover no-repeat;
}

.jw-hero::before {
    background: linear-gradient(130deg, rgba(4, 5, 8, 0.92), rgba(10, 12, 18, 0.7), rgba(6, 7, 10, 0.92));
}

.jw-hero-inner {
    min-height: 620px;
    gap: 2.8rem;
}

.jw-hero-kicker {
    margin: 0 0 1rem;
    font-size: 0.78rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(245, 242, 233, 0.74);
    font-weight: 700;
}

.jw-hero-pretitle {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: -0.9rem;
    margin-left: -5px;
    margin-bottom: 0.1rem;
}

.jw-hero-pretitle-icon {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: none;
    padding: 0;
    background: transparent;
}

.jw-hero-pretitle-text {
    font-size: 1.3rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #0c2d57;
    font-weight: 700;
}

.jw-hero-pretitle-sub {
    margin: 0 0 0;
    line-height: 1.1;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0c2d57 !important;
    font-weight: 700;
}

.jw-hero h1 {
    font-family: var(--jw-font-serif);
    font-size: clamp(2.0rem, 3.2vw, 4.2rem);
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.05;
}

.jw-hero-tagline {
    margin: 0;
    font-family: var(--jw-font-serif);
    font-size: clamp(2.0rem, 3.2vw, 4.2rem);
    letter-spacing: 0.01em;
    text-transform: none;
    color: #0c2d57;
}

.jw-line-break {
    display: block;
    line-height: 1.05;
}

.jw-hero-divider {
    margin: 1.25rem 0;
    border: 0;
    border-top: 1px solid rgba(12, 45, 87, 0.2);
}

.jw-hero-subhead {
    margin: 1rem 0 0;
    max-width: 560px;
    color: rgba(245, 242, 233, 0.86);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.6;
}

@keyframes jw-hero-ambient {
    0% {
        background-position: 0% 50%, 15% 20%, 85% 0%;
    }
    50% {
        background-position: 100% 50%, 25% 30%, 75% 10%;
    }
    100% {
        background-position: 0% 50%, 15% 20%, 85% 0%;
    }
}

@keyframes jw-hero-pan {
    0% {
        transform: scale(1.02) translate3d(0, 0, 0);
    }
    50% {
        transform: scale(1.08) translate3d(-1.5%, -1.5%, 0);
    }
    100% {
        transform: scale(1.02) translate3d(0, 0, 0);
    }
}

.jw-hero-brand {
    text-align: right;
}

.jw-hero-brand-mark {
    width: 120px;
    height: 120px;
    border: 1px solid rgba(199, 163, 90, 0.6);
    color: var(--jw-brand);
    font-size: 2.6rem;
    font-family: var(--jw-font-serif);
}

.jw-hero-brand-title {
    font-family: var(--jw-font-serif);
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.jw-hero-brand-subtitle {
    letter-spacing: 0.3em;
    color: rgba(245, 242, 233, 0.7);
}

.jw-page-hero {
    margin: 0 calc(50% - 50vw);
    padding: 1.4rem 0 1.1rem;
    min-height: 140px;
    background:
        linear-gradient(180deg, rgba(7, 8, 12, 0.95), rgba(7, 8, 12, 0.95)),
        radial-gradient(circle at 15% 20%, rgba(199, 163, 90, 0.12), transparent 45%),
        radial-gradient(circle at 85% 0%, rgba(199, 163, 90, 0.18), transparent 40%),
        #07080c;
    border-top: 1px solid rgba(199, 163, 90, 0.15);
    border-bottom: 1px solid rgba(199, 163, 90, 0.15);
}

.jw-page-hero-inner {
    width: min(1080px, calc(100% - 2rem));
    margin: 0 auto;
    text-align: center;
}

.jw-page-kicker {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(245, 242, 233, 0.68);
}

.jw-page-hero h1 {
    margin: 0;
    font-family: var(--jw-font-serif);
    font-size: clamp(1.4rem, 2.2vw, 2.2rem);
    line-height: 1.1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f7f2e8;
}

.jw-page-sub {
    margin: 0.75rem auto 0;
    max-width: 680px;
    color: rgba(245, 242, 233, 0.72);
    font-size: 0.9rem;
    line-height: 1.45;
}

.jw-btn {
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.7rem;
    padding: 0.85rem 1.35rem;
}

.jw-btn-primary {
    background: linear-gradient(135deg, #c7a35a, #f3d090);
    color: #1a1a1a;
    box-shadow: 0 12px 28px rgba(199, 163, 90, 0.3);
}

.jw-btn-ghost {
    border: 1px solid rgba(199, 163, 90, 0.6);
    color: #f7f2e8;
    background: transparent;
}

.jw-btn-ghost:hover {
    border-color: rgba(236, 196, 110, 0.9);
    color: #ffffff;
}

.jw-section-heading {
    font-family: var(--jw-font-serif);
    color: #f7f2e8;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.jw-section-divider {
    background: rgba(199, 163, 90, 0.7);
}

.jw-whatdo-lead,
.jw-whatdo-copy p,
.jw-whatdo-copy ul {
    color: var(--jw-muted);
}

.jw-whatdo-copy h3 {
    color: #f7f2e8;
    font-family: var(--jw-font-serif);
}

.jw-about-intro {
    margin: 0 calc(50% - 50vw);
    padding: 3.8rem 0 3.2rem;
    background:
        linear-gradient(180deg, rgba(7, 8, 12, 0.95), rgba(7, 8, 12, 0.95)),
        radial-gradient(circle at 15% 20%, rgba(199, 163, 90, 0.12), transparent 45%),
        #07080c;
}

.jw-about-intro-grid {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3.4rem;
    row-gap: 4.8rem;
}

.jw-about-intro-inner {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    gap: 2.4rem;
    align-items: stretch;
}

.jw-about-title {
    margin: 0;
    font-family: var(--jw-font-serif);
    font-size: clamp(2.2rem, 3.6vw, 3.6rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jw-about-subtitle {
    margin: 0.6rem 0 1rem;
    color: rgba(245, 242, 233, 0.7);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.jw-about-body {
    margin: 0 0 1.4rem;
    color: rgba(245, 242, 233, 0.75);
    line-height: 1.7;
    font-size: 1rem;
    min-height: 5.8rem;
}

.jw-about-copy {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    align-content: stretch;
    height: 100%;
}

.jw-about-copy .jw-btn {
    margin-top: 1rem;
    align-self: flex-start;
}

.jw-about-photo img {
    width: min(92%, 520px);
    aspect-ratio: 1 / 1;
    height: auto;
    margin-left: auto;
    border-radius: 18px;
    border: 1px solid rgba(199, 163, 90, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
    object-fit: cover;
}

.jw-meet-jacob {
    margin: 1.6rem calc(50% - 50vw) 0;
    padding: 3rem 0 3.2rem;
    background: #0b0c0f;
    border-top: 1px solid rgba(199, 163, 90, 0.2);
    border-bottom: 1px solid rgba(199, 163, 90, 0.2);
}

.jw-meet-inner {
    width: min(1080px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: center;
}

.jw-meet-inner h3 {
    margin: 0.6rem 0 0.8rem;
    font-family: var(--jw-font-serif);
    color: #f7f2e8;
    font-size: 1.9rem;
}

.jw-meet-inner p {
    margin: 0;
    color: rgba(245, 242, 233, 0.72);
    line-height: 1.6;
}

.jw-meet-stats {
    display: grid;
    gap: 1.2rem;
}

.jw-meet-stats .jw-stat-value {
    font-size: 2rem;
    color: var(--jw-brand);
}

.jw-biz-hero {
    margin: 0 calc(50% - 50vw);
    padding: 3.4rem 0;
    background:
        linear-gradient(180deg, rgba(7, 8, 12, 0.96), rgba(7, 8, 12, 0.92)),
        radial-gradient(circle at 10% 20%, rgba(199, 163, 90, 0.12), transparent 45%),
        #07080c;
}

.jw-biz-hero-inner {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    align-items: center;
}

.jw-biz-hero-copy h2 {
    margin: 0.4rem 0 0.8rem;
    font-family: var(--jw-font-serif);
    font-size: clamp(2rem, 3vw, 3.1rem);
    color: #f7f2e8;
}

.jw-biz-hero-copy p {
    margin: 0;
    color: rgba(245, 242, 233, 0.7);
    line-height: 1.6;
}

.jw-biz-hero-media img {
    width: 100%;
    height: auto;
    max-height: 420px;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    border: 1px solid rgba(199, 163, 90, 0.3);
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.jw-biz-gallery {
    margin: 1.6rem calc(50% - 50vw) 0;
}

.jw-biz-gallery-inner {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.jw-biz-photo {
    min-height: 260px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(199, 163, 90, 0.2);
}

.jw-biz-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 6, 9, 0.2), rgba(5, 6, 9, 0.85));
}

.jw-biz-photo-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.1rem;
    color: #f7f2e8;
}

.jw-biz-photo-overlay h3 {
    margin: 0 0 0.35rem;
    font-family: var(--jw-font-serif);
}

.jw-biz-photo-overlay p {
    margin: 0;
    color: rgba(245, 242, 233, 0.75);
}

.jw-biz-process {
    margin: 2.2rem 0 0.6rem;
}

.jw-biz-process .jw-section-heading {
    text-transform: none;
    letter-spacing: 0.05em;
}

.jw-biz-steps {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.jw-biz-step {
    background: rgba(12, 14, 20, 0.92);
    border: 1px solid rgba(199, 163, 90, 0.25);
    border-radius: 12px;
    padding: 1rem;
}

.jw-step-num {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    color: var(--jw-brand);
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.jw-biz-step h3 {
    margin: 0 0 0.5rem;
    font-family: var(--jw-font-serif);
    color: #f7f2e8;
    font-size: 1.05rem;
}

.jw-biz-step p {
    margin: 0;
    color: rgba(245, 242, 233, 0.7);
    line-height: 1.5;
    font-size: 0.9rem;
}

.jw-biz-insights {
    margin: 2rem 0 0.6rem;
}

.jw-biz-insights-inner {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.jw-biz-card {
    background: rgba(12, 14, 20, 0.92);
    border: 1px solid rgba(199, 163, 90, 0.25);
    border-radius: 14px;
    padding: 1.4rem;
}

.jw-biz-card h3 {
    margin: 0 0 0.8rem;
    font-family: var(--jw-font-serif);
    color: #f7f2e8;
}

.jw-biz-card ul {
    margin: 0;
    padding-left: 1.2rem;
    color: rgba(245, 242, 233, 0.7);
    line-height: 1.6;
}

.jw-biz-why {
    margin: 2rem calc(50% - 50vw) 0;
    padding: 3rem 0;
    background: #0b0c0f;
    border-top: 1px solid rgba(199, 163, 90, 0.2);
    border-bottom: 1px solid rgba(199, 163, 90, 0.2);
}

.jw-biz-why-inner {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
}

.jw-biz-why-inner h2 {
    margin: 0.6rem 0 0.8rem;
    font-family: var(--jw-font-serif);
    color: #f7f2e8;
}

.jw-biz-why-inner p {
    color: rgba(245, 242, 233, 0.7);
    line-height: 1.6;
}

.jw-biz-why-cta {
    width: 100%;
    display: flex;
    justify-content: center;
}

.jw-owner-services {
    margin: 2rem 0 0.6rem;
}

.jw-owner-services-inner {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

.jw-owner-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.jw-owner-card {
    background: rgba(12, 14, 20, 0.92);
    border: 1px solid rgba(199, 163, 90, 0.25);
    border-radius: 14px;
    padding: 1.4rem;
}

.jw-owner-card h3 {
    margin: 0 0 0.6rem;
    font-family: var(--jw-font-serif);
    color: #f7f2e8;
}

.jw-owner-card p {
    margin: 0;
    color: rgba(245, 242, 233, 0.7);
    line-height: 1.6;
}

.jw-owner-card-link {
    display: inline-block;
    margin-top: 0.9rem;
    color: #0c2d57;
    font-weight: 700;
    text-decoration: none;
}

.jw-owner-card-link:hover {
    color: var(--jw-brand);
}

.jw-fixed-hero {
    margin: 0 calc(50% - 50vw);
    padding: 3.4rem 0;
    background: #ffffff;
    border-bottom: 1px solid var(--jw-border);
}

.jw-fixed-hero-inner,
.jw-fixed-overview-inner,
.jw-fixed-michael-inner {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

.jw-fixed-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 2rem;
    align-items: center;
}
/* 2249 Reusable calendar picker */
.jw-calendar {
    position: relative;
    display: grid;
    grid-template-columns: 320px max-content;
    border: 1px solid #d4deef;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.42);
    width: fit-content;
    max-width: 100%;
}

    .jw-calendar.has-slots {
        grid-template-columns: 320px minmax(0, 1fr);
        width: 100%;
    }

    .jw-calendar::after {
        content: "SCHEDULE";
        position: absolute;
        top: 18px;
        right: -44px;
        transform: rotate(45deg);
        background: #5f748f;
        color: #ffffff;
        font-size: 0.72rem;
        letter-spacing: 0.14em;
        font-weight: 800;
        padding: 0.4rem 3.1rem;
        z-index: 2;
    }

.jw-calendar-left {
    padding: 1.6rem 1.45rem;
    border-right: 1px solid #e2e8f0;
    background: radial-gradient(circle at 12% 0%, rgba(44, 116, 212, 0.08), rgba(44, 116, 212, 0) 44%), linear-gradient(180deg, #f9fcff 0%, #f5f8fc 100%);
}

.jw-calendar-brand-row {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.jw-calendar-brand-icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    object-fit: contain;
}

.jw-calendar-brand {
    margin: 0;
    color: #1f2937;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-weight: 800;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jw-calendar-title {
    margin: 0.6rem 0 0;
    font-family: "Playfair Display", Georgia, serif;
    color: #2a5f9c;
    font-size: clamp(1.05rem, 1.55vw, 1.6rem);
    line-height: 1.14;
    letter-spacing: 0.01em;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum" 1;
    text-align: center;
}

.jw-calendar-host {
    margin: 0.55rem auto 0;
    max-width: 290px;
    text-align: center;
}

.jw-calendar-host-detail {
    margin: 0.18rem 0 0;
    font-family: "Playfair Display", Georgia, serif;
    color: #2a5f9c;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.14;
    overflow-wrap: anywhere;
}

.jw-calendar-meta-row {
    margin-top: 0.95rem;
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
}

.jw-calendar-meta-icon {
    width: 26px;
    height: 26px;
    color: #6b7280;
    flex: 0 0 auto;
}

    .jw-calendar-meta-icon svg {
        width: 100%;
        height: 100%;
    }

.jw-calendar-duration {
    margin: 0;
    color: #52647d;
    font-size: 0.88rem;
    font-weight: 700;
}

.jw-calendar-note {
    margin: 0;
    color: #4b5563;
    font-size: 0.82rem;
    line-height: 1.55;
    max-width: 250px;
}

.jw-calendar-note strong {
    display: block;
    color: #0c2d57;
    font-weight: 800;
    margin-bottom: 0.12rem;
}

.jw-calendar-note span {
    display: block;
}

.jw-calendar-back-btn {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid #cfdbf0;
    background: #ffffff;
    color: #2c74d4;
    font-size: 1.45rem;
    cursor: pointer;
    margin-bottom: 1.2rem;
    box-shadow: 0 8px 20px -16px rgba(15, 23, 42, 0.6);
}

.jw-calendar-summary {
    margin-top: 1.6rem;
    padding-top: 1.1rem;
    border-top: 1px solid #dbe5f3;
}

.jw-calendar-summary-line {
    margin: 0.35rem 0;
    color: #334155;
    font-weight: 700;
    font-size: 1.02rem;
    line-height: 1.45;
}

.jw-calendar-right {
    padding: 1.55rem 1.6rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    width: max-content;
    max-width: 100%;
}

.jw-calendar.has-slots .jw-calendar-right {
    width: 100%;
}

.jw-calendar-heading {
    margin: 0 0 1.3rem;
    font-family: "Lato", "Open Sans", "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.1;
    color: #2a5f9c;
    letter-spacing: -0.01em;
    font-weight: 700;
}

.jw-calendar-month-nav {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.05rem;
}

.jw-calendar-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid #dae4f5;
    background: #f2f6fc;
    color: #2c74d4;
    font-size: 1.55rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .jw-calendar-nav-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 18px -16px rgba(23, 104, 229, 0.8);
    }

    .jw-calendar-nav-btn:disabled {
        color: #b7c4d6;
        cursor: not-allowed;
        opacity: 0.58;
    }

    .jw-calendar-nav-btn:disabled:hover {
        transform: none;
        box-shadow: none;
    }

.jw-calendar-month-label {
    min-width: 170px;
    text-align: center;
    color: #2a5f9c;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.jw-calendar-main {
    display: grid;
    grid-template-columns: 460px;
    gap: 0;
    align-items: start;
    width: max-content;
    max-width: 100%;
}

    .jw-calendar-main.has-slots {
        grid-template-columns: 460px minmax(220px, 1fr);
        gap: 0.9rem;
        width: 100%;
    }

    .jw-calendar-main:not(.has-slots) .jw-calendar-slots {
        display: none;
    }

.jw-calendar-core {
    width: 100%;
}

.jw-calendar-weekdays,
.jw-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.64rem;
}

    .jw-calendar-weekdays span {
        text-align: center;
        color: #3a679b;
        font-weight: 700;
        font-size: 0.84rem;
        padding: 0.28rem 0;
    }

.jw-calendar-day {
    height: 48px;
    width: 48px;
    border: 0;
    border-radius: 999px;
    background: #edf3fa;
    color: #2f76cc;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    justify-self: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease;
}

    .jw-calendar-day:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 16px -14px rgba(23, 104, 229, 0.75);
    }

    .jw-calendar-day.is-disabled {
        background: #f7f9fc;
        color: #c5cfdb;
        cursor: not-allowed;
        opacity: 1;
        text-decoration: line-through;
    }

    .jw-calendar-day.is-disabled:hover {
        transform: none;
        box-shadow: none;
    }

    .jw-calendar-day.is-empty {
        visibility: hidden;
    }

    .jw-calendar-day.is-selected {
        background: #5a97df;
        color: #ffffff;
        box-shadow: 0 14px 20px -16px rgba(90, 151, 223, 0.8);
    }

.jw-calendar-tz-wrap {
    margin-top: 1.1rem;
    position: relative;
}

.jw-calendar-tz-label {
    display: block;
    margin-bottom: 0.32rem;
    color: #3a679b;
    font-weight: 700;
}

.jw-calendar-tz-trigger {
    width: 100%;
    max-width: 360px;
    border: 1px solid #b8cbe9;
    border-radius: 12px;
    padding: 0.56rem 0.72rem;
    background: #ffffff;
    color: #1f3f67;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-align: left;
    cursor: pointer;
}

.jw-calendar-tz-trigger-globe {
    width: 18px;
    height: 18px;
    line-height: 0;
}

    .jw-calendar-tz-trigger-globe svg {
        width: 100%;
        height: 100%;
    }

.jw-calendar-tz-popover {
    position: absolute;
    left: 0;
    bottom: calc(100% + 0.55rem);
    z-index: 20;
    width: min(760px, calc(100vw - 3rem));
    max-height: 430px;
    border: 1px solid #c9d8ee;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 32px -24px rgba(15, 23, 42, 0.45);
    padding: 1rem 1rem 0.8rem;
}

.jw-calendar-tz-search-wrap {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid #b8cbe9;
    border-radius: 12px;
    padding: 0.48rem 0.72rem;
}

.jw-calendar-tz-search-icon {
    opacity: 0.75;
}

.jw-calendar-tz-search {
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 0.94rem;
    font-weight: 500;
    color: #1f3f67;
    background: transparent;
}

.jw-calendar-tz-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.9rem;
}

.jw-calendar-tz-header-label {
    margin: 0;
    color: #1f3f67;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.jw-calendar-tz-format-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    color: #3a679b;
    font-weight: 500;
    font-size: 0.86rem;
}

    .jw-calendar-tz-format-toggle input {
        width: 16px;
        height: 16px;
    }

.jw-calendar-tz-list {
    margin-top: 0.7rem;
    max-height: 280px;
    overflow: auto;
    padding-right: 0.15rem;
}

.jw-calendar-tz-group {
    margin: 0.6rem 0 0.3rem;
    color: #1f3f67;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.jw-calendar-tz-option {
    width: 100%;
    border: 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 0.58rem 0.66rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    color: #1f3f67;
    cursor: pointer;
}

    .jw-calendar-tz-option:hover {
        background: #f1f6fd;
    }

    .jw-calendar-tz-option.is-selected {
        background: #e6f0fb;
    }

.jw-calendar-tz-option-name {
    text-align: left;
    font-size: 0.9rem;
    font-weight: 500;
}

.jw-calendar-tz-option-time {
    color: #3a679b;
    font-weight: 500;
    font-size: 0.9rem;
}

.jw-calendar-tz-empty {
    margin: 0.5rem 0;
    color: #64748b;
    font-size: 0.94rem;
}

.jw-calendar-tz {
    display: none;
}

.jw-calendar-selected-date {
    margin: 0 0 0.78rem;
    color: #3a679b;
    font-size: 0.94rem;
    font-weight: 700;
}

.jw-calendar-slots-list {
    display: grid;
    gap: 0.62rem;
    max-height: 470px;
    overflow: auto;
    padding-right: 0.3rem;
}

.jw-calendar-slots {
    min-width: 0;
}

.jw-calendar-no-slots {
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.45;
}

.jw-calendar-slot-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
}

.jw-calendar-slot-btn {
    border: 1px solid #a3c1ee;
    border-radius: 12px;
    background: #ffffff;
    color: #3f7fcb;
    font-size: 0.95rem;
    font-weight: 700;
    min-height: 46px;
    cursor: pointer;
    width: 100%;
}

    .jw-calendar-slot-btn.is-selected {
        background: #6b7280;
        border-color: #6b7280;
        color: #ffffff;
    }

.jw-calendar-next-btn {
    border: 0;
    border-radius: 12px;
    background: #5a97df;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    min-width: 96px;
    min-height: 46px;
    cursor: pointer;
    padding: 0 0.85rem;
}

.jw-calendar-form {
    max-width: 760px;
}

.jw-calendar-form-label {
    display: block;
    margin: 0.95rem 0 0.38rem;
    color: #2a4e79;
    font-weight: 700;
    font-size: 1.05rem;
}

.jw-calendar-form-input {
    width: 100%;
    border: 1px solid #b7cce9;
    border-radius: 12px;
    background: #ffffff;
    color: #0c2d57;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    min-height: 54px;
}

    .jw-calendar-form-input:focus {
        border-color: #1768e5;
        box-shadow: 0 0 0 3px rgba(23, 104, 229, 0.14);
        outline: none;
    }

.jw-calendar-form-input[readonly] {
    background: #eef5ff;
    color: #0c2d57;
    cursor: not-allowed;
    border-color: #bfd2ee;
}

.jw-calendar-form-textarea {
    min-height: 112px;
    resize: vertical;
}

.jw-calendar-error {
    margin: 0.38rem 0 0;
    color: #c2410c;
    font-size: 0.95rem;
}

.jw-calendar-submit-btn {
    margin-top: 1.2rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #5c98df 0%, #4a8fdc 100%);
    color: #ffffff;
    font-size: 1.03rem;
    font-weight: 800;
    min-height: 58px;
    min-width: 220px;
    cursor: pointer;
    padding: 0 1.4rem;
    box-shadow: 0 16px 24px -20px rgba(74, 143, 220, 0.65);
}

@media (max-width: 1280px) {
    .jw-calendar-main {
        grid-template-columns: 1fr;
    }

        .jw-calendar-main.has-slots {
            grid-template-columns: 1fr;
        }

    .jw-calendar-day {
        width: 56px;
    }
}

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

    .jw-calendar-left {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
    }

    .jw-calendar-tz-popover {
        width: min(94vw, 560px);
    }
}

.jw-fixed-hero-copy h2,
.jw-fixed-michael-copy h2 {
    margin: 0.45rem 0 0.9rem;
    color: #0c2d57;
    font-family: var(--jw-font-serif);
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.08;
}

.jw-fixed-hero-copy p,
.jw-fixed-lead p,
.jw-fixed-michael-copy p,
.jw-fixed-michael-copy li,
.jw-fixed-michael-panel p {
    color: var(--jw-muted);
    line-height: 1.65;
}

.jw-fixed-profile {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 1.2rem;
    align-items: center;
    padding: 1.2rem;
    background: #ffffff;
    border: 1px solid var(--jw-border);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.jw-fixed-profile img {
    width: 130px;
    height: 130px;
    border-radius: 999px;
    object-fit: cover;
    border: 3px solid #d6e2f5;
}

.jw-fixed-profile h3 {
    margin: 0 0 0.25rem;
    color: #0c2d57;
    font-family: var(--jw-font-serif);
    font-size: 1.55rem;
}

.jw-fixed-profile p {
    margin: 0 0 0.5rem;
    color: var(--jw-brand);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.jw-fixed-profile span {
    display: block;
    color: var(--jw-muted);
    line-height: 1.55;
}

.jw-fixed-overview {
    margin: 2rem 0 0.8rem;
}

.jw-fixed-lead {
    max-width: 820px;
    margin: 0 auto 1.6rem;
    text-align: center;
}

.jw-fixed-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.jw-fixed-card,
.jw-fixed-michael-panel {
    background: #ffffff;
    border: 1px solid var(--jw-border);
    border-radius: 14px;
    padding: 1.3rem;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.jw-fixed-card h3,
.jw-fixed-michael-panel h3 {
    margin: 0 0 0.55rem;
    color: #0c2d57;
    font-family: var(--jw-font-serif);
}

.jw-fixed-card p {
    margin: 0;
    color: var(--jw-muted);
    line-height: 1.55;
}

.jw-fixed-michael {
    margin: 2.2rem calc(50% - 50vw) 0;
    padding: 3rem 0;
    background: #f8fbff;
    border-top: 1px solid var(--jw-border);
    border-bottom: 1px solid var(--jw-border);
}

.jw-fixed-michael-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 1.6rem;
    align-items: center;
}

.jw-fixed-michael-copy ul {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
}

.jw-fixed-michael-panel h3 {
    font-size: 1.35rem;
}

.jw-network-intro {
    margin: 1.6rem 0 0.8rem;
}

.jw-network-inner {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

.jw-network-intro .jw-page-kicker {
    font-size: 1.08rem;
    font-weight: 700;
    color: #0c2d57;
}

.jw-network-lead {
    margin: 0.8rem 0 0;
    color: rgba(245, 242, 233, 0.72);
    line-height: 1.6;
}

.jw-network-grid-section {
    margin: 2rem 0 0.8rem;
}

.jw-network-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.jw-network-card {
    background: rgba(12, 14, 20, 0.92);
    border: 1px solid rgba(199, 163, 90, 0.25);
    border-radius: 14px;
    padding: 1.4rem;
}

.jw-network-card h3 {
    margin: 0 0 0.6rem;
    font-family: var(--jw-font-serif);
    color: #f7f2e8;
}

.jw-network-card p {
    margin: 0;
    color: rgba(245, 242, 233, 0.7);
    line-height: 1.6;
}

.jw-network-cta {
    margin: 2rem calc(50% - 50vw) 0;
    padding: 2.6rem 0;
    background: #0b0c0f;
    border-top: 1px solid rgba(199, 163, 90, 0.2);
    border-bottom: 1px solid rgba(199, 163, 90, 0.2);
}

.jw-network-cta-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: center;
}

.jw-network-cta-inner h2 {
    margin: 0 0 0.6rem;
    font-family: var(--jw-font-serif);
    color: #f7f2e8;
}

.jw-network-cta-inner p {
    margin: 0;
    color: rgba(245, 242, 233, 0.7);
    line-height: 1.6;
}

.jw-network-actions {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

@media (max-width: 1200px) {
    .jw-biz-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .jw-biz-steps {
        grid-template-columns: 1fr;
    }
}

.jw-pathways {
    margin: 2.4rem calc(50% - 50vw) 0;
    padding: 3.4rem 0;
    background:
        linear-gradient(180deg, rgba(10, 11, 16, 0.95), rgba(10, 11, 16, 0.95)),
        url("/static/jacob/photo-1600566753051-f0b89df2dd90.jpg") center/cover no-repeat;
}

.jw-pathways-inner {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

.jw-pathways-lead {
    margin: 0 auto 2.4rem;
    text-align: center;
    color: rgba(245, 242, 233, 0.8);
    font-size: 1.02rem;
}

.jw-pathways-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
    width: min(100%, 860px);
    margin: 0 auto;
}

.jw-pathways-card {
    background: rgba(12, 14, 20, 0.9);
    border: 1px solid rgba(199, 163, 90, 0.25);
    border-radius: 14px;
    padding: 1.7rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    scroll-margin-top: 120px;
}

.jw-pathways-card h3 {
    margin: 0 0 0.75rem;
    font-family: var(--jw-font-serif);
    color: #f7f2e8;
    font-size: 1.5rem;
}

.jw-pathways-card h3 a {
    color: inherit;
    text-decoration: none;
}

.jw-pathways-card h3 a:hover,
.jw-pathways-card h3 a:focus {
    color: inherit;
    text-decoration: none;
}

.jw-pathways-card p {
    margin: 0 0 1.3rem;
    color: rgba(245, 242, 233, 0.7);
    line-height: 1.6;
}

.jw-link {
    color: var(--jw-brand);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.68rem;
    font-weight: 700;
}

.jw-link:hover {
    color: #ffffff;
}

.jw-service-tile::before {
    background: rgba(6, 6, 8, 0.55);
}

.jw-service-overlay h3 {
    font-family: var(--jw-font-serif);
    letter-spacing: 0.04em;
}

.jw-service-btn {
    background: rgba(199, 163, 90, 0.9);
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
}

.jw-service-btn:hover {
    background: #d6b56f;
}

.jw-card,
.jw-case-card,
.jw-bottom-cta-inner,
.jw-thank-top {
    background: rgba(14, 16, 22, 0.92);
    border-color: rgba(199, 163, 90, 0.2);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.4);
}

.jw-card h3,
.jw-card h4,
.jw-case-card h3 {
    color: #f7f2e8;
}

.jw-muted,
.jw-case-card p,
.jw-price,
.jw-stat-label,
.jw-testimonial-text {
    color: rgba(245, 242, 233, 0.7);
}

.jw-price {
    color: var(--jw-brand);
}

.jw-recent-section,
.jw-case-studies-section,
.jw-bottom-cta,
.jw-stats-strip {
    background: transparent;
}

.jw-agents-section,
.jw-testimonials-section {
    background: #0f1117;
    border-top: 1px solid rgba(199, 163, 90, 0.2);
    border-bottom: 1px solid rgba(199, 163, 90, 0.2);
}

.jw-agent-name,
.jw-testimonial-name {
    color: #f7f2e8;
}

.jw-agent-meta {
    color: rgba(245, 242, 233, 0.68);
}

.jw-agent-cta {
    background: rgba(199, 163, 90, 0.9);
    color: #1a1a1a;
}

.jw-agent-cta:hover {
    background: #d6b56f;
}

.jw-tools-section::before {
    background: rgba(5, 7, 12, 0.8);
}

.jw-tool-item h3,
.jw-tools-title {
    font-family: var(--jw-font-serif);
}

.jw-mid-cta {
    background:
        linear-gradient(rgba(9, 10, 14, 0.92), rgba(9, 10, 14, 0.92)),
        radial-gradient(circle at 20% 20%, rgba(199, 163, 90, 0.12), transparent 45%),
        radial-gradient(circle at 80% 80%, rgba(199, 163, 90, 0.1), transparent 45%),
        #0b0c0f;
}

.jw-mid-cta-copy h2,
.jw-mid-cta-copy h3 {
    font-family: var(--jw-font-serif);
}

.jw-mid-cta-btn {
    background: linear-gradient(135deg, #c7a35a, #f3d090);
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.jw-bottom-cta-inner h2 {
    font-family: var(--jw-font-serif);
    color: #f7f2e8;
}

.jw-bottom-cta-inner p {
    color: rgba(245, 242, 233, 0.7);
}

.jw-info-band {
    background: #0b0c0f;
}

.jw-info-head {
    color: #f7f2e8;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.jw-info-text {
    color: rgba(245, 242, 233, 0.68);
}

.jw-info-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.jw-info-social a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
}

.jw-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.jw-footer {
    color: rgba(245, 242, 233, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.jw-modal-panel,
.jw-modal-message {
    background: #0f1117;
    color: #f7f2e8;
    border-color: rgba(199, 163, 90, 0.4);
}

.jw-modal-close {
    background: #0f1117;
    box-shadow: 0 0 0 3px rgba(199, 163, 90, 0.4);
}

.jw-thank-top {
    background: rgba(12, 14, 20, 0.92);
    border-color: rgba(199, 163, 90, 0.25);
}

.jw-thank-call h3,
.jw-thank-call p {
    color: #f7f2e8;
}

@media (max-width: 900px) {
    .jw-about-intro-grid {
        grid-template-columns: 1fr;
        row-gap: 5.4rem;
    }
    .jw-about-photo img {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }
    .jw-pathways-grid {
        grid-template-columns: 1fr;
    }
    .jw-hero-brand {
        text-align: center;
    }
    .jw-page-hero {
        padding: 1.1rem 0 0.9rem;
        min-height: 120px;
    }
    .jw-about-intro-inner,
    .jw-meet-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .jw-biz-hero-inner,
    .jw-biz-insights-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .jw-fixed-hero-inner,
    .jw-fixed-michael-inner {
        grid-template-columns: 1fr;
    }
    .jw-fixed-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .jw-biz-gallery-inner {
        grid-template-columns: 1fr;
    }
    .jw-owner-grid {
        grid-template-columns: 1fr;
    }
    .jw-network-grid {
        grid-template-columns: 1fr;
    }
    .jw-network-cta-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .jw-network-actions {
        align-items: center;
    }
}

@media (max-width: 640px) {
    .jw-fixed-grid,
    .jw-fixed-profile {
        grid-template-columns: 1fr;
    }
    .jw-fixed-profile {
        text-align: center;
    }
    .jw-fixed-profile img {
        margin: 0 auto;
    }
}

/* Light palette override: white backgrounds with black/blue foregrounds */
:root {
    --jw-bg: #ffffff;
    --jw-surface: #ffffff;
    --jw-ink: #111111;
    --jw-muted: #4b5563;
    --jw-brand: #188bf6;
    --jw-brand-2: #155eef;
    --jw-accent: #188bf6;
    --jw-border: #d6e2f5;
}

body.jw-body {
    color: var(--jw-ink);
    background:
        radial-gradient(circle at 12% 8%, rgba(24, 139, 246, 0.08), transparent 40%),
        radial-gradient(circle at 90% 0%, rgba(24, 139, 246, 0.06), transparent 45%),
        #ffffff;
}

.jw-topbar,
.jw-topbar-lite {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--jw-border);
}

.jw-brand,
.jw-brand-lite,
.jw-nav a,
.jw-nav-lite a,
.jw-nav .jw-dropdown-trigger,
.jw-nav-lite .jw-dropdown-trigger {
    color: var(--jw-ink);
}

.jw-nav a:hover,
.jw-nav-lite a:hover,
.jw-nav .jw-dropdown:hover .jw-dropdown-trigger,
.jw-nav .jw-dropdown:focus-within .jw-dropdown-trigger,
.jw-nav-lite .jw-dropdown:hover .jw-dropdown-trigger,
.jw-nav-lite .jw-dropdown:focus-within .jw-dropdown-trigger {
    color: var(--jw-brand);
}

.jw-nav .jw-dropdown-menu a,
.jw-nav-lite .jw-dropdown-menu a {
    color: var(--jw-ink);
    display: block;
    font-size: 0.86rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    padding: 0.65rem 0.85rem;
    text-transform: none;
    white-space: nowrap;
}

.jw-nav .jw-dropdown-menu a:hover,
.jw-nav-lite .jw-dropdown-menu a:hover {
    background: #f3f6fb;
    color: var(--jw-brand);
}

.jw-nav .jw-dropdown-menu a::after,
.jw-nav-lite .jw-dropdown-menu a::after {
    display: none;
}

.jw-hero {
    background: #ffffff;
    border-top: 1px solid var(--jw-border);
    border-bottom: 1px solid var(--jw-border);
    color: var(--jw-ink);
}

.jw-hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.92));
}

.jw-hero::after {
    opacity: 0.35;
    filter: saturate(0.9) brightness(1.02);
}

.jw-hero h1,
.jw-hero-brand-title,
.jw-about-title,
.jw-meet-inner h3,
.jw-whatdo-copy h3,
.jw-biz-hero-copy h2,
.jw-biz-step h3,
.jw-biz-card h3,
.jw-owner-card h3,
.jw-network-card h3,
.jw-network-cta-inner h2,
.jw-pathways-card h3,
.jw-agent-name,
.jw-testimonial-name,
.jw-bottom-cta-inner h2,
.jw-info-head,
.jw-thank-call h3,
.jw-thank-call p {
    color: var(--jw-brand);
}

.jw-hero h1 {
    color: #0c2d57;
}

.jw-hero-kicker,
.jw-hero-subhead,
.jw-hero-brand-subtitle,
.jw-about-subtitle,
.jw-about-body,
.jw-meet-inner p,
.jw-biz-hero-copy p,
.jw-biz-step p,
.jw-biz-card ul,
.jw-biz-why-inner p,
.jw-owner-card p,
.jw-network-card p,
.jw-network-lead,
.jw-network-cta-inner p,
.jw-pathways-lead,
.jw-pathways-card p,
.jw-muted,
.jw-case-card p,
.jw-stat-label,
.jw-testimonial-text,
.jw-agent-meta,
.jw-bottom-cta-inner p,
.jw-info-text {
    color: var(--jw-muted);
}

.jw-hero-kicker {
    color: #111111 !important;
}

.jw-hero-subhead {
    color: #111111 !important;
}

.jw-hero-brand-title {
    color: #111111 !important;
}

.jw-hero-brand-subtitle {
    color: #111111 !important;
}

.jw-about-intro,
.jw-meet-jacob,
.jw-biz-hero,
.jw-biz-why,
.jw-network-cta,
.jw-pathways,
.jw-agents-section,
.jw-testimonials-section,
.jw-mid-cta,
.jw-info-band {
    background: #ffffff;
    border-color: var(--jw-border);
}

.jw-biz-step,
.jw-biz-card,
.jw-owner-card,
.jw-network-card,
.jw-pathways-card,
.jw-card,
.jw-case-card,
.jw-bottom-cta-inner,
.jw-thank-top,
.jw-modal-panel,
.jw-modal-message {
    background: #ffffff;
    border-color: var(--jw-border);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.jw-service-btn,
.jw-agent-cta,
.jw-mid-cta-btn {
    background: var(--jw-brand);
    color: #111111;
}

.jw-service-btn:hover,
.jw-agent-cta:hover,
.jw-mid-cta-btn:hover {
    background: var(--jw-brand-2);
}

.jw-link:hover {
    color: var(--jw-brand-2);
}

.jw-modal-close {
    background: var(--jw-ink);
    box-shadow: 0 0 0 3px var(--jw-border);
}

.jw-section-heading {
    color: #0c2d57;
}

.jw-section-divider {
    background: #0c2d57;
}

.jw-link {
    color: #0c2d57;
}

.jw-link:hover {
    color: #0c2d57;
}

.jw-btn-primary,
.jw-btn-ghost,
.jw-mid-cta-btn,
.jw-service-btn,
.jw-agent-cta {
    background: #ffffff;
    color: #0c2d57;
    border: 2px solid #0c2d57;
    box-shadow: none;
}

.jw-btn-primary:hover,
.jw-btn-ghost:hover,
.jw-mid-cta-btn:hover,
.jw-service-btn:hover,
.jw-agent-cta:hover {
    background: #dbeafe;
    color: #0c2d57;
}

.jw-hero-brand-mark,
.jw-mid-cta-mark {
    border-color: #0c2d57;
    color: #0c2d57;
}

.jw-hero-brand-mark {
    border: 0;
    padding: 0;
}

.jw-hero-brand-mark img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
}

.jw-page-kicker,
.jw-step-num,
.jw-stat-value {
    color: #0c2d57;
}

.jw-stat-label {
    color: #111111;
}
.jw-section-heading-dark {
    color: #0c2d57 !important;
}
.jw-btn-primary,
.jw-btn-soft {
    color: #111111;
}

.jw-mid-cta,
.jw-mid-cta-copy h2,
.jw-mid-cta-copy h3,
.jw-mid-cta-copy p,
.jw-mid-cta-copy ul,
.jw-mid-cta-copy li,
.jw-mid-cta-title,
.jw-mid-cta-subtitle {
    color: #111111 !important;
}

.jw-realestate-value {
    color: #0c2d57 !important;
}

.jw-divider-spacer {
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid rgba(12, 45, 87, 0.18);
}

.jw-page-hero {
    background: #0c2d57 !important;
}

.jw-schedule-error {
    display: grid;
    min-height: 56vh;
    place-items: center;
    padding: 4rem 0;
}

.jw-schedule-error-panel {
    max-width: 760px;
    text-align: center;
}

.jw-schedule-error-panel h1 {
    color: var(--jw-ink);
    font-family: var(--jw-font-serif);
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    margin: 0.55rem 0 1rem;
}

.jw-schedule-error-panel p {
    color: var(--jw-muted);
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0.65rem auto 0;
    max-width: 640px;
}

.jw-schedule-error .jw-actions {
    justify-content: center;
    margin-top: 1.6rem;
}

.jw-page-hero .jw-page-kicker {
    color: #ffffff !important;
}

.jw-case-card h3 {
    color: var(--jw-brand) !important;
}

/* Force-fix about page readability + profile spacing */
.jw-whatdo-copy h3 {
    color: #0c2d57 !important;
    opacity: 1 !important;
    text-shadow: none !important;
    filter: none !important;
}

.jw-about-intro-grid {
    row-gap: 6rem !important;
}

.jw-about-intro-inner + .jw-about-intro-inner .jw-about-photo {
    margin-top: 1.4rem !important;
}

/* Direct selector for the specific about heading */
.jw-whatdo-heading-fix {
    color: #0c2d57 !important;
    opacity: 1 !important;
    text-shadow: none !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

/* Extra vertical separation between Jacob and Jeremie photos */
.jw-about-intro-inner:nth-child(2) .jw-about-photo {
    margin-top: 2.4rem !important;
}

/* About section alignment lock: names, designations, photos, and CTAs */
.jw-about-intro-grid {
    column-gap: 3.6rem !important;
    row-gap: 3.8rem !important;
}

.jw-about-intro-inner {
    align-items: stretch !important;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr) !important;
}

.jw-about-copy {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    padding-right: 1rem !important;
}

.jw-about-title {
    min-height: 2.35em !important;
    display: flex !important;
    align-items: flex-end !important;
    line-height: 1.05 !important;
    letter-spacing: 0.06em !important;
}

.jw-about-intro-inner:nth-child(3) .jw-about-title {
    font-size: clamp(1.9rem, 3vw, 3.15rem) !important;
}

.jw-about-subtitle {
    min-height: 2.6em !important;
    display: flex !important;
    align-items: flex-start !important;
}

.jw-about-body {
    min-height: 10.5rem !important;
}

.jw-about-copy .jw-btn {
    margin-top: auto !important;
    align-self: flex-start !important;
    min-width: 250px !important;
    text-align: center !important;
}

.jw-about-photo {
    margin-top: 0 !important;
    align-self: start !important;
    width: min(100%, 420px) !important;
    justify-self: end !important;
    overflow: hidden !important;
    border-radius: 18px !important;
}

.jw-about-photo img {
    margin-top: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
    margin-left: 0 !important;
}

.jw-about-intro-inner:nth-child(3) .jw-about-photo {
    width: min(100%, 420px) !important;
    justify-self: end !important;
}

.jw-about-intro-inner:nth-child(3) .jw-about-photo img {
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
}

.jw-about-intro-inner + .jw-about-intro-inner .jw-about-photo,
.jw-about-intro-inner:nth-child(2) .jw-about-photo {
    margin-top: 0 !important;
}

@media (max-width: 900px) {
    .jw-about-title,
    .jw-about-subtitle {
        min-height: 0 !important;
    }
    .jw-about-copy {
        display: flex !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
    }
    .jw-about-copy .jw-btn {
        min-width: 0 !important;
    }
}

/* What-do section polish: bullet spacing + image alignment */
.jw-whatdo-split {
    align-items: center !important;
}

.jw-whatdo-media {
    align-self: center !important;
    margin-top: 0 !important;
}

.jw-whatdo-media img {
    display: block !important;
    margin-top: 0 !important;
}

.jw-whatdo-copy ul {
    line-height: 1.55 !important;
}

.jw-whatdo-copy ul li {
    margin-bottom: 0.38rem !important;
}

.jw-whatdo-copy ul li:last-child {
    margin-bottom: 0 !important;
}

/* Footer area: single top border matching header */
.jw-info-band {
    border-top: 0 !important;
}

.jw-footer {
    background: rgba(255, 255, 255, 0.96) !important;
    border-top: 1px solid var(--jw-border) !important;
    border-bottom: 1px solid var(--jw-border) !important;
    margin-top: 0 !important;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}

/* Ensure business CTA heading is readable in light theme */
.jw-biz-why-inner h2 {
    color: #0c2d57 !important;
    opacity: 1 !important;
    text-shadow: none !important;
    filter: none !important;
}

/* Keep info-band styling intact after moving it inside footer */
.jw-footer .jw-info-band {
    text-transform: none !important;
    letter-spacing: normal !important;
    font-size: 1rem !important;
    color: inherit !important;
}

.jw-footer-note {
    margin: 0 !important;
    padding: 0.9rem 0 1.2rem !important;
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
    text-transform: none;
    letter-spacing: normal;
}

/* Curved footer box */
.jw-footer {
    width: min(1320px, calc(100% - 2rem)) !important;
    margin: 0.9rem auto 1rem !important;
    border: 1px solid var(--jw-border) !important;
    border-radius: 34px !important;
    overflow: hidden;
    background: #ffffff !important;
    padding: 0 !important;
}

.jw-footer .jw-info-band {
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.jw-footer .jw-info-band-inner {
    padding: 1.55rem 1.2rem 1.05rem !important;
}

.jw-footer-note {
    margin: 0.35rem 0 0 !important;
    padding: 0 0 1.05rem !important;
}

/* Final footer style: match header bar look */
.jw-footer {
    width: auto !important;
    margin: 0 calc(50% - 50vw) !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #d9dce2 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: visible !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.jw-footer .jw-info-band,
.jw-footer .jw-info-band-inner {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Hard reset: footer should visually match header bar */
.jw-footer {
    width: min(1320px, calc(100% - 2rem)) !important;
    margin: 0.75rem auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow:
        inset 0 -1px 0 rgba(182, 206, 240, 0.85),
        0 8px 14px -14px rgba(12, 45, 87, 0.35) !important;
}

.jw-footer .jw-info-band {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    background: transparent !important;
}

.jw-footer .jw-info-band-inner {
    border: 0 !important;
    padding: 1.35rem 0 1rem !important;
    background: transparent !important;
}

.jw-footer-note {
    margin: 0.2rem 0 0 !important;
    padding: 0 0 1.05rem !important;
    border: 0 !important;
}

.jw-footer .jw-info-band {
    margin: 0 !important;
    padding: 0 !important;
}

.jw-footer .jw-info-band-inner {
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
}

/* Final: use shaded copyright bar instead of any line */
.jw-footer {
    box-shadow: none !important;
    background: linear-gradient(180deg, #ffffff 0%, rgba(184, 145, 62, 0.10) 45%, #ffffff 100%) !important;
}

.jw-footer-note {
    margin: 0 !important;
    padding: 0.55rem 0 0.9rem !important;
    background: transparent !important;
    color: #6b7280 !important;
    border: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Remove any residual top divider line above footer area */
.jw-footer,
.jw-footer .jw-info-band,
.jw-footer .jw-info-band-inner {
    border-top: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.jw-footer {
    margin-top: 0.75rem !important;
}

/* Unified footer typography/layout across regular and standalone pages */
body.jw-body .jw-footer {
    width: min(1320px, calc(100% - 2rem)) !important;
    margin: 0.75rem auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, #ffffff 0%, rgba(184, 145, 62, 0.10) 45%, #ffffff 100%) !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.jw-body .jw-footer .jw-info-band {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.jw-body .jw-footer .jw-info-band-inner {
    width: min(1180px, calc(100% - 2rem)) !important;
    margin: 0 auto !important;
    padding: 1.35rem 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 2rem !important;
    align-items: start !important;
    background: transparent !important;
    border: 0 !important;
}

body.jw-body .jw-footer .jw-info-col {
    display: block !important;
    text-align: center !important;
}

body.jw-body .jw-footer .jw-info-head {
    margin: 0 0 0.8rem !important;
    color: #1f7ae8 !important;
    font-family: "Manrope", "Segoe UI", sans-serif !important;
    font-size: 0.86rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
}

body.jw-body .jw-footer .jw-info-text,
body.jw-body .jw-footer .jw-info-text a {
    color: #4b5563 !important;
    font-family: "Manrope", "Segoe UI", sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    letter-spacing: normal !important;
    text-decoration: none;
    text-transform: none !important;
}

body.jw-body .jw-footer .jw-info-social {
    display: flex !important;
    justify-content: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
}

body.jw-body .jw-footer .jw-icon {
    width: 1rem !important;
    height: 1rem !important;
    fill: currentColor !important;
    vertical-align: -0.16em !important;
    margin-right: 0.28rem !important;
}

body.jw-body .jw-footer-note {
    display: block !important;
    margin: 0 !important;
    padding: 0.55rem 0 0.9rem !important;
    color: #6b7280 !important;
    text-align: center !important;
    font-family: "Manrope", "Segoe UI", sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.jw-consultation-modal-panel {
    width: min(560px, calc(100% - 2rem));
    padding: 2rem;
    text-align: left;
}

.jw-consultation-modal-copy {
    text-align: center;
    margin-bottom: 1.35rem;
}

.jw-consultation-modal-copy h2 {
    margin: 0.35rem 0 0.55rem;
    color: #0c2d57;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    line-height: 1.1;
}

.jw-consultation-modal-copy p:last-child {
    margin: 0 auto;
    max-width: 420px;
    color: #52647d;
    font-size: 0.92rem;
    line-height: 1.5;
}

.jw-consultation-form {
    display: grid;
    gap: 0.72rem;
}

.jw-consultation-form label {
    color: #0c2d57;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.jw-consultation-form input,
.jw-consultation-form select {
    width: 100%;
    border: 1px solid #b7cdf0;
    border-radius: 12px;
    background: #ffffff;
    color: #0f172a;
    padding: 0.85rem 0.95rem;
    font: 600 0.95rem/1.4 "Manrope", "Segoe UI", sans-serif;
    outline: none;
}

.jw-consultation-form select {
    appearance: auto;
}

.jw-consultation-form input:focus,
.jw-consultation-form select:focus {
    border-color: #2c74d4;
    box-shadow: 0 0 0 3px rgba(44, 116, 212, 0.12);
}

.jw-consultation-submit {
    width: 100%;
    margin-top: 0.55rem;
}

.jw-consultation-submit:disabled {
    cursor: wait;
    opacity: 0.72;
}

.jw-consultation-status {
    min-height: 1.3rem;
    margin: 0.35rem 0 0;
    color: #0c2d57;
    font-size: 0.9rem;
    line-height: 1.45;
    text-align: center;
}

@media (max-width: 700px) {
    body.jw-body .jw-footer .jw-info-band-inner {
        grid-template-columns: 1fr !important;
    }
}

/* Network page: remove extra line before footer */
.jw-network-cta {
    border-bottom: 0 !important;
}

/* Thank you page: center hero block and keep copyright at bottom */
body.jw-body.jw-page-thankyou {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.jw-body.jw-page-thankyou > main.jw-wrap {
    flex: 1 0 auto;
    width: min(1320px, calc(100% - 2rem));
    display: flex;
    align-items: center;
    justify-content: center;
}

body.jw-body.jw-page-thankyou .jw-thank-shell {
    width: 100%;
    margin-top: 0;
}

body.jw-body.jw-page-thankyou .jw-thank-hero {
    margin: 0 auto;
    width: 100%;
    background-position: center center;
}

body.jw-body.jw-page-thankyou .jw-actions {
    justify-content: center;
}

body.jw-body.jw-page-thankyou .jw-footer-note {
    margin-top: auto !important;
}

.jw-pathways-card h3 a,
.jw-pathways-card h3 a:visited,
.jw-pathways-card h3 a:hover,
.jw-pathways-card h3 a:focus {
    color: inherit;
    text-decoration: none;
}

