/* ============================================================
   CRANE & HIAB — Exact Mockup Match
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700;800;900&display=swap');

/* ── Variables ─────────────────────────────── */
:root {
  --Y:    #FFD600;
  --Yd:   #FFC107;
  --BLK:  #111;
  --DARK: #1c1c1c;
  --DARK2:#222;
  --GBG:  #f5f5f5;
  --TXT:  #1a1a1a;
  --TXT2: #444;
  --MUT:  #777;
  --WHT:  #fff;
  --BDR:  #e0e0e0;
  --R:    12px;
  --RLG:  20px;
  --RXL:  28px;
  --SH:   0 4px 24px rgba(0,0,0,.1);
  --SHD:  0 12px 40px rgba(0,0,0,.18);
  --TR:   .24s ease;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Noto Sans Thai',system-ui,sans-serif;background:var(--WHT);color:var(--TXT);line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img,svg{max-width:100%;display:block}
.container{width:min(1200px,calc(100% - 48px));margin-inline:auto}

/* ── Buttons ──────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;gap:8px;
  height:50px;padding:0 26px;border-radius:999px;
  font-weight:800;font-size:.95rem;border:2px solid transparent;
  cursor:pointer;transition:var(--TR);white-space:nowrap;
}
.btn-yellow{background:var(--Y);color:var(--BLK);box-shadow:0 4px 18px rgba(255,214,0,.4)}
.btn-yellow:hover{background:var(--Yd);transform:translateY(-2px);box-shadow:0 8px 28px rgba(255,214,0,.5)}
.btn-outline{background:var(--WHT);border-color:#ccc;color:var(--TXT)}
.btn-outline:hover{border-color:var(--Y);background:#fffde7}
.btn-ghost{background:transparent;border-color:rgba(255,255,255,.5);color:var(--WHT)}
.btn-ghost:hover{background:rgba(255,255,255,.1)}

/* ── Section badge ──────────────────────── */
.section-badge{
  display:inline-flex;align-items:center;gap:6px;
  padding:5px 14px;border-radius:999px;
  background:#fff8c8;border:1.5px solid var(--Y);
  color:#6b4f00;font-weight:800;font-size:.79rem;
  letter-spacing:.05em;margin-bottom:14px;
}

/* ── Scroll reveal ──────────────────────── */
.svc-card,.proc,.why-list li{opacity:0;transform:translateY(16px);transition:opacity .5s,transform .5s}
.svc-card.visible,.proc.visible,.why-list li.visible{opacity:1;transform:translateY(0)}
.svc-card:nth-child(2){transition-delay:.08s}
.svc-card:nth-child(3){transition-delay:.16s}
.svc-card:nth-child(4){transition-delay:.24s}
.why-list li:nth-child(2){transition-delay:.1s}
.why-list li:nth-child(3){transition-delay:.2s}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:sticky;top:0;z-index:100;
  background:#000000;
  border-bottom:1px solid rgba(255,255,255,.07);
  box-shadow:0 2px 20px rgba(0,0,0,.4);
}
.nav-wrap{height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}

/* Brand */
.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}
.brand-text{display:flex;flex-direction:column;line-height:1.2}
.brand-name{font-size:.95rem;font-weight:900;color:var(--WHT);letter-spacing:.07em}
.brand-sub{font-size:.68rem;color:#999;font-weight:500}

/* Nav */
.main-nav{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}
.main-nav a{
  padding:8px 16px;border-radius:8px;
  font-weight:700;font-size:.92rem;color:#bbb;
  transition:.2s;position:relative;
}
.main-nav a::after{
  content:'';position:absolute;bottom:-2px;left:50%;
  transform:translateX(-50%);width:0;height:2.5px;
  background:var(--Y);border-radius:2px;transition:width .25s;
}
.main-nav a.active,.main-nav a:hover{color:var(--WHT)}
.main-nav a.active::after{width:26px}

/* Header CTA */
.header-cta{
  display:inline-flex;align-items:center;gap:7px;
  height:42px;padding:0 20px;border-radius:999px;
  background:var(--Y);color:var(--BLK);
  font-weight:900;font-size:.87rem;flex-shrink:0;
  transition:var(--TR);box-shadow:0 4px 14px rgba(255,214,0,.35);
}
.header-cta:hover{background:var(--Yd);transform:translateY(-1px)}
.menu-toggle{
  display:none;width:40px;height:40px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;background:rgba(255,255,255,.06);
  cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;
}
.menu-toggle span{display:block;width:17px;height:2px;background:#fff;border-radius:2px;transition:.25s}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative;
  background:#0a1120;
  width:100%;
  overflow:hidden;
}
.hero-banner-link {
  display: block;
  width: 100%;
  line-height: 0;
}
.hero-full-banner {
  width: 100%;
  height: auto;
  display: block;
  animation: heroFadeUp .85s cubic-bezier(.22, 1, .36, 1) both;
}

/* ── Grey industrial right-side background ── */
.hero-bg-right{
  position:absolute;
  right:0;top:0;
  /* starts at ~42% from left, slants inward */
  width:62%;
  height:100%;
  background:
    linear-gradient(170deg,
      #dedad5 0%,
      #cec9c3 25%,
      #c0bbb4 55%,
      #a8a49c 80%,
      #989490 100%
    );
  clip-path:polygon(8% 0,100% 0,100% 100%,0% 100%);
  z-index:0;
}
/* Dot pattern inside bg-right (top-right corner) */
.hero-dots{
  position:absolute;
  top:18px;right:22px;
  width:120px;height:90px;
  background-image:radial-gradient(circle,rgba(0,0,0,.18) 1.5px,transparent 1.5px);
  background-size:13px 13px;
  z-index:1;
}

/* ── Yellow diagonal slash (lower-right) ── */
.hero-yellow-slash{
  position:absolute;
  right:0;bottom:0;
  width:38%;
  height:52%;
  background:var(--Y);
  clip-path:polygon(22% 0%,100% 0%,100% 100%,0% 100%);
  z-index:1;
}

/* ── Left content area ── */
.hero-content-wrap{
  position:relative;
  z-index:3;
  width:44%;
  padding:52px 0 52px;
  /* white "bleed" to cover the bg-right overlap */
}

/* Ensure white background covers the content area cleanly */
.hero-content-wrap::before{
  content:'';
  position:absolute;
  inset:-20px 0 -20px -9999px;
  background:var(--WHT);
  z-index:-1;
}

/* Badge */
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 18px;border-radius:999px;
  background:var(--Y);color:var(--BLK);
  font-weight:800;font-size:.82rem;margin-bottom:16px;
}
.badge-dot{width:8px;height:8px;border-radius:50%;background:var(--BLK);flex-shrink:0}

/* Headline */
.hero-h1{display:flex;flex-direction:column;margin-bottom:14px}
.h1-black{
  font-size:clamp(2.4rem,4.2vw,4rem);
  font-weight:900;color:var(--BLK);
  line-height:1.05;letter-spacing:-.025em;
}
.h1-yellow{
  font-size:clamp(2.1rem,3.8vw,3.6rem);
  font-weight:900;color:var(--Yd);
  line-height:1.05;letter-spacing:-.025em;
}

/* Desc */
.hero-desc{font-size:.93rem;color:var(--TXT2);margin-bottom:18px;line-height:1.7}

/* Feature icons — HORIZONTAL ROW of 4 */
.hero-features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-bottom:22px;
}
.hf{display:flex;align-items:center;gap:8px}
.hf-ico{
  width:36px;height:36px;border-radius:50%;
  background:#fff8c8;border:1.5px solid var(--Y);
  display:grid;place-items:center;flex-shrink:0;
  color:#8a6400;
}
.hf-ico svg{width:16px;height:16px}
.hf strong{display:block;font-size:.78rem;font-weight:800;color:var(--BLK);line-height:1.2}
.hf span{display:block;font-size:.7rem;color:var(--MUT);line-height:1.3}

/* Action buttons */
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}

/* ── Banner image card (desktop layout) ── */
.hero-banner-wrap {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero-banner-img {
  width: 100%;
  max-width: 680px;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 20px 48px rgba(0,0,0,0.3);
  border: 1.5px solid rgba(255,255,255,0.08);
}

/* ============================================================
   STATS WRAP + BAR
   ============================================================ */
.stats-wrap{
  padding:20px 0 24px;
  background:var(--WHT);
}
.stats-bar{
  background:var(--DARK2);
  border-radius:var(--RLG);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  box-shadow:var(--SHD);
}
.stat{
  display:flex;align-items:center;gap:14px;
  padding:24px 26px;
  border-right:1px solid rgba(255,255,255,.07);
  transition:.22s;
}
.stat:last-child{border-right:none}
.stat:hover{background:rgba(255,214,0,.05)}
.stat-ico{
  width:44px;height:44px;border-radius:10px;
  background:rgba(255,214,0,.12);border:1px solid rgba(255,214,0,.25);
  display:grid;place-items:center;color:var(--Y);flex-shrink:0;
}
.stat-ico svg{width:20px;height:20px}
.stat-num{
  font-size:2rem;font-weight:900;color:var(--Y);
  line-height:1;margin-bottom:4px;
}
.stat-lbl{font-size:.77rem;color:#888;font-weight:500}

/* ============================================================
   SHARED SECTION
   ============================================================ */
.section{padding:84px 0}
.sec-ctr{text-align:center;max-width:600px;margin:0 auto 48px}
.sec-ctr h2{
  font-size:clamp(2rem,3.5vw,3rem);
  font-weight:900;letter-spacing:-.03em;color:var(--BLK);
  margin-bottom:12px;line-height:1.1;
}
.sec-ctr h2 span{color:var(--Yd)}
.sec-ctr p{color:var(--MUT);font-size:.95rem}

/* ============================================================
   SERVICES
   ============================================================ */
.services-section{background:var(--WHT)}
.svc-layout{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:48px;
  align-items:start;
}
.svc-left .section-badge{display:inline-flex}
.svc-h2{
  font-size:clamp(1.7rem,3vw,2.6rem);
  font-weight:900;line-height:1.1;letter-spacing:-.03em;
  color:var(--BLK);margin-bottom:12px;
}
.svc-h2 span{color:var(--Yd)}
.svc-left p{color:var(--MUT);font-size:.91rem;line-height:1.65}

.svc-cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.svc-card{
  background:var(--WHT);
  border:1.5px solid var(--BDR);
  border-radius:var(--RLG);
  overflow:hidden;
  box-shadow:var(--SH);
  transition:var(--TR);
}
.svc-card:hover{
  border-color:var(--Y);
  box-shadow:0 8px 28px rgba(255,214,0,.2);
  transform:translateY(-5px);
}
.svc-img-box{
  height:140px;
  background:var(--GBG);
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.svc-img-box img{width:100%;height:100%;object-fit:contain;padding:8px}
.svc-body{padding:14px 14px 14px}
.svc-body h3{font-size:.95rem;font-weight:800;color:var(--BLK);margin-bottom:6px}
.svc-body p{font-size:.79rem;color:var(--MUT);margin-bottom:14px;line-height:1.55}
.svc-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:34px;height:34px;border-radius:50%;
  background:var(--Y);color:var(--BLK);
  transition:var(--TR);
}
.svc-btn svg{width:15px;height:15px}
.svc-btn:hover{background:var(--Yd);transform:scale(1.1)}

/* ============================================================
   WHY US
   ============================================================ */
.why-section{background:var(--GBG)}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}

.why-visual{position:relative}
.why-panel{
  border-radius:var(--RXL);
  background:linear-gradient(145deg,#1e1e1e,#2c2c2c);
  min-height:400px;position:relative;overflow:hidden;
  box-shadow:0 20px 56px rgba(0,0,0,.2);
}
.why-accent{
  position:absolute;width:180px;height:180px;border-radius:50%;
  background:var(--Y);right:-40px;top:-44px;
  filter:blur(4px);opacity:.88;
}
.why-img{position:absolute;inset:12px -26px -6px 0;z-index:2;object-fit:contain}
.why-badge{
  position:absolute;bottom:-16px;left:24px;
  background:var(--Y);border-radius:var(--R);
  padding:13px 20px;text-align:center;
  box-shadow:0 8px 28px rgba(0,0,0,.15);z-index:10;
}
.why-badge strong{display:block;font-size:1.9rem;font-weight:900;color:var(--BLK);line-height:1}
.why-badge span{font-size:.73rem;font-weight:700;color:#555}

.why-copy .section-badge{display:inline-flex}
.why-copy h2{
  font-size:clamp(1.8rem,3vw,2.7rem);font-weight:900;
  color:var(--BLK);line-height:1.1;margin-bottom:12px;letter-spacing:-.03em;
}
.why-copy h2 span{color:var(--Yd)}
.why-copy>p{color:var(--MUT);margin-bottom:20px}

.why-list{list-style:none;display:grid;gap:14px;margin-bottom:28px}
.why-list li{display:flex;gap:12px;align-items:flex-start}
.chk{
  flex-shrink:0;width:28px;height:28px;border-radius:50%;
  background:var(--Y);color:var(--BLK);font-weight:900;
  font-size:.82rem;display:grid;place-items:center;
  box-shadow:0 3px 10px rgba(255,214,0,.3);margin-top:2px;
}
.why-list li strong{display:block;font-weight:800;color:var(--BLK);margin-bottom:2px;font-size:.92rem}
.why-list li p{margin:0;color:var(--MUT);font-size:.86rem}

/* ============================================================
   PROCESS — Modern Card Grid
   ============================================================ */
.process-section { background: var(--WHT) }

.proc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}

/* ── Proc Card ─────────────────────────────────────────── */
.proc-card {
  position: relative;
  background: var(--DARK2);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  padding: 32px 26px 28px;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s;
  cursor: default;
}
.proc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0,0,0,.4), 0 0 24px rgba(255,214,0,.08);
  border-color: rgba(255,214,0,.3);
}

