/* ============================= */
/* SECTION STYLES */
/* ============================= */

/* TRUST SECTION - 카드 남발 줄이고, 얇은 구조선으로 정리 */
.trust {
    background: linear-gradient(180deg, rgba(255,255,255,0.015), transparent 72%);
}

.trust-card {
    position: relative;
    padding: 0 0 0 20px;
}

.trust-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 2px;
    height: 64px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--accent-1), rgba(138, 92, 246, 0.4));
}

.trust-card h3 {
    margin-bottom: 12px;
}

.trust-card p {
    max-width: 34ch;
}

/* PROCESS SECTION - 박스 대신 타임라인 */
.process {
    background:
        radial-gradient(circle at 8% 40%, rgba(214,148,90,0.08), transparent 24%),
        linear-gradient(180deg, transparent, rgba(255,255,255,0.015) 40%, transparent 100%);
}

.process-grid {
    position: relative;
}

.process-grid::before {
    content: "";
    position: absolute;
    left: calc(50% - 0.5px);
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.18), transparent);
}

.process-card {
    position: relative;
    padding: 8px 0 8px 74px;
    min-height: 134px;
}

.process-step {
    position: absolute;
    top: 8px;
    left: 0;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(214,148,90,0.22), rgba(138,92,246,0.15));
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: var(--shadow-md);
}

.process-card h3 {
    margin-bottom: 12px;
}

/* PRINCIPLES - 텍스트 흐름형 */
.principles {
    background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005));
}

.principles-list article {
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.principles-list h3 {
    margin-bottom: 10px;
}

/* FEATURES - 여기만 절제된 카드 유지 */
.features {
    overflow: hidden;
}

.features::after {
    content: "";
    position: absolute;
    right: -140px;
    top: 90px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(138, 92, 246, 0.14), transparent 65%);
    pointer-events: none;
}

.feature-card {
    position: relative;
    padding: 34px 28px;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(214,148,90,0.08), transparent 40%, rgba(138,92,246,0.05));
    opacity: 0.9;
    pointer-events: none;
}

.feature-card > * {
    position: relative;
    z-index: 1;
}

.feature-card h3 {
    margin-bottom: 14px;
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(214,148,90,0.22);
    box-shadow: var(--shadow-lg);
}

/* CTA - 박스 제거, 섹션 자체를 무드로 강조 */
.cta {
    background:
        radial-gradient(circle at 18% 50%, rgba(214,148,90,0.16), transparent 30%),
        radial-gradient(circle at 82% 42%, rgba(138,92,246,0.16), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
}

.cta .container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: end;
}

.cta-box {
    padding: 0;
    background: transparent;
    border: 0;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-start;
    align-items: center;
}

.cta-note {
    max-width: 420px;
    color: var(--text-muted);
    font-size: 0.95rem;
    padding-bottom: 10px;
}

/* FOOTER */
.footer {
    position: relative;
    padding: 88px 0 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.03));
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(calc(100% - 40px), var(--container));
    height: 1px;
    background: var(--gradient-divider);
}

.footer-brand p,
.footer-info li,
.footer-info a {
    color: var(--text-soft);
}

.footer-info h3 {
    margin-bottom: 14px;
}

.footer-info ul {
    display: grid;
    gap: 10px;
}

.footer-bottom {
    margin-top: 48px;
    padding: 20px 0 28px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom p {
    color: var(--text-muted);
    font-size: 0.92rem;
}

/* ============================= */
/* TECHNICAL SEO / CONTENT SECTIONS */
/* 홈 본문 구조 확장 + 접근성 보완 */
/* ============================= */

.skip-link {
    position: absolute;
    top: -48px;
    left: 16px;
    z-index: 2000;
    padding: 10px 14px;
    border-radius: 10px;
    background: #ffffff;
    color: #111111;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
}

.skip-link:focus {
    top: 12px;
}

.services-summary,
.content-advantage,
.faq {
    background: linear-gradient(180deg, rgba(255,255,255,0.012), transparent 100%);
}

.services-summary-grid,
.content-advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.services-summary-grid article,
.content-advantage-grid article,
.faq-item {
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.services-summary-grid h3,
.content-advantage-grid h3,
.faq-item h3 {
    margin-bottom: 12px;
}

.features-grid-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

.features-grid-wrap .section-header {
    grid-column: 1 / -1;
    margin-bottom: 8px;
}

.faq-list {
    display: grid;
    gap: 26px;
}