@import url('https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css');

:root {
    --green: #1e4535;
    --green-2: #365f4d;
    --cream: #f3f6ed;
    --cream-2: #edf4e2;
    --line: #ccd4c8;
    --red: #a64137;
    --gold: #b77438;
    --ink: #183b2d;
    --shadow: 0 5px 12px rgba(25, 55, 43, .18)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--cream);
    color: #222;
    font-family: 'SUIT', 'Noto Sans KR', sans-serif !important;
    line-height: 1.55;
    word-break: keep-all
}

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

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

button,
input {
    font: inherit
}

.mbr {
    display: none;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto
}

.section {
    padding: 120px 0
}

.eyebrow {
    margin: 0 0 30px;
    color: var(--green);
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -.02em
}

.section-heading h2 {
    margin: 0;
    color: var(--ink);
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: -.05em
}

.section-heading>p:last-child {
    margin: 28px 0 0;
    color: #444;
    font-size: 20px
}

.section-heading.centered {
    text-align: center
}

.section-heading mark,
h2 mark {
    color: inherit;
    background: none;
    font-weight: 900;
}

.section-heading span {
    background: linear-gradient(transparent 70%, #cbd8c5 0);
}

em {
    color: var(--red);
    font-style: normal
}

.mobile-only {
    display: none
}

.site-header {
    position: relative;
    z-index: 20;
    background: linear-gradient(136.68deg, #416051 2.87%, #13281D 99.88%);
    color: #fff
}


.header-inner {
    width: min(1180px, calc(100% - 40px));
    height: 120px;
    margin: auto;
    display: flex;
    position: relative
}

.logo,
.footer-logo {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -.09em;
    color: #f8f4e6
}

.logo {
    display: flex;
    align-items: center;
}

.desktop-nav {
    margin-left: auto;
    margin-right: 215px;
    display: flex;
    gap: 48px;
    font-size: 15px;
    align-items: center;
    margin: auto;
}

.desktop-nav a {
    padding: 10px 0
}

.quick-call {
    width: 190px;
}

.quick-call img {
    width: 100%;
    display: block;
}

.menu-toggle,
.mobile-nav {
    display: none
}

.hero {
    min-height: 920px;
    position: relative;
    overflow: hidden
}

.hero-image {
    position: absolute;
    inset: 0 0 auto 0;
    width: 100%;
    height: 801px;
    background: transparent
}

.hero-image:after {
    display: none
}

.hero-image .swiper-wrapper {
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.hero-image .swiper-slide,
.hero-image .swiper-slide picture,
.hero-image .swiper-slide img {
    display: block;
    width: 100%;
    height: 801px
}

.hero-image .swiper-slide img {
    object-fit: cover;
    object-position: center top
}

.hero-inner {
    position: relative;
    height: 920px;
    padding-top: 120px
}

.hero-copy {
    width: 610px
}

.hero h1 {
    margin: 30px 0;
    font-size: 70px;
    line-height: 1.3;
    letter-spacing: -.06em
}

.hero h1 span {
    background: linear-gradient(transparent 80%, #cad9c9 0);
    font-weight: 900;
}

.hero h1 mark {
    background: transparent;
    color: var(--green)
}

.hero-desc {
    font-size: 24px;
    color: #444
}

.primary-button {
    display: flex;
    width: 100%;
    max-width: 520px;
    height: 70px;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(136.68deg, #416051 2.87%, #13281D 99.88%);
    border-radius: 4px;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, .22);
    font-size: 24px;
    font-weight: bold;
}

.hero-tags {
    display: flex;
    gap: 8px;
    margin-top: 100px
}

.hero-tags span {
    min-width: 160px;
    padding: 9px 18px;
    border: 1px solid #a4443a;
    color: #8e2d25;
    text-align: center;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}

.settlement-flow {
    position: absolute;
    right: -100px;
    bottom: 125px;
}

.settlement-flow h2 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 18px;
    color: var(--green)
}

.settlement-flow ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.settlement-flow ol:before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: 24px;
    border-top: 1px solid #9cab9f
}

.settlement-flow li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative
}

.flow-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #dfe9d7;
    display: grid;
    place-items: center
}

.flow-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain
}

.settlement-flow li:first-child .flow-icon {
    background: var(--green)
}

.settlement-flow small {
    display: none
}

.settlement-flow b {
    font-size: 15px
}

.concerns {
    padding-top: 90px
}

.concern-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 70px;
    align-items: center
}

.concern-card {
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .12);
}

.concern-card.active {
    z-index: 2;
    box-shadow: 0 5px 20px rgba(29, 69, 53, .32);
}

.card-photo {
    height: 230px;
    position: relative;
    overflow: hidden
}

.card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.concern-card h3 {
    position: absolute;
    z-index: 1;
    margin: -210px 18px 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.45
}

.concern-card p {
    min-height: 165px;
    margin: 0;
    padding: 14px 20px;
    font-size: 20px;
    color: #555;
    font-weight: 500;
}

.criteria {
    min-height: 970px;
    padding: 90px 0 119px;
    background: var(--cream);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center
}

.criteria:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: max(40px, calc(50% - 810px));
    right: 0;
    top: 50%;
    width: auto;
    height: 603px;
    transform: translateY(-50%);
    border-radius: 302px 0 0 302px;
    background: #fff
}

.criteria:after {
    display: none
}

.criteria-inner {
    position: relative;
    z-index: 1;
    width: min(1032px, calc(100% - 40px));
    display: grid;
    grid-template-columns: minmax(0, 423px) minmax(0, 519px);
    gap: 90px;
    align-items: center
}

.criteria-copy .eyebrow {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 500;
    line-height: 41px
}

.criteria-copy h2 {
    margin: 0;
    font-size: 50px;
    line-height: 1.3;
    color: var(--ink);
    letter-spacing: -.05em;
    font-weight: 800;
}

