:root {
    --navy: #102c33;
    --ink: #152a2e;
    --jade: #1d5b57;
    --mint: #dceee7;
    --cream: #f3efe4;
    --gold: #d39a4a;
    --line: #d8ddd7;
    --muted: #617074;
    --white: #fff
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #fbfaf6;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif
}

a {
    text-decoration: none;
    color: inherit
}

button,
input,
select,
textarea {
    font: inherit
}

.site-header {
    height: 90px;
    padding: 0 max(5vw, 28px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #e9ece7;
    position: sticky;
    top: 0;
    z-index: 50
}

.brand {
    display: flex;
    gap: 11px;
    align-items: center;
    font-family: Georgia, serif;
    line-height: 1.05;
    font-size: 17px
}

.brand b {
    font-size: 14px;
    color: var(--jade)
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--jade);
    border-radius: 50%;
    font: 700 13px Arial;
    color: var(--jade);
    position: relative
}

.brand-mark:after {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid var(--gold);
    border-radius: 50%
}

.nav {
    display: flex;
    gap: 30px;
    align-items: center;
    font-size: 14px
}

.nav-cta,
.button {
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 22px;
    font-weight: 700;
    cursor: pointer
}

.nav-cta {
    background: var(--navy);
    color: white
}

.menu-button {
    display: none
}

.hero {
    min-height: 650px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    background: linear-gradient(105deg, #f8f4e9 0 62%, #dfeee8 62%);
    overflow: hidden
}

.hero-copy {
    padding: 48px 7vw 76px
}

.eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--jade);
    display: flex;
    align-items: center;
    gap: 9px
}

.eyebrow>span {
    width: 27px;
    height: 1px;
    background: var(--gold)
}

h1,
h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -.035em;
    margin: 20px 0
}

h1 {
    font-size: clamp(52px, 5.6vw, 85px);
    line-height: .96
}

h1 em {
    color: var(--jade);
    font-weight: 400
}

h2 {
    font-size: clamp(39px, 4.4vw, 66px);
    line-height: 1.02
}

.hero-text {
    font-size: 18px;
    line-height: 1.75;
    color: #536366;
    max-width: 630px
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 33px
}

.button.primary {
    background: var(--jade);
    color: white
}

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

.text-link {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #8f9996;
    padding-bottom: 5px
}

.trust-row {
    display: flex;
    gap: 24px;
    margin-top: 40px;
    color: #526365;
    font-size: 12px
}

.hero-panel {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center
}

.hero-panel:before,
.hero-panel:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(29, 91, 87, .12);
    border-radius: 50%;
    width: 520px;
    height: 520px
}

.hero-panel:after {
    width: 390px;
    height: 390px
}

.paper {
    z-index: 2;
    width: min(72%, 420px);
    height: 280px;
    background: #f7f1df;
    border: 1px solid #bba874;
    box-shadow: 0 28px 50px rgba(19, 49, 52, .18);
    padding: 28px;
    transform: rotate(-3deg);
    position: relative
}

.paper-back {
    position: absolute;
    transform: rotate(7deg) translate(18px, -2px);
    background: #e8e0c8
}

.paper-head,
.paper-foot {
    display: flex;
    justify-content: space-between;
    color: #725f35;
    font: 700 10px Georgia;
    letter-spacing: .14em
}

.paper-lines {
    margin-top: 48px
}

.paper-lines i {
    display: block;
    border-top: 1px solid #bbae89;
    margin: 15px 0
}

.paper-seal {
    width: 70px;
    height: 70px;
    border: 3px double #a88c52;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: auto;
    color: #9b7838;
    font: 32px Georgia
}

.paper-foot {
    margin-top: 28px;
    font-size: 8px
}

.status-card {
    z-index: 4;
    position: absolute;
    bottom: 85px;
    left: 7%;
    background: white;
    padding: 15px 19px;
    box-shadow: 0 12px 30px #18343524;
    display: flex;
    gap: 12px;
    align-items: center
}

.status-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--mint);
    color: var(--jade);
    display: grid;
    place-items: center
}

.status-card small {
    font-size: 8px;
    letter-spacing: .15em;
    color: #82908d
}

.status-card b {
    display: block;
    margin-top: 5px;
    font-size: 12px
}

.stamp {
    z-index: 5;
    position: absolute;
    right: 8%;
    top: 110px;
    border: 2px solid var(--gold);
    color: #a67532;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    text-align: center;
    font: bold 11px/1.5 Arial;
    transform: rotate(10deg)
}

.ticker {
    background: var(--navy);
    color: #dce9e3;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    padding: 15px 4%;
    font-size: 10px;
    letter-spacing: .16em;
    white-space: nowrap;
    overflow: hidden
}

.ticker i {
    color: var(--gold)
}

.section {
    padding: 100px max(7vw, 28px)
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 60px;
    margin-bottom: 55px
}

.section-heading>p {
    max-width: 460px;
    color: var(--muted);
    line-height: 1.7
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

.service-card {
    padding: 35px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    min-height: 260px;
    transition: .2s;
    background: #fbfaf6
}

.service-card:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px #1e393a14
}

.service-no {
    color: var(--gold);
    font-size: 11px
}

.service-card h3 {
    font: 26px Georgia;
    margin: 40px 0 12px
}

.service-card p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7
}

.service-card a {
    display: inline-block;
    margin-top: 18px;
    color: var(--jade);
    font-size: 12px;
    font-weight: bold
}

.process {
    background: var(--navy);
    color: #fff;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 9vw
}

.eyebrow.light {
    color: #c8ddd7
}

.process-intro>p:not(.eyebrow) {
    color: #b9c7c7;
    line-height: 1.75
}

