/* ===== FONT IMPORTS ===== */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

/* ===== RESET & BASE STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Pretendard, sans-serif !important;
}

body {
    font-size: 14px;
    background: #fff !important;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

html {
    overflow-y: scroll;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
    line-height: 1.4;
}

h3 {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
}

ul, ol {
    list-style-position: inside;
}

/* ===== LAYOUT CONTAINERS ===== */
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.section {
    padding: 2.5rem 0;
}

/* ===== HERO SECTIONS ===== */
.hero {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.hero img {
    max-width: 80%;
    height: auto;
}

.hero.capri {
    background-image: url('/img/capri/top.png');
}

.hero.pico {
    background-image: url('/img/pico/top.png');
}

.hero.shine {
    background-image: url('/img/shine/top.png');
}

.hero.airnox {
    background-image: url('/img/airnox/top.png');
}

.hero.contour {
    background-image: url('/img/contour/top.png');
}

.hero.skinbooster {
    background-image: url('/img/skinbooster/top.png');
}

.hero.threadlift {
    background-image: url('/img/threadlift/top.png');
}

.hero.radiesse {
    background-image: url('/img/radiesse/top.png');
}

.hero.saxenda {
    background-image: url('/img/saxenda/top.png');
}

.hero.scultra {
    background-image: url('/img/scultra/top.png');
}
.hero.miracell {
    background-image: url('/img/miracell/top.png');
}
/* ===== VIDEO SECTION ===== */
.video-section {
    height: auto;
    background: #000;
}

.video-container {
    width: 100%;
}

.video-container video {
    width: 100%;
    display: block;
}

/* ===== FEATURE SECTIONS ===== */
.feature-section {
    padding: 2.5em 0;
}

.feature-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.feature-image, 
.feature-text {
    width: 100%;
}

.feature-text {
    padding: 0 1rem;
}

.feature-title {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 0.5em;
    text-align: center;
}

.feature-subtitle {
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 1em;
    text-align: center;
}

.feature-description {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
}

/* ===== TECH SECTION ===== */
.tech-section {
    text-align: center;
    padding: 2.5em 0;
}

.section-title {
    font-size: 1.8em;
    font-weight: 300;
    margin-bottom: 1em;
    text-align: center;
}

.section-title-large {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 1em 0;
    text-align: center;
}

.section-text {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.5em;
    text-align: center;
}

/* ===== PRODUCT INFO SECTION ===== */
.product-info-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
}

.product-info {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.product-image {
    margin-bottom: 15px;
    text-align: center;
}

.product-image img {
    width: 80px;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
}

.product-details h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #333;
    text-align: center;
}

.product-details p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    text-align: center;
}

/* ===== FEATURES GRID ===== */
.features-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    margin: 2em 0;
}

.feature-card {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 1.5em;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.feature-card h3 {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #333;
    text-align: center;
}

.feature-card p, 
.feature-card ul {
    font-size: 0.95em;
    line-height: 1.6;
    color: #666;
}

.feature-card ul {
    padding-left: 1em;
}

.feature-card li {
    margin-bottom: 0.5em;
}

/* ===== BEFORE & AFTER STYLES ===== */
.before-after-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
}

.before-after-item {
    text-align: center;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.before-after-item h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
}

.before-after-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.before-after-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.before-image, .after-image {
    position: relative;
}

.before-image img, .after-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.image-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.case-description {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* ===== CANDIDATES GRID STYLES ===== */
.candidates-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
}

.candidate-card {
    background: white;
    padding: 20px 15px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.candidate-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.candidate-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #ff6b6b, #ffa500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.candidate-card h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
}

.candidate-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* ===== PROCESS STYLES ===== */
.process-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
}

.process-step {
    display: flex;
    align-items: flex-start;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.process-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.process-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ff6b6b, #ffa500);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}

.process-content h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #333;
}

.process-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* ===== FAQ SECTION ===== */
.faq-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 1.5em 0;
}

.faq-item {
    margin-bottom: 1.2em;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.2em;
}

.faq-question {
    font-size: 1.1em;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.8em;
    position: relative;
    padding-left: 25px;
}

.faq-question:before {
    content: "\f059";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    color: #801717;
}

.faq-answer {
    font-size: 0.95em;
    color: #666;
    line-height: 1.6;
    padding-left: 25px;
}

/* ===== TREATMENT AREAS SECTION ===== */
.areas-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 1.5em 0;
}

.areas-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.area-item {
    display: inline-block;
    padding: 8px 16px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 0.95em;
    color: #333;
    border: 1px solid #ddd;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.area-item:hover {
    background-color: #e0e0e0;
    color: #000;
    border-color: #ccc;
}

/* ===== SECTION BACKGROUNDS ===== */
.section-light {
    background-color: #f8f9fa;
}

.section-beige {
    background-color: #faf8f5;
}

.section-dark {
    background-color: #000;
    color: #fff;
}

/* ===== MECHANISM GRID ===== */
.mechanism-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
}

.mechanism-step {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.mechanism-step img {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px;
}

.mechanism-step h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
}

.mechanism-step p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
}

/* ===== RESPONSIVE STYLES ===== */
@media (min-width: 576px) {
    .product-info-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .candidates-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .before-after-images {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    
    .hero {
        height: 400px;
    }
    
    .feature-title {
        font-size: 2.2em;
    }
    
    .feature-subtitle {
        font-size: 1.3em;
    }
    
    .section-title-large {
        font-size: 1.8rem;
    }
    
    .process-container {
        grid-template-columns: repeat(2, 1fr);
    }
} 