.criteria-copy h2 mark {
    background: linear-gradient(transparent 80%, #cbd8c5 0);
    font-weight: 400;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.criteria-copy>p:last-child {
    margin: 40px 0 0;
    color: #555;
    font-size: 18px;
    line-height: 1.5;
}

.criteria-copy>p:last-child em {
    font-weight: bold;
    margin-top: 5px;
    display: block;
    font-size: 22px;
}

.criteria-list {
    display: grid;
    gap: 11px
}

.criteria-list article {
    min-height: 182px;
    padding: 32px 60px;
    color: #fff;
    background: linear-gradient(136.68deg, #416051 2.87%, #13281D 99.88%);
    box-shadow: 0 5px 12px rgba(25, 55, 43, .18);
    border-radius: 4px
}

.criteria-list h3 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    font-size: 24px;
    line-height: 39px
}

.criteria-list h3 img {
    width: 73px;
    height: 40px;
    flex: 0 0 auto
}

.criteria-list p {
    margin: 15px 0 0;
    color: #e4ebe7;
    font-size: 23px;
    line-height: 1.4;
}

.criteria-list p b {
    color: #fff;
}

.pg-model {
    padding-top: 0;
    position: relative;
    overflow: hidden
}

.pg-model>.container {
    position: relative
}

.pg-model>.container:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 88px;
    left: 0;
    right: calc((1180px - 100vw)/2);
    height: 549px;
    background: #fff
}

.model-intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 574px 515px;
    gap: 86px;
    height: 369px;
    align-items: start
}

.model-intro>div {
    min-width: 0
}

.model-intro>div:first-child {
    margin-left: calc((1180px - 100vw)/2);
    height: 369px;
    padding: 74px 0 0 max(55px, calc((100vw - 1180px)/2));
    background: linear-gradient(136.68deg, #416051 2.87%, #13281D 99.88%);
    color: #fff;
    border-radius: 0 4px 4px 0
}

.model-intro>div:last-child {
    padding-top: 172px
}

.model-intro .eyebrow {
    margin: 0 0 40px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 41px
}

.model-intro h2 {
    margin: 0;
    font-size: 48px;
    line-height: 70px;
    letter-spacing: -.05em;

    background: linear-gradient(35.34deg, #FFFBF6 0%, #F8EDD9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.model-intro h2 strong {
    color: #fff
}

.model-intro h3 {
    font-weight: 900;
    margin: 0 0 30px;
    font-size: 28px;
    line-height: 1.4;
    color: var(--ink)
}

.model-intro p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}

.model-intro p em {
    font-weight: bold;
}

.model-checks {
    position: relative;
    z-index: 1;
    width: 867px;
    height: 104px;
    margin: 100px 0 107px 157px;
    padding: 0;
    border: 0;
    list-style: none;
    background: transparent
}

.model-checks:before {
    content: "";
    position: absolute;
    left: -114px;
    top: -50px;
    width: 1094px;
    border-top: 1px solid var(--line)
}

.model-checks li {
    display: flex;
    align-items: center;
    height: 42px;
    margin: 0;
    font-size: 24px;
    line-height: 1.5
}

.model-checks li em {
    font-weight: 500;
}

.model-checks li+li {
    margin-top: 20px
}

.model-checks li:before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    flex: 0 0 41px;
    width: 41px;
    height: 41px;
    margin-right: 12px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-size: 24px;
    line-height: 1
}

.model-diagram {
    position: relative;
    z-index: 1;
    width: 100vw;
    max-width: none;
    margin-left: calc((1180px - 100vw)/2)
}

.diagram-center {
    width: 100%;
    overflow: hidden
}

.diagram-center picture,
.diagram-cards picture {
    display: block;
    min-width: 0
}

.diagram-center img {
    width: 100vw;
    height: auto;
    max-width: none;
    margin: auto;
    object-fit: contain
}

.diagram-cards {
    display: grid;
    grid-template-columns: 236fr 236fr 236fr 220fr;
    gap: 10px;
    width: min(958px, calc(100vw - 40px));
    margin: 10px auto 0
}

.diagram-cards img {
    width: 100%;
    height: auto;
    min-width: 0
}

.diagram-cards-mobile {
    display: none
}

.services {
    min-height: 1127px;
    padding: 133px 0 0;
    position: relative;
    overflow: hidden;
    background: #edf3e9 url('assets/service-panel-bg.png') center top/cover no-repeat
}

.services-inner {
    position: relative;
    z-index: 1;
    display: block;
    height: 994px
}

.services .section-heading {
    position: absolute;
    left: 0;
    top: 0;
    width: 371px
}

.services .section-heading .eyebrow {
    margin: 0 0 41px;
    font-size: 30px;
    font-weight: 500;
    line-height: 41px
}

.services .section-heading h2 {
    font-size: 48px;
    line-height: 70px
}

.services-summary {
    position: absolute;
    left: 425px;
    top: 151px;
    margin: 0;
    font-size: 20px;
    line-height: 30px
}

.services-summary em {
    font-weight: bold;
}

.service-tabs {
    position: absolute;
    left: 0;
    top: 399px;
    width: 425px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: service
}

.service-tabs li {
    counter-increment: service;
    width: 383px;
    height: 65px;
    margin: 0 0 15px
}

.service-tabs button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.service-tabs button:before {
    content: '0' counter(service);
    flex: 0 0 38px;
    margin-right: 20px
}

.service-tabs .selected button {
    background: linear-gradient(136.68deg, #416051 2.87%, #13281D 99.88%);
    color: #fff;
    box-shadow: 0 4px 10px rgba(25, 55, 43, .12)
}

.service-tabs button:focus-visible {
    outline: 3px solid rgba(52, 93, 74, .35);
    outline-offset: 3px
}

.service-panel {
    position: absolute;
    left: 425px;
    top: 251px;
    width: 750px;
    min-height: 0
}

.service-panel picture {
    display: block
}

.service-panel img {
    width: 100%;
    height: auto;
    max-width: none;
    opacity: 1;
    transition: opacity .25s ease
}

.service-panel img.is-changing {
    opacity: 0
}

.deposit {
    min-height: 1390px;
    padding: 137px 0 17px
}

.deposit .section-heading {
    width: 646px;
    margin-inline: auto
}

.deposit .section-heading .eyebrow {
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 41px
}

.deposit .section-heading h2 {
    font-size: 48px;
    line-height: 70px
}

.deposit-description {
    width: 1182px;
    margin: 34px 0 0;
    padding: 40px 73px;
    text-align: center;
    background: #fff;
    font-size: 22px;
    line-height: 1.5;
}

.deposit-description em {
    font-weight: bold;
}

.deposit-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    margin-top: 53px
}

