.main_right_bg {
    display: none !important;
}

body {
    background: #f3f7fb;
}

.cam-page {
    --cam-ink: #182536;
    --cam-muted: #5f6f84;
    --cam-blue: #2a82e4;
    --cam-blue-deep: #1568c7;
    --cam-line: #d9e6f3;
    --cam-paper: #ffffff;
    --cam-mist: #eaf3fb;
    margin-top: 8.385vw;
    color: var(--cam-ink);
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 45% at 100% 0%, rgba(42, 130, 228, 0.14), transparent 55%),
        radial-gradient(ellipse 50% 40% at 0% 30%, rgba(21, 104, 199, 0.07), transparent 50%),
        linear-gradient(180deg, #f8fbfe 0%, #eef4fa 45%, #f7fafc 100%);
}

.cam-hero,
.cam-section,
.cam-contact {
    width: min(78vw, 1160px);
    margin-left: auto;
    margin-right: auto;
}

.cam-kicker,
.cam-contact .home-eyebrow {
    margin: 0 0 0.85vw;
    color: var(--cam-blue);
    font-family: SourceSansBold;
    font-size: 0.78vw;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cam-hero h1,
.cam-section h2,
.cam-contact h2 {
    margin: 0;
    color: var(--cam-ink);
    font-family: SourceSansSemiBold;
    letter-spacing: -0.025em;
}

.cam-hero h1 {
    max-width: 11ch;
    font-size: clamp(40px, 4.2vw, 68px);
    line-height: 1.02;
}

.cam-section h2,
.cam-contact h2 {
    font-size: clamp(28px, 2.35vw, 42px);
    line-height: 1.15;
}

.cam-lead,
.cam-section__intro p,
.cam-audience__list p,
.cam-steps p,
.cam-care__content > p {
    color: var(--cam-muted);
    font-family: SourceSansRegular;
    line-height: 1.65;
}

.cam-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 4vw;
    align-items: center;
    min-height: calc(100vh - 10vw);
    min-height: calc(100svh - 10vw);
    padding: 3.5vw 0 4.5vw;
}

.cam-lead {
    max-width: 34ch;
    margin: 1.35vw 0 0;
    font-size: 1.08vw;
}

.cam-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.1vw 1.6vw;
    margin-top: 2.1vw;
}

.cam-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.55vw;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 52px;
    padding: 0.9vw 1.5vw !important;
    border-radius: 12px !important;
    background: var(--cam-blue) !important;
    box-shadow: 0 16px 34px rgba(42, 130, 228, 0.28);
    font-size: 0.95vw !important;
    letter-spacing: 0.02em;
}

.cam-btn:hover {
    background: var(--cam-blue-deep) !important;
}

.cam-btn-icon,
.cam-mark .dalnet-icon,
.cam-checks .dalnet-icon {
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cam-btn-icon {
    width: 1.05vw;
    min-width: 16px;
    height: 1.05vw;
    min-height: 16px;
}

.cam-link {
    color: var(--cam-blue-deep);
    font-family: SourceSansBold;
    font-size: 0.95vw;
    text-decoration: none;
    border-bottom: 1px solid rgba(21, 104, 199, 0.35);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.cam-link:hover {
    color: var(--cam-ink);
    border-color: var(--cam-ink);
    text-decoration: none;
}

.cam-hero__media {
    position: relative;
    width: 100%;
    max-width: 560px;
    justify-self: end;
    margin-right: 0;
    animation: cam-rise 1.1s ease both;
}

.cam-hero__media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(32vw, 480px);
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
    box-shadow: 0 30px 70px rgba(24, 37, 54, 0.18);
}

.cam-hero__media::after {
    content: "";
    position: absolute;
    inset: auto 8% -1.4vw auto;
    width: 42%;
    height: 1.8vw;
    border-radius: 50%;
    background: rgba(24, 37, 54, 0.18);
    filter: blur(14px);
    animation: cam-shadow 4.5s ease-in-out infinite;
}

.cam-section {
    margin-bottom: 5.8vw;
}

.cam-section__intro {
    max-width: 42vw;
    margin-bottom: 2.4vw;
}

.cam-section__intro--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cam-section__intro p {
    margin: 0.85vw 0 0;
    max-width: 40ch;
    font-size: 1.02vw;
}

.cam-section__intro--center p {
    margin-left: auto;
    margin-right: auto;
}

.cam-audience__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--cam-line);
    border-bottom: 1px solid var(--cam-line);
}

