@font-face {
    font-family: 'Paperlogy';
    src: url('../font/Paperlogy-4Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../font/Paperlogy-5Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../font/Paperlogy-6SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../font/Paperlogy-7Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../font/Paperlogy-8ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    font-family: 'Paperlogy', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    max-width: 100vw;
}

/* Header Styles - Dark */
.header {
    background: linear-gradient(135deg, #1a1f26 0%, #161b22 100%);
    color: #e8eaed;
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    max-width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
    border-bottom: 1px solid #30363d;
    box-sizing: border-box;
}

.nav-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    box-sizing: border-box;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    height: 62px;
    width: auto;
    object-fit: contain;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: #e8eaed;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    font-family: 'Paperlogy', 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

.nav-menu a:hover {
    color: #58a6ff;
    border-bottom: 2px solid #58a6ff;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    min-width: 48px;
    min-height: 48px;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
}

.mobile-menu-toggle .menu-icon-bar {
    display: block;
    font-weight: bold;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, rgba(248,249,250,0.2) 50%, rgba(233,236,239,0.3) 100%);
    color: #2c3e50;
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Hero Tickers - 이전 디자인 (다크 바) */
.hero-tickers {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.coin-ticker-bar {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.coin-ticker-bar.nasdaq-ticker {
    border-top: none;
    background: rgba(0, 0, 0, 0.75);
}

.coin-ticker-bar .nasdaq-ticker-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0 2rem;
    flex-wrap: wrap;
}

/* Profit Section - 나스닥 바 (히어로와 동일 디자인) */
.profit-nasdaq-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.85);
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.profit-nasdaq-bar .nasdaq-ticker-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 0 2rem;
}

.coin-ticker-bar .ticker-label {
    flex-shrink: 0;
    padding: 0 1.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #3498db;
    border-right: 1px solid rgba(255,255,255,0.2);
    white-space: nowrap;
}

.coin-ticker-wrap {
    flex: 1;
    overflow: hidden;
}

.coin-ticker-track {
    display: flex;
    width: max-content;
    animation: tickerScroll 35s linear infinite;
}

.coin-ticker-content {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0 3rem;
    white-space: nowrap;
}

.coin-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    font-variant-numeric: tabular-nums;
}

.coin-ticker-item .symbol {
    color: #3498db;
    font-weight: 700;
}

.coin-ticker-item .price {
    color: #e8eaed;
}