/* Sleek circular step badge in top-right */
.pc-num {
  position: absolute;
  top: 24px; right: 24px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.35);
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  pointer-events: none;
  user-select: none;
  transition: all 0.3s cubic-bezier(.22,1,.36,1);
}
.proc-card:hover .pc-num {
  background: var(--Y);
  border-color: var(--Y);
  color: var(--BLK);
  box-shadow: 0 0 12px rgba(255, 214, 0, 0.35);
}

/* Icon circle */
.pc-icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,214,0,.12) 0%, rgba(255,193,7,.06) 100%);
  border: 1.5px solid rgba(255,214,0,.28);
  display: grid;
  place-items: center;
  color: #FFD600;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
  transition: background .3s, box-shadow .35s, transform .35s cubic-bezier(.22,1,.36,1);
  box-shadow: 0 2px 14px rgba(255,214,0,.08), inset 0 1px 0 rgba(255,255,255,.07);
}
/* Subtle inner shimmer */
.pc-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.08) 0%, transparent 60%);
  border-radius: inherit;
}
.pc-icon svg { width: 24px; height: 24px; position: relative; z-index: 1; stroke-width: 1.8; }
.proc-card:hover .pc-icon {
  background: linear-gradient(135deg, rgba(255,214,0,.22) 0%, rgba(255,193,7,.12) 100%);
  box-shadow: 0 0 30px rgba(255,214,0,.3), 0 4px 16px rgba(255,214,0,.15), inset 0 1px 0 rgba(255,255,255,.12);
  transform: scale(1.1) translateY(-2px);
  border-color: rgba(255,214,0,.5);
}

/* Step title */
.proc-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--WHT);
  margin-bottom: 8px;
}
.proc-card p {
  font-size: .85rem;
  color: #888;
  line-height: 1.6;
}

/* Connecting dots (right side, cards 1-3) */
.pc-dots {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 10;
}
.pc-dots span {
  display: block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(255,214,0,.35);
  transition: background .3s;
}
.proc-card:hover .pc-dots span { background: rgba(255,214,0,.7); }

/* ── Last card — Yellow ─────────────────────────────────── */
.proc-card-last {
  background: linear-gradient(135deg, #FFD600 0%, #FFC107 60%, #FFAB00 100%);
  border-color: transparent;
  box-shadow: 0 8px 32px rgba(255,193,7,.35);
}
.proc-card-last:hover {
  box-shadow: 0 20px 52px rgba(255,193,7,.5);
  border-color: transparent;
}
.proc-card-last .pc-num {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.55);
}
.proc-card-last:hover .pc-num {
  background: var(--BLK);
  border-color: var(--BLK);
  color: var(--WHT);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
}
.proc-card-last .pc-icon {
  background: rgba(0,0,0,.12);
  border-color: rgba(0,0,0,.14);
  color: var(--BLK);
}
.proc-card-last:hover .pc-icon {
  background: rgba(0,0,0,.18);
  box-shadow: 0 0 22px rgba(0,0,0,.18);
}
.proc-card-last h3 { color: var(--BLK); }
.proc-card-last p  { color: rgba(0,0,0,.62); }

/* Responsive */
@media(max-width:1024px){ .proc-grid{ grid-template-columns: repeat(2,1fr) } .pc-dots{ display:none } }
@media(max-width:580px) { .proc-grid{ grid-template-columns: 1fr } }


/* ============================================================
   HIRING PROCESS SECTION
   ============================================================ */
.hire-section { background: var(--GBG); }

/* Header */
.hire-header { margin-bottom: 48px; }
.hire-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  color: var(--BLK);
  line-height: 1.15;
  letter-spacing: -.03em;
  margin-bottom: 10px;
}
.hire-title span { color: var(--Yd); }
.hire-subtitle { color: var(--MUT); font-size: .95rem; }

/* Steps list */
.hire-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 820px;
  margin: 0 auto;
}

/* Each step row */
.hire-step {
  display: flex;
  gap: 0;
  align-items: stretch;
}

/* ── Left: circle + line ─────────────────────────────── */
.hs-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 64px;
}

.hs-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFD600 0%, #FFAB00 100%);
  color: var(--BLK);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(255,193,7,.4);
  position: relative;
  z-index: 2;
  transition: transform .3s, box-shadow .3s;
}
.hs-circle span {
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
}
.hire-step:hover .hs-circle {
  transform: scale(1.12);
  box-shadow: 0 10px 28px rgba(255,193,7,.55);
}

/* Vertical connecting line */
.hs-line {
  flex: 1;
  width: 2px;
  background: linear-gradient(180deg, #FFD600, rgba(255,214,0,.15));
  margin: 4px 0;
  min-height: 24px;
}

.hs-circle-last {
  background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
  color: var(--Y);
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
}

/* ── Right: card ─────────────────────────────────────── */
.hs-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  background: var(--WHT);
  border: 1.5px solid var(--BDR);
  border-radius: 16px;
  padding: 22px 24px;
  margin: 0 0 16px 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  transition: border-color .3s, box-shadow .3s, transform .3s;
  position: relative;
  overflow: hidden;
}
.hs-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #FFD600, #FFAB00);
  border-radius: 3px 0 0 3px;
  opacity: 0;
  transition: opacity .3s;
}
.hire-step:hover .hs-card {
  border-color: rgba(255,214,0,.4);
  box-shadow: 0 8px 28px rgba(255,214,0,.12);
  transform: translateX(4px);
}
.hire-step:hover .hs-card::before { opacity: 1; }

/* Icon in card */
.hs-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,214,0,.1);
  border: 1.5px solid rgba(255,214,0,.25);
  display: grid;
  place-items: center;
  color: #8a6400;
  flex-shrink: 0;
  margin-top: 2px;
  transition: background .3s, box-shadow .3s;
}
.hs-icon svg { width: 18px; height: 18px; }
.hire-step:hover .hs-icon {
  background: rgba(255,214,0,.18);
  box-shadow: 0 0 16px rgba(255,193,7,.25);
}

/* Card body */
.hs-body { flex: 1; }
.hs-body h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--BLK);
  margin-bottom: 6px;
  line-height: 1.35;
}
.hs-body p {
  font-size: .875rem;
  color: var(--MUT);
  line-height: 1.65;
  margin-bottom: 12px;
}

/* Tags */
.hs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.hs-tags span {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: #f5f0de;
  border: 1px solid #e8d97a;
  color: #7a5c00;
  font-size: .72rem;
  font-weight: 700;
}

/* Last card (step 5) */
.hs-card-last {
  background: linear-gradient(135deg, #1c1c1c 0%, #252525 100%);
  border-color: rgba(255,255,255,.08);
}
.hs-card-last::before {
  background: linear-gradient(180deg, #1a1a1a, #444);
}
.hs-card-last .hs-body h3 { color: var(--WHT); }
.hs-card-last .hs-body p  { color: #888; }
.hs-card-last .hs-icon {
  background: rgba(255,214,0,.12);
  border-color: rgba(255,214,0,.2);
  color: var(--Y);
}
.hs-card-last .hs-tags span {
  background: rgba(255,214,0,.08);
  border-color: rgba(255,214,0,.2);
  color: var(--Y);
}
.hire-step:hover .hs-card-last {
  border-color: rgba(255,214,0,.2);
  box-shadow: 0 8px 28px rgba(0,0,0,.25);
}

/* Responsive */
@media(max-width:640px) {
  .hire-steps { max-width: 100%; }
  .hs-left { width: 44px; }
  .hs-circle { width: 40px; height: 40px; }
  .hs-card { padding: 16px 18px; gap: 12px; margin-left: 14px; }
  .hs-icon { width: 38px; height: 38px; }
  .hire-title { font-size: 1.6rem; }
}


/* ============================================================
   CTA
   ============================================================ */
.cta-section{padding:68px 0;background:var(--DARK)}
.cta-inner{
  display:flex;align-items:center;justify-content:space-between;gap:28px;
  padding:48px 52px;border-radius:var(--RXL);
  background:linear-gradient(135deg,#232323,#2a2a2a);
  border:1px solid rgba(255,255,255,.07);
  position:relative;overflow:hidden;
}
.cta-inner::before{
  content:'';position:absolute;
  width:280px;height:280px;border-radius:50%;
  background:var(--Y);right:-60px;top:-110px;opacity:.1;
}
.cta-txt{position:relative;z-index:2}
.cta-txt h2{font-size:clamp(1.8rem,2.8vw,2.4rem);font-weight:900;color:var(--WHT);letter-spacing:-.03em;margin-bottom:8px}
.cta-txt p{color:#999;font-size:.95rem}
.cta-btns{display:flex;gap:12px;flex-shrink:0;position:relative;z-index:2}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #0a1120;
  color: #8c909c;
  padding: 68px 0 24px;
  border-top: 1.5px solid rgba(255, 214, 0, 0.15);
  position: relative;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,214,0,0.3), transparent);
  pointer-events: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 1.1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

.f-brand p {
  font-size: .88rem;
  line-height: 1.7;
  color: #a0a4b0;
  max-width: 320px;
  margin: 16px 0;
}
.f-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255,214,0,.08);
  border: 1px solid rgba(255,214,0,0.25);
  color: var(--Y);
  font-weight: 800;
  font-size: .76rem;
  letter-spacing: .03em;
}

.f-title {
  font-size: .95rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
  width: fit-content;
}
.f-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--Y);
  border-radius: 99px;
}

