:root {
  --bg: #fff8fd;
  --surface: #ffffff;
  --text: #2d1230;
  --muted: #6f4b72;
  --primary: #e63ea7;
  --primary-dark: #b2167b;
  --secondary: #7a3cff;
  --secondary-soft: #f1e9ff;
  --line: #efdbf1;
  --shadow: 0 14px 35px rgba(166, 54, 145, 0.15);
  --radius: 14px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 8% -5%, #ffdff2 1%, rgba(255, 223, 242, 0) 32%),
    radial-gradient(circle at 95% 10%, #efe3ff 2%, rgba(239, 227, 255, 0) 30%),
    var(--bg);
  line-height: 1.6;
}

.section-icon {
  color: var(--primary);
  margin-right: 0.35rem;
}

.btn i,
.mini-stat i,
.product-card h3 i {
  margin-right: 0.38rem;
}

img {
  max-width: 100%;
  height: auto;
}

.content-image {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: block;
  margin: 0.75rem 0 0.9rem;
  box-shadow: var(--shadow);
}

.image-caption {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: -0.25rem;
}

.hero-copy .lead {
  max-width: 60ch;
}

.hero-v2 {
  padding-top: 5.4rem;
}

.hero-grid-v2 {
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.2rem;
}

.hero-copy-v2 h1 {
  max-width: 16ch;
}

.gradient-text {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.95rem 0 1.05rem;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #e9d0ee;
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  background: #fff;
  color: var(--primary-dark);
  font-size: 0.86rem;
}

.hero-panel-v2 {
  overflow: hidden;
}

.hero-media-wrap {
  position: relative;
  padding-bottom: 1.4rem;
}

.hero-main-media {
  margin-bottom: 0;
}

.hero-float-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 0.45rem 0.55rem;
}

.hero-float-card i {
  color: var(--primary);
}

.hero-float-card strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.1;
}

.hero-float-card span {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.1;
}

.hero-float-card.card-a {
  left: 10px;
  bottom: -4px;
}

.hero-float-card.card-b {
  right: 10px;
  top: 16px;
}

.hero-copy,
.hero-panel,
.particle-layer {
  will-change: transform;
}

.hero-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin: 1rem 0 1.25rem;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.mini-stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.6rem 0.7rem;
  box-shadow: var(--shadow);
}

.mini-stat strong {
  font-family: "Space Grotesk", "Poppins", sans-serif;
  display: block;
  color: var(--primary-dark);
  font-size: 1.15rem;
}

.mini-stat span {
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-panel {
  padding-bottom: 1rem;
}

.hero-tags {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.hero-tags span {
  border: 1px solid #e5c7e8;
  background: #fff;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 500;
}

.split-block {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.2rem;
  align-items: center;
}

.about-v2 {
  position: relative;
}

.about-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: stretch;
}

.about-copy {
  background: linear-gradient(150deg, #ffffff 0%, #fff5fc 85%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.about-copy h2 {
  margin-top: 0.55rem;
  margin-bottom: 0.65rem;
}

.about-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.95rem 0 1rem;
}

.about-pill-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #e9d0ee;
  border-radius: 999px;
  padding: 0.28rem 0.62rem;
  background: #fff;
  color: var(--primary-dark);
  font-size: 0.85rem;
}

.about-points {
  display: grid;
  gap: 0.6rem;
}

.about-point {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.55rem;
  align-items: start;
  border: 1px solid #ecd9f1;
  border-radius: 12px;
  background: #fff;
  padding: 0.62rem 0.7rem;
}

.about-point i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-dark);
  background: #f8e9fb;
}

.about-point h3 {
  margin: 0.02rem 0 0.18rem;
  font-size: 1rem;
}

.about-point p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.about-panel {
  display: grid;
  align-content: start;
  gap: 0.72rem;
}

.about-panel .content-image {
  margin-bottom: 0.15rem;
}

.about-metrics {
  display: grid;
  gap: 0.5rem;
}

.about-metric {
  border: 1px solid #e9d7f0;
  border-radius: 12px;
  background: #fff;
  padding: 0.58rem 0.68rem;
}

.about-metric strong {
  display: block;
  font-family: "Space Grotesk", "Poppins", sans-serif;
  color: var(--primary-dark);
  font-size: 1rem;
  line-height: 1.2;
}

