
.cwp-plan-page,
.cwp-plan-page * {
    box-sizing: border-box;
}

.cwp-plan-page {
    --blue: #0877df;
    --blue-dark: #0758b8;
    --navy: #10263d;
    --light-blue: #eef7ff;
    --line: #dbe5ef;
    --gray: #657482;
    --orange: #f49a28;
    --light-orange: #fff6e9;
    font-family: "Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;
    color: var(--navy);
    background: #fff;
    line-height: 1.6;
}

.cwp-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* =========================
   HERO
========================= */

.cwp-hero {
    background: linear-gradient(90deg,#f5fbff 0%,#fff 65%);
    padding: 55px 0 35px;
    overflow: hidden;
}

.cwp-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: center;
}

.cwp-brand {
    color: #0783d8;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.cwp-hero h1 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -2px;
    margin: 0 0 22px;
    font-weight: 800;
}

.cwp-blue {
    color: var(--blue);
}

.cwp-hero-desc {
    max-width: 610px;
    font-size: 17px;
    line-height: 1.85;
    color: #435363;
    margin: 0;
    word-break: keep-all;
}

.cwp-product-area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 390px;
}

.cwp-product {
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 15px 14px rgba(35,55,80,.12));
}

    .cwp-product.one {
        width: 47%;
        max-height: 350px;
    }

    .cwp-product.two {
        width: 48%;
        max-height: 350px;
        margin-left: -20px;
    }


/* =========================
   FEATURE + TABLE
========================= */

.cwp-compare-section {
    padding: 34px 0;
}

.cwp-compare-grid {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 28px;
}

.cwp-feature-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
}

.cwp-feature {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cwp-icon-circle {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #edf7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
}

    .cwp-icon-circle svg {
        width: 31px;
        height: 31px;
    }

.cwp-feature strong {
    display: block;
    font-size: 17px;
}

.cwp-feature span {
    display: block;
    font-size: 14px;
    color: #778593;
}


/* =========================
   TABLE
========================= */

.cwp-table-card {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(24,61,97,.06);
}

.cwp-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    .cwp-table th,
    .cwp-table td {
        padding: 12px 13px;
        text-align: center;
        border-bottom: 1px solid var(--line);
        border-right: 1px solid var(--line);
        font-size: 15px;
    }

    .cwp-table tr:last-child td {
        border-bottom: 0;
    }

    .cwp-table th:last-child,
    .cwp-table td:last-child {
        border-right: 0;
    }

    .cwp-table th {
        background: #f5f7f9;
        font-size: 17px;
        font-weight: 800;
    }

        .cwp-table th.cwp-rental-head {
            background: var(--blue);
            color: #fff;
        }

    .cwp-table td.cwp-rental {
        background: #f0f8ff;
        color: #076bd1;
        font-weight: 700;
    }

.cwp-table-label {
    text-align: left !important;
    font-weight: 650;
}

.cwp-table-label-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cwp-table-label svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
}


/* =========================
   CTA
========================= */

.cwp-plan-cta {
    margin: 10px auto 32px;
    background: linear-gradient(90deg,#eff8ff,#e8f5ff);
    border-radius: 17px;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.cwp-cta-copy {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 31px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -1.3px;
}

    .cwp-cta-copy svg {
        width: 47px;
        height: 47px;
        color: var(--blue);
        flex: 0 0 47px;
    }

.cwp-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 220px;
    padding: 15px 25px;
    border-radius: 50px;
    background: var(--blue);
    color: #fff !important;
    text-decoration: none;
    font-size: 17px;
    font-weight: 750;
    transition: .2s ease;
}

    .cwp-cta-button:hover {
        background: var(--blue-dark);
        transform: translateY(-2px);
    }

    .cwp-cta-button svg {
        width: 19px;
        height: 19px;
    }


/* =========================
   PROS / CONS
========================= */

.cwp-pros-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    padding-bottom: 50px;
}

.cwp-pro-card {
    border-radius: 15px;
    padding: 24px 20px;
    min-height: 245px;
}

    .cwp-pro-card.blue {
        background: var(--light-blue);
    }

    .cwp-pro-card.orange {
        background: var(--light-orange);
    }

.cwp-pro-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
}

    .cwp-pro-title svg {
        width: 29px;
        height: 29px;
    }

.cwp-pro-card.blue .cwp-pro-title svg {
    color: var(--blue);
}

.cwp-pro-card.orange .cwp-pro-title svg {
    color: var(--orange);
}

.cwp-pro-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .cwp-pro-list li {
        position: relative;
        padding-left: 18px;
        margin: 9px 0;
        font-size: 14px;
        color: #405160;
    }

        .cwp-pro-list li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #273a4d;
        }


/* =========================
   BOTTOM HOME BRAND LINK
========================= */

.cwp-bottom-note {
    border-top: 1px solid #edf1f5;
    padding: 28px 0 40px;
    text-align: center;
    color: #778592;
    font-size: 14px;
}

    .cwp-bottom-note p {
        margin: 0 0 10px;
    }

.cwp-home-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--blue) !important;
    font-size: 15px;
    font-weight: 750;
    text-decoration: none;
}

    .cwp-home-link:hover {
        text-decoration: underline;
    }

    .cwp-home-link svg {
        width: 17px;
        height: 17px;
    }


/* =========================
   TABLET
========================= */

@media(max-width:900px) {

    .cwp-hero-grid {
        grid-template-columns: 1fr;
    }

    .cwp-hero h1 {
        font-size: 38px;
    }

    .cwp-product-area {
        min-height: 300px;
    }

    .cwp-compare-grid {
        grid-template-columns: 1fr;
    }

    .cwp-feature-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cwp-pros-grid {
        grid-template-columns: 1fr 1fr;
    }
}


/* =========================
   MOBILE
========================= */

@media(max-width:650px) {

    .cwp-wrap {
        padding: 0 14px;
    }

    .cwp-hero {
        padding: 32px 0 24px;
    }

    .cwp-brand {
        font-size: 22px;
        margin-bottom: 13px;
    }

    .cwp-hero h1 {
        font-size: 31px;
        line-height: 1.25;
        letter-spacing: -1.3px;
        margin-bottom: 17px;
    }

    .cwp-hero-desc {
        max-width: none;
        font-size: 15px;
        line-height: 1.8;
        word-break: keep-all;
    }

    .cwp-product-area {
        min-height: 240px;
        margin-top: 20px;
    }

    .cwp-product.one {
        width: 46%;
        max-height: 230px;
    }

    .cwp-product.two {
        width: 49%;
        max-height: 240px;
        margin-left: -12px;
    }

    .cwp-feature-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .cwp-icon-circle {
        width: 54px;
        height: 54px;
        flex: 0 0 54px;
    }

        .cwp-icon-circle svg {
            width: 27px;
            height: 27px;
        }

    .cwp-table-card {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cwp-table {
        /*min-width: 660px;*/
    }

    .cwp-plan-cta {
        flex-direction: column;
        text-align: center;
        padding: 24px 18px;
    }

    .cwp-cta-copy {
        font-size: 24px;
        justify-content: center;
    }

        .cwp-cta-copy svg {
            width: 40px;
            height: 40px;
            flex: 0 0 40px;
        }

    .cwp-cta-button {
        width: 100%;
    }

    .cwp-pros-grid {
        grid-template-columns: 1fr;
    }

    .cwp-pro-card {
        min-height: auto;
    }

    .cwp-bottom-note {
        padding: 24px 10px 35px;
    }
}
