@charset "UTF-8";

body.customer-service2-sizl {
    --cs2-page-max: min(1440px, calc(100% - 4.8rem));
    --cs2-inner: min(1320px, calc(100% - 9.6rem));
    --cs2-purple: #971bfd;
    --cs2-purple-deep: #6427d2;
    --cs2-mint: #7ce7d5;
    --cs2-ink: #131928;
    --cs2-text: #242c3d;
    --cs2-muted: #626d82;
    --cs2-line: rgba(151, 27, 253, 0.16);
    --cs2-shadow: 0 2.4rem 5.5rem rgba(79, 30, 114, 0.08);
    background:
        radial-gradient(circle at 8% 18%, rgba(216, 180, 254, 0.16), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(124, 231, 213, 0.12), transparent 24%),
        linear-gradient(180deg, #fbf9ff 0%, #ffffff 34%, #fcfbff 100%);
    color: var(--cs2-text);
}

body.customer-service2-sizl #wrap {
    position: relative;
    overflow-x: hidden;
}

body.customer-service2-sizl #wrap::before,
body.customer-service2-sizl #wrap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

body.customer-service2-sizl #wrap::before {
    left: -18rem;
    top: 28rem;
    width: 42rem;
    height: 42rem;
    background: radial-gradient(circle, rgba(216, 180, 254, 0.18), rgba(216, 180, 254, 0) 72%);
}

body.customer-service2-sizl #wrap::after {
    right: -14rem;
    top: 86rem;
    width: 36rem;
    height: 36rem;
    background: radial-gradient(circle, rgba(124, 231, 213, 0.16), rgba(124, 231, 213, 0) 72%);
}

body.customer-service2-sizl .header {
    background: rgba(252, 248, 255, 0.82);
    box-shadow: 0 1.2rem 3.2rem rgba(125, 45, 191, 0.08);
    border-bottom: 1px solid rgba(234, 220, 255, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.customer-service2-sizl .header.scroll,
body.customer-service2-sizl .header:hover,
body.customer-service2-sizl .header.nav-open {
    background: rgba(252, 248, 255, 0.92);
    box-shadow: 0 1.8rem 4rem rgba(125, 45, 191, 0.1);
}

body.customer-service2-sizl .header::after {
    height: 1px;
    top: calc(100% - 1px);
    background: linear-gradient(90deg, rgba(234, 220, 255, 0) 0%, rgba(234, 220, 255, 0.98) 14%, rgba(234, 220, 255, 0.98) 86%, rgba(234, 220, 255, 0) 100%);
}

body.customer-service2-sizl .header .menu > li > a,
body.customer-service2-sizl .header .menu > li > a span {
    color: #1c1730;
}

body.customer-service2-sizl .header .menu > li:hover > a,
body.customer-service2-sizl .header .menu > li.is-open > a,
body.customer-service2-sizl .header .menu > li.current > a {
    color: var(--cs2-purple);
}

body.customer-service2-sizl .header .menu > li > a span::after {
    background: linear-gradient(90deg, rgba(216, 180, 254, 0.92) 0%, rgba(151, 27, 253, 0.98) 100%);
}

body.customer-service2-sizl .header .submenu {
    background: rgba(252, 248, 255, 0.96);
    box-shadow: 0 2.6rem 5rem rgba(125, 45, 191, 0.12);
}

body.customer-service2-sizl .header .submenu li > a {
    color: #2a2440;
}

body.customer-service2-sizl .header .submenu li > a:hover,
body.customer-service2-sizl .header .submenu li > a:focus-visible,
body.customer-service2-sizl .header .submenu li > a.current {
    color: var(--cs2-purple);
    background: rgba(151, 27, 253, 0.06);
}

body.customer-service2-sizl .header .nav.active {
    background: rgba(252, 248, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.customer-service2-sizl .header .m_menu span {
    background: #2a2440;
}

body.customer-service2-sizl #container.sub_page.customer_service.customer-service2-sizl-page {
    position: relative;
    z-index: 1;
    margin-top: 6.8rem;
    padding-bottom: 12rem;
}

body.customer-service2-sizl #content {
    margin-top: -2.8rem;
    padding-top: 0;
}

body.customer-service2-sizl .customer_service_second_con.customer-service2-shell {
    position: relative;
    z-index: 1;
}

body.customer-service2-sizl .cs2-section.cs2-contact {
    width: var(--cs2-page-max);
    margin: 0 auto;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 255, 0.98) 100%) padding-box,
        linear-gradient(135deg, rgba(125, 45, 191, 0.26) 0%, rgba(151, 27, 253, 0.14) 44%, rgba(124, 231, 213, 0.28) 100%) border-box;
    box-shadow: var(--cs2-shadow);
    overflow: hidden;
}

