@charset "utf-8";

.tw-page,
.tw-page * { box-sizing: border-box; }
.tw-page a { color: inherit; text-decoration: none; }

.tw-page {
    --tw-blue: #0064ff;
    --tw-blue-dark: #0052cc;
    --tw-blue-soft: #f2f7ff;
    --tw-text: #101828;
    --tw-gray: #475467;
    --tw-muted: #8a94a6;
    --tw-line: #e5eaf2;
    --tw-bg: #f7f8fa;
    --tw-card: #fff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 24px 0 46px;
    overflow: hidden;
    background: var(--tw-bg);
    color: var(--tw-text);
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    word-break: keep-all;
}

.tw-shell {
    width: min(1400px, calc(100% - 48px));
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #edf0f3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(16, 24, 40, .06);
}

.tw-hero {
    display: grid;
    grid-template-columns: minmax(440px, .95fr) minmax(440px, 1fr);
    align-items: center;
    gap: 48px;
    padding: 78px 56px 48px;
}

.tw-kicker {
    margin: 0 0 20px;
    color: var(--tw-blue);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.4;
}

.tw-hero h1 {
    max-width: 700px;
    margin: 0;
    font-size: 54px;
    font-weight: 900;
    line-height: 1.16;
}

.tw-hero-copy {
    max-width: 650px;
    margin: 24px 0 0;
    color: var(--tw-gray);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
}

.tw-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.tw-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
}

