/* =========================================================
   ai_search.css — AI 검색 대응(AEO·GEO) 랜딩 v2 (증거 우선)
   톤앤매너 : blog.css / style_global.css 준용
   - 배경 교차 : #0b0e12 / #111418 / #080a0d
   - 카드 : #1c212a, border rgba(255,255,255,.05), radius 24px
   - 포인트 : #FF5F00 / 헤딩 Paperlogy-8ExtraBold / 숫자 Montserrat
   ========================================================= */


/* ---------------------------------------------------------
   0. 공통
   --------------------------------------------------------- */
.AsSection {
    position: relative;
    padding: 140px 0;
    text-align: center;
    overflow: hidden;
    scroll-margin-top: 80px;
}

.AsSection .inner,
.AsHero .inner,
.AsClose .inner {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.as-num {
    display: block;
    font-size: 80px;
    font-weight: 900;
    color: rgba(255, 95, 0, 0.12);
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: -40px;
}

.AsSection h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 25px;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    letter-spacing: -1px;
    word-break: keep-all;
}

.AsSection h2 em {
    font-style: normal;
    color: #FF5F00;
}

.as-intro {
    color: #8B95A1;
    font-size: 18px;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 70px;
    word-break: keep-all;
}

.as-intro em {
    font-style: normal;
    color: #FF5F00;
    font-weight: 700;
}

.as-caption {
    color: #6B7280;
    font-size: 13px;
    line-height: 1.6;
    max-width: 940px;
    margin: 18px auto 0;
    word-break: keep-all;
}

/* 버튼 */
.as-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 800;
    padding: 18px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
    white-space: nowrap;
}

.as-btn-primary {
    background: #FF5F00;
    color: #fff;
}

.as-btn-primary:hover,
.as-btn-primary:focus-visible {
    color: #fff;
    background: #e04e00;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(255, 95, 0, 0.3);
}

.as-btn-ghost {
    background: transparent;
    color: #D1D6DB;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.as-btn-ghost:hover,
.as-btn-ghost:focus-visible {
    color: #fff;
    border-color: #FF5F00;
}

.as-btn-lg {
    font-size: 19px;
    padding: 22px 42px;
}


/* ---------------------------------------------------------
   히어로 : 증거 먼저
   --------------------------------------------------------- */
.AsHero {
    position: relative;
    background: #0b0e12;
    padding: 150px 0 110px;
    text-align: center;
    overflow: hidden;
}

.AsHero::before {
    content: "";
    position: absolute;
    top: -260px;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    height: 680px;
    background: radial-gradient(ellipse at center, rgba(255, 95, 0, 0.13) 0%, rgba(255, 95, 0, 0) 70%);
    pointer-events: none;
}

.as-label {
    display: inline-block;
    color: #FF5F00;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 8px 18px;
    border: 1px solid rgba(255, 95, 0, 0.35);
    border-radius: 50px;
}

/* 질문 말풍선 */
.as-bubble {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #14181f;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px 22px 22px 6px;
    padding: 18px 28px;
    margin-bottom: 34px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.as-bubble-who {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #FF5F00;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.as-bubble p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    word-break: keep-all;
}

.AsHero h1 {
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -1.5px;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    margin-bottom: 22px;
    word-break: keep-all;
}

.AsHero h1 em {
    font-style: normal;
    color: #FF5F00;
}

.as-hero-sub {
    color: #8B95A1;
    font-size: 19px;
    line-height: 1.7;
    max-width: 860px;
    margin: 0 auto 56px;
    word-break: keep-all;
}

/* 4장 증거 그리드 */
.as-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    text-align: left;
}

.as-proof-card {
    margin: 0;
    background: #14181f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.as-proof-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 95, 0, 0.6);
}

.as-proof-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.as-proof-head b {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
}

.as-proof-head span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #FF5F00;
    font-size: 12px;
    font-weight: 700;
    background: rgba(255, 95, 0, 0.12);
    padding: 4px 10px;
    border-radius: 50px;
    white-space: nowrap;
}

