/*
Theme Name: Ayvet Clean
Version: 1.0
*/
:root{--ink:#102335;--muted:#607385;--blue:#1264a3;--teal:#0e9f8a;--mint:#e9fbf6;--cream:#fff8ec;--line:#d8e8e4;--white:#fff;--shadow:0 18px 50px rgba(16,35,53,.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;color:var(--ink);background:#f7fbfa;line-height:1.65}a{text-decoration:none;color:var(--blue)}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:18px;padding:12px 0}.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:950;color:var(--ink)}.brand img,.custom-logo{width:160px!important;height:48px!important;object-fit:contain;border-radius:0}.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:150px}.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(--blue),var(--teal));color:white!important;font-weight:900;padding:12px 20px;cursor:pointer}.search button{margin:3px;padding:8px 13px}.btn.secondary{background:white;color:var(--blue)!important;border:1px solid var(--line)}.hero{padding:76px 0 58px;background:radial-gradient(circle at top right,#d8f7ef,transparent 38%),linear-gradient(135deg,#fff,#e9fbf6)}.hero-grid,.split{display:grid;grid-template-columns:1.03fr .97fr;gap:42px;align-items:center}.eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:#ddf6f0;color:#087568;font-weight:900;font-size:13px}.hero h1{font-size:clamp(36px,5vw,64px);line-height:1.02;margin:18px 0}.lead{font-size:20px;color:var(--muted);max-width:700px}.hero-media img,.section-img img{width:100%;border-radius:30px;box-shadow:var(--shadow);background:white}.section{padding:70px 0}.section-title{text-align:center;max-width:780px;margin:0 auto 32px}.section-title h2,.page-hero h1{font-size:clamp(30px,4vw,46px);line-height:1.1;margin:0 0 10px}.section-title p,.page-hero p{color:var(--muted);font-size:18px}.cards,.post-grid,.testimonials{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.post-grid{grid-template-columns:repeat(3,1fr)}.testimonials{grid-template-columns:repeat(3,1fr)}.card,.post-card,.testimonial,.content-card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 30px rgba(16,35,53,.08)}.card img{aspect-ratio:1/1;width:100%;object-fit:cover}.card-body,.post-body{padding:22px}.card h3,.post-card h3{margin:0 0 8px;color:var(--ink);line-height:1.2}.card p,.post-card p,.testimonial p{color:var(--muted);margin:0}.post-card{display:flex;flex-direction:column}.post-card img{aspect-ratio:16/10;width:100%;object-fit:cover}.post-body{display:flex;flex-direction:column;flex:1}.meta-row{display:flex;justify-content:space-between;align-items:center;gap:10px;color:var(--muted);font-size:13px;margin-bottom:12px}.badge{background:#eaf6ff;color:#1264a3;font-weight:900;padding:5px 10px;border-radius:999px}.read-more{margin-top:auto;font-weight:900;color:var(--teal)}.checklist{padding:0;list-style:none}.checklist li{margin:12px 0;padding-left:34px;position:relative}.checklist li:before{content:'✓';position:absolute;left:0;top:0;width:24px;height:24px;border-radius:50%;background:#def7ef;color:#087568;text-align:center;font-weight:950}.testimonial{padding:24px;text-align:center}.testimonial img{width:78px;height:78px;border-radius:50%;object-fit:cover;margin:0 auto 16px}.page-hero,.archive-top{padding:56px 0;background:linear-gradient(135deg,#fff,#e9fbf6)}.content-card{padding:34px;margin:44px auto;max-width:900px}.single-wrap{max-width:880px;margin:54px auto;padding:0 18px}.single-wrap h1{font-size:clamp(34px,5vw,56px);line-height:1.08}.single-wrap>img{border-radius:26px;box-shadow:var(--shadow);margin:24px 0}.single-content{font-size:19px}.archive-wrap{padding:54px 0}.pagination{text-align:center;margin:34px}.site-footer{background:#102335;color:white;padding:34px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-brand{display:flex;align-items:center;gap:12px;font-weight:950}.footer-brand img{width:50px;height:50px}.footer-links{display:flex;gap:20px}.footer-links a{color:white;font-weight:800}.fluentform{margin-top:24px}.ff-el-input--label label{font-weight:800}.ff-el-form-control{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px}textarea.ff-el-form-control{min-height:150px}@media(max-width:900px){.header-inner,.main-nav,.footer-inner{flex-direction:column}.main-menu{flex-wrap:wrap;justify-content:center}.search{display:none}.hero-grid,.split,.cards,.post-grid,.testimonials{grid-template-columns:1fr}.hero{padding-top:44px}.section{padding:48px 0}.card img{aspect-ratio:16/10}}