:root {
  --orange: #f47b00;
  --gold: #ffc928;
  --ink: #242424;
  --navy: #17263b;
  --soft: #f7f8fa;
  --line: #e8e8e8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Poppins, sans-serif;
  color: var(--ink);
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
.brand {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
}
h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.98;
}
a {
  text-decoration: none;
}
.topbar {
  background: var(--ink);
  color: #fff;
  font-size: 0.78rem;
  padding: 0.55rem 0;
}
.topbar a {
  color: var(--gold);
  font-weight: 600;
}
.navbar {
  min-height: 78px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--ink);
  font-size: 1.45rem;
}
.brand b {
  color: var(--orange);
}
.brand-sun {
  color: var(--orange);
  font-size: 1.7rem;
}
.nav-link {
  font-size: 0.86rem;
  font-weight: 600;
  color: #333 !important;
  padding: 0.7rem 0.6rem !important;
}
.nav-link.active,
.nav-link:hover {
  color: var(--orange) !important;
}
.nav-actions {
  display: flex;
  gap: 0.45rem;
}
.btn {
  border-radius: 4px;
  font-weight: 600;
}
.btn-brand {
  background: var(--orange);
  border-color: var(--orange);
  color: white;
}
.btn-brand:hover {
  background: #d96d00;
  border-color: #d96d00;
  color: #fff;
}
.mega {
  position: static;
}
.mega-menu {
  width: min(900px, 95vw);
  left: 50% !important;
  transform: translateX(-50%);
  border: 0;
  box-shadow: 0 20px 50px #0002;
}
.mega-menu h6 {
  color: var(--orange);
  font-size: 1rem;
  font-weight: 700;
}
.mega-menu a {
  display: block;
  color: #444;
  font-size: 0.95rem;
  padding: 0.28rem 0;
}
.mega-menu-heading{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-bottom:1rem;margin-bottom:1.25rem;border-bottom:1px solid rgba(8,59,104,.12)}
.mega-menu-heading div{display:flex;flex-direction:column}.mega-menu-heading span{font-size:.7rem;font-weight:800;letter-spacing:.14em;color:var(--orange)}.mega-menu-heading strong{font-size:1.15rem;color:#083b68}
.mega-menu .mega-view-all{display:inline-flex;align-items:center;gap:.4rem;color:#087fc3;font-weight:700;white-space:nowrap}
.product-mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;max-height:62vh;overflow-y:auto}
.product-mega-column{min-width:0}.mega-menu .mega-category{display:flex;align-items:center;gap:.55rem;padding:0 0 .65rem;color:#083b68;font-weight:800;font-size:1rem;border-bottom:2px solid rgba(8,127,195,.14)}
.mega-category i{color:var(--orange);font-size:1.1rem}.mega-subcategory{padding-top:.7rem}.mega-subcategory>span{display:block;margin-bottom:.25rem;color:#65717b;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.mega-menu .mega-subcategory a{padding:.22rem 0;color:#263b4d}.mega-menu .mega-subcategory a:hover{color:var(--orange);padding-left:.25rem}.mega-menu-empty{grid-column:1/-1;padding:1.5rem;text-align:center;color:#65717b;background:#f7fafc;border-radius:10px}
@media(max-width:1199.98px){.mega{position:relative}.mega-menu{width:100%;left:auto!important;transform:none;max-height:70vh;overflow-y:auto}.product-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none}.mega-menu-heading{align-items:flex-start}.mega-view-all{display:none!important}}
@media(max-width:575.98px){.product-mega-grid{grid-template-columns:1fr}.mega-menu{padding:1.25rem!important}}
.hero {
  height: 620px;
  background: #222;
}
.hero-slide {
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #141414e8 0%,
    #141414b0 45%,
    #14141425 100%
  );
}
.hero-slide.h1 {
  background-image: url("../assets/images/label-printing-hero.png");
}
.hero-slide.h2 {
  background-image: url("../assets/images/aditya-colour-labels.png");
  background-position: center;
}
.hero-slide.h3 {
  background-image: url("../assets/images/aditya-ribbons.png");
  background-position: 65% center;
}
.hero-copy {
  position: relative;
  max-width: 780px;
  padding: 4rem 0;
}
.hero-copy h1,
.hero-copy h2 {
  font-size: clamp(3.2rem, 6vw, 6rem);
  line-height: 0.88;
  margin: 0.6rem 0 1rem;
}
.hero-copy p {
  font-size: 1.08rem;
  max-width: 650px;
  margin-bottom: 2rem;
  color: #eee;
}
.eyebrow,
.section-tag {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--orange);
}
.eyebrow {
  color: var(--gold);
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
.swiper-pagination-bullet-active {
  background: var(--orange);
}
.trust-strip {
  margin-top: -1px;
  background: #fff;
  padding: 1.5rem 0;
  box-shadow: 0 8px 30px #0001;
}
.trust {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.trust i {
  font-size: 1.8rem;
  color: var(--orange);
}
.trust b,
.trust small {
  display: block;
}
.trust small {
  font-size: 0.72rem;
  color: #777;
}
.section {
  padding: 100px 0;
}
.bg-soft {
  background: var(--soft);
}
.image-stack {
  position: relative;
}
.image-stack img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 8px;
}
.experience {
  position: absolute;
  right: -20px;
  bottom: 30px;
  background: var(--gold);
  padding: 1.25rem 1.6rem;
  font-weight: 600;
  border: 8px solid #fff;
}
.experience strong {
  font: 800 3.5rem/1 "Barlow Condensed";
  display: block;
}
.checklist {
  line-height: 2.1;
  font-size: 0.9rem;
}
.section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}
.section-head p {
  color: #666;
}
.product-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.25s;
}
.product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 45px #0002;
}
.product-card img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  background: #f7f7f7;
  padding: 0.5rem;
}
.product-card .body {
  padding: 1.3rem;
}
.product-card h3 {
  font-size: 1.55rem;
}
.product-card p {
  font-size: 0.83rem;
  color: #666;
  min-height: 40px;
}
.product-card .actions {
  display: flex;
  gap: 0.5rem;
}
.product-card-detail-link{display:block;color:inherit;text-decoration:none}.product-card-detail-link:hover{color:inherit}
.custom-section,
.why,
.contact {
  background: var(--navy);
  color: #fff;
}
.section-tag.light {
  color: var(--gold);
}
.custom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #ffffff26;
}
.custom-item {
  background: var(--navy);
  padding: 1.5rem;
  text-align: center;
}
.custom-item i {
  font-size: 2rem;
  color: var(--gold);
  display: block;
  margin-bottom: 0.5rem;
}
.custom-item span {
  font-size: 0.8rem;
  font-weight: 600;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.industry {
  padding: 1.4rem;
  background: #fff;
  border: 1px solid var(--line);
  text-align: center;
  transition: 0.2s;
}
.industry:hover {
  background: var(--gold);
  transform: translateY(-4px);
}
.industry i {
  font-size: 2rem;
  color: var(--orange);
}
.industry h3 {
  font-size: 1.2rem;
  margin: 0.7rem 0 0.25rem;
}
.industry p {
  font-size: 0.72rem;
  color: #666;
  margin: 0;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.why-item {
  border: 1px solid #ffffff25;
  padding: 1rem;
}
.why-item i {
  color: var(--gold);
  margin-right: 0.5rem;
}
.stats-mini strong {
  font: 800 3rem "Barlow Condensed";
  color: var(--gold);
  display: block;
}
.stats-mini span {
  font-size: 0.78rem;
}
.counters {
  background: var(--gold);
  padding: 2.5rem 0;
}
.counter-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
}
.counter-grid b {
  display: block;
  font: 800 3rem "Barlow Condensed";
}
.counter-grid span {
  font-size: 0.72rem;
  font-weight: 600;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}
.process-grid:before {
  content: "";
  position: absolute;
  top: 31px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: var(--gold);
}
.process-item {
  text-align: center;
  position: relative;
}
.process-item i {
  display: grid;
  place-items: center;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 1.4rem;
  position: relative;
}
.process-item b {
  display: block;
  margin-top: 1rem;
  font-size: 0.82rem;
}
.infra-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 230px;
  gap: 1rem;
}
.infra {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.infra:nth-child(1) {
  grid-row: span 2;
}
.infra img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.infra:hover img {
  transform: scale(1.05);
}
.infra span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 1rem 1rem;
  color: #fff;
  background: linear-gradient(transparent, #000d);
  font-weight: 600;
}
.quality-card {
  border-left: 4px solid var(--orange);
  padding: 1.3rem;
  background: #fff;
  box-shadow: 0 8px 30px #0001;
  height: 100%;
}
.quality-card i {
  font-size: 1.8rem;
  color: var(--orange);
}
.quality-card h3 {
  font-size: 1.35rem;
}
.promo {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 3rem;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promo h2 {
  font-size: 2.8rem;
}
.promo p {
  margin: 0;
}
.testimonial {
  background: #fff;
  padding: 2rem;
  border: 1px solid var(--line);
  height: 100%;
}
.testimonial .stars {
  color: var(--orange);
}
.testimonial p {
  font-size: 0.9rem;
  color: #555;
}
.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.logos {
  padding: 2rem 0;
  overflow: hidden;
  text-align: center;
}
.logos p {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: #888;
}
.logo-track {
  display: flex;
  gap: 4rem;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  font: 700 1rem "Barlow Condensed";
  color: #777;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.blog-card {
  border: 1px solid var(--line);
  height: 100%;
  background: #fff;
}
.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.blog-card .body {
  padding: 1.4rem;
}
.blog-card small {
  color: var(--orange);
  font-weight: 600;
}
.blog-card h3 {
  font-size: 1.55rem;
}
.accordion-button:not(.collapsed) {
  background: #fff3e8;
  color: var(--orange);
}
.contact h2 {
  font-size: 4rem;
}
.contact-cards > * {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #fff;
  padding: 1rem 0;
  border-bottom: 1px solid #ffffff25;
}
.contact-cards i {
  color: var(--gold);
  font-size: 1.4rem;
}
.quote-form {
  background: #fff;
  color: var(--ink);
  padding: 2rem;
  border-radius: 8px;
}
.quote-form label {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.form-control,
.form-select {
  border-radius: 3px;
  padding: 0.75rem;
}
.map iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}
footer {
  background: #1e1e1e;
  color: #aaa;
  padding-top: 1px;
}
footer a {
  color: #aaa;
  display: block;
  margin: 0.5rem 0;
}
footer h6 {
  color: #fff;
}
.footer-brand {
  color: #fff;
}
.newsletter {
  margin-top: 0;
  transform: translateY(-50%);
  background: #303030;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter h3,
.newsletter p {
  margin: 0;
  color: #fff;
}
.newsletter form {
  display: flex;
  min-width: 380px;
}
.newsletter input {
  flex: 1;
  padding: 0.75rem;
  border: 0;
}
.social {
  display: flex;
  gap: 0.75rem;
}
.footer-bottom {
  border-top: 1px solid #ffffff1a;
  padding: 1.2rem 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
}
.footer-bottom a {
  display: inline;
}
.float-btn {
  position: fixed;
  right: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  z-index: 20;
  font-size: 1.3rem;
}
.whatsapp {
  bottom: 82px;
  background: #25d366;
}
.call {
  bottom: 24px;
  background: var(--orange);
}
.backtop {
  position: fixed;
  left: 18px;
  bottom: 24px;
  border: 0;
  background: var(--ink);
  color: #fff;
  width: 42px;
  height: 42px;
  opacity: 0;
  transition: 0.2s;
}
.backtop.show {
  opacity: 1;
}
.success-icon {
  width: 70px;
  height: 70px;
  background: #e9f8ee;
  color: #22a554;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  font-size: 2rem;
}
@media (max-width: 1199px) {
  .navbar-collapse {
    padding: 1rem 0;
  }
  .nav-actions {
    margin-top: 1rem;
  }
  .industry-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .hero {
    height: 560px;
  }
  .section {
    padding: 75px 0;
  }
  .custom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .counter-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .process-grid:before {
    display: none;
  }
  .infra-grid {
    grid-template-columns: 1fr 1fr;
  }
  .infra:nth-child(1) {
    grid-row: auto;
    grid-column: span 2;
  }
  .promo {
    margin-left: 12px;
    margin-right: 12px;
  }
  .newsletter {
    transform: none;
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 620px;
  }
  .hero-slide:before {
    background: #151515c9;
  }
  .hero-copy {
    padding: 3rem 0;
  }
  .hero-copy .btn {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
  }
  .trust {
    align-items: flex-start;
  }
  .trust i {
    font-size: 1.4rem;
  }
  .image-stack img {
    height: 360px;
  }
  .experience {
    right: 10px;
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .infra-grid {
    display: block;
  }
  .infra {
    height: 230px;
    margin-bottom: 1rem;
  }
  .promo {
    display: block;
  }
  .promo .btn {
    margin-top: 1rem;
  }
  .newsletter form {
    min-width: 0;
    width: 100%;
  }
  .footer-bottom {
    display: block;
  }
  .contact h2 {
    font-size: 3rem;
  }
}

/* Final cinematic layout */
.topbar { display: none; }
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(12, 14, 15, .48) !important;
  border-bottom: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(18px);
}
.navbar .brand, .navbar .nav-link { color: #fff !important; }
.navbar .brand-sun { background: var(--gold); color: #171a1c; }
.navbar .brand b { color: var(--gold); }
.navbar .nav-link.active, .navbar .nav-link:hover { color: var(--gold) !important; }
.navbar .btn-outline-dark { border-color: rgba(255,255,255,.4); color: #fff; }
.navbar-toggler { border-color: rgba(255,255,255,.4); filter: invert(1); }

.hero-cinematic {
  position: relative;
  min-height: 900px;
  height: 100vh;
  max-height: 1040px;
  color: #fff;
  overflow: hidden;
  background: #111;
}
.hero-cinematic .swiper-wrapper, .hero-banner { height: 100%; }
.hero-banner { position: relative; overflow: hidden; }
.hero-banner .hero-bg { transform: scale(1.035); transition: transform 6s ease; }
.hero-banner.swiper-slide-active .hero-bg { transform: scale(1); }
.hero-controls { position: absolute; z-index: 8; left: 50%; bottom: 188px; display: flex; justify-content: flex-end; align-items: center; gap: .7rem; transform: translateX(-50%); pointer-events: none; }
.hero-controls .swiper-button-prev, .hero-controls .swiper-button-next { position: static; width: 42px; height: 42px; margin: 0; flex: 0 0 42px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(10,12,13,.35); backdrop-filter: blur(8px); pointer-events: auto; }
.hero-controls .swiper-button-prev:after, .hero-controls .swiper-button-next:after { font-size: .85rem; font-weight: 800; }
.hero-controls .swiper-pagination { position: static; width: auto; pointer-events: auto; }
.hero-controls .swiper-pagination-bullet { width: 8px; height: 8px; background: #fff; opacity: .45; }
.hero-controls .swiper-pagination-bullet-active { width: 24px; border-radius: 999px; background: var(--gold); opacity: 1; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,10,11,.93) 0%, rgba(8,10,11,.72) 43%, rgba(8,10,11,.1) 78%),
    linear-gradient(0deg, rgba(8,10,11,.9) 0%, transparent 43%);
}
.hero-cinematic-inner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; padding-top: 125px; }
.hero-kicker {
  display: flex; justify-content: space-between; padding: 1.1rem 0;
  color: rgba(255,255,255,.62); border-bottom: 1px solid rgba(255,255,255,.18);
  font-size: .65rem; text-transform: uppercase; letter-spacing: .16em;
}
.hero-kicker i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); margin-right: .55rem; }
.hero-main { margin: auto 0; max-width: 900px; padding: 2rem 0; }
.hero-main h1 {
  margin: 1.2rem 0 1.5rem;
  font-size: clamp(5.4rem, 9.2vw, 10rem);
  line-height: .77;
  letter-spacing: -.085em;
  text-wrap: balance;
}
.hero-main h1 em { color: var(--gold); font-style: normal; font-weight: 400; }
.hero-main p { max-width: 570px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.hero-main .hero-actions { margin-top: 2rem; }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.04); }
.btn-ghost:hover { color: #171a1c; background: #fff; }
.hero-bottom {
  display: grid; grid-template-columns: 145px 145px 145px minmax(380px, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
}
.hero-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.4rem 1.1rem 1.4rem;
}
.hero-stat + .hero-stat { padding-left: 1.2rem; border-left: 1px solid rgba(255,255,255,.18); }
.hero-stat strong { font-family: "Manrope"; font-size: 1.65rem; letter-spacing: -.06em; }
.hero-stat span { color: rgba(255,255,255,.5); font-size: .6rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .1em; }
.hero-feature {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center;
  margin-left: 2rem; padding: 1rem 1.4rem; color: #171a1c; background: var(--gold);
  border-radius: 16px 16px 0 0;
}
.hero-feature > i:first-child { font-size: 1.5rem; }
.hero-feature small, .hero-feature strong { display: block; }
.hero-feature small { font-size: .55rem; letter-spacing: .13em; }
.hero-feature strong { font-family: "Manrope"; font-size: .82rem; margin-top: .15rem; }

#about { background: var(--paper); }
#about .row { display: grid; grid-template-columns: 1.08fr .92fr; }
#about .col-lg-6 { width: 100%; }
#about .image-stack img { height: 650px; }
#about .col-lg-6:last-child { padding-left: clamp(1rem, 5vw, 5rem); }

#products .section-head { text-align: left; margin-left: 0; }
#products .section-head p { margin-left: 0; }
#products .section-head h2 { max-width: 690px; }
.product-card .actions { margin-top: auto; }

.custom-section { background: #b86b3d; }
.custom-section p { color: rgba(255,255,255,.72); }
.custom-section .section-tag.light, .custom-section .custom-item i { color: #ffe1b8; }
.custom-section .custom-item { background: rgba(19,20,20,.13); border-color: rgba(255,255,255,.18); }
.custom-section .btn-light { background: #171a1c; border-color: #171a1c; color: #fff; }

.section-head h2 { margin-top: .75rem; }
.why { background: #101415; }
.promo { box-shadow: 0 30px 80px rgba(80,54,24,.18); }

@media (max-width: 1199px) {
  .navbar-collapse { background: #15191a; margin-inline: -12px; padding-inline: 1.5rem; border-top-color: rgba(255,255,255,.1); }
  .hero-bottom { grid-template-columns: repeat(3, 1fr); }
  .hero-feature { grid-column: 1 / -1; margin: 0; border-radius: 14px 14px 0 0; }
  .hero-controls { bottom: 172px; }
}
@media (max-width: 991px) {
  .hero-cinematic { min-height: 820px; }
  .hero-main h1 { font-size: clamp(4.8rem, 14vw, 7.5rem); }
  #about .row { grid-template-columns: 1fr; }
  #about .col-lg-6:last-child { padding: 3rem 12px 0; }
}
@media (max-width: 767px) {
  .navbar { min-height: 74px; }
  .hero-cinematic { min-height: 790px; height: 100svh; }
  .hero-cinematic-inner { padding-top: 90px; }
  .hero-kicker span:last-child { display: none; }
  .hero-main { padding-top: 4rem; }
  .hero-main h1 { font-size: clamp(4.1rem, 20vw, 6rem); line-height: .82; }
  .hero-main p { font-size: .92rem; max-width: 340px; }
  .hero-main .hero-actions { flex-direction: row; flex-wrap: wrap; }
  .hero-bottom { grid-template-columns: repeat(3, 1fr); }
  .hero-stat { padding: .9rem .5rem; }
  .hero-stat + .hero-stat { padding-left: .65rem; }
  .hero-stat strong { font-size: 1.25rem; }
  .hero-stat span { font-size: .48rem; }
  .hero-feature { gap: .7rem; padding: .9rem 1rem; }
  .hero-feature strong { font-size: .7rem; }
  .hero-controls { bottom: 154px; padding-inline: 18px; }
  .hero-controls .swiper-button-prev, .hero-controls .swiper-button-next { display: none; }
  #about .image-stack img { height: 430px; }
}
@media (max-width: 420px) {
  .custom-grid {
    grid-template-columns: 1fr;
  }
  .product-card .actions {
    display: block;
  }
  .product-card .actions .btn {
    width: 100%;
    margin-top: 0.35rem;
  }
  .newsletter form {
    display: block;
  }
  .newsletter input,
  .newsletter button {
    width: 100%;
  }
}

/* Premium 2026 visual system */
:root {
  --orange: #b86b3d;
  --gold: #d7a86e;
  --ink: #171a1c;
  --navy: #1d2528;
  --soft: #f4f1eb;
  --line: #ded9d0;
  --paper: #fbfaf7;
  --muted: #686b6b;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(26, 29, 29, 0.1);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.hero-editorial {
  padding: 34px 0 0;
  background: var(--paper);
}
.hero-layout {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}
.hero-content { padding: 4rem 0; }
.hero-content .eyebrow { color: var(--orange); }
.hero-content h1 {
  margin: 1.25rem 0 1.6rem;
  font-size: clamp(4rem, 6.5vw, 7rem);
  line-height: .88;
  letter-spacing: -.075em;
}
.hero-content h1 em { color: var(--orange); font-style: normal; font-weight: 500; }
.hero-content > p { max-width: 570px; font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2.2rem; }
.text-link { color: var(--ink); font-size: .84rem; font-weight: 700; border-bottom: 1px solid #aaa; padding-bottom: .2rem; }
.hero-proof { display: flex; gap: 2.2rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero-proof > div { display: flex; align-items: center; gap: .7rem; }
.hero-proof strong { font-family: "Manrope"; font-size: 1.35rem; letter-spacing: -.05em; }
.hero-proof span { color: var(--muted); font-size: .67rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; align-self: stretch; min-height: 690px; overflow: hidden; border-radius: 26px 26px 0 0; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(11,13,14,.72)); }
.hero-float-card {
  position: absolute; z-index: 2; left: 28px; bottom: 28px; width: min(370px, calc(100% - 56px));
  padding: 1.6rem; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 16px;
  background: rgba(17,20,21,.74); backdrop-filter: blur(16px);
}
.hero-float-card span { display: block; color: var(--gold); font-size: .62rem; letter-spacing: .18em; }
.hero-float-card strong { display: block; margin: .55rem 0 1rem; font-family: "Manrope"; font-size: 1.25rem; line-height: 1.3; }
.hero-float-card a { color: #fff; font-size: .75rem; }
.hero-seal {
  position: absolute; z-index: 2; right: 24px; top: 24px; width: 92px; height: 92px; border-radius: 50%;
  display: grid; place-content: center; text-align: center; color: var(--ink); background: var(--gold); transform: rotate(7deg);
}
.hero-seal i { font-size: 1.25rem; }
.hero-seal span { font-size: .55rem; line-height: 1.2; letter-spacing: .12em; font-weight: 800; }
.capability-bar {
  display: grid; grid-template-columns: 1.1fr repeat(4, 1fr); align-items: center;
  min-height: 94px; background: #171b1c; color: #fff; border-radius: 0 0 20px 20px; overflow: hidden;
}
.capability-bar > * { height: 100%; display: flex; align-items: center; padding: 0 1.5rem; border-right: 1px solid rgba(255,255,255,.1); }
.capability-bar > span { color: var(--gold); font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; }
.capability-bar a { gap: .7rem; color: #d8dbd9; font-size: .78rem; font-weight: 600; }
.capability-bar a:hover { background: rgba(255,255,255,.05); color: #fff; }
.capability-bar i { color: var(--gold); font-size: 1.15rem; }

h1, h2, h3, h4, .brand {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.6rem);
  line-height: 1.03;
}

p { color: var(--muted); }

.container { max-width: 1320px; }

.topbar {
  background: #101314;
  padding: .65rem 0;
  color: #bfc2c0;
  letter-spacing: .025em;
}

.topbar a { color: #fff; }

.navbar {
  min-height: 88px;
  background: rgba(251, 250, 247, .94) !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(23, 26, 28, .08);
  backdrop-filter: blur(18px);
}

.brand { gap: .7rem; font-size: 1.35rem; letter-spacing: -.035em; }
.brand-sun {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-size: 1.3rem;
}
.brand b { color: var(--orange); }
.nav-link {
  padding: .75rem .72rem !important;
  font-size: .79rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nav-link.active, .nav-link:hover { color: var(--orange) !important; }

.btn {
  padding: .75rem 1.15rem;
  border-radius: 999px;
  font-size: .82rem;
  letter-spacing: .02em;
  transition: transform .25s, box-shadow .25s, background .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn-brand {
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 10px 25px rgba(184, 107, 61, .2);
}
.btn-brand:hover { background: #965332; border-color: #965332; }
.btn-light { background: var(--paper); border-color: var(--paper); }
.btn-outline-dark { border-color: rgba(23,26,28,.28); }

.mega-menu {
  padding: 2rem !important;
  border: 1px solid var(--line);
  border-radius: 0 0 18px 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.mega-menu h6 { color: var(--orange); }

.hero { height: min(760px, calc(100vh - 118px)); min-height: 650px; }
.hero-slide:before {
  background: linear-gradient(90deg, rgba(14,17,18,.93) 0%, rgba(14,17,18,.76) 42%, rgba(14,17,18,.12) 78%);
}
.hero-slide:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(transparent, rgba(0,0,0,.22));
  pointer-events: none;
}
.hero-copy { max-width: 790px; z-index: 2; }
.hero-copy h1, .hero-copy h2 {
  font-size: clamp(3.45rem, 6.7vw, 7.1rem);
  line-height: .94;
  letter-spacing: -.065em;
  margin: 1rem 0 1.5rem;
}
.hero-copy p { max-width: 590px; color: #d9dbd9; font-size: 1.05rem; }
.eyebrow, .section-tag {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--orange);
  font-size: .7rem;
  letter-spacing: .22em;
}
.eyebrow:before, .section-tag:before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow { color: var(--gold); }
.hero .swiper-button-next, .hero .swiper-button-prev {
  width: 48px; height: 48px; border: 1px solid #ffffff40; border-radius: 50%;
}
.hero .swiper-button-next:after, .hero .swiper-button-prev:after { font-size: 1rem; }
.hero .swiper-pagination-bullet { width: 28px; height: 2px; border-radius: 0; background: #fff; }

.trust-strip {
  position: relative;
  z-index: 3;
  margin: -42px auto 0;
  width: min(1260px, calc(100% - 48px));
  padding: 1.65rem 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.trust { justify-content: center; }
.trust i { color: var(--orange); }
.trust b { font-size: .87rem; }

.section { padding: 120px 0; }
.bg-soft { background: var(--soft); }
.section-head { max-width: 760px; margin-bottom: 4rem; }
.section-head p { max-width: 580px; margin: 1.1rem auto 0; }

.image-stack img { height: 580px; border-radius: 26px; box-shadow: var(--shadow); }
.experience {
  right: -28px; bottom: 32px;
  color: #fff; background: var(--ink);
  border: 8px solid var(--paper); border-radius: 18px;
}
.experience strong { color: var(--gold); font-family: "Manrope"; font-size: 2.5rem; }
.checklist { margin-top: 1.5rem; color: #3f4545; }

.product-card {
  border: 1px solid rgba(23,26,28,.09);
  border-radius: var(--radius);
  box-shadow: 0 4px 15px rgba(23,26,28,.025);
}
#productGrid .product-wrap:nth-child(1), #productGrid .product-wrap:nth-child(2) { width: 50%; }
#productGrid .product-wrap:nth-child(1) .product-card,
#productGrid .product-wrap:nth-child(2) .product-card { display: grid; grid-template-columns: 1.15fr 1fr; min-height: 330px; }
#productGrid .product-wrap:nth-child(1) .product-card img,
#productGrid .product-wrap:nth-child(2) .product-card img { height: 100%; min-height: 330px; }
#productGrid .product-wrap:nth-child(1) .product-card .body,
#productGrid .product-wrap:nth-child(2) .product-card .body { display: flex; flex-direction: column; justify-content: center; padding: 2rem; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.product-card img {
  height: 245px;
  padding: 1.5rem;
  background: #ffffff;
  transition: transform .4s;
}
.product-card:hover img { transform: scale(1.035); }
.product-card .body { padding: 1.55rem; }
.product-card h3 { font-size: 1.25rem; letter-spacing: -.03em; }
.product-card h3 i { color: var(--orange); }
.product-card p { min-height: 52px; }

.custom-section, .why, .contact {
  position: relative;
  background: #192023;
  overflow: hidden;
}
.custom-section:before, .why:before, .contact:before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  right: -220px; top: -260px; border: 1px solid rgba(215,168,110,.18);
  box-shadow: 0 0 0 70px rgba(215,168,110,.025), 0 0 0 140px rgba(215,168,110,.018);
}
.custom-section p, .why p, .contact p { color: #aeb5b5; }
.custom-grid { gap: 12px; background: transparent; }
.custom-item {
  padding: 1.8rem 1rem; background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.1); border-radius: 14px; transition: .25s;
}
.custom-item:hover { background: rgba(255,255,255,.08); transform: translateY(-3px); }
.custom-item i { color: var(--gold); }

.industry-grid { gap: 1.2rem; }
.industry {
  border: 1px solid var(--line); border-radius: 16px; padding: 1.7rem 1rem;
  background: transparent;
}
.industry:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.industry:hover p { color: #aeb5b5; }
.industry i { color: var(--orange); }
.industry h3 { font-size: 1.05rem; }

.why-grid { gap: 12px; }
.why-item { border-radius: 12px; border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.025); }
.stats-mini strong { color: var(--gold); font-family: "Manrope"; letter-spacing: -.05em; }
.counters { background: var(--gold); }
.counter-grid > div + div { border-left: 1px solid rgba(23,26,28,.18); }
.counter-grid b { font-family: "Manrope"; letter-spacing: -.06em; }

.process-grid:before { background: var(--line); }
.process-item i { background: var(--paper); color: var(--orange); border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(23,26,28,.08); }
.process-item b { letter-spacing: -.015em; }

.infra-grid { gap: 1.2rem; }
.infra { border-radius: var(--radius); }
.infra:after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); border-radius: inherit; }
.infra span { padding: 4rem 1.4rem 1.4rem; font-size: .9rem; letter-spacing: .03em; }

.quality-card { border: 1px solid var(--line); border-radius: 16px; box-shadow: none; padding: 1.6rem; }
.quality-card i { color: var(--orange); }
.quality-card h3 { margin-top: .7rem; font-size: 1.2rem; }

.promo { border-radius: 24px; padding: 4rem; background: var(--gold); }
.promo h2 { letter-spacing: -.055em; }

.testimonial, .blog-card {
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
.testimonial { padding: 2.1rem; }
.testimonial .stars { color: var(--orange); letter-spacing: .12em; }
.avatar { background: var(--ink); color: var(--gold); }
.blog-card img { height: 250px; }
.blog-card .body { padding: 1.7rem; }
.blog-card h3 { font-size: 1.35rem; margin: .65rem 0; }
.blog-card a { color: var(--orange); font-weight: 700; font-size: .82rem; }

.logos { padding: 3rem 0; border-bottom: 1px solid var(--line); }
.logo-track { font-family: "Manrope"; font-size: .85rem; letter-spacing: .08em; }

.accordion-item { border: 0; border-bottom: 1px solid var(--line); background: transparent; }
.accordion-button { background: transparent; padding: 1.4rem 0; font-weight: 700; box-shadow: none !important; }
.accordion-button:not(.collapsed) { color: var(--orange); background: transparent; }

.contact h2 { font-size: clamp(3rem, 5vw, 5rem); }
.contact-cards > * { border-color: rgba(255,255,255,.1); }
.quote-form { padding: 2.6rem; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.quote-form h3 { font-size: 1.9rem; margin-bottom: 1.5rem; }
.form-control, .form-select {
  border: 1px solid #dcd9d2; border-radius: 10px; padding: .85rem 1rem; background: #faf9f6;
}
.form-control:focus, .form-select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(184,107,61,.1); }
.map iframe { filter: grayscale(1) contrast(.9); }

footer { background: #101314; }
.newsletter { border-radius: 18px; background: #202729; padding: 2rem 2.4rem; }
.newsletter input { border-radius: 999px 0 0 999px; padding-left: 1.2rem; }
.newsletter button { border-radius: 0 999px 999px 0; }
.float-btn { box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.call { background: var(--orange); }
.backtop { border-radius: 50%; }

@media (max-width: 1199px) {
  .navbar-collapse { border-top: 1px solid var(--line); margin-top: .75rem; }
  .nav-actions { padding-bottom: .75rem; }
}
@media (max-width: 991px) {
  .hero-layout { grid-template-columns: 1fr; gap: 0; }
  .hero-content { padding: 4.5rem 0 3.5rem; }
  .hero-visual { min-height: 560px; border-radius: 24px 24px 0 0; }
  .capability-bar { grid-template-columns: repeat(2, 1fr); }
  .capability-bar > span { display: none; }
  #productGrid .product-wrap:nth-child(1), #productGrid .product-wrap:nth-child(2) { width: 100%; }
  .section { padding: 90px 0; }
  .trust-strip { margin-top: 0; width: 100%; border-radius: 0; }
  .promo { padding: 3rem; }
  .counter-grid > div:nth-child(4) { border-left: 0; }
}
@media (max-width: 767px) {
  .hero-editorial { padding-top: 0; }
  .hero-content h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-proof { gap: 1rem; flex-wrap: wrap; margin-top: 2.8rem; }
  .hero-proof > div { min-width: 44%; }
  .hero-visual { min-height: 470px; margin-inline: -12px; border-radius: 0; }
  .hero-seal { width: 76px; height: 76px; }
  .capability-bar { margin: 0; max-width: none; width: 100%; border-radius: 0; }
  .capability-bar > * { padding: 1rem; min-height: 70px; }
  #productGrid .product-wrap:nth-child(1) .product-card,
  #productGrid .product-wrap:nth-child(2) .product-card { display: block; min-height: 0; }
  #productGrid .product-wrap:nth-child(1) .product-card img,
  #productGrid .product-wrap:nth-child(2) .product-card img { height: 245px; min-height: 0; }
  .hero { height: 660px; min-height: 0; }
  .hero-slide:before { background: rgba(14,17,18,.78); }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .hero .swiper-button-next, .hero .swiper-button-prev { display: none; }
  .trust-strip { padding: 1.4rem 1rem; }
  .trust { justify-content: flex-start; }
  .image-stack img { height: 420px; }
  .experience { right: 12px; }
  .promo { margin-inline: 12px; padding: 2.2rem; }
  .counter-grid > div { border-left: 0 !important; }
  .counter-grid > div:nth-child(even) { border-left: 1px solid rgba(23,26,28,.18) !important; }
  .quote-form { padding: 1.5rem; }
}

/* Cinematic layout precedence */
:root {
  --orange: #ff7900;
  --gold: #ffad00;
  --brand-blue: #008dca;
}
.topbar { display: none; }
.navbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(12,14,15,.48) !important;
  border-bottom-color: rgba(255,255,255,.14);
}
.navbar .brand, .navbar .nav-link { color: #fff !important; }
.navbar .brand-sun { background: var(--gold); color: #171a1c; }
.navbar .brand b, .navbar .nav-link.active, .navbar .nav-link:hover { color: var(--orange) !important; }
.navbar .btn-outline-dark { color: #fff; border-color: rgba(255,255,255,.4); }
#about .row { display: grid; grid-template-columns: 1.08fr .92fr; }
#about .col-lg-6 { width: 100%; }
#about .col-lg-6:last-child { padding-left: clamp(1rem,5vw,5rem); }
#products .section-head { text-align: left; margin-left: 0; }
#products .section-head p { margin-left: 0; }
.custom-section {
  background: linear-gradient(135deg, #006da8 0%, #008dca 52%, #005f9e 100%);
}
.custom-section p { color: rgba(255,255,255,.72); }
.custom-section .custom-item { background: rgba(19,20,20,.13); }
.btn-brand {
  color: #fff;
  background: linear-gradient(135deg, #ffad00, #ff6500);
  border-color: #ff7900;
  box-shadow: 0 12px 30px rgba(255,121,0,.28);
}
.btn-brand:hover {
  color: #fff;
  background: linear-gradient(135deg, #ffbd19, #ee5900);
  border-color: #ee5900;
}
.hero-main h1 em {
  background: linear-gradient(135deg, #ffbf00, #ff6500);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.product-card h3 i,
.industry i,
.quality-card i,
.contact-cards i { color: var(--orange); }
.form-control:focus,
.form-select:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 3px rgba(0,141,202,.14);
}

/* Official logo artwork: the window crops only the source image's white margin. */
.brand-logo { padding: 0; overflow: visible; }
.brand-logo-window {
  position: relative;
  display: block;
  width: 240px;
  height: 82px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.brand-logo-window img {
  position: absolute;
  width: 272px;
  max-width: none;
  left: -16px;
  top: -37px;
}
.footer-brand .brand-logo-window { width: 290px; height: 98px; }
.footer-brand .brand-logo-window img { width: 330px; left: -20px; top: -45px; }
@media (max-width: 1199px) {
  .navbar-collapse { background: #15191a; border-top-color: rgba(255,255,255,.1); }
}
@media (max-width: 991px) {
  #about .row { grid-template-columns: 1fr; }
  #about .col-lg-6:last-child { padding: 3rem 12px 0; }
}
@media (max-width: 767px) {
  .brand-logo-window { width: 205px; height: 70px; }
  .brand-logo-window img { width: 232px; left: -14px; top: -32px; }
  .hero-main .hero-actions { flex-direction: row; align-items: center; }
}

/* Sunrise brand refresh: header, banner and products */
:root {
  --sunrise-orange: #ff6900;
  --sunrise-gold: #ffb800;
  --sunrise-blue: #087fc3;
  --sunrise-sky: #11a9df;
  --sunrise-navy: #083b68;
}

.navbar {
  position: sticky;
  top: 0;
  min-height: 86px;
  background: rgba(255, 255, 255, .96) !important;
  border-bottom: 1px solid rgba(8, 127, 195, .12);
  box-shadow: 0 12px 35px rgba(8, 59, 104, .08) !important;
}
.navbar:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sunrise-gold), var(--sunrise-orange) 42%, var(--sunrise-sky) 68%, var(--sunrise-blue));
}
.navbar .nav-link {
  color: #28485f !important;
  font-size: .95rem;
  font-weight: 700;
  padding-left: .9rem !important;
  padding-right: .9rem !important;
}
.navbar .nav-link.active,
.navbar .nav-link:hover { color: var(--sunrise-orange) !important; }
.navbar .btn-outline-dark { color: var(--sunrise-navy); border-color: rgba(8,59,104,.24); }
.navbar-toggler { border-color: rgba(8,59,104,.2); filter: none; }
.brand-logo-window { box-shadow: none; }

.hero-cinematic {
  height: min(760px, calc(100vh - 86px));
  min-height: 650px;
  background: #eefaff;
}
.hero-banner { background: linear-gradient(115deg, #fff9e8 0%, #eefaff 52%, #dff5ff 100%); }
.hero-banner .hero-bg {
  left: 43%;
  width: 57%;
  opacity: .92;
  object-position: center;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 24%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 24%, #000 100%);
}
.hero-shade {
  background:
    radial-gradient(circle at 13% 22%, rgba(255,184,0,.22), transparent 24%),
    radial-gradient(circle at 42% 78%, rgba(17,169,223,.16), transparent 27%),
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.96) 37%, rgba(255,255,255,.25) 64%, rgba(8,127,195,.06) 100%);
}
.hero-cinematic-inner { padding-top: 34px; }
.hero-kicker { color: var(--sunrise-navy); border-bottom-color: rgba(8,59,104,.14); }
.hero-kicker i { background: var(--sunrise-orange); box-shadow: 0 0 0 5px rgba(255,105,0,.12); }
.hero-main { max-width: 690px; }
.hero-main .eyebrow { color: var(--sunrise-blue); font-weight: 800; }
.hero-main h1 { color: var(--sunrise-navy); text-shadow: none; font-size: clamp(4.2rem, 7.2vw, 7.5rem); }
.hero-main h1 em { background: linear-gradient(110deg, var(--sunrise-orange), var(--sunrise-gold)); -webkit-background-clip: text; background-clip: text; }
.hero-main p { color: #48677a; font-size: 1.12rem; }
.hero-description { max-width: 570px; color: #48677a; font-size: 1.12rem; }
.hero-description p { margin: 0; color: inherit; font-size: inherit; }
.hero-description ul, .hero-description ol { margin: .65rem 0 0; padding-left: 1.2rem; }
.btn-ghost { color: var(--sunrise-navy); border-color: rgba(8,59,104,.28); background: rgba(255,255,255,.78); }
.btn-ghost:hover { color: #fff; background: var(--sunrise-blue); border-color: var(--sunrise-blue); }
.hero-bottom {
  color: var(--sunrise-navy);
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(8,127,195,.14);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -16px 50px rgba(8,59,104,.08);
  backdrop-filter: blur(16px);
}
.hero-stat + .hero-stat { border-left-color: rgba(8,59,104,.12); }
.hero-stat strong { color: var(--sunrise-orange); }
.hero-stat span { color: #668092; }
.hero-feature { background: linear-gradient(135deg, var(--sunrise-blue), var(--sunrise-sky)); }
.hero-controls .swiper-pagination-bullet { background: var(--sunrise-blue); }
.hero-controls .swiper-button-prev,
.hero-controls .swiper-button-next { color: var(--sunrise-blue); border-color: rgba(8,127,195,.26); background: #fff; }

#products { position: relative; overflow: hidden; background: linear-gradient(180deg, #f4fbff 0%, #fff 100%); }
#products:before { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -170px; border-radius: 50%; background: radial-gradient(circle, rgba(255,184,0,.16), transparent 68%); }
#products .section-tag { color: var(--sunrise-orange); }
#products .section-head h2 { color: var(--sunrise-navy); }
.product-card { height: 100%; overflow: hidden; border-color: rgba(8,127,195,.13); background: #fff; box-shadow: 0 12px 36px rgba(8,59,104,.07); }
.product-media { position: relative; overflow: hidden; background: linear-gradient(145deg, #fff 20%, #eaf8ff 100%); }
.product-media:after { content: ""; position: absolute; inset: auto -35px -55px auto; width: 130px; height: 130px; border-radius: 50%; border: 22px solid rgba(255,184,0,.16); }
.product-number { position: absolute; z-index: 2; left: 18px; top: 16px; color: rgba(8,59,104,.24); font: 800 1.15rem/1 Manrope, sans-serif; }
.product-chip { position: absolute; z-index: 2; right: 14px; top: 12px; padding: .35rem .65rem; border-radius: 999px; color: var(--sunrise-navy); background: rgba(255,255,255,.9); box-shadow: 0 4px 16px rgba(8,59,104,.08); font-size: .6rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-card img { position: relative; z-index: 1; width: 100%; object-fit: contain; background: transparent; }
.product-card .body { border-top: 1px solid rgba(8,127,195,.09); }
.product-card h3 { color: var(--sunrise-navy); }
.product-card h3 i { color: var(--sunrise-orange); }
.product-card:hover { border-color: rgba(8,127,195,.34); box-shadow: 0 24px 58px rgba(8,59,104,.14); }
.product-card:hover .product-media img { transform: scale(1.055) rotate(-1deg); }
.product-card .actions .btn-outline-dark { color: var(--sunrise-blue); border-color: rgba(8,127,195,.3); }

@media (max-width: 1199px) {
  .navbar-collapse { background: #fff; border-top-color: rgba(8,127,195,.12); box-shadow: 0 20px 35px rgba(8,59,104,.08); }
  .navbar .nav-actions { padding-top: .5rem; }
}
@media (max-width: 767px) {
  .hero-cinematic { height: auto; min-height: 720px; }
  .hero-cinematic-inner { padding-top: 18px; }
  .hero-banner .hero-bg { left: 15%; width: 85%; opacity: .25; -webkit-mask-image: linear-gradient(180deg, transparent, #000 25%, #000 72%, transparent); mask-image: linear-gradient(180deg, transparent, #000 25%, #000 72%, transparent); }
  .hero-shade { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(238,250,255,.82)); }
  .hero-main { padding-top: 2.5rem; }
  .hero-main h1 { font-size: clamp(3.25rem, 16vw, 5.2rem); }
  .hero-main p { color: #365e76; }
  .hero-bottom { margin-inline: 0; }
}

/* Coordinated home-section backgrounds */
.bg-soft {
  background: linear-gradient(180deg, #f5fbff 0%, #edf8fe 100%);
}
#about {
  background:
    radial-gradient(circle at 8% 15%, rgba(255,184,0,.12), transparent 23%),
    linear-gradient(135deg, #fffdf8 0%, #ffffff 55%, #f5fbff 100%);
}
#industries {
  background:
    radial-gradient(circle at 92% 12%, rgba(17,169,223,.1), transparent 24%),
    #ffffff;
}
#industries .industry {
  background: rgba(255,255,255,.84);
  box-shadow: 0 10px 30px rgba(8,59,104,.05);
}
#industries .industry:hover {
  background: linear-gradient(145deg, var(--sunrise-blue), var(--sunrise-sky));
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(8,127,195,.2);
}
.custom-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(255,184,0,.24), transparent 25%),
    linear-gradient(125deg, #075c9a 0%, var(--sunrise-blue) 48%, var(--sunrise-sky) 100%);
}
.custom-section .custom-item {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 8px 24px rgba(4,50,85,.09);
}
.custom-section .custom-item:hover { background: rgba(255,255,255,.18); }
.custom-section .btn-light { color: var(--sunrise-navy); background: #fff; border-color: #fff; }
.why {
  background:
    radial-gradient(circle at 12% 100%, rgba(17,169,223,.28), transparent 32%),
    radial-gradient(circle at 92% 0%, rgba(255,184,0,.17), transparent 25%),
    linear-gradient(135deg, #07345d 0%, #075d99 100%);
}
.why .why-item {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
}
.why .why-item:hover { background: rgba(255,255,255,.14); }
.counters {
  background: linear-gradient(110deg, #ffd232 0%, var(--sunrise-gold) 45%, #ff8a00 100%);
}
.process {
  background: linear-gradient(180deg, #fff 0%, #fffaf0 100%);
}
#infrastructure {
  background: linear-gradient(145deg, #eef9ff 0%, #f8fcff 54%, #fff8e8 100%);
}
#quality {
  background:
    radial-gradient(circle at 5% 90%, rgba(255,184,0,.1), transparent 24%),
    #fff;
}
.quality-card { background: #fff; box-shadow: 0 12px 32px rgba(8,59,104,.06); }
.promo {
  background:
    radial-gradient(circle at 90% 0%, rgba(255,255,255,.35), transparent 24%),
    linear-gradient(110deg, #ffd454, var(--sunrise-gold) 55%, #ff8b1f);
  box-shadow: 0 24px 65px rgba(255,139,31,.2);
}
.contact {
  background:
    radial-gradient(circle at 5% 10%, rgba(255,184,0,.2), transparent 25%),
    radial-gradient(circle at 95% 85%, rgba(17,169,223,.25), transparent 30%),
    linear-gradient(135deg, #06345d 0%, #075c98 56%, #087fc3 100%);
}
.contact .quote-form { background: rgba(255,255,255,.98); }
footer {
  color: #fff;
  background: linear-gradient(135deg, #052d50 0%, #087fc3 100%);
}
footer h3,
footer h4,
footer p,
footer a,
footer li,
footer span { color: #fff; }
footer a:hover { color: var(--sunrise-gold); }
.newsletter {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
}
