:root {
    --ev-bg: #ececef;
    --ev-text: #231f21;
    --ev-title: #262a7d;
    --ev-header-bg: #171a4b;
    --ev-deep-blue: #262a7d;
    --ev-blue: #262a7d;
    --ev-soft-blue: #63c9ff;
    --ev-white: #ffffff;
    --ev-shadow: 0 10px 28px rgba(18, 24, 85, 0.18);
}

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

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Baskervville", Georgia, serif;
    background-color: var(--ev-bg);
    background-image: url("../img/client/bg-site.png");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
    color: var(--ev-text);
    line-height: 1.45;
}

h1,
h2,
h3 {
    margin: 0 0 18px;
    color: var(--ev-title);
    font-family: "Baskervville", Georgia, serif;
    line-height: 1;
}

p {
    margin: 0 0 16px;
}

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

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    font-weight: 600;
    padding: 13px 30px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--ev-deep-blue);
    color: var(--ev-white);
}

.btn-secondary {
    background: transparent;
    color: var(--ev-deep-blue);
    border: 1px solid rgba(38, 42, 125, 0.35);
}

.btn-light {
    background: var(--ev-white);
    color: var(--ev-deep-blue);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 24px 0 18px;
    background: transparent;
    border-bottom: 0;
}

.site-header-inner {
    min-height: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    min-height: 52px;
}

