@charset "utf-8";


@import url("https://hangeul.pstatic.net/hangeul_static/css/nanum-barun-gothic.css");

/* =========================================================
   BLOGFRIEND
   STAGE31 MAIN INDEX
   PREMIUM COMPOSITION V5

   Fresh CSS branch.
   No V3/V4 override inheritance.
   ========================================================= */

:root {
    --bf-ink: #151827;
    --bf-ink-soft: #333a4d;
    --bf-body: #626c80;
    --bf-muted: #8d96a8;

    --bf-primary: #5b4be2;
    --bf-primary-deep: #493bd0;
    --bf-primary-light: #f1efff;
    --bf-primary-soft: #f7f5ff;

    --bf-line: #e6e8ef;
    --bf-line-soft: #eef0f5;

    --bf-page: #ffffff;
    --bf-cool: #f7f8fc;
    --bf-lavender: #f8f7ff;

    --bf-navy: #101827;
    --bf-navy-2: #16213a;

    --bf-radius-sm: 10px;
    --bf-radius-md: 16px;
    --bf-radius-lg: 22px;

    --bf-shadow-soft:
        0 18px 48px rgba(34, 39, 69, .07);

    --bf-shadow-product:
        0 28px 80px rgba(44, 39, 91, .14),
        0 8px 28px rgba(44, 39, 91, .06);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
}

.bf-rp3,
.bf-rp3 * {
    box-sizing: border-box;
}

.bf-rp3 {
    overflow: hidden;
    color: var(--bf-ink);
    background: var(--bf-page);
    font-family:
        "Pretendard Variable",
        Pretendard,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Noto Sans KR",
        "Malgun Gothic",
        sans-serif;
    letter-spacing: -.022em;
    word-break: keep-all;
}

.bf-rp3-wrap {
    width: min(1360px, calc(100% - 64px));
    margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.bf-rp3-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 76px;
    border-bottom: 1px solid rgba(228, 231, 239, .85);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 1px 0 rgba(20, 25, 45, .018);
    backdrop-filter: blur(18px);
}

.bf-rp3-header-inner {
    display: grid;
    height: 100%;
    grid-template-columns: 240px 1fr 245px;
    align-items: center;
}

.bf-rp3-logo {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 11px;
    color: var(--bf-ink);
    text-decoration: none;
}

/* BF_STAGE33_HEADER_MASTER_LOGO_V1 */
.bf-rp3-logo-img {
    display: block;
    width: auto;
    height: 37px;
    max-width: none;
}
/* BF_STAGE33_HEADER_MASTER_LOGO_V1_END */

.bf-rp3-logo span {
    display: inline-flex;
    width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background:
        linear-gradient(
            145deg,
            #6a57ed 0%,
            #4d3fd7 100%
        );
    box-shadow:
        0 8px 20px rgba(82, 67, 213, .20);
    color: #fff;
    font-size: 16px;
    font-weight: 850;
}

.bf-rp3-logo strong {
    font-size: 20px;
    font-weight: 830;
    letter-spacing: -.035em;
}

.bf-rp3-header nav {
    display: flex;
    justify-content: center;
    gap: 45px;
}

.bf-rp3-header nav a,
.bf-rp3-header-actions a {
    color: #303748;
    font-size: 14px;
    font-weight: 720;
    text-decoration: none;
}

.bf-rp3-header nav a:hover {
    color: var(--bf-primary);
}

.bf-rp3-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.bf-rp3-header-actions .signup {
    display: inline-flex;
    height: 44px;
    padding: 0 18px;
    align-items: center;
    border-radius: 10px;
    background:
        linear-gradient(
            135deg,
            #6754eb,
            #5141da
        );
    box-shadow:
        0 9px 22px rgba(82, 67, 214, .18);
    color: #fff;
}


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

.bf-rp3-hero {
    position: relative;
    padding: 96px 0 88px;
    background:
        radial-gradient(
            circle at 76% 23%,
            rgba(104, 82, 232, .13) 0,
            rgba(104, 82, 232, 0) 31%
        ),
        radial-gradient(
            circle at 16% 9%,
            rgba(133, 147, 232, .07) 0,
            rgba(133, 147, 232, 0) 28%
        ),
        linear-gradient(
            180deg,
            #fafaff 0%,
            #fdfdff 72%,
            #ffffff 100%
        );
}

.bf-rp3-hero::before {
    content: "";
    position: absolute;
    top: -360px;
    left: -250px;
    width: 640px;
    height: 640px;
    border: 1px solid rgba(93, 75, 224, .055);
    border-radius: 50%;
}

.bf-rp3-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 500px minmax(0, 1fr);
    align-items: center;
    gap: 68px;
}

.bf-rp3-hero-copy .eyebrow,
.bf-rp3-product-copy > span,
.bf-rp3-referrer-copy > span,
.bf-rp3-process-heading span,
.bf-rp3-plans-heading span {
    display: block;
    margin-bottom: 15px;
    color: var(--bf-primary);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .105em;
}

.bf-rp3-hero-copy h1 {
    width: 590px;
    margin: 0 0 25px;
    color: var(--bf-ink);
    font-size: 50px;
    font-weight: 810;
    letter-spacing: -.052em;
    line-height: 1.18;
}

.bf-rp3-hero-copy h1 strong {
    color: var(--bf-primary);
    font-weight: 810;
    white-space: nowrap;
}

.bf-rp3-hero-copy > p {
    margin: 0;
    color: var(--bf-body);
    font-size: 16px;
    line-height: 1.85;
}

.bf-rp3-actions {
    display: flex;
    gap: 13px;
    margin-top: 31px;
}

.bf-rp3-actions a {
    display: inline-flex;
    height: 50px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.bf-rp3-actions .primary {
    background:
        linear-gradient(
            135deg,
            #6854ec,
            #5041d9
        );
    box-shadow:
        0 12px 28px rgba(84, 68, 218, .20);
    color: #fff;
}

.bf-rp3-actions .secondary {
    border: 1px solid #dfe2ea;
    background: rgba(255,255,255,.94);
    color: #343b4c;
    box-shadow:
        0 6px 17px rgba(35, 42, 61, .04);
}

.bf-rp3-checks {
    display: flex;
    margin-top: 27px;
    gap: 19px;
}

.bf-rp3-checks span {
    color: #667186;
    font-size: 12px;
    font-weight: 680;
}


/* =========================================================
   HERO PRODUCT DASHBOARD
   ========================================================= */

.bf-rp3-hero-product {
    position: relative;
    padding-right: 120px;
}

.bf-rp3-dashboard {
    display: grid;
    min-height: 460px;
    overflow: hidden;
    grid-template-columns: 142px minmax(0, 1fr);
    border: 1px solid rgba(220, 223, 233, .95);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--bf-shadow-product);
}

.bf-rp3-dashboard aside {
    padding: 26px 17px;
    border-right: 1px solid var(--bf-line-soft);
    background:
        linear-gradient(
            180deg,
            #fafafe 0%,
            #f7f8fc 100%
        );
}

.bf-rp3-dashboard .mini-brand {
    display: flex;
    margin-bottom: 29px;
    align-items: center;
    gap: 8px;
    color: #37334f;
    font-size: 11px;
}

.bf-rp3-dashboard .mini-brand i {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: var(--bf-primary);
    color: #fff;
    font-size: 10px;
    font-style: normal;
}

.bf-rp3-dashboard aside > span {
    display: flex;
    height: 39px;
    margin-bottom: 4px;
    padding: 0 11px;
    align-items: center;
    gap: 8px;
    border-radius: 9px;
    color: #8b94a5;
    font-size: 11px;
    font-weight: 680;
}

.bf-rp3-dashboard aside > span.active {
    background: #ece9ff;
    color: var(--bf-primary);
}

.bf-rp3-dashboard aside em {
    font-style: normal;
}

.bf-rp3-dashboard .dash-main {
    padding: 30px;
}

.bf-rp3-dashboard .dash-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.bf-rp3-dashboard .dash-top small {
    display: block;
    color: var(--bf-primary);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .09em;
}

.bf-rp3-dashboard .dash-top h3 {
    margin: 6px 0 0;
    font-size: 23px;
    font-weight: 820;
}

.bf-rp3-dashboard .dash-user {
    color: #929baa;
    font-size: 10px;
}

.bf-rp3-dashboard .dash-stats {
    display: grid;
    margin-top: 23px;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.bf-rp3-dashboard .dash-stats > div {
    min-height: 94px;
    padding: 17px;
    border: 0;
    border-radius: 13px;
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fafbfe
        );
    box-shadow:
        inset 0 0 0 1px #e5e8ef,
        0 7px 19px rgba(27, 33, 52, .035);
}

.bf-rp3-dashboard .dash-stats span,
.bf-rp3-dashboard .dash-stats small {
    display: block;
    color: #8993a4;
    font-size: 10px;
}

.bf-rp3-dashboard .dash-stats strong {
    display: block;
    margin: 9px 0 5px;
    color: #293044;
    font-size: 17px;
    font-weight: 850;
}

.bf-rp3-dashboard .dash-chart-card {
    margin-top: 14px;
    padding: 19px;
    border: 0;
    border-radius: 14px;
    background: #fbfcfe;
    box-shadow:
        inset 0 0 0 1px #e5e8ef;
}

.bf-rp3-dashboard .dash-chart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bf-rp3-dashboard .dash-chart-head strong {
    font-size: 12px;
}

.bf-rp3-dashboard .dash-chart-head span {
    color: #9ba3b0;
    font-size: 10px;
}

.bf-rp3-dashboard svg {
    width: 100%;
    height: 175px;
    margin-top: 9px;
}

.bf-rp3-dashboard svg line {
    stroke: #eceef4;
    stroke-width: 1;
}

.bf-rp3-dashboard svg polyline {
    fill: none;
    stroke: #604ee7;
    stroke-width: 3;
}

.bf-rp3-dashboard svg circle {
    fill: #604ee7;
}


/* floating statistic cards */

.bf-rp3-float-card {
    position: absolute;
    right: 0;
    display: flex;
    width: 172px;
    min-height: 82px;
    padding: 15px;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(224, 225, 235, .95);
    border-radius: 14px;
    background: rgba(255, 255, 255, .97);
    box-shadow:
        0 17px 40px rgba(42, 36, 91, .13);
    backdrop-filter: blur(12px);
}

.bf-rp3-float-card.one {
    top: 52px;
}

.bf-rp3-float-card.two {
    top: 153px;
}

.bf-rp3-float-card.three {
    top: 254px;
}

.bf-rp3-float-card > span {
    display: inline-flex;
    width: 37px;
    height: 37px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: var(--bf-primary-light);
    color: var(--bf-primary);
    font-size: 16px;
}

.bf-rp3-float-card small {
    display: block;
    margin-bottom: 5px;
    color: #8992a3;
    font-size: 10px;
}

.bf-rp3-float-card strong {
    color: #262d40;
    font-size: 16px;
    font-weight: 850;
}


/* =========================================================
   CORE VALUE STRIP
   ========================================================= */

.bf-rp3-value-strip {
    border-top: 1px solid var(--bf-line-soft);
    border-bottom: 1px solid var(--bf-line-soft);
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fafbfe
        );
}

.bf-rp3-value-strip .bf-rp3-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.bf-rp3-value-strip article {
    display: flex;
    min-height: 125px;
    padding: 31px 32px;
    align-items: center;
    gap: 17px;
}

.bf-rp3-value-strip article + article {
    border-left: 1px solid #eceef3;
}

.bf-rp3-value-strip i {
    display: inline-flex;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background:
        linear-gradient(
            145deg,
            #f1efff,
            #eae7ff
        );
    color: var(--bf-primary);
    font-size: 20px;
    font-style: normal;
}

.bf-rp3-value-strip h3 {
    margin: 0 0 8px;
    color: #262d3e;
    font-size: 17px;
    font-weight: 800;
}

.bf-rp3-value-strip p {
    margin: 0;
    color: #727d90;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   PROJECT MANAGEMENT
   ========================================================= */

.bf-rp3-product-section {
    padding: 96px 0 90px;
    background: #ffffff;
}

.bf-rp3-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(430px, .86fr);
    align-items: center;
    gap: 70px;
}

.bf-rp3-project-ui {
    display: grid;
    min-height: 390px;
    overflow: hidden;
    grid-template-columns: 140px minmax(0,1fr);
    border: 1px solid #e3e6ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--bf-shadow-soft);
}

.bf-rp3-project-ui .mini-side {
    padding: 22px 15px;
    border-right: 1px solid #edf0f5;
    background:
        linear-gradient(
            180deg,
            #fbfbfe,
            #f7f8fc
        );
}

.bf-rp3-project-ui .mini-logo {
    margin-bottom: 23px;
    color: #4a445e;
    font-size: 10px;
    font-weight: 800;
}

.bf-rp3-project-ui .mini-side span {
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 8px;
    color: #8992a2;
    font-size: 10px;
}

