#board .subbody.about > .container > h1 {
    margin: 0 0 16px;
    color: #f5f5f5;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}

#board .subbody.about > .container > h1.wm-ad-page-title,
#board .subbody.about > .container > h1.wm-about-page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#board .subbody.about > .container {
    padding-top: 32px;
}

#board .subbody.about .subcate {
    display: block;
    min-height: 44px;
    margin-bottom: -18px;
    position: relative;
    z-index: 5;
}

#board .subbody.about .subcate .wrap.contactus-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    width: auto;
    max-width: 100%;
    position: absolute;
    left: 50%;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 22px;
    padding: 0;
    overflow: visible;
}

#board .subbody.about .subcate .wrap.contactus-tabs a {
    display: inline-flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    min-width: 166px;
    height: 44px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 4px;
    background: linear-gradient(180deg, #1d2028 0%, #171a21 100%) !important;
    background-color: #1a1d25 !important;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#board .subbody.about .subcate .wrap.contactus-tabs a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    text-align: center;
}

#board .subbody.about .subcate .wrap.contactus-tabs a:hover,
#board .subbody.about .subcate .wrap.contactus-tabs a:focus-visible {
    border-color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(180deg, #232733 0%, #1d212b 100%) !important;
    background-color: #202532 !important;
    color: #ffffff;
}

#board .subbody.about .subcate .wrap.contactus-tabs a.active {
    border-color: #ef2f1a;
    background: #ef2f1a !important;
    background-color: #ef2f1a !important;
    color: #ffffff;
}