/* 이미지 창 : 상단 일부만 보이고 아래는 페이드 */
.as-proof-img {
    position: relative;
    display: block;
    height: 520px;
    overflow: hidden;
    background: #fff;
    line-height: 0;
}

.as-proof-img img {
    display: block;
    width: 100%;
    height: auto;
}

.as-proof-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    background: linear-gradient(180deg, rgba(20, 24, 31, 0) 0%, rgba(20, 24, 31, 0.85) 70%, #14181f 100%);
    pointer-events: none;
}

.as-proof-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8B95A1;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 18px 16px;
    margin-top: auto;
}

.as-proof-card:hover .as-proof-more { color: #FF5F00; }

.as-hero-cta {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 44px;
}


/* ---------------------------------------------------------
   01. 저희에게 한 것을 그대로
   --------------------------------------------------------- */
.AsHow {
    background: #111418;
}

.as-how-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: left;
    margin-bottom: 50px;
}

.as-how {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 50px;
    background: #1c212a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 50px 45px;
    transition: border-color 0.3s ease;
}

.as-how:hover { border-color: rgba(255, 95, 0, 0.4); }

.as-how-ch {
    display: inline-block;
    color: #FF5F00;
    font-size: 13px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.as-how-head h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
    word-break: keep-all;
}

.as-how-head p {
    color: #8B95A1;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    word-break: keep-all;
}

.as-how-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.as-how-items li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.as-how-items li:first-child { padding-top: 0; }
.as-how-items li:last-child  { border-bottom: none; padding-bottom: 0; }

.as-how-items b {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.as-how-items span {
    display: block;
    color: #9CA3AF;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 10px;
    word-break: keep-all;
}

.as-how-items em {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    font-style: normal;
    color: #FF5F00;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    word-break: keep-all;
}

.as-how-items em i {
    flex: 0 0 auto;
    margin-top: 2px;
}

.as-how-link {
    grid-column: 2;
    justify-self: start;
    color: #D1D6DB;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 2px;
    margin-top: -20px;
}

.as-how-link:hover { color: #FF5F00; border-color: #FF5F00; }

.as-how-close {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 95, 0, 0.05);
    border: 1px solid rgba(255, 95, 0, 0.3);
    border-radius: 24px;
    padding: 32px 40px;
    text-align: left;
}

.as-how-close i {
    color: #FF5F00;
    font-size: 34px;
    flex: 0 0 auto;
}

.as-how-close p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    margin: 0;
    word-break: keep-all;
}

.as-how-close p em {
    font-style: normal;
    color: #FF5F00;
}


/* ---------------------------------------------------------
   02. 업종마다 다릅니다 — 미팅
   --------------------------------------------------------- */
.AsMeet {
    background: #0b0e12;
}

.as-cases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    text-align: left;
}

.as-case {
    background: #1c212a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px 32px;
    transition: all 0.4s ease;
}

.as-case:hover {
    transform: translateY(-8px);
    border-color: #FF5F00;
    background: #242b37;
}

.as-case-tag {
    display: inline-block;
    color: #FF5F00;
    font-size: 13px;
    font-weight: 800;
    background: rgba(255, 95, 0, 0.1);
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.as-case > p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 14px;
    word-break: keep-all;
}

.as-case > p b {
    color: #FF5F00;
    font-weight: 800;
}