.about-metric span {
  color: var(--muted);
  font-size: 0.88rem;
}

.products-v3-section {
  position: relative;
}

.products-v3-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.products-v3-head .badge {
  margin-bottom: 0.5rem;
}

.products-v3-head .lead {
  margin: 0;
  max-width: 74ch;
}

.products-v3-all {
  white-space: nowrap;
  flex-shrink: 0;
}

.products-v3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.product-card-v3 {
  background: linear-gradient(170deg, #fff 0%, #fff8fd 100%);
  border: 1px solid #ead6eb;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(145, 59, 126, 0.11);
  padding: 0;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card-v3:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 36px rgba(145, 59, 126, 0.16);
}

.product-card-v3-media {
  position: relative;
  padding: 0.7rem 0.7rem 0;
}

.product-card-v3 .content-image {
  margin: 0;
  border-radius: 12px;
  border-color: #e9d3e9;
}

.product-card-v3-body {
  padding: 0.8rem 0.85rem 0.9rem;
  display: grid;
  gap: 0.62rem;
}

.product-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2c8e3;
  border-radius: 999px;
  background: #fff;
  color: var(--primary-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.22rem 0.56rem;
  position: absolute;
  top: 1.02rem;
  left: 1.02rem;
  box-shadow: 0 8px 14px rgba(121, 52, 101, 0.15);
}

.product-card-v3-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.55rem;
}

.product-card-tag {
  border-radius: 999px;
  border: 1px solid #e7d0e8;
  background: #fff;
  color: #7d3a6e;
  padding: 0.15rem 0.52rem;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}

.product-card-v3 h3 {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.28;
}

.product-card-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.48;
}

.product-points {
  margin: 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.3rem;
}

.product-points li {
  color: #5d3f60;
  font-size: 0.88rem;
}

.product-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
  margin-top: 0.1rem;
}

.product-meta-chips span {
  border-radius: 999px;
  border: 1px solid #e3cee4;
  background: #fff9fe;
  color: var(--primary-dark);
  font-size: 0.74rem;
  padding: 0.2rem 0.5rem;
  font-weight: 600;
}

.product-actions-v3 {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.product-actions-v3 .btn {
  width: 100%;
  justify-content: center;
  margin: 0;
}

.product-actions-v3 .btn:last-child {
  grid-column: 1 / -1;
}

.product-card-v3-accent {
  background: linear-gradient(160deg, #fff 0%, #fff4fc 55%, #f0e9ff 100%);
}

.product-card h3,
.quote-card h3 {
  margin: 0.35rem 0 0.25rem;
}

.quote-card p {
  margin-top: 0;
  font-size: 1.02rem;
}

.quote-card h3 {
  color: var(--primary-dark);
  font-size: 0.96rem;
}

.stat-card {
  text-align: center;
}

.why-v2-head {
  text-align: center;
  max-width: 78ch;
  margin: 0 auto 1rem;
}

.why-v2-grid {
  margin-top: 0.7rem;
}

.why-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #fff 0%, #fff5fc 100%);
}

.why-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 62, 167, 0.16), rgba(230, 62, 167, 0));
}

.why-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
}