.cam-audience__list article {
    padding: 1.8vw 1.4vw;
    border-right: 1px solid var(--cam-line);
    transition: background 0.25s ease;
}

.cam-audience__list article:last-child {
    border-right: 0;
}

.cam-audience__list article:hover {
    background: rgba(255, 255, 255, 0.7);
}

.cam-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7vw;
    height: 2.7vw;
    border-radius: 50%;
    background: var(--cam-blue);
    color: #fff;
}

.cam-mark .dalnet-icon {
    width: 1.2vw;
    height: 1.2vw;
}

.cam-audience__list h3 {
    margin: 1.1vw 0 0.45vw;
    color: var(--cam-ink);
    font-family: SourceSansBold;
    font-size: 1.15vw;
}

.cam-audience__list p {
    margin: 0;
    font-size: 0.92vw;
    line-height: 1.5;
}

.cam-process {
    scroll-margin-top: calc(8.385vw + 32px);
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 3.5vw;
    align-items: center;
}

.cam-process__visual img,
.cam-care__visual img {
    display: block;
    width: 100%;
    height: 30vw;
    max-height: 520px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 22px 50px rgba(24, 37, 54, 0.12);
}

.cam-steps {
    list-style: none;
    margin: 1.8vw 0 0;
    padding: 0;
    display: grid;
    gap: 0;
}

.cam-steps li {
    display: grid;
    grid-template-columns: 3.2vw 1fr;
    gap: 1vw;
    align-items: start;
    padding: 1.1vw 0;
    border-top: 1px solid var(--cam-line);
}

.cam-steps li:last-child {
    border-bottom: 1px solid var(--cam-line);
}

.cam-steps span {
    color: rgba(42, 130, 228, 0.35);
    font-family: SourceSansBold;
    font-size: 1.55vw;
    line-height: 1;
    padding-top: 0.15vw;
}

.cam-steps strong {
    display: block;
    color: var(--cam-ink);
    font-family: SourceSansBold;
    font-size: 1.1vw;
}

.cam-steps p {
    margin: 0.25vw 0 0;
    font-size: 0.95vw;
}

.cam-brand-rail {
    list-style: none;
    margin: 0;
    padding: 1.6vw 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2vw;
    align-items: center;
    border-top: 1px solid var(--cam-line);
    border-bottom: 1px solid var(--cam-line);
}

.cam-brand-rail li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4vw;
    padding: 0.8vw 1vw;
    background: rgba(255, 255, 255, 0.72);
    animation: cam-fade 0.8s ease both;
}

.cam-brand-rail li:nth-child(2) { animation-delay: 0.08s; }
.cam-brand-rail li:nth-child(3) { animation-delay: 0.16s; }
.cam-brand-rail li:nth-child(4) { animation-delay: 0.24s; }

.cam-brand-rail img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 1.6vw;
    max-height: 34px;
    object-fit: contain;
}

.cam-care {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.4vw;
    align-items: center;
}

.cam-care__content > p {
    margin: 0.95vw 0 0;
    max-width: 38ch;
    font-size: 1.02vw;
}

.cam-checks {
    list-style: none;
    margin: 1.6vw 0 0;
    padding: 0;
    display: grid;
    gap: 0.7vw;
}

.cam-checks li {
    display: flex;
    align-items: center;
    gap: 0.7vw;
    color: #3d4d63;
    font-family: SourceSansRegular;
    font-size: 0.98vw;
}

.cam-checks .dalnet-icon {
    width: 1.05vw;
    min-width: 16px;
    height: 1.05vw;
    min-height: 16px;
    color: var(--cam-blue);
}

.cam-contact {
    margin-bottom: 4.5vw;
    padding-bottom: 1vw;
}

.cam-contact .home-contact__head {
    max-width: 46vw;
}