.tw-btn-primary { background: var(--tw-blue); color: #fff; }
.tw-btn-primary:hover { background: var(--tw-blue-dark); }
.tw-btn-light { border-color: #a9c7ff; background: #fff; color: var(--tw-blue); }
.tw-btn-white { background: #fff; color: var(--tw-blue); }
.tw-btn-outline-white { border-color: rgba(255,255,255,.58); color: #fff; }

.tw-hero-visual {
    position: relative;
    min-height: 360px;
}

.tw-laptop {
    position: absolute;
    right: 0;
    bottom: 18px;
    width: min(690px, 100%);
    overflow: hidden;
    border: 1px solid #dbe4ef;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 24px 68px rgba(16, 24, 40, .18);
}

.tw-window {
    display: flex;
    height: 32px;
    align-items: center;
    gap: 6px;
    padding: 0 13px;
    border-bottom: 1px solid #eef2f7;
    background: #f9fbfd;
}

.tw-window span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cbd5e1;
}

.tw-screen {
    height: 296px;
    overflow: hidden;
}

.tw-screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tw-phone {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 140px;
    height: 226px;
    padding: 18px 14px;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(2, 12, 31, .38), rgba(2, 12, 31, .78)),
        url("../rb.img/tantan-hero.png") center / cover no-repeat;
    color: #fff;
    box-shadow: 0 18px 48px rgba(16, 24, 40, .24);
}

.tw-phone-notch {
    width: 42px;
    height: 5px;
    margin: 0 auto 42px;
    border-radius: 999px;
    background: rgba(255,255,255,.58);
}

.tw-phone p {
    margin: 0;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.24;
}

.tw-phone span {
    display: block;
    margin-top: 16px;
    font-size: 12px;
    opacity: .82;
}

.tw-choice,
.tw-included,
.tw-templates,
.tw-experts,
.tw-target {
    margin: 0 48px 18px;
    border: 1px solid var(--tw-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .035);
}

.tw-choice {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 26px 30px;
}

.tw-choice article {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: center;
    padding: 0 30px;
    border-right: 1px solid var(--tw-line);
}

.tw-choice article:last-child { border-right: 0; }

.tw-choice i {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    background: var(--tw-blue-soft);
    color: var(--tw-blue);
    font-size: 27px;
}

.tw-choice strong {
    display: block;
    font-size: 19px;
    font-weight: 900;
}

.tw-choice p {
    margin: 6px 0 0;
    color: var(--tw-gray);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.tw-included,
.tw-templates,
.tw-experts,
.tw-target {
    padding: 30px 42px;
}

.tw-included h2,
.tw-section-head h2,
.tw-section-title h2,
.tw-target h2,
.tw-final-cta h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.tw-icon-grid {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.tw-icon-grid div {
    display: flex;
    min-height: 78px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
}

.tw-icon-grid i {
    color: var(--tw-blue);
    font-size: 24px;
}

.tw-icon-grid span {
    color: var(--tw-text);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.34;
    text-align: center;
}

.tw-section-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.tw-section-head a {
    color: var(--tw-gray);
    font-size: 13px;
    font-weight: 800;
}

.tw-section-title {
    text-align: center;
}

.tw-section-title p,
.tw-final-cta p {
    margin: 9px 0 0;
    color: var(--tw-muted);
    font-size: 15px;
    font-weight: 600;
}

.tw-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.tw-tabs span {
    height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f1f5f9;
    color: var(--tw-gray);
    font-size: 13px;
    font-weight: 800;
    line-height: 32px;
}

.tw-tabs .active {
    background: var(--tw-blue);
    color: #fff;
}

.tw-template-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.tw-template-row article {
    min-height: 132px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dbe7ff;
    background:
        linear-gradient(180deg, rgba(0, 100, 255, .08), rgba(0, 100, 255, .02)),
        #fff;
    color: var(--tw-text);
}

.tw-template-row article:nth-child(2),
.tw-template-row article:nth-child(3),
.tw-template-row article:nth-child(4) {
    background:
        linear-gradient(180deg, rgba(0, 100, 255, .075), rgba(0, 100, 255, .015)),
        #fff;
    color: var(--tw-text);
}

.tw-template-row span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--tw-blue);
}

.tw-template-row strong {
    display: block;
    margin-top: 8px;
    font-size: 22px;
    font-weight: 900;
}

.tw-expert-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.tw-expert-row article {
    padding: 20px;
    border: 1px solid var(--tw-line);
    border-radius: 12px;
    background: #fff;
    text-align: center;
}

.tw-avatar {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: var(--tw-blue-soft);
    color: var(--tw-blue);
    font-size: 22px;
    font-weight: 900;
}

.tw-expert-row strong,
.tw-expert-row span,
.tw-expert-row p {
    display: block;
}

.tw-expert-row strong { font-size: 18px; font-weight: 900; }
.tw-expert-row span { margin-top: 4px; color: var(--tw-muted); font-size: 13px; font-weight: 700; }
.tw-expert-row p { margin: 10px 0 14px; color: #f59e0b; font-size: 13px; font-weight: 900; }
.tw-expert-row a {
    display: flex;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: var(--tw-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.tw-target {
    text-align: center;
}

.tw-target div {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.tw-target span {
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f3f7fb;
    color: var(--tw-gray);
    font-size: 14px;
    font-weight: 900;
}

.tw-final-cta {
    padding: 34px 32px 36px;
    background: var(--tw-blue);
    color: #fff;
    text-align: center;
}

.tw-final-cta p {
    color: rgba(255,255,255,.78);
}

.tw-final-cta div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

@media (max-width: 1100px) {
    .tw-shell { width: min(760px, calc(100% - 32px)); }
    .tw-hero { grid-template-columns: 1fr; padding: 46px 32px 30px; }
    .tw-hero-visual { min-height: 300px; }
    .tw-laptop { width: 100%; }
    .tw-phone { transform: scale(.88); transform-origin: left bottom; }
    .tw-choice,
    .tw-included,
    .tw-templates,
    .tw-experts,
    .tw-target { margin-right: 24px; margin-left: 24px; }
    .tw-choice { grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 18px; }
    .tw-choice article {
        display: flex;
        min-height: 112px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 14px 10px;
        border: 1px solid var(--tw-line);
        border-radius: 10px;
        text-align: center;
    }
    .tw-choice i { width: 42px; height: 42px; font-size: 20px; }
    .tw-choice p { display: none; }
    .tw-icon-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .tw-template-row,
    .tw-expert-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tw-target div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    .tw-page {
        width: 100%;
        margin-left: 0;
        padding: 8px 0 24px;
        background: #f7f8fa;
    }

    .tw-shell {
        width: calc(100% - 16px);
        border-radius: 14px;
        box-shadow: 0 10px 30px rgba(16, 24, 40, .055);
    }

    .tw-hero {
        display: block;
        padding: 28px 18px 18px;
    }

    .tw-kicker {
        margin-bottom: 14px;
        font-size: 12px;
        line-height: 1.45;
    }

    .tw-hero h1 {
        max-width: 300px;
        font-size: 28px;
        line-height: 1.26;
    }

    .tw-hero-copy {
        max-width: 310px;
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.75;
    }

    .tw-hero-copy br {
        display: none;
    }

    .tw-hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 22px;
    }

    .tw-btn {
        width: 100%;
        min-height: 44px;
        padding: 0 10px;
        font-size: 13px;
    }

    .tw-hero-visual {
        display: none;
    }

    .tw-choice,
    .tw-included,
    .tw-templates,
    .tw-experts,
    .tw-target {
        margin: 0 14px 12px;
        border-radius: 12px;
    }

    .tw-choice {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
    }

    .tw-choice article {
        min-height: 84px;
        padding: 9px 4px;
    }

    .tw-choice i {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .tw-choice strong {
        font-size: 11px;
    }

    .tw-included,
    .tw-templates,
    .tw-experts,
    .tw-target {
        padding: 22px 14px;
    }

    .tw-included h2,
    .tw-section-head h2,
    .tw-section-title h2,
    .tw-target h2,
    .tw-final-cta h2 {
        font-size: 20px;
    }

    .tw-section-title p,
    .tw-final-cta p {
        font-size: 12px;
        line-height: 1.55;
    }

    .tw-icon-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 18px;
    }

    .tw-icon-grid div {
        min-height: 66px;
        gap: 7px;
    }

    .tw-icon-grid i {
        font-size: 19px;
    }

    .tw-icon-grid span {
        font-size: 10px;
    }

    .tw-section-head {
        justify-content: space-between;
    }

    .tw-section-head h2 {
        text-align: left;
    }

    .tw-tabs {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-top: 16px;
        padding-bottom: 2px;
    }

    .tw-tabs span {
        flex: 0 0 auto;
        height: 28px;
        padding: 0 11px;
        font-size: 11px;
        line-height: 28px;
    }

    .tw-template-row {
        grid-template-columns: repeat(3, 138px);
        gap: 10px;
        overflow-x: auto;
        margin-top: 14px;
        padding-bottom: 3px;
    }

    .tw-template-row article {
        min-height: 96px;
        padding: 14px;
    }

    .tw-template-row strong {
        font-size: 17px;
    }

    .tw-expert-row {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 18px;
    }

    .tw-expert-row article {
        display: grid;
        grid-template-columns: 42px 1fr 72px;
        align-items: center;
        gap: 10px;
        padding: 12px;
        text-align: left;
    }

    .tw-avatar {
        width: 42px;
        height: 42px;
        margin: 0;
        font-size: 17px;
    }

    .tw-expert-row strong {
        font-size: 14px;
    }

    .tw-expert-row span,
    .tw-expert-row p {
        font-size: 11px;
    }

    .tw-expert-row p {
        margin: 3px 0 0;
    }

    .tw-expert-row a {
        height: 34px;
        font-size: 11px;
    }

    .tw-target div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 16px;
    }

    .tw-target span {
        height: 38px;
        font-size: 12px;
    }

    .tw-final-cta {
        padding: 24px 14px;
    }

    .tw-final-cta div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 16px;
    }
}
