/* =========================================================
   FINWIN CAPITALS — CLEAN WEALTH UI
   Fresh stylesheet for the current Finwin index.php
   ========================================================= */
:root {
    --fw-navy: #0b1736;
    --fw-navy-2: #10264a;
    --fw-blue: #1f5a9d;
    --fw-gold: #991199;
    --fw-gold-light: #AA00BB;
    --fw-white: #fff;
    --fw-bg: #f6f7f9;
    --fw-cream: #faf8f2;
    --fw-text: #172033;
    --fw-muted: #687386;
    --fw-border: #e3e7ed;
    --fw-soft-blue: #eef4fb;
    --fw-soft-gold: #fbf6e7;
    --fw-shadow-sm: 0 8px 24px rgba(11, 23, 54, .06);
    --fw-shadow: 0 18px 50px rgba(11, 23, 54, .09);
    --fw-shadow-lg: 0 28px 70px rgba(11, 23, 54, .14);
    --fw-radius: 18px;
    --fw-transition: 280ms ease
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #fff;
    color: var(--fw-text);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased
}

a {
    color: inherit;
    text-decoration: none;
    transition: color var(--fw-transition), background-color var(--fw-transition), border-color var(--fw-transition), transform var(--fw-transition), box-shadow var(--fw-transition)
}

img {
    max-width: 100%;
    height: auto
}

button,
input,
select,
textarea {
    font: inherit
}

::selection {
    background: rgba(201, 162, 39, .22);
    color: var(--fw-navy)
}

:focus-visible {
    outline: 3px solid rgba(201, 162, 39, .55);
    outline-offset: 3px
}

.container {
    max-width: 1200px
}

.py-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.finwin-section-tag,
.finwin-eyebrow,
.finwin-cta-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fw-gold);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase
}

.finwin-section-tag:before,
.finwin-cta-tag:before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor
}

.finwin-section-title {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--fw-navy);
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    font-weight: 650;
    letter-spacing: -.035em;
    line-height: 1.12
}

.finwin-section-title span {
    color: var(--fw-gold)
}

.finwin-section-subtitle,
.finwin-section-text {
    color: var(--fw-muted);
    font-size: 1.03rem;
    line-height: 1.85
}

.finwin-section-subtitle {
    max-width: 680px
}

.finwin-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 10px;
    color: var(--fw-navy);
    font-size: .92rem;
    font-weight: 750
}

.finwin-text-link i {
    color: var(--fw-gold)
}

.finwin-text-link:hover {
    color: var(--fw-gold)
}

.finwin-text-link:hover i {
    transform: translateX(5px)
}

/* HEADER */
.topbar,
.finwin-topbar {
    min-height: 38px;
    background: var(--fw-navy);
    color: rgba(255, 255, 255, .82);
    font-size: .78rem
}

.topbar a,
.finwin-topbar a {
    color: rgba(255, 255, 255, .88)
}

.topbar a:hover,
.finwin-topbar a:hover {
    color: var(--fw-gold-light)
}

header,
.finwin-header,
.site-header {
    position: relative;
    z-index: 1000;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid var(--fw-border)
}

.navbar,
.finwin-navbar {
    min-height: 78px
}

.navbar-brand,
.finwin-brand {
    color: var(--fw-navy) !important;
    font-weight: 800;
    letter-spacing: -.02em
}

.navbar-brand small,
.finwin-brand small {
    display: block;
    margin-top: -2px;
    color: var(--fw-muted);
    font-size: .63rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase
}

.navbar-nav .nav-link,
.finwin-nav .nav-link {
    position: relative;
    padding: 28px 14px !important;
    color: #27334a !important;
    font-size: .86rem;
    font-weight: 650
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.finwin-nav .nav-link:hover,
.finwin-nav .nav-link.active {
    color: var(--fw-navy) !important
}

.navbar-nav .nav-link:after,
.finwin-nav .nav-link:after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 17px;
    height: 2px;
    background: var(--fw-gold);
    transform: scaleX(0);
    transition: transform var(--fw-transition)
}

.navbar-nav .nav-link:hover:after,
.navbar-nav .nav-link.active:after,
.finwin-nav .nav-link:hover:after,
.finwin-nav .nav-link.active:after {
    transform: scaleX(1)
}

.dropdown-menu {
    min-width: 230px;
    padding: 10px;
    border: 1px solid var(--fw-border);
    border-radius: 12px;
    box-shadow: var(--fw-shadow)
}

.dropdown-item {
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--fw-text);
    font-size: .86rem
}

.dropdown-item:hover {
    background: var(--fw-soft-gold);
    color: var(--fw-navy)
}

.finwin-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid var(--fw-navy);
    border-radius: 9px;
    background: var(--fw-navy);
    color: #fff;
    box-shadow: 0 8px 20px rgba(11, 23, 54, .12)
}

.finwin-primary-btn:hover {
    border-color: var(--fw-gold);
    background: var(--fw-gold);
    color: var(--fw-navy);
    transform: translateY(-2px)
}

.finwin-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 9px;
    color: #fff
}

.finwin-outline-btn:hover {
    border-color: var(--fw-gold);
    background: rgba(201, 162, 39, .1);
    color: #fff
}

.client-login,
.finwin-login-btn {
    color: var(--fw-navy);
    font-size: .84rem;
    font-weight: 750
}

.client-login:hover,
.finwin-login-btn:hover {
    color: var(--fw-gold)
}

.offcanvas,
.mobile-sidebar,
.finwin-mobile-sidebar {
    background: var(--fw-navy);
    color: #fff
}

.offcanvas .nav-link,
.mobile-sidebar .nav-link,
.finwin-mobile-sidebar .nav-link {
    color: rgba(255, 255, 255, .88);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

/* HERO */
.finwin-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 82% 32%, rgba(31, 90, 157, .24), transparent 29%), radial-gradient(circle at 68% 82%, rgba(201, 162, 39, .1), transparent 28%), linear-gradient(135deg, #07132f 0%, #0b1736 48%, #10264a 100%);
    color: #fff
}

.finwin-hero .container {
    position: relative;
    z-index: 3
}

.finwin-hero-bg {
    position: absolute;
    inset: 0;
    opacity: .35;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 56px 56px
}

.finwin-hero-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none
}

.finwin-hero-glow-1 {
    top: 5%;
    right: -130px;
    background: rgba(31, 90, 157, .18)
}

.finwin-hero-glow-2 {
    bottom: -180px;
    left: 28%;
    background: rgba(201, 162, 39, .09)
}

.finwin-eyebrow {
    color: var(--fw-gold-light)
}

.finwin-hero-title {
    max-width: 760px;
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(3rem, 6.3vw, 5.6rem);
    font-weight: 650;
    letter-spacing: -.055em;
    line-height: .98
}

.finwin-hero-title span {
    display: block;
    color: var(--fw-gold-light)
}

.finwin-hero-text {
    max-width: 650px;
    color: rgba(255, 255, 255, .74);
    font-size: 1.08rem;
    line-height: 1.8
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 650
}

.hero-trust-item i {
    color: var(--fw-gold-light);
    font-size: 1.1rem
}

.finwin-hero-visual {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-orbit {
    position: absolute;
    border: 1px solid rgba(201, 162, 39, .2);
    border-radius: 50%
}

.hero-orbit-1 {
    width: 460px;
    height: 460px;
    transform: rotate(-18deg)
}

.hero-orbit-2 {
    width: 350px;
    height: 350px;
    border-color: rgba(255, 255, 255, .11);
    transform: rotate(28deg)
}

.wealth-card {
    position: relative;
    z-index: 4;
    width: min(100%, 410px);
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055));
    box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
    backdrop-filter: blur(16px)
}

.wealth-card-header,
.wealth-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wealth-card-header {
    color: rgba(255, 255, 255, .78);
    font-size: .78rem;
    font-weight: 650
}

.wealth-card-header i {
    color: var(--fw-gold-light)
}

.wealth-chart {
    position: relative;
    height: 220px;
    margin: 24px 0 18px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 100% 55px
}

.chart-line {
    position: absolute;
    left: 4%;
    right: 3%;
    bottom: 35px;
    height: 130px;
    border-top: 3px solid var(--fw-gold);
    transform: skewY(-13deg) rotate(-3deg);
    border-radius: 50%
}

.chart-point {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--fw-gold);
    box-shadow: 0 0 0 5px rgba(201, 162, 39, .13)
}

.point-1 {
    left: 8%;
    top: 72%
}

.point-2 {
    left: 28%;
    top: 62%
}

.point-3 {
    left: 49%;
    top: 48%
}

.point-4 {
    left: 70%;
    top: 35%
}

.point-5 {
    left: 89%;
    top: 20%
}

.wealth-card-footer {
    gap: 14px
}

.wealth-card-footer>div {
    flex: 1
}

.wealth-card-footer small,
.floating-finwin-card small {
    display: block;
    color: rgba(255, 255, 255, .48);
    font-size: .68rem;
    margin-bottom: 3px
}

.wealth-card-footer strong,
.floating-finwin-card strong {
    display: block;
    color: #fff;
    font-size: .77rem
}

.floating-finwin-card {
    position: absolute;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 230px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: rgba(9, 24, 53, .82);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px)
}

.floating-card-top {
    top: 7%;
    left: -4%
}

.floating-card-bottom {
    right: -5%;
    bottom: 10%
}

.floating-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: rgba(201, 162, 39, .12);
    color: var(--fw-gold-light)
}

/* CONTENT SECTIONS */
.finwin-intro-section {
    background: #fff
}

.finwin-intro-section .row {
    padding: 28px 0
}

.finwin-audience-section,
.finwin-goals-section,
.finwin-process-section,
.finwin-insights-section,
.finwin-contact-section {
    background: var(--fw-bg)
}

.finwin-audience-card {
    height: 100%;
    min-height: 280px;
    padding: 30px;
    border: 1px solid var(--fw-border);
    border-radius: var(--fw-radius);
    background: #fff;
    box-shadow: var(--fw-shadow-sm);
    transition: transform var(--fw-transition), box-shadow var(--fw-transition), border-color var(--fw-transition)
}

.finwin-audience-card:hover,
.finwin-solution-card:hover,
.goal-card:hover {
    transform: translateY(-7px);
    border-color: rgba(201, 162, 39, .45);
    box-shadow: var(--fw-shadow)
}

.audience-icon,
.solution-icon,
.goal-icon {
    display: grid;
    place-items: center;
    background: var(--fw-soft-gold);
    color: var(--fw-gold)
}

.audience-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 26px;
    border-radius: 14px;
    font-size: 1.25rem
}

.finwin-audience-card h4,
.goal-card h4 {
    color: var(--fw-navy);
    font-weight: 750
}

.finwin-audience-card p {
    min-height: 76px;
    margin-bottom: 22px;
    color: var(--fw-muted);
    font-size: .9rem
}

.finwin-audience-card a,
.finwin-solution-card a,
.insight-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fw-navy);
    font-size: .82rem;
    font-weight: 750
}

.finwin-audience-card a:hover,
.finwin-solution-card a:hover,
.insight-content a:hover {
    color: var(--fw-gold)
}

.finwin-solutions-section {
    background: #fff
}

.finwin-solution-card {
    position: relative;
    height: 100%;
    min-height: 350px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid var(--fw-border);
    border-radius: var(--fw-radius);
    background: #fff;
    box-shadow: var(--fw-shadow-sm);
    transition: transform var(--fw-transition), box-shadow var(--fw-transition), border-color var(--fw-transition)
}

.finwin-solution-card:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -55px;
    bottom: -55px;
    border-radius: 50%;
    background: var(--fw-soft-gold);
    transition: transform var(--fw-transition)
}

.finwin-solution-card:hover:after {
    transform: scale(1.45)
}

.solution-number {
    position: absolute;
    top: 26px;
    right: 28px;
    color: #cfd5df;
    font-size: 2rem;
    font-weight: 800
}

.solution-icon {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
    margin-bottom: 34px;
    border-radius: 15px;
    background: var(--fw-soft-blue);
    color: var(--fw-navy);
    font-size: 1.35rem
}

.finwin-solution-card:hover .solution-icon {
    background: var(--fw-navy);
    color: var(--fw-gold-light)
}

.finwin-solution-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 13px;
    color: var(--fw-navy);
    font-size: 1.25rem;
    font-weight: 750
}

.finwin-solution-card p {
    position: relative;
    z-index: 1;
    max-width: 310px;
    min-height: 100px;
    margin-bottom: 22px;
    color: var(--fw-muted);
    font-size: .91rem
}

.finwin-solution-card a {
    position: relative;
    z-index: 2
}

/* INVESTMENTS */
.finwin-investment-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 90% 10%, rgba(31, 90, 157, .28), transparent 28%), linear-gradient(135deg, #08152f, #10264a)
}

.finwin-investment-section .finwin-section-tag {
    color: var(--fw-gold-light)
}

.finwin-investment-section .finwin-section-title {
    color: #fff
}

.finwin-investment-section .finwin-section-title span {
    color: var(--fw-gold-light)
}

.finwin-dark-text {
    max-width: 560px;
    color: rgba(255, 255, 255, .66);
    font-size: 1rem
}

.finwin-light-btn {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 9px;
    background: rgba(255, 255, 255, .07);
    color: #fff
}

.finwin-light-btn:hover {
    border-color: var(--fw-gold);
    background: var(--fw-gold);
    color: var(--fw-navy)
}

.investment-mini-card {
    min-height: 112px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 15px;
    background: rgba(255, 255, 255, .055);
    color: #fff
}

.investment-mini-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 162, 39, .65);
    background: rgba(255, 255, 255, .09);
    color: #fff
}

.investment-mini-card>i {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: rgba(201, 162, 39, .12);
    color: var(--fw-gold-light)
}

.investment-mini-card h4 {
    margin: 0 0 4px;
    color: #fff;
    font-size: .98rem
}

.investment-mini-card span {
    color: rgba(255, 255, 255, .52);
    font-size: .72rem
}

.investment-mini-card-special {
    border-color: rgba(201, 162, 39, .42);
    background: rgba(201, 162, 39, .08)
}

.investment-mini-card-special>i {
    background: var(--fw-gold);
    color: var(--fw-navy)
}

/* PROCESS */
.finwin-process-section .container {
    position: relative
}

.process-line {
    position: absolute;
    top: 55%;
    left: 13%;
    right: 13%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d6dbe3, transparent)
}

.process-card {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 30px 24px;
    border: 1px solid var(--fw-border);
    border-radius: var(--fw-radius);
    background: #fff;
    text-align: center;
    box-shadow: var(--fw-shadow-sm)
}

.process-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--fw-shadow)
}

.process-number {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    border: 1px solid rgba(201, 162, 39, .38);
    border-radius: 50%;
    background: var(--fw-soft-gold);
    color: var(--fw-gold);
    font-size: .78rem;
    font-weight: 800
}

.process-icon {
    margin-bottom: 17px;
    color: var(--fw-navy);
    font-size: 1.35rem
}

.process-card h4 {
    margin-bottom: 10px;
    color: var(--fw-navy);
    font-size: 1.08rem
}

.process-card p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .86rem
}

/* WHY */
.finwin-why-section {
    background: #fff
}

.why-finwin-visual {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center
}

.why-visual-circle {
    position: absolute;
    width: 370px;
    height: 370px;
    border: 1px solid rgba(201, 162, 39, .32);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 162, 39, .1), transparent 62%)
}

.why-visual-circle:before,
.why-visual-circle:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(11, 23, 54, .08);
    border-radius: 50%
}

.why-visual-circle:before {
    inset: 30px
}

.why-visual-circle:after {
    inset: 70px
}

.why-center-card {
    position: relative;
    z-index: 3;
    width: 240px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 28px;
    border-radius: 20px;
    background: var(--fw-navy);
    color: #fff;
    text-align: center;
    box-shadow: var(--fw-shadow-lg)
}

.why-center-card i {
    color: var(--fw-gold-light);
    font-size: 1.4rem
}

.why-center-card span {
    color: rgba(255, 255, 255, .55);
    font-size: .68rem;
    text-transform: uppercase
}

.why-center-card strong {
    margin-top: 7px;
    font-size: 1rem
}

.why-small-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 17px;
    border: 1px solid var(--fw-border);
    border-radius: 12px;
    background: #fff;
    color: var(--fw-navy);
    box-shadow: var(--fw-shadow-sm);
    font-size: .76rem;
    font-weight: 750
}

.why-small-card i {
    color: var(--fw-gold)
}

.why-card-1 {
    top: 16%;
    left: 2%
}

.why-card-2 {
    top: 43%;
    right: 0
}

.why-card-3 {
    bottom: 15%;
    left: 10%
}

.finwin-benefit-list {
    display: grid
}

.benefit-item {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--fw-border)
}

.benefit-item:last-child {
    border-bottom: 0
}

.benefit-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: var(--fw-soft-gold);
    color: var(--fw-gold)
}

.benefit-item h5 {
    margin: 0 0 4px;
    color: var(--fw-navy);
    font-size: .95rem
}

.benefit-item p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .84rem
}

/* GOALS */
.goal-card {
    height: 100%;
    padding: 32px 26px;
    border: 1px solid var(--fw-border);
    border-radius: var(--fw-radius);
    background: #fff;
    text-align: center;
    box-shadow: var(--fw-shadow-sm)
}

.goal-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border-radius: 50%;
    font-size: 1.25rem
}

.goal-card p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .84rem
}

/* QUOTE */
.finwin-testimonial-section {
    background: #fff
}

.finwin-quote-card {
    position: relative;
    padding: 46px;
    overflow: hidden;
    border: 1px solid var(--fw-border);
    border-radius: 22px;
    background: linear-gradient(145deg, #fff, #faf9f5);
    box-shadow: var(--fw-shadow)
}

.quote-mark {
    position: absolute;
    top: 22px;
    right: 28px;
    color: rgba(201, 162, 39, .17);
    font-size: 4.6rem
}

.finwin-quote-card>p {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin-bottom: 30px;
    color: var(--fw-navy);
    font-size: clamp(1.35rem, 2.3vw, 1.8rem);
    line-height: 1.5
}

.quote-author {
    display: flex;
    align-items: center;
    gap: 13px
}

.quote-avatar {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--fw-navy);
    color: var(--fw-gold-light)
}

.quote-author strong,
.quote-author span {
    display: block
}

.quote-author strong {
    color: var(--fw-navy);
    font-size: .82rem
}

.quote-author span {
    color: var(--fw-muted);
    font-size: .73rem
}

/* INSIGHTS */
.finwin-insight-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--fw-border);
    border-radius: var(--fw-radius);
    background: #fff;
    box-shadow: var(--fw-shadow-sm)
}

.finwin-insight-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--fw-shadow)
}

.insight-image {
    position: relative;
    height: 210px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: rgba(255, 255, 255, .88)
}

.insight-image:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11, 23, 54, .96), rgba(31, 90, 157, .72))
}

.insight-image-2:before {
    background: linear-gradient(135deg, rgba(13, 31, 61, .97), rgba(86, 75, 35, .78))
}

.insight-image-3:before {
    background: linear-gradient(135deg, rgba(11, 23, 54, .98), rgba(42, 55, 80, .82))
}

.insight-image>i {
    position: relative;
    z-index: 1;
    color: var(--fw-gold-light);
    font-size: 3rem
}

.insight-category {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .86);
    font-size: .65rem;
    font-weight: 750;
    text-transform: uppercase
}

.insight-content {
    padding: 27px
}

.insight-meta {
    display: block;
    margin-bottom: 9px;
    color: var(--fw-gold);
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase
}

.insight-content h3 {
    margin-bottom: 12px;
    color: var(--fw-navy);
    font-size: 1.18rem;
    font-weight: 750;
    line-height: 1.35
}

.insight-content p {
    min-height: 75px;
    margin-bottom: 18px;
    color: var(--fw-muted);
    font-size: .86rem
}

/* CTA */
.finwin-cta-section {
    background: #fff
}

.finwin-cta-box {
    position: relative;
    overflow: hidden;
    padding: 55px 60px;
    border-radius: 22px;
    background: radial-gradient(circle at 85% 20%, rgba(31, 90, 157, .45), transparent 30%), linear-gradient(135deg, #0b1736, #17345f);
    box-shadow: var(--fw-shadow-lg)
}

.finwin-cta-box h2 {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 12px 0;
    color: #fff;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 650;
    line-height: 1.1
}

.finwin-cta-box p {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: rgba(255, 255, 255, .68)
}

.finwin-cta-tag {
    position: relative;
    z-index: 2;
    color: var(--fw-gold-light)
}

.finwin-cta-btn {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid var(--fw-gold);
    border-radius: 9px;
    background: var(--fw-gold);
    color: var(--fw-navy)
}

.finwin-cta-btn:hover {
    background: var(--fw-gold-light);
    color: var(--fw-navy);
    transform: translateY(-2px)
}

/* CONTACT */
.contact-info-list {
    display: grid
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px 0;
    border-bottom: 1px solid var(--fw-border)
}

.contact-info-item:last-child {
    border-bottom: 0
}

.contact-info-icon {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #fff;
    color: var(--fw-gold);
    box-shadow: var(--fw-shadow-sm)
}

.contact-info-item small {
    display: block;
    color: #8a93a2;
    font-size: .67rem;
    font-weight: 750;
    text-transform: uppercase
}

.contact-info-item a,
.contact-info-item span {
    color: var(--fw-navy);
    font-size: .9rem;
    font-weight: 650
}

.contact-info-item a:hover {
    color: var(--fw-gold)
}

.finwin-contact-form {
    padding: 38px;
    border: 1px solid var(--fw-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--fw-shadow)
}

.form-header {
    margin-bottom: 26px
}

.form-header h3 {
    margin-bottom: 5px;
    color: var(--fw-navy);
    font-size: 1.35rem
}

.form-header p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .82rem
}

.finwin-contact-form .form-label {
    margin-bottom: 7px;
    color: #344054;
    font-size: .76rem;
    font-weight: 700
}

.finwin-contact-form .form-control,
.finwin-contact-form .form-select {
    min-height: 49px;
    border: 1px solid #dfe4ea;
    border-radius: 9px;
    background: #fbfcfd;
    color: var(--fw-text);
    box-shadow: none;
    font-size: .85rem
}

.finwin-contact-form textarea.form-control {
    min-height: 135px;
    resize: vertical
}

.finwin-contact-form .form-control:focus,
.finwin-contact-form .form-select:focus {
    border-color: rgba(201, 162, 39, .75);
    box-shadow: 0 0 0 4px rgba(201, 162, 39, .1)
}

.finwin-submit-btn {
    display: inline-flex;
    align-items: center;
    min-height: 49px;
    padding: 0 22px;
    border: 1px solid var(--fw-navy);
    border-radius: 9px;
    background: var(--fw-navy);
    color: #fff
}

.finwin-submit-btn:hover {
    border-color: var(--fw-gold);
    background: var(--fw-gold);
    color: var(--fw-navy);
    transform: translateY(-2px)
}

/* DISCLAIMER / FOOTER */
.finwin-disclaimer-section {
    padding: 18px 0;
    background: #f0f2f5;
    border-top: 1px solid var(--fw-border);
    border-bottom: 1px solid var(--fw-border)
}

.finwin-disclaimer-section p {
    margin: 0;
    color: #697386;
    font-size: .68rem;
    line-height: 1.7
}

.finwin-disclaimer-section strong {
    color: #4b5565
}

footer,
.finwin-footer,
.site-footer {
    background: #07122b;
    color: rgba(255, 255, 255, .65)
}

footer a,
.finwin-footer a,
.site-footer a {
    color: rgba(255, 255, 255, .62)
}

footer a:hover,
.finwin-footer a:hover,
.site-footer a:hover {
    color: var(--fw-gold-light)
}

footer h5,
footer h6,
.finwin-footer h5,
.finwin-footer h6 {
    color: #fff;
    font-size: .78rem;
    font-weight: 750;
    text-transform: uppercase
}

footer p,
.finwin-footer p,
footer li,
.finwin-footer li {
    font-size: .8rem;
    line-height: 1.8
}

footer ul,
.finwin-footer ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .border-top,
.finwin-footer .border-top {
    border-color: rgba(255, 255, 255, .1) !important
}

/* RESPONSIVE */
@media(max-width:1199.98px) {
    .container {
        max-width: 960px
    }

    .navbar-nav .nav-link,
    .finwin-nav .nav-link {
        padding-left: 9px !important;
        padding-right: 9px !important
    }

    .finwin-hero-title {
        font-size: clamp(2.9rem, 6vw, 4.7rem)
    }
}

@media(max-width:991.98px) {
    .container {
        max-width: 720px
    }

    .py-5 {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .finwin-hero {
        min-height: auto
    }

    .finwin-hero .min-vh-100 {
        min-height: auto !important;
        padding-top: 90px !important;
        padding-bottom: 80px !important
    }

    .process-line {
        display: none
    }

    .why-finwin-visual {
        min-height: 470px
    }

    .finwin-cta-box {
        padding: 45px
    }

    .finwin-contact-form {
        padding: 30px
    }
}

@media(max-width:767.98px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .py-5 {
        padding-top: 58px !important;
        padding-bottom: 58px !important
    }

    .finwin-section-title {
        font-size: 2rem
    }

    .finwin-section-subtitle,
    .finwin-section-text {
        font-size: .94rem
    }

    .finwin-hero .min-vh-100 {
        padding-top: 65px !important;
        padding-bottom: 55px !important
    }

    .finwin-hero-title {
        font-size: clamp(2.55rem, 12vw, 3.8rem)
    }

    .finwin-hero-text {
        font-size: .97rem
    }

    .finwin-hero-visual {
        min-height: 430px
    }

    .hero-orbit-1 {
        width: 360px;
        height: 360px
    }

    .hero-orbit-2 {
        width: 285px;
        height: 285px
    }

    .wealth-card {
        width: min(100%, 360px);
        padding: 21px
    }

    .wealth-chart {
        height: 180px
    }

    .floating-finwin-card {
        width: 195px;
        padding: 11px
    }

    .floating-card-top {
        top: 1%;
        left: -2px
    }

    .floating-card-bottom {
        right: -2px;
        bottom: 3%
    }

    .finwin-audience-card,
    .finwin-solution-card {
        min-height: 0
    }

    .finwin-solution-card p,
    .finwin-audience-card p,
    .insight-content p {
        min-height: 0
    }

    .why-finwin-visual {
        min-height: 390px
    }

    .why-visual-circle {
        width: 290px;
        height: 290px
    }

    .why-center-card {
        width: 205px;
        min-height: 155px;
        padding: 20px
    }

    .why-card-1 {
        top: 9%;
        left: 0
    }

    .why-card-2 {
        top: 40%;
        right: 0
    }

    .why-card-3 {
        bottom: 9%;
        left: 2%
    }

    .finwin-quote-card {
        padding: 30px
    }

    .finwin-quote-card>p {
        font-size: 1.25rem
    }

    .finwin-cta-box {
        padding: 35px 25px;
        border-radius: 17px
    }

    .finwin-cta-box h2 {
        font-size: 2rem
    }

    .finwin-cta-btn {
        width: 100%;
        justify-content: center
    }

    .finwin-contact-form {
        padding: 24px 20px
    }
}

@media(max-width:575.98px) {
    body {
        font-size: 15px
    }

    .finwin-hero-title {
        font-size: 2.55rem
    }

    .finwin-hero .d-flex.flex-wrap.gap-3 {
        display: grid !important;
        gap: 10px !important
    }

    .finwin-primary-btn,
    .finwin-outline-btn {
        width: 100%
    }

    .finwin-hero-visual {
        min-height: 370px
    }

    .hero-orbit-1 {
        width: 300px;
        height: 300px
    }

    .hero-orbit-2 {
        width: 230px;
        height: 230px
    }

    .wealth-card {
        width: 300px;
        padding: 17px
    }

    .wealth-chart {
        height: 145px;
        margin: 18px 0 14px
    }

    .floating-finwin-card {
        width: 165px
    }

    .floating-card-top {
        top: 0;
        left: 0
    }

    .floating-card-bottom {
        right: 0;
        bottom: 0
    }

    .floating-finwin-card small {
        font-size: .57rem
    }

    .floating-finwin-card strong {
        font-size: .62rem
    }

    .floating-icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px
    }

    .investment-mini-card {
        min-height: 96px;
        padding: 17px
    }

    .finwin-submit-btn {
        width: 100%;
        justify-content: center
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important
    }
}

