:root {
  --brand-blue: #293b8f;
  --brand-blue-dark: #111950;
  --brand-purple: #8a3996;
  --brand-orange: #e15e23;
  --brand-pink: #d30763;
  --brand-white: #ffffff;
  --brand-soft-blue: #c6d9e2;
  --ink: #101522;
  --text: #5d6574;
  --soft: #f6f9ff;
  --border: rgba(41, 59, 143, 0.14);
  --shadow: 0 24px 70px rgba(17, 25, 80, 0.16);
  --shadow-soft: 0 16px 45px rgba(41, 59, 143, 0.10);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--ink);
  background: var(--brand-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

main,
section,
.site-header,
.site-footer {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.section {
  padding: 105px 0;
}

.section-title {
  max-width: 820px;
  margin: 0 auto 52px;
}

.section-title h2,
.section-heading {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--brand-blue-dark);
  margin: 14px 0 16px;
}

.section-title p,
.section-copy {
  font-family: 'DM Sans', Arial, sans-serif;
  color: var(--text);
  font-size: 1.04rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 10px 14px;
  backdrop-filter: blur(10px);
}

.eyebrow.dark {
  color: var(--brand-blue);
  background: rgba(41, 59, 143, 0.08);
  border-color: rgba(41, 59, 143, 0.14);
}

.eyebrow.light {
  color: var(--brand-white);
  background: rgba(255, 255, 255, 0.14);
}

.btn {
  border-radius: 999px;
  font-weight: 800;
  padding: 0.82rem 1.24rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-brand,
.benefit-card i {
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
  color: var(--brand-white) !important;
  border: 0;
  box-shadow: 0 14px 34px rgba(41, 59, 143, 0.25);
}

.btn-brand:hover {
  box-shadow: 0 18px 44px rgba(138, 57, 150, 0.32);
}

.btn-outline-brand {
  color: var(--brand-blue);
  border: 1px solid rgba(41, 59, 143, 0.24);
  background: var(--brand-white);
}

.btn-outline-brand:hover {
  background: var(--brand-blue);
  color: var(--brand-white);
}

.btn-glass {
  color: var(--brand-white);
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
}

.btn-glass:hover {
  color: var(--brand-white);
  background: rgba(255, 255, 255, 0.2);
}

.btn-whatsapp {
  background: #1fbf68;
  color: var(--brand-white) !important;
  border: 0;
  box-shadow: 0 15px 35px rgba(31, 191, 104, 0.28);
}

/* ===================== Desktop CSS (>= 992px) ===================== */
.site-header {
  padding: 14px 0;
  transition: 0.25s ease;
}

.site-header .navbar {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  box-shadow: 0 16px 50px rgba(17, 25, 80, 0.08);
  backdrop-filter: blur(18px);
  margin: 0 auto;
  max-width: calc(100% - 28px);
  padding: 10px 18px;
}

.navbar-brand img {
  width: 190px;
  height: auto;
  object-fit: contain;
}

.navbar .nav-link {
  color: var(--brand-blue-dark);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.65rem 0.54rem !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--brand-pink);
}

.hero-section {
  min-height: auto;
  padding: 150px 0 90px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 22%, rgba(138, 57, 150, 0.28), transparent 30%),
    radial-gradient(circle at 18% 86%, rgba(45, 105, 189, 0.28), transparent 28%),
    linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue) 58%, #20337c);
}

.hero-static-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-static-media {
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: clamp(110px, 12vw, 170px) clamp(16px, 5vw, 70px) 58px 40%;
  pointer-events: none;
}

.hero-static-media img {
  width: min(58vw, 920px);
  height: auto;
  max-height: 460px;
  object-fit: contain;
  object-position: center;
  border-radius: 30px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
  opacity: 0.5;
  filter: saturate(1.08) contrast(1.04);
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 25, 80, 0.98) 0%, rgba(17, 25, 80, 0.88) 48%, rgba(41, 59, 143, 0.58) 100%),
    linear-gradient(180deg, rgba(17, 25, 80, 0.32), rgba(17, 25, 80, 0.92));
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.hero-glow {
  position: absolute;
  z-index: 2;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.38;
  pointer-events: none;
}

.hero-glow-one {
  top: 10%;
  left: 43%;
  background: var(--brand-pink);
}

.hero-glow-two {
  bottom: -10%;
  left: -8%;
  background: var(--brand-orange);
}

