@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

:root {
  --bg-main: #07111f;
  --bg-secondary: #0f1c30;
  --primary: #3b82f6;
  --primary-dark: #1d4ed8;
  --accent: #f59e0b;
  --text-main: #f8fafc;
  --text-muted: #a5b4c7;
  --card-bg: rgba(15, 23, 42, 0.78);
  --card-border: rgba(148, 163, 184, 0.16);
  --glass-header: rgba(7, 17, 31, 0.84);
  --section-padding: 6rem 1rem;
  --container-width: 1180px;
  --shadow-lg: 0 18px 45px rgba(3, 7, 18, 0.35);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.16), transparent 30%),
    linear-gradient(180deg, #08111f 0%, #0a1425 50%, #08111f 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
section { padding: var(--section-padding); }
.container { width: min(100%, var(--container-width)); margin: 0 auto; padding: 0 1.5rem; }
h1, h2, h3, h4 { line-height: 1.25; letter-spacing: -0.03em; }

.text-gradient {
  background: linear-gradient(135deg, #93c5fd 0%, #fbbf24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title { text-align: center; margin-bottom: 3.5rem; }
.section-title h2 { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: 0.9rem; }
.section-title p { color: var(--text-muted); max-width: 720px; margin: 0 auto; font-size: 1.05rem; }
.section-gray { background: rgba(15, 28, 48, 0.72); }

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  padding: 1rem 0;
  background: var(--glass-header);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-content { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { display: flex; align-items: center; gap: 0.75rem; font-size: 1.15rem; font-weight: 800; }
.secondary-logo-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 0.75rem;
  font-weight: 500;
}

.nav-cta { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.7rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28); }
.btn-accent { background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #101827; box-shadow: 0 10px 24px rgba(245, 158, 11, 0.28); }
.btn-outline { background: transparent; border: 1px solid rgba(255, 255, 255, 0.26); color: var(--text-main); }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.24);
  background: rgba(30, 64, 175, 0.14);
  color: #93c5fd;
  font-weight: 700;
  font-size: 0.92rem;
}

.hero {
  padding-top: 9.5rem;
  padding-bottom: 7rem;
  overflow: hidden;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  width: 640px;
  height: 640px;
  right: -120px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.16), transparent 70%);
  pointer-events: none;
}

.hero-grid, .contact-grid, .cost-grid, .review-grid, .region-grid, .audience-grid, .document-grid, .timeline-grid, .cards-grid {
  display: grid;
  gap: 1.35rem;
}

.hero-content { position: relative; z-index: 1; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); margin: 1.3rem 0 1.4rem; }
.hero-subtitle, .hero-legal-note { color: var(--text-muted); max-width: 700px; }
.hero-subtitle { font-size: 1.12rem; margin-bottom: 1.5rem; }

.hero-meta { display: grid; gap: 0.9rem; margin-bottom: 1.8rem; }
.hero-meta div {
  background: rgba(8, 17, 31, 0.58);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 18px;
  padding: 1rem 1.1rem;
}
.hero-meta strong { display: block; margin-bottom: 0.25rem; }
.hero-meta span { color: var(--text-muted); font-size: 0.96rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 1rem; }

.hero-visual {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.8), rgba(8, 17, 31, 0.95));
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 30px;
  padding: 1rem;
  box-shadow: var(--shadow-lg);
}

.card, .audience-card, .document-card, .review-card, .region-card, .cost-card, .timeline-card, .contact-info-card, .lead-form, .about-card, .process-note, .alert-panel {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}

.card, .audience-card, .document-card, .review-card, .region-card, .cost-card, .timeline-card, .contact-info-card, .lead-form, .about-card { padding: 1.6rem; }

