/*
Theme Name: Hurtas Clean
Version: 1.0
*/
:root{--ink:#18222b;--muted:#667481;--blue:#0f5f8f;--orange:#f28c28;--ice:#edf7fb;--sand:#fff7ed;--line:#d9e5ec;--white:#fff;--shadow:0 18px 50px rgba(16,34,48,.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:#fbfdff;color:var(--ink);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:22px;padding:12px 0}.brand img,.custom-logo{width:270px!important;max-width:44vw!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: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(--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(--blue)!important;border:1px solid var(--line)}.hero{padding:82px 0 62px;background:radial-gradient(circle at top right,#dff3fb,transparent 38%),linear-gradient(135deg,#fff,#fff7ed)}.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(--ice);color:var(--blue);font-weight:950;font-size:13px}.hero h1{font-size:clamp(38px,6vw,66px);line-height:1.02;margin:18px 0}.lead{font-size:20px;color:var(--muted);max-width:680px}.hero-media img,.section-img img{border-radius:30px;box-shadow:var(--shadow);aspect-ratio:16/9;object-fit:cover}.section{padding:70px 0}.section-title{text-align:center;margin:0 auto 30px;max-width:780px}.section-title h2,.page-hero h1,.archive-top h1{font-size:clamp(30px,4vw,46px);line-height:1.12;margin:0 0 12px}.section-title p,.archive-top p{color:var(--muted)}.cards,.post-grid,.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cards{grid-template-columns:repeat(4,1fr)}.card,.post-card,.testimonial,.content-card{background:#fff;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:20px}.card h3,.post-card h3,.testimonial h3{margin:0 0 8px;color:var(--ink)}.checklist{padding:0;margin:22px 0 0;list-style:none}.checklist li{margin:12px 0;padding:14px 16px;border-radius:16px;background:white;border:1px solid var(--line);font-weight:750}.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:10px;color:var(--muted);font-size:13px;margin-bottom:10px}.badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:var(--sand);color:#a8530d;font-weight:850}.read-more{margin-top:auto;font-weight:900}.testimonial{padding:26px;text-align:center}.testimonial img{width:82px;height:82px;border-radius:999px;object-fit:cover;margin:0 auto 16px}.cta{background:linear-gradient(135deg,var(--blue),#12364f);color:white;border-radius:34px;padding:46px}.cta p{color:#e9f6fb}.page-hero,.archive-top{padding:58px 0;background:linear-gradient(135deg,var(--ice),#fff)}.content-card{padding:34px;margin:36px auto;max-width:900px}.fluentform{margin-top:24px}.single-wrap{max-width:860px;margin:46px auto;padding:0 18px}.single-wrap h1{font-size:clamp(34px,5vw,54px);line-height:1.08}.single-wrap>img{border-radius:26px;box-shadow:var(--shadow);margin:26px 0;max-height:520px;width:100%;object-fit:cover}.single-content{font-size:18px}.archive-wrap{padding:42px 0 70px}.pagination{text-align:center;margin-top:30px}.site-footer{border-top:1px solid var(--line);background:#0f1d27;color:white;padding:30px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:22px}.footer-brand img{width:220px!important;background:white;border-radius:16px}.footer-links{display:flex;gap:18px}.footer-links a{color:white;font-weight:850}@media(max-width:900px){.header-inner,.main-nav,.footer-inner{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}.brand img,.custom-logo{max-width:86vw!important}.hero{padding:52px 0}.section{padding:48px 0}.cta{padding:30px}.cards{gap:18px}}