/*
Theme Name: 옥상환풍기교체 전문
Theme URI: https://have8have8.com
Author: 옥상환풍기교체
Description: 서울·경기·인천 옥상 환풍기 교체 전문 업체 테마
Version: 1.0
Text Domain: hwanpunggi
*/

/* ===== CSS Variables ===== */
:root {
    --primary: #1565C0;
    --primary-dark: #0D47A1;
    --accent: #F57C00;
    --accent-hover: #E65100;
    --secondary: #263238;
    --light: #F5F7FA;
    --white: #ffffff;
    --dark: #1a1a2e;
    --text: #444444;
    --text-light: #777777;
    --border: #e0e0e0;
    --shadow: 0 2px 10px rgba(0,0,0,0.1);
    --shadow-hover: 0 5px 20px rgba(0,0,0,0.15);
    --radius: 8px;
    --transition: all 0.3s ease;
}

/* ===== Reset & Base ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.7;
}
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary-dark); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ===== Typography ===== */
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.3; color: var(--secondary); }
.section-title { font-size: 2rem; text-align: center; margin-bottom: 0.5rem; }
.section-subtitle { font-size: 1rem; text-align: center; color: var(--text-light); margin-bottom: 3rem; }
.section-divider { width: 60px; height: 4px; background: var(--primary); margin: 1rem auto 1.5rem; border-radius: 2px; }

/* ===== Layout ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; }
.section-alt { background: var(--light); }

/* ===== Buttons ===== */
.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    text-align: center;
    font-family: inherit;
}
.btn-primary { background: var(--primary); color: var(--white); }
.btn-primary:hover { background: var(--primary-dark); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.btn-accent { background: var(--accent); color: var(--white); }
.btn-accent:hover { background: var(--accent-hover); color: var(--white); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid var(--white); }
.btn-outline:hover { background: var(--white); color: var(--primary); }
.btn-lg { padding: 16px 40px; font-size: 1.1rem; }

/* ===== Header ===== */
#masthead {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: var(--transition);
}
#masthead .container { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.site-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon {
    width: 46px; height: 46px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 1.1rem; font-weight: 900; line-height: 1;
}
.logo-text { display: flex; flex-direction: column; }
.logo-name { font-size: 1.25rem; font-weight: 900; color: var(--secondary); line-height: 1.1; }
.logo-name span { color: var(--primary); }
.logo-tagline { font-size: 0.62rem; color: var(--text-light); letter-spacing: 0.04em; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 5px; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 25px; height: 2px; background: var(--secondary); transition: var(--transition); }
#primary-navigation ul { display: flex; align-items: center; gap: 4px; }
#primary-navigation ul li a { display: block; padding: 8px 13px; color: var(--text); font-weight: 500; font-size: 0.92rem; border-radius: var(--radius); transition: var(--transition); }
#primary-navigation ul li a:hover { background: var(--light); color: var(--primary); }
.header-cta { background: var(--primary) !important; color: var(--white) !important; padding: 8px 18px !important; }
.header-cta:hover { background: var(--primary-dark) !important; color: var(--white) !important; }
.header-phone { background: var(--accent) !important; color: white !important; padding: 8px 16px !important; border-radius: var(--radius); font-weight: 700 !important; font-size: 0.95rem !important; display: flex !important; align-items: center; gap: 5px; }
.header-phone:hover { background: var(--accent-hover) !important; color: white !important; }

/* ===== Hero Slider (Right to Left) ===== */
.hero-slider {
    position: relative;
    height: 100vh;
    height: 100dvh;        /* 모바일 주소창 높이 보정 */
    min-height: 580px;
    overflow: hidden;
    /* padding-top 제거 → hs-slide에서 처리 */
}
.hs-track {
    display: flex;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.hs-slide {
    flex: 0 0 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 70px;     /* 헤더 높이만큼 텍스트를 내리되, 배경이미지는 전체 덮음 */
}
.hs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(10,20,50,0.75) 0%,
        rgba(10,20,50,0.50) 50%,
        rgba(10,20,50,0.20) 100%
    );
}
.hs-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
}
.hs-badge {
    display: inline-block;
    background: rgba(255,255,255,0.13);
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.95);
    padding: 7px 18px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.4rem;
    letter-spacing: 0.04em;
    backdrop-filter: blur(6px);
}
.hs-content h1 {
    font-size: 3.6rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}
.hs-accent { color: #82B1FF; }
.hs-content p {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.75;
    margin-bottom: 2.4rem;
    text-shadow: 0 1px 8px rgba(0,0,0,0.35);
}
.hs-buttons { display: flex; gap: 15px; flex-wrap: wrap; margin-bottom: 2.8rem; }
.hs-stats { display: flex; gap: 36px; flex-wrap: wrap; }
.hs-stat { text-align: center; }
.hs-stat-num { display: block; font-size: 1.9rem; font-weight: 900; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.4); }
.hs-stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.6); }