.f-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: .9rem;
}
.f-links a {
  color: #8c909c;
  text-decoration: none;
  transition: transform .25s, color .25s;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.f-links a::before {
  content: '→';
  font-size: 0.8rem;
  margin-right: 8px;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .25s, transform .25s;
  color: var(--Y);
}
.f-links a:hover {
  color: var(--Y);
  transform: translateX(6px);
}
.f-links a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.f-links span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8c909c;
}
.f-links span::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: rgba(255,214,0,.4);
  border-radius: 50%;
  flex-shrink: 0;
}

.f-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  color: #606470;
}

/* ============================================================
   RESPONSIVE — Tablet ≤1100px
   ============================================================ */
@media(max-width:1100px){
  .hero-content-wrap{width:46%}
  .hero-banner-wrap{width:50%}
  .hero-features{grid-template-columns:repeat(2,1fr);gap:10px 14px}
  .svc-layout{grid-template-columns:1fr;gap:24px}
  .svc-cards{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}

/* ============================================================
   RESPONSIVE — Tablet ≤860px
   ============================================================ */
@media(max-width:860px){
  .stats-bar{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(2){border-right:none}
  .stat:nth-child(3){border-top:1px solid rgba(255,255,255,.07)}
  .stat:nth-child(4){border-right:none;border-top:1px solid rgba(255,255,255,.07)}
  .why-grid{grid-template-columns:1fr;gap:48px}
  .proc-steps{flex-direction:column;border-radius:var(--RLG);overflow:hidden}
  .proc{border-right:none;border-bottom:1px solid rgba(255,255,255,.07)}
  .proc:first-child{border-radius:0}
  .proc-y{border-radius:0}
  .proc-sep{display:none}
}

/* ============================================================
   RESPONSIVE — Mobile ≤768px
   ============================================================ */
@media(max-width:768px){
  .main-nav,.header-cta{display:none}
  .menu-toggle{display:flex}
  .main-nav.open{
    position:absolute;display:flex;flex-direction:column;
    top:70px;left:0;right:0;
    background:#000000;border-bottom:1px solid rgba(255,255,255,.08);
    padding:10px 20px;gap:2px;z-index:200;
  }
  .main-nav.open a{padding:11px 14px;border-radius:8px;width:100%}


  .cta-inner{flex-direction:column;text-align:center;padding:32px 24px}
  .cta-btns{justify-content:center;flex-wrap:wrap}
  .footer-grid{grid-template-columns:1fr}
}

@media(max-width:480px){
  .container{width:calc(100% - 28px)}
  .svc-cards{grid-template-columns:1fr}
  .hero-features{grid-template-columns:1fr 1fr}
  .f-bottom{flex-direction:column;gap:4px}
}

/* ============================================================
   MODERN ENHANCEMENTS — Hero + Stats (no other sections touched)
   ============================================================ */

/* ── Keyframes ───────────────────────────────────────── */
@keyframes heroFadeUp {
  from { opacity:0; transform:translateY(32px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes heroSlideLeft {
  from { opacity:0; transform:translateX(-22px); }
  to   { opacity:1; transform:translateX(0); }
}
@keyframes heroSlideRight {
  from { opacity:0; transform:translateX(52px); }
  to   { opacity:1; transform:translateX(0); }
}
@keyframes shimmer {
  0%   { left:-80% }
  100% { left:140% }
}
@keyframes pulseGlow {
  0%,100% { box-shadow:0 4px 20px rgba(255,214,0,.4); }
  50%      { box-shadow:0 4px 34px rgba(255,214,0,.7); }
}
@keyframes floatTruck {
  0%,100% { transform:translateY(0); }
  50%      { transform:translateY(-9px); }
}

/* ── Hero entrance ──────────────────────────────────── */
.hero-badge     { animation: heroSlideLeft  .65s cubic-bezier(.22,1,.36,1) both .05s; }
.hero-h1        { animation: heroFadeUp     .75s cubic-bezier(.22,1,.36,1) both .15s; }
.hero-desc      { animation: heroFadeUp     .7s  cubic-bezier(.22,1,.36,1) both .28s; }
.hero-features  { animation: heroFadeUp     .7s  cubic-bezier(.22,1,.36,1) both .38s; }
.hero-actions   { animation: heroFadeUp     .7s  cubic-bezier(.22,1,.36,1) both .48s; }
.hero-banner-wrap{ animation: heroSlideRight .9s  cubic-bezier(.22,1,.36,1) both .25s; }

/* Floating animation removed for banner rectangle */
.hero-banner-img { }

/* ── Badge — glass + glow ──────────────────────────── */
.hero-badge {
  background: linear-gradient(135deg, #FFD600 0%, #FFC107 100%);
  box-shadow: 0 4px 22px rgba(255,214,0,.45), inset 0 1px 0 rgba(255,255,255,.5);
  animation:
    heroSlideLeft .65s cubic-bezier(.22,1,.36,1) both .05s,
    pulseGlow 3.5s ease-in-out infinite 1.2s;
}

/* ── Headline — gradient yellow ─────────────────────── */
.h1-yellow {
  background: linear-gradient(95deg, #FFD600 0%, #FF8C00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 8px rgba(255,160,0,.2));
}
.h1-black { filter: drop-shadow(0 2px 4px rgba(0,0,0,.08)); }

/* ── Hero bg right — richer gradient ───────────────── */
.hero-bg-right {
  background:
    radial-gradient(ellipse 65% 55% at 65% 28%, rgba(255,255,255,.16) 0%, transparent 65%),
    radial-gradient(ellipse 35% 35% at 15% 82%, rgba(0,0,0,.09) 0%, transparent 55%),
    linear-gradient(170deg, #e0dbd6 0%, #d0cbc6 22%, #c2bdb8 48%, #acA8a2 74%, #9c9890 100%);
}
.hero-dots {
  background-image: radial-gradient(circle, rgba(0,0,0,.24) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
}

/* ── Yellow slash — gradient ────────────────────────── */
.hero-yellow-slash {
  background: linear-gradient(140deg, #FFD600 0%, #FFA000 100%);
}

/* ── Feature icons — gradient + hover ──────────────── */
.hf-ico {
  background: linear-gradient(145deg, #fff9d0, #ffe566);
  border-color: #ffd600;
  box-shadow: 0 3px 12px rgba(255,214,0,.28), inset 0 1px 0 rgba(255,255,255,.6);
  transition: transform .22s, box-shadow .22s;
}
.hf:hover .hf-ico {
  transform: scale(1.14) rotate(-4deg);
  box-shadow: 0 6px 20px rgba(255,193,7,.42);
}

/* ── Buttons — shimmer effect ───────────────────────── */
.btn-yellow {
  background: linear-gradient(135deg, #FFD600 0%, #FFC107 55%, #FFAB00 100%);
  box-shadow: 0 6px 24px rgba(255,193,7,.42), inset 0 1px 0 rgba(255,255,255,.35);
  position: relative;
  overflow: hidden;
}
.btn-yellow::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 55%; height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,.44), transparent);
  transform: skewX(-18deg);
  animation: shimmer 3.2s ease-in-out infinite 1.4s;
}
.btn-yellow:hover {
  box-shadow: 0 10px 34px rgba(255,193,7,.55), inset 0 1px 0 rgba(255,255,255,.4);
}

.btn-outline {
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,.85);
  box-shadow: 0 2px 12px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.95);
}
.btn-outline:hover { background: rgba(255,253,231,.95); }

/* ── Stats bar — premium glass dark ─────────────────── */
.stats-bar {
  background: linear-gradient(135deg, #191919 0%, #222 50%, #1c1c1c 100%);
  box-shadow: 0 24px 64px rgba(0,0,0,.45), 0 0 0 1px rgba(255,214,0,.09);
  border: 1px solid rgba(255,255,255,.055);
}
.stat-num {
  font-size: 2.25rem;
  background: linear-gradient(135deg, #FFD600 0%, #FF9800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(255,214,0,.3));
}
.stat-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(255, 214, 0, 0.4);
  background: linear-gradient(145deg, rgba(255,214,0,.14), rgba(255,180,0,.05));
  box-shadow: 0 4px 12px rgba(255, 214, 0, 0.15);
  display: grid;
  place-items: center;
  color: var(--Y);
}
.stat:hover .stat-ico {
  background: rgba(255,214,0,.2);
  border-color: var(--Y);
  box-shadow: 0 0 18px rgba(255,214,0,.35), inset 0 1px 0 rgba(255,214,0,.4);
}

/* ── Header CTA — gradient ──────────────────────────── */
.header-cta {
  background: linear-gradient(135deg, #FFD600 0%, #FFC107 100%);
  box-shadow: 0 4px 16px rgba(255,193,7,.32);
}
.header-cta:hover { box-shadow: 0 6px 24px rgba(255,193,7,.52); }

/* ── Section badge — soft gradient ─────────────────── */
.section-badge {
  background: linear-gradient(135deg, #fff9d0 0%, #fff3a8 100%);
  box-shadow: 0 2px 8px rgba(255,214,0,.15);
}


/* ============================================================
   COMPREHENSIVE MODERN OVERHAUL — All Sections
   ============================================================ */

/* ── Global polish ────────────────────────────────────────── */
body { -webkit-font-smoothing: antialiased; }

/* ── Header — blur backdrop ───────────────────────────────── */
.site-header {
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  background: #000000;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.site-header.scrolled {
  background: #000000;
  box-shadow: 0 4px 28px rgba(0,0,0,.55);
}

/* ── Stats wrap ───────────────────────────────────────────── */
.stats-wrap {
  background: #111;
  padding: 20px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* ─────────────────────────────────────────────────────────────
   SERVICES SECTION → Dark Premium Glass
   ─────────────────────────────────────────────────────────── */
.services-section {
  background: linear-gradient(170deg, #0a0a0a 0%, #111 55%, #141414 100%);
  position: relative;
  overflow: hidden;
}
/* Grid line pattern */
.services-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
  z-index: 0;
}
/* Yellow radial glow top-right */
.services-section::after {
  content: '';
  position: absolute;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,214,0,.07) 0%, transparent 68%);
  top: -220px; right: -120px;
  pointer-events: none; z-index: 0;
}
.services-section .container  { position: relative; z-index: 1; }

/* Badge on dark bg */
.services-section .section-badge {
  background: rgba(255,214,0,.08);
  border-color: rgba(255,214,0,.28);
  color: rgba(255,214,0,.95);
  box-shadow: 0 0 20px rgba(255,214,0,.07);
}
/* Headings */
.services-section .svc-h2        { color: #fff; }
.services-section .svc-h2 span   {
  background: linear-gradient(95deg, #FFD600 0%, #FF8C00 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.services-section .svc-left p    { color: #666; }

/* Dark glass cards */
.services-section .svc-card {
  background: linear-gradient(150deg, rgba(255,255,255,.055) 0%, rgba(255,255,255,.022) 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 4px 20px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
}
.services-section .svc-card:hover {
  background: linear-gradient(150deg, rgba(255,255,255,.09) 0%, rgba(255,255,255,.04) 100%);
  border-color: rgba(255,214,0,.22);
  box-shadow: 0 18px 44px rgba(0,0,0,.55), 0 0 0 1px rgba(255,214,0,.08), inset 0 1px 0 rgba(255,255,255,.08);
  transform: translateY(-6px);
}
.services-section .svc-img-box {
  background: rgba(0,0,0,.35);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.services-section .svc-body h3 { color: #f0f0f0; }
.services-section .svc-body p  { color: #666; }
.services-section .svc-btn {
  background: rgba(255,214,0,.12);
  color: var(--Y);
  border: 1.5px solid rgba(255,214,0,.22);
}
.services-section .svc-btn:hover {
  background: var(--Y);
  color: var(--BLK);
  border-color: var(--Y);
  box-shadow: 0 6px 18px rgba(255,193,7,.45);
}

/* ─────────────────────────────────────────────────────────────
   WHY US SECTION — Rich warm gradient
   ─────────────────────────────────────────────────────────── */
.why-section {
  background: linear-gradient(145deg, #f7f4ec 0%, #ede9dc 50%, #e5dece 100%);
  position: relative;
  overflow: hidden;
}
.why-section::before {
  content: '';
  position: absolute;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,214,0,.14) 0%, transparent 70%);
  bottom: -120px; left: -80px;
  pointer-events: none;
}
.why-section::after {
  content: '';
  position: absolute;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,160,0,.08) 0%, transparent 70%);
  top: -80px; right: 10%;
  pointer-events: none;
}
.why-section .container { position: relative; z-index: 1; }

.why-panel {
  background: linear-gradient(150deg, #171717 0%, #202020 45%, #1c1c1c 100%);
  box-shadow: 0 28px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.06);
}
.why-accent {
  background: linear-gradient(135deg, #FFD600 0%, #FF8F00 100%);
  opacity: .92;
  filter: blur(1px);
}
.why-copy h2 span {
  background: linear-gradient(95deg, #FFD600 0%, #FF8C00 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.chk {
  background: linear-gradient(135deg, #FFD600 0%, #FFAB00 100%);
  box-shadow: 0 4px 14px rgba(255,193,7,.38);
}

/* ─────────────────────────────────────────────────────────────
   HIRE SECTION — Textured light background
   ─────────────────────────────────────────────────────────── */
.hire-section {
  background: linear-gradient(168deg, #f6f4ef 0%, #ede9e0 60%, #e6e0d4 100%);
  position: relative;
  overflow: hidden;
}
.hire-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,0,0,.045) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}
.hire-section::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,193,7,.1) 0%, transparent 70%);
  top: -100px; right: -100px;
  pointer-events: none;
}
.hire-section .container { position: relative; z-index: 1; }

.hire-title span {
  background: linear-gradient(95deg, #FFD600 0%, #FF8C00 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ─────────────────────────────────────────────────────────────
   PROCESS SECTION — Subtle separator
   ─────────────────────────────────────────────────────────── */
.process-section {
  background: #fff;
  position: relative;
}
.process-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,214,0,.3), transparent);
}
.sec-ctr h2 span {
  background: linear-gradient(95deg, #FFD600 0%, #FF8C00 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ─────────────────────────────────────────────────────────────
   CTA SECTION — Enhanced
   ─────────────────────────────────────────────────────────── */
.cta-section {
  background: linear-gradient(170deg, #0a0a0a 0%, #111 100%);
}
.cta-inner {
  background: linear-gradient(135deg, #1c1c1c 0%, #222 50%, #1e1e1e 100%);
  border: 1px solid rgba(255,255,255,.065);
  box-shadow: 0 0 0 1px rgba(255,214,0,.04), 0 24px 60px rgba(0,0,0,.5);
}
.cta-txt h2 {
  background: linear-gradient(95deg, #fff 0%, #e0e0e0 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ─────────────────────────────────────────────────────────────
   FOOTER — Deeper dark
   ─────────────────────────────────────────────────────────── */
.site-footer {
  background: linear-gradient(170deg, #080909 0%, #0a0b0d 50%, #0d0e10 100%);
}
.f-bottom {
  border-top-color: #161718;
}

/* ─────────────────────────────────────────────────────────────
   SECTION SCROLL REVEAL
   ─────────────────────────────────────────────────────────── */
.section-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1);
}
.section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.section-reveal:nth-child(2) { transition-delay: .08s; }
.section-reveal:nth-child(3) { transition-delay: .16s; }
.section-reveal:nth-child(4) { transition-delay: .24s; }

/* ─────────────────────────────────────────────────────────────
   DIVIDER between sections
   ─────────────────────────────────────────────────────────── */
.services-section,
.why-section,
.process-section,
.hire-section,
.cta-section {
  border-top: 1px solid rgba(0,0,0,.05);
}
.services-section { border-top-color: rgba(255,255,255,.03); }
.cta-section      { border-top-color: rgba(255,255,255,.04); }

/* ─────────────────────────────────────────────────────────────
   WHY-US BADGE on light bg
   ─────────────────────────────────────────────────────────── */
.why-copy .section-badge {
  background: linear-gradient(135deg, #fff8c8 0%, #fff0a0 100%);
  box-shadow: 0 3px 12px rgba(255,214,0,.2);
}


/* ============================================================
   REVIEWS / TESTIMONIALS SECTION
   ============================================================ */
.reviews-section {
  background: linear-gradient(170deg, #0d0d0f 0%, #111215 50%, #0f1012 100%);
  position: relative;
  overflow: hidden;
  padding: 84px 0;
}

/* Background blobs */
.rev-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}
.rev-blob-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,214,0,.08) 0%, transparent 70%);
  top: -160px; left: -160px;
}
.rev-blob-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,130,0,.06) 0%, transparent 70%);
  bottom: -100px; right: -100px;
}

/* Section badge on dark */
.rev-badge {
  background: rgba(255,214,0,.08) !important;
  border-color: rgba(255,214,0,.28) !important;
  color: rgba(255,214,0,.95) !important;
  box-shadow: 0 0 20px rgba(255,214,0,.07) !important;
}

/* ── Card Grid ─────────────────────────────────────────────── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* ── Individual card ──────────────────────────────────────── */
.rev-card {
  position: relative;
  background: linear-gradient(145deg, rgba(255,255,255,.056) 0%, rgba(255,255,255,.022) 100%);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  padding: 28px 26px 24px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 20px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.07);
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s, border-color .3s;
  overflow: hidden;
}
.rev-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255,214,0,.2);
  box-shadow: 0 20px 50px rgba(0,0,0,.5), 0 0 0 1px rgba(255,214,0,.08), inset 0 1px 0 rgba(255,255,255,.09);
}

/* Featured (middle/highlighted) card */
.rev-card-featured {
  background: linear-gradient(145deg, rgba(255,214,0,.1) 0%, rgba(255,130,0,.05) 100%);
  border-color: rgba(255,214,0,.22);
  box-shadow: 0 8px 32px rgba(0,0,0,.45), 0 0 0 1px rgba(255,214,0,.1), inset 0 1px 0 rgba(255,214,0,.12);
}
.rev-card-featured:hover {
  border-color: rgba(255,214,0,.38);
  box-shadow: 0 22px 55px rgba(0,0,0,.55), 0 0 0 1px rgba(255,214,0,.2), inset 0 1px 0 rgba(255,214,0,.15);
}
/* Featured badge top-right */
.rev-card-featured::before {
  content: 'ยอดนิยม';
  position: absolute;
  top: 16px; right: 16px;
  background: linear-gradient(135deg, #FFD600, #FFAB00);
  color: #111;
  font-size: .66rem;
  font-weight: 900;
  padding: 3px 10px;
  border-radius: 999px;
  letter-spacing: .05em;
}

/* Giant quote mark (decorative) */
.rev-quote-mark {
  position: absolute;
  top: -8px; right: 20px;
  font-size: 7rem;
  font-weight: 900;
  color: rgba(255,214,0,.07);
  line-height: 1;
  font-family: Georgia, serif;
  pointer-events: none;
  user-select: none;
}
.rev-card-featured .rev-quote-mark { color: rgba(255,214,0,.12); }

/* Stars */
.rev-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 14px;
}
.rev-stars span {
  font-size: 1.05rem;
  color: #FFD600;
  filter: drop-shadow(0 0 4px rgba(255,214,0,.5));
  animation: starPop .4s cubic-bezier(.22,1,.36,1) both;
}
.rev-stars span:nth-child(1){animation-delay:.05s}
.rev-stars span:nth-child(2){animation-delay:.1s}
.rev-stars span:nth-child(3){animation-delay:.15s}
.rev-stars span:nth-child(4){animation-delay:.2s}
.rev-stars span:nth-child(5){animation-delay:.25s}
@keyframes starPop {
  from { opacity:0; transform:scale(.5) rotate(-15deg); }
  to   { opacity:1; transform:scale(1)  rotate(0deg); }
}

/* Review text */
.rev-text {
  font-size: .9rem;
  color: #bbb;
  line-height: 1.72;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.rev-card-featured .rev-text { color: #ddd; }

/* Author row */
.rev-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 18px;
}
.rev-card-featured .rev-author {
  border-top-color: rgba(255,214,0,.15);
}

/* Avatar circle */
.rev-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFD600 0%, #FFAB00 100%);
  color: #111;
  font-weight: 900;
  font-size: 1.1rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(255,193,7,.35);
}

/* Author info */
.rev-info strong {
  display: block;
  font-size: .9rem;
  font-weight: 800;
  color: #f0f0f0;
  margin-bottom: 3px;
}
.rev-info span {
  display: block;
  font-size: .76rem;
  color: #666;
}
.rev-card-featured .rev-info span { color: rgba(255,214,0,.7); }

/* ── Summary bar ──────────────────────────────────────────── */
.rev-summary {
  display: flex;
  align-items: center;
  gap: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.02) 100%);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 24px 36px;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06);
}

.rev-sum-rating {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.rev-big-num {
  font-size: 3.2rem;
  font-weight: 900;
  background: linear-gradient(135deg, #FFD600 0%, #FF9800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 16px rgba(255,214,0,.3));
  line-height: 1;
}
.rev-sum-stars {
  font-size: 1.1rem;
  color: #FFD600;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.rev-sum-rating p {
  font-size: .78rem;
  color: #666;
  margin: 0;
}

.rev-sum-divider {
  width: 1px;
  height: 52px;
  background: rgba(255,255,255,.1);
  margin: 0 32px;
  flex-shrink: 0;
}

.rev-sum-stat {
  flex: 1;
  text-align: center;
}
.rev-sum-stat strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  background: linear-gradient(135deg, #FFD600 0%, #FF9800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 4px;
}
.rev-sum-stat span {
  font-size: .78rem;
  color: #666;
}

/* ── Responsive ───────────────────────────────────────────── */
@media(max-width:1024px){
  .reviews-grid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:660px){
  .reviews-grid { grid-template-columns: 1fr; }
  .rev-summary { flex-direction: column; gap: 20px; padding: 24px; }
  .rev-sum-divider { width: 60px; height: 1px; margin: 0; }
  .rev-sum-stat { width: 100%; text-align: center; }
  .rev-sum-rating { justify-content: center; }
}


/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-section {
  background: linear-gradient(170deg, #f8f6f0 0%, #f2ede4 100%);
  position: relative;
  overflow: hidden;
}
.faq-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,0,0,.04) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}
.faq-section::after {
  content: '';
  position: absolute;
  width: 450px; height: 450px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,214,0,.12) 0%, transparent 70%);
  bottom: -100px; right: -80px;
  pointer-events: none;
}
.faq-section .container { position: relative; z-index: 1; }

/* ── Two-column layout ─────────────────────────────────────── */
.faq-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 60px;
  align-items: start;
}

/* ── Left column ───────────────────────────────────────────── */
.faq-left {
  position: sticky;
  top: 100px;
}
.faq-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 900;
  color: var(--BLK);
  line-height: 1.1;
  letter-spacing: -.04em;
  margin: 12px 0 14px;
}
.faq-title span {
  background: linear-gradient(95deg, #FFD600 0%, #FF8C00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.faq-subtitle {
  color: var(--MUT);
  font-size: .9rem;
  line-height: 1.65;
  margin-bottom: 32px;
}
.faq-cta-box {
  background: var(--WHT);
  border: 1.5px solid var(--BDR);
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 4px 18px rgba(0,0,0,.07);
}
.faq-call-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #FFD600 0%, #FFAB00 100%);
  color: var(--BLK);
  font-weight: 800;
  font-size: .95rem;
  padding: 13px 20px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(255,193,7,.4);
  transition: box-shadow .25s, transform .25s;
  margin-bottom: 12px;
}
.faq-call-btn:hover {
  box-shadow: 0 10px 28px rgba(255,193,7,.55);
  transform: translateY(-2px);
}
.faq-call-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.faq-cta-box > p {
  font-size: .78rem;
  color: var(--MUT);
  text-align: center;
  margin: 0;
}

/* ── Right column: accordion ───────────────────────────────── */
.faq-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ── FAQ item ──────────────────────────────────────────────── */
.faq-item {
  background: var(--WHT);
  border: 1.5px solid var(--BDR);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .3s, box-shadow .3s;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.faq-item:hover {
  border-color: rgba(255,214,0,.35);
  box-shadow: 0 4px 20px rgba(255,214,0,.1);
}
.faq-item.faq-open {
  border-color: #FFD600;
  box-shadow: 0 6px 24px rgba(255,214,0,.15);
}

/* Question button */
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.faq-q span {
  font-size: .97rem;
  font-weight: 700;
  color: var(--BLK);
  line-height: 1.4;
  flex: 1;
}
.faq-open .faq-q span { color: #7a4f00; }

/* Plus/minus icon */
.faq-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,214,0,.1);
  border: 1.5px solid rgba(255,214,0,.25);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: background .3s, transform .35s cubic-bezier(.22,1,.36,1), border-color .3s;
  color: #7a5500;
}
.faq-icon svg { width: 14px; height: 14px; transition: transform .35s cubic-bezier(.22,1,.36,1); }
.faq-open .faq-icon {
  background: #FFD600;
  border-color: #FFD600;
  box-shadow: 0 4px 14px rgba(255,193,7,.4);
}
/* Rotate the vertical line of + to make × */
.faq-open .faq-icon svg { transform: rotate(45deg); }

/* Answer panel */
.faq-ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.22,1,.36,1);
}
.faq-ans p {
  padding: 0 22px 20px;
  font-size: .88rem;
  color: var(--MUT);
  line-height: 1.72;
  border-top: 1px solid var(--BDR);
  margin: 0;
  padding-top: 16px;
}
.faq-open .faq-ans p { border-top-color: rgba(255,214,0,.25); }

