/* CHC Site – modern styles */
:root{
  --chc-bg:#0b1220;
  --chc-bg2:#0f1a33;
  --chc-surface:rgba(255,255,255,.06);
  --chc-surface2:rgba(255,255,255,.10);
  --chc-text:#eaf0ff;
  --chc-muted:rgba(234,240,255,.72);
  --chc-border:rgba(234,240,255,.14);
  --chc-accent:#ffb703;
  --chc-accent2:#ff3d9a;
  --chc-radius:18px;
  --chc-shadow:0 20px 60px rgba(0,0,0,.45);
  --chc-font: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  --chc-head-font: Poppins, Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
.chc-site, .chc-site *{box-sizing:border-box;}
.chc-site{font-family:var(--chc-font);}
.chc-site h1,.chc-site h2,.chc-site h3{font-family:var(--chc-head-font);}
.chc-site{color:var(--chc-text); background: radial-gradient(1000px 600px at 20% 10%, rgba(255,61,154,.18), transparent 60%),
                                       radial-gradient(900px 500px at 80% 0%, rgba(255,183,3,.14), transparent 55%),
                                       linear-gradient(180deg, var(--chc-bg), var(--chc-bg2));}
.chc-container{max-width:1100px;margin:0 auto;padding:0 18px;}
.chc-section{padding:70px 0;}
.chc-section-dark{background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02)); border-top:1px solid var(--chc-border); border-bottom:1px solid var(--chc-border);}
.chc-section-head{display:flex;flex-direction:column;gap:10px; margin-bottom:26px;}
.chc-section-head h2{font-size:36px;line-height:1.12;margin:0;letter-spacing:-.03em;}
.chc-section-head h2:after{content:"";display:block;width:72px;height:4px;border-radius:999px;margin-top:10px;
  background:linear-gradient(90deg,var(--chc-accent),var(--chc-accent2));opacity:.9;}