.deposit-grid picture {
    display: block;
    min-width: 0
}

.deposit-grid img {
    width: 211px;
    height: 421px;
    max-width: none;
    object-fit: fill
}

.limit-banner {
    width: 1182px;
    height: 202px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 74px;
    margin-top: 64px;
    padding: 0 84px;
    background: linear-gradient(136.68deg, #416051 2.87%, #13281D 99.88%);
    color: #fff;
    box-shadow: var(--shadow)
}

.limit-banner strong {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 262px;
    font-size: 48px;
    line-height: 70px;
    white-space: nowrap;

    filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.5));
}

.limit-banner strong b {
    font-size: 80px;
    line-height: 112px
}

.limit-banner span {
    color: #ccd7d1;
    font-size: 18px;
    line-height: 30px
}

.limit-banner span small {
    display: block;
    color: inherit;
    font: inherit
}

.limit-banner span b {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

.industries {
    min-height: 860px;
    padding: 165px 0 120px;
    background: #fff;
    border-radius: 50% 50% 0 0/48% 48% 0 0;
    overflow: hidden
}

.industries .section-heading {
    margin-inline: auto
}

.industries .section-heading .eyebrow {
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 41px
}

.industries .section-heading h2 {
    font-size: 48px;
    line-height: 1.4;
    width: 100%;
}

.industries .section-heading h2 span {
    font-weight: 400;
}

.industries .section-heading>p:last-child {
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 30px
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 8px;
    margin-top: 60px
}

.industry-grid figure {
    margin: 0;
    text-align: center;
    font-weight: 700;
    overflow: visible
}

.industry-grid img,
.industry-grid .more span {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
    transform: scale(1);
    transform-origin: center;
    transition: transform .32s cubic-bezier(.22, 1, .36, 1), box-shadow .32s ease;
    will-change: transform
}

.industry-grid figure:hover img,
.industry-grid figure:hover .more span {
    transform: scale(1.12);
    box-shadow: 0 8px 22px rgba(25, 55, 43, .2)
}

.industry-grid .more span {
    display: grid;
    place-items: center;
    background: var(--cream);
    color: var(--green);
    font-size: 45px
}

.industry-grid figcaption {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px
}

.process {
    min-height: 1128px;
    padding: 180px 0 170px;
    background: #f3f6ed
}

.process-inner {
    display: grid;
    grid-template-columns: 334px 666px;
    gap: 158px;
    align-items: start
}

.process .section-heading .eyebrow {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: -.02em
}

.process .section-heading h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -.05em
}

.process .section-heading h2 span {
    background: linear-gradient(transparent 66%, #d9e2d1 0);
    font-weight: 500
}

.process .section-heading h2 strong {
    font-weight: 900
}

.process-list {
    display: grid;
    gap: 15px;
    width: 666px;
    margin: 75px 0 0;
    padding: 0;
    list-style: none
}

.process-list li {
    position: relative;
    width: 666px
}

.process-list picture {
    display: block;
    width: 100%
}

.process-list img {
    width: 666px;
    height: auto
}

.consultation {
    position: relative;
    min-height: 1385px;
    overflow: hidden;
    padding: 160px 0 120px;
    background-color: var(--cream);
    background-image: url('assets/consult-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1920px auto
}

.consultation:after {
    display: none
}

.consultation .container {
    position: relative;
    z-index: 1
}

.consultation .section-heading .eyebrow {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 41px
}

.consultation .section-heading h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 70px
}

.consultation .section-heading h2 mark {
    background: linear-gradient(transparent 66%, #d9e2d1 0);
    font-weight: 900
}

.consultation .section-heading>p:last-child {
    margin-top: 35px;
    font-size: 16px;
    line-height: 31px
}

.consult-grid {
    display: grid;
    grid-template-columns: 720px 390px;
    gap: 70px;
    width: 1180px;
    margin: 90px auto 0
}

.consult-form {
    min-height: 0;
    padding: 55px;
    background: rgba(248, 248, 248, .96);
    box-shadow: 0 5px 14px rgba(25, 55, 43, .2)
}

.consult-form h3,
.recent h3 {
    margin: 0;
    color: var(--ink);
    font-size: 25px;
    line-height: 39px;

}

.consult-form h3 {
    font-weight: 800;
}

.consult-form>p,
.recent>p {
    margin: 5px 0 30px;
    font-size: 16px;
    line-height: 31px
}

.consult-form label {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    margin: 14px 0;
    font-size: 16px
}

.consult-form label span {
    color: #2D483B;
    font-weight: 500;
    font-size: 18px;
}

.consult-form input {
    width: 100%;
    height: 60px;
    border: 1px solid #c7ccc8;
    padding: 0 20px;
    background: rgba(255, 255, 255, .8);
    border-radius: 2px;
    outline: none
}

.consult-form input:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 2px rgba(30, 69, 53, .12)
}

.consult-form .agree {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    margin: 20px 0 28px;
    font-size: 12px;
    line-height: 18px
}

.consult-form .agree input {
    width: 18px;
    height: 18px
}

.consult-form button {
    width: 100%;
    height: 60px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 24px;
    background: #2D483B;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    cursor: pointer
}

.recent {
    padding-top: 57px
}

.recent>p {
    margin-bottom: 0
}

.recent-list-window {
    --recent-row-height: 60px;
    --recent-row-gap: 10px;
    position: relative;
    width: 390px;
    height: 420px;
    margin-top: 42px;
    overflow: visible
}

.recent-list-clip {
    position: absolute;
    inset: 0 -10px;
    overflow: hidden;
    padding: 0 10px
}

.recent ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: var(--recent-row-gap);
    will-change: transform
}

.recent li {
    display: grid;
    grid-template-columns: 110px 90px;
    justify-content: center;
    align-items: center;
    width: 390px;
    height: var(--recent-row-height);
    padding: 0 24px;
    background: rgba(255, 255, 255, .95);
    border: 1px solid #c7ccc8;
    border-radius: 32px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .18);
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.recent li.active {
    border: 2px solid var(--green);
    box-shadow: 0 3px 7px rgba(30, 69, 53, .26)
}