/* ── Responsive ───────────────────────────────────────────── */
@media(max-width:900px) {
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .faq-left { position: static; }
  .faq-title { font-size: 2rem; }
}
@media(max-width:480px) {
  .faq-q { padding: 16px 18px; }
  .faq-ans p { padding: 12px 18px 16px; }
}


/* ============================================================
   SERVICE CARDS — PREMIUM REDESIGN
   ============================================================ */

/* Override old card styles completely */
.services-section .svc-img-box { display: none !important; }
.services-section .svc-btn    { display: none !important; }

/* New card base */
.services-section .svc-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, rgba(255,255,255,.055) 0%, rgba(255,255,255,.022) 100%);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  overflow: hidden;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s, border-color .35s;
  box-shadow: 0 4px 24px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.07);
}
.services-section .svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 52px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.09);
}

/* ── Top gradient header ────────────────────────────────── */
.svc-top {
  position: relative;
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: hidden;
  min-height: 220px;        /* ← ช่องรูปสูงขึ้น */
}
.svc-c1 .svc-top { background: linear-gradient(140deg, #1a1400 0%, #2a1e00 60%, #1f1800 100%); }
.svc-c2 .svc-top { background: linear-gradient(140deg, #0d1420 0%, #162038 60%, #0f1a28 100%); }
.svc-c3 .svc-top { background: linear-gradient(140deg, #1a0a00 0%, #2c1100 60%, #1e0d00 100%); }
.svc-c4 .svc-top { background: linear-gradient(140deg, #0a1a10 0%, #0f2416 60%, #081a0e 100%); }

/* Glow blob top-right */
.svc-top::before {
  content: '';
  position: absolute;
  width: 140px; height: 140px; border-radius: 50%;
  top: -40px; right: -40px;
  pointer-events: none;
  filter: blur(40px);
  opacity: .55;
}
.svc-c1 .svc-top::before { background: #FFD600; }
.svc-c2 .svc-top::before { background: #4A9EFF; }
.svc-c3 .svc-top::before { background: #FF6B35; }
.svc-c4 .svc-top::before { background: #4CCC88; }

/* ── Real photo support ─────────────────────────────────── */
/* The img covers the full svc-top area */
.svc-top-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;                          /* hidden when src="" */
  transition: opacity .4s;
  z-index: 0;
}
/* Show image when src is set */
.svc-top-img[src]:not([src=""]) { opacity: 1; }

/* When image is present, darken gradient overlay to keep text readable */
.svc-top-img[src]:not([src=""]) ~ *,
.svc-top-img[src]:not([src=""]) + * { position: relative; z-index: 2; }

/* Dark scrim over the photo */
.svc-c1 .svc-top { background: linear-gradient(160deg, rgba(26,20,0,.85) 0%, rgba(42,30,0,.65) 100%); }
.svc-c2 .svc-top { background: linear-gradient(160deg, rgba(13,20,32,.85) 0%, rgba(22,32,56,.65) 100%); }
.svc-c3 .svc-top { background: linear-gradient(160deg, rgba(26,10,0,.85) 0%, rgba(44,17,0,.65) 100%); }
.svc-c4 .svc-top { background: linear-gradient(160deg, rgba(10,26,16,.85) 0%, rgba(15,36,22,.65) 100%); }

/* Ensure all svc-top children float above the image */
.svc-top > *:not(.svc-top-img) { position: relative; z-index: 2; }

.svc-top-icon { width: 52px; height: 30px; opacity: .5; flex-shrink: 0; }
.svc-top-icon svg { width: 100%; height: 100%; }
.svc-c1 .svc-top-icon { color: #FFD600; }
.svc-c2 .svc-top-icon { color: #7BB8FF; }
.svc-c3 .svc-top-icon { color: #FF8C5A; }
.svc-c4 .svc-top-icon { color: #6DDBA0; }

/* Large capacity number */
.svc-top-num {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.svc-top-num span { opacity: .5; font-weight: 400; }
.svc-c1 .svc-top-num { color: #FFD600; }
.svc-c2 .svc-top-num { color: #7BB8FF; }
.svc-c3 .svc-top-num { color: #FF8C5A; }
.svc-c4 .svc-top-num { color: #6DDBA0; }

/* Unit label */
.svc-top-unit { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .45; color: #fff; }

/* ── Card body ──────────────────────────────────────────── */
.services-section .svc-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

/* Category badge */
.svc-cat {
  font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px; width: fit-content; margin-bottom: 2px;
}
.svc-c1 .svc-cat { background: rgba(255,214,0,.12); color: rgba(255,214,0,.9);  border: 1px solid rgba(255,214,0,.2); }
.svc-c2 .svc-cat { background: rgba(74,158,255,.12); color: rgba(123,184,255,.9); border: 1px solid rgba(74,158,255,.2); }
.svc-c3 .svc-cat { background: rgba(255,107,53,.12);  color: rgba(255,140,90,.9);  border: 1px solid rgba(255,107,53,.2); }
.svc-c4 .svc-cat { background: rgba(76,204,136,.12);  color: rgba(109,219,160,.9); border: 1px solid rgba(76,204,136,.2); }

/* Title */
.services-section .svc-body h3 {
  font-size: 1.02rem; font-weight: 800; color: #f0f0f0;
  line-height: 1.3; letter-spacing: -.02em; margin: 0;
}

/* Description */
.services-section .svc-body p { font-size: .82rem; color: #666; line-height: 1.65; margin: 0; flex: 1; }

/* Use-case tags */
.svc-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 4px; }
.svc-tags span {
  font-size: .67rem; font-weight: 600; color: #777;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  padding: 3px 9px; border-radius: 999px;
}

/* Full-width CTA link */
.svc-link {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin-top: 14px; padding: 11px 16px; border-radius: 12px;
  font-size: .82rem; font-weight: 800; text-decoration: none; letter-spacing: .01em;
  transition: background .25s, box-shadow .25s;
}
.svc-link svg { width: 14px; height: 14px; flex-shrink: 0; transition: transform .25s cubic-bezier(.22,1,.36,1); }
.svc-link:hover svg { transform: translateX(4px); }

.svc-c1 .svc-link { background: rgba(255,214,0,.14); color: #FFD600; border: 1.5px solid rgba(255,214,0,.22); }
.svc-c1 .svc-link:hover { background: #FFD600; color: #111; box-shadow: 0 6px 20px rgba(255,193,7,.4); }
.svc-c2 .svc-link { background: rgba(74,158,255,.12); color: #7BB8FF; border: 1.5px solid rgba(74,158,255,.2); }
.svc-c2 .svc-link:hover { background: #4A9EFF; color: #fff; box-shadow: 0 6px 20px rgba(74,158,255,.4); }
.svc-c3 .svc-link { background: rgba(255,107,53,.12);  color: #FF8C5A; border: 1.5px solid rgba(255,107,53,.2); }
.svc-c3 .svc-link:hover { background: #FF6B35; color: #fff; box-shadow: 0 6px 20px rgba(255,107,53,.4); }
.svc-c4 .svc-link { background: rgba(76,204,136,.12); color: #6DDBA0; border: 1.5px solid rgba(76,204,136,.2); }
.svc-c4 .svc-link:hover { background: #4CCC88; color: #fff; box-shadow: 0 6px 20px rgba(76,204,136,.4); }

/* Card hover border accent */
.svc-c1:hover { border-color: rgba(255,214,0,.25); }
.svc-c2:hover { border-color: rgba(74,158,255,.25); }
.svc-c3:hover { border-color: rgba(255,107,53,.25); }
.svc-c4:hover { border-color: rgba(76,204,136,.25); }

@media(max-width:900px) {
  .svc-top-num { font-size: 2rem; }
  .svc-top { min-height: 180px; }
}
@media(max-width:580px) {
  .svc-top { min-height: 200px; }
}


/* ============================================================
   CRANE SIZES SECTION
   ============================================================ */
.crane-sizes-section {
  background: linear-gradient(170deg, #0a0a0a 0%, #121212 50%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
}
.crane-sizes-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,214,0,.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* ── Header ──────────────────────────────────────────── */
.cs-head {
  text-align: center;
  margin-bottom: 48px;
}
.cs-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 16px;
}
.cs-divider {
  display: flex;
  justify-content: center;
}
.cs-divider span {
  display: block;
  width: 60px; height: 3px;
  background: linear-gradient(90deg, #FFB300, #FFD600);
  border-radius: 99px;
}

/* ── Grid ────────────────────────────────────────────── */
.cs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* ── Card ────────────────────────────────────────────── */
.cs-card {
  background: var(--DARK2);
  border: 1px solid rgba(255,214,0,.15);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s, border-color .3s;
  box-shadow: 0 4px 20px rgba(0,0,0,.4);
}
.cs-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,214,0,.4);
  box-shadow: 0 16px 40px rgba(0,0,0,.5), 0 0 0 1px rgba(255,214,0,.12);
}

/* ── Photo area ──────────────────────────────────────── */
.cs-photo {
  position: relative;
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1c1c1c 100%);
  overflow: hidden;
  flex-shrink: 0;
}
.cs-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity .4s, transform .4s;
  display: block;
}
.cs-img[src]:not([src=""]) { opacity: 1; }
.cs-card:hover .cs-img { transform: scale(1.04); }

/* Placeholder pattern when no image */
.cs-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(255,214,0,.03) 0px,
      rgba(255,214,0,.03) 1px,
      transparent 1px,
      transparent 20px
    );
}
/* Crane silhouette placeholder icon */
.cs-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 48' fill='none' stroke='rgba(255,214,0,0.15)' stroke-width='1.5' stroke-linecap='round'%3E%3Crect x='2' y='30' width='40' height='14' rx='2'/%3E%3Cpath d='M42 36h20l12 8H42z'/%3E%3Cline x1='20' y1='30' x2='20' y2='4'/%3E%3Cline x1='20' y1='4' x2='72' y2='18'/%3E%3Cline x1='72' y1='18' x2='72' y2='36'/%3E%3Ccircle cx='14' cy='45' r='3' fill='rgba(255,214,0,0.15)' stroke='none'/%3E%3Ccircle cx='54' cy='45' r='3' fill='rgba(255,214,0,0.15)' stroke='none'/%3E%3C/svg%3E") center/60% no-repeat;
  pointer-events: none;
  opacity: .7;
  transition: opacity .3s;
}
.cs-img[src]:not([src=""]) ~ * { display: none; } /* hide placeholder when img loads */
.cs-photo:has(.cs-img[src]:not([src=""])) ::after { opacity: 0; }

/* Popular badge */
.cs-badge {
  position: absolute;
  top: 12px; right: 12px;
  background: linear-gradient(135deg, #FFB300 0%, #FFD600 100%);
  color: #111;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .05em;
  padding: 4px 10px;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(255,214,0,.35);
  z-index: 3;
}

/* ── Body ────────────────────────────────────────────── */
.cs-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
.cs-body h3 {
  font-size: 1.05rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -.02em;
  margin: 0;
}

/* Size chips */
.cs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cs-chips span {
  font-size: .68rem;
  font-weight: 700;
  color: rgba(255,214,0,.9);
  background: rgba(255,214,0,.08);
  border: 1px solid rgba(255,214,0,.2);
  padding: 3px 9px;
  border-radius: 999px;
  transition: background .2s, border-color .2s;
}
.cs-card:hover .cs-chips span {
  background: rgba(255,214,0,.15);
  border-color: rgba(255,214,0,.35);
}

/* Description */
.cs-body p {
  font-size: .8rem;
  color: #888;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

/* Price */
.cs-price {
  font-size: .8rem;
  color: #888;
  margin-top: 4px;
}
.cs-price strong {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--Y);
  margin-left: 4px;
}

/* CTA Button */
.cs-btn {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #FFB300 0%, #FFD600 100%);
  color: #111;
  font-weight: 800;
  font-size: .85rem;
  padding: 11px 16px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(255,214,0,.3);
  transition: box-shadow .25s, transform .25s, filter .25s;
  margin-top: 4px;
}
.cs-btn:hover {
  box-shadow: 0 8px 22px rgba(255,214,0,.45);
  transform: translateY(-2px);
  filter: brightness(1.08);
}

/* ── Footer see-all button ───────────────────────────── */
.cs-footer {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.cs-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(255,214,0,.4);
  color: #FFB300;
  font-weight: 800;
  font-size: .9rem;
  padding: 12px 32px;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(255,214,0,.06);
  transition: background .25s, border-color .25s, box-shadow .25s, transform .25s;
}
.cs-all-btn:hover {
  background: rgba(255,214,0,.14);
  border-color: rgba(255,214,0,.7);
  box-shadow: 0 6px 22px rgba(255,214,0,.25);
  transform: translateY(-2px);
}

/* ── Responsive ──────────────────────────────────────── */
@media(max-width:1100px) {
  .cs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width:580px) {
  .cs-grid { grid-template-columns: 1fr; }
  .cs-photo { height: 220px; }
}


/* ============================================================
   WHY US — REDESIGN (3-card layout)
   ============================================================ */
.why2-section {
  background: linear-gradient(170deg, #0a0a0a 0%, #121212 50%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
}
.why2-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,214,0,.035) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

/* ── Header ──────────────────────────────────────────── */
.w2-head { text-align: center; margin-bottom: 52px; }
.w2-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #fff; letter-spacing: -.04em; margin-bottom: 10px; }
.w2-sub { font-size: .95rem; color: #888; margin-bottom: 18px; }
.w2-sub strong { color: #FFB300; font-weight: 700; }
.w2-divider { display: flex; justify-content: center; }
.w2-divider span { display: block; width: 48px; height: 3px; background: linear-gradient(90deg, #FFB300, #FFD600); border-radius: 99px; }

/* ── Grid ────────────────────────────────────────────── */
.w2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* ── Card ────────────────────────────────────────────── */
.w2-card {
  background: linear-gradient(160deg, rgba(255,255,255,.045) 0%, rgba(255,255,255,.018) 100%);
  border: 1px solid rgba(255,214,0,.14);
  border-radius: 20px;
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color .3s, box-shadow .3s, transform .35s cubic-bezier(.22,1,.36,1);
  box-shadow: 0 4px 24px rgba(0,0,0,.35);
  position: relative;
  overflow: hidden;
}
.w2-card::before {
  content: '';
  position: absolute;
  width: 160px; height: 160px; border-radius: 50%;
  top: -60px; right: -60px;
  background: rgba(255,214,0,.06);
  filter: blur(40px);
  pointer-events: none;
}
.w2-card:hover { border-color: rgba(255,214,0,.35); box-shadow: 0 16px 44px rgba(0,0,0,.5); transform: translateY(-6px); }

/* ── Card Top ────────────────────────────────────────── */
.w2-card-top { display: flex; align-items: flex-start; gap: 14px; }

.w2-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,214,0,.15) 0%, rgba(255,214,0,.05) 100%);
  border: 1.5px solid rgba(255,214,0,.25);
  display: grid; place-items: center; flex-shrink: 0;
  color: #FFD600; position: relative; overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 2px 10px rgba(255,214,0,.12);
}
.w2-icon::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.1) 0%, transparent 55%); }
.w2-icon svg { width: 22px; height: 22px; position: relative; z-index: 1; }

.w2-card-title { flex: 1; }
.w2-label { display: inline-block; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,214,0,.75); margin-bottom: 4px; }
.w2-card-title h3 { font-size: 1.05rem; font-weight: 900; color: #f0f0f0; letter-spacing: -.02em; line-height: 1.3; margin: 0; }
.w2-card-title h3 em { font-style: normal; color: #FFD600; }

/* ── Description ─────────────────────────────────────── */
.w2-desc { font-size: .82rem; color: #777; line-height: 1.7; margin: 0; }

/* ── Checklist ───────────────────────────────────────── */
.w2-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.w2-list li { display: flex; align-items: center; gap: 9px; font-size: .83rem; color: #ccc; line-height: 1.45; }
.w2-list li svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ── Stats bar ───────────────────────────────────────── */
.w2-stats { display: flex; align-items: center; padding-top: 18px; border-top: 1px solid rgba(255,214,0,.12); margin-top: auto; }
.w2-stat { display: flex; flex-direction: column; gap: 2px; flex: 1; text-align: center; }
.w2-num { font-size: 1.5rem; font-weight: 900; color: #FFD600; letter-spacing: -.04em; line-height: 1; }
.w2-unit { font-size: .68rem; font-weight: 600; color: #666; letter-spacing: .04em; }
.w2-stat-div { width: 1px; height: 36px; background: rgba(255,214,0,.15); flex-shrink: 0; }

/* ── Responsive ──────────────────────────────────────── */
@media(max-width:900px) { .w2-grid { grid-template-columns: 1fr; gap: 16px; } }
@media(max-width:580px) { .w2-card { padding: 22px 18px 20px; } .w2-num { font-size: 1.25rem; } }


/* ============================================================
   REVIEWS — WHITE BG / BLACK-YELLOW THEME
   ============================================================ */
.rev2-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}
/* Subtle warm dot pattern on white */
.rev2-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,180,0,.10) 1px, transparent 1px);
  background-size: 28px 28px; pointer-events: none;
}

/* Title overrides for white bg */
.rev2-section .w2-title { color: #111; }
.rev2-section .w2-sub   { color: #555; }
.rev2-section .w2-sub strong { color: #E07B00; }
.rev2-section .w2-divider span { background: linear-gradient(90deg, #E07B00, #FFD600); }

.rev2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 40px; }

/* ── Card ────────────────────────────────────────────── */
.rev2-card {
  background: #fff;
  border: 1.5px solid #f0e0b0;
  border-radius: 20px;
  padding: 28px 26px 24px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative; overflow: hidden;
  transition: border-color .3s, box-shadow .3s, transform .35s cubic-bezier(.22,1,.36,1);
  box-shadow: 0 4px 18px rgba(0,0,0,.07);
}
.rev2-card::before {
  content: ''; position: absolute;
  width: 120px; height: 120px; border-radius: 50%;
  top: -40px; right: -40px;
  background: rgba(255,200,0,.08); filter: blur(32px); pointer-events: none;
}
.rev2-card:hover {
  border-color: #FFB300;
  box-shadow: 0 10px 32px rgba(255,160,0,.2), 0 0 0 1px rgba(255,180,0,.12);
  transform: translateY(-5px);
}

/* Featured card — warm yellow tint */
.rev2-card-featured {
  background: linear-gradient(160deg, #fffbf0 0%, #fff8e6 100%);
  border-color: #FFB300;
  box-shadow: 0 6px 28px rgba(255,160,0,.15);
}

/* Stars */
.rev2-stars { font-size: 1.1rem; letter-spacing: 3px; color: #FFB300; line-height: 1; }

/* Quote */
.rev2-quote { font-size: .88rem; color: #444; line-height: 1.8; font-style: italic; margin: 0; flex: 1; }

/* Author */
.rev2-author { display: flex; align-items: center; gap: 12px; margin-top: 4px; padding-top: 16px; border-top: 1px solid #f0e8d0; }
.rev2-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, #FF8C00 0%, #FFD600 100%);
  color: #000; font-size: .9rem; font-weight: 900;
  display: grid; place-items: center; flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(255,140,0,.3);
}
.rev2-info { display: flex; flex-direction: column; gap: 2px; }
.rev2-info strong { font-size: .88rem; font-weight: 800; color: #111; }
.rev2-info span   { font-size: .75rem; color: #888; }

/* See-all button */
.rev2-footer { display: flex; justify-content: center; }
.rev2-all-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #FFD600;
  color: #111; font-weight: 800; font-size: .95rem; padding: 13px 36px;
  border-radius: 999px; text-decoration: none;
  box-shadow: 0 4px 18px rgba(255,214,0,.45);
  transition: background .24s, box-shadow .24s, transform .24s;
}
.rev2-all-btn:hover { background: #FFC107; box-shadow: 0 8px 28px rgba(255,214,0,.55); transform: translateY(-2px); }

@media(max-width:900px) { .rev2-grid { grid-template-columns: 1fr; } }
@media(max-width:580px) { .rev2-card { padding: 22px 18px; } }

/* ============================================================
   CONTACT PAGE STYLING
   ============================================================ */

/* ── Page Hero ───────────────────────────────────────── */
.page-hero {
  background: linear-gradient(175deg, #0d0d0f 0%, #17181c 60%, #111215 100%);
  position: relative;
  overflow: hidden;
  padding: 84px 0 76px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,214,0,.03) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}
.page-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255,214,0,.08);
  border: 1.5px solid rgba(255,214,0,.28);
  color: rgba(255,214,0,.95);
  font-weight: 800;
  font-size: .79rem;
  letter-spacing: .05em;
  margin-bottom: 16px;
}
.page-hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #fff;
  margin-bottom: 16px;
}
.page-hero h1 br {
  display: block;
}
.page-hero p {
  font-size: .95rem;
  color: #8a8d94;
  line-height: 1.7;
  max-width: 580px;
}

/* ── Contact Layout ──────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 48px;
  align-items: stretch;
}
@media(max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ── Left Column: Contact Info ────────────────────────── */
.contact-info {
  background: linear-gradient(145deg, #1c1c1f 0%, #121214 100%);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 24px;
  padding: 40px 36px;
  color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  position: relative;
  overflow: hidden;
}
.contact-info::before {
  content: '';
  position: absolute;
  width: 180px; height: 180px; border-radius: 50%;
  top: -40px; right: -40px;
  background: radial-gradient(circle, rgba(255,214,0,.05) 0%, transparent 70%);
  pointer-events: none;
}
.contact-info .eyebrow {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255,214,0,.1);
  border: 1px solid rgba(255,214,0,.22);
  color: var(--Y);
  font-weight: 800;
  font-size: .74rem;
  width: fit-content;
  margin-bottom: 16px;
}
.contact-info h2 {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: 10px;
}
.contact-info p {
  color: #888;
  font-size: .88rem;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* Contact List */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: auto;
}
.contact-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  text-decoration: none;
  color: inherit;
}
.contact-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.contact-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: transform .24s, box-shadow .24s;
  border: 1px solid rgba(255,255,255,0.08);
}
.contact-item:hover .contact-icon-box {
  transform: scale(1.1);
}
.contact-icon-box.c-phone {
  background: #00C853;
}
.contact-item:hover .contact-icon-box.c-phone {
  box-shadow: 0 6px 20px rgba(0, 200, 83, 0.4);
}
.contact-icon-box.c-line {
  background: #06C755;
}
.contact-item:hover .contact-icon-box.c-line {
  box-shadow: 0 6px 20px rgba(6, 199, 85, 0.4);
}
.contact-icon-box.c-email {
  background: #D44638;
}
.contact-item:hover .contact-icon-box.c-email {
  box-shadow: 0 6px 20px rgba(212, 70, 56, 0.4);
}
.contact-icon-box.c-map {
  background: #ffffff;
  border-color: rgba(0,0,0,0.06);
}
.contact-item:hover .contact-icon-box.c-map {
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
}
.contact-icon-box svg {
  width: 26px;
  height: 26px;
  display: block;
}
.contact-item strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}
.contact-item small {
  color: #777;
  font-size: .78rem;
}

/* ── Right Column: Form ───────────────────────────────── */
.contact-form {
  background: #fff;
  border: 1.5px solid var(--BDR);
  border-radius: 24px;
  padding: 40px 36px;
  box-shadow: 0 8px 30px rgba(0,0,0,.04);
}
.contact-form h2 {
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--BLK);
  letter-spacing: -.02em;
  margin-bottom: 8px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin-top: 24px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.field.full {
  grid-column: span 2;
}
@media(max-width: 520px) {
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: span 1; }
}
.field label {
  font-size: .8rem;
  font-weight: 800;
  color: var(--BLK);
  letter-spacing: .02em;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1.5px solid var(--BDR);
  background: #fafafa;
  font-family: inherit;
  font-size: .92rem;
  color: var(--TXT);
  transition: border-color .25s, box-shadow .25s, background-color .25s;
}
.field textarea {
  height: 110px;
  padding: 14px 16px;
  resize: vertical;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #aaa;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--Yd);
  box-shadow: 0 0 0 3.5px rgba(255,214,0,.18);
}
.contact-form button[type="submit"] {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FFB300 0%, #FFD600 100%);
  color: #111;
  font-weight: 900;
  font-size: .95rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255,214,0,.35);
  transition: transform .22s, box-shadow .22s, filter .22s;
  margin-top: 6px;
}
.contact-form button[type="submit"]:hover {
  box-shadow: 0 10px 28px rgba(255,214,0,.45);
  transform: translateY(-2px);
  filter: brightness(1.03);
}

/* ── Interactive Map Card ────────────────────────────── */
.map-card {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1c1c1f 0%, #0d0d0f 100%);
  border: 1.5px solid rgba(255,255,255,.05);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
/* stylized map roads background grid */
.map-card::before {
  display: none;
}
/* Main floating map label */
.map-card::after {
  display: none;
}

@keyframes pulsePin {
  0% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 0 rgba(255,214,0,0.5); }
  70% { transform: scale(1); opacity: 0.8; box-shadow: 0 0 0 16px rgba(255,214,0,0); }
  100% { transform: scale(1); opacity: 0; box-shadow: 0 0 0 0 rgba(255,214,0,0); }
}
.map-pin {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--Y);
  position: relative;
  z-index: 2;
  box-shadow: 0 0 10px rgba(255,214,0,.8);
}
.map-pin::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--Y);
  animation: pulsePin 2s infinite;
}
.map-pin::after {
  content: 'P.P.M. CRANE';
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: .72rem;
  font-weight: 900;
  color: var(--Y);
  background: rgba(0,0,0,.8);
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255,214,0,.3);
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
}

/* ── FAQ Section on Contact Page ──────────────────────── */
.section-soft {
  background: #fbfbfa;
  border-top: 1px solid #f2f2ef;
  border-bottom: 1px solid #f2f2ef;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}
@media(max-width: 860px) {
  .faq-grid { grid-template-columns: 1fr; gap: 16px; }
}
.faq-card {
  background: #fff;
  border: 1.5px solid var(--BDR);
  border-radius: 20px;
  padding: 32px 26px;
  box-shadow: 0 4px 16px rgba(0,0,0,.03);
  transition: border-color .25s, box-shadow .25s, transform .25s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faq-card:hover {
  border-color: rgba(255,214,0,.45);
  box-shadow: 0 10px 24px rgba(255,214,0,.08);
  transform: translateY(-4px);
}
.faq-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,214,0,.15) 0%, rgba(255,214,0,.05) 100%);
  border: 1.5px solid rgba(255,214,0,.25);
  color: #7a5500;
  font-weight: 850;
  font-size: 1.05rem;
  margin-bottom: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}
.faq-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--BLK);
  margin: 0 0 10px;
}
.faq-card p {
  font-size: .88rem;
  color: var(--MUT);
  line-height: 1.65;
  margin: 0;
}

/* ============================================================
   REVIEWS PAGE STYLING
   ============================================================ */

/* ── Rating Summary ──────────────────────────────────── */
.rating-summary {
  display: flex;
  gap: 48px;
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--BDR);
  border-radius: 24px;
  padding: 36px 40px;
  margin-bottom: 48px;
  box-shadow: 0 8px 30px rgba(0,0,0,.03);
}
@media (max-width: 660px) {
  .rating-summary { flex-direction: column; text-align: center; gap: 28px; padding: 28px 24px; }
}

.rating-big {
  text-align: center;
  border-right: 1.5px solid var(--BDR);
  padding-right: 48px;
  flex-shrink: 0;
}
@media (max-width: 660px) {
  .rating-big { border-right: none; padding-right: 0; border-bottom: 1.5px solid var(--BDR); padding-bottom: 24px; width: 100%; }
}
.rating-big strong {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--BLK);
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.rating-big .stars {
  font-size: 1.2rem;
  color: #FFD600;
  letter-spacing: 2px;
}

.rating-summary > div:last-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.bar-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--TXT2);
}
.bar-row span {
  width: 32px;
  text-align: right;
}
.bar {
  flex: 1;
  height: 8px;
  background: #eee;
  border-radius: 99px;
  overflow: hidden;
  position: relative;
}
.bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #FFB300, #FFD600);
  border-radius: 99px;
  width: 0%;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Review Cards Grid ───────────────────────────────── */
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .review-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .review-grid { grid-template-columns: 1fr; }
}

.review-card {
  background: #fff;
  border: 1.5px solid var(--BDR);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,.03);
  transition: border-color .24s, box-shadow .24s, transform .24s;
}
.review-card:hover {
  border-color: rgba(255,214,0,.45);
  box-shadow: 0 10px 28px rgba(255,214,0,.08);
  transform: translateY(-4px);
}
.review-card .stars {
  color: #FFD600;
  font-size: 1rem;
  letter-spacing: 2px;
}
.review-card blockquote {
  font-size: .88rem;
  color: var(--TXT2);
  line-height: 1.7;
  font-style: italic;
  border: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--BDR);
  padding-top: 16px;
  margin-top: auto;
}
.reviewer .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFB300 0%, #FFD600 100%);
  color: #111;
  font-weight: 800;
  font-size: .9rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(255,214,0,.25);
}
.reviewer strong {
  display: block;
  font-size: .86rem;
  font-weight: 800;
  color: var(--BLK);
}
.reviewer small {
  display: block;
  font-size: .74rem;
  color: var(--MUT);
}

/* ── Section Yellow (Bottom CTA Banner) ──────────────── */
.section-yellow {
  background: linear-gradient(135deg, #FFD600 0%, #FFC107 100%);
  border-top: none;
}
.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 48px 52px;
  border-radius: 24px;
  color: var(--BLK);
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.05);
}
@media (max-width: 768px) {
  .cta-box { flex-direction: column; text-align: center; padding: 32px 24px; }
}
.cta-box h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  margin: 0 0 6px;
}
.cta-box p {
  font-size: .95rem;
  margin: 0;
  color: rgba(0,0,0,.68);
  font-weight: 500;
}
.cta-box .btn-primary {
  background: var(--BLK);
  color: #fff;
  border: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
}
.cta-box .btn-primary:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
}

/* ============================================================
   SERVICES PAGE STYLING
   ============================================================ */

/* ── Service Details Grid ────────────────────────────── */
.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .service-detail-grid { grid-template-columns: 1fr; gap: 24px; }
}

.service-detail {
  display: flex;
  gap: 24px;
  background: #fff;
  border: 1.5px solid var(--BDR);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,.03);
  transition: border-color .25s, box-shadow .25s, transform .25s;
  align-items: stretch;
}
.service-detail:hover {
  border-color: rgba(255,214,0,.45);
  box-shadow: 0 10px 24px rgba(255,214,0,.07);
  transform: translateY(-3px);
}
@media (max-width: 580px) {
  .service-detail { flex-direction: column; gap: 18px; }
}

.service-img-wrap {
  width: 150px;
  height: 150px;
  border-radius: 16px;
  background: #fafafa;
  border: 1.5px dashed rgba(0,0,0,0.12);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  transition: border-color .25s, background-color .25s;
}
.service-detail:hover .service-img-wrap {
  border-color: var(--Yd);
  background-color: #fffdf0;
}
.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.service-detail:hover .service-img-wrap img {
  transform: scale(1.05);
}
@media (max-width: 580px) {
  .service-img-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 600px;
    margin: 0 auto;
  }
}

/* Label indicating photo name */
.img-slot-label {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: monospace;
  white-space: nowrap;
  opacity: 0.85;
  pointer-events: none;
}

/* Text Info Container */
.service-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

/* Icon Box */
.thumb {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,214,0,.15) 0%, rgba(255,214,0,.05) 100%);
  border: 1.5px solid rgba(255,214,0,.25);
  color: #7a5500;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}
.thumb svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

/* Header & Meta */
.service-header h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--BLK);
  margin: 0;
}
.service-info p {
  font-size: .88rem;
  color: var(--MUT);
  line-height: 1.65;
  margin: 0 0 14px;
  flex: 1;
}

/* Tags */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tag {
  font-size: .72rem;
  font-weight: 700;
  color: #7a5c00;
  background: #fffde7;
  border: 1.5px solid rgba(255,214,0,.25);
  padding: 3px 10px;
  border-radius: 99px;
}

/* ── Process Grid on Services ─────────────────────────── */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}
@media (max-width: 900px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .process-grid { grid-template-columns: 1fr; }
}

