* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 105px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #10163f;
    background: #ffffff;
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.container {
    width: min(1280px, 92%);
    margin: 0 auto;
}

/* HEADER */

.site-header {
    background: #ffffff;
    border-bottom: 1px solid #ececf2;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner {
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    width: 410px;
    max-width: 32%;
    overflow: visible;
    flex-shrink: 0;
}

.brand-logo {
    width: 100%;
    height: auto;
    max-height: 86px;
    object-fit: contain;
    object-position: left center;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-left: auto;
    margin-right: auto;
}

.main-nav a {
    color: #151515;
    font-size: 18px;
    font-weight: 700;
    padding: 36px 0 28px;
    position: relative;
    white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
    color: #19169b;
}

.main-nav a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 100%;
    height: 3px;
    border-radius: 20px;
    background: #19169b;
}

.header-button {
    background: #17149a;
    color: #ffffff;
    padding: 17px 30px;
    font-size: 17px;
    border-radius: 8px;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(23, 20, 154, 0.14);
}

.menu-button {
    display: none;
    border: 0;
    background: transparent;
    font-size: 34px;
    line-height: 1;
    color: #081442;
    cursor: pointer;
}

/* HERO */

.hero {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 52%, #f6f7fb 100%);
}

.hero-grid {
    min-height: 580px;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 44px;
}

.hero-content {
    padding: 54px 0;
    min-width: 0;
}

.eyebrow,
.section-label {
    color: #8a210f;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.eyebrow {
    margin-bottom: 16px;
}

.hero h1 {
    font-family: Georgia, "Times New Roman", serif;
    color: #081442;
    font-size: clamp(42px, 3.2vw, 56px);
    line-height: 1.07;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
    max-width: 760px;
}

.hero h1 span {
    color: #17149a;
    display: block;
}

.hero-text {
    max-width: 680px;
    color: #35384a;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.button {
    min-width: 170px;
    padding: 15px 25px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    transition: 0.2s ease;
}

.button-primary {
    background: #17149a;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(23, 20, 154, 0.14);
}

.button-secondary {
    border: 2px solid #17149a;
    color: #17149a;
    background: #ffffff;
}

.representative-note {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 510px;
    padding: 15px 18px;
    background: #f7f7fa;
    border: 1px solid #ececf2;
    border-radius: 8px;
    color: #333333;
}

.representative-accent,
.approach-check {
    flex-shrink: 0;
    border-radius: 50%;
    background: #fff7df;
    color: #d99600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.representative-accent {
    width: 38px;
    height: 38px;
    font-size: 19px;
}

.representative-copy {
    display: flex;
    flex-direction: column;
}

.representative-copy strong {
    color: #081442;
    font-size: 16px;
}

.representative-copy span {
    font-size: 14px;
    color: #555866;
}

/* HERO IMAGE */

.hero-image-wrap {
    position: relative;
    min-width: 0;
}

.hero-image-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
    background: #f3f4f8;
    box-shadow: 0 14px 35px rgba(12, 20, 63, 0.09);
}

.hero-family-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-image-card {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 28px;
    max-width: 500px;
    padding: 19px 24px;
    background: rgba(8, 20, 66, 0.95);
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.hero-image-card strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    margin-bottom: 4px;
}

.hero-image-card span {
    color: #f3c544;
}

/* SERVICES */

.service-preview {
    background: #f8f9fc;
    padding: 64px 0 68px;
    border-top: 1px solid #ededf2;
}

.service-heading {
    max-width: 720px;
    margin: 0 auto 36px;
    text-align: center;
}

.service-heading .section-label {
    color: #555866;
    margin-bottom: 10px;
}

.service-heading h2,
.about-copy h2,
.contact-placeholder h2 {
    font-family: Georgia, "Times New Roman", serif;
    color: #081442;
}

.service-heading h2 {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 14px;
}

.service-heading p {
    color: #555866;
    font-size: 17px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-card {
    text-align: center;
    padding: 30px 25px 26px;
    background: #ffffff;
    border: 1px solid #e5e6ee;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(12, 20, 63, 0.05);
}

.service-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border: 2px solid #17149a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0a500;
    font-size: 28px;
    font-weight: 700;
}

.service-card h3 {
    font-family: Georgia, "Times New Roman", serif;
    color: #081442;
    font-size: 23px;
    margin-bottom: 8px;
}

