/* =========================================================
   Liscom Systems Ltd — Theme Stylesheet
   Solar Installation & Fiber Optic Cable / Accessories Supply
   Built on Bootstrap 5
   ========================================================= */

:root {
  --lc-navy: #0a1f33;
  --lc-navy-2: #0f2a44;
  --lc-navy-3: #123255;
  --lc-amber: #f5a623;
  --lc-amber-dark: #d98c0f;
  --lc-sky: #14b8e6;
  --lc-sky-dark: #0e8fb5;
  --lc-light: #f6f9fc;
  --lc-gray: #5b6b7c;
  --lc-gray-light: #e7edf3;
  --lc-body: #3d4a58;

  --lc-font-head: "Poppins", sans-serif;
  --lc-font-body: "Inter", sans-serif;

  --lc-radius: 0.75rem;
  --lc-shadow: 0 10px 30px rgba(10, 31, 51, 0.08);
  --lc-shadow-lg: 0 20px 50px rgba(10, 31, 51, 0.15);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--lc-font-body);
  color: var(--lc-body);
  background: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.font-head {
  font-family: var(--lc-font-head);
  color: var(--lc-navy);
  font-weight: 600;
}

a {
  text-decoration: none;
}

::selection {
  background: var(--lc-amber);
  color: #fff;
}

.text-amber { color: var(--lc-amber) !important; }
.text-sky { color: var(--lc-sky) !important; }
.text-navy { color: var(--lc-navy) !important; }
.bg-navy { background-color: var(--lc-navy) !important; }
.bg-navy-2 { background-color: var(--lc-navy-2) !important; }
.bg-light-soft { background-color: var(--lc-light) !important; }

.section {
  padding: 5.5rem 0;
}
.section-sm {
  padding: 3.5rem 0;
}
@media (max-width: 767.98px) {
  .section { padding: 3.25rem 0; }
  .section-sm { padding: 2.25rem 0; }
}

/* ---------------------------------------------------------
   Eyebrow / Kicker labels
   --------------------------------------------------------- */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--lc-font-head);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lc-amber-dark);
  margin-bottom: 0.85rem;
}
.kicker::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--lc-amber), var(--lc-sky));
}
.kicker.light { color: #ffd479; }

.section-title {
  font-size: clamp(1.75rem, 1.4rem + 1.4vw, 2.6rem);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.section-lead {
  color: var(--lc-gray);
  font-size: 1.08rem;
  max-width: 640px;
}

/* ---------------------------------------------------------
   Buttons
   --------------------------------------------------------- */
.btn {
  font-family: var(--lc-font-head);
  font-weight: 600;
  font-size: 0.92rem;
  border-radius: 0.5rem;
  padding: 0.75rem 1.6rem;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color .2s ease, border-color .2s ease;
}
.btn-lg { padding: 0.9rem 2rem; font-size: 1rem; }
.btn-sm { padding: 0.5rem 1.15rem; font-size: 0.82rem; }

.btn-amber {
  background: var(--lc-amber);
  border: 1px solid var(--lc-amber);
  color: #1a1204;
}
.btn-amber:hover, .btn-amber:focus {
  background: var(--lc-amber-dark);
  border-color: var(--lc-amber-dark);
  color: #1a1204;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(245, 166, 35, 0.28);
}

.btn-outline-light-2 {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}
.btn-outline-light-2:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

.btn-navy {
  background: var(--lc-navy);
  border: 1px solid var(--lc-navy);
  color: #fff;
}
.btn-navy:hover {
  background: var(--lc-navy-2);
  border-color: var(--lc-navy-2);
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline-navy {
  background: transparent;
  border: 1.5px solid var(--lc-navy);
  color: var(--lc-navy);
}
.btn-outline-navy:hover {
  background: var(--lc-navy);
  color: #fff;
}

/* ---------------------------------------------------------
   Top utility bar
   --------------------------------------------------------- */
.topbar {
  background: var(--lc-navy);
  color: #cfe0ef;
  font-size: 0.85rem;
  padding: 0.45rem 0;
}
.topbar a {
  color: #cfe0ef;
}
.topbar a:hover { color: var(--lc-amber); }
.topbar .divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.18);
  display: inline-block;
  margin: 0 0.9rem;
  vertical-align: middle;
}
.topbar .social-mini a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  margin-left: 0.4rem;
  font-size: 0.8rem;
}
.topbar .social-mini a:hover {
  background: var(--lc-amber);
  color: var(--lc-navy);
}