.process {
  position: relative;
  background: #fff;
  border: 1.5px solid var(--BDR);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,.03);
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.process:hover {
  border-color: rgba(255,214,0,.45);
  box-shadow: 0 10px 24px rgba(255,214,0,.08);
  transform: translateY(-4px);
}
.process h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--BLK);
  margin: 0 0 8px;
}
.process p {
  font-size: .84rem;
  color: var(--MUT);
  line-height: 1.6;
  margin: 0;
}
.num {
  font-size: 2.2rem;
  font-weight: 900;
  background: linear-gradient(135deg, #FFB300 0%, #FFD600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}

/* ============================================================
   LOGO BRANDING STYLING
   ============================================================ */
.brand-logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}
.brand img {
  height: 48px;
  width: auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}
.f-logo {
  height: 68px !important;
  width: auto !important;
  object-fit: contain;
  filter: none !important;
  opacity: 1 !important;
  margin-bottom: 14px;
  image-rendering: -webkit-optimize-contrast;
}

/* ── Floating Contact Buttons ────────────────────────── */
.floating-contact {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 1;
  transform: translateY(0);
}
.floating-contact.floating-hidden {
  opacity: 0;
  transform: translateY(24px);
  pointer-events: none;
}
.floating-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  transition: transform .28s, box-shadow .28s;
  pointer-events: auto;
}
.floating-btn svg {
  width: 28px;
  height: 28px;
  display: block;
}
.floating-btn:hover {
  transform: scale(1.12) translateY(-2px);
}
.float-phone {
  background: #FF3B30;
}
.float-phone:hover {
  box-shadow: 0 10px 28px rgba(255, 59, 48, 0.45);
}
.float-line {
  background: #06C755;
  border: 1px solid rgba(255,255,255,0.06);
  animation: fabPulse 2.4s infinite;
}
.float-line:hover {
  box-shadow: 0 10px 28px rgba(6, 199, 85, 0.45);
}

