:root {
    --bg: #f8faff;
    --surface: #ffffff;
    --surface-soft: #f8fbff;
    --navy: #1a1a2e;
    --navy-2: #223e93;
    --navy-3: #0f2a6c;
    --text: #1a1a2e;
    --muted: #64748b;
    --line: #e2e8f0;
    --line-soft: #f3f4f6;
    --orange: #f97316;
    --orange-dark: #ea580c;
    --orange-soft: #fff7ed;
    --blue: #2563eb;
    --blue-soft: #eff6ff;
    --green: #10b981;
    --purple: #8b5cf6;
    --red: #ef4444;
    --shadow-lg: 0 20px 34px rgba(15, 23, 42, 0.12), 0 8px 12px rgba(15, 23, 42, 0.08);
    --shadow-md: 0 12px 24px rgba(15, 23, 42, 0.1), 0 4px 8px rgba(15, 23, 42, 0.06);
    --shadow-sm: 0 4px 12px rgba(15, 23, 42, 0.08);
    --radius-xl: 24px;
    --radius-lg: 20px;
    --radius-md: 16px;
    --radius-sm: 14px;
    --container: 1080px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans KR", sans-serif;
    color: var(--text);
    background: var(--bg);
}

img {
    display: block;
    max-width: 100%;
}

button,
a {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
}

.container {
    width: min(var(--container), calc(100% - 48px));
    margin: 0 auto;
}

.section {
    padding: 96px 0;
}

.section-tight {
    padding: 80px 0;
}

.section-white {
    background: #fff;
}

.section-light {
    background: #F8FAFF;
}

