/* ========================================================
   Gmarket Sans 웹폰트 정의 (font 폴더 OTF 로컬 폰트)
   ======================================================== */
@font-face {
    font-family: 'GmarketSans';
    src: url('./font/GmarketSansLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('./font/GmarketSansMedium.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('./font/GmarketSansMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('./font/GmarketSansBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('./font/GmarketSansBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('./font/GmarketSansBold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ========================================================
   💎 2026 하이엔드 모던 럭셔리 & 테크 디자인 시스템 토큰
   (Sleek, Minimalist, High-Precision Depth System)
   ======================================================== */
:root {
    --font-main: 'GmarketSans', -apple-system, BlinkMacSystemFont, "Pretendard", "Segoe UI", Roboto, sans-serif;

    /* 하이엔드 코발트 & 일렉트릭 블루 (절제되고 고급스러운 컬러) */
    --point-color: #2563EB;
    --point-light: #38BDF8;
    --point-dark: #1D4ED8;
    --point-gradient: linear-gradient(135deg, #38BDF8 0%, #2563EB 60%, #1D4ED8 100%);
    --point-gradient-hover: linear-gradient(135deg, #60A5FA 0%, #3B82F6 60%, #2563EB 100%);
    --point-glow: rgba(37, 99, 235, 0.35);
    --point-glow-light: rgba(56, 189, 248, 0.3);

    /* 럭셔리 옵시디언 / 슬레이트 다크 서피스 */
    --navy-main: #0B1120;
    --navy-deep: #060913;
    --navy-surface: #0F172A;
    --navy-card: #131E36;
    
    /* 퓨어 & 아이스 화이트 서피스 */
    --white: #FFFFFF;
    --white-bg: #FFFFFF;
    --white-sub: #F8FAFC;
    --white-border: #E2E8F0;

    /* 타이포그래피 컬러 */
    --text-navy: #0F172A;
    --text-navy-muted: #64748B;
    --text-white: #FFFFFF;
    --text-white-muted: #94A3B8;

    /* 🔮 세련된 다크 글래스모피즘 서피스 토큰 */
    --glass-dark-bg: rgba(19, 30, 54, 0.65);
    --glass-dark-bg-hover: rgba(26, 41, 74, 0.8);
    --glass-dark-border: rgba(255, 255, 255, 0.1);
    --glass-dark-border-hover: rgba(56, 189, 248, 0.5);
    
    /* 부드럽고 깊이감 있는 하이엔드 다층 섀도우 */
    --shadow-subtle-dark: 
        0 20px 40px -15px rgba(0, 0, 0, 0.7),
        0 1px 2px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);

    --shadow-elevated-dark: 
        0 30px 60px -12px rgba(0, 0, 0, 0.85),
        0 0 30px rgba(37, 99, 235, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);

    --shadow-subtle-light: 
        0 20px 40px -15px rgba(15, 23, 42, 0.06),
        0 2px 6px rgba(15, 23, 42, 0.03),
        inset 0 1px 0 #FFFFFF;

    --shadow-elevated-light: 
        0 30px 60px -12px rgba(37, 99, 235, 0.12),
        0 8px 20px -6px rgba(37, 99, 235, 0.08),
        inset 0 1px 0 #FFFFFF;

    --glass-blur: blur(20px) saturate(180%);

    /* 래디우스 & 트랜지션 */
    --radius-xl: 24px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --radius-sm: 10px;

    --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 전역 박스 리셋 */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 텍스트 요소 기본 지정 */
html,
body,
button,
input,
optgroup,
select,
textarea,
p,
span,
h1, h2, h3, h4, h5, h6,
a,
li,
td, th,
label,
strong,
div {
    font-family: var(--font-main);
    letter-spacing: -0.025em;
}

/* Font Awesome 아이콘 리셋 */
i.fa, i.fas, i.far, i.fal, i.fad, i.fab,
.fa, .fas, .far, .fal, .fad, .fab,
[class^="fa-"], [class*=" fa-"],
[class^="fa-"]::before, [class*=" fa-"]::before,
.fa::before, .fas::before, .far::before, .fab::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab, .fa-brands, .fab::before, .fa-brands::before {
    font-family: "Font Awesome 6 Brands" !important;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--white-bg);
    color: var(--text-navy);
    line-height: 1.65;
    overflow-x: hidden;
    padding-bottom: 120px;
    word-break: keep-all;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ========================================================
   🌐 모던 섹션 테마 유틸리티 (Sleek Section Layouts)
   ======================================================== */

/* [모던 다크 섹션] */
.section-theme-navy {
    background: radial-gradient(circle at 50% -20%, #172554 0%, #0B1120 50%, #060913 100%);
    color: var(--text-white);
    position: relative;
}

.section-theme-navy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.3), transparent);
    z-index: 1;
}

.section-theme-navy .section-tag {
    background: rgba(56, 189, 248, 0.08);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    color: var(--point-light);
    border: 1px solid rgba(56, 189, 248, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}

.section-theme-navy .section-main-title {
    color: #FFFFFF;
    letter-spacing: -0.035em;
}

.section-theme-navy .section-main-title span {
    color: var(--point-light);
    border-bottom: 2.5px solid var(--point-light);
    padding-bottom: 2px;
}

.section-theme-navy .section-sub-desc {
    color: var(--text-white-muted);
}

/* [모던 라이트 섹션] */
.section-theme-white {
    background: #FFFFFF;
    color: var(--text-navy);
    position: relative;
    border-top: 1px solid #F1F5F9;
    border-bottom: 1px solid #F1F5F9;
}

.section-theme-white .section-tag {
    background: #F1F5F9;
    color: var(--point-color);
    border: 1px solid #E2E8F0;
    font-weight: 700;
}

.section-theme-white .section-main-title {
    color: var(--navy-main);
    letter-spacing: -0.035em;
}

.section-theme-white .section-main-title span {
    color: var(--point-color);
    border-bottom: 2.5px solid var(--point-color);
    padding-bottom: 2px;
}

.section-theme-white .section-sub-desc {
    color: var(--text-navy-muted);
}

.section-header {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
}

.section-tag {
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 18px;
    border-radius: 999px;
    transition: var(--transition);
}

.section-main-title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.035em;
}

.section-sub-desc {
    font-size: 1.02rem;
    margin-top: 14px;
    font-weight: 400;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* ========================================================
   1. 슬림 & 세련된 플로팅 글래스 네비게이션 (Apple Style)
   ======================================================== */
.nav-container {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: 1280px;
    height: 64px;
    z-index: 1000;
    border-radius: 999px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    background: rgba(11, 17, 32, 0.85);
    backdrop-filter: blur(24px) saturate(190%);
    -webkit-backdrop-filter: blur(24px) saturate(190%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 
        0 20px 40px -10px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: var(--transition);
}

.nav-container:hover {
    border-color: rgba(56, 189, 248, 0.3);
    background: rgba(11, 17, 32, 0.92);
}

.nav-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.logo {
    flex-shrink: 0;
    margin: 0;
}

.logo a {
    font-size: 1.25rem;
    font-weight: 900;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    word-break: keep-all;
    text-decoration: none;
}

.nav-mascot-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(56, 189, 248, 0.5));
    animation: mascot-mini-bounce 4s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes mascot-mini-bounce {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-3px) rotate(4deg); }
}

.logo-badge {
    font-size: 10px;
    font-weight: 700;
    color: #FFFFFF;
    background: var(--point-gradient);
    padding: 3px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
    flex-shrink: 0;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    flex-shrink: 1;
}

.nav-links li {
    flex-shrink: 0;
}

.nav-links a {
    font-weight: 500;
    font-size: 0.86rem;
    color: #94A3B8;
    transition: var(--transition);
    position: relative;
    padding: 6px 0;
    white-space: nowrap;
    word-break: keep-all;
    display: inline-block;
    text-decoration: none;
}

.nav-links a:hover,
.nav-links a.active {
    color: #FFFFFF;
}

.nav-links a.active::after,
.nav-links a:hover::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--point-light);
    border-radius: 2px;
    box-shadow: 0 0 8px var(--point-light);
}

.nav-cta {
    flex-shrink: 0;
}

.nav-cta .cta-button {
    background: var(--point-gradient);
    color: #FFFFFF;
    padding: 8px 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.85rem;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 14px var(--point-glow);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    word-break: keep-all;
    text-decoration: none;
}

.nav-cta .cta-button:hover {
    transform: translateY(-2px);
    background: var(--point-gradient-hover);
    box-shadow: 0 6px 20px rgba(56, 189, 248, 0.4);
}

@media (max-width: 1200px) {
    .nav-container {
        padding: 0 18px;
    }
    .nav-links {
        gap: 12px;
    }
    .nav-links a {
        font-size: 0.82rem;
    }
    .logo a {
        font-size: 1.15rem;
    }
    .nav-cta .cta-button {
        padding: 7px 14px;
        font-size: 0.8rem;
    }
}

@media (max-width: 992px) {
    .nav-container {
        height: 56px;
        top: 10px;
        padding: 0 16px;
        width: calc(100% - 20px);
    }
    .nav-content {
        overflow: hidden;
    }
    .nav-links {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 4px 0;
        gap: 10px;
    }
    .nav-links::-webkit-scrollbar {
        display: none;
    }
    .nav-links a {
        font-size: 0.8rem;
    }
    .logo-badge {
        display: none;
    }
}

/* ========================================================
   2. 히어로 섹션 (Linear / Vercel Modern Luxury Style)
   ======================================================== */
.hero-section {
    position: relative;
    padding: 160px 0 100px;
    min-height: 84vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 65% 25%, #1E3A8A 0%, #0B1120 50%, #060913 100%);
    color: #FFFFFF;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.glow-sphere {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
    opacity: 0.45;
    animation: float-sphere 16s infinite alternate ease-in-out;
}

.sphere-1 {
    width: 500px;
    height: 500px;
    background: #2563EB;
    top: -60px;
    right: -40px;
}

.sphere-2 {
    width: 420px;
    height: 420px;
    background: #0284C7;
    bottom: -40px;
    left: -60px;
    animation-delay: -5s;
}

@keyframes float-sphere {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(30px, 40px) scale(1.08); }
}

.hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    gap: 50px;
}

.hero-content {
    flex: 1.15;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 20px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    color: var(--point-light);
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 24px;
    border: 1px solid rgba(56, 189, 248, 0.35);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.badge-dot-live {
    width: 7px;
    height: 7px;
    background: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 8px #10B981;
    animation: pulse-dot 1.5s infinite;
}

.hero-title {
    font-size: 3.25rem;
    font-weight: 900;
    line-height: 1.22;
    margin-bottom: 20px;
    color: #FFFFFF;
    letter-spacing: -0.04em;
}

.hero-title span {
    color: var(--point-light);
    border-bottom: 3.5px solid var(--point-light);
    padding-bottom: 2px;
}

.hero-subtitle {
    font-size: 1.08rem;
    color: #94A3B8;
    margin-bottom: 36px;
    line-height: 1.7;
    font-weight: 400;
    max-width: 600px;
}

.hero-stats {
    display: flex;
    gap: 16px;
    margin-bottom: 36px;
}

/* 세련된 히어로 통계 칩 */
.stat-item {
    display: flex;
    flex-direction: column;
    padding: 16px 22px;
    background: rgba(19, 30, 54, 0.5);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-subtle-dark);
    transition: var(--transition);
}

.stat-item:hover {
    transform: translateY(-3px);
    border-color: rgba(56, 189, 248, 0.4);
    background: rgba(26, 41, 74, 0.65);
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--point-light);
}

.stat-label {
    font-size: 0.82rem;
    color: #94A3B8;
    font-weight: 500;
    margin-top: 2px;
}

.hero-cta-btns {
    display: flex;
    gap: 14px;
}

