/* ============================================================
   GreenCut Service · รับตัดหญ้า ตัดต้นไม้ เคลียร์พื้นที่
   Premium Green Theme · Tailwind config inline in each HTML head
   ============================================================ */
:root{
  --page-bg:#F3FAF1; --ink:#13251A; --muted:#5B6B5E; --line:#D8E8D2;
  --green:#16A34A; --green-deep:#15803D; --lime:#65A30D; --lime-light:#A3E635;
}
*{ -webkit-tap-highlight-color:transparent; }
html{ scroll-behavior:smooth; }
body{
  background:#F3FAF1;
  font-family:'Poppins','Noto Sans Thai',sans-serif;
  color:#13251A; position:relative; overflow-x:hidden;
}
/* premium green atmosphere */
body::before{
  content:""; position:fixed; inset:0; z-index:-1; pointer-events:none;
  background:
    radial-gradient(60rem 42rem at 85% -8%, rgba(22,163,74,.16), transparent 60%),
    radial-gradient(52rem 40rem at -10% 10%, rgba(132,204,22,.13), transparent 55%);
}
.gx{ background:linear-gradient(135deg,#22C55E 0%,#16A34A 50%,#15803D 100%); }
.gx-text{
  background:linear-gradient(135deg,#15803D,#16A34A);
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
}
.glass{
  background:rgba(255,255,255,.74);
  backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.6);
}
.text-balance{ text-wrap:balance; }
.sq{ aspect-ratio:1/1; object-fit:cover; }
.shadow-glow{ box-shadow:0 10px 40px -10px rgba(22,163,74,.45); }
.shadow-soft{ box-shadow:0 4px 30px rgba(19,37,26,.08); }
.shadow-card{ box-shadow:0 8px 40px rgba(19,37,26,.10); }
details>summary{ list-style:none; cursor:pointer; }
details>summary::-webkit-details-marker{ display:none; }
.ms{ font-family:'Material Symbols Outlined'; font-weight:normal; font-style:normal; line-height:1; -webkit-font-feature-settings:'liga'; }
.eyebrow{ letter-spacing:.12em; }
.chip{ transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.chip:hover{ transform:translateY(-2px); }
@keyframes rise{ from{ opacity:0; transform:translateY(18px);} to{ opacity:1; transform:none;} }
.reveal{ animation:rise .7s cubic-bezier(.22,.61,.36,1) both; }
.reveal.d1{ animation-delay:.08s; } .reveal.d2{ animation-delay:.16s; }
.reveal.d3{ animation-delay:.24s; } .reveal.d4{ animation-delay:.32s; }
img{ background:#E6F4E1; }
a{ text-decoration:none; }
iframe{ border:0; }
