@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');

:root {
    --brand: #18d5cc;
    --brand-dark: #0eb4ad;
    --brand-soft: rgba(24, 213, 204, .12);
    --dark: #07131c;
    --dark-2: #0b1c27;
    --dark-3: #102735;
    --text: #dbe8ee;
    --muted: #91a7b3;
    --white: #ffffff;
    --border: rgba(255,255,255,.09);
    --shadow: 0 24px 70px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background: var(--dark);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
body::selection { background: var(--brand); color: var(--dark); }
a { text-decoration: none; }
h1, h2, h3, h4, .brand-wrap { font-family: 'Manrope', sans-serif; }
p { color: var(--muted); line-height: 1.75; }
section { position: relative; }
.section-space { padding: 110px 0; }
.page-noise {
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: .025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.site-nav {
    padding: 18px 0;
    transition: .3s ease;
    background: rgba(7, 19, 28, .12);
}
.site-nav.scrolled {
    padding: 11px 0;
    background: rgba(7, 19, 28, .9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
}
.brand-wrap {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--white);
}
.brand-wrap:hover { color: var(--white); }
.brand-wrap > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.brand-wrap strong { font-size: 1.15rem; letter-spacing: .12em; }
.brand-wrap small { font-size: .57rem; letter-spacing: .32em; color: var(--brand); margin-top: 5px; }
.brand-symbol {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--dark);
    border-radius: 13px;
    background: linear-gradient(135deg, #65fff6, var(--brand));
    box-shadow: 0 0 25px rgba(24,213,204,.25);
}
.navbar-nav .nav-link {
    color: rgba(255,255,255,.75);
    font-size: .94rem;
    font-weight: 500;
    padding: .65rem .85rem !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--brand); }

.btn {
    border-radius: 13px;
    font-weight: 700;
    transition: .25s ease;
}
.btn-lg { padding: .9rem 1.35rem; font-size: 1rem; }
.btn-brand {
    color: var(--dark);
    border: 1px solid var(--brand);
    background: linear-gradient(135deg, #66fff6, var(--brand));
    box-shadow: 0 12px 35px rgba(24,213,204,.18);
}
.btn-brand:hover {
    color: var(--dark);
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(24,213,204,.28);
    border-color: #67fff7;
}
.btn-outline-light { border-color: rgba(255,255,255,.25); }
.btn-outline-light:hover { color: var(--dark); background: var(--white); }

.hero-section {
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 28%, rgba(24,213,204,.1), transparent 25%),
        linear-gradient(180deg, #07131c 0%, #081721 100%);
}
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(25px);
    opacity: .3;
}
.hero-orb-one { width: 260px; height: 260px; background: var(--brand); right: -100px; top: 20%; }
.hero-orb-two { width: 180px; height: 180px; background: #2f7eff; left: -90px; bottom: 12%; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 13px;
    color: #adfff9;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    border: 1px solid rgba(24,213,204,.22);
    border-radius: 999px;
    background: rgba(24,213,204,.08);
}
.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 0 rgba(24,213,204,.5);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    70% { box-shadow: 0 0 0 9px rgba(24,213,204,0); }
    100% { box-shadow: 0 0 0 0 rgba(24,213,204,0); }
}
.hero-title {
    max-width: 780px;
    margin: 25px 0 22px;
    color: var(--white);
    font-size: clamp(3rem, 6vw, 5.6rem);
    line-height: 1.02;
    letter-spacing: -.055em;
    font-weight: 800;
}
.text-gradient {
    display: block;
    color: transparent;
    background: linear-gradient(90deg, var(--brand), #8cfff8 45%, #6aa8ff);
    -webkit-background-clip: text;
    background-clip: text;
}
.hero-text { max-width: 680px; font-size: 1.11rem; margin-bottom: 31px; }
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 31px;
    color: #bdd0d9;
    font-size: .86rem;
}
.hero-trust i { color: var(--brand); margin-right: 6px; }