.hero-content {
  z-index: 3;
}

.hero-eyebrow {
  color: var(--brand-blue);
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  text-shadow: none;
}

.hero-section h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--brand-white);
  font-size: clamp(2.35rem, 4.45vw, 4.65rem);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.045em;
  max-width: 690px;
  margin: 0;
  text-wrap: balance;
}

.hero-subtitle {
  font-family: 'DM Sans', Arial, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  max-width: 680px;
  font-size: 1.1rem;
  line-height: 1.85;
  margin: 24px 0 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}

.hero-highlights span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  color: var(--brand-white);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 12px 16px;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hero-highlights i {
  color: #ffbd8a;
  font-size: 1.1rem;
}

.lead-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-xl);
  padding: 30px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.lead-card-header h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--brand-blue-dark);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  margin: 12px 0 8px;
}

.lead-card-header p,
.form-note {
  color: var(--text);
  line-height: 1.6;
}

.form-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand-blue);
  background: rgba(41, 59, 143, 0.1);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.8rem;
}

.form-label {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--brand-blue-dark);
}

.form-control,
.form-select {
  border-radius: 14px;
  border: 1px solid rgba(41, 59, 143, 0.16);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.82rem 0.95rem;
  min-height: 50px;
  box-shadow: none !important;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-pink);
}

textarea.form-control {
  min-height: 96px;
}

.form-note {
  margin: 18px 0 0;
  font-size: 0.9rem;
}

.submitted {
  background: linear-gradient(135deg, #1fbf68, #0c8d4a) !important;
}

.trust-section {
  position: relative;
  background:
    radial-gradient(circle at 13% 8%, rgba(225, 94, 35, 0.12), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(138, 57, 150, 0.12), transparent 26%),
    linear-gradient(180deg, var(--brand-white), #f8fbff);
  overflow: hidden;
}

.solution-showcase {
  margin: 0 auto 40px;
}

.solution-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 255, 0.98));
  border: 1px solid rgba(41, 59, 143, 0.1);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 18px 46px rgba(28, 39, 94, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.solution-card::before {
  content: "";
  position: absolute;
  inset: auto -38px -38px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  opacity: 0.16;
  pointer-events: none;
}

.solution-showcase > div:nth-child(1) .solution-card::before,
.solution-showcase > div:nth-child(4) .solution-card::before {
  background: radial-gradient(circle, var(--brand-orange), transparent 68%);
}

.solution-showcase > div:nth-child(2) .solution-card::before,
.solution-showcase > div:nth-child(5) .solution-card::before {
  background: radial-gradient(circle, var(--brand-purple), transparent 68%);
}

.solution-showcase > div:nth-child(3) .solution-card::before,
.solution-showcase > div:nth-child(6) .solution-card::before {
  background: radial-gradient(circle, var(--brand-pink), transparent 68%);
}

.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(41, 59, 143, 0.14);
  border-color: rgba(41, 59, 143, 0.2);
}

.solution-visual {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  padding: 14px;
  background:
    radial-gradient(circle at 14% 20%, rgba(225, 94, 35, 0.12), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(138, 57, 150, 0.18), transparent 26%),
    linear-gradient(135deg, #f6f8ff, #eef3ff);
  border: 1px solid rgba(41, 59, 143, 0.08);
}

.solution-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 16px;
  display: block;
}

.solution-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.solution-kicker {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(41, 59, 143, 0.08);
  color: var(--brand-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solution-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.solution-head i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--brand-white);
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
  box-shadow: 0 10px 24px rgba(41, 59, 143, 0.2);
  flex-shrink: 0;
}

.solution-card h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--brand-blue-dark);
  font-size: 1.36rem;
  font-weight: 800;
  margin: 0;
}

.solution-card p {
  margin: 0;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.68;
}

.stats-row {
  align-items: stretch;
}

.stat-card {
  position: relative;
  height: 100%;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  text-align: left;
  color: var(--brand-white);
  background:
    radial-gradient(circle at 85% 10%, rgba(211, 7, 99, 0.18), transparent 31%),
    linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  padding: clamp(22px, 3vw, 34px);
  box-shadow: var(--shadow-soft);
  transform: translateZ(0);
}

.stat-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.stat-card small {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 14px;
}

.stat-card strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--brand-white);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.stat-card span {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  margin-top: 12px;
}

