:root {
    --paxos-dark: #07131f;
    --paxos-darker: #030a11;
    --paxos-blue: #1777ff;
    --paxos-cyan: #19e5d5;
    --paxos-ink: #142334;
    --paxos-muted: #667587;
    --paxos-soft: #f4f8fb;
    --paxos-border: #dce6ee;
    --paxos-gradient: linear-gradient(135deg, #1777ff 0%, #19e5d5 100%);
}

html {
    scroll-behavior: smooth;
}
body {
    color: var(--paxos-ink);
    background: #fff;
    font-family:
        Inter,
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}
a {
    color: var(--paxos-blue);
    text-decoration: none;
}
a:hover {
    color: #0b5ed7;
}

.site-header {
    padding: 14px 0;
    transition: 0.25s ease;
    z-index: 1030;
}
.site-header.scrolled {
    background: rgba(3, 10, 17, 0.93);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
    padding: 8px 0;
}
.site-header.fixed-top {
    background: rgba(7,19,31,0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}
.brand-logo {
    max-width: 160px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
    padding: 0.7rem 0.85rem;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.btn-paxos {
    border: 0;
    color: #04131a;
    font-weight: 750;
    background: var(--paxos-gradient);
    box-shadow: 0 10px 30px rgba(24, 219, 213, 0.22);
}
.btn-paxos:hover {
    color: #04131a;
    transform: translateY(-1px);
    box-shadow: 0 14px 36px rgba(24, 219, 213, 0.3);
}

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    color: #fff;
    background:
        radial-gradient(
            circle at 72% 20%,
            rgba(21, 124, 255, 0.22),
            transparent 34%
        ),
        radial-gradient(
            circle at 88% 70%,
            rgba(25, 229, 213, 0.13),
            transparent 30%
        ),
        linear-gradient(145deg, #02080f 0%, #081828 54%, #06111d 100%);
}
.hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #bcefff;
    font-size: 0.78rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-weight: 800;
}
.hero-section h1 {
    max-width: 790px;
    margin: 22px 0;
    font-size: clamp(2.7rem, 5vw, 5.3rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 850;
}
.hero-section h1 span {
    background: var(--paxos-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-lead {
    max-width: 720px;
    color: #b9c8d6;
    font-size: 1.2rem;
    line-height: 1.75;
}
.hero-metrics > div > div {
    display: flex;
    flex-direction: column;
    padding-left: 14px;
    border-left: 2px solid rgba(25, 229, 213, 0.55);
}
.hero-metrics strong {
    font-size: 0.98rem;
}
.hero-metrics span {
    color: #90a4b6;
    font-size: 0.82rem;
}
.hero-logo-card {
    position: relative;
    min-height: 460px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 36px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.07),
        rgba(255, 255, 255, 0.025)
    );
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(10px);
}
.hero-logo-card > img {
    position: relative;
    z-index: 2;
    width: 86%;
    max-width: 440px;
    border-radius: 20px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}
.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
}
.glow-one {
    width: 240px;
    height: 240px;
    background: rgba(20, 119, 255, 0.2);
    top: 20px;
    right: 10px;
}
.glow-two {
    width: 180px;
    height: 180px;
    background: rgba(25, 229, 213, 0.15);
    bottom: 20px;
    left: 10px;
}
.hero-float-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(5, 17, 29, 0.84);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    color: #eaf7ff;
    font-size: 0.8rem;
    font-weight: 700;
}
.hero-float-card i {
    color: var(--paxos-cyan);
    font-size: 1.1rem;
}
.float-card-one {
    top: 55px;
    left: -22px;
}
.float-card-two {
    bottom: 54px;
    right: -20px;
}
.float-card-three {
    bottom: 22px;
    left: 38px;
}

.section-padding {
    padding: 105px 0;
}
.bg-soft {
    background: var(--paxos-soft);
}
.section-heading {
    max-width: 780px;
}
.section-kicker {
    color: var(--paxos-blue);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.section-title {
    font-size: clamp(2rem, 3.3vw, 3.45rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 820;
    color: #0b1a29;
}
.section-text {
    color: var(--paxos-muted);
    font-size: 1.06rem;
    line-height: 1.8;
}
.check-list {
    display: grid;
    gap: 13px;
}
.check-list div {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #26394b;
}
.check-list i {
    color: #0dad9f;
    font-size: 1.25rem;
}
.capability-panel {
    overflow: hidden;
    border: 1px solid var(--paxos-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(24, 49, 72, 0.08);
}
.capability-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 24px;
    color: #fff;
    font-weight: 750;
    background: var(--paxos-dark);
}
.capability-top i {
    color: var(--paxos-cyan);
    font-size: 1.4rem;
}
.capability-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.capability-grid article {
    padding: 28px;
    border-right: 1px solid var(--paxos-border);
    border-bottom: 1px solid var(--paxos-border);
}
.capability-grid article:nth-child(2n) {
    border-right: 0;
}
.capability-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
}
.capability-grid i {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: #e9f6ff;
    color: var(--paxos-blue);
    font-size: 1.3rem;
}
.capability-grid h3 {
    margin: 18px 0 8px;
    font-size: 1.05rem;
    font-weight: 800;
}
.capability-grid p {
    margin: 0;
    color: var(--paxos-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.service-card {
    display: flex;
    flex-direction: column;
    padding: 32px;
    border: 1px solid var(--paxos-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(22, 51, 75, 0.045);
    transition: 0.25s ease;
}
.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(23, 119, 255, 0.35);
    box-shadow: 0 25px 55px rgba(22, 51, 75, 0.1);
}
.service-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    color: #07131f;
    background: var(--paxos-gradient);
    font-size: 1.45rem;
}
.service-card h3 {
    margin: 22px 0 12px;
    font-size: 1.23rem;
    font-weight: 800;
}
.service-card p {
    flex: 1;
    color: var(--paxos-muted);
    line-height: 1.7;
}
.service-card a {
    font-size: 0.9rem;
    font-weight: 750;
}

.solution-band {
    padding: 72px 0;
    color: #06131e;
    background: var(--paxos-gradient);
}
.eyebrow-dark {
    color: #06131e;
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.2);
}
.solution-band h2 {
    margin: 18px 0 12px;
    max-width: 900px;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 850;
    letter-spacing: -0.035em;
}
.solution-band p {
    max-width: 900px;
    margin: 0;
    font-size: 1.05rem;
    color: rgba(4, 22, 31, 0.74);
}

.process-list {
    display: grid;
    gap: 14px;
}
.process-list article {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 20px;
    padding: 23px;
    border: 1px solid var(--paxos-border);
    border-radius: 18px;
    background: #fff;
}
.process-list article > span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #eaf5ff;
    color: var(--paxos-blue);
    font-weight: 850;
}
.process-list h3 {
    margin: 1px 0 7px;
    font-size: 1.12rem;
    font-weight: 800;
}
.process-list p {
    margin: 0;
    color: var(--paxos-muted);
    line-height: 1.65;
}

.why-visual {
    position: relative;
    min-height: 390px;
    display: grid;
    place-items: center;
    border-radius: 30px;
    background:
        radial-gradient(
            circle at center,
            rgba(25, 229, 213, 0.16),
            transparent 38%
        ),
        var(--paxos-dark);
    overflow: hidden;
}
.why-visual::before {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}
.why-ring {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    color: #06131e;
    background: var(--paxos-gradient);
    box-shadow: 0 0 0 20px rgba(25, 229, 213, 0.06);
    font-size: 4rem;
}
.why-pill {
    position: absolute;
    z-index: 3;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #eaf7ff;
    font-size: 0.8rem;
    font-weight: 700;
}
.pill-a {
    top: 44px;
    left: 34px;
}
.pill-b {
    top: 58px;
    right: 34px;
}
.pill-c {
    bottom: 48px;
    left: 40px;
}
.pill-d {
    bottom: 35px;
    right: 40px;
}
.feature-box {
    display: flex;
    gap: 16px;
    height: 100%;
    padding: 20px;
    border-radius: 17px;
    background: var(--paxos-soft);
}
.feature-box > i {
    color: var(--paxos-blue);
    font-size: 1.45rem;
}
.feature-box h3 {
    font-size: 1rem;
    font-weight: 800;
}
.feature-box p {
    margin: 0;
    color: var(--paxos-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.contact-section {
    color: #fff;
    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(23, 119, 255, 0.2),
            transparent 32%
        ),
        var(--paxos-darker);
}
.contact-section .section-title {
    color: #fff;
}
.contact-copy {
    color: #aebdcc;
    font-size: 1.05rem;
    line-height: 1.8;
}
.contact-channel {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
}
.contact-channel > i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    color: #06131e;
    background: var(--paxos-gradient);
    font-size: 1.2rem;
}
.contact-channel div {
    display: flex;
    flex-direction: column;
}
.contact-channel span {
    color: #8298aa;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.contact-channel a,
.contact-channel strong {
    color: #fff;
    font-weight: 700;
}
.contact-form-card {
    padding: 34px;
    border-radius: 24px;
    background: #fff;
    color: var(--paxos-ink);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}
.contact-form-card .form-control,
.contact-form-card .form-select {
    min-height: 50px;
    border-color: #d7e2ea;
    background: #fbfdff;
}
.contact-form-card textarea.form-control {
    min-height: 145px;
}
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: var(--paxos-blue);
    box-shadow: 0 0 0 0.22rem rgba(23, 119, 255, 0.12);
}
.hp-field {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.site-footer {
    padding: 70px 0 20px;
    color: #9fb0bf;
    background: #03090f;
}
.footer-logo {
    max-width: 200px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.footer-copy {
    max-width: 460px;
    line-height: 1.7;
}
.footer-title {
    color: #fff;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-weight: 800;
}
.site-footer a {
    display: block;
    margin: 11px 0;
    color: #9fb0bf;
}
.site-footer a:hover {
    color: var(--paxos-cyan);
}
.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
}
.template-credit {
    color: #6c7e8c;
}
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--paxos-gradient);
    color: #06131e;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.2s;
    z-index: 1020;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.inner-hero {
    padding: 170px 0 85px;
    color: #fff;
    background:
        radial-gradient(
            circle at 75% 20%,
            rgba(23, 119, 255, 0.23),
            transparent 34%
        ),
        var(--paxos-dark);
}
.inner-hero h1 {
    margin-top: 18px;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    font-weight: 850;
    letter-spacing: -0.05em;
}
.inner-hero p {
    color: #aebdcc;
    font-size: 1.1rem;
}
.legal-content {
    max-width: 860px;
}
.legal-content h2 {
    margin-top: 35px;
    font-size: 1.25rem;
    font-weight: 800;
}
.legal-content p {
    color: var(--paxos-muted);
    line-height: 1.8;
}

@media (max-width: 991.98px) {
    .site-header {
        background: rgba(3, 10, 17, 0.94);
    }
    .navbar-collapse {
        padding: 16px 0 4px;
    }
    .hero-section {
        min-height: auto;
        padding-bottom: 80px;
    }
    .hero-logo-card {
        min-height: 390px;
    }
    .float-card-one {
        left: 10px;
    }
    .float-card-two {
        right: 10px;
    }
}
@media (max-width: 767.98px) {
    .section-padding {
        padding: 78px 0;
    }
    .brand-logo {
        width: 143px;
        height: 48px;
    }
    .hero-section h1 {
        font-size: 2.7rem;
    }
    .hero-lead {
        font-size: 1.05rem;
    }
    .hero-logo-card {
        min-height: 330px;
        border-radius: 24px;
    }
    .hero-float-card {
        font-size: 0.7rem;
        padding: 8px 10px;
    }
    .float-card-three {
        display: none;
    }
    .capability-grid {
        grid-template-columns: 1fr;
    }
    .capability-grid article {
        border-right: 0;
    }
    .capability-grid article:nth-last-child(2) {
        border-bottom: 1px solid var(--paxos-border);
    }
    .process-list article {
        grid-template-columns: 50px 1fr;
        gap: 15px;
    }
    .process-list article > span {
        width: 48px;
        height: 48px;
    }
    .why-visual {
        min-height: 330px;
    }
    .contact-form-card {
        padding: 24px 18px;
    }
}

/* Evita recorte do SVG no Firefox e mantém a proporção original do logotipo. */
.site-header,
.site-header .navbar,
.site-header .navbar > .container,
.navbar-brand {
    overflow: visible;
}
.navbar-brand {
    flex: 0 0 auto;
    line-height: 0;
    padding-block: .25rem;
}
.brand-logo {
    display: block;
    flex: 0 0 auto;
    width: 160px;
    max-width: 160px;
    height: 46px;
    object-fit: contain;
    object-position: center;
    overflow: visible;
}
.footer-logo,
.hero-logo-card > img {
    display: block;
    overflow: visible;
}
@media (max-width: 767.98px) {
    .brand-logo {
        width: 143px;
        max-width: 143px;
        height: 42px;
    }
}
