/* Extracted from generator-pesen/nejroset/index.html block 1. */
/* ===== HERO ===== */
.hero{padding:48px 0 60px;background:#FAFAF8}
.hero h1{font-weight:700;font-size:48px;line-height:1.12;letter-spacing:-1.5px;margin-bottom:24px}
.hero-definition{font-size:18px;color:#71717A;line-height:1.65;max-width:760px}
.hero-definition strong{color:#1A1A1A;font-weight:500}

/* ===== PROCESS ===== */
.process{background:#F3F2EE}
.process-steps{display:flex;align-items:flex-start;gap:0;justify-content:center}
.process-step{flex:1;max-width:180px;text-align:center}
.process-icon{width:64px;height:64px;background:#fff;border:2px solid #E8E6E1;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 14px;transition:border-color .3s ease,box-shadow .3s ease}
.process-step:hover .process-icon{border-color:#7C3AED;box-shadow:0 4px 16px rgba(124,58,237,.12)}
.process-step h3{font-weight:600;font-size:16px;margin-bottom:6px}
.process-step p{font-size:14px;color:#71717A;line-height:1.5}
.process-arrow{display:flex;align-items:center;padding-top:18px;color:#D4D4D8;font-size:24px;flex-shrink:0}

/* ===== COMPARISON TABLE ===== */
.comparison{background:#FAFAF8}
.comparison-table{width:100%;max-width:720px;margin:0 auto 32px;border-collapse:separate;border-spacing:0;border:1px solid #E8E6E1;border-radius:20px;overflow:hidden}
.comparison-table th,.comparison-table td{padding:16px 24px;text-align:left;font-size:15px;border-bottom:1px solid #E8E6E1}
.comparison-table thead th{background:#F3F2EE;font-family:'Onest',sans-serif;font-weight:600;font-size:15px;color:#1A1A1A}
.comparison-table thead th:first-child{color:#71717A;font-weight:500}
.comparison-table tbody tr:last-child td{border-bottom:none}
.comparison-table td:first-child{color:#71717A;font-weight:500}
.comparison-table td{background:#fff}
.comparison-table .col-nn{color:#7C3AED;font-weight:500}
.comparison-note{text-align:center;font-size:15px;color:#71717A;max-width:640px;margin:0 auto;line-height:1.6}

/* ===== FAQ ===== */
.faq{background:#F3F2EE}

/* ===== CTA ===== */
.cta-section{background:#FAFAF8;text-align:center}
.cta-section h2{margin-bottom:20px}
.cta-section .cta-sub{font-size:17px;color:#71717A;margin-bottom:36px;line-height:1.5}

/* ===== TABLET ===== */
@media(max-width:1024px){
  .process-steps{gap:0}
  .process-step{max-width:160px}
  .hero h1{font-size:40px}
}

/* ===== MOBILE ===== */
@media(max-width:768px){
  .hero{padding:32px 0 40px}
  .hero h1{font-size:32px;letter-spacing:-1px}
  .hero-definition{font-size:16px}
  .process-steps{flex-direction:column;align-items:center;gap:8px}
  .process-step{max-width:100%;display:flex;align-items:center;gap:16px;text-align:left}
  .process-icon{margin:0;flex-shrink:0;width:52px;height:52px;font-size:22px}
  .process-step-text{flex:1}
  .process-arrow{transform:rotate(90deg);padding:0;justify-content:center;width:100%}
  .comparison-table th,.comparison-table td{padding:12px 14px;font-size:14px}
}