.product-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(41, 59, 143, 0.12), transparent 34%),
    radial-gradient(circle at 92% 20%, rgba(211, 7, 99, 0.11), transparent 30%),
    var(--soft);
}

.product-card,
.benefit-card,
.testimonial-card {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card::before,
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(211, 7, 99, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover,
.benefit-card:hover,
.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 65px rgba(41, 59, 143, 0.16);
}

.product-card:hover::before,
.benefit-card:hover::before {
  opacity: 1;
}

.benefit-card i {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.product-card h3,
.benefit-card h3 {
  position: relative;
  z-index: 1;
  color: var(--brand-blue-dark);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.product-card p,
.benefit-card p {
  position: relative;
  z-index: 1;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 18px;
}

.product-card a {
  position: relative;
  z-index: 1;
  color: var(--brand-pink);
  font-weight: 800;
}

.choose-section {
  background: var(--brand-white);
}

.industries-section {
  background: linear-gradient(180deg, #f8fbff, var(--brand-white));
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.industry-grid span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  color: var(--brand-blue-dark);
  font-weight: 800;
  background: var(--brand-white);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: var(--shadow-soft);
}

.industry-grid i {
  color: var(--brand-pink);
  font-size: 1.35rem;
}

.projects-section {
  background:
    linear-gradient(135deg, rgba(17, 25, 80, 0.96), rgba(41, 59, 143, 0.9)),
    url('assets/inco-banner-1.webp') center/cover fixed;
}

.projects-section .section-title h2,
.projects-section .section-title p {
  color: var(--brand-white);
}

.project-card {
  position: relative;
  min-height: 420px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}

.project-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(7, 11, 28, 0.88));
}

.project-card:hover img {
  transform: scale(1.08);
}

.project-info {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 24px;
  color: var(--brand-white);
}

.project-info span {
  display: inline-block;
  background: var(--brand-orange);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.project-info h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.testimonials-section {
  background: var(--soft);
}

.testimonial-card {
  padding: 42px;
}

.stars {
  color: var(--brand-orange);
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}

.testimonial-card p {
  color: var(--brand-blue-dark);
  font-size: 1.35rem;
  line-height: 1.7;
  font-weight: 700;
}

.testimonial-card h3 {
  color: var(--text);
  font-size: 1rem;
  margin: 22px 0 0;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 22px;
}

.faq-section {
  background: var(--brand-white);
}

.premium-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.premium-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: var(--shadow-soft);
}

.premium-accordion .accordion-button {
  font-weight: 800;
  color: var(--brand-blue-dark);
  padding: 22px 24px;
  box-shadow: none;
}

.premium-accordion .accordion-button:not(.collapsed) {
  color: var(--brand-white);
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
}

.premium-accordion .accordion-body {
  color: var(--text);
  line-height: 1.8;
  padding: 24px;
}

.final-cta {
  padding: 24px 0 110px;
  background: var(--brand-white);
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--brand-white);
  background:
    radial-gradient(circle at 84% 12%, rgba(211, 7, 99, 0.2), transparent 28%),
    linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue) 58%, var(--brand-purple));
  border-radius: 34px;
  padding: 42px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.cta-eyebrow {
  font-size: 0.72rem;
  padding: 7px 11px;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.cta-panel h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(1.95rem, 4vw, 3.15rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.045em;
  margin: 14px 0 14px;
  text-wrap: balance;
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  line-height: 1.7;
  max-width: 650px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  min-width: 300px;
}

.cta-actions .btn {
  min-width: 142px;
  padding: 0.72rem 1.06rem;
  font-size: 0.96rem;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: #0d1138;
  padding: 82px 0 28px;
}

.site-footer .footer-logo {
  display: block;
  width: 190px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  background: var(--brand-white);
  border-radius: 12px;
  padding: 8px 10px;
  margin-bottom: 22px;
}

.site-footer h3 {
  color: var(--brand-white);
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.site-footer p {
  line-height: 1.8;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li {
  margin-bottom: 12px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer a:hover {
  color: #ffbd8a;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--brand-white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: transform 0.25s ease, background 0.25s ease;
}

.social-links a:hover {
  color: var(--brand-white);
  background: linear-gradient(135deg, var(--brand-orange), var(--brand-pink));
  transform: translateY(-3px);
}

.contact-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  line-height: 1.6;
}

.contact-list i {
  color: #ffbd8a;
  margin-top: 4px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 56px;
  padding-top: 24px;
  font-size: 0.92rem;
}

.footer-bottom p {
  margin: 0;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 26px;
  z-index: 999;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--brand-white);
  background: #1fbf68;
  border-radius: 50%;
  font-size: 1.75rem;
  box-shadow: 0 18px 45px rgba(31, 191, 104, 0.35);
}

.mobile-sticky-cta {
  display: none;
}

/* Thank-you page */
.thank-you-page {
  min-height: 100vh;
  padding: 155px 0 80px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(198, 217, 226, 0.55), transparent 34%),
    linear-gradient(180deg, #ffffff, #f4f8ff);
}

.thank-you-card {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  text-align: center;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.thank-you-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
  font-size: 2.3rem;
}

.thank-you-card h1 {
  color: var(--brand-blue-dark);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.045em;
  margin: 18px 0;
}

.thank-you-card p {
  color: var(--text);
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 26px;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.thank-you-contact {
  display: grid;
  gap: 10px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  color: var(--text);
}

.thank-you-contact a,
.thank-you-contact span {
  color: var(--text);
}

/* ===================== Tablet CSS (768px - 991px) ===================== */
@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 98px;
  }

  .section {
    padding: 82px 0;
  }

  .site-header .navbar {
    border-radius: 24px;
  }

  .navbar-collapse {
    padding-top: 18px;
  }

  .hero-section {
    padding: 130px 0 78px;
  }

  .hero-static-media {
    padding: 95px 20px 44px 24%;
    align-items: flex-start;
    opacity: 0.75;
  }

  .hero-static-media img {
    width: min(76vw, 720px);
    max-height: 320px;
    border-radius: 24px;
  }

  .hero-section h1 {
    font-size: clamp(2.3rem, 7vw, 3.75rem);
  }

  .lead-card {
    padding: 26px;
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-carousel {
    padding: 0 0 72px;
  }

  .project-control {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .project-carousel .carousel-control-prev {
    left: calc(50% - 56px);
  }

  .project-carousel .carousel-control-next {
    right: calc(50% - 56px);
  }

  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
    padding: 36px;
  }

  .cta-actions {
    min-width: 0;
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===================== Mobile CSS (<= 767px) ===================== */
@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 88px;
  }

  body {
    padding-bottom: 76px;
    overflow-x: hidden;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section {
    padding: 68px 0;
  }

  .site-header {
    padding: 10px 0;
  }

  .site-header .navbar {
    max-width: calc(100% - 18px);
    border-radius: 20px;
    padding: 8px 12px;
  }

  .navbar-brand img {
    width: 138px;
    height: auto;
  }

  .hero-section {
    min-height: auto;
    padding: 112px 0 58px;
  }

  .hero-static-media {
    justify-content: center;
    align-items: flex-start;
    padding: 92px 10px 0;
  }

  .hero-static-media img {
    width: min(96vw, 520px);
    max-height: 180px;
    border-radius: 18px;
    opacity: 0.42;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(17, 25, 80, 0.86) 0%, rgba(17, 25, 80, 0.96) 45%, rgba(17, 25, 80, 0.98) 100%);
  }

  .hero-eyebrow {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
    font-size: 0.7rem;
    padding: 8px 11px;
  }

  .hero-section h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 1.09;
    letter-spacing: -0.035em;
    max-width: 100%;
  }

  .hero-subtitle {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .hero-highlights span {
    width: 100%;
    border-radius: 18px;
    min-height: auto;
    padding: 11px 13px;
    font-size: 0.92rem;
  }

  .d-flex.flex-column.flex-sm-row .btn-lg {
    width: 100%;
  }

  .lead-card {
    padding: 18px;
    border-radius: 22px;
  }

  .lead-card-header h2 {
    font-size: 1.45rem;
  }

  .form-control,
  .form-select {
    min-height: 48px;
    font-size: 0.95rem;
  }

  .section-title {
    margin-bottom: 34px;
  }

  .section-title h2,
  .section-heading {
    font-size: clamp(1.8rem, 8vw, 2.25rem);
    line-height: 1.18;
  }

  .solution-card {
    padding: 14px;
    border-radius: 22px;
    gap: 14px;
  }

  .solution-visual {
    border-radius: 18px;
    padding: 10px;
  }

  .solution-card img {
    border-radius: 14px;
    aspect-ratio: 16 / 10;
  }

  .solution-kicker {
    font-size: 0.64rem;
    padding: 5px 10px;
  }

  .solution-head i {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 0.9rem;
  }

  .solution-card h3 {
    font-size: 1.02rem;
  }

  .solution-card p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .stat-card {
    min-height: 172px;
    border-radius: 20px;
  }

  .stat-card strong {
    font-size: clamp(2.6rem, 15vw, 4.2rem);
  }

  .industry-grid {
    grid-template-columns: 1fr;
  }

  .brand-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 30px;
  }

  .brand-logo-item {
    min-height: 92px;
    border-radius: 18px;
  }

  .logo-mark {
    transform: scale(0.78);
  }

  .industry-grid span {
    min-height: 54px;
    border-radius: 16px;
  }

  .project-card,
  .project-card img {
    min-height: 280px;
    height: 280px;
  }

  .testimonial-card {
    padding: 24px;
  }

  .testimonial-card p {
    font-size: 1.05rem;
  }

  .carousel-controls {
    justify-content: flex-start;
  }

  .cta-panel {
    padding: 28px 18px;
    border-radius: 24px;
    gap: 24px;
  }

  .cta-eyebrow {
    font-size: 0.68rem;
    padding: 6px 10px;
  }

  .cta-panel h2 {
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    line-height: 1.12;
  }

  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
  }

  .cta-actions .btn {
    width: 100%;
    min-width: 0;
    font-size: 0.96rem;
    padding: 0.78rem 1rem;
  }

  .site-footer {
    padding-bottom: 96px;
  }

  .site-footer .footer-logo {
    width: 152px;
    max-height: none;
  }

  .footer-bottom {
    gap: 8px;
  }

  .whatsapp-float {
    display: none;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(41, 59, 143, 0.12);
    padding: 10px 12px;
    backdrop-filter: blur(16px);
    box-shadow: 0 -12px 36px rgba(17, 25, 80, 0.1);
  }

  .mobile-sticky-cta .btn {
    padding: 0.78rem 1rem;
  }

  .thank-you-page {
    padding: 98px 0 94px;
  }

  .thank-you-card {
    padding: 30px 20px;
    border-radius: 26px;
  }

  .thank-you-actions .btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hero-section h1 {
    font-size: clamp(1.9rem, 10.5vw, 2.45rem);
  }

  .section-title h2,
  .section-heading {
    font-size: clamp(1.75rem, 9vw, 2.25rem);
  }

  .lead-card {
    padding: 18px;
  }

  .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}


