/* =========================================================
   Lancing UK – Compact Dropper WOW (Middle Sections Only)
   - Does NOT touch: .top-bar, .main_menu_wrapper, .hero,
                     #banner, .footer, .copyright_wrapper
   ========================================================= */

:root {
  --lu-deep: #020617;
  --lu-navy: #0b1120;
  --lu-navy-soft: #1e293b;
  --lu-blue: #2563eb;
  --lu-cyan: #06b6d4;
  --lu-lime: #22c55e;
  --lu-bg-soft: #f8fafc;
  --lu-card-dark: #020617;
  --lu-card-mid: #0f172a;
  --lu-card-light: #ffffff;
  --lu-border-soft: rgba(148, 163, 184, 0.55);
  --lu-text-light: #e5e7eb;
  --lu-text-muted: #9ca3af;
  --lu-text-dark: #0f172a;
}

/* =========================================================
   1. PRODUCT TITLE + IMAGE BAND (under video hero)
   ========================================================= */

/* Only this band, not the video hero */
section.bg-gradient-to-b.from-slate-50.to-white {
  position: relative;
  overflow: hidden;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  background:
    radial-gradient(circle at 0% 0%, #1d4ed8 0%, transparent 55%),
    radial-gradient(circle at 100% 0%, #0f766e 0%, transparent 55%),
    radial-gradient(circle at 50% 100%, #4c1d95 0%, transparent 60%),
    linear-gradient(135deg, #020617 0%, #020617 100%);
}

/* Soft light textures */
section.bg-gradient-to-b.from-slate-50.to-white::before,
section.bg-gradient-to-b.from-slate-50.to-white::after {
  content: "";
  position: absolute;
  inset: -40%;
  opacity: 0.22;
  background:
    linear-gradient(135deg, rgba(148, 163, 184, 0.35), transparent 55%),
    radial-gradient(circle at 10% 0%, rgba(56, 189, 248, 0.45), transparent 60%);
  transform: skewY(-8deg);
  pointer-events: none;
  mix-blend-mode: screen;
}
section.bg-gradient-to-b.from-slate-50.to-white::after {
  opacity: 0.28;
}

/* Layout inside */
section.bg-gradient-to-b.from-slate-50.to-white .container7 {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

/* Product title + intro */
section.bg-gradient-to-b.from-slate-50.to-white h1 {
  color: #f9fafb !important;
  font-size: 3.5rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.05em;
}

section.bg-gradient-to-b.from-slate-50.to-white p {
  color: var(--lu-text-muted) !important;
}

/* Little dots in the mini bullet list */
section.bg-gradient-to-b.from-slate-50.to-white ul li span.inline-block {
  background: linear-gradient(135deg, var(--lu-blue), var(--lu-cyan)) !important;
}

/* CTA “chips” */
section.bg-gradient-to-b.from-slate-50.to-white a[href="#specs"],
section.bg-gradient-to-b.from-slate-50.to-white a[href="#quote"] {
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 2.98rem;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.18s ease;
}

section.bg-gradient-to-b.from-slate-50.to-white a[href="#specs"] {
  background: transparent;
  border-color: rgba(148, 163, 184, 0.7);
  color: #e5e7eb;
}
section.bg-gradient-to-b.from-slate-50.to-white a[href="#specs"]:hover {
  background: rgba(15, 23, 42, 0.8);
}

section.bg-gradient-to-b.from-slate-50.to-white a[href="#quote"] {
  background: linear-gradient(135deg, var(--lu-blue), var(--lu-cyan));
  color: #0b1120 !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.7);
}
section.bg-gradient-to-b.from-slate-50.to-white a[href="#quote"]:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

/* Product image: remove black slab + coloured halo */
section.bg-gradient-to-b.from-slate-50.to-white img.img-responsive,
.bg-gradient-to-b img.img-responsive,
img.img-responsive {
  position: relative;
  z-index: 2;
  background: transparent !important;
  border-radius: 24px;
  border: 1px solid rgba(241, 245, 249, 0.9);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(148, 163, 184, 0.35);
}

/* Glow plate behind the image */
section.bg-gradient-to-b.from-slate-50.to-white .relative::before {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.55), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(129, 140, 248, 0.6), transparent 60%);
  opacity: 0.85;
  filter: blur(2px);
}

/* =========================================================
   2. SECTION RHYTHM (consistent spacing)
   ========================================================= */

#features,
#specs,
#applications,
section.border-y.border-slate-200.bg-slate-50,
.blog_section {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Shared section headings in product area */
#features h2,
#specs h2,
#applications h2,
section.border-y.border-slate-200.bg-slate-50 h2,
.blog_section h2 {
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

/* =========================================================
   3. FEATURES – dark band with glowing cards
   ========================================================= */

#features {
  background: radial-gradient(circle at 10% 0%, #1d4ed8 0%, transparent 55%),
              radial-gradient(circle at 100% 100%, #22c55e 0%, transparent 60%),
              #020617;
  border-top: 1px solid rgba(148, 163, 184, 0.4);
  border-bottom: 1px solid rgba(148, 163, 184, 0.4);
}

#features .container {
  max-width: 1180px;
}

/* Heading text colour in this dark band */
#features h2 {
  color: #e5e7eb;
}

/* Feature cards */
#features .rounded-3xl {
  position: relative;
  background: radial-gradient(circle at 0% 0%, #1f2937 0%, #020617 90%);
  border-radius: 20px !important;
  border: 1px solid var(--lu-border-soft);
  padding: 20px 20px 18px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

/* Neon edge */
#features .rounded-3xl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--lu-blue), var(--lu-cyan), var(--lu-lime));
}

/* Light wash */
#features .rounded-3xl::after {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    linear-gradient(135deg, rgba(148, 163, 184, 0.25), transparent 55%),
    radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.25), transparent 60%);
  opacity: 0.8;
  pointer-events: none;
  mix-blend-mode: screen;
}

#features .rounded-3xl > * {
  position: relative;
  z-index: 1;
}

