:root {
    --navy: #0b2338;
    --navy2: #123955;
    --blue: #1d5878;
    --gold: #bd9b57;
    --ink: #17222c;
    --muted: #697783;
    --paper: #ffffff;
    --soft: #f4f6f7;
    --line: #dfe5e8;
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Segoe UI, Arial, sans-serif;
    color: var(--ink);
    background: #eef1f3;
    line-height: 1.65;
}

.page-frame {
    width: min(100%, 1360px);
    margin: 0 auto;
    background: #ffffff;
    box-shadow: -12px 0 28px rgba(11, 35, 56, .10), 12px 0 28px rgba(11, 35, 56, .10);
    min-height: 100vh;
}

a {
    color: inherit;
}

.shell {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
}

.narrow {
    max-width: 850px;
}

.center {
    text-align: center;
}


/* =========================================================
   TOP BAR
   ========================================================= */

.topbar {
    background: #ffffff;
    color: #52616c;
    border-bottom: none;
    font-size: .78rem;
}

.topbar-inner {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    transform: translateY(4px);
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
}

.topbar-left {
    gap: 14px;
}

.pi-badge {
    display: block;
    width: auto;
    height: 55px;
    max-width: none;
    object-fit: contain;
    flex-shrink: 0;
}

/* ---------------------------------------------------------
   HEADER PI BADGE PREVIEW
   --------------------------------------------------------- */

header {
    position: relative;
    z-index: 1000;
}

.topbar {
    position: relative;
    z-index: 1002;
    overflow: visible;
}

.topbar-inner,
.topbar-left {
    overflow: visible;
}

.header-pi-badge {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-pi-badge-preview {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: calc(100% - 4px);
    width: 280px;
    padding: 10px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid #d7e0e5;
    border-radius: 4px;
    box-shadow: 0 14px 38px rgba(11, 35, 56, .28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -4px);
    transition: opacity .10s ease, transform .10s ease, visibility .10s ease;
}

    .header-pi-badge-preview img {
        display: block;
        width: 100%;
        height: auto;
    }

/* Show the enlarged badge while hovering anywhere
   over the badge or its preview */
.header-pi-badge:hover .header-pi-badge-preview {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.topbar-left > span {
    color: #222222;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
}

    .topbar-left > span:first-child {
        transform: translateX(-25px);
    }

.topbar-right {
    gap: 0;
    transform: translateX(48px);
}

.topbar a {
    text-decoration: none;
}

.topbar-left a {
    color: var(--navy);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.topbar-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 50px;
}

.phone-icon {
    color: var(--blue);
    font-size: 2.25rem;
    line-height: 1;
}

.topbar-phone a.phone-icon-link {
    font-size: 2.15rem;
}

.topbar-phone div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.2;
}

.topbar-phone a {
    color: var(--navy);
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.topbar-phone span:not(.phone-icon) {
    margin-top: 3px;
    color: #52616c;
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.topbar-evaluation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 18px;
    margin-right: 50px;
    background: var(--gold);
    color: #ffffff;
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.evaluation-chat-icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 18px;
    margin-right: 9px;
    flex-shrink: 0;
}

.chat-bubble {
    position: absolute;
    display: block;
    background: #ffffff;
    border-radius: 50%;
}

    .chat-bubble::after {
        content: "";
        position: absolute;
        bottom: -3px;
        border-style: solid;
        border-width: 4px 4px 0 0;
        border-color: #ffffff transparent transparent transparent;
    }

.chat-bubble-back {
    width: 17px;
    height: 12px;
    left: 8px;
    top: 5px;
    opacity: .9;
}

.chat-bubble-front {
    width: 18px;
    height: 13px;
    left: 0;
    top: 1px;
}

.bbb-logo {
    display: block;
    width: 162px;
    height: 39px;
    object-fit: contain;
    flex-shrink: 0;
}

/* ---------------------------------------------------------
   HEADER BBB LOGO LINK
   --------------------------------------------------------- */

.bbb-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
}

/* =========================================================
   GENERAL CTA BUTTON
   ========================================================= */

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: #ffffff;
    text-decoration: none;
    padding: 14px 20px;
    border: 0;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}

    .cta:hover {
        filter: brightness(.95);
    }


/* =========================================================
   HEADER
   ========================================================= */

/* =========================================================
   MAIN HEADER + NAVIGATION
   ========================================================= */

.main-header {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.85);
    margin-bottom: -85px;
    border-bottom: none;
}

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

/* Temporary logo - will be replaced later */
.brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 12px;
    text-decoration: none;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border: 2px solid var(--gold);
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

    .brand-copy strong {
        color: var(--navy);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: .16em;
    }

    .brand-copy span {
        margin-top: 8px;
        color: var(--muted);
        font-size: .62rem;
        letter-spacing: .12em;
    }

/* Navigation now lives beside the logo */
.site-nav {
    margin-left: auto;
    background: transparent;
    transform: translateX(48px);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

    .nav-inner a {
        color: var(--navy);
        text-decoration: none;
        text-transform: none;
        font-family: "Adobe Caslon Pro", Baskerville, Georgia, serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        white-space: nowrap;
        transition: color .2s ease;
    }

        .nav-inner a:hover {
            color: var(--gold);
        }

.menu-toggle {
    display: none;
}


/* =========================================================
   HOME HERO
   ========================================================= */

.hero {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    animation: heroFade 18s infinite;
}

.hero-slide-1 {
    background-image: url('/images/Main%20Picture2.png');
    animation-delay: 0s;
}

.hero-slide-2 {
    background-image: url('/images/Main%20Picture3.png');
    animation-delay: 6s;
}

.hero-slide-3 {
    background-image: url('/images/Main%20Picture4.png');
    animation-delay: 12s;
}

/* Mobile coin hero positioning */
@media (max-width: 620px) {
    .hero-slide-3 {
        background-position: 22% center;
    }
}

@keyframes heroFade {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    38% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(5,24,39,.2), rgba(5,24,39,0) );
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin-left: max(20px, calc((100vw - var(--max)) / 2));
    margin-right: auto;
}

.eyebrow {
    text-transform: uppercase;
    font-size: .76rem;
    letter-spacing: .18em;
    font-weight: 800;
    color: var(--gold);
    margin: 0 0 14px;
}

