:root {
    --navy-950: #061525;
    --navy-900: #0a2036;
    --navy-800: #12324e;
    --blue: #176f91;
    --teal: #2f9eaa;
    --teal-light: #74c7c8;
    --mint: #dff4f1;
    --green: #16a36a;
    --ink: #10263b;
    --muted: #607487;
    --line: #dce6eb;
    --surface: #f4f8f9;
    --white: #fff;
    --shadow: 0 28px 70px rgba(10, 35, 54, .13);
    --radius: 22px;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "DM Sans", system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

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

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    color: var(--white);
    background: var(--navy-950);
    border-radius: 8px;
    transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    height: 88px;
    overflow: hidden;
    background: rgba(255,255,255,.9);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    transition: box-shadow .3s, border-color .3s;
}
.site-header.scrolled {
    border-color: rgba(15, 47, 70, .08);
    box-shadow: 0 8px 30px rgba(10, 35, 54, .07);
}
.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    height: 100%;
    padding: 8px 0;
}
.brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 144px;
    height: 72px;
    overflow: hidden;
    line-height: 0;
}
.brand-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 2px 8px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(15, 47, 70, .06);
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(10, 35, 54, .06);
    line-height: 0;
}
.brand img {
    display: block;
    width: 128px;
    height: 70px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.main-nav { display: flex; align-items: center; gap: 31px; }
.main-nav > a:not(.button) {
    color: #43596c;
    font-size: 14px;
    font-weight: 600;
    transition: color .2s;
}
.main-nav > a:not(.button):hover { color: var(--teal); }
.menu-toggle {
    display: none;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.menu-toggle span {
    display: block;
    width: 23px;
    height: 2px;
    margin: 5px auto;
    background: var(--navy-900);
    border-radius: 3px;
    transition: transform .3s, opacity .3s;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--white);
    border-radius: 12px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button-primary {
    background: linear-gradient(135deg, #228e9e, #176d89);
    box-shadow: 0 10px 24px rgba(26, 122, 143, .23);
}
.button-primary:hover {
    background: linear-gradient(135deg, #269baa, #145f7c);
    box-shadow: 0 13px 28px rgba(26, 122, 143, .32);
}
.button-small { min-height: 44px; padding: 0 19px; font-size: 13px; }
.button-large { min-height: 56px; padding: 0 25px; font-size: 15px; }
.button-white {
    color: var(--navy-900);
    background: var(--white);
    box-shadow: 0 16px 35px rgba(0,0,0,.16);
}

.hero {
    position: relative;
    min-height: 790px;
    padding: 170px 0 108px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(237,247,247,.9) 0, rgba(255,255,255,.88) 45%, rgba(244,250,250,.7) 100%),
        radial-gradient(circle at 20% 25%, #e6f5f2 0, transparent 36%);
}
.hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .26;
    background-image: linear-gradient(rgba(23,111,145,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23,111,145,.08) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to right, #000, transparent 52%);
}
.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}
.hero-glow-one {
    top: 110px;
    right: -130px;
    width: 590px;
    height: 590px;
    background: radial-gradient(circle, rgba(83,177,184,.18), rgba(83,177,184,0) 70%);
}
.hero-glow-two {
    bottom: -210px;
    left: 25%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(36,142,158,.1), transparent 68%);
}
.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 47% 53%;
    align-items: center;
}
.hero-copy { padding-right: 36px; }
.eyebrow, .section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #207b8c;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.eyebrow {
    padding: 8px 13px;
    background: rgba(255,255,255,.8);
    border: 1px solid #d8eaea;
    border-radius: 30px;
}
.eyebrow-dot {
    width: 7px;
    height: 7px;
    background: var(--teal);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(47,158,170,.11);
}
h1, h2, h3 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    letter-spacing: -.035em;
}
h1 {
    max-width: 650px;
    margin-top: 24px;
    color: var(--navy-950);
    font-size: clamp(43px, 5vw, 67px);
    font-weight: 800;
    line-height: 1.05;
}
h1 span, h2 span { color: var(--teal); }
.hero-lead {
    max-width: 570px;
    margin: 25px 0 0;
    color: #566f82;
    font-size: 19px;
    line-height: 1.65;
}
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 33px; }
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--navy-800);
    font-size: 14px;
    font-weight: 700;
}
.text-link span { color: var(--teal); font-size: 18px; transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }
.hero-points { display: flex; gap: 19px; margin: 29px 0 0; padding: 0; color: #6d7f8c; font-size: 12px; font-weight: 600; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 6px; }
.hero-points i {
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    color: var(--teal);
    background: #e2f3f0;
    border-radius: 50%;
    font-size: 10px;
    font-style: normal;
}

.product-scene { position: relative; margin-right: -104px; padding-left: 13px; }
.dashboard {
    display: flex;
    width: 715px;
    height: 467px;
    overflow: hidden;
    background: #f7fafb;
    border: 7px solid rgba(255,255,255,.96);
    border-radius: 19px;
    box-shadow: 0 42px 90px rgba(8, 37, 56, .23), 0 4px 13px rgba(8, 37, 56, .08);
    transform: perspective(1300px) rotateY(-4deg) rotateX(1deg);
}
.dash-sidebar { width: 82px; padding: 25px 17px; color: #72c4c3; background: #09263d; }
.dash-mark {
    display: grid;
    width: 45px;
    height: 45px;
    margin-bottom: 37px;
    place-items: center;
    background: rgba(66,164,170,.15);
    border-radius: 12px;
}
.dash-mark svg { width: 32px; }
.side-line {
    display: block;
    width: 42px;
    height: 8px;
    margin: 0 auto 22px;
    background: rgba(255,255,255,.11);
    border-radius: 10px;
}
.side-line.active { background: #53abb1; box-shadow: 0 0 16px rgba(83,171,177,.32); }
.side-line.short { width: 27px; }
.dash-main { flex: 1; padding: 30px 30px 24px; }
.dash-top { display: flex; align-items: center; justify-content: space-between; }
.dash-top div:first-child { display: flex; flex-direction: column; }
.dash-kicker { color: #8a9aa7; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dash-top strong { color: #173249; font: 700 20px "Manrope", sans-serif; }
.dash-avatar {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: #1c758b;
    background: #daf0ef;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
}
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 25px; }
.stat-card {
    position: relative;
    display: grid;
    min-height: 113px;
    padding: 15px 14px;
    background: var(--white);
    border: 1px solid #edf2f4;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(14,49,70,.04);
}
.stat-card small { color: #7b8d9b; font-size: 9px; }
.stat-card b { color: #142d42; font: 800 23px "Manrope", sans-serif; }
.stat-card em { color: #65a89f; font-size: 8px; font-style: normal; font-weight: 700; }
.stat-icon {
    position: absolute;
    top: 13px;
    right: 13px;
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 7px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}
.stat-icon.blue { color: #287da2; background: #e5f1f8; }
.stat-icon.teal { color: #2c918e; background: #dff3ef; }
.stat-icon.gold { color: #c99131; background: #fff2d8; }
.dash-panels { display: grid; grid-template-columns: 1.37fr 1fr; gap: 14px; margin-top: 15px; }
.chart-card, .activity-card { height: 194px; padding: 16px; background: #fff; border: 1px solid #edf2f4; border-radius: 12px; }
.card-heading { display: flex; align-items: center; justify-content: space-between; color: #344f61; font-size: 9px; font-weight: 700; }
.card-heading i { width: 21px; height: 5px; background: #e6edef; border-radius: 5px; }
.bars { display: flex; align-items: flex-end; justify-content: space-around; height: 117px; padding: 13px 4px 0; border-bottom: 1px solid #e9eff1; }
.bars span { width: 15px; background: #d9ebed; border-radius: 4px 4px 0 0; }
.bars .bar-1 { height: 35%; }
.bars .bar-2 { height: 52%; }
.bars .bar-3 { height: 44%; }
.bars .bar-4 { height: 72%; }
.bars .bar-5 { height: 62%; }
.bars .bar-6 { height: 88%; }
.bars .bar-7 { height: 76%; }
.bars span.current { background: linear-gradient(#52b6b8, #247f94); }
.chart-labels { display: flex; justify-content: space-around; padding-top: 5px; color: #9aa7b1; font-size: 7px; }
.activity { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 7px; padding: 12px 0; border-bottom: 1px solid #edf2f4; }
.activity:last-child { border: 0; }
.activity > b { width: 7px; height: 7px; border-radius: 50%; }
.activity .green { background: #3dbb83; }
.activity .blue-dot { background: #3f9cbb; }
.activity .orange { background: #e8ac50; }
.activity p { display: flex; flex-direction: column; margin: 0; line-height: 1.4; }
.activity strong { color: #385062; font-size: 8px; }
.activity small, .activity time { color: #98a6af; font-size: 7px; font-style: normal; }
.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 17px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(218,231,234,.9);
    border-radius: 13px;
    box-shadow: 0 15px 38px rgba(10,38,55,.16);
    animation: float 4.5s ease-in-out infinite;
}
.floating-card div { display: flex; flex-direction: column; line-height: 1.35; }
.floating-card small { color: #8797a2; font-size: 9px; }
.floating-card strong { color: #1c3d51; font: 700 10px "Manrope", sans-serif; }
.floating-payment { bottom: 30px; left: -23px; }
.floating-report { top: 34px; right: 7px; animation-delay: -2s; }
.float-icon {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    color: white;
    background: #32a779;
    border-radius: 50%;
    font-size: 14px;
}
.mini-chart { display: flex; align-items: flex-end; gap: 3px; width: 30px; height: 30px; padding: 7px; background: #e5f3f3; border-radius: 8px; }
.mini-chart i { width: 4px; background: #3a9ba6; border-radius: 2px; }
.mini-chart i:nth-child(1) { height: 8px; }
.mini-chart i:nth-child(2) { height: 14px; }
.mini-chart i:nth-child(3) { height: 11px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.trust-strip { color: #738592; background: #fbfcfc; border-top: 1px solid #e7eff1; border-bottom: 1px solid #e7eff1; }
.trust-list { display: flex; align-items: center; justify-content: center; gap: 34px; min-height: 86px; }
.trust-list span { font: 700 13px "Manrope", sans-serif; letter-spacing: .04em; }
.trust-list i { width: 4px; height: 4px; background: #96c9c8; border-radius: 50%; }

.section { padding: 112px 0; }
.section-heading h2, .workflow-copy h2, .portal-copy h2, .faq-intro h2 {
    color: var(--navy-950);
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.15;
}
.section-heading.centered { max-width: 730px; margin: 0 auto; text-align: center; }
.section-heading.centered h2 { margin-top: 13px; }
.section-heading.centered p { max-width: 660px; margin: 18px auto 0; color: var(--muted); font-size: 17px; }
.problem-section { background: var(--white); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 58px; }
.benefit-card {
    position: relative;
    min-height: 300px;
    padding: 34px 32px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 12px 35px rgba(16,48,68,.05);
    transition: transform .3s, box-shadow .3s, border-color .3s;
}
.benefit-card:hover { transform: translateY(-6px); border-color: #9bcfce; box-shadow: var(--shadow); }
.benefit-card.featured { color: white; background: linear-gradient(145deg, #0d3049, #10536a); border-color: transparent; }
.benefit-card.featured::after {
    position: absolute;
    right: -55px;
    bottom: -70px;
    width: 190px;
    height: 190px;
    content: "";
    background: rgba(82,184,183,.1);
    border: 1px solid rgba(113,208,204,.2);
    border-radius: 50%;
}
.feature-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    color: #237f91;
    background: #e6f4f2;
    border-radius: 15px;
}
.feature-icon svg, .feature-row-icon svg, .security-icon svg {
    width: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.featured .feature-icon { color: #a1e1dc; background: rgba(111,200,197,.14); }
.benefit-card h3 { margin-top: 28px; color: var(--navy-900); font-size: 21px; }
.benefit-card p { margin: 12px 0 0; color: #657988; font-size: 15px; }
.benefit-card.featured h3 { color: white; }
.benefit-card.featured p { color: #bed0d9; }
.card-number {
    position: absolute;
    right: 25px;
    bottom: 17px;
    color: #edf3f4;
    font: 800 42px "Manrope", sans-serif;
}
.featured .card-number { color: rgba(255,255,255,.08); }

.features-section { color: white; background: var(--navy-950); }
.split-heading { display: grid; grid-template-columns: 1.15fr .7fr; align-items: end; gap: 90px; }
.section-label.light { color: #83d2ce; }
.split-heading h2 { max-width: 680px; margin-top: 13px; color: white; }
.split-heading > p { margin: 0 0 7px; color: #a7bac6; font-size: 16px; }
.feature-list { margin-top: 62px; border-top: 1px solid rgba(255,255,255,.12); }
.feature-row {
    display: grid;
    grid-template-columns: 55px 64px 1fr auto;
    align-items: center;
    gap: 24px;
    min-height: 135px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    transition: background .3s, padding .3s;
}
.feature-row:hover { padding-inline: 16px; background: rgba(255,255,255,.025); }
.feature-index { color: #567184; font: 700 11px "Manrope", sans-serif; }
.feature-row-icon {
    display: grid;
    width: 55px;
    height: 55px;
    place-items: center;
    color: #7ed0cc;
    background: rgba(70,161,169,.12);
    border: 1px solid rgba(108,199,199,.15);
    border-radius: 14px;
}
.feature-content { display: grid; grid-template-columns: 230px 1fr; align-items: center; gap: 25px; }
.feature-content h3 { color: #f7fbfc; font-size: 18px; }
.feature-content p { max-width: 550px; margin: 0; color: #9cafbb; font-size: 14px; }
.feature-tag { padding: 7px 12px; color: #8bcac8; background: rgba(66,153,160,.09); border: 1px solid rgba(97,183,186,.16); border-radius: 30px; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.workflow-section { background: #f2f8f7; }
.workflow-grid { display: grid; grid-template-columns: .83fr 1fr; gap: 120px; align-items: center; }
.workflow-copy h2 { margin-top: 14px; }
.workflow-copy p { margin: 20px 0 25px; color: var(--muted); font-size: 17px; }
.dark-link:hover span { transform: translateX(4px); }
.workflow-steps { position: relative; margin: 0; padding: 0; list-style: none; }
.workflow-steps::before {
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 27px;
    width: 1px;
    content: "";
    background: #b8d7d6;
}
.workflow-steps li { position: relative; display: flex; align-items: center; gap: 23px; min-height: 92px; }
.workflow-steps li > span {
    z-index: 1;
    display: grid;
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    place-items: center;
    color: #257d8e;
    background: white;
    border: 1px solid #cce1e0;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(18,66,78,.06);
    font: 800 14px "Manrope", sans-serif;
}
.workflow-steps li:first-child > span { color: white; background: linear-gradient(135deg, #399faa, #19758d); border-color: transparent; }
.workflow-steps strong { color: #173146; font: 700 17px "Manrope", sans-serif; }
.workflow-steps p { margin: 2px 0 0; color: #728493; font-size: 14px; }

.portal-section { overflow: hidden; background: white; }
.portal-grid { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 100px; }
.portal-visual { position: relative; min-height: 610px; }
.portal-visual::before {
    position: absolute;
    top: 7%;
    left: 2%;
    width: 500px;
    height: 500px;
    content: "";
    background: radial-gradient(circle, #dcefed, #eff7f6 60%, transparent 61%);
    border-radius: 50%;
}
.phone {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 287px;
    height: 588px;
    padding: 11px;
    background: #082137;
    border: 4px solid #1d394c;
    border-radius: 40px;
    box-shadow: 0 35px 70px rgba(8,37,54,.27);
    transform: translateX(-50%) rotate(-2deg);
}
.phone-speaker { position: absolute; z-index: 2; top: 16px; left: 50%; width: 73px; height: 19px; background: #082137; border-radius: 20px; transform: translateX(-50%); }
.phone-screen { height: 100%; padding: 27px 15px 16px; overflow: hidden; background: #f4f8f9; border-radius: 28px; }
.mobile-top { display: flex; align-items: center; gap: 7px; color: #173a50; font-size: 9px; font-weight: 700; }
.mini-logo { display: grid; width: 22px; height: 22px; place-items: center; color: white; background: #2f98a1; border-radius: 6px; font-size: 7px; }
.mobile-top i { width: 22px; height: 22px; margin-left: auto; background: #e2ecee; border-radius: 50%; }
.mobile-greeting { display: flex; flex-direction: column; margin-top: 21px; line-height: 1.4; }
.mobile-greeting small { color: #738793; font-size: 9px; }
.mobile-greeting strong { color: #153348; font: 700 15px "Manrope", sans-serif; }
.mobile-card { display: flex; flex-direction: column; margin-top: 15px; padding: 16px; color: white; background: linear-gradient(145deg, #113b54, #176c7a); border-radius: 15px; box-shadow: 0 10px 25px rgba(16,72,87,.19); }
.mobile-card small { color: #a9cbd0; font-size: 8px; }
.mobile-card strong { margin-top: 2px; font-size: 10px; }
.mobile-card span { margin: 12px 0; font: 800 20px "Manrope", sans-serif; }
.mobile-card button { padding: 7px; color: #176879; background: white; border: 0; border-radius: 7px; font-size: 8px; font-weight: 800; }
.mobile-title { margin: 17px 0 9px; color: #334e60; font-size: 9px; font-weight: 700; }
.mobile-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.mobile-actions span { display: flex; flex-direction: column; align-items: center; padding: 10px 5px 7px; color: #2c8a96; background: white; border: 1px solid #e3ecee; border-radius: 9px; font-size: 15px; font-weight: 800; }
.mobile-actions small { margin-top: 3px; color: #6b808d; font-size: 7px; font-weight: 700; }
.mobile-history { display: grid; grid-template-columns: 27px 1fr auto; align-items: center; gap: 8px; margin-top: 8px; padding: 9px; background: white; border: 1px solid #e5edef; border-radius: 9px; }
.mobile-history i { width: 27px; height: 27px; background: #e6f2f1; border-radius: 7px; }
.mobile-history div { display: flex; flex-direction: column; line-height: 1.4; }
.mobile-history strong { color: #3b5362; font-size: 8px; }
.mobile-history small { color: #67a48d; font-size: 7px; }
.mobile-history b { display: grid; width: 17px; height: 17px; place-items: center; color: white; background: #4cb487; border-radius: 50%; font-size: 8px; }
.portal-bubble {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    background: white;
    border: 1px solid #e0eaec;
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(8,37,54,.14);
}
.portal-bubble b { display: grid; width: 31px; height: 31px; place-items: center; color: white; background: #3bab7d; border-radius: 9px; }
.portal-bubble span { display: flex; flex-direction: column; color: #25475a; font-size: 10px; font-weight: 700; line-height: 1.4; }
.portal-bubble small { color: #8a9aa4; font-size: 8px; font-weight: 500; }
.bubble-one { top: 124px; left: -7px; }
.bubble-two { right: -5px; bottom: 91px; }
.bubble-two b { color: #288396; background: #def0f0; }
.portal-copy h2 { margin-top: 14px; }
.portal-copy > p { margin: 21px 0 28px; color: var(--muted); font-size: 17px; }
.check-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; }
.check-list li > span { display: grid; flex: 0 0 27px; width: 27px; height: 27px; margin-top: 2px; place-items: center; color: #258a88; background: #e0f2ee; border-radius: 50%; font-size: 12px; font-weight: 800; }
.check-list div { display: flex; flex-direction: column; }
.check-list strong { color: #1e3b4f; font: 700 15px "Manrope", sans-serif; }
.check-list small { color: #748694; font-size: 14px; }

.security-section { padding-top: 0; }
.security-card {
    display: grid;
    grid-template-columns: 85px 1.05fr 1fr;
    align-items: center;
    gap: 28px;
    min-height: 190px;
    padding: 38px 52px;
    color: white;
    background: linear-gradient(120deg, #0c263c, #104d60);
    border-radius: 25px;
    box-shadow: 0 25px 55px rgba(8,37,54,.16);
}
.security-icon { display: grid; width: 74px; height: 74px; place-items: center; color: #86d6d0; background: rgba(97,192,193,.12); border: 1px solid rgba(129,217,212,.18); border-radius: 19px; }
.security-icon svg { width: 36px; }
.security-card h2 { margin-top: 7px; color: white; font-size: 26px; line-height: 1.25; }
.security-card > p { margin: 0; color: #b6c9d2; font-size: 15px; }

.faq-section { background: #f5f8f9; }
.faq-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 100px; }
.faq-intro h2 { margin-top: 14px; }
.faq-intro p { color: var(--muted); font-size: 16px; }
.accordion { border-top: 1px solid #d8e3e6; }
.accordion details { border-bottom: 1px solid #d8e3e6; }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: #1c3a4e; cursor: pointer; list-style: none; font: 700 15px "Manrope", sans-serif; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: #29919b; font-size: 23px; font-weight: 400; transition: transform .25s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -8px 38px 22px 0; color: #687c8b; font-size: 14px; }

.cta-section { position: relative; padding: 102px 0; overflow: hidden; color: white; background: linear-gradient(115deg, #176e86, #268f96); text-align: center; }
.cta-pattern {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: radial-gradient(circle at center, #fff 1.2px, transparent 1.3px);
    background-size: 29px 29px;
    mask-image: radial-gradient(circle, #000, transparent 72%);
}
.cta-section::before, .cta-section::after { position: absolute; width: 350px; height: 350px; content: ""; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.cta-section::before { top: -230px; left: -30px; }
.cta-section::after { right: -100px; bottom: -250px; }
.cta-content { position: relative; z-index: 1; }
.cta-content h2 { margin-top: 12px; color: white; font-size: clamp(36px, 4vw, 49px); }
.cta-content p { max-width: 680px; margin: 17px auto 29px; color: #d7ebed; font-size: 17px; }

.site-footer { color: #9bb0bd; background: #071a2d; }
.footer-main { display: grid; grid-template-columns: 1fr 230px 210px; gap: 70px; padding: 64px 0 49px; }
.footer-brand img {
    display: block;
    width: 145px;
    height: 79px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.footer-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 91px;
    padding: 6px 10px;
    overflow: hidden;
    background: var(--white);
    border-radius: 10px;
    line-height: 0;
}
.footer-brand p { margin: 13px 0 0; color: #8196a4; font-size: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-links strong { margin-bottom: 7px; color: white; font: 700 13px "Manrope", sans-serif; }
.footer-links a:hover { color: #82d2ce; }
.footer-bottom { display: flex; justify-content: space-between; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.footer-bottom a:hover { color: white; }

.whatsapp-float {
    position: fixed;
    z-index: 90;
    right: 23px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px 11px 12px;
    color: white;
    background: #20b96b;
    border: 2px solid rgba(255,255,255,.8);
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(11,92,54,.28);
    font-size: 13px;
    font-weight: 700;
    transition: transform .2s, box-shadow .2s;
}
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(11,92,54,.38); }
.whatsapp-float svg { width: 24px; height: 24px; fill: currentColor; }

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal-delay { transition-delay: .14s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
    .hero-grid { grid-template-columns: 46% 54%; }
    .product-scene { margin-right: -270px; transform: scale(.87); transform-origin: left center; }
    .hero-copy { padding-right: 10px; }
    .workflow-grid { gap: 70px; }
    .portal-grid { gap: 50px; }
    .feature-content { grid-template-columns: 200px 1fr; }
}

@media (max-width: 900px) {
    .container { width: min(100% - 36px, 720px); }
    .menu-toggle { display: block; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .main-nav {
        position: fixed;
        top: 88px;
        right: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        height: calc(100vh - 88px);
        padding: 23px 28px;
        background: white;
        border-top: 1px solid var(--line);
        transform: translateX(100%);
        transition: transform .3s ease;
    }
    .main-nav.open { transform: translateX(0); }
    .main-nav > a:not(.button) { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
    .main-nav .button { margin-top: 22px; }
    .hero { padding: 145px 0 80px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 680px; padding: 0; text-align: center; }
    .eyebrow { margin-inline: auto; }
    h1, .hero-lead { margin-inline: auto; }
    .hero-actions, .hero-points { justify-content: center; }
    .product-scene { width: 715px; margin: 65px 0 -40px 50%; transform: translateX(-50%) scale(.9); transform-origin: center; }
    .trust-list { gap: 18px; overflow: hidden; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: 245px; }
    .split-heading, .workflow-grid, .portal-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
    .feature-row { grid-template-columns: 35px 55px 1fr; }
    .feature-content { display: block; }
    .feature-content p { margin-top: 6px; }
    .feature-tag { display: none; }
    .workflow-copy { max-width: 610px; }
    .portal-visual { order: 2; }
    .portal-copy { order: 1; max-width: 640px; }
    .portal-visual { width: 560px; margin: 0 auto; }
    .security-card { grid-template-columns: 75px 1fr; }
    .security-card > p { grid-column: 2; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    .container { width: min(100% - 28px, 520px); }
    .site-header { height: 74px; }
    .nav-wrap { height: 100%; padding: 6px 0; }
    .brand { width: 112px; height: 62px; }
    .brand-logo-wrap { padding: 2px 6px; }
    .brand img { width: 100px; height: 55px; }
    .main-nav { top: 74px; height: calc(100vh - 74px); }
    .hero { min-height: 0; padding: 125px 0 62px; }
    .hero-copy { text-align: left; }
    .eyebrow { margin-inline: 0; font-size: 10px; }
    h1 { font-size: 42px; }
    .hero-lead { font-size: 17px; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
    .hero-actions .text-link { justify-content: center; }
    .hero-points { flex-direction: column; gap: 8px; }
    .product-scene { width: 715px; margin-top: 15px; margin-bottom: -110px; transform: translateX(-50%) scale(.55); }
    .trust-list { min-height: 72px; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
    .trust-list span { white-space: nowrap; }
    .section { padding: 80px 0; }
    .section-heading h2, .workflow-copy h2, .portal-copy h2, .faq-intro h2 { font-size: 34px; }
    .benefit-grid { margin-top: 38px; }
    .benefit-card { padding: 28px 25px; }
    .split-heading { gap: 20px; }
    .feature-list { margin-top: 42px; }
    .feature-row { grid-template-columns: 45px 1fr; gap: 15px; padding: 24px 0; }
    .feature-row:hover { padding-inline: 0; }
    .feature-index { display: none; }
    .feature-content h3 { font-size: 17px; }
    .feature-content p { font-size: 13px; }
    .workflow-grid { gap: 38px; }
    .workflow-steps li { gap: 15px; }
    .workflow-steps p { font-size: 13px; }
    .portal-grid { gap: 30px; }
    .portal-visual { width: 100%; min-height: 560px; transform: scale(.87); transform-origin: top center; }
    .portal-visual::before { left: 50%; width: 430px; height: 430px; transform: translateX(-50%); }
    .bubble-one { left: -26px; }
    .bubble-two { right: -30px; }
    .security-section { padding-top: 0; }
    .security-card { display: block; padding: 30px 26px; }
    .security-icon { width: 60px; height: 60px; margin-bottom: 22px; }
    .security-card > p { margin-top: 17px; }
    .faq-grid { gap: 30px; }
    .cta-section { padding: 78px 0; }
    .cta-content h2 { font-size: 37px; }
    .footer-main { grid-template-columns: 1fr; gap: 34px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: column; gap: 9px; }
    .whatsapp-float { right: 15px; bottom: 14px; width: 54px; height: 54px; padding: 13px; }
    .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