.as-case-desc {
    display: block;
    color: #9CA3AF;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}

/* 미팅 박스 */
.as-meet-box {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 0;
    background: #14181f;
    border: 1px solid rgba(255, 95, 0, 0.4);
    border-radius: 30px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.as-meet-left {
    padding: 55px 50px;
}

.as-meet-label {
    display: inline-block;
    color: #FF5F00;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.as-meet-left h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
    word-break: keep-all;
}

.as-meet-left h3 em {
    font-style: normal;
    color: #FF5F00;
}

.as-meet-left ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.as-meet-left li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #D1D6DB;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
    word-break: keep-all;
}

.as-meet-left li i {
    flex: 0 0 auto;
    color: #FF5F00;
    font-size: 18px;
    margin-top: 3px;
}

.as-meet-note {
    color: #6B7280;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    word-break: keep-all;
}

.as-meet-right {
    background: linear-gradient(135deg, #FF5F00 0%, #d94f00 100%);
    padding: 55px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.as-meet-how {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.as-meet-right ol {
    padding-left: 22px;
    margin: 0 0 30px;
}

.as-meet-right li {
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
    word-break: keep-all;
}

.as-meet-right li b {
    font-weight: 800;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.as-meet-right .as-btn-primary {
    background: #fff;
    color: #FF5F00;
    align-self: flex-start;
}

.as-meet-right .as-btn-primary:hover {
    background: #fff;
    color: #e04e00;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.as-meet-alt {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.6;
    margin-top: 18px;
    word-break: keep-all;
}


/* ---------------------------------------------------------
   03. 3채널 맵
   --------------------------------------------------------- */
.AsMap {
    background: #111418;
}

.as-table-wrap {
    overflow-x: auto;
    margin: 50px auto 40px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #1c212a;
}

.as-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    min-width: 720px;
}

.as-table th {
    color: #8B95A1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 22px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.as-table td {
    color: #D1D6DB;
    font-size: 16px;
    line-height: 1.6;
    padding: 26px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: middle;
    word-break: keep-all;
}

.as-table tr:last-child td { border-bottom: none; }

.as-table td b {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.as-table td em {
    font-style: normal;
    color: #FF5F00;
    font-weight: 700;
}

.as-table-link {
    display: inline-block;
    margin-left: 10px;
    color: #8B95A1;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.as-table-link:hover { color: #FF5F00; border-color: #FF5F00; }

.as-map-line {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    word-break: keep-all;
}

.as-map-line em {
    font-style: normal;
    color: #FF5F00;
}


/* ---------------------------------------------------------
   04. 미팅 → 시공 → 측정
   --------------------------------------------------------- */
.AsSteps {
    background: #080a0d;
}

.as-steps {
    display: grid;
    grid-template-columns: 1fr 50px 1fr 50px 1fr;
    align-items: stretch;
    gap: 0;
    margin-bottom: 40px;
}

.as-step {
    position: relative;
    background: #1c212a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 45px 36px;
    text-align: left;
    transition: all 0.4s ease;
}

.as-step:hover {
    border-color: #FF5F00;
    transform: translateY(-8px);
}

.as-step-no {
    display: block;
    color: #FF5F00;
    font-size: 14px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

.as-step-badge {
    position: absolute;
    top: 40px;
    right: 32px;
    color: #9CA3AF;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
}

.as-step-badge.free {
    color: #fff;
    background: #FF5F00;
    border-color: #FF5F00;
}

.as-step h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    margin-bottom: 14px;
    word-break: keep-all;
}

.as-step p {
    color: #D1D6DB;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 20px;
    word-break: keep-all;
}

.as-step-result {
    display: block;
    color: #8B95A1;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    word-break: keep-all;
}

.as-step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF5F00;
    font-size: 22px;
}

.as-price-note {
    color: #6B7280;
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}


/* ---------------------------------------------------------
   05. 왜 로그통
   --------------------------------------------------------- */
.AsWhy {
    background: #0b0e12;
}

.as-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.as-why {
    background: #1c212a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 45px 32px;
    text-align: left;
}

.as-why b {
    display: block;
    color: #FF5F00;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 20px;
}

.as-why b small {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Pretendard', sans-serif;
}

.as-why p {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    margin-bottom: 12px;
    word-break: keep-all;
}

.as-why span {
    display: block;
    color: #9CA3AF;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}


/* ---------------------------------------------------------
   06. FAQ
   --------------------------------------------------------- */
.AsFaq {
    background: #111418;
}

.as-faq {
    max-width: 900px;
    margin: 40px auto 0;
    text-align: left;
}

.as-faq details {
    background: #1c212a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.25s ease;
}

.as-faq details[open] { border-color: rgba(255, 95, 0, 0.4); }

.as-faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    word-break: keep-all;
}

.as-faq summary::-webkit-details-marker { display: none; }

.as-faq summary::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    color: #FF5F00;
    font-size: 16px;
    flex: 0 0 auto;
    transition: transform 0.25s ease;
}

.as-faq details[open] summary::after { transform: rotate(180deg); }

.as-faq-a {
    color: #9CA3AF;
    font-size: 15px;
    line-height: 1.8;
    padding: 0 28px 26px;
    word-break: keep-all;
}


/* ---------------------------------------------------------
   마무리
   --------------------------------------------------------- */
.AsClose {
    position: relative;
    background: #080a0d;
    padding: 140px 0;
    text-align: center;
    overflow: hidden;
}

.AsClose::before {
    content: "";
    position: absolute;
    bottom: -300px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    height: 600px;
    background: radial-gradient(ellipse at center, rgba(255, 95, 0, 0.14) 0%, rgba(255, 95, 0, 0) 70%);
    pointer-events: none;
}

.AsClose h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.25;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    letter-spacing: -1px;
    margin-bottom: 30px;
    word-break: keep-all;
}

.AsClose h2 em {
    font-style: normal;
    color: #FF5F00;
}

.AsClose p {
    color: #8B95A1;
    font-size: 18px;
    line-height: 1.85;
    max-width: 860px;
    margin: 0 auto 30px;
    word-break: keep-all;
}

.AsClose strong {
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    margin-bottom: 40px;
}

/* 폼 상단 안내 */
.as-form-note {
    background: #0b0e12;
    padding: 30px 0 0;
}

.as-form-note .inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.as-form-note p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #D1D6DB;
    font-size: 15px;
    line-height: 1.6;
    background: rgba(255, 95, 0, 0.07);
    border: 1px solid rgba(255, 95, 0, 0.3);
    border-radius: 12px;
    padding: 14px 20px;
    margin: 0;
    word-break: keep-all;
}

.as-form-note p i { color: #FF5F00; }
.as-form-note p b { color: #FF5F00; }


/* =========================================================
   반응형 : 1200px 이하
   ========================================================= */
@media screen and (max-width: 1200px) {
    .as-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .as-how { grid-template-columns: 1fr; gap: 28px; }
    .as-how-link { grid-column: 1; margin-top: 0; }
    .as-cases { grid-template-columns: 1fr; }
    .as-why-grid { grid-template-columns: 1fr; }
    .as-steps { grid-template-columns: 1fr; gap: 14px; }
    .as-step-arrow { transform: rotate(90deg); padding: 6px 0; }
}


/* =========================================================
   반응형 : 1024px 이하
   ========================================================= */
@media screen and (max-width: 1024px) {
    .as-meet-box { grid-template-columns: 1fr; }
    .as-meet-right { padding: 40px 40px; }
}


/* =========================================================
   반응형 : 768px 이하 (모바일)
   ========================================================= */
@media screen and (max-width: 768px) {
    .AsSection { padding: 60px 0; }

    .as-num { font-size: 40px; margin-bottom: -20px; }
    .AsSection h2 { font-size: 24px; margin-bottom: 12px; letter-spacing: -0.8px; }
    .as-intro { font-size: 13px; line-height: 1.65; margin-bottom: 35px; }
    .as-caption { font-size: 11px; }

    .as-btn { font-size: 14px; padding: 14px 22px; }
    .as-btn-lg { font-size: 15px; padding: 16px 28px; }

    /* 히어로 */
    .AsHero { padding: 110px 0 60px; }
    .AsHero::before { width: 480px; height: 300px; top: -140px; }
    .as-label { font-size: 11px; letter-spacing: 1px; padding: 6px 14px; margin-bottom: 18px; }
    .as-bubble { padding: 12px 18px; gap: 10px; margin-bottom: 20px; border-radius: 16px 16px 16px 4px; }
    .as-bubble-who { width: 26px; height: 26px; font-size: 12px; }
    .as-bubble p { font-size: 15px; }
    .AsHero h1 { font-size: 26px; letter-spacing: -1px; margin-bottom: 14px; }
    .as-hero-sub { font-size: 13px; margin-bottom: 30px; }

    /* 증거 4장 : 가로 스와이프 */
    .as-proof-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .as-proof-card {
        flex: 0 0 82%;
        scroll-snap-align: start;
        border-radius: 14px;
    }
    .as-proof-card:hover { transform: none; }
    .as-proof-head { padding: 12px 14px; }
    .as-proof-head b { font-size: 13px; }
    .as-proof-head span { font-size: 11px; padding: 3px 8px; }
    .as-proof-img { height: 420px; }
    .as-proof-img::after { height: 110px; }
    .as-proof-more { font-size: 11px; padding: 10px 14px 12px; }

    .as-hero-cta { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 26px; }
    .as-hero-cta .as-btn { width: 100%; }

    /* 01 */
    .as-how-list { gap: 12px; margin-bottom: 26px; }
    .as-how { padding: 26px 22px; border-radius: 16px; gap: 18px; }
    .as-how-ch { font-size: 11px; margin-bottom: 10px; }
    .as-how-head h3 { font-size: 21px; margin-bottom: 8px; }
    .as-how-head p { font-size: 13px; }
    .as-how-items li { padding: 14px 0; }
    .as-how-items b { font-size: 15px; }
    .as-how-items span { font-size: 13px; margin-bottom: 8px; }
    .as-how-items em { font-size: 12px; }
    .as-how-link { font-size: 12px; }
    .as-how-close { flex-direction: column; gap: 12px; padding: 22px 20px; border-radius: 16px; text-align: center; }
    .as-how-close i { font-size: 26px; }
    .as-how-close p { font-size: 15px; }

    /* 02 */
    .as-cases { gap: 10px; margin-bottom: 24px; }
    .as-case { padding: 24px 20px; border-radius: 16px; }
    .as-case-tag { font-size: 11px; margin-bottom: 14px; }
    .as-case > p { font-size: 16px; margin-bottom: 10px; }
    .as-case-desc { font-size: 12px; }
    .as-meet-box { border-radius: 20px; }
    .as-meet-left { padding: 28px 22px; }
    .as-meet-label { font-size: 11px; margin-bottom: 12px; }
    .as-meet-left h3 { font-size: 21px; margin-bottom: 18px; }
    .as-meet-left li { font-size: 13px; gap: 8px; margin-bottom: 10px; }
    .as-meet-left li i { font-size: 15px; margin-top: 2px; }
    .as-meet-note { font-size: 12px; padding-top: 14px; }
    .as-meet-right { padding: 28px 22px; }
    .as-meet-how { font-size: 11px; margin-bottom: 12px; }
    .as-meet-right li { font-size: 14px; margin-bottom: 8px; }
    .as-meet-right ol { margin-bottom: 20px; }
    .as-meet-right .as-btn-primary { align-self: stretch; }
    .as-meet-alt { font-size: 12px; margin-top: 12px; }

    /* 03 */
    .as-table-wrap { margin: 28px 0 24px; border-radius: 16px; }
    .as-table th { font-size: 12px; padding: 14px 16px; }
    .as-table td { font-size: 13px; padding: 16px; }
    .as-table td b { font-size: 15px; }
    .as-table-link { display: block; margin: 6px 0 0; }
    .as-map-line { font-size: 16px; }

    /* 04 */
    .as-step { padding: 26px 22px; border-radius: 16px; }
    .as-step-badge { top: 24px; right: 20px; font-size: 11px; }
    .as-step h4 { font-size: 21px; }
    .as-step p { font-size: 13px; }
    .as-step-result { font-size: 12px; }
    .as-price-note { font-size: 12px; }

    /* 05 */
    .as-why-grid { margin-top: 30px; gap: 10px; }
    .as-why { padding: 26px 22px; border-radius: 16px; }
    .as-why b { font-size: 30px; }
    .as-why b small { font-size: 14px; }
    .as-why p { font-size: 16px; }
    .as-why span { font-size: 12px; }

    /* 06 */
    .as-faq { margin-top: 24px; }
    .as-faq summary { font-size: 14px; padding: 16px 18px; }
    .as-faq-a { font-size: 13px; padding: 0 18px 18px; }

    /* 마무리 */
    .AsClose { padding: 60px 0; }
    .AsClose h2 { font-size: 24px; margin-bottom: 18px; }
    .AsClose p { font-size: 13px; margin-bottom: 20px; }
    .AsClose strong { font-size: 17px; margin-bottom: 24px; }

    .as-form-note { padding-top: 20px; }
    .as-form-note p { font-size: 12px; padding: 10px 14px; }
}


/* =========================================================
   반응형 : 360px 이하
   ========================================================= */
@media screen and (max-width: 360px) {
    .AsHero h1 { font-size: 23px; }
    .as-bubble p { font-size: 13px; }
    .AsSection h2, .AsClose h2 { font-size: 21px; }
    .as-proof-card { flex: 0 0 88%; }
    .as-proof-img { height: 380px; }
}


/* =========================================================
   접근성
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
    .as-btn, .as-proof-card, .as-case, .as-step, .as-how { transition: none; }
    .as-btn:hover, .as-proof-card:hover, .as-case:hover, .as-step:hover { transform: none; }
}

/* ---------------------------------------------------------
   [ADD] 채널 4 — 그 외의 노하우
   --------------------------------------------------------- */
.as-how.as-how-plus {
    background: linear-gradient(135deg, #22160e 0%, #1c212a 60%);
    border-color: rgba(255, 95, 0, 0.35);
}

.as-how-plus .as-how-head h3 {
    color: #FF5F00;
}

.as-plus-lead {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    margin-bottom: 26px;
    word-break: keep-all;
}

.as-plus-lead em {
    font-style: normal;
    color: #FF5F00;
}

.as-chips {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 0;
    margin: 0 0 28px;
}

.as-chips li {
    color: #D1D6DB;
    font-size: 14px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 9px 18px;
    white-space: nowrap;
}

.as-chips li.more {
    color: #FF5F00;
    background: rgba(255, 95, 0, 0.12);
    border-color: rgba(255, 95, 0, 0.4);
    border-style: dashed;
}

.as-plus-note {
    color: #9CA3AF;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    word-break: keep-all;
}

.as-plus-note em {
    font-style: normal;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 95, 0, 0.6);
}

.as-how-plus .as-how-link {
    display: inline-block;
    grid-column: auto;
    margin-top: 0;
    color: #FF5F00;
    border-color: rgba(255, 95, 0, 0.5);
}

.as-how-plus .as-how-link:hover {
    color: #fff;
    border-color: #fff;
}

/* 03 표 : 그 외 채널 행 */
.as-table tr.as-row-plus td {
    background: rgba(255, 95, 0, 0.05);
}

.as-table tr.as-row-plus td:first-child b {
    color: #FF5F00;
}

@media screen and (max-width: 768px) {
    .as-plus-lead { font-size: 16px; margin-bottom: 18px; }
    .as-chips { gap: 6px; margin-bottom: 18px; }
    .as-chips li { font-size: 12px; padding: 7px 13px; }
    .as-plus-note { font-size: 13px; line-height: 1.7; padding-top: 16px; margin-bottom: 16px; }
}

/* ---------------------------------------------------------
   [ADD] 선점 밴드
   --------------------------------------------------------- */
.AsUrgent {
    position: relative;
    background: #080a0d;
    padding: 130px 0;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid rgba(255, 95, 0, 0.2);
    border-bottom: 1px solid rgba(255, 95, 0, 0.2);
}

.AsUrgent::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 700px;
    background: radial-gradient(ellipse at center, rgba(255, 95, 0, 0.12) 0%, rgba(255, 95, 0, 0) 70%);
    pointer-events: none;
}

.AsUrgent .inner {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.as-urgent-label {
    display: inline-block;
    color: #FF5F00;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 22px;
    padding: 8px 18px;
    border: 1px solid rgba(255, 95, 0, 0.4);
    border-radius: 50px;
}

.AsUrgent h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.25;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    letter-spacing: -1px;
    margin-bottom: 26px;
    word-break: keep-all;
}

.AsUrgent h2 em {
    font-style: normal;
    color: #FF5F00;
}

.as-urgent-lead {
    color: #8B95A1;
    font-size: 18px;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 70px;
    word-break: keep-all;
}

.as-urgent-lead em {
    font-style: normal;
    color: #fff;
    font-weight: 700;
}

/* 타임라인 */
.as-timeline {
    display: grid;
    grid-template-columns: 1fr 50px 1fr 50px 1fr;
    align-items: stretch;
    margin-bottom: 50px;
}

.as-tl-item {
    background: #1c212a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px 32px;
    text-align: left;
}

.as-tl-item.now {
    background: rgba(255, 95, 0, 0.07);
    border-color: rgba(255, 95, 0, 0.5);
}

.as-tl-item.late {
    opacity: 0.72;
}

.as-tl-when {
    display: inline-block;
    color: #8B95A1;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.06);
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 22px;
}

.as-tl-item.now .as-tl-when {
    color: #fff;
    background: #FF5F00;
}

.as-tl-item p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Paperlogy-8ExtraBold', sans-serif;
    margin-bottom: 16px;
    word-break: keep-all;
}

.as-tl-item p em {
    font-style: normal;
    color: #FF5F00;
}

.as-tl-desc {
    display: block;
    color: #9CA3AF;
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}

.as-tl-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 95, 0, 0.6);
    font-size: 20px;
}

