.-ycw-section {
    position: relative;
    padding-block: clamp(68px, 7vw, 100px);
}

body.before-start.-topBar-open.nofxedntro .-ycw-section {
    padding-top: 110px;
}

.archive-rows .-ycw-section:first-child {
    padding-top: 0 !important;
    background: #ffffff;
}

/* Section title wrapper */
.-dw-title {
    position: relative;
    z-index: 2;
    width: min(100%, 820px);
    max-width: 820px;
    margin: 0 auto 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.-dw-title *:last-child {
    margin-bottom: 0;
}

/* Small title / kicker */
.-dw-h4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    max-width: max-content;
    margin: 0 auto 18px;
    padding: 8px 17px;
    border: 1px solid rgb(255 111 0 / 10%);
    border-radius: 999px;
    background:
        radial-gradient(circle at 0 0, rgb(255 111 0 / 9%) 0, transparent 34%),
        rgb(255 111 0 / 7%);
    color: var(--uicolor);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
}

.-dw-h4::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px rgb(255 111 0 / 10%);
}

/* Main title */
.-dw-h1 {
    display: block;
    max-width: 100%;
    margin: 0 0 18px;
    color: var(--primary-text);
    font-size: clamp(32px, 3.7vw, 48px);
    line-height: 1.24;
    font-weight: 950;
    letter-spacing: -.55px;
    text-align: center;
}

.-dw-h1 c--color,
.-dw-h1 .c--color {
    color: var(--cword-color, var(--uicolor));
}

/* Description */
.p-content {
    max-width: 720px;
    margin-inline: auto;
    color: var(--secondarytext);
    font-size: 16px;
    line-height: 1.9;
    font-weight: 500;
    text-align: center;
}

.form_form .p-content {
    max-width: 100%;
    text-align: start !important;
}

.faqs-center .p-content {
    text-align: start !important;
}

/* Buttons under title */
.-dw-h1 + .btn2-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 24px auto 0;
    gap: 14px;
}

/* Buttons responsive helpers */
.fsurl-btn,
.securl-btn {
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.fsurl-btn:hover,
.securl-btn:hover {
    transform: translateY(-2px);
}

/* Tablet */
@media only screen and (max-width: 1150px) {
    .-ycw-section {
        padding-block: 62px;
    }

    .-dw-title {
        width: min(100%, 760px);
        margin-bottom: 36px;
    }

    .-dw-h4 {
        margin-bottom: 13px;
        padding: 7px 15px;
        font-size: 14px;
    }

    .-dw-h1 {
        margin-bottom: 13px;
        font-size: 34px;
        line-height: 1.3;
    }

    .p-content {
        max-width: 680px;
        font-size: 15px;
        line-height: 1.85;
        text-align: center !important;
    }

    .form_form .p-content {
        text-align: center !important;
    }

    .faqs-center .p-content {
        text-align: start !important;
    }
}

/* Mobile landscape */
@media (max-width: 850px) {
    .-ycw-section {
        padding-block: 44px;
    }

    .-dw-title {
        width: 100%;
        margin-bottom: 28px;
        padding-inline: 0;
    }

    .-dw-h1 {
        font-size: 28px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .-ycw-section {
        padding-block: 36px;
    }

    body.before-start.-topBar-open.nofxedntro .-ycw-section {
        padding-top: 90px;
    }

    .-dw-title {
        margin-bottom: 24px;
    }

    .-dw-h4 {
        padding: 7px 14px;
        margin-bottom: 12px;
        font-size: 13px;
    }

    .-dw-h4::before {
        width: 7px;
        height: 7px;
        box-shadow: 0 0 0 4px rgb(255 111 0 / 10%);
    }

    .-dw-h1 {
        margin-bottom: 9px;
        font-size: 24px !important;
        line-height: 1.35;
        letter-spacing: -.25px;
    }

    .p-content {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.8;
        font-weight: 400;
    }

    .-ycwt-features1 h2.-dw-h1 {
        margin-bottom: 0;
    }

    .-ycwt-wcontact .-dw-h1 {
        font-size: 21px !important;
    }

    .-dw-h1 + .btn2-row {
        margin-top: 18px;
        gap: 10px;
    }
}

/* Small mobile */
@media (max-width: 580px) {
    .-ycw-section {
        padding-block: 32px;
    }

    .fsurl-btn,
    .securl-btn {
        --icon: 37px;
        padding: 9px calc(var(--icon) + 10px);
        padding-inline-start: 10px;
        font-size: 13px;
    }

    .icn-btn {
        --icon: 30px;
        width: 30px;
        height: 30px;
    }

    .icn-btn .svg-btn {
        width: 19px;
        height: 19px;
    }

    .header--Tools .fsurl-btn {
        display: none;
    }

    .-dw-h1 {
        font-size: 22px !important;
    }

    .p-content {
        font-size: 13.5px;
    }
}

/* Extra small */
@media (max-width: 390px) {
    .-ycw-section {
        padding-block: 28px;
    }

    .-dw-title {
        margin-bottom: 20px;
    }

    .-dw-h4 {
        font-size: 12px;
        padding: 6px 12px;
    }

    .-dw-h1 {
        font-size: 20px !important;
    }

    .p-content {
        font-size: 13px;
        line-height: 1.75;
    }
}