:root {
    --cwh-transfer-navy: #071827;
    --cwh-transfer-navy-2: #123b55;
    --cwh-transfer-cyan: #52d8fb;
    --cwh-transfer-blue: #149dcc;
    --cwh-transfer-yellow: #ffd83d;
    --cwh-transfer-green: #2ccf9f;
    --cwh-transfer-ink: #163147;
    --cwh-transfer-muted: #66798a;
    --cwh-transfer-line: #dce8f0;
    --cwh-transfer-soft: #f2f7fa;
}

#order-standard_cart.cwh-transfer-order {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 15px 46px;
    color: var(--cwh-transfer-ink);
}

#order-standard_cart .cwh-transfer-layout,
#order-standard_cart .cwh-transfer-body {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

#order-standard_cart .cwh-transfer-body > .sidebar-collapsed {
    min-height: 38px;
    margin-bottom: 10px;
}

#order-standard_cart .cwh-transfer-hero {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    margin-bottom: 68px;
    padding: 64px 50px 52px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 14%, rgba(82,216,251,.17), transparent 22rem),
        linear-gradient(125deg, var(--cwh-transfer-navy), var(--cwh-transfer-navy-2));
    border: 1px solid rgba(82,216,251,.18);
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(7,24,39,.2);
}

#order-standard_cart .cwh-transfer-hero::before {
    content: "";
    position: absolute;
    left: -130px;
    bottom: -210px;
    width: 410px;
    height: 410px;
    border: 1px solid rgba(82,216,251,.14);
    border-radius: 50%;
}

#order-standard_cart .cwh-transfer-hero__content {
    position: relative;
    z-index: 2;
    width: min(100%, 670px);
}

#order-standard_cart .cwh-transfer-hero__graphic {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 12px;
    width: 430px;
    max-height: 385px;
    opacity: .96;
    pointer-events: none;
}

#order-standard_cart .cwh-transfer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cwh-transfer-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

#order-standard_cart .cwh-transfer-hero .cwh-transfer-kicker {
    color: var(--cwh-transfer-cyan);
}

#order-standard_cart .cwh-transfer-hero .header-lined {
    margin: 12px 0 12px;
    padding: 0;
    border: 0;
}

#order-standard_cart .cwh-transfer-hero .header-lined h1 {
    margin: 0;
    color: #fff !important;
    font-size: clamp(39px, 5vw, 61px) !important;
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -.045em;
}

#order-standard_cart .cwh-transfer-hero p {
    max-width: 625px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 17px;
    line-height: 1.72;
}

#order-standard_cart .cwh-transfer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

#order-standard_cart .cwh-transfer-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    color: #eefaff;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

#order-standard_cart .cwh-transfer-trust i {
    color: var(--cwh-transfer-yellow);
}

#order-standard_cart .cwh-transfer-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
    padding: 14px 20px;
    color: var(--cwh-transfer-navy);
    background: var(--cwh-transfer-yellow);
    border-radius: 11px;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 12px 25px rgba(0,0,0,.19);
}

#order-standard_cart .cwh-transfer-hero__button:hover {
    color: var(--cwh-transfer-navy);
    transform: translateY(-1px);
}

#order-standard_cart .cwh-transfer-section-heading {
    max-width: 790px;
    margin: 0 auto 30px;
    text-align: center;
}

#order-standard_cart .cwh-transfer-section-heading h2 {
    margin: 8px 0 10px;
    color: var(--cwh-transfer-navy);
    font-size: clamp(28px, 3.2vw, 41px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.035em;
}

#order-standard_cart .cwh-transfer-section-heading p {
    margin: 0;
    color: var(--cwh-transfer-muted);
    font-size: 15px;
    line-height: 1.65;
}

#order-standard_cart .cwh-transfer-preflight {
    margin-bottom: 70px;
}

#order-standard_cart .cwh-transfer-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

#order-standard_cart .cwh-transfer-checklist article {
    display: grid;
    grid-template-columns: 62px minmax(0,1fr);
    gap: 5px 0;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--cwh-transfer-line);
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(7,24,39,.07);
}

#order-standard_cart .cwh-transfer-checklist__icon {
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--cwh-transfer-navy);
    background: linear-gradient(135deg, var(--cwh-transfer-cyan), var(--cwh-transfer-blue));
    border-radius: 14px;
    font-size: 18px;
}

#order-standard_cart .cwh-transfer-checklist article:nth-child(2) .cwh-transfer-checklist__icon {
    background: var(--cwh-transfer-yellow);
}

#order-standard_cart .cwh-transfer-checklist article:nth-child(3) .cwh-transfer-checklist__icon {
    color: #fff;
    background: linear-gradient(135deg, #7f6bff, #a861ff);
}

#order-standard_cart .cwh-transfer-checklist article:nth-child(4) .cwh-transfer-checklist__icon {
    color: #fff;
    background: var(--cwh-transfer-green);
}

#order-standard_cart .cwh-transfer-checklist strong {
    color: var(--cwh-transfer-navy);
    font-size: 16px;
}

