:root{--cf-blue:#327594;--cf-blue-dark:#285e78;--cf-ink:#26343d;--cf-muted:#5f6f78;--cf-line:#dce5e9;--cf-soft:#f3f6f7;--cf-dark:#25323a}
.custom-forms{color:var(--cf-ink);background:#fff;overflow:hidden}.custom-forms *{box-sizing:border-box}.custom-forms__breadcrumbs{padding-top:18px;padding-bottom:18px;color:#5f6f78;font-size:13px;display:flex;gap:9px;flex-wrap:wrap}.custom-forms__breadcrumbs span+span:before{content:"/";margin-right:9px;color:#a8b4ba}.custom-forms__breadcrumbs a{color:inherit;text-decoration:none}.custom-forms h1,.custom-forms h2,.custom-forms h3{color:inherit;letter-spacing:-.035em}.custom-forms h2{font-size:clamp(34px,3.25vw,52px);line-height:1.04;margin:0}.custom-kicker{margin:0 0 14px;color:var(--cf-blue);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.custom-hero .custom-kicker,.custom-final .custom-kicker{color:#9ecfe3}.custom-section{padding:88px 0}.custom-section--soft{background:var(--cf-soft)}.custom-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:end;gap:60px;border-bottom:1px solid var(--cf-line);padding-bottom:28px;margin-bottom:38px}.custom-heading>p{max-width:550px;margin:0;color:var(--cf-muted);font-size:17px;line-height:1.65}
.custom-hero{position:relative;min-height:650px;display:flex;align-items:center;color:#fff;background:var(--cf-dark)}.custom-hero__image,.custom-hero__shade{position:absolute;inset:0;width:100%;height:100%}.custom-hero__image{object-fit:cover;object-position:center}.custom-hero__shade{background:linear-gradient(90deg,rgba(25,39,47,.96) 0%,rgba(31,53,65,.86) 42%,rgba(31,53,65,.18) 78%,rgba(31,53,65,.08) 100%)}.custom-hero__content{position:relative;z-index:1;padding-top:72px;padding-bottom:72px}.custom-hero h1{max-width:780px;margin:0 0 24px;color:#fff;font-size:clamp(46px,5vw,72px);line-height:.98}.custom-hero__lead{max-width:720px;margin:0;color:#e7eef1;font-size:21px;line-height:1.55}.custom-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:32px}.custom-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 22px;border:1px solid var(--cf-blue);border-radius:8px;background:var(--cf-blue);color:#fff!important;font-weight:800;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.custom-button:hover{background:var(--cf-blue-dark);transform:translateY(-2px);box-shadow:0 12px 28px rgba(32,76,98,.24)}.custom-button--ghost{border-color:rgba(255,255,255,.52);background:rgba(255,255,255,.08);backdrop-filter:blur(6px)}.custom-button--ghost:hover{background:rgba(255,255,255,.17)}.custom-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:900px;gap:1px;margin:38px 0 0;padding:0;list-style:none;background:rgba(255,255,255,.26)}.custom-trust li{padding:18px 22px;background:rgba(28,43,52,.56);backdrop-filter:blur(8px)}.custom-trust strong,.custom-trust span{display:block}.custom-trust strong{font-size:16px;color:#fff}.custom-trust span{margin-top:4px;color:#d8e5ea;font-size:12px}
.custom-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.custom-card{display:grid;grid-template-columns:46% 54%;min-height:300px;border:1px solid var(--cf-line);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 9px 30px rgba(38,52,61,.07);transition:transform .24s ease,box-shadow .24s ease}.custom-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(38,52,61,.13)}.custom-card__image{display:block;min-height:300px;overflow:hidden;background:#edf2f4}.custom-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.custom-card:hover .custom-card__image img{transform:scale(1.025)}.custom-card__body{display:flex;flex-direction:column;align-items:flex-start;padding:30px}.custom-card__body>span{color:var(--cf-blue);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.custom-card h3{margin:14px 0 10px;font-size:25px;line-height:1.12}.custom-card p{margin:0;color:var(--cf-muted);font-size:15px;line-height:1.58}.custom-card__body>a:last-child{margin-top:auto;padding-top:22px;color:var(--cf-blue-dark);font-weight:800;text-decoration:none}
.custom-split{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:64px;align-items:center}.custom-split--reverse{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr)}.custom-media{margin:0;border-radius:16px;overflow:hidden;background:#e8eef1;box-shadow:0 16px 42px rgba(38,52,61,.11)}.custom-media img{display:block;width:100%;height:100%;object-fit:cover}.custom-media--wide{aspect-ratio:8/5}.custom-media--portrait{aspect-ratio:5/6}.custom-split h2{margin-bottom:24px}.custom-split p:not(.custom-kicker){color:var(--cf-muted);font-size:17px;line-height:1.7}.custom-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:28px 0;padding:0;list-style:none}.custom-checks li{position:relative;padding:14px 14px 14px 42px;border:1px solid var(--cf-line);border-radius:10px;background:#fff;font-weight:700}.custom-checks li:before{content:"✓";position:absolute;left:15px;color:var(--cf-blue);font-weight:900}.custom-evaluation{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:24px}.custom-evaluation .custom-media:first-child{aspect-ratio:16/7}.custom-evaluation .custom-media:last-child{aspect-ratio:5/4}.custom-note{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;margin-top:24px;padding:22px 24px;border-left:4px solid var(--cf-blue);border-radius:0 10px 10px 0;background:var(--cf-soft)}.custom-note strong{font-size:17px}.custom-note span{color:var(--cf-muted)}.custom-note a{color:var(--cf-blue-dark);font-weight:800}.custom-section--dark{background:var(--cf-dark);color:#fff}.custom-section--dark h2{color:#fff}.custom-section--dark .custom-kicker{color:#9ecfe3}.custom-section--dark .custom-split p:not(.custom-kicker){color:#c9d5da}.custom-factors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}.custom-factors>div{display:grid;grid-template-columns:48px 1fr;gap:2px 14px;padding:18px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(255,255,255,.05)}.custom-factors b{grid-row:1/3;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:9px;background:rgba(158,207,227,.14);color:#9ecfe3}.custom-factors strong{color:#fff}.custom-factors span{color:#aebfc6;font-size:12px}.custom-process{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.52fr);gap:48px;align-items:stretch}.custom-steps{margin:0;padding:0;list-style:none;counter-reset:step}.custom-steps li{display:grid;grid-template-columns:68px 1fr;gap:18px;padding:22px 0;border-top:1px solid var(--cf-line)}.custom-steps li:last-child{border-bottom:1px solid var(--cf-line)}.custom-steps b{color:#a9c0cb;font-size:30px}.custom-steps strong,.custom-steps span{display:block}.custom-steps strong{font-size:20px}.custom-steps span{margin-top:5px;color:var(--cf-muted)}.custom-section--case{padding-top:0}.custom-section--case>.container{padding-top:60px;border-top:1px solid var(--cf-line)}.custom-section--case h2{max-width:850px}.custom-section--case p:not(.custom-kicker){max-width:760px;color:var(--cf-muted);font-size:17px;line-height:1.65}.custom-media--case{margin-top:28px;aspect-ratio:16/5}.custom-cost{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:60px;align-items:center}.custom-cost h2{margin-bottom:22px}.custom-cost p{color:var(--cf-muted);font-size:17px;line-height:1.65}.custom-cost__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;margin:25px 0;padding:0;list-style:none}.custom-cost__list li{position:relative;padding-left:22px}.custom-cost__list li:before{content:"";position:absolute;left:0;top:.65em;width:8px;height:8px;border-radius:50%;background:var(--cf-blue)}.custom-legacy{padding:34px 0}.custom-legacy details{border:1px solid var(--cf-line);border-radius:12px;background:#fff}.custom-legacy summary{padding:20px 24px;color:var(--cf-blue-dark);font-weight:800;cursor:pointer}.custom-legacy .prose{padding:0 24px 24px}.custom-final{padding:68px 0;background:#31434d;color:#fff}.custom-final__inner{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.custom-final h2{color:#fff}.custom-final p:not(.custom-kicker){max-width:650px;color:#cfdae0}.custom-final .custom-actions{margin:0}.custom-form-result{padding-top:24px;padding-bottom:24px}.custom-quote{width:min(760px,calc(100% - 28px));max-height:calc(100vh - 28px);padding:30px;border:0;border-radius:16px;color:var(--cf-ink);box-shadow:0 28px 90px rgba(12,28,36,.34)}.custom-quote::backdrop{background:rgba(20,33,40,.72);backdrop-filter:blur(4px)}.custom-quote__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.custom-quote__head h2{margin:0;font-size:34px;line-height:1.08}.custom-quote__head form button{width:44px;height:44px;padding:0;border:1px solid var(--cf-line);border-radius:50%;background:#fff;color:var(--cf-ink);font-size:28px;line-height:1;cursor:pointer}.custom-quote>p{color:var(--cf-muted)}.custom-quote__form{display:grid;gap:15px;margin-top:22px}.custom-quote__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.custom-quote label:not(.consent){display:grid;gap:7px;font-weight:700}.custom-quote label>span{color:#b54735}.custom-quote input,.custom-quote textarea{width:100%;padding:13px 14px;border:1px solid #cbd9df;border-radius:8px;background:#fff;color:var(--cf-ink);font:inherit}.custom-quote input:focus,.custom-quote textarea:focus{outline:3px solid rgba(77,142,174,.18);border-color:var(--cf-blue)}.custom-file{padding:15px;border:1px dashed #a5bec9;border-radius:10px;background:var(--cf-soft)}.custom-file small{color:var(--cf-muted);font-weight:400}.custom-quote .consent{display:flex;align-items:flex-start;gap:9px;color:var(--cf-muted);font-size:13px}.custom-quote .consent input{width:auto;margin-top:2px}.custom-quote .consent a{color:var(--cf-blue-dark)}
@media(max-width:900px){.custom-heading,.custom-split,.custom-split--reverse,.custom-process,.custom-cost{grid-template-columns:1fr}.custom-heading{gap:18px}.custom-card-grid{grid-template-columns:1fr}.custom-final__inner{grid-template-columns:1fr}.custom-final .custom-actions{margin-top:8px}}
@media(max-width:600px){.custom-forms__breadcrumbs{padding-top:14px;padding-bottom:14px;font-size:12px}.custom-section{padding:58px 0}.custom-forms h2{font-size:34px}.custom-hero{min-height:690px;align-items:flex-end}.custom-hero__image{object-position:62% center}.custom-hero__shade{background:linear-gradient(180deg,rgba(27,42,50,.25),rgba(27,42,50,.92) 62%,rgba(27,42,50,.98))}.custom-hero__content{padding-top:80px;padding-bottom:42px}.custom-hero h1{font-size:42px}.custom-hero__lead{font-size:17px}.custom-actions{display:grid;grid-template-columns:1fr;width:100%}.custom-button{width:100%;min-height:54px;text-align:center}.custom-trust{grid-template-columns:1fr;margin-top:28px}.custom-trust li{padding:13px 16px}.custom-card-grid{gap:16px}.custom-card{display:block;min-height:0}.custom-card__image{min-height:0;aspect-ratio:1.18/1}.custom-card__body{padding:22px}.custom-card h3{font-size:23px}.custom-card__body>a:last-child{padding-top:18px}.custom-split{gap:28px}.custom-checks,.custom-factors,.custom-cost__list{grid-template-columns:1fr}.custom-evaluation{grid-template-columns:1fr}.custom-evaluation .custom-media:first-child{aspect-ratio:16/7}.custom-evaluation .custom-media:last-child{aspect-ratio:5/4}.custom-note{grid-template-columns:1fr;gap:7px}.custom-process{gap:28px}.custom-process .custom-media{aspect-ratio:4/3}.custom-media--case{aspect-ratio:2/1}.custom-final{padding:52px 0}.custom-quote{padding:22px 18px}.custom-quote__head h2{font-size:28px}.custom-quote__grid{grid-template-columns:1fr}.custom-quote .custom-button{width:100%}}
@media(prefers-reduced-motion:reduce){.custom-card,.custom-card__image img,.custom-button{transition:none}}
.custom-hero h1{max-width:820px;margin-bottom:20px}.custom-hero__subtitle{max-width:760px;margin:0 0 12px;color:#fff;font-size:24px;font-weight:800;line-height:1.35}.custom-hero__lead{font-size:19px}
@media(max-width:600px){.custom-hero{min-height:720px}.custom-hero__shade{background:linear-gradient(180deg,rgba(27,42,50,.25),rgba(27,42,50,.92) 58%,rgba(27,42,50,.98))}.custom-hero h1{font-size:40px}.custom-hero__subtitle{font-size:20px}.custom-hero__lead{font-size:17px}}

/* Mobile presentation pass: section-first cards, full images, swipe gallery and factors. */
.custom-card {
    grid-template-rows: auto 1fr;
}

.custom-card__head {
    grid-column: 2;
    grid-row: 1;
    padding: 28px 30px 0;
}

.custom-card__head > a {
    position: relative;
    display: block;
    padding-right: 42px;
    color: var(--cf-ink);
    text-decoration: none;
}

.custom-card__head span {
    color: var(--cf-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.custom-card__head h3 {
    margin: 12px 0 0;
}

.custom-card__head i {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--cf-blue-dark);
    font-size: 19px;
    font-style: normal;
    background: var(--cf-soft);
    border-radius: 50%;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.custom-card__image {
    grid-column: 1;
    grid-row: 1 / 3;
}

.custom-card__body {
    grid-column: 2;
    grid-row: 2;
    padding: 14px 30px 30px;
}

.custom-evaluation__nav {
    display: none;
}

.custom-factor {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 13px;
    background: rgba(255,255,255,.05);
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.custom-factor summary {
    display: grid;
    grid-template-columns: 54px 1fr 28px;
    gap: 14px;
    align-items: center;
    min-height: 82px;
    padding: 14px 16px;
    cursor: pointer;
    list-style: none;
}

.custom-factor summary::-webkit-details-marker {
    display: none;
}

.custom-factor summary::marker {
    content: "";
}

.custom-factor summary:focus-visible {
    outline: 3px solid rgba(158,207,227,.55);
    outline-offset: -3px;
}

.custom-factor summary b {
    grid-row: auto;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: #a8d9ed;
    font-size: 18px;
    background: linear-gradient(145deg, rgba(132,196,222,.2), rgba(132,196,222,.08));
    border: 1px solid rgba(158,207,227,.12);
    border-radius: 12px;
    transition: color .25s ease, background .25s ease, box-shadow .25s ease;
}

.custom-factor summary strong {
    color: #fff;
    font-size: 18px;
}

.custom-factor summary i {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
}

.custom-factor summary i::before,
.custom-factor summary i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: #a8d9ed;
    border-radius: 2px;
    transform: translate(-50%,-50%);
    transition: transform .22s ease;
}

.custom-factor summary i::after {
    transform: translate(-50%,-50%) rotate(90deg);
}

.custom-factor[open] summary i::after {
    transform: translate(-50%,-50%) rotate(0deg);
}

.custom-factor__detail {
    animation: custom-factor-reveal .28s ease both;
}

.custom-factor__detail p {
    margin: 0;
    padding: 0 18px 20px 84px;
    color: #c8d7dd;
    font-size: 14px;
    line-height: 1.58;
}

.custom-factor[open] {
    border-color: rgba(158,207,227,.52);
    background: linear-gradient(135deg, rgba(77,142,174,.22), rgba(255,255,255,.06));
    box-shadow: 0 14px 34px rgba(7,20,27,.2), inset 3px 0 #79bedb;
}

.custom-factor[open] summary b {
    color: #fff;
    background: linear-gradient(145deg, #4d8eae, #356c86);
    box-shadow: 0 8px 20px rgba(31,89,116,.28);
}

@keyframes custom-factor-reveal {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes custom-factor-wave-in {
    from { opacity: 0; transform: translateY(18px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (hover:hover) {
    .custom-card__head > a:hover i {
        color: #fff;
        background: var(--cf-blue);
        transform: translate(2px,-2px);
    }

    .custom-factor:hover {
        border-color: rgba(158,207,227,.42);
        background: rgba(77,142,174,.15);
        transform: translateY(-2px);
    }
}

@media (max-width:600px) {
    .custom-hero {
        display: block;
        min-height: 0;
        background: var(--cf-dark);
    }

    .custom-hero__image {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: contain;
        object-position: center;
        background: #edf2f4;
    }

    .custom-hero__shade {
        display: none;
    }

    .custom-hero__content {
        padding-top: 34px;
        padding-bottom: 40px;
    }

    .custom-hero h1 {
        font-size: 38px;
        line-height: 1.02;
    }

    .custom-card {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .custom-card__head {
        grid-column: 1;
        grid-row: 1;
        padding: 20px;
        background: linear-gradient(135deg, #eaf4f8, #f7fbfc);
        border-bottom: 1px solid #d6e7ee;
    }

    .custom-card__head > a {
        min-height: 66px;
        padding-right: 48px;
    }

    .custom-card__head span {
        font-size: 10px;
        letter-spacing: .12em;
    }

    .custom-card__head h3 {
        margin-top: 9px;
        font-size: 24px;
        line-height: 1.12;
    }

    .custom-card__head i {
        width: 38px;
        height: 38px;
        color: #fff;
        background: var(--cf-blue);
        box-shadow: 0 7px 18px rgba(55,112,139,.2);
    }

    .custom-card__image {
        grid-column: 1;
        grid-row: 2;
        min-height: 0;
        aspect-ratio: 1;
        background: #fff;
    }

    .custom-card__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .custom-card:hover .custom-card__image img,
    .custom-card:focus-within .custom-card__image img {
        transform: none;
    }

    .custom-card__body {
        grid-column: 1;
        grid-row: 3;
        padding: 20px;
    }

    .custom-card__body p {
        font-size: 16px;
        line-height: 1.55;
    }

    .custom-forms .custom-media:not(.custom-evaluation__slide) {
        aspect-ratio: auto;
        background: #fff;
    }

    .custom-forms .custom-media:not(.custom-evaluation__slide) img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .custom-evaluation {
        display: flex;
        gap: 12px;
        margin-inline: -12px;
        padding: 2px 12px 14px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .custom-evaluation::-webkit-scrollbar {
        display: none;
    }

    .custom-evaluation .custom-evaluation__slide {
        flex: 0 0 91%;
        aspect-ratio: 4 / 3;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        background: #f1f5f7;
        box-shadow: 0 10px 28px rgba(38,52,61,.1);
    }

    .custom-evaluation .custom-evaluation__slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .custom-evaluation__nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        margin: 10px 0 22px;
        color: var(--cf-muted);
        font-size: 13px;
        font-weight: 700;
    }

    .custom-evaluation__nav > span b {
        display: inline-block;
        color: var(--cf-blue);
        font-size: 18px;
        animation: custom-swipe-hint 1.7s ease-in-out infinite;
    }

    .custom-evaluation__nav > div {
        display: flex;
        flex: 0 0 auto;
        gap: 7px;
    }

    .custom-evaluation__nav button {
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        border-radius: 99px;
        background: #c7d6dc;
        transition: width .2s ease, background .2s ease;
    }

    .custom-evaluation__nav button[aria-current="true"] {
        width: 24px;
        background: var(--cf-blue);
    }

    .custom-factors {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .custom-factor summary {
        min-height: 86px;
        grid-template-columns: 56px 1fr 28px;
        padding: 14px 16px;
    }

    .custom-factor summary strong {
        font-size: 20px;
    }

    .custom-factor__detail p {
        padding: 0 18px 20px 86px;
        font-size: 15px;
    }

    .custom-factors--motion .custom-factor {
        opacity: 0;
    }

    .custom-factors--motion.is-visible .custom-factor {
        animation: custom-factor-wave-in .5s cubic-bezier(.2,.7,.2,1) both;
    }

    .custom-factors--motion.is-visible .custom-factor:nth-child(2) { animation-delay: 90ms; }
    .custom-factors--motion.is-visible .custom-factor:nth-child(3) { animation-delay: 180ms; }
    .custom-factors--motion.is-visible .custom-factor:nth-child(4) { animation-delay: 270ms; }
}

@keyframes custom-swipe-hint {
    0%,100% { transform: translateX(0); opacity: .72; }
    50% { transform: translateX(7px); opacity: 1; }
}

@media (prefers-reduced-motion:reduce) {
    .custom-factor,
    .custom-factor__detail,
    .custom-factors--motion .custom-factor,
    .custom-factors--motion.is-visible .custom-factor,
    .custom-evaluation__nav > span b,
    .custom-card__head i {
        opacity: 1;
        animation: none;
        transition: none;
        transform: none;
    }
}

/* Desktop polish: balanced galleries, numbered systems and tactile states. */
.custom-evaluation {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-inline: -4px;
    padding: 4px 4px 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #aac6d2 #edf3f5;
}

.custom-evaluation .custom-evaluation__slide {
    flex: 0 0 min(100%, 1180px);
    height: 430px;
    aspect-ratio: auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: #f4f7f8;
    border: 1px solid var(--cf-line);
    box-shadow: 0 12px 34px rgba(38,52,61,.09);
}

.custom-evaluation .custom-evaluation__slide:first-child,
.custom-evaluation .custom-evaluation__slide:last-child {
    height: 430px;
    aspect-ratio: auto;
}

.custom-evaluation .custom-evaluation__slide:last-child {
    flex-basis: min(68%, 760px);
}

.custom-evaluation .custom-evaluation__slide img {
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain;
}

.custom-evaluation .custom-evaluation__slide:first-child img {
    padding: 0;
}

.custom-evaluation-card {
    display: grid;
    grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
    width: min(100%, 1120px);
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(38,52,61,.1);
}

.custom-evaluation-card__image {
    min-height: 0;
    aspect-ratio: 6 / 7;
    border-radius: 0;
    background: #eef3f5;
    box-shadow: none;
}

.custom-evaluation-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom-evaluation-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 3vw, 40px);
}

.custom-evaluation-card__content h2 {
    max-width: 610px;
    font-size: clamp(36px, 3.2vw, 46px);
}

.custom-evaluation-card__lead {
    max-width: 610px;
    margin: 16px 0 0;
    color: var(--cf-muted);
    font-size: 17px;
    line-height: 1.65;
}

.custom-evaluation-card__types {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.custom-evaluation-card__types li {
    padding: 8px 12px;
    color: var(--cf-blue-dark);
    background: #eef5f8;
    border: 1px solid #d7e6ec;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.custom-evaluation-card__note {
    display: grid;
    gap: 4px;
    margin-top: 18px;
    padding: 14px 16px;
    color: var(--cf-muted);
    background: var(--cf-soft);
    border-left: 4px solid var(--cf-blue);
    border-radius: 0 10px 10px 0;
    line-height: 1.5;
}

.custom-evaluation-card__note strong {
    color: var(--cf-ink);
    font-size: 16px;
}

.custom-evaluation-card__button {
    align-self: flex-start;
    margin-top: 18px;
}

.custom-evaluation__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 4px 0 24px;
    color: var(--cf-muted);
    font-size: 14px;
    font-weight: 700;
}

.custom-evaluation__nav > span b {
    display: inline-block;
    color: var(--cf-blue);
    font-size: 18px;
    animation: custom-swipe-hint 1.7s ease-in-out infinite;
}

.custom-evaluation__controls,
.custom-case-nav > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-carousel-dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.custom-carousel-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: #c7d6dc;
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}

.custom-carousel-dots button[aria-current="true"] {
    width: 26px;
    background: var(--cf-blue);
}

.custom-carousel-arrow {
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    color: var(--cf-blue-dark);
    background: #fff;
    border: 1px solid #cbdce3;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 7px 18px rgba(45,86,104,.08);
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease;
}

.custom-evaluation__nav .custom-carousel-arrow {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #cbdce3;
    border-radius: 50%;
    background: #fff;
}

.custom-carousel-arrow:disabled {
    opacity: .34;
    cursor: default;
    box-shadow: none;
}

.custom-carousel-arrow:focus-visible {
    outline: 3px solid rgba(77,142,174,.25);
    outline-offset: 2px;
}

.custom-steps {
    display: grid;
    gap: 9px;
}

.custom-steps li {
    position: relative;
    grid-template-columns: 60px 1fr;
    gap: 18px;
    min-height: 92px;
    padding: 15px 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--cf-line);
    border-radius: 13px;
    box-shadow: 0 5px 18px rgba(40,65,76,.035);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

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

.custom-steps li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: var(--cf-blue);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .25s ease;
}

.custom-steps b {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    color: #6d9eb5;
    font-size: 21px;
    font-variant-numeric: tabular-nums;
    background: linear-gradient(145deg, #edf6f9, #f8fbfc);
    border: 1px solid #d9e8ee;
    border-radius: 12px;
    transition: color .25s ease, background .25s ease, box-shadow .25s ease;
}

.custom-steps strong {
    font-size: 20px;
    line-height: 1.25;
}

.custom-steps span {
    margin-top: 7px;
    color: var(--cf-muted);
    font-size: 15px;
    line-height: 1.4;
}

.custom-steps--motion li {
    opacity: 0;
}

.custom-steps--motion.is-visible li {
    animation: custom-step-in .48s cubic-bezier(.2,.7,.2,1) both;
}

.custom-steps--motion.is-visible li:nth-child(2) { animation-delay: 70ms; }
.custom-steps--motion.is-visible li:nth-child(3) { animation-delay: 140ms; }
.custom-steps--motion.is-visible li:nth-child(4) { animation-delay: 210ms; }
.custom-steps--motion.is-visible li:nth-child(5) { animation-delay: 280ms; }

@keyframes custom-step-in {
    from { opacity: 0; transform: translateX(-18px); }
    to { opacity: 1; transform: translateX(0); }
}

.custom-case-carousel {
    margin-top: 28px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: #aac6d2 #edf3f5;
    border: 1px solid var(--cf-line);
    border-radius: 16px;
    background: #f2f5f6;
    box-shadow: 0 16px 42px rgba(38,52,61,.09);
}

.custom-case-carousel:focus-visible {
    outline: 3px solid rgba(77,142,174,.28);
    outline-offset: 3px;
}

.custom-case-carousel .custom-media--case {
    width: max(100%, 1480px);
    margin: 0;
    aspect-ratio: auto;
    overflow: visible;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    scroll-snap-align: start;
}

.custom-case-carousel .custom-media--case img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.custom-case-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 14px;
    color: var(--cf-muted);
    font-size: 14px;
    font-weight: 700;
}

.custom-case-progress {
    width: 112px;
    height: 4px;
    overflow: hidden;
    background: #dbe6ea;
    border-radius: 99px;
}

.custom-case-progress i {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--cf-blue);
    border-radius: inherit;
    transform: scaleX(.12);
    transform-origin: left center;
    transition: transform .12s linear;
}

.custom-cost__list {
    counter-reset: custom-cost;
    gap: 12px;
}

.custom-cost__list li {
    counter-increment: custom-cost;
    min-height: 72px;
    padding: 14px 16px 14px 56px;
    color: #33444d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42;
    background: rgba(255,255,255,.9);
    border: 1px solid #dbe6ea;
    border-radius: 12px;
    box-shadow: 0 7px 20px rgba(43,71,83,.045);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.custom-cost__list li::before {
    content: counter(custom-cost, decimal-leading-zero);
    top: 50%;
    left: 14px;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    color: var(--cf-blue-dark);
    background: #eaf4f8;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 900;
    transform: translateY(-50%);
}

@media (hover:hover) {
    .custom-carousel-arrow:not(:disabled):hover {
        color: #fff;
        background: var(--cf-blue);
        border-color: var(--cf-blue);
        transform: translateY(-2px);
    }

    .custom-steps li:hover {
        z-index: 1;
        background: linear-gradient(135deg, #fff, #f2f8fa);
        border-color: #b8d4df;
        box-shadow: 0 14px 32px rgba(43,91,112,.11);
        transform: translateX(6px);
    }

    .custom-steps li:hover::after {
        transform: scaleY(1);
    }

    .custom-steps li:hover b {
        color: #fff;
        background: linear-gradient(145deg, #5598b7, #397b9a);
        box-shadow: 0 9px 22px rgba(47,116,147,.22);
    }

    .custom-cost__list li:hover {
        border-color: #b7d3df;
        box-shadow: 0 13px 28px rgba(43,91,112,.1);
        transform: translateY(-2px);
    }
}

@media (max-width:600px) {
    .custom-evaluation-card {
        width: 100%;
        grid-template-columns: 1fr;
        border-radius: 14px;
    }

    .custom-evaluation-card__content {
        grid-row: 1;
        padding: 28px 22px 24px;
    }

    .custom-evaluation-card__content h2 {
        font-size: 32px;
    }

    .custom-evaluation-card__lead {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.58;
    }

    .custom-evaluation-card__types {
        margin-top: 18px;
    }

    .custom-evaluation-card__note {
        margin-top: 18px;
        padding: 14px 15px;
    }

    .custom-evaluation-card__button {
        width: 100%;
        margin-top: 18px;
    }

    .custom-evaluation-card__image {
        grid-row: 2;
        width: 100%;
        aspect-ratio: 6 / 7;
        border-top: 1px solid var(--cf-line);
    }

    .custom-evaluation {
        margin-inline: -12px;
        padding: 2px 12px 14px;
    }

    .custom-evaluation .custom-evaluation__slide {
        height: 240px;
        aspect-ratio: auto;
    }

    .custom-evaluation .custom-evaluation__slide:first-child {
        flex-basis: 660px;
        height: 240px;
    }

    .custom-evaluation .custom-evaluation__slide:last-child {
        flex-basis: 426px;
        height: 240px;
    }

    .custom-evaluation .custom-evaluation__slide img {
        padding: 4px;
    }

    .custom-evaluation__nav,
    .custom-case-nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        font-size: 13px;
    }

    .custom-evaluation__controls,
    .custom-case-nav > div {
        width: 100%;
        justify-content: space-between;
    }

    .custom-case-carousel .custom-media--case {
        width: 1060px;
    }

    .custom-cost__list li {
        min-height: 68px;
        font-size: 16px;
    }
}

@media (prefers-reduced-motion:reduce) {
    .custom-steps--motion li,
    .custom-steps--motion.is-visible li,
    .custom-steps li,
    .custom-steps li::after,
    .custom-steps b,
    .custom-cost__list li,
    .custom-carousel-arrow,
    .custom-case-progress i {
        opacity: 1;
        animation: none;
        transition: none;
        transform: none;
    }
}