@keyframes cam-rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes cam-fade {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes cam-shadow {
    0%, 100% { opacity: 0.55; transform: scaleX(1); }
    50% { opacity: 0.85; transform: scaleX(1.08); }
}

@media (prefers-reduced-motion: reduce) {
    .cam-hero__media,
    .cam-hero__media::after,
    .cam-brand-rail li {
        animation: none;
    }
}

@media (max-width: 991px) {
    .cam-page { margin-top: 18vw; }

    .cam-hero,
    .cam-section,
    .cam-contact {
        width: calc(100% - 36px);
    }

    .cam-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: auto;
        padding: 34px 0 48px;
    }

    .cam-kicker,
    .cam-contact .home-eyebrow {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .cam-hero h1 {
        max-width: none;
        font-size: 40px;
    }

    .cam-lead,
    .cam-section__intro p,
    .cam-care__content > p {
        max-width: none;
        font-size: 17px;
    }

    .cam-hero__actions {
        gap: 14px;
        margin-top: 22px;
    }

    .cam-btn {
        min-height: 50px;
        padding: 0 18px !important;
        font-size: 14px !important;
        gap: 8px;
    }

    .cam-link { font-size: 15px; }

    .cam-hero__media {
        margin-right: 0;
        max-width: none;
        justify-self: stretch;
    }

    .cam-hero__media img {
        height: auto;
        max-height: 380px;
        border-radius: 18px;
    }

    .cam-section { margin-bottom: 52px; }
    .cam-section__intro {
        max-width: none;
        margin-bottom: 22px;
    }

    .cam-audience__list {
        grid-template-columns: 1fr 1fr;
    }

    .cam-audience__list article {
        padding: 20px 16px;
        border-right: 0;
        border-bottom: 1px solid var(--cam-line);
    }

    .cam-audience__list article:nth-child(odd) {
        border-right: 1px solid var(--cam-line);
    }

    .cam-mark {
        width: 46px;
        height: 46px;
    }

    .cam-mark .dalnet-icon {
        width: 20px;
        height: 20px;
    }

    .cam-audience__list h3 {
        font-size: 18px;
        margin-top: 14px;
    }

    .cam-audience__list p,
    .cam-steps p,
    .cam-checks li {
        font-size: 15px;
    }

    .cam-process,
    .cam-care {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .cam-process {
        scroll-margin-top: 120px;
    }

    .cam-process__visual img,
    .cam-care__visual img {
        height: auto;
        max-height: 420px;
    }

    .cam-steps { margin-top: 18px; }

    .cam-steps li {
        grid-template-columns: 42px 1fr;
        gap: 12px;
        padding: 16px 0;
    }

    .cam-steps span { font-size: 24px; }
    .cam-steps strong { font-size: 18px; }

    .cam-brand-rail {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 16px 0;
    }

    .cam-brand-rail li {
        min-height: 64px;
        padding: 12px;
    }

    .cam-brand-rail img {
        height: 28px;
        max-height: 28px;
    }

    .cam-checks { margin-top: 18px; gap: 12px; }
    .cam-checks .dalnet-icon { width: 18px; height: 18px; }

    .cam-contact .home-contact__head { max-width: none; }
    .cam-contact { margin-bottom: 42px; }
}

@media (max-width: 575px) {
    .cam-page { margin-top: 22vw; }

    .cam-process {
        scroll-margin-top: 100px;
    }

    .cam-hero,
    .cam-section,
    .cam-contact {
        width: calc(100% - 28px);
    }

    .cam-hero h1 { font-size: 34px; }
    .cam-section h2,
    .cam-contact h2 { font-size: 28px; }

    .cam-btn { width: 100% !important; }

    .cam-hero__media { margin-right: 0; }
    .cam-hero__media img { border-radius: 16px; }

    .cam-audience__list {
        grid-template-columns: 1fr;
    }

    .cam-audience__list article:nth-child(odd) {
        border-right: 0;
    }

    .cam-brand-rail {
        grid-template-columns: 1fr;
    }

    .cam-process__visual img,
    .cam-care__visual img {
        border-radius: 16px;
    }
}