.custom-logo-link img {
    max-height: 52px;
    width: auto;
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: var(--ev-white);
    color: var(--ev-header-bg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.brand-text {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
}

.brand-text strong {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: var(--ev-white);
}

.brand-text small {
    font-size: 10px;
    letter-spacing: 1.1px;
    color: rgba(255, 255, 255, 0.88);
}

.header-symbol {
    width: 52px;
    height: 46px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.header-symbol span {
    display: block;
    height: 9px;
    border-radius: 999px;
    background: var(--ev-header-bg);
    transform: skewX(-28deg);
}

.header-symbol span:nth-child(1) {
    width: 38px;
    margin-left: 2px;
}

.header-symbol span:nth-child(2) {
    width: 48px;
}

.header-symbol span:nth-child(3) {
    width: 40px;
    margin-left: 8px;
}

.header-capsule {
    background: var(--ev-header-bg);
    border-radius: 999px;
    min-height: 66px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.header-capsule .site-nav {
    flex: 1;
}

.site-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    padding-left: 14px;
}

.site-menu a {
    color: var(--ev-white);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}

.site-menu a:hover,
.site-menu a:focus-visible {
    opacity: 0.82;
}

.header-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.pill-link {
    font-size: 20px;
    line-height: 1;
    padding: 9px 18px;
    border-radius: 999px;
    background: #2530a5;
    border: 1px solid #2b38bd;
    color: var(--ev-white);
    white-space: nowrap;
}

.menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    width: 34px;
    height: 34px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ev-white);
}

.mobile-panel {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: var(--ev-header-bg);
    padding: 14px 0 20px;
}

.mobile-panel .site-menu {
    flex-direction: column;
    align-items: flex-start;
    width: min(1160px, 92vw);
    margin: 0 auto;
    gap: 10px;
    padding-left: 0;
}

.mobile-panel .site-menu a {
    font-size: 27px;
}

.mobile-actions {
    width: min(1160px, 92vw);
    margin: 14px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 82px 0 98px;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 0;
}

.hero-section-home::after {
    content: none;
    position: absolute;
    left: -120px;
    right: -120px;
    bottom: 0;
    height: 130px;
    background: radial-gradient(ellipse at center, rgba(85, 220, 255, 0.58) 0%, rgba(85, 220, 255, 0) 72%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 860px;
    text-align: center;
}

.hero-content h1 {
    font-size: clamp(42px, 6vw, 78px);
    margin-bottom: 26px;
}

.hero-content p {
    font-size: clamp(20px, 2.1vw, 36px);
    margin: 0 auto 32px;
    max-width: 860px;
}

.clients-section {
    padding: 28px 0 88px;
}

.clients-section h2 {
    font-size: clamp(40px, 3.3vw, 58px);
    text-align: center;
    line-height: 0.94;
    max-width: 980px;
    margin: 0 auto 34px;
}

.logo-carousel {
    overflow: hidden;
    width: 100%;
    padding: 10px 0 18px;
}

.logo-carousel-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: ev-logo-scroll 42s linear infinite;
    will-change: transform;
}

.logo-carousel:hover .logo-carousel-track {
    animation-play-state: paused;
}

.logo-card {
    width: 320px;
    min-height: 220px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(47, 49, 143, 0.12);
    border-radius: 16px;
    padding: 20px 18px;
    box-shadow: var(--ev-shadow);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.logo-card-brand {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.logo-card-brand img {
    max-width: 82%;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.logo-card h3 {
    font-size: 24px;
    margin: 0;
    text-align: center;
    color: #6a74a7;
}

.logo-card p {
    font-size: 16px;
    margin: 0;
    text-align: center;
    color: #232c80;
    line-height: 1.22;
    max-width: 262px;
    margin-inline: auto;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(170px, 1fr));
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.client-card {
    min-height: 220px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(47, 49, 143, 0.12);
    border-radius: 16px;
    padding: 20px 18px;
    box-shadow: var(--ev-shadow);
}

.client-card h3 {
    font-size: 30px;
    margin-bottom: 8px;
}

.client-card p {
    font-size: 14px;
    margin: 0;
}

.intro-section {
    padding: 48px 0 92px;
}

.intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
    align-items: end;
    gap: 64px;
}

.intro-copy {
    max-width: 610px;
}

.intro-grid h2 {
    font-size: clamp(44px, 4.2vw, 58px);
    line-height: 0.98;
    letter-spacing: -0.01em;
    margin-bottom: 22px;
}

.intro-text-block {
    max-width: 540px;
    border-left: 7px solid #2a36ae;
    padding-left: 18px;
}

.intro-text-block p {
    margin: 0;
    font-size: clamp(17px, 1.35vw, 24px);
    line-height: 1.15;
    color: #3f3d46;
}

.btn-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 38px;
}

.intro-section .btn-secondary {
    background: var(--ev-deep-blue);
    color: var(--ev-white);
    border: 1px solid #3b47c4;
    box-shadow: 0 6px 16px rgba(29, 35, 112, 0.28);
    font-size: 20px;
    line-height: 1;
    padding: 10px 22px;
    min-height: 44px;
}

.intro-video-placeholder {
    justify-self: end;
    width: min(80%, 440px);
    aspect-ratio: 2 / 3;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    min-height: 0;
    background: #e5e6ec;
    box-shadow: var(--ev-shadow);
    overflow: hidden;
    display: block;
    position: relative;
}

.intro-video-placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid rgba(47, 60, 180, 0.45);
    pointer-events: none;
}

.intro-video-placeholder img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    display: block;
}

.service-cards-section {
    padding: 10px 0 6px;
}

.service-cards-section .container,
.growth-section .container {
    width: min(828px, 86vw);
}

.service-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    box-shadow: var(--ev-shadow);
}

.service-card {
    background: var(--ev-deep-blue);
    border: 1px solid rgba(99, 201, 255, 0.72);
    color: var(--ev-white);
    border-radius: 0;
    overflow: hidden;
    min-height: 326px;
}

.service-image-placeholder {
    height: 142px;
    background: #2f318f;
    overflow: hidden;
}

.service-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-card h3,
.service-card p,
.service-card a {
    padding-left: 16px;
    padding-right: 16px;
}

.service-card h3 {
    color: var(--ev-white);
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: clamp(34px, 2.5vw, 44px);
    line-height: 0.9;
    max-width: 95%;
}

.service-card p {
    font-size: clamp(9px, 0.56vw, 11px);
    line-height: 1.22;
    min-height: 86px;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
}

.service-card a {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 12px;
    color: var(--ev-soft-blue);
    font-weight: 600;
    font-size: clamp(11px, 0.82vw, 14px);
    line-height: 1;
}