#features .rounded-3xl:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 1);
  border-color: rgba(129, 140, 248, 0.9);
}

/* Text inside cards */
#features h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--lu-text-light);
}

#features p {
  font-size: 1.95rem;
  line-height: 2.55;
  color: #cbd5f5;
}

/* =========================================================
   4. TECHNICAL SPECS – dual glowing panels, readable
   ========================================================= */

#specs {
  background: radial-gradient(circle at 0% 100%, #1d4ed8 0%, transparent 60%),
              radial-gradient(circle at 100% 0%, #22c55e 0%, transparent 60%),
              #020617;
}

#specs .container {
  max-width: 1180px;
}

#specs h2 {
  color: #e5e7eb;
}

/* Specs cards */
#specs .rounded-3xl.bg-white {
  position: relative;
  background: radial-gradient(circle at 0% 0%, #111827 0%, #020617 90%);
  border-radius: 22px !important;
  border: 1px solid rgba(148, 163, 184, 0.7);
  padding: 24px 22px 22px !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.95);
  overflow: hidden;
}

/* Colour cone */
#specs .rounded-3xl.bg-white::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    conic-gradient(from 140deg,
      rgba(59, 130, 246, 0.45),
      rgba(6, 182, 212, 0.4),
      rgba(34, 197, 94, 0.35),
      transparent);
  opacity: 0.9;
  mix-blend-mode: screen;
}

/* Keep content readable on top */
#specs .rounded-3xl.bg-white > * {
  position: relative;
  z-index: 1;
}

/* Card headings */
#specs h3 {
  font-size: 3.02rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #f9fafb;
}

/* Definition list */
#specs dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  column-gap: 20px;
  row-gap: 12px;
}

#specs dt {
  font-size: 2.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c7d2fe;
  margin-bottom: 2px;
}

#specs dd {
  font-size: 2.96rem;
  font-weight: 600;
  color: #f9fafb;
  margin: 0;
}

/* Footnote text */
#specs p {
  margin-top: 14px;
  font-size: 1.9rem;
  color: #e5e7eb;
}

/* =========================================================
   5. APPLICATIONS – bright tiles on dark
   ========================================================= */

#applications {
  background: #020617;
  border-top: 1px solid rgba(148, 163, 184, 0.5);
  border-bottom: 1px solid rgba(148, 163, 184, 0.5);
}

#applications .container {
  max-width: 1180px;
}

#applications h2 {
  color: #e5e7eb;
}

/* Tiles */
#applications .rounded-3xl {
  position: relative;
  background: linear-gradient(135deg, #0b1120, #020617);
  border-radius: 20px !important;
  border: 1px solid rgba(148, 163, 184, 0.7);
  padding: 20px 20px 18px !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.9);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