.card-icon {
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(59, 130, 246, 0.14);
  color: #93c5fd;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.card h3, .audience-card h3, .document-card h3, .review-card h3, .region-card h3, .cost-card h3, .timeline-card h3 { font-size: 1.2rem; margin-bottom: 0.75rem; }
.card p, .review-card p, .cost-card p, .region-card p, .timeline-card p, .document-card li, .audience-card li, .contact-info-card li, .lead-form .form-note, .about-card p, .alert-panel p { color: var(--text-muted); }

.audience-card ul, .document-card ul, .timeline-card ul, .contact-info-card ul { display: grid; gap: 0.55rem; }
.audience-card li, .document-card li, .timeline-card li, .contact-info-card li { position: relative; padding-left: 1.1rem; }
.audience-card li::before, .document-card li::before, .timeline-card li::before, .contact-info-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--accent);
}

.process-steps { display: grid; gap: 1.2rem; margin-bottom: 1.5rem; }
.step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(8, 17, 31, 0.64);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 24px;
  padding: 1.35rem;
}
.step-number {
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  font-weight: 800;
}
.step-content h3 { margin-bottom: 0.35rem; }
.step-content p { color: var(--text-muted); }

.process-note-grid { display: grid; gap: 1rem; }
.process-note { padding: 1rem 1.2rem; }
.process-note strong { display: block; margin-bottom: 0.25rem; }
.process-note span { color: var(--text-muted); }

.cost-label, .timeline-day, .review-result, .about-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

.cost-label, .timeline-day, .about-badge { background: rgba(59, 130, 246, 0.16); color: #bfdbfe; }
.accent-card { border-color: rgba(245, 158, 11, 0.25); background: linear-gradient(180deg, rgba(120, 53, 15, 0.34), rgba(15, 23, 42, 0.88)); }

.section-alert { padding-top: 1rem; }
.alert-panel {
  padding: 1.6rem;
  display: grid;
  gap: 1rem;
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(127, 29, 29, 0.45), rgba(30, 41, 59, 0.95));
  border-color: rgba(248, 113, 113, 0.26);
}
.alert-icon {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fecaca;
  background: rgba(127, 29, 29, 0.5);
}
.alert-sub { font-size: 0.95rem; }

.timeline-download {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.4rem;
  padding: 1.4rem;
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 24px;
  background: rgba(9, 20, 37, 0.76);
}

.review-result { display: inline-flex; margin-bottom: 0.9rem; background: rgba(245, 158, 11, 0.15); color: #fcd34d; }
.review-grid { max-width: 920px; margin: 0 auto; }
.review-card { text-align: center; }
.quote-card p { font-size: 1.08rem; }
.quote-card span { display: block; margin-top: 0.85rem; color: #cbd5e1; font-size: 0.92rem; }

.about-card { display: grid; gap: 1.25rem; justify-items: center; text-align: center; }
.about-points { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1rem; justify-content: center; }
.about-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  color: #dbeafe;
  font-size: 0.92rem;
}

.faq-list { display: grid; gap: 0.95rem; max-width: 900px; margin: 0 auto; }
.faq-item { background: rgba(9, 20, 37, 0.84); border: 1px solid var(--card-border); border-radius: 20px; overflow: hidden; }
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  background: transparent;
  color: var(--text-main);
  border: 0;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}