/* =========================================================
   FINWIN — THREE IMPROVEMENT LAYER
   Hero / Credibility / Client Experience
========================================================= */
.finwin-hero .wealth-card {
    background: linear-gradient(145deg, #fff 0%, #f7f9fc 100%);
    border: 1px solid rgba(201, 162, 39, .24);
    box-shadow: 0 30px 80px rgba(11, 23, 54, .18), 0 0 0 1px rgba(255, 255, 255, .65) inset;
    backdrop-filter: blur(12px)
}

.finwin-hero .wealth-card-header {
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 700;
    color: #687386
}

.finwin-hero .wealth-chart {
    background: linear-gradient(180deg, rgba(31, 90, 157, .035), rgba(201, 162, 39, .07));
    border-radius: 14px;
    border: 1px solid #e8ebf0
}

.finwin-hero .floating-finwin-card {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(11, 23, 54, .08);
    box-shadow: 0 18px 45px rgba(11, 23, 54, .14);
    backdrop-filter: blur(14px)
}

.finwin-hero .floating-icon {
    box-shadow: 0 8px 22px rgba(201, 162, 39, .18)
}

.finwin-hero .hero-orbit {
    border-color: rgba(201, 162, 39, .14)
}

.finwin-credibility-section {
    background: #f7f8fa;
    position: relative
}

.finwin-credibility-card {
    height: 100%;
    position: relative;
    padding: 30px 28px 28px;
    background: #fff;
    border: 1px solid #e3e7ed;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(11, 23, 54, .055);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease
}

.finwin-credibility-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(11, 23, 54, .10);
    border-color: rgba(201, 162, 39, .45)
}

.credibility-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fbf6e7;
    color: #a27d09;
    font-size: 1.25rem;
    margin-bottom: 24px
}

.credibility-number {
    display: block;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    color: #9aa3b2;
    margin-bottom: 8px
}

.finwin-credibility-card h4 {
    font-size: 1.15rem;
    color: #0b1736;
    margin: 0 0 10px;
    font-weight: 700
}

.finwin-credibility-card p {
    margin: 0;
    color: #687386;
    line-height: 1.7;
    font-size: .92rem
}

.finwin-credentials-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 18px;
    border: 1px solid #e3e7ed;
    border-radius: 12px;
    background: #fff;
    color: #687386;
    font-size: .86rem;
    line-height: 1.6
}

.finwin-credentials-note i {
    color: #c9a227;
    margin-top: 2px
}

.finwin-quote-card {
    position: relative;
    overflow: hidden
}

.finwin-quote-card:after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(201, 162, 39, .18);
    border-radius: 50%;
    pointer-events: none
}

@media(max-width:767.98px) {
    .finwin-credibility-card {
        padding: 24px
    }

    .finwin-credentials-note {
        font-size: .82rem
    }

    .finwin-hero .floating-card-top {
        transform: scale(.9);
        transform-origin: center right
    }

    .finwin-hero .floating-card-bottom {
        transform: scale(.9);
        transform-origin: center left
    }
}

/* =========================================================
   FINWIN CAPITALS — ALIGNMENT & RESPONSIVE REFINEMENT
   Companion to the revised header.php
   ========================================================= */

/* ---------- GLOBAL LAYOUT ---------- */
:root {
    --fw-container: 1240px;
    --fw-container-wide: 1320px;
}

html {
    scroll-padding-top: 96px
}

body {
    overflow-x: hidden
}

.container {
    width: 100%;
    max-width: var(--fw-container);
    margin-left: auto;
    margin-right: auto;
}

.row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 28px;
}

section {
    position: relative;
}

.py-5 {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
}

.finwin-section-title {
    letter-spacing: -.04em;
}

.finwin-section-subtitle,
.finwin-section-text {
    max-width: 690px;
}


/* ---------- HEADER ---------- */
.finwin-topbar {
    min-height: 36px;
}

.finwin-topbar .container {
    max-width: var(--fw-container);
}

.finwin-topbar-inner {
    min-height: 36px;
    padding: 0;
}

.finwin-topbar-contact {
    gap: 18px;
}

.finwin-topbar-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, .18);
}

.finwin-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid #e8ebef;
    transition: box-shadow .25s ease, background-color .25s ease;
}

.finwin-header.is-scrolled {
    box-shadow: 0 8px 30px rgba(11, 23, 54, .08);
}

.finwin-header>.container {
    max-width: var(--fw-container);
}

.finwin-navbar {
    min-height: 76px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
}

.finwin-brand {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 205px;
    color: var(--fw-navy) !important;
}

.finwin-brand-mark {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--fw-navy);
    color: var(--fw-gold-light);
    font-size: 1rem;
    box-shadow: 0 7px 18px rgba(11, 23, 54, .13);
}

.finwin-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.finwin-brand-copy strong {
    color: var(--fw-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: -.02em;
    white-space: nowrap;
}

.finwin-brand-copy small {
    margin-top: 5px;
    color: #0b8493;
    font-size: .56rem;
    font-weight: 700;
    letter-spacing: .11em;
    line-height: 1;
    white-space: nowrap;
}

.finwin-nav {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin: 0 6px;
}

.finwin-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 76px;
    padding: 0 10px !important;
    border: 0;
    background: transparent;
    color: #27334a !important;
    font-size: .79rem;
    font-weight: 650;
    letter-spacing: -.005em;
    white-space: nowrap;
    cursor: pointer;
}

.finwin-nav-link:hover,
.finwin-nav-link.active {
    color: var(--fw-navy) !important;
}

.finwin-nav-link:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 16px;
    height: 2px;
    border-radius: 2px;
    background: var(--fw-gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease;
}

.finwin-nav-link:hover:after,
.finwin-nav-link.active:after {
    transform: scaleX(1);
}

.finwin-nav-dropdown {
    position: relative;
    flex: 0 0 auto;
}

.finwin-nav-dropdown-toggle {
    appearance: none;
}

.finwin-nav-dropdown-toggle i {
    margin-left: 3px;
    font-size: 8px;
}

.finwin-nav-dropdown .finwin-dropdown-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    width: 315px;
    min-width: 315px;
    padding: 9px;
    margin: 0;
    border: 1px solid #e2e6eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(11, 23, 54, .14);
    transform: translate(-50%, 8px);
    z-index: 1100;
}

.finwin-nav-dropdown:last-of-type .finwin-dropdown-menu {
    left: auto;
    right: 0;
    transform: translateY(8px);
}

.finwin-nav-dropdown:hover .finwin-dropdown-menu,
.finwin-nav-dropdown:focus-within .finwin-dropdown-menu,
.finwin-nav-dropdown.is-open .finwin-dropdown-menu {
    transform: translate(-50%, 0);
}

.finwin-nav-dropdown:last-of-type:hover .finwin-dropdown-menu,
.finwin-nav-dropdown:last-of-type:focus-within .finwin-dropdown-menu,
.finwin-nav-dropdown:last-of-type.is-open .finwin-dropdown-menu {
    transform: translateY(0);
}

.finwin-dropdown-menu>a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 11px 10px;
    border-radius: 9px;
    color: var(--fw-text);
}

.finwin-dropdown-menu>a:hover {
    background: #faf8f2;
    color: var(--fw-navy);
    transform: none;
}

.finwin-dropdown-menu>a>i {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    margin-top: 1px;
    border-radius: 9px;
    background: #f3f6fa;
    color: var(--fw-navy);
    font-size: .9rem;
}

.finwin-dropdown-menu>a:hover>i {
    background: var(--fw-soft-gold);
    color: #a27d09;
}

.finwin-dropdown-menu>a span {
    display: block;
    min-width: 0;
}

.finwin-dropdown-menu>a strong {
    display: block;
    margin-bottom: 2px;
    color: var(--fw-navy);
    font-size: .78rem;
    font-weight: 750;
    line-height: 1.25;
}

.finwin-dropdown-menu>a small {
    display: block;
    color: #7a8493;
    font-size: .68rem;
    line-height: 1.4;
}

.finwin-nav-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
}

.finwin-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: .76rem;
}

.finwin-login-btn i {
    font-size: .95rem;
}

.finwin-header-cta {
    min-height: 43px;
    padding: 0 17px !important;
    border-radius: 8px;
    font-size: .75rem !important;
    font-weight: 700;
    box-shadow: 0 7px 18px rgba(11, 23, 54, .12);
}

.finwin-header-cta i {
    font-size: .8rem;
}

.finwin-mobile-toggle {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid #dfe4ea;
    border-radius: 9px;
    background: #fff;
    cursor: pointer;
}

.finwin-mobile-toggle span {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 2px;
    background: var(--fw-navy);
}

.finwin-mobile-toggle:hover {
    border-color: var(--fw-gold);
}

.finwin-mobile-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(400px, 92vw);
    background: #fff !important;
    color: var(--fw-text) !important;
    box-shadow: -20px 0 55px rgba(11, 23, 54, .18);
    transform: translateX(105%);
    visibility: hidden;
    overflow-y: auto;
    transition: transform .28s ease, visibility .28s ease;
}

.finwin-mobile-sidebar.is-open {
    transform: translateX(0);
    visibility: visible;
}

.finwin-mobile-sidebar-head {
    padding: 20px;
    border-bottom: 1px solid #e6e9ee;
}

.finwin-mobile-menu {
    padding: 10px 20px;
}

.finwin-mobile-link,
.finwin-mobile-group-toggle {
    color: var(--fw-text) !important;
    border-bottom: 1px solid #e6e9ee;
}

.finwin-mobile-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.finwin-mobile-link i,
.finwin-mobile-group-toggle>span>i {
    width: 22px;
    color: var(--fw-gold);
}

.finwin-mobile-link.active {
    color: var(--fw-navy) !important;
}

.finwin-mobile-group-toggle>span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.finwin-mobile-submenu {
    padding-left: 32px;
}

.finwin-mobile-submenu a {
    border-bottom: 1px solid #f0f1f3;
}


/* ---------- HERO ---------- */
.finwin-hero {
    min-height: 690px;
}

.finwin-hero .container {
    width: 100%;
}

.finwin-hero .row {
    align-items: center;
}

.finwin-hero-title {
    max-width: 650px;
    font-size: clamp(3rem, 5.4vw, 5rem);
    line-height: 1;
}

.finwin-hero-text {
    max-width: 590px;
    margin-top: 22px;
}

.finwin-hero .finwin-primary-btn,
.finwin-hero .finwin-outline-btn {
    min-height: 48px;
    padding-left: 21px;
    padding-right: 21px;
}

.finwin-hero-visual {
    min-height: 500px;
    transform: translateX(10px);
}

.wealth-card {
    width: min(100%, 390px);
    padding: 23px;
}

.wealth-chart {
    height: 190px;
    margin: 20px 0 16px;
}

.floating-finwin-card {
    width: 215px;
    padding: 12px;
}

.floating-card-top {
    top: 9%;
    left: 1%;
}

.floating-card-bottom {
    right: 1%;
    bottom: 9%;
}


/* ---------- SECTION RHYTHM ---------- */
.finwin-intro-section .row {
    padding: 10px 0;
}

.finwin-audience-section,
.finwin-solutions-section,
.finwin-investment-section,
.finwin-process-section,
.finwin-why-section,
.finwin-goals-section,
.finwin-credibility-section,
.finwin-testimonial-section,
.finwin-insights-section,
.finwin-cta-section,
.finwin-contact-section {
    overflow: hidden;
}

.finwin-audience-card,
.finwin-solution-card,
.goal-card,
.process-card,
.finwin-credibility-card,
.finwin-insight-card {
    border-radius: 14px;
}

.finwin-audience-card {
    min-height: 250px;
    padding: 27px;
}

.finwin-solution-card {
    min-height: 325px;
    padding: 30px;
}

.finwin-solution-card p {
    min-height: 84px;
}

.goal-card {
    padding: 28px 24px;
}

.process-card {
    padding: 27px 22px;
}

.finwin-credibility-card {
    padding: 27px 25px;
}


/* ---------- INVESTMENT SECTION ---------- */
.finwin-investment-section {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}

.finwin-investment-section .row {
    align-items: center;
}

.investment-mini-card {
    min-height: 96px;
    padding: 18px;
    border-radius: 12px;
}

.investment-mini-card>i {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
}

.investment-mini-card h4 {
    font-size: .9rem;
}


/* ---------- WHY FINWIN ---------- */
.why-finwin-visual {
    min-height: 460px;
    transform: scale(.94);
}

.why-small-card {
    box-shadow: 0 10px 28px rgba(11, 23, 54, .09);
}

.why-card-1 {
    left: 5%
}

.why-card-2 {
    right: 4%
}

.why-card-3 {
    left: 12%
}


/* ---------- TESTIMONIAL ---------- */
.finwin-quote-card {
    padding: 42px 48px;
    border-radius: 18px;
}

.finwin-quote-card>p {
    max-width: 760px;
}