.bf-rp3-project-ui .mini-side span.active {
    background: #ece9ff;
    color: var(--bf-primary);
}

.bf-rp3-project-ui .project-content {
    padding: 29px;
}

.bf-rp3-project-ui .project-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bf-rp3-project-ui .project-title strong {
    font-size: 18px;
    font-weight: 820;
}

.bf-rp3-project-ui .project-title button {
    border: 0;
    border-radius: 8px;
    background: var(--bf-primary);
    color: #fff;
    padding: 10px 14px;
    font-size: 10px;
    font-weight: 750;
}

.bf-rp3-project-ui .project-head,
.bf-rp3-project-ui .project-row {
    display: grid;
    grid-template-columns:
        1.35fr .75fr .9fr .7fr .9fr .8fr;
    align-items: center;
    gap: 10px;
}

.bf-rp3-project-ui .project-head {
    margin-top: 25px;
    padding: 11px 5px;
    color: #8d96a7;
    font-size: 10px;
}

.bf-rp3-project-ui .project-row {
    padding: 16px 5px;
    border-top: 1px solid #eef0f4;
    color: #606b7e;
    font-size: 11px;
}

.bf-rp3-project-ui .project-row b {
    color: #32394a;
    font-size: 12px;
}

.bf-rp3-project-ui em {
    display: inline-flex;
    width: max-content;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 9px;
    font-style: normal;
    font-weight: 720;
}

.bf-rp3-project-ui em.green {
    background: #e9f8f1;
    color: #218b63;
}

.bf-rp3-project-ui em.orange {
    background: #fff3df;
    color: #b47717;
}

.bf-rp3-project-ui em.gray {
    background: #eef1f5;
    color: #6e7785;
}

.bf-rp3-product-copy h2,
.bf-rp3-referrer-copy h2 {
    margin: 0 0 19px;
    color: var(--bf-ink);
    font-size: 38px;
    font-weight: 790;
    letter-spacing: -.045em;
    line-height: 1.32;
}

.bf-rp3-product-copy > p,
.bf-rp3-referrer-copy > p {
    margin: 0;
    color: var(--bf-body);
    font-size: 16px;
    line-height: 1.82;
}

.bf-rp3-mini-benefits {
    display: grid;
    margin-top: 29px;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid #e4e7ee;
    border-radius: 14px;
    background: #fff;
    box-shadow:
        0 9px 25px rgba(32, 38, 60, .035);
}

.bf-rp3-mini-benefits article {
    min-height: 118px;
    padding: 18px 15px;
}

.bf-rp3-mini-benefits article + article {
    border-left: 1px solid #eceef3;
}

.bf-rp3-mini-benefits i {
    color: var(--bf-primary);
    font-size: 19px;
    font-style: normal;
}

.bf-rp3-mini-benefits strong {
    display: block;
    margin: 9px 0 6px;
    color: #343b4d;
    font-size: 13px;
}

.bf-rp3-mini-benefits small {
    color: #818b9c;
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   REFERRER / INFLOW ROUTES
   ========================================================= */

.bf-rp3-referrer {
    position: relative;
    padding: 94px 0;
    background:
        radial-gradient(
            circle at 84% 22%,
            rgba(102, 82, 229, .07),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #f8f8fc 0%,
            #f5f6fb 100%
        );
}

.bf-rp3-referrer-grid {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    align-items: center;
    gap: 68px;
}

.bf-rp3-pills {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 9px;
}

.bf-rp3-pills b {
    display: inline-flex;
    height: 37px;
    padding: 0 14px;
    align-items: center;
    border: 1px solid #dfdcf5;
    border-radius: 999px;
    background: rgba(255,255,255,.84);
    color: #555e70;
    font-size: 11px;
    font-weight: 720;
}

.bf-rp3-referrer-ui {
    display: grid;
    min-height: 335px;
    padding: 29px;
    grid-template-columns: minmax(0,1fr) 210px;
    gap: 22px;
    border: 1px solid rgba(224, 226, 235, .95);
    border-radius: 19px;
    background: rgba(255, 255, 255, .96);
    box-shadow:
        0 24px 60px rgba(35, 40, 66, .08);
}

.bf-rp3-referrer-ui h3 {
    margin: 0 0 19px;
    color: #293042;
    font-size: 17px;
    font-weight: 820;
}

.bf-rp3-referrer-ui .ref-head {
    display: grid;
    padding: 9px 10px;
    grid-template-columns: 140px 1fr 65px;
    color: #929baa;
    font-size: 10px;
}

.bf-rp3-referrer-ui .ref-row {
    display: grid;
    padding: 9px 5px;
    grid-template-columns: 30px 100px minmax(0,1fr) 58px;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #eef0f4;
}

.bf-rp3-referrer-ui .ref-row > b {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    font-size: 10px;
}

.bf-rp3-referrer-ui .google {
    background: #4285f4;
}

.bf-rp3-referrer-ui .naver {
    background: #03c75a;
}

.bf-rp3-referrer-ui .instagram {
    background: #d94b8c;
}

.bf-rp3-referrer-ui .direct {
    background: var(--bf-primary);
}

.bf-rp3-referrer-ui .ref-row strong {
    color: #394052;
    font-size: 11px;
}

.bf-rp3-referrer-ui input {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #e1e4ec;
    border-radius: 7px;
    background: #fafbfe;
    color: #626d80;
    font-family: inherit;
    font-size: 10px;
}

.bf-rp3-referrer-ui em {
    display: inline-flex;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e4ec;
    border-radius: 7px;
    color: var(--bf-primary);
    font-size: 11px;
    font-style: normal;
    font-weight: 820;
}

.bf-rp3-donut {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bf-rp3-donut .donut-ring {
    position: relative;
    display: flex;
    width: 158px;
    height: 158px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:
        conic-gradient(
            #5040d5 0 25%,
            #7261e8 25% 50%,
            #9f94f1 50% 70%,
            #d7d2fb 70% 100%
        );
    box-shadow:
        0 13px 30px rgba(82, 65, 207, .11);
}

.bf-rp3-donut .donut-ring::before {
    content: "";
    position: absolute;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background: #fff;
}

.bf-rp3-donut .donut-ring div {
    position: relative;
    z-index: 2;
    text-align: center;
}

.bf-rp3-donut strong {
    display: block;
    color: #313749;
    font-size: 15px;
}

.bf-rp3-donut span {
    display: block;
    margin-top: 5px;
    color: #818b9c;
    font-size: 10px;
}


/* =========================================================
   PROCESS
   ========================================================= */

.bf-rp3-process {
    padding: 82px 0 88px;
    background: #fff;
}

.bf-rp3-process-heading {
    text-align: center;
}

.bf-rp3-process-heading span {
    margin-bottom: 9px;
}

.bf-rp3-process-heading h2 {
    margin: 0;
    color: var(--bf-ink);
    font-size: 34px;
    font-weight: 790;
    letter-spacing: -.04em;
}

.bf-rp3-steps {
    display: grid;
    margin-top: 36px;
    grid-template-columns: 1fr 44px 1fr 44px 1fr;
    align-items: center;
}

.bf-rp3-steps article {
    position: relative;
    display: grid;
    min-height: 160px;
    padding: 27px;
    grid-template-columns: 62px 1fr;
    align-items: center;
    gap: 20px;
    border: 1px solid #e5e7ee;
    border-radius: 16px;
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fcfcfe
        );
    box-shadow:
        0 10px 28px rgba(30, 37, 59, .04);
}

.bf-rp3-steps article > b {
    position: absolute;
    top: 17px;
    left: 19px;
    color: var(--bf-primary);
    font-size: 13px;
    font-weight: 850;
}

.bf-rp3-steps article > i {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--bf-primary-light);
    color: var(--bf-primary);
    font-size: 23px;
    font-style: normal;
}

.bf-rp3-steps strong {
    color: #343b4c;
    font-size: 15px;
    font-weight: 800;
}

.bf-rp3-steps p {
    margin: 9px 0 0;
    color: #7b8596;
    font-size: 12px;
    line-height: 1.6;
}

.bf-rp3-steps .arrow {
    color: #786db7;
    font-size: 30px;
    text-align: center;
}


/* =========================================================
   PLANS
   ========================================================= */

.bf-rp3-plans {
    padding: 82px 0 72px;
    background:
        radial-gradient(
            circle at 83% 15%,
            rgba(101, 82, 229, .065),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #f7f7fc 0%,
            #f4f5fa 100%
        );
}

.bf-rp3-plans-heading {
    text-align: center;
}

.bf-rp3-plans-heading span {
    margin-bottom: 9px;
}

.bf-rp3-plans-heading h2 {
    margin: 0;
    color: var(--bf-ink);
    font-size: 31px;
    font-weight: 790;
}

.bf-rp3-plans-heading p {
    margin: 11px 0 0;
    color: #747e8f;
    font-size: 13px;
}

.bf-rp3-plan-grid {
    display: grid;
    margin-top: 38px;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.bf-rp3-plan-grid > article {
    min-height: 300px;
    padding: 23px;
    border: 0;
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    box-shadow:
        0 13px 34px rgba(30, 37, 59, .055),
        inset 0 0 0 1px #e4e6ed;
}

.bf-rp3 .plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
}

.bf-rp3 .plan-card.featured {
    background:
        linear-gradient(
            150deg,
            rgba(102, 82, 230, .07),
            transparent 45%
        ),
        #fff;
    box-shadow:
        0 17px 40px rgba(82, 66, 208, .12),
        inset 0 0 0 2px var(--bf-primary);
}

.bf-rp3 .plan-card .recommend {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--bf-primary);
    color: #fff;
    font-size: 9px;
    font-style: normal;
    font-weight: 820;
}

.bf-rp3 .plan-card > span {
    color: #3a4050;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .04em;
}

.bf-rp3 .plan-card h3 {
    margin: 10px 0 28px;
    color: #232a3b;
    font-size: 22px;
    font-weight: 850;
}

.bf-rp3 .plan-line {
    display: flex;
    padding: 11px 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #edf0f4;
}

.bf-rp3 .plan-line small {
    color: #788294;
    font-size: 10px;
}

.bf-rp3 .plan-line strong {
    color: #292f40;
    font-size: 15px;
    font-weight: 850;
}

.bf-rp3 .plan-card > a,
.bf-rp3 .visitor-card > a {
    display: inline-flex;
    width: 100%;
    height: 43px;
    margin-top: auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd9f8;
    border-radius: 9px;
    background: #faf9ff;
    color: #5848dc;
    font-size: 11px;
    font-weight: 820;
    text-decoration: none;
}

.bf-rp3 .plan-card.featured > a {
    border-color: var(--bf-primary);
    background:
        linear-gradient(
            135deg,
            #6753eb,
            #5040d8
        );
    color: #fff;
}

.bf-rp3 .visitor-card {
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(
            145deg,
            #f2efff 0%,
            #ffffff 65%
        );
}

.bf-rp3 .visitor-card h3 {
    margin: 0 0 13px;
    color: #5342d5;
    font-size: 18px;
    font-weight: 830;
}

.bf-rp3 .visitor-card p {
    margin: 0;
    color: #6f798b;
    font-size: 11px;
    line-height: 1.65;
}

.bf-rp3 .visitor-card ul {
    margin: 19px 0;
    padding: 0;
    list-style: none;
}

.bf-rp3 .visitor-card li {
    margin: 8px 0;
    color: #626d7e;
    font-size: 11px;
}


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

.bf-rp3-final {
    padding: 0 0 58px;
    background:
        linear-gradient(
            180deg,
            #f4f5fa 0%,
            #ffffff 100%
        );
}

.bf-rp3-final-card {
    position: relative;
    display: grid;
    min-height: 218px;
    padding: 36px 44px 30px;
    grid-template-columns: 150px minmax(0,1fr) 365px;
    align-items: center;
    gap: 32px;
    overflow: hidden;
    border: 1px solid rgba(48, 59, 89, .50);
    border-radius: 20px;
    background:
        radial-gradient(
            circle at 72% 18%,
            rgba(95, 78, 223, .22),
            transparent 29%
        ),
        linear-gradient(
            120deg,
            #101827,
            #17223c
        );
    box-shadow:
        0 24px 55px rgba(19, 27, 45, .16);
    color: #fff;
}

.bf-rp3-final .target {
    position: relative;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background:
        conic-gradient(
            from 20deg,
            #5f4ce0 0 20%,
            #202c50 20% 36%,
            #6754e8 36% 51%,
            #26335b 51% 70%,
            #5849d4 70% 84%,
            #1b2543 84% 100%
        );
    box-shadow:
        0 0 38px rgba(102, 82, 232, .19);
}

.bf-rp3-final .target::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 9px solid #243057;
    border-radius: 50%;
}

.bf-rp3-final .target::after {
    content: "";
    position: absolute;
    inset: 42px;
    border-radius: 50%;
    background: #6754e8;
}

.bf-rp3-final .target i {
    position: absolute;
    z-index: 3;
    top: 29px;
    left: 61px;
    width: 59px;
    height: 7px;
    border-radius: 999px;
    background: #6754e8;
    transform: rotate(-42deg);
}