.growth-section {
    padding: 0 0 0;
    position: relative;
    z-index: 2;
}

.growth-box {
    background: var(--ev-deep-blue);
    border-radius: 88px 88px 0 0;
    min-height: 254px;
    padding: 20px 32px 16px 22px;
    display: grid;
    grid-template-columns: 292px 1fr;
    align-items: center;
    gap: 8px;
    color: var(--ev-white);
    box-shadow: var(--ev-shadow);
    overflow: visible;
    position: relative;
}

.growth-person {
    width: 100%;
    height: 100%;
    min-height: 336px;
    border-radius: 0;
    background: transparent;
    overflow: hidden;
    margin-top: -112px;
    margin-bottom: -28px;
    position: relative;
    z-index: 2;
}

.growth-person img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
    display: block;
}

.growth-box h2 {
    color: var(--ev-white);
    font-size: clamp(42px, 3.6vw, 58px);
    line-height: 0.92;
    max-width: 540px;
    margin: 0 auto 14px;
    text-align: center;
}

.growth-box .btn-light {
    color: var(--ev-deep-blue);
    font-size: clamp(12px, 0.88vw, 16px);
    line-height: 1;
    padding: 10px 30px;
    min-height: 40px;
    display: table;
    margin: 0 auto;
}

.mapping-section {
    background: var(--ev-deep-blue);
    padding: 36px 0 66px;
    position: relative;
    overflow: hidden;
}

.mapping-section::before,
.mapping-section::after {
    content: "";
    position: absolute;
    width: 310px;
    height: 146px;
    border-radius: 180px 180px 0 0;
    background: linear-gradient(180deg, rgba(108, 206, 255, 0.6) 0%, rgba(18, 70, 201, 0.78) 100%);
    border: 2px solid rgba(95, 205, 255, 0.85);
    box-shadow: 0 10px 32px rgba(10, 24, 115, 0.45);
    z-index: 0;
}

.mapping-section::before {
    left: -164px;
    top: -30px;
}

.mapping-section::after {
    right: -154px;
    bottom: 72px;
}

.mapping-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.mapping-image-placeholder {
    min-height: 646px;
    max-width: 520px;
    background: #f3f3f6;
    border: 1px solid rgba(255, 255, 255, 0.84);
    box-shadow: var(--ev-shadow);
    overflow: hidden;
}

.mapping-image-placeholder img {
    width: 118%;
    height: 118%;
    min-height: 0;
    object-fit: contain;
    object-position: left top;
    display: block;
    transform: translate(-58px, -66px);
}

.mapping-list h2 {
    color: var(--ev-white);
    font-size: clamp(46px, 3.8vw, 62px);
    line-height: 0.95;
    margin-bottom: 18px;
}

.mapping-list article {
    border-bottom: 0;
    padding: 14px 0 8px;
    display: grid;
    grid-template-columns: 84px 1fr;
    column-gap: 16px;
    align-items: start;
}

.mapping-icon {
    width: 78px;
    height: 78px;
    object-fit: contain;
    display: block;
    margin-bottom: 6px;
    grid-column: 1;
    grid-row: 1 / span 3;
}

.mapping-list h3 {
    color: var(--ev-white);
    font-size: clamp(22px, 2.2vw, 36px);
    line-height: 0.94;
    margin-bottom: 6px;
    grid-column: 2;
}

.mapping-list p {
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 5px;
    font-size: clamp(12px, 0.9vw, 14px);
    line-height: 1.2;
    grid-column: 2;
}

.mapping-list span {
    color: var(--ev-soft-blue);
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    grid-column: 2;
}

.team-section {
    padding: 86px 0;
}

.team-section h2 {
    text-align: center;
    font-size: clamp(66px, 7vw, 118px);
    margin-bottom: 16px;
}

.team-subtitle {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 38px;
    font-size: 28px;
}

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

.team-card {
    background: var(--ev-deep-blue);
    color: var(--ev-white);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    padding: 24px;
}