/* ---------- INSIGHTS ---------- */
.finwin-insight-card {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.insight-image {
    height: 190px;
}

.insight-content {
    padding: 24px;
}


/* ---------- CTA ---------- */
.finwin-cta-section {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

.finwin-cta-box {
    padding: 50px 55px;
    border-radius: 18px;
}


/* ---------- CONTACT ---------- */
.finwin-contact-section .row {
    align-items: start;
}

.finwin-contact-form {
    padding: 34px;
    border-radius: 16px;
}


/* ---------- FOOTER ---------- */
.finwin-footer .container,
footer .container {
    max-width: var(--fw-container);
}

.finwin-footer-bottom {
    min-height: 66px;
}


/* =========================================================
   BREAKPOINTS
   IMPORTANT: revised header switches to mobile/tablet
   navigation below 1400px.
========================================================= */

@media (max-width:1399.98px) {

    :root {
        --fw-container: 1140px;
    }

    .finwin-navbar {
        min-height: 72px;
    }

    .finwin-brand {
        min-width: 210px;
    }

    .finwin-nav {
        gap: 0;
    }

    .finwin-nav-link {
        min-height: 72px;
        padding-left: 9px !important;
        padding-right: 9px !important;
        font-size: .78rem;
    }

    .finwin-nav-link:after {
        left: 9px;
        right: 9px;
        bottom: 14px;
    }

    .finwin-header-cta {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .finwin-hero {
        min-height: 650px;
    }

    .finwin-hero-visual {
        min-height: 470px;
        transform: none;
    }
}

@media (max-width:1199.98px) {

    :root {
        --fw-container: 960px;
    }

    .py-5 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }

    .finwin-topbar-message {
        font-size: 11px;
    }

    .finwin-topbar-contact {
        gap: 14px;
    }

    .finwin-hero-title {
        font-size: clamp(2.8rem, 5.7vw, 4.5rem);
    }

    .finwin-hero {
        min-height: auto;
    }

    .finwin-hero .min-vh-100 {
        min-height: auto !important;
        padding-top: 82px !important;
        padding-bottom: 72px !important;
    }
}

@media (max-width:991.98px) {

    :root {
        --fw-container: 720px;
    }

    .py-5 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .finwin-topbar {
        min-height: 34px;
    }

    .finwin-topbar-inner {
        min-height: 34px;
    }

    .finwin-hero .min-vh-100 {
        padding-top: 65px !important;
        padding-bottom: 55px !important;
    }

    .finwin-hero-title {
        max-width: 700px;
        font-size: clamp(2.8rem, 8vw, 4.4rem);
    }

    .finwin-hero-visual {
        min-height: 430px;
        margin-top: 20px;
    }

    .finwin-section-title {
        max-width: 680px;
    }

    .why-finwin-visual {
        min-height: 430px;
        margin-bottom: 15px;
    }

    .process-line {
        display: none;
    }

    .finwin-cta-box {
        padding: 42px;
    }
}

@media (max-width:767.98px) {

    :root {
        --fw-container: 100%;
    }

    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .py-5 {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .finwin-topbar-message {
        display: none;
    }

    .finwin-topbar-inner {
        justify-content: center;
    }

    .finwin-topbar-contact {
        width: 100%;
        justify-content: center;
    }

    .finwin-topbar-contact a {
        font-size: 10px;
    }

    .finwin-topbar-contact a:last-child {
        display: none;
    }

    .finwin-navbar {
        min-height: 68px;
    }

    .finwin-brand {
        min-width: 0;
        gap: 9px;
    }

    .finwin-brand-mark {
        width: 37px;
        height: 37px;
        flex-basis: 37px;
    }

    .finwin-brand-copy strong {
        font-size: .98rem;
    }

    .finwin-brand-copy small {
        font-size: .48rem;
        letter-spacing: .08em;
    }

    .finwin-hero .min-vh-100 {
        padding-top: 55px !important;
        padding-bottom: 48px !important;
    }

    .finwin-hero-title {
        font-size: clamp(2.5rem, 12vw, 3.7rem);
    }

    .finwin-hero-text {
        font-size: .95rem;
        line-height: 1.7;
    }

    .finwin-hero-visual {
        min-height: 385px;
    }

    .wealth-card {
        width: min(100%, 350px);
    }

    .floating-finwin-card {
        width: 185px;
    }

    .floating-card-top {
        left: -2px;
    }

    .floating-card-bottom {
        right: -2px;
    }

    .finwin-section-title {
        font-size: 2rem;
    }

    .finwin-section-subtitle,
    .finwin-section-text {
        font-size: .92rem;
    }

    .finwin-audience-card,
    .finwin-solution-card,
    .goal-card,
    .process-card,
    .finwin-credibility-card {
        padding: 24px;
    }

    .finwin-solution-card {
        min-height: 0;
    }

    .finwin-solution-card p {
        min-height: 0;
    }

    .investment-mini-card {
        min-height: 90px;
    }

    .why-finwin-visual {
        min-height: 390px;
        transform: none;
    }

    .why-visual-circle {
        width: 290px;
        height: 290px;
    }

    .why-center-card {
        width: 205px;
        min-height: 155px;
    }

    .why-card-1 {
        left: 0;
    }

    .why-card-2 {
        right: 0;
    }

    .why-card-3 {
        left: 2%;
    }

    .finwin-quote-card {
        padding: 30px 24px;
    }

    .finwin-quote-card>p {
        font-size: 1.22rem;
    }

    .finwin-cta-box {
        padding: 34px 24px;
        border-radius: 15px;
    }

    .finwin-cta-box h2 {
        font-size: 2rem;
    }

    .finwin-contact-form {
        padding: 24px 20px;
    }

    .finwin-footer-bottom {
        align-items: flex-start;
    }
}

@media (max-width:575.98px) {

    body {
        font-size: 15px;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .finwin-navbar {
        min-height: 64px;
    }

    .finwin-brand-mark {
        width: 35px;
        height: 35px;
        flex-basis: 35px;
    }

    .finwin-brand-copy strong {
        font-size: .92rem;
    }

    .finwin-brand-copy small {
        display: none;
    }

    .finwin-mobile-toggle {
        width: 41px;
        height: 41px;
        flex-basis: 41px;
    }

    .finwin-hero .min-vh-100 {
        padding-top: 48px !important;
        padding-bottom: 42px !important;
    }

    .finwin-hero-title {
        font-size: 2.5rem;
    }

    .finwin-hero .d-flex.flex-wrap.gap-3 {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 10px !important;
    }

    .finwin-primary-btn,
    .finwin-outline-btn {
        width: 100%;
    }

    .finwin-hero-visual {
        min-height: 350px;
    }

    .hero-orbit-1 {
        width: 295px;
        height: 295px;
    }

    .hero-orbit-2 {
        width: 225px;
        height: 225px;
    }

    .wealth-card {
        width: 285px;
        padding: 16px;
    }

    .wealth-chart {
        height: 135px;
    }

    .floating-finwin-card {
        width: 158px;
        padding: 10px;
    }

    .floating-finwin-card small {
        font-size: .54rem;
    }

    .floating-finwin-card strong {
        font-size: .61rem;
    }

    .floating-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .why-finwin-visual {
        min-height: 350px;
    }

    .why-visual-circle {
        width: 260px;
        height: 260px;
    }

    .why-center-card {
        width: 190px;
        min-height: 145px;
    }

    .why-small-card {
        padding: 10px 12px;
        font-size: .68rem;
    }

    .finwin-footer-legal-links {
        justify-content: flex-start;
    }
}

/* Accessibility */
@media (prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* =========================================================
   FINWIN CAPITALS — FINAL HEADER / NAVIGATION
   Desktop navigation: 1200px+
   Mobile/tablet navigation: below 1200px
   ========================================================= */

.finwin-header {
    position: sticky;
    top: 0;
    z-index: 2000;
    overflow: visible;
}

.finwin-header>.container,
.finwin-header .container {
    width: 100%;
}

.finwin-navbar {
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
}

.finwin-brand {
    flex: 0 0 auto;
    min-width: 0;
}

.finwin-nav {
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.finwin-nav-link {
    flex: 0 0 auto;
    white-space: nowrap;
}

.finwin-nav-dropdown {
    position: relative;
    flex: 0 0 auto;
    z-index: 2100;
}

.finwin-dropdown-menu {
    pointer-events: auto;
}

.finwin-nav-actions {
    flex: 0 0 auto;
    align-items: center;
    white-space: nowrap;
}

.finwin-mobile-toggle {
    flex: 0 0 44px;
}

.finwin-mobile-sidebar {
    z-index: 3000 !important;
}

.finwin-mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 2990;
    background: rgba(7, 18, 43, .38);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.finwin-mobile-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Desktop: full navigation */
@media (min-width:1200px) {

    .finwin-header>.container,
    .finwin-topbar>.container {
        max-width: 1320px;
    }

    .finwin-navbar {
        min-height: 76px;
        gap: 16px;
    }

    .finwin-brand {
        min-width: 215px;
        flex-shrink: 0;
    }

    .finwin-nav {
        display: flex !important;
        margin: 0 6px;
        gap: 0;
    }

    .finwin-nav-link {
        min-height: 76px;
        padding-left: 9px !important;
        padding-right: 9px !important;
        font-size: .78rem;
    }

    .finwin-nav-link:after {
        left: 9px;
        right: 9px;
        bottom: 15px;
    }

    .finwin-nav-actions {
        display: flex !important;
        gap: 12px;
    }

    .finwin-header-cta {
        min-height: 44px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .finwin-mobile-toggle {
        display: none !important;
    }
}

/* Extra-wide desktop: slightly more breathing room */
@media (min-width:1500px) {
    .finwin-navbar {
        gap: 20px;
    }

    .finwin-nav {
        margin: 0 10px;
    }

    .finwin-nav-link {
        padding-left: 11px !important;
        padding-right: 11px !important;
        font-size: .80rem;
    }

    .finwin-nav-link:after {
        left: 11px;
        right: 11px;
    }
}

/* Tablet/mobile: compact header only */
@media (max-width:1199.98px) {

    .finwin-nav,
    .finwin-nav-actions {
        display: none !important;
    }

    .finwin-mobile-toggle {
        display: grid !important;
    }

    .finwin-navbar {
        justify-content: space-between;
        gap: 14px;
    }

    .finwin-brand {
        max-width: calc(100% - 58px);
    }

    .finwin-brand-copy {
        min-width: 0;
    }

    .finwin-brand-copy strong,
    .finwin-brand-copy small {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Never let a Bootstrap utility unexpectedly re-enable desktop navigation */
@media (max-width:1199.98px) {

    .finwin-header .d-xl-flex.finwin-nav,
    .finwin-header .d-lg-flex.finwin-nav,
    .finwin-header .d-xl-flex.finwin-nav-actions,
    .finwin-header .d-lg-flex.finwin-nav-actions {
        display: none !important;
    }
}

@media (max-width:575.98px) {
    .finwin-navbar {
        gap: 10px;
    }

    .finwin-brand {
        gap: 8px;
    }

    .finwin-brand-copy strong {
        max-width: 180px;
    }
}

/* =========================================================
   FINWIN CAPITALS — FINAL NAVIGATION BEHAVIOUR
   This block intentionally comes last so it is authoritative.
   Desktop dropdowns are hidden until hover/focus/click.
   Mobile submenus are collapsed accordions by default.
   ========================================================= */

/* Desktop dropdowns: hidden by default */
@media (min-width:1200px) {
    .finwin-nav-dropdown .finwin-dropdown-menu {
        display: block !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translate(-50%, 10px) !important;
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
    }

    .finwin-nav-dropdown:last-of-type .finwin-dropdown-menu {
        transform: translateY(10px) !important;
    }

    .finwin-nav-dropdown:hover>.finwin-dropdown-menu,
    .finwin-nav-dropdown:focus-within>.finwin-dropdown-menu,
    .finwin-nav-dropdown.is-open>.finwin-dropdown-menu {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translate(-50%, 0) !important;
    }

    .finwin-nav-dropdown:last-of-type:hover>.finwin-dropdown-menu,
    .finwin-nav-dropdown:last-of-type:focus-within>.finwin-dropdown-menu,
    .finwin-nav-dropdown:last-of-type.is-open>.finwin-dropdown-menu {
        transform: translateY(0) !important;
    }

    .finwin-nav-dropdown-toggle i {
        transition: transform .18s ease;
    }

    .finwin-nav-dropdown:hover .finwin-nav-dropdown-toggle i,
    .finwin-nav-dropdown:focus-within .finwin-nav-dropdown-toggle i,
    .finwin-nav-dropdown.is-open .finwin-nav-dropdown-toggle i {
        transform: rotate(180deg);
    }
}

/* Mobile/tablet drawer */
@media (max-width:1199.98px) {
    .finwin-mobile-sidebar {
        display: flex;
        flex-direction: column;
    }

    .finwin-mobile-sidebar-head {
        flex: 0 0 auto;
        padding: 18px 20px;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .finwin-mobile-menu {
        flex: 0 0 auto;
        padding: 8px 20px 0;
    }

    .finwin-mobile-link,
    .finwin-mobile-group-toggle {
        min-height: 54px;
        padding: 15px 2px;
        font-size: .94rem;
        font-weight: 650;
    }

    .finwin-mobile-group-toggle {
        cursor: pointer;
    }

    .finwin-mobile-group-toggle>span {
        gap: 11px;
    }

    .finwin-mobile-group-toggle>span>i,
    .finwin-mobile-link>i {
        width: 28px;
        height: 28px;
        display: grid;
        place-items: center;
        flex: 0 0 28px;
        border-radius: 8px;
        background: #faf8f2;
        color: var(--fw-gold);
    }

    .finwin-mobile-group-toggle>.bi-chevron-down {
        width: 30px;
        height: 30px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        color: var(--fw-navy);
        background: #f4f6f9;
        transition: transform .22s ease, background .22s ease;
    }

    .finwin-mobile-group.is-open>.finwin-mobile-group-toggle {
        color: var(--fw-navy) !important;
    }

    .finwin-mobile-group.is-open>.finwin-mobile-group-toggle>.bi-chevron-down {
        transform: rotate(180deg);
        background: #faf8f2;
        color: var(--fw-gold);
    }

    .finwin-mobile-submenu {
        max-height: 0 !important;
        overflow: hidden !important;
        padding: 0 0 0 39px !important;
        opacity: 0;
        transition: max-height .28s ease, opacity .2s ease, padding .28s ease;
    }

    .finwin-mobile-group.is-open>.finwin-mobile-submenu {
        max-height: 500px !important;
        padding: 0 0 7px 39px !important;
        opacity: 1;
    }

    .finwin-mobile-submenu a {
        display: flex;
        align-items: center;
        min-height: 42px;
        padding: 10px 12px;
        border: 0 !important;
        border-left: 2px solid #e8ebef !important;
        color: #596476 !important;
        text-decoration: none;
        font-size: .84rem;
        line-height: 1.25;
        transition: background .18s ease, color .18s ease, border-color .18s ease;
    }

    .finwin-mobile-submenu a:hover,
    .finwin-mobile-submenu a:focus {
        color: var(--fw-navy) !important;
        background: #faf8f2;
        border-left-color: var(--fw-gold) !important;
    }

    .finwin-mobile-actions {
        margin: 18px 20px 0;
        padding: 18px 0 0;
        border-top: 1px solid #e6e9ee;
        display: grid;
        gap: 12px;
    }

    .finwin-mobile-actions .finwin-login-btn {
        min-height: 44px;
        justify-content: center;
        border: 1px solid #e0e5eb;
        border-radius: 9px;
        color: var(--fw-navy) !important;
        background: #fff;
    }

    .finwin-mobile-actions .finwin-primary-btn {
        min-height: 48px;
        border-radius: 9px;
    }

    .finwin-mobile-contact {
        margin-top: auto;
        padding: 18px 20px 22px;
        display: grid;
        gap: 8px;
        border-top: 1px solid #eef0f3;
        background: #fafbfc;
    }

    .finwin-mobile-contact a {
        display: flex;
        align-items: center;
        gap: 9px;
        color: #667185 !important;
        text-decoration: none;
        font-size: .78rem;
    }

    .finwin-mobile-contact a i {
        width: 18px;
        color: var(--fw-gold);
    }
}

@media (max-width:575.98px) {
    .finwin-mobile-sidebar {
        width: min(390px, 94vw);
    }

    .finwin-mobile-sidebar-head {
        padding: 16px;
    }

    .finwin-mobile-menu {
        padding-left: 16px;
        padding-right: 16px;
    }

    .finwin-mobile-actions {
        margin-left: 16px;
        margin-right: 16px;
    }

    .finwin-mobile-contact {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Prevent page scrolling while the mobile drawer is open */
body.finwin-menu-open {
    overflow: hidden;
}


/* =========================================================
   FINWIN FINAL HEADER / NAVIGATION REFINEMENT
   Topbar + Desktop Dropdowns + Mobile Navigation Drawer
   ========================================================= */

/* ---------- PREMIUM TOPBAR ---------- */
.finwin-topbar {
    min-height: 38px;
    background: linear-gradient(90deg, #07122d 0%, #0b1736 55%, #10264a 100%);
    color: rgba(255, 255, 255, .78);
    border-bottom: 1px solid rgba(201, 162, 39, .18);
    position: relative;
    z-index: 2100;
}

.finwin-topbar .container {
    max-width: var(--fw-container)
}

.finwin-topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.finwin-topbar-message,
.finwin-topbar-contact,
.finwin-topbar-contact a {
    display: flex;
    align-items: center;
}

.finwin-topbar-message {
    gap: 9px;
    color: rgba(255, 255, 255, .72);
    font-size: .69rem;
    font-weight: 600;
    letter-spacing: .035em;
}

.finwin-topbar-message i {
    color: var(--fw-gold-light);
    font-size: .82rem;
}

.finwin-topbar-contact {
    gap: 0
}

.finwin-topbar-contact a {
    gap: 7px;
    padding: 0 15px;
    color: rgba(255, 255, 255, .76);
    font-size: .68rem;
    font-weight: 500;
    white-space: nowrap;
}

.finwin-topbar-contact a:first-child {
    padding-left: 0
}

.finwin-topbar-contact a:last-child {
    padding-right: 0
}

.finwin-topbar-contact a i {
    color: var(--fw-gold-light);
    font-size: .75rem;
}

.finwin-topbar-contact a:hover {
    color: #fff
}

.finwin-topbar-contact a:hover i {
    color: #fff
}

.finwin-topbar-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, .16);
}

/* ---------- DESKTOP DROPDOWNS: CLOSED BY DEFAULT ---------- */
@media (min-width:1200px) {
    .finwin-nav {
        display: flex !important
    }

    .finwin-nav-actions {
        display: flex !important
    }

    .finwin-mobile-toggle {
        display: none !important
    }

    .finwin-nav-dropdown .finwin-dropdown-menu {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translate(-50%, 10px) !important;
        transition: opacity .18s ease, transform .2s ease, visibility .18s ease !important;
    }

    .finwin-nav-dropdown:last-of-type .finwin-dropdown-menu {
        transform: translateY(10px) !important;
    }

    .finwin-nav-dropdown:hover .finwin-dropdown-menu,
    .finwin-nav-dropdown:focus-within .finwin-dropdown-menu,
    .finwin-nav-dropdown.is-open .finwin-dropdown-menu {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translate(-50%, 0) !important;
    }

    .finwin-nav-dropdown:last-of-type:hover .finwin-dropdown-menu,
    .finwin-nav-dropdown:last-of-type:focus-within .finwin-dropdown-menu,
    .finwin-nav-dropdown:last-of-type.is-open .finwin-dropdown-menu {
        transform: translateY(0) !important;
    }

    .finwin-nav-dropdown-toggle i {
        transition: transform .2s ease;
    }

    .finwin-nav-dropdown.is-open .finwin-nav-dropdown-toggle i,
    .finwin-nav-dropdown:focus-within .finwin-nav-dropdown-toggle i {
        transform: rotate(180deg);
    }
}

/* ---------- MOBILE / TABLET DRAWER ---------- */
.finwin-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5, 12, 30, .58);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 2990;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.finwin-mobile-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.finwin-mobile-sidebar {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: min(420px, 92vw) !important;
    height: 100dvh;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    color: var(--fw-text) !important;
    box-shadow: -24px 0 65px rgba(7, 18, 43, .22);
    border-left: 1px solid rgba(11, 23, 54, .08);
    transform: translateX(105%) !important;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 3000 !important;
    transition: transform .3s cubic-bezier(.22, .61, .36, 1), visibility .3s ease !important;
}

.finwin-mobile-sidebar.is-open {
    transform: translateX(0) !important;
    visibility: visible;
}

body.finwin-menu-open {
    overflow: hidden
}

.finwin-mobile-sidebar-head {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 82px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #07132f, #0b1736 70%, #10264a);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.finwin-mobile-sidebar-head .finwin-brand {
    color: #fff !important;
    gap: 10px
}

.finwin-mobile-sidebar-head .finwin-brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    background: rgba(255, 255, 255, .09);
    color: var(--fw-gold-light);
    box-shadow: none;
    border: 1px solid rgba(201, 162, 39, .24);
}

.finwin-mobile-sidebar-head .finwin-brand-copy strong {
    color: #fff;
    font-size: 1rem
}

.finwin-mobile-sidebar-head .finwin-brand-copy small {
    color: rgba(255, 255, 255, .52);
    font-size: .47rem
}

.finwin-mobile-close {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 11px;
    background: rgba(255, 255, 255, .07);
    color: #fff;
    font-size: .95rem;
    cursor: pointer;
}

.finwin-mobile-close:hover {
    background: var(--fw-gold);
    border-color: var(--fw-gold);
    color: var(--fw-navy)
}

.finwin-mobile-menu {
    padding: 20px 20px 8px;
    background: #fff;
}

.finwin-mobile-menu-label {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    padding: 0 2px 11px;
    margin-bottom: 3px;
    border-bottom: 1px solid #edf0f3;
}

.finwin-mobile-menu-label span {
    color: var(--fw-navy);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.finwin-mobile-menu-label small {
    color: #98a0ad;
    font-size: .64rem;
}

.finwin-mobile-link,
.finwin-mobile-group-toggle {
    position: relative;
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 4px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #edf0f3;
    background: #fff;
    color: #243049 !important;
    text-decoration: none;
    font-size: .86rem;
    font-weight: 650;
    text-align: left;
}

.finwin-mobile-link:before,
.finwin-mobile-group-toggle:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--fw-gold);
    transform: scaleY(0);
    transition: transform .2s ease;
}

.finwin-mobile-link:hover,
.finwin-mobile-link.active,
.finwin-mobile-group-toggle:hover,
.finwin-mobile-group.is-open .finwin-mobile-group-toggle {
    color: var(--fw-navy) !important;
    background: #fcfcfb;
}

.finwin-mobile-link:hover:before,
.finwin-mobile-link.active:before,
.finwin-mobile-group.is-open .finwin-mobile-group-toggle:before {
    transform: scaleY(1);
}

.finwin-mobile-link>i,
.finwin-mobile-group-toggle>span>i {
    width: 34px !important;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #f5f7fa;
    color: var(--fw-navy) !important;
    font-size: .9rem;
}

.finwin-mobile-link:hover>i,
.finwin-mobile-link.active>i,
.finwin-mobile-group.is-open .finwin-mobile-group-toggle>span>i {
    background: var(--fw-soft-gold);
    color: #a27d09 !important;
}

.finwin-mobile-link>span {
    flex: 1
}

.finwin-mobile-group-toggle>span {
    display: flex;
    align-items: center;
    gap: 11px;
    flex: 1;
}

.finwin-mobile-group-toggle>i {
    width: 30px;
    text-align: center;
    color: #8b94a2;
    font-size: .72rem;
    transition: transform .22s ease, color .22s ease;
}

.finwin-mobile-group.is-open .finwin-mobile-group-toggle>i {
    transform: rotate(180deg);
    color: var(--fw-gold);
}

/* Mobile submenu: collapsed until the group is opened */
.finwin-mobile-submenu {
    max-height: 0;
    padding: 0 0 0 45px !important;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background: #fbfcfd;
    transition: max-height .28s ease, opacity .2s ease, visibility .2s ease, padding .28s ease;
}

.finwin-mobile-group.is-open .finwin-mobile-submenu {
    max-height: 520px;
    padding: 4px 0 7px 45px !important;
    opacity: 1;
    visibility: visible;
}

.finwin-mobile-submenu a {
    min-height: 43px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 6px;
    border-bottom: 1px solid #eef0f3;
    color: #697386 !important;
    font-size: .76rem;
    font-weight: 550;
}

.finwin-mobile-submenu a:last-child {
    border-bottom: 0
}

.finwin-mobile-submenu a i {
    width: 21px;
    color: var(--fw-gold);
    font-size: .72rem;
}

.finwin-mobile-submenu a:hover {
    color: var(--fw-navy) !important;
    padding-left: 9px
}

.finwin-mobile-actions {
    margin: 14px 20px 0;
    padding: 18px;
    border: 1px solid #e5e8ed;
    border-radius: 14px;
    background: linear-gradient(145deg, #fafbf9, #f5f7fa);
}

.finwin-mobile-actions .finwin-login-btn {
    width: 100%;
    min-height: 42px;
    justify-content: center;
    margin-bottom: 10px;
    border: 1px solid #dfe4ea;
    border-radius: 9px;
    background: #fff;
    color: var(--fw-navy);
}

.finwin-mobile-actions .finwin-login-btn:hover {
    border-color: var(--fw-gold);
    color: var(--fw-gold)
}

.finwin-mobile-actions .finwin-primary-btn {
    width: 100%;
    min-height: 46px
}

.finwin-mobile-contact {
    display: grid;
    gap: 8px;
    margin: 15px 20px 25px;
    padding: 13px 2px 0;
    border-top: 1px solid #edf0f3;
}

.finwin-mobile-contact a {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #7a8493;
    font-size: .7rem;
}

.finwin-mobile-contact a i {
    width: 18px;
    color: var(--fw-gold)
}

.finwin-mobile-contact a:hover {
    color: var(--fw-navy)
}

/* Header/menu layering */
.finwin-header {
    z-index: 2000 !important
}

.finwin-header .container {
    position: relative;
    z-index: 1
}

/* Tablet and mobile: drawer replaces desktop navigation */
@media (max-width:1199.98px) {

    .finwin-nav,
    .finwin-nav-actions {
        display: none !important
    }

    .finwin-mobile-toggle {
        display: grid !important
    }

    .finwin-mobile-sidebar {
        width: min(420px, 92vw) !important
    }
}

@media (max-width:767.98px) {
    .finwin-topbar {
        min-height: 36px
    }

    .finwin-topbar-inner {
        min-height: 36px;
        justify-content: center
    }

    .finwin-topbar-message {
        display: flex;
        font-size: .61rem;
        letter-spacing: .025em
    }

    .finwin-topbar-contact a {
        font-size: .61rem;
        padding: 0 8px
    }

    .finwin-topbar-contact a:last-child {
        display: none
    }

    .finwin-topbar-divider {
        display: none
    }

    .finwin-topbar-message i {
        font-size: .7rem
    }

    .finwin-mobile-sidebar-head {
        min-height: 78px;
        padding: 14px 18px
    }

    .finwin-mobile-menu {
        padding-left: 18px;
        padding-right: 18px
    }

    .finwin-mobile-actions {
        margin-left: 18px;
        margin-right: 18px
    }

    .finwin-mobile-contact {
        margin-left: 18px;
        margin-right: 18px
    }
}

@media (max-width:420px) {
    .finwin-topbar-message {
        font-size: .57rem
    }

    .finwin-topbar-message span {
        white-space: nowrap
    }

    .finwin-topbar-contact {
        display: none
    }

    .finwin-mobile-sidebar {
        width: 94vw !important
    }
}


/* =========================================================
   FINWIN CAPITALS — MOBILE BOTTOM NAVIGATION
   Home / News / Blogs / Community
   ========================================================= */
.finwin-mobile-bottom-nav {
    display: none;
}

@media (max-width:1199.98px) {
    .finwin-mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1900;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        min-height: 68px;
        padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(11, 23, 54, .10);
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 -10px 30px rgba(11, 23, 54, .10);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .finwin-bottom-nav-item {
        position: relative;
        min-width: 0;
        min-height: 54px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border-radius: 11px;
        color: #7a8493 !important;
        text-decoration: none;
        font-size: .64rem;
        font-weight: 650;
        line-height: 1.1;
        transition: color .2s ease, background-color .2s ease, transform .2s ease;
    }

    .finwin-bottom-nav-item i {
        font-size: 1.12rem;
        line-height: 1;
        color: #596579;
        transition: color .2s ease, transform .2s ease;
    }

    .finwin-bottom-nav-item span {
        white-space: nowrap;
    }

    .finwin-bottom-nav-item:hover,
    .finwin-bottom-nav-item.active {
        color: var(--fw-navy) !important;
        background: #faf8f2;
    }

    .finwin-bottom-nav-item:hover i,
    .finwin-bottom-nav-item.active i {
        color: var(--fw-gold);
        transform: translateY(-1px);
    }

    .finwin-bottom-nav-item.active:before {
        content: "";
        position: absolute;
        top: -7px;
        left: 50%;
        width: 24px;
        height: 3px;
        border-radius: 0 0 4px 4px;
        background: var(--fw-gold);
        transform: translateX(-50%);
    }

    body {
        padding-bottom: 82px;
    }

    .finwin-mobile-sidebar {
        padding-bottom: 84px;
    }

    .finwin-mobile-sidebar.is-open {
        z-index: 3000 !important;
    }

    .finwin-mobile-overlay {
        z-index: 2990 !important;
    }
}

@media (max-width:575.98px) {
    .finwin-mobile-bottom-nav {
        min-height: 64px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .finwin-bottom-nav-item {
        min-height: 50px;
        font-size: .60rem;
        border-radius: 10px;
    }

    .finwin-bottom-nav-item i {
        font-size: 1.05rem;
    }

    body {
        padding-bottom: 76px;
    }

    .finwin-mobile-sidebar {
        padding-bottom: 78px;
    }
}

@media (min-width:1200px) {
    .finwin-mobile-bottom-nav {
        display: none !important;
    }

    body {
        padding-bottom: 0;
    }
}

/* =========================================================
   FINWIN CAPITALS — PREMIUM FOOTER REFINEMENT
   Authoritative footer overrides
   ========================================================= */
.finwin-footer {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    background:
        radial-gradient(circle at 86% 8%, rgba(201, 162, 39, .13), transparent 26%),
        radial-gradient(circle at 8% 100%, rgba(31, 90, 157, .14), transparent 30%),
        #07122b;
    color: rgba(255, 255, 255, .68);
}

.finwin-footer:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, .025), transparent 38%, rgba(201, 162, 39, .018));
}

.finwin-footer>.container {
    position: relative;
    z-index: 1;
    padding-top: 0;
}

/* CTA */
.finwin-footer-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin: 0 0 58px;
    padding: 34px 38px;
    border: 1px solid rgba(229, 199, 102, .28);
    border-radius: 0 0 20px 20px;
    background: linear-gradient(105deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
    box-shadow: 0 20px 55px rgba(0, 0, 0, .12);
}

.finwin-footer-cta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 38px;
    width: 74px;
    height: 2px;
    background: var(--fw-gold);
}

.finwin-footer-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--fw-gold-light);
    font-size: .63rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.finwin-footer-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.2;
    letter-spacing: -.025em;
    font-weight: 700;
}

.finwin-footer-cta p {
    max-width: 670px;
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: .84rem;
    line-height: 1.7;
}

.finwin-footer-cta-action {
    flex: 0 0 auto;
}

.finwin-footer-cta-btn {
    min-width: 168px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 20px;
    border: 1px solid var(--fw-gold);
    border-radius: 8px;
    background: var(--fw-gold);
    color: #111827 !important;
    text-decoration: none !important;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
    box-shadow: 0 10px 25px rgba(201, 162, 39, .16);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.finwin-footer-cta-btn i {
    font-size: .9rem;
    transition: transform .22s ease;
}

.finwin-footer-cta-btn:hover {
    transform: translateY(-2px);
    background: var(--fw-gold-light);
    box-shadow: 0 14px 32px rgba(201, 162, 39, .22);
}

.finwin-footer-cta-btn:hover i {
    transform: translate(2px, -2px);
}

/* Main grid */
.finwin-footer-main {
    padding-bottom: 42px;
}

.finwin-footer-brand-column {
    padding-right: 36px;
}

.finwin-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #fff !important;
    text-decoration: none !important;
}

.finwin-footer-brand .finwin-brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(229, 199, 102, .35);
    border-radius: 11px;
    background: linear-gradient(145deg, rgba(201, 162, 39, .16), rgba(31, 90, 157, .18));
    color: var(--fw-gold-light);
    font-size: 1.15rem;
}

.finwin-footer-brand .finwin-brand-copy {
    display: flex;
    flex-direction: column;
}

.finwin-footer-brand .finwin-brand-copy strong {
    color: #fff;
    font-size: 1.02rem;
    line-height: 1.1;
    letter-spacing: -.01em;
}

.finwin-footer-brand .finwin-brand-copy small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .46);
    font-size: .58rem;
    font-weight: 650;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.finwin-footer-about {
    max-width: 430px;
    margin: 20px 0 15px;
    color: rgba(255, 255, 255, .58) !important;
    font-size: .78rem !important;
    line-height: 1.8 !important;
}

.finwin-footer-trust-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .45);
    font-size: .61rem;
    font-weight: 650;
    letter-spacing: .015em;
}

.finwin-footer-trust-line i {
    color: var(--fw-gold-light);
    font-size: .83rem;
}

.finwin-footer-socials {
    display: flex;
    gap: 8px;
}

.finwin-footer-socials a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
    color: rgba(255, 255, 255, .62) !important;
    text-decoration: none !important;
    transition: all .2s ease;
}

.finwin-footer-socials a:hover {
    border-color: rgba(201, 162, 39, .65);
    background: rgba(201, 162, 39, .1);
    color: var(--fw-gold-light) !important;
    transform: translateY(-2px);
}

.finwin-footer-title {
    position: relative;
    margin: 3px 0 17px;
    padding-bottom: 10px;
    color: #fff !important;
    font-size: .68rem !important;
    font-weight: 800 !important;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.finwin-footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background: var(--fw-gold);
}

.finwin-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.finwin-footer-links li {
    margin: 0;
}

.finwin-footer-links a {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    color: rgba(255, 255, 255, .54) !important;
    text-decoration: none !important;
    font-size: .72rem !important;
    line-height: 1.45;
    transition: color .2s ease, transform .2s ease;
}

.finwin-footer-links a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 1px;
    background: var(--fw-gold);
    transition: width .2s ease;
}

.finwin-footer-links a:hover {
    color: #fff !important;
    transform: translateX(3px);
}

.finwin-footer-links a:hover:before {
    width: 100%;
}

/* Contact strip */
.finwin-footer-contact-strip {
    margin: 8px 0 38px;
    padding: 27px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, .09);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.finwin-footer-contact-heading {
    margin-bottom: 18px;
}

.finwin-footer-contact-heading .finwin-footer-eyebrow {
    margin-bottom: 5px;
}

.finwin-footer-contact-heading h3 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 650;
    letter-spacing: -.01em;
}

.finwin-footer-contact-grid>div {
    display: flex;
}

.finwin-footer-contact-item {
    width: 100%;
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, .085);
    border-radius: 10px;
    background: rgba(255, 255, 255, .025);
    color: inherit;
    text-decoration: none !important;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

a.finwin-footer-contact-item:hover {
    border-color: rgba(201, 162, 39, .38);
    background: rgba(201, 162, 39, .055);
    transform: translateY(-2px);
}

.finwin-footer-contact-static:hover {
    transform: none;
}

.finwin-footer-contact-icon {
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(201, 162, 39, .10);
    color: var(--fw-gold-light);
    font-size: .9rem;
}

.finwin-footer-contact-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.finwin-footer-contact-copy small {
    color: rgba(255, 255, 255, .38);
    font-size: .57rem;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.finwin-footer-contact-copy strong {
    color: rgba(255, 255, 255, .82);
    font-size: .73rem;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.finwin-footer-contact-arrow {
    margin-left: auto;
    color: rgba(255, 255, 255, .28);
    font-size: .72rem;
    transition: color .2s ease, transform .2s ease;
}

a.finwin-footer-contact-item:hover .finwin-footer-contact-arrow {
    color: var(--fw-gold-light);
    transform: translate(2px, -2px);
}

/* Disclosure */
.finwin-footer-disclosure {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 15px;
    padding: 22px 0 24px;
    color: rgba(255, 255, 255, .43);
}

.finwin-footer-disclosure-icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 8px;
    color: var(--fw-gold-light);
    font-size: .8rem;
}

.finwin-footer-disclosure h6 {
    margin: 0 0 7px;
    color: rgba(255, 255, 255, .72);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.finwin-footer-disclosure p {
    max-width: 1050px;
    margin: 0 0 7px;
    color: rgba(255, 255, 255, .39) !important;
    font-size: .61rem !important;
    line-height: 1.7 !important;
}

.finwin-footer-disclosure .finwin-footer-regulatory-placeholder {
    margin-bottom: 0;
}

.finwin-footer-disclosure strong {
    color: rgba(255, 255, 255, .53);
    font-weight: 700;
}

/* Legal row */
.finwin-footer-bottom {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.finwin-footer-copyright {
    color: rgba(255, 255, 255, .38);
    font-size: .61rem;
    white-space: nowrap;
}

.finwin-footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px 20px;
}

.finwin-footer-legal-links a {
    color: rgba(255, 255, 255, .42) !important;
    text-decoration: none !important;
    font-size: .61rem;
    transition: color .2s ease;
}

.finwin-footer-legal-links a:hover {
    color: var(--fw-gold-light) !important;
}

/* Responsive */
@media (max-width:991.98px) {
    .finwin-footer-cta {
        margin-bottom: 44px;
        padding: 30px;
    }

    .finwin-footer-brand-column {
        padding-right: 12px;
    }

    .finwin-footer-main {
        padding-bottom: 32px;
    }

    .finwin-footer-title {
        margin-top: 8px;
    }
}

@media (max-width:767.98px) {
    .finwin-footer-cta {
        display: block;
        margin-bottom: 38px;
        padding: 27px 22px 24px;
        border-radius: 0 0 15px 15px;
    }

    .finwin-footer-cta:after {
        left: 22px;
        width: 58px;
    }

    .finwin-footer-cta p {
        font-size: .76rem;
    }

    .finwin-footer-cta-action {
        margin-top: 20px;
    }

    .finwin-footer-cta-btn {
        width: 100%;
        min-height: 47px;
    }

    .finwin-footer-brand-column {
        padding-right: calc(var(--bs-gutter-x) * .5);
        margin-bottom: 12px;
    }

    .finwin-footer-main {
        padding-bottom: 20px;
    }

    .finwin-footer-links a {
        font-size: .68rem !important;
    }

    .finwin-footer-contact-strip {
        margin-top: 12px;
        margin-bottom: 28px;
        padding: 23px 0 24px;
    }

    .finwin-footer-contact-heading {
        margin-bottom: 14px;
    }

    .finwin-footer-contact-item {
        min-height: 62px;
    }

    .finwin-footer-disclosure {
        grid-template-columns: 32px 1fr;
        gap: 11px;
        padding: 18px 0 20px;
    }

    .finwin-footer-disclosure p {
        font-size: .58rem !important;
    }

    .finwin-footer-bottom {
        display: block;
        padding: 18px 0 14px;
    }

    .finwin-footer-copyright {
        margin-bottom: 12px;
        white-space: normal;
    }

    .finwin-footer-legal-links {
        justify-content: flex-start;
        gap: 7px 16px;
    }
}

@media (max-width:575.98px) {
    .finwin-footer-cta h2 {
        font-size: 1.28rem;
    }

    .finwin-footer-about {
        font-size: .74rem !important;
    }

    .finwin-footer-trust-line {
        font-size: .57rem;
    }

    .finwin-footer-contact-copy strong {
        font-size: .69rem;
    }

    .finwin-footer-legal-links a {
        font-size: .58rem;
    }
}

@media (prefers-reduced-motion:reduce) {

    .finwin-footer-cta-btn,
    .finwin-footer-links a,
    .finwin-footer-socials a,
    .finwin-footer-contact-item,
    .finwin-footer-contact-arrow {
        transition: none !important;
    }
}


/* =========================================================
   FINWIN CAPITALS — ABOUT PAGE
   Premium Wealth Management UI
   Add this block at the VERY END of style.css
========================================================= */

/* ---------- ABOUT HERO ---------- */

.finwin-about-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 28%,
            rgba(31, 90, 157, .28),
            transparent 30%),
        radial-gradient(circle at 70% 85%,
            rgba(201, 162, 39, .12),
            transparent 28%),
        linear-gradient(135deg,
            #07132f 0%,
            #0b1736 48%,
            #10264a 100%);
    color: #fff;
}

.finwin-about-hero .container {
    position: relative;
    z-index: 5;
}

.finwin-about-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .32;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, .035) 1px,
            transparent 1px);
    background-size: 58px 58px;
    pointer-events: none;
}

.finwin-about-hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(15px);
    pointer-events: none;
}

.finwin-about-hero-glow-1 {
    top: -160px;
    right: -100px;
    background: rgba(31, 90, 157, .22);
}

.finwin-about-hero-glow-2 {
    bottom: -230px;
    left: 35%;
    background: rgba(201, 162, 39, .10);
}

.finwin-about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--fw-gold-light);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.finwin-about-eyebrow i {
    font-size: 1rem;
}

.finwin-about-hero-title {
    max-width: 720px;
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(3rem,
            6vw,
            5.5rem);
    font-weight: 650;
    letter-spacing: -.055em;
    line-height: .98;
}

.finwin-about-hero-title span {
    display: block;
    color: var(--fw-gold-light);
}

.finwin-about-hero-text {
    max-width: 650px;
    color: rgba(255, 255, 255, .70);
    font-size: 1.05rem;
    line-height: 1.85;
}

.finwin-about-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 9px;
    background: rgba(255, 255, 255, .04);
    color: #fff;
}

.finwin-about-outline-btn:hover {
    border-color: var(--fw-gold);
    background: rgba(201, 162, 39, .12);
    color: #fff;
    transform: translateY(-2px);
}


/* ---------- HERO VISUAL ---------- */

.finwin-about-hero-visual {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-orbit {
    position: absolute;
    border: 1px solid rgba(201, 162, 39, .20);
    border-radius: 50%;
    pointer-events: none;
}

.about-orbit-1 {
    width: 440px;
    height: 440px;
    transform: rotate(-18deg);
}

.about-orbit-2 {
    width: 330px;
    height: 330px;
    border-color: rgba(255, 255, 255, .10);
    transform: rotate(25deg);
}

.about-visual-card {
    position: relative;
    z-index: 4;
    width: min(100%, 390px);
    min-height: 390px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 22px;
    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, .14),
            rgba(255, 255, 255, .045));
    box-shadow:
        0 30px 75px rgba(0, 0, 0, .28);
    backdrop-filter: blur(18px);
}

.about-visual-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, .72);
    font-size: .70rem;
    font-weight: 750;
    letter-spacing: .08em;
}

.about-visual-top i {
    color: var(--fw-gold-light);
}

.about-visual-center {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-visual-icon {
    width: 65px;
    height: 65px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid rgba(201, 162, 39, .35);
    border-radius: 18px;
    background: rgba(201, 162, 39, .10);
    color: var(--fw-gold-light);
    font-size: 1.5rem;
    box-shadow:
        0 10px 30px rgba(201, 162, 39, .12);
}

.about-visual-center strong {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.about-visual-center span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .50);
    font-size: .72rem;
}

.about-visual-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.about-visual-bottom>div {
    text-align: center;
}

.about-visual-bottom small {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .40);
    font-size: .60rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.about-visual-bottom strong {
    color: var(--fw-gold-light);
    font-size: .82rem;
}

.about-floating-card {
    position: absolute;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 11px;
    width: 220px;
    padding: 13px 14px;
    border: 1px solid rgba(11, 23, 54, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .97);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, .20);
    backdrop-filter: blur(12px);
}

.about-floating-card-1 {
    top: 8%;
    left: -8%;
}

.about-floating-card-2 {
    right: -8%;
    bottom: 8%;
}

.about-floating-icon {
    flex: 0 0 39px;
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: var(--fw-soft-gold);
    color: var(--fw-gold);
    font-size: 1rem;
}

.about-floating-card small {
    display: block;
    margin-bottom: 2px;
    color: #8a93a2;
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
}

.about-floating-card strong {
    display: block;
    color: var(--fw-navy);
    font-size: .72rem;
    font-weight: 750;
}


/* ---------- INTRO ---------- */

.finwin-about-intro {
    background: #fff;
}

.finwin-about-intro .finwin-section-title {
    max-width: 540px;
}

.finwin-about-intro .finwin-section-text {
    max-width: 700px;
}


