.features-page {
    --feature-ink: #17263d;
    --feature-muted: #617087;
    --feature-blue: #2357d9;
    --feature-border: #dfe8f1;
    color: var(--feature-ink);
    font-family: 'Hind', sans-serif;
    overflow: hidden;
}
.features-page * { box-sizing: border-box; }
.features-page h1, .features-page h2, .features-page h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; }
.features-page a { text-decoration: none; }
.features-page section[id] { scroll-margin-top: 140px; }
.features-hero {
    position: relative;
    padding: 100px 0 112px;
    background: radial-gradient(circle at 85% 20%, rgba(71, 137, 183, .3), transparent 32%), radial-gradient(circle at 8% 84%, rgba(44, 184, 167, .18), transparent 33%), #121f34;
}
.features-hero::after { content: ''; position: absolute; right: -10%; bottom: -75px; width: 55%; height: 150px; background: #f6f9fd; transform: rotate(-4deg); }
.features-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 7%; }
.features-eyebrow, .features-kicker { color: #68ddce; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.features-eyebrow span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: #68ddce; border-radius: 50%; }
.features-hero h1 { max-width: 660px; margin: 24px 0; color: #fff; font-size: clamp(3rem, 5vw, 5rem); line-height: 1.08; letter-spacing: -.045em; }
.features-hero h1 em { color: #f5c66c; font-weight: 500; }
.features-hero-copy > p { max-width: 570px; color: #c8d3e2; font-size: 1.12rem; line-height: 1.65; }
.features-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 32px; }
.features-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 12px 22px; border-radius: 12px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.features-button:hover { transform: translateY(-2px); }
.features-button-primary { color: #fff; background: var(--feature-blue); box-shadow: 0 12px 26px rgba(3, 12, 33, .25); }
.features-button-primary:hover { color: #fff; box-shadow: 0 17px 28px rgba(3, 12, 33, .3); }
.features-text-link { color: #e4edf8; font-weight: 700; }
.features-text-link:hover { color: #68ddce; }
.features-text-link i { margin-left: 8px; }
.features-flow { overflow: hidden; max-width: 520px; margin-left: auto; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; background: #fff; box-shadow: 0 35px 80px rgba(2, 12, 28, .3); transform: rotate(2deg); }
.features-flow-top { display: flex; align-items: center; gap: 12px; padding: 17px 22px; color: #75839a; border-bottom: 1px solid #e7edf4; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.features-flow-mark { display: grid; width: 30px; height: 30px; place-items: center; color: var(--feature-blue); border-radius: 9px; background: #e9efff; font-size: 14px; }
.features-flow-dots { display: flex; gap: 4px; margin-left: auto; }
.features-flow-dots i { width: 6px; height: 6px; border-radius: 50%; background: #ced8e6; }
.features-flow-main { padding: 22px 24px 16px; }
.features-flow-step { display: flex; align-items: center; gap: 15px; padding: 14px 7px; border-bottom: 1px solid #e9eff4; }
.features-flow-step:last-child { border-bottom: 0; }
.features-flow-step > span:nth-child(2) { flex: 1; }
.features-flow-step small { display: block; color: #7c8ca3; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.features-flow-step strong { display: block; color: #1b2a43; font-size: 15px; }
.features-flow-step > i { color: #9cabbe; font-size: 13px; }
.features-flow-icon, .features-icon { display: inline-grid; flex: none; place-items: center; border-radius: 13px; }
.features-flow-icon { width: 44px; height: 44px; }
.mint { color: #087f77; background: #ddf7f1; }
.gold { color: #ab7117; background: #fff0c8; }
.blue { color: #2357d9; background: #e5edff; }
.coral { color: #be5c50; background: #ffe9e3; }
.features-flow-footer { padding: 15px 24px; color: #326b65; background: #eaf8f4; font-size: 12px; font-weight: 700; }
.features-flow-footer i { margin-right: 8px; }
.features-explore { padding: 100px 0 30px; background: #f6f9fd; background-image: linear-gradient(rgba(40, 84, 130, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(40, 84, 130, .035) 1px, transparent 1px); background-size: 30px 30px; }
.features-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; }
.features-kicker { color: #2259bf; }
.features-section-heading h2 { max-width: 650px; margin: 12px 0 0; font-size: clamp(2.25rem, 4vw, 3.65rem); line-height: 1.14; }
.features-section-heading h2 em { color: #268e87; }
.features-section-heading p { max-width: 275px; margin-bottom: 7px; color: var(--feature-muted); font-size: 1.05rem; line-height: 1.55; }
.features-jump { display: flex; gap: 10px; margin: 38px 0 56px; }
.features-jump a { display: inline-flex; align-items: center; gap: 12px; padding: 12px 18px; color: #2b3d57; border: 1px solid var(--feature-border); border-radius: 999px; background: #fff; font-weight: 700; transition: border-color .2s ease, transform .2s ease; }
.features-jump a:hover { color: var(--feature-blue); border-color: var(--feature-blue); transform: translateY(-2px); }
.features-jump span { color: #258f87; font-size: 11px; letter-spacing: .08em; }
.features-story { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 8%; min-height: 540px; padding: 65px 0; border-top: 1px solid #dce7f0; }
.features-story-reverse .features-story-copy { order: 2; }
.features-story-reverse .features-preview { order: 1; }
.features-story-copy { max-width: 520px; }
.features-number { display: block; margin-bottom: 24px; color: #278a82; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.features-number span { color: #8b9bae; }
.features-icon { width: 54px; height: 54px; margin-bottom: 20px; font-size: 20px; }
.features-story h3 { margin: 0 0 20px; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.13; letter-spacing: -.025em; }
.features-story p { color: var(--feature-muted); font-size: 1.05rem; line-height: 1.7; }
.features-story ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.features-story li { color: #334860; font-weight: 650; }
.features-story li i { margin-right: 10px; color: #268e87; }
.features-preview { overflow: hidden; border: 1px solid #e0e8f0; border-radius: 20px; background: white; box-shadow: 0 24px 54px rgba(26, 51, 84, .1); }
.features-preview-top { display: flex; align-items: center; gap: 18px; padding: 14px 20px; border-bottom: 1px solid #e8eef4; }
.features-preview-top span { display: flex; gap: 6px; color: #b8c6d7; font-size: 7px; }
.features-preview-top strong { color: #6b7b90; font-size: 12px; font-weight: 700; }
.features-image-button { position: relative; display: block; width: 100%; padding: 0; border: 0; background: #f4f8fc; cursor: zoom-in; }
.features-image-button img { display: block; width: 100%; height: 340px; object-fit: cover; object-position: top left; transition: transform .35s ease; }
.features-image-button:hover img { transform: scale(1.025); }
.features-image-button > span { position: absolute; right: 14px; bottom: 14px; display: inline-flex; gap: 8px; align-items: center; padding: 8px 12px; color: var(--feature-ink); border-radius: 9px; background: #fff; box-shadow: 0 7px 20px rgba(18, 32, 54, .15); font-size: 12px; font-weight: 700; }
.features-payslip-illustration { display: grid; min-height: 340px; padding: 25px; place-items: center; background: radial-gradient(circle at 78% 12%, #dce8ff, transparent 36%), #eff5fa; }
.features-payslip-paper { width: min(100%, 380px); padding: 25px; border: 1px solid #dfebf2; border-radius: 14px; background: #fff; box-shadow: 0 18px 38px rgba(27, 56, 82, .12); }
.features-payslip-heading, .features-payslip-title, .features-payslip-row, .features-payslip-total { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.features-payslip-heading { padding-bottom: 17px; border-bottom: 1px solid #e7edf4; color: #1a3150; font-weight: 800; }
.features-payslip-heading i { color: var(--feature-blue); }
.features-payslip-heading small { color: #8b9bad; font-size: 9px; letter-spacing: .12em; }
.features-payslip-title { padding: 18px 0; font-weight: 800; }
.features-payslip-title span { color: #188178; font-size: 10px; font-weight: 700; }
.features-payslip-line { display: block; height: 8px; border-radius: 99px; background: #e8eef4; }
.features-payslip-line.wide { width: 70%; margin-bottom: 9px; }
.features-payslip-line.medium { width: 45%; }
.features-payslip-line.short { width: 82px; }
.features-payslip-divider { height: 1px; margin: 20px 0 10px; background: #e5edf3; }
.features-payslip-row { padding: 7px 0; color: #5a6d82; font-size: 12px; }
.features-payslip-total { margin-top: 12px; padding: 12px; border-radius: 9px; background: #e9f8f3; font-size: 13px; }
.features-payslip-total .features-payslip-line { background: #bddfd3; }
.features-cta { padding: 35px 0 90px; background: #f6f9fd; }
.features-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 54px 6%; border-radius: 24px; background: radial-gradient(circle at 90% 20%, #2e6980, transparent 36%), #13253a; }
.features-cta .features-kicker { color: #72dfcf; }
.features-cta h2 { margin: 11px 0; color: #fff; font-size: clamp(2rem, 3.4vw, 3.4rem); }
.features-cta p { margin: 0; color: #c6d4e3; }
.features-button-light { flex: none; color: #173047; background: #fff; }
.features-button-light:hover { color: #173047; }
.features-modal .modal-content { overflow: hidden; border: 0; border-radius: 16px; }
.features-modal .modal-dialog { max-width: min(1100px, calc(100vw - 24px)); }
.features-modal .modal-body { display: flex; justify-content: center; max-height: calc(100vh - 130px); padding: 12px; overflow: auto; background: #eef3f8; }
.features-modal .modal-body img { display: block; width: auto; max-width: 100%; max-height: calc(100vh - 154px); object-fit: contain; }
@media (max-width: 991.98px) {
    .features-hero { padding: 70px 0 100px; }
    .features-hero-grid { grid-template-columns: 1fr; gap: 55px; }
    .features-flow { width: 100%; margin: 0; transform: none; }
    .features-story { gap: 5%; }
    .features-image-button img { height: 290px; }
}
@media (max-width: 767.98px) {
    .features-hero { padding: 55px 0 85px; }
    .features-hero h1 { font-size: clamp(2.7rem, 10vw, 4rem); }
    .features-explore { padding-top: 70px; }
    .features-section-heading { display: block; }
    .features-section-heading p { max-width: 520px; margin-top: 15px; }
    .features-jump { overflow-x: auto; margin: 28px 0 30px; padding-bottom: 8px; }
    .features-jump a { flex: none; }
    .features-story { grid-template-columns: 1fr; gap: 30px; min-height: 0; padding: 55px 0; }
    .features-story-reverse .features-story-copy, .features-story-reverse .features-preview { order: initial; }
    .features-story-copy { max-width: none; }
    .features-cta-inner { display: block; padding: 38px 30px; }
    .features-cta .features-button { margin-top: 25px; }
}
@media (max-width: 575.98px) {
    .features-hero { padding: 45px 0 70px; }
    .features-hero-copy > p { font-size: 1rem; }
    .features-hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
    .features-flow-main { padding: 10px 14px; }
    .features-flow-top, .features-flow-footer { padding-left: 17px; padding-right: 17px; }
    .features-flow-step strong { font-size: 13px; }
    .features-explore { padding-top: 55px; }
    .features-image-button img { height: 225px; }
    .features-preview-top { padding: 12px 15px; }
    .features-story h3 { font-size: 2.2rem; }
    .features-cta { padding-bottom: 60px; }
}
@media (prefers-reduced-motion: reduce) {
    .features-page *, .features-page *::before, .features-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