.btn-hero-primary {
    background: var(--point-gradient);
    color: #FFFFFF;
    padding: 16px 34px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 24px var(--point-glow);
    transition: var(--transition);
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    background: var(--point-gradient-hover);
    box-shadow: 0 12px 30px rgba(56, 189, 248, 0.4);
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
    padding: 16px 30px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: var(--transition);
}

.btn-hero-secondary:hover {
    border-color: var(--point-light);
    color: var(--point-light);
    background: rgba(56, 189, 248, 0.1);
    transform: translateY(-3px);
}

.hero-image {
    flex: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 🌟 [지존이 3D 마스코트 히어로 스테이지 - 2배 확대] */
.hero-mascot-stage {
    position: relative;
    width: 560px;
    height: 560px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mascot-ambient-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.45) 0%, rgba(37, 99, 235, 0.25) 50%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 0;
    animation: glow-pulse 4s infinite alternate ease-in-out;
}

@keyframes glow-pulse {
    0% { transform: scale(0.92); opacity: 0.75; }
    100% { transform: scale(1.15); opacity: 1; }
}

.hero-mascot-character {
    width: 540px;
    height: 540px;
    max-width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 35px rgba(56, 189, 248, 0.5));
    animation: mascot-float 5s ease-in-out infinite;
}

@keyframes mascot-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-18px) rotate(2deg); }
}

/* 플로팅 혜택 칩 (Apple UI Glass Chips) */
.floating-benefit-chip {
    position: absolute;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 800;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    z-index: 3;
    white-space: nowrap;
}

.chip-left {
    bottom: 65px;
    left: -20px;
    animation: chip-float-left 5s ease-in-out infinite;
}

.chip-right {
    bottom: 25px;
    right: -20px;
    animation: chip-float-right 5.5s ease-in-out infinite 0.5s;
}

@keyframes chip-float-left {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes chip-float-right {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}

.text-cyan { color: var(--point-light); }
.text-blue { color: #60A5FA; }

/* ========================================================
   2-2. 🚨 허위·과장 광고 팩트체크 & 진짜 100만원 보증 섹션 (White Theme)
   ======================================================== */
.real-cash-section {
    padding: 70px 0 50px;
    background: #FFFFFF;
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #F1F5F9;
}

.real-cash-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: var(--radius-xl);
    padding: 48px 44px;
    box-shadow: 
        0 20px 45px -10px rgba(15, 23, 42, 0.08),
        0 1px 3px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.real-cash-header {
    margin-bottom: 36px;
}

.real-cash-alert-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 20px;
    background: #FEF2F2;
    border: 1px solid #FECACA;
    color: #DC2626;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.08);
}

.real-cash-title {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.34;
    color: #0F172A;
    letter-spacing: -0.035em;
    margin-bottom: 12px;
}

.text-danger-line {
    color: #E11D48;
    background: linear-gradient(180deg, transparent 65%, #FFE4E6 65%);
    padding: 0 4px;
}

.real-cash-warning-desc {
    font-size: 1.08rem;
    color: #475569;
    line-height: 1.7;
}

.real-cash-warning-desc strong {
    color: #DC2626;
    font-weight: 800;
}

/* 내부 하이라이트 배너 박스 (화이트 테마용 프리미엄 스카이 그라데이션) */
.real-cash-banner-box {
    background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 50%, #F8FAFC 100%);
    border: 1.5px solid #BAE6FD;
    border-radius: var(--radius-lg);
    padding: 38px 40px 34px;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 36px;
    align-items: center;
    box-shadow: 
        0 14px 30px -5px rgba(2, 132, 199, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
}

.real-cash-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 14px;
    background: #0284C7;
    border-radius: 999px;
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.25);
}

.badge-dot-real {
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 0 6px #FFFFFF;
    animation: pulse-dot 1.5s infinite;
}

.real-cash-headline {
    font-size: 1.7rem;
    font-weight: 900;
    color: #0F172A;
    line-height: 1.35;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.real-cash-headline span {
    color: #0284C7;
    border-bottom: 2.5px solid #0284C7;
    padding-bottom: 1px;
}

.real-cash-subtext {
    font-size: 1rem;
    color: #334155;
    line-height: 1.65;
    margin-bottom: 22px;
}

.real-cash-subtext strong {
    color: #0F172A;
    font-weight: 800;
}

/* 2열 특장점 캡슐 필 */
.real-cash-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 26px;
}

.feature-pill {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: var(--radius-md);
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: var(--transition);
}

.feature-pill:hover {
    background: #FFFFFF;
    border-color: #38BDF8;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(56, 189, 248, 0.15);
}

.feature-pill .pill-icon {
    width: 38px;
    height: 38px;
    background: var(--point-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 0.95rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px var(--point-glow);
}

.feature-pill .pill-text {
    display: flex;
    flex-direction: column;
}

.feature-pill .pill-text strong {
    font-size: 0.94rem;
    font-weight: 800;
    color: #0F172A;
}

.feature-pill .pill-text span {
    font-size: 0.78rem;
    color: #64748B;
}

/* CTA 버튼 영역 */
.real-cash-cta-wrap {
    display: flex;
    gap: 12px;
    align-items: center;
}

.btn-real-cash-primary {
    background: var(--point-gradient);
    color: #FFFFFF;
    padding: 13px 26px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 6px 18px var(--point-glow);
    transition: var(--transition);
}

.btn-real-cash-primary:hover {
    transform: translateY(-2px);
    background: var(--point-gradient-hover);
    box-shadow: 0 10px 24px rgba(56, 189, 248, 0.4);
}

.btn-real-cash-call {
    background: #FFFFFF;
    color: #0F172A;
    padding: 13px 24px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #CBD5E1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: var(--transition);
}

.btn-real-cash-call:hover {
    border-color: #0284C7;
    color: #0284C7;
    background: #F8FAFC;
    transform: translateY(-2px);
}

/* 우측 마스코트 챔버 */
.real-cash-mascot-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.real-cash-speech-bubble {
    position: relative;
    background: #FFFFFF;
    color: #0F172A;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    border: 2px solid #38BDF8;
    box-shadow: 0 8px 20px rgba(56, 189, 248, 0.18);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    white-space: nowrap;
    animation: cute-bubble-float 4.5s ease-in-out infinite;
}

.real-cash-speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FFFFFF;
}

.real-cash-mascot-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15)) drop-shadow(0 0 16px rgba(56, 189, 248, 0.25));
    animation: mascot-float 5s ease-in-out infinite;
}

.badge-real-guarantee {
    margin-top: 8px;
    background: var(--point-gradient);
    color: #FFFFFF;
    padding: 5px 16px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 12px var(--point-glow);
}

/* ========================================================
   2-3. 🛡️ 패널티 감수 & 고객 혜택 극대화 증명 섹션
   ======================================================== */
.penalty-proof-container {
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1.5px dashed #CBD5E1;
}

.penalty-proof-header {
    text-align: center;
    margin-bottom: 32px;
}

.penalty-alert-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 18px;
    background: #FFF1F2;
    border: 1px solid #FECDD3;
    color: #E11D48;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 800;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(225, 29, 72, 0.08);
}

.penalty-proof-title {
    font-size: 1.75rem;
    font-weight: 900;
    color: #0F172A;
    line-height: 1.38;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.text-penalty-red {
    color: #DC2626;
    background: linear-gradient(180deg, transparent 65%, #FEE2E2 65%);
    padding: 0 4px;
}

.penalty-proof-desc {
    font-size: 1.02rem;
    color: #64748B;
    font-weight: 500;
}

.penalty-proof-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 32px;
    align-items: stretch;
}

/* 좌측 패널티 통보 이미지 카드 */
.penalty-image-card {
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    border-radius: var(--radius-lg);
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: var(--transition);
}

.penalty-image-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px -6px rgba(15, 23, 42, 0.14);
    border-color: #CBD5E1;
}

.penalty-img-header {
    background: #F8FAFC;
    padding: 10px 14px;
    border-bottom: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dot-red, .dot-yellow, .dot-green {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
}
.dot-red { background: #EF4444; }
.dot-yellow { background: #F59E0B; }
.dot-green { background: #10B981; }

.penalty-img-tag {
    margin-left: auto;
    font-size: 0.75rem;
    font-weight: 700;
    color: #475569;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.penalty-img-frame {
    position: relative;
    padding: 16px;
    background: #F1F5F9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.penalty-proof-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.penalty-image-card:hover .penalty-proof-img {
    transform: scale(1.02);
}

.penalty-stamp-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: #DC2626;
    color: #FFFFFF;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
    display: flex;
    align-items: center;
    gap: 5px;
}

.penalty-img-caption {
    padding: 12px 16px;
    background: #FFFBEB;
    border-top: 1px solid #FEF3C7;
    font-size: 0.82rem;
    color: #92400E;
    line-height: 1.5;
}

/* 우측 스토리 카드 */
.penalty-story-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: var(--radius-lg);
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.story-badge-live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 12px;
}

.story-headline {
    font-size: 1.35rem;
    font-weight: 900;
    color: #0F172A;
    line-height: 1.35;
    margin-bottom: 14px;
    letter-spacing: -0.025em;
}

.story-headline span {
    color: var(--point-color);
    border-bottom: 3px solid var(--point-color);
    padding-bottom: 2px;
    display: inline-block;
}

.story-paragraphs p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.68;
    margin-bottom: 10px;
}

.story-paragraphs p:last-child {
    margin-bottom: 0;
}

.story-paragraphs strong {
    color: #0F172A;
    font-weight: 800;
}

/* 3열 안심 보증 그리드 */
.penalty-guarantee-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 20px 0 16px;
}

.guarantee-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: var(--radius-md);
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    transition: var(--transition);
}

.guarantee-box:hover {
    border-color: #38BDF8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.1);
}

.guarantee-icon {
    width: 34px;
    height: 34px;
    background: #EFF6FF;
    color: #2563EB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.guarantee-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.guarantee-text strong {
    font-size: 0.9rem;
    font-weight: 800;
    color: #0F172A;
}

.guarantee-text span {
    font-size: 0.78rem;
    color: #64748B;
    line-height: 1.45;
}

/* 하단 명언 배너 (지존이 마스코트 포함) */
.penalty-trust-footer {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    border-radius: var(--radius-md);
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #F8FAFC;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.15);
    border: 1px solid rgba(56, 189, 248, 0.2);
}

.penalty-footer-mascot {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.3) 0%, rgba(15, 23, 42, 0.7) 70%);
    border: 2px solid rgba(56, 189, 248, 0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.3);
}

.trust-mascot-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.4));
    animation: mascot-float 4.5s ease-in-out infinite;
}

.penalty-footer-text {
    flex: 1;
}

.penalty-trust-footer p {
    font-size: 0.92rem;
    line-height: 1.6;
    color: #E2E8F0;
    margin: 0;
}

.penalty-trust-footer .quote-icon {
    font-size: 0.85rem;
    color: #38BDF8;
    vertical-align: middle;
    opacity: 0.9;
}

.penalty-trust-footer .quote-icon.fa-quote-left {
    margin-right: 6px;
}

.penalty-trust-footer .quote-icon.fa-quote-right {
    margin-left: 6px;
}

.penalty-trust-footer strong {
    color: #38BDF8;
    font-weight: 800;
}

/* ========================================================
   3. AI 실시간 피드 (Sleek Minimalist Marquee)
   ======================================================== */
.feed-section {
    padding: 16px 0;
    background: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.feed-section .container {
    display: flex;
    align-items: center;
    gap: 18px;
}

.feed-badge-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0F172A;
    color: #FFFFFF;
    padding: 5px 14px;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 0.8rem;
    font-weight: 800;
}