/* ---------- PHILOSOPHY ---------- */

.finwin-about-philosophy {
    overflow: hidden;
    background: var(--fw-bg);
}

.finwin-philosophy-card {
    position: relative;
    padding: 30px;
    border: 1px solid var(--fw-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--fw-shadow);
}

.philosophy-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--fw-border);
}

.philosophy-card-header span {
    color: var(--fw-navy);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.philosophy-card-header i {
    color: var(--fw-gold);
    font-size: 1.15rem;
}

.philosophy-flow {
    padding-top: 22px;
}

.philosophy-flow-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.philosophy-flow-item>span {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--fw-soft-gold);
    color: var(--fw-gold);
    font-size: .72rem;
    font-weight: 800;
}

.philosophy-flow-item small {
    display: block;
    margin-bottom: 3px;
    color: #9099a8;
    font-size: .61rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.philosophy-flow-item strong {
    display: block;
    color: var(--fw-navy);
    font-size: .90rem;
    font-weight: 750;
}

.philosophy-line {
    width: 1px;
    height: 27px;
    margin-left: 21px;
    background: #dfe3e8;
}


/* ---------- VALUES ---------- */

.finwin-about-values {
    background: #fff;
}

.finwin-about-values .finwin-section-subtitle {
    max-width: 720px;
}

.finwin-value-card {
    position: relative;
    height: 100%;
    min-height: 290px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--fw-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--fw-shadow-sm);
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

.finwin-value-card:after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -65px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--fw-soft-gold);
    opacity: .7;
    transition: transform .3s ease;
}

.finwin-value-card:hover {
    transform: translateY(-7px);
    border-color: rgba(201, 162, 39, .45);
    box-shadow: var(--fw-shadow);
}

.finwin-value-card:hover:after {
    transform: scale(1.4);
}

.finwin-value-number {
    position: absolute;
    top: 22px;
    right: 24px;
    color: #d5dae2;
    font-size: 1.8rem;
    font-weight: 800;
}

.finwin-value-icon {
    position: relative;
    z-index: 2;
    width: 53px;
    height: 53px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 14px;
    background: var(--fw-soft-gold);
    color: var(--fw-gold);
    font-size: 1.25rem;
}

.finwin-value-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    color: var(--fw-navy);
    font-size: 1.12rem;
    font-weight: 750;
}

.finwin-value-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--fw-muted);
    font-size: .88rem;
    line-height: 1.75;
}


/* ---------- APPROACH ---------- */

.finwin-about-approach {
    overflow: hidden;
    background: var(--fw-bg);
}

.finwin-about-process {
    position: relative;
}

.finwin-about-process-card {
    position: relative;
    height: 100%;
    min-height: 285px;
    padding: 28px 24px;
    border: 1px solid var(--fw-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: var(--fw-shadow-sm);
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

.finwin-about-process-card:hover {
    transform: translateY(-7px);
    border-color: rgba(201, 162, 39, .45);
    box-shadow: var(--fw-shadow);
}

.finwin-about-process-card>span {
    position: absolute;
    top: 20px;
    right: 22px;
    color: #d2d7df;
    font-size: 1.7rem;
    font-weight: 800;
}

.finwin-about-process-card .process-icon {
    width: 51px;
    height: 51px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 14px;
    background: var(--fw-soft-blue);
    color: var(--fw-navy);
    font-size: 1.2rem;
}

.finwin-about-process-card:hover .process-icon {
    background: var(--fw-navy);
    color: var(--fw-gold-light);
}

.finwin-about-process-card h4 {
    margin-bottom: 10px;
    color: var(--fw-navy);
    font-size: 1.05rem;
    font-weight: 750;
}

.finwin-about-process-card p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .85rem;
    line-height: 1.75;
}


/* ---------- AUDIENCE ---------- */

.finwin-about-audience {
    background: #fff;
}

.finwin-about-audience-card {
    height: 100%;
    min-height: 200px;
    padding: 25px;
    border: 1px solid var(--fw-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--fw-shadow-sm);
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

.finwin-about-audience-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 162, 39, .45);
    box-shadow: var(--fw-shadow);
}

.finwin-about-audience-card>div {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 17px;
    border-radius: 13px;
    background: var(--fw-soft-gold);
    color: var(--fw-gold);
    font-size: 1.1rem;
}

.finwin-about-audience-card h4 {
    margin-bottom: 8px;
    color: var(--fw-navy);
    font-size: 1rem;
    font-weight: 750;
}

.finwin-about-audience-card p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .82rem;
    line-height: 1.7;
}


/* ---------- WHY FINWIN ---------- */

.finwin-about-why {
    background: var(--fw-bg);
}

.finwin-why-card {
    height: 100%;
    padding: 32px 28px;
    border: 1px solid var(--fw-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--fw-shadow-sm);
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

.finwin-why-card:hover {
    transform: translateY(-7px);
    border-color: rgba(201, 162, 39, .45);
    box-shadow: var(--fw-shadow);
}

.finwin-why-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 15px;
    background: var(--fw-navy);
    color: var(--fw-gold-light);
    font-size: 1.2rem;
}

.finwin-why-card h3 {
    margin-bottom: 11px;
    color: var(--fw-navy);
    font-size: 1.08rem;
    font-weight: 750;
}

.finwin-why-card p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .87rem;
    line-height: 1.8;
}


/* ---------- CLOSING CTA ---------- */

.finwin-about-closing {
    background: #fff;
}

.finwin-about-closing-box {
    position: relative;
    overflow: hidden;
    padding: 52px 55px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 85% 20%,
            rgba(31, 90, 157, .45),
            transparent 30%),
        linear-gradient(135deg,
            #0b1736,
            #17345f);
    box-shadow: var(--fw-shadow-lg);
}

.finwin-about-closing-box:after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(201, 162, 39, .20);
    border-radius: 50%;
}

.finwin-about-closing-box h2 {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem,
            3.5vw,
            3rem);
    font-weight: 650;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.finwin-about-closing-box h2 span {
    color: var(--fw-gold-light);
}

.finwin-about-closing-box p {
    position: relative;
    z-index: 2;
    max-width: 680px;
    color: rgba(255, 255, 255, .67);
    font-size: .95rem;
    line-height: 1.8;
}


/* =========================================================
   ABOUT PAGE — RESPONSIVE
========================================================= */

@media(max-width:1199.98px) {

    .finwin-about-hero {
        min-height: 620px;
    }

    .finwin-about-hero-title {
        font-size: clamp(2.8rem,
                6vw,
                4.7rem);
    }

    .about-floating-card-1 {
        left: -3%;
    }

    .about-floating-card-2 {
        right: -3%;
    }

    .about-orbit-1 {
        width: 400px;
        height: 400px;
    }

    .about-orbit-2 {
        width: 300px;
        height: 300px;
    }
}


@media(max-width:991.98px) {

    .finwin-about-hero {
        min-height: auto;
        padding-top: 75px;
        padding-bottom: 70px;
    }

    .finwin-about-hero-title {
        max-width: 750px;
    }

    .finwin-about-hero-visual {
        min-height: 460px;
        margin-top: 15px;
    }

    .finwin-about-philosophy {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    .finwin-philosophy-card {
        margin-bottom: 10px;
    }

    .finwin-about-process-card {
        min-height: 250px;
    }

    .finwin-about-closing-box {
        padding: 44px;
    }
}


@media(max-width:767.98px) {

    .finwin-about-hero {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .finwin-about-hero-title {
        font-size: clamp(2.5rem,
                11vw,
                3.7rem);
    }

    .finwin-about-hero-text {
        font-size: .94rem;
        line-height: 1.75;
    }

    .finwin-about-hero-visual {
        min-height: 400px;
        margin-top: 10px;
    }

    .about-visual-card {
        width: min(100%, 350px);
        min-height: 360px;
        padding: 21px;
    }

    .about-visual-center {
        min-height: 215px;
    }

    .about-orbit-1 {
        width: 350px;
        height: 350px;
    }

    .about-orbit-2 {
        width: 275px;
        height: 275px;
    }

    .about-floating-card {
        width: 185px;
        padding: 10px;
    }

    .about-floating-card-1 {
        top: 4%;
        left: 0;
    }

    .about-floating-card-2 {
        right: 0;
        bottom: 3%;
    }

    .about-floating-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        font-size: .85rem;
    }

    .about-floating-card small {
        font-size: .55rem;
    }

    .about-floating-card strong {
        font-size: .62rem;
    }

    .finwin-value-card {
        min-height: 0;
        padding: 25px;
    }

    .finwin-about-process-card {
        min-height: 0;
        padding: 25px;
    }

    .finwin-about-audience-card {
        min-height: 0;
    }

    .finwin-why-card {
        padding: 27px 24px;
    }

    .finwin-about-closing-box {
        padding: 36px 25px;
        border-radius: 17px;
    }

    .finwin-about-closing-box h2 {
        font-size: 2rem;
    }
}


@media(max-width:575.98px) {

    .finwin-about-hero-title {
        font-size: 2.5rem;
    }

    .finwin-about-hero .d-flex.flex-wrap.gap-3 {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 10px !important;
    }

    .finwin-about-hero .finwin-primary-btn,
    .finwin-about-hero .finwin-about-outline-btn {
        width: 100%;
    }

    .finwin-about-hero-visual {
        min-height: 350px;
    }

    .about-visual-card {
        width: 285px;
        min-height: 330px;
        padding: 17px;
    }

    .about-visual-center {
        min-height: 190px;
    }

    .about-visual-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 14px;
    }

    .about-visual-center strong {
        font-size: 1rem;
    }

    .about-visual-bottom {
        gap: 4px;
    }

    .about-visual-bottom small {
        font-size: .52rem;
    }

    .about-visual-bottom strong {
        font-size: .70rem;
    }

    .about-orbit-1 {
        width: 295px;
        height: 295px;
    }

    .about-orbit-2 {
        width: 225px;
        height: 225px;
    }

    .about-floating-card {
        width: 155px;
    }

    .about-floating-card-1 {
        left: -3px;
    }

    .about-floating-card-2 {
        right: -3px;
    }

    .finwin-philosophy-card {
        padding: 23px;
    }

    .finwin-value-card {
        padding: 23px;
    }

    .finwin-about-closing-box {
        padding: 30px 21px;
    }
}


/* ---------- ACCESSIBILITY ---------- */

@media(prefers-reduced-motion:reduce) {

    .finwin-value-card,
    .finwin-about-process-card,
    .finwin-about-audience-card,
    .finwin-why-card,
    .about-floating-card {
        transition: none !important;
    }
}




/* =========================================================
   FINWIN CAPITALS — WEALTH MANAGEMENT PAGE
   Premium service-page UI
   Append this block at the VERY END of style.css
========================================================= */

/* ---------- HERO ---------- */

.finwin-wealth-page {
    overflow: hidden;
}

.finwin-wealth-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 28%, rgba(31, 90, 157, .25), transparent 29%),
        radial-gradient(circle at 68% 88%, rgba(201, 162, 39, .10), transparent 28%),
        linear-gradient(135deg, #07132f 0%, #0b1736 48%, #10264a 100%);
}

.finwin-wealth-hero .container {
    position: relative;
    z-index: 3;
}

.finwin-wealth-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .34;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 56px 56px;
}

.finwin-wealth-hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.finwin-wealth-hero-glow-1 {
    top: -160px;
    right: -120px;
    background: rgba(31, 90, 157, .18);
}

.finwin-wealth-hero-glow-2 {
    bottom: -210px;
    left: 24%;
    background: rgba(201, 162, 39, .08);
}

.finwin-wealth-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--fw-gold-light);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.finwin-wealth-eyebrow i {
    font-size: 1rem;
}

.finwin-wealth-hero-title {
    max-width: 760px;
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.45rem);
    font-weight: 650;
    letter-spacing: -.055em;
    line-height: .99;
}

.finwin-wealth-hero-title span {
    display: block;
    color: var(--fw-gold-light);
}

.finwin-wealth-hero-text {
    max-width: 680px;
    color: rgba(255, 255, 255, .75);
    font-size: 1.04rem;
    line-height: 1.85;
}

.finwin-wealth-outline-btn {
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff;
    background: rgba(255, 255, 255, .04);
    border-radius: 12px;
    padding: .82rem 1.15rem;
    font-weight: 700;
}

.finwin-wealth-outline-btn:hover {
    color: #fff;
    border-color: rgba(229, 199, 102, .65);
    background: rgba(255, 255, 255, .09);
}

.finwin-wealth-trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 700;
}

.finwin-wealth-trust-item i {
    color: var(--fw-gold-light);
    font-size: 1.05rem;
}


/* ---------- HERO VISUAL ---------- */

.finwin-wealth-hero-visual {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wealth-hero-orbit {
    position: absolute;
    border: 1px solid rgba(201, 162, 39, .20);
    border-radius: 50%;
    pointer-events: none;
}

.wealth-hero-orbit-1 {
    width: 490px;
    height: 490px;
    transform: rotate(-18deg);
}

.wealth-hero-orbit-2 {
    width: 365px;
    height: 365px;
    border-color: rgba(255, 255, 255, .11);
    transform: rotate(27deg);
}

.wealth-dashboard-card {
    position: relative;
    z-index: 4;
    width: min(100%, 410px);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .055));
    box-shadow: 0 30px 75px rgba(0, 0, 0, .30);
    backdrop-filter: blur(17px);
}

.wealth-dashboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wealth-dashboard-head small {
    display: block;
    color: rgba(255, 255, 255, .48);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.wealth-dashboard-head strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: .92rem;
    font-weight: 700;
}

.wealth-dashboard-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--fw-gold-light);
    box-shadow: 0 0 0 6px rgba(229, 199, 102, .09);
}

.wealth-dashboard-core {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 0 28px;
}

.wealth-core-ring {
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(229, 199, 102, .55);
    border-radius: 50%;
    box-shadow:
        0 0 0 14px rgba(201, 162, 39, .045),
        0 0 0 28px rgba(255, 255, 255, .025);
}

.wealth-core-center {
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
}

.wealth-core-center i {
    margin-bottom: 5px;
    color: var(--fw-gold-light);
    font-size: 1.25rem;
}

.wealth-core-center strong {
    color: #fff;
    font-size: .78rem;
    letter-spacing: .12em;
}

.wealth-core-center small {
    color: rgba(255, 255, 255, .52);
    font-size: .65rem;
}

.wealth-dashboard-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.wealth-dashboard-items>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 12px;
    background: rgba(255, 255, 255, .045);
}

.wealth-dashboard-items span {
    color: rgba(255, 255, 255, .62);
    font-size: .72rem;
}

.wealth-dashboard-items span i {
    margin-right: 4px;
    color: var(--fw-gold-light);
}

.wealth-dashboard-items strong {
    color: #fff;
    font-size: .68rem;
}

.wealth-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: rgba(12, 27, 57, .78);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px);
}

.wealth-floating-card i {
    color: var(--fw-gold-light);
}

.wealth-floating-one {
    top: 19%;
    right: -3%;
}

.wealth-floating-two {
    bottom: 19%;
    left: 0;
}


/* ---------- INTRO ---------- */

.finwin-wealth-intro {
    background: #fff;
}


/* ---------- SERVICES ---------- */

.finwin-wealth-services {
    background: var(--fw-bg);
}

.finwin-wealth-service-card {
    position: relative;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--fw-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--fw-shadow-sm);
    transition:
        transform var(--fw-transition),
        box-shadow var(--fw-transition),
        border-color var(--fw-transition);
}

.finwin-wealth-service-card:hover {
    transform: translateY(-7px);
    border-color: rgba(201, 162, 39, .42);
    box-shadow: var(--fw-shadow);
}

.wealth-service-number {
    position: absolute;
    top: 20px;
    right: 23px;
    color: rgba(11, 23, 54, .08);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.wealth-service-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 1px solid rgba(201, 162, 39, .26);
    border-radius: 16px;
    color: var(--fw-gold);
    background: var(--fw-soft-gold);
    font-size: 1.3rem;
}

.finwin-wealth-service-card h3 {
    margin-bottom: 10px;
    color: var(--fw-navy);
    font-size: 1.17rem;
    font-weight: 750;
    letter-spacing: -.02em;
}

.finwin-wealth-service-card p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .91rem;
    line-height: 1.75;
}


/* ---------- FRAMEWORK ---------- */

.finwin-wealth-framework {
    position: relative;
    overflow: hidden;
    background: var(--fw-cream);
}

.wealth-framework-line {
    position: absolute;
    top: 57%;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(201, 162, 39, .38),
            transparent);
}

.finwin-framework-card {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 25px 20px;
    border: 1px solid rgba(201, 162, 39, .18);
    border-radius: 18px;
    background: rgba(255, 255, 255, .82);
    box-shadow: var(--fw-shadow-sm);
    text-align: center;
    transition:
        transform var(--fw-transition),
        box-shadow var(--fw-transition);
}

.finwin-framework-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--fw-shadow);
}

.finwin-framework-card>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 17px;
    border-radius: 50%;
    color: var(--fw-navy);
    background: var(--fw-soft-gold);
    font-size: .72rem;
    font-weight: 800;
}

.framework-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border-radius: 15px;
    color: var(--fw-gold);
    background: var(--fw-navy);
    font-size: 1.15rem;
}

.finwin-framework-card h3 {
    margin-bottom: 8px;
    color: var(--fw-navy);
    font-size: 1.05rem;
    font-weight: 750;
}

.finwin-framework-card p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .84rem;
    line-height: 1.7;
}


/* ---------- HOLISTIC WEALTH ---------- */

.finwin-wealth-holistic {
    background: #fff;
}

.wealth-architecture {
    position: relative;
    width: min(100%, 540px);
    min-height: 510px;
    margin: 0 auto;
}

.wealth-architecture:before,
.wealth-architecture:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(201, 162, 39, .18);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.wealth-architecture:before {
    width: 320px;
    height: 320px;
}

.wealth-architecture:after {
    width: 470px;
    height: 470px;
    border-color: rgba(11, 23, 54, .08);
}

.architecture-center {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(201, 162, 39, .5);
    border-radius: 50%;
    background: linear-gradient(145deg, #0b1736, #10264a);
    color: #fff;
    box-shadow: 0 25px 60px rgba(11, 23, 54, .18);
    transform: translate(-50%, -50%);
}

.architecture-center i {
    margin-bottom: 8px;
    color: var(--fw-gold-light);
    font-size: 1.55rem;
}

.architecture-center strong {
    font-size: .88rem;
    letter-spacing: .03em;
}

.architecture-center small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .54);
    font-size: .67rem;
}

.architecture-node {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid var(--fw-border);
    border-radius: 12px;
    background: #fff;
    color: var(--fw-navy);
    box-shadow: var(--fw-shadow-sm);
    font-size: .75rem;
    font-weight: 750;
    white-space: nowrap;
}

.architecture-node i {
    color: var(--fw-gold);
}

.architecture-node-1 {
    top: 8%;
    left: 50%;
    transform: translateX(-50%)
}

.architecture-node-2 {
    top: 25%;
    right: 1%
}

.architecture-node-3 {
    bottom: 25%;
    right: 1%
}

.architecture-node-4 {
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%)
}

.architecture-node-5 {
    bottom: 25%;
    left: 1%
}

.architecture-node-6 {
    top: 25%;
    left: 1%
}


/* ---------- AUDIENCE ---------- */

.finwin-wealth-audience {
    background: var(--fw-soft-blue);
}

.finwin-wealth-audience-card {
    height: 100%;
    padding: 28px 25px;
    border: 1px solid rgba(31, 90, 157, .10);
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--fw-shadow-sm);
    transition:
        transform var(--fw-transition),
        box-shadow var(--fw-transition),
        border-color var(--fw-transition);
}

.finwin-wealth-audience-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 162, 39, .35);
    box-shadow: var(--fw-shadow);
}

.finwin-wealth-audience-card .audience-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
    border-radius: 15px;
    color: var(--fw-gold);
    background: var(--fw-soft-gold);
    font-size: 1.2rem;
}

.finwin-wealth-audience-card h3 {
    margin-bottom: 9px;
    color: var(--fw-navy);
    font-size: 1.1rem;
    font-weight: 750;
}

.finwin-wealth-audience-card p {
    min-height: 105px;
    margin-bottom: 17px;
    color: var(--fw-muted);
    font-size: .88rem;
    line-height: 1.72;
}

.finwin-wealth-audience-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fw-navy);
    font-size: .82rem;
    font-weight: 800;
}

.finwin-wealth-audience-card a i {
    color: var(--fw-gold);
    transition: transform var(--fw-transition);
}

.finwin-wealth-audience-card a:hover {
    color: var(--fw-gold);
}

.finwin-wealth-audience-card a:hover i {
    transform: translateX(4px);
}


/* ---------- PRINCIPLES ---------- */

.finwin-wealth-why {
    background: #fff;
}

.finwin-wealth-principle {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--fw-border);
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--fw-shadow-sm);
    transition:
        transform var(--fw-transition),
        box-shadow var(--fw-transition);
}

.finwin-wealth-principle:hover {
    transform: translateY(-6px);
    box-shadow: var(--fw-shadow);
}

.finwin-wealth-principle>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.finwin-wealth-principle>div span {
    color: rgba(11, 23, 54, .25);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.finwin-wealth-principle>div i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--fw-gold);
    background: var(--fw-soft-gold);
    font-size: 1.15rem;
}

.finwin-wealth-principle h3 {
    margin-bottom: 9px;
    color: var(--fw-navy);
    font-size: 1.05rem;
    font-weight: 750;
}

.finwin-wealth-principle p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .88rem;
    line-height: 1.75;
}


/* ---------- CTA ---------- */

.finwin-wealth-cta {
    position: relative;
    overflow: hidden;
    padding: 95px 0;
    background:
        radial-gradient(circle at 78% 30%, rgba(31, 90, 157, .23), transparent 30%),
        linear-gradient(135deg, #07132f, #10264a);
}

.finwin-wealth-cta-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    right: -170px;
    bottom: -250px;
    border-radius: 50%;
    background: rgba(201, 162, 39, .08);
    filter: blur(10px);
}

.finwin-wealth-cta-box {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    padding: 55px 45px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 26px;
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .18);
    text-align: center;
    backdrop-filter: blur(14px);
}

.finwin-wealth-cta-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fw-gold-light);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.finwin-wealth-cta-tag:before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.finwin-wealth-cta-box h2 {
    max-width: 760px;
    margin: 17px auto 14px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 650;
    letter-spacing: -.04em;
    line-height: 1.12;
}

.finwin-wealth-cta-box h2 span {
    color: var(--fw-gold-light);
}

.finwin-wealth-cta-box p {
    max-width: 650px;
    margin: 0 auto 27px;
    color: rgba(255, 255, 255, .67);
    font-size: .98rem;
    line-height: 1.8;
}


/* ---------- RESPONSIVE ---------- */

@media(max-width:1199px) {

    .finwin-wealth-hero {
        min-height: 700px;
    }

    .finwin-wealth-hero-title {
        font-size: clamp(2.8rem, 6vw, 4.7rem);
    }

    .wealth-hero-orbit-1 {
        width: 430px;
        height: 430px;
    }

    .wealth-hero-orbit-2 {
        width: 325px;
        height: 325px;
    }

    .wealth-floating-one {
        right: -1%;
    }

    .wealth-framework-line {
        left: 5%;
        right: 5%;
    }
}

@media(max-width:991px) {

    .finwin-wealth-hero {
        min-height: auto;
        padding: 90px 0;
    }

    .finwin-wealth-hero-visual {
        min-height: 510px;
        margin-top: 15px;
    }

    .finwin-wealth-hero-points {
        max-width: 680px;
    }

    .wealth-architecture {
        min-height: 470px;
        margin-top: 15px;
    }

    .wealth-framework-line {
        display: none;
    }

    .finwin-framework-card {
        min-height: 240px;
    }
}

@media(max-width:767px) {

    .finwin-wealth-hero {
        padding: 72px 0 65px;
    }

    .finwin-wealth-hero-title {
        font-size: clamp(2.55rem, 11vw, 4rem);
    }

    .finwin-wealth-hero-text {
        font-size: .96rem;
        line-height: 1.75;
    }

    .finwin-wealth-hero-visual {
        min-height: 445px;
    }

    .wealth-dashboard-card {
        width: min(100%, 360px);
        padding: 21px;
    }

    .wealth-hero-orbit-1 {
        width: 385px;
        height: 385px;
    }

    .wealth-hero-orbit-2 {
        width: 285px;
        height: 285px;
    }

    .wealth-floating-one {
        top: 10%;
        right: 0;
    }

    .wealth-floating-two {
        bottom: 10%;
        left: 0;
    }

    .wealth-architecture {
        min-height: 430px;
    }

    .wealth-architecture:after {
        width: 390px;
        height: 390px;
    }

    .wealth-architecture:before {
        width: 275px;
        height: 275px;
    }

    .architecture-center {
        width: 125px;
        height: 125px;
    }

    .architecture-node {
        padding: 8px 10px;
        font-size: .68rem;
    }

    .architecture-node-1 {
        top: 4%
    }

    .architecture-node-4 {
        bottom: 4%
    }

    .architecture-node-2 {
        right: 0
    }

    .architecture-node-3 {
        right: 0
    }

    .architecture-node-5 {
        left: 0
    }

    .architecture-node-6 {
        left: 0
    }

    .finwin-wealth-cta {
        padding: 70px 0;
    }

    .finwin-wealth-cta-box {
        padding: 40px 24px;
        border-radius: 21px;
    }
}

@media(max-width:575px) {

    .finwin-wealth-hero {
        padding: 58px 0 50px;
    }

    .finwin-wealth-hero-title {
        font-size: 2.45rem;
    }

    .finwin-wealth-hero-points {
        display: none;
    }

    .finwin-wealth-hero-visual {
        min-height: 390px;
    }

    .wealth-dashboard-card {
        width: calc(100% - 28px);
        padding: 18px;
        border-radius: 20px;
    }

    .wealth-dashboard-core {
        padding: 25px 0 20px;
    }

    .wealth-core-ring {
        width: 155px;
        height: 155px;
    }

    .wealth-core-center {
        width: 94px;
        height: 94px;
    }

    .wealth-dashboard-items {
        gap: 7px;
    }

    .wealth-dashboard-items>div {
        display: block;
        padding: 9px;
    }

    .wealth-dashboard-items span,
    .wealth-dashboard-items strong {
        display: block;
    }

    .wealth-dashboard-items strong {
        margin-top: 3px;
    }

    .wealth-floating-card {
        padding: 8px 10px;
        font-size: .65rem;
    }

    .wealth-floating-one {
        top: 5%;
        right: -2px;
    }

    .wealth-floating-two {
        bottom: 5%;
        left: -2px;
    }

    .wealth-hero-orbit-1 {
        width: 320px;
        height: 320px;
    }

    .wealth-hero-orbit-2 {
        width: 245px;
        height: 245px;
    }

    .finwin-wealth-service-card,
    .finwin-wealth-principle {
        padding: 23px;
    }

    .finwin-framework-card {
        min-height: 0;
    }

    .wealth-architecture {
        min-height: 370px;
    }

    .wealth-architecture:after {
        width: 330px;
        height: 330px;
    }

    .wealth-architecture:before {
        width: 225px;
        height: 225px;
    }

    .architecture-center {
        width: 108px;
        height: 108px;
    }

    .architecture-center strong {
        font-size: .76rem;
    }

    .architecture-node {
        padding: 7px 8px;
        font-size: .62rem;
    }

    .architecture-node i {
        font-size: .7rem;
    }

    .finwin-wealth-audience-card p {
        min-height: 0;
    }

    .finwin-wealth-cta-box h2 {
        font-size: 2rem;
    }
}

@media(prefers-reduced-motion:reduce) {

    .finwin-wealth-service-card,
    .finwin-framework-card,
    .finwin-wealth-audience-card,
    .finwin-wealth-principle {
        transition: none !important;
    }
}





/* =========================================================
   FINWIN CAPITALS — FINANCIAL PLANNING PAGE
   Premium service-page UI
   Append this block at the VERY END of style.css
========================================================= */

.finwin-financial-planning-page {
    overflow: hidden;
}

/* ---------- HERO ---------- */

.finwin-fp-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 28%, rgba(31, 90, 157, .25), transparent 29%),
        radial-gradient(circle at 68% 88%, rgba(201, 162, 39, .10), transparent 28%),
        linear-gradient(135deg, #07132f 0%, #0b1736 48%, #10264a 100%);
}

.finwin-fp-hero .container {
    position: relative;
    z-index: 3;
}

.finwin-fp-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .34;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 56px 56px;
}

.finwin-fp-hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.finwin-fp-hero-glow-1 {
    top: -160px;
    right: -120px;
    background: rgba(31, 90, 157, .18);
}

