@font-face {
    font-family: "LaundryGothicOTF";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2403-2@1.0/TTLaundryGothicR.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "LaundryGothicOTF";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2403-2@1.0/TTLaundryGothicB.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

:root {
    --pink-100: #fff7fa;
    --pink-200: #ffe7f0;
    --pink-300: #ffc5d8;
    --pink-400: #ffa5c3;
    --pink-500: #ff6b9d;
    --pink-600: #ff2f74;
    --pink-700: #7b3b53;
    --text-strong: #5d3040;
    --text-body: #7d5a67;
    --white: #ffffff;
    --shadow: 0 22px 45px rgba(162, 75, 112, 0.14);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 16px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
    color: var(--text-body);
    background: linear-gradient(180deg, #fff8fb 0%, #fffdfd 100%);
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
select {
    font: inherit;
}

.page {
    overflow: hidden;
}

.container {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 0 24px;
}

.section-heading {
    text-align: center;
    margin-bottom: 34px;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.2;
    color: var(--text-strong);
    letter-spacing: -0.04em;
}

.section-heading p {
    margin: 12px 0 0;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #b05c7d;
}

.hero {
    position: relative;
    background: #f79abc url("./images/main_img_bg.png") center top / cover no-repeat;
    padding: 34px 0 150px;
    isolation: isolate;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 68%, rgba(255, 255, 255, 0.23) 0 110px, transparent 112px),
        radial-gradient(circle at 98% 4%, rgba(255, 255, 255, 0.18) 0 88px, transparent 90px),
        radial-gradient(circle at 22% 100%, rgba(255, 255, 255, 0.14) 0 140px, transparent 142px);
    z-index: -2;
}

.hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 140%;
    height: 140px;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    background: linear-gradient(180deg, rgba(255, 248, 251, 0) 0%, #fff8fb 80%);
    z-index: -1;
}

.hero-topbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 28px;
    padding: 0 6em;
}

.hero-brand {
    width: 180px;
    flex: 0 0 auto;
}

.hero-logos {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.hero-logos-track {
    display: flex;
    gap: 10px;
    width: max-content;
    animation: hero-logos-marquee 28s linear infinite;
}

.hero-logos:hover .hero-logos-track {
    animation-play-state: paused;
}

.hero-logos span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 148px;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 18px rgba(122, 52, 80, 0.08);
}

.hero-logos img {
    height: 16px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

@keyframes hero-logos-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.hero-content {
    display: grid;
    grid-template-columns: minmax(240px, 380px) minmax(320px, 500px);
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hero-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-visual img {
    width: min(100%, 430px);
    filter: drop-shadow(0 24px 30px rgba(104, 35, 63, 0.18));
}

.hero-copy {
    padding-top: 0;
}

.hero-copy .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.26);
    color: var(--white);
    font-weight: 700;
    font-size: 0.95rem;
}

.hero-title {
    width: 100%;
    max-width: 720px;
    margin-left: 0;
    margin-right: auto;
}

.hero-copy h1 {
    margin: 0;
    font-family: "LaundryGothicOTF", "Pretendard", sans-serif;
    font-size: clamp(1.925rem, 3.5vw, 3.5rem);
    line-height: 1.04;
    letter-spacing: -0.06em;
    color: var(--text-strong);
}

.hero-title-line {
    display: block;
    width: 100%;
}

.hero-title-line-1 {
    display: block;
    width: 100%;
    text-align: left;
    white-space: nowrap;
}

.title-line-1-inner {
    display: inline-block;
    white-space: nowrap;
}

.hero-title-line-1 .title-highlight,
.hero-title-line-1 .title-rest {
    white-space: nowrap;
}

.hero-title-line-2 {
    text-align: right;
}

.hero-copy h1 .title-highlight {
    position: relative;
    display: inline-block;
    z-index: 0;
    font-size: 1.857em;
}

.hero-copy h1 .title-rest {
    font-size: 1.1em;
}

.hero-copy h1 strong {
    color: var(--pink-600);
    font-weight: 900;
}

.hero-copy h1 .title-highlight::before {
    content: "";
    position: absolute;
    left: -6px;
    right: -6px;
    top: 50%;
    height: 0.4em;
    margin-top: calc(0.1em);
    background: rgba(255, 248, 242, 0.46);
    transform: rotate(-2.35deg);
    z-index: -1;
    pointer-events: none;
}

.hero-desc {
    width: 100%;
    max-width: 720px;
    margin: 12px 0 24px;
    font-family: "LaundryGothicOTF", "Pretendard", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-align: right;
    letter-spacing: -0.05em;
    color: #a3526d;
    white-space: nowrap;
}

.hero-desc-mo {
    display: none;
}

.lead-form-wrap {
    width: 100%;
    max-width: 720px;
    padding: 24px 28px;
    border-radius: 20px;
    background: #fff8fa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

.lead-form-wrap h3 {
    margin: 0 0 16px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #67283d;
}

.lead-form {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 20px;
    align-items: stretch;
}

.lead-form-fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.form-row {
    display: flex;
    gap: 10px;
    min-width: 0;
}

.form-row-name .field-name {
    flex: 1 1 auto;
    min-width: 0;
}

.gender-toggle {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
}

.gender-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gender-toggle label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    border: 1px solid #fea7c4;
    border-radius: 10px;
    background: #fff8fa;
    color: #ffcdda;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.05em;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.gender-toggle input:checked + label {
    background: #ff0d5e;
    border-color: #ff0d5e;
    color: #fff8fa;
    font-weight: 700;
}

.field {
    width: 100%;
    height: 44px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid #fea7c4;
    border-radius: 10px;
    outline: none;
    background: #fff8fa;
    color: #67283d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.05em;
}

.field::placeholder {
    color: #ffb6c9;
    font-weight: 400;
}

.field-prefix {
    width: 90px;
    flex-shrink: 0;
    padding: 0 28px 0 16px;
    font-weight: 600;
    color: #67283d;
    appearance: none;
    -webkit-appearance: none;
    background: #fff8fa url("./images/icon_arrow_form.png") no-repeat right 14px center;
    background-size: 12px 6px;
    cursor: pointer;
}

.phone-row {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 10px;
}

.privacy-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}
.privacy-wrap input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #ff0d5e;
}