.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 0 auto 44px;
}

.brand-logo-item {
  min-height: 118px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(41, 59, 143, 0.12);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.logo-mark {
  position: relative;
  width: 86px;
  height: 54px;
  display: block;
}

.logo-mark::before,
.logo-mark::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-purple));
}

.logo-mark-one::before { width: 86px; height: 28px; left: 0; top: 13px; }
.logo-mark-one::after { width: 34px; height: 34px; right: 6px; top: 10px; background: linear-gradient(135deg, var(--brand-orange), var(--brand-pink)); }
.logo-mark-two::before { width: 54px; height: 54px; left: 0; top: 0; }
.logo-mark-two::after { width: 54px; height: 54px; right: 0; top: 0; opacity: 0.72; background: linear-gradient(135deg, var(--brand-orange), var(--brand-pink)); }
.logo-mark-three::before { width: 74px; height: 18px; left: 6px; top: 8px; transform: rotate(-16deg); }
.logo-mark-three::after { width: 74px; height: 18px; left: 6px; bottom: 8px; transform: rotate(16deg); background: linear-gradient(135deg, var(--brand-orange), var(--brand-pink)); }
.logo-mark-four::before { width: 50px; height: 50px; left: 18px; top: 2px; border-radius: 16px; transform: rotate(45deg); }
.logo-mark-four::after { width: 24px; height: 24px; left: 31px; top: 15px; background: #ffffff; }
.logo-mark-five::before { width: 82px; height: 16px; left: 2px; top: 8px; box-shadow: 0 20px 0 rgba(41, 59, 143, 0.72), 0 40px 0 rgba(211, 7, 99, 0.72); }
.logo-mark-five::after { display: none; }
.logo-mark-six::before { width: 54px; height: 54px; left: 16px; top: 0; border-radius: 50%; }
.logo-mark-six::after { width: 38px; height: 38px; left: 24px; top: 8px; background: #ffffff; }
.logo-mark-seven::before { width: 28px; height: 54px; left: 14px; top: 0; border-radius: 12px; transform: skew(-12deg); }
.logo-mark-seven::after { width: 28px; height: 54px; right: 14px; top: 0; border-radius: 12px; transform: skew(-12deg); background: linear-gradient(135deg, var(--brand-orange), var(--brand-pink)); }
.logo-mark-eight::before { width: 86px; height: 18px; left: 0; top: 18px; border-radius: 8px; }
.logo-mark-eight::after { width: 40px; height: 40px; right: 0; top: 7px; border-radius: 10px; transform: rotate(45deg); background: linear-gradient(135deg, var(--brand-orange), var(--brand-pink)); }

.product-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 22px;
  background: #edf2ff;
  aspect-ratio: 16 / 10;
}

.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.06);
}

