/* Index Page Styles
------------------------------------*/

/* 인덱스 전용: 강제 고정폭 1500px 덮어쓰기 */
.full-width-layout .wrapper,
.full-width-layout .container,
.wrapper,
.container,
.container-fluid {
	max-width: 1500px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/* 작은 화면용 패딩 조정 */
@media (max-width: 1500px) {
	.full-width-layout .container,
	.container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (max-width: 768px) {
	.full-width-layout .container,
	.container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #1e3932 0%, #2d5a4a 100%);
    padding: 100px 0;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/s/i/home/bg/vps_bg.jpg') center/cover;
    opacity: 0.1;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 3.2em;
    font-weight: 600;
    color: white;
    margin-bottom: 25px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-content h2 {
    font-size: 1.4em;
    color: rgba(255,255,255,0.95);
    margin-bottom: 60px;
    font-weight: 300;
    line-height: 1.6;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 70px 0;
    flex-wrap: wrap;
}

.hero-feature {
    text-align: center;
    max-width: 220px;
    background: rgba(255,255,255,0.08);
    padding: 35px 25px;
    border-radius: 8px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.15);
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.hero-feature:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.12);
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}

.hero-feature i {
    font-size: 3em;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-feature h3 {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 15px;
    color: white;
}

.hero-feature p {
    font-size: 0.95em;
    color: rgba(255,255,255,0.9);
    line-height: 1.5;
}

.hero-buttons {
    margin-top: 50px;
}

.hero-buttons .btn {
    margin: 0 15px;
    padding: 15px 35px;
    font-size: 1.1em;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary {
    background: #fff;
    color: #1e3932;
    border: 2px solid #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    font-weight: 600;
}

.btn-primary:hover {
    background: #f8f9fa;
    color: #0d1f1a;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.btn-outline {
    background: transparent;
    border: 2px solid white;
    color: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.btn-outline:hover {
    background: rgba(255,255,255,0.1);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Service Block */
.service-block {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 30px 20px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.service-block .icon-custom {
	color: #1e3932 !important;
	border: 2px solid #1e3932 !important;
	background: transparent !important;
	width: 60px;
	height: 60px;
	line-height: 56px;
	border-radius: 50%;
	margin: 0 auto 20px;
	font-size: 24px !important;
	transition: all 0.3s ease;
}
.service-block:hover .icon-custom {
	background: #1e3932 !important;
	color: white !important;
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(30, 57, 50, 0.3);
}
.service-block .heading-md {
	color: #2c3e50;
	font-size: 1.2em;
	margin-bottom: 15px;
}
.service-block p {
	color: #7f8c8d;
	line-height: 1.6;
	font-size: 0.95em;
}

/* VPS Preview Section */
.vps-preview-section {
    background: #f8f9fa;
    padding: 80px 0;
    margin: 0;
}


.vps-preview-package {
    background: white;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.vps-preview-package:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    border-color: #1e3932;
}

.vps-preview-package.featured {
    border-color: #1e3932;
    box-shadow: 0 8px 30px rgba(30, 57, 50, 0.2);
}

.vps-preview-package.featured:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(30, 57, 50, 0.3);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #1e3932, #2d5a4a);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(30, 57, 50, 0.3);
}

.package-header {
    margin-bottom: 25px;
}

.package-name {
    font-size: 1.1em;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    font-family: 'Courier New', monospace;
}

.package-region {
    color: #7f8c8d;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.package-region i {
    color: #1e3932;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    flex-grow: 1;
}

.package-features li {
    padding: 8px 0;
    color: #5a6c7d;
    font-size: 0.95em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-bottom: 1px solid #f1f3f4;
}

.package-features li:last-child {
    border-bottom: none;
}

.package-features li i {
    color: #1e3932;
    width: 16px;
    text-align: center;
}

.package-price {
    margin-top: auto;
}

.package-price .price {
    font-size: 2.2em;
    font-weight: 700;
    color: #1e3932;
    margin-bottom: 10px;
}

.package-price .price span {
    font-size: 0.5em;
    color: #7f8c8d;
    font-weight: 400;
}

.trial-note {
    background: linear-gradient(135deg, #e8f5e8, #f0f8f0);
    color: #2d5a4a;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #d4edda;
}

.trial-note i {
    color: #28a745;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5em;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    
    .hero-feature {
        max-width: 300px;
    }
    
    .hero-buttons .btn {
        display: block;
        margin: 15px auto;
        width: 250px;
    }
    
    .vps-preview-section {
        padding: 60px 0;
    }
    
    .vps-preview-package {
        margin-bottom: 30px;
    }
}