.bf-rp3-final .target b {
    position: absolute;
    z-index: 4;
    top: 7px;
    right: -8px;
    width: 23px;
    height: 23px;
    border-radius: 5px;
    background: #6c58ed;
    transform: rotate(-42deg);
}

.bf-rp3-final .final-copy h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 29px;
    font-weight: 760;
    line-height: 1.28;
}

.bf-rp3-final .final-copy p {
    margin: 0;
    color: #a8b1c0;
    font-size: 12px;
    line-height: 1.7;
}

.bf-rp3-final .final-actions {
    display: flex;
    justify-content: flex-end;
    gap: 11px;
}

.bf-rp3-final .final-actions a {
    display: inline-flex;
    height: 47px;
    padding: 0 21px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 820;
    text-decoration: none;
}

.bf-rp3-final .final-actions .primary {
    background:
        linear-gradient(
            135deg,
            #6854ec,
            #5041d8
        );
    box-shadow:
        0 11px 25px rgba(81, 65, 215, .24);
    color: #fff;
}

.bf-rp3-final .final-actions .secondary {
    border: 1px solid #758097;
    background: rgba(255,255,255,.025);
    color: #fff;
}

.bf-rp3-final .final-benefits {
    display: flex;
    grid-column: 2 / 4;
    margin-top: 8px;
    justify-content: space-between;
    color: #919bac;
    font-size: 10px;
}


/* =========================================================
   DESKTOP ADAPTATION
   ========================================================= */

@media (max-width: 1450px) {

    .bf-rp3-wrap {
        width: min(1280px, calc(100% - 50px));
    }

    .bf-rp3-header-inner {
        grid-template-columns: 220px 1fr 235px;
    }

    .bf-rp3-header nav {
        gap: 34px;
    }

    .bf-rp3-hero-grid {
        grid-template-columns: 450px minmax(0,1fr);
        gap: 45px;
    }

    .bf-rp3-hero-copy h1 {
        width: 520px;
        font-size: 43px;
    }

    .bf-rp3-hero-product {
        padding-right: 100px;
    }

    .bf-rp3-float-card {
        width: 155px;
    }

    .bf-rp3-product-grid {
        gap: 48px;
    }

    .bf-rp3-referrer-grid {
        grid-template-columns: 390px minmax(0,1fr);
        gap: 48px;
    }
}


@media (max-width: 1150px) {

    .bf-rp3-header nav {
        gap: 21px;
    }

    .bf-rp3-hero-grid,
    .bf-rp3-product-grid,
    .bf-rp3-referrer-grid {
        grid-template-columns: 1fr;
    }

    .bf-rp3-hero-copy h1 {
        width: auto;
        max-width: 620px;
    }

    .bf-rp3-hero-product {
        width: min(860px,100%);
        padding-right: 100px;
    }

    .bf-rp3-plan-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .bf-rp3 .visitor-card {
        grid-column: 1 / -1;
    }

    .bf-rp3-final-card {
        grid-template-columns: 130px minmax(0,1fr);
    }

    .bf-rp3-final .final-actions {
        grid-column: 2;
        justify-content: flex-start;
    }

    .bf-rp3-final .final-benefits {
        grid-column: 2;
    }
}

/* === PREMIUM COMPOSITION V5 END === */

/* =========================================================
   BLOGFRIEND STAGE31
   PREMIUM COMPOSITION V6
   DESKTOP FINAL POLISH

   Scope:
   01 Hero two-line balance + dashboard presence
   02 Product UI readability
   03 Process vertical-density recovery
   04 Plan information hierarchy
   05 Final CTA density
   ========================================================= */


/* ---------------------------------------------------------
   TYPOGRAPHY SYSTEM
   --------------------------------------------------------- */

.bf-rp3 {
    letter-spacing: -.016em;
}

.bf-rp3-hero-copy h1,
.bf-rp3-product-copy h2,
.bf-rp3-referrer-copy h2,
.bf-rp3-process-heading h2,
.bf-rp3-plans-heading h2,
.bf-rp3-final .final-copy h2 {
    text-wrap: balance;
}

.bf-rp3-hero-copy > p,
.bf-rp3-product-copy > p,
.bf-rp3-referrer-copy > p {
    letter-spacing: -.012em;
}


/* ---------------------------------------------------------
   01 HERO
   --------------------------------------------------------- */

.bf-rp3-hero {
    padding: 88px 0 78px;
    background:
        radial-gradient(
            circle at 76% 27%,
            rgba(100, 78, 231, .145) 0%,
            rgba(100, 78, 231, 0) 33%
        ),
        radial-gradient(
            circle at 13% 7%,
            rgba(113, 132, 229, .075) 0%,
            rgba(113, 132, 229, 0) 27%
        ),
        linear-gradient(
            180deg,
            #f9f9ff 0%,
            #fcfcff 69%,
            #ffffff 100%
        );
}

.bf-rp3-hero-grid {
    grid-template-columns: 475px minmax(0,1fr);
    gap: 58px;
}

.bf-rp3-hero-copy h1 {
    width: 620px;
    max-width: none;
    margin-bottom: 23px;
    font-size: 48px;
    line-height: 1.18;
    letter-spacing: -.048em;
}

.bf-rp3-hero-copy h1 strong {
    white-space: nowrap;
}

.bf-rp3-hero-copy > p {
    font-size: 16px;
    line-height: 1.8;
}

.bf-rp3-actions {
    margin-top: 29px;
}

.bf-rp3-checks {
    margin-top: 25px;
}


/* Larger / stronger dashboard */

.bf-rp3-hero-product {
    padding-right: 98px;
}

.bf-rp3-dashboard {
    min-height: 485px;
    grid-template-columns: 146px minmax(0,1fr);
    border-radius: 21px;
}

.bf-rp3-dashboard .dash-main {
    padding: 31px;
}

.bf-rp3-dashboard .dash-top h3 {
    font-size: 24px;
}

.bf-rp3-dashboard .dash-stats strong {
    font-size: 18px;
}

.bf-rp3-dashboard .dash-chart-card {
    margin-top: 15px;
}

.bf-rp3-dashboard svg {
    height: 190px;
}

.bf-rp3-float-card {
    width: 178px;
    min-height: 84px;
}

.bf-rp3-float-card.one {
    top: 48px;
}

.bf-rp3-float-card.two {
    top: 151px;
}

.bf-rp3-float-card.three {
    top: 254px;
}


/* ---------------------------------------------------------
   02 CORE VALUE + PRODUCT UI READABILITY
   --------------------------------------------------------- */

.bf-rp3-value-strip {
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f9faff 100%
        );
}

.bf-rp3-value-strip h3 {
    font-size: 18px;
}

.bf-rp3-value-strip p {
    font-size: 13px;
}


.bf-rp3-product-section {
    padding: 90px 0 88px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfcff 100%
        );
}

.bf-rp3-product-grid {
    grid-template-columns:
        minmax(0,1.18fr)
        minmax(420px,.82fr);
    gap: 62px;
}

.bf-rp3-project-ui {
    min-height: 405px;
}

.bf-rp3-project-ui .project-content {
    padding: 31px;
}

.bf-rp3-project-ui .project-title strong {
    font-size: 19px;
}

.bf-rp3-project-ui .project-head {
    margin-top: 25px;
    padding: 12px 5px;
    font-size: 11px;
    font-weight: 650;
}

.bf-rp3-project-ui .project-row {
    min-height: 57px;
    padding: 16px 5px;
    font-size: 12px;
}

.bf-rp3-project-ui .project-row b {
    font-size: 13px;
}

.bf-rp3-project-ui em {
    font-size: 10px;
}

.bf-rp3-product-copy h2,
.bf-rp3-referrer-copy h2 {
    font-size: 36px;
    line-height: 1.32;
}

.bf-rp3-mini-benefits strong {
    font-size: 14px;
}

.bf-rp3-mini-benefits small {
    font-size: 11px;
}


/* Referrer card remains the visual reference,
   but increase readability slightly. */

.bf-rp3-referrer {
    padding: 88px 0;
}

.bf-rp3-referrer-ui {
    min-height: 350px;
    padding: 31px;
}

.bf-rp3-referrer-ui h3 {
    font-size: 18px;
}

.bf-rp3-referrer-ui .ref-head {
    font-size: 11px;
}

.bf-rp3-referrer-ui .ref-row {
    min-height: 48px;
}

.bf-rp3-referrer-ui .ref-row strong {
    font-size: 12px;
}

.bf-rp3-referrer-ui input {
    height: 34px;
    font-size: 11px;
}

.bf-rp3-referrer-ui em {
    height: 34px;
    font-size: 12px;
}


/* ---------------------------------------------------------
   03 HOW IT WORKS
   --------------------------------------------------------- */

.bf-rp3-process {
    padding: 62px 0 66px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fafbfe 100%
        );
}

.bf-rp3-process-heading h2 {
    font-size: 32px;
}

.bf-rp3-steps {
    margin-top: 31px;
    grid-template-columns:
        1fr 38px
        1fr 38px
        1fr;
}

.bf-rp3-steps article {
    min-height: 174px;
    padding: 28px;
    grid-template-columns: 64px 1fr;
    border-radius: 17px;
}

.bf-rp3-steps article > i {
    width: 60px;
    height: 60px;
}

.bf-rp3-steps strong {
    font-size: 16px;
}

.bf-rp3-steps p {
    font-size: 13px;
    line-height: 1.65;
}


/* ---------------------------------------------------------
   04 PLANS
   --------------------------------------------------------- */

.bf-rp3-plans {
    padding: 70px 0 64px;
    background:
        radial-gradient(
            circle at 82% 15%,
            rgba(103, 82, 230, .075),
            transparent 27%
        ),
        linear-gradient(
            180deg,
            #f6f6fc 0%,
            #f2f4fa 100%
        );
}

.bf-rp3-plans-heading h2 {
    font-size: 30px;
}

.bf-rp3-plan-grid {
    margin-top: 34px;
}

.bf-rp3-plan-grid > article {
    min-height: 315px;
    padding: 24px;
}

.bf-rp3 .plan-card > span {
    font-size: 12px;
}

.bf-rp3 .plan-card h3 {
    margin: 10px 0 30px;
    font-size: 24px;
    letter-spacing: -.035em;
}

.bf-rp3 .plan-line {
    padding: 13px 0;
}

.bf-rp3 .plan-line small {
    color: #6f798b;
    font-size: 11px;
    font-weight: 650;
}

.bf-rp3 .plan-line strong {
    color: #202638;
    font-size: 17px;
}

.bf-rp3 .plan-card > a,
.bf-rp3 .visitor-card > a {
    height: 45px;
    font-size: 12px;
}

.bf-rp3 .visitor-card h3 {
    font-size: 19px;
}

.bf-rp3 .visitor-card p,
.bf-rp3 .visitor-card li {
    font-size: 12px;
}


/* ---------------------------------------------------------
   05 FINAL CTA
   --------------------------------------------------------- */

.bf-rp3-final {
    padding: 0 0 54px;
    background:
        linear-gradient(
            180deg,
            #f2f4fa 0%,
            #ffffff 100%
        );
}

.bf-rp3-final-card {
    min-height: 205px;
    padding: 32px 42px 28px;
    grid-template-columns:
        135px
        minmax(0,1fr)
        340px;
    gap: 28px;
    border-radius: 18px;
}

.bf-rp3-final .target {
    width: 104px;
    height: 104px;
}

.bf-rp3-final .target::before {
    inset: 20px;
}

.bf-rp3-final .target::after {
    inset: 39px;
}

.bf-rp3-final .target i {
    top: 27px;
    left: 56px;
    width: 56px;
}

.bf-rp3-final .final-copy h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.25;
}

.bf-rp3-final .final-copy p {
    font-size: 12px;
}

.bf-rp3-final .final-actions {
    gap: 10px;
}

.bf-rp3-final .final-actions a {
    height: 46px;
    padding: 0 20px;
    font-size: 12px;
}

.bf-rp3-final .final-benefits {
    margin-top: 4px;
    font-size: 10px;
}


/* ---------------------------------------------------------
   IMPORTANT: browser width shown in current desktop captures
   --------------------------------------------------------- */