.product-card .enquire-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand-pink);
  font-weight: 800;
  border: 0;
  background: transparent;
  padding: 0;
  text-decoration: none;
}

.product-card .enquire-btn:hover {
  color: var(--brand-blue);
}

.project-carousel {
  position: relative;
  padding: 0 64px;
}

.project-control {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  opacity: 1;
  backdrop-filter: blur(12px);
}

.project-control:hover {
  background: rgba(255, 255, 255, 0.28);
}

.product-enquiry-modal .modal-content {
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.product-enquiry-modal .modal-header,
.product-enquiry-modal .modal-footer {
  border: 0;
  padding: 24px 28px;
}

.product-enquiry-modal .modal-body {
  padding: 0 28px 8px;
}

.product-enquiry-modal .modal-title {
  color: var(--brand-blue-dark);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  margin-top: 12px;
}

#modalProductName[readonly] {
  background: rgba(41, 59, 143, 0.08);
  color: var(--brand-blue-dark);
  font-weight: 800;
}


@media (max-width: 991.98px) {
  .brand-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-carousel {
    padding: 0 0 72px;
  }

  .project-control {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .project-carousel .carousel-control-prev {
    left: calc(50% - 56px);
  }

  .project-carousel .carousel-control-next {
    right: calc(50% - 56px);
  }
}

@media (max-width: 767.98px) {
  .brand-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 30px;
  }

  .brand-logo-item {
    min-height: 92px;
    border-radius: 18px;
  }

  .logo-mark {
    transform: scale(0.78);
  }

  .product-card {
    padding: 18px;
  }

  .product-image {
    border-radius: 16px;
    margin-bottom: 18px;
  }
}