.dashboard-mockup {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 24px;
    background: rgba(13, 31, 43, .92);
    box-shadow: var(--shadow), 0 0 0 8px rgba(255,255,255,.025);
    transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
}
.mockup-top {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-size: .66rem;
    color: #77909c;
    border-bottom: 1px solid var(--border);
}
.mockup-dots { display: flex; gap: 6px; }
.mockup-dots span { width: 7px; height: 7px; border-radius: 50%; background: #344d59; }
.mockup-body { display: flex; min-height: 490px; }
.mockup-body aside {
    width: 58px;
    padding: 14px 9px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    background: #091923;
    border-right: 1px solid var(--border);
}
.mockup-body aside span,
.mini-logo {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    color: #69838f;
    border-radius: 10px;
}
.mini-logo { color: var(--dark); background: var(--brand); margin-bottom: 12px; }
.mockup-body aside span.active { color: var(--brand); background: var(--brand-soft); }
.mockup-content { flex: 1; padding: 22px; }
.mockup-heading { display: flex; align-items: center; justify-content: space-between; }
.mockup-heading small { color: #5f7b88; font-size: .57rem; letter-spacing: .12em; }
.mockup-heading h3 { color: var(--white); font-size: 1rem; margin: 4px 0 0; }
.avatar {
    width: 34px; height: 34px; display: grid; place-items: center;
    color: var(--dark); background: var(--brand); border-radius: 10px;
    font-size: .65rem; font-weight: 800;
}
.mockup-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 22px; }
.mockup-stats div,
.mockup-chart,
.mockup-list {
    border: 1px solid var(--border);
    background: rgba(255,255,255,.025);
    border-radius: 13px;
}
.mockup-stats div { padding: 12px; }
.mockup-stats small { display: block; color: #718b97; font-size: .55rem; }
.mockup-stats strong { display: block; color: var(--white); font-size: 1.22rem; margin: 5px 0 2px; }
.mockup-stats em { color: var(--brand); font-style: normal; font-size: .52rem; }
.mockup-chart { margin-top: 10px; padding: 13px; }
.chart-head { display: flex; justify-content: space-between; color: #c6d5db; font-size: .62rem; }
.chart-head small { color: #66808b; }
.bars { display: flex; height: 135px; align-items: end; gap: 9px; padding-top: 18px; }
.bars i {
    flex: 1;
    display: block;
    min-height: 20px;
    border-radius: 5px 5px 2px 2px;
    background: linear-gradient(to top, rgba(24,213,204,.17), var(--brand));
}
.mockup-list { margin-top: 10px; padding: 8px 13px; }
.mockup-list > div { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.mockup-list > div:last-child { border-bottom: 0; }
.status { width: 8px; height: 8px; border-radius: 50%; }
.status.green { background: #41e29b; }
.status.blue { background: #66a6ff; }
.status.orange { background: #ffb75e; }
.mockup-list p { display: flex; flex-direction: column; margin: 0; line-height: 1.35; }
.mockup-list strong { color: #cfe0e7; font-size: .58rem; font-weight: 600; }
.mockup-list small { color: #5e7883; font-size: .5rem; }
.floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;
    background: rgba(13,31,43,.9);
    backdrop-filter: blur(12px);
    box-shadow: 0 15px 35px rgba(0,0,0,.22);
}
.floating-card i { color: var(--brand); font-size: 1.1rem; }
.floating-card span { display: flex; flex-direction: column; }
.floating-card strong { color: var(--white); font-size: .7rem; }
.floating-card small { color: #77909c; font-size: .55rem; }
.floating-card-one { left: -25px; bottom: 72px; }
.floating-card-two { right: -18px; top: 125px; }

.logo-strip {
    padding: 34px 0;
    background: #091821;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.logo-strip p { text-align: center; color: #536f7b; font-size: .68rem; letter-spacing: .18em; margin-bottom: 22px; }
.sector-list { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 22px; }
.sector-list span { color: #8da4ae; font-weight: 700; font-size: .88rem; }
.sector-list i { color: var(--brand); margin-right: 7px; }

.section-heading { max-width: 720px; }
.section-heading.text-center { margin-inline: auto; }
.section-kicker {
    display: inline-block;
    color: var(--brand);
    font-size: .75rem;
    letter-spacing: .16em;
    font-weight: 800;
    margin-bottom: 13px;
}
.section-heading h2 {
    color: var(--white);
    font-size: clamp(2rem, 4vw, 3.15rem);
    letter-spacing: -.035em;
    font-weight: 800;
    margin-bottom: 18px;
}
.section-heading p { font-size: 1rem; }

.solution-card {
    height: 100%;
    padding: 29px;
    border: 1px solid var(--border);
    border-radius: 21px;
    background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
    transition: .3s ease;
}
.solution-card:hover {
    transform: translateY(-7px);
    border-color: rgba(24,213,204,.35);
    box-shadow: 0 24px 55px rgba(0,0,0,.2);
}
.solution-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: var(--brand);
    font-size: 1.45rem;
    border-radius: 16px;
    background: var(--brand-soft);
    margin-bottom: 24px;
}
.solution-card h3 { color: var(--white); font-size: 1.15rem; font-weight: 800; }
.solution-card p { font-size: .9rem; min-height: 96px; }
.solution-card ul { list-style: none; padding: 0; margin: 20px 0 0; }
.solution-card li { position: relative; color: #afc1c9; padding: 7px 0 7px 23px; font-size: .84rem; border-top: 1px solid rgba(255,255,255,.055); }
.solution-card li::before {
    content: '\F26A';
    font-family: bootstrap-icons;
    position: absolute;
    left: 0;
    color: var(--brand);
}

.feature-section {
    background:
        radial-gradient(circle at 15% 50%, rgba(24,213,204,.075), transparent 25%),
        #091923;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.feature-checks { margin-top: 34px; }
.feature-checks > div { display: flex; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.feature-checks i { color: var(--brand); font-size: 1.2rem; }
.feature-checks span { display: flex; flex-direction: column; }
.feature-checks strong { color: var(--white); font-size: .92rem; }
.feature-checks small { color: var(--muted); margin-top: 4px; line-height: 1.5; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature-box {
    padding: 28px;
    min-height: 220px;
    border-radius: 20px;
    background: #0d2430;
    border: 1px solid var(--border);
}
.feature-box:nth-child(2),
.feature-box:nth-child(3) { transform: translateY(24px); }
.feature-box i { color: var(--brand); font-size: 1.65rem; }
.feature-box strong { display: block; color: var(--white); font-size: 1rem; margin: 24px 0 9px; }
.feature-box p { margin: 0; font-size: .84rem; }
.stats-panel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 90px;
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 21px;
    background: rgba(255,255,255,.025);
}
.stats-panel div { text-align: center; border-right: 1px solid var(--border); }
.stats-panel div:last-child { border-right: 0; }
.stats-panel strong { display: block; color: var(--brand); font-size: 2rem; font-family: 'Manrope'; }
.stats-panel span { color: #8099a4; font-size: .76rem; }

.process-line { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; position: relative; }
.process-line::before {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    top: 45px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(24,213,204,.45), transparent);
}
.process-item { position: relative; text-align: center; padding: 0 16px; }
.process-item > span { position: absolute; top: -15px; right: 22px; color: rgba(255,255,255,.06); font-size: 3.8rem; font-weight: 800; font-family: 'Manrope'; }
.process-icon {
    position: relative;
    z-index: 1;
    width: 88px;
    height: 88px;
    display: grid;
    place-items: center;
    margin: 0 auto 25px;
    color: var(--brand);
    font-size: 1.55rem;
    border-radius: 50%;
    border: 1px solid rgba(24,213,204,.28);
    background: #0b202b;
    box-shadow: 0 0 0 8px var(--dark);
}
.process-item h3 { color: var(--white); font-size: 1rem; font-weight: 800; }
.process-item p { font-size: .83rem; }

.cta-section { padding-top: 0; }
.cta-panel {
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 25px;
    background:
        radial-gradient(circle at 85% 20%, rgba(255,255,255,.2), transparent 20%),
        linear-gradient(135deg, #0fbeb6, #1489a7);
    box-shadow: 0 25px 70px rgba(14,180,173,.2);
}
.cta-panel .section-kicker { color: #d9fffc; }
.cta-panel h2 { max-width: 770px; color: var(--white); font-size: clamp(1.7rem,3vw,2.55rem); font-weight: 800; margin: 0; }
.cta-panel .btn { white-space: nowrap; color: var(--dark); }

.faq-section { background: #081721; border-top: 1px solid var(--border); }
.custom-accordion .accordion-item {
    color: var(--text);
    background: transparent;
    border-color: var(--border);
}
.custom-accordion .accordion-button {
    color: #d8e7ed;
    background: transparent;
    box-shadow: none;
    font-weight: 700;
    padding: 22px 0;
}
.custom-accordion .accordion-button:not(.collapsed) { color: var(--brand); }
.custom-accordion .accordion-button::after { filter: invert(1); opacity: .7; }
.custom-accordion .accordion-body { color: var(--muted); padding: 0 0 22px; line-height: 1.7; }

.contact-section { background: #07131c; }
.contact-panel {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 26px;
    background: #0a1c27;
    box-shadow: var(--shadow);
}
.contact-info { padding: 48px; background: linear-gradient(145deg, #0d2834, #0b202b); }
.contact-info h2 { color: var(--white); font-size: 2.2rem; font-weight: 800; }
.contact-list { margin-top: 35px; }
.contact-list > a, .contact-list > div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 0;
    color: inherit;
    border-bottom: 1px solid var(--border);
}
.contact-list i {
    width: 42px; height: 42px; display: grid; place-items: center;
    color: var(--brand); border-radius: 12px; background: var(--brand-soft);
}
.contact-list span { display: flex; flex-direction: column; }
.contact-list small { color: #66818e; font-size: .7rem; }
.contact-list strong { color: #dbe8ee; font-size: .86rem; margin-top: 3px; }
.contact-note { margin-top: 28px; color: #7f98a3; font-size: .75rem; }
.contact-note i { color: var(--brand); margin-right: 6px; }
.contact-form-wrap { padding: 48px; }
.form-label { color: #a8bbc4; font-size: .8rem; font-weight: 600; }
.form-control, .form-select {
    min-height: 51px;
    color: var(--white);
    border-color: rgba(255,255,255,.11);
    border-radius: 12px;
    background-color: rgba(255,255,255,.035);
}
.form-control:focus, .form-select:focus {
    color: var(--white);
    border-color: var(--brand);
    background-color: rgba(255,255,255,.05);
    box-shadow: 0 0 0 .25rem rgba(24,213,204,.11);
}
.form-control::placeholder { color: #58727e; }
.form-select { color-scheme: dark; }
textarea.form-control { min-height: 130px; }
.form-check-label { color: #748d98; font-size: .72rem; }
.form-check-input { border-color: #4e6975; background-color: transparent; }
.form-check-input:checked { background-color: var(--brand); border-color: var(--brand); }
.form-message { min-height: 22px; color: #ffbe6b; font-size: .8rem; }

.site-footer { padding: 45px 0 25px; background: #051019; border-top: 1px solid var(--border); }
.footer-main { display: flex; align-items: center; gap: 28px; }
.footer-main p { flex: 1; margin: 0; font-size: .8rem; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: #78909b; font-size: .78rem; }
.footer-links a:hover, .footer-bottom a { color: var(--brand); }
.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    padding-top: 22px;
    color: #526b76;
    font-size: .72rem;
    border-top: 1px solid var(--border);
}

.whatsapp-float, .back-to-top {
    position: fixed;
    z-index: 99;
    right: 22px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,.28);
}
.whatsapp-float {
    display: grid;
    bottom: 22px;
    color: white;
    background: #25d366;
    font-size: 1.35rem;
}
.whatsapp-float:hover { color: white; transform: translateY(-3px); }
.back-to-top {
    display: none;
    bottom: 82px;
    color: var(--dark);
    border: 0;
    background: var(--brand);
}
.back-to-top.show { display: grid; }

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
.delay-4 { transition-delay: .32s; }

@media (max-width: 1199.98px) {
    .hero-title { font-size: 4.35rem; }
    .floating-card-two { right: -4px; }
}
@media (max-width: 991.98px) {
    .section-space { padding: 85px 0; }
    .site-nav .navbar-collapse {
        margin-top: 12px;
        padding: 15px;
        border: 1px solid var(--border);
        border-radius: 16px;
        background: rgba(7,19,28,.96);
    }
    .hero-section .min-vh-100 { padding-top: 145px !important; padding-bottom: 90px; }
    .hero-title { font-size: clamp(3rem,9vw,5rem); }
    .dashboard-mockup { transform: none; }
    .floating-card-one { left: 5px; }
    .floating-card-two { right: 5px; }
    .feature-box:nth-child(2), .feature-box:nth-child(3) { transform: none; }
    .process-line { grid-template-columns: 1fr 1fr; gap: 45px 18px; }
    .process-line::before { display: none; }
    .cta-panel { align-items: flex-start; flex-direction: column; }
    .contact-info, .contact-form-wrap { padding: 38px; }
}
@media (max-width: 767.98px) {
    .section-space { padding: 72px 0; }
    .hero-title { font-size: 3.25rem; }
    .hero-text { font-size: 1rem; }
    .hero-trust { flex-direction: column; gap: 9px; }
    .floating-card { display: none; }
    .mockup-body { min-height: 430px; }
    .mockup-stats { grid-template-columns: 1fr; }
    .mockup-stats div:nth-child(n+2) { display: none; }
    .feature-grid, .stats-panel, .process-line { grid-template-columns: 1fr; }
    .feature-box { min-height: auto; }
    .stats-panel { gap: 22px; margin-top: 55px; }
    .stats-panel div { border-right: 0; border-bottom: 1px solid var(--border); padding-bottom: 18px; }
    .stats-panel div:last-child { border-bottom: 0; }
    .cta-panel { padding: 32px 25px; }
    .contact-info, .contact-form-wrap { padding: 30px 22px; }
    .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-links { flex-wrap: wrap; }
}
@media (max-width: 420px) {
    .hero-title { font-size: 2.7rem; }
    .hero-section .btn-lg { width: 100%; }
    .mockup-content { padding: 14px; }
    .mockup-body aside { width: 48px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
}
