:root {
    --cams-blue: #0d6efd;
    --cams-dark: #102033;
    --cams-muted: #6c757d;
    --cams-light: #f7f9fc;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--cams-dark);
}


/* =========================
   MAIN NAVIGATION
   ========================= */

.navbar {
    padding: 14px 0;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.05);
}

.navbar-nav .nav-link {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 8px;
    padding: 10px 6px !important;
    transition: all .25s ease;
}

/* Hover */

.navbar-nav .nav-link:hover {
    color: #2563eb;
}

/* Animated underline */

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 3px;
    background: #2563eb;
    border-radius: 3px;
    transition: width .25s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* Active menu item */

.navbar-nav .nav-link.active {
    color: #2563eb;
    font-weight: 700;
}

.navbar-nav .nav-link.active::after {
    width: 100%;
}

/* Dropdown */

.dropdown-menu {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
    padding: 12px 0;
}

.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
}

.dropdown-item:hover {
    background: #f3f7ff;
    color: #2563eb;
}


.navbar-brand {
    line-height: 1.1;
}

.navbar-brand img {
    height: 55px;
}


.hero-section {
    position: relative;
    min-height: 720px;
    color: #fff;
    background:
        linear-gradient(rgba(16, 32, 51, 0.72), rgba(16, 32, 51, 0.72)),
        url("../images/hero.jpg") center center / cover no-repeat;
}

.page-hero h1 {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    line-height: 1.08;
    font-weight: 700;
}

.page-hero p {
    color: rgba(255,255,255,.9);
}

.info-box {
    padding: 40px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16, 32, 51, 0.1);
    border-left: 6px solid var(--cams-blue);
}

.min-vh-75 {
    min-height: 720px;
}

.hero-kicker {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 2rem;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    line-height: 1.05;
    font-weight: 800;
    max-width: 900px;
}

.hero-text {
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 780px;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}

.hero-screen {
    box-shadow: 0 25px 60px rgba(0,0,0,.35);
}

.value-strip {
    background: var(--cams-dark);
    color: #fff;
    font-weight: 600;
}

.section-padding {
    padding: 90px 0;
}

.section-subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: var(--cams-muted);
    font-size: 1.15rem;
}

.feature-card {
    height: 100%;
    padding: 30px;
    border: 5px solid #e5e9f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 32, 51, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(16, 32, 51, 0.12);
}

.feature-icon {
    font-size: 2.2rem;
    margin-bottom: 18px;
}

.feature-card h5 {
    font-weight: 700;
    margin-bottom: 12px;
}

.feature-card p {
    color: var(--cams-muted);
    margin-bottom: 0;
}


.video-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
}

.video-thumbnail img {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 90px;
    height: 90px;

    border-radius: 50%;
    background: rgba(13,110,253,.95);

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 2rem;

    transition: .3s;
}

.video-thumbnail:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-placeholder,
.image-placeholder {
    min-height: 330px;
    border-radius: 22px;
    background: #dfe7f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cams-dark);
    font-weight: 700;
    text-align: center;
}

.image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Proportional crop to fill */
}

.play-button {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--cams-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.section-label {
    display: inline-block;
    color: var(--cams-blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    font-size: 2rem;
}

.check-list {
    padding-left: 0;
    list-style: none;
    margin-top: 24px;
}

.check-list li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--cams-blue);
    font-weight: 800;
}

.integration-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.integration-grid span {
    background: #fff;
    border: 1px solid #e5e9f0;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(16, 32, 51, 0.05);
}

.reason-card {
    padding: 24px;
    border-radius: 16px;
    background: var(--cams-light);
    font-weight: 700;
}

.pricing-card {
    height: 100%;
    padding: 36px;
    border: 1px solid #e5e9f0;
    border-radius: 22px;
    text-align: center;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 32, 51, 0.06);
}

.pricing-card.featured {
    border-color: var(--cams-blue);
    transform: scale(1.03);
}

.final-cta {
    padding: 90px 0;
    background: var(--cams-blue);
    color: #fff;
}

.site-footer {
    background: var(--cams-dark);
    color: #fff;
}


.mobile-hero {
    position: relative;
    padding: 120px 0;
    color: #fff;

    background:
        linear-gradient(
            rgba(16,32,51,.80),
            rgba(16,32,51,.80)
        ),
        url("../images/mobile-hero.jpg")
        center center / cover no-repeat;
}

.phone-hero-group {
    position: relative;
    min-height: 520px;
}

