/* ══════════════════════════════════════════════════════════════
   RojKam — Home page design layer (loaded only by index.php)
   Direction: warm paper, deep-leaf green, turmeric gold, arches.
   Content/links are untouched — this file only changes the look.
   ══════════════════════════════════════════════════════════════ */
.hm{
  --cream:#FBF6E9; --paper:#F3EAD3; --ink:#12261A; --ink2:#1A3625;
  --leaf:#2F6B3A; --leaf-lt:#E1EDD9; --gold:#F4C613; --gold-dk:#B98F00;
  --terra:#C8562B; --muted:#586255; --line:rgba(18,38,26,.14);
  --serif:'Fraunces','Noto Serif Gujarati',Georgia,serif;
  --pad:clamp(60px,8vw,112px);
  background:var(--cream);color:var(--ink);overflow-x:clip;
}
.hm h1,.hm h2,.hm h3{font-family:var(--serif)}
.h-wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(16px,5vw,40px)}

/* scroll reveal (only when JS flagged the page) */
.h-js .h-r{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.2,.7,.2,1) var(--d,0s),transform .7s cubic-bezier(.2,.7,.2,1) var(--d,0s)}
.h-js .h-r.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.h-js .h-r{opacity:1;transform:none;transition:none}}

/* shared bits */
.hm .hl{background:linear-gradient(transparent 64%,rgba(244,198,19,.6) 64%);-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:0 .12em;margin:0 -.12em}
.h-kick{display:inline-flex;align-items:center;gap:12px;font-size:12px;font-weight:800;letter-spacing:2.2px;text-transform:uppercase;color:var(--leaf);margin-bottom:18px}
.h-kick::before{content:'';width:34px;height:2px;background:var(--terra);border-radius:2px}
.h-title{font-size:clamp(28px,3.9vw,50px);font-weight:700;line-height:1.3;letter-spacing:-.5px;margin-bottom:14px}
.h-sub{font-size:16px;color:var(--muted);max-width:560px;line-height:1.75}
.h-head{margin-bottom:clamp(36px,5vw,60px)}
.h-sec{padding:var(--pad) 0}