.finwin-fp-hero-glow-2 {
    bottom: -210px;
    left: 24%;
    background: rgba(201, 162, 39, .08);
}

.finwin-fp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--fw-gold-light);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.finwin-fp-eyebrow i {
    font-size: 1rem;
}

.finwin-fp-hero-title {
    max-width: 760px;
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.35rem);
    font-weight: 650;
    letter-spacing: -.055em;
    line-height: .99;
}

.finwin-fp-hero-title span {
    display: block;
    color: var(--fw-gold-light);
}

.finwin-fp-hero-text {
    max-width: 680px;
    color: rgba(255, 255, 255, .75);
    font-size: 1.04rem;
    line-height: 1.85;
}

.finwin-fp-outline-btn {
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff;
    background: rgba(255, 255, 255, .04);
    border-radius: 12px;
    padding: .82rem 1.15rem;
    font-weight: 700;
}

.finwin-fp-outline-btn:hover {
    color: #fff;
    border-color: rgba(229, 199, 102, .65);
    background: rgba(255, 255, 255, .09);
}

.finwin-fp-trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 700;
}

.finwin-fp-trust-item i {
    color: var(--fw-gold-light);
    font-size: 1.05rem;
}


/* ---------- HERO ROADMAP VISUAL ---------- */

.finwin-fp-hero-visual {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-hero-orbit {
    position: absolute;
    border: 1px solid rgba(201, 162, 39, .20);
    border-radius: 50%;
    pointer-events: none;
}

.fp-hero-orbit-1 {
    width: 490px;
    height: 490px;
    transform: rotate(-18deg);
}

.fp-hero-orbit-2 {
    width: 365px;
    height: 365px;
    border-color: rgba(255, 255, 255, .11);
    transform: rotate(27deg);
}

.fp-roadmap-card {
    position: relative;
    z-index: 4;
    width: min(100%, 410px);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .055));
    box-shadow: 0 30px 75px rgba(0, 0, 0, .30);
    backdrop-filter: blur(17px);
}

.fp-roadmap-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fp-roadmap-head small {
    display: block;
    color: rgba(255, 255, 255, .48);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.fp-roadmap-head strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: .92rem;
}

.fp-roadmap-status {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(229, 199, 102, .35);
    border-radius: 50%;
    color: var(--fw-gold-light);
    background: rgba(201, 162, 39, .08);
}

.fp-roadmap-path {
    margin: 30px 0 24px;
}

.fp-roadmap-step {
    display: flex;
    align-items: center;
    gap: 13px;
}

.fp-roadmap-step>span {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .045);
    font-size: .68rem;
    font-weight: 800;
}

.fp-roadmap-step strong {
    display: block;
    color: #fff;
    font-size: .8rem;
}

.fp-roadmap-step small {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, .47);
    font-size: .65rem;
}

.fp-roadmap-step.fp-step-active>span {
    border-color: rgba(229, 199, 102, .65);
    color: var(--fw-gold-light);
    background: rgba(201, 162, 39, .10);
}

.fp-roadmap-connector {
    width: 1px;
    height: 25px;
    margin-left: 19px;
    background: linear-gradient(to bottom,
            rgba(229, 199, 102, .45),
            rgba(255, 255, 255, .08));
}

.fp-goal-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.fp-goal-panel small {
    display: block;
    color: rgba(255, 255, 255, .45);
    font-size: .62rem;
}

.fp-goal-panel strong {
    display: block;
    margin-top: 3px;
    color: #fff;
    font-size: .76rem;
}

.fp-goal-bars {
    width: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 4px;
    height: 30px;
}

.fp-goal-bars span {
    width: 12px;
    border-radius: 4px 4px 1px 1px;
    background: var(--fw-gold-light);
}

.fp-goal-bars span:nth-child(1) {
    height: 11px;
    opacity: .42
}

.fp-goal-bars span:nth-child(2) {
    height: 17px;
    opacity: .58
}

.fp-goal-bars span:nth-child(3) {
    height: 23px;
    opacity: .76
}

.fp-goal-bars span:nth-child(4) {
    height: 30px
}

.fp-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: rgba(12, 27, 57, .78);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px);
}

.fp-floating-card i {
    color: var(--fw-gold-light);
}

.fp-floating-one {
    top: 19%;
    right: -3%;
}

.fp-floating-two {
    bottom: 19%;
    left: 0;
}


/* ---------- INTRO ---------- */

.finwin-fp-intro {
    background: #fff;
}


/* ---------- PLANNING AREAS ---------- */

.finwin-fp-areas {
    background: var(--fw-bg);
}

.finwin-fp-area-card {
    position: relative;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--fw-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--fw-shadow-sm);
    transition:
        transform var(--fw-transition),
        box-shadow var(--fw-transition),
        border-color var(--fw-transition);
}

.finwin-fp-area-card:hover {
    transform: translateY(-7px);
    border-color: rgba(201, 162, 39, .42);
    box-shadow: var(--fw-shadow);
}

.fp-area-number {
    position: absolute;
    top: 20px;
    right: 23px;
    color: rgba(11, 23, 54, .08);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.fp-area-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 1px solid rgba(201, 162, 39, .26);
    border-radius: 16px;
    color: var(--fw-gold);
    background: var(--fw-soft-gold);
    font-size: 1.3rem;
}

.finwin-fp-area-card h3 {
    margin-bottom: 10px;
    color: var(--fw-navy);
    font-size: 1.17rem;
    font-weight: 750;
    letter-spacing: -.02em;
}

.finwin-fp-area-card p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .91rem;
    line-height: 1.75;
}


/* ---------- PROCESS ---------- */

.finwin-fp-process {
    position: relative;
    overflow: hidden;
    background: var(--fw-cream);
}

.fp-process-timeline {
    position: relative;
}

.fp-process-line {
    position: absolute;
    top: 72px;
    left: 9%;
    right: 9%;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(201, 162, 39, .42),
            transparent);
}

.finwin-fp-process-card {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 26px 20px;
    border: 1px solid rgba(201, 162, 39, .17);
    border-radius: 19px;
    background: rgba(255, 255, 255, .86);
    box-shadow: var(--fw-shadow-sm);
    text-align: center;
    transition:
        transform var(--fw-transition),
        box-shadow var(--fw-transition);
}

.finwin-fp-process-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--fw-shadow);
}

.fp-process-number {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 50%;
    color: var(--fw-navy);
    background: var(--fw-soft-gold);
    font-size: .7rem;
    font-weight: 800;
}

.fp-process-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 15px;
    color: var(--fw-gold);
    background: var(--fw-navy);
    font-size: 1.12rem;
}

.finwin-fp-process-card h3 {
    margin-bottom: 9px;
    color: var(--fw-navy);
    font-size: 1.05rem;
    font-weight: 750;
}

.finwin-fp-process-card p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .84rem;
    line-height: 1.72;
}


/* ---------- GOAL ARCHITECTURE ---------- */

.finwin-fp-goal-section {
    background: #fff;
}

.fp-goal-checklist {
    margin-top: 27px;
}

.fp-goal-checklist>div {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 13px;
    color: var(--fw-text);
    font-size: .91rem;
    font-weight: 650;
}

.fp-goal-checklist i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--fw-gold);
    background: var(--fw-soft-gold);
    font-size: .78rem;
}

.fp-goal-architecture {
    position: relative;
    width: min(100%, 540px);
    min-height: 510px;
    margin: 0 auto;
}

.fp-goal-architecture:before,
.fp-goal-architecture:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(201, 162, 39, .18);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.fp-goal-architecture:before {
    width: 320px;
    height: 320px;
}

.fp-goal-architecture:after {
    width: 470px;
    height: 470px;
    border-color: rgba(11, 23, 54, .08);
}

.fp-goal-center {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(201, 162, 39, .5);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #0b1736, #10264a);
    box-shadow: 0 25px 60px rgba(11, 23, 54, .18);
    transform: translate(-50%, -50%);
}

.fp-goal-center i {
    margin-bottom: 8px;
    color: var(--fw-gold-light);
    font-size: 1.55rem;
}

.fp-goal-center strong {
    font-size: .88rem;
}

.fp-goal-center small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .54);
    font-size: .67rem;
}

.fp-goal-node {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid var(--fw-border);
    border-radius: 12px;
    background: #fff;
    color: var(--fw-navy);
    box-shadow: var(--fw-shadow-sm);
    font-size: .75rem;
    font-weight: 750;
    white-space: nowrap;
}

.fp-goal-node i {
    color: var(--fw-gold);
}

.fp-goal-node-1 {
    top: 8%;
    left: 50%;
    transform: translateX(-50%)
}

.fp-goal-node-2 {
    top: 21%;
    right: 0
}

.fp-goal-node-3 {
    bottom: 21%;
    right: 0
}

.fp-goal-node-4 {
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%)
}

.fp-goal-node-5 {
    bottom: 21%;
    left: 0
}

.fp-goal-node-6 {
    top: 21%;
    left: 0
}


/* ---------- PRINCIPLES ---------- */

.finwin-fp-principles {
    background: #fff;
}

.finwin-fp-principle-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--fw-border);
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--fw-shadow-sm);
    transition:
        transform var(--fw-transition),
        box-shadow var(--fw-transition);
}

.finwin-fp-principle-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--fw-shadow);
}

.finwin-fp-principle-card>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.finwin-fp-principle-card>div span {
    color: rgba(11, 23, 54, .25);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.finwin-fp-principle-card>div i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--fw-gold);
    background: var(--fw-soft-gold);
    font-size: 1.15rem;
}

.finwin-fp-principle-card h3 {
    margin-bottom: 9px;
    color: var(--fw-navy);
    font-size: 1.05rem;
    font-weight: 750;
}

.finwin-fp-principle-card p {
    margin: 0;
    color: var(--fw-muted);
    font-size: .88rem;
    line-height: 1.75;
}


/* ---------- AUDIENCE ---------- */

.finwin-fp-audience {
    background: var(--fw-soft-blue);
}

.finwin-fp-audience-card {
    height: 100%;
    padding: 28px 25px;
    border: 1px solid rgba(31, 90, 157, .10);
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--fw-shadow-sm);
    transition:
        transform var(--fw-transition),
        box-shadow var(--fw-transition),
        border-color var(--fw-transition);
}

.finwin-fp-audience-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 162, 39, .35);
    box-shadow: var(--fw-shadow);
}

.fp-audience-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
    border-radius: 15px;
    color: var(--fw-gold);
    background: var(--fw-soft-gold);
    font-size: 1.2rem;
}

.finwin-fp-audience-card h3 {
    margin-bottom: 9px;
    color: var(--fw-navy);
    font-size: 1.08rem;
    font-weight: 750;
}

.finwin-fp-audience-card p {
    min-height: 105px;
    margin-bottom: 17px;
    color: var(--fw-muted);
    font-size: .88rem;
    line-height: 1.72;
}

.finwin-fp-audience-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fw-navy);
    font-size: .82rem;
    font-weight: 800;
}

.finwin-fp-audience-card a i {
    color: var(--fw-gold);
    transition: transform var(--fw-transition);
}

.finwin-fp-audience-card a:hover {
    color: var(--fw-gold);
}

.finwin-fp-audience-card a:hover i {
    transform: translateX(4px);
}


/* ---------- CTA ---------- */

.finwin-fp-cta {
    position: relative;
    overflow: hidden;
    padding: 95px 0;
    background:
        radial-gradient(circle at 78% 30%, rgba(31, 90, 157, .23), transparent 30%),
        linear-gradient(135deg, #07132f, #10264a);
}

.finwin-fp-cta-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    right: -170px;
    bottom: -250px;
    border-radius: 50%;
    background: rgba(201, 162, 39, .08);
    filter: blur(10px);
}

.finwin-fp-cta-box {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    padding: 55px 45px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 26px;
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .18);
    text-align: center;
    backdrop-filter: blur(14px);
}

.finwin-fp-cta-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fw-gold-light);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.finwin-fp-cta-tag:before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.finwin-fp-cta-box h2 {
    max-width: 760px;
    margin: 17px auto 14px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 650;
    letter-spacing: -.04em;
    line-height: 1.12;
}

.finwin-fp-cta-box h2 span {
    color: var(--fw-gold-light);
}

.finwin-fp-cta-box p {
    max-width: 650px;
    margin: 0 auto 27px;
    color: rgba(255, 255, 255, .67);
    font-size: .98rem;
    line-height: 1.8;
}


/* ---------- RESPONSIVE ---------- */

@media(max-width:1199px) {

    .finwin-fp-hero {
        min-height: 700px;
    }

    .finwin-fp-hero-title {
        font-size: clamp(2.8rem, 6vw, 4.7rem);
    }

    .fp-hero-orbit-1 {
        width: 430px;
        height: 430px;
    }

    .fp-hero-orbit-2 {
        width: 325px;
        height: 325px;
    }

    .fp-floating-one {
        right: -1%;
    }

    .fp-process-line {
        left: 5%;
        right: 5%;
    }
}

@media(max-width:991px) {

    .finwin-fp-hero {
        min-height: auto;
        padding: 90px 0;
    }

    .finwin-fp-hero-visual {
        min-height: 510px;
        margin-top: 15px;
    }

    .finwin-fp-hero-points {
        max-width: 680px;
    }

    .fp-process-line {
        display: none;
    }

    .finwin-fp-process-card {
        min-height: 235px;
    }

    .fp-goal-architecture {
        min-height: 470px;
        margin-top: 15px;
    }
}

@media(max-width:767px) {

    .finwin-fp-hero {
        padding: 72px 0 65px;
    }

    .finwin-fp-hero-title {
        font-size: clamp(2.55rem, 11vw, 4rem);
    }

    .finwin-fp-hero-text {
        font-size: .96rem;
        line-height: 1.75;
    }

    .finwin-fp-hero-visual {
        min-height: 445px;
    }

    .fp-roadmap-card {
        width: min(100%, 360px);
        padding: 21px;
    }

    .fp-hero-orbit-1 {
        width: 385px;
        height: 385px;
    }

    .fp-hero-orbit-2 {
        width: 285px;
        height: 285px;
    }

    .fp-floating-one {
        top: 10%;
        right: 0;
    }

    .fp-floating-two {
        bottom: 10%;
        left: 0;
    }

    .fp-goal-architecture {
        min-height: 430px;
    }

    .fp-goal-architecture:after {
        width: 390px;
        height: 390px;
    }

    .fp-goal-architecture:before {
        width: 275px;
        height: 275px;
    }

    .fp-goal-center {
        width: 125px;
        height: 125px;
    }

    .fp-goal-node {
        padding: 8px 10px;
        font-size: .68rem;
    }

    .fp-goal-node-1 {
        top: 4%
    }

    .fp-goal-node-4 {
        bottom: 4%
    }

    .fp-goal-node-2 {
        right: 0
    }

    .fp-goal-node-3 {
        right: 0
    }

    .fp-goal-node-5 {
        left: 0
    }

    .fp-goal-node-6 {
        left: 0
    }

    .finwin-fp-cta {
        padding: 70px 0;
    }

    .finwin-fp-cta-box {
        padding: 40px 24px;
        border-radius: 21px;
    }
}

@media(max-width:575px) {

    .finwin-fp-hero {
        padding: 58px 0 50px;
    }

    .finwin-fp-hero-title {
        font-size: 2.45rem;
    }

    .finwin-fp-hero-points {
        display: none;
    }

    .finwin-fp-hero-visual {
        min-height: 390px;
    }

    .fp-roadmap-card {
        width: calc(100% - 28px);
        padding: 18px;
        border-radius: 20px;
    }

    .fp-roadmap-path {
        margin: 23px 0 20px;
    }

    .fp-roadmap-step>span {
        width: 35px;
        height: 35px;
        flex-basis: 35px;
    }

    .fp-roadmap-connector {
        margin-left: 17px;
        height: 21px;
    }

    .fp-goal-architecture {
        min-height: 370px;
    }

    .fp-goal-architecture:after {
        width: 330px;
        height: 330px;
    }

    .fp-goal-architecture:before {
        width: 225px;
        height: 225px;
    }

    .fp-goal-center {
        width: 108px;
        height: 108px;
    }

    .fp-goal-center strong {
        font-size: .76rem;
    }

    .fp-goal-node {
        padding: 7px 8px;
        font-size: .62rem;
    }

    .fp-goal-node i {
        font-size: .7rem;
    }

    .finwin-fp-area-card,
    .finwin-fp-principle-card {
        padding: 23px;
    }

    .finwin-fp-process-card {
        min-height: 0;
    }

    .finwin-fp-audience-card p {
        min-height: 0;
    }

    .finwin-fp-cta-box h2 {
        font-size: 2rem;
    }
}

@media(prefers-reduced-motion:reduce) {

    .finwin-fp-area-card,
    .finwin-fp-process-card,
    .finwin-fp-principle-card,
    .finwin-fp-audience-card {
        transition: none !important;
    }
}



/* ============================================================
   FINWIN CAPITALS — INVESTMENT ADVISORY
   Add this block at the END of assets/css/style.css
   ============================================================ */

.finwin-ia-page {
    --ia-gold: #c9a45c;
    --ia-gold-light: #e5c982;
    --ia-navy: #071426;
    --ia-navy-2: #0b1c32;
    --ia-ink: #0a1627;
    --ia-muted: #64748b;
    --ia-line: rgba(10, 22, 39, .10);
    --ia-soft: #f6f8fb;
    overflow: hidden;
    background: #fff;
    color: var(--ia-ink);
}

.finwin-ia-page a {
    text-decoration: none
}

/* ---------- shared ---------- */

.finwin-ia-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ia-gold);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .20em;
    text-transform: uppercase;
}

.finwin-ia-kicker::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.finwin-ia-page h1,
.finwin-ia-page h2,
.finwin-ia-page h3,
.finwin-ia-page p {
    margin-top: 0;
}

.finwin-ia-page h2 {
    font-size: clamp(2rem, 3.8vw, 3.65rem);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 700;
}

.finwin-ia-page em {
    color: var(--ia-gold);
    font-style: normal;
}

/* ---------- hero ---------- */

.finwin-ia-hero {
    min-height: calc(100vh - 123px);
    position: relative;
    display: flex;
    align-items: center;
    padding: 110px 0 100px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 44%, rgba(201, 164, 92, .14), transparent 24%),
        radial-gradient(circle at 15% 85%, rgba(50, 110, 180, .12), transparent 30%),
        linear-gradient(135deg, #061323 0%, #091b31 52%, #061221 100%);
}

.finwin-ia-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .30;
    background-image:
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.finwin-ia-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.finwin-ia-orb-one {
    width: 430px;
    height: 430px;
    right: -180px;
    top: 5%;
    border: 1px solid rgba(201, 164, 92, .16);
    box-shadow: 0 0 120px rgba(201, 164, 92, .10);
    animation: iaFloat 9s ease-in-out infinite;
}

.finwin-ia-orb-two {
    width: 250px;
    height: 250px;
    left: -140px;
    bottom: -80px;
    border: 1px solid rgba(105, 170, 220, .10);
    animation: iaFloat 11s ease-in-out infinite reverse;
}

.finwin-ia-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    color: var(--ia-gold-light);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .20em;
}

.finwin-ia-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ia-gold);
    box-shadow: 0 0 0 5px rgba(201, 164, 92, .10), 0 0 18px rgba(201, 164, 92, .75);
    animation: iaPulse 2s ease-in-out infinite;
}

.finwin-ia-title {
    max-width: 720px;
    margin-bottom: 25px !important;
    font-size: clamp(3rem, 6vw, 6.2rem);
    line-height: .94;
    letter-spacing: -.065em;
    font-weight: 700;
}

.finwin-ia-title span {
    display: inline-block;
    color: var(--ia-gold-light);
}

.finwin-ia-lead {
    max-width: 650px;
    color: rgba(255, 255, 255, .72);
    font-size: 1.05rem;
    line-height: 1.85;
}

.finwin-ia-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.finwin-ia-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 21px;
    border: 1px solid var(--ia-gold);
    border-radius: 3px;
    background: var(--ia-gold);
    color: #071426;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .05em;
    box-shadow: 0 12px 35px rgba(201, 164, 92, .16);
    transition: all .3s ease;
}

.finwin-ia-primary-btn:hover {
    background: var(--ia-gold-light);
    border-color: var(--ia-gold-light);
    color: #071426;
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(201, 164, 92, .24);
}

.finwin-ia-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
    font-weight: 700;
    transition: .25s ease;
}

.finwin-ia-text-link:hover {
    color: #fff
}

.finwin-ia-trust-row {
    display: flex;
    gap: 36px;
    margin-top: 55px;
}

.finwin-ia-trust-row>div {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, .16);
}

.finwin-ia-trust-row strong {
    color: var(--ia-gold-light);
    font-size: .78rem;
}

.finwin-ia-trust-row span {
    color: rgba(255, 255, 255, .55);
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* ---------- command centre ---------- */

.finwin-ia-command {
    position: relative;
    max-width: 650px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
    backdrop-filter: blur(18px);
    box-shadow: 0 35px 100px rgba(0, 0, 0, .34);
    overflow: hidden;
    transform: perspective(1200px) rotateY(-5deg);
    transition: transform .6s ease;
}

.finwin-ia-command:hover {
    transform: perspective(1200px) rotateY(0deg) translateY(-4px);
}

.finwin-ia-command-top,
.finwin-ia-command-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 17px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .50);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.finwin-ia-live {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .65);
}

.finwin-ia-live i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #74d29b;
    box-shadow: 0 0 12px #74d29b;
}

.finwin-ia-command-body {
    position: relative;
    height: 390px;
    overflow: hidden;
}

.finwin-ia-ring {
    position: absolute;
    width: 280px;
    height: 280px;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(201, 164, 92, .18);
    box-shadow:
        0 0 0 34px rgba(201, 164, 92, .025),
        0 0 0 68px rgba(201, 164, 92, .018);
    animation: iaSpin 24s linear infinite;
}

.finwin-ia-ring::before,
.finwin-ia-ring::after {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px dashed rgba(255, 255, 255, .10);
    border-radius: 50%;
}

.finwin-ia-ring::after {
    inset: 60px;
    border-style: solid;
    border-color: rgba(201, 164, 92, .20);
}

.finwin-ia-ring-inner {
    position: absolute;
    inset: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 164, 92, .16), rgba(5, 17, 31, .95) 72%);
    box-shadow: 0 0 50px rgba(201, 164, 92, .12);
    text-align: center;
    animation: iaCounterSpin 24s linear infinite;
}

.finwin-ia-ring-inner span {
    color: rgba(255, 255, 255, .42);
    font-size: .52rem;
    letter-spacing: .16em;
}

.finwin-ia-ring-inner strong {
    color: var(--ia-gold-light);
    font-size: .72rem;
    letter-spacing: .10em;
}

.finwin-ia-ring-inner small {
    margin-top: 5px;
    color: #74d29b;
    font-size: .48rem;
    letter-spacing: .12em;
}

.finwin-ia-signal {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 8px;
    background: rgba(5, 17, 31, .78);
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

.finwin-ia-signal small,
.finwin-ia-signal strong {
    display: block;
    line-height: 1.1;
}

.finwin-ia-signal small {
    color: rgba(255, 255, 255, .40);
    font-size: .48rem;
    letter-spacing: .12em;
}

.finwin-ia-signal strong {
    margin-top: 3px;
    color: rgba(255, 255, 255, .82);
    font-size: .57rem;
    letter-spacing: .08em;
}

.signal-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ia-gold);
    box-shadow: 0 0 12px rgba(201, 164, 92, .65);
}

.signal-one {
    left: 5%;
    top: 22%;
    animation: iaSignal 5s ease-in-out infinite
}

.signal-two {
    right: 5%;
    top: 29%;
    animation: iaSignal 6s ease-in-out infinite reverse
}

.signal-three {
    left: 10%;
    bottom: 19%;
    animation: iaSignal 5.5s ease-in-out infinite
}

.finwin-ia-chart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 205px;
    opacity: .85;
}

.ia-chart-area {
    fill: url(#iaChartFill);
}

.ia-chart-line {
    fill: none;
    stroke: var(--ia-gold);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
    animation: iaDraw 5s ease forwards infinite alternate;
}

.finwin-ia-chart-label {
    position: absolute;
    right: 25px;
    bottom: 22px;
    text-align: right;
}

.finwin-ia-chart-label span,
.finwin-ia-chart-label strong {
    display: block;
}

.finwin-ia-chart-label span {
    color: rgba(255, 255, 255, .34);
    font-size: .48rem;
    letter-spacing: .14em;
}

.finwin-ia-chart-label strong {
    margin-top: 4px;
    color: rgba(255, 255, 255, .76);
    font-size: .58rem;
    letter-spacing: .08em;
}

.finwin-ia-command-footer {
    border-top: 1px solid rgba(255, 255, 255, .09);
    border-bottom: 0;
    justify-content: flex-start;
    gap: 22px;
}

.finwin-ia-command-footer span {
    white-space: nowrap;
}

.finwin-ia-command-footer i {
    color: var(--ia-gold);
    margin-right: 5px;
}

.finwin-ia-scroll {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .36);
    font-size: .53rem;
    font-weight: 700;
    letter-spacing: .18em;
}

.finwin-ia-scroll i {
    color: var(--ia-gold);
    animation: iaBounce 1.8s ease-in-out infinite;
}

/* ---------- thesis ---------- */

.finwin-ia-thesis {
    padding: 120px 0;
    background: #fff;
}

.finwin-ia-thesis-layout {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 90px;
    align-items: center;
}

.finwin-ia-section-intro h2 {
    max-width: 760px;
    margin: 18px 0 0;
}

.finwin-ia-thesis-copy {
    position: relative;
    padding-left: 35px;
    border-left: 1px solid var(--ia-line);
}

.finwin-ia-thesis-copy p {
    margin-bottom: 18px;
    color: var(--ia-muted);
    line-height: 1.85;
}

.finwin-ia-thesis-line {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 30px;
    color: var(--ia-ink);
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.finwin-ia-thesis-line span {
    width: 45px;
    height: 1px;
    background: var(--ia-gold);
}

/* ---------- engine ---------- */

.finwin-ia-engine {
    position: relative;
    padding: 125px 0 135px;
    background: var(--ia-soft);
    overflow: hidden;
}

.finwin-ia-heading-row {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 80px;
}

.finwin-ia-heading-row h2 {
    max-width: 650px;
    margin: 18px 0 0;
}

.finwin-ia-heading-row>p {
    margin: 0;
    color: var(--ia-muted);
    line-height: 1.8;
}

.finwin-ia-engine-map {
    position: relative;
    width: min(760px, 100%);
    aspect-ratio: 1/1;
    margin: 0 auto;
}

.finwin-ia-engine-core {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    width: 190px;
    height: 190px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #102642, #071426);
    color: #fff;
    text-align: center;
    box-shadow:
        0 0 0 14px rgba(201, 164, 92, .06),
        0 0 0 30px rgba(201, 164, 92, .035),
        0 25px 70px rgba(7, 20, 38, .20);
}

.finwin-ia-engine-core::before {
    content: "";
    position: absolute;
    inset: -9px;
    border: 1px solid rgba(201, 164, 92, .30);
    border-radius: 50%;
    animation: iaSpin 18s linear infinite;
}

.finwin-ia-engine-core span {
    color: var(--ia-gold-light);
    font-size: .60rem;
    letter-spacing: .18em;
}

.finwin-ia-engine-core strong {
    margin: 5px 0;
    font-size: 1.05rem;
    letter-spacing: .06em;
}

.finwin-ia-engine-core small {
    color: rgba(255, 255, 255, .42);
    font-size: .48rem;
    letter-spacing: .12em;
}

.finwin-ia-engine-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed rgba(201, 164, 92, .22);
    border-radius: 50%;
}

.orbit-a {
    width: 55%;
    height: 55%;
    animation: iaSpin 22s linear infinite
}

.orbit-b {
    width: 83%;
    height: 83%;
    border-color: rgba(10, 22, 39, .10);
    animation: iaSpin 35s linear infinite reverse
}

.finwin-ia-engine-node {
    position: absolute;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 225px;
    padding: 15px 17px;
    border: 1px solid rgba(10, 22, 39, .09);
    border-radius: 10px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 35px rgba(10, 22, 39, .07);
    transition: .35s ease;
}

.finwin-ia-engine-node:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 164, 92, .45);
    box-shadow: 0 20px 45px rgba(10, 22, 39, .11);
}

.node-number {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4ead4;
    color: #9c7737;
    font-size: .65rem;
    font-weight: 800;
}

.finwin-ia-engine-node span,
.finwin-ia-engine-node strong,
.finwin-ia-engine-node small {
    display: block;
}

