:root {
    --navy: #0b2a4a;
    --navy-2: #123d68;
    --navy-3: #071d33;
    --orange: #f7941d;
    --orange-dark: #d97706;
    --orange-soft: #fff3e3;
    --ink: #142438;
    --muted: #66778a;
    --line: #dfe7ef;
    --surface: #f5f8fb;
    --white: #fff;
    --success: #15803d;
    --shadow: 0 20px 55px rgba(11, 42, 74, .11);
    --shadow-sm: 0 10px 30px rgba(11, 42, 74, .08);
    --radius: 22px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: "Manrope", system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

a { color: var(--navy); text-decoration: none; transition: .25s ease; }
a:hover { color: var(--orange-dark); }
img, video { max-width: 100%; }
h1, h2, h3, h4, h5 { color: var(--navy); font-weight: 800; line-height: 1.2; letter-spacing: -.035em; }
p { color: var(--muted); }

.skip-link {
    position: fixed;
    top: -80px;
    left: 20px;
    z-index: 9999;
    padding: .7rem 1rem;
    color: #fff;
    background: var(--navy);
    border-radius: 8px;
}
.skip-link:focus { top: 20px; color: #fff; }

.container { max-width: 1220px; }
.section { padding: 96px 0; }
.section-sm { padding: 68px 0; }
.bg-surface { background: var(--surface); }
.bg-navy { background: var(--navy); }
.text-navy { color: var(--navy) !important; }
.text-orange { color: var(--orange) !important; }
.rounded-premium { border-radius: var(--radius); }
.shadow-premium { box-shadow: var(--shadow); }
.place-items-center { place-items: center; }

.topbar {
    padding: .55rem 0;
    color: rgba(255,255,255,.78);
    background: var(--navy-3);
    font-size: .82rem;
    font-weight: 600;
}
.topbar a { color: rgba(255,255,255,.85); }
.topbar a:hover { color: #fff; }

.navbar {
    min-height: 82px;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid rgba(11,42,74,.08);
    backdrop-filter: blur(12px);
    transition: .25s ease;
}
.navbar.scrolled { min-height: 70px; box-shadow: 0 8px 25px rgba(11,42,74,.08); }
.navbar-brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--navy); letter-spacing: -.04em; }
.navbar-brand span:last-child { display: flex; align-items: baseline; gap: .28rem; }
.navbar-brand strong { font-size: 1.55rem; }
.navbar-brand small { font-size: .82rem; font-weight: 800; letter-spacing: .18em; }
.brand-mark {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: #fff;
    background: linear-gradient(145deg, var(--orange), #ffb74f);
    border-radius: 14px 14px 14px 5px;
    box-shadow: 0 8px 20px rgba(247,148,29,.28);
}
.navbar-nav { gap: .2rem; }
.navbar .nav-link { padding: .75rem .8rem !important; color: #34485d; font-size: .9rem; font-weight: 700; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--orange-dark); }

.btn { padding: .78rem 1.25rem; border-radius: 10px; font-weight: 700; border-width: 1px; }
.btn-lg { padding: .95rem 1.45rem; font-size: .95rem; }
.btn-brand { color: #fff; background: var(--orange); border-color: var(--orange); box-shadow: 0 9px 22px rgba(247,148,29,.22); }
.btn-brand:hover, .btn-brand:focus { color: #fff; background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-1px); }
.btn-outline-brand { color: var(--navy); border-color: rgba(11,42,74,.25); background: #fff; }
.btn-outline-brand:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.btn-navy { color: #fff; background: var(--navy); border-color: var(--navy); }
.btn-navy:hover { color: #fff; background: var(--navy-2); border-color: var(--navy-2); }

.flash-wrap { position: fixed; top: 96px; left: 50%; z-index: 1080; transform: translateX(-50%); max-width: 720px; }

.hero-carousel, .hero-slide { min-height: min(790px, calc(100vh - 118px)); }
.hero-slide { position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy-3); }
.hero-media, .hero-media img, .hero-media video, .hero-media::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img, .hero-media video { object-fit: cover; }
.hero-media::after {
    content: "";
    background: linear-gradient(90deg, rgba(4,22,40,.9), rgba(6,30,54,.72) 50%, rgba(6,30,54,.55)), radial-gradient(circle at 80% 45%, rgba(247,148,29,.2), transparent 33%);
}
.hero-content { position: relative; z-index: 2; max-width: 870px; margin: 0 auto; padding: 110px 12px; text-align: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.25rem; color: #ffd397; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-kicker::before, .hero-kicker::after { content: ""; width: 30px; height: 1px; background: var(--orange); }
.hero-content h1 { max-width: 900px; margin: 0 auto 1.5rem; color: #fff; font-size: clamp(2.5rem, 5.4vw, 5.25rem); line-height: 1.03; }
.hero-content p { max-width: 760px; margin: 0 auto 2rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.7vw, 1.22rem); }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .85rem; }
.hero-actions .btn-outline-light:hover { color: var(--navy); }
.hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next { width: 8%; }
.hero-carousel .carousel-indicators [data-bs-target] { width: 30px; height: 4px; border: 0; border-radius: 10px; }
.hero-trust { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; padding: 1rem 0; color: rgba(255,255,255,.78); background: rgba(5,25,44,.72); backdrop-filter: blur(8px); }
.hero-trust .container { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.5rem 3.5rem; }
.hero-trust span { font-size: .85rem; font-weight: 700; }
.hero-trust i { margin-right: .45rem; color: var(--orange); }

.eyebrow { display: inline-block; margin-bottom: .7rem; color: var(--orange-dark); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-heading { max-width: 710px; margin-bottom: 2.8rem; }
.section-heading.text-center { margin-right: auto; margin-left: auto; }
.section-heading h2 { margin-bottom: .9rem; font-size: clamp(2rem, 4vw, 3.35rem); }
.section-heading p { margin-bottom: 0; font-size: 1.05rem; }

.stats-strip { position: relative; z-index: 5; margin-top: -42px; }
.stats-card { padding: 1.5rem 1rem; text-align: center; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.stats-card:first-child { border-radius: 18px 0 0 18px; }
.stats-card:last-child { border-radius: 0 18px 18px 0; }
.stat-number { display: block; color: var(--navy); font-size: clamp(1.9rem, 3.3vw, 2.75rem); font-weight: 800; line-height: 1.2; }
.stat-label { display: block; margin-top: .25rem; color: var(--muted); font-size: .82rem; font-weight: 700; }

.media-panel { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.media-panel > img, .media-panel > video { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.media-panel .floating-card { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 1.2rem; color: #fff; background: rgba(11,42,74,.9); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; backdrop-filter: blur(10px); }
.floating-card strong { display: block; margin-bottom: .25rem; }
.floating-card span { color: rgba(255,255,255,.72); font-size: .85rem; }

.feature-list { display: grid; gap: 1rem; margin: 1.8rem 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: .8rem; color: #35495e; font-weight: 600; }
.feature-list i { flex: 0 0 auto; display: grid; place-items: center; width: 28px; height: 28px; color: var(--success); background: #e9f8ef; border-radius: 50%; }

.service-card, .trust-card, .review-card, .package-card {
    height: 100%;
    padding: 2rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.service-card:hover, .trust-card:hover, .review-card:hover, .package-card:hover { transform: translateY(-7px); border-color: rgba(247,148,29,.45); box-shadow: var(--shadow-sm); }
.icon-box { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 1.4rem; color: var(--orange-dark); background: var(--orange-soft); border-radius: 16px; font-size: 1.45rem; }
.service-card h3, .trust-card h3 { font-size: 1.22rem; }
.service-card p, .trust-card p { margin-bottom: 0; font-size: .93rem; }
.service-card .card-link { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.15rem; font-size: .88rem; font-weight: 800; }

.process-wrap { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.process-wrap::before { content: ""; position: absolute; top: 38px; right: 8%; left: 8%; height: 2px; background: linear-gradient(90deg, var(--orange), #ffc46e); }
.process-step { position: relative; z-index: 1; text-align: center; }
.process-number { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 1.2rem; color: #fff; background: var(--navy); border: 8px solid var(--surface); border-radius: 50%; font-size: 1rem; font-weight: 800; box-shadow: 0 0 0 1px var(--line); }
.process-step.active .process-number { background: var(--orange); }
.process-step h3 { font-size: 1rem; }
.process-step p { margin: 0; font-size: .82rem; line-height: 1.55; }

.package-card { position: relative; padding: 2.2rem; overflow: hidden; }
.package-card.featured { color: #fff; background: var(--navy); border-color: var(--navy); transform: scale(1.035); box-shadow: var(--shadow); }
.package-card.featured:hover { transform: scale(1.035) translateY(-7px); }
.package-card.featured h3, .package-card.featured p, .package-card.featured li { color: #fff; }
.package-card.featured p, .package-card.featured li { color: rgba(255,255,255,.75); }
.package-label { display: inline-block; margin-bottom: 1rem; padding: .35rem .65rem; color: var(--orange-dark); background: var(--orange-soft); border-radius: 20px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.package-card.featured .package-label { color: var(--navy); background: var(--orange); }
.package-card h3 { margin-bottom: .7rem; font-size: 1.55rem; }
.package-card ul { display: grid; gap: .8rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.package-card li { display: flex; gap: .65rem; color: #53677b; font-size: .9rem; }
.package-card li i { color: var(--orange); }

.trust-card { text-align: center; }
.trust-card .icon-box { margin-right: auto; margin-left: auto; }

.review-card { position: relative; }
.review-card .quote { color: var(--orange); font-size: 2rem; line-height: 1; }
.review-stars { margin-bottom: .8rem; color: #f5a623; font-size: .85rem; }
.review-card blockquote { color: #35495e; font-size: .96rem; }
.review-author { display: flex; align-items: center; gap: .8rem; }
.review-avatar { display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: var(--navy); border-radius: 50%; font-weight: 800; }
.review-author strong { display: block; color: var(--navy); font-size: .88rem; }
.review-author span { color: var(--muted); font-size: .76rem; }

.security-panel { padding: 3rem; color: #fff; background: linear-gradient(135deg, var(--navy-3), var(--navy-2)); border-radius: var(--radius); overflow: hidden; }
.security-panel h2, .security-panel h3 { color: #fff; }
.security-panel p { color: rgba(255,255,255,.7); }
.security-feature { display: flex; gap: 1rem; padding: 1rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; }
.security-feature i { color: var(--orange); font-size: 1.25rem; }
.security-feature strong { display: block; color: #fff; }
.security-feature span { color: rgba(255,255,255,.62); font-size: .8rem; }

.accordion-item { margin-bottom: .8rem; overflow: hidden; border: 1px solid var(--line) !important; border-radius: 12px !important; }
.accordion-button { padding: 1.1rem 1.2rem; color: var(--navy); font-weight: 800; box-shadow: none !important; }
.accordion-button:not(.collapsed) { color: var(--orange-dark); background: var(--orange-soft); }
.accordion-body { color: var(--muted); }

.page-hero { position: relative; padding: 105px 0; overflow: hidden; color: #fff; background: linear-gradient(120deg, var(--navy-3), var(--navy-2)); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -80px; top: -130px; background: radial-gradient(circle, rgba(247,148,29,.28), transparent 68%); }
.page-hero h1 { max-width: 820px; color: #fff; font-size: clamp(2.4rem, 5vw, 4.3rem); }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.breadcrumb { margin-bottom: 1.1rem; }
.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item.active { color: rgba(255,255,255,.68); font-size: .82rem; }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.45); }

.value-card { padding: 1.5rem; background: var(--surface); border-radius: 14px; }
.value-card h3 { font-size: 1.05rem; }
.value-card p { margin: 0; font-size: .88rem; }

.contact-card { height: 100%; padding: 1.6rem; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.contact-card i { color: var(--orange); font-size: 1.35rem; }
.contact-card h3 { margin-top: 1rem; font-size: 1.05rem; }
.contact-card p, .contact-card a { font-size: .9rem; }

.form-panel { padding: 2.2rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.form-label { margin-bottom: .45rem; color: var(--navy); font-size: .82rem; font-weight: 800; }
.form-control, .form-select { min-height: 50px; padding: .72rem .9rem; border: 1px solid #ccd8e4; border-radius: 10px; color: var(--ink); }
textarea.form-control { min-height: 125px; }
.form-control:focus, .form-select:focus { border-color: var(--orange); box-shadow: 0 0 0 .22rem rgba(247,148,29,.12); }
.form-text { color: #7a8999; font-size: .75rem; }
.required::after { content: " *"; color: #c2410c; }

.portal-shell { min-height: 650px; padding: 90px 0; background: linear-gradient(180deg, #f5f8fb, #fff); }
.verification-card { max-width: 580px; margin: 0 auto; padding: 2.5rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.verification-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 1.4rem; color: var(--orange-dark); background: var(--orange-soft); border-radius: 22px; font-size: 1.7rem; }
.secure-note { display: flex; gap: .7rem; padding: .9rem; color: #466079; background: #eef5fb; border-radius: 10px; font-size: .78rem; }

.dashboard-header { padding: 2rem; color: #fff; background: linear-gradient(135deg, var(--navy-3), var(--navy-2)); border-radius: var(--radius); }
.dashboard-header h1 { color: #fff; }
.dashboard-header p { color: rgba(255,255,255,.7); }
.dashboard-card { height: 100%; padding: 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.dashboard-card .label { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-card .value { margin-top: .3rem; color: var(--navy); font-size: 1.12rem; font-weight: 800; }

.status-timeline { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 2rem; }
.status-node { position: relative; text-align: center; }
.status-node::before { content: ""; position: absolute; top: 19px; right: 50%; left: -50%; height: 3px; background: #dce5ed; }
.status-node:first-child::before { display: none; }
.status-node.done::before { background: var(--success); }
.status-dot { position: relative; z-index: 1; display: grid; place-items: center; width: 40px; height: 40px; margin: 0 auto .7rem; color: #8292a1; background: #eef2f6; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #dce5ed; }
.status-node.done .status-dot { color: #fff; background: var(--success); box-shadow: 0 0 0 1px var(--success); }
.status-node.current .status-dot { background: var(--orange); box-shadow: 0 0 0 5px rgba(247,148,29,.17); }
.status-node span { display: block; color: var(--muted); font-size: .73rem; font-weight: 700; line-height: 1.45; }
.status-node.done span { color: var(--navy); }

.document-row { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.document-row:last-child { border-bottom: 0; }
.document-icon { display: grid; place-items: center; flex: 0 0 auto; width: 46px; height: 46px; color: #c2410c; background: #fff0eb; border-radius: 12px; }
.document-meta { min-width: 0; flex: 1; }
.document-meta strong { display: block; overflow: hidden; color: var(--navy); font-size: .88rem; text-overflow: ellipsis; white-space: nowrap; }
.document-meta span { color: var(--muted); font-size: .72rem; }
.notification-item { padding: 1.2rem; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: 12px; }
.notification-item h3 { font-size: 1rem; }
.notification-content, .notification-content p { color: #4b5f72; font-size: .88rem; }
.notification-content img { max-width: 100%; height: auto; border-radius: 8px; }

.cta-band { padding: 65px 0; color: #fff; background: linear-gradient(135deg, #e8790b, var(--orange)); }
.cta-band h2 { margin-bottom: .5rem; color: #fff; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.cta-band p { color: rgba(255,255,255,.8); }

.site-footer { padding: 78px 0 30px; color: rgba(255,255,255,.68); background: var(--navy-3); }
.footer-brand { display: inline-block; margin-bottom: 1rem; color: #fff; font-size: 1.25rem; font-weight: 800; letter-spacing: .04em; }
.footer-brand:hover { color: var(--orange); }
.site-footer p { color: rgba(255,255,255,.6); font-size: .86rem; }
.site-footer h3 { margin-bottom: 1.1rem; color: #fff; font-size: .9rem; letter-spacing: .02em; }
.site-footer a { display: block; margin-bottom: .55rem; color: rgba(255,255,255,.64); font-size: .84rem; }
.site-footer a:hover { color: #fff; }
.trust-chip { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .75rem; color: #bde3c9; background: rgba(21,128,61,.2); border: 1px solid rgba(103,216,143,.2); border-radius: 30px; font-size: .72rem; font-weight: 700; }
.site-footer hr { margin: 3rem 0 1.4rem; border-color: rgba(255,255,255,.12); }
.footer-bottom { color: rgba(255,255,255,.45); font-size: .72rem; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: var(--navy); border: 0; border-radius: 12px; box-shadow: var(--shadow-sm); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Content stays visible by default. JavaScript enables the reveal effect only
   after the observer is ready, so a blocked script can never blank sections. */
.reveal { opacity: 1; transform: none; }
.reveal-enabled .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-enabled .reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 991.98px) {
    .section { padding: 76px 0; }
    .navbar-collapse { padding: 1rem 0 1.2rem; }
    .navbar-nav { align-items: stretch !important; }
    .navbar .btn { width: 100%; margin-top: .4rem; }
    .hero-carousel, .hero-slide { min-height: 700px; }
    .stats-strip { margin-top: 0; padding-top: 1rem; }
    .stats-card:first-child { border-radius: 18px 0 0 0; }
    .stats-card:nth-child(2) { border-radius: 0 18px 0 0; }
    .stats-card:nth-child(3) { border-radius: 0 0 0 18px; }
    .stats-card:last-child { border-radius: 0 0 18px 0; }
    .process-wrap { grid-template-columns: 1fr; gap: 0; }
    .process-wrap::before { top: 34px; bottom: 34px; left: 37px; width: 2px; height: auto; }
    .process-step { display: grid; grid-template-columns: 76px 1fr; gap: 1rem; align-items: center; padding-bottom: 1.2rem; text-align: left; }
    .process-number { grid-row: 1 / span 2; margin: 0; }
    .process-step h3 { margin: .2rem 0 0; }
    .package-card.featured, .package-card.featured:hover { transform: none; }
    .status-timeline { grid-template-columns: 1fr; gap: 0; }
    .status-node { display: grid; grid-template-columns: 48px 1fr; align-items: center; padding-bottom: 1rem; text-align: left; }
    .status-node::before { top: -50%; bottom: 50%; left: 19px; width: 3px; height: auto; }
    .status-dot { margin: 0; }
    .status-node span { padding-left: .7rem; }
}

@media (max-width: 575.98px) {
    body { font-size: 15px; }
    .section { padding: 62px 0; }
    .hero-content { padding: 90px 8px 150px; }
    .hero-content h1 { font-size: 2.45rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .hero-trust .container { justify-content: flex-start; gap: .5rem 1rem; }
    .hero-trust span { width: calc(50% - .5rem); font-size: .72rem; }
    .stats-card { padding: 1.2rem .5rem; }
    .stat-label { font-size: .7rem; }
    .media-panel, .media-panel > img, .media-panel > video { min-height: 360px; }
    .service-card, .trust-card, .review-card, .package-card, .form-panel, .verification-card { padding: 1.5rem; }
    .security-panel, .dashboard-header { padding: 1.5rem; }
    .page-hero { padding: 78px 0; }
    .cta-band .btn { width: 100%; margin: .3rem 0 !important; }
    .document-row { align-items: flex-start; flex-wrap: wrap; }
    .document-actions { width: 100%; padding-left: 62px; }
}

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