.service-card p {
    color: #555866;
    font-size: 15px;
}

/* ABOUT */

.about-section {
    padding: 82px 0;
    background: #ffffff;
}

.about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.about-copy .section-label {
    margin-bottom: 12px;
}

.about-copy h2 {
    font-size: 44px;
    line-height: 1.08;
    margin-bottom: 25px;
}

.about-copy > p:not(.section-label) {
    color: #555866;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 20px;
}

.about-button {
    margin-top: 8px;
}

.approach-card {
    overflow: hidden;
    border: 1px solid #e0e1e8;
    border-radius: 14px;
    background: #f8f9fc;
    box-shadow: 0 16px 38px rgba(12, 20, 63, 0.08);
}

.approach-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 30px;
    background: #081442;
    color: #ffffff;
}

.approach-check {
    width: 52px;
    height: 52px;
    font-size: 26px;
}

.approach-header p {
    color: #f3c544;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.approach-header h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    line-height: 1.15;
}

.approach-list {
    padding: 18px 30px;
}

.approach-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: start;
    padding: 20px 0;
    border-bottom: 1px solid #dedfe6;
}

.approach-item:last-child {
    border-bottom: 0;
}

.approach-number {
    width: 46px;
    height: 46px;
    border: 2px solid #17149a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17149a;
    font-size: 13px;
    font-weight: 800;
}

.approach-item h4 {
    font-family: Georgia, "Times New Roman", serif;
    color: #081442;
    font-size: 22px;
    margin-bottom: 3px;
}

.approach-item p {
    color: #555866;
    font-size: 15px;
}

.approach-footer {
    padding: 18px 30px;
    border-top: 1px solid #dedfe6;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.approach-footer span {
    color: #666a77;
    font-size: 14px;
}


/* OPPORTUNITY */

.opportunity-section {
    padding: 78px 0;
    background: #081442;
    color: #ffffff;
}

.opportunity-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.opportunity-copy .section-label {
    color: #f3c544;
    margin-bottom: 12px;
}

.opportunity-copy h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.opportunity-copy > p:not(.section-label) {
    color: #e1e4ef;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 17px;
}

.opportunity-copy .button {
    margin-top: 8px;
    background: #ffffff;
    color: #17149a;
    box-shadow: none;
}

.opportunity-points {
    display: grid;
    gap: 14px;
}

.opportunity-point {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
}

.opportunity-point > span {
    width: 46px;
    height: 46px;
    border: 2px solid #f3c544;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f3c544;
    font-size: 13px;
    font-weight: 800;
}

.opportunity-point h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    margin-bottom: 3px;
}

.opportunity-point p {
    color: #d8dbea;
    font-size: 15px;
    line-height: 1.55;
}

/* CONTACT PLACEHOLDER */

.contact-placeholder {
    padding: 70px 0;
    background: #f8f9fc;
    text-align: center;
}

.contact-placeholder .container {
    max-width: 800px;
}

.contact-placeholder .section-label {
    margin-bottom: 8px;
}

.contact-placeholder h2 {
    font-size: 38px;
    margin-bottom: 12px;
}

.contact-placeholder p {
    color: #555866;
    font-size: 17px;
    margin-bottom: 24px;
}

.contact-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* FOOTER */