.feed-mascot-mini {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.feed-live-dot {
    width: 7px;
    height: 7px;
    background: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 8px #10B981;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.4; }
}

.feed-live-text {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.feed-marquee {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 3%, black 97%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 3%, black 97%, transparent);
}

.feed-marquee-track {
    display: inline-flex;
    gap: 40px;
    width: max-content;
    animation: marquee-flow 28s linear infinite;
    will-change: transform;
}

.feed-marquee:hover .feed-marquee-track {
    animation-play-state: paused;
}

@keyframes marquee-flow {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.feed-item {
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.feed-item i {
    color: var(--point-color);
}

/* ========================================================
   4. 메인 계산기 섹션 (High-End Fintech Calculator)
   ======================================================== */
.main-calculator-wrapper {
    padding: 100px 0 80px;
    position: relative;
}

/* 공식 가입 인증센터 바 */
.authority-bar {
    background: rgba(19, 30, 54, 0.5);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 4px solid var(--point-light);
    border-radius: var(--radius-md);
    padding: 16px 24px;
    margin-bottom: 44px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-subtle-dark);
}

.authority-content-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.authority-mascot-mini {
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    object-fit: contain;
    filter: drop-shadow(0 4px 14px rgba(56, 189, 248, 0.5));
    animation: mascot-mini-bounce 4s ease-in-out infinite;
}

.authority-bar strong {
    font-weight: 800;
    color: var(--point-light);
    font-size: 0.98rem;
}

.authority-bar p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
    color: #94A3B8;
}

/* 🌟 [계산기 상단 지존이 말풍선 헤더] */
.section-header-with-mascot {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.header-mascot-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    animation: mascot-float 5s ease-in-out infinite;
}

.header-mascot-img {
    width: 216px;
    height: 216px;
    flex-shrink: 0;
    object-fit: contain;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 20px rgba(56, 189, 248, 0.55));
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.header-mascot-wrap:hover .header-mascot-img {
    transform: scale(1.08) rotate(3deg);
}

/* 🎈 [공통: 초귀여운 3D 젤리 캔디 말풍선 (Cute Jelly Speech Bubble)] */
.mascot-speech-bubble,
.hero-speech-bubble,
.summary-mascot-speech-bubble {
    position: relative;
    background: linear-gradient(135deg, #FFFFFF 0%, #F0F9FF 100%);
    color: #0F172A;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    border: 2px solid #BAE6FD;
    box-shadow: 
        0 12px 28px -6px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(56, 189, 248, 0.35),
        inset 0 2px 0 rgba(255, 255, 255, 1);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: default;
    user-select: none;
    animation: cute-bubble-float 4.5s ease-in-out infinite;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mascot-speech-bubble:hover,
.hero-speech-bubble:hover,
.summary-mascot-speech-bubble:hover {
    transform: scale(1.06) rotate(-1deg);
    border-color: #38BDF8;
    box-shadow: 
        0 16px 32px -4px rgba(0, 0, 0, 0.5),
        0 0 25px rgba(56, 189, 248, 0.55),
        inset 0 2px 0 rgba(255, 255, 255, 1);
}

/* 꼬리표 (Cute Bubble Tail) */
.mascot-speech-bubble::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid #FFFFFF;
    filter: drop-shadow(-3px 0 2px rgba(186, 230, 253, 0.8));
}

/* 히어로 말풍선 (캐릭터 머리 위 자연스러운 플로팅 - 2배 캐릭터 최적화) */
.hero-speech-bubble {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 5;
    font-size: 1.02rem;
    font-weight: 700;
    padding: 11px 25px;
    animation: hero-bubble-bounce 5s ease-in-out infinite;
}

.hero-speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 48%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #FFFFFF;
    filter: drop-shadow(0 3px 2px rgba(186, 230, 253, 0.8));
}

/* 요약 카드 말풍선 */
.summary-mascot-speech-bubble {
    margin-bottom: 14px;
    font-size: 0.88rem;
    padding: 7px 18px;
    animation: cute-bubble-float 4.2s ease-in-out infinite 0.4s;
}

.summary-mascot-speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #FFFFFF;
}

/* 반짝이/이모지 펄스 효과 */
.bubble-sparkle {
    display: inline-block;
    animation: sparkle-twinkle 2s infinite ease-in-out;
}

@keyframes cute-bubble-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33% { transform: translateY(-5px) rotate(1.2deg); }
    66% { transform: translateY(3px) rotate(-0.8deg); }
}

@keyframes hero-bubble-bounce {
    0%, 100% { transform: translateX(-50%) translateY(0) rotate(0deg); }
    50% { transform: translateX(-50%) translateY(-12px) rotate(-1.5deg); }
}

@keyframes sparkle-twinkle {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.3) rotate(12deg); }
}

.calculator-grid {
    display: flex;
    gap: 22px;
    margin-bottom: 34px;
}

/* 세련된 계산기 카드 */
.calculator-card {
    border-radius: var(--radius-xl);
    padding: 34px 26px;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    flex: 1;
    min-width: 0;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-subtle-dark);
}

.calculator-card:hover {
    transform: translateY(-4px);
    border-color: rgba(56, 189, 248, 0.4);
    background: rgba(19, 30, 54, 0.85);
    box-shadow: var(--shadow-elevated-dark);
}

.card-num {
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 5.5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    z-index: 0;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.card-body {
    position: relative;
    z-index: 1;
}

.card-title {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 4px;
    color: #FFFFFF;
    letter-spacing: -0.03em;
}

.card-desc {
    color: #64748B;
    font-size: 0.88rem;
    margin-bottom: 22px;
    font-weight: 400;
}

/* 옵션 그리드 */
.telecom-options,
.speed-options,
.tv-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

/* 세련된 옵션 선택 버튼 (Apple / Toss UI Style) */
.telecom-btn,
.speed-btn,
.tv-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 3px;
    padding: 16px 18px;
    min-height: 92px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: var(--transition);
    font-weight: 700;
    font-size: 1.05rem;
    color: #E2E8F0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    user-select: none;
}

.telecom-btn *,
.speed-btn *,
.tv-btn * {
    pointer-events: none;
}

.telecom-btn:hover,
.speed-btn:hover,
.tv-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.07);
    color: #FFFFFF;
}

/* 🌟 [선택된 활성 상태: 하이엔드 퓨어 화이트 & 딥 슬레이트] */
.telecom-btn.active,
.speed-btn.active,
.tv-btn.active {
    background: #FFFFFF !important;
    color: #0F172A !important;
    border: 1px solid #FFFFFF !important;
    box-shadow: 
        0 12px 28px -5px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(56, 189, 248, 0.25) !important;
    font-weight: 900 !important;
    transform: translateY(-2px) scale(1.01);
}

.telecom-btn.active .btn-sub,
.speed-btn.active .btn-sub,
.tv-btn.active .btn-sub,
.speed-btn.active .speed-label {
    color: #475569 !important;
    font-weight: 700 !important;
}

.speed-btn.active .speed-val {
    color: #0F172A !important;
    font-weight: 900 !important;
}

.btn-sub {
    font-size: 0.8rem;
    font-weight: 400;
    color: #94A3B8;
}

.speed-val {
    font-size: 1.35rem;
    font-weight: 800;
    color: #FFFFFF;
}

.speed-label {
    font-size: 0.82rem;
    color: #94A3B8;
}

/* 할인 옵션 토글 바 */
.discount-section-card {
    border-radius: var(--radius-lg);
    padding: 22px 28px;
    margin-bottom: 36px;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-subtle-dark);
}

.discount-toggle-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.toggle-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: var(--transition);
    color: #FFFFFF;
}

.toggle-card:hover {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-2px);
}

.toggle-card:has(input[type="checkbox"]:checked),
.toggle-card.active {
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    color: #0F172A !important;
    box-shadow: 
        0 10px 24px -4px rgba(0, 0, 0, 0.35),
        0 0 16px rgba(56, 189, 248, 0.2) !important;
    transform: translateY(-2px);
}

.toggle-card:has(input[type="checkbox"]:checked) .toggle-content strong,
.toggle-card.active .toggle-content strong {
    color: #0F172A !important;
    font-weight: 900 !important;
}

.toggle-card:has(input[type="checkbox"]:checked) .toggle-content strong i,
.toggle-card.active .toggle-content strong i {
    color: var(--point-color) !important;
}

.toggle-card:has(input[type="checkbox"]:checked) .toggle-content .desc,
.toggle-card.active .toggle-content .desc {
    color: #475569 !important;
    font-weight: 600 !important;
}

.toggle-card input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: var(--point-color);
    cursor: pointer;
}

.toggle-content strong {
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 3px;
    font-weight: 800;
}

.toggle-content strong i {
    color: var(--point-light);
    font-size: 1.05rem;
}

.toggle-content .desc {
    font-size: 13px;
    color: #94A3B8;
}

/* ========================================================
   🌟 [NEW] 유심 변경 및 69 요금제 추가 사은품 박스 스타일
   ======================================================== */
.usim-benefit-box {
    margin-top: 20px;
    background: rgba(15, 23, 42, 0.65);
    border: 1.5px dashed rgba(56, 189, 248, 0.3);
    border-radius: var(--radius-md);
    padding: 20px 24px;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

.usim-benefit-box:hover {
    border-color: rgba(56, 189, 248, 0.6);
    background: rgba(19, 30, 54, 0.75);
}

.usim-benefit-box.active {
    border: 1.5px solid #38BDF8;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.4) 0%, rgba(15, 23, 42, 0.85) 100%);
    box-shadow: 
        0 14px 30px -5px rgba(0, 0, 0, 0.5),
        0 0 24px rgba(56, 189, 248, 0.25);
}

.usim-main-toggle {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    cursor: pointer;
}

.usim-main-toggle input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: var(--point-color);
    cursor: pointer;
    margin-top: 4px;
    flex-shrink: 0;
}

.usim-toggle-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.usim-badge-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 5px 15px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.65);
    border-radius: 999px;
    color: #A7F3D0;
    font-size: 0.82rem;
    font-weight: 800;
    width: fit-content;
    margin-bottom: 8px;
    box-shadow: 0 0 16px rgba(16, 185, 129, 0.25);
}

.usim-dot {
    position: relative;
    width: 12px;
    height: 12px;
    background: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 12px #10B981, 0 0 24px #10B981;
    display: inline-block;
    flex-shrink: 0;
    animation: usim-beacon-glow-green 1.2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.usim-dot::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.55);
    animation: usim-radar-ring-green 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
    pointer-events: none;
}

@keyframes usim-beacon-glow-green {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 12px #10B981, 0 0 24px #10B981;
        background: #10B981;
    }
    50% {
        transform: scale(1.35);
        opacity: 0.65;
        box-shadow: 0 0 5px #10B981, 0 0 10px rgba(16, 185, 129, 0.4);
        background: #059669;
    }
}

@keyframes usim-radar-ring-green {
    0% {
        transform: scale(0.5);
        opacity: 0.95;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.usim-headline {
    font-size: 1.05rem;
    font-weight: 800;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.usim-headline i {
    color: var(--point-light);
}

.usim-cash-red {
    color: #FF4D4D;
    font-weight: 800;
}

.usim-subtext {
    font-size: 0.86rem;
    color: #94A3B8;
    line-height: 1.5;
}

/* [NEW] 유심 회선 수 선택 바 (1회선 vs 2회선) */
.usim-lines-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed rgba(255, 255, 255, 0.12);
    opacity: 0.45;
    pointer-events: none;
    transition: var(--transition);
}

.usim-benefit-box.active .usim-lines-wrap {
    opacity: 1;
    pointer-events: auto;
}

.usim-lines-label {
    font-size: 0.92rem;
    font-weight: 800;
    color: #E2E8F0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.usim-lines-label i {
    color: var(--point-light);
}

.usim-lines-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.usim-line-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    color: #CBD5E1;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.25s ease;
}

.usim-line-btn:hover {
    background: rgba(56, 189, 248, 0.15);
    border-color: #38BDF8;
    color: #FFFFFF;
    transform: translateY(-1px);
}

/* 🌟 박스 활성화 시 회선 버튼 깜빡임 및 글로우 애니메이션 */
.usim-benefit-box.active .usim-line-btn:not(.active) {
    animation: usim-btn-blink 2s ease-in-out infinite;
}

.usim-benefit-box.active .usim-line-btn.active {
    background: #2563EB !important;
    border-color: #38BDF8 !important;
    color: #FFFFFF !important;
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.65), 0 4px 14px rgba(37, 99, 235, 0.4);
    animation: usim-active-btn-pulse 1.8s ease-in-out infinite;
}

