/* ===== 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: 14.5px;
    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.4em;
    font-weight: 500;
    text-align: center;
}

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

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

.section {
    padding: 4rem 0;
}

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

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

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

.hero.dermashine {
    background-image: url('/img/dermashine/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.thread {
    background-image: url('/img/thread/top.png');
}

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

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


.hero.saxenda {
    background-image: url('/img/saxenda/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: 5em 0;
}

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

.feature-image, 
.feature-text {
    flex: 1;
}

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

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

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

.feature-description {
    font-size: 1.25em;
    font-weight: 200;
    line-height: 1.8;
}

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

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

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

.section-text {
    font-size: 1.25em;
    line-height: 1.8;
    margin-bottom: 2em;
    text-align: center;
}

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

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

.product-info:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.product-image {
    margin-bottom: 20px;
}

.product-image img {
    width: 121px;
    height: auto;
    object-fit: contain;
}

.product-details h5 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.product-details p {
    font-size: 1em;
    line-height: 1.6;
    color: #666;
}

/* ===== FEATURES GRID ===== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 3em 0;
}

.feature-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

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

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

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

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

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

.before-after-item {
    text-align: center;
}

.before-after-item h4 {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #333;
}

.before-after-item img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* ===== CANDIDATES GRID ===== */
.candidates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

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

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

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

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

.candidate-card p {
    font-size: 0.95em;
    line-height: 1.5;
    color: #666;
}

/* ===== PROCESS STYLES ===== */
.process-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

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

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

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

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

.process-content p {
    font-size: 1em;
    line-height: 1.5;
    color: #666;
}

/* ===== FAQ SECTION ===== */
.faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2em 0;
}

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

.faq-question {
    font-size: 1.2em;
    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: 1.1em;
    color: #666;
    line-height: 1.6;
    padding-left: 25px;
}

/* ===== TREATMENT AREAS SECTION ===== */
.areas-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2em 0;
}

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

.area-item {
    display: inline-block;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 30px;
    font-size: 1.1em;
    color: #333;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

.area-item:hover {
    background: #801717;
    color: white;
    border-color: #801717;
}

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

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

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

/* ===== MECHANISM STYLES ===== */
.mechanism-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

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

.mechanism-step img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
}

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

.mechanism-step p {
    font-size: 0.95em;
    line-height: 1.5;
    color: #666;
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 1100px) {
    .container {
        width: 95%;
    }
}

@media (max-width: 1024px) {
    .product-info-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .candidates-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .before-after-container {
        grid-template-columns: 1fr;
    }

    .process-container {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 768px) {
    .feature-content {
        flex-direction: column;
    }
    
    .feature-text {
        padding: 2rem 0;
    }
    
    .product-info-container {
        grid-template-columns: 1fr;
    }
    
    .candidates-grid {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .mechanism-grid {
        grid-template-columns: 1fr;
    }
    
    .section-title, 
    .section-title-large {
        font-size: 2em;
    }
    
    .feature-title {
        font-size: 2.5em;
    }
    
    .hero {
        height: 400px;
    }
} 