:root {
    --dd-blue: #0c5adb;
    --dd-navy: #00194c;
    --dd-ink: #111827;
    --dd-muted: #5d6778;
    --dd-line: #e7edf7;
    --dd-soft: #f7f9fc;
    --dd-white: #ffffff;
}

* {
    letter-spacing: 0;
}

body {
    color: var(--dd-ink);
    font-family: "Roboto", "Lato", Arial, sans-serif;
    background: var(--dd-white);
}

body.noscroll {
    overflow: hidden;
}

a {
    color: var(--dd-blue);
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

a:hover {
    color: #084bb8;
    text-decoration-thickness: 2px;
}

.deploydash-copy a:not(.deploydash-btn):not(.deploydash-btn-outline):not(.button-two),
.deploydash-home a:not(.deploydash-btn):not(.deploydash-btn-outline):not(.button-two),
.legal-content a {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.loader-wrapper {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: var(--dd-white);
}

.loader {
    width: 44px;
    height: 44px;
    border: 4px solid #dce7f8;
    border-top-color: var(--dd-blue);
    border-radius: 50%;
    animation: dd-spin 0.8s linear infinite;
}

@keyframes dd-spin {
    to {
        transform: rotate(360deg);
    }
}

.top-header-area {
    background: var(--dd-navy);
    color: var(--dd-white);
    font-size: 14px;
}

.top-contact,
.top-social,
.footer-menu,
.footer-address,
.footer-social,
.footer-links,
.deploydash-trust-list,
.deploydash-feature-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-contact,
.top-social {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 44px;
}

.top-social {
    justify-content: flex-end;
}

.top-contact a,
.top-social a,
.top-social li {
    color: rgba(255, 255, 255, 0.9);
}

.top-contact i,
.top-social i {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
}

.top-contact .material-icons {
    font-size: 18px;
}

.public-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(231, 237, 247, 0.8);
    backdrop-filter: blur(12px);
    transition: box-shadow 0.2s ease;
}

.public-header.is-sticky {
    box-shadow: 0 10px 30px rgba(15, 34, 67, 0.08);
}

.public-navbar {
    min-height: 82px;
    padding: 0;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--dd-navy);
    font-size: 24px;
    font-weight: 900;
}

.logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    overflow: hidden;
}

.logo-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.navbar-brand:hover .logo-mark img {
    transform: scale(1.08);
    filter: saturate(1.05);
}

.public-navbar .nav-link {
    color: var(--dd-navy);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 30px 14px;
}

.public-navbar .nav-link:hover,
.public-navbar .nav-link:focus {
    color: var(--dd-blue);
}

.public-navbar .dropdown-menu {
    border: 1px solid var(--dd-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 34, 67, 0.12);
}

.public-navbar .dropdown-item {
    color: var(--dd-navy);
    font-size: 14px;
    font-weight: 700;
    padding: 10px 18px;
}

.public-navbar .dropdown-item:hover {
    color: var(--dd-blue);
    background: #eef5ff;
}

.navbar-toggler {
    border: 1px solid var(--dd-line);
    border-radius: 8px;
    padding: 9px 10px;
}

.navbar-toggler-icon-line {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    background: var(--dd-navy);
}

.deploydash-btn,
.deploydash-btn-outline,
.hero-button a,
.deploydash-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 24px;
    border-radius: 6px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.deploydash-btn,
.hero-button a,
.deploydash-cta-actions a:first-child {
    background: var(--dd-blue);
    border: 1px solid var(--dd-blue);
    color: var(--dd-white);
}

.deploydash-btn:hover,
.hero-button a:hover,
.deploydash-cta-actions a:hover {
    color: var(--dd-white);
    transform: translateY(-2px);
}

.deploydash-btn .material-icons {
    margin-right: 8px;
    font-size: 21px;
}

.deploydash-btn-outline,
.hero-button a.button-two,
.deploydash-cta-actions a:last-child {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: var(--dd-white);
}

.nav-cta {
    margin-left: 12px;
}

.deploydash-copy h1,
.deploydash-copy h2,
.deploydash-copy h3,
.deploydash-copy h4,
.deploydash-copy p,
.deploydash-copy a,
.deploydash-copy li,
.deploydash-home h1,
.deploydash-home h2,
.deploydash-home h3,
.deploydash-home h4,
.deploydash-home p,
.deploydash-home a,
.deploydash-home li {
    font-family: "Roboto", sans-serif;
}

