/* LED Trailer Hire — Crystal Clear Digital
   Modern "LED-glow" design system. Self-contained, responsive, fast. */

:root {
  --bg:        #080b16;   /* near-black navy */
  --bg-2:      #0c1122;
  --surface:   #121933;
  --surface-2: #182140;
  --line:      #24304f;
  --text:      #eaf0ff;
  --muted:     #9fb0d0;
  --muted-2:   #6f80a3;

  --cyan:   #00d0ff;
  --blue:   #2b6bff;
  --amber:  #ffb020;
  --amber-2:#ff8a00;

  --grad:      linear-gradient(100deg, #00d0ff 0%, #2b6bff 60%, #6a5cff 100%);
  --grad-warm: linear-gradient(100deg, #ffc043 0%, #ff8a00 100%);
  --glow:      0 0 0 1px rgba(0,208,255,.25), 0 8px 40px -8px rgba(0,208,255,.45);

  --maxw: 1180px;
  --radius: 16px;
  --radius-sm: 10px;
  --ease: cubic-bezier(.2,.7,.2,1);
  --shadow: 0 20px 50px -20px rgba(0,0,0,.7);

  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --display: "Poppins", var(--font);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--display); font-weight: 800; line-height: 1.1; letter-spacing: -.02em; }
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
section { position: relative; }

/* ---------- accents & helpers ---------- */
.grad-text {
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.warm-text { background: var(--grad-warm); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--display); font-weight: 700; font-size: .8rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--cyan);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--grad); border-radius: 2px; }
.lead { color: var(--muted); font-size: 1.12rem; max-width: 60ch; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; cursor: pointer; border: 0;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
  white-space: nowrap;
}
.btn-primary { background: var(--grad); color: #001018; box-shadow: 0 10px 30px -8px rgba(0,160,255,.6); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 44px -10px rgba(0,160,255,.75); }
.btn-warm { background: var(--grad-warm); color: #2a1400; box-shadow: 0 10px 30px -8px rgba(255,140,0,.5); }
.btn-warm:hover { transform: translateY(-3px); }
.btn-ghost { background: rgba(255,255,255,.04); color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--cyan); transform: translateY(-3px); }
.btn-lg { padding: 17px 34px; font-size: 1.06rem; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  backdrop-filter: blur(14px);
  background: rgba(8,11,22,.72);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 800; font-size: 1.15rem; }
.brand .mark {
  width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center;
  background: var(--grad); color: #001018; box-shadow: var(--glow); position: relative; overflow: hidden;
}
.brand .mark svg { width: 22px; height: 22px; }
.brand small { display: block; font-family: var(--font); font-weight: 500; font-size: .66rem; letter-spacing: .18em; color: var(--muted-2); text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  font-family: var(--display); font-weight: 600; font-size: .96rem; color: var(--muted);
  padding: 10px 14px; border-radius: 10px; transition: color .2s, background .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); background: rgba(255,255,255,.05); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; color: var(--text); }
.nav-phone svg { width: 18px; height: 18px; color: var(--cyan); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; width: 44px; height: 44px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--text); margin: 4px auto; transition: .3s; }

/* ---------- hero ---------- */
.hero { padding: 74px 0 90px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(900px 500px at 78% 8%, rgba(0,208,255,.18), transparent 60%),
    radial-gradient(700px 500px at 10% 100%, rgba(106,92,255,.16), transparent 60%),
    linear-gradient(180deg, rgba(8,11,22,.5) 0%, var(--bg) 82%);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.3rem); margin: 18px 0 20px; }