.why-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #fde8f5;
  color: var(--primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.impact-chip {
  border: 1px solid #e9c9ec;
  background: #fff;
  color: var(--primary-dark);
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.install-v2 .container {
  display: grid;
  gap: 1rem;
}

.process-overview {
  background: linear-gradient(120deg, #fff 2%, #fdeff8 62%, #f4edff 100%);
}

.process-tags {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.process-tags span {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  border: 1px solid #e5cce8;
  border-radius: 999px;
  background: #fff;
  color: var(--primary-dark);
  font-size: 0.84rem;
  padding: 0.28rem 0.62rem;
}

.install-progress-full {
  padding: 1.3rem;
  background: linear-gradient(160deg, #fff 0%, #fff7fc 100%);
}

.install-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.install-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.32rem 0.7rem;
  border: 1px solid #e0c6e8;
  background: #fff;
  color: var(--primary-dark);
  font-size: 0.83rem;
  font-weight: 600;
}

.progress-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}

.progress-step {
  border: 1px solid #ecd7f1;
  border-radius: 14px;
  background: #fff;
  padding: 0.72rem;
  position: relative;
}

.step-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, var(--primary), var(--secondary));
  color: #fff;
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.progress-step h3 {
  margin: 0 0 0.2rem;
  font-size: 1rem;
}

.progress-step p {
  margin: 0;
  font-size: 0.9rem;
}

.install-cta-wrap {
  margin-top: 0.8rem;
}

.testimonials-head {
  text-align: center;
  max-width: 75ch;
  margin: 0 auto 1rem;
}

.testimonials-v2-grid {
  margin-top: 0.55rem;
}

.quote-card-v2 {
  background: linear-gradient(160deg, #fff 0%, #fef5fb 100%);
}

.quote-profile {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0.6rem;
  align-items: center;
}

.quote-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f1d7ef;
}

.quote-role {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.quote-text {
  margin: 0.65rem 0 0.55rem;
  font-size: 0.98rem;
}

.quote-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
}

.quote-meta span {
  color: #f6b01f;
  font-size: 0.9rem;
}

.quote-share {
  display: inline-flex;
  gap: 0.38rem;
}

.quote-share a {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3c7e6;
  color: var(--primary-dark);
  background: #fff;
}

.quote-share a:hover {
  background: #f7ecff;
  border-color: #d8bce8;
}

.enquiry-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background: linear-gradient(130deg, #fff 8%, #fef3fb 90%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.enquiry-v2 {
  padding: 1.3rem;
  background: linear-gradient(145deg, #fff 0%, #fff4fb 72%, #f3ebff 100%);
}

.enquiry-v2-head {
  text-align: center;
  max-width: 84ch;
  margin: 0 auto 1rem;
}

.enquiry-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.enquiry-step {
  border: 1px solid #e8d2ed;
  border-radius: 14px;
  background: #fff;
  padding: 0.72rem;
}

.enquiry-step h3 {
  margin: 0.28rem 0 0.16rem;
  font-size: 0.98rem;
}

.enquiry-step p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.enquiry-v2-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0.9rem;
  align-items: start;
}

.enquiry-v2-info {
  border: 1px solid #ead6f0;
  border-radius: 14px;
  background: #fff;
  padding: 0.8rem;
}

.enquiry-benefits {
  list-style: none;
  padding-left: 0;
  margin-top: 0.7rem;
  display: grid;
  gap: 0.44rem;
}

.enquiry-benefits li {
  display: flex;
  gap: 0.42rem;
  align-items: flex-start;
}

.enquiry-benefits i {
  color: var(--primary);
  margin-top: 0.19rem;
}

.enquiry-v2-form-wrap {
  border: 1px solid #e6ccea;
  border-radius: 14px;
  background: #fff;
  padding: 0.85rem;
  box-shadow: var(--shadow);
}

.enquiry-form-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  border: 1px solid #e2c8e8;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  background: #fff7fd;
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.enquiry-form-v2 .btn-primary {
  width: 100%;
  margin-top: 0.2rem;
}

.cta-banner {
  text-align: center;
  background: linear-gradient(120deg, #fff 5%, #fde8f8 60%, #efe5ff 100%);
}

.impact-v3 {
  padding: 1.35rem;
  background: linear-gradient(140deg, #fff 0%, #fff5fc 58%, #ede4ff 100%);
}

.impact-v3-head {
  text-align: center;
  max-width: 78ch;
  margin: 0 auto 1rem;
}

.impact-v3-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  align-items: start;
}

.impact-v3-media {
  border: 1px solid #e8d2ec;
  border-radius: 14px;
  background: #fff;
  padding: 0.82rem;
}

.impact-progress {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.55rem;
}

.impact-progress span {
  border: 1px solid #dfc4e5;
  border-radius: 999px;
  background: #fff;
  color: var(--primary-dark);
  padding: 0.22rem 0.58rem;
  font-size: 0.81rem;
  display: inline-flex;
  gap: 0.32rem;
  align-items: center;
}

.impact-v3-cards {
  display: grid;
  gap: 0.66rem;
}

.impact-stat {
  text-align: left;
}

.cta-v3 {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 0.9rem;
  align-items: center;
  background: linear-gradient(125deg, #fff 2%, #fde9f8 56%, #ece3ff 100%);
}

.cta-v3-copy h2 {
  margin-bottom: 0.45rem;
}

.cta-v3-steps {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin: 0.72rem 0 0.95rem;
}

.cta-v3-steps span {
  border: 1px solid #dec1e4;
  border-radius: 999px;
  background: #fff;
  color: var(--primary-dark);
  padding: 0.24rem 0.6rem;
  font-size: 0.82rem;
  display: inline-flex;
  gap: 0.32rem;
  align-items: center;
}

.cta-v3-steps strong {
  font-family: "Space Grotesk", "Poppins", sans-serif;
}

.cta-v3-media {
  border: 1px solid #e4cae8;
  border-radius: 14px;
  background: #fff;
  padding: 0.76rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(92%, var(--container));
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
  color: #fff;
  font-size: 0.92rem;
}

.topbar .container {
  padding: 0.55rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.nav-wrap {
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 52px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-toggle {
  border: 0;
  background: var(--secondary-soft);
  color: var(--secondary);
  width: 44px;
  height: 44px;
  border-radius: 10px;
  cursor: pointer;
  display: none;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-links a {
  display: inline-block;
  padding: 0.52rem 0.82rem;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 500;
  transition: 0.24s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: var(--secondary-soft);
  color: var(--secondary);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown details {
  position: relative;
}

.nav-dropdown summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.52rem 0.82rem;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 500;
  transition: 0.24s ease;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary:hover,
.nav-dropdown summary.active,
.nav-dropdown details[open] > summary {
  background: var(--secondary-soft);
  color: var(--secondary);
}

.nav-dropdown summary i {
  font-size: 0.78rem;
}

.nav-submenu {
  list-style: none;
  margin: 0;
  padding: 0.45rem;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 228px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.2rem;
  z-index: 5;
}

.nav-submenu a {
  display: block;
  border-radius: 8px;
  padding: 0.46rem 0.62rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  padding: 0.7rem 1.25rem;
  transition: 0.24s ease;
}

.btn-primary {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  color: #fff;
}

.btn-primary:hover {
  filter: brightness(0.94);
  transform: translateY(-1px);
}

.btn-ghost {
  border-color: #ddb7de;
  color: var(--primary-dark);
  background: #fff;
}

.btn-ghost:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.hero {
  padding: 5rem 0 3rem;
  position: relative;
  overflow: hidden;
}

.particle-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: transform 0.18s ease-out;
}

.particle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), rgba(230, 62, 167, 0.25));
  opacity: 0.55;
  animation: floatParticle linear infinite;
}

.p1 { width: 16px; height: 16px; left: 8%; top: 70%; animation-duration: 16s; }
.p2 { width: 10px; height: 10px; left: 16%; top: 86%; animation-duration: 20s; }
.p3 { width: 12px; height: 12px; left: 30%; top: 76%; animation-duration: 14s; }
.p4 { width: 8px; height: 8px; left: 46%; top: 90%; animation-duration: 17s; }
.p5 { width: 14px; height: 14px; left: 64%; top: 80%; animation-duration: 15s; }
.p6 { width: 9px; height: 9px; left: 74%; top: 88%; animation-duration: 19s; }
.p7 { width: 11px; height: 11px; left: 86%; top: 74%; animation-duration: 13s; }
.p8 { width: 7px; height: 7px; left: 93%; top: 82%; animation-duration: 18s; }

@keyframes floatParticle {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.55;
  }
  100% {
    transform: translateY(-520px) scale(1.15);
    opacity: 0;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.6rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy,
.hero-panel {
  transition: transform 0.22s ease-out;
}

.hero h1 {
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.18;
  margin: 0 0 0.8rem;
}

.lead {
  color: var(--muted);
  font-size: 1.05rem;
}

.badge {
  display: inline-flex;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: #ffe6f3;
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.panel,
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.panel {
  padding: 1.25rem;
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card {
  padding: 1.15rem;
}

.section {
  padding: 3.2rem 0;
}

.section h2 {
  font-family: "Space Grotesk", "Poppins", sans-serif;
  margin: 0 0 0.65rem;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

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

.kpi {
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-size: 1.8rem;
  margin: 0;
}

.highlight {
  background: linear-gradient(110deg, #fff 10%, #fbf1ff 98%);
}

.list-clean {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
}

.product-actions {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-actions .btn {
  padding: 0.56rem 0.86rem;
  font-size: 0.86rem;
}

.footer {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-top-strip {
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 8% 10%, #ffe6f3 0%, rgba(255, 230, 243, 0) 42%),
    radial-gradient(circle at 92% 85%, #efe6ff 0%, rgba(239, 230, 255, 0) 38%),
    linear-gradient(135deg, #fff 0%, #fff8fd 52%, #f7f2ff 100%);
  padding: 1rem 0 1.15rem;
}

.footer-rollout-shell {
  border: 1px solid #ebd7ea;
  border-radius: 20px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 28px rgba(124, 68, 108, 0.08);
}

.footer-rollout-head {
  max-width: 760px;
}

.footer-rollout-head h3 {
  margin: 0.28rem 0 0.4rem;
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.24;
  color: var(--text);
}

.footer-rollout-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-rollout-steps {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.footer-rollout-step {
  border: 1px solid #ecd8e9;
  border-radius: 14px;
  background: #fff;
  padding: 0.62rem 0.58rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: start;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.footer-rollout-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(108, 60, 93, 0.12);
}

.footer-step-no {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(145deg, #ffe4f2 0%, #efe6ff 100%);
  color: #6f2f75;
  font-weight: 700;
  font-size: 0.82rem;
  display: grid;
  place-items: center;
  border: 1px solid #e6cbe7;
}

.footer-rollout-step h4 {
  margin: 0;
  color: var(--primary-dark);
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-size: 0.95rem;
}

.footer-rollout-step p {
  margin: 0.12rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.footer-grid-detailed {
  padding: 1.3rem 0 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  color: var(--muted);
  font-size: 0.94rem;
}

.footer-col {
  min-width: 0;
}

.footer-col h4 {
  margin: 0 0 0.45rem;
  color: var(--primary-dark);
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-size: 1rem;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.38rem;
}

.footer-list a {
  color: var(--muted);
}

.footer-list a:hover {
  color: var(--primary-dark);
}

.footer-contact-list li,
.footer-address-list li {
  display: block;
  line-height: 1.45;
  word-break: break-word;
}

.footer-contact-list i {
  color: var(--primary);
  margin-top: 0.15rem;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 0.85rem 0 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-bottom a {
  color: var(--primary-dark);
}

.footer .container {
  padding: 1.4rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-grid {
  align-items: center;
}

.footer-links-wrap,
.social-links {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.footer-link,
.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--line);

@media (max-width: 1200px) {
  .footer-grid-detailed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
  background: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  color: var(--primary-dark);
  transition: 0.2s ease;
}

.footer-contact-line {
  gap: 0.45rem;
}

.footer-contact-number {
  color: var(--primary-dark);
  font-weight: 600;
}

.footer-contact-number:hover {
  text-decoration: underline;
}

.footer-contact-sep {
  color: var(--muted);
}

.social-links a {
  width: 36px;
  height: 36px;
  justify-content: center;
  padding: 0;
}

.footer-link:hover,
.social-links a:hover {
  background: var(--secondary-soft);
  border-color: #d8bde9;
}

.floating-actions {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  z-index: 45;
}

.floating-btn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 0;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.floating-btn.call {
  background: #2f7ad8;
}

.floating-btn.whatsapp {
  background: #12a851;
}

.floating-btn.email {
  background: #b9458a;
}

.floating-btn.top {
  background: #5a3bc4;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.floating-btn.top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

th,
td {
  border: 1px solid var(--line);
  padding: 0.68rem;
  text-align: left;
}

th {
  background: #fff0fb;
  color: var(--primary-dark);
}

.faq-item + .faq-item {
  margin-top: 0.75rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--primary-dark);
}

.faq-item p {
  margin: 0.55rem 0 0;
}

.page-hero-unified {
  position: relative;
  width: 100%;
  padding: 4rem 1.25rem;
  margin-bottom: 1.1rem;
  background-image: url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
}

.page-hero-unified::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(230, 62, 167, 0.08) 0%, rgba(122, 60, 255, 0.08) 100%);
  z-index: 1;
}

.page-hero-unified .container {
  position: relative;
  z-index: 2;
}

.page-hero-unified h1 {
  margin: 0.28rem 0 0.42rem;
  font-family: "Space Grotesk", "Poppins", sans-serif;
  line-height: 1.18;
  font-size: clamp(1.75rem, 2.8vw, 2.45rem);
  color: #fff;
  text-shadow: 0 2px 8px rgba(45, 18, 48, 0.3);
}

.page-hero-unified .badge {
  background: rgba(255, 255, 255, 0.95);
  color: var(--primary);
  text-shadow: none;
}

.page-hero-unified .lead {
  margin: 0;
  max-width: 82ch;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 4px rgba(45, 18, 48, 0.2);
}

.page-hero-actions {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.page-hero-highlights {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.page-hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.82rem;
  padding: 0.24rem 0.58rem;
  backdrop-filter: blur(10px);
}

.page-section {
  padding: 2.35rem 0;
}

.page-section.tight {
  padding-top: 1.55rem;
}

/* NEW REDESIGNED CONTACT SECTION */
.page-section-redesigned {
  padding: 3.2rem 0;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-bottom: 2.8rem;
}

.contact-info-card {
  background: var(--surface);
  border: 2px solid #f0e6f5;
  border-radius: 16px;
  padding: 1.5rem 1.2rem;
  text-align: center;
  transition: all 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(230, 62, 167, 0.04) 0%, rgba(122, 60, 255, 0.04) 100%);
  opacity: 0;
  transition: opacity 300ms ease;
  z-index: 0;
}

.contact-info-card:hover {
  border-color: var(--primary);
  box-shadow: 0 12px 40px rgba(230, 62, 167, 0.2);
  transform: translateY(-4px);
}

.contact-info-card:hover::before {
  opacity: 1;
}

.contact-icon {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, #ffe9f6 0%, #efe4ff 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--primary);
}

.contact-info-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  font-family: "Space Grotesk", "Poppins", sans-serif;
}

.contact-desc {
  position: relative;
  z-index: 1;
  margin: 0 0 0.8rem;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.4;
}

.contact-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: var(--primary);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  transition: all 200ms ease;
}

.contact-link:hover {
  background: rgba(230, 62, 167, 0.1);
  color: var(--primary-dark);
}

.contact-address {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.85rem;
  color: var(--text);
  font-weight: 600;
}

.contact-sla {
  position: relative;
  z-index: 1;
  margin: 0.6rem 0 0;
  font-size: 0.8rem;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

/* CONTACT FORM SECTION WITH MAP BACKGROUND */
.contact-form-section {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  margin-top: 2rem;
}

.form-background-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.form-map-embed {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* CREATIVE FLOATING FORM CARD */
.contact-form-card {
  position: relative;
  z-index: 3;
  background: linear-gradient(135deg, #fff 0%, #fef8fd 100%);
  border: 2px solid rgba(240, 230, 245, 0.8);
  border-radius: 18px;
  padding: 2.8rem 3rem;
  box-shadow: 0 20px 50px rgba(166, 54, 145, 0.25), 0 0 60px rgba(230, 62, 167, 0.1);
  max-width: 680px;
  width: 90%;
  transition: all 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(8px);
  margin: 20px;
}

.contact-form-card:hover {
  box-shadow: 0 25px 60px rgba(166, 54, 145, 0.3), 0 0 80px rgba(230, 62, 167, 0.15);
  transform: translateY(-4px);
}

.form-header {
  margin-bottom: 2.2rem;
  text-align: center;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(230, 62, 167, 0.1);
}

.form-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, #ffe9f6 0%, #efe4ff 100%);
  border-radius: 16px;
  font-size: 1.8rem;
  color: var(--primary);
  box-shadow: 0 8px 24px rgba(230, 62, 167, 0.2);
  animation: float-icon 3s ease-in-out infinite;
}

@keyframes float-icon {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

.contact-form-card h2 {
  margin: 0 0 0.6rem;
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  color: var(--text);
  font-weight: 700;
}

.form-subtitle {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.6;
}

.form-wrapper {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 1.2rem;
}

/* MODERN FORM FIELDS */
.enquiry-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem 1.6rem;
  width: 100%;
}

.enquiry-form > label:nth-child(odd) {
  grid-column: 1;
}

.enquiry-form > label:nth-child(even) {
  grid-column: 2;
}

.enquiry-form label {
  grid-column: 1 / -1;
  font-size: 0.82rem;
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 0.2rem;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  border: 2px solid #e8d2ec;
  border-radius: 14px;
  padding: 0.95rem 1.1rem;
  font: inherit;
  color: var(--text);
  background: #fff;
  font-size: 0.95rem;
  transition: all 280ms cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 232, 246, 0.5) 100%);
  box-shadow: 0 0 0 3px rgba(230, 62, 167, 0.1), 0 4px 12px rgba(230, 62, 167, 0.15);
  transform: translateY(-2px);
}

.enquiry-form input.input-error,
.enquiry-form select.input-error,
.enquiry-form textarea.input-error {
  border-color: #dc2626;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(254, 226, 226, 0.5) 100%);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1), 0 4px 12px rgba(220, 38, 38, 0.15);
}

.enquiry-form input.input-error:focus,
.enquiry-form select.input-error:focus,
.enquiry-form textarea.input-error:focus {
  border-color: #991b1b;
  box-shadow: 0 0 0 3px rgba(153, 27, 27, 0.1), 0 4px 12px rgba(153, 27, 27, 0.15);
}

/* FULLWIDTH FIELDS */
.enquiry-form textarea,
.enquiry-form > [name="category"] + input,
.enquiry-form > label[for="message"],
.enquiry-form > label[for="category"] {
  grid-column: 1 / -1;
}

.enquiry-form textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
  padding: 1rem 1.1rem;
}

/* FORM FIELD STYLING WITH ICONS */
.enquiry-form input[type="text"]::placeholder,
.enquiry-form input[type="tel"]::placeholder,
.enquiry-form textarea::placeholder {
  color: rgba(111, 75, 114, 0.5);
}

/* SELECT DROPDOWN STYLING */
.enquiry-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e63ea7' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  padding-right: 2rem;
}

/* SUBMIT BUTTON */
.enquiry-form button {
  grid-column: 1 / -1;
  margin-top: 1.5rem;
  width: 100%;
}

.enquiry-form .btn {
  position: relative;
  overflow: hidden;
  letter-spacing: 0.6px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.1rem 2.2rem;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  transition: all 350ms cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 6px 20px rgba(230, 62, 167, 0.25);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.enquiry-form .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 400ms ease;
  z-index: 1;
}

.enquiry-form .btn:hover::before {
  left: 100%;
}

.enquiry-form .btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
}

.enquiry-form .btn-primary:hover {
  box-shadow: 0 8px 25px rgba(230, 62, 167, 0.4);
  transform: translateY(-2px);
}

.enquiry-form .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(230, 62, 167, 0.3);
}

/* FORM ALERTS */
.form-alert {
  grid-column: 1 / -1;
  border-radius: 12px;
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
  border: 2px solid;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.form-alert p {
  margin: 0;
  flex-grow: 1;
  line-height: 1.5;
}

.form-alert-success {
  background: #f0fff5;
  border-color: #b8e7c8;
  color: #0f6a37;
}

.form-alert-error {
  background: #fff5f7;
  border-color: #ffb3c1;
  color: #9c2358;
}

.ajax-status {
  transition: all 0.25s ease;
  min-height: 1rem;
}

.ajax-idle {
  background: transparent;
  border: none;
  color: transparent;
  padding: 0;
}

.ajax-loading {
  background: #f1faff;
  border-color: #95c4e8;
  color: #164a70;
}

.ajax-success {
  background: #edfff2;
  border-color: #9be4a6;
  color: #1f7b37;
}

.ajax-error {
  background: #fff1f7;
  border-color: #f4a4bf;
  color: #aa185f;
}

.form-errors {
  margin: 0.6rem 0 0;
  padding-left: 1.2rem;
  list-style-type: none;
}

.form-errors li {
  font-size: 0.85rem;
  padding: 0.3rem 0;
}

.form-errors li::before {
  content: '✗ ';
  color: #e63ea7;
  margin-right: 0.3rem;
  font-weight: 700;
}

/* RESPONSIVE FORM */
@media (max-width: 768px) {
  .enquiry-form {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .enquiry-form > label:nth-child(odd),
  .enquiry-form > label:nth-child(even) {
    grid-column: 1;
  }

  .contact-form-section {
    min-height: 700px;
  }

  .contact-form-card {
    padding: 2rem 1.6rem;
    max-width: 95%;
    
    box-shadow: 0 15px 40px rgba(166, 54, 145, 0.2), 0 0 50px rgba(230, 62, 167, 0.08);
  }

  .form-header {
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
  }

  .form-header-icon {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }

  .contact-form-card h2 {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
  }

  .form-subtitle {
    font-size: 0.9rem;
  }

  .enquiry-form .btn {
    padding: 1rem 2rem;
    font-size: 0.9rem;
  }

  .form-wrapper {
    padding: 0;
  }
}

.products-catalog-page .products-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.9rem 0 1.1rem;
}

.products-catalog-page .products-filter-btn {
  border: 1px solid #e3cfe7;
  border-radius: 999px;
  background: #fff;
  color: var(--primary-dark);
  font-family: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 0.36rem 0.72rem;
  cursor: pointer;
  transition: all 180ms ease;
}

.products-catalog-page .products-filter-btn:hover,
.products-catalog-page .products-filter-btn.active {
  background: linear-gradient(120deg, #ffe9f6 0%, #efe4ff 100%);
  border-color: #d7bde4;
}

.products-catalog-page .product-category-block {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.products-catalog-page .products-catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.products-catalog-page .product-category-block .card {
  padding: 0.85rem;
  border-radius: 12px;
}

.products-catalog-page .product-category-block .content-image {
  margin: 0.2rem 0 0.56rem;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.products-catalog-page .product-category-block h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  line-height: 1.3;
}

.products-catalog-page .product-category-block .list-clean {
  margin-top: 0;
  padding-left: 1rem;
  font-size: 0.88rem;
}

.products-catalog-page .product-actions {
  margin-top: 0.7rem;
  gap: 0.4rem;
}

.products-catalog-page .product-actions .btn {
  padding: 0.5rem 0.72rem;
  font-size: 0.82rem;
}

@media (max-width: 1240px) {
  .products-catalog-page .products-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .hero-grid,
  .hero-grid-v2,
  .grid-3,
  .grid-2,
  .split-block,
  .about-shell,
  .enquiry-shell,
  .mini-stats {
    grid-template-columns: 1fr;
  }

  .hero-copy-v2 h1 {
    max-width: none;
  }

  .products-v3-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.85rem;
  }

  .products-v3-all {
    white-space: normal;
  }

  .products-v3-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-unified {
    padding: 1rem;
  }

  .page-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-hero-actions .btn {
    justify-content: center;
  }

  .products-catalog-page .products-catalog-grid {
    grid-template-columns: 1fr;
  }

  .product-card-v3-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-actions-v3 {
    grid-template-columns: 1fr;
  }

  .product-actions-v3 .btn:last-child {
    grid-column: auto;
  }

  .hero-float-card {
    position: static;
    margin-top: 0.55rem;
  }

  .hero-media-wrap {
    padding-bottom: 0;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links {
    position: absolute;
    left: 4%;
    right: 4%;
    top: calc(100% + 8px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0.7rem;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    border-radius: 8px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown summary {
    width: 100%;
    border-radius: 8px;
    justify-content: space-between;
  }

  .nav-submenu {
    position: static;
    min-width: 0;
    margin-top: 0.35rem;
    box-shadow: none;
    border-radius: 10px;
  }

  .floating-actions {
    right: 10px;
    bottom: 10px;
  }

  .progress-steps {
    grid-template-columns: 1fr;
  }

  .enquiry-v2-grid,
  .enquiry-steps {
    grid-template-columns: 1fr;
  }

  .impact-v3-grid,
  .cta-v3,
  .footer-rollout-steps,
  .footer-grid-detailed {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .particle,
  .reveal,
  .hero-copy,
  .hero-panel,
  .particle-layer {
    animation: none;
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  html {
    scroll-behavior: auto;
  }
}
.footer-col{width: 25%;}
.p-0{padding: 0; }
.m-0{margin: 0;}