/* =============================================
   PRIMEPIX – COMPLETE CINEMA TECHNOLOGY
   Exact match to design PDF
   ============================================= */

/* ---------- RESET ---------- */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; }
body { font-family:'Inter',sans-serif; background:#0a0a0a; color:#fff; line-height:1.6; }
a { text-decoration:none; color:inherit; }
ul { list-style:none; }
address { font-style:normal; }
img { display:block; max-width:100%; }

/* ---------- SHARED ---------- */
.wrap { max-width:1200px; margin:0 auto; padding:0 40px; }

/* Buttons */
.btn-fill {
  display:inline-block; padding:13px 30px;
  background:#f5a623; color:#000;
  font-weight:700; font-size:.88rem; border-radius:5px;
  transition:background .25s; border:2px solid #f5a623; cursor:pointer;
}
.btn-fill:hover { background:#e09410; border-color:#e09410; }
.btn-fill.full { width:100%; text-align:center; display:block; }

.btn-border {
  display:inline-block; padding:13px 30px;
  background:transparent; color:#fff;
  font-weight:700; font-size:.88rem; border-radius:5px;
  border:2px solid #fff; transition:all .25s;
}
.btn-border:hover { background:#fff; color:#000; }
.btn-border.wh { color:#fff; border-color:#fff; }
.btn-border.dark { color:#444; border-color:#444; }
.btn-border.dark:hover { background:#444; color:#fff; }

.btn-orange-outline {
  display:inline-block; padding:13px 30px;
  background:transparent; color:#f5a623;
  font-weight:700; font-size:.88rem; border-radius:5px;
  border:2px solid #f5a623; transition:all .25s;
}
.btn-orange-outline:hover { background:#f5a623; color:#000; }

/* Labels / eyebrows */
.label-orange {
  display:block; font-size:.78rem; font-weight:700;
  text-transform:uppercase; letter-spacing:3px;
  color:#f5a623; margin-bottom:10px;
}

/* Section headings */
.sec-h2 { font-size:2.7rem; font-weight:900; line-height:1.1; margin-bottom:14px; text-align:center; }
.sec-h2.left { text-align:left; }
.sec-h2 span { color:#f5a623; }
.sec-h3-line { font-size:2rem; font-weight:800; color:#fff; margin-bottom:16px; text-align:center; }
.sec-desc { color:#aaa; font-size:.92rem; line-height:1.75; text-align:center; margin-bottom:0; }
.sec-top { text-align:center; margin-bottom:60px; }

/* Body text */
.body-text { color:#aaa; font-size:.92rem; line-height:1.8; margin-bottom:28px; }

/* Checklist */
.check-list { margin-bottom:32px; }
.check-list li {
  display:flex; align-items:flex-start; gap:10px;
  color:#bbb; font-size:.9rem; padding:7px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.check-list li:last-child { border-bottom:none; }
.check-list li i { color:#f5a623; margin-top:3px; flex-shrink:0; }

/* Headings (big-h / sub-h) */
.big-h { font-size:2.8rem; font-weight:900; line-height:1; color:#fff; margin-bottom:4px; }
.sub-h { font-size:1.2rem; font-weight:700; color:#f5a623; margin-bottom:20px; }

/* =============================================
   NAVBAR
   ============================================= */
.navbar {
  position:fixed; top:0; left:0; right:0; z-index:1000;
  background:#fff;
  border-bottom:1px solid #e8e8e8;
  box-shadow:0 1px 8px rgba(0,0,0,.07);
}
.nav-wrap {
  display:flex; align-items:center; justify-content:space-between;
  height:72px; padding:0 40px;
}
/* Logo */
.logo { display:flex; align-items:center; text-decoration:none; }
.nav-logo-img { height:48px; width:auto; display:block; object-fit:contain; }

/* Nav links */
.nav-links { display:flex; align-items:center; gap:30px; }
.nav-a { font-size:.88rem; font-weight:600; color:#222; transition:color .2s; }
.nav-a:hover { color:#f5a623; }
.nav-a.active {
  color:#f5a623;
  border-bottom:2px solid #f5a623;
  padding-bottom:2px;
}
.nav-quote {
  background:#f5a623; color:#fff !important;
  padding:11px 28px; border-radius:8px;
  font-weight:700; font-size:.88rem;
  transition:background .25s;
}
.nav-quote:hover { background:#e09410; }

/* Burger */
.burger { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:4px; }
.burger span { display:block; width:24px; height:2px; background:#222; border-radius:2px; transition:all .3s; }

/* Mobile nav */
.mobile-nav {
  display:none; flex-direction:column;
  background:#fff; border-top:1px solid #eee;
  padding:16px 40px 24px;
}
.mobile-nav a { color:#444; font-size:.92rem; font-weight:600; padding:10px 0; border-bottom:1px solid #f0f0f0; }
.mobile-nav a:last-child { border-bottom:none; }
.mob-quote {
  background:#f5a623 !important; color:#fff !important;
  padding:11px 24px; border-radius:8px; font-weight:700;
  text-align:center; margin-top:8px;
}
.mobile-nav.open { display:flex; }

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height:100vh;
  background:#f5f0d4;
  display:flex; align-items:center;
  padding-top:72px;
}
.hero-wrap { padding:90px 40px; max-width:1200px; display:flex; align-items:center; }
.hero-left { max-width:620px; text-align:left; }
.hero-tagline {
  display:flex; align-items:center; gap:10px;
  font-size:.78rem; font-weight:500; letter-spacing:1.5px;
  color:#f5a623; margin-bottom:22px;
}
.tagline-line {
  display:inline-block; width:32px; height:1.5px;
  background:#f5a623; flex-shrink:0;
}
.hero-h1 {
  font-size:clamp(3.5rem, 6vw, 7rem);
  font-weight:900; line-height:.93;
  text-transform:uppercase; letter-spacing:-1px;
  color:#1b2a6b; margin-bottom:12px;
  text-align:left;
}
.hero-integration {
  font-size:clamp(2.5rem, 6vw, 5rem);
  font-weight:700; font-style:italic;
  color:#f5a623; margin-bottom:40px; line-height:1.1;
  text-align:left;
}
.hero-desc { color:#555; font-size:.97rem; line-height:1.8; margin-bottom:44px; max-width:560px; text-align:left; }
.hero-btns { justify-content:flex-start; }
.hero-btns { display:flex; gap:16px; flex-wrap:wrap; }

/* Override btn-border for hero (dark outline on light bg) */
.hero .btn-border {
  color:#222; border-color:#222;
  border-radius:8px;
}
.hero .btn-border:hover { background:#222; color:#fff; }
.hero .btn-fill { border-radius:8px; }

/* =============================================
   PRODUCTS
   ============================================= */
.products { background:#fff; }

/* --- Top two-column header --- */
.prod-header {
  background:#faf9f4;
  border-bottom:1px solid #e8e4d8;
  padding:60px 0 56px;
}
.prod-header-inner {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}
.prod-header-left { }
.prod-h2 {
  font-size:clamp(2.8rem, 6vw, 5rem);
  font-weight:900; color:#1b2a6b;
  text-transform:uppercase; letter-spacing:-1px;
  line-height:1; margin-bottom:10px;
}
.prod-h2-sub {
  font-size:clamp(1.4rem, 3vw, 2rem);
  font-weight:600; font-style:italic;
  color:#f5a623; letter-spacing:.5px;
}
.prod-header-right { display:flex; align-items:center; }
.prod-header-desc {
  color:#666; font-size:.92rem; line-height:1.85;
  letter-spacing:.2px;
}

/* --- Product Cards below parallax --- */
.pcards-section {
  background: #0d0d0d;
  border-top: 1px solid #1e1e1e;
}
.pcards-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
}
/* Vertical dividers */
.pc {
  padding: 52px 44px 44px;
  border-right: 1px solid #222;
  display: flex; flex-direction: column;
}
.pc:last-child { border-right: none; }

.pc-model {
  font-size: .78rem; font-weight: 600;
  color: #f5a623; letter-spacing: .3px;
  margin-bottom: 16px;
}
.pc-title {
  font-size: 1.5rem; font-weight: 900;
  color: #fff; text-transform: uppercase;
  letter-spacing: .5px; margin-bottom: 14px;
  line-height: 1.1;
}
.pc-sub {
  font-size: .9rem; color: #888;
  margin-bottom: 28px; font-weight: 400;
}
.pc-list {
  flex: 1; margin-bottom: 40px;
}
.pc-list li {
  display: flex; align-items: center; gap: 14px;
  color: #ccc; font-size: .9rem;
  padding: 9px 0;
  border-bottom: 1px solid #1a1a1a;
}
.pc-list li:last-child { border-bottom: none; }
.pc-dash {
  color: #f5a623; font-size: 1rem;
  font-weight: 700; flex-shrink: 0; line-height: 1;
}
.pc-link {
  color: #fff; font-size: .88rem;
  font-weight: 500; text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s;
}
.pc-link:hover { color: #f5a623; }

/* --- Parallax Theater Section --- */
.theater-parallax {
  height: 340px;
  background-image: url('https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?auto=format&fit=crop&w=1800&q=85');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.theater-parallax-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(0,0,0,.35) 0%,
    rgba(0,0,0,.15) 50%,
    rgba(0,0,0,.55) 100%
  );
}

/* Hide the old CSS scene elements */
.tp-scene, .tp-curtain, .tp-screen-wrap, .tp-screen,
.tp-screen-glow, .tp-screen-content, .tp-screen-shadow,
.tp-seats-wrap, .tp-seats-row, .tp-seat, .tp-aisle,
.tp-play-icon, .tp-screen-label { display: none; }

/* =============================================
   PLATFORM
   ============================================= */
/* =============================================
   SPLIT SECTIONS (Platform / PixSign / Home Theater)
   ============================================= */
.spl-section {
  display:grid;
  grid-template-columns:1fr 1fr;
}
.spl-dark {
  background:#363636;
  min-height:500px;
  overflow:hidden;
  position:relative;
}
.spl-img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  position:absolute;
  top:0; left:0;
}
.spl-panel {
  background:#fff;
  padding:90px 80px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.spl-label {
  font-size:.75rem;
  font-weight:700;
  color:#f5a623;
  text-transform:uppercase;
  letter-spacing:2.5px;
  margin:0 0 14px;
}
.spl-h1 {
  font-size:clamp(2.8rem, 4.5vw, 5rem);
  font-weight:900;
  color:#1b2a6b;
  text-transform:uppercase;
  line-height:1;
  margin:0 0 8px;
  letter-spacing:-.5px;
}
.spl-h2 {
  font-size:1.9rem;
  font-weight:400;
  color:#f5a623;
  margin:0 0 28px;
  line-height:1.3;
}
.spl-body {
  font-size:.88rem;
  color:#777;
  line-height:1.85;
  margin:0 0 30px;
  font-family:'Courier New', Courier, monospace;
  max-width:420px;
}
.spl-list {
  list-style:none;
  padding:0;
  margin:0 0 32px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.spl-list li {
  display:flex;
  align-items:center;
  gap:18px;
  font-size:.85rem;
  color:#888;
  font-family:'Courier New', Courier, monospace;
}
.spl-list li::before {
  content:'—';
  color:#bbb;
  flex-shrink:0;
  font-weight:700;
}
.spl-list li.hi::before { color:#f5a623; }
.spl-link {
  font-size:.78rem;
  font-weight:600;
  color:#1b2a6b;
  text-decoration:underline;
  text-underline-offset:4px;
  letter-spacing:1.5px;
  align-self:flex-start;
  transition:color .2s;
}
.spl-link:hover { color:#f5a623; }

/* =============================================
   WHO WE ARE
   ============================================= */
.about { padding:100px 0; background:#0f0f0f; }
.about-wrap { display:grid; grid-template-columns:1.1fr .9fr; gap:80px; align-items:center; }

.stats-row { display:flex; gap:0; border:1px solid #1e1e1e; border-radius:10px; overflow:hidden; }
.astat {
  flex:1; padding:36px 20px; text-align:center;
  border-right:1px solid #1e1e1e;
  background:#111;
}
.astat:last-child { border-right:none; }
.astat-num { font-size:2.2rem; font-weight:900; color:#f5a623; margin-bottom:6px; }
.astat-lbl { font-size:.78rem; color:#666; font-weight:500; text-transform:uppercase; letter-spacing:.5px; }

/* =============================================
   SERVICES
   ============================================= */
/* --- Services header (two-col like products) --- */
.services { background:#fff; }

.srv-header {
  background:#faf9f4;
  border-bottom:1px solid #e8e4d8;
  padding:60px 0 56px;
}
.srv-header-inner {
  display:grid; grid-template-columns:1fr 1fr;
  gap:60px; align-items:center;
}
.srv-main-h {
  font-size:clamp(2.8rem, 6vw, 5rem);
  font-weight:900; color:#1b2a6b;
  text-transform:uppercase; letter-spacing:-1px;
  line-height:1; margin-bottom:10px;
}
.srv-main-sub {
  font-size:clamp(1.4rem, 3vw, 2rem);
  font-weight:600; font-style:italic;
  color:#f5a623; letter-spacing:.5px;
}
.srv-header-right { display:flex; align-items:center; }
.srv-header-desc {
  color:#666; font-size:.92rem; line-height:1.85; letter-spacing:.2px;
}

/* --- Three image cards --- */
.srv-cards {
  display:grid; grid-template-columns:repeat(3,1fr);
}

.srv-card {
  position:relative;
  height:520px;
  background-size:cover;
  background-position:center;
  background-color:#ccc;
  display:flex; flex-direction:column; justify-content:flex-end;
  border-right:1px solid rgba(255,255,255,.3);
  overflow:hidden;
  cursor:pointer;
}
.srv-card:last-child { border-right:none; }

/* Light gradient overlay — heavier at bottom for readability */
.srv-card-overlay {
  position:absolute; inset:0;
  background:linear-gradient(
    180deg,
    rgba(220,218,215,.15) 0%,
    rgba(210,208,205,.3)  40%,
    rgba(200,198,195,.55) 70%,
    rgba(190,188,185,.75) 100%
  );
  transition:background .35s;
}
.srv-card:hover .srv-card-overlay {
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.1)  0%,
    rgba(0,0,0,.25) 40%,
    rgba(0,0,0,.55) 70%,
    rgba(0,0,0,.75) 100%
  );
}

.srv-card-body {
  position:relative; z-index:1;
  padding:32px 36px 36px;
}

.srv-title {
  font-size:1.05rem; margin-bottom:14px; line-height:1.3;
  display:flex; align-items:baseline; gap:6px; flex-wrap:wrap;
}
.srv-t-bold {
  font-weight:900; color:#111;
  text-transform:uppercase; letter-spacing:.5px;
}
.srv-card:hover .srv-t-bold { color:#fff; }

.srv-t-light {
  font-weight:500; color:#444;
  font-style:italic; font-size:1rem;
}
.srv-card:hover .srv-t-light { color:#f5a623; }

.srv-desc {
  color:#333; font-size:.86rem; line-height:1.75;
  margin-bottom:20px;
}
.srv-card:hover .srv-desc { color:#ddd; }

.srv-link {
  color:#111; font-weight:600; font-size:.85rem;
  text-decoration:underline; text-underline-offset:3px;
  transition:color .2s;
}
.srv-card:hover .srv-link { color:#f5a623; }

/* Vertical divider between cards */
.srv-cards .srv-card + .srv-card {
  border-left:1px solid rgba(180,178,175,.4);
}

/* =============================================
   WHY PRIMEPIX
   ============================================= */
/* =============================================
   WHY PRIMEPIX
   ============================================= */
.why { background:#fff; }

.why-wrap {
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:600px;
}

/* Left panel */
.why-left {
  background:#faf9f4;
  border-right:1px solid #e8e4d8;
  display:flex; align-items:flex-start;
}
.why-left-inner {
  padding:80px 60px;
  width:100%;
}

.why-main-h {
  font-size:clamp(2.8rem, 5vw, 4.5rem);
  font-weight:900; color:#1b2a6b;
  text-transform:uppercase; letter-spacing:-1px;
  line-height:1; margin-bottom:10px;
}
.why-main-sub {
  font-size:clamp(1.4rem, 3vw, 2rem);
  font-weight:600; font-style:italic;
  color:#f5a623; letter-spacing:.5px;
  margin-bottom:36px;
}
.why-body {
  color:#555; font-size:.92rem; line-height:1.85;
  margin-bottom:52px; max-width:480px;
}

/* 2×2 stats with cross dividers */
.why-stats {
  display:grid;
  grid-template-columns:1fr 1fr;
  width:100%;
  max-width:400px;
}
.why-stat {
  padding:28px 0 28px 0;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding-right:32px;
}
/* Remove right border on 2nd column */
.why-stat:nth-child(2),
.why-stat:nth-child(4) {
  border-right:none;
  padding-left:32px;
  padding-right:0;
}
/* Remove bottom border on last row */
.why-stat:nth-child(3),
.why-stat:nth-child(4) {
  border-bottom:none;
}

.why-num {
  font-size:2.2rem; font-weight:900;
  color:#f5a623; margin-bottom:6px; line-height:1;
}
.why-lbl {
  font-size:.78rem; color:#666;
  font-weight:500; letter-spacing:.3px;
}

/* Right panel: full-height image */
.why-right {
  overflow:hidden;
  position:relative;
}
.why-right img {
  width:100%; height:100%;
  object-fit:cover; object-position:center;
  display:block;
}

/* =============================================
   CTA
   ============================================= */
/* =============================================
   CTA
   ============================================= */
.cta { }

.cta-wrap {
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:420px;
}

/* Left: orange background */
.cta-left {
  background:#f5a623;
  padding:80px 64px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.cta-h2-top {
  font-size:clamp(2.2rem, 4vw, 3.6rem);
  font-weight:900;
  color:#1b2a6b;
  text-transform:uppercase;
  letter-spacing:-0.5px;
  line-height:1;
  margin-bottom:14px;
}

.cta-h2-sub {
  font-size:clamp(1.4rem, 2.5vw, 2rem);
  font-weight:400;
  color:#1a1a1a;
  letter-spacing:1px;
  margin-bottom:28px;
  line-height:1.2;
}

.cta-desc {
  color:rgba(0,0,0,.55);
  font-size:.92rem;
  line-height:1.8;
  margin-bottom:40px;
  max-width:440px;
}

.cta-btns {
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.cta-btn-dark {
  display:inline-block;
  padding:14px 28px;
  background:#1a1a1a;
  color:#fff;
  font-weight:700;
  font-size:.9rem;
  border-radius:10px;
  border:2px solid #1a1a1a;
  transition:background .25s;
}
.cta-btn-dark:hover { background:#000; }

.cta-btn-outline {
  display:inline-block;
  padding:14px 28px;
  background:transparent;
  color:#1a1a1a;
  font-weight:700;
  font-size:.9rem;
  border-radius:10px;
  border:2px solid #1a1a1a;
  transition:all .25s;
}
.cta-btn-outline:hover { background:#1a1a1a; color:#fff; }

/* Right: full-height image */
.cta-right {
  overflow:hidden;
  position:relative;
}
.cta-right img {
  width:100%; height:100%;
  object-fit:cover; object-position:center;
  display:block;
}

/* =============================================
   FOOTER
   ============================================= */
/* =============================================
   FOOTER
   ============================================= */
/* ── FOOTER ─────────────────────────────────────────────────────────────── */
.footer { background:#f5f0e8; padding:64px 0 0; }
.footer-wrap {
  display:grid;
  grid-template-columns:1fr 1fr 1.5fr 1.4fr;
  gap:48px; padding-bottom:56px; align-items:start;
}

.ft-heading {
  font-size:.75rem; font-weight:700; text-transform:uppercase;
  letter-spacing:2px; color:#111; margin-bottom:24px;
  display:block;
}
.ft-list { display:flex; flex-direction:column; gap:14px; }
.ft-list li a {
  color:#555; font-size:.9rem; line-height:1.5;
  transition:color .2s;
}
.ft-list li a:hover { color:#f5a623; }

.ft-addr {
  color:#555; font-size:.9rem; line-height:1.9;
  margin-bottom:18px;
}
.ft-phone { color:#555; font-size:.9rem; margin-bottom:6px; }
.ft-phone a:hover { color:#f5a623; }

/* --- Card (col 4) --- */
.ft-card-col { }
.ft-card {
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 4px 28px rgba(0,0,0,.10);
  border:1px solid #e8e0d0;
}
.ft-card-img {
  width:100%; height:170px; overflow:hidden;
}
.ft-card-img img {
  width:100%; height:100%; object-fit:cover; display:block;
}
.ft-card-body { padding:20px 20px 18px; background:#fff; }
.ft-card-label {
  font-size:.85rem; font-weight:700; color:#111;
  margin-bottom:10px;
}
.ft-form { display:flex; flex-direction:column; gap:8px; margin-bottom:16px; }
.ft-input {
  background:#f8f8f8; border:1.5px solid #e8e0d0;
  border-radius:8px; padding:11px 14px;
  color:#222; font-family:'Inter',sans-serif; font-size:.86rem;
  outline:none; transition:border-color .2s; width:100%;
}
.ft-input:focus { border-color:#f5a623; }
.ft-input::placeholder { color:#bbb; }
.ft-submit {
  width:100%; padding:13px;
  background:#f5a623; color:#111;
  font-weight:700; font-size:.9rem; letter-spacing:.3px;
  border:none; border-radius:8px;
  cursor:pointer; transition:background .25s;
}
.ft-submit:hover { background:#e09410; }

.ft-social {
  display:flex; align-items:center;
  justify-content:space-between; gap:10px;
  padding-top:14px; border-top:1px solid #f0e8d8;
}
.ft-follow { color:#555; font-size:.82rem; white-space:nowrap; font-weight:500; }
.ft-icons { display:flex; gap:8px; }
.ft-ic {
  width:34px; height:34px; border-radius:50%;
  background:#f5f5f5; border:1.5px solid #ddd;
  display:flex; align-items:center; justify-content:center;
  color:#444; transition:all .25s; flex-shrink:0;
}
.ft-ic:hover { background:#f5a623; color:#fff; border-color:#f5a623; }

.ft-bottom {
  border-top:1px solid #ddd8cc;
  padding:20px 40px; text-align:center;
  color:#888; font-size:.84rem; background:#f5f0e8;
}
.ft-brand { color:#f5a623; font-weight:700; }

/* =============================================
   RESPONSIVE
   ============================================= */

/* ── Tablet landscape / small desktop ── */
@media (max-width:1024px) {
  .prod-header-inner { grid-template-columns:1fr; gap:24px; }
  .pcards-inner { grid-template-columns:1fr 1fr; }
  .pc { border-right:none; border-bottom:1px solid #222; }
  .pc:last-child { border-bottom:none; }
  .theater-parallax { height:240px; background-attachment:scroll; }
  /* split sections */
  .spl-section { grid-template-columns:1fr; }
  .spl-dark { min-height:300px; order:2; }
  .spl-panel { padding:60px 40px; order:1; }
  .spl-section:nth-child(even) .spl-dark { order:1; }
  .spl-section:nth-child(even) .spl-panel { order:2; }
  /* homepage sections */
  .about-wrap { grid-template-columns:1fr; gap:40px; }
  .why-wrap { grid-template-columns:1fr; }
  .why-right { height:320px; }
  .why-left-inner { padding:50px 32px; }
  .sec-h2 { text-align:left; }
  /* footer */
  .footer-wrap { grid-template-columns:1fr 1fr; gap:36px; }
  .ft-card-col { grid-column:1 / -1; }
}

/* ── Tablet portrait ── */
@media (max-width:768px) {
  .wrap { padding:0 20px; }
  .nav-wrap { padding:0 20px; }
  .nav-links { display:none; }
  .burger { display:flex; }
  .mobile-nav { padding:14px 20px 20px; }
  /* hero */
  .hero-wrap { padding:60px 20px; }
  .hero-h1 { font-size:clamp(2.6rem,7vw,4rem); }
  .hero-desc { font-size:.88rem; }
  /* products */
  .pcards-inner { grid-template-columns:1fr; }
  /* split section */
  .spl-panel { padding:50px 28px; }
  .spl-h1 { font-size:clamp(2.2rem,7vw,3.5rem); }
  .spl-h2 { font-size:1.4rem; }
  /* services */
  .srv-cards { grid-template-columns:1fr; }
  .srv-card { height:380px; border-right:none; border-bottom:1px solid rgba(180,178,175,.4); }
  .srv-card:last-child { border-bottom:none; }
  .srv-header-inner { grid-template-columns:1fr; gap:24px; }
  /* homepage */
  .why-grid { grid-template-columns:1fr 1fr; }
  .cta-wrap { grid-template-columns:1fr; }
  .cta-right { height:280px; }
  .cta-left { padding:50px 28px; }
  .hero-btns { flex-wrap:wrap; }
  /* about */
  .stats-row { flex-direction:column; }
  .astat { border-right:none; border-bottom:1px solid #1e1e1e; }
  .astat:last-child { border-bottom:none; }
  /* footer */
  .footer-wrap { grid-template-columns:1fr 1fr; gap:28px; }
  .ft-card-col { grid-column:1 / -1; }
  .ft-bottom { padding:16px 20px; }
}

/* ── Mobile ── */
@media (max-width:480px) {
  .hero-wrap { padding:50px 16px; }
  .hero-h1 { font-size:2.8rem; }
  .hero-integration { font-size:2rem; }
  .hero-btns { flex-direction:column; align-items:flex-start; }
  .spl-panel { padding:44px 20px; }
  .spl-h1 { font-size:2.2rem; }
  .spl-h2 { font-size:1.2rem; }
  .big-h { font-size:2rem; }
  .cta-h2 { font-size:1.8rem; }
  .sec-h2 { font-size:1.8rem; }
  .why-grid { grid-template-columns:1fr; }
  .footer-wrap { grid-template-columns:1fr; }
  .ft-card-col { grid-column:auto; }
  .pcards-inner { grid-template-columns:1fr; }
  .nav-logo-img { height:38px; }
}

/* ── Laravel Dynamic Pages Extra CSS ──────────────────────────────────── */

/* Page hero (about, services, etc.) */
.page-hero { background:#f5f0d4; padding:80px 0; }
.page-hero-inner { }
.page-hero-h { font-size:clamp(2.8rem,5vw,5.5rem); font-weight:900; color:#1b2a6b; text-transform:uppercase; line-height:.93; letter-spacing:-1px; }
.page-hero-sub { font-size:1.4rem; color:#f5a623; margin:12px 0 18px; }
.page-hero-desc { color:#555; font-size:.97rem; line-height:1.8; max-width:600px; }

/* About stats */
.about-stats { display:grid; grid-template-columns:repeat(auto-fit,minmax(120px,1fr)); gap:20px; margin-top:36px; }
.about-stat { text-align:center; }

/* Services section */
.services-section { padding:80px 0; background:#fff; }
.srv-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:28px; margin-top:40px; }
.srv-card { background:#f8f9ff; border-radius:14px; padding:36px 28px; transition:box-shadow .25s; }
.srv-card:hover { box-shadow:0 8px 32px rgba(27,42,107,.1); }
.srv-icon { font-size:2.2rem; margin-bottom:16px; }
.srv-title { font-size:1.1rem; font-weight:700; color:#1b2a6b; margin-bottom:10px; }
.srv-desc { color:#666; font-size:.88rem; line-height:1.7; }

/* Products section */
.products-section { padding:80px 0; background:#f8f8f8; }
.pcard-row-full { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:28px; margin-top:40px; }
.pcard-specs { width:100%; border-collapse:collapse; margin-top:12px; }
.pcard-specs td { padding:6px 0; font-size:.82rem; color:#666; border-bottom:1px solid #f0f0f0; }
.pcard-specs td strong { color:#222; }

/* Contact page */
.ct-hero { background:#f5f0d4; padding:70px 0; }
.ct-body { padding:80px 0; background:#fff; }
.ct-body-inner { display:grid; grid-template-columns:1fr 1.1fr; gap:60px; align-items:start; }
.ct-info h2 { font-size:1.6rem; font-weight:800; color:#1b2a6b; margin-bottom:28px; }
.ct-details { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-bottom:32px; }
.ct-detail-item { display:flex; gap:14px; align-items:flex-start; }
.ct-icon { font-size:1.4rem; margin-top:2px; }
.ct-detail-label { font-size:.72rem; text-transform:uppercase; letter-spacing:.5px; color:#aaa; margin-bottom:3px; }
.ct-detail-val { font-size:.9rem; color:#333; }
.ct-detail-val a { color:#1b2a6b; text-decoration:none; }
.ct-map { width:100%; height:280px; border:none; border-radius:12px; margin-top:8px; }
.ct-form-card { background:#f8f9ff; border-radius:16px; padding:36px; }
.ct-form-card h2 { font-size:1.4rem; font-weight:800; color:#1b2a6b; margin-bottom:24px; }
.ct-form .form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.ct-form .form-group { margin-bottom:16px; }
.ct-form label { display:block; font-size:.8rem; font-weight:600; color:#555; margin-bottom:6px; }
.ct-form input, .ct-form textarea { width:100%; border:1.5px solid #e5e7eb; border-radius:8px; padding:10px 14px; font-size:.9rem; font-family:inherit; outline:none; transition:border-color .2s; background:#fff; }
.ct-form input:focus, .ct-form textarea:focus { border-color:#1b2a6b; }
.ct-form textarea { resize:vertical; min-height:120px; }
.ct-submit { background:#f5a623; color:#fff; border:none; border-radius:50px; padding:13px 36px; font-size:.95rem; font-weight:700; cursor:pointer; transition:background .2s; margin-top:8px; }
.ct-submit:hover { background:#e09418; }
.form-success { background:#d1fae5; color:#065f46; padding:12px 16px; border-radius:8px; font-size:.88rem; margin-bottom:16px; }
.form-err { color:#dc2626; font-size:.78rem; margin-top:4px; display:block; }

/* Tabs bar */
.tabs-bar { background:#fff; border-bottom:1px solid #eee; position:sticky; top:72px; z-index:40; }
.tabs-bar > div { display:flex; gap:0; }
.tab-btn { padding:16px 28px; border:none; background:none; font-size:.9rem; font-weight:600; color:#888; cursor:pointer; border-bottom:3px solid transparent; transition:all .2s; font-family:inherit; }
.tab-btn:hover { color:#1b2a6b; }
.tab-btn.active { color:#1b2a6b; border-bottom-color:#f5a623; }

/* Why section */
.why-section { background:#1b2a6b; padding:80px 0; }
.sec-h-light { color:#fff; }
.why-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:40px; }
.why-stat { text-align:center; }

/* btn-sm outline */
.btn-outline { background:transparent; border:2px solid #1b2a6b; color:#1b2a6b; }
.btn-outline:hover { background:#1b2a6b; color:#fff; }

@media (max-width:1024px) {
  .ct-body-inner { grid-template-columns:1fr; }
  .why-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:768px) {
  .ct-details { grid-template-columns:1fr; }
  .ct-form .form-row { grid-template-columns:1fr; }
  .page-hero-h { font-size:2.6rem; }
}
@media (max-width:480px) {
  .why-grid { grid-template-columns:1fr 1fr; }
  .ct-form-card { padding:24px 20px; }
}

/* Split section reverse (image left, text right = already the order — .spl-rev swaps) */
.spl-rev .spl-dark { order:1; }
.spl-rev .spl-panel { order:2; }
.spl-desc { color:#555; font-size:.95rem; line-height:1.8; margin-top:16px; max-width:520px; }

@media (max-width:1024px) {
  .spl-rev .spl-dark { order:2; }
  .spl-rev .spl-panel { order:1; }
}

/* ── Product Cards (home featured + products page) ───────────────────────── */
.products-preview { padding:80px 0; background:#f8f8f8; }
.pcard-row { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:40px; align-items:start; }
.pcard { background:#fff; border-radius:14px; box-shadow:0 2px 16px rgba(0,0,0,.06); overflow:hidden; position:relative; transition:box-shadow .25s, transform .25s; display:flex; flex-direction:column; }
.pcard:hover { box-shadow:0 8px 36px rgba(0,0,0,.12); transform:translateY(-4px); }
.pcard-mid { transform:translateY(-8px); box-shadow:0 8px 32px rgba(27,42,107,.14); }
.pcard-mid:hover { transform:translateY(-12px); }
.pcard-badge { position:absolute; top:16px; left:16px; background:#f5a623; color:#fff; font-size:.7rem; font-weight:800; letter-spacing:.8px; padding:5px 12px; border-radius:20px; text-transform:uppercase; z-index:2; }
.pcard-img-wrap { width:100%; height:200px; overflow:hidden; background:#f0f0f0; }
.pcard-img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s; }
.pcard:hover .pcard-img { transform:scale(1.05); }
.pcard-body { padding:24px; flex:1; display:flex; flex-direction:column; }
.pcard-name { font-size:1.1rem; font-weight:800; color:#1b2a6b; margin-bottom:8px; }
.pcard-desc { font-size:.85rem; color:#666; line-height:1.6; margin-bottom:16px; flex:1; }
.btn-sm { display:inline-block; padding:9px 20px; background:#1b2a6b; color:#fff; font-size:.8rem; font-weight:700; border-radius:6px; text-decoration:none; transition:background .2s; border:none; cursor:pointer; }
.btn-sm:hover { background:#142055; }

@media (max-width:900px) { .pcard-row { grid-template-columns:1fr 1fr; } .pcard-mid { transform:none; } }
@media (max-width:560px) { .pcard-row { grid-template-columns:1fr; } }

/* sec-h / sec-sub */
.sec-h { font-size:clamp(1.8rem,3vw,2.6rem); font-weight:900; color:#1b2a6b; text-transform:uppercase; text-align:center; letter-spacing:-.5px; }
.sec-sub { font-size:.95rem; color:#888; text-align:center; margin-top:10px; }