.privacy-wrap label {
    font-size: 14px;
    letter-spacing: -.5px;
    cursor: pointer;
}

.privacy-wrap button,
.privacy-wrap a {
    padding: 0;
    background: none;
    border: 0;
    font: inherit;
    color: inherit;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}


.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 156px;
    min-height: 156px;
    padding: 0 10px;
    border: 0;
    border-radius: 10px;
    background: #ff0d5e;
    color: #fff8fa;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.05em;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
}
.benefits {
    padding: 65px 0;
}

.benefits .section-heading {
    text-align: center;
    margin-bottom: 70px;
}

.benefits .section-heading h2 {
    margin: 0;
    font-family: "LaundryGothicOTF", "Pretendard", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.05em;
    color: #67283d;
}

.benefits .section-heading p {
    margin: 23px 0 0;
    font-family: "LaundryGothicOTF", "Pretendard", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.05em;
    color: #a3526d;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 308px);
    justify-content: center;
    gap: 21px;
    max-width: 637px;
    margin: 0 auto;
}

.benefit-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    height: 56px;
    padding: 0 17px;
    border: 0;
    border-radius: 53px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    font-family: "LaundryGothicOTF", "Pretendard", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: #67283d;
}

.benefit-card img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    object-fit: contain;
}

.benefit-card span {
    white-space: nowrap;
}

.faq {
    padding: 48px 0 100px;
}

.faq .section-heading {
    text-align: center;
    margin-bottom: 34px;
}

.faq .section-heading h2 {
    font-family: "LaundryGothicOTF", "Pretendard", sans-serif;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #67283d;
}

.faq .section-heading p {
    font-family: "LaundryGothicOTF", "Pretendard", sans-serif;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #a3526d;
}

.faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 30px;
}

.faq-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border: 0;
    border-radius: 20px;
    background: #ffa8c5;
    color: #67283d;
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-align: left;
    cursor: pointer;
}

.faq-question span {
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-question img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex: 0 0 auto;
}

.faq-question .arrow {
    transition: transform 0.2s ease;
}

.faq-item.is-open .faq-question .arrow {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    border-radius: 20px;
    background: #ffe4ed;
}

.faq-item.is-open .faq-answer {
    display: block;
}

.faq-answer-inner {
    overflow: visible;
}

.faq-answer p {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 18px 22px;
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: -0.05em;
    color: #a3526d;
}

.faq-answer p img {
    width: 18px;
    height: 18px;
    margin-top: 5px;
    flex: 0 0 auto;
    object-fit: contain;
}

