.calldam-page {
    --calldam-navy: #102d61;
    --calldam-blue: #2f6df4;
    --calldam-mist: #edf4ff;
    overflow: hidden;
    color: #10264a;
    background: #fff;
}

.calldam-hero {
    position: relative;
    padding: 104px 0 94px;
    background:
        radial-gradient(circle at 90% 8%, rgba(63, 208, 207, .22), transparent 33%),
        linear-gradient(135deg, #f8fbff 0%, #edf4ff 100%);
}

.calldam-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background-image: linear-gradient(rgba(47, 109, 244, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(47, 109, 244, .05) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to right, #000, transparent 72%);
}

.calldam-hero .container { position: relative; z-index: 1; }
.calldam-kicker { margin: 0 0 18px; color: var(--calldam-blue); font-size: .78rem; font-weight: 850; letter-spacing: .14em; }
.calldam-hero h1 { margin: 0 0 24px; color: var(--calldam-navy); font-size: clamp(2.7rem, 5vw, 4.65rem); font-weight: 850; line-height: 1.12; letter-spacing: -.075em; word-break: keep-all; }
.calldam-hero h1 strong { color: var(--calldam-blue); font-weight: inherit; }
.calldam-lead { max-width: 620px; margin: 0; color: #61718b; font-size: 1.08rem; line-height: 1.85; letter-spacing: -.025em; word-break: keep-all; }
.calldam-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.calldam-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 20px; border-radius: 9px; font-size: .94rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.calldam-button:hover { transform: translateY(-2px); }
.calldam-button-primary { color: #fff; background: var(--calldam-blue); box-shadow: 0 13px 25px rgba(47, 109, 244, .25); }
.calldam-button-primary:hover { color: #fff; background: #215dde; box-shadow: 0 16px 29px rgba(47, 109, 244, .31); }
.calldam-button-quiet { border: 1px solid #c8d7ec; color: #31547f; background: rgba(255, 255, 255, .8); }
.calldam-button-quiet:hover { color: var(--calldam-blue); background: #fff; }
.calldam-proof { display: flex; flex-wrap: wrap; gap: 10px 18px; padding: 0; margin: 28px 0 0; color: #526984; font-size: .87rem; font-weight: 700; list-style: none; }
.calldam-proof li::before { margin-right: 7px; color: #12a98e; content: "✓"; }
.calldam-hero-screen { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(78, 126, 196, .28); border-radius: 17px; background: #fff; box-shadow: 0 32px 65px rgba(19, 57, 111, .2); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.calldam-hero-screen img { display: block; width: 100%; height: auto; }
.calldam-screen-bar { display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 13px; border-bottom: 1px solid #dbe5f2; background: #f8fbff; }
.calldam-screen-bar span { width: 7px; height: 7px; border-radius: 50%; background: #9dafc7; }
.calldam-screen-bar b { margin-left: 6px; color: #5c7391; font-size: .56rem; letter-spacing: .1em; }
.calldam-hero-screen figcaption { position: absolute; right: 18px; bottom: 18px; display: flex; max-width: 270px; flex-direction: column; gap: 4px; padding: 13px 15px; border-radius: 9px; color: #fff; background: rgba(16, 45, 97, .93); box-shadow: 0 12px 26px rgba(10, 34, 78, .24); }
.calldam-hero-screen figcaption span { color: #a8c7ff; font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.calldam-hero-screen figcaption strong { font-size: .88rem; line-height: 1.5; word-break: keep-all; }

@media (max-width: 991.98px) {
    .calldam-hero { padding: 78px 0 72px; }
    .calldam-hero-screen { max-width: 760px; margin: 0 auto; transform: none; }
}

@media (max-width: 575.98px) {
    .calldam-hero { padding: 64px 0 58px; }
    .calldam-hero h1 { font-size: 2.6rem; }
    .calldam-lead { font-size: 1rem; }
    .calldam-actions { display: grid; }
    .calldam-button { width: 100%; }
    .calldam-proof { display: grid; }
    .calldam-hero-screen { border-radius: 11px; }
    .calldam-hero-screen figcaption { right: 10px; bottom: 10px; left: 10px; max-width: none; }
}

.calldam-principle-strip { color: #c7d9fa; background: var(--calldam-navy); }
.calldam-principle-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.calldam-principle-strip span { position: relative; display: flex; align-items: center; min-height: 82px; padding: 19px 23px 19px 38px; border-right: 1px solid rgba(194, 216, 255, .14); font-size: .81rem; font-weight: 750; line-height: 1.5; word-break: keep-all; }
.calldam-principle-strip span:first-child { border-left: 1px solid rgba(194, 216, 255, .14); }
.calldam-principle-strip span::before { position: absolute; left: 20px; color: #63a0ff; content: "✦"; }

.calldam-section { padding: 108px 0; }
.calldam-section-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; align-items: start; margin-bottom: 52px; }
.calldam-section-heading > .calldam-kicker { margin-top: 8px; }
.calldam-section-heading h2,
.calldam-centered-heading h2,
.calldam-workspace-copy h2,
.calldam-security-heading h2,
.calldam-final-card h2 { margin: 0; color: var(--calldam-navy); font-size: clamp(2.15rem, 4vw, 3.55rem); font-weight: 850; line-height: 1.2; letter-spacing: -.07em; word-break: keep-all; }
.calldam-section-heading > div > p { max-width: 620px; margin: 18px 0 0; color: #667890; line-height: 1.8; word-break: keep-all; }
.calldam-flow-section { background: #fff; }
.calldam-flow-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.calldam-flow-card { position: relative; overflow: hidden; min-height: 530px; padding: 30px 28px 0; border-radius: 18px; }
.calldam-flow-card > span { display: block; margin-bottom: 58px; font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.calldam-flow-card h3 { margin: 0 0 16px; font-size: 1.65rem; font-weight: 850; line-height: 1.3; letter-spacing: -.055em; word-break: keep-all; }
.calldam-flow-card > p { margin: 0; font-size: .9rem; line-height: 1.75; word-break: keep-all; }
.calldam-flow-card figure { position: absolute; right: 0; bottom: 0; left: 0; overflow: hidden; height: 190px; margin: 0; border-top: 1px solid rgba(154, 180, 219, .24); background: #fff; }
.calldam-flow-card figure img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.calldam-flow-card-dark { color: #d3e2ff; background: #17366d; }
.calldam-flow-card-dark h3 { color: #fff; }
.calldam-flow-card-dark > span { color: #7fb0ff; }
.calldam-flow-card-paper { color: #667890; border: 1px solid #dfe8f6; background: #f7faff; }
.calldam-flow-card-paper h3 { color: var(--calldam-navy); }
.calldam-flow-card-paper > span { color: var(--calldam-blue); }
.calldam-flow-card-blue { color: #244c87; background: #c8dafb; }
.calldam-flow-card-blue h3 { color: #10346d; }
.calldam-flow-card-blue > span { color: #316ed7; }

.calldam-features-section { background: #f5f8fe; }
.calldam-centered-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.calldam-centered-heading > p:last-child { max-width: 700px; margin: 18px auto 0; color: #6d7d93; line-height: 1.8; word-break: keep-all; }
.calldam-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 940px; margin: 0 auto; }
.calldam-feature-grid article { min-height: 245px; padding: 27px 30px 24px; border: 1px solid #dce6f4; border-radius: 16px; background: #fff; box-shadow: 0 12px 26px rgba(34, 67, 112, .045); }
.calldam-feature-grid article > span { display: block; margin-bottom: 30px; color: var(--calldam-blue); font-size: .75rem; font-weight: 850; letter-spacing: .08em; }
.calldam-feature-grid h3 { margin: 0 0 11px; color: #162c50; font-size: 1.18rem; font-weight: 850; letter-spacing: -.04em; }
.calldam-feature-grid p { margin: 0; color: #66788f; font-size: .92rem; line-height: 1.72; word-break: keep-all; }
.calldam-feature-grid small { display: block; padding-top: 14px; margin-top: 18px; border-top: 1px solid #edf1f7; color: #3474df; font-size: .78rem; font-weight: 700; line-height: 1.55; word-break: keep-all; }

.calldam-workspace-section { background: #eaf2ff; }
.calldam-workspace-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.calldam-workspace-copy > p:not(.calldam-kicker) { margin: 24px 0 0; color: #5d718c; line-height: 1.85; word-break: keep-all; }
.calldam-workspace-copy ul { display: grid; gap: 10px; padding: 0; margin: 26px 0 0; color: #294f83; font-size: .9rem; font-weight: 750; list-style: none; }
.calldam-workspace-copy li::before { margin-right: 9px; color: var(--calldam-blue); content: "✓"; }
.calldam-workspace-visual { position: relative; min-height: 500px; }
.calldam-desktop-shot { position: absolute; top: 22px; right: 0; width: 91%; overflow: hidden; margin: 0; border: 9px solid var(--calldam-navy); border-top-width: 28px; border-radius: 15px; background: var(--calldam-navy); box-shadow: 0 25px 55px rgba(17, 47, 96, .22); transform: rotate(1.5deg); }
.calldam-desktop-shot::before { position: absolute; top: -20px; left: 13px; width: 7px; height: 7px; border-radius: 50%; background: #75a6f3; box-shadow: 13px 0 #75a6f3, 26px 0 #75a6f3; content: ""; }
.calldam-desktop-shot img { display: block; width: 100%; height: auto; }
.calldam-mobile-shot { position: absolute; z-index: 2; bottom: 0; left: 0; overflow: hidden; width: 25%; min-width: 138px; max-width: 175px; margin: 0; border: 7px solid #fff; border-radius: 26px; background: #fff; box-shadow: 0 24px 46px rgba(15, 45, 94, .25); transform: rotate(-3deg); }
.calldam-mobile-shot img { display: block; width: 100%; height: auto; }

.calldam-security-section { color: #b8cae8; background: #102d61; }
.calldam-security-section .calldam-kicker { color: #72a7ff; }
.calldam-security-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; align-items: start; margin-bottom: 64px; }
.calldam-security-heading h2 { color: #fff; }
.calldam-security-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(200, 219, 250, .18); }
.calldam-security-grid article { min-height: 230px; padding: 29px 30px; border-right: 1px solid rgba(200, 219, 250, .18); }
.calldam-security-grid article:first-child { border-left: 1px solid rgba(200, 219, 250, .18); }
.calldam-security-grid span { display: block; margin-bottom: 45px; color: #72a7ff; font-size: .72rem; font-weight: 850; }
.calldam-security-grid h3 { margin: 0 0 12px; color: #fff; font-size: 1.12rem; font-weight: 800; letter-spacing: -.035em; }
.calldam-security-grid p { margin: 0; font-size: .88rem; line-height: 1.75; word-break: keep-all; }

.calldam-final-section { padding: 0 0 104px; background: #102d61; }
.calldam-final-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: end; padding: 55px 60px; border-radius: 18px; background: #c7d9fb; }
.calldam-final-card .calldam-kicker { color: #2a67cf; }
.calldam-final-card > div:last-child { padding-bottom: 7px; }
.calldam-final-card > div:last-child p { margin: 0 0 22px; color: #3f5d87; line-height: 1.7; word-break: keep-all; }
.calldam-button-light { color: var(--calldam-navy); background: #fff; box-shadow: 0 12px 22px rgba(25, 56, 109, .14); }
.calldam-button-light:hover { color: var(--calldam-blue); background: #f8fbff; }

@media (max-width: 991.98px) {
    .calldam-principle-strip .container { grid-template-columns: repeat(2, 1fr); }
    .calldam-principle-strip span:nth-child(odd) { border-left: 1px solid rgba(194, 216, 255, .14); }
    .calldam-principle-strip span:nth-child(-n + 2) { border-bottom: 1px solid rgba(194, 216, 255, .14); }
    .calldam-section { padding: 82px 0; }
    .calldam-flow-grid { grid-template-columns: 1fr; }
    .calldam-flow-card { min-height: 470px; }
    .calldam-flow-card > span { margin-bottom: 34px; }
    .calldam-workspace-grid { grid-template-columns: 1fr; gap: 38px; }
    .calldam-workspace-visual { min-height: 540px; }
    .calldam-desktop-shot { width: 88%; }
    .calldam-final-card { padding: 46px 40px; }
}

@media (max-width: 767.98px) {
    .calldam-section-heading,
    .calldam-security-heading,
    .calldam-final-card { grid-template-columns: 1fr; gap: 20px; }
    .calldam-section-heading { margin-bottom: 38px; }
    .calldam-section-heading > div > p { margin-top: 14px; }
    .calldam-feature-grid { grid-template-columns: 1fr; }
    .calldam-security-grid { grid-template-columns: 1fr; }
    .calldam-security-grid article,
    .calldam-security-grid article:first-child { min-height: 0; border-right: 1px solid rgba(200, 219, 250, .18); border-bottom: 1px solid rgba(200, 219, 250, .18); border-left: 1px solid rgba(200, 219, 250, .18); }
    .calldam-security-grid span { margin-bottom: 24px; }
    .calldam-final-card { align-items: start; }
}

@media (max-width: 575.98px) {
    .calldam-principle-strip .container { grid-template-columns: 1fr; padding: 0; }
    .calldam-principle-strip span,
    .calldam-principle-strip span:first-child,
    .calldam-principle-strip span:nth-child(odd) { min-height: 64px; border-right: 0; border-bottom: 1px solid rgba(194, 216, 255, .14); border-left: 0; }
    .calldam-section { padding: 68px 0; }
    .calldam-section-heading h2,
    .calldam-centered-heading h2,
    .calldam-workspace-copy h2,
    .calldam-security-heading h2,
    .calldam-final-card h2 { font-size: 2.05rem; }
    .calldam-flow-card { min-height: 455px; padding: 26px 23px 0; }
    .calldam-feature-grid article { min-height: 0; padding: 24px 22px; }
    .calldam-feature-grid article > span { margin-bottom: 22px; }
    .calldam-workspace-visual { min-height: 330px; }
    .calldam-desktop-shot { top: 8px; width: 94%; border-width: 5px; border-top-width: 20px; border-radius: 10px; }
    .calldam-mobile-shot { min-width: 100px; width: 27%; border-width: 4px; border-radius: 18px; }
    .calldam-final-section { padding-bottom: 68px; }
    .calldam-final-card { padding: 34px 25px; border-radius: 14px; }
    .calldam-final-card .calldam-button { width: 100%; }
}
