.hero2 h1{font-size:clamp(38px,5.6vw,72px);margin-top:16px;letter-spacing:-.03em;max-width:16ch}
.hero2 h1 em{font-style:normal;color:var(--green-lift)}
.hero2-sub{margin-top:26px;font-size:clamp(16px,1.6vw,19px);color:rgba(238,241,236,.74);max-width:58ch;line-height:1.85}
.hero2-cta{display:flex;flex-wrap:wrap;gap:14px;margin:34px 0 64px}

.trust{
  border:1px solid rgba(238,241,236,.16);border-radius:4px;
  background:linear-gradient(180deg,rgba(26,70,48,.55),rgba(18,48,33,.25));
  padding:26px;margin-bottom:64px;
}
.trust p:first-child{font-family:var(--mono);font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:rgba(238,241,236,.5)}
.trust strong{display:block;font-family:var(--display);font-weight:700;font-size:26px;line-height:1.3;margin-top:12px;color:var(--white)}
.trust span{display:block;font-size:14px;color:rgba(238,241,236,.6);margin-top:10px;line-height:1.7}

/* legal callout */
.legal{
  background:var(--navy);border-left:4px solid var(--green);
  padding:34px 36px;border-radius:4px;
  display:grid;grid-template-columns:auto 1fr;gap:26px;align-items:start;
}
.legal-code{
  font-family:var(--mono);font-size:12px;letter-spacing:.12em;
  color:var(--green-lift);white-space:nowrap;padding-top:5px;
}
.legal h2{font-size:24px;letter-spacing:-.02em;margin-bottom:12px}
.legal p{font-size:16px;line-height:1.85;color:rgba(238,241,236,.76);max-width:74ch}

/* channel cards */
.ch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px}
.ch{
  background:var(--white);border:1px solid var(--rule);border-radius:4px;
  padding:28px 26px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.ch:hover{transform:translateY(-4px);border-color:var(--green);box-shadow:0 16px 40px -22px rgba(18,48,33,.45)}
.ch-ico{
  width:40px;height:40px;border-radius:3px;background:var(--paper-2);
  display:grid;place-items:center;color:var(--green);margin-bottom:16px;
}
.ch-ico svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ch h3{font-size:20px;letter-spacing:-.02em;margin-bottom:9px}
.ch p{font-size:14.5px;line-height:1.75;color:rgba(18,48,33,.72)}

/* document checklist */
.docs{display:grid;grid-template-columns:1fr 1fr;gap:0 48px}
.docs-col h3{font-size:19px;margin-bottom:6px;letter-spacing:-.015em}
.docs ul{list-style:none;margin-top:14px}
.docs li{
  padding:14px 0 14px 28px;border-bottom:1px solid rgba(238,241,236,.11);
  font-size:15.5px;line-height:1.65;color:rgba(238,241,236,.8);position:relative;
}
.docs li::before{content:"";position:absolute;left:2px;top:23px;width:13px;border-top:1px solid var(--green)}

/* timeline */
.tl{position:relative;margin-top:8px;padding-left:26px}
.tl::before{content:"";position:absolute;left:3px;top:10px;bottom:10px;width:1px;background:rgba(238,241,236,.2)}
.tl-item{position:relative;padding:0 0 34px}
.tl-item::before{
  content:"";position:absolute;left:-26px;top:8px;width:9px;height:9px;border-radius:50%;
  background:var(--green);box-shadow:0 0 0 4px var(--ink);
}
.tl-when{font-family:var(--mono);font-size:11.5px;letter-spacing:.12em;color:var(--green-soft)}
.tl-item h3{font-size:20px;margin:9px 0 8px;letter-spacing:-.02em}
.tl-item p{font-size:15px;line-height:1.75;color:rgba(238,241,236,.66);max-width:64ch}

@media (max-width:1000px){
  .hero2-grid{grid-template-columns:1fr;gap:0}
  .trust{margin-bottom:0}
  .hero2-cta{margin-bottom:44px}
  .docs{grid-template-columns:1fr;gap:0}
  .legal{grid-template-columns:1fr;gap:14px}
}
@media (max-width:720px){
  .hero2{padding-top:110px}
  .legal{padding:26px 22px}
}


/* ===== PHONE-FIRST CONTACT ===== */
/* hero: phone becomes the primary action */
.stub-call{
  display:inline-flex;align-items:center;gap:14px;
  background:var(--green);color:#0A2410;
  padding:14px 30px;border-radius:3px;position:relative;
  transition:transform .22s ease,box-shadow .22s ease;
}
.stub-call::before,.stub-call::after{
  content:"";position:absolute;width:14px;height:14px;border-radius:50%;
  background:var(--ink);top:50%;transform:translateY(-50%);
}
.stub-call::before{left:-7px}
.stub-call::after{right:-7px}
.stub-call:hover{transform:translateY(-3px);box-shadow:0 14px 34px -12px rgba(119,200,98,.65)}
.stub-call svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 22px}
.stub-call .lbl{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;opacity:.62;line-height:1}
.stub-call .no{display:block;font-family:var(--display);font-weight:700;font-size:23px;letter-spacing:-.01em;line-height:1.25;margin-top:3px}

