@import "https://fonts.googleapis.com/css2?family=Istok+Web:wght@400;700&display=swap";@layer theme {
    :root,:host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {
    *,:after,:before,::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,: host {
        -webkit-text-size-adjust:100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings,normal);
        font-variation-settings: var(--default-font-variation-settings,normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr: where([title]) {
        -webkit-text-decoration:underline dotted;
        text-decoration: underline dotted
    }

    h1,h2,h3,h4,h5,h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,strong {
        font-weight: bolder
    }

    code,kbd,samp,pre {
        font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings,normal);
        font-variation-settings: var(--default-mono-font-variation-settings,normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,ul,menu {
        list-style: none
    }

    img,svg,video,canvas,audio,iframe,embed,object {
        vertical-align: middle;
        display: block
    }

    img,video {
        max-width: 100%;
        height: auto
    }

    button,input,select,optgroup,textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select: is([multiple],[size])) optgroup {
        font-weight:bolder
    }

    :where(select: is([multiple],[size])) optgroup option {
        padding-inline-start:20px
    }

    ::file-selector-button {
        margin-inline-end:4px}

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color:currentColor
        }

        @supports (color: color-mix(in lab, red, red)) {
            ::placeholder {
                color:color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block:0}

    ::-webkit-datetime-edit-year-field {
        padding-block:0}

    ::-webkit-datetime-edit-month-field {
        padding-block:0}

    ::-webkit-datetime-edit-day-field {
        padding-block:0}

    ::-webkit-datetime-edit-hour-field {
        padding-block:0}

    ::-webkit-datetime-edit-minute-field {
        padding-block:0}

    ::-webkit-datetime-edit-second-field {
        padding-block:0}

    ::-webkit-datetime-edit-millisecond-field {
        padding-block:0}

    ::-webkit-datetime-edit-meridiem-field {
        padding-block:0}

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,input: where([type=button],[type=reset],[type=submit]) {
        appearance:button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]: where(:not([hidden=until-found])) {
        display:none!important
    }
}

@layer components;@layer utilities {
    .visible {
        visibility: visible
    }

    .relative {
        position: relative
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .table {
        display: table
    }
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    color: #000;
    background: #fff;
    margin: 0;
    font: 12px/24px Arial,sans-serif
}

.page-shell {
    width: 980px;
    margin: 0 auto
}

.header {
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    height: 130px;
    display: flex
}

.logo {
    align-items: center;
    width: 280px;
    height: 111px;
    display: flex
}

.logo img {
    object-fit: contain;
    width: 280px;
    height: 111px
}

.header nav {
    white-space: nowrap;
    align-items: center;
    gap: 25px;
    display: flex
}

.header nav a {
    color: #6d2350;
    font: 700 14px Arial,sans-serif;
    text-decoration: none
}

.header nav a:hover {
    text-decoration: underline
}

.language {
    color: #fff;
    background: #6d2350;
    border-radius: 4px;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    font: 700 16px Arial,sans-serif;
    display: flex
}

.language span {
    font-size: 24px;
    line-height: 1
}

.purchase-banner {
    color: #fff;
    background: #6d2350;
    border-bottom: 5px solid #29aae1;
    justify-content: space-between;
    align-items: center;
    min-height: 72px;
    padding: 12px 18px 12px 24px;
    display: flex;
    box-shadow: 0 4px 9px #0003
}

.purchase-banner div {
    flex-direction: column;
    display: flex
}

.purchase-banner strong {
    letter-spacing: .2px;
    font: 700 20px Istok Web,Arial,sans-serif
}

.purchase-banner span {
    color: #f4eaf0;
    font-size: 13px
}

.purchase-banner button {
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    background: #29aae1;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 13px 18px;
    font: 700 15px Arial,sans-serif;
    box-shadow: 0 2px 5px #0004
}

.purchase-banner button:hover {
    background: #117acf
}

.purchase-banner b {
    margin-left: 8px;
    font-size: 21px
}

.hero {
    background: #fff;
    margin-bottom: 38px;
    padding: 15px;
    box-shadow: 0 9px 12px #0005
}

.hero img {
    width: 950px;
    height: auto;
    display: block
}

.about-grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 18px 70px;
    padding: 0 46px 30px;
    display: grid
}

.about-grid h2 {
    color: #6d2350;
    letter-spacing: -.2px;
    margin: 0 0 12px;
    font: 34px/42px Istok Web,Arial,sans-serif
}

.about-grid p {
    text-align: justify;
    margin: 0;
    font-size: 12px;
    line-height: 24px
}

.help-photo {
    background: url(https://csmoec-purchase-help.bme1974.chatgpt.site/we_can_help-old.jpg) 50%/cover no-repeat;
    height: 550px;
    margin-top: 20px
}

.faq {
    grid-template-columns: 38% 62%;
    gap: 25px;
    padding: 40px 45px;
    display: grid
}

.faq h3 {
    margin: 0 0 10px;
    font: 30px/36px Istok Web,Arial,sans-serif
}

.faq aside>img {
    width: 247px;
    box-shadow: 1px 1px 1px #0002
}

.faq aside p {
    max-width: 265px
}

.original-button {
    color: #fff;
    background: #6d2350;
    border-radius: 4px;
    padding: 12px 15px;
    font: 700 13px Arial,sans-serif;
    text-decoration: none;
    display: inline-block
}

.faq-items article {
    gap: 17px;
    margin-bottom: 9px;
    display: flex
}

.faq-items img {
    object-fit: cover;
    width: 145px;
    height: 129px;
    box-shadow: 1px 1px 1px #0002
}

.faq-items p {
    margin: 0 0 5px
}

.faq-items strong {
    color: #117acf
}

footer {
    border-top: 6px solid #d6d6d6;
    align-items: center;
    gap: 28px;
    padding: 22px 40px 30px;
    display: flex
}

footer div {
    flex: 1
}

footer h4 {
    color: #6d2350;
    margin: 0 0 8px;
    font: 25px/31px Istok Web,Arial,sans-serif
}

footer img {
    width: 190px;
    height: auto
}

footer span {
    color: #24546c;
    font-weight: 700
}

.modal-backdrop {
    z-index: 100;
    background: #0009;
    place-items: center;
    display: grid;
    position: fixed;
    inset: 0
}

.modal {
    text-align: center;
    background: #fff;
    border-top: 8px solid #6d2350;
    width: min(500px,90vw);
    padding: 38px;
    position: relative;
    box-shadow: 0 20px 60px #0008
}

.modal .close {
    color: #777;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 28px;
    position: absolute;
    top: 8px;
    right: 12px
}

.powered {
    color: #117acf;
    letter-spacing: 1.1px;
    font-weight: 700
}

.modal h2 {
    color: #6d2350;
    margin: 5px 0;
    font: 34px/42px Istok Web,Arial,sans-serif
}

.modal>p:not(.powered) {
    font-size: 14px;
    line-height: 22px
}

.continue {
    color: #fff;
    cursor: pointer;
    background: #6d2350;
    border: 0;
    border-radius: 4px;
    margin-top: 12px;
    padding: 14px 20px;
    font-weight: 700
}

@media (width<=1000px) {
    .page-shell {
        width: 100%
    }

    .header {
        padding: 0 20px
    }

    .header nav {
        gap: 14px
    }

    .hero img {
        width: 100%
    }

    .purchase-banner {
        margin: 0
    }

    .about-grid {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (width<=760px) {
    .header {
        flex-wrap: wrap;
        height: auto;
        min-height: 112px;
        padding: 8px 18px
    }

    .logo,.logo img {
        width: 210px;
        height: auto
    }

    .header nav {
        flex-wrap: wrap;
        order: 3;
        justify-content: center;
        width: 100%;
        padding-bottom: 10px
    }

    .language {
        padding: 7px 10px;
        font-size: 13px
    }

    .purchase-banner {
        text-align: center;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 15px
    }

    .purchase-banner button {
        width: 100%
    }

    .about-grid,.faq {
        grid-template-columns: 1fr
    }

    .about-grid {
        gap: 28px
    }

    .help-photo {
        height: 360px
    }

    .faq-items article {
        align-items: flex-start
    }

    footer {
        flex-wrap: wrap
    }
}