.team-avatar-placeholder {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: -64px auto 18px;
    border: 7px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.team-avatar-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.team-card h3 {
    color: var(--ev-white);
    text-align: center;
    font-size: clamp(46px, 3.6vw, 62px);
}

.team-card p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
}

.contact-banner-section {
    padding: 6px 0 88px;
}

.contact-banner {
    display: grid;
    grid-template-columns: 1fr minmax(320px, 480px);
    align-items: end;
}

.contact-banner-image {
    min-height: 380px;
    background: #e1e4ee;
    overflow: hidden;
}

.contact-banner-image img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.contact-banner-box {
    background: var(--ev-deep-blue);
    color: var(--ev-white);
    padding: 38px;
    box-shadow: var(--ev-shadow);
    margin-left: -80px;
    margin-bottom: 24px;
}

.contact-banner-box h2 {
    color: var(--ev-white);
    font-size: clamp(50px, 4.2vw, 72px);
}

.contact-banner-box p {
    font-size: 19px;
}

.about-finance-section,
.about-planning-section,
.about-health-section,
.about-diligence-section {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.about-finance-header h2,
.about-planning-box h2,
.about-health-box h2,
.about-diligence-section h2 {
    font-size: clamp(60px, 5.4vw, 96px);
}

.about-finance-header p,
.about-planning-box > p,
.about-health-box p,
.about-diligence-lead {
    font-size: 28px;
}

.about-finance-header strong {
    display: block;
    background: var(--ev-deep-blue);
    color: var(--ev-white);
    padding: 18px 22px;
    font-size: 45px;
}

.about-finance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.about-hero-wave {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none;
}

.about-hero-wave img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-section-about .hero-content {
    position: relative;
    z-index: 1;
}

.about-finance-coins {
    position: absolute;
    right: -140px;
    top: 90px;
    width: 520px;
    z-index: 0;
    opacity: 0.8;
    pointer-events: none;
}

.about-finance-coins img {
    width: 100%;
    height: auto;
    display: block;
}

.about-finance-section .container {
    position: relative;
    z-index: 1;
}

.about-finance-card {
    background: var(--ev-deep-blue);
    color: var(--ev-white);
    border: 1px solid rgba(255, 255, 255, 0.24);
    min-height: 215px;
    padding: 18px;
}

.about-finance-card h3 {
    color: var(--ev-white);
    font-size: clamp(38px, 2.9vw, 48px);
}

.about-finance-card p {
    font-size: 17px;
    margin-bottom: 0;
}

.about-planning-box {
    background: var(--ev-deep-blue);
    color: var(--ev-white);
    padding: 56px 52px;
}

.about-planning-shell {
    position: absolute;
    right: -160px;
    top: 40px;
    width: 560px;
    z-index: 0;
    opacity: 0.34;
    pointer-events: none;
}

.about-planning-shell img {
    width: 100%;
    height: auto;
    display: block;
}

.about-planning-section .container {
    position: relative;
    z-index: 1;
}

.about-planning-box h2,
.about-planning-box p,
.about-planning-grid h3 {
    color: var(--ev-white);
}

.about-planning-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
}

.about-planning-grid article {
    border-top: 1px solid rgba(99, 201, 255, 0.55);
    padding-top: 16px;
}

.about-planning-grid h3 {
    font-size: clamp(34px, 2.5vw, 44px);
}

.about-planning-grid p {
    font-size: 17px;
}

.about-health-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 24px;
}

.about-health-image {
    min-height: 560px;
    background: #cdd6e6;
    overflow: hidden;
}

.about-health-image img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.about-health-box {
    background: var(--ev-deep-blue);
    color: var(--ev-white);
    padding: 40px;
    box-shadow: var(--ev-shadow);
    margin-left: -90px;
}

.about-health-box h2,
.about-health-box p {
    color: var(--ev-white);
}

.about-health-ribbon {
    position: absolute;
    right: -180px;
    bottom: -60px;
    width: 620px;
    z-index: 0;
    opacity: 0.92;
    pointer-events: none;
}

.about-health-ribbon img {
    width: 100%;
    height: auto;
    display: block;
}