/* big call panel in the contact section */
.callbox{
  background:#0A2410;border-radius:5px;padding:30px 32px;margin-bottom:26px;
  display:flex;flex-wrap:wrap;align-items:center;gap:22px;
}
.callbox-ring{
  width:56px;height:56px;flex:0 0 56px;border-radius:50%;
  background:var(--green-lift);display:grid;place-items:center;color:#0A2410;
  animation:pulse 2.4s ease-out infinite;
}
.callbox-ring svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(119,200,98,.55)}
  70%{box-shadow:0 0 0 16px rgba(119,200,98,0)}
  100%{box-shadow:0 0 0 0 rgba(119,200,98,0)}
}
.callbox-txt{flex:1 1 200px;min-width:0}
.callbox-txt p{font-family:var(--mono);font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--green-soft)}
.callbox-txt a.tel{
  display:inline-block;font-family:var(--display);font-weight:700;
  font-size:clamp(30px,4.2vw,40px);letter-spacing:-.02em;color:#fff;line-height:1.2;margin-top:5px;
  transition:color .2s ease;
}
.callbox-txt a.tel:hover{color:var(--green-lift)}
.callbox-txt span{display:block;font-size:13.5px;color:rgba(238,241,236,.62);margin-top:7px;line-height:1.6}
.callbox-line{
  display:inline-flex;align-items:center;gap:9px;white-space:nowrap;
  border:1px solid rgba(238,241,236,.3);color:#EEF1EC;
  font-family:var(--display);font-weight:600;font-size:15px;
  padding:13px 22px;border-radius:3px;transition:border-color .2s ease,color .2s ease;
}
.callbox-line:hover{border-color:var(--green-lift);color:var(--green-lift)}
.callbox-line svg{width:19px;height:19px;fill:currentColor}

/* sticky bottom bar */
.callbar{
  position:fixed;left:0;right:0;bottom:0;z-index:90;
  display:none;gap:1px;
  background:rgba(238,241,236,.18);
  box-shadow:0 -8px 24px -10px rgba(0,0,0,.6);
  padding-bottom:env(safe-area-inset-bottom);
}
.callbar a{
  flex:1;display:flex;align-items:center;justify-content:center;gap:9px;
  padding:15px 8px;font-family:var(--display);font-weight:600;font-size:15.5px;
}
.callbar .cb-tel{background:var(--green);color:#0A2410}
.callbar .cb-line{background:var(--ink);color:var(--paper)}
.callbar svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.callbar .cb-line svg{fill:currentColor;stroke:none}

@media (max-width:720px){
  .callbar{display:flex}
  body{padding-bottom:60px}
  .callbox{padding:24px 22px;gap:16px}
  .stub-call{width:100%;justify-content:center}
}

/* ===== REWARD & FULFILLMENT ===== */

/* split intro */
.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.split-card{
  border:1px solid rgba(238,241,236,.16);border-radius:5px;padding:32px 30px;
  background:linear-gradient(180deg,rgba(26,70,48,.5),rgba(18,48,33,.18));
  transition:border-color .25s ease,transform .25s ease;
}
.split-card:hover{border-color:var(--green);transform:translateY(-3px)}
.split-card .part{
  font-family:var(--mono);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--green-soft);
}
.split-card h3{font-size:25px;margin:14px 0 10px;letter-spacing:-.025em}
.split-card p{font-size:15.5px;line-height:1.8;color:rgba(238,241,236,.72)}
.split-scope{
  margin-top:20px;padding-top:18px;border-top:1px dashed rgba(238,241,236,.2);
  font-size:14px;line-height:1.7;color:rgba(238,241,236,.62);
}
.split-scope b{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--green);margin-bottom:7px}