/* ---------------------------------------------------------
   Navbar
   --------------------------------------------------------- */
.navbar-liscom {
  padding: 0.9rem 0;
  background: #fff;
  transition: box-shadow 0.25s ease, padding 0.25s ease;
  box-shadow: 0 1px 0 rgba(10, 31, 51, 0.06);
}
.navbar-liscom.is-scrolled {
  padding: 0.55rem 0;
  box-shadow: var(--lc-shadow);
}
.navbar-liscom .navbar-brand img {
  height: 46px;
  transition: height 0.25s ease;
}
.navbar-liscom.is-scrolled .navbar-brand img {
  height: 38px;
}
.navbar-liscom .navbar-brand .brand-text {
  font-family: var(--lc-font-head);
  font-weight: 700;
  color: var(--lc-navy);
  font-size: 1.05rem;
  line-height: 1.15;
}
.navbar-liscom .navbar-brand .brand-text small {
  display: block;
  font-family: var(--lc-font-body);
  font-weight: 500;
  font-size: 0.68rem;
  color: var(--lc-gray);
  letter-spacing: 0.03em;
}
.navbar-liscom .nav-link {
  font-family: var(--lc-font-head);
  font-weight: 500;
  font-size: 0.94rem;
  color: var(--lc-navy) !important;
  padding: 0.55rem 1rem !important;
  position: relative;
}
.navbar-liscom .nav-link.active,
.navbar-liscom .nav-link:hover {
  color: var(--lc-amber-dark) !important;
}
.navbar-liscom .nav-link.active::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.15rem;
  height: 2px;
  background: var(--lc-amber);
  border-radius: 2px;
}
.navbar-liscom .btn-amber {
  margin-left: 0.5rem;
}
@media (max-width: 991.98px) {
  .navbar-liscom .navbar-collapse {
    background: #fff;
    margin-top: 0.9rem;
    padding: 0.75rem 0.25rem 0.25rem;
    border-top: 1px solid var(--lc-gray-light);
  }
  .navbar-liscom .btn-amber {
    margin: 0.75rem 0 0.25rem;
    display: inline-block;
  }
}

/* ---------------------------------------------------------
   Hero
   --------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, rgba(8, 20, 34, 0.92) 0%, rgba(10, 31, 51, 0.78) 45%, rgba(15, 42, 68, 0.55) 100%),
    url("../../images/solar/solar-hero.jpg") center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .hero { min-height: auto; padding: 7rem 0 3.5rem; }
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 60% at 85% 20%, rgba(20, 184, 230, 0.25), transparent 60%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; }
.hero h1 {
  color: #fff;
  font-size: clamp(2.1rem, 1.6rem + 2.4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
.hero h1 span {
  background: linear-gradient(90deg, var(--lc-amber), #ffd479);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .lead {
  color: #dbe6f0;
  font-size: 1.1rem;
  max-width: 560px;
}
.hero-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 2.75rem;
  padding-top: 1.75rem;
}
.hero-stats .num {
  font-family: var(--lc-font-head);
  font-weight: 700;
  font-size: 1.9rem;
  color: #fff;
}
.hero-stats .num .unit { color: var(--lc-amber); }
.hero-stats .label {
  font-size: 0.82rem;
  color: #a9bdd0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-badge-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  border-radius: var(--lc-radius);
  padding: 1.25rem 1.4rem;
}

/* scroll cue */
.scroll-cue {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  animation: lc-bounce 2s infinite;
  z-index: 2;
}
@keyframes lc-bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 8px); }
}

/* ---------------------------------------------------------
   Page header (inner pages)
   --------------------------------------------------------- */
.page-header {
  position: relative;
  padding: 8.5rem 0 4rem;
  background: linear-gradient(120deg, rgba(8, 20, 34, 0.94), rgba(15, 42, 68, 0.86)),
    url("../../images/fibre3.jpg") center/cover no-repeat;
  color: #fff;
}
.page-header h1 {
  color: #fff;
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.7rem);
  margin-bottom: 0.4rem;
}
.page-header .breadcrumb {
  margin-bottom: 0;
  font-size: 0.88rem;
}
.page-header .breadcrumb a { color: #b9cbdb; }
.page-header .breadcrumb a:hover { color: var(--lc-amber); }
.page-header .breadcrumb .active { color: var(--lc-amber); }

/* ---------------------------------------------------------
   Cards
   --------------------------------------------------------- */
.icon-tile {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  background: linear-gradient(135deg, rgba(245, 166, 35, 0.14), rgba(20, 184, 230, 0.14));
  color: var(--lc-amber-dark);
}

.feature-card {
  background: #fff;
  border-radius: var(--lc-radius);
  border: 1px solid var(--lc-gray-light);
  padding: 2rem 1.75rem;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lc-shadow-lg);
  border-color: transparent;
}
.feature-card h3, .feature-card h4 {
  font-size: 1.18rem;
  margin: 1.1rem 0 0.6rem;
}
.feature-card p:last-child { margin-bottom: 0; }