.wm-about-page {
    margin-top: 0;
    padding: 46px 18px 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        linear-gradient(180deg, #151518 0%, #0d0d0f 100%);
    color: #f5f5f5;
}

.wm-about-page,
.wm-about-page * {
    box-sizing: border-box;
}

.wm-about-page h2,
.wm-about-page p,
.wm-about-page span,
.wm-ad-contact-page h3,
.wm-ad-contact-page h4,
.wm-ad-contact-page p,
.wm-ad-contact-page strong,
.wm-ad-contact-page span,
.wm-ad-contact-page label,
.wm-ad-contact-page summary,
.wm-ad-contact-page button {
    word-break: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.wm-about-hero {
    max-width: 620px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wm-about-hero__eyebrow {
    display: inline-block;
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.wm-about-hero h2 {
    margin: 16px 0 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.wm-about-grid {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.wm-about-grid > * {
    min-width: 0;
}

.wm-about-card {
    padding: 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.wm-about-card:nth-child(1) {
    border-color: rgba(227, 71, 46, 0.35);
    box-shadow: inset 0 2px 0 rgba(227, 71, 46, 0.95);
}

.wm-about-card:nth-child(2) {
    border-color: rgba(40, 91, 218, 0.35);
    box-shadow: inset 0 2px 0 rgba(40, 91, 218, 0.95);
}

.wm-about-card__label {
    display: inline-block;
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.wm-about-card p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.85;
}

.wm-ad-contact-page {
    position: relative;
    margin-top: 0;
    padding: 46px 18px 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        linear-gradient(180deg, #151518 0%, #0d0d0f 100%);
    color: #f5f5f5;
    overflow: hidden;
}

.wm-ad-contact-page,
.wm-ad-contact-page * {
    box-sizing: border-box;
}

.wm-ad-contact-page a {
    color: inherit;
    text-decoration: none;
}

#board .subbody.about .subcate .wrap.contactus-tabs a,
#board .subbody.about .subcate .wrap.contactus-tabs a span {
    white-space: nowrap;
    word-break: normal;
}

.wm-ad-contact-page section[id] {
    scroll-margin-top: 100px;
}

.wm-ad-hero {
    position: relative;
    z-index: 1;
    max-width: 560px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wm-ad-hero__eyebrow {
    display: inline-block;
    color: #f1c84d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.wm-ad-hero__lead {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.65;
}

.wm-ad-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.wm-ad-btn--submit {
    width: auto;
    min-width: 148px;
    border-color: rgba(255, 255, 255, 0.9);
    background: #ffffff;
    color: #111111;
}

.wm-ad-btn--submit:hover,
.wm-ad-btn--submit:focus-visible {
    border-color: #ffffff;
    background: #f5f5f5;
    color: #111111;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    transform: translateY(-1px);
}

.wm-ad-btn--submit:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
}

.wm-ad-btn:disabled,
.wm-ad-btn[disabled] {
    cursor: not-allowed;
}

.wm-ad-btn--submit.is-loading {
    opacity: 0.9;
    cursor: wait;
}

.wm-ad-btn__spinner {
    display: none;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(17, 17, 17, 0.22);
    border-top-color: #111111;
    border-radius: 50%;
    animation: wm-ad-spin 0.8s linear infinite;
}

.wm-ad-btn--submit.is-loading .wm-ad-btn__spinner {
    display: inline-flex;
}

.wm-ad-btn:focus-visible,
.wm-ad-choice input:focus + span,
.wm-ad-faq-item summary:focus-visible,
#board .subbody.about .subcate .wrap.contactus-tabs a:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.62);
    outline-offset: 2px;
}

.wm-ad-section {
    position: relative;
    z-index: 1;
    margin-top: 36px;
}

.wm-ad-section__head {
    max-width: 620px;
}

.wm-ad-section__head h3 {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

.wm-ad-section__head h3::before,
.wm-ad-form-intro h3::before {
    content: "";
    display: inline-flex;
    width: 4px;
    height: 24px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f1c84d 0%, #ef2f1a 100%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
    flex: 0 0 auto;
}

.wm-ad-section__head h3:after {
    content: "";
    width: 42px;
    height: 1px;
    background: rgba(241, 200, 77, 0.4);
}

.wm-ad-section__head p {
    max-width: 440px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.65;
}

.wm-ad-product-grid {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.wm-ad-product-grid > *,
.wm-ad-step-list > *,
.wm-ad-form__grid > *,
.wm-ad-choice-grid > *,
.wm-ad-faq > * {
    min-width: 0;
}

.wm-ad-product-card {
    position: relative;
    display: grid;
    align-content: center;
    gap: 10px;
    min-height: 156px;
    padding: 18px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}

.wm-ad-product-card:hover {
    transform: translateY(-2px);
}

.wm-ad-product-card:nth-child(1) {
    border-color: rgba(227, 71, 46, 0.35);
    box-shadow: inset 0 2px 0 rgba(227, 71, 46, 0.95);
}

.wm-ad-product-card:nth-child(2) {
    border-color: rgba(40, 91, 218, 0.35);
    box-shadow: inset 0 2px 0 rgba(40, 91, 218, 0.95);
}

.wm-ad-product-card:nth-child(3) {
    border-color: rgba(228, 179, 0, 0.35);
    box-shadow: inset 0 2px 0 rgba(228, 179, 0, 0.95);
}

.wm-ad-product-card:nth-child(4) {
    border-color: rgba(243, 239, 231, 0.32);
    box-shadow: inset 0 2px 0 rgba(243, 239, 231, 0.88);
}

.wm-ad-product-card:nth-child(5) {
    border-color: rgba(141, 147, 156, 0.35);
    box-shadow: inset 0 2px 0 rgba(141, 147, 156, 0.92);
}

.wm-ad-product-card:nth-child(6) {
    border-color: rgba(180, 61, 47, 0.35);
    box-shadow: inset 0 2px 0 rgba(180, 61, 47, 0.95);
}

.wm-ad-product-card h4 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.32;
    white-space: normal;
}

.wm-ad-product-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.64;
}

.wm-ad-product-card span {
    display: block;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.wm-ad-product-card__preview-btn {
    justify-self: start;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.wm-ad-product-card__preview-btn:hover,
.wm-ad-product-card__preview-btn:focus-visible {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
}

.wm-ad-step-list {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.wm-ad-step-item {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
}

.wm-ad-step-item__number {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.wm-ad-step-item:nth-child(1) .wm-ad-step-item__number {
    color: #e3472e;
}

.wm-ad-step-item:nth-child(2) .wm-ad-step-item__number {
    color: #285bda;
}

.wm-ad-step-item:nth-child(3) .wm-ad-step-item__number {
    color: #e4b300;
}

.wm-ad-step-item strong {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.35;
}

.wm-ad-step-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.65;
}

.wm-ad-form-shell {
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
}

.wm-ad-form-intro h3 {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

.wm-ad-form-intro h3::after {
    content: "";
    width: 42px;
    height: 1px;
    background: rgba(241, 200, 77, 0.4);
}

.wm-ad-form-intro p {
    max-width: 560px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.72;
}

.wm-ad-form {
    margin-top: 18px;
}

.wm-ad-form__grid {
    display: grid;
    gap: 14px;
}

.wm-ad-field {
    display: grid;
    gap: 8px;
}

.wm-ad-field label,
.wm-ad-field__label {
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 600;
    white-space: normal;
}

.wm-ad-field input,
.wm-ad-field select,
.wm-ad-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    caret-color: #ffffff;
    color-scheme: dark;
    font-size: 14px;
    line-height: 1.45;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.wm-ad-field textarea {
    min-height: 148px;
    padding: 14px;
    resize: vertical;
}

.wm-ad-field input::placeholder,
.wm-ad-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.34);
}

.wm-ad-field input:focus,
.wm-ad-field select:focus,
.wm-ad-field textarea:focus {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    outline: none;
}

.wm-ad-field input:-webkit-autofill,
.wm-ad-field input:-webkit-autofill:hover,
.wm-ad-field input:-webkit-autofill:focus,
.wm-ad-field textarea:-webkit-autofill,
.wm-ad-field textarea:-webkit-autofill:hover,
.wm-ad-field textarea:-webkit-autofill:focus,
.wm-ad-field select:-webkit-autofill,
.wm-ad-field select:-webkit-autofill:hover,
.wm-ad-field select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    caret-color: #ffffff;
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.03);
    -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.03);
    transition: background-color 9999s ease-out 0s;
}

.wm-ad-choice-grid {
    display: grid;
    gap: 10px;
}

.wm-ad-choice {
    display: block;
}

.wm-ad-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wm-ad-choice span {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    white-space: normal;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.wm-ad-choice input:checked + span {
    border-color: rgba(255, 255, 255, 0.88);
    background: #ffffff;
    color: #111111;
}

.wm-ad-form__footer {
    display: grid;
    gap: 12px;
    margin-top: 18px;
    justify-items: start;
}

.wm-ad-form__footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 13px;
    line-height: 1.6;
}

.wm-ad-form__status {
    min-height: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.wm-ad-faq {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.wm-ad-faq-item {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.wm-ad-faq-item summary {
    position: relative;
    padding: 16px 48px 16px 18px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.wm-ad-faq-item summary::-webkit-details-marker {
    display: none;
}

.wm-ad-faq-item summary:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -10px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 20px;
    line-height: 1;
}

.wm-ad-faq-item[open] summary:after {
    content: "−";
}

.wm-ad-faq-item p {
    margin: 0;
    padding: 0 18px 16px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.68;
}

.wm-ad-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.wm-ad-modal[hidden] {
    display: none;
}

.wm-ad-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(6px);
}

.wm-ad-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 420px);
    padding: 28px 24px 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
        #19191d;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.wm-ad-modal__dialog h4 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.wm-ad-modal__dialog p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.7;
}

.wm-ad-modal__dialog .wm-ad-btn--submit {
    min-width: 112px;
    margin-top: 20px;
}

.wm-ad-modal__dialog--product {
    width: min(100%, 620px);
    max-height: min(86vh, 860px);
    padding: 24px 22px 22px;
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
}

.wm-ad-modal__scroll {
    flex: 1 1 auto;
    min-height: 0;
    margin-top: 4px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.wm-ad-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.82);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.wm-ad-modal__close:hover,
.wm-ad-modal__close:focus-visible {
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.wm-ad-modal__eyebrow {
    display: inline-block;
    margin-right: 42px;
    color: #f1c84d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.wm-ad-modal__dialog--product h4 {
    margin: 10px 0 0;
}

.wm-ad-modal__dialog .wm-ad-modal__lead {
    margin-top: 10px;
}

.wm-ad-preview-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
}

.wm-ad-preview-nav[hidden] {
    display: none;
}

.wm-ad-preview-nav__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.wm-ad-preview-nav__btn:hover,
.wm-ad-preview-nav__btn:focus-visible {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.wm-ad-preview-nav__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    font-variant-numeric: tabular-nums;
}

.wm-ad-preview-visual {
    display: grid;
    gap: 12px;
    margin-top: 16px;
    align-items: start;
}

.wm-ad-preview-screen {
    display: grid;
    gap: 8px;
    align-content: start;
    align-items: start;
    align-self: start;
    min-width: 0;
}

.wm-ad-preview-screen__label {
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.wm-ad-preview-screen__frame {
    position: relative;
    min-height: 0;
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
        rgba(0, 0, 0, 0.2);
}

.wm-ad-preview-screen__image {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center top;
}

.wm-ad-preview-screen__image.is-visible {
    display: block;
}

.wm-ad-preview-screen__pin {
    display: none !important;
    pointer-events: none;
}

.wm-ad-preview-screen--mobile .wm-ad-preview-screen__frame {
    aspect-ratio: 5 / 4;
    max-height: 300px;
}

.wm-ad-preview-screen--mobile .wm-ad-preview-screen__image {
    object-fit: contain;
    object-position: top center;
    background: rgba(0, 0, 0, 0.26);
}

.wm-ad-preview-screen__slot {
    display: block;
    width: 100%;
    margin: 8px 0 0;
    min-height: 0;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1.45;
    box-sizing: border-box;
}

.wm-ad-preview-note {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
}

.wm-ad-preview-note strong {
    display: block;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    letter-spacing: 0.04em;
}

.wm-ad-preview-note p {
    margin: 6px 0 0;
}

body.wm-ad-modal-open {
    overflow: hidden;
}

@keyframes wm-ad-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 768px) {
    .wm-about-page {
        padding: 52px 24px 40px;
    }

    .wm-about-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-ad-contact-page {
        padding: 52px 24px 44px;
    }

    .wm-ad-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-ad-step-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wm-ad-preview-visual {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-ad-preview-screen--desktop .wm-ad-preview-screen__frame {
        aspect-ratio: 16 / 10;
    }

    .wm-ad-preview-screen--mobile .wm-ad-preview-screen__frame {
        aspect-ratio: 16 / 10;
        max-height: none;
    }

    .wm-ad-form__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-ad-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-ad-field--full {
        grid-column: 1 / -1;
    }
}

@media screen and (min-width: 1024px) {
    .wm-about-page {
        padding: 56px 28px 44px;
    }

    .wm-ad-contact-page {
        padding: 56px 28px 48px;
    }

    .wm-ad-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wm-ad-form-shell {
        padding: 24px;
    }
}

@media screen and (max-width: 767px) {
    #board .subbody.about > .container > h1 {
        font-size: 2em;
    }

    #board .subbody.about > .container {
        padding-top: 22px;
    }

    #board .subbody.about .subcate {
        min-height: 48px;
        margin-bottom: -18px;
    }

    #board .subbody.about .subcate .wrap.contactus-tabs {
        width: auto;
        max-width: calc(100% - 20px);
        left: 50%;
        right: auto;
        top: 0;
        transform: translateX(-50%);
        margin: 0;
        justify-content: center;
        gap: 10px;
        padding: 0 10px;
        overflow-x: auto;
    }

    #board .subbody.about .subcate .wrap.contactus-tabs a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 140px !important;
        height: 46px !important;
        padding: 0 16px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
        flex: 0 0 auto;
        border-radius: 5px !important;
    }

    .wm-about-page {
        margin-top: 0;
        padding: 38px 14px 28px;
        border-radius: 22px;
    }

    .wm-about-hero h2 {
        font-size: 26px;
    }

    .wm-about-card p {
        font-size: 14px;
        line-height: 1.78;
    }

    .wm-ad-contact-page {
        margin-top: 0;
        padding: 38px 14px 30px;
        border-radius: 22px;
    }

    .wm-ad-hero__lead {
        font-size: 16px;
    }

    .wm-ad-section__head h3,
    .wm-ad-form-intro h3 {
        gap: 10px;
        font-size: 23px;
    }

    .wm-ad-section__head h3::before,
    .wm-ad-form-intro h3::before {
        height: 20px;
    }

    .wm-ad-btn--submit {
        width: auto;
    }

    .wm-ad-modal__dialog {
        padding: 24px 18px 20px;
        border-radius: 18px;
    }

    .wm-ad-modal__dialog--product {
        width: min(100%, 440px);
        max-height: calc(100vh - 20px);
        max-height: calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        padding: 18px 12px 14px;
        border-radius: 16px;
    }

    .wm-ad-modal__scroll {
        margin-top: 2px;
    }

    .wm-ad-preview-screen__frame {
        aspect-ratio: 16 / 9;
        max-height: 180px;
    }

    .wm-ad-preview-screen--mobile .wm-ad-preview-screen__frame {
        aspect-ratio: 16 / 10;
        max-height: 190px;
    }

    .wm-ad-preview-nav {
        margin-top: 10px;
    }

    .wm-ad-preview-nav__btn {
        width: 32px;
        height: 32px;
        border-radius: 9px;
    }

    .wm-ad-modal__dialog h4 {
        font-size: 22px;
    }

    .wm-ad-modal__close {
        top: 8px;
        right: 8px;
    }

    .wm-ad-modal {
        align-items: flex-start;
        padding: calc(10px + env(safe-area-inset-top)) 12px calc(10px + env(safe-area-inset-bottom));
    }
}

@media (prefers-reduced-motion: reduce) {
    .wm-ad-contact-page * {
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important;
    }

    .wm-ad-modal__backdrop {
        backdrop-filter: none;
    }
}