.usim-benefit-box.active .usim-line-btn[data-lines="0"].active {
    background: #475569 !important;
    border-color: #94A3B8 !important;
    color: #FFFFFF !important;
    box-shadow: 0 0 16px rgba(148, 163, 184, 0.5), 0 4px 14px rgba(71, 85, 105, 0.4);
    animation: none !important;
}

@keyframes usim-btn-blink {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 rgba(56, 189, 248, 0);
        background: rgba(255, 255, 255, 0.06);
    }
    50% {
        border-color: #38BDF8;
        box-shadow: 0 0 14px rgba(56, 189, 248, 0.55);
        background: rgba(56, 189, 248, 0.18);
        color: #FFFFFF;
    }
}

@keyframes usim-active-btn-pulse {
    0%, 100% {
        box-shadow: 0 0 12px rgba(56, 189, 248, 0.5), 0 4px 14px rgba(37, 99, 235, 0.4);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 22px rgba(56, 189, 248, 0.95), 0 4px 18px rgba(37, 99, 235, 0.6);
        transform: scale(1.04);
    }
}

/* 69 요금제 이상 / 이하 복수 수량 선택 옵션 */
.usim-tier-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.45;
    pointer-events: none;
    transition: var(--transition);
}

@media (max-width: 640px) {
    .usim-tier-options {
        grid-template-columns: 1fr;
    }
}

.usim-benefit-box.active .usim-tier-options {
    opacity: 1;
    pointer-events: auto;
}

.usim-tier-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-md);
    padding: 16px 18px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
}

.usim-tier-card.active {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.25) 0%, rgba(15, 23, 42, 0.85) 100%) !important;
    border-color: #38BDF8 !important;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25), 0 0 16px rgba(56, 189, 248, 0.2);
    transform: translateY(-2px);
}

.usim-tier-card.tier-flash {
    animation: tierCardFlash 0.8s ease-out;
}

@keyframes tierCardFlash {
    0% {
        box-shadow: 0 0 24px rgba(56, 189, 248, 0.8);
        border-color: #38BDF8;
    }
    100% {
        box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
    }
}

.tier-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.tier-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tier-tag-pill {
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
}

.tier-tag-pill.high {
    background: rgba(56, 189, 248, 0.25);
    color: #38BDF8;
    border: 1px solid rgba(56, 189, 248, 0.5);
}

.tier-tag-pill.low {
    background: rgba(16, 185, 129, 0.25);
    color: #34D399;
    border: 1px solid rgba(16, 185, 129, 0.5);
}

.tier-title-wrap strong {
    font-size: 0.98rem;
    font-weight: 800;
    color: #FFFFFF;
}

.tier-rate-info {
    font-size: 0.8rem;
    font-weight: 700;
    color: #94A3B8;
}

.tier-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

/* 🌟 회선 추가/감소 스테퍼 & 버튼 시인성 대폭 강화 */
.tier-stepper {
    display: inline-flex;
    align-items: center;
    background: #0B1120;
    border: 1.5px solid rgba(56, 189, 248, 0.35);
    border-radius: 999px;
    padding: 4px 8px;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.btn-stepper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-stepper-plus {
    background: linear-gradient(135deg, #2563EB 0%, #0284C7 100%);
    border: 1.5px solid #38BDF8;
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.45);
}

.btn-stepper-plus:hover {
    background: linear-gradient(135deg, #1D4ED8 0%, #0369A1 100%);
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.8);
    transform: scale(1.15);
}

/* 🌟 요금제 선택 가이드 말풍선 활성화 시 + 버튼 깜빡임/펄스 효과 */
.btn-stepper-plus.guide-blink {
    animation: stepperBtnBlinkPulse 1.2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

@keyframes stepperBtnBlinkPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(56, 189, 248, 0.45);
        border-color: #38BDF8;
        background: linear-gradient(135deg, #2563EB 0%, #0284C7 100%);
    }
    50% {
        transform: scale(1.18);
        box-shadow: 0 0 24px rgba(56, 189, 248, 0.95), 0 0 12px #38BDF8;
        border-color: #FFFFFF;
        background: linear-gradient(135deg, #3B82F6 0%, #38BDF8 100%);
    }
}

.btn-stepper-minus {
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.btn-stepper-minus:hover {
    background: rgba(239, 68, 68, 0.85);
    border-color: #F87171;
    box-shadow: 0 0 12px rgba(239, 68, 68, 0.5);
    transform: scale(1.15);
}

.btn-stepper:active {
    transform: scale(0.95);
}

.stepper-count {
    font-size: 1.15rem;
    font-weight: 900;
    color: #38BDF8;
    min-width: 20px;
    text-align: center;
    text-shadow: 0 0 8px rgba(56, 189, 248, 0.4);
}

.stepper-unit {
    font-size: 0.8rem;
    font-weight: 700;
    color: #94A3B8;
    margin-right: 2px;
}

.tier-badge-amount {
    font-size: 0.9rem;
    font-weight: 900;
    color: #38BDF8;
    background: rgba(56, 189, 248, 0.15);
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(56, 189, 248, 0.45);
    white-space: nowrap;
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.15);
}

.tier-badge-amount.muted {
    color: #64748B;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

.usim-tier-option.active .tier-title-wrap strong {
    color: #0F172A !important;
    font-weight: 900 !important;
}

.usim-tier-option.active .tier-badge-amount {
    background: var(--point-gradient);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 4px 12px var(--point-glow);
}

.summary-row .usim-bonus {
    color: var(--point-light);
    font-weight: 800;
}

/* ========================================================
   💎 최종 요약 대시보드 (Clean Fintech Summary Dashboard)
   ======================================================== */
.summary-card {
    max-width: 1160px;
    margin: 40px auto 0;
    border-radius: var(--radius-xl);
    padding: 44px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(28px) saturate(190%);
    -webkit-backdrop-filter: blur(28px) saturate(190%);
    border: 1px solid rgba(56, 189, 248, 0.35);
    box-shadow: 
        0 30px 60px -15px rgba(0, 0, 0, 0.8),
        0 0 35px rgba(37, 99, 235, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.summary-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.summary-title {
    font-size: 1.7rem;
    font-weight: 900;
    margin-bottom: 8px;
    line-height: 1.3;
    color: #FFFFFF;
    letter-spacing: -0.03em;
}

.summary-desc {
    font-size: 0.92rem;
    color: #94A3B8;
    margin-bottom: 24px;
}

/* 🌟 [요약 대시보드 지존이 3D 챔버] */
.summary-mascot-chamber {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.summary-mascot-img {
    width: 260px;
    height: 260px;
    object-fit: contain;
    filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.65)) drop-shadow(0 0 24px rgba(56, 189, 248, 0.45));
    animation: mascot-float 5s ease-in-out infinite;
}

.mascot-guarantee-badge {
    position: absolute;
    bottom: -12px;
    background: var(--point-gradient);
    color: #FFFFFF;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 800;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 16px var(--point-glow);
    z-index: 2;
}

.summary-content {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.98rem;
}

.row-label { color: #94A3B8; font-size: 0.94rem; }
.row-value { font-weight: 700; color: #FFFFFF; }
.row-value.discount { color: var(--point-light); }

.summary-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin: 4px 0;
}

.summary-row.total {
    font-size: 1.25rem;
    align-items: center;
}

.row-value.highlight {
    font-size: 2rem;
    color: var(--point-light);
    font-weight: 900;
}

.cashback-badge {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.95));
    color: #E2E8F0;
    padding: 16px 22px;
    border-radius: var(--radius-sm);
    text-align: center;
    font-weight: 800;
    font-size: 1.15rem;
    margin-top: 10px;
    border: 1.5px solid rgba(255, 42, 85, 0.45);
    box-shadow: 0 4px 20px rgba(255, 42, 85, 0.25);
}

.cashback-badge span,
.cashback-badge #summaryCashbackAmountDisplay {
    color: #FF2A55 !important;
    font-size: 1.45rem !important;
    font-weight: 900 !important;
    text-shadow: 0 0 14px rgba(255, 42, 85, 0.5);
    margin: 0 4px;
}

/* 🔒 [NEW] 계산 결과 하단 1:1 담당 매니저 비밀 혜택 하얀색 말풍선 */
.summary-cta-bubble-wrap {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: -2px;
}

.summary-secret-speech-bubble {
    position: relative;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    color: #0F172A;
    padding: 10px 24px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    border: 2px solid #38BDF8;
    box-shadow: 
        0 10px 25px -4px rgba(56, 189, 248, 0.35),
        0 4px 12px rgba(0, 0, 0, 0.25),
        inset 0 2px 0 #FFFFFF;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    animation: secret-bubble-bounce 4s ease-in-out infinite;
    cursor: pointer;
    transition: var(--transition);
}

.summary-secret-speech-bubble:hover {
    transform: scale(1.05) translateY(-3px);
    box-shadow: 
        0 14px 30px -4px rgba(56, 189, 248, 0.5),
        0 6px 16px rgba(0, 0, 0, 0.35);
}

.summary-secret-speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFFFFF;
    filter: drop-shadow(0 2px 2px rgba(56, 189, 248, 0.5));
}

@keyframes secret-bubble-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

.summary-cta {
    grid-column: 1 / -1;
    background: var(--point-gradient);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 17px;
    border-radius: var(--radius-md);
    font-size: 1.1rem;
    font-weight: 900;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 8px;
    text-align: center;
    display: block;
    box-shadow: 0 6px 20px var(--point-glow);
}

.summary-cta:hover {
    background: var(--point-gradient-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(56, 189, 248, 0.4);
}

.summary-disclaimer {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 0.8rem;
    color: #64748B;
    margin-top: 8px;
}

/* 🌟 [섹션별 지존이 마스코트 뱃지 & 아이콘 스타일] */
.section-mascot-badge-wrap,
.review-mascot-header-wrap,
.faq-mascot-header-wrap {
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
}

.section-mascot-badge-img,
.review-mascot-img,
.faq-mascot-img {
    width: 186px;
    height: 186px;
    object-fit: contain;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 18px rgba(56, 189, 248, 0.4));
    animation: mascot-mini-bounce 4.5s ease-in-out infinite;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.section-mascot-badge-wrap:hover .section-mascot-badge-img,
.review-mascot-header-wrap:hover .review-mascot-img,
.faq-mascot-header-wrap:hover .faq-mascot-img {
    transform: scale(1.08) rotate(3deg);
}

.counseling-mascot-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(37, 99, 235, 0.3));
}

.summary-content {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.98rem;
}

.row-label { color: #94A3B8; font-size: 0.94rem; }
.row-value { font-weight: 700; color: #FFFFFF; }
.row-value.discount { color: var(--point-light); }

.summary-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin: 4px 0;
}

.summary-row.total {
    font-size: 1.25rem;
    align-items: center;
}

.row-value.highlight {
    font-size: 2rem;
    color: var(--point-light);
    font-weight: 900;
}

.cashback-badge {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.95));
    color: #E2E8F0;
    padding: 16px 22px;
    border-radius: var(--radius-sm);
    text-align: center;
    font-weight: 800;
    font-size: 1.15rem;
    margin-top: 10px;
    border: 1.5px solid rgba(255, 42, 85, 0.45);
    box-shadow: 0 4px 20px rgba(255, 42, 85, 0.25);
}

.cashback-badge span,
.cashback-badge #summaryCashbackAmountDisplay {
    color: #FF2A55 !important;
    font-size: 1.45rem !important;
    font-weight: 900 !important;
    text-shadow: 0 0 14px rgba(255, 42, 85, 0.5);
    margin: 0 4px;
}