.chc-section-head p{margin:0;color:var(--chc-muted);max-width:720px;}
.chc-hero{position:relative; overflow:hidden; padding:80px 0 60px;}
.chc-hero-bg{
  position:absolute; inset:-120px -80px auto -80px; height:520px;
  background:radial-gradient(closest-side at 30% 30%, rgba(255,183,3,.22), transparent 60%),
             radial-gradient(closest-side at 60% 30%, rgba(255,61,154,.18), transparent 62%),
             radial-gradient(closest-side at 85% 70%, rgba(73,140,255,.14), transparent 62%);
  filter: blur(12px);
  transform: rotate(-2deg);
}
.chc-hero-inner{position:relative;}
.chc-brand{display:flex;gap:14px;align-items:center;margin-bottom:30px;}
.chc-logo{width:64px;height:64px;border-radius:16px;object-fit:cover;border:1px solid var(--chc-border); box-shadow:0 10px 25px rgba(0,0,0,.25);}
.chc-company{font-weight:800;font-size:18px;letter-spacing:.02em;}
.chc-tagline{color:var(--chc-muted);font-size:14px;margin-top:3px;}
.chc-meta{color:rgba(234,240,255,.55);font-size:13px;margin-top:4px;}
.chc-hero-grid{display:grid;grid-template-columns:1.15fr .85fr; gap:22px; align-items:start;}
.chc-hero-copy h1{font-size:52px;line-height:1.03;letter-spacing:-.04em;margin:0 0 12px;
  text-shadow:0 18px 60px rgba(0,0,0,.45);
}
.chc-hero-copy h1 strong{background:linear-gradient(90deg,var(--chc-accent),#ffd166,var(--chc-accent2));-webkit-background-clip:text;background-clip:text;color:transparent;}
.chc-lead{font-size:17px;line-height:1.6; color:var(--chc-muted); margin:0 0 18px;}
.chc-btn-row{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0 0;}
.chc-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px; border-radius:14px;
  background:linear-gradient(135deg, var(--chc-accent), #ffd166);
  color:#0b1220; font-weight:800; text-decoration:none;
  border:0; cursor:pointer;
  box-shadow:0 12px 26px rgba(255,183,3,.18);
  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.chc-btn:hover{transform:translateY(-2px); filter:saturate(1.05); box-shadow:0 18px 34px rgba(255,183,3,.24);}
.chc-btn:active{transform:translateY(0); box-shadow:0 10px 22px rgba(255,183,3,.18);}
.chc-btn-ghost{
  background:rgba(255,255,255,.08);
  color:var(--chc-text);
  border:1px solid var(--chc-border);
  box-shadow:none;
}
.chc-btn-ghost:hover{box-shadow:0 18px 34px rgba(0,0,0,.25);}

.chc-hero-links{margin-top:14px; display:flex; gap:10px; align-items:center; color:rgba(234,240,255,.65);}
.chc-hero-links a{color:rgba(234,240,255,.85); text-decoration:none; border-bottom:1px solid rgba(234,240,255,.18); padding-bottom:2px;}
.chc-hero-links a:hover{color:#fff;border-bottom-color:rgba(255,255,255,.45);}
.chc-dot{opacity:.5;}

.chc-hero-stats{display:flex;flex-direction:column;gap:12px;}
.chc-stat{
  display:flex;gap:12px;align-items:flex-start;
  border:1px solid var(--chc-border);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-radius:var(--chc-radius);
  padding:14px 14px;
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}
.chc-stat-kpi{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;
  background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.12);}
.chc-stat-txt{font-size:14px; line-height:1.35; color:rgba(234,240,255,.75);}
.chc-stat-txt strong{color:#fff;}

.chc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.chc-card{
  display:flex;gap:12px;align-items:flex-start;
  border:1px solid var(--chc-border);
  background:rgba(255,255,255,.05);
  border-radius:var(--chc-radius);
  padding:14px 14px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.chc-card:hover{transform:translateY(-2px); background:rgba(255,255,255,.07); border-color:rgba(255,255,255,.22);}
.chc-card-icon{width:32px;height:32px;border-radius:12px;display:grid;place-items:center;
  background:rgba(255,183,3,.16); color:var(--chc-accent); border:1px solid rgba(255,183,3,.22); font-weight:900;}
.chc-card h3{margin:0;font-size:16px;letter-spacing:-.01em;}
.chc-card p{margin:6px 0 0;color:var(--chc-muted); font-size:13.5px; line-height:1.45;}

.chc-carousel{position:relative; border-radius:var(--chc-radius); overflow:hidden;
  border:1px solid var(--chc-border);
  background:rgba(255,255,255,.03);
}
.chc-carousel-track{
  display:flex;
  gap:14px;
  padding:16px;
  overflow:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
}
.chc-carousel-track::-webkit-scrollbar{height:10px;}
.chc-carousel-track::-webkit-scrollbar-thumb{background:rgba(255,255,255,.14);border-radius:999px;}
.chc-slide{
  /* Mobile-first: show 1 big card */
  flex:0 0 86%;
  scroll-snap-align:center;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 20px 50px rgba(0,0,0,.35);
  background:#0a0f1a;
}
.chc-slide img{
  width:100%;
  height:auto;
  aspect-ratio: 1 / 1; /* visually square */
  object-fit:cover;
  display:block;
  transform:scale(1);
  transition: transform .5s ease;
}
.chc-slide:hover img{transform:scale(1.03);}

/* Desktop/tablet tuning: avoid huge images on PC */
@media (min-width: 720px){
  .chc-slide{flex-basis: 52%;}
  .chc-slide img{height:auto;}
}
@media (min-width: 1024px){
  .chc-carousel-track{gap:12px; padding:14px;}
  .chc-slide{flex-basis: 34%;}
  .chc-slide img{height:auto;}
}
@media (min-width: 1280px){
  .chc-slide{flex-basis: 28%;}
  .chc-slide img{height:auto;}
}

.chc-carousel-btn{
  position:absolute; top:50%;
  transform:translateY(-50%);
  width:42px;height:42px;border-radius:14px;
  border:1px solid var(--chc-border);
  background:rgba(10,15,26,.55);
  color:#fff;font-size:26px;line-height:1;
  display:grid;place-items:center;
  cursor:pointer;
  backdrop-filter: blur(10px);
  transition: transform .18s ease, background .18s ease;
}
.chc-carousel-btn:hover{background:rgba(10,15,26,.78); transform:translateY(-50%) scale(1.04);}
.chc-carousel-btn.prev{left:10px;}
.chc-carousel-btn.next{right:10px;}

.chc-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;}
.chc-cta h2{margin:0 0 6px;font-size:28px;}
.chc-cta p{margin:0;color:var(--chc-muted);}

.chc-page-head{padding:70px 0 30px;}
.chc-two-col{display:grid;grid-template-columns:1.2fr .8fr; gap:22px;}
.chc-list{margin:16px 0 0;padding-left:18px;color:rgba(234,240,255,.8);}
.chc-list li{margin:10px 0; line-height:1.45;}
.chc-highlight{
  border:1px solid var(--chc-border);
  background:rgba(255,255,255,.05);
  border-radius:var(--chc-radius);
  padding:18px;
  box-shadow:0 18px 44px rgba(0,0,0,.2);
}
.chc-highlight h3{margin:0 0 10px;}
.chc-pills{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 12px;}
.chc-pills span{
  padding:8px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  font-size:12.5px;color:rgba(234,240,255,.8);
}
.chc-small{font-size:13px;color:rgba(234,240,255,.7);line-height:1.5;margin:10px 0 0;}
.chc-alert{
  background:rgba(46, 204, 113,.12);
  border:1px solid rgba(46, 204, 113,.25);
  padding:12px 14px;border-radius:14px;margin:12px 0 16px;
  color:rgba(234,240,255,.9);
}
.chc-form{display:flex;flex-direction:column;gap:12px;margin-top:12px;}
.chc-field label{display:block;font-size:12.5px;color:rgba(234,240,255,.75);margin-bottom:6px;}
.chc-field input, .chc-field select, .chc-field textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(10,15,26,.35);
  color:var(--chc-text);
  outline:none;
  transition: border-color .18s ease, background .18s ease;
}
.chc-field input:focus, .chc-field select:focus, .chc-field textarea:focus{
  border-color:rgba(255,183,3,.45);
  background:rgba(10,15,26,.55);
}

.chc-reveal{
  opacity:0;
  transform:translateY(10px);
  transition: opacity .55s ease, transform .55s ease;
}
.chc-reveal.in-view{
  opacity:1;
  transform:translateY(0);
}

/* Chatbot */
.chc-chatbot{position:fixed;right:18px;bottom:18px;z-index:9999;font-family:var(--chc-font);}
.chc-chatbot-fab{
  width:58px;height:58px;border-radius:18px;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg, rgba(255,183,3,.95), rgba(255,61,154,.75));
  color:#0b1220;font-weight:900;
  box-shadow:0 18px 44px rgba(0,0,0,.35);
  cursor:pointer;
  position:relative;
}
.chc-chatbot-fab-dot{
  position:absolute; top:10px; right:10px;
  width:10px;height:10px;border-radius:999px;
  background:#0b1220;
  box-shadow:0 0 0 4px rgba(255,255,255,.35);
}
.chc-chatbot-panel{
  position:absolute;
  right:0; bottom:70px;
  width:min(360px, calc(100vw - 36px));
  background:rgba(12,18,32,.85);
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  box-shadow:var(--chc-shadow);
  overflow:hidden;
  backdrop-filter: blur(14px);
  transform-origin: bottom right;
  transform: scale(.96);
  opacity:0;
  pointer-events:none;
  transition: opacity .18s ease, transform .18s ease;
}
.chc-chatbot.open .chc-chatbot-panel{
  opacity:1;
  transform:scale(1);
  pointer-events:auto;
}
.chc-chatbot-head{
  padding:12px 12px;
  display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.chc-chatbot-title{font-weight:800;font-size:13.5px;color:rgba(234,240,255,.92);}
.chc-chatbot-close{
  width:34px;height:34px;border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#fff;font-size:20px;line-height:1;cursor:pointer;
}
.chc-chatbot-body{
  max-height:360px; overflow:auto; padding:12px;
}
.chc-chatbot-msg{
  padding:10px 12px; border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  margin:0 0 10px;
  font-size:13px; line-height:1.45;
}
.chc-chatbot-msg.bot{background:rgba(255,255,255,.06); color:rgba(234,240,255,.86);}
.chc-chatbot-msg.user{background:rgba(255,183,3,.16); border-color:rgba(255,183,3,.22); color:rgba(234,240,255,.92); margin-left:auto;}
.chc-chatbot-actions{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap;}
.chc-chatbot-btn{
  padding:8px 10px;border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:#fff; text-decoration:none; font-weight:700; font-size:12.5px;
}
.chc-chatbot-quick{display:flex;gap:8px;flex-wrap:wrap;margin:6px 0 10px;}
.chc-quick{
  padding:7px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:rgba(234,240,255,.86);
  cursor:pointer;font-size:12px;
}
.chc-chatbot-form{
  display:flex;gap:8px; padding:12px; border-top:1px solid rgba(255,255,255,.12);
}
.chc-chatbot-input{
  flex:1;
  padding:10px 10px;border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(10,15,26,.35);
  color:#fff;
}
.chc-chatbot-send{
  padding:10px 12px;border-radius:14px;
  border:0;background:linear-gradient(135deg, var(--chc-accent), #ffd166);
  color:#0b1220;font-weight:900;cursor:pointer;
}

/* Responsive */
@media (max-width: 980px){
  .chc-hero-grid{grid-template-columns:1fr;gap:18px;}
  .chc-grid{grid-template-columns:repeat(2,1fr);}
  .chc-two-col{grid-template-columns:1fr;}
  .chc-slide{flex-basis:92%;}
  .chc-slide img{height:auto;}
  .chc-cta{flex-direction:column;align-items:flex-start;}
}
@media (max-width: 560px){
  .chc-hero-copy h1{font-size:38px;}
  .chc-grid{grid-template-columns:1fr;}
  .chc-section{padding:56px 0;}
  .chc-slide img{height:auto;}
}

/* Flyers section */
.chc-flyer-grid{display:grid;grid-template-columns:1fr;gap:14px;}
@media (min-width: 820px){
  .chc-flyer-grid{grid-template-columns:repeat(2,1fr);} 
}
.chc-flyer-card{position:relative;border-radius:var(--chc-radius);overflow:hidden;border:1px solid rgba(255,255,255,.16);
  background:#0a0f1a;box-shadow:0 20px 55px rgba(0,0,0,.38);}
.chc-flyer-card img{width:100%;height:auto;display:block;aspect-ratio:1/1;object-fit:cover;}
.chc-flyer-overlay{position:absolute;left:0;right:0;bottom:0;padding:14px;
  background:linear-gradient(180deg, rgba(10,15,26,0), rgba(10,15,26,.55) 28%, rgba(10,15,26,.90));}
.chc-flyer-actions .chc-btn-row{margin:0;gap:10px;}
.chc-flyer-actions .chc-btn{padding:10px 12px;border-radius:12px;font-size:13px;}
.chc-flyer-zoom{position:absolute;top:10px;right:10px;width:38px;height:38px;border-radius:14px;
  border:1px solid rgba(255,255,255,.18);background:rgba(10,15,26,.55);color:#fff;font-size:20px;
  display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(10px);
  transition:transform .18s ease, background .18s ease;}
.chc-flyer-zoom:hover{transform:scale(1.04);background:rgba(10,15,26,.78);} 

/* Lightbox */
.chc-lightbox{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.72);
  display:grid;place-items:center;padding:18px;}
.chc-lightbox img{max-width:92vw;max-height:90vh;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.18);background:#0a0f1a;}
.chc-lightbox button{position:fixed;top:14px;right:14px;width:44px;height:44px;border-radius:16px;
  border:1px solid rgba(255,255,255,.18);background:rgba(10,15,26,.55);color:#fff;font-size:22px;
  cursor:pointer;backdrop-filter:blur(10px);}