/* Slider Prev/Next */
.hs-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px; height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.13);
    border: 1.5px solid rgba(255,255,255,0.3);
    color: white;
    font-size: 1.7rem;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: var(--transition);
    backdrop-filter: blur(6px);
    line-height: 1;
}
.hs-btn:hover { background: rgba(255,255,255,0.28); transform: translateY(-50%) scale(1.08); }
.hs-prev { left: 28px; }
.hs-next { right: 28px; }

/* Slider Dots */
.hs-dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex; gap: 10px;
    z-index: 10;
}
.hs-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.38);
    cursor: pointer; border: none;
    transition: all 0.35s;
    padding: 0;
}
.hs-dot.active { background: white; width: 32px; border-radius: 5px; }

/* Progress bar */
.hs-progress {
    position: absolute;
    bottom: 0; left: 0;
    height: 4px;
    background: rgba(255,255,255,0.55);
    width: 0;
    z-index: 10;
    transition: none;
}
.hs-progress.running {
    width: 100%;
    transition: width 5s linear;
}

/* ===== Hook Strip ===== */
.hook-strip {
    background: var(--secondary);
    border-top: 3px solid var(--primary);
}
.hook-strip-items { display: flex; align-items: stretch; }
.hook-strip-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 15px;
    text-align: center;
    gap: 4px;
    cursor: default;
}
.hook-strip-item:hover { background: rgba(255,255,255,0.05); }
.hook-strip-divider { width: 1px; background: rgba(255,255,255,0.1); flex-shrink: 0; }
.hook-strip-icon { font-size: 1.6rem; }
.hook-strip-label { font-size: 1rem; font-weight: 800; color: #fff; }
.hook-strip-desc { font-size: 0.75rem; color: rgba(255,255,255,0.55); }

/* ===== Feature Cards ===== */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.feature-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 35px 22px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border-bottom: 4px solid transparent;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-bottom-color: var(--primary); }
.feature-icon {
    width: 70px; height: 70px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
}
.feature-number { font-size: 1.8rem; font-weight: 900; color: var(--primary); margin-bottom: 0.4rem; }
.feature-title { font-size: 1rem; font-weight: 700; color: var(--secondary); margin-bottom: 0.5rem; }
.feature-desc { font-size: 0.85rem; color: var(--text-light); line-height: 1.6; }

/* ===== Region Cards ===== */
.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.region-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}
.region-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.region-card-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.1) 60%);
}
.region-card-body { position: relative; z-index: 1; padding: 28px 24px; }
.region-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    backdrop-filter: blur(4px);
}
.region-card h3 { font-size: 1.5rem; font-weight: 900; color: white; margin-bottom: 6px; text-shadow: 0 2px 8px rgba(0,0,0,0.4); }
.region-card p { font-size: 0.85rem; color: rgba(255,255,255,0.8); margin-bottom: 16px; }
.region-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 2px;
    transition: var(--transition);
}
.region-link:hover { color: #82B1FF; border-color: #82B1FF; }
.region-icon {
    position: absolute;
    top: 24px; right: 24px;
    font-size: 3.5rem;
    opacity: 0.25;
    z-index: 0;
}

/* ===== Process Steps ===== */
.process-steps { display: flex; gap: 0; position: relative; }
.process-steps::before {
    content: '';
    position: absolute; top: 45px; left: 10%; right: 10%;
    height: 2px; background: var(--border); z-index: 0;
}
.process-step { flex: 1; text-align: center; position: relative; z-index: 1; padding: 0 15px; }
.step-number {
    width: 90px; height: 90px;
    background: var(--white);
    border: 3px solid var(--primary);
    border-radius: 50%;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    margin: 0 auto 1.5rem;
    transition: var(--transition);
}
.process-step:hover .step-number { background: var(--primary); }
.process-step:hover .step-num { color: var(--white); }
.process-step:hover .step-label { color: rgba(255,255,255,0.7); }
.step-num { font-size: 1.5rem; font-weight: 900; color: var(--primary); line-height: 1; transition: var(--transition); }
.step-label { font-size: 0.6rem; color: var(--text-light); letter-spacing: 0.04em; transition: var(--transition); }
.step-icon { font-size: 2rem; margin-bottom: 1rem; }
.step-title { font-size: 1.1rem; font-weight: 700; color: var(--secondary); margin-bottom: 0.5rem; }
.step-desc { font-size: 0.85rem; color: var(--text-light); line-height: 1.6; }

/* ===== Gallery (Before/After) ===== */
.gallery-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 2rem; flex-wrap: wrap; }
.gallery-tab {
    padding: 9px 22px;
    border: 2px solid var(--border);
    border-radius: 25px;
    background: white;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: inherit;
    transition: var(--transition);
}
.gallery-tab:hover, .gallery-tab.active { border-color: var(--primary); background: var(--primary); color: white; }
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.gallery-item {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    background: var(--light);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item-overlay {
    position: absolute; inset: 0;
    background: rgba(21, 101, 192, 0.0);
    display: flex; align-items: center; justify-content: center;
    transition: var(--transition);
    font-size: 2rem; color: white;
}
.gallery-item:hover .gallery-item-overlay { background: rgba(21, 101, 192, 0.35); }

/* ===== Lightbox ===== */
.lightbox {
    display: none;
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox-img { max-width: 90vw; max-height: 88vh; object-fit: contain; border-radius: 4px; }
.lightbox-close {
    position: absolute; top: 20px; right: 24px;
    font-size: 2.2rem; color: white; cursor: pointer;
    background: none; border: none; line-height: 1; opacity: 0.8;
}
.lightbox-close:hover { opacity: 1; }
.lightbox-prev, .lightbox-next {
    position: absolute; top: 50%; transform: translateY(-50%);
    font-size: 2rem; color: white; cursor: pointer;
    background: rgba(255,255,255,0.1); border: none;
    width: 50px; height: 50px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: var(--transition);
}
.lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,0.25); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

/* ===== CTA Section ===== */
.cta-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 80px 0; text-align: center; color: white;
}
.cta-section h2 { font-size: 2.3rem; color: white; margin-bottom: 1rem; }
.cta-section p { font-size: 1.05rem; opacity: 0.9; margin-bottom: 2rem; }
.cta-phone {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    font-size: 2.4rem; font-weight: 900; color: white; margin: 1rem 0 2rem;
}
.cta-phone a { color: white; text-decoration: none; }
.cta-phone a:hover { opacity: 0.85; }
.cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }

