:root {
    --dcc-ink: #0b1d4a;
    --dcc-blue-900: #06266f;
    --dcc-blue-800: #073ca6;
    --dcc-blue-700: #0a52d8;
    --dcc-blue-600: #1d6bf5;
    --dcc-blue-100: #e9f1ff;
    --dcc-blue-50: #f5f8ff;
    --dcc-slate: #53617c;
    --dcc-line: rgba(19, 79, 200, 0.14);
    --dcc-white: #ffffff;
    --dcc-shadow: 0 24px 70px rgba(7, 52, 145, 0.16);
    --dcc-radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #f7faff;
    color: var(--dcc-ink);
    line-height: 1.6;
}
a { text-decoration: none; }
img { max-width: 100%; display: block; }
.public-site { overflow: hidden; }
.top-shell {
    position: relative;
    color: #fff;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 11%, rgba(105, 174, 255, 0.45), transparent 24%),
        radial-gradient(circle at 11% 42%, rgba(111, 178, 255, 0.26), transparent 31%),
        linear-gradient(135deg, #06266f 0%, #0b4ece 56%, #2486fb 100%);
}
.top-shell::after {
    content: '';
    position: absolute;
    inset: 0;
    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: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 90%);
    pointer-events: none;
}
.public-nav { position: relative; z-index: 3; border-bottom: 1px solid rgba(255,255,255,.13); }
.dcc-brand { display: inline-flex; align-items: center; gap: .78rem; }
.dcc-brand-mark {
    width: 50px;
    height: 50px;
    border-radius: 17px;
    overflow: hidden;
    display: inline-grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff;
    font-weight: 800;
    letter-spacing: .06em;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.25);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}