/* Pulsing effect to invite interaction */
@keyframes fabPulse {
  0% { box-shadow: 0 0 0 0 rgba(6, 199, 85, 0.5); }
  70% { box-shadow: 0 0 0 12px rgba(6, 199, 85, 0); }
  100% { box-shadow: 0 0 0 0 rgba(6, 199, 85, 0); }
}

/* Responsive adjustment on mobile */
@media (max-width: 768px) {
  .floating-contact {
    bottom: 16px;
    right: 16px;
    gap: 10px;
  }
  .floating-btn {
    width: 48px;
    height: 48px;
  }
  .floating-btn svg {
    width: 24px;
    height: 24px;
  }
}

/* ============================================================
   PREPARATION SECTION — services.html
   ============================================================ */
.prep-section {
  position: relative;
  background: #fbfbfb;
  padding: 96px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--BDR);
}

/* Header */
.prep-header-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 48px;
  max-width: 650px;
}
.prep-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--MUT);
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.prep-badge-line {
  display: block;
  width: 3.5px;
  height: 18px;
  background: var(--Y);
  border-radius: 99px;
}
.prep-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--BLK);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.prep-title .txt-yellow {
  color: var(--Yd);
  font-size: 1.15em;
  font-weight: 900;
}
.prep-subtitle {
  font-size: 0.95rem;
  color: var(--MUT);
  line-height: 1.6;
}