/* Small update: keep product enquiry buttons aligned at the bottom. */
.product-card {
  display: flex;
  flex-direction: column;
}

.product-card .enquire-btn {
  margin-top: auto;
  align-self: flex-start;
}

/* Small update: give enquiry anchor extra clearance below the fixed menu. */
#enquiry {
  scroll-margin-top: 172px;
}

@media (max-width: 991.98px) {
  #enquiry {
    scroll-margin-top: 124px;
  }
}

/* Small update: hide project location as requested. */
.project-info .project-location {
  display: none !important;
}

/* Previous location styling kept inactive for compatibility. */
.project-info .project-location-disabled {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--brand-orange);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.project-info .project-location-disabled i {
  font-size: 0.82rem;
}

/* Small update: two-row local brand logo slider. */
.brand-slider {
  position: relative;
  display: grid;
  gap: 18px;
  overflow: hidden;
  margin: 0 auto 44px;
  padding: 6px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.brand-row {
  overflow: hidden;
}

.brand-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: brandSlide 38s linear infinite;
}

.brand-row-reverse .brand-track {
  animation-direction: reverse;
  animation-duration: 44s;
}

.brand-slider:hover .brand-track {
  animation-play-state: paused;
}

.brand-logo-item {
  flex: 0 0 176px;
  width: 176px;
  min-height: 112px;
  padding: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(41, 59, 143, 0.12);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.brand-logo-item img {
  display: block;
  max-width: 100%;
  max-height: 78px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@keyframes brandSlide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 767.98px) {
  .brand-slider {
    gap: 14px;
    margin-bottom: 32px;
  }

  .brand-track {
    gap: 14px;
    animation-duration: 30s;
  }

  .brand-row-reverse .brand-track {
    animation-duration: 36s;
  }

  .brand-logo-item {
    flex-basis: 146px;
    width: 146px;
    min-height: 92px;
    padding: 14px;
    border-radius: 18px;
  }

  .brand-logo-item img {
    max-height: 62px;
  }
}