.finwin-ia-engine-node span {
    color: #a27d3d;
    font-size: .48rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.finwin-ia-engine-node strong {
    margin: 3px 0;
    font-size: .82rem;
}

.finwin-ia-engine-node small {
    color: var(--ia-muted);
    font-size: .57rem;
}

.node-top {
    top: 2%;
    left: 50%;
    transform: translateX(-50%)
}

.node-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.node-bottom {
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%)
}

.node-left {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

/* ---------- spectrum ---------- */

.finwin-ia-spectrum {
    padding: 125px 0;
    background: #fff;
}

.finwin-ia-heading-centered {
    max-width: 780px;
    margin: 0 auto 60px;
    text-align: center;
}

.finwin-ia-heading-centered .finwin-ia-kicker {
    justify-content: center;
}

.finwin-ia-heading-centered h2 {
    margin: 18px 0 18px;
}

.finwin-ia-heading-centered p {
    max-width: 660px;
    margin: 0 auto;
    color: var(--ia-muted);
    line-height: 1.8;
}

.finwin-ia-spectrum-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    border: 1px solid var(--ia-line);
    background: var(--ia-line);
}

.finwin-ia-spectrum-card {
    position: relative;
    min-height: 360px;
    padding: 35px 30px;
    background: #fff;
    overflow: hidden;
    transition: .35s ease;
}

.finwin-ia-spectrum-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -75px;
    top: -75px;
    border-radius: 50%;
    background: rgba(201, 164, 92, .08);
    transition: .45s ease;
}

.finwin-ia-spectrum-card:hover,
.finwin-ia-spectrum-card.active {
    background: #fbfaf7;
}

.finwin-ia-spectrum-card:hover::before,
.finwin-ia-spectrum-card.active::before {
    width: 220px;
    height: 220px;
}

.spectrum-icon {
    position: relative;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    border: 1px solid rgba(201, 164, 92, .35);
    color: #9f7b3e;
    font-size: 1.05rem;
}

.finwin-ia-spectrum-card>span {
    position: absolute;
    right: 28px;
    top: 34px;
    color: #b4bbc5;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.finwin-ia-spectrum-card h3 {
    margin-bottom: 13px;
    font-size: 1.18rem;
    letter-spacing: -.02em;
}

.finwin-ia-spectrum-card p {
    color: var(--ia-muted);
    font-size: .86rem;
    line-height: 1.75;
}

.spectrum-line {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 35px;
    height: 2px;
    background: var(--ia-gold);
    transition: .35s ease;
}

.finwin-ia-spectrum-card:hover .spectrum-line {
    width: 70px;
}

/* ---------- matrix ---------- */

.finwin-ia-matrix {
    padding: 130px 0;
    color: #fff;
    background:
        radial-gradient(circle at 90% 50%, rgba(201, 164, 92, .10), transparent 25%),
        linear-gradient(135deg, #071426, #0b1d34);
}

.finwin-ia-matrix h2 {
    margin: 18px 0 22px;
}

.finwin-ia-matrix-intro {
    max-width: 480px;
    color: rgba(255, 255, 255, .60);
    line-height: 1.8;
}

.finwin-ia-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
    padding: 13px 19px;
    border: 1px solid rgba(201, 164, 92, .55);
    color: var(--ia-gold-light);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .04em;
    transition: .3s ease;
}

.finwin-ia-outline-btn:hover {
    background: var(--ia-gold);
    border-color: var(--ia-gold);
    color: #071426;
}

.finwin-ia-question-stack {
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.finwin-ia-question {
    display: grid;
    grid-template-columns: 48px 1fr 20px;
    align-items: center;
    gap: 16px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    transition: .3s ease;
}

.finwin-ia-question:hover {
    padding-left: 12px;
}

.finwin-ia-question>span {
    color: var(--ia-gold);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.finwin-ia-question strong,
.finwin-ia-question small {
    display: block;
}

.finwin-ia-question strong {
    color: rgba(255, 255, 255, .92);
    font-size: .95rem;
    font-weight: 600;
}

.finwin-ia-question small {
    margin-top: 5px;
    color: rgba(255, 255, 255, .38);
    font-size: .65rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.finwin-ia-question i {
    color: var(--ia-gold);
    opacity: .65;
}

/* ---------- journey ---------- */

.finwin-ia-journey {
    padding: 125px 0;
    background: #fff;
}

.finwin-ia-journey-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 75px;
}

.journey-progress {
    position: absolute;
    top: 31px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ia-gold), var(--ia-gold), transparent);
}

.finwin-ia-journey-step {
    position: relative;
    z-index: 2;
    text-align: center;
}

.journey-circle {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    border: 1px solid rgba(201, 164, 92, .40);
    border-radius: 50%;
    background: #fff;
    color: #9f7b3e;
    font-size: .67rem;
    font-weight: 800;
    box-shadow: 0 0 0 8px #fff;
    transition: .35s ease;
}

.finwin-ia-journey-step:hover .journey-circle {
    background: #f7edda;
    transform: translateY(-4px);
}

.finwin-ia-journey-step>span {
    color: var(--ia-ink);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.finwin-ia-journey-step p {
    max-width: 180px;
    margin: 12px auto 0;
    color: var(--ia-muted);
    font-size: .76rem;
    line-height: 1.7;
}

/* ---------- fit ---------- */

.finwin-ia-fit {
    padding: 120px 0;
    background: var(--ia-soft);
}

.finwin-ia-fit-header {
    display: grid;
    grid-template-columns: 1fr .75fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 55px;
}

.finwin-ia-fit-header h2 {
    max-width: 680px;
    margin: 18px 0 0;
}

.finwin-ia-fit-header>p {
    margin: 0;
    color: var(--ia-muted);
    line-height: 1.8;
}

.finwin-ia-fit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.finwin-ia-fit-card {
    position: relative;
    min-height: 245px;
    padding: 30px;
    border: 1px solid rgba(10, 22, 39, .08);
    background: #fff;
    overflow: hidden;
    transition: .35s ease;
}

.finwin-ia-fit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 164, 92, .35);
    box-shadow: 0 20px 45px rgba(10, 22, 39, .08);
}

.finwin-ia-fit-card>span {
    position: absolute;
    right: 24px;
    top: 24px;
    color: #c3c9d0;
    font-size: .60rem;
    font-weight: 800;
}

.finwin-ia-fit-card>i {
    display: block;
    margin-bottom: 48px;
    color: #9f7b3e;
    font-size: 1.4rem;
}

.finwin-ia-fit-card h3 {
    margin-bottom: 9px;
    font-size: 1.05rem;
}

.finwin-ia-fit-card p {
    margin: 0;
    color: var(--ia-muted);
    font-size: .77rem;
    line-height: 1.7;
}

/* ---------- closing ---------- */

.finwin-ia-closing {
    padding: 40px 0 100px;
    background: var(--ia-soft);
}

.finwin-ia-closing-box {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background:
        radial-gradient(circle at 70% 40%, rgba(201, 164, 92, .13), transparent 25%),
        linear-gradient(135deg, #061322, #0a1b31);
    box-shadow: 0 35px 80px rgba(7, 20, 38, .16);
}

.finwin-ia-closing-grid {
    display: none;
}

.finwin-ia-closing-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to bottom, black, transparent 95%);
}

.finwin-ia-closing-content {
    position: relative;
    z-index: 3;
    max-width: 760px;
    padding: 70px 30px;
    text-align: center;
}

.finwin-ia-closing-content .finwin-ia-kicker {
    justify-content: center;
}

.finwin-ia-closing-content h2 {
    margin: 20px 0;
    color: #fff;
    font-size: clamp(2.3rem, 4.5vw, 4.4rem);
}

.finwin-ia-closing-content h2 span {
    color: var(--ia-gold-light);
}

.finwin-ia-closing-content p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, .60);
    line-height: 1.8;
}

.finwin-ia-closing-mark {
    position: absolute;
    right: 45px;
    bottom: 35px;
    z-index: 2;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(201, 164, 92, .25);
    border-radius: 50%;
    color: rgba(255, 255, 255, .35);
    text-align: center;
}

.finwin-ia-closing-mark span {
    color: var(--ia-gold);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.finwin-ia-closing-mark small {
    margin-top: 4px;
    font-size: .42rem;
    line-height: 1.35;
    letter-spacing: .12em;
}

.closing-orbit {
    position: absolute;
    border: 1px solid rgba(201, 164, 92, .12);
    border-radius: 50%;
}

.closing-orbit.orbit-one {
    width: 480px;
    height: 480px;
    right: -120px;
    top: -170px;
}

.closing-orbit.orbit-two {
    width: 700px;
    height: 700px;
    right: -230px;
    top: -280px;
}

/* ---------- animations ---------- */

@keyframes iaPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .55;
        transform: scale(.75)
    }
}

@keyframes iaFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-18px)
    }
}

@keyframes iaSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes iaCounterSpin {
    to {
        transform: rotate(-360deg)
    }
}

@keyframes iaSignal {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-7px)
    }
}

@keyframes iaDraw {
    0% {
        stroke-dashoffset: 900
    }

    55%,
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes iaBounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(6px)
    }
}

/* ---------- responsive ---------- */

@media(max-width:1199px) {
    .finwin-ia-hero {
        padding: 90px 0
    }

    .finwin-ia-title {
        font-size: clamp(3rem, 6vw, 5.3rem)
    }

    .finwin-ia-spectrum-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .finwin-ia-fit-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:991px) {
    .finwin-ia-hero {
        min-height: auto;
        padding: 85px 0 100px
    }

    .finwin-ia-command {
        margin: 20px auto 0;
        transform: none;
    }

    .finwin-ia-command:hover {
        transform: translateY(-3px)
    }

    .finwin-ia-thesis-layout,
    .finwin-ia-heading-row,
    .finwin-ia-fit-header {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .finwin-ia-thesis-copy {
        padding-left: 25px
    }

    .finwin-ia-heading-row {
        margin-bottom: 55px
    }

    .finwin-ia-engine-map {
        max-width: 650px
    }

    .finwin-ia-journey-track {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 50px
    }

    .journey-progress {
        display: none
    }

    .finwin-ia-fit-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767px) {
    .finwin-ia-hero {
        padding: 65px 0 85px;
    }

    .finwin-ia-title {
        font-size: clamp(2.7rem, 12vw, 4.4rem)
    }

    .finwin-ia-lead {
        font-size: .94rem;
        line-height: 1.75
    }

    .finwin-ia-trust-row {
        gap: 20px;
        margin-top: 42px
    }

    .finwin-ia-command-body {
        height: 330px
    }

    .finwin-ia-ring {
        width: 225px;
        height: 225px
    }

    .finwin-ia-ring-inner {
        inset: 69px
    }

    .signal-three {
        display: none
    }

    .finwin-ia-thesis,
    .finwin-ia-engine,
    .finwin-ia-spectrum,
    .finwin-ia-matrix,
    .finwin-ia-journey,
    .finwin-ia-fit {
        padding: 85px 0
    }

    .finwin-ia-spectrum-grid {
        grid-template-columns: 1fr
    }

    .finwin-ia-spectrum-card {
        min-height: 300px
    }

    .finwin-ia-engine-map {
        aspect-ratio: auto;
        height: 610px
    }

    .finwin-ia-engine-core {
        width: 145px;
        height: 145px;
    }

    .finwin-ia-engine-node {
        min-width: 190px
    }

    .node-top {
        top: 0
    }

    .node-right {
        right: -5px
    }

    .node-bottom {
        bottom: 0
    }

    .node-left {
        left: -5px
    }

    .finwin-ia-journey-track {
        grid-template-columns: 1fr 1fr
    }

    .finwin-ia-fit-grid {
        grid-template-columns: 1fr
    }

    .finwin-ia-closing {
        padding: 20px 0 70px
    }

    .finwin-ia-closing-box {
        min-height: 540px
    }

    .finwin-ia-closing-mark {
        right: 20px;
        bottom: 20px;
        width: 75px;
        height: 75px
    }
}

@media(max-width:575px) {
    .finwin-ia-actions {
        align-items: flex-start;
        flex-direction: column
    }

    .finwin-ia-trust-row {
        justify-content: space-between
    }

    .finwin-ia-command-top,
    .finwin-ia-command-footer {
        padding: 13px 15px
    }

    .finwin-ia-command-footer {
        gap: 12px;
        overflow: auto
    }

    .finwin-ia-command-footer span {
        font-size: .55rem
    }

    .finwin-ia-command-body {
        height: 300px
    }

    .finwin-ia-ring {
        width: 190px;
        height: 190px
    }

    .finwin-ia-ring-inner {
        inset: 58px
    }

    .finwin-ia-signal {
        padding: 6px 8px
    }

    .signal-one {
        left: 3%;
        top: 18%
    }

    .signal-two {
        right: 3%;
        top: 24%
    }

    .finwin-ia-engine-map {
        height: 600px
    }

    .finwin-ia-engine-node {
        min-width: 0;
        width: 185px;
        padding: 12px;
    }

    .node-right {
        right: 0
    }

    .node-left {
        left: 0
    }

    .finwin-ia-question {
        grid-template-columns: 34px 1fr 16px;
        gap: 9px
    }

    .finwin-ia-question strong {
        font-size: .82rem
    }

    .finwin-ia-journey-track {
        grid-template-columns: 1fr
    }

    .finwin-ia-closing-content {
        padding: 60px 20px
    }
}

@media(prefers-reduced-motion:reduce) {

    .finwin-ia-page *,
    .finwin-ia-page *::before,
    .finwin-ia-page *::after {
        animation: none !important;
        scroll-behavior: auto !important;
        transition: none !important;
    }
}



/* ============================================================
   FINWIN CAPITALS — PORTFOLIO MANAGEMENT
   Append this block to assets/css/style.css
   ============================================================ */

.finwin-pm-page {
    --pm-gold: #c9a45c;
    --pm-gold-light: #e6ca8b;
    --pm-navy: #071426;
    --pm-navy-2: #0b1d33;
    --pm-ink: #0a1627;
    --pm-muted: #68778a;
    --pm-soft: #f5f7fa;
    --pm-line: rgba(10, 22, 39, .10);
    overflow: hidden;
    background: #fff;
    color: var(--pm-ink);
}

.finwin-pm-page a {
    text-decoration: none
}

.finwin-pm-page h1,
.finwin-pm-page h2,
.finwin-pm-page h3,
.finwin-pm-page p {
    margin-top: 0
}

.pm-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pm-gold);
    font-size: .70rem;
    font-weight: 800;
    letter-spacing: .20em;
    text-transform: uppercase;
}

.pm-kicker::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.finwin-pm-page h2 {
    font-size: clamp(2.1rem, 3.8vw, 3.7rem);
    line-height: 1.04;
    letter-spacing: -.045em;
    font-weight: 700;
}

.finwin-pm-page em {
    color: var(--pm-gold);
    font-style: normal;
}

/* ============================================================
   HERO
   ============================================================ */

.finwin-pm-hero {
    position: relative;
    min-height: calc(100vh - 123px);
    display: flex;
    align-items: center;
    padding: 105px 0 110px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 75% 40%, rgba(201, 164, 92, .12), transparent 28%),
        linear-gradient(135deg, #061323 0%, #0a1c31 55%, #061321 100%);
}

.pm-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.pm-hero-glow {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(201, 164, 92, .14);
    pointer-events: none;
}

.pm-glow-one {
    width: 600px;
    height: 600px;
    right: -290px;
    top: -110px;
    box-shadow: 0 0 140px rgba(201, 164, 92, .08);
    animation: pmFloat 10s ease-in-out infinite;
}

.pm-glow-two {
    width: 280px;
    height: 280px;
    left: -180px;
    bottom: -120px;
    border-color: rgba(115, 170, 215, .12);
    animation: pmFloat 12s ease-in-out infinite reverse;
}

.pm-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    color: var(--pm-gold-light);
    font-size: .70rem;
    font-weight: 800;
    letter-spacing: .20em;
}

.pm-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pm-gold);
    box-shadow: 0 0 0 5px rgba(201, 164, 92, .10), 0 0 18px rgba(201, 164, 92, .70);
    animation: pmPulse 2s ease-in-out infinite;
}

.finwin-pm-hero h1 {
    max-width: 730px;
    margin-bottom: 25px;
    font-size: clamp(3.1rem, 6.2vw, 6.1rem);
    line-height: .93;
    letter-spacing: -.065em;
    font-weight: 700;
}

.finwin-pm-hero h1 span {
    display: block;
    color: var(--pm-gold-light);
}

.pm-hero-text {
    max-width: 640px;
    color: rgba(255, 255, 255, .70);
    font-size: 1.04rem;
    line-height: 1.85;
}

.pm-hero-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.pm-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 21px;
    border: 1px solid var(--pm-gold);
    border-radius: 3px;
    background: var(--pm-gold);
    color: #071426;
    font-size: .80rem;
    font-weight: 800;
    letter-spacing: .04em;
    box-shadow: 0 14px 35px rgba(201, 164, 92, .15);
    transition: .3s ease;
}

.pm-primary-btn:hover {
    background: var(--pm-gold-light);
    border-color: var(--pm-gold-light);
    color: #071426;
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(201, 164, 92, .24);
}

.pm-scroll-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .65);
    font-size: .78rem;
    font-weight: 700;
    transition: .25s ease;
}

.pm-scroll-link:hover {
    color: #fff
}

.pm-hero-stats {
    display: flex;
    gap: 30px;
    margin-top: 55px;
}

.pm-hero-stats>div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.pm-hero-stats strong {
    color: var(--pm-gold-light);
    font-size: .75rem;
}

.pm-hero-stats span {
    color: rgba(255, 255, 255, .48);
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* ============================================================
   CONTROL PANEL
   ============================================================ */

.pm-control-panel {
    position: relative;
    max-width: 630px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
    backdrop-filter: blur(18px);
    box-shadow: 0 35px 100px rgba(0, 0, 0, .34);
    overflow: hidden;
    transform: perspective(1300px) rotateY(-5deg);
    transition: .6s ease;
}

.pm-control-panel:hover {
    transform: perspective(1300px) rotateY(0deg) translateY(-5px);
}

.pm-panel-header,
.pm-panel-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 17px 22px;
    color: rgba(255, 255, 255, .43);
    font-size: .60rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.pm-panel-header {
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.pm-panel-status {
    color: rgba(255, 255, 255, .60);
}

.pm-panel-status i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-radius: 50%;
    background: #74d29b;
    box-shadow: 0 0 12px #74d29b;
}

.pm-panel-main {
    position: relative;
    height: 415px;
    overflow: hidden;
}

.pm-allocation-ring {
    position: absolute;
    left: 50%;
    top: 44%;
    width: 245px;
    height: 245px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(201, 164, 92, .17);
    box-shadow:
        0 0 0 28px rgba(201, 164, 92, .025),
        0 0 0 57px rgba(201, 164, 92, .015);
    animation: pmSpin 28s linear infinite;
}

.pm-ring-segment {
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.pm-ring-a {
    border: 9px solid transparent;
    border-top-color: var(--pm-gold);
    border-right-color: var(--pm-gold);
}

.pm-ring-b {
    inset: 15px;
    border: 8px solid transparent;
    border-bottom-color: #7894af;
    border-left-color: #7894af;
}

.pm-ring-c {
    inset: 31px;
    border: 7px solid transparent;
    border-top-color: #8fb5cf;
    border-right-color: #8fb5cf;
}

.pm-ring-d {
    inset: 47px;
    border: 6px solid transparent;
    border-bottom-color: #5c7088;
    border-left-color: #5c7088;
}

.pm-ring-centre {
    position: absolute;
    inset: 75px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(circle, #17304d, #071426 72%);
    text-align: center;
    box-shadow: 0 0 45px rgba(201, 164, 92, .10);
    animation: pmCounterSpin 28s linear infinite;
}

.pm-ring-centre small,
.pm-ring-centre strong,
.pm-ring-centre span {
    display: block
}

.pm-ring-centre small {
    color: rgba(255, 255, 255, .37);
    font-size: .46rem;
    letter-spacing: .14em;
}

.pm-ring-centre strong {
    margin: 4px 0;
    color: var(--pm-gold-light);
    font-size: .76rem;
    letter-spacing: .10em;
}

.pm-ring-centre span {
    color: #74d29b;
    font-size: .47rem;
    letter-spacing: .12em;
}

.pm-metric {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 7px;
    background: rgba(5, 17, 31, .78);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .20);
}

.pm-metric small,
.pm-metric strong {
    display: block;
    line-height: 1.1;
}

.pm-metric small {
    color: rgba(255, 255, 255, .37);
    font-size: .45rem;
    letter-spacing: .12em;
}

.pm-metric strong {
    margin-top: 3px;
    color: rgba(255, 255, 255, .82);
    font-size: .55rem;
    letter-spacing: .08em;
}

.metric-line {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pm-gold);
    box-shadow: 0 0 10px rgba(201, 164, 92, .65);
}

.pm-metric-one {
    left: 4%;
    top: 19%;
    animation: pmSignal 5s ease-in-out infinite
}

.pm-metric-two {
    right: 4%;
    top: 28%;
    animation: pmSignal 6s ease-in-out infinite reverse
}

.pm-metric-three {
    left: 7%;
    bottom: 18%;
    animation: pmSignal 5.5s ease-in-out infinite
}

.pm-panel-bars {
    position: absolute;
    right: 20px;
    bottom: 22px;
    width: 185px;
    z-index: 4;
}

.pm-panel-bars>div {
    display: grid;
    grid-template-columns: 70px 1fr 20px;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
}

.pm-panel-bars span {
    color: rgba(255, 255, 255, .40);
    font-size: .48rem;
}

.pm-panel-bars i {
    position: relative;
    display: block;
    height: 3px;
    background: rgba(255, 255, 255, .08);
}

.pm-panel-bars i::after {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--pm-w);
    background: var(--pm-gold);
    box-shadow: 0 0 9px rgba(201, 164, 92, .28);
}

.pm-panel-bars b {
    color: rgba(255, 255, 255, .60);
    font-size: .48rem;
}

.pm-panel-footer {
    justify-content: flex-start;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.pm-panel-footer span {
    white-space: nowrap
}

.pm-panel-footer i {
    margin-right: 5px;
    color: var(--pm-gold);
}

/* ============================================================
   INTRO
   ============================================================ */

.finwin-pm-intro {
    padding: 120px 0;
    background: #fff;
}

.pm-intro-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 90px;
    align-items: center;
}

.pm-intro-grid h2 {
    max-width: 720px;
    margin: 18px 0 0;
}

.pm-intro-copy {
    padding-left: 35px;
    border-left: 1px solid var(--pm-line);
}

.pm-intro-copy p {
    margin-bottom: 18px;
    color: var(--pm-muted);
    line-height: 1.85;
}

/* ============================================================
   SYSTEM
   ============================================================ */

.finwin-pm-system {
    padding: 125px 0;
    background: var(--pm-soft);
}

.pm-section-head {
    display: grid;
    grid-template-columns: 1fr .72fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 75px;
}

.pm-section-head h2 {
    max-width: 680px;
    margin: 18px 0 0;
}

.pm-section-head>p {
    margin: 0;
    color: var(--pm-muted);
    line-height: 1.8;
}

.pm-system-layout {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 90px;
    align-items: center;
}

.pm-system-visual {
    position: relative;
    width: min(620px, 100%);
    aspect-ratio: 1/1;
    margin: auto;
}

.pm-system-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 170px;
    height: 170px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #122943, #071426);
    color: #fff;
    text-align: center;
    box-shadow:
        0 0 0 14px rgba(201, 164, 92, .06),
        0 0 0 30px rgba(201, 164, 92, .035),
        0 25px 60px rgba(7, 20, 38, .18);
}

.pm-system-core::before {
    content: "";
    position: absolute;
    inset: -9px;
    border: 1px solid rgba(201, 164, 92, .30);
    border-radius: 50%;
    animation: pmSpin 18s linear infinite;
}

.pm-system-core span {
    color: var(--pm-gold-light);
    font-size: .57rem;
    letter-spacing: .18em;
}

.pm-system-core strong {
    margin: 5px 0;
    font-size: 1rem;
    letter-spacing: .07em;
}

.pm-system-core small {
    color: rgba(255, 255, 255, .38);
    font-size: .45rem;
    letter-spacing: .12em;
}

.pm-system-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px dashed rgba(201, 164, 92, .22);
}

.orbit-1 {
    width: 54%;
    height: 54%;
    animation: pmSpin 22s linear infinite;
}

.orbit-2 {
    width: 82%;
    height: 82%;
    border-color: rgba(10, 22, 39, .10);
    animation: pmSpin 34s linear infinite reverse;
}

.pm-system-node {
    position: absolute;
    z-index: 6;
    min-width: 205px;
    padding: 14px 16px;
    border: 1px solid rgba(10, 22, 39, .09);
    border-radius: 9px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 14px 32px rgba(10, 22, 39, .07);
    transition: .35s ease;
}

.pm-system-node:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(201, 164, 92, .40);
    box-shadow: 0 20px 42px rgba(10, 22, 39, .11);
}

.pm-system-node b,
.pm-system-node span,
.pm-system-node strong {
    display: block
}

.pm-system-node b {
    color: #a07c40;
    font-size: .58rem;
}

.pm-system-node span {
    margin-top: 4px;
    color: #a07c40;
    font-size: .47rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.pm-system-node strong {
    margin-top: 4px;
    font-size: .78rem;
}

.node-1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.node-2 {
    right: -2%;
    top: 50%;
    transform: translateY(-50%)
}

.node-3 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.node-4 {
    left: -2%;
    top: 50%;
    transform: translateY(-50%)
}

.pm-system-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pm-layer-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 17px;
    padding: 22px 20px;
    border: 1px solid rgba(10, 22, 39, .08);
    background: #fff;
    transition: .35s ease;
}

.pm-layer-card:hover {
    transform: translateX(6px);
    border-color: rgba(201, 164, 92, .35);
    box-shadow: 0 14px 32px rgba(10, 22, 39, .06);
}

.pm-layer-card>span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4ead4;
    color: #9b7638;
    font-size: .60rem;
    font-weight: 800;
}

.pm-layer-card h3 {
    margin: 0 0 7px;
    font-size: 1rem;
}

.pm-layer-card p {
    margin: 0;
    color: var(--pm-muted);
    font-size: .76rem;
    line-height: 1.7;
}

/* ============================================================
   BUILD TRACK
   ============================================================ */

.finwin-pm-build {
    padding: 125px 0;
    background: #fff;
}

.pm-centered {
    display: block;
    max-width: 760px;
    margin: 0 auto 75px;
    text-align: center;
}

.pm-centered .pm-kicker {
    justify-content: center
}

.pm-centered h2 {
    margin: 18px 0
}

.pm-centered p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--pm-muted);
    line-height: 1.8;
}

.pm-build-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.pm-build-line {
    position: absolute;
    top: 37px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--pm-gold), var(--pm-gold), transparent);
}

.pm-build-step {
    position: relative;
    z-index: 2;
    text-align: center;
}

.pm-build-number {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    border: 1px solid rgba(201, 164, 92, .42);
    border-radius: 50%;
    background: #fff;
    color: #9d783a;
    font-size: .67rem;
    font-weight: 800;
    box-shadow: 0 0 0 10px #fff;
    transition: .35s ease;
}

.pm-build-step:hover .pm-build-number {
    background: #f7edda;
    transform: translateY(-5px);
}

.pm-build-step>i {
    color: #9f7b3e;
    font-size: 1rem;
}

.pm-build-step h3 {
    margin: 12px 0 8px;
    font-size: 1rem;
}

.pm-build-step p {
    max-width: 160px;
    margin: 0 auto;
    color: var(--pm-muted);
    font-size: .72rem;
    line-height: 1.7;
}

/* ============================================================
   DIMENSIONS
   ============================================================ */

.finwin-pm-dimensions {
    padding: 125px 0;
    background: var(--pm-soft);
}

.pm-dimensions-header {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 55px;
}

.pm-dimensions-header h2 {
    max-width: 620px;
    margin: 18px 0 0;
}

.pm-dimensions-header>p {
    margin: 0;
    color: var(--pm-muted);
    line-height: 1.8;
}

.pm-dimension-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr .85fr;
    gap: 14px;
}

.pm-dimension-card {
    position: relative;
    min-height: 270px;
    padding: 30px;
    border: 1px solid rgba(10, 22, 39, .08);
    background: #fff;
    overflow: hidden;
    transition: .35s ease;
}

.pm-dimension-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 164, 92, .35);
    box-shadow: 0 20px 45px rgba(10, 22, 39, .07);
}

.pm-dimension-card.dimension-large {
    grid-row: span 2;
    min-height: 554px;
}

.pm-dimension-card.dimension-wide {
    grid-column: span 2;
}