.hero h1 .line { display: block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-stats { display: flex; gap: 30px; margin-top: 42px; flex-wrap: wrap; }
.hero-stats .num { font-family: var(--display); font-weight: 800; font-size: 1.9rem; }
.hero-stats .lbl { color: var(--muted-2); font-size: .82rem; letter-spacing: .04em; }
.hero-visual { position: relative; }
.hero-visual .frame {
  border-radius: 20px; overflow: hidden; border: 1px solid var(--line);
  box-shadow: var(--shadow); transform: rotate(1.4deg);
}
.hero-visual .frame img { aspect-ratio: 4/3; object-fit: cover; }
.hero-badge {
  position: absolute; bottom: -18px; left: -18px; background: var(--surface);
  border: 1px solid var(--line); border-radius: 14px; padding: 14px 18px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 12px;
}
.hero-badge .dot { width: 12px; height: 12px; border-radius: 50%; background: #16d47b; box-shadow: 0 0 12px #16d47b; }

/* ---------- marquee (clients) ---------- */
.clients { border-block: 1px solid rgba(255,255,255,.06); padding: 26px 0; background: var(--bg-2); }
.clients p { text-align: center; color: var(--muted-2); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 34px; }
.logos span { font-family: var(--display); font-weight: 700; font-size: 1.15rem; color: var(--muted); opacity: .75; }

/* ---------- section heading ---------- */
.sec { padding: 90px 0; }
.sec-head { max-width: 720px; margin-bottom: 52px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head h2 { font-size: clamp(2rem, 4vw, 3rem); margin: 14px 0 16px; }

/* ---------- cards / services ---------- */
.grid { display: grid; gap: 22px; }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 30px;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.card:hover { transform: translateY(-6px); border-color: rgba(0,208,255,.5); box-shadow: 0 26px 50px -24px rgba(0,160,255,.5); }
.card .ico {
  width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 18px;
  background: rgba(0,208,255,.12); color: var(--cyan); border: 1px solid rgba(0,208,255,.25);
}
.card .ico svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.28rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .98rem; }

/* feature list with image */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.feature + .feature { margin-top: 90px; }
.feature.rev .feature-media { order: 2; }
.feature-media img { border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 16/11; object-fit: cover; }
.ticks { list-style: none; margin-top: 22px; display: grid; gap: 12px; }
.ticks li { display: flex; gap: 12px; color: var(--muted); }
.ticks svg { flex: none; width: 22px; height: 22px; color: var(--cyan); margin-top: 2px; }

/* ---------- stat band ---------- */
.band { background: var(--grad); color: #001018; padding: 54px 0; }
.band .grid { text-align: center; }
.band .num { font-family: var(--display); font-weight: 800; font-size: clamp(2.2rem,5vw,3.2rem); }
.band .lbl { font-weight: 600; opacity: .8; }

/* ---------- gallery ---------- */
.gallery { columns: 3; column-gap: 18px; }
.gallery figure { break-inside: avoid; margin-bottom: 18px; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); position: relative; }
.gallery img { width: 100%; transition: transform .5s var(--ease); }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 14px 12px;
  font-family: var(--display); font-weight: 600; font-size: .92rem;
  background: linear-gradient(0deg, rgba(4,7,16,.9), transparent);
  opacity: 0; transform: translateY(8px); transition: .3s;
}
.gallery figure:hover figcaption { opacity: 1; transform: none; }

/* ---------- specials ---------- */
.editor-note {
  background: rgba(255,176,32,.08); border: 1px dashed rgba(255,176,32,.5); color: #ffd27a;
  border-radius: var(--radius-sm); padding: 16px 20px; margin-bottom: 34px; font-size: .95rem;
}
.editor-note strong { color: var(--amber); }
.special {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .3s var(--ease), border-color .3s;
}
.special:hover { transform: translateY(-6px); border-color: rgba(255,176,32,.6); }
.special .media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.special .media img { width: 100%; height: 100%; object-fit: cover; }
.special .tag {
  position: absolute; top: 14px; left: 14px; background: var(--grad-warm); color: #2a1400;
  font-family: var(--display); font-weight: 800; font-size: .78rem; letter-spacing: .04em;
  padding: 6px 12px; border-radius: 999px;
}
.special .body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.special h3 { font-size: 1.25rem; }
.special .price { font-family: var(--display); font-weight: 800; font-size: 1.5rem; }
.special .price small { font-size: .85rem; color: var(--muted-2); font-weight: 500; }
.special p { color: var(--muted); font-size: .95rem; flex: 1; }

/* ---------- CTA ---------- */
.cta {
  background:
    radial-gradient(600px 300px at 80% 20%, rgba(0,208,255,.2), transparent 60%),
    linear-gradient(120deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line); border-radius: 26px; padding: 60px; text-align: center;
}
.cta h2 { font-size: clamp(2rem,4vw,2.8rem); margin-bottom: 16px; }
.cta .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.info-item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.info-item .ico { width: 46px; height: 46px; flex: none; border-radius: 12px; display: grid; place-items: center; background: rgba(0,208,255,.12); color: var(--cyan); border: 1px solid rgba(0,208,255,.25); }
.info-item .ico svg { width: 22px; height: 22px; }
.info-item h4 { font-size: 1.05rem; margin-bottom: 2px; }
.info-item a, .info-item p { color: var(--muted); }
.form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .85rem; color: var(--muted); margin-bottom: 6px; font-weight: 600; }
.field input, .field textarea, .field select {
  width: 100%; background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px;
  padding: 13px 15px; color: var(--text); font-family: var(--font); font-size: .98rem;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,208,255,.15); }
.form-note { font-size: .82rem; color: var(--muted-2); margin-top: 10px; }

/* ---------- page hero (inner pages) ---------- */
.page-hero { padding: 60px 0 40px; text-align: center; }
.page-hero h1 { font-size: clamp(2.2rem,5vw,3.4rem); margin: 14px 0 14px; }
.crumb { color: var(--muted-2); font-size: .9rem; }
.crumb a:hover { color: var(--cyan); }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: 60px 0 30px; margin-top: 30px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 34px; }
.site-footer p { color: var(--muted); font-size: .95rem; }
.foot-col h5 { font-family: var(--display); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 16px; }
.foot-col a { display: block; color: var(--muted); padding: 5px 0; font-size: .95rem; }
.foot-col a:hover { color: var(--cyan); }
.foot-bottom { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: var(--muted-2); font-size: .85rem; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .hero-grid, .feature, .feature.rev .feature-media, .contact-grid { grid-template-columns: 1fr; }
  .feature.rev .feature-media { order: 0; }
  .cols-3 { grid-template-columns: repeat(2, 1fr); }
  .gallery { columns: 2; }
  .hero-visual { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 74px; left: 0; right: 0;
    background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 12px; gap: 4px;
  }
  .nav-links.open a { padding: 14px; }
}
@media (max-width: 620px) {
  .cols-3, .cols-2, .gallery { grid-template-columns: 1fr; columns: 1; }
  .form .row { grid-template-columns: 1fr; }
  .cta { padding: 40px 24px; }
  .sec { padding: 64px 0; }
  .foot-grid { grid-template-columns: 1fr; }
}
