/* Wajib AI — shared styles */
:root{
  --navy:#16233d;--blue:#2a45d8;--blue2:#1e3a8a;--soft:#eef2fb;
  --muted:#5b6b86;--line:#e6eaf2;--green:#16a34a;--amber:#f59e0b;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--navy);line-height:1.7;background:#fff;-webkit-font-smoothing:antialiased}
.wrap{max-width:1080px;margin:0 auto;padding:0 22px}
a{color:var(--blue);text-decoration:none}
img{max-width:100%;display:block}

/* Header */
header.site{position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);z-index:20}
.nav{display:flex;align-items:center;justify-content:space-between;height:66px}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:18px;color:var(--navy)}
.brand img{width:38px;height:38px;border-radius:9px}
.nav .links{display:flex;align-items:center}
.nav .links a{margin-left:22px;color:var(--navy);font-weight:600;font-size:14.5px}
.nav .links a.btn{background:var(--blue);color:#fff;padding:9px 16px;border-radius:999px}
.menu-toggle{display:none;background:none;border:0;font-size:26px;cursor:pointer;color:var(--navy)}

/* Hero */
.hero{background:linear-gradient(160deg,#1e3a8a,#0e1a30);color:#fff;padding:74px 0 84px;text-align:center}
.hero img.logo{width:104px;height:104px;border-radius:24px;margin:0 auto 22px;box-shadow:0 18px 40px -10px rgba(0,0,0,.5)}
.hero h1{font-size:42px;line-height:1.15;letter-spacing:-.5px;margin-bottom:14px}
.hero p{font-size:18px;color:#c6d4ee;max-width:640px;margin:0 auto 28px}
.cta{display:inline-flex;align-items:center;gap:9px;background:#fff;color:var(--blue2);font-weight:800;padding:14px 26px;border-radius:999px;font-size:15px}
.cta.ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4);margin-left:10px}

/* Page header (sub pages) */
.page-head{background:linear-gradient(160deg,#1e3a8a,#0e1a30);color:#fff;padding:54px 0;text-align:center}
.page-head h1{font-size:34px;letter-spacing:-.3px;margin-bottom:8px}
.page-head p{color:#c6d4ee;max-width:620px;margin:0 auto;font-size:16.5px}
.crumbs{max-width:1080px;margin:0 auto;padding:12px 22px;font-size:13px;color:var(--muted)}
.crumbs a{color:var(--muted)}

/* Sections */
section{padding:70px 0}
.eyebrow{color:var(--blue);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px;text-align:center;margin-bottom:10px}
h2{font-size:32px;text-align:center;letter-spacing:-.3px;margin-bottom:14px}
h3{font-size:22px;margin-bottom:10px}
.lead{text-align:center;color:var(--muted);font-size:17px;max-width:700px;margin:0 auto 8px}
.alt{background:var(--soft)}

/* Feature rows */
.feature{display:flex;align-items:center;gap:54px;margin:60px 0}
.feature:nth-child(even){flex-direction:row-reverse}
.feature .text{flex:1}
.feature .text p{color:var(--muted);font-size:16px}
.feature .shot{flex:0 0 290px;text-align:center}
.feature .shot img{width:270px;border-radius:30px;box-shadow:0 24px 50px -16px rgba(20,35,61,.4);margin:0 auto}

/* Cards grid */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}
.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;box-shadow:0 10px 30px -22px rgba(20,35,61,.4)}
.card .ic{width:46px;height:46px;border-radius:12px;background:var(--soft);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:14px}
.card h3{font-size:18px;margin-bottom:6px}
.card p{color:var(--muted);font-size:14.5px}

/* Steps */
.steps{counter-reset:s;max-width:760px;margin:40px auto 0}
.step{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}
.step:last-child{border-bottom:0}
.step .n{counter-increment:s;flex:0 0 44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center}
.step .n::before{content:counter(s)}
.step h3{font-size:19px;margin-bottom:4px}
.step p{color:var(--muted);font-size:15px}

/* FAQ */
.faq{max-width:780px;margin:30px auto 0}
.qa{border:1px solid var(--line);border-radius:14px;padding:18px 22px;margin-bottom:14px;background:#fff}
.qa h3{font-size:17px;margin-bottom:6px;color:var(--navy)}
.qa p{color:var(--muted);font-size:15px}

/* Pricing */
.price{max-width:420px;margin:30px auto 0;background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;text-align:center;box-shadow:0 14px 40px -20px rgba(20,35,61,.25)}
.price .amt{font-size:40px;font-weight:800}
.price .amt span{font-size:16px;color:var(--muted);font-weight:600}
.price ul{list-style:none;text-align:left;margin:20px 0;display:inline-block}
.price li{padding:6px 0;font-size:15px}
.price li::before{content:"\2713";color:var(--green);font-weight:800;margin-right:9px}

/* Prose (legal + blog) */
.prose{max-width:820px;margin:0 auto;padding:46px 22px 80px}
.prose h2{font-size:21px;text-align:left;margin:30px 0 8px;color:var(--blue)}
.prose h3{font-size:18px;margin:22px 0 6px}
.prose p,.prose li{color:#2c3a52;margin:0 0 12px}
.prose ul,.prose ol{margin:0 0 14px 22px}
.tmpl{background:#fff7e6;border:1px solid #f4d58a;color:#7a5b16;border-radius:12px;padding:12px 14px;font-size:13.5px;margin:18px 0 26px}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.hero img, .feature-img {
  object-fit: contain;
  width: auto;
  max-height: 600px;
}

/* CTA band */
.band{background:linear-gradient(120deg,#2a45d8,#1e3a8a);color:#fff;text-align:center;padding:60px 0}
.band h2{color:#fff}
.band p{color:#d4ddf6;max-width:560px;margin:0 auto 22px}

/* Footer */
footer.site{background:var(--navy);color:#aebbd2;padding:46px 0 30px;font-size:14px}
footer.site .cols{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin-bottom:26px}
footer.site h4{color:#fff;font-size:15px;margin-bottom:12px}
footer.site a{color:#aebbd2;display:block;margin:6px 0}
footer.site a:hover{color:#fff}
footer.site .copy{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;font-size:12.5px}

@media(max-width:760px){
  .nav .links{position:fixed;inset:66px 0 auto 0;background:#fff;flex-direction:column;align-items:flex-start;padding:14px 22px;border-bottom:1px solid var(--line);display:none}
  .nav .links.open{display:flex}
  .nav .links a{margin:8px 0}
  .menu-toggle{display:block}
  .hero h1{font-size:31px}.hero p{font-size:16px}
  h2{font-size:25px}
  .feature,.feature:nth-child(even){flex-direction:column;gap:24px;margin:44px 0;text-align:center}
  .grid{grid-template-columns:1fr}
  .cta.ghost{margin-left:0;margin-top:10px}
}