.dcc-brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.dcc-brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.dcc-brand-copy strong { color: #fff; font-size: .98rem; font-weight: 800; }
.dcc-brand-copy small { color: rgba(255,255,255,.72); font-size: .72rem; margin-top: .22rem; }
.public-nav-links .nav-link { color: rgba(255,255,255,.84); padding: .65rem .88rem !important; font-weight: 700; font-size: .9rem; }
.public-nav-links .nav-link:hover, .public-nav-links .nav-link:focus { color: #fff; }
.public-login-btn, .public-register-btn { border-radius: 14px; padding: .72rem 1rem; font-weight: 800; font-size: .88rem; }
.public-register-btn { color: #06328a; }
.hero-wrap { position: relative; z-index: 2; padding: 3rem 0 6.3rem; }
.hero-layout { display: grid; grid-template-columns: minmax(0, .91fr) minmax(500px, 1.09fr); align-items: center; gap: 2rem; }
.hero-content { position: relative; z-index: 2; padding: 1.4rem 0; }
.public-eyebrow, .section-label {
    display: inline-flex;
    align-items: center;
    gap: .48rem;
    width: fit-content;
    padding: .58rem .86rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.public-eyebrow { color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2); }
.hero-content h1 { margin: 1.15rem 0 .95rem; max-width: 720px; color: #fff; font-size: clamp(2.45rem, 5vw, 4.6rem); line-height: 1.02; font-weight: 800; letter-spacing: -.055em; }
.hero-content > p { max-width: 650px; color: rgba(255,255,255,.84); font-size: 1.04rem; margin-bottom: 1.45rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: .8rem; }
.btn-hero-main, .btn-hero-soft, .btn-primary-story, .btn-app-main, .btn-app-outline { display: inline-flex; align-items: center; justify-content: center; gap: .54rem; min-height: 54px; padding: .86rem 1.12rem; border-radius: 17px; font-weight: 800; }
.btn-hero-main { color: #06328a; background: #fff; box-shadow: 0 16px 34px rgba(0,0,0,.13); }
.btn-hero-soft { color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.28); }
.hero-note { margin-top: 1.35rem; display: flex; align-items: flex-start; gap: .6rem; max-width: 590px; color: rgba(255,255,255,.78); font-size: .82rem; }
.hero-note i { color: #a8d4ff; font-size: 1.12rem; margin-top: .12rem; }
.hero-note strong { color: #fff; }
.hero-media { position: relative; min-height: 500px; border: 1px solid rgba(255,255,255,.25); border-radius: 34px; overflow: hidden; box-shadow: 0 34px 80px rgba(0, 16, 73, .28); background: rgba(255,255,255,.12); }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,38,111,.14), transparent 42%), linear-gradient(0deg, rgba(6,38,111,.14), transparent 45%); pointer-events: none; }
.hero-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media-badge { position: absolute; z-index: 2; max-width: 270px; display: flex; gap: .7rem; align-items: flex-start; padding: .82rem .9rem; border-radius: 18px; background: rgba(7,33,100,.78); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.18); color: #fff; }
.hero-media-badge i { display: inline-grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; border-radius: 13px; background: rgba(255,255,255,.14); font-size: 1.1rem; }
.hero-media-badge strong { display: block; font-size: .78rem; }
.hero-media-badge small { display: block; color: rgba(255,255,255,.76); font-size: .68rem; line-height: 1.35; margin-top: .12rem; }
.badge-top { top: 1rem; left: 1rem; }
.badge-bottom { bottom: 1rem; right: 1rem; }
.confidence-strip { position: relative; z-index: 4; margin-top: -2.5rem; }
.confidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .72rem; padding: .78rem; background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.7); border-radius: 23px; box-shadow: 0 18px 50px rgba(18,50,116,.12); }
.confidence-grid > div { display: flex; align-items: center; gap: .72rem; padding: .86rem; border-radius: 17px; }
.confidence-grid span { width: 42px; height: 42px; display: inline-grid; place-items: center; flex-shrink: 0; border-radius: 14px; color: var(--dcc-blue-700); background: var(--dcc-blue-100); font-size: 1.14rem; }
.confidence-grid p { margin: 0; line-height: 1.3; }
.confidence-grid strong { display: block; color: var(--dcc-ink); font-size: .76rem; }
.confidence-grid small { color: var(--dcc-slate); font-size: .67rem; }
.content-section { padding: 6rem 0; }
.service-section { background: linear-gradient(180deg, #f8fbff, #eef5ff); }
.section-heading { margin-bottom: 2.25rem; }
.section-heading.centered { max-width: 780px; margin-inline: auto; text-align: center; }
.section-label { color: var(--dcc-blue-700); background: rgba(10,82,216,.09); }
.light-label { color: rgba(255,255,255,.86); background: rgba(255,255,255,.12); }
.section-heading h2, .story-copy h2, .app-copy h2, .final-cta-inner h2 { margin: .88rem 0 .85rem; color: var(--dcc-ink); font-weight: 800; letter-spacing: -.04em; line-height: 1.1; font-size: clamp(1.95rem, 3.7vw, 3.15rem); }
.section-heading p { color: var(--dcc-slate); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-item { min-height: 315px; padding: 1.45rem; display: flex; flex-direction: column; border: 1px solid var(--dcc-line); border-radius: 23px; background: rgba(255,255,255,.86); box-shadow: 0 13px 32px rgba(14,66,156,.065); transition: transform .22s ease, box-shadow .22s ease; }
.service-item:hover { transform: translateY(-5px); box-shadow: 0 24px 44px rgba(14,66,156,.13); }
.service-icon { display: inline-grid; place-items: center; width: 58px; height: 58px; margin-bottom: 1rem; border-radius: 18px; color: var(--dcc-blue-700); background: linear-gradient(135deg, #dbeaff, #f1f6ff); font-size: 1.52rem; }
.service-item h3 { color: var(--dcc-ink); font-weight: 800; font-size: 1.08rem; }
.service-item p { color: var(--dcc-slate); font-size: .88rem; margin-bottom: 1rem; }
.service-item a { margin-top: auto; color: var(--dcc-blue-700); font-weight: 800; font-size: .8rem; }
.image-story-section { background: #fff; }
.branch-section { background: linear-gradient(135deg, #f1f6ff, #ffffff); }
.image-story-grid { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.image-story-grid.reverse { grid-template-columns: .95fr 1fr; }
.story-media { position: relative; overflow: hidden; min-height: 450px; border-radius: 30px; border: 1px solid rgba(15,86,203,.14); box-shadow: var(--dcc-shadow); background: var(--dcc-blue-100); }
.story-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(8,65,180,.12), transparent 48%); pointer-events: none; }
.story-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.story-copy p { color: var(--dcc-slate); max-width: 630px; }
.check-stack, .secure-cards { display: grid; gap: .75rem; margin: 1.25rem 0 1.45rem; }
.check-stack > div { display: flex; gap: .7rem; align-items: flex-start; padding: .85rem .92rem; border: 1px solid var(--dcc-line); border-radius: 17px; background: #fff; color: var(--dcc-slate); font-size: .84rem; }
.check-stack i { color: var(--dcc-blue-700); font-size: 1.18rem; }
.check-stack strong { color: var(--dcc-ink); }
.btn-primary-story { color: #fff; background: linear-gradient(135deg, var(--dcc-blue-800), var(--dcc-blue-600)); box-shadow: 0 15px 28px rgba(8,79,216,.22); }
.secure-cards > div { display: flex; gap: .75rem; align-items: flex-start; padding: .83rem .9rem; border-left: 3px solid var(--dcc-blue-700); border-radius: 0 14px 14px 0; background: rgba(255,255,255,.74); }
.secure-cards i { color: var(--dcc-blue-700); font-size: 1.25rem; }
.secure-cards strong { display: block; font-size: .84rem; color: var(--dcc-ink); }
.secure-cards small { display: block; font-size: .75rem; line-height: 1.45; color: var(--dcc-slate); }
.program-section { background: #fff; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.program-tile { min-height: 215px; padding: 1.35rem; border-radius: 22px; border: 1px solid var(--dcc-line); background: #f9fbff; }
.program-tile h3 { color: var(--dcc-ink); font-size: 1.08rem; font-weight: 800; margin: 1.1rem 0 .62rem; }
.program-tile p { color: var(--dcc-slate); font-size: .82rem; margin: 0; }
.tile-number { font-family: 'DM Mono', monospace; color: var(--dcc-blue-700); font-size: .72rem; font-weight: 600; }
.tile-blue { color: #fff; border: 0; background: linear-gradient(145deg, #06266f, #0b56dd); }
.tile-blue h3, .tile-blue p, .tile-blue .tile-number { color: #fff; }
.tile-blue p { color: rgba(255,255,255,.82); }
.program-note { display: flex; gap: .75rem; align-items: flex-start; max-width: 1040px; margin: 1.2rem auto 0; padding: .95rem 1rem; border-radius: 16px; color: #34527f; font-size: .79rem; background: #f0f6ff; border: 1px solid #d7e7ff; }
.program-note i { color: var(--dcc-blue-700); font-size: 1.15rem; }
.app-highlight-section { background: linear-gradient(180deg, #fff, #e9f2ff); }
.app-highlight-card { display: grid; grid-template-columns: .87fr 1.13fr; min-height: 500px; overflow: hidden; border-radius: 32px; color: #fff; background: linear-gradient(135deg, #06266f 0%, #0b51d5 60%, #1a87ff 100%); box-shadow: 0 30px 76px rgba(8,47,136,.22); }
.app-copy { padding: clamp(1.6rem, 4vw, 3.6rem); display: flex; flex-direction: column; justify-content: center; }
.app-copy h2 { color: #fff; }
.app-copy p { color: rgba(255,255,255,.82); }
.app-bullets { display: grid; gap: .55rem; margin: 1.2rem 0 1.45rem; color: rgba(255,255,255,.92); font-size: .82rem; }
.app-bullets span { display: inline-flex; align-items: center; gap: .52rem; }
.app-bullets i { color: #bce1ff; }
.btn-app-main { color: #06328a; background: #fff; }
.btn-app-outline { color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.app-media { position: relative; min-height: 410px; overflow: hidden; }
.app-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,38,111,.22), transparent 42%); pointer-events: none; }
.app-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.public-final-cta { padding: 2rem 0 6rem; background: #e9f2ff; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(1.6rem, 4vw, 3rem); border-radius: 28px; color: #fff; background: linear-gradient(135deg, #06266f, #0a4fd8); }
.final-cta-inner h2 { color: #fff; max-width: 700px; }
.final-cta-inner p { color: rgba(255,255,255,.83); max-width: 680px; margin-bottom: 0; }
.final-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.final-actions .btn { display: inline-flex; justify-content: center; align-items: center; gap: .5rem; border-radius: 16px; font-weight: 800; font-size: .85rem; }
.public-footer { color: rgba(255,255,255,.78); background: #061a50; padding: 3.5rem 0 1.4rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 2rem; padding-bottom: 2.3rem; }
.footer-brand-wrap { display: flex; gap: .8rem; align-items: flex-start; }
.footer-mark { width: 45px; height: 45px; border-radius: 15px; }
.footer-brand-wrap strong { display: block; color: #fff; font-weight: 800; }
.footer-brand-wrap p { max-width: 380px; color: rgba(255,255,255,.67); font-size: .82rem; margin: .45rem 0 0; }
.public-footer h3 { color: #fff; font-size: .92rem; font-weight: 800; margin-bottom: .8rem; }
.public-footer a { display: block; width: fit-content; color: rgba(255,255,255,.72); font-size: .82rem; margin-bottom: .56rem; }
.public-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .73rem; }
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1199.98px) {
    .hero-layout { grid-template-columns: 1fr 1fr; }
    .service-grid, .program-grid { grid-template-columns: repeat(2, 1fr); }
    .confidence-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991.98px) {
    .hero-wrap { padding: 2.2rem 0 5rem; }
    .hero-layout, .image-story-grid, .image-story-grid.reverse, .app-highlight-card { grid-template-columns: 1fr; }
    .hero-content { padding: 0; }
    .hero-media { min-height: 440px; }
    .image-story-grid.reverse .story-copy { order: 2; }
    .image-story-grid.reverse .story-media { order: 1; }
    .app-media { min-height: 420px; }
    .final-cta-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767.98px) {
    .public-nav { background: rgba(5,34,103,.25); backdrop-filter: blur(10px); }
    .dcc-brand-copy small { display: none; }
    .dcc-brand-copy strong { font-size: .85rem; max-width: 195px; }
    .dcc-brand-mark { width: 42px; height: 42px; border-radius: 14px; }
    .hero-wrap { padding: 1.5rem 0 4.35rem; }
    .hero-content h1 { font-size: clamp(2.15rem, 12vw, 3rem); }
    .hero-content > p { font-size: .92rem; }
    .hero-buttons, .final-actions { width: 100%; }
    .hero-buttons .btn, .final-actions .btn { flex: 1 1 100%; }
    .hero-media { min-height: 320px; border-radius: 23px; }
    .hero-media-badge { max-width: 205px; padding: .6rem; border-radius: 14px; }
    .hero-media-badge i { width: 32px; height: 32px; border-radius: 10px; font-size: .92rem; }
    .hero-media-badge strong { font-size: .66rem; }
    .hero-media-badge small { font-size: .58rem; }
    .confidence-strip { margin-top: -1.6rem; }
    .confidence-grid, .service-grid, .program-grid { grid-template-columns: 1fr; }
    .confidence-grid > div { padding: .72rem; }
    .content-section { padding: 4.3rem 0; }
    .section-heading h2, .story-copy h2, .app-copy h2, .final-cta-inner h2 { font-size: 2rem; }
    .story-media { min-height: 305px; border-radius: 23px; }
    .app-highlight-card { border-radius: 24px; }
    .app-media { min-height: 290px; }
    .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .footer-bottom { flex-direction: column; }
}
