/* ========================================
   폰트 선언
======================================== */
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('../fonts/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #fff;
    background: #000;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

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

/* ========================================
   히어로 섹션
======================================== */
.hero-section {
    background-image: url('/images/mobile/hero-section.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -30px;
}

.hero-section .hero-content {
    text-align: center;
    padding: 100px 20px 130px;
    font-family: 'Paperlogy', sans-serif;
}

.hero-title {
    color: #FF0000;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    margin-bottom: 5px;
}

.hero-subtitle {
    font-family: 'Pretendard', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-gif {
    margin-bottom: 60px;
    width: 80%;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
}

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

.hero-golden {
    color: #FF0000;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 120px;
}

.hero-golden .bold {
    font-weight: 700;
}

.hero-desc {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}

/* ========================================
   Flow 섹션
======================================== */
.flow-section {
    background-image: url('/images/mobile/flow.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.flow-content {
    text-align: center;
    padding: 80px 0 80px;
}

.flow-siren {
    max-width: 15%;
    height: auto;
    margin-bottom: 10px;
}

.flow-text {
    font-family: 'Paperlogy', sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 300;
}

.flow-text .bold {
    font-weight: 700;
}

.flow-text .red {
    color: #FF0000;
}

.flow-text.red {
    color: #FF0000;
    font-weight: 400;
}

.flow-text-last {
    margin-bottom: 40px;
    font-weight: 400;
}

.flow-arrow {
    max-width: 75%;
    height: auto;
    margin-bottom: 30px;
}

/* Caution Tape */
.caution-tape {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
}

.caution-tape-top {
    top: 0;
    transform: translateY(-50%);
}

.caution-tape-bottom {
    bottom: 0;
    transform: translateY(50%);
}

.banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.banner-inner .badge {
    background: #e53935;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 20px;
}

.banner-inner .phone-number {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    letter-spacing: 1px;
}

/* ========================================
   24시 변호사 직접상담
======================================== */
.direct-consult {
    background: #e53935;
    padding: 15px 20px;
    text-align: center;
}

.direct-consult p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.direct-consult .highlight {
    color: #ffd700;
}

/* ========================================
   검사출신 소개 섹션
======================================== */
.prosecutor-intro {
    background: #1a4a8c;
    padding: 50px 20px;
}

.intro-container {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.intro-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin-bottom: 15px;
}

.intro-title {
    font-family: 'Paperlogy', serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
}

.intro-features {
    text-align: left;
}

.prosecutor-intro .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.prosecutor-intro .feature-item:last-child {
    border-bottom: none;
}

.prosecutor-intro .check-icon {
    width: 22px;
    height: 22px;
    background: #fff;
    color: #1a4a8c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.prosecutor-intro .feature-item span:last-child {
    font-size: 14px;
    color: #fff;
}

/* ========================================
   변호사 프로필 섹션
======================================== */
.lawyer-section {
    background: #055DF5;
    position: relative;
    padding-top: 90px;
    padding-bottom: 240px;
}

.lawyer-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: #000000;
    z-index: 0;
}

.lawyer-image {
    display: block;
    width: 100%;
    height: auto;
}

.lawyer-content-wrapper {
    position: absolute;
    bottom: 10px;
    left: 5%;
    right: 5%;
    z-index: 1;
}

.lawyer-text-overlay {
    text-align: left;
    margin-bottom: 15px;
    padding-left: 5%;
}

.lawyer-text-overlay .lawyer-desc {
    font-family: 'Paperlogy';
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 300;
}

.lawyer-text-overlay .highlight-cyan {
    color: #00EEFF;
    font-weight: 900;
}

.lawyer-text-overlay .lawyer-name {
    font-size: 18px;
    color: #fff;
}

.lawyer-text-overlay .lawyer-name .name {
    font-family: 'Paperlogy', sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.lawyer-text-overlay .lawyer-name .title {
    font-weight: 300;
}

.lawyer-career-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 10px 20px 20px;
}

.lawyer-career-box .career-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lawyer-career-box .career-list li {
    font-family: 'Pretendard';
    font-size: 10px;
    color: #000;
    line-height: 1.6;
    padding-left: 7px;
    text-indent: -7px;
}

.lawyer-career-box .career-list li::before {
    content: "·";
    font-weight: bold;
    padding-right: 5px;
}

/* ========================================
   경험 섹션
======================================== */
.experience-section {
    background-image: url('/images/mobile/experience-section.png');
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #000;
}

.experience-content {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}

.experience-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.experience-subtitle {
    font-family: 'Paperlogy', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.experience-subtitle .text-red-bold {
    color: #ff0000;
    font-weight: 700;
}

/* ========================================
   사기유형 카드
======================================== */
.scam-type-card {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 30px 0 20px;
    text-align: center;
    max-width: 90%;
    margin: 50px auto 0;
    position: relative;
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scam-type-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0066ff;
    color: #fff;
    font-family: 'Paperlogy', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    width: 135px;
    border-radius: 15px;
}

.scam-type-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.scam-type-text {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scam-type-text .text-blue {
    color: #0066ff;
    font-weight: 700;
}

.quote-top,
.quote-bottom {
    display: block;
    width: 12px;
    margin: 0 auto;
}

.quote-top {
    margin-bottom: 10px;
}

.quote-bottom {
    margin-top: 10px;
    transform: rotate(180deg);
}

/* ========================================
   샘플 섹션
======================================== */
.sample-section {
    background-color: #353F4F;
    position: relative;
    padding: 65px 0;
    margin-top: 0;
    margin-bottom: 0;
    clip-path: polygon(
        0 0,
        40% 0,
        50% 30px,
        60% 0,
        100% 0,
        100% calc(100% - 30px),
        60% calc(100% - 30px),
        50% 100%,
        40% calc(100% - 30px),
        0 calc(100% - 30px)
    );
}

.sample-content {
    text-align: center;
}

.sample-text {
    font-family: 'Paperlogy', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.sample-text .text-blue {
    color: #0066ff;
    font-weight: 700;
}

.marquee-slider {
    width: 100%;
    margin: 30px 0 15px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    gap: 10px;
}

.marquee-track img {
    height: 250px;
    width: auto;
    flex-shrink: 0;
}

.sample-features {
    margin-top: 0;
    padding: 0;
}

.sample-feature-item {
    text-align: center;
    padding: 15px 0;
}

.sample-feature-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0066ff;
    line-height: 1.2;
    margin-bottom: 8px;
}

.sample-feature-desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
}

.sample-feature-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    width: 90%;
}

.lawyer-container {
    max-width: 400px;
    margin: 0 auto;
}

.profile-area {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 25px;
}

.profile-image {
    width: 140px;
    height: 180px;
    background: linear-gradient(135deg, #333 0%, #222 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 13px;
    border: 2px solid #c9a227;
    flex-shrink: 0;
}

.profile-info {
    padding-top: 10px;
}

.profile-label {
    color: #c9a227;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.profile-name {
    font-family: 'Paperlogy', serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 8px;
}

/* ========================================
   상담 신청 폼
======================================== */
.contact-section {
    background: #000;
    padding: 20px 20px 50px;
}

.contact-container {
}

.contact-header {
    text-align: center;
    margin-bottom: 30px;
}

.contact-intro {
    font-family: 'Paperlogy', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact-intro .text-blue {
    color: #0066ff;
    font-weight: 700;
}

.contact-title {
    font-family: 'Paperlogy', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
}

.contact-title .text-red {
    color: #ff0000;
    font-weight: 900;
}

.field-label {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
}

.contact-form {
    max-width: 100%;
}

.form-field {
    margin-bottom: 15px;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 16px;
    background: #444;
    border: 1px solid #555;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
    -webkit-appearance: none;
    appearance: none;
}

.form-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.form-field input::placeholder {
    color: #aaa;
}

.form-field input:focus,
.form-field select:focus {
    outline: none;
    border-color: #c9a227;
}

.checkbox-field {
    display: flex;
    align-items: center;
    gap: 5px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

.checkbox-label span {
    font-size: 14px;
    color: #fff;
}

.privacy-link {
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
}

.submit-btn {
    width: auto;
    padding: 8px 20px;
    background: #055DF5;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 136, 255, 0.3);
}

/* ========================================
   Footer
======================================== */
footer {
    background: #000;
    color: #999;
    padding: 40px 20px 40px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.footer-left,
.footer-right {
    width: 100%;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    height: 40px;
    width: auto;
    display: block;
}

.footer-right {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-info p {
    font-size: 11px;
    line-height: 1.8;
}


.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    font-size: 12px;
    color: #999;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

/* ========================================
   하단 고정 바 (PC)
======================================== */
.fixed-bottom-bar-pc {
    display: none;
}

@media (min-width: 768px) {
    .fixed-bottom-bar-pc {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        height: 80px;
        z-index: 999;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .fixed-bar-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        gap: 20px;
        padding: 0 20px;
    }

    .fixed-bar-title {
        font-family: 'Paperlogy', sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #000;
    }

    .fixed-bar-title .text-red {
        color: #ff0000;
    }

    .fixed-bar-input {
        width: 280px;
        height: 44px;
        padding: 0 15px;
        border: 1px solid #000;
        border-radius: 22px;
        font-size: 16px;
        font-family: inherit;
        color: #333;
    }

    .fixed-bar-input::placeholder {
        color: #999;
    }

    .fixed-bar-select {
        width: 160px;
        height: 44px;
        padding: 0 30px 0 15px;
        border: 1px solid #000;
        border-radius: 22px;
        font-size: 16px;
        font-family: inherit;
        color: #333;
        background: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 10px center;
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
    }

    .fixed-bar-checkbox {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        margin-right: -15px;
    }

    .fixed-bar-checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px;
        padding: 0;
        border-radius: 4px;
        cursor: pointer;
        -webkit-appearance: checkbox;
        appearance: checkbox;
    }

    .fixed-bar-checkbox span {
        font-size: 16px;
        color: #333;
    }

    .fixed-bar-privacy-link {
        font-size: 16px;
        color: #666;
        text-decoration: underline;
    }

    .fixed-bar-submit {
        height: 44px;
        padding: 0 30px;
        background: #055DF5;
        border: none;
        border-radius: 22px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.3s;
    }

    .fixed-bar-submit:hover {
        background: #0449c7;
    }

    body {
        padding-bottom: 80px;
    }
}

/* 768px ~ 1200px 태블릿/소형 PC */
@media (min-width: 768px) and (max-width: 1200px) {
    .fixed-bottom-bar-pc {
        height: 60px;
    }

    .fixed-bar-inner {
        gap: 12px;
        padding: 0 15px;
    }

    .fixed-bar-title {
        font-size: 20px;
    }

    .fixed-bar-input {
        width: 180px;
        height: 36px;
        padding: 0 12px;
        border-radius: 18px;
        font-size: 13px;
    }

    .fixed-bar-select {
        width: 110px;
        height: 36px;
        padding: 0 25px 0 12px;
        border-radius: 18px;
        font-size: 13px;
    }

    .fixed-bar-checkbox {
        gap: 5px;
        margin-right: -10px;
    }

    .fixed-bar-checkbox input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

    .fixed-bar-checkbox span {
        font-size: 13px;
    }

    .fixed-bar-privacy-link {
        font-size: 13px;
    }

    .fixed-bar-submit {
        height: 36px;
        padding: 0 20px;
        border-radius: 18px;
        font-size: 14px;
    }

    body {
        padding-bottom: 60px;
    }
}

/* ========================================
   Floating Action Buttons (모바일 기본)
======================================== */
.floating-buttons {
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.floating-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.floating-btn img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.floating-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}

.floating-btn.kakao {
    background: #FFFFFF;
    color: #000;
}

.floating-btn.phone {
    background: #FFFFFF;
    display: none;
}

.floating-btn.blog {
    background: #FFFFFF;
}

/* ========================================
   하단 고정 바 (모바일 기본)
======================================== */
.fixed-bottom-buttons {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 80px;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.fixed-btn-left,
.fixed-btn-right {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background 0.3s;
}

.fixed-btn-left img,
.fixed-btn-right img {
    height: 30px;
    width: auto;
}

.fixed-btn-left:active,
.fixed-btn-right:active {
    background: #f5f5f5;
}

.fixed-btn-divider {
    width: 1px;
    height: 60%;
    background: #e0e0e0;
    align-self: center;
}

body {
    padding-bottom: 80px;
}

/* ========================================
   작은 화면 대응
======================================== */
@media (max-width: 360px) {
    .timer-display {
        font-size: 72px;
        letter-spacing: 5px;
    }

    .highlight-title .text-red,
    .highlight-title .text-white {
        font-size: 36px;
        letter-spacing: 8px;
    }

    .banner-inner .phone-number {
        font-size: 20px;
    }
}

/* ========================================
   반응형 (데스크톱 - PC 버전)
======================================== */
@media (min-width: 768px) {
    /* PC: 하단 고정 바 숨김 */
    .fixed-bottom-buttons {
        display: none;
    }

    body {
        padding-bottom: 0;
    }

    /* PC: Footer 스타일 */
    footer {
        padding: 60px 20px 120px;
    }

    .footer-logo img {
        height: 60px;
    }

    .footer-info p {
        font-size: 12px;
    }

    /* PC 이미지로 변경 */
    .hero-section {
        background-image: url('/images/pc/hero-section.png');
        background-size: cover;
        background-position: center;
        margin-top: 0;
    }

    .flow-section {
        background-image: url('/images/pc/flow.png');
    }

    .experience-section {
        background-image: url('/images/pc/experience-section.png');
    }

    .sample-section {
        padding: 100px 20px;
        margin-bottom: 0;
        clip-path: polygon(
            0 0,
            calc(50% - 60px) 0,
            50% 60px,
            calc(50% + 60px) 0,
            100% 0,
            100% calc(100% - 60px),
            calc(50% + 60px) calc(100% - 60px),
            50% 100%,
            calc(50% - 60px) calc(100% - 60px),
            0 calc(100% - 60px)
        );
    }

    /* PC: 내부 콘텐츠 너비 600px */
    .hero-content,
    .flow-content,
    .experience-content,
    .sample-content,
    .contact-container,
    .footer-content {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .footer-left {
        align-self: flex-start;
    }

    .lawyer-section {
        padding-top: 120px;
        padding-bottom: 400px;
    }

    .lawyer-image {
        max-width: 600px;
        margin: 0 auto;
    }

    .lawyer-content-wrapper {
        left: 50%;
        transform: translateX(-50%);
        max-width: 600px;
        width: 90%;
        bottom: 20px;
    }

    .lawyer-section::after {
        height: 400px;
    }

    /* PC: hero-content 마진 조정 */
    .hero-section .hero-content {
        padding: 150px 20px 240px;
    }

    /* PC: flow-content 마진 조정 */
    .flow-content {
        padding: 120px 20px 120px;
    }

    /* PC: 폰트 크기 조정 */
    /* 히어로 섹션 */
    .hero-gif {
        margin-bottom: 120px;
    }

    .hero-title {
        font-size: 60px;
        margin: 0;
        margin-bottom: 20px;
    }

    .hero-subtitle {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .hero-golden {
        font-size: 60px;
    }

    .hero-desc {
        font-size: 36px;
    }

    /* Flow 섹션 */
    .flow-text {
        font-size: 40px;
    }

    /* 변호사 섹션 */
    .lawyer-text-overlay .lawyer-desc {
        font-size: 32px;
    }

    .lawyer-text-overlay .lawyer-name {
        font-size: 36px;
    }

    .lawyer-text-overlay .lawyer-name .name {
        font-size: 40px;
    }

    .lawyer-career-box .career-list li {
        font-size: 18px;
        padding-left: 11px;
        text-indent: -11px;
    }

    /* 경험 섹션 */
    .experience-title,
    .experience-subtitle {
        font-size: 50px;
    }

    .scam-type-badge {
        font-size: 36px;
        width: 220px;
        border-radius: 25px;
    }

    .scam-type-card {
        min-height: 230px;
        width: 100%;
        padding: 50px 0 40px;
        max-width: 100%;
        margin: 70px 0 0 0;
        border-radius: 20px;
    }

    .quote-top,
    .quote-bottom {
        width: 24px;
    }

    .scam-type-text {
        font-size: 26px;
        min-height: 135px;
    }

    /* 샘플 섹션 */
    .sample-text {
        font-size: 50px;
    }

    .sample-features {
        padding: 0;
    }

    .sample-feature-divider {
        width: 100%;
    }

    .sample-feature-title {
        font-size: 34px;
    }

    .sample-feature-desc {
        font-size: 28px;
    }

    /* 상담 섹션 */
    .contact-intro {
        font-size: 44px;
    }

    .contact-title {
        font-size: 56px;
    }

    .field-label {
        font-size: 22px;
    }

    .form-field input,
    .form-field select {
        font-size: 22px;
    }

    .submit-btn {
        font-size: 30px;
        padding: 15px 40px;
    }

    /* 개인정보 동의 */
    .checkbox-label input[type="checkbox"] {
        width: 24px;
        height: 24px;
    }

    .checkbox-label span {
        font-size: 20px;
    }

    .privacy-link {
        font-size: 20px;
    }

    /* 푸터 */
    .footer-info p {
        font-size: 18px;
    }

    .footer-links a {
        font-size: 18px;
    }

    /* PC: Floating Buttons */
    .floating-buttons {
        bottom: 100px;
        right: 30px;
    }

    .floating-btn {
        width: 60px;
        height: 60px;
    }

    .floating-btn img {
        width: 35px;
        height: 35px;
    }

    .floating-btn.phone {
        display: flex;
    }

}