.section-deep {
    color: #fff;
    background: linear-gradient(180deg, #1a1a2e 0%, #223e93 100%);
}

.section-deep.social-deep {
    padding: 80px 0;
    background:
        linear-gradient(180deg, #1e3a5f 0%, #2563eb 100%);
}

.social-deep-wrap {
    width: min(100%, 1080px);
    margin: 0 auto;
    text-align: center;
}

.social-deep-title {
    font-size: clamp(32px, 3.6vw, 36px);
    line-height: 1.5;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.social-deep-title .accent {
    color: var(--orange);
}

.social-deep-lead {
    margin: 8px auto 0;
    max-width: 1032px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.5;
}

.social-deep-lead strong {
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.social-deep-kicker {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--orange);
    font-size: 15px;
    font-weight: 700;
}

.social-deep-kicker-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 1;
}

.social-deep-compare {
    margin: 48px auto 0;
    display: grid;
    grid-template-columns: 160px 32px 160px;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: min(100%, 600px);
    padding: 32px;
    border-radius: 20px;
    background: #fff;
    color: var(--text);
    box-shadow: 0 24px 60px rgba(3, 18, 58, 0.24);
}

.social-compare-plain,
.social-compare-boost {
    text-align: center;
}

.social-compare-plain h3,
.social-compare-boost h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.social-compare-list,
.social-boost-list {
    display: grid;
    gap: 0;
}

.social-compare-list {
    margin-top: 16px;
}

.social-compare-list li {
    color: #64748b;
    font-size: 15px;
    line-height: 1.5;
    list-style: none;
}

.social-compare-list li + li {
    margin-top: 12px;
}

.social-compare-arrow {
    display: block;
    color: var(--orange);
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
}

.social-compare-boost {
    padding: 12px;
    border-radius: 14px;
    background: #fff7ed;
}

.social-boost-list {
    margin-top: 16px;
}

.social-boost-item {
    display: grid;
    justify-items: center;
}

.social-boost-item + .social-boost-item {
    margin-top: 12px;
}

.social-boost-item strong {
    color: var(--orange);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.social-boost-item span {
    color: #1fa15d;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 800;
}

.social-card-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.social-card {
    min-height: 113px;
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
}

.social-card-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-card-icon svg {
    width: 40px;
    height: 40px;
    stroke: #fff;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.social-card h3 {
    margin: 12px 0 0;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.social-card p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.625;
}

.hero {
    padding-top: 96px;
    padding-bottom: 96px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 384px);
    align-items: start;
    gap: 48px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 37px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--orange-soft);
    color: var(--orange);
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.hero-title {
    margin-top: 24px;
    font-size: clamp(38px, 5vw, 48px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.hero-lead {
    margin-top: 16px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.5;
}

.hero-copy {
    margin-top: 12px;
    max-width: 480px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.65;
}

.hero-actions {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.button-primary,
.button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    border-radius: var(--radius-sm);
    font-size: 17px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.button-primary:hover,
.button-secondary:hover,
.faq-trigger:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.24);
}

.button-secondary {
    background: rgba(37, 99, 235, 0.08);
    color: var(--blue);
}

.hero-checks {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    list-style: none;
    color: var(--muted);
    font-size: 13px;
}

.hero-checks li::before {
    content: "✓";
    margin-right: 8px;
}

.hero-stat-card {
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow-lg);
}

.hero-stat-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
}

.hero-stat-value {
    margin-top: 8px;
    color: var(--orange);
    font-size: clamp(34px, 4vw, 40px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.hero-stat-formula {
    margin-top: 8px;
    color: var(--muted);
    font-size: 13px;
}

.hero-stat-divider {
    margin: 16px 0 12px;
    height: 1px;
    background: var(--line);
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.pill-blue {
    background: var(--blue-soft);
    color: var(--blue);
}

.pill-orange {
    background: var(--orange-soft);
    color: var(--orange);
}

.hero-tip {
    margin-top: 12px;
    padding: 12px;
    border-radius: 10px;
    background: var(--orange-soft);
    color: var(--orange);
    font-size: 12px;
    font-weight: 700;
}

.hero-upgrade {
    margin-top: 12px;
    color: var(--green);
    font-size: 13px;
    font-weight: 500;
}

.section-heading {
    text-align: center;
}

.section-heading h2 {
    font-size: clamp(28px, 4vw, 32px);
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.section-heading h2 .accent {
    color: var(--orange);
}

.section-heading p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.5;
}

.stories-grid {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.story-card {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.1), 0 4px 6px rgba(15, 23, 42, 0.08);
    min-height: 270px;
}

.story-head {
    display: flex;
    align-items: center;
    gap: 16px;
}

.story-head .reg-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    flex: 0 0 64px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #fde68a, #fca5a5);
}

.story-head .reg-avatar.a1 { background: linear-gradient(135deg, #f59e0b, #92400e); }
.story-head .reg-avatar.a2 { background: linear-gradient(135deg, #111827, #6b7280); }
.story-head .reg-avatar.a3 { background: linear-gradient(135deg, #c084fc, #fb7185); }
.story-head .reg-avatar.a4 { background: linear-gradient(135deg, #1f2937, #a78bfa); }

.story-name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.story-role {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
}

.story-quote {
    margin-top: 20px;
    padding: 16px 16px 16px 20px;
    border-left: 4px solid #d1d5dc;
    border-radius: 14px;
    background: #f8fafc;
    color: #64748b;
    font-size: 14px;
    line-height: 1.625;
    min-height: 0;
}

.story-answer {
    margin-top: 16px;
    color: #1a1a2e;
    font-size: 15px;
    line-height: 1.625;
    font-weight: 500;
}

.story-answer::before {
    content: "→";
    margin-right: 4px;
    color: var(--orange);
    font-weight: 700;
}

.rank-bar-wrap {
    margin-top: 64px;
}

.rank-caption {
    text-align: center;
    color: var(--muted);
    font-size: 14px;
}

.rank-bar {
    margin-top: 16px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e2e8f0 0%, #f59e0b 100%);
}

.rank-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    text-align: center;
}

.rank-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.rank-emoji {
    font-size: 24px;
    line-height: 1;
}

.rank-name {
    font-size: 11px;
    font-weight: 700;
}

.rank-rate {
    font-size: 15px;
    font-weight: 700;
}

.rank-direct {
    color: var(--orange);
    font-size: 13px;
    font-weight: 700;
}

.rank-note {
    margin-top: 32px;
    text-align: center;
    color: var(--muted);
    font-size: 13px;
}

.feature-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.feature-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(226, 232, 240, 0.8);
    min-height: 227px;
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 24px;
    color: var(--orange);
    background: linear-gradient(180deg, #fff7ed 0%, #fff 100%);
    box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.14);
}

.feature-card h3 {
    margin-top: 16px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
}

.feature-card p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.blue-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 496px);
    gap: 40px;
    align-items: start;
}

.deep-title {
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: -0.03em;
    max-width: 540px;
}

.deep-title strong {
    color: #facc15;
}

.deep-lead {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.65;
}

.deep-checks {
    margin-top: 24px;
    list-style: none;
    display: grid;
    gap: 16px;
}

.deep-checks li {
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.6;
}

.deep-checks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #facc15;
}

.deep-actions {
    margin-top: 32px;
}

.deep-actions .button-primary {
    min-height: 56px;
    padding-inline: 26px;
}

.mini-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.mini-card {
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.mini-card h4 {
    font-size: 15px;
    font-weight: 700;
}

.mini-card p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    line-height: 1.6;
}

.live-panel {
    background: #fff;
    color: var(--text);
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--shadow-lg);
    min-height: 762px;
}

.live-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fb2c36;
    font-size: 13px;
    font-weight: 700;
}

.live-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: currentColor;
}

.live-count {
    color: var(--muted);
    font-size: 13px;
}

.question-list {
    margin-top: 24px;
    display: grid;
    gap: 16px;
}

.question-item {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line-soft);
}

.question-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.question-tag {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.tag-orange { background: var(--orange); }
.tag-blue { background: var(--blue); }
.tag-green { background: var(--green); }
.tag-purple { background: var(--purple); }
.tag-red { background: var(--red); }

.question-title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.question-meta {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #94a3b8;
    font-size: 12px;
}

.question-btn {
    min-height: 28px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid var(--blue);
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    background: #fff;
}

.answer-chip {
    margin-top: 24px;
    padding: 16px;
    border-radius: 10px;
    background: #f8faff;
    color: var(--orange);
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.benefits-section .section-heading {
    text-align: center;
}

.benefits-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff7ed;
    color: var(--orange);
    font-size: 14px;
    font-weight: 700;
}

.benefits-section .section-heading h2 {
    margin-top: 12px;
    font-size: clamp(28px, 3.6vw, 32px);
    line-height: 1.5;
    letter-spacing: -0.03em;
}

.benefits-progress {
    margin: 32px auto 0;
    width: min(100%, 600px);
}

.benefits-progress-label {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.benefits-progress-track {
    margin-top: 8px;
    height: 8px;
    border-radius: 999px;
    background: #f1f5f9;
    overflow: hidden;
}

.benefits-progress-fill {
    width: 35%;
    height: 100%;
    border-radius: 999px;
    background: var(--orange);
}

.benefit-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 24px;
}

.benefit-card {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1), 0 2px 4px rgba(15, 23, 42, 0.08);
    min-height: 310px;
    text-align: center;
}

.benefit-card-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

.benefit-icon-wrap {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.benefit-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon-box svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.benefit-icon-box.orange {
    background: #fff7ed;
}

.benefit-icon-box.orange svg {
    stroke: var(--orange);
}

.benefit-icon-box.blue {
    background: #eff6ff;
}

.benefit-icon-box.blue svg {
    stroke: #2563eb;
}

.benefit-icon-box.purple {
    background: #f5f3ff;
}

.benefit-icon-box.purple svg {
    stroke: #8b5cf6;
}

.benefit-card h3 {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.benefit-card p {
    margin-top: 8px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.625;
}

.referral-banner {
    margin-top: 32px;
    min-height: 154px;
    border-radius: 16px;
    background: linear-gradient(90deg, #f97316 0%, #ea6b0c 100%);
    color: #fff;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    overflow: hidden;
}

.referral-copy h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
}

.referral-copy p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.5;
}

.referral-boost {
    width: 80px;
    flex: 0 0 80px;
    text-align: center;
}

.referral-boost-circle {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    font-size: 28px;
    line-height: 1.5;
    font-weight: 800;
}

.referral-boost-label {
    margin-top: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}

.qna-lecture-section {
    background: #f8faff;
}

.qna-lecture-head {
    text-align: center;
}

.qna-lecture-head h2 {
    font-size: clamp(28px, 3.6vw, 32px);
    line-height: 1.5;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.qna-lecture-head .accent {
    color: #1e3a8a;
}

.qna-split {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    align-items: start;
}

.qna-info-card,
.live-panel {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1), 0 4px 3px rgba(0, 0, 0, 0.1);
}

.qna-info-card {
    padding: 32px;
    min-height: 762px;
}

.qna-info-kicker {
    color: #1e3a8a;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
}

.qna-info-copy {
    margin-top: 16px;
    color: #1e3a8a;
    font-size: 15px;
    line-height: 1.625;
    font-weight: 500;
}

.qna-points {
    margin-top: 24px;
    list-style: none;
    display: grid;
    gap: 16px;
}

.qna-points li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.qna-points li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #1e3a8a;
    flex: 0 0 6px;
}

.qna-info-card .button-primary {
    width: 100%;
    margin-top: 24px;
    min-height: 56px;
    border-radius: 14px;
    background: #1e3a8a;
    box-shadow: 0 10px 7.5px rgba(0, 0, 0, 0.1), 0 4px 3px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

.cta-center {
    text-align: center;
}

.cta-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 37px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 14px;
    font-weight: 700;
}

.cta-center h2 {
    margin-top: 24px;
    font-size: clamp(34px, 5vw, 44px);
    line-height: 1.26;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.cta-center p {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.5;
}

.cta-warning {
    margin-top: 12px;
    color: #fdba74;
    font-size: 15px;
    font-weight: 500;
}

.cta-center .button-primary {
    margin-top: 32px;
    min-width: 294px;
    min-height: 67px;
    border-radius: 16px;
    font-size: 18px;
}

.cta-tags {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.cta-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 37px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
}

.faq-wrap {
    margin-top: 48px;
    width: min(800px, 100%);
    margin-inline: auto;
    display: grid;
    gap: 16px;
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
}

.faq-icon {
    flex-shrink: 0;
    font-size: 18px;
    color: var(--muted);
    transition: transform 0.2s ease;
}

.faq-item.open .faq-icon {
    transform: rotate(180deg);
}

.faq-content {
    display: none;
    padding: 0 24px 24px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.faq-item.open .faq-content {
    display: block;
}

@media (max-width: 1080px) {
    .hero-grid,
    .blue-split,
    .qna-split {
        grid-template-columns: 1fr;
    }

    .social-deep-compare {
        max-width: 820px;
    }

    .stories-grid,
    .feature-grid,
    .benefit-grid,
    .social-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rank-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 24px;
    }

    .hero-stat-card,
    .live-panel {
        max-width: 560px;
    }

    .referral-banner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .container {
        width: min(100%, calc(100% - 24px));
    }

    .section {
        padding: 72px 0;
    }

    .section-tight {
        padding: 64px 0;
    }

    .hero {
        padding-top: 72px;
    }

    .hero-grid,
    .stories-grid,
    .feature-grid,
    .benefit-grid,
    .mini-grid,
    .qna-split,
    .social-card-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-lead {
        font-size: 16px;
    }

    .hero-actions {
        gap: 12px;
    }

    .hero-copy {
        max-width: none;
        font-size: 14px;
    }

    .button-primary,
    .button-secondary {
        width: 100%;
    }

    .section-heading h2,
    .deep-title,
    .cta-center h2,
    .social-deep-title {
        font-size: 28px;
    }

    .benefits-section .section-heading h2 {
        font-size: 28px;
    }

    .social-deep-wrap {
        text-align: left;
    }

    .social-deep-lead {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        font-size: 16px;
    }

    .social-deep-kicker {
        font-size: 16px;
    }

    .social-deep-compare {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 22px 18px;
        border-radius: 22px;
        width: 100%;
    }

    .social-compare-plain h3,
    .social-compare-boost h3 {
        font-size: 18px;
    }

    .social-boost-item {
        font-size: 15px;
    }

    .social-compare-list li {
        font-size: 14px;
    }

    .social-compare-arrow {
        margin: 0 auto;
        transform: rotate(90deg);
    }

    .social-compare-boost {
        padding: 20px 18px;
    }

    .social-card {
        min-height: 0;
        padding: 22px 18px;
        border-radius: 20px;
    }

    .social-card h3 {
        font-size: 18px;
    }

    .social-card p {
        font-size: 14px;
    }

    .stories-grid {
        margin-top: 40px;
    }

    .story-card,
    .feature-card,
    .benefit-card {
        min-height: 0;
    }

    .story-card {
        padding: 24px 20px;
    }

    .feature-card,
    .benefit-card,
    .qna-info-card,
    .live-panel {
        padding: 20px;
    }

    .story-quote {
        margin-top: 16px;
        padding: 14px 14px 14px 16px;
    }

    .story-answer {
        font-size: 14px;
    }

    .live-panel {
        min-height: 0;
    }

    .rank-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .referral-banner {
        padding: 20px;
        align-items: flex-start;
    }

    .referral-copy h3 {
        font-size: 16px;
    }

    .referral-copy p {
        font-size: 13px;
    }

    .benefits-progress {
        margin-top: 24px;
    }

    .benefit-card {
        text-align: center;
    }

    .benefit-icon-wrap {
        margin-top: 20px;
    }

    .referral-boost {
        width: 100%;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: flex-start;
    }

    .referral-boost-label {
        margin-top: 0;
    }

    .question-title {
        font-size: 13px;
    }

    .question-meta {
        gap: 8px;
    }

    .question-btn {
        min-height: 30px;
        padding-inline: 10px;
        font-size: 11px;
    }

    .answer-chip {
        font-size: 13px;
    }

    .cta-center .button-primary {
        min-width: 0;
        width: 100%;
        min-height: 56px;
        font-size: 16px;
    }

    .cta-center p {
        font-size: 16px;
    }

    .cta-warning {
        font-size: 14px;
    }

    .faq-trigger {
        padding: 18px;
        font-size: 15px;
    }

    .faq-content {
        padding: 0 18px 18px;
        font-size: 14px;
    }

    body {
        padding-bottom: 112px;
    }
}