/*
Theme Name: Azra Prefabrik Clean
Version: 1.0
*/
:root{--ink:#14211f;--muted:#61716d;--green:#0f7b58;--orange:#d97706;--sand:#f6efe2;--mint:#e8f5ef;--line:#dbe6e0;--white:#fff;--shadow:0 18px 50px rgba(20,33,31,.13);--radius:24px}*{box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fbfaf6;color:var(--ink);line-height:1.65}a{text-decoration:none;color:var(--green)}img{display:block;max-width:100%;height:auto}.container{width:min(1180px,calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:12px 0}.brand img,.custom-logo{width:260px!important;max-width:42vw!important;height:auto!important;object-fit:contain}.main-nav{display:flex;align-items:center;gap:18px}.main-menu{display:flex;gap:18px;list-style:none;margin:0;padding:0}.main-menu li{list-style:none}.main-menu a{font-weight:850;color:var(--ink)}.search{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:white}.search input{border:0;padding:10px 12px;width:155px}.btn,.search button,.ff-btn-submit{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:linear-gradient(135deg,var(--green),var(--orange));color:white!important;font-weight:900;padding:12px 20px;cursor:pointer}.search button{margin:3px;padding:8px 13px}.btn.secondary{background:white;color:var(--green)!important;border:1px solid var(--line)}.hero{padding:82px 0 62px;background:radial-gradient(circle at top right,#dff4eb,transparent 38%),linear-gradient(135deg,#fff,#f6efe2)}.hero-grid,.split{display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center}.eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:var(--mint);color:var(--green);font-weight:950;font-size:13px}.hero h1{font-size:clamp(38px,5vw,66px);line-height:1.02;margin:18px 0}.lead{font-size:20px;color:var(--muted);max-width:650px}.hero-media img,.section-img img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:16/9;object-fit:cover}.section{padding:70px 0}.section-title{text-align:center;max-width:790px;margin:0 auto 32px}.section-title h2{font-size:clamp(30px,3.6vw,46px);line-height:1.08;margin:0 0 12px}.section-title p{color:var(--muted);font-size:18px}.cards,.post-grid,.testimonials{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card,.post-card,.testimonial,.content-card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:1/1;object-fit:cover}.card-body,.post-body{padding:22px}.card h3,.post-card h3{margin:0 0 8px;font-size:22px;color:var(--ink)}.card p,.post-card p{color:var(--muted);margin:0}.checklist{padding:0;margin:22px 0 0;list-style:none}.checklist li{margin:12px 0;padding-left:30px;position:relative}.checklist li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:950}.post-grid{grid-template-columns:repeat(3,1fr)}.post-card{display:flex;flex-direction:column}.post-card>a img{width:100%;aspect-ratio:16/10;object-fit:cover}.post-body{display:flex;flex-direction:column;flex:1}.meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:14px;margin-bottom:12px}.badge{background:var(--mint);color:var(--green);font-weight:900;border-radius:999px;padding:5px 10px}.read-more{margin-top:auto;font-weight:950;color:var(--green)}.testimonials{grid-template-columns:repeat(3,1fr)}.testimonial{padding:24px;text-align:center}.testimonial img{width:92px;height:92px;object-fit:cover;border-radius:50%;margin:0 auto 14px}.cta{background:linear-gradient(135deg,var(--green),#0f513d);color:white;border-radius:32px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta p{color:#e7fff5}.site-footer{padding:34px 0;background:#10201b;color:white}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand img{width:230px;height:auto;background:white;border-radius:14px;padding:6px}.footer-links{display:flex;gap:18px}.footer-links a{color:white;font-weight:850}.page-hero,.archive-top{padding:58px 0;background:var(--sand);text-align:center}.page-hero h1,.archive-top h1{font-size:46px;margin:0}.content-card{padding:34px;margin:36px auto;max-width:900px}.archive-wrap{padding:48px 0}.single-wrap{width:min(880px,calc(100% - 36px));margin:54px auto;background:white;border:1px solid var(--line);border-radius:var(--radius);padding:38px;box-shadow:var(--shadow)}.single-wrap h1{font-size:42px;line-height:1.12}.single-wrap>img{border-radius:20px;margin:22px 0;width:100%;max-height:470px;object-fit:cover}.pagination{text-align:center;margin:34px}.pagination .page-numbers{display:inline-block;margin:3px;padding:8px 12px;border-radius:10px;background:white;border:1px solid var(--line)}.pagination .current{background:var(--green);color:white}.fluentform{margin-top:22px}.ff-el-input--content input,.ff-el-input--content textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit}@media(max-width:900px){.header-inner,.main-nav,.footer-inner,.cta{flex-direction:column;align-items:flex-start}.main-menu{flex-wrap:wrap}.search{width:100%}.search input{width:100%}.hero-grid,.split,.cards,.post-grid,.testimonials{grid-template-columns:1fr}.hero{padding-top:48px}.brand img,.custom-logo{max-width:280px!important;width:68vw!important}.page-hero h1,.single-wrap h1{font-size:34px}.content-card,.single-wrap{padding:24px}.cta{border-radius:24px}}
