:root {
  --bg: #FAF8F5;
  --fg: #111111;
  --accent: #D97706;
  --accent-light: #FEF3C7;
  --muted: #6B6B6B;
  --border: #E5E0D8;
  --surface: #F2EFE9;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

/* Navigation */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 10;
}

.btn-editor-nav {
  background: var(--fg);
  color: #fff;
  border-radius: 10px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.btn-editor-nav:hover {
  opacity: 0.85;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.3px;
}

.nav-tagline {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Hero */
.hero {
  padding: 80px 48px 64px;
  max-width: 1280px;
  margin: 0 auto;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 28px;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.4); }
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-left {}

.hero-headline {
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 24px;
  color: var(--fg);
}

.hero-accent {
  color: var(--accent);
}

.hero-sub {
  font-size: 18px;
  color: var(--muted);
  max-width: 480px;
  margin-bottom: 36px;
  line-height: 1.7;
}

.hero-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--fg);
}

/* Hero Resume Document */
.hero-right {
  display: flex;
  justify-content: center;
}

.resume-doc {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08), 0 4px 16px rgba(0,0,0,0.04);
  position: relative;
}

.resume-doc::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  width: 56px;
  height: 56px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doc-header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1.5px solid var(--fg);
}

.doc-name {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.doc-title {
  font-size: 14px;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 8px;
}

.doc-contact {
  font-size: 12px;
  color: var(--muted);
}

.doc-section {
  margin-bottom: 20px;
}

.doc-section-title {
  font-family: 'Sora', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border);
}

.doc-job {
  margin-bottom: 14px;
}

.doc-job-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
  gap: 8px;
}

.doc-job-title {
  font-weight: 600;
  font-size: 14px;
}

.doc-job-co {
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}

.doc-bullets {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}

.doc-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  margin-top: 8px;
}

.doc-bullet-text {
  font-size: 12px;
  color: #3a3a3a;
  line-height: 1.5;
}

.doc-ats-score {
  position: absolute;
  bottom: -12px;
  right: -12px;
  background: var(--fg);
  color: #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.ats-number {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
}

.ats-label, .ats-sub {
  font-size: 8px;
  line-height: 1.3;
  text-align: center;
  color: rgba(255,255,255,0.7);
}

/* Sections */
.section-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 16px;
}

.section-headline {
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -0.8px;
  max-width: 640px;
  margin-bottom: 20px;
}

.section-body {
  font-size: 18px;
  color: var(--muted);
  max-width: 560px;
  line-height: 1.7;
}

/* Transformation / Stats */
.transformation {
  background: var(--fg);
  color: #fff;
  padding: 80px 48px;
}

.transformation .section-label {
  color: var(--accent);
}

.transformation .section-headline {
  color: #fff;
}

.transformation .section-body {
  color: rgba(255,255,255,0.6);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 56px;
}

.stat {
  padding: 40px 36px;
  background: var(--fg);
}

.stat-number {
  font-family: 'Sora', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -1px;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}

/* Services */
.services {
  padding: 80px 48px;
  max-width: 1280px;
  margin: 0 auto;
}

.service-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 56px;
}

.service-card {
  background: var(--bg);
  padding: 36px 32px;
}

.service-card--main {
  background: var(--surface);
}

.service-card--highlight {
  background: var(--fg);
  color: #fff;
}

.service-card--highlight .section-label {
  color: var(--accent);
}

.service-card--highlight .service-detail {
  color: rgba(255,255,255,0.5);
}

.service-icon {
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 700;
}

.service-card p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-card--highlight p {
  color: rgba(255,255,255,0.65);
}

.service-detail {
  font-size: 12px;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ATS / Process Section */
.ats-section {
  background: var(--surface);
  padding: 80px 48px;
}

.ats-content {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.ats-headline h2 {
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}

.ats-headline p {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.7;
}

.ats-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ats-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}

.ats-step:first-child {
  padding-top: 0;
}

.ats-step:last-child {
  border-bottom: none;
}

.step-number {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.05em;
  padding-top: 3px;
}

.step-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.step-content strong {
  font-size: 16px;
  font-weight: 600;
}

.step-content span {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* Pricing */
.pricing-section {
  padding: 80px 48px;
  max-width: 1280px;
  margin: 0 auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.pricing-card {
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  background: #fff;
}

.pricing-card--featured {
  border-color: var(--fg);
  background: var(--fg);
  color: #fff;
}

.pricing-popular {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
}

.pricing-name {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.pricing-price {
  font-family: 'Sora', sans-serif;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 4px;
}

.pricing-price span {
  font-size: 20px;
  font-weight: 600;
  color: var(--muted);
}

.pricing-card--featured .pricing-price span {
  color: rgba(255,255,255,0.5);
}

.pricing-tag {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 28px;
}

.pricing-card--featured .pricing-tag {
  color: rgba(255,255,255,0.5);
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-features li {
  font-size: 15px;
  color: var(--muted);
  padding-left: 20px;
  position: relative;
}

.pricing-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.pricing-card--featured .pricing-features li {
  color: rgba(255,255,255,0.7);
}

/* Closing */
.closing {
  background: var(--fg);
  color: #fff;
  padding: 100px 48px;
  text-align: center;
}

.closing-inner {
  max-width: 640px;
  margin: 0 auto;
}

.closing-inner h2 {
  font-size: clamp(32px, 4.5vw, 52px);
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.closing-inner p {
  font-size: 18px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 40px;
}

.closing-note {
  font-size: 15px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.05em;
}

/* Footer */
.footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 40px 48px;
  text-align: center;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}

.footer-tagline {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 8px;
}

.footer-legal {
  font-size: 12px;
  color: var(--muted);
}

/* Responsive */
@media (max-width: 768px) {
  .nav { padding: 16px 24px; }
  .hero { padding: 48px 24px; }
  .hero-content { grid-template-columns: 1fr; gap: 48px; }
  .hero-right { display: none; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .ats-content { grid-template-columns: 1fr; gap: 48px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .transformation, .services, .ats-section, .pricing-section, .closing, .footer { padding-left: 24px; padding-right: 24px; }
}