.service-card {
  position: relative;
  border-radius: var(--lc-radius);
  overflow: hidden;
  height: 100%;
  min-height: 340px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  box-shadow: var(--lc-shadow);
}
.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover img { transform: scale(1.08); }
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 31, 51, 0.05) 0%, rgba(8, 18, 30, 0.92) 88%);
  z-index: 1;
}
.service-card .service-card-body {
  position: relative;
  z-index: 2;
  padding: 1.75rem;
}
.service-card .service-tag {
  display: inline-block;
  background: rgba(245, 166, 35, 0.9);
  color: #1a1204;
  font-family: var(--lc-font-head);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 2rem;
  margin-bottom: 0.75rem;
}
.service-card h3 { color: #fff; font-size: 1.4rem; margin-bottom: 0.5rem; }
.service-card p { color: #cfdbe6; margin-bottom: 1rem; font-size: 0.94rem; }
.service-card .stretched-link { color: var(--lc-amber); font-weight: 600; font-size: 0.9rem; }

/* ---------------------------------------------------------
   Why choose us strip
   --------------------------------------------------------- */
.why-strip {
  background: var(--lc-navy);
  color: #fff;
  border-radius: var(--lc-radius);
  overflow: hidden;
}

/* ---------------------------------------------------------
   Process steps
   --------------------------------------------------------- */
.step-item {
  position: relative;
  padding-left: 4.25rem;
}
.step-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: var(--lc-navy);
  color: var(--lc-amber);
  font-family: var(--lc-font-head);
  font-weight: 700;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-line {
  position: absolute;
  left: 1.55rem;
  top: 3.1rem;
  bottom: -2rem;
  width: 2px;
  background: repeating-linear-gradient(180deg, var(--lc-gray-light) 0, var(--lc-gray-light) 6px, transparent 6px, transparent 12px);
}
.step-item:last-child .step-line { display: none; }

/* ---------------------------------------------------------
   Stats band
   --------------------------------------------------------- */
.stat-band {
  background: linear-gradient(120deg, var(--lc-navy), var(--lc-navy-3));
  color: #fff;
  position: relative;
  overflow: hidden;
}
.stat-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(45% 65% at 90% 10%, rgba(245, 166, 35, 0.18), transparent 60%),
    radial-gradient(45% 65% at 5% 100%, rgba(20, 184, 230, 0.18), transparent 60%);
}
.stat-band .stat {
  position: relative;
  z-index: 1;
}
.stat-band .stat .num {
  font-family: var(--lc-font-head);
  font-weight: 700;
  font-size: clamp(1.9rem, 1.5rem + 1.2vw, 2.6rem);
  color: var(--lc-amber);
}
.stat-band .stat .label {
  font-size: 0.86rem;
  color: #b9cbdb;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ---------------------------------------------------------
   Testimonials / clients strip
   --------------------------------------------------------- */
.clients-strip img {
  max-height: 42px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.65;
  transition: all 0.25s ease;
}
.clients-strip img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* ---------------------------------------------------------
   Gallery / projects
   --------------------------------------------------------- */
.gallery-item {
  position: relative;
  border-radius: var(--lc-radius);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item .gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,31,51,0) 40%, rgba(10,31,51,0.88) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.1rem;
  color: #fff;
}
.gallery-item .gallery-cat {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--lc-amber);
  font-weight: 600;
}
.gallery-item .gallery-title { font-weight: 600; font-family: var(--lc-font-head); }
.gallery-item .zoom-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-6px);
  transition: all 0.25s ease;
}
.gallery-item:hover .zoom-icon { opacity: 1; transform: translateY(0); }

.filter-pills .btn {
  border-radius: 2rem;
  padding: 0.45rem 1.15rem;
  font-size: 0.85rem;
}

/* ---------------------------------------------------------
   Footer
   --------------------------------------------------------- */