/* Top-right colour badge */
#applications .rounded-3xl::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 12px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: conic-gradient(from 140deg,
              var(--lu-blue), var(--lu-cyan), var(--lu-lime), var(--lu-blue));
}

/* Hover floor shadow */
#applications .rounded-3xl::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -6px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 100%, rgba(15, 23, 42, 0.6), transparent 70%);
  opacity: 0;
  transition: opacity 0.18s ease;
}

#applications .rounded-3xl:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 1);
  border-color: #e5e7eb;
}
#applications .rounded-3xl:hover::after {
  opacity: 1;
}

/* Text in tiles */
#applications h3 {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: #e5e7eb;
}

#applications p {
  position: relative;
  z-index: 1;
  font-size: 0.96rem;
  color: #cbd5f5;
}

/* =========================================================
   6. WHAT’S INCLUDED – light break
   ========================================================= */

section.border-y.border-slate-200.bg-slate-50:not(#specs) {
  background: var(--lu-bg-soft);
}

section.border-y.border-slate-200.bg-slate-50:not(#specs) .container {
  max-width: 1180px;
}

section.border-y.border-slate-200.bg-slate-50:not(#specs) h2 {
  color: var(--lu-text-dark);
}

/* Bullets */
section.border-y.border-slate-200.bg-slate-50:not(#specs) ul.list-disc {
  margin-top: 6px;
}

section.border-y.border-slate-200.bg-slate-50:not(#specs) ul.list-disc li {
  position: relative;
  padding-left: 24px;
  font-size: 2.96rem;
  line-height: 2.55;
  color: #475569;
}

section.border-y.border-slate-200.bg-slate-50:not(#specs) ul.list-disc li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #bfdbfe, #2563eb);
}

/* =========================================================
   7. CONFIGURE YOUR MACHINE – dark highlight card
   ========================================================= */

.blog_section:not(#contactForm .blog_section) {
  background: linear-gradient(135deg, #0b1120, #020617);
  border-radius: 22px;
  padding: 30px 24px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.8);
  color: #e5e7eb;
}

.blog_section:not(#contactForm .blog_section) h2 {
  color: #eff6ff;
}

.blog_section:not(#contactForm .blog_section) p {
  font-size: 0.96rem;
  color: #cbd5f5;
}

.blog_section:not(#contactForm .blog_section) ul.list-disc li {
  position: relative;
  padding-left: 22px;
  font-size: 1.96rem;
  color: #e5e7eb;
}

.blog_section:not(#contactForm .blog_section) ul.list-disc li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lu-blue), var(--lu-cyan));
}

/* =========================================================
   8. ENQUIRY FORM – bright, clean card
   ========================================================= */

#contactForm .blog_section {
  background: #ffffff;
  border-radius: 24px;
  padding: 26px 22px 30px;
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.25);
  border: 1px solid #e2e8f0;
}

#contactForm .comments_form h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #0f172a;
}

/* Fields */
#contactForm .form-control {
  border-radius: 14px !important;
  border: 1px solid #cbd5e1 !important;
  padding: 11px 13px !important;
  font-size: 1.95rem;
  background: #f9fafb;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

#contactForm .form-control:focus {
  background: #ffffff;
  border-color: var(--lu-cyan) !important;
  box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.25) !important;
}

/* Textarea */
#contactForm textarea.form-control {
  min-height: 150px;
}

/* Button */
#contactForm .btn.btn-primary {
  margin-top: 10px;
  background: linear-gradient(135deg, var(--lu-blue), var(--lu-cyan)) !important;
  border: none !important;
  padding: 11px 26px !important;
  font-size: 0.98rem !important;
  font-weight: 600;
  border-radius: 999px !important;
  width: auto;
  min-width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b1120 !important;
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.6);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

#contactForm .btn.btn-primary:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.75);
}

/* =========================================================
   9. RESPONSIVE TWEAKS
   ========================================================= */

@media (max-width: 991px) {
  #specs dl {
    grid-template-columns: 1fr;
  }

  .blog_section:not(#contactForm .blog_section),
  #contactForm .blog_section {
    padding: 22px 18px;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  section.bg-gradient-to-b.from-slate-50.to-white {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  #features,
  #specs,
  #applications,
  section.border-y.border-slate-200.bg-slate-50,
  .blog_section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