.about-health-section .container {
    position: relative;
    z-index: 1;
}

.about-diligence-section {
    padding-bottom: 110px;
}

.about-diligence-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 28px 0 26px;
}

.about-diligence-items article {
    background: var(--ev-deep-blue);
    color: var(--ev-white);
    font-family: "Baskervville", Georgia, serif;
    font-size: clamp(32px, 2.2vw, 40px);
    text-align: center;
    min-height: 130px;
    display: grid;
    place-items: center;
    padding: 16px;
}

.about-diligence-section strong {
    color: var(--ev-deep-blue);
    font-size: clamp(28px, 2.8vw, 44px);
    display: block;
}

.site-footer {
    background: var(--ev-deep-blue);
    color: var(--ev-white);
    padding: 52px 0 36px;
}

.footer-brand {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(99, 201, 255, 0.5);
}

.footer-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.footer-brand-link .brand-mark {
    background: rgba(255, 255, 255, 0.18);
}

.footer-brand-link .brand-text strong,
.footer-brand-link .brand-text small {
    color: var(--ev-white);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 34px 0;
}

.footer-col h3 {
    color: var(--ev-white);
    font-size: clamp(46px, 3.4vw, 58px);
    margin-bottom: 12px;
}

.footer-col a {
    display: block;
    color: rgba(255, 255, 255, 0.92);
    font-size: 26px;
    margin-bottom: 7px;
}

.footer-bottom {
    border-top: 1px solid rgba(99, 201, 255, 0.5);
    padding-top: 22px;
    display: grid;
    grid-template-columns: 1.2fr auto auto;
    gap: 20px;
    align-items: center;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-contact a {
    font-size: 30px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    display: grid;
    place-items: center;
    font-weight: 700;
}

.footer-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 16px;
    text-align: right;
}

.generic-main {
    padding: 64px 0;
}

.generic-content {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 24px;
}

.generic-content h1 {
    font-size: 60px;
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes ev-logo-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 8px));
    }
}

@media (max-width: 1120px) {
    .site-header-inner {
        grid-template-columns: auto 1fr auto auto;
    }

    .header-capsule {
        display: none;
    }

    .site-nav,
    .header-actions {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .hero-content h1 {
        font-size: clamp(38px, 7vw, 62px);
    }

    .hero-content p {
        font-size: clamp(20px, 3vw, 30px);
    }

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

    .logo-card {
        width: 270px;
    }

    .intro-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.72fr);
        align-items: start;
        gap: 42px;
    }

    .intro-grid h2 {
        font-size: clamp(40px, 4.8vw, 56px);
    }

    .intro-text-block p {
        font-size: clamp(16px, 1.8vw, 22px);
    }

    .about-health-grid,
    .contact-banner {
        grid-template-columns: 1fr;
    }

    .contact-banner-box,
    .about-health-box {
        margin-left: 0;
    }

    .about-finance-coins,
    .about-planning-shell,
    .about-health-ribbon {
        opacity: 0.25;
        right: -220px;
    }

    .team-grid,
    .about-finance-grid,
    .about-planning-grid,
    .about-diligence-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .growth-box {
        grid-template-columns: 250px 1fr;
        border-radius: 64px 64px 0 0;
        padding: 20px 34px 16px 24px;
    }

    .growth-person {
        min-height: 228px;
        margin-top: -40px;
    }

    .growth-box h2 {
        font-size: clamp(34px, 3.9vw, 48px);
    }

    .mapping-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
        gap: 24px;
    }

    .mapping-image-placeholder {
        min-height: 548px;
        max-width: 430px;
    }

    .mapping-image-placeholder img {
        transform: translate(-42px, -54px);
    }

    .mapping-list h2 {
        font-size: clamp(36px, 4vw, 48px);
    }

    .mapping-list h3 {
        font-size: clamp(19px, 2.1vw, 28px);
    }

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

    .footer-bottom {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .footer-copy {
        text-align: left;
    }
}