.site-footer {
  background: var(--lc-navy);
  color: #b9cbdb;
  position: relative;
}
.site-footer a { color: #cfdbe6; }
.site-footer a:hover { color: var(--lc-amber); }
.site-footer .footer-logo { height: 48px; margin-bottom: 1rem; }
.site-footer h5 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.75rem;
}
.site-footer h5::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 32px; height: 2px;
  background: var(--lc-amber);
}
.site-footer .footer-links li { margin-bottom: 0.6rem; }
.site-footer .footer-contact li {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.92rem;
}
.site-footer .footer-contact i {
  color: var(--lc-amber);
  margin-top: 0.15rem;
}
.site-footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  margin-right: 0.5rem;
}
.site-footer .social-links a:hover {
  background: var(--lc-amber);
  color: var(--lc-navy);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.1rem 0;
  font-size: 0.85rem;
  color: #8fa3b5;
}
.footer-bottom a { color: #b9cbdb; }
@media (max-width: 575.98px) {
  .footer-bottom .container { padding-left: 5.25rem; }
}

.footer-form .form-control {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}
.footer-form .form-control::placeholder { color: #90a4b6; }
.footer-form .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--lc-amber);
  box-shadow: none;
  color: #fff;
}

/* ---------------------------------------------------------
   Back to top
   --------------------------------------------------------- */
.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--lc-navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 1000;
  border: none;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover { background: var(--lc-amber); color: var(--lc-navy); }

/* ---------------------------------------------------------
   WhatsApp float button
   --------------------------------------------------------- */
.whatsapp-float {
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  animation: lc-pulse 2.5s infinite;
}
.whatsapp-float:hover { color: #fff; transform: scale(1.06); }
@keyframes lc-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45); }
  70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
@media (max-width: 575.98px) {
  .whatsapp-float, .back-to-top {
    width: 46px;
    height: 46px;
    font-size: 1.35rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}

/* ---------------------------------------------------------
   Misc components
   --------------------------------------------------------- */
.badge-soft-amber {
  background: rgba(245, 166, 35, 0.12);
  color: var(--lc-amber-dark);
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 2rem;
  font-size: 0.8rem;
}
.badge-soft-sky {
  background: rgba(20, 184, 230, 0.12);
  color: var(--lc-sky-dark);
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 2rem;
  font-size: 0.8rem;
}

.accordion-liscom .accordion-button {
  font-family: var(--lc-font-head);
  font-weight: 600;
  color: var(--lc-navy);
  border-radius: 0.6rem !important;
}
.accordion-liscom .accordion-button:not(.collapsed) {
  background: rgba(245, 166, 35, 0.1);
  color: var(--lc-navy);
  box-shadow: none;
}
.accordion-liscom .accordion-button:focus { box-shadow: none; }
.accordion-liscom .accordion-item {
  border: 1px solid var(--lc-gray-light);
  border-radius: 0.6rem !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.form-control, .form-select {
  padding: 0.72rem 0.9rem;
  border-radius: 0.5rem;
  border: 1px solid #dde5ed;
  font-size: 0.95rem;
}
.form-control:focus, .form-select:focus {
  border-color: var(--lc-amber);
  box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.15);
}
.form-label {
  font-family: var(--lc-font-head);
  font-weight: 500;
  font-size: 0.86rem;
  color: var(--lc-navy);
  margin-bottom: 0.4rem;
}

.map-frame {
  border-radius: var(--lc-radius);
  overflow: hidden;
  box-shadow: var(--lc-shadow);
}
.map-frame iframe { display: block; width: 100%; border: 0; }

.contact-info-card {
  background: #fff;
  border-radius: var(--lc-radius);
  box-shadow: var(--lc-shadow);
  padding: 2rem;
}
.contact-info-card .icon-tile { margin-bottom: 1rem; }

/* Breadcrumb chevrons */
.breadcrumb-item + .breadcrumb-item::before {
  color: #7891a5;
}

/* Preloader */
#preloader {
  position: fixed;
  inset: 0;
  background: var(--lc-navy);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#preloader.loaded { opacity: 0; visibility: hidden; }
#preloader .spinner {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid rgba(245, 166, 35, 0.25);
  border-top-color: var(--lc-amber);
  animation: lc-spin 0.8s linear infinite;
}
@keyframes lc-spin { to { transform: rotate(360deg); } }

/* AOS fallback (in case JS hasn't fired) */
[data-aos] { }

/* Utility */
.rounded-xl { border-radius: var(--lc-radius) !important; }
.shadow-soft { box-shadow: var(--lc-shadow) !important; }
.object-cover { object-fit: cover; }
.divider-amber {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--lc-amber), var(--lc-sky));
  border-radius: 2px;
}