.deploydash-section {
    padding: 90px 0;
}

.deploydash-section-light {
    background: var(--dd-soft);
}

.deploydash-hero {
    position: relative;
    min-height: 660px;
    display: flex;
    align-items: center;
    padding: 140px 0 155px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0, 18, 54, 0.94), rgba(0, 25, 76, 0.86)), url("/assets/images/crm-hero.jpg") center/cover no-repeat;
}

.deploydash-hero .hero-content {
    max-width: 840px;
}

.section-eyebrow,
.section-title h4 {
    display: inline-flex;
    align-items: center;
    margin: 0 0 18px;
    color: var(--dd-blue);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.deploydash-hero .section-eyebrow {
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: var(--dd-white);
    text-transform: none;
}

.deploydash-hero h1 {
    margin: 0;
    color: var(--dd-white);
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 900;
    line-height: 1.05;
}

.deploydash-hero h1 span {
    display: block;
}

.deploydash-hero p {
    max-width: 760px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.7;
}

.hero-button {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-button i,
.deploydash-cta-actions i {
    margin-left: 10px;
}

.section-title {
    margin-bottom: 34px;
}

.section-title h2,
.deploydash-copy h2 {
    color: var(--dd-navy);
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.section-title p,
.deploydash-copy p {
    color: var(--dd-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 18px 0 0;
}

.deploydash-stats {
    background: var(--dd-soft);
    padding: 0 0 78px;
}

.deploydash-stats .stats-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: -68px;
    position: relative;
    z-index: 2;
}

.single-feature-box,
.deploydash-card,
.single-services-box,
.testimonial-card,
.brand-thumb {
    background: var(--dd-white);
    border: 1px solid var(--dd-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 34, 67, 0.06);
}

.single-feature-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 245px;
    height: 100%;
    padding: 26px 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.single-feature-box:hover,
.deploydash-card:hover,
.single-services-box:hover,
.brand-thumb:hover {
    transform: translateY(-4px);
    border-color: rgba(12, 90, 219, 0.24);
    box-shadow: 0 22px 55px rgba(15, 34, 67, 0.12);
}

.feature-icon,
.service-icon-thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #eef5ff;
    color: var(--dd-blue);
}

.feature-icon i,
.service-icon-thumb i {
    color: var(--dd-blue);
    font-size: 28px;
}

.feature-content h2,
.deploydash-card h3,
.service-content h2,
.service-content h3,
.process-card h3,
.testimonial-card h3 {
    color: var(--dd-navy);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 10px;
}

.feature-content p,
.deploydash-card p,
.service-content p {
    color: var(--dd-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.about-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 22px 55px rgba(15, 34, 67, 0.12);
}

.about-image img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.about-icon-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.about-icon-box {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 16px;
    border: 1px solid var(--dd-line);
    border-radius: 8px;
    background: var(--dd-white);
}

.about-icon-box .material-icons {
    color: #3e7ce3;
    font-size: 42px;
}

.about-icon-box h3 {
    margin: 0;
    color: var(--dd-navy);
    font-size: 16px;
    font-weight: 900;
}

.deploydash-trust-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.deploydash-trust-list li {
    position: relative;
    padding-left: 26px;
    color: #4e5b70;
    line-height: 1.65;
}

.deploydash-trust-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--dd-blue);
    font-weight: 900;
}

.deploydash-solutions {
    background: var(--dd-navy);
}

.deploydash-solutions .section-title h2,
.deploydash-solutions .section-eyebrow,
.deploydash-solutions .section-title h4 {
    color: var(--dd-white);
}

.single-services-box {
    position: relative;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-number {
    position: absolute;
    top: 22px;
    right: 24px;
    color: #eff3f9;
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
}

.service-content {
    position: relative;
    z-index: 1;
}

.service-content a {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: var(--dd-blue);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.service-content a i {
    margin-left: 8px;
}

.deploydash-card {
    height: 100%;
    padding: 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.deploydash-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.deploydash-feature-list li {
    background: var(--dd-white);
    border: 1px solid var(--dd-line);
    border-radius: 8px;
    padding: 18px 20px;
    color: #4e5b70;
    line-height: 1.55;
}

.deploydash-feature-list strong {
    display: block;
    color: var(--dd-navy);
    margin-bottom: 5px;
}

.dashboard-showcase {
    background: linear-gradient(135deg, var(--dd-navy), #073888);
}

.dashboard-showcase .section-title h2,
.dashboard-showcase .section-eyebrow,
.dashboard-showcase .section-title h4,
.dashboard-showcase h3,
.dashboard-showcase p {
    color: var(--dd-white);
}

.process-card {
    text-align: center;
}

.process-thumb {
    position: relative;
    width: 216px;
    height: 216px;
    margin: 0 auto 22px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.12);
}

.process-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process-number {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--dd-blue);
    color: var(--dd-white);
    font-weight: 900;
}

.testimonial-card {
    height: 100%;
    padding: 30px;
    text-align: center;
}

.testi-rating {
    color: #f8b400;
    margin: 18px 0;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.brand-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    padding: 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.brand-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.deploydash-cta {
    background: linear-gradient(135deg, var(--dd-navy) 0%, var(--dd-blue) 100%);
    color: var(--dd-white);
    border-radius: 8px;
    padding: 55px;
}

.deploydash-cta h2,
.deploydash-cta p {
    color: var(--dd-white);
}

.deploydash-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
}

.deploydash-cta-actions a:first-child {
    background: var(--dd-white);
    border-color: var(--dd-white);
    color: var(--dd-blue);
}

.page-hero {
    position: relative;
    padding: 92px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(0, 25, 76, 0.96), rgba(12, 90, 219, 0.82)), url("/assets/images/crm-hero.jpg") center/cover no-repeat;
    color: var(--dd-white);
}

.page-hero h1 {
    max-width: 880px;
    margin: 0;
    color: var(--dd-white);
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 900;
    line-height: 1.08;
}

.page-hero p {
    max-width: 780px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.72;
}

.page-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: var(--dd-white);
    font-size: 14px;
    font-weight: 800;
}

.page-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 700;
}