@media (min-width: 981px) {
    .hero-copy h1 .title-highlight {
        font-size: clamp(
            1.7em,
            calc(2.2em - 0.5em * (100vw - 981px) / 519px),
            2.2em
        );
    }
}

@media (max-width: 980px) {
    .container {
        padding: 0 16px;
    }

    .hero {
        padding: 18px 0 64px;
        background: #ffffff url("./images/main_img_bg_mo.png") center bottom / 100% auto no-repeat;
        overflow: hidden;
    }

    .hero::before {
        background:
            radial-gradient(circle 272px at -25% 72%, rgba(255, 226, 235, 0.35), transparent 72%),
            radial-gradient(circle 197px at 22% 94%, rgba(255, 226, 235, 0.35), transparent 72%),
            radial-gradient(circle 204px at 108% 6%, rgba(255, 226, 235, 0.35), transparent 72%);
        z-index: 0;
    }

    .hero::after {
        content: none;
    }

    .hero .container {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .hero-topbar {
        gap: 12px;
        margin-bottom: 30px;
        padding: 0;
    }

    .hero-brand {
        width: 124px;
    }

    .hero-logos-track {
        gap: 8px;
    }

    .hero-logos span {
        width: 108px;
        height: 34px;
        padding: 0 10px;
    }

    .hero-logos img {
        height: 12px;
    }

    .hero-content {
        display: block;
        position: relative;
        padding-top: 0;
    }

    .hero-visual {
        position: absolute;
        left: 0;
        top: 74px;
        z-index: 3;
        pointer-events: none;
    }

    .hero-visual img {
        width: clamp(100px, 28vw, 140px);
        filter: drop-shadow(0 14px 18px rgba(104, 35, 63, 0.16));
    }

    .hero-copy {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: none;
        padding-top: 0;
    }

    .hero-title {
        margin-left: 0;
        max-width: none;
        width: 100%;
        padding: 0;
    }

    .hero-copy h1 {
        font-size: clamp(1.4rem, 4.8vw, 2.4rem);
    }

    .hero-title-line-1 {
        width: 100%;
        text-align: left;
    }

    .hero-title-line-2 {
        text-align: right;
        font-size: 1.2em;
        white-space: nowrap;
    }

    .hero-desc {
        margin: 10px 0 14px;
        padding: 0 8px 0 0;
        max-width: none;
        text-align: right;
        font-size: clamp(13px, 3.4vw, 18px);
        line-height: 1.35;
        white-space: normal;
    }

    .hero-desc-pc {
        display: none;
    }

    .hero-desc-mo {
        display: block;
        font-size: 1.4em;
    }

    .lead-form-wrap {
        position: relative;
        z-index: 4;
        margin-top: 4px;
        padding: 20px 16px;
        border-radius: 16px;
        max-width: none;
    }

    .lead-form {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .lead-form-fields {
        max-width: none;
    }

    .form-row-name .field-name {
        max-width: none;
    }

    .submit-btn {
        width: 100%;
        height: auto;
        min-height: 52px;
        padding: 14px 20px;
        font-size: 18px;
        line-height: 1.4;
    }

    .lead-form-wrap h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .lead-form-fields {
        gap: 12px;
    }

    .field,
    .gender-toggle label {
        height: 46px;
        min-height: 46px;
        font-size: 16px;
    }

    .gender-toggle label {
        width: 46px;
        min-width: 46px;
    }

    .field-prefix {
        width: 80px;
    }

    .faq {
        padding-top: 26px;
        padding-bottom: 72px;
    }

    .faq .section-heading {
        margin-bottom: 24px;
    }

    .faq-question,
    .faq-answer p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .faq-question {
        font-size: 0.94rem;
    }

    .faq-answer p {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .faq-list {
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .benefits {
        padding-top: 34px;
    }

    .benefits .section-heading {
        margin-bottom: 32px;
    }

    .benefits .section-heading h2 {
        font-size: clamp(34px, 8vw, 28px);
        line-height: 1.15;
    }

    .benefits .section-heading p {
        margin-top: 14px;
        font-size: clamp(20px, 2.94vw, 15px);
        line-height: 1.4;
        padding: 0 40px;
    }

    .benefit-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        max-width: 308px;
    }

    .benefit-card {
        height: auto;
        min-height: 45px;
        padding: 10px 14px;
        font-size: 13px;
        line-height: 1.3;
        border-radius: 53px;
    }

    .benefit-card img {
        width: 22px;
        height: 22px;
    }

    .benefit-card span {
        white-space: normal;
    }
}