.services-eyebrow {
    margin: 0 0 22px;
    color: var(--gold);
    font-family: "Adobe Caslon Pro", Baskerville, Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.why-choose-heading .services-heading {
    max-width: 950px;
    margin: 0 0 32px;
    color: var(--navy);
    font-family: "Adobe Caslon Pro", Baskerville, Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.hero h1,
.page-hero h1 {
    font-family: Georgia, serif;
    font-weight: 500;
    line-height: 1.08;
    margin: 0;
}

.hero h1 {
    font-size: clamp(2.8rem, 6vw, 5.25rem);
    max-width: 900px;
}

.hero-lead {
    font-size: 1.15rem;
    max-width: 700px;
    color: #e3edf2;
    margin: 25px 0 28px;
}

.hero-actions {
    display: flex;
    gap: 22px;
    align-items: center;
}

.text-link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.section {
    padding: 90px 0;
}

    .section.alt {
        background: var(--soft);
    }

h2 {
    font-family: Georgia, serif;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 22px;
}

.intro p {
    margin: 0 0 28px;
    color: #111111;
    font-family: "Adobe Caslon Pro", Baskerville, Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
    text-align: left;
}

.intro-heading {
    max-width: 950px;
    margin: 0 0 30px;
    color: #000000;
    font-family: "Adobe Caslon Pro", Baskerville, Georgia, serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.18;
    text-align: left;
}

.button-secondary {
    display: table;
    margin: 12px auto 0;
    border: 1px solid var(--navy);
    color: var(--navy);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .75rem;
    letter-spacing: .08em;
    padding: 13px 18px;
}

.services-more {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.services-more .button-secondary {
    margin: 0;
    width: 183px;
    box-sizing: border-box;
    text-align: center;
}

.section-divider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin: 36px 0 42px;
}

.bottom-divider-area {
    background: #ffffff;
}

    .section-divider.section-divider-bottom {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .section-divider.section-divider-bottom span:nth-child(1) {
        background: #b9c0c4;
    }

    .section-divider.section-divider-bottom span:nth-child(2) {
        background: #76a9c3;
    }

    .section-divider.section-divider-bottom span:nth-child(3) {
        background: #0b6f9f;
    }

.section-divider span {
    height: 2px;
}

    .section-divider > span:nth-child(1) {
        background: #0b6f9f;
    }

    .section-divider > span:nth-child(2) {
        background: #76a9c3;
    }

    .section-divider > span:nth-child(3) {
        background: #b9c0c4;
    }

    .section-divider.section-divider-services span:nth-child(1) {
        background: #b9c0c4;
    }

    .section-divider.section-divider-services span:nth-child(2) {
        background: #0b6f9f;
    }

    .section-divider.section-divider-services span:nth-child(3) {
        background: #76a9c3;
    }

.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.visual-placeholder {
    min-height: 410px;
    background: linear-gradient(135deg, #dfe7eb, #b9c9d1);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 40px;
    color: #52616c;
    border: 1px solid #cdd9df;
}

.section-heading {
    max-width: 820px;
    margin: 0 auto 45px;
}


/* =========================================================
   ORIGINAL SERVICE CARDS
   Kept because other pages may use them
   ========================================================= */

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

.service-card {
    border: 1px solid var(--line);
    padding: 34px 30px;
    background: #fff;
    min-height: 235px;
}

    .service-card span {
        color: var(--gold);
        font-family: Georgia, serif;
        font-size: 1.8rem;
    }

    .service-card h3 {
        color: var(--navy);
        font-family: Georgia, serif;
        font-size: 1.35rem;
        margin: 14px 0 10px;
    }

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

/* =========================================================
   HOME PAGE CONTENT + RESOURCE SIDEBAR
   ========================================================= */

.home-content-layout {
    width: calc(100% - 56px);
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: stretch;
}

.home-main-content {
    min-width: 0;
}

    .home-main-content .shell {
        width: 100%;
        max-width: none;
    }

.home-sidebar {
    min-width: 0;
    margin: 38px 0;
    border: 2px solid #0b4f78;
    background: #ffffff;
}

@media (max-width: 900px) {
    .home-content-layout {
        width: calc(100% - 40px);
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .home-main-content,
    .home-sidebar {
        min-width: 0;
        width: 100%;
    }

    .home-sidebar {
        margin: 0 0 38px;
    }
}

.intro.section {
    padding-top: 38px;
    padding-bottom: 0px;
}

.about-assets-eyebrow {
    margin: 0 0 22px;
    color: var(--gold);
    font-family: "Adobe Caslon Pro", Baskerville, Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-assets-heading {
    max-width: 950px;
    margin: 0 0 32px;
    color: var(--navy);
    font-family: "Adobe Caslon Pro", Baskerville, Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.about-assets p:not(.about-assets-eyebrow) {
    margin: 0 0 28px;
    color: #111111;
    font-family: "Adobe Caslon Pro", Baskerville, Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

.about-assets {
    padding: 40px 55px 25px;
}

@media (max-width: 620px) {

    .about-assets {
        padding-bottom: 0;
    }

        .about-assets > .shell {
            width: 100%;
            padding-left: 24px;
            padding-right: 24px;
            padding-bottom: 0;
        }

            .about-assets > .shell > p:last-child {
                margin-bottom: 0;
            }
}

/* =========================================================
   WHY CHOOSE UCP TRACERS
   Horizontal six-card design
   ========================================================= */

.why-choose-section {
    padding: 40px 55px 72px;
    background: radial-gradient( ellipse at 50% 0%, rgba(176, 202, 215, .58) 0%, rgba(214, 228, 235, .38) 44%, transparent 70% ), linear-gradient( 180deg, #edf3f5 0%, #e6eef2 100% );
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.why-choose-heading {
    max-width: none;
    margin: 0 0 48px;
    text-align: left;
}

.why-choose-line {
    display: block;
    width: 48px;
    height: 2px;
    margin: 0 auto 17px;
    background: var(--gold);
}

.why-choose-eyebrow {
    margin: 0 0 13px;
    color: var(--navy);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .22em;
    line-height: 1.4;
    text-transform: uppercase;
}

.why-choose-heading h2 {
    margin: 0 0 12px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.08;
}

.why-choose-subtitle {
    margin: 0 auto;
    color: #687681;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    line-height: 1.55;
}


/* =========================================================
   CARD GRID
   ========================================================= */

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    /*
       Both columns have exactly the same overall height.
       The individual cards inside each column have
       different heights, like the current UCP website.
    */
    height: auto;
}

.why-card-column {
    display: grid;
    gap: 20px;
    min-width: 0;
    height: 100%;
}


/* LEFT COLUMN
   No Upfront Costs       = shortest
   Tracing Claimant       = medium
   Legal Representation   = tallest
*/

.why-column-left {
    grid-template-rows: minmax(0, 0.70fr) minmax(0, 0.88fr) auto;
}


/* RIGHT COLUMN
   Identifying Asset      = tallest
   Investigation/Records  = medium
   Distribution           = shortest
*/

.why-column-right {
    grid-template-rows: 510px minmax(0, 1fr) auto;
}


/* =========================================================
   CARD
   ========================================================= */

.why-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(11, 35, 56, .08);
    border-radius: 3px;
    box-shadow: 0 7px 20px rgba(11, 35, 56, .065), 0 1px 3px rgba(11, 35, 56, .035);
    transition: transform .22s ease, box-shadow .22s ease;
}

    .why-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(11, 35, 56, .10), 0 2px 5px rgba(11, 35, 56, .045);
    }


/* =========================================================
   RIGHT-HAND PHOTOGRAPH
   ========================================================= */

.why-card-photo {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-upfront-costs .why-card-photo {
    width: 80%;
    background-image: url('/images/no-upfront-costs.png');
}

    .no-upfront-costs .why-card-photo::before {
        background: linear-gradient( 90deg, rgba(255,255,255,.48) 0%, rgba(255,255,255,.52) 15%, rgba(255,255,255,.52) 35%, rgba(255,255,255,.44) 58%, rgba(255,255,255,.34) 80%, rgba(255,255,255,.25) 100% );
    }


    /*
   This creates the white fade from the text area
   into the photograph, like the reference design.
*/

    .why-card-photo::before {
        content: "";
        position: absolute;
        z-index: 2;
        inset: 0;
        background: linear-gradient( 90deg, #ffffff 0%, rgba(255, 255, 255, .97) 8%, rgba(255, 255, 255, .86) 22%, rgba(255, 255, 255, .50) 42%, rgba(255, 255, 255, .15) 65%, rgba(255, 255, 255, 0) 84% );
    }


/*
   Temporary photographic-area backgrounds.

   We will replace these with the six actual card
   photographs once the geometry is correct.
*/

.heir-finding .why-card-photo {
    background: linear-gradient(135deg, #edf1f2, #bcc9ce);
}

.estate-research .why-card-photo {
    background: linear-gradient(135deg, #f1eee7, #cfc8b9);
}

.claim-support .why-card-photo {
    background: linear-gradient(135deg, #edf2f3, #c2cdd1);
}

.skip-tracing .why-card-photo {
    background: linear-gradient(135deg, #edf2f2, #bdcccf);
}

.distribution .why-card-photo {
    background: linear-gradient(135deg, #edf1f2, #bdc9cd);
}


/* =========================================================
   LEFT-HAND CONTENT
   ========================================================= */

.why-card-content {
    position: relative;
    z-index: 4;
    width: 78%;
    height: 100%;
    padding: 28px 8px 20px 28px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* =========================================================
   ICON
   ========================================================= */

.why-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0 0 12px 0;
    color: var(--navy);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1;
    flex-shrink: 0;
}

.coin-icon {
    width: 44px;
    height: 35px;
    margin-left: 2px;
    flex-shrink: 0;
}

    .coin-icon svg {
        display: block;
        width: 100%;
        height: 100%;
        overflow: visible;
        fill: #ffffff;
        stroke: var(--navy);
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.asset-icon {
    width: 40px;
    height: 37px;
    margin-left: 2px;
    flex-shrink: 0;
}

    .asset-icon svg {
        display: block;
        width: 100%;
        height: 100%;
        overflow: visible;
        fill: none;
        stroke: var(--navy);
        stroke-width: 2.4;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .asset-icon .asset-icon-gold {
        stroke: var(--gold);
    }

/* Icon + card title on same line */

.why-card-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
}

/* =========================================================
   CARD TITLE
   ========================================================= */

.why-card h3 {
    margin: 0;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
}


/* =========================================================
   GOLD DIVIDER
   ========================================================= */

.card-gold-line {
    display: block;
    width: 54px;
    height: 2px;
    margin: 0 0 11px;
    background: var(--gold);
}


/* =========================================================
   CARD TEXT
   ========================================================= */

.why-card p {
    margin: 0 0 12px;
    color: #273746;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1.58;
}


/* =========================================================
   GOLD CIRCULAR ARROW
   ========================================================= */

.why-card-arrow {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    margin-top: auto;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    font-family: Arial, sans-serif;
    font-size: .95rem;
    line-height: 1;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

    .why-card-arrow:hover {
        background: var(--gold);
        color: #fff;
        transform: translateX(2px);
    }


/* =========================================================
   CLAIMS SERVICES | ESTATE RESEARCH
   ========================================================= */

.why-choose-footer {
    margin-top: 36px;
    text-align: center;
}

.why-footer-line {
    display: block;
    width: 48px;
    height: 1px;
    margin: 0 auto 16px;
    background: var(--gold);
}

.why-footer-words {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: var(--navy);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .21em;
}

    .why-footer-words i {
        display: block;
        width: 3px;
        height: 3px;
        background: var(--gold);
        border-radius: 50%;
    }


/* =========================================================
   WHY CHOOSE - TABLET
   ========================================================= */

@media (max-width: 900px) {

    .why-choose-section {
        padding: 72px 0 64px;
    }

    .why-choose-heading {
        margin-bottom: 40px;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        height: auto;
    }

    .why-card-column {
        height: auto;
        grid-template-rows: none;
    }

    .why-card {
        height: auto;
        min-height: 300px;
    }
}


/* =========================================================
   WHY CHOOSE - MOBILE
   ========================================================= */

@media (max-width: 620px) {

    .why-choose-section {
        padding: 58px 0 54px;
        overflow-x: clip;
    }

    .why-card {
       transform: translateY(70px) !important;
    }

    .why-card.card-visible {
       transform: translateY(0) !important;
}

    .why-choose-heading {
        margin-bottom: 34px;
    }

        .why-choose-heading h2 {
            font-size: 2.35rem;
        }

    .why-choose-subtitle {
        font-size: .96rem;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        height: auto;
    }

    .why-card-column {
        gap: 18px;
        height: auto;
        grid-template-rows: none;
    }

    .why-card {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 300px;
        margin: 0;
    }

    .why-card-photo {
        width: 58%;
    }

    .why-card-content {
        width: 66%;
        height: auto;
        min-height: 300px;
        padding: 25px 8px 18px 24px;
    }

    .why-card h3 {
        font-size: 1.3rem;
    }

    .why-card p {
        font-size: .76rem;
    }

    .why-choose-footer {
        margin-top: 30px;
    }

    .why-footer-words {
        gap: 9px;
        font-size: .57rem;
        letter-spacing: .14em;
    }
}

/* =========================================================
   CLAIMS PROCESS
   ========================================================= */

.claims-process-section {
    padding: 52px 28px 70px;
    background: #ffffff;
}

.claims-process-header {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.claims-process-kicker {
    margin: 0 0 6px;
    color: #0b6f9f;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.claims-process-header h2 {
    margin: 0;
    color: #17384f;
    font-family: Impact, "Arial Narrow", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.claims-process-accent {
    display: block;
    width: 475px;
    max-width: 70%;
    height: 1px;
    margin: 22px auto 16px;
    background: #b9c0c4;
}

    .claims-process-accent::after {
        content: "";
        display: block;
        width: 135px;
        height: 2px;
        margin: -1px auto 0;
        background: #c89b3c;
    }

.claims-process-intro {
    max-width: 720px;
    margin: 0 auto;
    color: #17384f;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
}

/* First timeline step */

.claims-timeline {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 62px auto 0;
    padding: 20px 0 55px;
}

/* Central vertical line */
    .claims-timeline::before {
        content: "";
        position: absolute;
        top: 42px;
        bottom: 268px;
        left: 50%;
        width: 2px;
        background: #c9d0d4;
        transform: translateX(-50%);
    }

/* Individual timeline step */
.claims-step {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 250px;
}

/* Left-side timeline steps */
.claims-step-left .claims-step-content {
    grid-column: 1;
    width: 78%;
    justify-self: end;
    padding: 16px 80px 0 0;
    text-align: left;
}

/* Right-side timeline steps */

.claims-step-right .claims-step-content {
    grid-column: 2;
    width: 78%;
    justify-self: start;
    padding: 16px 0 0 80px;
    text-align: left;
}

.claims-step-right .claims-step-content p + p {
    margin-top: 14px;
}

.claims-step-content h3 {
    margin: 0 0 12px;
    color: #17384f;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
}

.claims-step-content p {
    margin: 0;
    color: #536675;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
}

.claims-step-content strong {
    color: #17384f;
    font-weight: 600;
}

/* Dot on the center line */
.claims-timeline-dot {
    position: absolute;
    top: 22px;
    left: 50%;
    width: 15px;
    height: 15px;
    background: #0b6f9f;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    transform: translateX(-50%);
    z-index: 2;
}

/* Alternate timeline dot colors - even steps are gold */
.claims-step:nth-child(even) .claims-timeline-dot {
    background: #c89b3c;
}

/* Asset Identification icon */

.claims-step-icon {
    position: absolute;
    top: 0;
    left: calc(50% - 440px);
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf5f8;
    border-radius: 50%;
    color: #0b6f9f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    line-height: 1;
}

/* Right-side claims timeline icons */
.claims-step-right .claims-step-icon {
    left: calc(50% + 25px);
    right: auto;
}

/* Right-side claims timeline icons */
.claims-step-icon-right {
    left: auto;
    right: calc(50% - 440px);
}

    /* Claims timeline SVG icons */
    .claims-step-icon svg {
        display: block;
        width: 44px;
        height: 44px;
        fill: none;
        stroke: #0b567c;
        stroke-width: 2.2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .claims-step-icon span {
        display: block;
        transform: translateY(-1px);
    }

/* Claims Process closing brand strip */
/* Claims Process closing brand strip */
.claims-process-closing {
    position: relative;
    width: calc(100% - 164px);
    max-width: 1360px;
    margin: 0 auto;
    background: #ffffff;
    padding-top: 30px;
}

    /* Continue the page-frame side shadow without creating a horizontal seam */
    .claims-process-closing::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: -80px;
        bottom: 0;
        background: #ffffff;
        box-shadow:
    -12px 0 28px rgba(11, 35, 56, .055),
     12px 0 28px rgba(11, 35, 56, .055);
    }

.claims-closing-tagline {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 32px;
}

.claims-closing-text {
    color: #31516b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    white-space: nowrap;
}

.claims-closing-dot {
    color: #c89b3c;
    margin: 0 8px;
}

.claims-closing-line {
    width: 145px;
    height: 2px;
    background: #7fa8c1;
}

.claims-closing-line-left {
    background: linear-gradient( to right, #7fa8c1 0%, #7fa8c1 68%, #c89b3c 68%, #c89b3c 100% );
}

.claims-closing-line-right {
    background: linear-gradient( to right, #c89b3c 0%, #c89b3c 32%, #7fa8c1 32%, #7fa8c1 100% );
}

.claims-closing-waves {
    height: 120px;
    margin-top: 25px;
}

    .claims-closing-waves svg {
        display: block;
        width: 100%;
        height: 100%;
    }

.claims-wave-back {
    fill: #edf3f5;
}

.claims-wave-front {
    fill: #d6e4ea;
}


/* =========================================================
   CALL TO ACTION BAND
   ========================================================= */

.band {
    background: linear-gradient( 180deg, #0b5a86 0%, #0a4f78 45%, #073d61 100% );
    color: #fff;
    padding: 56px 0;
}

    .band h2 {
        color: #fff;
        max-width: 820px;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 1.18;
    }

    .band .eyebrow {
        font-size: .88rem;
        letter-spacing: .16em;
    }

.band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta.light {
    background: #ffffff;
    color: var(--navy);
    border: 1px solid #d2a54b;
    padding-left: 22px;
    padding-right: 22px;
    gap: 13px;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

    .cta.light:hover {
        background: #d2a54b;
        color: #0b2338;
        border-color: #d2a54b;
        filter: none;
        transform: translateY(-2px);
    }

.cta-arrow {
    color: #c89b3c;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1;
    transition: transform .2s ease, color .2s ease;
}

.cta.light:hover .cta-arrow {
    color: #0b2338;
    transform: translateX(3px);
}

    .cta.light:hover {
        background: #d2a54b;
        color: #0b2338;
        border-color: #d2a54b;
        filter: none;
        transform: translateY(-2px);
    }


/* =========================================================
   INNER PAGE HERO
   ========================================================= */

.page-hero {
    background: linear-gradient(120deg, var(--navy), var(--blue));
    color: #fff;
    padding: 82px 0;
}

    .page-hero h1 {
        font-size: clamp(2.6rem, 5vw, 4.4rem);
    }


/* =========================================================
   OTHER PAGE ELEMENTS
   ========================================================= */

.notice {
    padding: 28px;
    border-left: 4px solid var(--gold);
    background: var(--soft);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
}

.faq-list summary {
    font-family: Georgia, serif;
    color: var(--navy);
    font-size: 1.25rem;
    cursor: pointer;
}

.reference-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

    .reference-list a {
        padding: 16px;
        border: 1px solid var(--line);
        text-decoration: none;
    }


/* =========================================================
   CONTACT
   ========================================================= */

.contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
}

.contact-card {
    margin-top: 28px;
    padding: 24px;
    background: var(--soft);
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

    .contact-form label {
        display: grid;
        gap: 7px;
        font-size: .78rem;
        text-transform: uppercase;
        letter-spacing: .06em;
        font-weight: 700;
        color: #46545f;
    }

    .contact-form input,
    .contact-form textarea {
        width: 100%;
        border: 1px solid #cfd8dd;
        padding: 13px;
        font: inherit;
        background: #fff;
    }

    .contact-form button,
    .contact-form small {
        grid-column: 1 / -1;
    }


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
    background: #032747;
    color: #dce5eb;
}


/* ---------------------------------------------------------
   TOP CONTACT AREA
   --------------------------------------------------------- */

.footer-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    padding-top: 58px;
    padding-bottom: 38px;
}

.footer-contact-block {
    position: relative;
}

    .footer-contact-block + .footer-contact-block {
        border-left: 1px solid rgba(200, 155, 60, .45);
        padding-left: 70px;
    }

    .footer-contact-block h3 {
        margin: 0 0 18px;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.15rem;
        font-weight: 600;
        color: #ffffff;
    }

    .footer-contact-block p {
        margin: 0;
        color: #dce5eb;
        font-size: .9rem;
        line-height: 1.75;
    }

    .footer-contact-block a {
        color: #ffffff;
        text-decoration: none;
    }

        .footer-contact-block a:hover {
            color: #d2a54b;
        }


/* CONTACT ROWS */

.footer-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-contact-line {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #dce5eb;
    font-size: .9rem;
}


/* GOLD CONTACT ICONS */

.footer-contact-icon {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d2a54b;
}

    .footer-contact-icon svg {
        display: block;
        width: 23px;
        height: 23px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.footer-fax-icon svg {
    width: 22px;
    height: 22px;
}


/* ---------------------------------------------------------
   CLAIMS SERVICES & ESTATE RESEARCH DIVIDER
   --------------------------------------------------------- */

.footer-service-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-bottom: 30px;
}

    .footer-service-divider span {
        display: block;
        flex: 1;
        height: 1px;
        background: rgba(210, 165, 75, .75);
    }

    .footer-service-divider p {
        margin: 0;
        color: #d2a54b;
        font-size: .72rem;
        font-weight: 600;
        letter-spacing: .18em;
        text-transform: uppercase;
        white-space: nowrap;
    }


/* ---------------------------------------------------------
   PROFESSIONAL AFFILIATIONS
   --------------------------------------------------------- */

.footer-affiliations {
    width: 100%;
    background: #f5f7f8;
    border-top: 1px solid #e1e7ea;
    border-bottom: 1px solid #e1e7ea;
}

.footer-affiliations-viewport {
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer-affiliations-track {
    display: flex;
    align-items: center;
    width: max-content;
    transition: transform .8s cubic-bezier(.22, .61, .36, 1);
}

    .footer-affiliations-track .footer-logo-item {
        width: calc((1180px - 192px) / 7);
        flex: 0 0 calc((1180px - 192px) / 7);
        margin-right: 32px;
    }

        .footer-affiliations-track .footer-logo-item:nth-child(7) {
            margin-right: 32px;
        }

        .footer-affiliations-track .footer-logo-item:last-child {
            margin-right: 0;
        }

.footer-logo-item {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer-logo-item img {
        display: block;
        max-width: 125px;
        max-height: 100px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

/* Keep the PI badge visually equal to the other credentials */
.footer-pi-logo img {
    max-width: 100px;
    max-height: 100px;
}

/* ---------------------------------------------------------
   TEXAS DPS LICENSE CERTIFICATE PREVIEW
   --------------------------------------------------------- */

.footer-affiliations {
    position: relative;
}

.footer-license-certificate {
    cursor: pointer;
}

.footer-license-preview {
    position: absolute;
    z-index: 50;
    left: 50%;
    bottom: calc(100% - 12px);
    width: 520px;
    max-width: calc(100vw - 60px);
    padding: 10px;
    background: #ffffff;
    border: 1px solid #d7e0e5;
    border-radius: 4px;
    box-shadow: 0 14px 38px rgba(11, 35, 56, .24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 12px) scale(.96);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

    .footer-license-preview img {
        display: block;
        width: 100%;
        height: auto;
    }

    .footer-license-preview.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0) scale(1);
    }


/* ---------------------------------------------------------
   LOWER FOOTER
   --------------------------------------------------------- */

.footer-lower {
    position: relative;
    overflow: hidden;
    background: #032747;
}

.footer-lower-inner {
    position: relative;
    z-index: 5;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}


/* ---------------------------------------------------------
   SOCIAL LINKS
   --------------------------------------------------------- */

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
}

.footer-social-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: transform .2s ease, filter .2s ease;
}

.footer-facebook {
    background: #3157a4;
}

.footer-linkedin {
    background: #0878ad;
}

.footer-facebook span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(3px);
}

.footer-linkedin span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.footer-social-icon:hover {
    color: #ffffff;
    transform: translateY(-2px);
    filter: brightness(1.12);
}


/* ---------------------------------------------------------
   FOOTER NAVIGATION
   --------------------------------------------------------- */

.footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 auto 10px;
}

    .footer-links a {
        position: relative;
        color: #ffffff;
        text-decoration: none;
        font-size: .86rem;
        padding: 0 20px;
    }

        .footer-links a:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            width: 1px;
            height: 15px;
            background: #c89b3c;
            transform: translateY(-50%);
        }

        .footer-links a:hover {
            color: #d2a54b;
        }


/* ---------------------------------------------------------
   PRIVACY POLICY
   --------------------------------------------------------- */

.footer-privacy {
    margin-bottom: 22px;
}

    .footer-privacy a {
        color: #dce5eb;
        font-size: .82rem;
        text-decoration: none;
    }

        .footer-privacy a:hover {
            color: #d2a54b;
        }


/* ---------------------------------------------------------
   LEGAL / COPYRIGHT
   --------------------------------------------------------- */

.footer-legal {
    border-top: 1px solid rgba(200, 155, 60, .75);
    padding-top: 23px;
    padding-bottom: 8px;
    color: #cfd9df;
}

    .footer-legal p {
        margin: 4px 0;
        font-size: .78rem;
        line-height: 1.55;
    }

.footer-license {
    margin-bottom: 11px !important;
    color: #ffffff;
}

.footer-designed {
    color: #aebdc7;
}


/* ---------------------------------------------------------
   DECORATIVE BLUE WAVES
   --------------------------------------------------------- */

.footer-waves {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 145px;
    overflow: hidden;
    pointer-events: none;
}

.footer-waves-svg {
    display: block;
    width: 100%;
    height: 100%;
}


/* DARK UPPER SWEEP */

.footer-wave-path-one {
    fill: #0869a8;
    opacity: .28;
}

.footer-wave-path-two {
    fill: #0876b8;
    opacity: .24;
}

.footer-wave-path-three {
    fill: #096ba5;
    opacity: .30;
}

.footer-wave-path-four {
    fill: #07558a;
    opacity: .46;
}


/* ---------------------------------------------------------
   RESPONSIVE FOOTER
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .footer-contact {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 45px;
        padding-bottom: 32px;
    }

    .footer-contact-block + .footer-contact-block {
        border-left: 0;
        border-top: 1px solid rgba(200, 155, 60, .35);
        padding-left: 0;
        padding-top: 28px;
    }

    .footer-service-divider {
        gap: 18px;
        padding-bottom: 28px;
    }

        .footer-service-divider span {
            width: 90px;
        }

    .footer-affiliations-inner {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
}


@media (max-width: 600px) {

    .footer-service-divider {
        gap: 12px;
    }

        .footer-service-divider span {
            flex: 1;
            width: auto;
        }

        .footer-service-divider p {
            font-size: .62rem;
            letter-spacing: .12em;
            white-space: normal;
            text-align: center;
        }

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

    .footer-links {
        row-gap: 14px;
    }

        .footer-links a {
            padding: 0 12px;
        }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .cta-desktop {
        display: none;
    }

    .menu-toggle {
        display: block;
        background: none;
        border: 1px solid var(--navy);
        padding: 10px 14px;
    }

    .site-nav {
        display: none;
    }

        .site-nav.open {
            display: block;
        }

    .nav-inner {
        padding: 15px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }

        .nav-inner a {
            width: 100%;
            padding: 13px 0;
            border-bottom: 1px solid rgba(255,255,255,.1);
        }

    .two-column,
    .contact-grid {
        grid-template-columns: 1fr;
    }

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

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

    .band-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero {
        min-height: 540px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 620px) {

    .shell {
        width: min(var(--max), calc(100% - 28px));
    }

    .topbar-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
        padding: 7px 0;
    }

    .topbar-links {
        gap: 10px;
        flex-wrap: wrap;
    }

    .header-inner {
        min-height: 82px;
    }

    .brand-mark {
        width: 50px;
        height: 50px;
    }

    .brand-copy strong {
        font-size: 1.2rem;
    }

    .brand-copy span {
        font-size: .52rem;
    }

    .hero {
        min-height: 500px;
    }

    .hero-content {
        margin: 0 auto;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .section {
        padding: 65px 0;
    }

    .two-column {
        gap: 35px;
    }

    .services-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

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

        .contact-form label:nth-of-type(5) {
            grid-column: auto;
        }
}

/* =========================================================
   SERVICE CARD SCROLL REVEAL
   ========================================================= */

.why-card {
    opacity: 0;
    transition: opacity 1.05s ease, transform 1.05s cubic-bezier(.22, .61, .36, 1);
}


/* CARDS 1 & 2
   Slide inward from the sides
   ========================================================= */

.why-column-left .why-card:nth-child(1) {
    transform: translateX(-105px);
}

.why-column-right .why-card:nth-child(1) {
    transform: translateX(105px);
}


/* CARDS 3 & 4
   Rise upward into position
   ========================================================= */

.why-column-left .why-card:nth-child(2),
.why-column-right .why-card:nth-child(2) {
    transform: translateY(95px);
}


/* CARDS 5 & 6
   Rise diagonally from opposite sides
   ========================================================= */

.why-column-left .why-card:nth-child(3) {
    transform: translate(-90px, 85px);
}

.why-column-right .why-card:nth-child(3) {
    transform: translate(90px, 85px);
}


/* FINAL POSITION
   ========================================================= */

.why-card.card-visible {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}


/* Slight stagger between rows */
.why-card:nth-child(2) {
    transition-delay: .14s;
}

.why-card:nth-child(3) {
    transition-delay: .28s;
}


/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .why-card {
        opacity: 1;
        transform: none !important;
        transition: none;
    }
}

/* Prevent service-card entrance animations from creating
   horizontal page overflow on phones */
@media (max-width: 620px) {
    .why-card {
        transform: none !important;
    }
}

/* =========================================================
   HOME SIDEBAR - SUCCESS STORIES
   ========================================================= */

.sidebar-success {
    margin: 18px;
    padding: 20px 16px 18px;
    background: linear-gradient( 180deg, #f3f8fa 0%, #e7f1f5 100% );
    border: 1px solid #d5e3e9;
    border-radius: 5px;
    box-shadow: 0 10px 24px rgba(11, 35, 56, .10);
}


/* HEADER */

.sidebar-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.sidebar-title {
    display: flex;
    align-items: center;
    gap: 9px;
}

    .sidebar-title h2 {
        margin: 0;
        color: var(--navy);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 21px;
        font-weight: 600;
        line-height: 1.1;
    }

.sidebar-title-icon {
    width: 31px;
    height: 31px;
    color: #c89b3c;
    flex: 0 0 31px;
}

    .sidebar-title-icon svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 2.6;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.sidebar-view-all {
    color: #0b6f9f;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
}

    .sidebar-view-all:hover {
        text-decoration: underline;
    }


/* STORY AREA */

.sidebar-success-window {
    position: relative;
    overflow: hidden;
}

.sidebar-success-track {
    display: flex;
    flex-direction: column;
}


/* INDIVIDUAL STORY */

.sidebar-story {
    position: relative;
    padding: 17px 15px 18px;
    background: rgba(255, 255, 255, .80);
    border: 1px solid rgba(196, 213, 222, .85);
    border-radius: 4px;
    box-shadow: 0 5px 13px rgba(11, 35, 56, .07);
}

    .sidebar-story + .sidebar-story {
        margin-top: 13px;
    }

    .sidebar-story h3 {
        margin: 0 0 9px;
        color: #0b567c;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.25;
    }

    .sidebar-story p {
        margin: 0 0 10px;
        color: #283640;
        font-size: 13px;
        line-height: 1.45;
    }

    .sidebar-story .sidebar-story-client {
        color: #596b76;
        font-size: 11px;
        font-weight: 700;
    }

.sidebar-story-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0b6f9f;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

    .sidebar-story-link:hover {
        text-decoration: underline;
    }

/* =========================================================
   SUCCESS STORIES - SLOW VERTICAL SCROLL
   ========================================================= */

.sidebar-success-window {
    position: relative;
    overflow: hidden;
    height: 980px;
}

.sidebar-success-track {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

/* =========================================================
   HOME SIDEBAR - CLIENT REVIEWS
   ========================================================= */

.sidebar-reviews {
    margin: 22px 18px 18px;
    padding: 20px 16px 18px;
    background: linear-gradient( 180deg, #fffaf0 0%, #f7eedc 100% );
    border: 1px solid #eadcc1;
    border-radius: 5px;
    box-shadow: 0 10px 24px rgba(73, 55, 24, .10);
}


/* GOLD REVIEW ICON */

.sidebar-review-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c89b3c;
    font-size: 28px;
    line-height: 1;
}


/* REVIEW WINDOW */

.sidebar-reviews-window {
    position: relative;
    overflow: hidden;
}

.sidebar-reviews-track {
    display: flex;
    flex-direction: column;
}


/* INDIVIDUAL REVIEW */

.sidebar-review {
    position: relative;
    padding: 17px 15px 18px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(222, 204, 167, .85);
    border-radius: 4px;
    box-shadow: 0 5px 13px rgba(73, 55, 24, .07);
}

    .sidebar-review + .sidebar-review {
        margin-top: 13px;
    }


/* STARS */

.sidebar-review-stars {
    margin-bottom: 9px;
    color: #c89b3c;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
}


/* REVIEW TEXT */

.sidebar-review-quote {
    margin: 0 0 12px;
    color: #34322d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    line-height: 1.5;
}


/* CLIENT NAME / DATE */

.sidebar-review-client {
    margin: 0;
    color: #7b632e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
}

    .sidebar-review-client span {
        display: block;
        margin-top: 3px;
        color: #7a7a72;
        font-weight: 500;
    }


/* DIVIDER BETWEEN SUCCESS STORIES AND REVIEWS */

.sidebar-success + .sidebar-reviews {
    position: relative;
}

    .sidebar-success + .sidebar-reviews::before {
        content: "";
        position: absolute;
        top: -12px;
        left: 15%;
        right: 15%;
        height: 1px;
        background: linear-gradient( 90deg, transparent, rgba(189, 155, 87, .65), transparent );
    }

/* =========================================================
   HOME SIDEBAR - CLIENT REVIEWS
   ========================================================= */

.sidebar-reviews {
    margin: 22px 18px 18px;
    padding: 20px 16px 18px;
    background: linear-gradient( 180deg, #fffaf0 0%, #f7eedc 100% );
    border: 1px solid #eadcc1;
    border-radius: 5px;
    box-shadow: 0 10px 24px rgba(73, 55, 24, .10);
}


/* GOLD REVIEW ICON */

.sidebar-review-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c89b3c;
    font-size: 28px;
    line-height: 1;
}


/* REVIEW WINDOW */

.sidebar-reviews-window {
    position: relative;
    overflow: hidden;
}

.sidebar-reviews-track {
    display: flex;
    flex-direction: column;
}


/* INDIVIDUAL REVIEW */

.sidebar-review {
    position: relative;
    padding: 17px 15px 18px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(222, 204, 167, .85);
    border-radius: 4px;
    box-shadow: 0 5px 13px rgba(73, 55, 24, .07);
}

    .sidebar-review + .sidebar-review {
        margin-top: 13px;
    }


/* STARS */

.sidebar-review-stars {
    margin-bottom: 9px;
    color: #c89b3c;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
}


/* REVIEW TEXT */

.sidebar-review-quote {
    margin: 0 0 12px;
    color: #34322d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    line-height: 1.5;
}


/* CLIENT NAME / DATE */

.sidebar-review-client {
    margin: 0;
    color: #7b632e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
}

    .sidebar-review-client span {
        display: block;
        margin-top: 3px;
        color: #7a7a72;
        font-weight: 500;
    }


/* DIVIDER BETWEEN SUCCESS STORIES AND REVIEWS */

.sidebar-success + .sidebar-reviews {
    position: relative;
}

    .sidebar-success + .sidebar-reviews::before {
        content: "";
        position: absolute;
        top: -12px;
        left: 15%;
        right: 15%;
        height: 1px;
        background: linear-gradient( 90deg, transparent, rgba(189, 155, 87, .65), transparent );
    }

/* =========================================================
   CLIENT REVIEWS - SLOW VERTICAL SCROLL
   ========================================================= */

.sidebar-reviews-window {
    position: relative;
    overflow: hidden;
    height: 980px;
}

.sidebar-reviews-track {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.sidebar-reviews .sidebar-review {
    flex-shrink: 0;
}

/* =========================================================
   SIDEBAR - REFERENCES
   ========================================================= */

.sidebar-references {
    margin: 22px 18px 18px;
    padding: 20px 16px 18px;
    background: linear-gradient( 180deg, #f3f8fa 0%, #e7f1f5 100% );
    border: 1px solid #d5e3e9;
    border-radius: 5px;
    box-shadow: 0 10px 24px rgba(11, 35, 56, .10);
}

/* Intro text */

.sidebar-references-intro {
    margin: 0 0 18px;
    padding: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #4e5d69;
}


/* Reference icon */

.sidebar-reference-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Fixed visible window */

.sidebar-references-window {
    position: relative;
    overflow: hidden;
    height: 855px;
    margin: 0;
}


/* Scrolling track */

.sidebar-references-track {
    display: flex;
    flex-direction: column;
    gap: 12px;
    will-change: transform;
}


/* Individual reference */

.sidebar-reference {
    background: #ffffff;
    border: 1px solid rgba(20, 67, 103, 0.12);
    border-left: 3px solid #d7a23b;
    border-radius: 6px;
    padding: 16px 17px;
    box-shadow: 0 3px 12px rgba(20, 48, 70, 0.06);
}


    /* Client name */

    .sidebar-reference h3 {
        margin: 0 0 5px;
        color: #123d60;
        font-size: 17px;
        line-height: 1.25;
    }


    /* Remove the huge paragraph spacing */

    .sidebar-reference p {
        margin: 0;
    }


/* Location */

.sidebar-reference-location {
    color: #526675;
    font-size: 13px;
    line-height: 1.4;
}


/* Estate / Estate and Trust */

.sidebar-reference-type {
    margin-top: 2px !important;
    color: #71818c;
    font-size: 12px;
    font-style: italic;
}

/* Located and recovered / Recovered */

.sidebar-reference-action {
    margin-top: 8px !important;
    color: #526675;
    font-size: 12px;
    font-weight: 600;
}

/* Recovery amount */

.sidebar-reference-amount {
    margin-top: 2px !important;
    color: #123d60;
    font-size: 17px;
    font-weight: 700;
}

/* Date */

.sidebar-reference-date {
    margin-top: 4px !important;
    color: #7a8790;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.45px;
}
/* =========================================================
   CONTACT US HERO
   ========================================================= */

.contact-hero {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-image: url('/images/contact-us-hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-hero-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: max(76px, calc((100% - 1180px) / 2));
    transform: translateY(-42%);
    width: 440px;
}

.contact-hero-line {
    display: block;
    width: 108px;
    height: 2px;
    margin-bottom: 16px;
    background: var(--gold);
}

.contact-hero h1 {
    margin: 0;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.contact-hero-kicker {
    margin: 10px 0 17px;
    color: #59636b;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.contact-hero-text {
    margin: 0;
    color: #3e464c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.4;
}

/* =========================================================
   CONTACT PAGE - INTRO
   ========================================================= */

.contact-intro h2 {
    max-width: 480px;
    margin-bottom: 24px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
}

.contact-intro-lead,
.contact-intro-note {
    max-width: 500px;
    color: #536675;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.65;
}

.contact-intro-lead {
    margin: 0 0 18px;
}

.contact-intro-note {
    margin: 0 0 30px;
}

.contact-direct {
    max-width: 440px;
    border-top: 1px solid #d9e1e5;
}

.contact-direct-row {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid #d9e1e5;
    color: #536675;
    font-size: 15px;
}

.contact-direct-label {
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-direct-row a {
    color: #0b5f8c;
    text-decoration: none;
}

    .contact-direct-row a:hover {
        color: var(--gold);
    }

.contact-address-row {
    padding: 12px 0;
    align-items: start;
}

    .contact-address-row > span:last-child {
        line-height: 1.55;
    }

/* =========================================================
   CONTACT PAGE - FULL FORM
   ========================================================= */

.contact-form-full {
    align-content: start;
}

    .contact-form-full label {
        position: relative;
    }

    .contact-form-full .required {
        color: var(--gold);
    }

    .contact-form-full .optional {
        color: #84909a;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .04em;
        text-transform: none;
    }

    .contact-form-full select {
        width: 100%;
        height: 52px;
        border: 1px solid #cfd8dd;
        padding: 0 13px;
        background: #fff;
        color: #46545f;
        font: inherit;
    }

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

    .contact-form-full textarea {
        min-height: 145px;
        resize: vertical;
    }

    .contact-form-full .contact-submit {
        grid-column: 1 / -1;
        justify-self: start;
        min-width: 175px;
        margin-top: 4px;
    }

/* =========================================================
   WEBSITE UNDER CONSTRUCTION NOTICE
   ========================================================= */

.construction-overlay {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(11, 35, 56, .68);
    backdrop-filter: blur(3px);
}

.construction-popup {
    position: relative;
    width: min(520px, 100%);
    box-sizing: border-box;
    padding: 48px 48px 42px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
    text-align: center;
}

.construction-close {
    position: absolute;
    top: 13px;
    right: 17px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #77838b;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

    .construction-close:hover {
        color: var(--navy);
    }

.construction-line {
    display: block;
    width: 72px;
    height: 2px;
    margin: 0 auto 17px;
    background: var(--gold);
}

.construction-eyebrow {
    margin: 0 0 9px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.construction-popup h2 {
    margin: 0 0 18px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.15;
}

.construction-popup > p:not(.construction-eyebrow) {
    margin: 0 auto 17px;
    max-width: 420px;
    color: #536675;
    font-size: 15px;
    line-height: 1.65;
}

.construction-contact a {
    color: #0b5f8c;
    font-weight: 700;
    text-decoration: none;
}

.construction-button {
    margin-top: 8px;
    min-width: 190px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .construction-popup {
        padding: 42px 25px 34px;
    }

        .construction-popup h2 {
            font-size: 30px;
        }
}

/* =========================================================
   PAGE UPDATE NOTE
   ========================================================= */

.page-update-note {
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

    .page-update-note p {
        margin: 0;
        color: #697783;
        font-size: 14px;
        font-style: italic;
        line-height: 1.7;
    }

/* =========================================================
   FAQ HERO
   ========================================================= */

.faq-hero {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #f5f5f5;
}

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

.faq-hero-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: max(76px, calc((100% - 1180px) / 2));
    transform: translateY(-42%);
    width: 540px;
}

.faq-hero-line {
    display: block;
    width: 108px;
    height: 2px;
    margin-bottom: 16px;
    background: var(--gold);
}

.faq-hero h1 {
    margin: 0;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.faq-hero-kicker {
    margin: 13px 0 17px;
    color: #59636b;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .20em;
    text-transform: uppercase;
}

.faq-hero-text {
    margin: 0;
    color: #3e464c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.4;
}

/* =========================================================
   HOME PAGE - MOBILE LAYOUT
   ========================================================= */

@media (max-width: 900px) {

    .home-content-layout {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        gap: 0;
    }

    .home-main-content {
        width: 100%;
        min-width: 0;
    }

    .home-sidebar {
        width: 100%;
        min-width: 0;
        margin: 30px 0;
    }
}

/* =========================================================
   HEADER - MOBILE
   ========================================================= */

@media (max-width: 620px) {

    .topbar-inner {
        width: calc(100% - 28px);
        min-height: 0;
        padding: 7px 0 5px;
        gap: 10px;
        transform: none;
        align-items: stretch;
    }

    .topbar-left {
        width: 100%;
        justify-content: center;
        gap: 10px;
    }

        .topbar-left > span:first-child {
            transform: none;
        }

        .topbar-left > span {
            font-size: 11px;
            white-space: normal;
            text-align: center;
        }

    .pi-badge {
        height: 42px;
    }

    .topbar-right {
        width: 100%;
        justify-content: space-between;
        gap: 0;
        transform: none;
        padding: 0 28px;
        box-sizing: border-box;
    }

    .topbar-phone {
        margin-right: 0;
        gap: 6px;
    }

    .phone-icon {
        font-size: 2.5rem;
    }

    .topbar-phone a {
        font-size: 2.5rem;
    }

    .topbar-phone span:not(.phone-icon) {
        font-size: 16px;
    }

    .topbar-evaluation {
        margin-right: 0;
        padding: 0 10px;
        min-height: 32px;
        font-size: .58rem;
    }

    .bbb-logo {
        width: 115px;
        height: auto;
    }
}

/* =========================================================
   HEADER - MOBILE
   ========================================================= */

@media (max-width: 620px) {

    /* all of the code you pasted stays here */
}

/* =========================================================
   MOBILE PHONE - ICON ONLY
   ========================================================= */

@media (max-width: 620px) {

    .topbar-phone div {
        display: flex;
        align-items: center;
        order: -1;
    }

        .topbar-phone div span {
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: .08em;
            color: var(--navy);
        }

        .topbar-phone div a {
            display: none;
        }

    .topbar-phone {
        margin-right: 0;
    }

    .phone-icon-link {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
        text-decoration: none;
        color: var(--blue);
    }
}


/* =========================================================
   MAIN HEADER / LOGO - MOBILE
   ========================================================= */

@media (max-width: 620px) {

    .main-header {
        margin-bottom: -68px;
        background: rgba(255, 255, 255, .75);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .header-inner {
        width: calc(100% - 28px);
        min-height: 68px;
        gap: 10px;
    }

    .brand {
        gap: 8px;
        min-width: 0;
    }

    .brand-mark {
        width: 43px;
        height: 43px;
        flex: 0 0 43px;
        font-size: 1rem;
    }

    .brand-copy {
        min-width: 0;
    }

        .brand-copy strong {
            font-size: 1.05rem;
            letter-spacing: .12em;
        }

        .brand-copy span {
            margin-top: 5px;
            font-size: .43rem;
            letter-spacing: .08em;
            white-space: nowrap;
        }

    .menu-toggle {
        flex-shrink: 0;
        padding: 8px 11px;
        font-size: 12px;
    }
}

/* =========================================================
   MOBILE HEADER PHONE
   Hidden by default so it does not appear on desktop
   ========================================================= */

.mobile-header-phone {
    display: none;
}


.licensed-desktop {
    display: inline-block;
    text-align: center;
    line-height: 1.15;
}

/* Desktop default */
.licensed-mobile {
    display: none;
}


/* Mobile */
@media (max-width: 620px) {

    .licensed-desktop {
        display: none;
    }

    .licensed-mobile {
        display: inline;
        line-height: 1.25;
    }

    .topbar-evaluation {
        display: none;
    }

    .bbb-logo-link {
        display: block;
    }

    /* Remove the old phone from the top strip */
    .topbar-phone {
        display: flex;
    }

    /* Hide phone between logo and Menu */
    .mobile-header-phone {
        display: none;
    }
}

@media (max-width: 620px) {
    .section.about-assets {
        padding-top: 18px;
        padding-bottom: 16px;
    }
}

@media (max-width: 620px) {
    .intro .section-divider {
        margin-bottom: 28px;
    }
}

@media (max-width: 620px) {
    .section-divider-services {
        margin-bottom: 28px;
    }
}

@media (max-width: 620px) {
    .why-choose-section {
        padding-top: 20px;
    }

    .why-choose-heading {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* =========================================================
   MOBILE NAVIGATION DROPDOWN
   ========================================================= */

@media (max-width: 620px) {

    .header-inner {
        position: relative;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        margin-left: 0;
        transform: none;
        background: rgba(255, 255, 255, 0.90);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-top: 1px solid #e1e7ea;
        box-shadow: 0 10px 22px rgba(11, 35, 56, .14);
    }

        .site-nav.open {
            display: block;
        }

    .nav-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 5px 18px 12px;
        gap: 0;
    }

        .nav-inner a {
            width: 100%;
            padding: 11px 4px;
            border-bottom: 1px solid #e5eaed;
            color: var(--navy);
            font-size: 17px;
            line-height: 1.2;
        }

            /* Hide How We Help on mobile */
            .nav-inner a[href="/HowWeHelp"] {
                display: none;
            }

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

/* =========================================================
   MOBILE - HIDE CLAIMS PROCESS
   ========================================================= */

@media (max-width: 620px) {

    .claims-process-section,
    .claims-process-closing {
        display: none;
    }
}

/* Contact form confirmation message */
.contact-form-message {
    grid-column: 1 / -1;
    width: 100%;
    box-sizing: border-box;
    padding: 22px 24px;
    margin-bottom: 22px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.6;
}

.contact-form-success {
    background: #f5f8f3;
    border-left: 4px solid #c5a25a;
    color: #082b49;
}

    .contact-form-success::before {
        content: "\2713";
        display: inline-block;
        margin-right: 10px;
        font-weight: 700;
        color: #a98437;
    }

.contact-form-error {
    background: #fff5f5;
    border-left: 4px solid #a94442;
    color: #7a2927;
}

/* Contact form spam honeypot */
.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}