@media (max-width: 980px) {
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .intro-video-placeholder {
        justify-self: start;
        width: min(100%, 360px);
    }

    .service-card {
        min-height: 320px;
    }

    .service-image-placeholder {
        height: 138px;
    }

    .service-card h3 {
        font-size: clamp(26px, 2.5vw, 34px);
    }

    .service-card p {
        min-height: 84px;
    }

    .growth-box {
        grid-template-columns: 230px 1fr;
        padding: 16px 20px 14px 12px;
    }

    .growth-person {
        min-height: 286px;
        margin-top: -94px;
        margin-bottom: -18px;
    }

    .growth-box h2 {
        font-size: clamp(34px, 4.1vw, 46px);
    }

    .mapping-grid {
        grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
        gap: 18px;
    }

    .mapping-image-placeholder {
        min-height: 508px;
    }

    .mapping-list h2 {
        font-size: clamp(32px, 3.9vw, 42px);
    }

    .mapping-list h3 {
        font-size: clamp(18px, 2.2vw, 24px);
    }

    .mapping-icon {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 760px) {
    .growth-box,
    .mapping-grid {
        grid-template-columns: 1fr;
    }

    .growth-box {
        border-radius: 48px 48px 0 0;
        padding: 14px 20px 18px;
    }

    .growth-person {
        min-height: 190px;
        max-width: 260px;
        margin: -28px auto 0;
    }

    .growth-box h2 {
        font-size: clamp(28px, 8.4vw, 38px);
        text-align: center;
    }

    .growth-box .btn-light {
        display: table;
        margin: 0 auto;
    }

    .mapping-section {
        padding-top: 24px;
    }

    .mapping-section::before,
    .mapping-section::after {
        opacity: 0.42;
    }

    .mapping-image-placeholder {
        max-width: 100%;
        min-height: 460px;
    }

    .mapping-image-placeholder img {
        width: 114%;
        height: 114%;
        transform: translate(-44px, -48px);
    }

    .mapping-list h2 {
        font-size: clamp(28px, 8.4vw, 40px);
    }
}

@media (max-width: 700px) {
    .clients-grid,
    .service-cards-grid,
    .team-grid,
    .about-finance-grid,
    .about-planning-grid,
    .about-diligence-items {
        grid-template-columns: 1fr;
    }

    .intro-grid h2,
    .clients-section h2,
    .growth-box h2,
    .about-finance-header h2,
    .about-planning-box h2,
    .about-health-box h2,
    .about-diligence-section h2,
    .team-section h2 {
        font-size: clamp(40px, 12vw, 58px);
    }

    .intro-grid p,
    .team-subtitle,
    .about-finance-header p,
    .about-planning-box > p,
    .about-health-box p,
    .about-diligence-lead {
        font-size: 21px;
    }

    .client-card h3,
    .service-card h3,
    .mapping-list h3,
    .team-card h3,
    .about-finance-card h3 {
        font-size: clamp(24px, 7.6vw, 32px);
    }

    .service-card p {
        font-size: 13px;
        min-height: 0;
    }

    .service-card a {
        font-size: 18px;
    }

    .footer-contact a,
    .footer-col a {
        font-size: 22px;
    }

    .logo-card {
        width: 240px;
        min-height: 190px;
    }

    .mapping-list article {
        grid-template-columns: 70px 1fr;
        column-gap: 12px;
        align-items: start;
    }

    .mapping-icon {
        grid-column: 1;
        grid-row: 1 / span 3;
        margin-bottom: 4px;
    }

    .about-finance-coins,
    .about-planning-shell,
    .about-health-ribbon {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .logo-carousel-track {
        animation: none;
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.fidelity-body {
    margin: 0;
    background: #1d1f66;
}

.fidelity-main {
    width: 100%;
    background: #1d1f66;
}

.fidelity-frame {
    position: relative;
    width: min(1920px, 100vw);
    margin: 0 auto;
    line-height: 0;
    background: #f2f2f5;
}

.fidelity-frame > img {
    width: 100%;
    height: auto;
    display: block;
}

.hotspot {
    position: absolute;
    display: block;
    border-radius: 999px;
}