.phone-frame {
    background: #111;
    border-radius: 34px;
    padding: 12px;
    box-shadow: 0 30px 70px rgba(0,0,0,.45);
    overflow: hidden;
    display: inline-block;
}

.phone-frame img {
    display: block;
    width: 100%;
    border-radius: 24px;
}

.phone-main {
    width: 260px;
    position: absolute;
    right: 190px;
    top: 0;
    z-index: 2;
}

.phone-secondary {
    width: 230px;
    position: absolute;
    right: 20px;
    top: 110px;
    z-index: 1;
    opacity: .95;
}

@media (max-width: 991px) {
    .phone-hero-group {
        min-height: auto;
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .phone-main,
    .phone-secondary {
        position: static;
        width: 220px;
    }
}

.mobile-section-phone {
    width: 260px;
}

.mobile-dual-screens {
    display: flex;
    gap: 28px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.mobile-dual-screens .phone-frame {
    width: 220px;
}

.gallery-phone {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
}

.mobile-caption {
    text-align: center;
    font-weight: 700;
    margin-top: 14px;
}

@media (max-width: 767px) {
    .hero-section,
    .min-vh-75 {
        min-height: 620px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .hero-text {
        font-size: 1.1rem;
    }

    .pricing-card.featured {
        transform: none;
    }
}

.section-label {
    position: relative;
}

.section-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 3px;
    background: #3d73ff;
    animation: growLine 1s ease forwards;
}

@keyframes growLine {
    to {
        width: 100%;
    }
}

.website-card {
    display: block;
    height: 100%;
    padding: 34px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e5e9f0;
    box-shadow: 0 12px 30px rgba(16,32,51,.08);
    text-decoration: none;
    color: var(--cams-dark);
    transition: .25s ease;
}

.website-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(16,32,51,.14);
    color: var(--cams-blue);
}

.website-card p {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--cams-blue);
}

.security-icon {
    width: 90px;
    height: 90px;

    margin: 0 auto 20px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #3d73ff,
        #1f4fc9
    );

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 2rem;
}

.backup-flow {
    background: #fff;

    border-radius: 24px;

    padding: 40px;

    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.backup-box {
    background: #0c2545;

    color: #fff;

    text-align: center;

    padding: 18px 25px;

    border-radius: 14px;

    font-weight: 700;
}

.backup-arrow {
    text-align: center;
    font-size: 2rem;
    color: #3d73ff;
    margin: 15px 0;
}

.trust-box {
    background: linear-gradient(
        135deg,
        #0c2545,
        #173b6d
    );

    color: #fff;
    padding: 30px;
    border-radius: 20px;
    font-size: 1.15rem;
    text-align: center;
    font-weight: 500;
}        

.pricing-hero {
    padding: 110px 0;
    color: #fff;
    background:
        linear-gradient(rgba(16,32,51,.78), rgba(16,32,51,.78)),
        url("../images/pricing-hero.jpg") center center / cover no-repeat;
}

.pricing-card-new {
    position: relative;
    background: #fff;
    border-radius: 26px;
    padding: 42px;
    box-shadow: 0 18px 45px rgba(16,32,51,.1);
    border: 1px solid #e5e9f0;
}

.pricing-card-new.featured {
    border: 2px solid #3d73ff;
    transform: translateY(-10px);
}

.price {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 25px 0;
}

.price span {
    font-size: 1rem;
    font-weight: 500;
    color: #6c757d;
}

.popular-badge {
    position: absolute;
    top: -16px;
    right: 30px;
    background: #3d73ff;
    color: #fff;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 700;
}

.pricing-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.pricing-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.pricing-list li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
}

.pricing-list li.yes::before {
    content: "✓";
    color: #2563eb;
}

.pricing-list li.no::before {
    content: "×";
    color: #dc3545;
}

.optional-note {
    margin-top: 24px;
    padding: 18px;
    border-radius: 16px;
    background: #f7f9fc;
    font-size: .95rem;
}

.optional-note p {
    margin-bottom: 6px;
}

.addon-table {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(16,32,51,.08);
    overflow: hidden;
}

.addon-table div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 26px;
    border-bottom: 1px solid #edf0f5;
}

.addon-table div:last-child {
    border-bottom: 0;
}

.addon-table strong {
    white-space: nowrap;
}

.cad-note {
    font-size: 1.3rem;
}

@media (max-width: 991px) {
    .pricing-card-new.featured {
        transform: none;
    }
}

@media (max-width: 575px) {
    .addon-table div {
        flex-direction: column;
        gap: 4px;
    }
}