@media (max-width: 1450px) {

    .bf-rp3-wrap {
        width: calc(100% - 52px);
        max-width: 1280px;
    }

    .bf-rp3-hero-grid {
        grid-template-columns: 430px minmax(0,1fr);
        gap: 46px;
    }

    .bf-rp3-hero-copy h1 {
        width: 560px;
        max-width: none;
        font-size: 44px;
    }

    .bf-rp3-hero-product {
        padding-right: 86px;
    }

    .bf-rp3-dashboard {
        min-height: 455px;
        grid-template-columns: 128px minmax(0,1fr);
    }

    .bf-rp3-dashboard .dash-main {
        padding: 26px;
    }

    .bf-rp3-dashboard svg {
        height: 170px;
    }

    .bf-rp3-float-card {
        width: 150px;
        min-height: 76px;
    }

    .bf-rp3-float-card small {
        font-size: 9px;
    }

    .bf-rp3-float-card strong {
        font-size: 14px;
    }

    .bf-rp3-product-grid {
        grid-template-columns:
            minmax(0,1.15fr)
            minmax(390px,.85fr);
        gap: 46px;
    }

    .bf-rp3-project-ui .project-row {
        font-size: 11px;
    }

    .bf-rp3-project-ui .project-row b {
        font-size: 12px;
    }

    .bf-rp3-referrer-grid {
        grid-template-columns:
            385px
            minmax(0,1fr);
        gap: 46px;
    }

    .bf-rp3-product-copy h2,
    .bf-rp3-referrer-copy h2 {
        font-size: 33px;
    }

    .bf-rp3-steps article {
        min-height: 165px;
    }

    .bf-rp3-plan-grid > article {
        padding: 20px;
    }

    .bf-rp3 .plan-card h3 {
        font-size: 21px;
    }

    .bf-rp3 .plan-line strong {
        font-size: 15px;
    }
}

/* === PREMIUM COMPOSITION V6 DESKTOP POLISH END === */

/* =========================================================
   BLOGFRIEND STAGE31
   PREMIUM COMPOSITION V7

   TYPOGRAPHY SCALE + SECTION CONTRAST

   Main objective:
   - remove unreadably small desktop text
   - strengthen information hierarchy
   - separate sections with visible but premium background tone
   - reduce wireframe-like card appearance
   ========================================================= */

:root {
    --bf-v7-text: #4f596c;
    --bf-v7-text-soft: #687386;
    --bf-v7-text-muted: #747e90;

    --bf-v7-hero-a: #efedff;
    --bf-v7-hero-b: #f7f6ff;

    --bf-v7-project: #f3f5fa;

    --bf-v7-referrer-a: #e9ebf7;
    --bf-v7-referrer-b: #eff0fa;

    --bf-v7-process: #ffffff;

    --bf-v7-plans-a: #e8ebf7;
    --bf-v7-plans-b: #eff1f8;
}


/* =========================================================
   01 GLOBAL SMALL-TEXT POLICY
   ========================================================= */

.bf-rp3 {
    color: #181d2c;
}

.bf-rp3 p,
.bf-rp3 small,
.bf-rp3 span,
.bf-rp3 a,
.bf-rp3 strong,
.bf-rp3 b {
    text-rendering: optimizeLegibility;
}


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

.bf-rp3-hero {
    background:
        radial-gradient(
            circle at 76% 25%,
            rgba(100, 78, 231, .18) 0%,
            rgba(100, 78, 231, 0) 34%
        ),
        radial-gradient(
            circle at 12% 8%,
            rgba(111, 128, 226, .09) 0%,
            rgba(111, 128, 226, 0) 29%
        ),
        linear-gradient(
            180deg,
            var(--bf-v7-hero-a) 0%,
            var(--bf-v7-hero-b) 72%,
            #ffffff 100%
        );
}

.bf-rp3-actions a {
    height: 52px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 800;
}

.bf-rp3-checks {
    gap: 22px;
}

.bf-rp3-checks span {
    color: #526075;
    font-size: 14px;
    font-weight: 700;
}


/* Hero dashboard */

.bf-rp3-dashboard .mini-brand {
    font-size: 12px;
}

.bf-rp3-dashboard aside > span {
    font-size: 12px;
}

.bf-rp3-dashboard .dash-top small {
    font-size: 10px;
}

.bf-rp3-dashboard .dash-user {
    font-size: 11px;
}

.bf-rp3-dashboard .dash-stats span,
.bf-rp3-dashboard .dash-stats small {
    font-size: 11px;
}

.bf-rp3-dashboard .dash-chart-head strong {
    font-size: 13px;
}

.bf-rp3-dashboard .dash-chart-head span {
    font-size: 11px;
}

.bf-rp3-float-card small {
    font-size: 11px;
}

.bf-rp3-float-card strong {
    font-size: 17px;
}


/* =========================================================
   03 CORE VALUE STRIP
   ========================================================= */

.bf-rp3-value-strip {
    background: #ffffff;
}

.bf-rp3-value-strip article {
    min-height: 132px;
}

.bf-rp3-value-strip h3 {
    color: #252c3d;
    font-size: 18px;
    font-weight: 820;
}

.bf-rp3-value-strip p {
    color: #596578;
    font-size: 14px;
    line-height: 1.72;
}


/* =========================================================
   04 PROJECT MANAGEMENT
   ========================================================= */

.bf-rp3-product-section {
    background:
        linear-gradient(
            180deg,
            var(--bf-v7-project) 0%,
            #f7f8fc 100%
        );
}

.bf-rp3-product-copy > p {
    color: var(--bf-v7-text);
    font-size: 16px;
}

.bf-rp3-project-ui {
    border-color: #dde1ea;
    background: #ffffff;
    box-shadow:
        0 24px 56px rgba(29, 36, 59, .09);
}

.bf-rp3-project-ui .mini-logo {
    font-size: 11px;
}

.bf-rp3-project-ui .mini-side span {
    font-size: 11px;
}

.bf-rp3-project-ui .project-title strong {
    font-size: 19px;
}

.bf-rp3-project-ui .project-title button {
    font-size: 11px;
}

.bf-rp3-project-ui .project-head {
    color: #6b7587;
    font-size: 12px;
    font-weight: 700;
}

.bf-rp3-project-ui .project-row {
    color: #4e596d;
    font-size: 13px;
}

.bf-rp3-project-ui .project-row b {
    color: #252d3e;
    font-size: 14px;
    font-weight: 760;
}

.bf-rp3-project-ui em {
    font-size: 11px;
}


/* Feature boxes:
   방문자 할당 / 진행률 추적 / 방문자 회수 */

.bf-rp3-mini-benefits {
    border: 0;
    background: transparent;
    box-shadow: none;
    gap: 10px;
    overflow: visible;
}

.bf-rp3-mini-benefits article {
    min-height: 128px;
    padding: 19px 17px;
    border: 0 !important;
    border-radius: 13px;
    background: #ffffff;
    box-shadow:
        0 8px 22px rgba(31, 38, 60, .055),
        inset 0 0 0 1px #e2e5ed;
}

.bf-rp3-mini-benefits i {
    font-size: 20px;
}

.bf-rp3-mini-benefits strong {
    margin-top: 10px;
    color: #252d3e;
    font-size: 15px;
    font-weight: 820;
}

.bf-rp3-mini-benefits small {
    color: #606c7f;
    font-size: 13px;
    line-height: 1.55;
}


/* =========================================================
   05 REFERRER / INFLOW
   ========================================================= */

.bf-rp3-referrer {
    background:
        radial-gradient(
            circle at 83% 20%,
            rgba(99, 80, 226, .10),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            var(--bf-v7-referrer-a) 0%,
            var(--bf-v7-referrer-b) 100%
        );
}

.bf-rp3-referrer-copy > p {
    color: var(--bf-v7-text);
    font-size: 16px;
}

.bf-rp3-pills {
    gap: 10px;
}

.bf-rp3-pills b {
    height: 40px;
    padding: 0 16px;
    border-color: #d8d5ed;
    background: rgba(255,255,255,.88);
    color: #434d60;
    font-size: 13px;
    font-weight: 760;
    box-shadow:
        0 5px 14px rgba(42, 47, 71, .035);
}

.bf-rp3-referrer-ui {
    border: 0;
    box-shadow:
        0 28px 64px rgba(35, 40, 66, .11),
        inset 0 0 0 1px rgba(219,222,232,.95);
}

.bf-rp3-referrer-ui h3 {
    font-size: 18px;
    font-weight: 830;
}

.bf-rp3-referrer-ui .ref-head {
    color: #687386;
    font-size: 12px;
    font-weight: 700;
}

.bf-rp3-referrer-ui .ref-row strong {
    font-size: 13px;
}

.bf-rp3-referrer-ui input {
    color: #505b6f;
    font-size: 12px;
}

.bf-rp3-referrer-ui em {
    font-size: 13px;
}

.bf-rp3-donut strong {
    font-size: 16px;
}

.bf-rp3-donut span {
    font-size: 11px;
}


/* =========================================================
   06 HOW IT WORKS
   ========================================================= */

.bf-rp3-process {
    padding-top: 68px;
    padding-bottom: 72px;
    background: var(--bf-v7-process);
}

.bf-rp3-process-heading span {
    font-size: 12px;
}

.bf-rp3-steps {
    margin-top: 34px;
}

.bf-rp3-steps article {
    min-height: 180px;
    border: 0;
    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fafbfe
        );
    box-shadow:
        0 12px 30px rgba(29, 36, 57, .06),
        inset 0 0 0 1px #e3e6ee;
}

.bf-rp3-steps article > b {
    font-size: 14px;
}

.bf-rp3-steps article > i {
    width: 62px;
    height: 62px;
    font-size: 24px;
}

.bf-rp3-steps strong {
    color: #252d3e;
    font-size: 16px;
    font-weight: 820;
}

