/* Jorasken IA — SEO Pages */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --primary:#1e3a5f;--primary-light:#2d5a8e;--accent:#0ea5e9;
  --cta:#f97316;--cta-hover:#ea580c;--bg:#f8fafc;--bg-alt:#eef4fb;
  --text:#1e293b;--text-light:#64748b;--white:#ffffff;
  --radius:12px;--shadow:0 4px 24px rgba(0,0,0,.08);
  --font:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}

/* NAV */
.nav{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid #e2e8f0;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}
.nav-logo{font-size:1.25rem;font-weight:800;color:var(--primary);letter-spacing:-.02em}
.nav-logo span{color:var(--accent)}
.nav-cta{background:var(--cta);color:var(--white);padding:.5rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;transition:background .2s}
.nav-cta:hover{background:var(--cta-hover);text-decoration:none}

/* HERO */
.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--white);padding:4rem 1.5rem 3.5rem;text-align:center}
.hero-badge{display:inline-block;background:rgba(255,255,255,.15);padding:.35rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.03em}
.hero h1{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;line-height:1.15;margin-bottom:1.25rem;max-width:700px;margin-left:auto;margin-right:auto}
.hero p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto 2rem;line-height:1.7}
.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-primary{background:var(--cta);color:var(--white);padding:.85rem 2rem;border-radius:8px;font-weight:700;font-size:1rem;transition:all .2s;display:inline-block}
.btn-primary:hover{background:var(--cta-hover);transform:translateY(-1px);text-decoration:none}
.btn-secondary{background:rgba(255,255,255,.15);color:var(--white);padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;border:2px solid rgba(255,255,255,.3);transition:all .2s;display:inline-block}
.btn-secondary:hover{background:rgba(255,255,255,.25);text-decoration:none}

/* SECTIONS */
section{padding:4rem 1.5rem}
.container{max-width:900px;margin:0 auto}
section h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;text-align:center;margin-bottom:.75rem;color:var(--primary)}
section .subtitle{text-align:center;color:var(--text-light);font-size:1.05rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}

/* PROBLEMS */
.problems{background:var(--white)}
.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}
.problem-card{background:var(--bg);border-radius:var(--radius);padding:1.75rem;border-left:4px solid var(--cta)}
.problem-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--primary)}
.problem-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}

/* SOLUTION */
.solution{background:var(--bg-alt)}
.solution-content{max-width:700px;margin:0 auto}
.solution-text{font-size:1.05rem;line-height:1.8;margin-bottom:2rem;text-align:center}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:500px;margin:0 auto}
.stat-card{background:var(--white);border-radius:var(--radius);padding:1.5rem;text-align:center;box-shadow:var(--shadow)}
.stat-number{font-size:2rem;font-weight:800;color:var(--cta);display:block}
.stat-label{font-size:.85rem;color:var(--text-light);margin-top:.25rem;line-height:1.4}

/* HOW IT WORKS */
.how-it-works{background:var(--white)}
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:800px;margin:0 auto;counter-reset:step}
.step{text-align:center;position:relative}
.step-number{width:3rem;height:3rem;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;margin:0 auto 1rem}
.step h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}
.step p{color:var(--text-light);font-size:.9rem;line-height:1.5}

/* FEATURES */
.features{background:var(--bg-alt)}
.features-list{max-width:700px;margin:0 auto;display:grid;gap:.75rem}
.feature-item{display:flex;align-items:flex-start;gap:.75rem;background:var(--white);padding:1rem 1.25rem;border-radius:var(--radius);font-size:.95rem}
.feature-check{color:var(--accent);font-weight:700;font-size:1.1rem;flex-shrink:0;margin-top:.1rem}

/* TESTIMONIAL */
.testimonial-section{background:var(--white)}
.testimonial-card{max-width:600px;margin:0 auto;background:var(--bg);border-radius:var(--radius);padding:2rem;position:relative}
.testimonial-card::before{content:'"';font-size:4rem;font-weight:800;color:var(--accent);opacity:.3;position:absolute;top:-.25rem;left:1rem;line-height:1}
.testimonial-text{font-size:1.05rem;font-style:italic;line-height:1.7;margin-bottom:1rem;padding-top:1.5rem}
.testimonial-author{font-weight:700;color:var(--primary)}
.testimonial-role{color:var(--text-light);font-size:.875rem}

/* FAQ */
.faq-section{background:var(--bg-alt)}
.faq-list{max-width:700px;margin:0 auto;display:grid;gap:1rem}
.faq-item{background:var(--white);border-radius:var(--radius);overflow:hidden}
.faq-item summary{padding:1.25rem;font-weight:700;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;font-size:1rem;color:var(--primary)}
.faq-item summary::after{content:'+';font-size:1.5rem;font-weight:300;color:var(--accent);transition:transform .2s}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item p{padding:0 1.25rem 1.25rem;color:var(--text-light);line-height:1.6;font-size:.95rem}

/* RELATED LINKS */
.related{background:var(--white)}
.related h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--primary)}
.related-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}
.related-link{display:inline-block;background:var(--bg-alt);padding:.5rem 1rem;border-radius:8px;font-size:.875rem;color:var(--primary);font-weight:500;transition:background .2s}
.related-link:hover{background:var(--accent);color:var(--white);text-decoration:none}

/* FINAL CTA */
.final-cta{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--white);text-align:center;padding:4rem 1.5rem}
.final-cta h2{color:var(--white);margin-bottom:1rem}
.final-cta p{opacity:.9;margin-bottom:2rem;font-size:1.05rem}

/* FOOTER */
.footer{background:var(--primary);color:rgba(255,255,255,.7);padding:2rem 1.5rem;text-align:center;font-size:.875rem}
.footer a{color:rgba(255,255,255,.9)}
.footer-links{display:flex;gap:1.5rem;justify-content:center;margin-top:.75rem;flex-wrap:wrap}

/* MOBILE */
@media(max-width:640px){
  .hero{padding:3rem 1.25rem 2.5rem}
  section{padding:3rem 1.25rem}
  .stats-grid{grid-template-columns:1fr}
  .hero-ctas{flex-direction:column;align-items:center}
  .btn-primary,.btn-secondary{width:100%;max-width:300px;text-align:center}
}