/* 근거 박스 */
.as-urgent-proof {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 940px;
    margin: 0 auto 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 34px 40px;
    text-align: left;
}

.as-urgent-proof > i {
    color: #FF5F00;
    font-size: 32px;
    flex: 0 0 auto;
    margin-top: 2px;
}

.as-urgent-proof p {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    word-break: keep-all;
}

.as-urgent-proof p em {
    font-style: normal;
    color: #FF5F00;
}

.as-urgent-proof p span {
    display: block;
    color: #9CA3AF;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 10px;
}

.as-urgent-note {
    color: #6B7280;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 40px;
    word-break: keep-all;
}

.as-urgent-note b {
    color: #D1D6DB;
    font-weight: 700;
}


/* 선점 밴드 반응형 */
@media screen and (max-width: 1200px) {
    .as-timeline { grid-template-columns: 1fr; gap: 14px; }
    .as-tl-arrow { transform: rotate(90deg); padding: 4px 0; }
}

@media screen and (max-width: 768px) {
    .AsUrgent { padding: 60px 0; }
    .AsUrgent::before { width: 520px; height: 340px; }
    .as-urgent-label { font-size: 11px; letter-spacing: 1px; padding: 6px 14px; margin-bottom: 16px; }
    .AsUrgent h2 { font-size: 25px; margin-bottom: 14px; letter-spacing: -0.8px; }
    .as-urgent-lead { font-size: 13px; line-height: 1.7; margin-bottom: 35px; }

    .as-tl-item { padding: 24px 20px; border-radius: 16px; }
    .as-tl-when { font-size: 11px; padding: 4px 12px; margin-bottom: 14px; }
    .as-tl-item p { font-size: 17px; margin-bottom: 10px; }
    .as-tl-desc { font-size: 12px; line-height: 1.6; }
    .as-timeline { margin-bottom: 26px; }

    .as-urgent-proof {
        flex-direction: column;
        gap: 12px;
        padding: 22px 20px;
        border-radius: 16px;
        margin-bottom: 20px;
    }
    .as-urgent-proof > i { font-size: 24px; }
    .as-urgent-proof p { font-size: 15px; }
    .as-urgent-proof p span { font-size: 13px; }

    .as-urgent-note { font-size: 12px; margin-bottom: 24px; }
}

@media screen and (max-width: 360px) {
    .AsUrgent h2 { font-size: 22px; }
}