.bf-rp3-steps p {
    color: #5f6a7e;
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   07 PLANS
   ========================================================= */

.bf-rp3-plans {
    background:
        radial-gradient(
            circle at 83% 13%,
            rgba(94, 76, 222, .10),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            var(--bf-v7-plans-a) 0%,
            var(--bf-v7-plans-b) 100%
        );
}

.bf-rp3-plans-heading p {
    color: #596578;
    font-size: 14px;
}

.bf-rp3-plan-grid {
    gap: 15px;
}

.bf-rp3-plan-grid > article {
    min-height: 325px;
    border: 0;
    box-shadow:
        0 15px 38px rgba(28, 35, 57, .075),
        inset 0 0 0 1px #dfe2eb;
}

.bf-rp3 .plan-card.featured {
    box-shadow:
        0 19px 45px rgba(82, 66, 208, .15),
        inset 0 0 0 2px #5b4be2;
}

.bf-rp3 .plan-card > span {
    font-size: 13px;
    font-weight: 850;
}

.bf-rp3 .plan-card h3 {
    font-size: 24px;
    font-weight: 850;
}

.bf-rp3 .plan-line small {
    color: #566174;
    font-size: 13px;
    font-weight: 680;
}

.bf-rp3 .plan-line strong {
    color: #1e2535;
    font-size: 18px;
    font-weight: 850;
}

.bf-rp3 .plan-card > a,
.bf-rp3 .visitor-card > a {
    height: 47px;
    font-size: 13px;
    font-weight: 830;
}


/* Additional visitor card */

.bf-rp3 .visitor-card {
    background:
        linear-gradient(
            145deg,
            #ece8ff 0%,
            #ffffff 72%
        );
}

.bf-rp3 .visitor-card h3 {
    margin-bottom: 15px;
    color: #4939ce;
    font-size: 18px;
    font-weight: 850;
}

.bf-rp3 .visitor-card p {
    color: #515d70;
    font-size: 14px;
    line-height: 1.7;
}

.bf-rp3 .visitor-card li {
    color: #505c6e;
    font-size: 13px;
    font-weight: 650;
}


/* =========================================================
   08 FINAL CTA
   ========================================================= */

.bf-rp3-final {
    background:
        linear-gradient(
            180deg,
            var(--bf-v7-plans-b) 0%,
            #ffffff 100%
        );
}

.bf-rp3-final-card {
    min-height: 220px;
    background:
        radial-gradient(
            circle at 72% 18%,
            rgba(99, 81, 229, .26),
            transparent 31%
        ),
        linear-gradient(
            120deg,
            #0c1424 0%,
            #17233f 100%
        );
}

.bf-rp3-final .final-copy h2 {
    font-weight: 800;
}

.bf-rp3-final .final-copy p {
    color: #b0bac9;
    font-size: 14px;
    line-height: 1.7;
}

.bf-rp3-final .final-actions a {
    height: 48px;
    font-size: 14px;
    font-weight: 820;
}

.bf-rp3-final .final-benefits {
    color: #a0aabd;
    font-size: 13px;
    font-weight: 650;
}


/* =========================================================
   09 DESKTOP WIDTH CURRENTLY USED FOR REVIEW
   ========================================================= */

@media (max-width: 1450px) {

    .bf-rp3-actions a {
        font-size: 14px;
    }

    .bf-rp3-checks span {
        font-size: 13px;
    }

    .bf-rp3-value-strip p {
        font-size: 13px;
    }

    .bf-rp3-mini-benefits strong {
        font-size: 14px;
    }

    .bf-rp3-mini-benefits small {
        font-size: 13px;
    }

    .bf-rp3-pills b {
        font-size: 12px;
    }

    .bf-rp3-steps strong {
        font-size: 15px;
    }

    .bf-rp3-steps p {
        font-size: 13px;
    }

    .bf-rp3 .plan-line small {
        font-size: 12px;
    }

    .bf-rp3 .plan-line strong {
        font-size: 16px;
    }

    .bf-rp3 .visitor-card p {
        font-size: 13px;
    }

    .bf-rp3 .visitor-card li {
        font-size: 12px;
    }

    .bf-rp3-final .final-copy p {
        font-size: 13px;
    }

    .bf-rp3-final .final-benefits {
        font-size: 12px;
    }
}

/* === PREMIUM COMPOSITION V7 TYPOGRAPHY + CONTRAST END === */


/* =========================================================
   BLOGFRIEND STAGE31
   PREMIUM COMPOSITION V8

   SOLID SECTION CONTRAST

   Design rhythm:
   HERO      = solid lavender
   FEATURES  = white
   PROJECT   = dark navy
   REFERRER  = solid blue-gray
   PROCESS   = white
   PLANS     = solid darker blue-gray
   FINAL CTA = deep navy
   ========================================================= */

:root {
    --bf-v8-hero: #f0eef9;
    --bf-v8-white: #ffffff;

    --bf-v8-project: #172033;
    --bf-v8-project-line: #29354b;
    --bf-v8-project-text: #c7cfdd;
    --bf-v8-project-label: #a99fff;

    --bf-v8-referrer: #e2e6ef;

    --bf-v8-process: #ffffff;

    --bf-v8-plans: #dbe1eb;

    --bf-v8-final: #0d1423;

    --bf-v8-purple: #5b4be2;
}


/* =========================================================
   01 HEADER
   ========================================================= */

.bf-rp3-header {
    background: #ffffff;
    border-bottom-color: #e4e7ee;
}

.bf-rp3-header-actions .signup {
    background: var(--bf-v8-purple);
    box-shadow: 0 8px 20px rgba(91,75,226,.20);
}


/* =========================================================
   02 HERO — SOLID LAVENDER
   ========================================================= */

.bf-rp3-hero {
    background: var(--bf-v8-hero);
    background-image: none;
    border-bottom: 1px solid #e2e0ed;
}

.bf-rp3-hero::before {
    opacity: .45;
}

.bf-rp3-actions .primary {
    background: var(--bf-v8-purple);
    background-image: none;
}

.bf-rp3-dashboard {
    background: #ffffff;
    box-shadow:
        0 30px 72px rgba(48,43,93,.15),
        0 8px 24px rgba(38,35,73,.07);
}

.bf-rp3-float-card {
    background: #ffffff;
}


/* =========================================================
   03 CORE VALUE STRIP — WHITE
   ========================================================= */

.bf-rp3-value-strip {
    background: #ffffff;
    background-image: none;
    border-top: 0;
    border-bottom: 1px solid #e7e9ef;
}

.bf-rp3-value-strip article + article {
    border-left-color: #e7e9ef;
}


/* =========================================================
   04 PROJECT MANAGEMENT — DARK NAVY
   ========================================================= */

.bf-rp3-product-section {
    position: relative;
    background: var(--bf-v8-project);
    background-image: none;
    border-top: 1px solid #202b40;
    border-bottom: 1px solid #202b40;
}

.bf-rp3-product-copy > span {
    color: var(--bf-v8-project-label);
}

.bf-rp3-product-copy h2 {
    color: #ffffff;
}

.bf-rp3-product-copy > p {
    color: var(--bf-v8-project-text);
}


/* Main project mockup */

.bf-rp3-project-ui {
    border-color: rgba(255,255,255,.12);
    background: #ffffff;
    box-shadow:
        0 34px 78px rgba(3,8,20,.30),
        0 9px 26px rgba(3,8,20,.18);
}


/* Sidebar remains clearly separated */

.bf-rp3-project-ui .mini-side {
    background: #f7f8fc;
}


/* Benefit cards float over the dark background */

.bf-rp3-mini-benefits {
    gap: 11px;
}

.bf-rp3-mini-benefits article {
    background: #ffffff;
    box-shadow:
        0 14px 30px rgba(2,8,20,.18);
}

.bf-rp3-mini-benefits strong {
    color: #222a3b;
}

.bf-rp3-mini-benefits small {
    color: #5d687a;
}


/* =========================================================
   05 REFERRER — SOLID BLUE GRAY
   ========================================================= */

.bf-rp3-referrer {
    background: var(--bf-v8-referrer);
    background-image: none;
    border-top: 1px solid #d7dce7;
    border-bottom: 1px solid #d7dce7;
}

.bf-rp3-referrer-copy > span {
    color: #5544d5;
}

.bf-rp3-referrer-copy h2 {
    color: #171d2b;
}

.bf-rp3-referrer-copy > p {
    color: #505b6e;
}

.bf-rp3-pills b {
    border-color: #cfd5e1;
    background: #ffffff;
    box-shadow: none;
}

.bf-rp3-referrer-ui {
    background: #ffffff;
    border: 0;
    box-shadow:
        0 22px 52px rgba(42,48,75,.10),
        inset 0 0 0 1px #d5dae5;
}


/* =========================================================
   06 HOW IT WORKS — WHITE
   ========================================================= */

.bf-rp3-process {
    background: #ffffff;
    background-image: none;
    border-bottom: 1px solid #e3e6ed;
}

.bf-rp3-steps article {
    background: #ffffff;
    background-image: none;
    box-shadow:
        0 10px 26px rgba(31,38,59,.055),
        inset 0 0 0 1px #dfe3eb;
}


/* =========================================================
   07 PLANS — SOLID BLUE GRAY
   ========================================================= */

.bf-rp3-plans {
    background: var(--bf-v8-plans);
    background-image: none;
    border-top: 1px solid #d0d6e2;
}

.bf-rp3-plans-heading h2 {
    color: #151b29;
}

.bf-rp3-plans-heading p {
    color: #525e70;
}


/* Pricing cards */

.bf-rp3-plan-grid > article {
    background: #ffffff;
    background-image: none;
    box-shadow:
        0 15px 36px rgba(36,43,65,.09),
        inset 0 0 0 1px #d7dce6;
}

.bf-rp3 .plan-card.featured {
    background: #ffffff;
    background-image: none;
    box-shadow:
        0 20px 44px rgba(76,61,193,.16),
        inset 0 0 0 2px var(--bf-v8-purple);
}

.bf-rp3 .plan-card.featured > a {
    background: var(--bf-v8-purple);
    background-image: none;
}


/* Additional visitor card */

.bf-rp3 .visitor-card {
    background: #f3f1ff;
    background-image: none;
}

.bf-rp3 .visitor-card h3 {
    color: #4939ce;
}


/* =========================================================
   08 FINAL CTA AREA
   ========================================================= */

.bf-rp3-final {
    background: var(--bf-v8-plans);
    background-image: none;
    padding-top: 6px;
}

.bf-rp3-final-card {
    border-color: #25314a;
    background: var(--bf-v8-final);
    background-image: none;
    box-shadow:
        0 24px 56px rgba(10,16,29,.22);
}

.bf-rp3-final .final-actions .primary {
    background: var(--bf-v8-purple);
    background-image: none;
}


/* =========================================================
   09 SOLID BUTTON LANGUAGE
   ========================================================= */

.bf-rp3-actions .primary,
.bf-rp3-header-actions .signup,
.bf-rp3 .plan-card.featured > a,
.bf-rp3-final .final-actions .primary {
    transition:
        transform .16s ease,
        box-shadow .16s ease,
        background-color .16s ease;
}

.bf-rp3-actions .primary:hover,
.bf-rp3-header-actions .signup:hover,
.bf-rp3 .plan-card.featured > a:hover,
.bf-rp3-final .final-actions .primary:hover {
    background: #4e3fd1;
    transform: translateY(-1px);
}


/* =========================================================
   10 SECTION EDGE CLARITY
   ========================================================= */

.bf-rp3-product-section,
.bf-rp3-referrer,
.bf-rp3-process,
.bf-rp3-plans {
    position: relative;
}

.bf-rp3-product-section::before,
.bf-rp3-referrer::before,
.bf-rp3-process::before,
.bf-rp3-plans::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
}

.bf-rp3-product-section::before {
    background: rgba(255,255,255,.05);
}

.bf-rp3-referrer::before {
    background: rgba(255,255,255,.55);
}

.bf-rp3-process::before {
    background: rgba(255,255,255,.85);
}

.bf-rp3-plans::before {
    background: rgba(255,255,255,.45);
}


/* =========================================================
   11 CURRENT DESKTOP REVIEW WIDTH
   ========================================================= */

@media (max-width: 1450px) {

    .bf-rp3-product-copy > p {
        color: #c2cad8;
    }

    .bf-rp3-mini-benefits article {
        min-height: 128px;
    }

    .bf-rp3-referrer {
        background: #e2e6ef;
    }

    .bf-rp3-plans,
    .bf-rp3-final {
        background: #dbe1eb;
    }
}

/* === PREMIUM COMPOSITION V8 SOLID SECTION CONTRAST END === */

/* =========================================================
   BLOGFRIEND STAGE31
   PREMIUM COMPOSITION V9

   TYPOGRAPHY NORMALIZATION

   Frozen:
   - V8 layout
   - V8 section colors
   - V8 cards
   - V8 spacing structure

   Normalized:
   - Pretendard only
   - weight: 400 / 500 / 600 / 700
   - reduced negative tracking
   - consistent heading line-height
   - consistent body typography
   ========================================================= */

:root {
    --bf-v9-regular: 400;
    --bf-v9-medium: 500;
    --bf-v9-semibold: 600;
    --bf-v9-bold: 700;

    --bf-v9-title-spacing: -.022em;
    --bf-v9-subtitle-spacing: -.015em;
    --bf-v9-body-spacing: -.006em;
}


/* =========================================================
   01 FONT RENDERING FOUNDATION
   ========================================================= */

.bf-rp3,
.bf-rp3 button,
.bf-rp3 input,
.bf-rp3 textarea,
.bf-rp3 select {
    font-family:
        "Pretendard Variable",
        Pretendard,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Noto Sans KR",
        "Malgun Gothic",
        sans-serif;
    font-synthesis: none;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bf-rp3 {
    font-weight: var(--bf-v9-regular);
    letter-spacing: var(--bf-v9-body-spacing);
}


/* =========================================================
   02 GLOBAL WEIGHT NORMALIZATION
   ========================================================= */

.bf-rp3 h1,
.bf-rp3 h2,
.bf-rp3 h3,
.bf-rp3 strong,
.bf-rp3 b {
    font-weight: var(--bf-v9-bold);
}

.bf-rp3 p,
.bf-rp3 small {
    font-weight: var(--bf-v9-medium);
}

.bf-rp3 em {
    font-weight: var(--bf-v9-semibold);
}

.bf-rp3-header nav a,
.bf-rp3-header-actions a,
.bf-rp3-actions a,
.bf-rp3 .plan-card > a,
.bf-rp3 .visitor-card > a,
.bf-rp3-final .final-actions a {
    font-weight: var(--bf-v9-bold);
}


/* =========================================================
   03 EYEBROW / ENGLISH LABEL SYSTEM
   ========================================================= */

.bf-rp3-hero-copy .eyebrow,
.bf-rp3-product-copy > span,
.bf-rp3-referrer-copy > span,
.bf-rp3-process-heading span,
.bf-rp3-plans-heading span {
    font-size: 12px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: .075em;
    line-height: 1.35;
}


/* =========================================================
   04 HERO TYPOGRAPHY
   ========================================================= */

.bf-rp3-hero-copy h1 {
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.022em;
    line-height: 1.22;
}

.bf-rp3-hero-copy h1 strong {
    font-weight: var(--bf-v9-bold);
    letter-spacing: inherit;
}

.bf-rp3-hero-copy > p {
    color: #566175;
    font-size: 16px;
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.006em;
    line-height: 1.78;
}

.bf-rp3-actions a {
    font-size: 15px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.006em;
}

.bf-rp3-checks span {
    font-size: 14px;
    font-weight: var(--bf-v9-semibold);
    letter-spacing: -.006em;
}


/* =========================================================
   05 HEADER
   ========================================================= */

.bf-rp3-logo strong {
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.018em;
}

.bf-rp3-header nav a,
.bf-rp3-header-actions a {
    font-weight: var(--bf-v9-semibold);
    letter-spacing: -.006em;
}


/* =========================================================
   06 DASHBOARD MOCKUP
   ========================================================= */

.bf-rp3-dashboard .mini-brand,
.bf-rp3-dashboard aside > span {
    font-weight: var(--bf-v9-semibold);
    letter-spacing: -.005em;
}

.bf-rp3-dashboard .dash-top small {
    font-weight: var(--bf-v9-bold);
    letter-spacing: .06em;
}

.bf-rp3-dashboard .dash-top h3 {
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.018em;
}

.bf-rp3-dashboard .dash-stats strong,
.bf-rp3-float-card strong {
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.012em;
}

.bf-rp3-dashboard .dash-stats span,
.bf-rp3-dashboard .dash-stats small,
.bf-rp3-float-card small {
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.004em;
}


/* =========================================================
   07 CORE VALUE STRIP
   ========================================================= */

.bf-rp3-value-strip h3 {
    font-size: 18px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.014em;
    line-height: 1.4;
}

.bf-rp3-value-strip p {
    color: #596578;
    font-size: 14px;
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.004em;
    line-height: 1.7;
}


/* =========================================================
   08 MAIN SECTION TITLES
   ========================================================= */

.bf-rp3-product-copy h2,
.bf-rp3-referrer-copy h2 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.020em;
    line-height: 1.34;
}