/* Background Crane vector decoration */
.prep-bg-crane {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 42%;
  max-width: 500px;
  height: auto;
  opacity: 0.12;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s;
}
.prep-section:hover .prep-bg-crane {
  opacity: 0.18;
}

/* Grid Layout */
.prep-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .prep-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .prep-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .prep-bg-crane {
    width: 60%;
    top: 20px;
    right: -40px;
    opacity: 0.08;
  }
}
@media (max-width: 480px) {
  .prep-grid {
    grid-template-columns: 1fr;
  }
}

/* Card Styling */
.prep-card {
  background: var(--WHT);
  border: 1.5px solid rgba(0, 0, 0, 0.05);
  border-bottom: 4px solid var(--Y);
  border-radius: 16px;
  padding: 24px 22px 28px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.02);
  transition: transform 0.3s cubic-bezier(.22,1,.36,1), box-shadow 0.3s, border-color 0.3s;
}
.prep-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(255,214,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
  border-color: rgba(255, 214, 0, 0.2);
  border-bottom-color: var(--Yd);
}
.prep-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.prep-card-num {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--Yd);
  line-height: 1;
}
.prep-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fafafa;
  border: 1.5px solid rgba(0,0,0,0.05);
  display: grid;
  place-items: center;
  color: var(--BLK);
  transition: transform 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s;
}
.prep-card-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}
.prep-card:hover .prep-card-icon {
  background: var(--Y);
  border-color: var(--Y);
  color: var(--BLK);
  transform: scale(1.1) rotate(4deg);
  box-shadow: 0 0 12px rgba(255,214,0,0.3);
}