.summary-cta {
    grid-column: 1 / -1;
    background: var(--point-gradient);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 17px;
    border-radius: var(--radius-md);
    font-size: 1.1rem;
    font-weight: 900;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 8px;
    text-align: center;
    display: block;
    box-shadow: 0 6px 20px var(--point-glow);
}

.summary-cta:hover {
    background: var(--point-gradient-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(56, 189, 248, 0.4);
}

.summary-disclaimer {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 0.8rem;
    color: #64748B;
    margin-top: 8px;
}

/* ========================================================
   5. 실시간 상담 현황판 (Clean Modern Cards)
   ======================================================== */
.fact-final {
    padding: 90px 0;
}

.fact-row-force {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    justify-content: center;
    gap: 20px 0;
}

.fact-col-force {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 14px;
}

.fact-card-restored {
    background: #FFFFFF;
    padding: 32px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-subtle-light);
    border: 1px solid #E2E8F0;
    min-height: 190px;
    transition: var(--transition);
}

.fact-card-restored:hover {
    transform: translateY(-4px);
    border-color: var(--point-color);
    box-shadow: var(--shadow-elevated-light);
}

.fact-content-split {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 20px;
    align-items: center;
}

.fact-icon-blue {
    width: 54px;
    height: 54px;
    background: var(--point-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #FFFFFF;
    margin-bottom: 12px;
    box-shadow: 0 4px 14px var(--point-glow);
}

.fact-text-main h3 {
    font-size: 2.6rem;
    font-weight: 900;
    margin: 0;
    color: var(--point-color);
    line-height: 1;
}

.fact-text-main p {
    font-size: 0.98rem;
    color: #334155;
    margin: 6px 0 3px;
    font-weight: 700;
}

.fact-date-text {
    font-size: 0.8rem;
    color: #94A3B8;
    font-weight: 500;
}

.list-part marquee {
    height: 135px;
}

.m-item {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid #F1F5F9;
    font-size: 0.9rem;
    color: var(--navy-main);
    line-height: 1.4;
}

.m-status { color: var(--point-color); font-weight: 800; min-width: 60px; }
.m-name { min-width: 55px; font-weight: 700; color: var(--navy-main); }
.m-provider { color: #64748B; font-weight: 600; }
.m-highlight { color: var(--point-color); font-weight: 900; }

/* ========================================================
   6. 전문가 칼럼 (Clean Editorial Modern Cards)
   ======================================================== */
.column-section {
    padding: 100px 0;
    position: relative;
}

.column-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin-top: 40px;
}

.column-card {
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
    padding: 0;
    overflow: hidden;
    box-shadow: var(--shadow-subtle-dark);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.column-card:hover {
    transform: translateY(-6px);
    background: rgba(19, 30, 54, 0.85);
    border-color: rgba(56, 189, 248, 0.4);
    box-shadow: var(--shadow-elevated-dark);
}

.column-thumb-wrap {
    height: 290px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.column-thumb-wrap.theme-blue {
    background: radial-gradient(circle at center, #1D4ED8 0%, #0F172A 80%);
}

.column-thumb-wrap.theme-cyan {
    background: radial-gradient(circle at center, #0284C7 0%, #0F172A 80%);
}

.column-thumb-wrap.theme-gold {
    background: radial-gradient(circle at center, #312E81 0%, #0F172A 80%);
}

.column-thumb-wrap.theme-emerald {
    background: radial-gradient(circle at center, #0F766E 0%, #0F172A 80%);
}

.column-thumb-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.column-tag {
    font-size: 0.8rem;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.5);
    backdrop-filter: blur(10px);
    color: #FFFFFF;
    border: 1px solid rgba(56, 189, 248, 0.4);
}

.column-read-time {
    font-size: 0.8rem;
    color: #CBD5E1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(11, 17, 32, 0.6);
    backdrop-filter: blur(8px);
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.column-visual-icon {
    font-size: 4.8rem;
    color: var(--point-light);
    filter: drop-shadow(0 6px 18px rgba(56, 189, 248, 0.4));
    transition: transform 0.4s ease;
}

.column-card:hover .column-visual-icon {
    transform: scale(1.1);
}

.column-thumb-img {
    width: 280px;
    height: 280px;
    max-width: 90%;
    object-fit: contain;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.55));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    margin-top: 30px;
}

.column-card:hover .column-thumb-img {
    transform: scale(1.08) translateY(-6px);
}

.column-thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 17, 32, 0.6);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.column-card:hover .column-thumb-overlay {
    opacity: 1;
}

.btn-thumb-peek {
    background: #FFFFFF;
    color: var(--navy-main);
    font-weight: 800;
    font-size: 0.88rem;
    padding: 9px 20px;
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.column-card-body {
    padding: 24px 28px 18px;
}

.column-title {
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 10px;
    transition: var(--transition);
}

.column-card:hover .column-title {
    color: var(--point-light);
}

.column-excerpt {
    font-size: 0.92rem;
    color: #94A3B8;
    line-height: 1.65;
    margin-bottom: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.column-author-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed rgba(255, 255, 255, 0.12);
}

.author-avatar {
    width: 34px;
    height: 34px;
    background: var(--point-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 800;
}

.author-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #FFFFFF;
}

.author-role {
    font-size: 0.75rem;
    color: #64748B;
}

.column-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 28px 20px;
}

.column-date {
    font-size: 0.8rem;
    color: #64748B;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-read-more {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--point-light);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}

.column-card:hover .btn-read-more {
    transform: translateX(4px);
}

/* ========================================================
   7. 인사이트 웹진 (Clean Modern Magazine)
   ======================================================== */
.webzine-section {
    padding: 100px 0;
}

.webzine-wrapper {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.webzine-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E8F0;
}

.board-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.board-tab-btn {
    padding: 9px 20px;
    border-radius: 999px;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    color: #475569;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.board-tab-btn:hover {
    background: #FFFFFF;
    border-color: var(--point-color);
    color: var(--point-color);
    transform: translateY(-2px);
}

.board-tab-btn.active {
    background: var(--point-gradient);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 4px 14px var(--point-glow);
}

.webzine-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.board-search-box {
    display: flex;
    align-items: center;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 999px;
    padding: 8px 18px;
    gap: 8px;
    transition: var(--transition);
}

.board-search-box:focus-within {
    background: #FFFFFF;
    border-color: var(--point-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.board-search-box i {
    color: #64748B;
}

.board-search-box input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.88rem;
    color: var(--navy-main);
    width: 160px;
}

.admin-control-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 50;
}

.btn-admin-auth {
    background: #0F172A;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 9px 20px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: var(--transition);
    position: relative;
    z-index: 50;
    pointer-events: auto;
    user-select: none;
}

.btn-admin-auth:hover {
    background: var(--point-color);
    transform: translateY(-2px);
}

.btn-admin-auth.logged-in {
    background: var(--point-color);
    color: #FFFFFF;
}

.btn-admin-logout {
    background: #F1F5F9;
    color: #64748B;
    border: 1px solid #E2E8F0;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.btn-admin-logout:hover {
    background: #E2E8F0;
    color: var(--navy-main);
}

/* 웹진 커버 스토리 카드 */
.webzine-featured-card {
    background: #0F172A;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
    transition: var(--transition);
    cursor: pointer;
    position: relative;
}

.webzine-featured-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px -10px rgba(37, 99, 235, 0.2);
    border-color: rgba(56, 189, 248, 0.4);
}

.featured-thumb-visual {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    min-height: 330px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.featured-thumb-img {
    width: 360px;
    height: 360px;
    max-width: 90%;
    object-fit: contain;
    position: absolute;
    right: -10px;
    bottom: -10px;
    filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.65));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    margin: 0;
}

.webzine-featured-card:hover .featured-thumb-img {
    transform: scale(1.06) translateY(-6px);
}

.featured-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--point-gradient);
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 999px;
    align-self: flex-start;
}

.featured-visual-icon {
    font-size: 4.8rem;
    color: var(--point-light);
    margin: 16px 0;
    align-self: center;
    filter: drop-shadow(0 4px 16px rgba(56, 189, 248, 0.4));
}

.featured-meta-info {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #94A3B8;
    font-size: 0.82rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.featured-content-body {
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-cat-chip {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    margin-bottom: 12px;
    align-self: flex-start;
    background: rgba(56, 189, 248, 0.12);
    color: var(--point-light);
    border: 1px solid rgba(56, 189, 248, 0.3);
}

.featured-title {
    font-size: 1.55rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.35;
    margin-bottom: 12px;
    transition: var(--transition);
}

.webzine-featured-card:hover .featured-title {
    color: var(--point-light);
}

.featured-excerpt {
    font-size: 0.94rem;
    color: #94A3B8;
    line-height: 1.65;
    margin-bottom: 22px;
    font-weight: 400;
}

.featured-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.featured-author-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.featured-author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--point-gradient);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.featured-author-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #FFFFFF;
}

.featured-author-date {
    font-size: 0.78rem;
    color: #64748B;
}

.btn-featured-read {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--point-gradient);
    color: #FFFFFF;
    padding: 9px 22px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 800;
    transition: var(--transition);
}

.btn-featured-read:hover {
    background: var(--point-gradient-hover);
    transform: translateX(3px);
}

/* 웹진 그리드 카드 */
.webzine-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.webzine-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-subtle-light);
    transition: var(--transition);
    cursor: pointer;
    position: relative;
}

.webzine-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-elevated-light);
    border-color: var(--point-color);
}

.webzine-thumb {
    height: 250px;
    padding: 18px 20px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at center, #1E293B 0%, #0F172A 100%);
}

.webzine-thumb-img {
    width: 290px;
    height: 290px;
    max-width: 82%;
    object-fit: contain;
    position: absolute;
    right: -8px;
    bottom: -14px;
    filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.6));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
}

.webzine-card:hover .webzine-thumb-img {
    transform: scale(1.06) translateY(-6px);
}

.webzine-thumb.theme-cyan,
.webzine-thumb.theme-purple,
.webzine-thumb.theme-amber,
.webzine-thumb.theme-emerald {
    background: #0F172A;
}

.webzine-thumb-icon {
    position: absolute;
    right: 15px;
    bottom: -15px;
    font-size: 6.5rem;
    color: rgba(255, 255, 255, 0.06);
    transition: var(--transition);
}

.webzine-card:hover .webzine-thumb-icon {
    color: rgba(56, 189, 248, 0.2);
    transform: scale(1.1);
}

.webzine-thumb-tag {
    background: var(--point-gradient);
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 999px;
    position: relative;
    z-index: 3;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
}