.bf-rp3-product-copy > p,
.bf-rp3-referrer-copy > p {
    font-size: 16px;
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.005em;
    line-height: 1.78;
}


/* =========================================================
   09 PROJECT PRODUCT UI
   ========================================================= */

.bf-rp3-project-ui .mini-logo {
    font-weight: var(--bf-v9-semibold);
}

.bf-rp3-project-ui .mini-side span {
    font-weight: var(--bf-v9-medium);
}

.bf-rp3-project-ui .project-title strong {
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.014em;
}

.bf-rp3-project-ui .project-title button {
    font-weight: var(--bf-v9-bold);
}

.bf-rp3-project-ui .project-head {
    font-weight: var(--bf-v9-semibold);
    letter-spacing: -.004em;
}

.bf-rp3-project-ui .project-row {
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.004em;
}

.bf-rp3-project-ui .project-row b {
    font-weight: var(--bf-v9-semibold);
}

.bf-rp3-project-ui em {
    font-weight: var(--bf-v9-semibold);
}


/* 방문자 할당 / 진행률 추적 / 방문자 회수 */

.bf-rp3-mini-benefits strong {
    font-size: 15px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.012em;
    line-height: 1.4;
}

.bf-rp3-mini-benefits small {
    font-size: 13px;
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.004em;
    line-height: 1.58;
}


/* =========================================================
   10 REFERRER UI
   ========================================================= */

.bf-rp3-pills b {
    font-size: 13px;
    font-weight: var(--bf-v9-semibold);
    letter-spacing: -.006em;
}

.bf-rp3-referrer-ui h3 {
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.015em;
}

.bf-rp3-referrer-ui .ref-head {
    font-weight: var(--bf-v9-semibold);
}

.bf-rp3-referrer-ui .ref-row strong {
    font-weight: var(--bf-v9-semibold);
}

.bf-rp3-referrer-ui input {
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.003em;
}

.bf-rp3-referrer-ui em {
    font-weight: var(--bf-v9-bold);
}


/* =========================================================
   11 HOW IT WORKS
   ========================================================= */

.bf-rp3-process-heading h2 {
    font-size: 32px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.019em;
    line-height: 1.35;
}

.bf-rp3-steps article > b {
    font-weight: var(--bf-v9-bold);
}

.bf-rp3-steps strong {
    font-size: 16px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.012em;
    line-height: 1.42;
}

.bf-rp3-steps p {
    color: #5d687a;
    font-size: 14px;
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.004em;
    line-height: 1.65;
}


/* =========================================================
   12 PLANS
   ========================================================= */

.bf-rp3-plans-heading h2 {
    font-size: 30px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.018em;
    line-height: 1.38;
}

.bf-rp3-plans-heading p {
    font-size: 14px;
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.004em;
    line-height: 1.65;
}

.bf-rp3 .plan-card > span {
    font-size: 13px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: .02em;
}

.bf-rp3 .plan-card h3 {
    font-size: 24px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.018em;
    line-height: 1.3;
}

.bf-rp3 .plan-line small {
    font-size: 13px;
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.004em;
}

.bf-rp3 .plan-line strong {
    font-size: 18px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.012em;
}

.bf-rp3 .plan-card .recommend {
    font-weight: var(--bf-v9-bold);
}

.bf-rp3 .plan-card > a,
.bf-rp3 .visitor-card > a {
    font-size: 13px;
    font-weight: var(--bf-v9-bold);
}


/* 방문자 구매 */

.bf-rp3 .visitor-card h3 {
    font-size: 19px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.015em;
    line-height: 1.4;
}

.bf-rp3 .visitor-card p {
    font-size: 14px;
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.004em;
    line-height: 1.7;
}

.bf-rp3 .visitor-card li {
    font-size: 13px;
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.004em;
}


/* =========================================================
   13 FINAL CTA
   ========================================================= */

.bf-rp3-final .final-copy h2 {
    font-size: 28px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.018em;
    line-height: 1.31;
}

.bf-rp3-final .final-copy p {
    font-size: 14px;
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.004em;
    line-height: 1.7;
}

.bf-rp3-final .final-actions a {
    font-size: 14px;
    font-weight: var(--bf-v9-bold);
    letter-spacing: -.005em;
}

.bf-rp3-final .final-benefits {
    font-size: 13px;
    font-weight: var(--bf-v9-medium);
    letter-spacing: -.004em;
}


/* =========================================================
   14 WEIGHT SAFETY
   Final normalization for elements which inherited
   800 / 820 / 830 / 850 from earlier design passes.
   ========================================================= */

.bf-rp3 h1,
.bf-rp3 h2,
.bf-rp3 h3 {
    font-weight: 700 !important;
}

.bf-rp3 strong,
.bf-rp3 b {
    font-weight: 700;
}

.bf-rp3 p,
.bf-rp3 small {
    font-weight: 500;
}


/* =========================================================
   15 CURRENT REVIEW WIDTH
   ========================================================= */

@media (max-width: 1450px) {

    .bf-rp3-hero-copy h1 {
        font-size: 44px;
        letter-spacing: -.020em;
        line-height: 1.23;
    }

    .bf-rp3-product-copy h2,
    .bf-rp3-referrer-copy h2 {
        font-size: 33px;
        letter-spacing: -.018em;
    }

    .bf-rp3-process-heading h2 {
        font-size: 30px;
    }

    .bf-rp3-plans-heading h2 {
        font-size: 28px;
    }

    .bf-rp3 .plan-card h3 {
        font-size: 22px;
    }
}

/* === PREMIUM COMPOSITION V9 TYPOGRAPHY NORMALIZATION END === */


/* =========================================================
   BLOGFRIEND STAGE31
   PREMIUM COMPOSITION V10

   NANUM BARUN GOTHIC FONT TEST

   Frozen from V9:
   - HTML structure
   - section colors
   - layout
   - card geometry
   - main typography sizes

   Changed:
   - Pretendard -> NanumBarunGothic
   - heading/strong -> NanumBarunGothicBold
   - tracking optimized for NanumBarunGothic
   ========================================================= */


/* =========================================================
   01 FONT FAMILY FOUNDATION
   ========================================================= */