#order-standard_cart .cwh-transfer-checklist p {
    margin: 0;
    color: var(--cwh-transfer-muted);
    font-size: 13px;
    line-height: 1.58;
}

#order-standard_cart .cwh-transfer-eligibility {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    padding: 17px 19px;
    color: #395264;
    background: #eef9fd;
    border: 1px solid #cfeefa;
    border-radius: 13px;
}

#order-standard_cart .cwh-transfer-eligibility i {
    margin-top: 2px;
    color: var(--cwh-transfer-blue);
    font-size: 17px;
}

#order-standard_cart .cwh-transfer-eligibility p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}

#order-standard_cart .cwh-transfer-action {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
    gap: 22px;
    margin-bottom: 75px;
    scroll-margin-top: 110px;
}

#order-standard_cart .cwh-transfer-form-wrap,
#order-standard_cart .cwh-transfer-assurance {
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(7,24,39,.1);
}

#order-standard_cart .cwh-transfer-form-wrap {
    padding: 34px;
    background: #fff;
    border: 1px solid var(--cwh-transfer-line);
}

#order-standard_cart .cwh-transfer-form-heading h2 {
    margin: 7px 0 8px;
    color: var(--cwh-transfer-navy);
    font-size: 30px;
    font-weight: 800;
}

#order-standard_cart .cwh-transfer-form-heading > p {
    margin: 0 0 25px;
    color: var(--cwh-transfer-muted);
    font-size: 14px;
    line-height: 1.6;
}

#order-standard_cart .cwh-transfer-form-heading > .cwh-transfer-renewal-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: -11px 0 25px;
    padding: 8px 12px;
    color: #16775f;
    background: #e9fbf5;
    border: 1px solid #c9f2e5;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

#order-standard_cart .cwh-transfer-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
}

#order-standard_cart .cwh-transfer-fields .form-group {
    margin-bottom: 18px;
}

#order-standard_cart .cwh-transfer-fields label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
    color: var(--cwh-transfer-navy);
    font-size: 13px;
    font-weight: 800;
}

#order-standard_cart .cwh-transfer-fields label > i,
#order-standard_cart .cwh-transfer-fields label > span i {
    margin-right: 5px;
    color: var(--cwh-transfer-blue);
}

#order-standard_cart .cwh-transfer-fields label a {
    color: var(--cwh-transfer-blue);
    font-size: 11px;
    font-weight: 700;
    cursor: help;
}

#order-standard_cart .cwh-transfer-input {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    overflow: hidden;
    min-height: 58px;
    background: #fff;
    border: 1px solid #cfdde6;
    border-radius: 12px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

#order-standard_cart .cwh-transfer-input:focus-within {
    border-color: var(--cwh-transfer-cyan);
    box-shadow: 0 0 0 4px rgba(82,216,251,.13);
}

#order-standard_cart .cwh-transfer-input > span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cwh-transfer-blue);
    background: #eff8fb;
    font-size: 15px;
}

#order-standard_cart .cwh-transfer-input .form-control {
    width: 100%;
    height: 56px;
    padding: 0 15px;
    color: var(--cwh-transfer-navy);
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

#order-standard_cart #btnTransferDomain {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 53px;
    padding: 0 25px;
    color: var(--cwh-transfer-navy) !important;
    background: var(--cwh-transfer-yellow) !important;
    border: 0 !important;
    border-radius: 11px !important;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(7,24,39,.14);
}

#order-standard_cart #btnTransferDomain:hover {
    transform: translateY(-1px);
}

#order-standard_cart .captcha-container {
    margin: 5px 0 18px;
}

#order-standard_cart .cwh-transfer-fineprint {
    margin: 16px 0 0;
    color: var(--cwh-transfer-muted);
    font-size: 11px;
    line-height: 1.5;
}

#order-standard_cart .cwh-transfer-fineprint i {
    margin-right: 5px;
    color: var(--cwh-transfer-blue);
    font-size: 8px;
}

#order-standard_cart .cwh-transfer-assurance {
    position: relative;
    padding: 36px 31px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(82,216,251,.16), transparent 15rem),
        var(--cwh-transfer-navy);
    border: 1px solid rgba(82,216,251,.17);
}

#order-standard_cart .cwh-transfer-assurance__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    color: var(--cwh-transfer-navy);
    background: linear-gradient(135deg, var(--cwh-transfer-cyan), var(--cwh-transfer-blue));
    border-radius: 15px;
    font-size: 20px;
}

#order-standard_cart .cwh-transfer-assurance h3 {
    margin: 20px 0 10px;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.25;
}

#order-standard_cart .cwh-transfer-assurance p {
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    line-height: 1.65;
}

#order-standard_cart .cwh-transfer-assurance ul {
    margin: 21px 0 25px;
    padding: 0;
    list-style: none;
}

#order-standard_cart .cwh-transfer-assurance li {
    display: flex;
    gap: 8px;
    margin: 10px 0;
    color: rgba(255,255,255,.86);
    font-size: 12px;
}

#order-standard_cart .cwh-transfer-assurance li i {
    margin-top: 2px;
    color: var(--cwh-transfer-green);
}