.webzine-read-chip {
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #FFFFFF;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    position: relative;
    z-index: 3;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.webzine-card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.webzine-card-title {
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--navy-main);
    line-height: 1.45;
    margin-bottom: 8px;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.webzine-card:hover .webzine-card-title {
    color: var(--point-color);
}

.webzine-card-excerpt {
    font-size: 0.88rem;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.webzine-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid #F1F5F9;
    font-size: 0.8rem;
    color: #94A3B8;
}

.webzine-author-info {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    color: var(--navy-main);
}

.webzine-author-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F1F5F9;
    color: var(--point-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
}

.webzine-card-stats {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748B;
}

.webzine-card-stats span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.btn-admin-del-art {
    background: transparent;
    border: 1px solid #E2E8F0;
    color: #94A3B8;
    padding: 3px 7px;
    border-radius: 6px;
    font-size: 0.72rem;
    cursor: pointer;
    transition: var(--transition);
}

.btn-admin-del-art:hover {
    background: #EF4444;
    color: #FFFFFF;
    border-color: #EF4444;
}

.badge-board-cat {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    text-align: center;
    background: var(--point-gradient);
    color: #FFFFFF;
}

/* ========================================================
   8. 고객 가입 후기 (Clean Reviews Carousel)
   ======================================================== */
.review-section {
    padding: 100px 0;
    position: relative;
}

.review-slider-outer {
    position: relative;
    max-width: 1160px;
    margin: 40px auto 0;
    padding: 0 54px;
}

.review-slider-container {
    overflow: hidden;
    width: 100%;
}

.review-cards-wrapper {
    display: flex;
    gap: 22px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.review-card {
    flex: 0 0 calc((100% - 44px) / 3);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
    box-shadow: var(--shadow-subtle-dark);
}

.review-card:hover {
    transform: translateY(-6px);
    border-color: var(--point-light);
    background: rgba(19, 30, 54, 0.85);
    box-shadow: var(--shadow-elevated-dark);
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #0F172A;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #FFFFFF;
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.slider-arrow:hover {
    background: var(--point-color);
    border-color: var(--point-color);
    transform: translateY(-50%) scale(1.08);
}

.slider-arrow.prev { left: 0px; }
.slider-arrow.next { right: 0px; }

.review-card .card-content {
    padding: 28px;
}

.review-card .card-user {
    font-size: 0.98rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-card .card-user strong {
    color: var(--point-light);
}

.review-stars {
    color: #FBBF24;
    font-size: 0.88rem;
}

.review-text {
    font-size: 0.92rem;
    color: #94A3B8;
    line-height: 1.7;
    font-weight: 400;
}

/* ========================================================
   9. 프리미엄 요금 비교표 (Clean Modern Table)
   ======================================================== */
.table-section {
    padding: 100px 0;
}

.comparison-table {
    width: 100%;
    max-width: 1080px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: var(--radius-lg);
    padding: 26px;
    box-shadow: var(--shadow-subtle-light);
    overflow-x: auto;
    margin: 40px auto 34px;
}

.comparison-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    text-align: center;
    color: var(--navy-main);
}

.comparison-table th {
    font-size: 0.9rem;
    font-weight: 800;
    padding: 14px;
    color: #64748B;
    border-bottom: 2px solid #E2E8F0;
    text-transform: uppercase;
}

.comparison-table tbody tr {
    transition: var(--transition);
    background: #F8FAFC;
}

.comparison-table tbody tr:hover {
    background: #F1F5F9;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.comparison-table td {
    padding: 16px 14px;
    font-size: 0.92rem;
    font-weight: 600;
    border: none;
    vertical-align: middle;
}

.comparison-table tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    font-weight: 800;
    color: var(--navy-main);
}

.comparison-table tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.comparison-table .highlight-amount {
    color: #FF2A55 !important;
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    text-shadow: 0 0 10px rgba(255, 42, 85, 0.25);
}

.comparison-table tbody tr.highlight-row {
    background: rgba(37, 99, 235, 0.06);
    border: 1.5px solid var(--point-color);
}

.counseling-glass-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: var(--radius-lg);
    padding: 32px 38px;
    max-width: 1080px;
    margin: 0 auto;
    box-shadow: var(--shadow-subtle-light);
}

.counseling-title {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--point-color);
}

.counseling-content ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.counseling-content li {
    position: relative;
    padding-left: 22px;
    color: #475569;
    font-size: 0.94rem;
    line-height: 1.7;
}

.counseling-content li::before {
    content: '•';
    position: absolute;
    left: 6px;
    color: var(--point-color);
    font-size: 1.2rem;
    top: -2px;
}

.counseling-content li strong {
    font-weight: 800;
    color: var(--navy-main);
}

/* ========================================================
   10. 자주 묻는 질문 (Clean Modern Accordions)
   ======================================================== */
.faq-section {
    padding: 100px 0;
    position: relative;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 960px;
    margin: 40px auto 0;
}

.faq-item {
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-subtle-dark);
}

.faq-item:hover {
    border-color: rgba(56, 189, 248, 0.4);
    background: rgba(19, 30, 54, 0.85);
}

.faq-question {
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: #FFFFFF;
}

.faq-question span {
    font-weight: 800;
    font-size: 1.02rem;
    color: #FFFFFF;
}

.faq-question .arrow {
    transition: transform 0.3s ease;
    color: var(--point-light);
    font-size: 0.95rem;
}

.faq-item.open .faq-question .arrow {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 28px 22px;
    color: #94A3B8;
    font-size: 0.94rem;
    line-height: 1.75;
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 16px;
    font-weight: 400;
}

.faq-item.open .faq-answer {
    display: block;
}

/* ========================================================
   11. 커스텀 글래스 모달 팝업 (Sleek Modal)
   ======================================================== */
.custom-modal {
    position: fixed;
    inset: 0;
    z-index: 1000000 !important;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.custom-modal.active {
    display: flex !important;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(6, 9, 19, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.modal-dialog {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 780px;
    max-height: 88vh;
    overflow-y: auto;
    background: #0F172A;
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-radius: var(--radius-xl);
    box-shadow: 
        0 30px 80px -10px rgba(0, 0, 0, 0.9),
        0 0 35px var(--point-glow);
    padding: 40px;
    color: #FFFFFF;
    animation: modal-pop 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modal-pop {
    0% { transform: scale(0.95) translateY(15px); opacity: 0; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}

.modal-dialog.write-dialog {
    max-width: 600px;
}

.btn-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.btn-modal-close:hover {
    background: #EF4444;
    border-color: #EF4444;
    transform: rotate(90deg);
}

.modal-header-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.modal-header-custom i {
    font-size: 1.5rem;
    color: var(--point-light);
}

.modal-header-custom h3 {
    font-size: 1.45rem;
    font-weight: 900;
}

.column-modal-header {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.column-modal-header h2 {
    font-size: 1.65rem;
    font-weight: 900;
    line-height: 1.35;
    margin: 12px 0 14px;
    color: #FFFFFF;
}

.column-modal-body {
    font-size: 0.98rem;
    line-height: 1.8;
    color: #CBD5E1;
    font-weight: 400;
}

.column-modal-body p {
    margin-bottom: 16px;
}

.column-takeaway-box {
    background: rgba(37, 99, 235, 0.15);
    border-left: 3px solid var(--point-light);
    border-radius: var(--radius-md);
    padding: 20px;
    margin: 22px 0;
    color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.column-takeaway-box strong {
    color: var(--point-light);
    font-size: 1.02rem;
    display: block;
    margin-bottom: 6px;
}

.post-modal-header {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.post-modal-header h2 {
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.35;
    margin: 10px 0;
    color: #FFFFFF;
}

.post-modal-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
    color: #64748B;
}

.post-modal-content {
    font-size: 0.98rem;
    line-height: 1.8;
    color: #E2E8F0;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    white-space: pre-line;
}

.comment-section-title {
    font-size: 1.12rem;
    font-weight: 800;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--point-light);
}

.comment-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.comment-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    padding: 16px 18px;
}

.comment-author-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
    margin-bottom: 5px;
}

.comment-author {
    font-weight: 800;
    color: #FFFFFF;
}

.comment-author.expert {
    color: var(--point-light);
}

.comment-date {
    color: #64748B;
}

.comment-text {
    font-size: 0.9rem;
    color: #CBD5E1;
    line-height: 1.6;
}

.comment-form {
    display: flex;
    gap: 10px;
}

.comment-form input {
    flex: 1;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 12px 20px;
    color: #FFFFFF;
    font-size: 0.92rem;
    outline: none;
    transition: var(--transition);
}

.comment-form input:focus {
    border-color: var(--point-light);
    background: rgba(255, 255, 255, 0.1);
}

.btn-comment-submit {
    background: var(--point-gradient);
    color: #FFFFFF;
    border: none;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    transition: var(--transition);
}

.btn-comment-submit:hover {
    background: var(--point-gradient-hover);
}

/* 관리자 모달 폼 */
.auth-dialog {
    max-width: 440px !important;
    text-align: center;
    padding: 36px 30px;
}

.auth-dialog .modal-header-custom {
    justify-content: center;
    margin-bottom: 12px;
}

.auth-desc-text {
    font-size: 0.9rem;
    color: #94A3B8;
    line-height: 1.6;
    margin-bottom: 24px;
}

.passcode-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.passcode-input-wrap input {
    width: 100%;
    padding-right: 46px;
    letter-spacing: 3px;
    font-size: 1.1rem;
    text-align: center;
}

.btn-toggle-pw {
    position: absolute;
    right: 12px;
    background: transparent;
    border: none;
    color: #64748B;
    cursor: pointer;
    font-size: 1rem;
    padding: 6px;
}

.btn-toggle-pw:hover {
    color: var(--point-light);
}

.auth-error-msg {
    font-size: 0.82rem;
    color: #EF4444;
    min-height: 20px;
    display: block;
    margin-top: 8px;
}

.btn-submit-auth {
    width: 100%;
    background: var(--point-gradient);
    color: #FFFFFF;
    border: none;
    padding: 15px;
    border-radius: var(--radius-md);
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 16px var(--point-glow);
    margin-top: 14px;
}

.btn-submit-auth:hover {
    background: var(--point-gradient-hover);
}

.admin-verified-chip {
    font-size: 0.72rem;
    background: var(--point-gradient);
    color: #FFFFFF;
    padding: 2px 9px;
    border-radius: 999px;
    font-weight: 800;
    vertical-align: middle;
    margin-left: 8px;
}

.write-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
    text-align: left;
}

.form-group label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #CBD5E1;
}

.form-group input,
.form-group select,
.form-group textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-md);
    padding: 13px 16px;
    color: #FFFFFF;
    font-size: 0.92rem;
    outline: none;
    transition: var(--transition);
}

.form-group select option {
    background: #0F172A;
    color: #FFFFFF;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--point-light);
    background: rgba(255, 255, 255, 0.08);
}

.form-group-checkbox {
    margin: 4px 0 6px;
    text-align: left;
}

.checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.88rem;
    color: #E2E8F0;
    user-select: none;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--point-color);
    cursor: pointer;
}

.btn-submit-post {
    background: var(--point-gradient);
    color: #FFFFFF;
    border: none;
    padding: 16px;
    border-radius: var(--radius-md);
    font-size: 1.02rem;
    font-weight: 800;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    box-shadow: 0 4px 16px var(--point-glow);
}

.btn-submit-post:hover {
    background: var(--point-gradient-hover);
}

/* ========================================================
   12. 하단 고정 슬림 글래스 독 (Sleek Floating Dock)
   ======================================================== */
.sticky-action-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: rgba(11, 17, 32, 0.9);
    backdrop-filter: blur(24px) saturate(190%);
    -webkit-backdrop-filter: blur(24px) saturate(190%);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
    padding: 14px 0;
    display: flex;
    justify-content: center;
}

.bar-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 1160px;
    padding: 0 24px;
}

.sticky-summary-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 8px;
}

.summary-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 2px;
}

.summary-item {
    font-size: 0.88rem;
    color: #94A3B8;
}

.summary-item .value {
    color: #FFFFFF;
    font-weight: 700;
    margin-left: 5px;
}

.summary-item.highlight .value {
    color: var(--point-light);
    font-size: 1.15rem;
    font-weight: 900;
}

.summary-item.highlight-cashback .value {
    color: #FF2A55 !important;
    font-size: 1.4rem !important;
    font-weight: 900 !important;
    text-shadow: 0 0 12px rgba(255, 42, 85, 0.45);
}

.summary-item.highlight-cashback .value span,
.summary-item.highlight-cashback .value #barCashback {
    color: #FF2A55 !important;
    font-weight: 900 !important;
}

.bar-disclaimer {
    font-size: 0.74rem;
    color: #64748B;
    text-align: center;
}

.action-buttons-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.action-button {
    flex: 1;
    max-width: 300px;
    min-width: 180px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.98rem;
    border-radius: 999px;
    transition: var(--transition);
    background: var(--point-gradient) !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 4px 16px var(--point-glow);
}

.action-button:hover {
    background: var(--point-gradient-hover) !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.4);
}

