body {
    background: #f6f8fb;
    color: #526071;
}

.product-header {
    max-width: 1180px;
}

.product-logo a {
    background: none !important;
    color: #ffffff !important;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1.55rem;
    letter-spacing: 0;
    text-indent: 0;
    width: auto;
    height: auto;
    line-height: 42px;
    display: flex;
    align-items: center;
    gap: 11px;
}

.product-logo img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    object-position: center 28%;
    border-radius: 9px;
    background: #ffffff;
    padding: 3px;
    box-shadow: 0 10px 30px rgba(47, 107, 255, .25);
}

.product-logo span {
    display: inline-block;
    white-space: nowrap;
}

.product-hero {
    height: 92vh !important;
    min-height: 650px !important;
    max-height: 720px;
    background: #07111f;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 12, 24, .94) 0%, rgba(7, 17, 31, .82) 42%, rgba(7, 17, 31, .48) 100%),
        radial-gradient(circle at 74% 24%, rgba(22, 199, 154, .22), transparent 34%);
}

.product-hero-content {
    z-index: 2;
}

.product-hero-copy h1 {
    max-width: 690px;
    font-size: 4.7rem;
    line-height: 1.05;
    letter-spacing: 0;
    margin-bottom: 2.2rem;
}

.product-hero-copy {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
}

.eyebrow {
    margin-bottom: 1.6rem;
    color: #62e6c3;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1.25rem;
    letter-spacing: .18rem;
    text-transform: uppercase;
}

.hero-lead {
    max-width: 620px;
    color: rgba(255,255,255,.76);
    font-size: 1.85rem;
    line-height: 1.58;
}

.product-buttons .button {
    margin-right: 1.2rem;
    border-radius: 7px;
}

.button.button-primary {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.button.button-primary:hover,
.button.button-primary:focus {
    background: #16a34a;
    border-color: #16a34a;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2.5rem;
}

.hero-trust span {
    color: rgba(255,255,255,.82);
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.07);
    border-radius: 999px;
    padding: 5px 13px;
    font-size: 1.25rem;
}

.product-dashboard-wrap {
    right: 5rem;
    top: 50%;
    transform: translateY(-46%);
    width: 470px;
    padding-top: 0;
}

.product-dashboard {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 28px 70px rgba(0,0,0,.34);
    backdrop-filter: blur(14px);
}

.dashboard-top,
.dash-grid,
.dash-list p {
    display: flex;
    align-items: center;
}

.dashboard-top {
    justify-content: space-between;
    margin-bottom: 20px;
}

.dash-kicker,
.dash-grid span {
    display: block;
    color: #64748b;
    font-size: 1.15rem;
    font-family: "montserrat-semibold", sans-serif;
    text-transform: uppercase;
    letter-spacing: .08rem;
}

.dashboard-top strong {
    color: #0f172a;
    font-size: 2.8rem;
    line-height: 1.1;
}

.status-pill {
    color: #047857;
    background: #d1fae5;
    border-radius: 999px;
    padding: 6px 12px;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1.15rem;
}

.dash-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 22px;
}

.dash-grid div {
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.dash-grid strong {
    color: #111827;
    font-size: 2rem;
}

.dash-chart {
    height: 126px;
    display: flex;
    align-items: end;
    gap: 12px;
    padding: 16px;
    border-radius: 14px;
    background: linear-gradient(180deg, #eff6ff, #f8fafc);
}

.dash-chart span {
    flex: 1;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #2563eb, #16a34a);
}

.dash-list {
    margin-top: 18px;
}

.dash-list p {
    gap: 8px;
    margin: 8px 0;
    color: #475569;
    font-size: 1.35rem;
}

.dash-list i {
    color: #16a34a;
}

.product-section {
    padding: 11rem 0 8rem;
    background: #ffffff;
}

.muted-section {
    background: #f6f8fb;
}

.centered {
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.product-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 2rem;
}

.proof-card,
.demo-checklist,
.contact-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}

.proof-card {
    padding: 26px;
}

.proof-card strong {
    display: block;
    color: #0f172a;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.proof-card p,
.service-content p,
.demo-copy p,
.contact-card p {
    color: #5f6f83;
}

#features .feature .icon {
    color: #2563eb;
}

#features .feature h3 {
    color: #0f172a;
}

.demo-section {
    padding: 10rem 0;
    background: #07111f;
    color: rgba(255,255,255,.76);
}

.demo-section h1,
.demo-section h3 {
    color: #fff;
}

.demo-checklist {
    padding: 30px 34px;
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.14);
}

.demo-checklist ul {
    margin: 0;
    list-style: none;
}

.demo-checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: rgba(255,255,255,.76);
}

.demo-checklist li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #62e6c3;
}

.contact-section {
    padding: 11rem 0;
    background: #ffffff;
}

.contact-copy h1 {
    max-width: 540px;
}

.contact-card {
    padding: 34px;
}

.contact-card h3 {
    margin-bottom: 18px;
}

.contact-card i {
    color: #2563eb;
    margin-right: 8px;
}

.contact-card .fa-whatsapp,
.contact-actions .fa-whatsapp {
    color: #16a34a;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.dark-stroke {
    color: #0f172a !important;
    border-color: #cbd5e1 !important;
}

footer {
    background: #07111f;
}

footer h4,
footer a:hover {
    color: #fff;
}

.footer-main {
    padding-top: 6rem;
}

.footer-brand-logo {
    width: 92px;
    height: 92px;
    object-fit: cover;
    object-position: center 28%;
    border-radius: 16px;
    background: #ffffff;
    padding: 7px;
    margin-bottom: 18px;
}

@media only screen and (max-width: 1100px) {
    .product-dashboard-wrap {
        width: 410px;
        right: 2rem;
    }
    .product-hero-copy h1 {
        font-size: 4.8rem;
    }
}

@media only screen and (max-width: 900px) {
    .product-hero {
        height: auto !important;
        min-height: auto;
        padding-bottom: 9rem;
    }
    .product-dashboard-wrap {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-top: 4rem;
    }
    .product-proof {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 600px) {
    .product-logo a {
        font-size: 1.25rem;
    }
    .product-logo img {
        width: 32px;
        height: 32px;
    }
    .product-logo span {
        max-width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-hero-copy h1 {
        font-size: 3.6rem;
    }
    .hero-lead {
        font-size: 1.7rem;
    }
    .dash-grid {
        grid-template-columns: 1fr;
    }
    .contact-actions .button,
    .product-buttons .button {
        width: 100%;
        margin-right: 0;
    }
}
