:root {
    --navy-950: #041a3f;
    --navy-900: #06265a;
    --navy-800: #0a3471;
    --blue-600: #118ed1;
    --blue-500: #22a9e8;
    --cyan-300: #74d8f7;
    --mint-500: #2bbf9c;
    --coral-500: #f26b5b;
    --gold-400: #f4c95d;
    --ink: #11233b;
    --muted: #64748b;
    --line: #dce8f1;
    --surface: #ffffff;
    --surface-soft: #f4f9fc;
    --shadow-sm: 0 8px 24px rgba(6, 38, 90, .08);
    --shadow-lg: 0 24px 64px rgba(6, 38, 90, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: "Manrope", sans-serif; letter-spacing: 0; overflow-x: hidden; }
a { color: var(--navy-800); transition: color .2s ease, opacity .2s ease; }
img { max-width: 100%; }
.site-shell { min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1; }

.site-nav { min-height: 78px; border-bottom: 1px solid rgba(220, 232, 241, .8); background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); transition: box-shadow .25s ease, min-height .25s ease; }
.site-nav.is-scrolled { min-height: 68px; box-shadow: var(--shadow-sm); }
.site-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy-950); text-decoration: none; font-weight: 800; line-height: 1.05; }
.site-brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 5px 16px rgba(17, 142, 209, .2); }
.site-brand span { max-width: 180px; }
.site-brand small { display: block; color: var(--blue-600); font-size: .67rem; font-weight: 800; text-transform: uppercase; margin-top: 4px; }
.navbar-nav .nav-link { color: #385069; font-weight: 700; padding: .7rem .75rem !important; position: relative; }
.navbar-nav .nav-link::after { content: ""; position: absolute; left: .75rem; right: .75rem; bottom: .35rem; height: 2px; background: linear-gradient(90deg, var(--blue-500), var(--mint-500)); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--navy-900); }
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { transform: scaleX(1); }