#order-standard_cart .cwh-transfer-assurance > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cwh-transfer-cyan);
    font-size: 12px;
    font-weight: 800;
}

#order-standard_cart .cwh-transfer-process {
    margin-bottom: 58px;
    padding: 57px 36px;
    background: linear-gradient(180deg, #f3f8fb, #fff);
    border: 1px solid var(--cwh-transfer-line);
    border-radius: 24px;
}

#order-standard_cart .cwh-transfer-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

#order-standard_cart .cwh-transfer-steps article {
    position: relative;
    min-height: 215px;
    padding: 25px 22px;
    background: #fff;
    border: 1px solid var(--cwh-transfer-line);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(7,24,39,.06);
}

#order-standard_cart .cwh-transfer-steps article > span {
    position: absolute;
    top: 15px;
    right: 16px;
    color: #d9e7ef;
    font-size: 27px;
    font-weight: 900;
}

#order-standard_cart .cwh-transfer-steps article > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    color: var(--cwh-transfer-navy);
    background: var(--cwh-transfer-yellow);
    border-radius: 12px;
    font-size: 16px;
}

#order-standard_cart .cwh-transfer-steps article:nth-child(2) > i {
    background: linear-gradient(135deg, var(--cwh-transfer-cyan), var(--cwh-transfer-blue));
}

#order-standard_cart .cwh-transfer-steps article:nth-child(3) > i {
    color: #fff;
    background: linear-gradient(135deg, #7f6bff, #a861ff);
}

#order-standard_cart .cwh-transfer-steps article:nth-child(4) > i {
    color: #fff;
    background: var(--cwh-transfer-green);
}

#order-standard_cart .cwh-transfer-steps h3 {
    margin: 20px 0 8px;
    color: var(--cwh-transfer-navy);
    font-size: 15px;
    font-weight: 800;
}

#order-standard_cart .cwh-transfer-steps p {
    margin: 0;
    color: var(--cwh-transfer-muted);
    font-size: 12px;
    line-height: 1.58;
}

#order-standard_cart .cwh-transfer-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 25px 29px;
    color: #fff;
    background: linear-gradient(115deg, var(--cwh-transfer-navy), #174a64);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(7,24,39,.16);
}

#order-standard_cart .cwh-transfer-help > div {
    display: flex;
    align-items: center;
    gap: 16px;
}

#order-standard_cart .cwh-transfer-help > div > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    color: var(--cwh-transfer-navy);
    background: var(--cwh-transfer-yellow);
    border-radius: 13px;
    font-size: 18px;
}

#order-standard_cart .cwh-transfer-help strong {
    display: block;
    color: #fff;
    font-size: 16px;
}

#order-standard_cart .cwh-transfer-help p {
    margin: 3px 0 0;
    color: rgba(255,255,255,.69);
    font-size: 12px;
}

#order-standard_cart .cwh-transfer-help > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding: 12px 17px;
    color: var(--cwh-transfer-navy);
    background: var(--cwh-transfer-yellow);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 1040px) {
    #order-standard_cart .cwh-transfer-hero__graphic {
        right: -80px;
        width: 390px;
        opacity: .4;
    }

    #order-standard_cart .cwh-transfer-action {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .cwh-transfer-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #order-standard_cart.cwh-transfer-order {
        padding: 0 11px 32px;
    }

    #order-standard_cart .cwh-transfer-hero {
        min-height: 0;
        margin-bottom: 52px;
        padding: 43px 25px 37px;
        border-radius: 20px;
    }

    #order-standard_cart .cwh-transfer-hero__graphic {
        top: 40px;
        right: -130px;
        width: 330px;
        opacity: .2;
    }

    #order-standard_cart .cwh-transfer-hero .header-lined h1 {
        font-size: 39px !important;
    }

    #order-standard_cart .cwh-transfer-hero p {
        font-size: 15px;
    }

    #order-standard_cart .cwh-transfer-checklist,
    #order-standard_cart .cwh-transfer-fields,
    #order-standard_cart .cwh-transfer-steps {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .cwh-transfer-preflight,
    #order-standard_cart .cwh-transfer-action {
        margin-bottom: 52px;
    }

    #order-standard_cart .cwh-transfer-form-wrap,
    #order-standard_cart .cwh-transfer-assurance,
    #order-standard_cart .cwh-transfer-process {
        padding: 27px 22px;
        border-radius: 18px;
    }

    #order-standard_cart .cwh-transfer-steps article {
        min-height: 0;
    }

    #order-standard_cart .cwh-transfer-help {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
    }
}

@media (max-width: 430px) {
    #order-standard_cart .cwh-transfer-checklist article {
        grid-template-columns: 54px minmax(0,1fr);
        padding: 20px;
    }

    #order-standard_cart .cwh-transfer-trust span {
        width: 100%;
        justify-content: flex-start;
    }

    #order-standard_cart .cwh-transfer-form-wrap,
    #order-standard_cart .cwh-transfer-assurance,
    #order-standard_cart .cwh-transfer-process {
        padding: 23px 18px;
    }

    #order-standard_cart #btnTransferDomain,
    #order-standard_cart .cwh-transfer-help > a {
        width: 100%;
    }
}