.action-button .button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: inherit !important;
}

.action-button i {
    color: inherit !important;
}

/* ========================================================
   13. 푸터 (Footer: Clean Minimal Dark)
   ======================================================== */
footer {
    padding: 55px 0 100px;
    background: #060913;
    color: #64748B;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

footer .brand {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 16px;
    display: inline-block;
}

footer .brand a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.2s ease;
}

footer .brand a:hover {
    color: #38BDF8;
}

footer .footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin-bottom: 16px;
}

footer .footer-links a {
    color: #94A3B8;
    transition: color 0.2s;
    font-size: 0.88rem;
}

footer .footer-links a:hover {
    color: #FFFFFF;
}

footer .footer-info {
    line-height: 1.75;
    font-size: 0.82rem;
    color: #475569;
}

/* ========================================================
   📱 반응형 미디어 쿼리 (Responsive Perfection)
   ======================================================== */
@media (max-width: 992px) {
    .hero-section {
        padding: 130px 0 60px;
        min-height: auto;
    }
    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 36px;
    }
    .hero-title { font-size: 2.5rem; }
    .hero-stats { justify-content: center; flex-wrap: wrap; gap: 12px; }
    .hero-cta-btns { justify-content: center; }
    .calculator-grid { 
        display: flex !important;
        flex-direction: column !important; 
        gap: 18px !important;
    }
    .summary-card { 
        grid-template-columns: 1fr; 
        padding: 30px; 
    }
    .fact-col-force { 
        flex: 0 0 100% !important; 
        max-width: 100% !important; 
        width: 100% !important; 
        margin-bottom: 18px; 
    }
    .column-grid {
        grid-template-columns: 1fr;
    }
    .webzine-featured-card {
        grid-template-columns: 1fr;
    }
    .featured-visual-icon {
        display: none;
    }
    .webzine-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .review-card { 
        flex: 0 0 calc((100% - 22px) / 2); 
    }
    .real-cash-banner-box {
        grid-template-columns: 1fr;
        padding: 30px 24px;
        text-align: center;
    }
    .real-cash-cta-wrap {
        justify-content: center;
    }
    .real-cash-mascot-wrap {
        margin-top: 10px;
    }
    .penalty-proof-grid {
        grid-template-columns: 1fr;
    }
    .penalty-story-card {
        padding: 24px 20px;
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 150px;
    }
    .real-cash-card {
        padding: 28px 18px;
    }
    .real-cash-title {
        font-size: 1.55rem;
    }
    .real-cash-headline {
        font-size: 1.3rem;
    }
    .penalty-proof-title {
        font-size: 1.35rem;
    }
    .penalty-guarantee-grid {
        grid-template-columns: 1fr;
    }
    .real-cash-features-grid {
        grid-template-columns: 1fr;
    }
    .usim-tier-options {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .usim-headline {
        font-size: 0.95rem;
    }
    .real-cash-cta-wrap {
        flex-direction: column;
        width: 100%;
    }
    .btn-real-cash-primary,
    .btn-real-cash-call {
        width: 100%;
        justify-content: center;
    }
    .penalty-trust-footer {
        flex-direction: column;
        text-align: center;
        gap: 14px;
        padding: 16px 14px;
    }
    .nav-container { 
        width: calc(100% - 24px); 
        padding: 0 16px; 
        height: 56px;
        top: 10px;
    }
    .nav-links { 
        display: none; 
    }
    .logo a {
        font-size: 1.15rem;
    }
    .nav-cta .cta-button {
        padding: 7px 14px;
        font-size: 0.78rem;
    }
    .hero-section {
        padding: 95px 0 50px;
    }
    .hero-title { 
        font-size: 1.95rem; 
    }
    .hero-subtitle { 
        font-size: 0.92rem; 
    }
    .hero-image { 
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .hero-mascot-stage {
        width: 340px;
        height: 340px;
        max-width: 100%;
    }
    .hero-mascot-character {
        width: 320px;
        height: 320px;
        max-width: 100%;
    }
    .hero-speech-bubble {
        top: -16px;
        font-size: 0.88rem;
        padding: 8px 18px;
    }
    .chip-left {
        bottom: 30px;
        left: -10px;
        font-size: 0.78rem;
        padding: 6px 14px;
    }
    .chip-right {
        bottom: 5px;
        right: -10px;
        font-size: 0.78rem;
        padding: 6px 14px;
    }
    .authority-mascot-mini {
        width: 70px;
        height: 70px;
    }
    .header-mascot-wrap {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    .header-mascot-img {
        width: 156px;
        height: 156px;
    }
    .mascot-speech-bubble {
        font-size: 0.82rem;
        padding: 8px 16px;
    }
    .mascot-speech-bubble::before {
        display: none;
    }
    .summary-mascot-chamber {
        width: 220px;
        height: 220px;
        margin: 0 auto 16px;
    }
    .summary-mascot-img {
        width: 200px;
        height: 200px;
    }
    .section-mascot-badge-img,
    .review-mascot-img,
    .faq-mascot-img {
        width: 135px;
        height: 135px;
    }
    .hero-cta-btns {
        flex-direction: column;
    }
    .calculator-grid {
        flex-direction: column !important;
    }
    .discount-toggle-grid { 
        grid-template-columns: 1fr; 
    }
    .toggle-content strong {
        font-size: 16px;
    }
    .webzine-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    .webzine-actions {
        flex-direction: column;
        width: 100%;
    }
    .board-search-box {
        width: 100%;
    }
    .board-search-box input {
        width: 100%;
    }
    .admin-control-wrap {
        width: 100%;
    }
    .btn-admin-auth {
        width: 100%;
        justify-content: center;
    }
    .webzine-grid {
        grid-template-columns: 1fr;
    }
    .featured-thumb-visual {
        padding: 18px 20px;
        min-height: 220px;
        position: relative;
        overflow: hidden;
        justify-content: flex-start;
    }
    .featured-thumb-img {
        width: 260px;
        height: 260px;
        max-width: 82%;
        position: absolute;
        right: -8px;
        bottom: -10px;
        margin: 0;
    }
    .featured-meta-info {
        position: absolute;
        left: 18px;
        bottom: 14px;
        gap: 12px;
        width: auto;
        z-index: 3;
    }
    .webzine-thumb {
        height: 210px;
        padding: 14px 16px;
        gap: 6px;
    }
    .webzine-thumb-img {
        width: 240px;
        height: 240px;
        max-width: 78%;
        position: absolute;
        right: -8px;
        bottom: -6px;
    }
    .featured-content-body {
        padding: 24px;
    }
    .featured-title {
        font-size: 1.25rem;
    }
    .form-row-2col {
        grid-template-columns: 1fr;
    }
    .modal-dialog {
        padding: 24px 18px;
    }
    .column-modal-header h2,
    .post-modal-header h2 {
        font-size: 1.25rem;
    }
    .column-thumb-wrap {
        height: 250px;
    }
    .column-thumb-img {
        width: 230px;
        height: 230px;
        max-width: 85%;
        margin-top: 25px;
    }
    .column-visual-icon {
        font-size: 3.2rem;
    }
    .column-card-body {
        padding: 18px 18px 12px;
    }
    .column-card-footer {
        padding: 12px 18px 16px;
    }
    .comment-form {
        flex-direction: column;
    }
    .review-slider-outer { 
        padding: 0 30px; 
    }
}

/* ========================================================
   푸터 하단 드롭다운 네트워크 섹션 (1섹션 / 2섹션)
   ======================================================== */
.footer-bottom-dropdowns {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.footer-dropdown {
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.footer-dropdown:hover {
    border-color: rgba(56, 189, 248, 0.4);
    background: rgba(15, 23, 42, 0.9);
}

.footer-dropdown.marketing:hover {
    border-color: rgba(244, 114, 182, 0.4);
}

.footer-dropdown[open] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.footer-dropdown.marketing[open] {
    border-color: rgba(244, 114, 182, 0.35);
}

.footer-dropdown summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.88rem;
    font-weight: 700;
    color: #CBD5E1;
    user-select: none;
    transition: all 0.2s ease;
}

.footer-dropdown summary::-webkit-details-marker {
    display: none;
}

.footer-dropdown summary:hover {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.04);
}

.footer-dropdown summary .summary-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-dropdown summary .summary-left i {
    color: #38BDF8;
    font-size: 0.95rem;
}

.footer-dropdown.marketing summary .summary-left i {
    color: #F472B6;
}

.footer-dropdown summary .dropdown-arrow {
    font-size: 0.8rem;
    color: #94A3B8;
    transition: transform 0.3s ease;
}

.footer-dropdown[open] summary .dropdown-arrow {
    transform: rotate(180deg);
    color: #38BDF8;
}

.footer-dropdown.marketing[open] summary .dropdown-arrow {
    color: #F472B6;
}

.dropdown-content-box {
    padding: 16px 18px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.domain-seo-matrix {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.domain-seo-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.domain-seo-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(56, 189, 248, 0.25);
}

.domain-item-keywords {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    width: 100%;
}

.domain-item-keywords a {
    color: #94A3B8;
    font-size: 0.76rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
}

.domain-item-keywords a:hover {
    color: #38BDF8;
    text-decoration: underline;
}

.footer-dropdown.marketing .domain-item-keywords a:hover {
    color: #F472B6;
}

.domain-item-keywords .kw-sep {
    color: rgba(255, 255, 255, 0.15);
    font-size: 0.7rem;
}

/* ========================================================
   🌟 [NEW] 인터랙티브 계산기 단계별 가이드 말풍선 (Step Guide Bubble)
   ======================================================== */
.calc-guide-bubble {
    position: absolute;
    z-index: 9999;
    pointer-events: none;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
                top 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 12px);
    will-change: top, left, opacity, transform;
}

.calc-guide-bubble.visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.calc-guide-bubble .bubble-inner {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.8) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #0F172A;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: -0.3px;
    border-radius: 999px;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 
        0 14px 30px -4px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(255, 255, 255, 0.45),
        inset 0 1.5px 2px rgba(255, 255, 255, 1),
        inset 0 -2px 4px rgba(15, 23, 42, 0.06);
    white-space: nowrap;
    animation: guideBubbleBob 2s ease-in-out infinite;
    position: relative;
}

.calc-guide-bubble .bubble-icon {
    font-size: 1.15rem;
    color: #2563EB;
    filter: drop-shadow(0 2px 4px rgba(37, 99, 235, 0.3));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: guideIconBounce 1.4s ease-in-out infinite;
}

.calc-guide-bubble .bubble-text {
    color: #0F172A;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.calc-guide-bubble .bubble-arrow {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid rgba(255, 255, 255, 0.88);
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.25));
}

@keyframes guideBubbleBob {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes guideIconBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(3px);
    }
}

@media (max-width: 640px) {
    .calc-guide-bubble .bubble-inner {
        font-size: 0.86rem;
        padding: 8px 16px;
        gap: 7px;
    }
    .calc-guide-bubble .bubble-icon {
        font-size: 1rem;
    }
}

/* 🌟 칼럼 & 게시판 팝업 완전 비활성화 */
#columnModal,
#postModal {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ========================================================
   🌟 [전 섹션 양방향 인터랙티브 스크롤 등장 효과 모션 시스템]
   - 스크롤 진입 시: 다채로운 모션(Fade, Left, Right, Up, Down, Zoom, Flip)으로 화려하게 등장
   - 스크롤 벗어날 시: 원래 자리(Off-stage)로 자연스럽게 리셋 복귀 ("제자리로 갔다가")
   - 다시 스크롤이 도달 시: 매끄럽게 재등장
   ======================================================== */