.site-footer {
    background: #081442;
    color: #ffffff;
    padding: 25px 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-inner span {
    color: #d8dbea;
}

/* LARGE TABLET */

@media (max-width: 1120px) {
    .brand {
        width: 340px;
        max-width: 29%;
    }

    .main-nav {
        gap: 21px;
    }

    .about-grid {
        gap: 42px;
    }
}

/* TABLET AND MOBILE NAV */

@media (max-width: 1000px) {
    html {
        scroll-padding-top: 84px;
    }

    .container {
        width: min(92%, 860px);
    }

    .header-inner {
        min-height: 84px;
        position: relative;
    }

    .brand {
        width: 255px;
        max-width: calc(100% - 70px);
        overflow: visible;
    }

    .brand-logo {
        max-height: 58px;
    }

    .header-button {
        display: none;
    }

    .menu-button {
        display: block;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: calc(100% + 1px);
        left: -4.35%;
        right: -4.35%;
        margin: 0;
        padding: 12px 4%;
        background: #ffffff;
        border-top: 1px solid #ececf2;
        border-bottom: 1px solid #ececf2;
        box-shadow: 0 12px 24px rgba(12, 20, 63, 0.08);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .main-nav.open {
        display: flex;
    }

    .main-nav a {
        padding: 13px 4px;
        border-bottom: 1px solid #f0f0f3;
    }

    .main-nav a:last-child {
        border-bottom: 0;
    }

    .main-nav a.active::after {
        display: none;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hero-content {
        padding: 48px 0 36px;
    }

    .hero h1 {
        max-width: 760px;
    }

    .hero-image-wrap {
        margin-bottom: 44px;
    }

    .hero-image-container {
        height: 430px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .opportunity-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

/* PHONE */

@media (max-width: 620px) {
    html {
        scroll-padding-top: 68px;
    }

    .container {
        width: 92%;
    }

    .header-inner {
        min-height: 68px;
        gap: 12px;
    }

    .brand {
        width: 255px;
        max-width: calc(100% - 58px);
        overflow: visible;
    }

    .brand-logo {
        width: 100%;
        max-height: 60px;
    }

    .menu-button {
        font-size: 31px;
        padding: 8px 0 8px 8px;
    }

    .hero {
        background: #ffffff;
    }

    .hero-content {
        padding: 34px 0 10px;
    }

    .eyebrow {
        font-size: 11px;
        letter-spacing: 1.15px;
        margin-bottom: 12px;
    }

    .hero h1 {
        font-size: clamp(29px, 7.5vw, 33px);
        line-height: 1.06;
        letter-spacing: -0.35px;
        margin-bottom: 18px;
    }

    .hero-text {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 21px;
    }

    .hero-actions {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 0;
    }

    .button {
        width: 100%;
        padding: 14px 17px;
    }

    .representative-note {
        align-items: center;
        padding: 13px 14px;
    }

    .representative-copy strong {
        font-size: 15px;
    }

    .representative-copy span {
        font-size: 13px;
    }

    .hero-image-wrap {
        margin: 0 0 28px;
    }

    .hero-image-container {
        height: 330px;
    }

    .hero-image-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 16px 17px;
    }

    .hero-image-card strong {
        font-size: 22px;
    }

    .hero-image-card span {
        font-size: 14px;
    }

    .service-preview {
        padding: 36px 0 38px;
    }

    .service-heading {
        margin-bottom: 24px;
    }

    .service-heading .section-label {
        font-size: 12px;
    }

    .service-heading h2 {
        font-size: 31px;
        line-height: 1.12;
        margin-bottom: 12px;
    }

    .service-heading p {
        font-size: 16px;
        line-height: 1.6;
    }

    .service-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .service-card {
        padding: 19px 18px 18px;
    }

    .service-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .service-card h3 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .service-card p {
        font-size: 15px;
        line-height: 1.55;
    }

    .about-section {
        padding: 40px 0;
    }

    .about-grid {
        gap: 24px;
    }

    .about-copy .section-label {
        font-size: 12px;
        margin-bottom: 9px;
    }

    .about-copy h2 {
        font-size: 32px;
        line-height: 1.08;
        margin-bottom: 19px;
    }

    .about-copy > p:not(.section-label) {
        font-size: 16px;
        line-height: 1.62;
        margin-bottom: 16px;
    }

    .about-button {
        margin-top: 4px;
    }

    .approach-header {
        padding: 19px 18px;
        gap: 13px;
    }

    .approach-check {
        width: 44px;
        height: 44px;
        font-size: 23px;
    }

    .approach-header h3 {
        font-size: 24px;
    }

    .approach-list {
        padding: 6px 18px;
    }

    .approach-item {
        grid-template-columns: 46px 1fr;
        gap: 12px;
        padding: 16px 0;
    }

    .approach-number {
        width: 42px;
        height: 42px;
    }

    .approach-item h4 {
        font-size: 21px;
    }

    .approach-item p {
        font-size: 15px;
        line-height: 1.55;
    }

    .approach-footer {
        flex-direction: column;
        padding: 18px 20px;
        gap: 4px;
    }

    .opportunity-section {
        padding: 44px 0;
    }

    .opportunity-grid {
        gap: 26px;
    }

    .opportunity-copy .section-label {
        font-size: 12px;
        margin-bottom: 9px;
    }

    .opportunity-copy h2 {
        font-size: 31px;
        line-height: 1.12;
        margin-bottom: 16px;
    }

    .opportunity-copy > p:not(.section-label) {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .opportunity-point {
        grid-template-columns: 46px 1fr;
        gap: 12px;
        padding: 17px 16px;
    }

    .opportunity-point > span {
        width: 42px;
        height: 42px;
    }

    .opportunity-point h3 {
        font-size: 20px;
    }

    .contact-placeholder {
        padding: 46px 0;
    }

    .contact-placeholder .section-label {
        font-size: 12px;
    }

    .contact-placeholder h2 {
        font-size: 31px;
        line-height: 1.12;
    }

    .contact-placeholder p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .contact-actions {
        flex-direction: column;
        gap: 12px;
    }

    .site-footer {
        padding: 22px 0;
    }

    .footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 4px;
    }
}

/* V19 DETAIL PAGES AND CLICKABLE SERVICE CARDS */
.service-card-link {
    color: inherit;
    display: block;
    border-radius: 12px;
}
.service-card-link .service-card {
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card-link:hover .service-card,
.service-card-link:focus-visible .service-card {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(12, 20, 63, 0.10);
    border-color: #cbc9ee;
}
.service-card-link:focus-visible { outline: 3px solid #f0a500; outline-offset: 4px; }
.service-learn { display:block; margin-top:14px; color:#17149a; font-weight:800; font-size:14px; }
.detail-hero { padding: 76px 0 64px; background: linear-gradient(90deg,#fff 0%,#fff 55%,#f6f7fb 100%); }
.detail-hero-inner { max-width: 850px; }
.detail-hero h1 { font-family: Georgia,"Times New Roman",serif; color:#081442; font-size:clamp(40px,4.5vw,62px); line-height:1.06; margin:10px 0 22px; }
.detail-hero .lead { color:#424657; font-size:20px; line-height:1.7; max-width:780px; }
.detail-section { padding:72px 0; }
.detail-section.alt { background:#f8f9fc; }
.detail-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap:64px; align-items:start; }
.detail-copy h2, .detail-cards h2 { font-family:Georgia,"Times New Roman",serif; color:#081442; font-size:36px; line-height:1.15; margin-bottom:18px; }
.detail-copy p { color:#555866; font-size:17px; line-height:1.75; margin-bottom:17px; }
.info-card { background:#fff; border:1px solid #e5e6ee; border-radius:12px; padding:24px; margin-bottom:16px; box-shadow:0 8px 24px rgba(12,20,63,.05); }
.info-card h3 { font-family:Georgia,"Times New Roman",serif; color:#081442; font-size:23px; margin-bottom:8px; }
.info-card p { color:#555866; font-size:16px; line-height:1.65; }
.detail-cta { padding:58px 0; background:#081442; color:#fff; text-align:center; }
.detail-cta h2 { font-family:Georgia,"Times New Roman",serif; font-size:36px; margin-bottom:12px; }
.detail-cta p { color:#e1e4f0; max-width:720px; margin:0 auto 24px; font-size:17px; }
.detail-cta .button-secondary { background:#fff; }
.detail-actions { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; }
.detail-note { margin-top:18px; font-size:13px; color:#707486; }
@media (max-width:1000px){ .detail-grid{grid-template-columns:1fr;gap:34px}.detail-hero{padding:56px 0 48px} }
@media (max-width:620px){ .detail-hero{padding:42px 0 38px}.detail-hero h1{font-size:36px}.detail-hero .lead{font-size:17px}.detail-section{padding:44px 0}.detail-copy h2,.detail-cards h2,.detail-cta h2{font-size:30px}.detail-actions{flex-direction:column}.detail-actions .button{width:100%} }


/* V20 ABOUT PAGE */
.about-steps { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin-top:28px; }
.about-steps .info-card { margin-bottom:0; }
.about-step-number { display:inline-block; color:#f0a500; font-weight:800; font-size:14px; margin-bottom:12px; }
@media (max-width:1000px){ .about-steps{grid-template-columns:repeat(2,1fr)} }
@media (max-width:620px){ .about-steps{grid-template-columns:1fr} }