.bf-rp3,
.bf-rp3 button,
.bf-rp3 input,
.bf-rp3 textarea,
.bf-rp3 select {
    font-family:
        "NanumBarunGothic",
        "나눔바른고딕",
        "Noto Sans KR",
        "Malgun Gothic",
        sans-serif !important;

    font-synthesis: none;
    font-kerning: normal;
    text-rendering: optimizeLegibility;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   02 REGULAR TEXT
   ========================================================= */

.bf-rp3 p,
.bf-rp3 small,
.bf-rp3 input,
.bf-rp3 textarea,
.bf-rp3 select,
.bf-rp3 .project-row,
.bf-rp3 .ref-head {
    font-family:
        "NanumBarunGothic",
        "나눔바른고딕",
        "Noto Sans KR",
        "Malgun Gothic",
        sans-serif !important;

    font-weight: 400 !important;
}


/* =========================================================
   03 BOLD TEXT
   Official NanumBarunGothic webfont exposes
   NanumBarunGothicBold as a separate family.
   ========================================================= */

.bf-rp3 h1,
.bf-rp3 h2,
.bf-rp3 h3,
.bf-rp3 strong,
.bf-rp3 b,
.bf-rp3 button,
.bf-rp3-header nav a,
.bf-rp3-header-actions a,
.bf-rp3-actions a,
.bf-rp3 .plan-card > a,
.bf-rp3 .visitor-card > a,
.bf-rp3-final .final-actions a,
.bf-rp3 .project-title button {
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        "나눔바른고딕",
        "Noto Sans KR",
        "Malgun Gothic",
        sans-serif !important;

    font-weight: 400 !important;
}


/* =========================================================
   04 LARGE KOREAN TITLE NORMALIZATION
   NanumBarunGothic needs less negative tracking
   than the previous Pretendard treatment.
   ========================================================= */

.bf-rp3-hero-copy h1 {
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif !important;

    font-size: 48px;
    font-weight: 400 !important;
    letter-spacing: -.012em;
    line-height: 1.24;
}

.bf-rp3-hero-copy h1 strong {
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif !important;

    font-weight: 400 !important;
    letter-spacing: inherit;
}


.bf-rp3-product-copy h2,
.bf-rp3-referrer-copy h2 {
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif !important;

    font-size: 35px;
    font-weight: 400 !important;
    letter-spacing: -.010em;
    line-height: 1.38;
}


.bf-rp3-process-heading h2 {
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif !important;

    font-size: 32px;
    font-weight: 400 !important;
    letter-spacing: -.008em;
    line-height: 1.4;
}


.bf-rp3-plans-heading h2 {
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif !important;

    font-size: 30px;
    font-weight: 400 !important;
    letter-spacing: -.008em;
    line-height: 1.4;
}


.bf-rp3-final .final-copy h2 {
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif !important;

    font-size: 28px;
    font-weight: 400 !important;
    letter-spacing: -.008em;
    line-height: 1.34;
}


/* =========================================================
   05 CARD / FEATURE TITLES
   ========================================================= */

.bf-rp3-value-strip h3,
.bf-rp3-mini-benefits strong,
.bf-rp3-steps strong,
.bf-rp3 .visitor-card h3,
.bf-rp3-referrer-ui h3,
.bf-rp3-project-ui .project-title strong {
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif !important;

    font-weight: 400 !important;
    letter-spacing: -.005em;
}


/* =========================================================
   06 PRICING / KPI NUMBERS
   ========================================================= */

.bf-rp3 .plan-card h3,
.bf-rp3 .plan-line strong,
.bf-rp3-dashboard .dash-stats strong,
.bf-rp3-float-card strong,
.bf-rp3-donut strong {
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif !important;

    font-weight: 400 !important;
    letter-spacing: -.004em;
}


/* =========================================================
   07 BODY COPY
   Give NanumBarunGothic its natural spacing.
   ========================================================= */

.bf-rp3-hero-copy > p,
.bf-rp3-product-copy > p,
.bf-rp3-referrer-copy > p,
.bf-rp3-value-strip p,
.bf-rp3-mini-benefits small,
.bf-rp3-steps p,
.bf-rp3 .visitor-card p,
.bf-rp3 .visitor-card li,
.bf-rp3-final .final-copy p,
.bf-rp3-final .final-benefits {
    font-family:
        "NanumBarunGothic",
        "나눔바른고딕",
        sans-serif !important;

    font-weight: 400 !important;
    letter-spacing: 0;
}


/* =========================================================
   08 ENGLISH EYEBROW / LABEL
   ========================================================= */

.bf-rp3-hero-copy .eyebrow,
.bf-rp3-product-copy > span,
.bf-rp3-referrer-copy > span,
.bf-rp3-process-heading span,
.bf-rp3-plans-heading span {
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif !important;

    font-weight: 400 !important;
    letter-spacing: .075em;
}


/* =========================================================
   09 CTA / CHECK / CHIP
   ========================================================= */

.bf-rp3-checks span {
    font-family:
        "NanumBarunGothic",
        "나눔바른고딕",
        sans-serif !important;

    font-weight: 400 !important;
    letter-spacing: 0;
}


.bf-rp3-pills b {
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif !important;

    font-weight: 400 !important;
    letter-spacing: 0;
}


/* =========================================================
   10 REVIEW WIDTH
   ========================================================= */

@media (max-width: 1450px) {

    .bf-rp3-hero-copy h1 {
        font-size: 44px;
        letter-spacing: -.010em;
        line-height: 1.25;
    }

    .bf-rp3-product-copy h2,
    .bf-rp3-referrer-copy h2 {
        font-size: 33px;
        letter-spacing: -.008em;
    }

    .bf-rp3-process-heading h2 {
        font-size: 30px;
    }

    .bf-rp3-plans-heading h2 {
        font-size: 28px;
    }

    .bf-rp3 .plan-card h3 {
        font-size: 22px;
    }
}

/* === PREMIUM COMPOSITION V10 NANUM BARUN GOTHIC END === */


/* =========================================================
   BLOGFRIEND STAGE31
   PREMIUM COMPOSITION V11

   MOBILE PARITY
   Base = approved V10 NanumBarunGothic desktop candidate

   IMPORTANT:
   - desktop V10 layout frozen
   - rules below apply only to narrow viewport
   ========================================================= */


@media (max-width: 760px) {

    html,
    body {
        overflow-x: hidden;
    }

    .bf-rp3 {
        min-width: 0;
    }

    .bf-rp3-wrap {
        width: calc(100% - 32px);
        max-width: none;
    }


    /* =====================================================
       HEADER
       ===================================================== */

    .bf-rp3-header {
        height: 64px;
    }

    .bf-rp3-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bf-rp3-logo {
        gap: 8px;
    }

    .bf-rp3-logo-img {
        height: 32px;
    }

    .bf-rp3-logo span {
        width: 32px;
        height: 32px;
        border-radius: 9px;
        font-size: 14px;
    }

    .bf-rp3-logo strong {
        font-size: 18px;
    }

    .bf-rp3-header nav,
    .bf-rp3-header-actions .login {
        display: none;
    }

    .bf-rp3-header-actions {
        gap: 0;
    }

    .bf-rp3-header-actions .signup {
        height: 38px;
        padding: 0 13px;
        border-radius: 9px;
        font-size: 12px;
    }


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

    .bf-rp3-hero {
        padding: 58px 0 54px;
    }

    .bf-rp3-hero-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .bf-rp3-hero-copy .eyebrow {
        margin-bottom: 12px;
        font-size: 10px;
        line-height: 1.4;
    }

    .bf-rp3-hero-copy h1 {
        width: auto;
        max-width: none;
        margin-bottom: 18px;
        font-size: 34px;
        letter-spacing: -.008em;
        line-height: 1.28;
    }

    .bf-rp3-hero-copy h1 strong {
        white-space: normal;
    }

    .bf-rp3-hero-copy > p {
        font-size: 14px;
        line-height: 1.75;
    }

    .bf-rp3-hero-copy > p br {
        display: none;
    }

    .bf-rp3-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 24px;
    }

    .bf-rp3-actions a {
        width: 100%;
        height: 48px;
        padding: 0 16px;
        font-size: 14px;
    }

    .bf-rp3-checks {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 21px;
        gap: 9px;
    }

    .bf-rp3-checks span {
        font-size: 13px;
    }


    /* Product dashboard */

    .bf-rp3-hero-product {
        width: 100%;
        padding-right: 0;
    }

    .bf-rp3-dashboard {
        min-height: auto;
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .bf-rp3-dashboard aside {
        display: none;
    }

    .bf-rp3-dashboard .dash-main {
        padding: 20px 16px;
    }

    .bf-rp3-dashboard .dash-top h3 {
        font-size: 19px;
    }

    .bf-rp3-dashboard .dash-user {
        font-size: 9px;
    }

    .bf-rp3-dashboard .dash-stats {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 17px;
    }

    .bf-rp3-dashboard .dash-stats > div {
        min-height: 78px;
        padding: 14px;
    }

    .bf-rp3-dashboard .dash-stats span,
    .bf-rp3-dashboard .dash-stats small {
        font-size: 10px;
    }

    .bf-rp3-dashboard .dash-stats strong {
        margin: 7px 0 3px;
        font-size: 16px;
    }

    .bf-rp3-dashboard .dash-chart-card {
        padding: 14px;
    }

    .bf-rp3-dashboard svg {
        height: 145px;
    }

    .bf-rp3-float-card {
        display: none;
    }


    /* =====================================================
       CORE VALUE STRIP
       ===================================================== */

    .bf-rp3-value-strip .bf-rp3-wrap {
        grid-template-columns: 1fr;
    }

    .bf-rp3-value-strip article {
        min-height: auto;
        padding: 24px 4px;
        gap: 15px;
    }

    .bf-rp3-value-strip article + article {
        border-left: 0;
        border-top: 1px solid #e7e9ef;
    }

    .bf-rp3-value-strip i {
        width: 46px;
        height: 46px;
        border-radius: 13px;
        font-size: 18px;
    }

    .bf-rp3-value-strip h3 {
        margin-bottom: 6px;
        font-size: 16px;
    }

    .bf-rp3-value-strip p {
        font-size: 13px;
    }

    .bf-rp3-value-strip p br {
        display: none;
    }


    /* =====================================================
       PROJECT MANAGEMENT
       ===================================================== */

    .bf-rp3-product-section {
        padding: 62px 0;
    }

    .bf-rp3-product-grid {
        grid-template-columns: 1fr;
        gap: 39px;
    }

    .bf-rp3-project-ui {
        min-height: auto;
        grid-template-columns: 1fr;
        border-radius: 15px;
    }

    .bf-rp3-project-ui .mini-side {
        display: none;
    }

    .bf-rp3-project-ui .project-content {
        padding: 19px 15px;
    }

    .bf-rp3-project-ui .project-title strong {
        font-size: 16px;
    }

    .bf-rp3-project-ui .project-title button {
        padding: 8px 10px;
        font-size: 10px;
    }

    .bf-rp3-project-ui .project-head {
        display: none;
    }

    .bf-rp3-project-ui .project-row {
        display: grid;
        min-height: auto;
        padding: 14px 2px;
        grid-template-columns: minmax(0,1fr) auto;
        gap: 8px 12px;
        font-size: 12px;
    }

    .bf-rp3-project-ui .project-row b {
        font-size: 13px;
    }

    .bf-rp3-project-ui .project-row > span:nth-of-type(1),
    .bf-rp3-project-ui .project-row > span:nth-of-type(4) {
        display: none;
    }

    .bf-rp3-project-ui .project-row > span:nth-of-type(2),
    .bf-rp3-project-ui .project-row > span:nth-of-type(3) {
        color: #5c6678;
        font-size: 11px;
    }

    .bf-rp3-project-ui .project-row > span:nth-of-type(2)::before {
        content: "진행률 ";
        color: #8992a3;
    }

    .bf-rp3-project-ui .project-row > span:nth-of-type(3)::before {
        content: "잔여 ";
        color: #8992a3;
    }

    .bf-rp3-product-copy > span,
    .bf-rp3-referrer-copy > span {
        margin-bottom: 11px;
        font-size: 10px;
    }

    .bf-rp3-product-copy h2,
    .bf-rp3-referrer-copy h2 {
        margin-bottom: 16px;
        font-size: 27px;
        letter-spacing: -.006em;
        line-height: 1.4;
    }

    .bf-rp3-product-copy > p,
    .bf-rp3-referrer-copy > p {
        font-size: 14px;
        line-height: 1.75;
    }

    .bf-rp3-product-copy > p br,
    .bf-rp3-referrer-copy > p br {
        display: none;
    }

    .bf-rp3-mini-benefits {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 23px;
    }

    .bf-rp3-mini-benefits article {
        min-height: auto;
        padding: 16px;
    }

    .bf-rp3-mini-benefits strong {
        margin: 7px 0 4px;
        font-size: 14px;
    }

    .bf-rp3-mini-benefits small {
        font-size: 13px;
    }

    .bf-rp3-mini-benefits small br {
        display: none;
    }


    /* =====================================================
       REFERRER
       ===================================================== */

    .bf-rp3-referrer {
        padding: 62px 0;
    }

    .bf-rp3-referrer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .bf-rp3-pills {
        gap: 7px;
        margin-top: 19px;
    }

    .bf-rp3-pills b {
        height: 35px;
        padding: 0 11px;
        font-size: 11px;
    }

    .bf-rp3-referrer-ui {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 18px 13px 23px;
        gap: 24px;
        border-radius: 15px;
    }

    .bf-rp3-referrer-ui h3 {
        margin-bottom: 13px;
        font-size: 16px;
    }

    .bf-rp3-referrer-ui .ref-head {
        display: none;
    }

    .bf-rp3-referrer-ui .ref-row {
        min-height: 44px;
        padding: 8px 0;
        grid-template-columns: 27px 72px minmax(0,1fr) 46px;
        gap: 6px;
    }

    .bf-rp3-referrer-ui .ref-row > b {
        width: 26px;
        height: 26px;
    }

    .bf-rp3-referrer-ui .ref-row strong {
        font-size: 11px;
    }

    .bf-rp3-referrer-ui input {
        min-width: 0;
        height: 32px;
        padding: 0 7px;
        font-size: 10px;
    }

    .bf-rp3-referrer-ui em {
        height: 32px;
        font-size: 11px;
    }

    .bf-rp3-donut .donut-ring {
        width: 138px;
        height: 138px;
    }

    .bf-rp3-donut .donut-ring::before {
        width: 86px;
        height: 86px;
    }


    /* =====================================================
       HOW IT WORKS
       ===================================================== */

    .bf-rp3-process {
        padding: 58px 0 62px;
    }

    .bf-rp3-process-heading span {
        font-size: 10px;
    }

    .bf-rp3-process-heading h2 {
        font-size: 27px;
    }

    .bf-rp3-steps {
        display: grid;
        margin-top: 27px;
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .bf-rp3-steps .arrow {
        display: none;
    }

    .bf-rp3-steps article {
        min-height: 135px;
        padding: 21px;
        grid-template-columns: 52px 1fr;
        gap: 16px;
    }

    .bf-rp3-steps article > i {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        font-size: 20px;
    }

    .bf-rp3-steps strong {
        font-size: 15px;
    }

    .bf-rp3-steps p {
        margin-top: 6px;
        font-size: 13px;
    }

    .bf-rp3-steps p br {
        display: none;
    }


    /* =====================================================
       PLANS
       ===================================================== */

    .bf-rp3-plans {
        padding: 58px 0 52px;
    }

    .bf-rp3-plans-heading h2 {
        font-size: 26px;
        line-height: 1.42;
    }

    .bf-rp3-plans-heading p {
        font-size: 13px;
        line-height: 1.7;
    }

    .bf-rp3-plan-grid {
        grid-template-columns: 1fr;
        gap: 11px;
        margin-top: 28px;
    }

    .bf-rp3-plan-grid > article {
        min-height: 270px;
        padding: 21px;
    }

    .bf-rp3 .plan-card h3 {
        margin: 9px 0 20px;
        font-size: 21px;
    }

    .bf-rp3 .plan-line {
        padding: 11px 0;
    }

    .bf-rp3 .plan-line small {
        font-size: 12px;
    }

    .bf-rp3 .plan-line strong {
        font-size: 16px;
    }

    .bf-rp3 .visitor-card h3 {
        font-size: 18px;
    }

    .bf-rp3 .visitor-card p {
        font-size: 13px;
    }

    .bf-rp3 .visitor-card p br {
        display: none;
    }

    .bf-rp3 .visitor-card li {
        font-size: 12px;
    }


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

    .bf-rp3-final {
        padding: 6px 0 42px;
    }

    .bf-rp3-final-card {
        display: grid;
        min-height: auto;
        padding: 28px 22px;
        grid-template-columns: 1fr;
        gap: 22px;
        border-radius: 16px;
    }

    .bf-rp3-final .target {
        width: 88px;
        height: 88px;
    }

    .bf-rp3-final .target::before {
        inset: 18px;
        border-width: 7px;
    }

    .bf-rp3-final .target::after {
        inset: 33px;
    }

    .bf-rp3-final .target i,
    .bf-rp3-final .target b {
        display: none;
    }

    .bf-rp3-final .final-copy h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .bf-rp3-final .final-copy p {
        font-size: 13px;
    }

    .bf-rp3-final .final-copy p br {
        display: none;
    }

    .bf-rp3-final .final-actions {
        display: grid;
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .bf-rp3-final .final-actions a {
        width: 100%;
        height: 45px;
        font-size: 13px;
    }

    .bf-rp3-final .final-benefits {
        display: grid;
        grid-column: auto;
        grid-template-columns: 1fr;
        margin-top: 0;
        gap: 8px;
        font-size: 12px;
    }
}


/* Extra narrow devices */

@media (max-width: 390px) {

    .bf-rp3-wrap {
        width: calc(100% - 24px);
    }

    .bf-rp3-hero-copy h1 {
        font-size: 31px;
    }

    .bf-rp3-header-actions .signup {
        padding: 0 10px;
        font-size: 11px;
    }

    .bf-rp3-referrer-ui .ref-row {
        grid-template-columns: 25px 62px minmax(0,1fr) 43px;
        gap: 5px;
    }

    .bf-rp3-referrer-ui .ref-row strong {
        font-size: 10px;
    }
}

/* === PREMIUM COMPOSITION V11 MOBILE PARITY END === */


/* =========================================================
   BLOGFRIEND STAGE31
   V11 RECOVERY2

   REAL MOBILE.CSS COMPATIBILITY REASSERTION

   Purpose:
   Desktop-UA preview explicitly loads production mobile.css.
   These final scoped rules ensure the approved V11 landing
   page remains isolated from legacy mobile theme geometry.

   Production mobile.css itself is NOT modified.
   ========================================================= */

@media (max-width: 760px) {

    html,
    body {
        width: 100%;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    .bf-rp3,
    .bf-rp3 * {
        box-sizing: border-box;
    }

    .bf-rp3 {
        position: relative;
        width: 100%;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0;
        padding: 0;
    }

    .bf-rp3-wrap {
        width: calc(100% - 32px) !important;
        max-width: none !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .bf-rp3 img,
    .bf-rp3 svg {
        max-width: 100%;
    }

    .bf-rp3-header,
    .bf-rp3-hero,
    .bf-rp3-value-strip,
    .bf-rp3-product-section,
    .bf-rp3-referrer,
    .bf-rp3-process,
    .bf-rp3-plans,
    .bf-rp3-final {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 390px) {
    .bf-rp3-wrap {
        width: calc(100% - 24px) !important;
    }
}

/* === V11 RECOVERY2 REAL MOBILE.CSS COMPAT END === */



/* =========================================================
   BlogFriend public footer — Modern Clean V1
   ========================================================= */

.bf-public-footer {
    position: relative;
    margin: 0;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    background: #111827;
    color: #cbd5e1;
}

.bf-public-footer-inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 58px 0 46px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 72px;
}

.bf-public-footer-brand {
    min-width: 0;
    flex: 1 1 auto;
}

.bf-public-footer .bf-public-logo {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
}

/* BF_STAGE33_FOOTER_MASTER_LOGO_V1 */
.bf-public-footer .bf-public-logo {
    gap: 0;
    padding: 5px 9px;
    border-radius: 10px;
    background: #ffffff;
}

.bf-public-footer-logo-img {
    display: block;
    width: auto;
    height: 24px;
    max-width: none;
}
/* BF_STAGE33_FOOTER_MASTER_LOGO_V1_END */

.bf-public-footer .bf-public-logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
}

.bf-public-footer .bf-public-logo-text {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.bf-public-footer-description {
    margin: 20px 0 0;
    color: #94a3b8;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -0.015em;
}

.bf-public-footer-business {
    margin-top: 26px;
    color: #64748b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.01em;
}

.bf-public-footer-business p {
    margin: 0;
}

.bf-public-footer-business p + p {
    margin-top: 2px;
}

.bf-public-footer-business span {
    display: inline-block;
}

.bf-public-footer-business span + span::before {
    content: "";
    width: 1px;
    height: 10px;
    margin: 0 9px;
    display: inline-block;
    vertical-align: -1px;
    background: rgba(148, 163, 184, 0.28);
}

.bf-public-footer-business a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.18s ease;
}

.bf-public-footer-business a:hover {
    color: #ffffff;
}

.bf-public-footer-links {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 54px;
}

.bf-public-footer-link-group {
    min-width: 126px;
}

.bf-public-footer-link-group strong {
    display: block;
    margin-bottom: 18px;
    color: #f8fafc;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.bf-public-footer-link-group a {
    width: fit-content;
    display: block;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.18s ease;
}

.bf-public-footer-link-group a + a {
    margin-top: 12px;
}

.bf-public-footer-link-group a:hover {
    color: #ffffff;
}

.bf-public-footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.bf-public-footer-bottom-inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 20px 0 22px;
    color: #64748b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}


/* Footer responsive */

@media (max-width: 1050px) {

    .bf-public-footer-inner {
        gap: 48px;
    }

    .bf-public-footer-links {
        gap: 36px;
    }

}


@media (max-width: 760px) {

    .bf-public-footer-inner {
        width: min(100% - 36px, 1180px);
        padding: 42px 0 34px;
        display: block;
    }

    .bf-public-footer .bf-public-logo-mark {
        width: 32px;
        height: 32px;
        border-radius: 9px;
        font-size: 16px;
    }

    .bf-public-footer .bf-public-logo-text {
        font-size: 19px;
    }

    .bf-public-footer .bf-public-logo {
        padding: 5px 8px;
        border-radius: 9px;
    }

    .bf-public-footer-logo-img {
        height: 22px;
    }

    .bf-public-footer-description {
        margin-top: 17px;
        font-size: 13px;
        line-height: 1.7;
    }

    .bf-public-footer-business {
        margin-top: 22px;
        font-size: 11px;
        line-height: 1.75;
    }

    .bf-public-footer-business span {
        display: block;
    }

    .bf-public-footer-business span + span::before {
        display: none;
    }

    .bf-public-footer-links {
        margin-top: 34px;
        padding-top: 30px;
        border-top: 1px solid rgba(148, 163, 184, 0.12);
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .bf-public-footer-link-group {
        min-width: 0;
    }

    .bf-public-footer-link-group strong {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .bf-public-footer-link-group a {
        font-size: 12px;
    }

    .bf-public-footer-link-group a + a {
        margin-top: 11px;
    }

    .bf-public-footer-bottom-inner {
        width: min(100% - 36px, 1180px);
        padding: 17px 0 19px;
        font-size: 11px;
    }

}


/* =========================================================
   BlogFriend public footer — Modern Clean V2
   Desktop readability refinement
   ========================================================= */

.bf-public-footer-inner {
    padding-top: 54px;
    padding-bottom: 44px;
}

.bf-public-footer-description {
    margin-top: 18px;
    color: #a8b4c7;
    font-size: 15px;
    line-height: 1.72;
}

.bf-public-footer-business {
    margin-top: 24px;
    color: #8491a6;
    font-size: 13px;
    line-height: 1.75;
}

.bf-public-footer-business p + p {
    margin-top: 5px;
}

.bf-public-footer-business a {
    color: #9ba8bb;
}

.bf-public-footer-link-group strong {
    margin-bottom: 17px;
    font-size: 14px;
}

.bf-public-footer-link-group a {
    color: #9aa8bc;
    font-size: 14px;
    line-height: 1.55;
}

.bf-public-footer-link-group a + a {
    margin-top: 11px;
}

.bf-public-footer-bottom-inner {
    padding-top: 19px;
    padding-bottom: 21px;
    color: #7c899d;
    font-size: 12.5px;
}


@media (max-width: 760px) {

    .bf-public-footer-description {
        font-size: 14px;
    }

    .bf-public-footer-business {
        font-size: 12px;
    }

    .bf-public-footer-link-group strong {
        font-size: 13px;
    }

    .bf-public-footer-link-group a {
        font-size: 13px;
    }

    .bf-public-footer-bottom-inner {
        font-size: 11.5px;
    }

}

/* =========================================================
   BLOGFRIEND POST-LAUNCH
   HEADER TYPOGRAPHY V1
   DESKTOP NAV + LOGIN + CTA
   14px -> 16px
   ========================================================= */

@media (min-width: 761px) {

    .bf-rp3-header nav a,
    .bf-rp3-header-actions a {
        font-size: 16px;
    }

}

/* === POST-LAUNCH HEADER TYPOGRAPHY V1 END === */

/* =========================================================
 * BF_STAGE32_MAIN_SEO_BLOG_CONTENT_V2
 * Public landing — platform-neutral blog visitor section
 * ========================================================= */

.bf-rp3-blog-seo {
    position: relative;
    width: 100%;
    padding: 84px 0 88px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 0%,
            rgba(105, 84, 255, 0.08),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #fbfbff 0%,
            #f7f8fc 100%
        );
    border-top: 1px solid #eceef5;
    border-bottom: 1px solid #e8ebf2;
}

.bf-rp3-blog-seo-heading {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.bf-rp3-blog-seo-heading > span {
    display: block;
    margin-bottom: 14px;
    color: #6954ff;
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .085em;
}

.bf-rp3-blog-seo-heading h2 {
    margin: 0;
    color: #171a24;
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -.012em;
}

.bf-rp3-blog-seo-heading p {
    max-width: 760px;
    margin: 20px auto 0;
    color: #697386;
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
}

.bf-rp3-blog-seo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.bf-rp3-blog-seo-grid article {
    display: flex;
    min-width: 0;
    min-height: 250px;
    gap: 18px;
    padding: 28px 26px;
    border: 1px solid #e5e8f0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 34px rgba(31, 38, 66, 0.055);
}

.bf-rp3-blog-seo-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 48px;
    border-radius: 14px;
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .035em;
}

.bf-rp3-blog-seo-icon.blog {
    background: #f1efff;
    color: #6954ff;
}

.bf-rp3-blog-seo-icon.traffic {
    background: #eef7ff;
    color: #3678c9;
}

.bf-rp3-blog-seo-icon.data {
    background: #f7f3ff;
    color: #755bd4;
}

.bf-rp3-blog-seo-grid article > div:last-child {
    min-width: 0;
}

.bf-rp3-blog-seo-grid article span {
    display: block;
    margin: 2px 0 9px;
    color: #8a93a3;
    font-size: 11px;
    font-weight: 700;
}

.bf-rp3-blog-seo-grid article h3 {
    margin: 0;
    color: #252936;
    font-size: 17px;
    line-height: 1.45;
}

.bf-rp3-blog-seo-grid article p {
    margin: 13px 0 0;
    color: #6c7586;
    font-size: 13px;
    line-height: 1.8;
    word-break: keep-all;
}

.bf-rp3-blog-seo-context {
    display: grid;
    grid-template-columns: minmax(270px, .8fr) minmax(0, 1.55fr);
    gap: 38px;
    align-items: center;
    margin-top: 20px;
    padding: 28px 30px;
    border: 1px solid #dedafc;
    border-radius: 17px;
    background: #ffffff;
}

.bf-rp3-blog-seo-context > div > span {
    display: block;
    margin-bottom: 9px;
    color: #6954ff;
    font-family:
        "NanumBarunGothicBold",
        "NanumBarunGothic",
        sans-serif;
    font-size: 10px;
    letter-spacing: .08em;
}

.bf-rp3-blog-seo-context strong {
    display: block;
    color: #252936;
    font-size: 16px;
    line-height: 1.65;
    word-break: keep-all;
}

.bf-rp3-blog-seo-context > p {
    margin: 0;
    color: #697386;
    font-size: 13px;
    line-height: 1.85;
    word-break: keep-all;
}

.bf-rp3-blog-seo-notice {
    margin: 16px 4px 0;
    color: #9299a7;
    font-size: 11px;
    line-height: 1.7;
    text-align: center;
    word-break: keep-all;
}

@media (max-width: 960px) {
    .bf-rp3-blog-seo-grid {
        grid-template-columns: 1fr;
    }

    .bf-rp3-blog-seo-grid article {
        min-height: 0;
    }

    .bf-rp3-blog-seo-context {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 760px) {
    .bf-rp3-blog-seo {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 60px 0 64px;
    }

    .bf-rp3-blog-seo-heading {
        text-align: left;
    }

    .bf-rp3-blog-seo-heading > span {
        margin-bottom: 11px;
        font-size: 10px;
    }

    .bf-rp3-blog-seo-heading h2 {
        font-size: 27px;
        line-height: 1.42;
        letter-spacing: -.006em;
    }

    .bf-rp3-blog-seo-heading h2 br {
        display: none;
    }

    .bf-rp3-blog-seo-heading p {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.75;
    }

    .bf-rp3-blog-seo-grid {
        gap: 10px;
        margin-top: 28px;
    }

    .bf-rp3-blog-seo-grid article {
        min-height: 0;
        gap: 15px;
        padding: 21px 18px;
        border-radius: 15px;
    }

    .bf-rp3-blog-seo-icon {
        width: 49px;
        height: 43px;
        border-radius: 12px;
        font-size: 9px;
    }

    .bf-rp3-blog-seo-grid article span {
        margin-top: 0;
        font-size: 10px;
    }

    .bf-rp3-blog-seo-grid article h3 {
        font-size: 15px;
    }

    .bf-rp3-blog-seo-grid article p {
        margin-top: 9px;
        font-size: 13px;
        line-height: 1.72;
    }

    .bf-rp3-blog-seo-context {
        margin-top: 12px;
        padding: 21px 18px;
        border-radius: 15px;
    }

    .bf-rp3-blog-seo-context strong {
        font-size: 15px;
        line-height: 1.6;
    }

    .bf-rp3-blog-seo-context > p {
        font-size: 13px;
        line-height: 1.75;
    }

    .bf-rp3-blog-seo-notice {
        margin-top: 14px;
        font-size: 10px;
        text-align: left;
    }
}

/* BF_STAGE32_MAIN_SEO_BLOG_CONTENT_V2_END */

/* =========================================================
 * BF_STAGE33_MOBILE_HOME_LOGIN_CTA_V1
 * Mobile public landing header:
 * guest  -> Login + Free Start
 * member -> Logout + Dashboard
 * PHP/member-state logic remains unchanged.
 * ========================================================= */
@media (max-width: 760px) {

    .bf-rp3-header-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 10px !important;
        flex-shrink: 0 !important;
    }

    .bf-rp3-header-actions .login {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 38px !important;
        margin: 0 !important;
        padding: 0 5px !important;
        color: #4b5365 !important;
        font-size: 12px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        text-decoration: none !important;
    }

    .bf-rp3-header-actions .login:hover {
        color: #5b4be2 !important;
        text-decoration: none !important;
    }

    .bf-rp3-header-actions .signup {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 390px) {

    .bf-rp3-header-actions {
        gap: 7px !important;
    }

    .bf-rp3-header-actions .login {
        padding: 0 3px !important;
        font-size: 11px !important;
    }
}
/* === BF_STAGE33_MOBILE_HOME_LOGIN_CTA_V1 END === */