.reviews {
    min-height: 885px;
    overflow: hidden;
    padding: 190px 0 155px;
    background: var(--cream)
}

.reviews .section-heading .eyebrow {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 41px
}

.reviews .section-heading h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 70px
}

.reviews .section-heading h2 mark {
    background: linear-gradient(transparent 66%, #d9e2d1 0);
    font-weight: 900
}

.review-swiper {
    width: 100%;
    margin-top: 60px;
    overflow: hidden
}

.review-track {
    display: flex;
    align-items: stretch
}

.review-card {
    flex: 0 0 auto;
    width: 433px;
    height: 331px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none
}

.review-card img {
    width: 433px;
    height: 331px;
    object-fit: contain
}

.faq {
    background: #fff;
    border-radius: 0 45% 0 0/0 15% 0 0
}

.faq-inner {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 90px
}

.faq-list {
    border-top: 2px solid var(--green)
}

.faq-item {
    border-bottom: 1px solid var(--line)
}

.faq-item button {
    width: 100%;
    padding: 26px 0;
    border: 0;
    background: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: var(--ink);
    font-size: 18px
}

.faq-item button small {
    display: inline-block;
    min-width: 95px;
    margin-right: 35px;
    padding: 5px 14px;
    text-align: center;
    background: var(--green);
    color: #fff;
    border-radius: 3px
}

.faq-answer {
    display: none;
    padding: 0 145px 30px;
    color: #666
}

.faq-item.open .faq-answer {
    display: block
}

.slogan {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 45px 20px;
    background: linear-gradient(100deg, #365f4d, #173629);
    color: #fff;
    font-size: 24px
}

.slogan b {}

.slogan b,
.slogan strong {
    font-size: 34px;
    filter: drop-shadow(0px 0px 93.6px rgba(255, 255, 255, 0.5));
}

footer {
    padding: 75px 20px;
    background: #050505;
    color: #888;
    text-align: center
}

footer .footer-logo {
    margin-bottom: 30px
}

footer p {
    font-size: 13px;
    line-height: 1.8
}

footer small {
    display: block;
    margin-top: 20px
}



/* Final cross-viewport safeguards after visual comparison. */
body {
    overflow-x: hidden
}

.hero-inner {
    z-index: 2
}

.settlement-flow ol {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.settlement-flow li {
    min-width: 0
}

.process-icon img {
    filter: brightness(0) invert(1)
}


/* Concerns: reference-image layout and sequential highlight */
.concerns {
    overflow: hidden;
    padding-top: 104px;
    padding-bottom: 132px
}

.concern-swiper {
    overflow: visible;
    padding: 60px 0 24px
}

.concern-grid {
    margin-top: 34px;
    align-items: center
}

.concern-card {
    position: relative;
    min-width: 0;
    border: 1px solid transparent;
    transform: translateY(0) scale(1);
    transform-origin: center;
    transition: transform .48s cubic-bezier(.22, 1, .36, 1), border-color .35s ease, box-shadow .35s ease;
    will-change: transform, box-shadow
}

.concern-card.active {
    z-index: 3;
    border-color: rgba(74, 164, 112, .74);
    transform: translateY(-40px) scale(1);
    box-shadow: 0 0px 40px rgba(92, 192, 132, .72), 0 40px 40px transparent;
}

.concern-card h3 {
    left: 0;
    right: 0
}

.concern-card p {
    line-height: 1.65
}


@media(prefers-reduced-motion:reduce) {
    .concern-card {
        transition: border-color .2s ease, box-shadow .2s ease
    }
}





/* FAQ: single-column layout over the supplied curved background asset. */
.faq {
    min-height: 1402px;
    padding: 190px 0 160px;
    overflow: hidden;
    border-radius: 0;
    background-color: var(--cream);
    background-image: url('assets/faq-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px auto
}

.faq-inner {
    display: block;
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto
}

.faq .section-heading .eyebrow {
    margin: 0 0 36px;
    font-size: 30px;
    font-weight: 500;
    line-height: 41px
}

.faq .section-heading h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -.05em
}

.faq .section-heading h2 mark {
    background: linear-gradient(transparent 66%, #d9e2d1 0);
    font-weight: 900
}

.faq-list {
    margin-top: 60px;
    border-top: 3px solid #315443
}

.faq-item {
    border-bottom: 1px solid #c8d0c8
}

.faq-item button {
    width: 100%;
    min-height: 138px;
    padding: 0;
    align-items: center;
    gap: 32px;
    color: var(--ink);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.45
}

.faq-item button span {
    display: flex;
    min-width: 0;
    align-items: center;
    font-weight: bold;
}

.faq-item button small {
    display: inline-grid;
    width: 145px;
    min-width: 145px;
    height: 42px;
    margin-right: 48px;
    padding: 0;
    place-items: center;
    border-radius: 4px;
    background: linear-gradient(136.68deg, #416051 2.87%, #13281d 99.88%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.faq-item button b {
    position: relative;
    width: 30px;
    height: 24px;
    margin-left: auto;
    flex: 0 0 30px;
    overflow: hidden;
    color: transparent;
    font-size: 0
}

.faq-item button b::before,
.faq-item button b::after {
    content: "";
    position: absolute;
    top: 10px;
    width: 14px;
    height: 3px;
    border-radius: 2px;
    background: #315443;
    transition: transform .24s ease
}

.faq-item button b::before {
    left: 3px;
    transform: rotate(45deg)
}

.faq-item button b::after {
    right: 3px;
    transform: rotate(-45deg)
}

.faq-item.open button {
    min-height: 104px;
    padding-top: 18px
}

.faq-item.open button b::before,
.faq-item.open button b::after {
    top: 11px;
    width: 22px;
    transform: rotate(0)
}

.faq-item.open button b::before {
    left: 4px
}

.faq-item.open button b::after {
    display: none
}

.faq-answer {
    display: none;
    max-width: 1000px;
    padding: 0 55px 48px 193px;
    color: #525b56;
    font-size: 19px;
    line-height: 1.75;
    word-break: keep-all
}

.faq-item.open .faq-answer {
    display: block
}



/* Breakpoint policy: desktop from 1250px, mobile through 767px. */
@media(min-width:768px) and (max-width:1249px) {
    html {
        min-width: 1250px;
        overflow-x: auto
    }

    body {
        min-width: 1250px;
        overflow-x: visible
    }
}

@media(max-width:767px) {
    .mbr {
        display: block;
    }

    .pcbr {
        display: none;
    }

    .container {
        width: min(100% - 32px, 680px)
    }

    .section {
        padding: 80px 0
    }

    .section-heading h2 {
        font-size: 31px
    }

    .eyebrow {
        font-size: 16px;
        margin-bottom: 20px
    }

    .section-heading>p:last-child {
        font-size: 14px
    }

    .mobile-only {
        display: block
    }

    .header-inner {
        width: 100%;
        height: 62px;
        padding: 0 16px
    }

    .logo {
        font-size: 23px
    }

    .desktop-nav {
        display: none
    }

    .quick-call {
        right: 18px;
        width: 100px;
        height: 87px
    }

    .quick-call small {
        font-size: 12px
    }

    .quick-call strong {
        font-size: 17px
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-left: auto;
        margin-right: 120px;
        border: 0;
        background: none
    }

    .menu-toggle span {
        width: 24px;
        border-top: 2px solid #fff
    }

    .mobile-nav {
        display: none;
        position: absolute;
        top: 62px;
        left: 0;
        right: 0;
        padding: 25px;
        background: var(--green);
        grid-template-columns: 1fr 1fr;
        gap: 18px
    }

    .site-header.menu-open .mobile-nav {
        display: grid
    }

    .hero {
        min-height: initial;
    }

    .hero-image {
        height: 470px;
        background-position: 62% center
    }

    .hero-image:after {
        background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .9) 88%)
    }


    .hero-inner {
        height: auto;
        padding: 100px 0;
    }

    .hero-copy {
        width: 100%;
        text-align: center
    }

    .hero h1 {
        margin: 20px 0;
        font-size: 34px;
        line-height: 1.25
    }

    .hero-desc {
        font-size: 13px
    }

    .primary-button {
        height: 52px;
        margin-top: 35px;
        font-size: 16px
    }

    .hero-tags {
        gap: 5px;
        margin-top: 10px
    }

    .hero-tags span {
        min-width: 0;
        flex: 1;
        padding: 7px 2px;
        font-size: 11px
    }

    .settlement-flow {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 145px;
        padding: 20px;
        border-width: 1px;
        display: grid;
        grid-template-columns: 90px 1fr;
        box-shadow: none;
        background: transparent
    }

    .settlement-flow h2 {
        text-align: left;
        font-size: 22px;
        align-self: start
    }

    .settlement-flow ol {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px;
        background: #fff;
        border: 2px solid var(--green);
        box-shadow: var(--shadow)
    }

    .settlement-flow ol:before {
        display: none
    }

    .settlement-flow li {
        display: grid;
        grid-template-columns: 60px 35px 1fr;
        gap: 8px;
        text-align: left
    }

    .flow-icon {
        width: 32px;
        height: 32px;
        grid-column: 2
    }

    .flow-icon img {
        width: 16px;
        height: 16px
    }

    .settlement-flow small {
        display: block;
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        font-size: 9px
    }

    .settlement-flow b {
        grid-column: 3;
        align-self: center;
        font-size: 12px
    }

    .concerns {
        border-top: 1px solid var(--line)
    }

    .concern-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px;
        align-items: start
    }

    .concern-card.active {
        transform: none
    }

    .concern-card:last-child {
        grid-column: 1
    }

    .card-photo {
        height: 190px
    }

    .concern-card h3 {
        margin: -175px 12px 0;
        font-size: 17px
    }

    .concern-card p {
        min-height: 135px;
        padding: 18px 12px;
        font-size: 12px
    }

    .criteria {
        width: calc(100% - 8px);
        min-height: 0;
        margin-inline: auto;
        padding: 66px 0 45px;
        background: #fff;
        border-radius: 50% 50% 0 0/15% 15% 0 0;
        display: block
    }

    .criteria:before,
    .criteria:after {
        display: none
    }

    .criteria .criteria-inner {
        width: min(calc(100% - 72px), 430px);
        display: block
    }

    .criteria-copy {
        text-align: center
    }

    .criteria-copy .eyebrow {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.5
    }

    .criteria-copy h2 {
        font-size: 30px;
        line-height: 1.25
    }

    .criteria-copy>p:last-child {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.65
    }

    .criteria-copy>p:last-child em {
        font-size: 16px;
        margin-top: 0;
    }

    .criteria-list {
        margin-top: 32px;
        gap: 5px
    }

    .criteria-list article {
        min-height: 105px;
        padding: 17px 40px
    }

    .criteria-list h3 {
        gap: 7px;
        font-size: 18px;
        line-height: 1.3
    }

    .criteria-list h3 img {
        width: 45px;
        height: auto
    }

    .criteria-list p {
        margin-top: 7px;
        font-size: 14px;
        line-height: 1.55
    }

    .pg-model {
        padding-top: 30px
    }

    .pg-model>.container {
        width: 100%
    }

    .pg-model>.container:before {
        display: none
    }

    .model-intro {
        display: block;
        height: auto
    }

    .model-intro>div {
        box-sizing: border-box
    }

    .model-intro>div:first-child {
        margin: 0;
        width: 92%;
        height: auto;
        min-height: 151px;
        padding: 26px 26px 24px;
        border-radius: 0 3px 3px 0
    }

    .model-intro>div:last-child {
        width: 92%;
        min-height: 142px;
        margin-left: auto;
        padding: 26px 30px 24px;
        background: #fff
    }

    .model-intro .eyebrow {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 1.5
    }

    .model-intro h2 {
        font-size: 32px;
        line-height: 1.28;
        letter-spacing: -.045em
    }

    .model-intro h3 {
        margin-bottom: 14px;
        font-size: 18px;
        line-height: 1.35
    }

    .model-intro p {
        font-size: 15px;
        line-height: 1.65;
        word-break: keep-all
    }

    .model-checks {
        box-sizing: border-box;
        width: calc(100% - 28px);
        height: auto;
        margin: 29px auto 39px;
        padding: 0 26px 34px;
        border-bottom: 1px solid var(--line);
        background: transparent
    }

    .model-checks:before {
        display: none
    }

    .model-checks li {
        align-items: flex-start;
        height: auto;
        margin: 0;
        font-size: 16px;
        line-height: 1.6;
        word-break: keep-all
    }

    .model-checks li>span {
        min-width: 0;
        flex: 1
    }

    .model-checks li+li {
        margin-top: 14px
    }

    .model-checks li:before {
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        margin-top: 1px;
        margin-right: 10px;
        font-size: 14px
    }

    .model-diagram {
        width: 100vw;
        margin-left: calc((100% - 100vw)/2);
        padding-bottom: 58px
    }

    .diagram-center {
        box-sizing: border-box;
        overflow: visible;
        padding: 0 12px
    }

    .diagram-center img {
        display: block;
        width: 100%;
        max-width: 390px;
        height: auto;
        margin: 0 auto;
        transform: none
    }

    .diagram-cards {
        display: none
    }

    .diagram-cards-mobile {
        display: block;
        width: min(86%, 340px);
        margin: 22px auto 0
    }

    .diagram-cards-mobile img {
        display: block;
        width: 100%;
        height: auto
    }

    .services {
        min-height: 0;
        padding: 80px 0;
        background-size: auto 100%;
        background-position: center top
    }

    .services-inner {
        height: auto;
        display: block
    }

    .services .section-heading {
        position: static;
        width: auto;
        text-align: center;
    }

    .services .section-heading .eyebrow {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.5
    }

    .services .section-heading h2 {
        font-size: 36px;
        line-height: 1.25
    }

    .services-summary {
        position: static;
        width: auto;
        margin-top: 24px;
        text-align: left;
        font-size: 16px;
        line-height: 1.65;
        text-align: center;

    }

    .service-tabs {
        position: static;
        width: 100%;
        margin-top: 35px;
        padding-top: 20px;
        border-top: 1px solid var(--line)
    }

    .service-tabs li {
        width: 100%;
        height: 52px;
        margin-bottom: 6px
    }

    .service-tabs button {
        padding: 0 18px;
        font-size: 18px;
        width: 90%;
        max-width: 250px;
        margin: auto;
    }

    .service-tabs button:before {
        flex-basis: 30px;
        margin-right: 0px
    }

    .service-panel {
        position: static;
        width: 100%;
        margin-top: 30px
    }

    .deposit {
        min-height: 0;
        padding: 80px 0
    }

    .deposit .section-heading {
        width: auto
    }

    .deposit .section-heading .eyebrow {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.5
    }

    .deposit .section-heading h2 {
        font-size: 34px;
        line-height: 1.25
    }

    .deposit-description {
        width: 100%;
        min-height: 0;
        margin-top: 35px;
        padding: 25px 12px;
        font-size: 14px;
        line-height: 1.65
    }

    .deposit-description small {
        font-size: 12px
    }

    .deposit-grid {
        width: 100%;
        margin-top: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0px
    }

    .deposit-grid img {
        width: 100%;
        height: auto;
        min-width: 0
    }

    .deposit-grid picture:last-child {
        grid-column: 1/3;
        width: calc(50% - 5px);
        justify-self: center
    }

    .limit-banner {
        display: grid;
        grid-template-columns: minmax(0, 1.24fr) minmax(0, 1fr);
        grid-template-rows: auto auto;
        align-content: center;
        width: 100%;
        height: auto;
        aspect-ratio: 2.9/1;
        margin-top: 35px;
        column-gap: 9%;
        row-gap: 8px;
        padding: 20px 22px 16px;
        border-radius: 2px
    }

    .limit-banner strong {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
        flex: 0 0 auto;
        gap: 3px;
        font-size: clamp(17px, 5.2vw, 21px);
        line-height: 1;
        filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.5));
    }

    .limit-banner strong b {
        font-size: clamp(34px, 11vw, 44px);
        line-height: 1;
        filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.5));
    }

    .limit-banner .limit-copy {
        display: contents
    }

    .limit-banner .limit-copy small {
        grid-column: 2;
        grid-row: 1/3;
        align-self: center;
        font-size: clamp(8px, 2.7vw, 11px);
        line-height: 1.45;
        word-break: keep-all
    }

    .limit-banner .limit-copy>b {
        grid-column: 1;
        grid-row: 2;
        align-self: start;
        margin: 0;
        font-size: clamp(9px, 3.2vw, 13px);
        line-height: 1.3;
        letter-spacing: -.04em;
        white-space: nowrap
    }

    .industries {
        min-height: 0;
        padding: 80px 0;
        border-radius: 50% 50% 0 0/15% 15% 0 0
    }

    .industries .section-heading {
        width: auto
    }

    .industries .section-heading .eyebrow {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.5
    }

    .industries .section-heading h2 {
        font-size: 31px;
        line-height: 1.25
    }

    .industries .section-heading>p:last-child {
        margin-top: 24px;
        font-size: 13px;
        line-height: 1.65
    }

    .industry-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 12px;
        margin-top: 40px;
        max-width: 300px;
        margin: auto;
    }

    .industry-grid img,
    .industry-grid .more span {
        width: 78px;
        height: 78px
    }

    .industry-grid figcaption {
        font-size: 12px;
        margin-top: 8px;
        line-height: 1.45
    }

    .industry-grid img,
    .industry-grid .more span {
        margin: auto;

    }

    .process-inner {
        display: block
    }

    .process-inner .section-heading {
        width: 100%;
        margin-bottom: 45px;
        text-align: center;
    }

    .process .section-heading .eyebrow {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.5
    }

    .process .section-heading h2 {
        font-size: 34px;
        line-height: 1.45
    }

    .process-list {
        gap: 10px;
        width: 100%;
        margin-top: 0
    }

    .process-list li,
    .process-list picture,
    .process-list img {
        width: 95%;
        display: block;
        margin: auto;
    }

    .process-list li+li {
        margin-top: 10px;
    }

    .consultation {
        background-position: center top
    }

    .consultation:after {
        display: none
    }

    .consult-grid {
        display: flex;
        flex-direction: column-reverse;
        gap: 35px;
        margin-bottom: 0
    }

    .recent {
        padding-top: 0
    }

    .recent h3 {
        font-size: 20px
    }

    .recent>p {
        font-size: 12px
    }

    .recent li {
        max-width: 240px;
        margin: auto;
        padding: 4px 20px;
        font-size: 10px
    }

    .consult-form {
        padding: 30px 20px
    }

    .consult-form h3 {
        text-align: center;
        font-size: 20px
    }

    .consult-form>p {
        text-align: center;
        font-size: 12px
    }

    .consult-form label {
        grid-template-columns: 100px 1fr;
        font-size: 12px
    }

    .consult-form input {
        height: 40px;
        font-size: 12px
    }

    .consult-form .agree {
        font-size: 10px
    }

    .reviews .section-heading {
        padding: 0 16px
    }

    .review-track {
        transform: translateX(-230px);
        margin-top: 40px
    }

    .review-card {
        width: 290px;
        min-height: 220px;
        padding: 20px
    }

    .review-card h3 {
        font-size: 14px
    }

    .review-card p {
        font-size: 12px
    }

    .faq {
        border-radius: 0 42% 0 0/0 8% 0 0
    }

    .faq-inner {
        display: block
    }

    .faq-list {
        margin-top: 40px
    }

    .faq-item button {
        padding: 20px 0;
        font-size: 13px
    }

    .faq-item button small {
        min-width: 48px;
        margin-right: 10px;
        padding: 3px 6px;
        font-size: 9px
    }

    .faq-answer {
        padding: 0 15px 20px 58px;
        font-size: 16px;
    }

    .slogan {
        display: grid;
        gap: 8px;
        text-align: center;
        font-size: 17px
    }

    .slogan b,
    .slogan strong {
        font-size: 25px
    }

    footer {
        padding: 50px 15px
    }

    footer p {
        font-size: 13px
    }

    .container {
        width: min(calc(100% - 10%))
    }

    .settlement-flow ol {
        grid-template-columns: 1fr
    }

    .concerns {
        padding-top: 78px;
        padding-bottom: 92px
    }

    .concern-swiper {
        padding: 14px 0 10px
    }

    .concern-grid {
        width: 100%;
        margin-top: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .concern-card,
    .card-photo,
    .concern-card p {
        width: 100%;
        min-width: 0
    }

    .concern-card.active {
        transform: translateY(-3px) scale(1.012);
        box-shadow: 0 0 7px rgba(83, 192, 128, .88), 0 3px 12px rgba(30, 83, 57, .22)
    }

    .concern-card p {
        min-height: 142px;
        line-height: 1.65;
        overflow-wrap: anywhere
    }

    .process {
        min-height: 0;
        padding: 80px 0 90px
    }

    .consultation {
        min-height: 0;
        padding: 100px 0 18px;
        background-color: var(--cream);
        background-image: url('assets/m_consult-bg.png');
        background-position: center top;
        background-size: 100% 68vw, 104% auto;
        background-repeat: no-repeat
    }

    .consultation .section-heading .eyebrow {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 1.5
    }

    .consultation .section-heading h2 {
        font-size: 34px;
        line-height: 1.35
    }

    .consultation .section-heading>p:last-child {
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.65
    }

    .consult-grid {
        display: flex;
        flex-direction: column-reverse;
        gap: 27px;
        width: 100%;
        margin-top: 67px
    }

    .consult-form {
        min-height: 0;
        padding: clamp(18px, 5.2vw, 24px) clamp(14px, 5vw, 22px) clamp(26px, 12vw, 34px)
    }

    .consult-form h3 {
        font-size: clamp(14px, 4.8vw, 20px);
        line-height: 1.5
    }

    .consult-form>p {
        display: none
    }

    .consult-form>p+label {
        margin-top: 28px
    }

    .consult-form label {
        grid-template-columns: clamp(100px, 20vw, 92px) minmax(0, 1fr);
        margin: clamp(7px, 2.5vw, 10px) 0;
        font-size: clamp(9px, 3vw, 12px)
    }

    .consult-form label>span {
        font-size: 16px;
        line-height: 1.45
    }

    .consult-form input {
        height: clamp(31px, 10vw, 42px);
        padding: 0 clamp(8px, 3vw, 12px);
        font-size: clamp(9px, 3vw, 12px)
    }

    .consult-form .agree {
        gap: 7px;
        margin: clamp(11px, 4vw, 17px) 0 clamp(15px, 5vw, 21px);
        font-size: clamp(8px, 2.5vw, 10px)
    }

    .consult-form .agree input {
        width: 12px;
        height: 12px;
        padding: 0
    }

    .consult-form button {
        height: clamp(31px, 10vw, 42px);
        font-size: 16px;
    }

    .recent {
        width: 100%;
        padding-top: 0;
        text-align: center
    }

    .recent h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5
    }

    .recent>p {
        margin: 4px 0 0;
        font-size: 16px;
        line-height: 1.55
    }

    .recent-list-window {
        --recent-row-height: clamp(20px, 7.5vw, 31px);
        --recent-row-gap: clamp(4px, 1.5vw, 6px);
        width: min(58%, 240px);
        height: clamp(188px, 70vw, 290px);
        margin: 32px auto 0
    }

    .recent-list-clip {
        inset: -3px -8px;
        padding: 3px 8px
    }

    .recent li {
        grid-template-columns: 1fr 1fr;
        width: 100%;
        max-width: none;
        height: var(--recent-row-height);
        margin: 0;
        padding: 0 8px;
        border-radius: 999px;
        font-size: clamp(8px, 2.4vw, 10px)
    }

    .recent li.active {
        border-width: 1px
    }

    .reviews {
        min-height: 0;
        padding: 52px 0 68px
    }

    .reviews .section-heading .eyebrow {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.5
    }

    .reviews .section-heading h2 {
        font-size: 31px;
        line-height: 1.25
    }

    .review-swiper {
        margin-top: 35px
    }

    .review-track {
        margin-top: 0;
        transform: none
    }

    .review-card,
    .review-card img {
        width: min(300px, calc(100vw - 40px));
        height: auto;
        min-height: 0;
        padding: 0
    }

    .faq {
        min-height: 0;
        padding: 80px 0 95px;
        background-size: auto 100%;
        background-position: top left
    }

    .faq-inner {
        width: min(calc(100% - 32px), 680px)
    }

    .faq .section-heading .eyebrow {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.5
    }

    .faq .section-heading h2 {
        max-width: 330px;
        font-size: 34px;
        line-height: 1.35
    }

    .faq-list {
        margin-top: 40px;
        border-top-width: 2px
    }

    .faq-item button,
    .faq-item.open button {
        min-height: 82px;
        padding: 0;
        gap: 12px;
        font-size: 16px;
        line-height: 1.45
    }

    .faq-item button span {
        align-items: center;
    }

    .faq-item button small {
        width: 54px;
        min-width: 54px;
        height: 26px;
        margin-right: 12px;
        font-size: 11px
    }

    .faq-item button b {
        width: 20px;
        height: 18px;
        flex-basis: 20px
    }

    .faq-item button b::before,
    .faq-item button b::after {
        top: 7px;
        width: 9px;
        height: 2px
    }

    .faq-item button b::before {
        left: 2px
    }

    .faq-item button b::after {
        right: 2px
    }

    .faq-item.open button b::before,
    .faq-item.open button b::after {
        top: 8px;
        width: 15px
    }

    .faq-item.open button b::before {
        left: 2px
    }

    .faq-answer {
        max-width: none;
        padding: 0 26px 26px 66px;
        font-size: 14px;
        line-height: 1.7;
        word-break: normal;
        overflow-wrap: anywhere
    }

    .site-header {
        height: 54px
    }

    .header-inner {
        height: 54px;
        padding: 0 14px
    }

    .logo img {
        width: 114px;
        height: auto
    }

    .menu-toggle,
    .mobile-nav,
    .site-header.menu-open .mobile-nav {
        display: none
    }

    .quick-call {
        position: absolute;
        width: clamp(96px, 29vw, 114px);
        height: auto;
        margin: 0;
        align-self: flex-start
    }

    .hero-image,
    .hero-image .swiper-slide,
    .hero-image .swiper-slide picture,
    .hero-image .swiper-slide img {
        height: auto
    }

    .hero-image .swiper-slide img {
        object-fit: cover;
        object-position: center top
    }

    .hero-inner {
        padding: 100px 0 120%;
    }

    .hero h1 span {
        background: none;
    }

    .hero h1 {
        margin: 14px 0;
        font-size: 38px;
        line-height: 1.22
    }

    .hero-desc {
        font-size: 16px;
        line-height: 1.55
    }

    .primary-button {
        height: 50px;
        margin-top: 24px;
        font-size: 18px
    }

    .hero-tags {
        gap: 4px;
        margin-top: 9px
    }

    .hero-tags span {
        min-width: 0;
        padding: 7px 1px;
        font-size: 13px;
        white-space: nowrap
    }

    .settlement-flow {
        position: absolute;
        top: 65%;
        left: 8px;
        right: auto;
        bottom: auto;
        display: block;
        width: calc(100% - 54px);
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent
    }

    .settlement-flow picture,
    .settlement-flow img {
        display: block;
        width: 100%;
        height: auto
    }

    /* Concerns mobile: fixed two-column cards with a non-moving active state. */
    .concerns {
        padding: 72px 0 100px;
        border-top: 0;
        background: var(--cream)
    }

    .concerns .section-heading .eyebrow {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5
    }

    .concerns .section-heading h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.3
    }

    .concerns .section-heading h2 mark {
        background: linear-gradient(transparent 68%, #d9e2d1 0);
        font-weight: 900
    }

    .concerns .section-heading>p:last-child {
        margin-top: 24px;
        font-size: 13px;
        line-height: 1.6
    }

    .concern-swiper {
        padding: 0 0 12px;
        overflow: visible
    }

    .concern-grid {
        display: grid;
        width: 100%;
        margin-top: 38px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0px;
        row-gap: 10px;
        align-items: start
    }

    .concern-card,
    .concern-card.active {
        width: 100%;
        min-width: 0;
        align-self: start;
        border: 1px solid #e2e7e1;
        transform: none;
        transition: border-color .34s ease, box-shadow .34s ease;
        will-change: border-color, box-shadow
    }

    .concern-card {
        box-shadow: 0 2px 7px rgba(28, 58, 45, .09)
    }

    .concern-card.active {
        z-index: 3;
        border-color: #69d69a;
        box-shadow: 0 0 10px rgba(80, 215, 140, .88), 0 5px 13px rgba(28, 67, 49, .16)
    }

    .concern-card:last-child {
        grid-column: 1
    }

    .card-photo {
        width: 100%;
        height: clamp(128px, 39vw, 170px)
    }

    .concern-card h3 {
        margin: clamp(-156px, -35vw, -116px) 11px 0;
        font-size: 16px;
        line-height: 1.35
    }

    .concern-card p {
        width: 100%;
        min-width: 0;
        min-height: 118px;
        padding: 14px 11px;
        font-size: 11px;
        line-height: 1.65;
        overflow-wrap: anywhere
    }
}

/* Smooth FAQ accordion open/close motion. */
.faq-item button {
    transition: min-height .42s ease, padding .42s ease
}

.faq-answer,
.faq-item.open .faq-answer {
    display: block
}

.faq-answer {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .48s cubic-bezier(.22, 1, .36, 1),
        padding .48s cubic-bezier(.22, 1, .36, 1),
        opacity .28s ease
}

.faq-item.open .faq-answer {
    max-height: 360px;
    padding-bottom: 48px;
    opacity: 1
}

@media(min-width:768px) and (max-width:1249px) {
    .faq-item.open .faq-answer {
        padding-bottom: 20px
    }
}

@media(max-width:767px) {
    .faq-item.open .faq-answer {
        padding-bottom: 26px
    }
}

@media(prefers-reduced-motion:reduce) {

    .faq-item button,
    .faq-answer {
        transition-duration: .01ms
    }
}