.h-btns{display:flex;flex-wrap:wrap;gap:12px}
.h-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 26px;border-radius:100px;font-size:15px;font-weight:800;line-height:1.2;transition:transform .25s,background .25s,color .25s,border-color .25s,box-shadow .25s;border:2px solid transparent;text-align:center}
.h-btn i{font-size:1.05em}
.h-btn:hover{transform:translateY(-3px)}
.h-btn-gold{background:var(--gold);color:var(--ink);box-shadow:0 10px 26px -8px rgba(244,198,19,.75)}
.h-btn-gold:hover{background:#ffd52e}
.h-btn-glass{background:rgba(10,26,16,.45);color:#fff;border-color:rgba(255,255,255,.45)}
.h-btn-glass:hover{background:#fff;color:var(--ink)}
.h-btn-wa{background:transparent;color:#128C4A;border-color:rgba(18,140,74,.45)}
.h-btn-wa:hover{background:#25D366;color:#fff;border-color:#25D366}
.h-btn-ink{background:var(--ink);color:var(--gold)}
.h-btn-ink:hover{background:var(--ink2)}
.h-btn-line{background:transparent;color:inherit;border-color:currentColor;opacity:.92}
.h-btn-line:hover{background:#25D366;border-color:#25D366;color:#fff;opacity:1}
.h-btn-outline{background:transparent;color:var(--ink);border-color:var(--ink)}
.h-btn-outline:hover{background:var(--ink);color:var(--gold)}

/* ── HERO ── */
.hm .h-hero{position:relative;height:clamp(600px,calc(100svh - 110px),780px);min-height:600px;background:var(--ink);overflow:hidden;padding-bottom:0}
.hm .h-hero .slide{background-image:var(--bg,none)}
@media(max-width:768px){.hm .h-hero .slide{background-image:var(--bgm,var(--bg,none))}}
.hm .h-hero .slide::after{background:
  linear-gradient(90deg,rgba(10,26,16,.82) 0%,rgba(10,26,16,.5) 44%,rgba(10,26,16,0) 82%),
  linear-gradient(0deg,rgba(10,26,16,.4) 0%,transparent 34%)}
.h-hero-in{position:relative;z-index:3;height:100%;display:flex;align-items:center;padding-bottom:70px}
.h-hero-copy{max-width:700px}
.h-pill{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:12px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;padding:9px 18px;border:1px solid rgba(255,255,255,.28);border-radius:100px;background:rgba(10,26,16,.5);margin-bottom:26px}
.h-pill .pd{width:9px;height:9px;border-radius:50%;background:#5BE07A;animation:hpd 2s infinite}
@keyframes hpd{0%,100%{box-shadow:0 0 0 0 rgba(91,224,122,.6)}50%{box-shadow:0 0 0 9px rgba(91,224,122,0)}}
.hm .h-hero h1{font-size:clamp(32px,5vw,64px);font-weight:700;line-height:1.42;letter-spacing:-.5px;color:#fff;margin-bottom:18px}
.hm .h-hero h1 .hl{background:none;color:var(--gold);padding:0;margin:0;position:relative;white-space:normal}
/* reserve the text block's height so the web-font swap can't push the buttons around (CLS) */
.hm .h-hero h1{min-height:calc(1.42em*2)}
.h-hero-sub{min-height:calc(1.75em*2)}
.h-hero-sub{font-size:clamp(15px,1.7vw,18.5px);color:rgba(255,255,255,.82);line-height:1.75;max-width:540px;margin-bottom:34px;font-weight:500}
.h-ctrl{position:absolute;left:50%;transform:translateX(-50%);bottom:96px;z-index:5;display:flex;align-items:center;justify-content:space-between;pointer-events:none}
.h-ctrl>*{pointer-events:auto}
.hm .h-ctrl .slide-dots{position:static;transform:none;display:flex;gap:8px}
.hm .h-ctrl .sdot{width:34px;height:4px;border-radius:4px;background:rgba(255,255,255,.35);padding:0;border:0;transition:background .3s,width .3s}
.hm .h-ctrl .sdot.active{background:var(--gold);width:64px}
.h-arrows{display:flex;gap:10px}
.hm .h-arrows .slide-arrow{backdrop-filter:none;position:static;transform:none;width:46px;height:46px;border-radius:50%;font-size:15px;background:rgba(255,255,255,.1);border:1.5px solid rgba(255,255,255,.35);color:#fff}
.hm .h-arrows .slide-arrow:hover{background:var(--gold);border-color:var(--gold);color:var(--ink)}

/* ── FEATURE STRIP (floats over hero edge) ── */
.h-feats{position:relative;z-index:6;margin-top:-58px;padding-bottom:0}
.h-feats-in{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#fff;border-radius:26px;box-shadow:0 30px 70px -28px rgba(18,38,26,.35);padding:8px;max-width:1120px;width:calc(100% - clamp(32px,10vw,80px))}
.h-feat{display:flex;align-items:center;gap:16px;padding:22px 24px;position:relative}
.h-feat+.h-feat::before{content:'';position:absolute;left:0;top:24%;bottom:24%;width:1px;background:var(--line)}
.h-feat-ic{flex:0 0 52px;height:52px;border-radius:50% 50% 14px 14px;background:var(--leaf-lt);color:var(--leaf);display:flex;align-items:center;justify-content:center;font-size:20px}
.h-feat h4{font-size:15px;font-weight:800;margin-bottom:3px;line-height:1.35}
.h-feat p{font-size:13.5px;color:var(--muted);line-height:1.6}

/* ── ABOUT ── */
.h-about{background:var(--cream);padding-top:calc(var(--pad) + 20px)}
.h-about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(40px,7vw,96px);align-items:center}
.h-about-media{position:relative;max-width:470px;width:100%;margin:0 auto}
.h-arch{position:relative;aspect-ratio:4/5;border-radius:999px 999px 26px 26px;overflow:hidden;box-shadow:0 34px 60px -30px rgba(18,38,26,.5);z-index:1}
.h-arch img{width:100%;height:100%;object-fit:cover}
.h-about-media::before{content:'';position:absolute;inset:0;border:2px solid var(--gold-dk);border-radius:999px 999px 26px 26px;transform:translate(18px,18px);z-index:0}
.h-sticker{position:absolute;z-index:2;right:-22px;bottom:34px;width:148px;height:148px;border-radius:50%;background:var(--gold);color:var(--ink);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;font-family:var(--serif);font-weight:800;font-size:14px;line-height:1.4;padding:18px;transform:rotate(-9deg);box-shadow:0 14px 30px -10px rgba(0,0,0,.4);outline:2px dashed var(--ink);outline-offset:-9px}
.h-sticker i{margin-top:6px;color:var(--leaf);font-size:18px}
.h-about-text p{font-size:16.5px;line-height:1.9;color:var(--muted);margin-bottom:14px}
.h-about-text strong{color:var(--ink)}
.h-checks{list-style:none;margin:22px 0 32px;display:grid;gap:0}
.h-checks li{display:flex;align-items:flex-start;gap:14px;padding:13px 0;border-bottom:1px dashed var(--line);font-size:15.5px;font-weight:600;line-height:1.6}
.h-checks li:last-child{border-bottom:0}
.h-tick{flex:0 0 26px;height:26px;border-radius:50%;background:var(--leaf);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;margin-top:1px}

/* ── SERVICES ── */
.h-srv-sec{background:var(--ink);color:#fff;position:relative;overflow:hidden}
.h-srv-sec::before{content:'';position:absolute;inset:0;background:radial-gradient(rgba(244,198,19,.12) 1.2px,transparent 1.4px) 0 0/26px 26px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 70%);mask-image:linear-gradient(180deg,#000,transparent 70%);pointer-events:none}
.h-srv-sec .h-wrap{position:relative}
.h-srv-sec .h-kick{color:var(--gold)}
.h-srv-sec .h-title{color:#fff}
.h-srv-sec .hl{background:none;color:var(--gold)}
.h-srv-sec .h-sub{color:rgba(255,255,255,.66)}
.h-srv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.h-srv{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 16px 30px;min-height:236px;border:1.5px solid rgba(255,255,255,.14);border-radius:999px 999px 24px 24px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.02));transition:transform .3s,background .3s,border-color .3s}
.h-srv-ic{width:72px;height:72px;border-radius:50%;background:var(--gold);color:var(--ink);display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:20px;transition:transform .35s cubic-bezier(.3,1.6,.5,1),background .3s}
.h-srv-gu{order:2;font-family:var(--serif);font-size:23px;font-weight:700;color:#fff;line-height:1.35;margin-top:2px}
.h-srv-en{order:3;font-size:12px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:rgba(255,255,255,.55);margin-top:6px}
.h-srv:hover{transform:translateY(-8px);border-color:var(--gold);background:rgba(244,198,19,.09)}
.h-srv:hover .h-srv-ic{transform:scale(1.12) rotate(-8deg);background:#fff}

/* ── HOW ── */
.h-how{background:var(--paper);position:relative}
.h-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,40px);position:relative;align-items:start}
.h-steps::before{content:'';position:absolute;left:8%;right:8%;top:56px;border-top:2px dashed rgba(18,38,26,.28)}
.h-step{position:relative;background:var(--cream);border-radius:26px;padding:0 28px 34px;box-shadow:0 22px 44px -28px rgba(18,38,26,.4)}
.h-step:nth-child(2){margin-top:44px}
.h-step-n{display:flex;align-items:center;justify-content:center;width:84px;height:84px;margin:-28px 0 18px;border-radius:50%;background:var(--gold);color:var(--ink);font-family:var(--serif);font-weight:800;font-size:40px;box-shadow:0 0 0 8px var(--paper);position:relative}
.h-step h3{font-size:19px;font-weight:700;margin-bottom:10px;line-height:1.4}
.h-step h3 i{color:var(--leaf);font-size:.9em;margin-right:6px}
.h-step p{font-size:15px;color:var(--muted);line-height:1.8}

/* ── WHO ── */
.h-who-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(18px,2.6vw,32px)}
.h-who{border-radius:32px;padding:clamp(26px,3.4vw,44px);display:flex;flex-direction:column;position:relative;overflow:hidden}
.h-who::after{content:'';position:absolute;right:-70px;top:-70px;width:220px;height:220px;border-radius:50%;border:34px solid currentColor;opacity:.07;pointer-events:none}
.h-who-farmer{background:var(--leaf);color:#fff}
.h-who-worker{background:var(--gold);color:var(--ink)}
.h-who-head{display:flex;align-items:center;gap:16px;margin-bottom:24px}
.h-who-ic{flex:0 0 64px;height:64px;border-radius:50% 50% 16px 16px;display:flex;align-items:center;justify-content:center;font-size:26px}
.h-who-farmer .h-who-ic{background:var(--gold);color:var(--ink)}
.h-who-worker .h-who-ic{background:var(--ink);color:var(--gold)}
.h-who-head h3{font-size:clamp(21px,2.4vw,28px);font-weight:700;line-height:1.3}
.h-who-head p{font-size:14px;opacity:.78;margin-top:2px}
.h-who-list{list-style:none;margin-bottom:28px;flex:1}
.h-who-list li{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid currentColor;border-bottom-color:rgba(255,255,255,.2);font-size:15.5px;font-weight:600}
.h-who-worker .h-who-list li{border-bottom-color:rgba(18,38,26,.18)}
.h-who-list li:last-child{border-bottom:0}
.h-who-list i{font-size:17px}
.h-who-farmer .h-who-list i{color:var(--gold)}
.h-who-worker .h-who-list i{color:var(--ink)}
.h-who-btns{display:flex;flex-direction:column;gap:10px}
.h-who-btns .h-btn{width:100%;justify-content:flex-start;padding:15px 22px}
.h-who-worker .h-btn-line:hover{color:#fff}

/* ── STATS ── */
.hm .stats.h-stats{background:var(--ink2);padding:clamp(52px,7vw,84px) 0;position:relative;overflow:hidden}
.hm .h-stats::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 12% 0%,rgba(244,198,19,.18),transparent 45%),radial-gradient(circle at 92% 100%,rgba(47,107,58,.55),transparent 50%)}
.hm .h-stats .stats-inner{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:1200px}
.hm .h-stats .stat{border:0;border-radius:0;background:none;padding:10px clamp(10px,2vw,28px);text-align:center;position:relative}
.hm .h-stats .stat:hover{background:none;border:0}
.hm .h-stats .stat+.stat::before{content:'';position:absolute;left:0;top:14%;bottom:14%;width:1px;background:rgba(255,255,255,.16)}
.hm .h-stats .stat-n{font-family:var(--serif);font-size:clamp(34px,4.5vw,60px);font-weight:800;color:var(--gold);letter-spacing:-1.5px;line-height:1.05}
.hm .h-stats .stat-l{font-size:clamp(13px,1.4vw,16px);color:rgba(255,255,255,.75);margin-top:10px;font-weight:600}

/* ── WHY ── */
.h-why{position:relative}
.h-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2.4vw,30px)}
div.h-why{background:#fff;border-radius:28px;padding:34px 28px 32px;position:relative;overflow:hidden;box-shadow:0 20px 46px -32px rgba(18,38,26,.45);transition:transform .3s,box-shadow .3s}
div.h-why::before{content:'';position:absolute;left:0;top:0;width:100%;height:5px;background:linear-gradient(90deg,var(--gold),var(--terra));transform:scaleX(.18);transform-origin:left;transition:transform .45s}
div.h-why:hover{transform:translateY(-6px);box-shadow:0 30px 56px -30px rgba(18,38,26,.55)}
div.h-why:hover::before{transform:scaleX(1)}
.h-why-ic{width:60px;height:60px;border-radius:50% 50% 16px 16px;background:var(--leaf-lt);color:var(--leaf);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:22px;transition:background .3s,color .3s}
div.h-why:hover .h-why-ic{background:var(--leaf);color:#fff}
div.h-why h3{font-size:20px;font-weight:700;margin-bottom:10px;line-height:1.35}
div.h-why p{font-size:15px;line-height:1.8;color:var(--muted)}
div.h-why p a{color:var(--leaf);font-weight:700;border-bottom:1.5px solid rgba(47,107,58,.3)}
div.h-why p a:hover{border-bottom-color:var(--leaf)}
.h-why{background:transparent}
.h-sec.h-why{background:var(--cream)}

/* ── TESTIMONIALS ── */
.h-testi{background:var(--leaf);color:#fff;position:relative;overflow:hidden}
.h-testi::before{content:'';position:absolute;inset:auto -10% -40% auto;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(244,198,19,.22),transparent 65%)}
.h-testi .h-wrap{position:relative}
.h-testi .h-kick{color:var(--gold)}
.h-testi .h-title{color:#fff}
.h-testi .hl{background:none;color:var(--gold)}
.h-testi .h-sub{color:rgba(255,255,255,.78)}
.h-testi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:start}
.h-t{position:relative;background:var(--cream);color:var(--ink);border-radius:26px;padding:30px 24px 24px;box-shadow:0 26px 50px -30px rgba(0,0,0,.55);margin:0}
.h-t:nth-child(even){margin-top:34px}
.h-t-qm{position:absolute;right:20px;top:20px;font-size:28px;color:var(--gold);opacity:.9}
.h-t-stars{color:var(--gold-dk);font-size:13px;letter-spacing:2px;margin-bottom:14px;display:flex;gap:3px}
.h-t blockquote{font-size:15px;line-height:1.85;margin-bottom:22px;font-weight:500}
.h-t figcaption{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px dashed var(--line)}
.h-t-av{flex:0 0 46px;height:46px;border-radius:50% 50% 12px 12px;background:var(--ink);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:18px}
.h-t figcaption b{display:block;font-size:14.5px;line-height:1.3}
.h-t figcaption span:not(.h-t-av){font-size:12.5px;color:var(--muted)}

/* ── FAQ ── */
.h-faq{background:var(--cream)}
.h-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(30px,6vw,90px);align-items:start}
.h-faq-side{position:sticky;top:130px}
.hm .faq-wrap.h-faq-list{max-width:none;margin:0}
.hm .faq-item{border:1.5px solid var(--line);border-radius:22px;background:#fff;margin-bottom:12px;padding:0 24px;transition:border-color .3s,box-shadow .3s,background .3s}
.hm .faq-item.open{border-color:var(--ink);box-shadow:0 18px 40px -26px rgba(18,38,26,.5)}
.hm .faq-q{padding:20px 0;font-size:16px;font-weight:700;line-height:1.55;gap:16px}
.hm .faq-q:hover{color:var(--leaf)}
.hm .faq-ic{flex:0 0 34px;width:34px;height:34px;margin-left:0;background:var(--leaf-lt);color:var(--leaf)}
.hm .faq-item.open .faq-ic{background:var(--gold);color:var(--ink)}
.hm .faq-a{font-size:15px;line-height:1.85;color:var(--muted)}
.hm .faq-item.open .faq-a{max-height:420px;padding-bottom:22px}

/* ── DOWNLOAD CTA ── */
.hm .dl.h-dl{background:var(--ink);padding:clamp(70px,9vw,120px) 0;position:relative;overflow:hidden}
.hm .h-dl::before{content:'';position:absolute;top:auto;right:auto;left:50%;bottom:-320px;width:760px;height:760px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(244,198,19,.26),transparent 62%)}
.hm .h-dl::after{content:'';position:absolute;left:50%;bottom:-380px;width:640px;height:640px;transform:translateX(-50%);border-radius:50%;border:2px solid rgba(244,198,19,.25);box-shadow:0 0 0 70px rgba(244,198,19,.05),0 0 0 140px rgba(244,198,19,.04)}
.hm .h-dl-in{position:relative;z-index:1;max-width:1000px;margin:0 auto;padding:0 clamp(16px,5vw,40px);text-align:center}
.h-dl-ic{display:inline-flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:50% 50% 18px 18px;background:var(--gold);color:var(--ink);font-size:30px;margin-bottom:26px}
.hm .h-dl h2{font-size:clamp(28px,4.4vw,52px);font-weight:700;color:#fff;line-height:1.35;letter-spacing:-.5px;margin-bottom:16px}
.hm .h-dl p{color:rgba(255,255,255,.74);font-size:16.5px;line-height:1.85;margin-bottom:38px}
.hm .h-dl-btns{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-bottom:32px}
.h-dlb{display:flex;align-items:center;gap:14px;padding:16px 28px 16px 22px;border-radius:100px;font-weight:800;font-size:15px;min-width:236px;text-align:left;line-height:1.25;transition:transform .25s,background .25s,box-shadow .25s}
.h-dlb i{font-size:28px}
.h-dlb small{display:block;font-size:10.5px;font-weight:700;letter-spacing:1.4px;opacity:.7;margin-bottom:2px}
.h-dlb:hover{transform:translateY(-4px)}
.h-dlb-gold{background:var(--gold);color:var(--ink);box-shadow:0 14px 34px -12px rgba(244,198,19,.7)}
.h-dlb-gold:hover{background:#ffd52e}
.h-dlb-out{border:2px solid rgba(244,198,19,.55);color:var(--gold)}
.h-dlb-out:hover{background:rgba(244,198,19,.12)}
.h-dlb-wa{background:#25D366;color:#fff;box-shadow:0 14px 34px -12px rgba(37,211,102,.6)}
.h-dlb-wa:hover{background:#1fbe5a}
.hm .h-dl-contact{font-size:14px;color:rgba(255,255,255,.6);margin:0}
.hm .h-dl-contact a{color:var(--gold);font-weight:700}
.hm .h-dl-contact i{color:var(--gold);margin:0 4px 0 6px}
.hm .h-dl-contact span{margin:0 6px}

/* ── BLOG ── */
.h-blog{background:var(--paper)}
.h-blog-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px;margin-bottom:clamp(30px,4vw,52px)}
.h-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2.4vw,30px)}
.h-blog-empty{color:#888;text-align:center;grid-column:1/-1}
.h-post{display:flex;flex-direction:column;background:var(--cream);border-radius:28px;overflow:hidden;box-shadow:0 22px 44px -30px rgba(18,38,26,.5);transition:transform .3s,box-shadow .3s}
.h-post:hover{transform:translateY(-7px);box-shadow:0 34px 54px -30px rgba(18,38,26,.6)}
.h-post-th{position:relative;height:210px;overflow:hidden;background:var(--ink)}
.h-post-th img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.h-post:hover .h-post-th img{transform:scale(1.07)}
.h-post-chip{position:absolute;left:16px;top:16px;background:var(--gold);color:var(--ink);padding:8px 13px;border-radius:14px;text-align:center;font-weight:800;font-size:11px;line-height:1.3;letter-spacing:.6px;text-transform:uppercase}
.h-post-chip b{display:block;font-family:var(--serif);font-size:22px;letter-spacing:-.5px}
.h-post-body{padding:24px 26px 8px;flex:1}
.h-post-meta{display:flex;gap:16px;font-size:12.5px;color:var(--muted);margin-bottom:12px;font-weight:600}
.h-post-meta i{color:var(--leaf);margin-right:4px}
.h-post h3{font-size:19px;font-weight:700;line-height:1.5;margin-bottom:10px}
.h-post p{font-size:14.5px;color:var(--muted);line-height:1.75}
.h-post-btn{display:flex;align-items:center;justify-content:space-between;margin:14px 26px 24px;padding-top:16px;border-top:1px dashed var(--line);font-weight:800;font-size:14.5px;color:var(--ink);transition:color .2s}
.h-post-btn i{width:36px;height:36px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;font-size:13px;transition:transform .25s,background .25s}
.h-post-btn:hover{color:var(--leaf)}
.h-post-btn:hover i{transform:translateX(5px);background:var(--ink);color:var(--gold)}

/* ── RESPONSIVE ── */
@media(max-width:1020px){
  .h-feats-in{grid-template-columns:1fr;border-radius:22px;padding:6px}
  .h-feat+.h-feat::before{left:24px;right:24px;top:0;bottom:auto;width:auto;height:1px}
  .h-about-grid{grid-template-columns:1fr}
  .h-about-media{max-width:400px;margin-bottom:26px}
  .h-srv-grid{grid-template-columns:repeat(2,1fr)}
  .h-steps{grid-template-columns:1fr;max-width:560px;margin:0 auto;gap:44px}
  .h-steps::before{display:none}
  .h-step:nth-child(2){margin-top:0}
  .h-who-grid{grid-template-columns:1fr}
  .hm .h-stats .stats-inner{grid-template-columns:repeat(2,1fr);row-gap:26px}
  .hm .h-stats .stat:nth-child(3)::before{display:none}
  .h-why-grid{grid-template-columns:repeat(2,1fr)}
  .h-testi-grid{grid-template-columns:repeat(2,1fr)}
  .h-t:nth-child(even){margin-top:0}
  .h-faq-grid{grid-template-columns:1fr}
  .h-faq-side{position:static}
  .h-blog-grid{grid-template-columns:repeat(2,1fr)}
  .h-blog-grid .h-post:nth-child(3){grid-column:1/-1}
}
@media(max-width:640px){
  .hm .h-hero{height:auto;min-height:max(640px,calc(100svh - 68px))}
  .h-hero-in{align-items:center}
  .h-hero-in{padding:56px clamp(16px,5vw,40px) 116px}
  .h-hero-copy{max-width:100%}
  .hm .h-hero h1{line-height:1.5;min-height:calc(1.5em*3)}
  .h-hero-sub{min-height:calc(1.75em*3)}
  .h-btns .h-btn{flex:1 1 100%}
  .h-ctrl{bottom:78px}
  .hm .h-ctrl .sdot{width:22px}.hm .h-ctrl .sdot.active{width:44px}
  .hm .h-arrows .slide-arrow{display:flex;width:40px;height:40px}
  .h-feats{margin-top:-46px}
  .h-feat{padding:18px 16px}
  .h-sticker{right:-8px;width:124px;height:124px;font-size:12px}
  .h-about-media::before{transform:translate(12px,12px)}
  .h-srv-grid{gap:12px}
  .h-srv{min-height:210px;padding:26px 8px 22px}
  .h-srv-ic{width:58px;height:58px;font-size:23px;margin-bottom:14px}
  .h-srv-gu{font-size:19px}
  .h-srv-en{font-size:10.5px;letter-spacing:1px}
  .hm .h-stats .stat-l{font-size:12.5px}
  .h-why-grid{grid-template-columns:1fr}
  /* testimonials become a swipe row */
  .h-testi-grid{display:flex;overflow-x:auto;gap:14px;scroll-snap-type:x mandatory;margin:0 calc(-1*clamp(16px,5vw,40px));padding:8px clamp(16px,5vw,40px) 26px;scrollbar-width:none}
  .h-testi-grid::-webkit-scrollbar{display:none}
  .h-t{flex:0 0 84%;scroll-snap-align:center}
  .hm .faq-item{padding:0 18px;border-radius:18px}
  .hm .faq-q{font-size:15px}
  .h-dlb{width:100%;min-width:0}
  .h-blog-grid{grid-template-columns:1fr}
  .h-blog-grid .h-post:nth-child(3){grid-column:auto}
  .h-blog-head .h-btn{width:100%}
  .hm .h-dl-contact{display:flex;flex-direction:column;gap:4px;align-items:center}
  .hm .h-dl-contact span{display:none}
}