.btn { border-radius: 7px; font-weight: 800; letter-spacing: 0; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-brand { border: 0; color: #fff; background: linear-gradient(120deg, var(--navy-800), var(--blue-500)); box-shadow: 0 10px 24px rgba(17, 142, 209, .24); }
.btn-brand:hover, .btn-brand:focus { color: #fff; box-shadow: 0 14px 30px rgba(17, 142, 209, .32); }
.btn-soft { color: var(--navy-900); border: 1px solid #b8d5e7; background: #fff; }
.btn-soft:hover { color: var(--navy-900); border-color: var(--blue-500); background: #effaff; }
.icon-button { width: 42px; height: 42px; display: inline-grid; place-items: center; padding: 0; }

.hero { min-height: 690px; display: flex; align-items: center; position: relative; overflow: hidden; background: #fff; }
.hero::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 31%; background: #eaf8fd; z-index: 0; }
.hero .container { position: relative; z-index: 1; }
.hero-copy { max-width: 670px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-600); font-size: .78rem; text-transform: uppercase; font-weight: 800; margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--coral-500); }
.hero h1, .page-hero h1, .display-heading { font-family: "DM Serif Display", serif; color: var(--navy-950); font-weight: 400; letter-spacing: 0; }
.hero h1 { font-size: 4.25rem; line-height: 1.02; max-width: 720px; }
.hero-lead { font-size: 1.1rem; line-height: 1.75; max-width: 610px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; color: #496176; font-size: .84rem; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust i { color: var(--mint-500); }
.hero-visual { min-height: 560px; display: flex; align-items: center; justify-content: center; position: relative; }
.hero-logo { width: min(100%, 520px); aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 26px 30px rgba(6, 38, 90, .13)); animation: gentleFloat 5.5s ease-in-out infinite; }
.hero-note { position: absolute; left: 0; bottom: 56px; background: var(--navy-950); color: #fff; padding: 16px 20px; border-radius: 8px; box-shadow: var(--shadow-lg); display: flex; gap: 12px; align-items: center; }
.hero-note i { color: var(--cyan-300); width: 26px; height: 26px; }
.hero-note strong, .hero-note small { display: block; }
.hero-note small { color: #a9c8df; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface-soft); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 94px; padding: 20px; display: flex; align-items: center; gap: 12px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon, .feature-icon, .service-icon { flex: 0 0 auto; display: grid; place-items: center; border-radius: 7px; }
.trust-icon { width: 42px; height: 42px; color: var(--blue-600); background: #fff; box-shadow: var(--shadow-sm); }
.trust-item strong, .trust-item small { display: block; }
.trust-item small { color: var(--muted); font-size: .76rem; }

.section-pad { padding: 88px 0; }
.section-soft { background: var(--surface-soft); }
.section-dark { color: #fff; background: linear-gradient(135deg, var(--navy-950), #0a3c72 68%, #0c6684); }
.section-head { max-width: 680px; margin-bottom: 40px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-title { margin: 0 0 12px; font-family: "DM Serif Display", serif; color: var(--navy-950); font-size: 2.6rem; font-weight: 400; }
.section-dark .section-title { color: #fff; }
.section-copy { color: var(--muted); line-height: 1.75; }
.section-dark .section-copy { color: #bdd4e5; }

.service-card, .feature-card, .offer-card, .price-panel, .track-panel, .contact-block { height: 100%; background: #fff; border: 1px solid var(--line); border-radius: 8px; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.service-card:hover, .feature-card:hover, .offer-card:hover { transform: translateY(-7px); border-color: #a7d8ef; box-shadow: var(--shadow-lg); }
.service-card { padding: 28px; position: relative; overflow: hidden; }
.service-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--blue-500), var(--mint-500), var(--gold-400)); }
.service-icon { width: 52px; height: 52px; color: #fff; background: linear-gradient(135deg, var(--navy-800), var(--blue-500)); margin-bottom: 22px; }
.service-card h3 { font-size: 1.08rem; font-weight: 800; }
.service-image { width: calc(100% + 56px); height: 190px; margin: -28px -28px 22px; object-fit: cover; border-bottom: 1px solid var(--line); transition: transform .45s ease; }
.service-card:hover .service-image { transform: scale(1.035); }
.service-meta { display: flex; justify-content: space-between; gap: 10px; padding-top: 18px; margin-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; font-weight: 700; }
.text-link { display: inline-flex; gap: 6px; align-items: center; color: var(--blue-600); text-decoration: none; font-weight: 800; }
.text-link:hover { color: var(--navy-900); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: steps; }
.process-step { position: relative; padding: 30px; border-left: 1px solid rgba(255,255,255,.16); counter-increment: steps; }
.process-step:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.process-number { color: var(--cyan-300); font-family: "DM Serif Display", serif; font-size: 2.8rem; line-height: 1; }
.process-step h3 { font-size: 1rem; margin: 22px 0 10px; }
.process-step p { color: #b8cee0; font-size: .86rem; line-height: 1.65; margin: 0; }

.page-hero { padding: 76px 0 66px; border-bottom: 1px solid var(--line); background: linear-gradient(110deg, #fff 0%, #f2faff 60%, #e5f7fb 100%); }
.page-hero h1 { font-size: 3.4rem; }
.page-hero p { max-width: 680px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.breadcrumb-clean { display: flex; gap: 7px; align-items: center; font-size: .76rem; font-weight: 800; text-transform: uppercase; color: var(--blue-600); margin-bottom: 16px; }

.feature-card { padding: 26px; }
.feature-icon { width: 48px; height: 48px; margin-bottom: 18px; color: var(--navy-900); background: #e6f7fd; }
.feature-card:nth-child(2n) .feature-icon { background: #e9f9f3; color: #14785f; }
.feature-card:nth-child(3n) .feature-icon { background: #fff3e4; color: #a65e12; }
.feature-card h3 { font-size: 1.02rem; font-weight: 800; }

.price-panel { overflow: hidden; }
.price-table { margin: 0; }
.price-table thead th { background: var(--navy-950); color: #fff; border: 0; padding: 16px 18px; font-size: .75rem; text-transform: uppercase; }
.price-table tbody td { padding: 16px 18px; border-color: var(--line); }
.price-table tbody tr { transition: background .18s ease; }
.price-table tbody tr:hover { background: #f0faff; }
.price-value { color: var(--navy-900); font-weight: 800; }

.offer-card { padding: 28px; }
.offer-code { display: inline-block; padding: 7px 12px; color: var(--navy-900); background: #e5f7fd; border: 1px dashed var(--blue-500); border-radius: 5px; font-weight: 800; }
.offer-value { color: var(--coral-500); font-family: "DM Serif Display", serif; font-size: 2.7rem; line-height: 1; }

.accordion-clean .accordion-item { border: 0; border-bottom: 1px solid var(--line); }
.accordion-clean .accordion-button { padding: 22px 0; color: var(--navy-950); background: transparent; box-shadow: none; font-weight: 800; }
.accordion-clean .accordion-body { padding: 0 0 24px; color: var(--muted); line-height: 1.75; }

.track-panel { padding: 30px; box-shadow: var(--shadow-sm); }
.form-control, .form-select { min-height: 48px; border-color: #cbdde9; border-radius: 6px; }
.form-control:focus, .form-select:focus { border-color: var(--blue-500); box-shadow: 0 0 0 .2rem rgba(34,169,232,.13); }
.form-label { color: #314a62; font-size: .82rem; font-weight: 800; }
.status-timeline { position: relative; padding-left: 28px; }
.status-timeline::before { content: ""; position: absolute; left: 6px; top: 8px; bottom: 8px; width: 2px; background: #cce7f3; }
.status-point { position: relative; margin-bottom: 22px; }
.status-point::before { content: ""; position: absolute; left: -28px; top: 5px; width: 14px; height: 14px; border: 3px solid #fff; border-radius: 50%; background: var(--blue-500); box-shadow: 0 0 0 2px var(--blue-500); }

.cta-band { padding: 48px 0; color: #fff; background: linear-gradient(110deg, var(--blue-600), #0875bc 52%, var(--mint-500)); }
.cta-band h2 { font-family: "DM Serif Display", serif; font-size: 2.3rem; }
.cta-band .btn-light { color: var(--navy-900); }

.site-footer { color: #afc6d9; background: var(--navy-950); }
.footer-main { padding: 58px 0 38px; }
.footer-logo { width: 86px; height: 86px; object-fit: cover; border-radius: 50%; background: #fff; }
.footer-title { color: #fff; font-size: .82rem; font-weight: 800; text-transform: uppercase; margin-bottom: 16px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #afc6d9; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.playstore-link { width: 174px; min-height: 52px; display: inline-flex !important; align-items: center; gap: 11px; padding: 8px 13px; color: #fff !important; background: #071323; border: 1px solid rgba(255,255,255,.24); border-radius: 7px; }
.playstore-link:hover { background: #102847; border-color: var(--cyan-300); transform: translateY(-2px); }
.playstore-link i { font-size: 1.55rem; }
.playstore-link span, .playstore-link small, .playstore-link strong { display: block; line-height: 1.05; }
.playstore-link small { color: #b8cce0; font-size: .62rem; text-transform: uppercase; }
.playstore-link strong { margin-top: 3px; font-size: .92rem; }
.social-row { display: flex; gap: 10px; }
.social-row a { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; text-decoration: none; }
.social-row a:hover { color: var(--navy-950); background: var(--cyan-300); border-color: var(--cyan-300); transform: translateY(-2px); }
.footer-bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
@keyframes gentleFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

@media (max-width: 991.98px) {
    .site-nav { min-height: 70px; }
    .navbar-collapse { padding: 14px 0 20px; }
    .hero { min-height: auto; padding: 72px 0 52px; }
    .hero::after { width: 100%; height: 32%; inset: auto 0 0; }
    .hero h1 { font-size: 3.3rem; }
    .hero-visual { min-height: 430px; }
    .hero-logo { width: min(82vw, 440px); }
    .hero-note { left: 8%; bottom: 20px; }
    .trust-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-item:nth-child(2) { border-right: 0; }
    .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .process-step:nth-child(2) { border-right: 1px solid rgba(255,255,255,.16); }
    .page-hero h1 { font-size: 2.8rem; }
}

@media (max-width: 575.98px) {
    .site-brand img { width: 46px; height: 46px; }
    .site-brand span { max-width: 145px; font-size: .88rem; }
    .hero { padding-top: 56px; }
    .hero h1 { font-size: 2.65rem; }
    .hero-lead { font-size: 1rem; }
    .hero-actions .btn { width: 100%; }
    .hero-visual { min-height: 340px; }
    .hero-note { left: 0; bottom: 0; padding: 12px 14px; }
    .trust-grid, .process-grid { grid-template-columns: 1fr; }
    .trust-item, .trust-item:nth-child(2), .process-step, .process-step:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
    .section-pad { padding: 64px 0; }
    .section-title { font-size: 2.15rem; }
    .page-hero { padding: 56px 0 48px; }
    .page-hero h1 { font-size: 2.35rem; }
    .track-panel { padding: 22px; }
}

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