.coin-ticker-item .change.up { color: #00c853; }
.coin-ticker-item .change.down { color: #ff5252; }

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

/* Section Tickers - removed, keeping styles for reference if needed */
.section-ticker-removed {
    background: linear-gradient(90deg, #f8f9fa 0%, #fff 100%);
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
    overflow: hidden;
}

.section-ticker-dark {
    background: linear-gradient(90deg, #1a1f26 0%, #161b22 100%);
    border-bottom-color: #30363d;
}

.section-ticker .ticker-track {
    display: flex;
    width: max-content;
    animation: sectionTickerScroll 30s linear infinite;
}

.section-ticker .ticker-inner {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0 2rem;
}

.section-ticker-dark .ticker-item {
    color: #e8eaed;
}

.section-ticker-dark .ticker-item .symbol { color: #58a6ff; }
.section-ticker-dark .ticker-item .change.up { color: #3fb950; }
.section-ticker-dark .ticker-item .change.down { color: #f85149; }

.section-ticker .ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2c3e50;
    white-space: nowrap;
}

.section-ticker .ticker-item .symbol { color: #2c3e50; }
.section-ticker .ticker-item .change.up { color: #27ae60; }
.section-ticker .ticker-item .change.down { color: #e74c3c; }

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

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%232c3e50" opacity="0.05"/><circle cx="80" cy="40" r="1.5" fill="%232c3e50" opacity="0.05"/><circle cx="40" cy="80" r="1" fill="%232c3e50" opacity="0.05"/></svg>');
    animation: float 20s infinite linear;
}

@keyframes float {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-100px); }
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 3;
}

.hero h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -2px;
    animation: fadeInUp 1s ease-out;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.5);
    font-family: 'Paperlogy', 'Segoe UI', sans-serif;
}

.hero-main-text {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -1px;
    animation: fadeInUp 1s ease-out 0.2s both, pulse 2s ease-in-out infinite 2s;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.8), 0 0 20px rgba(255, 255, 255, 0.5);
}

.hero-sub-text {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 700;
    animation: fadeInUp 1s ease-out 0.4s both;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.8), 0 0 20px rgba(39, 174, 96, 0.6);
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 400;
    animation: fadeInUp 1s ease-out 0.2s both;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.hero-description {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    color: #ffffff;
    line-height: 1.8;
    animation: fadeInUp 1s ease-out 0.4s both;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    background: rgba(0,0,0,0.3);
    padding: 1.5rem;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #2c3e50, #34495e);
    color: white;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
    animation: fadeInUp 1s ease-out 0.6s both;
    border: 2px solid transparent;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4);
    background: linear-gradient(45deg, #34495e, #2c3e50);
}

/* Bitcoin Icon Animation */
.bitcoin-icon {
    position: absolute;
    right: 10%;
    top: 20%;
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #2c3e50, #34495e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    animation: rotate 10s infinite linear;
    opacity: 0.1;
    color: white;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes glow {
    0%, 100% {
        text-shadow: 0 0 20px rgba(231, 76, 60, 0.3);
    }
    50% {
        text-shadow: 0 0 30px rgba(231, 76, 60, 0.6), 0 0 40px rgba(231, 76, 60, 0.4);
    }
}

/* Mobile Slide Panel - Dark */
.mobile-panel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.mobile-panel-overlay.show {
    opacity: 1;
    visibility: visible;
}

.mobile-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background: linear-gradient(180deg, #1a1f26 0%, #161b22 100%);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.4);
    z-index: 1100;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-panel.show {
    transform: translateX(0);
}

.mobile-panel-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #e8eaed;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.mobile-panel-nav {
    flex: 1;
    padding: 4rem 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}

.mobile-panel-nav a {
    display: block;
    padding: 1rem 0;
    color: #e8eaed;
    text-decoration: none;
    font-family: 'Paperlogy', 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    border-bottom: 1px solid #30363d;
    transition: color 0.2s;
}

.mobile-panel-nav a:hover {
    color: #58a6ff;
}

.mobile-panel-logo {
    padding: 1.5rem;
    border-top: 1px solid #30363d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-panel-logo img {
    max-width: 100px;
    height: auto;
    object-fit: contain;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header {
        padding: 0.6rem 0;
        width: 100%;
        max-width: 100vw;
    }

    .nav-container {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 0 12px;
        margin: 0;
        position: relative;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
    }

    .nav-menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
        flex-shrink: 0;
        min-width: 44px;
        min-height: 44px;
        padding: 8px;
    }

    .logo {
        flex-shrink: 1;
        min-width: 0;
    }

    .logo img {
        height: 40px;
        max-width: 100px;
        width: auto;
        object-fit: contain;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-main-text {
        font-size: 1.8rem;
    }

    .hero-sub-text {
        font-size: 1.3rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .bitcoin-icon {
        display: none;
    }

    .container {
        padding: 0 1rem;
        max-width: 100%;
    }

    .hero-container {
        padding: 0 1rem;
    }

    /* 모바일 텍스트 중앙정렬 */
    .section-title,
    .section-subtitle {
        text-align: center;
    }

    .info-section p,
    .strategy-section p,
    .why-choose-section p,
    .info-card,
    .guide-item,
    .warning-card {
        text-align: center;
    }

    .info-card h3,
    .guide-item h4,
    .guide-item p,
    .warning-card h4,
    .warning-card p {
        text-align: center;
    }

    .strategy-text h3,
    .strategy-text p {
        text-align: center;
    }

    .strategy-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .strategy-list li {
        text-align: center;
        padding-left: 1.5rem;
    }

    .why-choose-card h3,
    .why-choose-card p {
        text-align: center;
    }

    .expert-card h4,
    .expert-card p {
        text-align: center;
    }

    .form-title,
    .form-subtitle {
        text-align: center;
    }

    /* 푸터 모바일 중앙정렬 */
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-section {
        text-align: center;
    }

    .footer-section h3 {
        text-align: center;
    }

    .footer-section p,
    .footer-section a {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 10px;
    }

    .logo img {
        height: 36px;
        max-width: 90px;
    }

    .mobile-menu-toggle {
        min-width: 40px;
        min-height: 40px;
    }

    .hero-container {
        padding: 0 1rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-main-text {
        font-size: 1.5rem;
    }

    .hero-sub-text {
        font-size: 1.1rem;
    }

    .hero {
        padding: 100px 0 60px;
    }
}

/* Section Styles */
.section {
    padding: 80px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-title {
    font-size: 2.5rem;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: 'Paperlogy', 'Segoe UI', sans-serif;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Info Section */
.info-section {
    background: #f8f9fa;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.info-grid-6 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.info-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.info-card h3 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.info-card p {
    color: #5a6c7d;
    line-height: 1.6;
}

/* Guide Section */
.guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.guide-item {
    background: white;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    border-left: 4px solid #2c3e50;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.guide-num {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.guide-item h4 {
    color: #2c3e50;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.guide-item p {
    color: #5a6c7d;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Warning Section */
.warning-section {
    background: #fff8f0;
}

.warning-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.warning-card {
    background: white;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    border: 1px solid #ffe0c2;
}

.warning-card h4 {
    color: #c0392b;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.warning-card p {
    color: #5a6c7d;
    line-height: 1.7;
}

/* Strategy Section */
.strategy-section {
    background: white;
}

.strategy-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

.strategy-text h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.strategy-text p {
    color: #5a6c7d;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.strategy-list {
    list-style: none;
}

.strategy-list li {
    color: #5a6c7d;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.strategy-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2c3e50;
    font-weight: bold;
}

.strategy-image {
    text-align: center;
}

.crypto-chart {
    width: 100%;
    max-width: 400px;
    height: 300px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 12px;
    padding: 1.5rem;
    color: white;
    font-size: 0.9rem;
    border: 1px solid #34495e;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #34495e;
}

.chart-header h4 {
    margin: 0;
    font-size: 1rem;
    color: #3498db;
}

.chart-indicators {
    display: flex;
    gap: 0.5rem;
}

.indicator {
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

.indicator.up {
    background: #27ae60;
    color: white;
}

.indicator:not(.up) {
    background: #34495e;
    color: #bdc3c7;
}

.chart-content {
    height: 180px;
    position: relative;
    margin-bottom: 1rem;
}

.chart-lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 1px;
    animation: chartMove 3s ease-in-out infinite;
}

.line-1 { top: 20%; left: 0; width: 60%; animation-delay: 0s; }
.line-2 { top: 40%; left: 10%; width: 70%; animation-delay: 0.5s; }
.line-3 { top: 60%; left: 5%; width: 80%; animation-delay: 1s; }
.line-4 { top: 30%; left: 20%; width: 50%; animation-delay: 1.5s; }
.line-5 { top: 70%; left: 0; width: 90%; animation-delay: 2s; }

.chart-bars {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    display: flex;
    align-items: end;
    justify-content: space-around;
    padding: 0 1rem;
}

.bar {
    width: 8px;
    background: linear-gradient(180deg, #e74c3c, #c0392b);
    border-radius: 4px 4px 0 0;
    animation: barGrow 2s ease-in-out infinite;
}

.bar-1 { height: 60%; animation-delay: 0s; }
.bar-2 { height: 80%; animation-delay: 0.2s; }
.bar-3 { height: 45%; animation-delay: 0.4s; }
.bar-4 { height: 90%; animation-delay: 0.6s; }
.bar-5 { height: 70%; animation-delay: 0.8s; }
.bar-6 { height: 55%; animation-delay: 1s; }
.bar-7 { height: 85%; animation-delay: 1.2s; }
.bar-8 { height: 65%; animation-delay: 1.4s; }

.chart-footer {
    text-align: center;
}

.chart-info {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    color: #bdc3c7;
}

.chart-info span {
    padding: 0.2rem 0.5rem;
    background: rgba(52, 152, 219, 0.2);
    border-radius: 4px;
    border: 1px solid #3498db;
}

@keyframes chartMove {
    0%, 100% { opacity: 0.7; transform: translateX(0); }
    50% { opacity: 1; transform: translateX(5px); }
}

@keyframes barGrow {
    0%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(1.1); }
}

/* Expert Section */
.expert-section {
    background: #f8f9fa;
}

.expert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.expert-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.expert-card:hover {
    transform: translateY(-5px);
}

.expert-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.expert-card h4 {
    color: #2c3e50;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.expert-card p {
    color: #5a6c7d;
    line-height: 1.6;
}

/* Why Choose Us Section */
.why-choose-section {
    background: white;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.why-choose-card {
    text-align: center;
    padding: 2rem;
}

.why-choose-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    color: white;
    font-size: 2.5rem;
}

.why-choose-card h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.why-choose-card p {
    color: #5a6c7d;
    line-height: 1.8;
}

/* Profit Section - 수익인증 */
.profit-section {
    background: #0d1117;
}

.profit-section .section-title {
    color: #f0f6fc;
}

.profit-section .section-subtitle {
    color: #8b949e;
}

.profit-terminal {
    max-width: 720px;
    margin: 2.5rem auto 0;
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    overflow: hidden;
}

.profit-table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: #21262d;
    color: #8b949e;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.profit-rows {
    display: flex;
    flex-direction: column;
}

.profit-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #21262d;
    font-variant-numeric: tabular-nums;
    transition: background 0.15s;
}

.profit-row:last-child {
    border-bottom: none;
}

.profit-row:hover {
    background: #21262d;
}

.profit-row .sym {
    color: #58a6ff;
    font-weight: 600;
    font-size: 1rem;
}

.profit-row .rate {
    font-weight: 700;
    font-size: 1.1rem;
}

.profit-row .rate.up {
    color: #3fb950;
}

.profit-row .rate.down {
    color: #f85149;
}

.profit-row .lev {
    color: #8b949e;
    font-size: 0.9rem;
}

/* Footer */
.footer {
    background: #2c3e50;
    color: white;
    padding: 3rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    color: white;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-section p,
.footer-section a {
    color: #bdc3c7;
    text-decoration: none;
    line-height: 1.6;
}

.footer-section a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 2rem;
    text-align: center;
    color: #bdc3c7;
}

/* Consultation Form */
.consultation-form-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 80px 0;
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.form-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    color: white;
    font-weight: 700;
}

.form-subtitle {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #bdc3c7;
}

.consultation-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: white;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 20px rgba(52, 152, 219, 0.3);
}

.form-group textarea {
    height: 120px;
    resize: vertical;
}

.submit-btn {
    width: 100%;
    background: linear-gradient(45deg, #3498db, #2980b9);
    color: white;
    padding: 1.2rem 2rem;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background: linear-gradient(45deg, #2980b9, #3498db);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.4);
}

/* Floating Icons */
.floating-icons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: transparent;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.floating-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.floating-icon:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 28px rgba(0,0,0,0.25);
}

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

/* Responsive Design for Sections */
@media (max-width: 768px) {
    .guide-grid {
        grid-template-columns: 1fr;
    }

    .warning-grid {
        grid-template-columns: 1fr;
    }

    .strategy-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .section {
        padding: 60px 0;
    }

    .floating-icons {
        bottom: 20px;
        right: 20px;
        gap: 10px;
    }

    .floating-icon {
        width: 56px;
        height: 56px;
    }

    .floating-icon img {
        width: 100%;
        height: 100%;
    }

    .coin-ticker-content {
        gap: 1.5rem;
        padding: 0 2rem;
    }

    .coin-ticker-item {
        font-size: 0.8rem;
    }

    .profit-nasdaq-bar .nasdaq-ticker-content {
        flex-direction: column;
        gap: 0.75rem;
        padding: 1rem;
    }

    .profit-nasdaq-bar .coin-ticker-item {
        width: 100%;
        justify-content: center;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .consultation-form {
        padding: 2rem 1.5rem;
    }

    .form-title {
        font-size: 2rem;
    }

    .profit-terminal {
        margin: 2rem 1rem 0;
    }

    .profit-table-header,
    .profit-row {
        grid-template-columns: 1fr 1.2fr 0.8fr;
        padding: 0.9rem 1rem;
    }

    .coin-ticker-bar {
        padding: 10px 0;
    }

    .coin-ticker-item {
        font-size: 0.8rem;
    }
}