.pm-dimension-number {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #c0c6cd;
    font-size: .60rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.pm-dimension-card>i {
    display: block;
    margin-bottom: 70px;
    color: #9e7a3d;
    font-size: 1.35rem;
}

.pm-dimension-card h3 {
    margin-bottom: 10px;
    font-size: 1.10rem;
}

.pm-dimension-card p {
    max-width: 400px;
    margin: 0;
    color: var(--pm-muted);
    font-size: .78rem;
    line-height: 1.75;
}

.pm-mini-allocation {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 38px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.pm-mini-allocation span {
    display: block;
    width: var(--pm-x);
    height: 5px;
    background: linear-gradient(90deg, #9e7a3d, #dfc487);
    box-shadow: 0 0 10px rgba(201, 164, 92, .13);
}

.pm-rebalance-visual {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #9c7a43;
    font-size: .57rem;
    font-weight: 800;
    letter-spacing: .10em;
}

.pm-rebalance-visual i {
    color: #aab1b9
}

.pm-rebalance-visual strong {
    padding: 7px 10px;
    border: 1px solid rgba(201, 164, 92, .35);
    color: #8f6b31;
}

/* ============================================================
   BALANCE
   ============================================================ */

.finwin-pm-balance {
    padding: 130px 0;
    color: #fff;
    background:
        radial-gradient(circle at 80% 40%, rgba(201, 164, 92, .10), transparent 25%),
        linear-gradient(135deg, #071426, #0b1d34);
}

.pm-balance-wrap {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: center;
}

.pm-balance-copy h2 {
    margin: 18px 0 22px;
}

.pm-balance-copy>p {
    color: rgba(255, 255, 255, .58);
    line-height: 1.85;
}

.pm-balance-points {
    margin-top: 30px;
}

.pm-balance-points>div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .76);
    font-size: .75rem;
}

.pm-balance-points i {
    color: var(--pm-gold);
}

.pm-balance-visual {
    position: relative;
    height: 390px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .025);
    overflow: hidden;
}

.pm-balance-axis {
    position: absolute;
    z-index: 4;
    left: 22px;
    right: 22px;
    top: 22px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, .32);
    font-size: .52rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.pm-balance-wave {
    position: absolute;
    inset: 50px 0 0;
}

.pm-balance-wave svg {
    width: 100%;
    height: 100%;
}

.pm-wave-base,
.pm-wave-gold {
    fill: none;
    stroke-linecap: round;
}

.pm-wave-base {
    stroke: rgba(255, 255, 255, .22);
    stroke-width: 2;
    stroke-dasharray: 8 8;
}

.pm-wave-gold {
    stroke: var(--pm-gold);
    stroke-width: 3;
    stroke-dasharray: 850;
    stroke-dashoffset: 850;
    animation: pmDraw 5s ease forwards infinite alternate;
}

.pm-balance-label {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 9px;
    background: rgba(7, 20, 38, .82);
    border: 1px solid rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .60);
    font-size: .53rem;
}

.pm-balance-label i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.label-base {
    left: 25px;
    bottom: 28px
}

.label-base i {
    background: rgba(255, 255, 255, .45)
}

.label-gold {
    right: 25px;
    bottom: 75px
}

.label-gold i {
    background: var(--pm-gold);
    box-shadow: 0 0 9px rgba(201, 164, 92, .55)
}

/* ============================================================
   REVIEW
   ============================================================ */

.finwin-pm-review {
    padding: 125px 0;
    background: #fff;
}

.pm-review-dashboard {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 14px;
}

.pm-review-card {
    min-height: 175px;
    padding: 27px;
    border: 1px solid rgba(10, 22, 39, .08);
    background: #fbfcfd;
    transition: .35s ease;
}

.pm-review-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 164, 92, .35);
    box-shadow: 0 18px 40px rgba(10, 22, 39, .07);
}

.pm-review-card i {
    display: block;
    margin-bottom: 30px;
    color: #9e7a3d;
    font-size: 1.15rem;
}

.pm-review-card>span {
    display: block;
    color: #8993a0;
    font-size: .55rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.pm-review-card>strong {
    display: block;
    margin-top: 7px;
    color: var(--pm-ink);
    font-size: .86rem;
    letter-spacing: .03em;
}

.review-main {
    grid-row: span 2;
    background: linear-gradient(145deg, #071426, #102842);
    color: #fff;
}

.review-main>strong {
    color: var(--pm-gold-light);
    font-size: 1.35rem;
}

.review-label {
    color: rgba(255, 255, 255, .38) !important;
}

.pm-health-meter {
    height: 5px;
    margin: 65px 0 18px;
    background: rgba(255, 255, 255, .09);
}

.pm-health-meter span {
    display: block;
    width: 82%;
    height: 100%;
    background: linear-gradient(90deg, #9d793c, var(--pm-gold-light));
    box-shadow: 0 0 13px rgba(201, 164, 92, .28);
    animation: pmMeter 2s ease forwards;
}

.pm-health-bottom {
    display: flex;
    justify-content: space-between;
}

.pm-health-bottom small {
    color: rgba(255, 255, 255, .35);
    font-size: .50rem;
    letter-spacing: .12em;
}

.pm-health-bottom b {
    color: #74d29b;
    font-size: .55rem;
    letter-spacing: .10em;
}

/* ============================================================
   AUDIENCE
   ============================================================ */

.finwin-pm-audience {
    padding: 120px 0;
    background: var(--pm-soft);
}

.pm-audience-head {
    max-width: 750px;
    margin-bottom: 55px;
}

.pm-audience-head h2 {
    margin: 18px 0 0
}

.pm-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.pm-audience-card {
    position: relative;
    min-height: 245px;
    padding: 30px;
    background: #fff;
    border: 1px solid rgba(10, 22, 39, .08);
    transition: .35s ease;
}

.pm-audience-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 164, 92, .35);
    box-shadow: 0 20px 45px rgba(10, 22, 39, .08);
}

.pm-audience-card>span {
    position: absolute;
    right: 24px;
    top: 24px;
    color: #c0c6ce;
    font-size: .60rem;
    font-weight: 800;
}

.pm-audience-card>i {
    display: block;
    margin-bottom: 50px;
    color: #9e7a3d;
    font-size: 1.35rem;
}

.pm-audience-card h3 {
    margin-bottom: 9px;
    font-size: 1.03rem;
}

.pm-audience-card p {
    margin: 0;
    color: var(--pm-muted);
    font-size: .75rem;
    line-height: 1.7;
}

/* ============================================================
   CTA
   ============================================================ */

.finwin-pm-cta {
    padding: 35px 0 100px;
    background: var(--pm-soft);
}

.pm-cta-box {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background:
        radial-gradient(circle at 75% 40%, rgba(201, 164, 92, .13), transparent 25%),
        linear-gradient(135deg, #061322, #0a1b31);
    box-shadow: 0 35px 80px rgba(7, 20, 38, .16);
}

.pm-cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to bottom, black, transparent 95%);
}

.pm-cta-rings {
    position: absolute;
    width: 650px;
    height: 650px;
    right: -250px;
    top: -250px;
    border: 1px solid rgba(201, 164, 92, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(201, 164, 92, .025), 0 0 0 160px rgba(201, 164, 92, .015);
    animation: pmSpin 40s linear infinite;
}

.pm-cta-content {
    position: relative;
    z-index: 3;
    max-width: 760px;
    padding: 70px 25px;
    text-align: center;
}

.pm-cta-content .pm-kicker {
    justify-content: center
}

.pm-cta-content h2 {
    margin: 20px 0;
    color: #fff;
    font-size: clamp(2.3rem, 4.5vw, 4.4rem);
}

.pm-cta-content p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, .58);
    line-height: 1.8;
}

.pm-cta-mark {
    position: absolute;
    z-index: 2;
    right: 35px;
    bottom: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 164, 92, .25);
    border-radius: 50%;
    text-align: center;
}

.pm-cta-mark span {
    color: var(--pm-gold);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.pm-cta-mark small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .35);
    font-size: .42rem;
    line-height: 1.35;
    letter-spacing: .11em;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */

@keyframes pmPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .55;
        transform: scale(.76)
    }
}

@keyframes pmFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-17px)
    }
}

@keyframes pmSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes pmCounterSpin {
    to {
        transform: rotate(-360deg)
    }
}

@keyframes pmSignal {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-7px)
    }
}

@keyframes pmDraw {
    0% {
        stroke-dashoffset: 850
    }

    55%,
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes pmMeter {
    from {
        width: 0
    }

    to {
        width: 82%
    }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media(max-width:1199px) {
    .finwin-pm-hero {
        padding: 90px 0
    }

    .finwin-pm-hero h1 {
        font-size: clamp(3rem, 6vw, 5.3rem)
    }

    .pm-review-dashboard {
        grid-template-columns: 1fr 1fr
    }

    .review-main {
        grid-row: span 2
    }

    .pm-audience-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:991px) {
    .finwin-pm-hero {
        min-height: auto;
        padding: 85px 0 100px
    }

    .pm-control-panel {
        margin: 20px auto 0;
        transform: none;
    }

    .pm-control-panel:hover {
        transform: translateY(-4px)
    }

    .pm-intro-grid,
    .pm-system-layout,
    .pm-section-head,
    .pm-dimensions-header,
    .pm-balance-wrap {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .pm-section-head,
    .pm-dimensions-header {
        margin-bottom: 55px
    }

    .pm-system-visual {
        max-width: 620px
    }

    .pm-dimension-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pm-dimension-card.dimension-large {
        grid-row: auto;
        min-height: 300px;
    }

    .pm-dimension-card.dimension-wide {
        grid-column: span 2;
    }

    .pm-build-track {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 50px;
    }

    .pm-build-line {
        display: none
    }

    .pm-review-dashboard {
        grid-template-columns: 1fr 1fr;
    }

    .review-main {
        grid-row: span 2;
    }
}

@media(max-width:767px) {
    .finwin-pm-hero {
        padding: 65px 0 85px
    }

    .finwin-pm-hero h1 {
        font-size: clamp(2.8rem, 12vw, 4.4rem);
    }

    .pm-hero-text {
        font-size: .94rem;
        line-height: 1.75;
    }

    .pm-hero-stats {
        gap: 18px;
        margin-top: 42px;
    }

    .pm-control-panel {
        border-radius: 12px
    }

    .pm-panel-main {
        height: 340px
    }

    .pm-allocation-ring {
        width: 210px;
        height: 210px;
    }

    .pm-ring-centre {
        inset: 64px;
    }

    .pm-metric-three {
        display: none
    }

    .finwin-pm-intro,
    .finwin-pm-system,
    .finwin-pm-build,
    .finwin-pm-dimensions,
    .finwin-pm-balance,
    .finwin-pm-review,
    .finwin-pm-audience {
        padding: 85px 0;
    }

    .pm-system-visual {
        height: 610px;
        aspect-ratio: auto;
    }

    .pm-system-node {
        min-width: 185px;
    }

    .node-2 {
        right: -3px
    }

    .node-4 {
        left: -3px
    }

    .pm-build-track {
        grid-template-columns: 1fr 1fr;
    }

    .pm-dimension-grid {
        grid-template-columns: 1fr;
    }

    .pm-dimension-card.dimension-wide {
        grid-column: auto;
    }

    .pm-dimension-card.dimension-large {
        min-height: 330px;
    }

    .pm-rebalance-visual {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 28px;
        flex-wrap: wrap;
    }

    .pm-review-dashboard {
        grid-template-columns: 1fr;
    }

    .review-main {
        grid-row: auto;
    }

    .pm-audience-grid {
        grid-template-columns: 1fr;
    }

    .pm-cta-box {
        min-height: 530px;
    }

    .pm-cta-mark {
        right: 18px;
        bottom: 18px;
        width: 75px;
        height: 75px;
    }
}

@media(max-width:575px) {
    .pm-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .pm-hero-stats {
        justify-content: space-between;
    }

    .pm-panel-header,
    .pm-panel-footer {
        padding: 13px 15px;
    }

    .pm-panel-footer {
        gap: 12px;
        overflow: auto;
    }

    .pm-panel-footer span {
        font-size: .52rem
    }

    .pm-panel-main {
        height: 310px
    }

    .pm-allocation-ring {
        width: 185px;
        height: 185px;
    }

    .pm-ring-centre {
        inset: 56px
    }

    .pm-panel-bars {
        right: 12px;
        bottom: 14px;
        width: 155px;
    }

    .pm-panel-bars>div {
        grid-template-columns: 58px 1fr 17px;
    }

    .pm-system-visual {
        height: 600px
    }

    .pm-system-node {
        width: 180px;
        min-width: 0;
        padding: 12px;
    }

    .pm-build-track {
        grid-template-columns: 1fr;
    }

    .pm-build-line {
        display: none
    }

    .pm-balance-visual {
        height: 320px;
    }

    .pm-cta-content {
        padding: 60px 18px;
    }
}

@media(prefers-reduced-motion:reduce) {

    .finwin-pm-page *,
    .finwin-pm-page *::before,
    .finwin-pm-page *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

/* FINWIN CAPITALS — RETIREMENT PLANNING. Append to assets/css/style.css */
.finwin-rp-page {
    --rp-gold: #c9a45c;
    --rp-light: #e5c982;
    --rp-navy: #071426;
    --rp-ink: #0a1627;
    --rp-muted: #68778a;
    --rp-soft: #f5f7fa;
    --rp-line: rgba(10, 22, 39, .1);
    overflow: hidden;
    background: #fff;
    color: var(--rp-ink)
}

.finwin-rp-page a {
    text-decoration: none
}

.finwin-rp-page h1,
.finwin-rp-page h2,
.finwin-rp-page h3,
.finwin-rp-page p {
    margin-top: 0
}

.finwin-rp-page h2 {
    font-size: clamp(2.1rem, 3.8vw, 3.7rem);
    line-height: 1.04;
    letter-spacing: -.045em
}

.finwin-rp-page em {
    color: var(--rp-gold);
    font-style: normal
}

.rp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--rp-gold);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase
}

.rp-kicker:before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor
}

.finwin-rp-hero {
    position: relative;
    min-height: calc(100vh - 123px);
    display: flex;
    align-items: center;
    padding: 105px 0 110px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 80% 28%, rgba(201, 164, 92, .13), transparent 25%), linear-gradient(135deg, #061322, #0b1d33 56%, #071321)
}

.rp-grid {
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to bottom, black, transparent 90%)
}

.rp-sun {
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -110px;
    border: 1px solid rgba(201, 164, 92, .15);
    border-radius: 50%;
    box-shadow: 0 0 130px rgba(201, 164, 92, .08);
    animation: rpFloat 10s ease-in-out infinite
}

.rp-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    color: var(--rp-light);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .2em
}

.rp-eyebrow i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rp-gold);
    box-shadow: 0 0 0 5px rgba(201, 164, 92, .1), 0 0 18px rgba(201, 164, 92, .7);
    animation: rpPulse 2s infinite
}

.finwin-rp-hero h1 {
    max-width: 720px;
    margin-bottom: 25px;
    font-size: clamp(3.2rem, 6.2vw, 6.2rem);
    line-height: .93;
    letter-spacing: -.065em
}

.finwin-rp-hero h1 em {
    display: block;
    color: var(--rp-light)
}

.rp-lead {
    max-width: 630px;
    color: rgba(255, 255, 255, .7);
    font-size: 1.04rem;
    line-height: 1.85
}

.rp-actions {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px
}

.rp-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 21px;
    border: 1px solid var(--rp-gold);
    border-radius: 3px;
    background: var(--rp-gold);
    color: #071426;
    font-size: .8rem;
    font-weight: 800;
    box-shadow: 0 14px 35px rgba(201, 164, 92, .16);
    transition: .3s
}

.rp-primary:hover {
    background: var(--rp-light);
    border-color: var(--rp-light);
    color: #071426;
    transform: translateY(-3px)
}

.rp-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: rgba(255, 255, 255, .65);
    font-size: .78rem;
    font-weight: 700
}

.rp-link:hover {
    color: #fff
}

.rp-points {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 50px;
    color: rgba(255, 255, 255, .5);
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .06em
}

.rp-points span:first-letter {
    color: var(--rp-gold)
}

.rp-dashboard {
    position: relative;
    max-width: 650px;
    height: 525px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .018));
    backdrop-filter: blur(16px);
    box-shadow: 0 35px 100px rgba(0, 0, 0, .35);
    overflow: hidden;
    transform: perspective(1300px) rotateY(-5deg);
    transition: .6s
}

.rp-dashboard:hover {
    transform: perspective(1300px) rotateY(0) translateY(-5px)
}

.rp-dashboard>header,
.rp-dashboard>footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 17px 22px;
    color: rgba(255, 255, 255, .4);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .14em
}

.rp-dashboard>header {
    border-bottom: 1px solid rgba(255, 255, 255, .09)
}

.rp-dashboard header b {
    font-weight: 700;
    color: rgba(255, 255, 255, .6)
}

.rp-dashboard header i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
    background: #74d29b;
    box-shadow: 0 0 10px #74d29b
}

.rp-road {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 150px;
    height: 180px
}

.road-line {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 90px;
    height: 2px;
    background: linear-gradient(90deg, #53687d, var(--rp-light));
    box-shadow: 0 0 15px rgba(201, 164, 92, .12)
}

.road-line:after {
    content: "";
    position: absolute;
    inset: -7px 0;
    border-top: 1px dashed rgba(255, 255, 255, .12)
}

.road-marker {
    position: absolute;
    top: 66px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    transform: translateX(-50%)
}

.road-marker:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid var(--rp-gold);
    border-radius: 50%;
    background: #08172a;
    box-shadow: 0 0 0 5px rgba(201, 164, 92, .08)
}

.road-marker b {
    color: var(--rp-light);
    font-size: .52rem;
    letter-spacing: .12em
}

.road-marker small {
    color: rgba(255, 255, 255, .42);
    font-size: .5rem
}

.m1 {
    left: 5%
}

.m2 {
    left: 36%
}

.m3 {
    left: 68%
}

.m4 {
    left: 95%
}

.road-car {
    position: absolute;
    z-index: 5;
    top: 72px;
    left: 7%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rp-gold);
    color: #071426;
    box-shadow: 0 0 0 8px rgba(201, 164, 92, .08), 0 0 24px rgba(201, 164, 92, .45);
    animation: rpJourney 7s ease-in-out infinite
}

.rp-orbit {
    position: absolute;
    left: 50%;
    top: 67%;
    width: 175px;
    height: 175px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(201, 164, 92, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 22px rgba(201, 164, 92, .025), 0 0 0 45px rgba(201, 164, 92, .014);
    animation: rpSpin 20s linear infinite
}

.rp-orbit>div {
    position: absolute;
    inset: 57px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(circle, #17304c, #071426 72%);
    text-align: center;
    animation: rpCounter 20s linear infinite
}

.rp-orbit small,
.rp-orbit strong,
.rp-orbit span {
    display: block
}

.rp-orbit small {
    color: rgba(255, 255, 255, .34);
    font-size: .43rem;
    letter-spacing: .12em
}

.rp-orbit strong {
    margin: 4px 0;
    color: var(--rp-light);
    font-size: .68rem;
    letter-spacing: .1em
}

.rp-orbit span {
    color: #74d29b;
    font-size: .42rem;
    letter-spacing: .1em
}

.rp-tag {
    position: absolute;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 7px;
    background: rgba(5, 17, 31, .8);
    backdrop-filter: blur(8px);
    font-size: .5rem
}

.rp-tag i {
    color: var(--rp-gold)
}

.rp-tag small,
.rp-tag b {
    display: block
}

.rp-tag small {
    color: rgba(255, 255, 255, .35);
    font-size: .43rem;
    letter-spacing: .12em
}

.rp-tag b {
    margin-top: 3px;
    color: rgba(255, 255, 255, .8);
    font-size: .53rem
}

.t1 {
    left: 4%;
    top: 28%;
    animation: rpSignal 5s infinite
}

.t2 {
    right: 4%;
    top: 37%;
    animation: rpSignal 6s infinite reverse
}

.t3 {
    left: 8%;
    bottom: 17%;
    animation: rpSignal 5.5s infinite
}

.rp-dashboard>footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    gap: 15px;
    border-top: 1px solid rgba(255, 255, 255, .09)
}

.rp-dashboard>footer i {
    color: var(--rp-gold)
}

.rp-intro,
.rp-roadmap,
.rp-phases,
.rp-buckets,
.rp-review {
    padding: 125px 0
}

.rp-intro {
    background: #fff
}

.rp-two {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 90px;
    align-items: center
}

.rp-two h2 {
    max-width: 730px;
    margin: 18px 0 0
}

.rp-copy {
    padding-left: 35px;
    border-left: 1px solid var(--rp-line)
}

.rp-copy p {
    color: var(--rp-muted);
    line-height: 1.85
}

.rp-roadmap,
.rp-buckets {
    background: var(--rp-soft)
}

.rp-section-head {
    display: grid;
    grid-template-columns: 1fr .72fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 70px
}

.rp-section-head h2 {
    margin: 18px 0 0
}

.rp-section-head>p {
    margin: 0;
    color: var(--rp-muted);
    line-height: 1.8
}

.rp-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background: var(--rp-line);
    border: 1px solid var(--rp-line)
}

.rp-cards article {
    position: relative;
    min-height: 370px;
    padding: 30px 25px;
    background: #fff;
    transition: .35s;
    overflow: hidden
}

.rp-cards article:hover,
.rp-cards .active {
    background: #fbfaf6
}

.rp-cards article>b {
    position: absolute;
    right: 20px;
    top: 25px;
    color: #c1c7ce;
    font-size: .58rem
}

.rp-cards article>i {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
    border: 1px solid rgba(201, 164, 92, .34);
    color: #9d783b
}

.rp-cards h3 {
    font-size: 1.02rem
}

.rp-cards p {
    color: var(--rp-muted);
    font-size: .75rem;
    line-height: 1.75
}

.rp-cards small {
    position: absolute;
    bottom: 27px;
    color: #a17c3e;
    font-size: .5rem;
    letter-spacing: .13em
}

.rp-number,
.rp-risks {
    padding: 130px 0;
    color: #fff;
    background: radial-gradient(circle at 75% 50%, rgba(201, 164, 92, .11), transparent 26%), linear-gradient(135deg, #071426, #0b1d33)
}

.rp-number-grid {
    grid-template-columns: .9fr 1.1fr
}

.rp-number h2 {
    margin: 18px 0 22px
}

.rp-number-grid>div:first-child>p,
.rp-risks p {
    color: rgba(255, 255, 255, .58);
    line-height: 1.85
}

.rp-questions {
    margin-top: 30px
}

.rp-questions div {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .76);
    font-size: .76rem
}

.rp-questions b {
    display: inline-block;
    width: 35px;
    color: var(--rp-gold);
    font-size: .58rem
}

.rp-number-visual {
    position: relative;
    width: min(520px, 100%);
    aspect-ratio: 1;
    margin: auto
}

.number-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 230px;
    height: 230px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(201, 164, 92, .2);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(201, 164, 92, .025), 0 0 0 65px rgba(201, 164, 92, .015);
    animation: rpSpin 22s linear infinite
}

.number-ring>div {
    position: absolute;
    inset: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(circle, #17304d, #071426 72%);
    text-align: center;
    animation: rpCounter 22s linear infinite
}

.number-ring small,
.number-ring strong,
.number-ring span {
    display: block
}

.number-ring small {
    font-size: .44rem;
    color: rgba(255, 255, 255, .34)
}

.number-ring strong {
    margin: 4px 0;
    color: var(--rp-light)
}

.number-ring span {
    font-size: .43rem;
    color: #74d29b
}

.ntag {
    position: absolute;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(5, 17, 31, .8);
    color: rgba(255, 255, 255, .65);
    font-size: .55rem
}

.n1 {
    left: 0;
    top: 24%
}

.n2 {
    right: 0;
    top: 31%
}

.n3 {
    left: 6%;
    bottom: 23%
}

.n4 {
    right: 4%;
    bottom: 16%
}

.rp-centered {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 65px
}

.rp-centered .rp-kicker {
    justify-content: center
}

.rp-centered h2 {
    margin: 18px 0
}

.rp-centered p {
    max-width: 650px;
    margin: auto;
    color: var(--rp-muted);
    line-height: 1.8
}

.phase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.phase-grid article {
    min-height: 450px;
    padding: 38px;
    position: relative;
    border: 1px solid var(--rp-line);
    background: linear-gradient(145deg, #f8f4eb, #fff)
}

.phase-grid article.dark {
    color: #fff;
    background: linear-gradient(145deg, #071426, #0d233d);
    border-color: rgba(255, 255, 255, .09)
}

.phase-grid article>span {
    color: #9d783b;
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .15em
}

.phase-grid article>i {
    float: right;
    color: var(--rp-gold);
    font-size: 1.2rem
}

.phase-grid h3 {
    margin: 55px 0 15px;
    font-size: 2rem
}

.phase-grid p {
    color: var(--rp-muted);
    line-height: 1.8
}

.phase-grid .dark p {
    color: rgba(255, 255, 255, .57)
}

.phase-grid ul {
    list-style: none;
    padding: 0;
    margin-top: 28px
}

.phase-grid li {
    padding: 9px 0;
    border-bottom: 1px solid rgba(10, 22, 39, .08);
    color: #526073;
    font-size: .72rem
}

.phase-grid .dark li {
    border-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .68)
}

.phase-grid footer {
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 30px;
    color: #9aa2ac;
    font-size: .48rem;
    letter-spacing: .13em;
    display: flex;
    gap: 12px;
    align-items: center
}

.phase-grid footer i {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--rp-gold), transparent)
}

.bucket-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center
}

.buckets {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px
}

.bucket {
    height: 105px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--rp-line);
    background: #fff;
    box-shadow: 0 12px 30px rgba(10, 22, 39, .04);
    transition: .35s
}

.bucket:hover {
    transform: translateX(10px);
    border-color: rgba(201, 164, 92, .4)
}

.bucket b {
    color: #a07b3e;
    font-size: .62rem
}

.bucket span {
    color: #a2aab3;
    font-size: .49rem;
    font-weight: 800;
    letter-spacing: .13em
}

.bucket strong {
    display: block;
    margin-top: 5px;
    color: var(--rp-ink);
    font-size: .95rem
}

.b1 {
    width: 60%
}

.b2 {
    width: 76%
}

.b3 {
    width: 92%
}

.bucket:before {
    content: "";
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--rp-gold)
}

.bucket {
    position: relative
}

.buckets footer {
    width: 92%;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #a2aab3;
    font-size: .5rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin-top: 18px
}

.buckets footer span {
    height: 1px;
    flex: 1;
    background: var(--rp-gold)
}

.bucket-copy {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.bucket-copy article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 17px;
    padding: 20px;
    border: 1px solid var(--rp-line);
    background: #fff
}

.bucket-copy article>b {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4ead4;
    color: #9b7638;
    font-size: .58rem
}

.bucket-copy h3 {
    margin: 0 0 7px;
    font-size: 1rem
}

.bucket-copy p {
    margin: 0;
    color: var(--rp-muted);
    font-size: .75rem;
    line-height: 1.7
}

.risk-layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 80px;
    align-items: center
}

.rp-risks h2 {
    margin: 18px 0 22px
}

.rp-outline {
    display: inline-flex;
    gap: 12px;
    margin-top: 25px;
    padding: 13px 19px;
    border: 1px solid rgba(201, 164, 92, .55);
    color: var(--rp-light);
    font-size: .75rem;
    font-weight: 800;
    transition: .3s
}

.rp-outline:hover {
    background: var(--rp-gold);
    color: #071426
}

.risk-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .1)
}

.risk-grid article {
    position: relative;
    min-height: 185px;
    padding: 25px;
    background: rgba(255, 255, 255, .025)
}

.risk-grid article:hover {
    background: rgba(255, 255, 255, .055)
}

.risk-grid i {
    color: var(--rp-gold)
}

.risk-grid article>b {
    position: absolute;
    right: 20px;
    top: 20px;
    color: rgba(255, 255, 255, .25);
    font-size: .55rem
}

.risk-grid h3 {
    margin: 35px 0 8px;
    font-size: .95rem
}

.risk-grid p {
    margin: 0;
    font-size: .7rem
}

.rp-review {
    background: #fff
}

.review-wheel {
    position: relative;
    width: min(650px, 100%);
    aspect-ratio: 1;
    margin: auto
}

.wheel {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 280px;
    height: 280px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(201, 164, 92, .22);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(201, 164, 92, .025), 0 0 0 75px rgba(201, 164, 92, .014);
    animation: rpSpin 25s linear infinite
}

.wheel>div {
    position: absolute;
    inset: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f9f0df;
    text-align: center;
    animation: rpCounter 25s linear infinite
}

.wheel small {
    color: #9c7a43;
    font-size: .47rem
}