body.customer-service2-sizl .cs2-section.cs2-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 88% 14%, rgba(216, 180, 254, 0.16), rgba(216, 180, 254, 0) 26%),
        radial-gradient(circle at 8% 88%, rgba(124, 231, 213, 0.12), rgba(124, 231, 213, 0) 24%);
    pointer-events: none;
}

body.customer-service2-sizl .cs2-section.cs2-contact > .inner {
    width: var(--cs2-inner);
    margin: 0 auto;
    padding: 7.2rem 0 8rem;
    position: relative;
    z-index: 1;
    max-width: none;
    box-sizing: border-box;
}

body.customer-service2-sizl .cs2-layout {
    display: grid;
    grid-template-columns: minmax(28rem, 0.82fr) minmax(0, 1.18fr);
    gap: 3.2rem;
    align-items: start;
    margin-top: 0;
}

body.customer-service2-sizl .cs2-info,
body.customer-service2-sizl .cs2-form-card {
    border: 1px solid transparent;
    border-radius: 3.2rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 242, 255, 0.92) 100%) padding-box,
        linear-gradient(135deg, rgba(151, 27, 253, 0.18) 0%, rgba(124, 231, 213, 0.24) 100%) border-box;
    box-shadow: 0 1.8rem 4rem rgba(85, 40, 125, 0.07);
    box-sizing: border-box;
}

body.customer-service2-sizl .cs2-info {
    position: relative;
    top: auto;
    padding: 3.6rem;
    overflow: hidden;
}

body.customer-service2-sizl .cs2-info::before {
    content: "";
    position: absolute;
    inset: auto -10rem -12rem auto;
    width: 26rem;
    height: 26rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(151, 27, 253, 0.12), transparent 68%);
    pointer-events: none;
}

body.customer-service2-sizl .cs2-info-kicker {
    display: inline-flex;
    margin-bottom: 2rem;
    color: var(--cs2-purple);
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.customer-service2-sizl .cs2-info h4 {
    margin: 0;
    color: var(--cs2-ink);
    font-size: clamp(3.2rem, 3.2vw, 4.6rem);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.05em;
    word-break: keep-all;
}

body.customer-service2-sizl .cs2-info > p {
    margin: 1.8rem 0 0;
    color: var(--cs2-muted);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

body.customer-service2-sizl .cs2-info-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 3.2rem;
}

body.customer-service2-sizl .cs2-info-row {
    display: grid;
    grid-template-columns: 4.8rem minmax(0, 1fr);
    gap: 1.4rem;
    align-items: start;
}

body.customer-service2-sizl .cs2-info-icon {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(100, 39, 210, 0.1) 0%, rgba(151, 27, 253, 0.16) 100%);
    color: var(--cs2-purple);
}

