.btn-primary { background: linear-gradient(135deg, #E9BE6A, #C9A04A); transition: all 0.3s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(201,160,74,0.35); }
.card-hover { transition: all 0.3s; }
.card-hover:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.star { color: #E9BE6A; }
.table-wrap { overflow-x: auto; }
.comp-table { width: 100%; border-collapse: collapse; }
.comp-table th, .comp-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #E5E7EB; }
.comp-table th { background: #FDF8F3; font-weight: 600; color: #374151; }
.comp-table tr:hover td { background: #F9FAFB; }
.faq-item { border-bottom: 1px solid #E5E7EB; }
.faq-q { width: 100%; text-align: left; padding: 20px 0; font-weight: 500; color: #1F2937; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-q::after { content: '+'; color: #E9BE6A; font-size: 20px; font-weight: 700; }
.faq-q.open::after { content: '-'; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-a-inner { padding-bottom: 20px; color: #6B7280; line-height: 1.8; }

/* Scene Card */
.scene-card { background: white; border: 1px solid #e5e7eb; border-radius: 12px; padding: 28px 22px; transition: all 0.3s; cursor: pointer; position: relative; overflow: hidden; }
.scene-card:hover { border-color: #E9BE6A; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transform: translateY(-3px); }
.scene-card.highlight { border-color: #E9BE6A; background: linear-gradient(135deg, #fffdf6, #fef7e8); }
.service-list { list-style: none; margin: 0; padding: 0; }
.service-list li { padding: 6px 0; border-bottom: 1px solid rgba(0,0,0,0.05); font-size: 13px; color: #6b7283; line-height: 1.6; }
.service-list li:last-child { border-bottom: none; padding-bottom: 0; }
.service-list li strong { color: #1b2d45; }

/* Flow Steps */
.flow-step { flex: 1; text-align: center; padding: 20px 12px; position: relative; }
.flow-step:not(:last-child)::after { content: ''; position: absolute; right: -1px; top: 50%; width: 24px; height: 2px; background: #d1d5db; z-index: 1; transform: translateY(-50%); }
.flow-num { width: 36px; height: 36px; background: #faf8f5; color: #1b2d45; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; margin: 0 auto 10px; border: 2px solid #E9BE6A; }
.flow-step h4 { font-size: 13px; font-weight: 700; color: #1b2d45; margin-bottom: 4px; }
.flow-step p { font-size: 11px; color: #9ca3af; line-height: 1.6; }

/* Diff Card */
.diff-card { text-align: center; padding: 24px 16px; background: white; border-radius: 12px; border: 1px solid #f3f4f6; transition: all 0.3s; }
.diff-card:hover { border-color: #E9BE6A; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.diff-num { font-size: 28px; font-weight: 900; color: #b8922e; margin-bottom: 4px; }
.diff-card h4 { font-size: 14px; font-weight: 700; color: #1b2d45; margin-bottom: 6px; }
.diff-card p { font-size: 12px; color: #9ca3af; line-height: 1.6; }

/* Timeline */
#timeline-prev.swiper-button-disabled {cursor: not-allowed;background: #d1d5db;opacity: 0.5;}
#timeline-next.swiper-button-disabled {cursor: not-allowed;background: #d1d5db;opacity: 0.5;}

/* Team Card */
.team-card { background: white; border-radius: 16px; box-shadow: 0 2px 16px rgba(0,0,0,0.06); overflow: hidden; text-align: center; transition: transform 0.3s, box-shadow 0.3s; }
.team-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.team-info { padding: 20px 16px; }
.team-name { font-size: 17px; font-weight: 700; color: #1b2d45; margin-bottom: 4px; }
.team-title { font-size: 13px; color: #b8922e; font-weight: 600; margin-bottom: 10px; }
.team-stats { display: flex; justify-content: center; gap: 16px; margin-bottom: 10px; }
.team-stat { font-size: 12px; color: #9ca3af; }
.team-stat strong { color: #274c77; font-size: 14px; display: block; }
.team-desc { font-size: 13px; color: #6b7283; line-height: 1.6; }

/* Case Card */
.case-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); transition: box-shadow 0.3s; }
.case-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.case-tag { display: inline-block; font-size: 11px; font-weight: 700; background: #f0ddb3; color: #b8922e; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; }

/* Table */
.comp-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.comp-table thead th { background: #1b2d45; color: white; padding: 14px 16px; text-align: left; font-weight: 700; white-space: nowrap; }
.comp-table thead th:first-child { border-radius: 8px 0 0 0; }
.comp-table thead th:last-child { border-radius: 0 8px 0 0; }
.comp-table tbody td { padding: 13px 16px; border-bottom: 1px solid #e5e7eb; vertical-align: top; }
.comp-table tbody tr:hover { background: #f4f7fb; }
.comp-table tbody tr:last-child td:first-child { border-radius: 0 0 0 8px; }
.comp-table tbody tr:last-child td:last-child { border-radius: 0 0 8px 0; }
.subject-tab { font-size: 14px; font-weight: 500; color: #4a5568; background: none; border: none; border-bottom: 2px solid transparent; cursor: pointer; transition: all 0.2s; }
.subject-tab:hover { color: var(--navy-700); }
.subject-tab.active { color: var(--navy-800); border-bottom-color: #D4A84C; font-weight: 600; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
/* Responsive */
@media (max-width: 1100px) {
    .nav-link { padding: 0 14px; font-size: 14px; }
    .diff-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .top-bar { display: none; }
    .nav-menu, .nav-cta { display: none !important; }
    .mobile-menu-btn { display: flex; }
    .mobile-nav { display: block; }
    .scene-grid { grid-template-columns: 1fr 1fr; }
    .diff-grid { grid-template-columns: 1fr 1fr; }
    .case-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: 1fr 1fr; }
    .flow-steps { flex-wrap: wrap; }
    .flow-step { flex: 1 1 48%; }
    .flow-step:not(:last-child)::after { display: none; }
    .cta-form { grid-template-columns: 1fr; }
    .footer-columns { grid-template-columns: repeat(3, 1fr); gap: 24px 16px; }
    .footer-bottom-inner { flex-direction: column; }
    .footer-qr { justify-content: flex-start; }
    .tel-number { font-size: 20px; }
}
@media (max-width: 480px) {
    .scene-grid { grid-template-columns: 1fr; }
    .diff-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: 1fr; }
    .footer-columns { grid-template-columns: repeat(2, 1fr); }
}