.wheel strong {
    margin-top: 5px;
    font-size: .72rem
}

.review-wheel article {
    position: absolute;
    z-index: 4;
    min-width: 155px;
    padding: 13px 15px;
    border: 1px solid var(--rp-line);
    background: #fff;
    box-shadow: 0 13px 30px rgba(10, 22, 39, .07)
}

.review-wheel article b {
    color: #a07b3e;
    font-size: .54rem
}

.review-wheel article strong,
.review-wheel article small {
    display: block
}

.review-wheel article strong {
    margin: 5px 0 3px;
    font-size: .82rem
}

.review-wheel article small {
    color: var(--rp-muted);
    font-size: .55rem
}

.wtop {
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.wright {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.wbottom {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.wleft {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.rp-audience {
    padding: 120px 0;
    background: var(--rp-soft)
}

.rp-audience>h2 {
    max-width: 760px;
    margin: 18px 0 55px
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.audience-grid article {
    min-height: 235px;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--rp-line);
    transition: .35s
}

.audience-grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 164, 92, .35);
    box-shadow: 0 20px 45px rgba(10, 22, 39, .07)
}

.audience-grid i {
    display: block;
    margin-bottom: 50px;
    color: #9e7a3d;
    font-size: 1.35rem
}

.audience-grid h3 {
    font-size: 1rem
}

.audience-grid p {
    color: var(--rp-muted);
    font-size: .74rem;
    line-height: 1.7
}

.rp-cta {
    padding: 35px 0 100px;
    background: var(--rp-soft)
}

.cta-box {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: radial-gradient(circle at 74% 42%, rgba(201, 164, 92, .14), transparent 26%), linear-gradient(135deg, #061322, #0a1b31);
    box-shadow: 0 35px 80px rgba(7, 20, 38, .16)
}

.cta-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 55px 55px
}

.cta-ring {
    position: absolute;
    width: 650px;
    height: 650px;
    right: -250px;
    top: -250px;
    border: 1px solid rgba(201, 164, 92, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(201, 164, 92, .025), 0 0 0 160px rgba(201, 164, 92, .015);
    animation: rpSpin 40s linear infinite
}

.cta-content {
    position: relative;
    z-index: 3;
    max-width: 790px;
    padding: 70px 25px;
    text-align: center
}

.cta-content .rp-kicker {
    justify-content: center
}

.cta-content h2 {
    margin: 20px 0;
    color: #fff;
    font-size: clamp(2.3rem, 4.5vw, 4.4rem)
}

.cta-content p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, .58);
    line-height: 1.8
}

.cta-mark {
    position: absolute;
    right: 35px;
    bottom: 30px;
    z-index: 4;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 164, 92, .25);
    border-radius: 50%;
    text-align: center
}

.cta-mark b {
    color: var(--rp-gold);
    font-size: 1.35rem
}

.cta-mark small {
    color: rgba(255, 255, 255, .34);
    font-size: .42rem;
    line-height: 1.35;
    letter-spacing: .11em
}

@keyframes rpPulse {
    50% {
        opacity: .55;
        transform: scale(.76)
    }
}

@keyframes rpFloat {
    50% {
        transform: translateY(-18px)
    }
}

@keyframes rpSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes rpCounter {
    to {
        transform: rotate(-360deg)
    }
}

@keyframes rpSignal {
    50% {
        transform: translateY(-7px)
    }
}

@keyframes rpJourney {
    0% {
        left: 7%
    }

    28% {
        left: 35%
    }

    55% {
        left: 66%
    }

    82%,
    100% {
        left: 91%
    }
}

@media(max-width:1199px) {
    .finwin-rp-hero {
        padding: 90px 0
    }

    .finwin-rp-hero h1 {
        font-size: clamp(3rem, 6vw, 5.3rem)
    }

    .rp-cards {
        grid-template-columns: repeat(3, 1fr)
    }

    .audience-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:991px) {
    .finwin-rp-hero {
        min-height: auto;
        padding: 85px 0 100px
    }

    .rp-dashboard {
        margin: 20px auto 0;
        transform: none
    }

    .rp-dashboard:hover {
        transform: translateY(-4px)
    }

    .rp-two,
    .rp-section-head,
    .rp-number-grid,
    .bucket-layout,
    .risk-layout {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .rp-section-head {
        margin-bottom: 55px
    }

    .rp-cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .phase-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:767px) {
    .finwin-rp-hero {
        padding: 65px 0 85px
    }

    .finwin-rp-hero h1 {
        font-size: clamp(2.8rem, 12vw, 4.4rem)
    }

    .rp-lead {
        font-size: .94rem
    }

    .rp-dashboard {
        height: 500px
    }

    .rp-float-three {
        display: none
    }

    .rp-intro,
    .rp-roadmap,
    .rp-number,
    .rp-phases,
    .rp-buckets,
    .rp-risks,
    .rp-review,
    .rp-audience {
        padding: 85px 0
    }

    .rp-cards {
        grid-template-columns: 1fr
    }

    .rp-number-visual {
        max-width: 450px
    }

    .phase-grid article {
        min-height: 470px
    }

    .risk-grid {
        grid-template-columns: 1fr 1fr
    }

    .audience-grid {
        grid-template-columns: 1fr
    }

    .cta-box {
        min-height: 530px
    }

    .cta-mark {
        right: 18px;
        bottom: 18px;
        width: 75px;
        height: 75px
    }
}

@media(max-width:575px) {
    .rp-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .rp-points {
        flex-direction: column;
        gap: 10px
    }

    .rp-dashboard {
        height: 470px
    }

    .rp-road {
        left: 15px;
        right: 15px
    }

    .m1 {
        left: 3%
    }

    .m2 {
        left: 35%
    }

    .m3 {
        left: 68%
    }

    .m4 {
        left: 97%
    }

    .t3 {
        display: none
    }

    .rp-orbit {
        width: 140px;
        height: 140px;
        top: 69%
    }

    .rp-orbit>div {
        inset: 44px
    }

    .rp-dashboard>footer {
        gap: 8px;
        overflow: hidden
    }

    .rp-dashboard>footer {
        font-size: .45rem
    }

    .rp-copy {
        padding-left: 22px
    }

    .rp-number-visual {
        min-height: 380px;
        aspect-ratio: auto
    }

    .number-ring {
        width: 180px;
        height: 180px
    }

    .number-ring>div {
        inset: 49px
    }

    .ntag {
        font-size: .5rem
    }

    .phase-grid article {
        padding: 28px;
        min-height: 500px
    }

    .bucket {
        height: 92px
    }

    .b1 {
        width: 65%
    }

    .b2 {
        width: 80%
    }

    .b3 {
        width: 95%
    }

    .risk-grid {
        grid-template-columns: 1fr
    }

    .review-wheel {
        height: 500px;
        aspect-ratio: auto
    }

    .wheel {
        width: 200px;
        height: 200px
    }

    .wheel>div {
        inset: 61px
    }

    .review-wheel article {
        min-width: 125px;
        padding: 10px 12px
    }

    .cta-content {
        padding: 60px 18px
    }
}

@media(prefers-reduced-motion:reduce) {

    .finwin-rp-page *,
    .finwin-rp-page *:before,
    .finwin-rp-page *:after {
        animation: none !important;
        transition: none !important
    }
}

/* =========================================================
   FINWIN CAPITALS — TAX & ESTATE PLANNING
   Append to assets/css/style.css
   ========================================================= */
.finwin-tep-page {
    --tep-gold: #c9a45c;
    --tep-light: #e6cd8e;
    --tep-navy: #061426;
    --tep-navy2: #0c2038;
    --tep-ink: #0a1627;
    --tep-muted: #68778a;
    --tep-soft: #f5f7fa;
    --tep-line: rgba(10, 22, 39, .1);
    overflow: hidden;
    background: #fff;
    color: var(--tep-ink)
}

.finwin-tep-page a {
    text-decoration: none
}

.finwin-tep-page h1,
.finwin-tep-page h2,
.finwin-tep-page h3,
.finwin-tep-page p {
    margin-top: 0
}

.finwin-tep-page h2 {
    font-size: clamp(2.1rem, 3.8vw, 3.8rem);
    line-height: 1.04;
    letter-spacing: -.045em
}

.finwin-tep-page em {
    font-style: normal;
    color: var(--tep-gold)
}

.tep-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--tep-gold);
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase
}

.tep-kicker:before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor
}

/* HERO */
.tep-hero {
    position: relative;
    min-height: calc(100vh - 123px);
    display: flex;
    align-items: center;
    padding: 105px 0;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 75% 48%, rgba(201, 164, 92, .12), transparent 25%), linear-gradient(135deg, #051220, #0b1e35 60%, #061323)
}

.tep-grid {
    position: absolute;
    inset: 0;
    opacity: .2;
    background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, #000, transparent)
}

.tep-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    border: 1px solid rgba(201, 164, 92, .1)
}

.glow-a {
    width: 600px;
    height: 600px;
    right: -260px;
    top: -180px;
    box-shadow: 0 0 150px rgba(201, 164, 92, .08);
    animation: tepFloat 10s ease-in-out infinite
}

.glow-b {
    width: 260px;
    height: 260px;
    left: -120px;
    bottom: -100px;
    border-color: rgba(255, 255, 255, .05)
}

.tep-hero-layout {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 75px;
    align-items: center
}

.tep-eyebrow {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 25px;
    color: var(--tep-light);
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .2em
}

.tep-eyebrow span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tep-gold);
    box-shadow: 0 0 0 5px rgba(201, 164, 92, .1), 0 0 18px rgba(201, 164, 92, .7);
    animation: tepPulse 2s infinite
}

.tep-hero h1 {
    max-width: 720px;
    margin-bottom: 25px;
    font-size: clamp(3.2rem, 6vw, 6rem);
    line-height: .93;
    letter-spacing: -.065em
}

.tep-hero h1 em {
    display: block;
    color: var(--tep-light)
}

.tep-hero-copy>p {
    max-width: 620px;
    color: rgba(255, 255, 255, .68);
    line-height: 1.85;
    font-size: 1.02rem
}

.tep-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 35px
}

.tep-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 21px;
    border: 1px solid var(--tep-gold);
    background: var(--tep-gold);
    color: #061426;
    font-size: .78rem;
    font-weight: 800;
    transition: .3s;
    box-shadow: 0 15px 40px rgba(201, 164, 92, .16)
}

.tep-primary:hover {
    background: var(--tep-light);
    color: #061426;
    transform: translateY(-3px)
}

.tep-link {
    color: rgba(255, 255, 255, .62);
    font-size: .77rem;
    font-weight: 700
}

.tep-link i {
    margin-left: 7px
}

/* SHIELD */
.tep-shield {
    position: relative;
    width: min(570px, 100%);
    aspect-ratio: 1;
    margin: auto
}

.shield-rings {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(201, 164, 92, .16)
}

.ring-1 {
    width: 48%;
    height: 48%;
    box-shadow: 0 0 70px rgba(201, 164, 92, .08)
}

.ring-2 {
    width: 70%;
    height: 70%;
    border-style: dashed;
    animation: tepSpin 25s linear infinite
}

.ring-3 {
    width: 94%;
    height: 94%;
    border-color: rgba(255, 255, 255, .06);
    animation: tepSpin 38s linear infinite reverse
}

.shield-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width: 170px;
    height: 170px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(circle, #183451, #061426 72%);
    border: 1px solid rgba(201, 164, 92, .35);
    box-shadow: 0 0 0 18px rgba(201, 164, 92, .025), 0 20px 60px rgba(0, 0, 0, .3);
    text-align: center
}

.shield-core i {
    color: var(--tep-gold);
    font-size: 1.55rem;
    margin-bottom: 8px
}

.shield-core small {
    font-size: .45rem;
    letter-spacing: .15em;
    color: rgba(255, 255, 255, .38)
}

.shield-core strong {
    margin: 4px 0;
    color: var(--tep-light);
    font-size: .75rem;
    letter-spacing: .12em
}

.shield-core span {
    font-size: .39rem;
    color: #74d29b;
    letter-spacing: .09em
}

.shield-node {
    position: absolute;
    z-index: 6;
    width: 78px;
    height: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    background: rgba(5, 17, 31, .84);
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
    animation: tepNode 5s ease-in-out infinite
}

.shield-node i {
    color: var(--tep-gold);
    font-size: .95rem
}

.shield-node span {
    font-size: .46rem;
    letter-spacing: .12em;
    color: rgba(255, 255, 255, .6)
}

.node-tax {
    left: 6%;
    top: 18%
}

.node-assets {
    right: 4%;
    top: 27%;
    animation-delay: -1s
}

.node-family {
    right: 10%;
    bottom: 16%;
    animation-delay: -2s
}

.node-legacy {
    left: 3%;
    bottom: 24%;
    animation-delay: -3s
}

.shield-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--tep-gold), transparent);
    opacity: .4;
    transform-origin: center
}

.line-a {
    width: 25%;
    left: 22%;
    top: 34%;
    transform: rotate(25deg)
}

.line-b {
    width: 23%;
    right: 21%;
    top: 39%;
    transform: rotate(-20deg)
}

.line-c {
    width: 24%;
    right: 22%;
    bottom: 34%;
    transform: rotate(22deg)
}

.line-d {
    width: 25%;
    left: 21%;
    bottom: 40%;
    transform: rotate(-24deg)
}

/* INTRO */
.tep-intro {
    padding: 125px 0;
    background: #fff
}

.tep-split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 90px;
    align-items: center
}

.tep-split h2 {
    max-width: 730px;
    margin: 18px 0
}

.tep-copy {
    padding-left: 35px;
    border-left: 1px solid var(--tep-line)
}

.tep-copy p {
    color: var(--tep-muted);
    line-height: 1.85
}

/* LAYERS */
.tep-layers {
    padding: 125px 0;
    background: var(--tep-soft)
}

.tep-heading {
    max-width: 780px;
    margin-bottom: 65px
}

.tep-heading h2 {
    margin: 18px 0 12px
}

.tep-heading p {
    color: var(--tep-muted);
    line-height: 1.8
}

.layer-system {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
    align-items: center
}

.layer-visual {
    position: relative;
    min-height: 500px
}

.layer-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(201, 164, 92, .2)
}

.lc-1 {
    width: 46%;
    height: 46%;
    background: radial-gradient(circle, #fff9eb, #fff);
    box-shadow: 0 0 80px rgba(201, 164, 92, .12)
}

.lc-2 {
    width: 64%;
    height: 64%;
    border-style: dashed;
    animation: tepSpin 20s linear infinite
}

.lc-3 {
    width: 82%;
    height: 82%;
    border-color: rgba(10, 22, 39, .1);
    animation: tepSpin 30s linear infinite reverse
}

.lc-4 {
    width: 100%;
    height: 100%;
    border-color: rgba(10, 22, 39, .06)
}

.layer-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 20px 50px rgba(10, 22, 39, .1);
    text-align: center
}

.layer-center i {
    font-size: 1.3rem;
    color: #a47d3c
}

.layer-center span {
    margin-top: 7px;
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .14em
}

.layer-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.layer-list article {
    display: grid;
    grid-template-columns: 35px 35px 1fr;
    gap: 13px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--tep-line);
    background: #fff;
    transition: .3s
}

.layer-list article:hover {
    transform: translateX(7px);
    border-color: rgba(201, 164, 92, .4);
    box-shadow: 0 14px 35px rgba(10, 22, 39, .06)
}

.layer-list article>b {
    color: #a27c3d;
    font-size: .58rem
}

.layer-list article>i {
    color: #a27c3d;
    font-size: 1rem
}

.layer-list h3 {
    margin: 0 0 6px;
    font-size: 1rem
}

.layer-list p {
    margin: 0;
    color: var(--tep-muted);
    font-size: .74rem;
    line-height: 1.7
}

/* TAX */
.tep-tax {
    padding: 130px 0;
    color: #fff;
    background: radial-gradient(circle at 75% 50%, rgba(201, 164, 92, .11), transparent 25%), linear-gradient(135deg, #061426, #0b2038)
}

.tax-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: center
}

.tax-copy h2 {
    margin: 18px 0 22px
}

.tax-copy>p {
    color: rgba(255, 255, 255, .58);
    line-height: 1.85
}

.tep-outline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
    padding: 13px 19px;
    border: 1px solid rgba(201, 164, 92, .5);
    color: var(--tep-light);
    font-size: .75rem;
    font-weight: 800;
    transition: .3s
}

.tep-outline:hover {
    background: var(--tep-gold);
    color: #061426
}

.tax-orbit {
    position: relative;
    width: min(510px, 100%);
    aspect-ratio: 1;
    margin: auto
}

.tax-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, #183652, #061426 72%);
    border: 1px solid rgba(201, 164, 92, .35);
    box-shadow: 0 0 0 18px rgba(201, 164, 92, .025);
    text-align: center
}

.tax-center small {
    color: rgba(255, 255, 255, .35);
    font-size: .43rem;
    letter-spacing: .15em
}

.tax-center strong {
    margin-top: 7px;
    color: var(--tep-light);
    font-size: .85rem;
    letter-spacing: .08em
}

.tax-orbit-line {
    position: absolute;
    inset: 13%;
    border: 1px dashed rgba(201, 164, 92, .2);
    border-radius: 50%;
    animation: tepSpin 28s linear infinite
}

.tax-item {
    position: absolute;
    z-index: 5;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, .11);
    background: rgba(5, 17, 31, .84);
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .65);
    font-size: .5rem;
    animation: tepNode 5s ease-in-out infinite
}

.tax-item i {
    color: var(--tep-gold);
    font-size: .9rem
}

.tax-1 {
    left: 8%;
    top: 10%
}

.tax-2 {
    right: 5%;
    top: 18%;
    animation-delay: -1s
}

.tax-3 {
    right: 8%;
    bottom: 10%;
    animation-delay: -2s
}

.tax-4 {
    left: 5%;
    bottom: 17%;
    animation-delay: -3s
}

.tax-5 {
    left: 43%;
    top: 0;
    animation-delay: -4s
}

/* ESTATE */
.tep-estate {
    padding: 130px 0;
    background: #fff
}

.estate-head {
    max-width: 850px;
    margin-bottom: 80px
}

.estate-head h2 {
    margin: 18px 0
}

.estate-map {
    position: relative;
    min-height: 570px;
    max-width: 1050px;
    margin: auto
}

.estate-root {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 180px;
    height: 180px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, #f8edda, #fff 70%);
    border: 1px solid rgba(201, 164, 92, .45);
    box-shadow: 0 0 0 22px rgba(201, 164, 92, .035), 0 25px 60px rgba(10, 22, 39, .1);
    text-align: center
}

.estate-root i {
    color: #a37c3c;
    font-size: 1.5rem;
    margin-bottom: 10px
}

.estate-root strong {
    font-size: .7rem;
    letter-spacing: .12em
}

.estate-root small {
    margin-top: 5px;
    color: #929aa4;
    font-size: .42rem;
    letter-spacing: .08em
}

.estate-connector {
    position: absolute;
    z-index: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(201, 164, 92, .1), rgba(201, 164, 92, .65), rgba(201, 164, 92, .1));
    transform-origin: left center
}

.c1 {
    width: 31%;
    left: 19%;
    top: 38%;
    transform: rotate(12deg)
}

.c2 {
    width: 31%;
    left: 51%;
    top: 38%;
    transform: rotate(-12deg)
}

.c3 {
    width: 31%;
    left: 19%;
    top: 62%;
    transform: rotate(-12deg)
}

.c4 {
    width: 31%;
    left: 51%;
    top: 62%;
    transform: rotate(12deg)
}

.estate-node {
    position: absolute;
    z-index: 3;
    width: 230px;
    min-height: 130px;
    padding: 23px;
    border: 1px solid var(--tep-line);
    background: #fff;
    box-shadow: 0 18px 45px rgba(10, 22, 39, .07);
    transition: .35s
}

.estate-node:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 164, 92, .4)
}

.estate-node i {
    display: block;
    color: #a27b3c;
    margin-bottom: 15px
}

.estate-node b {
    display: block;
    font-size: .9rem
}

.estate-node span {
    display: block;
    margin-top: 5px;
    color: var(--tep-muted);
    font-size: .65rem;
    line-height: 1.5
}

.en1 {
    left: 0;
    top: 13%
}

.en2 {
    right: 0;
    top: 13%
}

.en3 {
    left: 0;
    bottom: 13%
}

.en4 {
    right: 0;
    bottom: 13%
}

.estate-note {
    display: flex;
    gap: 12px;
    max-width: 900px;
    margin: 45px auto 0;
    padding: 17px 20px;
    border: 1px solid rgba(201, 164, 92, .2);
    background: #fbfaf6
}

.estate-note i {
    color: #a27b3c
}

.estate-note p {
    margin: 0;
    color: var(--tep-muted);
    font-size: .68rem;
    line-height: 1.7
}

/* PROCESS */
.tep-process {
    padding: 125px 0;
    background: var(--tep-soft)
}

.process-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background: var(--tep-line);
    border: 1px solid var(--tep-line)
}

.process-progress {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 43px;
    height: 1px;
    background: linear-gradient(90deg, var(--tep-gold), rgba(201, 164, 92, .12));
    z-index: 1
}

.process-track article {
    position: relative;
    z-index: 2;
    min-height: 350px;
    padding: 30px 24px;
    background: #fff
}

.process-track article>span {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    border-radius: 50%;
    background: #f4ead4;
    color: #98733a;
    font-size: .55rem;
    font-weight: 800
}

.process-track article>i {
    color: #9e783d;
    font-size: 1.2rem
}

.process-track h3 {
    margin: 20px 0 10px;
    font-size: 1rem
}

.process-track p {
    color: var(--tep-muted);
    font-size: .72rem;
    line-height: 1.75
}

/* GAPS */
.tep-mistakes {
    padding: 130px 0;
    background: #fff
}

.mistake-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 90px;
    align-items: start
}

.mistake-intro h2 {
    margin: 18px 0
}

.mistake-intro p {
    color: var(--tep-muted);
    line-height: 1.8
}

.mistake-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--tep-line)
}

.mistake-list article {
    display: grid;
    grid-template-columns: 45px 1fr 20px;
    align-items: center;
    gap: 15px;
    padding: 23px 0;
    border-bottom: 1px solid var(--tep-line);
    transition: .3s
}

.mistake-list article:hover {
    padding-left: 12px
}

.mistake-list article>span {
    color: #a17a3c;
    font-size: .57rem;
    font-weight: 800
}

.mistake-list h3 {
    margin: 0 0 5px;
    font-size: .95rem
}

.mistake-list p {
    margin: 0;
    color: var(--tep-muted);
    font-size: .7rem;
    line-height: 1.6
}

.mistake-list article>i {
    color: #b1b7bf
}

/* AUDIENCE + CTA */
.tep-audience {
    padding: 120px 0;
    background: var(--tep-soft)
}

.audience-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.audience-row article {
    min-height: 235px;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--tep-line);
    transition: .35s
}

.audience-row article:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(10, 22, 39, .07);
    border-color: rgba(201, 164, 92, .35)
}

.audience-row i {
    display: block;
    margin-bottom: 50px;
    color: #9e783d;
    font-size: 1.3rem
}

.audience-row h3 {
    font-size: 1rem
}

.audience-row p {
    color: var(--tep-muted);
    font-size: .72rem;
    line-height: 1.7
}

.tep-cta {
    padding: 35px 0 100px;
    background: var(--tep-soft)
}

.tep-cta-box {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: radial-gradient(circle at 75% 45%, rgba(201, 164, 92, .15), transparent 27%), linear-gradient(135deg, #051220, #0b2038);
    box-shadow: 0 35px 80px rgba(7, 20, 38, .16)
}

.cta-orbit {
    position: absolute;
    width: 620px;
    height: 620px;
    right: -230px;
    top: -250px;
    border: 1px solid rgba(201, 164, 92, .15);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(201, 164, 92, .025), 0 0 0 140px rgba(201, 164, 92, .015);
    animation: tepSpin 38s linear infinite
}

.cta-copy {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 70px 25px;
    text-align: center
}

.cta-copy .tep-kicker {
    justify-content: center
}

.cta-copy h2 {
    margin: 20px 0;
    color: #fff;
    font-size: clamp(2.3rem, 4.5vw, 4.4rem)
}

.cta-copy p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, .58);
    line-height: 1.8
}

.legacy-seal {
    position: absolute;
    right: 35px;
    bottom: 30px;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(201, 164, 92, .25);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--tep-gold);
    z-index: 4
}

.legacy-seal i {
    font-size: 1.4rem
}

.legacy-seal span {
    margin-top: 5px;
    font-size: .42rem;
    letter-spacing: .15em
}

/* ANIMATION */
@keyframes tepPulse {
    50% {
        opacity: .55;
        transform: scale(.75)
    }
}

@keyframes tepFloat {
    50% {
        transform: translateY(-20px)
    }
}

@keyframes tepSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes tepNode {
    50% {
        transform: translateY(-7px)
    }
}

/* RESPONSIVE */
@media(max-width:1199px) {
    .tep-hero {
        padding: 90px 0
    }

    .tep-hero h1 {
        font-size: clamp(3rem, 6vw, 5.2rem)
    }

    .process-track {
        grid-template-columns: repeat(3, 1fr)
    }

    .audience-row {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:991px) {
    .tep-hero {
        min-height: auto
    }

    .tep-hero-layout,
    .tep-split,
    .layer-system,
    .tax-layout,
    .mistake-layout {
        grid-template-columns: 1fr;
        gap: 55px
    }

    .tep-shield {
        max-width: 570px
    }

    .tep-heading {
        margin-bottom: 50px
    }

    .process-track {
        grid-template-columns: repeat(2, 1fr)
    }

    .estate-map {
        min-height: 700px
    }

    .estate-node {
        width: 200px
    }
}

@media(max-width:767px) {
    .tep-hero {
        padding: 70px 0 90px
    }

    .tep-hero h1 {
        font-size: clamp(2.8rem, 12vw, 4.3rem)
    }

    .tep-intro,
    .tep-layers,
    .tep-tax,
    .tep-estate,
    .tep-process,
    .tep-mistakes,
    .tep-audience {
        padding: 85px 0
    }

    .tep-shield {
        max-width: 480px
    }

    .shield-core {
        width: 145px;
        height: 145px
    }

    .shield-node {
        width: 68px;
        height: 68px
    }

    .layer-visual {
        min-height: 400px
    }

    .process-track {
        grid-template-columns: 1fr
    }

    .process-progress {
        display: none
    }

    .process-track article {
        min-height: 280px
    }

    .estate-map {
        min-height: 760px
    }

    .estate-root {
        width: 150px;
        height: 150px
    }

    .estate-node {
        width: 175px
    }

    .en1 {
        left: 0;
        top: 8%
    }

    .en2 {
        right: 0;
        top: 8%
    }

    .en3 {
        left: 0;
        bottom: 8%
    }

    .en4 {
        right: 0;
        bottom: 8%
    }

    .c1,
    .c2,
    .c3,
    .c4 {
        display: none
    }

    .audience-row {
        grid-template-columns: 1fr
    }

    .tep-cta-box {
        min-height: 530px
    }

    .legacy-seal {
        width: 75px;
        height: 75px;
        right: 18px;
        bottom: 18px
    }
}

@media(max-width:575px) {
    .tep-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .tep-shield {
        min-height: 390px
    }

    .shield-core {
        width: 125px;
        height: 125px
    }

    .shield-core i {
        font-size: 1.2rem
    }

    .shield-node {
        width: 60px;
        height: 60px
    }

    .shield-node span {
        font-size: .4rem
    }

    .node-tax {
        left: 0
    }

    .node-assets {
        right: 0
    }

    .node-family {
        right: 0
    }

    .node-legacy {
        left: 0
    }

    .tep-copy {
        padding-left: 22px
    }

    .tax-orbit {
        min-height: 390px
    }

    .tax-item {
        width: 62px;
        height: 62px
    }

    .tax-center {
        width: 125px;
        height: 125px
    }

    .tax-5 {
        top: 3%;
        left: 40%
    }

    .estate-map {
        min-height: 850px
    }

    .estate-root {
        top: 50%
    }

    .estate-node {
        width: 145px;
        min-height: 125px;
        padding: 18px
    }

    .estate-node span {
        font-size: .58rem
    }

    .en1 {
        top: 4%
    }

    .en2 {
        top: 4%
    }

    .en3 {
        bottom: 4%
    }

    .en4 {
        bottom: 4%
    }

    .mistake-list article {
        grid-template-columns: 32px 1fr 12px
    }

    .tep-cta {
        padding-bottom: 70px
    }
}

@media(prefers-reduced-motion:reduce) {

    .finwin-tep-page *,
    .finwin-tep-page *:before,
    .finwin-tep-page *:after {
        animation: none !important;
        transition: none !important
    }
}