/* voucher card (ticket motif) */
.vch{
  position:relative;background:var(--white);border-radius:6px;overflow:hidden;
  border:1px solid var(--rule);max-width:400px;
}
.vch-top{padding:18px 20px 15px;background:linear-gradient(135deg,#0F5C2E,var(--green));color:#fff}
.vch-brand{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;opacity:.75}
.vch-val{font-family:var(--display);font-weight:700;font-size:40px;letter-spacing:-.03em;line-height:1.15;margin-top:8px}
.vch-val small{font-size:.4em;font-weight:600;opacity:.85;margin-left:5px}
.vch-note{font-size:13px;margin-top:8px;opacity:.9;line-height:1.6}
.vch-rip{position:relative;height:22px;background:var(--white)}
.vch-rip::before{content:"";position:absolute;left:16px;right:16px;top:50%;border-top:2px dashed var(--rule)}
.vch-rip i{position:absolute;top:50%;transform:translateY(-50%);width:22px;height:22px;
  border-radius:50%;background:var(--paper);border:1px solid var(--rule)}
.vch-rip i.l{left:-12px}
.vch-rip i.r{right:-12px}
.vch-bot{padding:6px 20px 18px;text-align:center}
.vch-bars{
  height:50px;margin:0 auto 11px;max-width:220px;
  background:repeating-linear-gradient(90deg,var(--navy) 0 2px,transparent 2px 5px,var(--navy) 5px 8px,transparent 8px 10px,var(--navy) 10px 11px,transparent 11px 14px);
}
.vch-code{font-family:var(--mono);font-size:14px;letter-spacing:.22em;color:var(--navy)}
.vch-exp{font-size:12px;color:rgba(18,48,33,.55);margin-top:9px}

/* old vs new */
.oldnew{width:100%;border-collapse:collapse;margin-top:8px;font-size:15.5px}
.oldnew th{
  text-align:left;font-family:var(--mono);font-weight:500;font-size:10.5px;
  letter-spacing:.16em;text-transform:uppercase;padding:0 18px 14px 0;
  border-bottom:1px solid var(--rule);
}
.oldnew th.old{color:rgba(18,48,33,.45)}
.oldnew th.new{color:var(--green)}
.oldnew td{padding:16px 18px 16px 0;border-bottom:1px solid var(--rule);vertical-align:top;line-height:1.6}
.oldnew td:first-child{color:var(--navy);font-family:var(--display);font-weight:600;font-size:14.5px}
.oldnew td.old{color:rgba(18,48,33,.55);font-size:14.5px}
.oldnew td.new{color:var(--navy);font-size:14.5px}
.oldnew tr:hover td{background:rgba(18,48,33,.03)}

/* brand categories */
.cats{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:2px;background:rgba(238,241,236,.12)}
.cat{background:var(--ink);padding:24px 22px}
.cat-ico{width:34px;height:34px;border-radius:3px;background:rgba(238,241,236,.08);
  display:grid;place-items:center;color:var(--green-soft);margin-bottom:13px}
.cat-ico svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.cat b{display:block;font-family:var(--display);font-weight:600;font-size:17px;letter-spacing:-.015em;margin-bottom:6px}
.cat span{font-size:13.5px;line-height:1.7;color:rgba(238,241,236,.62)}

/* delivery channels */
.dch{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.dch span{
  display:inline-flex;align-items:center;gap:9px;
  border:1px solid var(--rule);background:var(--white);color:var(--navy);
  font-family:var(--display);font-weight:600;font-size:14.5px;
  padding:11px 18px;border-radius:100px;
}
.dch svg{width:17px;height:17px;stroke:var(--green);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* prize picker */
.pz-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.pz-tab{
  font-family:var(--display);font-weight:600;font-size:14.5px;
  border:1px solid rgba(238,241,236,.28);background:transparent;color:var(--paper);
  padding:11px 18px;border-radius:100px;cursor:pointer;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.pz-tab:hover{border-color:var(--green-lift)}
.pz-tab[aria-selected="true"]{background:var(--green);color:#0A2410;border-color:var(--green)}
.pz-body{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}
.pz-main{
  border:1px solid rgba(238,241,236,.16);border-radius:5px;padding:28px 26px;
  background:rgba(26,70,48,.4);
}
.pz-main h3{font-size:23px;letter-spacing:-.02em;margin-bottom:10px}
.pz-main p{font-size:15px;line-height:1.8;color:rgba(238,241,236,.74)}
.pz-rows{display:grid;gap:2px;background:rgba(238,241,236,.12)}
.pz-row{background:var(--ink);padding:16px 18px;display:flex;gap:14px;align-items:flex-start}
.pz-row b{font-family:var(--mono);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--green-soft);min-width:92px;padding-top:3px}
.pz-row span{font-size:14px;line-height:1.7;color:rgba(238,241,236,.78)}
.pz-warn{
  margin-top:18px;border-left:2px solid var(--green);padding-left:14px;
  font-size:13.5px;line-height:1.75;color:rgba(238,241,236,.6);
}

/* steps rail */
.rail{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--rule)}
.rail-step{background:var(--white);padding:26px 24px}
.rail-n{font-family:var(--mono);font-size:10.5px;letter-spacing:.16em;color:var(--green)}
.rail-step h3{font-size:18.5px;margin:11px 0 8px;letter-spacing:-.02em;color:var(--navy)}
.rail-step p{font-size:14px;line-height:1.75;color:rgba(18,48,33,.72)}

@media (max-width:960px){
  .split{grid-template-columns:1fr}
  .pz-body{grid-template-columns:1fr}
  .rail{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .rail{grid-template-columns:1fr}
  .oldnew{font-size:14px}
  .oldnew td,.oldnew th{padding-right:10px}
}


.vch-grid{display:grid;grid-template-columns:minmax(280px,400px) 1fr;gap:56px;align-items:center}
@media (max-width:900px){.vch-grid{grid-template-columns:1fr;gap:34px}.vch{max-width:100%}}

/* photo + ticket card composition */
.vch-stack{position:relative}
.vch-photo{width:100%;height:auto;display:block;border-radius:6px;border:1px solid var(--rule)}
.vch-stack .vch{position:absolute;left:-28px;bottom:26px;width:68%;max-width:290px;
  box-shadow:0 26px 60px -26px rgba(18,48,33,.6)}
.vch-stack .vch-val{font-size:28px}
.vch-stack .vch-bars{height:34px;max-width:150px}
@media (max-width:900px){
  .vch-stack .vch{position:static;width:100%;max-width:100%;margin-top:18px;box-shadow:none}
}

/* partner logo wall */
.bp-wall{display:grid;grid-template-columns:repeat(auto-fill,minmax(158px,1fr));gap:14px}
.bp{
  background:var(--white);border:1px solid var(--rule);border-radius:4px;
  height:96px;display:grid;place-items:center;padding:16px 18px;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.bp:hover{border-color:var(--green);box-shadow:0 12px 30px -18px rgba(18,48,33,.5);transform:translateY(-2px)}
.bp img{max-width:100%;max-height:56px;width:auto;height:auto;object-fit:contain;
  filter:grayscale(1);opacity:.78;transition:filter .25s ease,opacity .25s ease}
.bp:hover img{filter:grayscale(0);opacity:1}
.bp-note{margin-top:24px;font-size:13.5px;line-height:1.75;color:rgba(18,48,33,.6);
  border-left:2px solid var(--green);padding-left:14px;max-width:76ch}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
@media (max-width:640px){.bp{height:80px}.bp img{max-height:44px}}

/* ===== ICON SIZE SAFETY NET =====
   ทุกไอคอนในคอมโพเนนต์ปุ่ม/กล่องติดต่อ ต้องมีขนาดกำกับเสมอ
   กันกรณีไฟล์สไตล์เฉพาะหน้าไม่ได้ถูกโหลด */
.callbox-ring svg,
.callbox-line svg,
.callbar svg,
.callbar a svg,
.cb-tel svg,
.cb-line svg,
.stub-call svg,
.btn-line svg,
.chc-ico svg,
.ch-ico svg,
.sys-ico svg,
.pil-ico svg{
  width:22px;height:22px;flex:0 0 auto;
  fill:none;stroke:currentColor;stroke-width:1.9;
  stroke-linecap:round;stroke-linejoin:round;
}
.callbox-ring svg{width:26px;height:26px}
.callbar svg,.callbar a svg,.cb-tel svg,.cb-line svg{width:19px;height:19px}
.callbox-ring{
  width:56px;height:56px;flex:0 0 56px;border-radius:50%;
  display:grid;place-items:center;
}