.page-breadcrumbs a {
    color: var(--dd-white);
}

.metric-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.metric-box {
    padding: 26px;
    border: 1px solid var(--dd-line);
    border-radius: 8px;
    background: var(--dd-white);
    box-shadow: 0 18px 45px rgba(15, 34, 67, 0.06);
}

.metric-box strong {
    display: block;
    color: var(--dd-navy);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.metric-box span {
    display: block;
    margin-top: 10px;
    color: var(--dd-muted);
    font-weight: 700;
}

.icon-list {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.icon-list.two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.icon-list li {
    position: relative;
    padding: 16px 18px 16px 46px;
    border: 1px solid var(--dd-line);
    border-radius: 8px;
    background: var(--dd-white);
    color: #4e5b70;
    line-height: 1.6;
}

.icon-list li::before {
    content: "\f058";
    position: absolute;
    top: 18px;
    left: 18px;
    color: var(--dd-blue);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.split-media {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--dd-line);
    box-shadow: 0 22px 55px rgba(15, 34, 67, 0.1);
}

.split-media img {
    display: block;
    width: 100%;
    min-height: 360px;
    object-fit: cover;
}

.pricing-card {
    position: relative;
    height: 100%;
    padding: 34px 30px;
    border: 1px solid var(--dd-line);
    border-radius: 8px;
    background: var(--dd-white);
    box-shadow: 0 18px 45px rgba(15, 34, 67, 0.06);
}

.pricing-card.featured {
    border-color: rgba(12, 90, 219, 0.42);
    box-shadow: 0 24px 62px rgba(12, 90, 219, 0.16);
}

.plan-label {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef5ff;
    color: var(--dd-blue);
    font-size: 13px;
    font-weight: 900;
}

.price {
    margin: 18px 0 8px;
    color: var(--dd-navy);
    font-size: 42px;
    font-weight: 900;
}

.price small {
    color: var(--dd-muted);
    font-size: 15px;
    font-weight: 700;
}

.contact-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--dd-line);
    border-radius: 8px;
    background: var(--dd-white);
    box-shadow: 0 18px 45px rgba(15, 34, 67, 0.06);
}