.reveal-item {
    opacity: 0;
    will-change: transform, opacity;
    /* 스크롤로 벗어날 때(제자리 복귀): 자연스럽고 빠른 리셋 */
    transition: 
        opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 1. 페이드 업 (아래에서 위로 떠오름) */
.reveal-fade-up {
    transform: translateY(45px);
}

/* 2. 페이드 다운 (위에서 아래로 내려옴) */
.reveal-fade-down {
    transform: translateY(-40px);
}

/* 3. 페이드 레프트 (왼쪽에서 오른쪽으로 슬라이드 인) */
.reveal-fade-left {
    transform: translateX(-55px);
}

/* 4. 페이드 라이트 (오른쪽에서 왼쪽으로 슬라이드 인) */
.reveal-fade-right {
    transform: translateX(55px);
}

/* 5. 줌 인 (중앙에서 확대되며 임팩트 있게 등장) */
.reveal-zoom-in {
    transform: scale(0.85);
}

/* 6. 줌 아웃 (원경에서 축소되며 포커스) */
.reveal-zoom-out {
    transform: scale(1.12);
}

/* 7. 3D 플립 업 (카드 뒤집히듯 입체감 있는 3D 등장) */
.reveal-flip-up {
    transform: perspective(800px) rotateX(24deg) translateY(35px);
}

/* 8. 순수 소프트 페이드 인/아웃 */
.reveal-fade {
    transform: translateY(0);
}

/* 🌟 화면 진입 시 등장 완료 상태 (.is-revealed): 토스/애플 스타일 초고품질 스프링 감속 */
.reveal-item.is-revealed {
    opacity: 1 !important;
    transform: none !important;
    transition: 
        opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 🌟 순차적 딜레이 (Stagger Animation Delays) */
.reveal-delay-1 { transition-delay: 0.1s !important; }
.reveal-delay-2 { transition-delay: 0.2s !important; }
.reveal-delay-3 { transition-delay: 0.3s !important; }
.reveal-delay-4 { transition-delay: 0.4s !important; }
.reveal-delay-5 { transition-delay: 0.5s !important; }
.reveal-delay-6 { transition-delay: 0.6s !important; }

/* ========================================================
   💎 [NEW] 지역 페이지 4열 인터랙티브 계산기 & 핀테크 견적서 대시보드
   ======================================================== */
.calculator-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 34px;
    align-items: stretch;
}

@media (max-width: 1280px) {
    .calculator-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .calculator-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* 4번째 실시간 분석 견적서 결과 카드 (핀테크 럭셔리 다크 글래스) */
.calculator-result-card {
    border-radius: var(--radius-xl);
    padding: 30px 24px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgba(15, 23, 42, 0.85) 0%, rgba(30, 58, 138, 0.45) 100%);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1.5px solid rgba(56, 189, 248, 0.45);
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.7), 0 0 30px rgba(37, 99, 235, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
}

.calculator-result-card:hover {
    transform: translateY(-4px);
    border-color: rgba(56, 189, 248, 0.8);
    box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.8), 0 0 35px rgba(56, 189, 248, 0.35);
}

.calculator-result-card .result-header {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
}

.calculator-result-card .result-badge-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.35);
    padding: 6px 12px;
    border-radius: 9999px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #38BDF8;
    margin-bottom: 12px;
}

.calculator-result-card .result-badge-wrap .badge-dot-live {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #38BDF8;
    box-shadow: 0 0 8px #38BDF8;
    animation: livePulse 1.8s infinite;
}

.calculator-result-card .result-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.03em;
    margin: 0;
    line-height: 1.35;
}

.calculator-result-card .result-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.calculator-result-card .price-row,
.calculator-result-card .benefit-row {
    margin-bottom: 14px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.calculator-result-card .price-row {
    border-left: 3px solid #38BDF8;
}

.calculator-result-card .benefit-row {
    border-left: 3px solid #F59E0B;
    background: rgba(245, 158, 11, 0.06);
}

.calculator-result-card .price-label,
.calculator-result-card .benefit-label {
    font-size: 0.88rem;
    color: #94A3B8;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.calculator-result-card .price-val-wrap,
.calculator-result-card .benefit-val-wrap {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.calculator-result-card .price-val {
    font-size: 2rem;
    font-weight: 900;
    color: #38BDF8;
    letter-spacing: -0.03em;
    line-height: 1;
}

.calculator-result-card .price-unit {
    font-size: 1rem;
    color: #CBD5E1;
    font-weight: 600;
}

.calculator-result-card .benefit-val {
    font-size: 1.85rem;
    font-weight: 900;
    color: #FBBF24;
    letter-spacing: -0.03em;
    line-height: 1;
    text-shadow: 0 0 16px rgba(251, 191, 36, 0.3);
}

.calculator-result-card .benefit-unit {
    font-size: 1rem;
    color: #FDE68A;
    font-weight: 700;
}

.calculator-result-card .calc-vat-notice {
    font-size: 0.78rem;
    color: #94A3B8;
    line-height: 1.5;
    margin: 6px 0 16px 0;
}

.calculator-result-card .calc-action-btns {
    margin-top: auto;
}

.calculator-result-card .btn-calc-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 20px;
    background: linear-gradient(135deg, #0066FF 0%, #0052CC 100%);
    border: 1px solid rgba(56, 189, 248, 0.5);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 1.15rem;
    font-weight: 800;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 10px 25px -5px rgba(0, 102, 255, 0.5);
    position: relative;
    overflow: hidden;
}

.calculator-result-card .btn-calc-call:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
    box-shadow: 0 15px 30px -5px rgba(0, 102, 255, 0.7), 0 0 20px rgba(56, 189, 248, 0.5);
    border-color: #38BDF8;
}

.calculator-result-card .btn-calc-call i {
    animation: phoneShake 2s infinite ease-in-out;
}

@keyframes phoneShake {
    0%, 100% { transform: rotate(0deg); }
    10%, 30%, 50% { transform: rotate(-12deg); }
    20%, 40% { transform: rotate(12deg); }
    60% { transform: rotate(0deg); }
}

/* ========================================================
   💎 [NEW] KT SK LG  공식 요금비교 반응형 글래스모피즘 테이블
   ======================================================== */
.pricing-table-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.table-responsive-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    box-shadow: 0 20px 45px -12px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.05);
    overflow-x: auto;
    position: relative;
    margin-top: 36px;
    -webkit-overflow-scrolling: touch;
}

.pricing-data-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: var(--font-main);
    text-align: center;
    font-size: 15px;
}

.pricing-data-table thead tr {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
}

.pricing-data-table thead th {
    color: #F8FAFC;
    padding: 18px 16px;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: -0.02em;
    border: none;
    white-space: nowrap;
}

.pricing-data-table thead th:first-child {
    border-top-left-radius: 19px;
}

.pricing-data-table thead th:last-child {
    border-top-right-radius: 19px;
}

.pricing-data-table tbody tr {
    transition: background-color 0.2s ease;
}

.pricing-data-table tbody tr:hover {
    background-color: rgba(240, 249, 255, 0.75);
}

.pricing-data-table tbody th,
.pricing-data-table tbody td {
    padding: 18px 16px;
    border-bottom: 1px solid #E2E8F0;
    vertical-align: middle;
    color: #334155;
    line-height: 1.5;
}

.pricing-data-table tbody tr:last-child th,
.pricing-data-table tbody tr:last-child td {
    border-bottom: none;
}

/* 통신사 시그니처 뱃지 셀 */
.pricing-data-table .carrier-cell {
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #F1F5F9;
    white-space: nowrap;
}

.pricing-data-table .carrier-cell i {
    margin-right: 6px;
    font-size: 14px;
}

.pricing-data-table .kt-cell {
    color: #DC2626;
    background: rgba(254, 242, 242, 0.5);
}

.pricing-data-table .sk-cell {
    color: #EA580C;
    background: rgba(255, 247, 237, 0.5);
}

.pricing-data-table .lg-cell {
    color: #C026D3;
    background: rgba(253, 244, 255, 0.5);
}

/* 요금 셀 */
.pricing-data-table .price-cell {
    font-size: 16.5px;
    font-weight: 800;
    color: #0284C7;
    white-space: nowrap;
}

/* 사은품 셀 */
.pricing-data-table .gift-cell {
    font-size: 15.5px;
    font-weight: 800;
    color: #059669;
    white-space: nowrap;
}

.pricing-data-table .gift-cell.highlight-gift {
    color: #B45309;
    background: linear-gradient(135deg, rgba(254, 243, 199, 0.8) 0%, rgba(253, 230, 138, 0.8) 100%);
    font-weight: 900;
    padding: 8px 14px;
    border-radius: 9999px;
    display: inline-block;
    border: 1px solid rgba(245, 158, 11, 0.35);
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.15);
}

@media (max-width: 900px) {
    .pricing-data-table thead th,
    .pricing-data-table tbody td,
    .pricing-data-table tbody th {
        padding: 14px 12px;
        font-size: 13.5px;
    }
    .pricing-data-table .carrier-cell {
        font-size: 14px;
    }
    .pricing-data-table .price-cell {
        font-size: 14.5px;
    }
}

/* ========================================================
   💎 [NEW] 전문 비교센터 공식 인증 배너 (럭셔리 다크 글래스모피즘)
   ======================================================== */
.official-center-banner {
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.85) 0%, rgba(30, 41, 59, 0.85) 100%) !important;
    border: 1.5px solid rgba(56, 189, 248, 0.35) !important;
    border-radius: 20px !important;
    padding: 36px 40px !important;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    box-shadow: 0 20px 45px -12px rgba(0, 0, 0, 0.7), 0 0 30px rgba(37, 99, 235, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.official-center-banner .banner-badge {
    background: rgba(56, 189, 248, 0.15) !important;
    color: #38BDF8 !important;
    border: 1px solid rgba(56, 189, 248, 0.4) !important;
    font-size: 12.5px;
    padding: 6px 14px;
    border-radius: 9999px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -0.01em;
}

.official-center-banner .banner-title {
    font-size: 1.65rem;
    color: #FFFFFF !important;
    margin: 14px 0 10px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.official-center-banner .banner-desc {
    color: #94A3B8 !important;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    max-width: 820px;
}

.official-center-banner .banner-desc strong {
    color: #38BDF8;
    font-weight: 700;
}

.official-center-banner .btn-direct-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #0066FF 0%, #0052CC 100%) !important;
    border: 1px solid rgba(56, 189, 248, 0.5);
    color: #FFFFFF !important;
    font-size: 1.25rem;
    font-weight: 800;
    padding: 18px 36px !important;
    border-radius: 14px !important;
    text-decoration: none;
    box-shadow: 0 12px 28px -6px rgba(0, 102, 255, 0.6);
    transition: var(--transition);
    white-space: nowrap;
}

.official-center-banner .btn-direct-call:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%) !important;
    box-shadow: 0 16px 36px -6px rgba(0, 102, 255, 0.8), 0 0 25px rgba(56, 189, 248, 0.5);
    border-color: #38BDF8;
}

.official-center-banner .btn-direct-call i {
    animation: phoneShake 2s infinite ease-in-out;
}

@media (max-width: 768px) {
    .official-center-banner {
        padding: 26px 20px !important;
    }
    .official-center-banner .banner-title {
        font-size: 1.35rem;
    }
    .official-center-banner .btn-direct-call {
        width: 100%;
        font-size: 1.15rem;
        padding: 16px 24px !important;
    }
}

/* ========================================================
   💎 14대 키워드 페이지 브레드크럼 트레일 (Sleek Glass Breadcrumb)
   ======================================================== */
.hero-section {
    padding-top: 180px !important;
}
.hero-container {
    align-items: flex-start !important;
}
.breadcrumb-trail {
    margin-bottom: 24px;
}
.breadcrumb-trail ol {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 6px 18px;
    border-radius: 999px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    list-style: none;
    margin: 0;
    gap: 8px;
}
.breadcrumb-trail li a {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}
.breadcrumb-trail li a:hover {
    color: #38bdf8;
}
.breadcrumb-trail li:last-child a,
.breadcrumb-trail li:last-child span {
    color: #ffffff;
    font-weight: 700;
}