.faq-icon { color: var(--text-muted); transition: transform 0.2s ease; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s ease, padding 0.25s ease; padding: 0 1.3rem; }
.faq-answer p { color: var(--text-muted); }
.faq-item.active .faq-answer { max-height: 220px; padding: 0 1.3rem 1.3rem; }
.faq-item.active .faq-icon { transform: rotate(45deg); color: #93c5fd; }

.contact-info-card .btn { margin-top: 1.2rem; }
.lead-form { display: grid; gap: 0.8rem; }
.lead-form label { font-weight: 700; }
.lead-form input, .lead-form textarea {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 16px;
  background: rgba(8, 17, 31, 0.84);
  color: var(--text-main);
  padding: 0.95rem 1rem;
  font: inherit;
}
.lead-form textarea { resize: vertical; min-height: 140px; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #7b8ba2; }
.form-note { font-size: 0.9rem; }

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: min(92%, 520px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(7, 17, 31, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(14px);
  z-index: 1000;
  box-shadow: var(--shadow-lg);
}

.sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  font-weight: 800;
}

.sticky-cta a:first-child { background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #111827; }
.sticky-cta a:last-child { background: linear-gradient(135deg, #2563eb, #1d4ed8); }

.footer {
  background: #020617;
  color: #94a3b8;
  padding: 3.2rem 1rem 7rem;
  font-size: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-top { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 1.1rem; }
.footer-col-left { display: grid; gap: 0.9rem; }
.footer-brand, .footer-info, .footer-social-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.2rem;
}
.footer-logo-box { display: flex; align-items: center; gap: 1rem; }
.seal-yoon {
  width: 44px;
  height: 44px;
  background: #b91c1c;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.seal-grid { width: 100%; height: 100%; display: grid; grid-template-columns: repeat(2, 1fr); text-align: center; }
.seal-char { display: flex; align-items: center; justify-content: center; font-family: serif; font-size: 14px; font-weight: 800; line-height: 1; }
.brand-title { color: #fff; font-size: 1.5rem; font-weight: 800; margin-bottom: 0.25rem; }
.brand-link { color: #60a5fa; }
.footer-social-note, .footer-info p { margin-bottom: 0.55rem; }
.footer-info strong { color: #e2e8f0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
}
.sns-naver { color: #2db400 !important; }
.sns-facebook { color: #1877f2 !important; }
.sns-twitter { color: #1d9bf0 !important; }
.sns-instagram { color: #e4405f !important; }
.sns-youtube { color: #ff0000 !important; }

@media (min-width: 768px) {
  .nav-cta { display: inline-flex; }
  .hero-grid, .contact-grid, .cost-grid, .review-grid, .region-grid, .audience-grid, .document-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { grid-template-columns: 1.08fr 0.92fr; }
  .hero-meta, .process-note-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-steps, .timeline-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline-download, .alert-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .footer-top { grid-template-columns: 1.05fr 1fr; gap: 1.25rem; }
}

@media (min-width: 1080px) {
  .audience-grid, .document-grid, .region-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .step { display: block; text-align: left; padding: 1.5rem; }
  .step-number { margin-bottom: 1rem; }
}

@media (max-width: 767px) {
  .secondary-logo-text { display: none; }
  .sticky-cta { width: min(94%, 460px); }
}

@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  .hero { padding-top: 8rem; }
  .btn { width: 100%; }
  .hero-buttons { flex-direction: column; }
  .sticky-cta { bottom: 0.75rem; }
}

/* ── Custom Section Styles ── */

/* Header logo */
.logo-text { display: flex; flex-direction: column; }
.logo-main { font-size: 1rem; font-weight: 700; }
.logo-sub { font-size: 0.75rem; color: var(--accent); font-weight: 500; }
.header-seal { width: 36px; height: 36px; }
.btn-sm { padding: 0.6rem 1.25rem; font-size: 0.9rem; }
.accent-text { color: var(--accent); }

/* Hero */
.hero-kpi { display: flex; gap: 1.25rem; flex-wrap: wrap; margin-bottom: 2rem; }
.kpi-item { display: flex; flex-direction: column; align-items: center; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 1rem; padding: 0.875rem 1.25rem; min-width: 110px; }
.kpi-num { font-size: 1.3rem; font-weight: 800; color: var(--accent); white-space: nowrap; }
.kpi-label { font-size: 0.75rem; color: var(--text-muted); text-align: center; margin-top: 0.25rem; }
.hero-image-wrap { border-radius: 1.5rem; overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-img { width: 100%; height: auto; display: block; border-radius: 1.5rem; }
.hero-note { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.5rem; }

/* FAQ toggle (alias) */
.faq-toggle { transition: transform 0.3s ease; color: var(--text-muted); flex-shrink: 0; margin-left: 0.75rem; }
.faq-item.active .faq-toggle { transform: rotate(180deg); color: #93c5fd; }

/* Target / Pain Point */
.target-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
.target-checklist { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 1.5rem; padding: 2.5rem; }
.checklist-title { font-size: 1.2rem; margin-bottom: 1.25rem; color: var(--accent); }
.checklist { display: flex; flex-direction: column; gap: 0.85rem; }
.check-item { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.95rem; color: var(--text-muted); }
.check-icon { color: #22c55e; font-size: 1.05rem; flex-shrink: 0; margin-top: 0.1rem; }
.checklist-cta { margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid var(--card-border); display: flex; flex-direction: column; gap: 0.75rem; }
.checklist-cta p { color: var(--text-muted); font-size: 0.9rem; }
.pain-cards { display: grid; grid-template-columns: 1fr; gap: 1.1rem; }
.pain-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 1.25rem; padding: 1.5rem; transition: all 0.3s; }
.pain-card:hover { transform: translateY(-4px); border-color: rgba(96,165,250,0.3); }
.pain-icon { font-size: 1.75rem; margin-bottom: 0.6rem; }
.pain-card h4 { font-size: 1rem; margin-bottom: 0.5rem; }
.pain-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }

/* Overview */
.overview-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
.overview-lead { font-size: 1.05rem; line-height: 1.8; color: var(--text-muted); margin-bottom: 1.25rem; }
.overview-list { display: flex; flex-direction: column; gap: 0.7rem; }
.overview-list li { display: flex; align-items: flex-start; gap: 0.5rem; color: var(--text-muted); font-size: 0.92rem; }
.overview-list li i { color: var(--primary); margin-top: 0.2rem; flex-shrink: 0; }
.highlight-box { background: rgba(239,68,68,0.08); border: 1px solid rgba(239,68,68,0.2); border-radius: 1.5rem; padding: 2rem; }
.highlight-icon { font-size: 2rem; color: #ef4444; margin-bottom: 0.75rem; }
.highlight-box h3 { font-size: 1.2rem; margin-bottom: 0.875rem; }
.highlight-box ul { display: flex; flex-direction: column; gap: 0.6rem; }
.highlight-box ul li { display: flex; align-items: flex-start; gap: 0.5rem; color: var(--text-muted); font-size: 0.88rem; }
.highlight-box ul li::before { content: "•"; color: #ef4444; flex-shrink: 0; }

/* Process */
.step-content h4 { font-size: 1rem; margin-bottom: 0.5rem; }
.step-duration { display: inline-block; margin-top: 0.6rem; font-size: 0.78rem; color: var(--accent); background: rgba(245,158,11,0.12); padding: 0.18rem 0.55rem; border-radius: 9999px; }
.process-note { text-align: center; margin-top: 2.5rem; color: var(--text-muted); font-size: 0.92rem; background: none; border: none; padding: 0; box-shadow: none; }

/* Cost */
.cost-card.featured { border-color: rgba(251,191,36,0.4); background: rgba(251,191,36,0.05); }
@media (min-width: 768px) { .cost-card.featured { transform: scale(1.02); } }
.cost-badge { position: absolute; top: -0.75rem; left: 50%; transform: translateX(-50%); background: var(--accent); color: #0f172a; font-size: 0.75rem; font-weight: 700; padding: 0.22rem 0.9rem; border-radius: 9999px; white-space: nowrap; }
.cost-card { position: relative; }
.cost-label.gov { background: rgba(59,130,246,0.15); color: #60a5fa; }
.cost-label.agency { background: rgba(251,191,36,0.15); color: var(--accent); }
.cost-label.extra { background: rgba(148,163,184,0.15); color: var(--text-muted); }
.cost-amount { font-size: 2rem; font-weight: 800; color: var(--text-main); margin-bottom: 0.6rem; }
.cost-unit { font-size: 1rem; }
.extra-cost { font-size: 1.4rem; }
.cost-desc { color: var(--text-muted); font-size: 0.88rem; margin-bottom: 1rem; line-height: 1.7; }
.cost-includes { display: flex; flex-direction: column; gap: 0.45rem; }
.cost-includes li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.88rem; color: var(--text-muted); }
.cost-includes li i.fa-check { color: #22c55e; }
.cost-includes li i.fa-info-circle { color: #60a5fa; }
.cost-disclaimer { text-align: center; margin-top: 2rem; color: var(--text-muted); font-size: 0.88rem; }

/* Penalty Section */
.penalty-section { background: linear-gradient(135deg, #1a0a0a 0%, #0f172a 100%); padding: var(--section-padding); border-top: 1px solid rgba(239,68,68,0.2); border-bottom: 1px solid rgba(239,68,68,0.2); }
.penalty-header { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2.5rem; }
.penalty-icon { font-size: 2.75rem; color: #ef4444; flex-shrink: 0; }
.penalty-header h2 { font-size: clamp(1.75rem, 4vw, 2.2rem); margin-bottom: 0.4rem; }
.penalty-header p { color: var(--text-muted); }
.penalty-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 2.5rem; }
.penalty-card { background: rgba(15,23,42,0.8); border: 1px solid rgba(239,68,68,0.15); border-radius: 1.25rem; padding: 1.75rem; }
.penalty-card.severe { border-color: rgba(239,68,68,0.4); background: rgba(239,68,68,0.06); }
.penalty-days { font-size: 0.78rem; font-weight: 700; color: #ef4444; background: rgba(239,68,68,0.12); display: inline-block; padding: 0.22rem 0.7rem; border-radius: 9999px; margin-bottom: 0.875rem; }
.penalty-card h3 { font-size: 1.1rem; margin-bottom: 0.6rem; }
.penalty-amount { font-size: 1.25rem; font-weight: 800; color: #ef4444; margin-bottom: 0.6rem; }
.penalty-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }
.penalty-cta { text-align: center; background: var(--card-bg); border: 1px solid rgba(239,68,68,0.2); border-radius: 1.5rem; padding: 2rem; display: flex; flex-direction: column; align-items: center; gap: 1.25rem; }
.penalty-cta p { color: var(--text-muted); max-width: 580px; font-size: 0.95rem; }

/* Documents */
.docs-grid { display: grid; grid-template-columns: 1fr; gap: 1.75rem; }
.docs-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 1.5rem; padding: 1.75rem; }
.docs-card h3 { font-size: 1.05rem; margin-bottom: 1.1rem; color: #60a5fa; }
.doc-list { display: flex; flex-direction: column; gap: 0.5rem; }
.doc-list li { display: flex; align-items: center; gap: 0.65rem; font-size: 0.88rem; color: var(--text-muted); padding: 0.35rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.doc-check { color: var(--primary); font-weight: 700; flex-shrink: 0; }
.docs-tip { border-color: rgba(251,191,36,0.2); }
.tip-list { display: flex; flex-direction: column; gap: 0.8rem; }
.tip-list li { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }
.tip-icon { color: var(--accent); flex-shrink: 0; margin-top: 0.12rem; }

/* Timeline */
.timeline-section { background: var(--bg-secondary); padding: var(--section-padding); }
.timeline { position: relative; max-width: 800px; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--primary), rgba(59,130,246,0.1)); transform: translateX(-50%); }
.timeline-item { display: flex; align-items: flex-start; gap: 1.5rem; margin-bottom: 2.5rem; position: relative; }
.timeline-item.left { flex-direction: row; padding-right: calc(50% + 2rem); }
.timeline-item.right { flex-direction: row-reverse; padding-left: calc(50% + 2rem); }
.timeline-dot { position: absolute; left: 50%; transform: translateX(-50%); width: 1rem; height: 1rem; border-radius: 50%; border: 2px solid; top: 0.35rem; z-index: 2; }
.timeline-dot.prep { background: #60a5fa; border-color: #3b82f6; }
.timeline-dot.move { background: var(--accent); border-color: #d97706; }
.timeline-dot.register { background: #22c55e; border-color: #16a34a; }
.timeline-dot.danger-dot { background: #ef4444; border-color: #dc2626; box-shadow: 0 0 10px rgba(239,68,68,0.5); width: 1.25rem; height: 1.25rem; }
.timeline-dot.complete { background: #22c55e; border-color: #16a34a; }
.timeline-content { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 1.25rem; padding: 1.5rem; flex: 1; }
.timeline-item.danger .timeline-content { border-color: rgba(239,68,68,0.3); background: rgba(239,68,68,0.06); }
.timeline-tag { display: inline-block; font-size: 0.76rem; font-weight: 700; padding: 0.18rem 0.55rem; border-radius: 9999px; margin-bottom: 0.65rem; }
.prep-tag { background: rgba(59,130,246,0.15); color: #60a5fa; }
.move-tag { background: rgba(251,191,36,0.15); color: var(--accent); }
.register-tag { background: rgba(34,197,94,0.15); color: #22c55e; }
.danger-tag { background: rgba(239,68,68,0.15); color: #ef4444; }
.complete-tag { background: rgba(34,197,94,0.2); color: #22c55e; }
.timeline-content h4 { font-size: 1rem; margin-bottom: 0.65rem; }
.timeline-content ul { display: flex; flex-direction: column; gap: 0.35rem; }
.timeline-content ul li { font-size: 0.85rem; color: var(--text-muted); padding-left: 0.75rem; position: relative; }
.timeline-content ul li::before { content: "–"; position: absolute; left: 0; color: var(--primary); }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 1.75rem; }
.review-badge { display: inline-block; font-size: 0.78rem; font-weight: 600; color: #60a5fa; background: rgba(59,130,246,0.12); padding: 0.28rem 0.7rem; border-radius: 9999px; margin-bottom: 0.875rem; }
.review-badge.urgent { color: #ef4444; background: rgba(239,68,68,0.1); }
.review-card h4 { font-size: 1.02rem; margin-bottom: 0.65rem; }
.review-detail { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 0.875rem; }
.review-meta { display: flex; gap: 1rem; flex-wrap: wrap; font-size: 0.78rem; color: var(--text-muted); margin-bottom: 0.875rem; padding-bottom: 0.875rem; border-bottom: 1px solid var(--card-border); }
.review-meta span { display: flex; align-items: center; gap: 0.3rem; }
.review-meta i.fa-check-circle { color: #22c55e; }
.review-quote { font-size: 0.88rem; color: var(--text-muted); font-style: italic; line-height: 1.7; border-left: 3px solid var(--primary); padding-left: 0.875rem; }
.review-disclaimer { text-align: center; margin-top: 1.75rem; color: var(--text-muted); font-size: 0.82rem; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
.about-profile { text-align: center; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 1.5rem; padding: 2rem 2.5rem; }
.profile-seal-wrap { display: flex; justify-content: center; margin-bottom: 1.1rem; }
.profile-seal { width: 72px; height: 72px; border-radius: 14px; }
.about-profile h3 { font-size: 1.4rem; margin-bottom: 0.35rem; }
.profile-sub { color: var(--text-muted); font-size: 0.88rem; margin-bottom: 1.1rem; }
.profile-badges { display: flex; flex-direction: column; gap: 0.45rem; align-items: center; }
.profile-badge { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.78rem; color: var(--accent); background: rgba(245,158,11,0.12); padding: 0.28rem 0.75rem; border-radius: 9999px; }
.about-items { display: flex; flex-direction: column; gap: 1.25rem; }
.about-item { display: flex; align-items: flex-start; gap: 1.1rem; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 1.25rem; padding: 1.4rem; }
.about-icon { width: 2.75rem; height: 2.75rem; background: rgba(59,130,246,0.1); border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; color: #60a5fa; font-size: 1.15rem; flex-shrink: 0; }
.about-item h4 { font-size: 0.98rem; margin-bottom: 0.3rem; }
.about-item p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }

/* CTA Section */
.cta-section { background: linear-gradient(135deg, #172554 0%, #1e40af 100%); color: white; text-align: center; padding: var(--section-padding); position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(at 50% 0%, rgba(251,191,36,0.2), transparent 70%); pointer-events: none; }
.cta-section h2 { color: white; font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 1rem; position: relative; z-index: 1; }
.cta-section > .container > p { color: #bfdbfe; margin-bottom: 2.5rem; font-size: 1.1rem; position: relative; z-index: 1; }
.contact-wrap { display: grid; grid-template-columns: 1fr; gap: 2rem; position: relative; z-index: 1; text-align: left; }
.contact-form { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 1.5rem; padding: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.88rem; font-weight: 600; color: #e0e7ff; }
.required { color: var(--accent); }
.form-group input, .form-group textarea { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); border-radius: 0.75rem; color: white; font-family: inherit; font-size: 1rem; padding: 0.8rem 1rem; transition: border-color 0.2s; width: 100%; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--accent); }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.35); }
.form-privacy { display: flex; }
.privacy-check { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.82rem; color: #bfdbfe; cursor: pointer; line-height: 1.5; }
.form-submit { width: 100%; justify-content: center; }
.form-message { font-size: 0.88rem; padding: 0.7rem 0.875rem; border-radius: 0.5rem; display: none; }
.form-message.success { background: rgba(34,197,94,0.15); color: #86efac; display: block; }
.form-message.error { background: rgba(239,68,68,0.15); color: #fca5a5; display: block; }
.contact-direct { display: flex; flex-direction: column; gap: 1.1rem; }
.contact-direct h3 { color: white; font-size: 1.2rem; }
.direct-call { display: flex; align-items: center; gap: 0.875rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 1rem; padding: 1.1rem 1.4rem; transition: all 0.3s; }
.direct-call:hover { background: rgba(255,255,255,0.18); transform: translateY(-2px); }
.direct-call i { font-size: 1.4rem; color: var(--accent); }
.direct-call span { font-size: 1.3rem; font-weight: 700; color: white; }
.direct-note { font-size: 0.82rem; color: #bfdbfe; line-height: 1.6; }
.direct-tip { display: flex; align-items: flex-start; gap: 0.65rem; background: rgba(251,191,36,0.1); border: 1px solid rgba(251,191,36,0.2); border-radius: 0.875rem; padding: 1rem; }
.direct-tip i { color: var(--accent); margin-top: 0.12rem; flex-shrink: 0; }
.direct-tip p { font-size: 0.85rem; color: #bfdbfe; line-height: 1.6; }

/* Region */
.region-tags { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-bottom: 1rem; }
.region-tag { display: inline-block; padding: 0.35rem 0.875rem; border-radius: 9999px; font-size: 0.85rem; background: rgba(59,130,246,0.1); border: 1px solid rgba(59,130,246,0.2); color: #93c5fd; }
.region-tag.main { background: rgba(251,191,36,0.1); border-color: rgba(251,191,36,0.3); color: var(--accent); font-weight: 600; }
.region-note { font-size: 0.88rem; color: var(--text-muted); }
.related-services { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; margin-top: 1.1rem; }
.related-service { display: flex; align-items: center; gap: 0.55rem; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 0.75rem; padding: 0.8rem 0.875rem; font-size: 0.85rem; color: var(--text-muted); transition: all 0.2s; }
.related-service:hover { border-color: rgba(96,165,250,0.3); color: var(--text-main); }
.related-service i { color: #60a5fa; flex-shrink: 0; }

/* Fixed CTA Bar */
.fixed-cta-bar { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(2,6,23,0.95); backdrop-filter: blur(12px); border-top: 1px solid rgba(255,255,255,0.08); padding: 0.8rem 1rem; z-index: 900; transform: translateY(100%); transition: transform 0.4s ease; }
.fixed-cta-bar.visible { transform: translateY(0); }
.fixed-cta-inner { max-width: var(--container-width); margin: 0 auto; display: flex; align-items: center; justify-content: flex-end; gap: 0.75rem; }
.fixed-cta-text { font-size: 0.88rem; color: var(--text-muted); margin-right: auto; display: none; }
.fixed-cta-btns { display: flex; gap: 0.65rem; }
@media (min-width: 640px) { .fixed-cta-text { display: block; } }

/* Responsive additions */
@media (min-width: 640px) { .pain-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px) {
  .penalty-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .docs-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-wrap { grid-template-columns: 1.4fr 1fr; }
}
@media (min-width: 900px) {
  .target-grid { grid-template-columns: 1.2fr 1fr; }
  .overview-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .about-grid { grid-template-columns: auto 1fr; }
}
@media (max-width: 767px) {
  .timeline::before { left: 1.25rem; }
  .timeline-item.left, .timeline-item.right { flex-direction: column; padding-right: 0; padding-left: 3.5rem; }
  .timeline-dot { left: 1.25rem; }
}