.button.cream {
    background: var(--cream);
    color: var(--navy);
    margin-top: 24px
}

.steps {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #365158
}

.steps li {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 25px;
    padding: 27px 0;
    border-bottom: 1px solid #365158
}

.steps li>b {
    color: var(--gold)
}

.steps h3 {
    font: 25px Georgia;
    margin: 0 0 8px
}

.steps p {
    margin: 0;
    color: #aebfc0;
    font-size: 14px;
    line-height: 1.6
}

.nri {
    background: #f0eadc
}

.nri-card {
    background: var(--jade);
    color: white;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    padding: 65px;
    min-height: 470px
}

.globe {
    width: 330px;
    height: 330px;
    border: 1px solid #ffffff4d;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: auto;
    background: repeating-radial-gradient(circle, transparent 0 45px, #ffffff14 46px 47px)
}

.globe span {
    background: var(--gold);
    border-radius: 50%;
    padding: 12px 8px;
    font-size: 10px;
    font-weight: bold
}

.nri-card p:not(.eyebrow) {
    line-height: 1.7;
    color: #d1e0dd
}

.nri-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin: 25px 0
}

.nri-points span:before {
    content: "✓";
    color: #f1bf72;
    margin-right: 9px
}

.assessment {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 8vw
}

.assessment-copy>p:not(.eyebrow) {
    color: var(--muted);
    line-height: 1.75
}

.note {
    margin-top: 45px;
    padding: 20px;
    border-left: 3px solid var(--gold);
    background: #f2eee4;
    color: #647074;
    font-size: 12px;
    line-height: 1.6
}

.lead-form {
    background: white;
    border: 1px solid var(--line);
    padding: 38px;
    box-shadow: 0 20px 50px #18343612
}

.lead-form label {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 20px
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #bfc7c3;
    background: transparent;
    padding: 12px 2px;
    color: var(--ink);
    outline: none
}

.lead-form textarea {
    border: 1px solid #cbd1ce;
    margin-top: 10px;
    padding: 12px
}

.lead-form .consent {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: normal
}

.lead-form .consent input {
    width: auto
}

.submit {
    width: 100%
}

.lead-form small {
    display: block;
    color: #7f8988;
    line-height: 1.5;
    margin-top: 14px
}

.success {
    text-align: center;
    padding: 55px 10px
}

.success>span {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--mint);
    color: var(--jade);
    font-size: 30px;
    margin: auto
}

.success h3 {
    font: 30px Georgia
}

.success p {
    color: var(--muted)
}

.faq {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 9vw;
    background: #eef3ef
}

.faq-list {
    border-top: 1px solid #bec9c4
}

.faq details {
    border-bottom: 1px solid #bec9c4;
    padding: 22px 0
}

.faq summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font: 20px Georgia
}

.faq summary span {
    color: var(--jade);
    font: 24px Arial
}

.faq details[open] summary span {
    transform: rotate(45deg)
}

.faq details p {
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px
}

footer {
    background: #0a242a;
    color: white;
    padding: 70px max(7vw, 28px) 28px
}

.footer-top {
    display: grid;
    grid-template-columns: 1.5fr .7fr 1fr 1fr;
    gap: 55px
}

.footer-top p,
.footer-top a:not(.brand) {
    color: #9fb3b4;
    font-size: 13px;
    line-height: 1.6;
    display: block;
    margin: 12px 0
}

.footer-top>div>b {
    display: block;
    margin-bottom: 19px;
    font-size: 12px;
    text-transform: uppercase
}

.footer-cta {
    color: #f2c172 !important
}

.footer-bottom {
    border-top: 1px solid #274248;
    margin-top: 55px;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    color: #718b8e;
    font-size: 11px
}

[hidden] {
    display: none !important
}

@media(max-width:900px) {
    .menu-button {
        display: block;
        background: transparent;
        border: 1px solid var(--line);
        padding: 10px 14px
    }

    .nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 89px;
        background: white;
        padding: 25px;
        flex-direction: column;
        align-items: stretch
    }

    .nav.open {
        display: flex
    }

    .hero {
        grid-template-columns: 1fr;
        background: #f8f4e9
    }

    .hero-panel {
        min-height: 480px;
        background: #dfeee8
    }

    .service-grid {
        grid-template-columns: 1fr 1fr
    }

    .process,
    .assessment,
    .faq {
        grid-template-columns: 1fr
    }

    .nri-card {
        grid-template-columns: 1fr
    }

    .globe {
        width: 260px;
        height: 260px;
        margin-bottom: 35px
    }

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

    .section-heading {
        display: block
    }
}

@media(max-width:600px) {
    .site-header {
        height: 75px
    }

    .nav {
        top: 74px
    }

    .hero-copy {
        padding: 34px 25px 56px
    }

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

    .hero-panel {
        min-height: 410px
    }

    .paper {
        width: 82%;
        height: 245px
    }

    .section {
        padding: 72px 24px
    }

    .service-grid {
        grid-template-columns: 1fr
    }

    .nri {
        padding: 0
    }

    .nri-card {
        padding: 60px 25px
    }

    .globe {
        width: 230px;
        height: 230px
    }

    .nri-points,
    .field-row {
        grid-template-columns: 1fr
    }

    .lead-form {
        padding: 25px
    }

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

    .footer-bottom {
        flex-direction: column;
        gap: 10px
    }
}

:root {
    --font-main: "Dai Banna SIL", Arial, Helvetica, sans-serif
}

body,
.brand,
h1,
h2,
.paper-head,
.paper-foot,
.paper-seal,
.stamp,
.service-card h3,
.steps h3,
.success h3,
.faq summary,
.faq summary span {
    font-family: var(--font-main)
}