/* ===== Footer ===== */
#colophon { background: var(--secondary); color: rgba(255,255,255,0.8); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 50px; }
.footer-brand .logo-name { color: white; font-size: 1.5rem; margin-bottom: 1rem; display: block; }
.footer-brand .logo-name span { color: #82B1FF; }
.footer-desc { font-size: 0.85rem; line-height: 1.8; margin-bottom: 1.5rem; color: rgba(255,255,255,0.6); }
.footer-contact-item { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; margin-bottom: 8px; }
.footer-contact-icon { width: 30px; height: 30px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; }
.footer-heading { color: white; font-size: 1rem; font-weight: 700; margin-bottom: 1.2rem; padding-bottom: 0.8rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.6); font-size: 0.85rem; transition: var(--transition); }
.footer-links a:hover { color: white; }
.footer-phone-big { font-size: 1.6rem; font-weight: 900; color: white; margin-bottom: 0.5rem; }
.footer-hours { font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-bottom: 1.2rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; font-size: 0.8rem; color: rgba(255,255,255,0.5); }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-biz-info { display: flex; gap: 15px; flex-wrap: wrap; }

/* ===== Floating CTAs ===== */
.floating-cta { position: fixed; bottom: 30px; right: 30px; z-index: 999; display: flex; flex-direction: column; gap: 10px; }
.floating-btn {
    width: 56px; height: 56px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    cursor: pointer; transition: var(--transition); text-decoration: none; border: none;
}
.floating-btn:hover { transform: scale(1.1); }
.floating-phone { background: var(--accent); color: white; }
.floating-kakao { background: #FEE500; color: #3C1E1E; font-size: 1.4rem; }
.floating-top { background: var(--secondary); color: white; font-size: 1rem; display: none; }

/* ===== 지역 페이지 슬라이더 (page-hero 아래에 위치) ===== */
.region-slider {
    height: 60vw;
    height: 60svh;
    min-height: 300px;
    max-height: 520px;
}
@media (max-width: 768px) {
    .region-slider {
        height: 70vw;
        min-height: 260px;
        max-height: 400px;
    }
}
@media (max-width: 480px) {
    .region-slider {
        height: 75vw;
        min-height: 240px;
        max-height: 340px;
    }
}

/* ===== Page Hero (region pages) ===== */
.page-hero {
    background: linear-gradient(135deg, var(--secondary) 0%, #1a3a5c 100%);
    padding: 130px 0 60px; color: white; text-align: center;
}
.page-hero h1 { font-size: 2.6rem; color: white; margin-bottom: 0.5rem; }
.page-hero p { opacity: 0.8; font-size: 1.05rem; }
.breadcrumb { display: flex; justify-content: center; gap: 10px; font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 1.5rem; }
.breadcrumb a { color: rgba(255,255,255,0.8); }
.breadcrumb a:hover { color: white; }

/* ===== Region Page Features ===== */
.region-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 2rem; }
.region-feature-item {
    background: white;
    border-radius: var(--radius);
    padding: 28px 20px;
    text-align: center;
    box-shadow: var(--shadow);
    border-top: 4px solid var(--primary);
    transition: var(--transition);
}
.region-feature-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.region-feature-icon { font-size: 2.2rem; margin-bottom: 12px; }
.region-feature-title { font-size: 1rem; font-weight: 700; color: var(--secondary); margin-bottom: 8px; }
.region-feature-desc { font-size: 0.85rem; color: var(--text-light); line-height: 1.6; }

/* ===== FAQ ===== */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; }
.faq-question {
    padding: 18px 25px; font-weight: 600; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
    background: var(--white); transition: var(--transition); user-select: none;
    font-size: 1rem; font-family: inherit;
}
.faq-question:hover { background: var(--light); }
.faq-question.active { background: var(--primary); color: white; border: none; }
.faq-toggle {
    width: 26px; height: 26px; border-radius: 50%;
    background: var(--light); display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; flex-shrink: 0; transition: var(--transition);
}
.faq-question.active .faq-toggle { background: rgba(255,255,255,0.2); color: white; transform: rotate(45deg); }
.faq-answer {
    padding: 0 25px; max-height: 0; overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 0.9rem; color: var(--text); line-height: 1.7;
}
.faq-answer.open { max-height: 400px; padding: 18px 25px; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .process-steps { flex-wrap: wrap; gap: 30px; }
    .process-steps::before { display: none; }
    .process-step { flex: 0 0 calc(50% - 15px); }
}
@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    #primary-navigation { display: none; position: absolute; top: 70px; left: 0; right: 0; background: var(--white); box-shadow: 0 5px 20px rgba(0,0,0,0.1); padding: 20px; }
    #primary-navigation.open { display: block; }
    #primary-navigation ul { flex-direction: column; gap: 5px; }
    #primary-navigation ul li a { padding: 12px 15px; }

    /* 모바일 히어로: 사진이 전체 화면에 꽉 차도록 */
    .hero-slider {
        height: 100svh;
        height: 100dvh;
        min-height: 500px;
    }
    .hs-slide {
        padding-top: 70px;          /* 헤더 여백만, 이미지는 100% 덮음 */
        background-position: center center;
    }
    .hs-overlay {
        background: linear-gradient(
            to bottom,
            rgba(10,20,50,0.55) 0%,
            rgba(10,20,50,0.30) 40%,
            rgba(10,20,50,0.65) 100%
        );
    }
    .hs-content { max-width: 100%; padding: 0 4px; }
    .hs-content h1 { font-size: 2.1rem; margin-bottom: 0.8rem; }
    .hs-content p { font-size: 0.95rem; margin-bottom: 1.6rem; }
    .hs-badge { font-size: 0.78rem; padding: 5px 14px; margin-bottom: 1rem; }
    .hs-stats { gap: 20px; }
    .hs-stat-num { font-size: 1.5rem; }
    .hs-btn { width: 42px; height: 42px; font-size: 1.3rem; }
    .hs-prev { left: 12px; }
    .hs-next { right: 12px; }

    .section-title { font-size: 1.6rem; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .region-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom-inner { flex-direction: column; text-align: center; }
    .cta-section h2 { font-size: 1.8rem; }
    .cta-phone { font-size: 1.8rem; }
    .process-step { flex: 0 0 100%; }
    .hook-strip-items { flex-wrap: wrap; }
    .hook-strip-item { flex: 0 0 50%; }
    .hook-strip-divider { display: none; }
    .region-features { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
    .container { padding: 0 15px; }
    .section { padding: 50px 0; }

    /* 소형 모바일: 사진 더 잘 보이게 */
    .hero-slider { min-height: 480px; }
    .hs-content h1 { font-size: 1.75rem; line-height: 1.25; }
    .hs-content p { font-size: 0.88rem; margin-bottom: 1.4rem; }
    .hs-buttons { flex-direction: column; gap: 10px; }
    .hs-buttons .btn { width: 100%; text-align: center; padding: 14px 20px; }
    .hs-stats { gap: 14px; }
    .hs-stat-num { font-size: 1.3rem; }
    .hs-stat-label { font-size: 0.68rem; }
    /* 통계 숫자가 너무 많으면 일부 숨김 */
    .hs-stat:nth-child(n+4) { display: none; }

    .features-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .floating-cta { bottom: 20px; right: 15px; }
    .hook-strip-item { flex: 0 0 50%; }
    .region-features { grid-template-columns: 1fr; }
    .cta-buttons { flex-direction: column; align-items: center; }
    .cta-phone { font-size: 1.5rem; }
}