.prep-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--BLK);
  margin: 0 0 8px;
}
.prep-card p {
  font-size: 0.82rem;
  color: var(--MUT);
  line-height: 1.55;
  margin: 0;
}

/* ============================================================
   FAQ REDESIGN — contact.html
   ============================================================ */
.faq-section-new {
  position: relative;
  background: #fbfbfb;
  padding: 96px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--BDR);
}

/* Header */
.faq-header-new {
  position: relative;
  z-index: 5;
  margin-bottom: 56px;
  max-width: 650px;
}
.faq-eyebrow-new {
  display: block;
  color: var(--Yd);
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.faq-title-new {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--BLK);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.faq-divider-new {
  width: 48px;
  height: 3px;
  background: var(--Y);
  border-radius: 99px;
  margin-bottom: 18px;
}
.faq-subtitle-new {
  font-size: 0.95rem;
  color: var(--MUT);
  line-height: 1.6;
}

/* Tower Crane Background illustration */
.faq-bg-crane {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38%;
  max-width: 450px;
  height: auto;
  opacity: 0.04;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.4s;
}
.faq-section-new:hover .faq-bg-crane {
  opacity: 0.07;
  transform: translateY(-5px);
}

/* Grid Layout */
.faq-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 5;
}
@media (max-width: 900px) {
  .faq-grid-new {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .faq-bg-crane {
    width: 65%;
    top: 50px;
    right: -50px;
    opacity: 0.03;
  }
}

/* Card Styling */
.faq-card-new {
  position: relative;
  background: var(--WHT);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 36px 30px 40px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.02);
  transition: transform 0.3s cubic-bezier(.22,1,.36,1), box-shadow 0.3s, border-color 0.3s;
}
.faq-card-new:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.02);
  border-color: rgba(255, 214, 0, 0.25);
}

/* Circular Question Badge with Pointer */
.faq-q-badge-wrap {
  margin-bottom: 24px;
}
.faq-q-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--WHT);
  border: 2px solid var(--Y);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(255, 214, 0, 0.15);
  transition: transform 0.3s, background-color 0.3s, border-color 0.3s;
}
.faq-q-txt {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--BLK);
  line-height: 1;
}
.faq-q-pointer {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--WHT);
  border-right: 2px solid var(--Y);
  border-bottom: 2px solid var(--Y);
}
.faq-card-new:hover .faq-q-badge {
  transform: scale(1.08);
  background: var(--Y);
  border-color: var(--Y);
  box-shadow: 0 4px 16px rgba(255, 214, 0, 0.4);
}
.faq-card-new:hover .faq-q-pointer {
  background: var(--Y);
  border-color: var(--Y);
}

/* Titles and Descs */
.faq-card-new h3 {
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--BLK);
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}
.faq-card-new p {
  font-size: 0.88rem;
  color: var(--MUT);
  line-height: 1.65;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* Light background icons at the bottom right */
.faq-card-bg-icon {
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: rgba(255, 193, 7, 0.12); /* light orange */
  width: 44px;
  height: 44px;
  pointer-events: none;
  z-index: 1;
  transition: color 0.3s, transform 0.3s;
}
.faq-card-bg-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.2;
}
.faq-card-new:hover .faq-card-bg-icon {
  color: rgba(255, 193, 7, 0.22);
  transform: scale(1.1) rotate(-4deg);
}

/* ── Portfolio Section ───────────────────── */
.portfolio-section {
  background: var(--BLK);
  border-top: 1px solid rgba(255,255,255,.05);
}
.portfolio-section .w2-title {
  color: var(--WHT);
}
.portfolio-section .w2-sub {
  color: #ccc;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.portfolio-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--DARK2);
  border: 1px solid rgba(255,255,255,.05);
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.portfolio-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.portfolio-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,.4);
  border-color: var(--Y);
}
.portfolio-item:hover img {
  transform: scale(1.08);
}
.portfolio-item:hover::after {
  opacity: 1;
}

@media (max-width: 991px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

/* ── Lightbox Modal ──────────────────────── */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lightbox-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
  user-select: none;
}
.lightbox-close:hover {
  color: var(--WHT);
  transform: scale(1.1);
}
.lightbox-content-img {
  max-width: 92%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
  transform: scale(0.92);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(255,255,255,.1);
}
.lightbox-modal.active .lightbox-content-img {
  transform: scale(1);
}