body.customer-service2-sizl .cs2-info-svg {
    width: 2.3rem;
    height: 2.3rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.customer-service2-sizl .cs2-info-row strong {
    display: block;
    color: var(--cs2-ink);
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

body.customer-service2-sizl .cs2-info-row span:not(.cs2-info-icon) {
    display: block;
    margin-top: 0.5rem;
    color: var(--cs2-muted);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

body.customer-service2-sizl .cs2-form,
body.customer-service2-sizl .cs2-form fieldset,
body.customer-service2-sizl .cs2-form-card {
    min-width: 0;
    width: 100%;
}

body.customer-service2-sizl .cs2-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

body.customer-service2-sizl .cs2-form legend {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.customer-service2-sizl .cs2-form-card {
    padding: 3.6rem;
}

body.customer-service2-sizl .cs2-form-row {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 2.4rem;
}

body.customer-service2-sizl .cs2-form-row label,
body.customer-service2-sizl .cs2-phone-row > label {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--cs2-ink);
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

body.customer-service2-sizl .cs2-form-row label span,
body.customer-service2-sizl .cs2-phone-row > label span {
    color: var(--cs2-purple);
    font-size: 1.7rem;
    font-weight: 900;
}

body.customer-service2-sizl .cs2-form-row input,
body.customer-service2-sizl .cs2-form-row textarea {
    width: 100%;
    border: 1px solid rgba(151, 27, 253, 0.14);
    border-radius: 2.2rem;
    background: rgba(255, 255, 255, 0.9);
    color: var(--cs2-text);
    font-family: inherit;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.03em;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.customer-service2-sizl .cs2-form-row input {
    min-height: 5.8rem;
    padding: 0 2rem;
}

body.customer-service2-sizl .cs2-form-row textarea {
    min-height: 18rem;
    padding: 1.8rem 2rem;
    resize: vertical;
}

body.customer-service2-sizl .cs2-form-row input::placeholder,
body.customer-service2-sizl .cs2-form-row textarea::placeholder {
    color: rgba(98, 109, 130, 0.78);
    font-weight: 500;
}

body.customer-service2-sizl .cs2-form-row input:focus,
body.customer-service2-sizl .cs2-form-row textarea:focus {
    border-color: rgba(151, 27, 253, 0.5);
    background: #fff;
    box-shadow: 0 0 0 0.4rem rgba(151, 27, 253, 0.08);
}

body.customer-service2-sizl .cs2-phone-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
}

body.customer-service2-sizl .cs2-phone-dash {
    color: var(--cs2-muted);
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
}

body.customer-service2-sizl .cs2-privacy {
    margin-top: 3.2rem;
}

body.customer-service2-sizl .cs2-privacy-box {
    padding: 2.4rem;
    border: 1px solid rgba(151, 27, 253, 0.14);
    border-radius: 2.4rem;
    background:
        linear-gradient(90deg, rgba(151, 27, 253, 0.16) 0, rgba(151, 27, 253, 0.16) 0.4rem, transparent 0.4rem),
        linear-gradient(180deg, rgba(151, 27, 253, 0.045) 0%, rgba(124, 231, 213, 0.055) 100%);
    box-sizing: border-box;
}

body.customer-service2-sizl .cs2-privacy-box strong {
    display: block;
    color: var(--cs2-ink);
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

body.customer-service2-sizl .cs2-privacy-box > p {
    margin: 0.8rem 0 0;
    color: var(--cs2-muted);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

body.customer-service2-sizl .cs2-privacy-box ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
}

body.customer-service2-sizl .cs2-privacy-box li {
    min-width: 0;
    padding: 1.6rem;
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.78);
    box-sizing: border-box;
}

body.customer-service2-sizl .cs2-privacy-box li em {
    display: block;
    color: var(--cs2-purple-deep);
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

body.customer-service2-sizl .cs2-privacy-box li p {
    margin: 0.8rem 0 0;
    color: var(--cs2-text);
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

body.customer-service2-sizl .cs2-check-row {
    margin-top: 1.8rem;
}

body.customer-service2-sizl .cs2-check-row input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.customer-service2-sizl .cs2-check-row label {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: var(--cs2-text);
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: -0.03em;
    cursor: pointer;
    word-break: keep-all;
}

body.customer-service2-sizl .cs2-check-icon {
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(151, 27, 253, 0.28);
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.88);
    color: transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.customer-service2-sizl .cs2-check-svg {
    width: 2rem;
    height: 2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.customer-service2-sizl .cs2-check-row input[type="checkbox"]:checked + label .cs2-check-icon {
    border-color: transparent;
    background: linear-gradient(135deg, var(--cs2-purple-deep) 0%, var(--cs2-purple) 100%);
    color: #fff;
    box-shadow: 0 1rem 2rem rgba(100, 39, 210, 0.18);
}

body.customer-service2-sizl .cs2-check-row input[type="checkbox"]:focus-visible + label .cs2-check-icon {
    box-shadow: 0 0 0 0.4rem rgba(151, 27, 253, 0.14);
}

body.customer-service2-sizl .cs2-submit-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 3.2rem;
}

body.customer-service2-sizl .cs2-submit-button {
    min-width: 16rem;
    min-height: 5.8rem;
    border: 0;
    border-radius: 999px;
    padding: 0 2.6rem;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    background: linear-gradient(135deg, var(--cs2-purple-deep) 0%, var(--cs2-purple) 100%);
    color: #fff;
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    cursor: pointer;
    box-shadow: 0 1.8rem 3.2rem rgba(100, 39, 210, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.customer-service2-sizl .cs2-submit-button::before {
    content: "";
    position: absolute;
    inset: -45% auto -45% -65%;
    width: 42%;
    transform: skewX(-24deg) translateX(0);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

body.customer-service2-sizl .cs2-submit-button span,
body.customer-service2-sizl .cs2-submit-icon {
    position: relative;
    z-index: 1;
}

body.customer-service2-sizl .cs2-submit-button:hover,
body.customer-service2-sizl .cs2-submit-button:focus-visible {
    transform: translateY(-0.3rem);
    box-shadow: 0 2.2rem 3.8rem rgba(100, 39, 210, 0.28);
}

body.customer-service2-sizl .cs2-submit-button:hover::before,
body.customer-service2-sizl .cs2-submit-button:focus-visible::before {
    animation: cs2SubmitShine 0.8s ease forwards;
}

body.customer-service2-sizl .cs2-submit-icon {
    width: 2rem;
    height: 2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@keyframes cs2SubmitShine {
    0% {
        transform: skewX(-24deg) translateX(0);
    }

    100% {
        transform: skewX(-24deg) translateX(460%);
    }
}

@media all and (max-width:1024px) {
    body.customer-service2-sizl {
        --cs2-page-max: min(100% - 3.2rem, 96rem);
        --cs2-inner: calc(100% - 4.8rem);
    }

    body.customer-service2-sizl #container.sub_page.customer_service.customer-service2-sizl-page {
        margin-top: 5.2rem;
        padding-bottom: 9rem;
    }

    body.customer-service2-sizl .cs2-section.cs2-contact > .inner {
        padding: 6rem 0 6.8rem;
    }

    body.customer-service2-sizl .cs2-layout {
        grid-template-columns: 1fr;
    }

    body.customer-service2-sizl .cs2-info {
        position: relative;
        top: auto;
    }
}

@media all and (max-width:820px) {
    body.customer-service2-sizl {
        --cs2-page-max: calc(100% - 2.4rem);
        --cs2-inner: calc(100% - 3.2rem);
    }

    body.customer-service2-sizl .cs2-section.cs2-contact {
        border-radius: 3rem;
    }

    body.customer-service2-sizl .cs2-section.cs2-contact > .inner {
        padding: 5.2rem 0 6rem;
    }

    body.customer-service2-sizl .cs2-layout {
        gap: 2.4rem;
    }

    body.customer-service2-sizl .cs2-info,
    body.customer-service2-sizl .cs2-form-card {
        border-radius: 2.8rem;
        padding: 2.8rem;
    }

    body.customer-service2-sizl .cs2-privacy-box ul {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width:480px) {
    body.customer-service2-sizl {
        --cs2-page-max: calc(100% - 1.6rem);
        --cs2-inner: calc(100% - 2.4rem);
    }

    body.customer-service2-sizl #container.sub_page.customer_service.customer-service2-sizl-page {
        margin-top: 4rem;
        padding-bottom: 7rem;
    }

    body.customer-service2-sizl .cs2-section.cs2-contact {
        border-radius: 2.4rem;
    }

    body.customer-service2-sizl .cs2-section.cs2-contact > .inner {
        padding: 4.4rem 0 5.2rem;
    }

    body.customer-service2-sizl .cs2-info,
    body.customer-service2-sizl .cs2-form-card {
        border-radius: 2.4rem;
        padding: 2.2rem;
    }

    body.customer-service2-sizl .cs2-info h4 {
        font-size: clamp(2.8rem, 8vw, 3.8rem);
    }

    body.customer-service2-sizl .cs2-info-row {
        grid-template-columns: 4.2rem minmax(0, 1fr);
        gap: 1.2rem;
    }

    body.customer-service2-sizl .cs2-info-icon {
        width: 4.2rem;
        height: 4.2rem;
    }

    body.customer-service2-sizl .cs2-form-row label,
    body.customer-service2-sizl .cs2-phone-row > label {
        font-size: 1.6rem;
    }

    body.customer-service2-sizl .cs2-form-row input {
        min-height: 5.2rem;
        padding: 0 1.5rem;
        font-size: 1.6rem;
    }

    body.customer-service2-sizl .cs2-form-row textarea {
        min-height: 16rem;
        padding: 1.5rem;
        font-size: 1.6rem;
    }

    body.customer-service2-sizl .cs2-phone-group {
        gap: 0.6rem;
    }

    body.customer-service2-sizl .cs2-privacy-box {
        padding: 2rem;
    }

    body.customer-service2-sizl .cs2-check-row label {
        align-items: flex-start;
        font-size: 1.5rem;
    }

    body.customer-service2-sizl .cs2-submit-row {
        margin-top: 2.6rem;
    }

    body.customer-service2-sizl .cs2-submit-button {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
}