.contact-card i,
.contact-card .material-icons {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #eef5ff;
    color: var(--dd-blue);
    font-size: 24px;
}

.contact-card h2,
.contact-card h3 {
    color: var(--dd-navy);
    font-size: 20px;
    font-weight: 900;
}

.contact-form {
    padding: 34px;
    border: 1px solid var(--dd-line);
    border-radius: 8px;
    background: var(--dd-white);
    box-shadow: 0 18px 45px rgba(15, 34, 67, 0.06);
}

.contact-form .form-control {
    min-height: 50px;
    border-color: var(--dd-line);
    border-radius: 6px;
}

.contact-form textarea.form-control {
    min-height: 150px;
}

.map-frame {
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 34, 67, 0.08);
}

.legal-content {
    padding: 40px;
    border: 1px solid var(--dd-line);
    border-radius: 8px;
    background: var(--dd-white);
    box-shadow: 0 18px 45px rgba(15, 34, 67, 0.06);
}

.legal-content h2 {
    margin: 30px 0 12px;
    color: var(--dd-navy);
    font-size: 24px;
    font-weight: 900;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content p,
.legal-content li {
    color: #4e5b70;
    line-height: 1.75;
}

.legal-content li {
    margin-bottom: 10px;
}

.footer-area {
    background: #061634;
    color: rgba(255, 255, 255, 0.74);
    padding: 76px 0 28px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: var(--dd-white);
    font-size: 24px;
    font-weight: 900;
}

.footer-logo:hover {
    color: var(--dd-white);
}

.footer-logo img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.footer-copy {
    max-width: 360px;
    line-height: 1.75;
}

.footer-area h2 {
    margin: 0 0 22px;
    color: var(--dd-white);
    font-size: 20px;
    font-weight: 900;
}

.footer-menu li,
.footer-address li {
    margin-bottom: 11px;
}

.footer-menu a,
.footer-address a,
.footer-links a {
    color: rgba(255, 255, 255, 0.78);
}

.footer-menu a:hover,
.footer-address a:hover,
.footer-links a:hover {
    color: var(--dd-white);
}

.footer-menu i {
    margin-right: 9px;
    color: var(--dd-blue);
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.footer-social a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--dd-white);
}

.footer-line {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
}

.footer-bottom {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.72);
}

#movetop {
    display: none;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--dd-blue);
    color: var(--dd-white);
    box-shadow: 0 12px 28px rgba(12, 90, 219, 0.28);
}

@media (max-width: 1199px) {
    .deploydash-stats .stats-grid,
    .brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nav-cta {
        margin: 12px 0 20px;
    }

    .public-navbar .nav-link {
        padding: 12px 0;
    }
}

@media (max-width: 767px) {
    .public-navbar {
        min-height: 74px;
    }

    .logo-text {
        font-size: 21px;
    }

    .logo-mark {
        width: 48px;
        height: 48px;
    }

    .deploydash-section {
        padding: 62px 0;
    }

    .deploydash-hero {
        min-height: auto;
        padding: 96px 0 120px;
    }

    .deploydash-hero h1 {
        font-size: 38px;
        line-height: 1.12;
    }

    .deploydash-hero p {
        font-size: 16px;
        line-height: 1.65;
    }

    .hero-button {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-button a {
        width: 100%;
    }

    .section-title h2,
    .deploydash-copy h2 {
        font-size: 31px;
    }

    .deploydash-stats {
        padding-bottom: 58px;
    }

    .deploydash-stats .stats-grid,
    .deploydash-feature-list,
    .deploydash-trust-list,
    .about-icon-grid,
    .brand-grid,
    .metric-strip,
    .icon-list.two-columns {
        grid-template-columns: 1fr;
    }

    .page-hero {
        padding: 68px 0;
    }

    .page-hero h1 {
        font-size: 34px;
    }

    .page-hero p {
        font-size: 16px;
    }

    .contact-form,
    .legal-content {
        padding: 26px 20px;
    }

    .single-feature-box {
        min-height: auto;
    }

    .about-image {
        margin-bottom: 30px;
    }

    .about-image img {
        min-height: 260px;
    }

    .deploydash-cta {
        padding: 32px 24px;
    }

    .deploydash-cta-actions {
        margin-top: 18px;
    }

    .deploydash-cta-actions a {
        width: 100%;
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
